2018-10-12 10:44:34,388 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-299 | | 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-10-12 10:44:34,395 - 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=pWYKCY62jZnEAHjzsECP3aEaq export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26: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.8 export OS_REGION_NAME=regionOne 2018-10-12 10:44:34,395 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-12 10:44:34,397 - 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-10-12 10:44:34,417 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-10-12 10:44:35,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 10:44:35,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 10:44:35,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 10:44:35,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 10:44:35,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 10:44:35,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 10:44:35,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 10:44:35,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 10:44:35,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 10:44:35,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 10:44:35,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 10:44:35,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 10:44:35,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 10:44:35,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 10:44:35,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 10:44:35,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 10:44:35,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 10:44:35,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 10:44:35,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 10:44:35,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 10:44:35,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 10:44:35,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 10:44:35,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-12 10:44:35,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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-10-12 10:44:35,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa8ec27e-534b-4ea5-97ac-54117d97900c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:44:35,577 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-aa8ec27e-534b-4ea5-97ac-54117d97900c 2018-10-12 10:44:35,577 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:44:35,943 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T11:44:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["hft_S8p1R66odUeh3V1QuQ"], "issued_at": "2018-10-12T10:44:35.000000Z"}} 2018-10-12 10:44:35,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:35,953 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:44:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:44:35,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:36,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18536671-77d1-474b-af49-8b549b23e445 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/4c63915287d940839daec75dc8b59ff1"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4c63915287d940839daec75dc8b59ff1"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-10-12 10:44:36,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-18536671-77d1-474b-af49-8b549b23e445 2018-10-12 10:44:36,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.474769115448s 2018-10-12 10:44:36,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-12 10:44:36,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}0452c338f8612aa8095de9b63aa8f4e519ad26f4" -d '{"project": {"description": "Created by OPNFV Functest: connection_check", "enabled": true, "domain_id": "default", "name": "connection_check-project_17f324ff-cbf6-44de-87fe-d8d55b6e40c4"}}' 2018-10-12 10:44:36,232 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 10:44:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f20b7c2-72ae-4b51-b249-f0911ddae686 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.26:5000/v3/projects/11732251cea0478fac1b2c0050b4df42"}, "enabled": true, "id": "11732251cea0478fac1b2c0050b4df42", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_17f324ff-cbf6-44de-87fe-d8d55b6e40c4"}} 2018-10-12 10:44:36,232 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-4f20b7c2-72ae-4b51-b249-f0911ddae686 2018-10-12 10:44:36,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.186326026917s 2018-10-12 10:44:36,232 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-4f20b7c2-72ae-4b51-b249-f0911ddae686 2018-10-12 10:44:36,233 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_17f324ff-cbf6-44de-87fe-d8d55b6e40c4', 'id': u'11732251cea0478fac1b2c0050b4df42', '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-10-12 10:44:36,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-12 10:44:36,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.5052318573s 2018-10-12 10:44:36,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/c1471a27a48f42b5aee9891812db68e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:36,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7168cb55-e47b-4727-924d-f70f889d67c3 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/c1471a27a48f42b5aee9891812db68e0"}, "enabled": true, "id": "c1471a27a48f42b5aee9891812db68e0", "options": {}, "domain_id": "default", "name": "connection_check-user_17f324ff-cbf6-44de-87fe-d8d55b6e40c4"}} 2018-10-12 10:44:36,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/c1471a27a48f42b5aee9891812db68e0 used request id req-7168cb55-e47b-4727-924d-f70f889d67c3 2018-10-12 10:44:36,886 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c1471a27a48f42b5aee9891812db68e0', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_17f324ff-cbf6-44de-87fe-d8d55b6e40c4'}) 2018-10-12 10:44:36,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 10:44:36,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:36,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edc46800-3192-4030-8c5e-1ae74a6b6326 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:44:36,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-edc46800-3192-4030-8c5e-1ae74a6b6326 2018-10-12 10:44:36,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0741460323334s 2018-10-12 10:44:36,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 10:44:36,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:37,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2a18b64-62f5-44af-97ac-7a7920ff414a Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:44:37,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-d2a18b64-62f5-44af-97ac-7a7920ff414a 2018-10-12 10:44:37,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0849139690399s 2018-10-12 10:44:37,048 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-12 10:44:37,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-12 10:44:37,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0452c338f8612aa8095de9b63aa8f4e519ad26f4" -d '{"role": {"name": "Member"}}' 2018-10-12 10:44:37,254 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 10:44:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5185c3f9-83f0-45f6-8363-23f2df99c4cf Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2a9cdb1de85a46d5ab4a5e03d631fdc6", "links": {"self": "http://172.30.9.26:5000/v3/roles/2a9cdb1de85a46d5ab4a5e03d631fdc6"}, "name": "Member"}} 2018-10-12 10:44:37,254 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-5185c3f9-83f0-45f6-8363-23f2df99c4cf 2018-10-12 10:44:37,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.206164836884s 2018-10-12 10:44:37,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/2a9cdb1de85a46d5ab4a5e03d631fdc6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:37,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d6c87e2-ea06-460a-884d-7756f6827392 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/2a9cdb1de85a46d5ab4a5e03d631fdc6"}, "domain_id": null, "name": "Member", "id": "2a9cdb1de85a46d5ab4a5e03d631fdc6"}} 2018-10-12 10:44:37,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/2a9cdb1de85a46d5ab4a5e03d631fdc6 used request id req-5d6c87e2-ea06-460a-884d-7756f6827392 2018-10-12 10:44:37,334 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/2a9cdb1de85a46d5ab4a5e03d631fdc6'}, 'domain_id': None, 'human_id': None, 'id': u'2a9cdb1de85a46d5ab4a5e03d631fdc6', 'HUMAN_ID': False}) 2018-10-12 10:44:37,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 10:44:37,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:37,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a53e648-de0c-42a1-a88c-f00db58d84fe Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "2a9cdb1de85a46d5ab4a5e03d631fdc6", "links": {"self": "http://172.30.9.26:5000/v3/roles/2a9cdb1de85a46d5ab4a5e03d631fdc6"}, "name": "Member"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:44:37,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-5a53e648-de0c-42a1-a88c-f00db58d84fe 2018-10-12 10:44:37,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.079372882843s 2018-10-12 10:44:37,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-12 10:44:37,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:37,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c09af93-d5f7-46f9-9b56-19cf3ac36ee1 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 10:44:37,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-1c09af93-d5f7-46f9-9b56-19cf3ac36ee1 2018-10-12 10:44:37,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0856049060822s 2018-10-12 10:44:37,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 10:44:37,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:37,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3626aea9-d24d-4a24-a052-8c228166f5eb Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_17f324ff-cbf6-44de-87fe-d8d55b6e40c4", "links": {"self": "http://172.30.9.26:5000/v3/users/c1471a27a48f42b5aee9891812db68e0"}, "domain_id": "default", "enabled": true, "id": "c1471a27a48f42b5aee9891812db68e0", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 10:44:37,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-3626aea9-d24d-4a24-a052-8c228166f5eb 2018-10-12 10:44:37,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.16743016243s 2018-10-12 10:44:37,669 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-3626aea9-d24d-4a24-a052-8c228166f5eb 2018-10-12 10:44:37,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 10:44:37,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:37,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8623022-beb3-425b-873f-2e0b84dbbfb7 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/11732251cea0478fac1b2c0050b4df42"}, "enabled": true, "id": "11732251cea0478fac1b2c0050b4df42", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_17f324ff-cbf6-44de-87fe-d8d55b6e40c4"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-12 10:44:37,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-c8623022-beb3-425b-873f-2e0b84dbbfb7 2018-10-12 10:44:37,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0826449394226s 2018-10-12 10:44:37,758 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-c8623022-beb3-425b-873f-2e0b84dbbfb7 2018-10-12 10:44:37,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-12 10:44:37,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=c1471a27a48f42b5aee9891812db68e0&scope.project.id=11732251cea0478fac1b2c0050b4df42&role.id=2a9cdb1de85a46d5ab4a5e03d631fdc6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:37,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e11ce38-f174-4050-b285-1c338a9b6170 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=c1471a27a48f42b5aee9891812db68e0&scope.project.id=11732251cea0478fac1b2c0050b4df42&role.id=2a9cdb1de85a46d5ab4a5e03d631fdc6", "previous": null, "next": null}} 2018-10-12 10:44:37,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=c1471a27a48f42b5aee9891812db68e0&scope.project.id=11732251cea0478fac1b2c0050b4df42&role.id=2a9cdb1de85a46d5ab4a5e03d631fdc6 used request id req-7e11ce38-f174-4050-b285-1c338a9b6170 2018-10-12 10:44:37,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.13801908493s 2018-10-12 10:44:37,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-12 10:44:37,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/11732251cea0478fac1b2c0050b4df42/users/c1471a27a48f42b5aee9891812db68e0/roles/2a9cdb1de85a46d5ab4a5e03d631fdc6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:38,114 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:44:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2131ed9c-8edc-4c9c-b360-832315094b8b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:44:38,114 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/11732251cea0478fac1b2c0050b4df42/users/c1471a27a48f42b5aee9891812db68e0/roles/2a9cdb1de85a46d5ab4a5e03d631fdc6 used request id req-2131ed9c-8edc-4c9c-b360-832315094b8b 2018-10-12 10:44:38,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.216518878937s 2018-10-12 10:44:38,115 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_17f324ff-cbf6-44de-87fe-d8d55b6e40c4', 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': 'c860a882-b5b6-4f92-bbd0-dea184aa5212', 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_17f324ff-cbf6-44de-87fe-d8d55b6e40c4', 'project_id': u'11732251cea0478fac1b2c0050b4df42', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-12 10:44:38,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 10:44:38,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 10:44:38,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 10:44:38,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 10:44:38,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 10:44:38,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 10:44:38,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 10:44:38,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 10:44:38,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 10:44:38,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 10:44:38,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 10:44:38,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 10:44:38,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 10:44:38,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 10:44:38,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 10:44:38,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 10:44:38,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 10:44:38,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 10:44:38,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 10:44:38,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 10:44:38,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 10:44:38,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 10:44:38,120 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_17f324ff-cbf6-44de-87fe-d8d55b6e40c4', 'password': 'c860a882-b5b6-4f92-bbd0-dea184aa5212', 'project_name': 'connection_check-project_17f324ff-cbf6-44de-87fe-d8d55b6e40c4', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '11732251cea0478fac1b2c0050b4df42', 'project_domain_name': 'Default'} 2018-10-12 10:44:38,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 10:44:38,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:38,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bcf767e-4f63-4337-91b5-b32c5a14770a Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "2a9cdb1de85a46d5ab4a5e03d631fdc6", "links": {"self": "http://172.30.9.26:5000/v3/roles/2a9cdb1de85a46d5ab4a5e03d631fdc6"}, "name": "Member"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:44:38,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-8bcf767e-4f63-4337-91b5-b32c5a14770a 2018-10-12 10:44:38,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0845808982849s 2018-10-12 10:44:38,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 10:44:38,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:38,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39a4df79-67c0-41c2-b305-08837f066541 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "2a9cdb1de85a46d5ab4a5e03d631fdc6", "links": {"self": "http://172.30.9.26:5000/v3/roles/2a9cdb1de85a46d5ab4a5e03d631fdc6"}, "name": "Member"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:44:38,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-39a4df79-67c0-41c2-b305-08837f066541 2018-10-12 10:44:38,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0866661071777s 2018-10-12 10:44:38,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-12 10:44:38,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:38,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b38f075-6f2e-4dbf-8d0a-7192e0ee253d Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 10:44:38,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-1b38f075-6f2e-4dbf-8d0a-7192e0ee253d 2018-10-12 10:44:38,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0712630748749s 2018-10-12 10:44:38,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 10:44:38,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:38,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45e2db76-7986-46a9-a595-37545568f842 Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_17f324ff-cbf6-44de-87fe-d8d55b6e40c4", "links": {"self": "http://172.30.9.26:5000/v3/users/c1471a27a48f42b5aee9891812db68e0"}, "domain_id": "default", "enabled": true, "id": "c1471a27a48f42b5aee9891812db68e0", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 10:44:38,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-45e2db76-7986-46a9-a595-37545568f842 2018-10-12 10:44:38,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.174386978149s 2018-10-12 10:44:38,542 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-45e2db76-7986-46a9-a595-37545568f842 2018-10-12 10:44:38,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 10:44:38,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:38,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ad94550-977c-4af1-a4ae-b514825035da Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/11732251cea0478fac1b2c0050b4df42"}, "enabled": true, "id": "11732251cea0478fac1b2c0050b4df42", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_17f324ff-cbf6-44de-87fe-d8d55b6e40c4"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-12 10:44:38,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-6ad94550-977c-4af1-a4ae-b514825035da 2018-10-12 10:44:38,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.081661939621s 2018-10-12 10:44:38,629 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-6ad94550-977c-4af1-a4ae-b514825035da 2018-10-12 10:44:38,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-12 10:44:38,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=c1471a27a48f42b5aee9891812db68e0&scope.project.id=11732251cea0478fac1b2c0050b4df42&role.id=112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:38,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-281f7ea3-1373-44f9-8536-e74e49920b5d Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=c1471a27a48f42b5aee9891812db68e0&scope.project.id=11732251cea0478fac1b2c0050b4df42&role.id=112190b0dab44ef9a2f2f86430c0c451", "previous": null, "next": null}} 2018-10-12 10:44:38,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=c1471a27a48f42b5aee9891812db68e0&scope.project.id=11732251cea0478fac1b2c0050b4df42&role.id=112190b0dab44ef9a2f2f86430c0c451 used request id req-281f7ea3-1373-44f9-8536-e74e49920b5d 2018-10-12 10:44:38,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.164147853851s 2018-10-12 10:44:38,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-12 10:44:38,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/11732251cea0478fac1b2c0050b4df42/users/c1471a27a48f42b5aee9891812db68e0/roles/112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:39,063 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:44:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98fdc485-bf3d-45ad-b115-0c91a5e56a0a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:44:39,063 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/11732251cea0478fac1b2c0050b4df42/users/c1471a27a48f42b5aee9891812db68e0/roles/112190b0dab44ef9a2f2f86430c0c451 used request id req-98fdc485-bf3d-45ad-b115-0c91a5e56a0a 2018-10-12 10:44:39,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.267225980759s 2018-10-12 10:44:39,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 10:44:39,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:39,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b4fd652-bbc8-40d2-b585-0dfd4aaa848b Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "2a9cdb1de85a46d5ab4a5e03d631fdc6", "links": {"self": "http://172.30.9.26:5000/v3/roles/2a9cdb1de85a46d5ab4a5e03d631fdc6"}, "name": "Member"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:44:39,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-6b4fd652-bbc8-40d2-b585-0dfd4aaa848b 2018-10-12 10:44:39,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0910861492157s 2018-10-12 10:44:39,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-12 10:44:39,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0452c338f8612aa8095de9b63aa8f4e519ad26f4" -d '{"role": {"name": "heat_stack_owner"}}' 2018-10-12 10:44:39,367 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 10:44:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3bcbf836-d3b1-41c7-97a1-6ffdb0dbb429 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0a0bf77fc56841b286b9149cc1d12bed", "links": {"self": "http://172.30.9.26:5000/v3/roles/0a0bf77fc56841b286b9149cc1d12bed"}, "name": "heat_stack_owner"}} 2018-10-12 10:44:39,367 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-3bcbf836-d3b1-41c7-97a1-6ffdb0dbb429 2018-10-12 10:44:39,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.211246013641s 2018-10-12 10:44:39,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/0a0bf77fc56841b286b9149cc1d12bed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:39,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f007bf01-d09c-4137-9127-2b97aa02d63a Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/0a0bf77fc56841b286b9149cc1d12bed"}, "domain_id": null, "name": "heat_stack_owner", "id": "0a0bf77fc56841b286b9149cc1d12bed"}} 2018-10-12 10:44:39,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/0a0bf77fc56841b286b9149cc1d12bed used request id req-f007bf01-d09c-4137-9127-2b97aa02d63a 2018-10-12 10:44:39,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 10:44:39,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:39,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6ed3505-d8db-471e-a803-b5fcd0cf9e3e Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0a0bf77fc56841b286b9149cc1d12bed", "links": {"self": "http://172.30.9.26:5000/v3/roles/0a0bf77fc56841b286b9149cc1d12bed"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "2a9cdb1de85a46d5ab4a5e03d631fdc6", "links": {"self": "http://172.30.9.26:5000/v3/roles/2a9cdb1de85a46d5ab4a5e03d631fdc6"}, "name": "Member"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:44:39,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-d6ed3505-d8db-471e-a803-b5fcd0cf9e3e 2018-10-12 10:44:39,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.188051939011s 2018-10-12 10:44:39,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-12 10:44:39,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:39,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63ece49c-9bf1-47a8-85bf-b0c7d8c13e98 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 10:44:39,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-63ece49c-9bf1-47a8-85bf-b0c7d8c13e98 2018-10-12 10:44:39,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0712649822235s 2018-10-12 10:44:39,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 10:44:39,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:39,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef7c1208-2314-4244-ac1c-88ae75c7d73a Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_17f324ff-cbf6-44de-87fe-d8d55b6e40c4", "links": {"self": "http://172.30.9.26:5000/v3/users/c1471a27a48f42b5aee9891812db68e0"}, "domain_id": "default", "enabled": true, "id": "c1471a27a48f42b5aee9891812db68e0", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 10:44:39,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-ef7c1208-2314-4244-ac1c-88ae75c7d73a 2018-10-12 10:44:39,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.155479192734s 2018-10-12 10:44:39,870 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-ef7c1208-2314-4244-ac1c-88ae75c7d73a 2018-10-12 10:44:39,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 10:44:39,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:39,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0353e41a-765d-4d02-a6c5-9c40e30a116a Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/11732251cea0478fac1b2c0050b4df42"}, "enabled": true, "id": "11732251cea0478fac1b2c0050b4df42", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_17f324ff-cbf6-44de-87fe-d8d55b6e40c4"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-12 10:44:39,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-0353e41a-765d-4d02-a6c5-9c40e30a116a 2018-10-12 10:44:39,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0906348228455s 2018-10-12 10:44:39,967 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-0353e41a-765d-4d02-a6c5-9c40e30a116a 2018-10-12 10:44:39,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-12 10:44:39,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=c1471a27a48f42b5aee9891812db68e0&scope.project.id=11732251cea0478fac1b2c0050b4df42&role.id=0a0bf77fc56841b286b9149cc1d12bed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:40,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67a9c156-abe6-4c51-929e-624fb2cb27b3 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=c1471a27a48f42b5aee9891812db68e0&scope.project.id=11732251cea0478fac1b2c0050b4df42&role.id=0a0bf77fc56841b286b9149cc1d12bed", "previous": null, "next": null}} 2018-10-12 10:44:40,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=c1471a27a48f42b5aee9891812db68e0&scope.project.id=11732251cea0478fac1b2c0050b4df42&role.id=0a0bf77fc56841b286b9149cc1d12bed used request id req-67a9c156-abe6-4c51-929e-624fb2cb27b3 2018-10-12 10:44:40,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0766558647156s 2018-10-12 10:44:40,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-12 10:44:40,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/11732251cea0478fac1b2c0050b4df42/users/c1471a27a48f42b5aee9891812db68e0/roles/0a0bf77fc56841b286b9149cc1d12bed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:40,288 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:44:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f25001f3-5f51-427c-9426-fa18cbd91649 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:44:40,288 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/11732251cea0478fac1b2c0050b4df42/users/c1471a27a48f42b5aee9891812db68e0/roles/0a0bf77fc56841b286b9149cc1d12bed used request id req-f25001f3-5f51-427c-9426-fa18cbd91649 2018-10-12 10:44:40,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.242179870605s 2018-10-12 10:44:40,289 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-10-12 10:44:40,289 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-10-12 10:44:40,289 - openstack_tests - INFO - OS Credentials = > 2018-10-12 10:44:40,290 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:44:40,291 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:44:40,712 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0a0bf77fc56841b286b9149cc1d12bed", "name": "heat_stack_owner"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "2a9cdb1de85a46d5ab4a5e03d631fdc6", "name": "Member"}], "expires_at": "2018-10-12T11:44:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "11732251cea0478fac1b2c0050b4df42", "name": "connection_check-project_17f324ff-cbf6-44de-87fe-d8d55b6e40c4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_17f324ff-cbf6-44de-87fe-d8d55b6e40c4", "id": "c1471a27a48f42b5aee9891812db68e0"}, "audit_ids": ["RlcdrBtWSLKCwf6PQ6S4Og"], "issued_at": "2018-10-12T10:44:40.000000Z"}} 2018-10-12 10:44:40,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dda10742514c7d7cb2dbf92541b8e0f1a96370" 2018-10-12 10:44:41,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-69440d4e-e305-4078-a5a8-3bf1809d64dd Date: Fri, 12 Oct 2018 10:44:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"}]} 2018-10-12 10:44:41,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?router%3Aexternal=True used request id req-69440d4e-e305-4078-a5a8-3bf1809d64dd 2018-10-12 10:44:41,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=71fc6d74-b5f7-4beb-b556-59bef5906bb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4dda10742514c7d7cb2dbf92541b8e0f1a96370" 2018-10-12 10:44:42,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-ee621f46-024b-47bd-a7b4-af38e818c3d3 Date: Fri, 12 Oct 2018 10:44:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:14Z","dns_nameservers":[],"updated_at":"2018-10-12T10:34:14Z","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":"a326b90e4e0b4021a92eb982e1729d5e","id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-12 10:44:42,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=71fc6d74-b5f7-4beb-b556-59bef5906bb2 used request id req-ee621f46-024b-47bd-a7b4-af38e818c3d3 2018-10-12 10:44:42,586 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-12 10:44:42,587 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-10-12 10:44:42,587 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:44:42,588 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:44:42,589 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:44:42,590 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:44:42,590 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:44:42,591 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:44:42,592 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:44:42,593 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:44:42,594 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:44:42,594 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:44:42,595 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:44:42,596 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:44:42,596 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:44:42,597 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:44:42,598 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:44:42,617 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-12 10:44:42,617 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:44:43,003 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0a0bf77fc56841b286b9149cc1d12bed", "name": "heat_stack_owner"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "2a9cdb1de85a46d5ab4a5e03d631fdc6", "name": "Member"}], "expires_at": "2018-10-12T11:44:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "11732251cea0478fac1b2c0050b4df42", "name": "connection_check-project_17f324ff-cbf6-44de-87fe-d8d55b6e40c4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_17f324ff-cbf6-44de-87fe-d8d55b6e40c4", "id": "c1471a27a48f42b5aee9891812db68e0"}, "audit_ids": ["jFjfFiCwTbmQHLNUJseoNw"], "issued_at": "2018-10-12T10:44:43.000000Z"}} 2018-10-12 10:44:43,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}81b254355f2fc710e9ea4de4f5e3f7d55ae8216e" 2018-10-12 10:44:43,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-2af6411a-e446-4d4c-9f5b-23295a9b137a Date: Fri, 12 Oct 2018 10:44:43 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-10-12 10:44:43,739 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&name=foo used request id req-2af6411a-e446-4d4c-9f5b-23295a9b137a 2018-10-12 10:44:43,740 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:44:43,741 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-12 10:44:43,741 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:44:44,140 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0a0bf77fc56841b286b9149cc1d12bed", "name": "heat_stack_owner"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "2a9cdb1de85a46d5ab4a5e03d631fdc6", "name": "Member"}], "expires_at": "2018-10-12T11:44:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "11732251cea0478fac1b2c0050b4df42", "name": "connection_check-project_17f324ff-cbf6-44de-87fe-d8d55b6e40c4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_17f324ff-cbf6-44de-87fe-d8d55b6e40c4", "id": "c1471a27a48f42b5aee9891812db68e0"}, "audit_ids": ["0ZRJlsMoQE-thIprEqOv8w"], "issued_at": "2018-10-12T10:44:44.000000Z"}} 2018-10-12 10:44:44,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb91ead2ac6e952b89148234453377f040ae0ec7" 2018-10-12 10:44:44,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d31b754-d0be-4c66-b6aa-0e6cfdf43de9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:44:44,230 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8d31b754-d0be-4c66-b6aa-0e6cfdf43de9 2018-10-12 10:44:44,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:44:44,240 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:44: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:44:44,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb91ead2ac6e952b89148234453377f040ae0ec7" 2018-10-12 10:44:44,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c383011-708e-4023-a557-7d8fb9ba5110 Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_17f324ff-cbf6-44de-87fe-d8d55b6e40c4", "links": {"self": "http://172.30.9.26:5000/v3/users/c1471a27a48f42b5aee9891812db68e0"}, "domain_id": "default", "enabled": true, "id": "c1471a27a48f42b5aee9891812db68e0", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 10:44:44,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-3c383011-708e-4023-a557-7d8fb9ba5110 2018-10-12 10:44:44,344 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:44:44,345 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-12 10:44:44,346 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:44:44,815 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0a0bf77fc56841b286b9149cc1d12bed", "name": "heat_stack_owner"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "2a9cdb1de85a46d5ab4a5e03d631fdc6", "name": "Member"}], "expires_at": "2018-10-12T11:44:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "11732251cea0478fac1b2c0050b4df42", "name": "connection_check-project_17f324ff-cbf6-44de-87fe-d8d55b6e40c4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_17f324ff-cbf6-44de-87fe-d8d55b6e40c4", "id": "c1471a27a48f42b5aee9891812db68e0"}, "audit_ids": ["paRFl0QSRnefoLRaSUPHpQ"], "issued_at": "2018-10-12T10:44:44.000000Z"}} 2018-10-12 10:44:44,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8535e30f14ab1965609ffce4ab1d93cb2267b666" 2018-10-12 10:44:45,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-07c20fd7-39f4-4d71-9e38-19e67894be96 Date: Fri, 12 Oct 2018 10:44:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"}]} 2018-10-12 10:44:45,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-07c20fd7-39f4-4d71-9e38-19e67894be96 2018-10-12 10:44:45,875 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:44:46,321 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0a0bf77fc56841b286b9149cc1d12bed", "name": "heat_stack_owner"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "2a9cdb1de85a46d5ab4a5e03d631fdc6", "name": "Member"}], "expires_at": "2018-10-12T11:44:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "11732251cea0478fac1b2c0050b4df42", "name": "connection_check-project_17f324ff-cbf6-44de-87fe-d8d55b6e40c4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_17f324ff-cbf6-44de-87fe-d8d55b6e40c4", "id": "c1471a27a48f42b5aee9891812db68e0"}, "audit_ids": ["STD-GLXITvWWtsNo743hZg"], "issued_at": "2018-10-12T10:44:46.000000Z"}} 2018-10-12 10:44:46,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa0295406f3f2d0c37b3ed16ca8765e644c4939" 2018-10-12 10:44:47,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-680a95a1-a0dd-4343-a71d-7a4d0358575f Date: Fri, 12 Oct 2018 10:44:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"}]} 2018-10-12 10:44:47,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?router%3Aexternal=True used request id req-680a95a1-a0dd-4343-a71d-7a4d0358575f 2018-10-12 10:44:47,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=71fc6d74-b5f7-4beb-b556-59bef5906bb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa0295406f3f2d0c37b3ed16ca8765e644c4939" 2018-10-12 10:44:48,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-164dfe5f-a707-43a4-9a40-ce90da70883f Date: Fri, 12 Oct 2018 10:44:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:14Z","dns_nameservers":[],"updated_at":"2018-10-12T10:34:14Z","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":"a326b90e4e0b4021a92eb982e1729d5e","id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-12 10:44:48,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=71fc6d74-b5f7-4beb-b556-59bef5906bb2 used request id req-164dfe5f-a707-43a4-9a40-ce90da70883f 2018-10-12 10:44:48,311 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:44:48,311 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:44:48,373 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.26:5000/v2.0/tokens 2018-10-12 10:44:48,392 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-10-12 10:44:48,393 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:44:48,394 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:44:48,776 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0a0bf77fc56841b286b9149cc1d12bed", "name": "heat_stack_owner"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "2a9cdb1de85a46d5ab4a5e03d631fdc6", "name": "Member"}], "expires_at": "2018-10-12T11:44:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "11732251cea0478fac1b2c0050b4df42", "name": "connection_check-project_17f324ff-cbf6-44de-87fe-d8d55b6e40c4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_17f324ff-cbf6-44de-87fe-d8d55b6e40c4", "id": "c1471a27a48f42b5aee9891812db68e0"}, "audit_ids": ["Hlmai0bnT8StnPwv_SxkZQ"], "issued_at": "2018-10-12T10:44:48.000000Z"}} 2018-10-12 10:44:48,779 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd98ce2d06a715e1aa8a3f16cb868c301377f740" 2018-10-12 10:44:49,532 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-628d2513-6caf-4320-92d6-1563f933d496 x-compute-request-id: req-628d2513-6caf-4320-92d6-1563f933d496 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-12 10:44:49,532 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail used request id req-628d2513-6caf-4320-92d6-1563f933d496 2018-10-12 10:44:49,533 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:44:49,534 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:44:49,903 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0a0bf77fc56841b286b9149cc1d12bed", "name": "heat_stack_owner"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "2a9cdb1de85a46d5ab4a5e03d631fdc6", "name": "Member"}], "expires_at": "2018-10-12T11:44:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "11732251cea0478fac1b2c0050b4df42", "name": "connection_check-project_17f324ff-cbf6-44de-87fe-d8d55b6e40c4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_17f324ff-cbf6-44de-87fe-d8d55b6e40c4", "id": "c1471a27a48f42b5aee9891812db68e0"}, "audit_ids": ["FOlYLAD3SK-rjGdl0WytFg"], "issued_at": "2018-10-12T10:44:49.000000Z"}} 2018-10-12 10:44:49,906 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83fb3fe488a04aa70bcd82a2599b5849da6721be" 2018-10-12 10:44:50,756 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44: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-92405b04-c40a-476d-b600-5e8a67474bdf x-compute-request-id: req-92405b04-c40a-476d-b600-5e8a67474bdf Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 108}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 114}, "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": 6}]} 2018-10-12 10:44:50,757 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-92405b04-c40a-476d-b600-5e8a67474bdf 2018-10-12 10:44:50,759 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-12 10:44:50,759 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:44:50,770 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.26:5000/v2.0/tokens 2018-10-12 10:44:50,784 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-10-12 10:44:50,784 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-12 10:44:50,785 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:44:51,268 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0a0bf77fc56841b286b9149cc1d12bed", "name": "heat_stack_owner"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "2a9cdb1de85a46d5ab4a5e03d631fdc6", "name": "Member"}], "expires_at": "2018-10-12T11:44:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "11732251cea0478fac1b2c0050b4df42", "name": "connection_check-project_17f324ff-cbf6-44de-87fe-d8d55b6e40c4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_17f324ff-cbf6-44de-87fe-d8d55b6e40c4", "id": "c1471a27a48f42b5aee9891812db68e0"}, "audit_ids": ["MmRL0_8KRhiNI5s4KrektA"], "issued_at": "2018-10-12T10:44:51.000000Z"}} 2018-10-12 10:44:51,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/11732251cea0478fac1b2c0050b4df42/stacks? -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98a898110922299ef8afea010274b6fb832b52c1" 2018-10-12 10:44:52,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:51 GMT Server: Apache x-openstack-request-id: req-0b1a244b-2fa2-445e-8112-b977978705f3 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-12 10:44:52,002 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/11732251cea0478fac1b2c0050b4df42/stacks used request id req-0b1a244b-2fa2-445e-8112-b977978705f3 2018-10-12 10:44:52,002 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:44:52,022 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-12 10:44:52,024 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:44:52,411 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0a0bf77fc56841b286b9149cc1d12bed", "name": "heat_stack_owner"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "2a9cdb1de85a46d5ab4a5e03d631fdc6", "name": "Member"}], "expires_at": "2018-10-12T11:44:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "11732251cea0478fac1b2c0050b4df42", "name": "connection_check-project_17f324ff-cbf6-44de-87fe-d8d55b6e40c4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/11732251cea0478fac1b2c0050b4df42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/11732251cea0478fac1b2c0050b4df42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/11732251cea0478fac1b2c0050b4df42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_17f324ff-cbf6-44de-87fe-d8d55b6e40c4", "id": "c1471a27a48f42b5aee9891812db68e0"}, "audit_ids": ["Ewpbzb1oQViUWNxiB7rnWw"], "issued_at": "2018-10-12T10:44:52.000000Z"}} 2018-10-12 10:44:52,414 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/11732251cea0478fac1b2c0050b4df42/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}091d0a4090a0d3a920622cb6711e17360a1c6cf7" 2018-10-12 10:44:53,358 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:52 GMT Server: Apache x-compute-request-id: req-b25944bf-fd06-4ca5-ada0-7ccf24b6c07f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b25944bf-fd06-4ca5-ada0-7ccf24b6c07f Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-12 10:44:53,358 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/11732251cea0478fac1b2c0050b4df42/volumes/detail used request id req-b25944bf-fd06-4ca5-ada0-7ccf24b6c07f 2018-10-12 10:44:53,360 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 10.762s OK 2018-10-12 10:44:53,485 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-12 10:44:53,486 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-10-12 10:44:53,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 10:44:53,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:53,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f535653d-1e03-4ee7-abd8-1c99fa666f3f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0a0bf77fc56841b286b9149cc1d12bed", "links": {"self": "http://172.30.9.26:5000/v3/roles/0a0bf77fc56841b286b9149cc1d12bed"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "2a9cdb1de85a46d5ab4a5e03d631fdc6", "links": {"self": "http://172.30.9.26:5000/v3/roles/2a9cdb1de85a46d5ab4a5e03d631fdc6"}, "name": "Member"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:44:53,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-f535653d-1e03-4ee7-abd8-1c99fa666f3f 2018-10-12 10:44:53,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0892469882965s 2018-10-12 10:44:53,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-12 10:44:53,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/0a0bf77fc56841b286b9149cc1d12bed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:53,780 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:44:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-10f7ed39-832d-43ba-829d-8fe312472712 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:44:53,780 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/0a0bf77fc56841b286b9149cc1d12bed used request id req-10f7ed39-832d-43ba-829d-8fe312472712 2018-10-12 10:44:53,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.198709964752s 2018-10-12 10:44:53,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 10:44:53,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:53,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be365f7a-05d0-4d6e-a8d2-297f925cd5ba Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_17f324ff-cbf6-44de-87fe-d8d55b6e40c4", "links": {"self": "http://172.30.9.26:5000/v3/users/c1471a27a48f42b5aee9891812db68e0"}, "domain_id": "default", "enabled": true, "id": "c1471a27a48f42b5aee9891812db68e0", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 10:44:53,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-be365f7a-05d0-4d6e-a8d2-297f925cd5ba 2018-10-12 10:44:53,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0948209762573s 2018-10-12 10:44:53,876 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-be365f7a-05d0-4d6e-a8d2-297f925cd5ba 2018-10-12 10:44:53,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 10:44:53,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/c1471a27a48f42b5aee9891812db68e0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:54,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-152fa155-4e06-4477-a53a-f0aeb221a834 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/c1471a27a48f42b5aee9891812db68e0"}, "enabled": true, "id": "c1471a27a48f42b5aee9891812db68e0", "options": {}, "domain_id": "default", "name": "connection_check-user_17f324ff-cbf6-44de-87fe-d8d55b6e40c4"}} 2018-10-12 10:44:54,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/c1471a27a48f42b5aee9891812db68e0 used request id req-152fa155-4e06-4477-a53a-f0aeb221a834 2018-10-12 10:44:54,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.171780109406s 2018-10-12 10:44:54,055 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/c1471a27a48f42b5aee9891812db68e0 used request id req-152fa155-4e06-4477-a53a-f0aeb221a834 2018-10-12 10:44:54,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-12 10:44:54,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/c1471a27a48f42b5aee9891812db68e0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:54,394 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:44:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3e01ea3-5376-44ca-8232-ecd8849a78ca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:44:54,394 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/c1471a27a48f42b5aee9891812db68e0 used request id req-b3e01ea3-5376-44ca-8232-ecd8849a78ca 2018-10-12 10:44:54,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.339289903641s 2018-10-12 10:44:54,395 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/c1471a27a48f42b5aee9891812db68e0 used request id req-b3e01ea3-5376-44ca-8232-ecd8849a78ca 2018-10-12 10:44:54,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 10:44:54,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:54,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8046b80d-3762-44a9-b3a8-fe6fc690e32f Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/11732251cea0478fac1b2c0050b4df42"}, "enabled": true, "id": "11732251cea0478fac1b2c0050b4df42", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_17f324ff-cbf6-44de-87fe-d8d55b6e40c4"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-12 10:44:54,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-8046b80d-3762-44a9-b3a8-fe6fc690e32f 2018-10-12 10:44:54,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.132594108582s 2018-10-12 10:44:54,528 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-8046b80d-3762-44a9-b3a8-fe6fc690e32f 2018-10-12 10:44:54,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-12 10:44:54,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/11732251cea0478fac1b2c0050b4df42 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:54,799 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:44:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-310a97e2-5b9b-444e-ae80-f89d6c260645 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:44:54,799 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/11732251cea0478fac1b2c0050b4df42 used request id req-310a97e2-5b9b-444e-ae80-f89d6c260645 2018-10-12 10:44:54,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.268657922745s 2018-10-12 10:44:54,800 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/11732251cea0478fac1b2c0050b4df42 used request id req-310a97e2-5b9b-444e-ae80-f89d6c260645 2018-10-12 10:44:54,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 10:44:54,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:54,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-962d56cb-94e6-42e6-af7f-99098a576d74 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "2a9cdb1de85a46d5ab4a5e03d631fdc6", "links": {"self": "http://172.30.9.26:5000/v3/roles/2a9cdb1de85a46d5ab4a5e03d631fdc6"}, "name": "Member"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:44:54,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-962d56cb-94e6-42e6-af7f-99098a576d74 2018-10-12 10:44:54,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0827541351318s 2018-10-12 10:44:54,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-12 10:44:54,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/2a9cdb1de85a46d5ab4a5e03d631fdc6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:55,094 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:44:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e1b7958-312c-49e1-b4be-bf687f4d735a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:44:55,094 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/2a9cdb1de85a46d5ab4a5e03d631fdc6 used request id req-9e1b7958-312c-49e1-b4be-bf687f4d735a 2018-10-12 10:44:55,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.209882974625s 2018-10-12 10:44:55,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-12 10:44:55,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/security-groups.json?project_id=11732251cea0478fac1b2c0050b4df42&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0452c338f8612aa8095de9b63aa8f4e519ad26f4" 2018-10-12 10:44:55,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-d353a88d-987c-4218-a44d-288a02325c62 Date: Fri, 12 Oct 2018 10:44:55 GMT RESP BODY: {"security_groups": []} 2018-10-12 10:44:55,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=11732251cea0478fac1b2c0050b4df42&name=default used request id req-d353a88d-987c-4218-a44d-288a02325c62 2018-10-12 10:44:55,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.321411132812s 2018-10-12 10:44:55,421 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=11732251cea0478fac1b2c0050b4df42&name=default used request id req-d353a88d-987c-4218-a44d-288a02325c62 2018-10-12 10:44:55,441 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-10-12 10:44:55,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 10:44:55,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 10:44:55,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 10:44:55,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 10:44:55,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 10:44:55,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 10:44:55,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 10:44:55,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 10:44:55,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 10:44:55,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 10:44:55,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 10:44:55,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 10:44:55,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 10:44:55,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 10:44:55,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 10:44:55,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 10:44:55,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 10:44:55,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 10:44:55,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 10:44:55,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 10:44:55,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 10:44:55,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 10:44:55,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-12 10:44:55,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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-10-12 10:44:55,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd458058-b1cb-4b70-8d18-7828dd683b85 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:44:55,479 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-dd458058-b1cb-4b70-8d18-7828dd683b85 2018-10-12 10:44:55,479 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:44:55,932 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T11:44:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["86Cp8yd4SMavm8Jg0AG3Rw"], "issued_at": "2018-10-12T10:44:55.000000Z"}} 2018-10-12 10:44:55,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:44:55,941 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:44: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:44:55,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:44:56,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90dcbd60-b779-41c6-a4fa-96fb1c79cb62 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/4c63915287d940839daec75dc8b59ff1"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4c63915287d940839daec75dc8b59ff1"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-10-12 10:44:56,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-90dcbd60-b779-41c6-a4fa-96fb1c79cb62 2018-10-12 10:44:56,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.55687713623s 2018-10-12 10:44:56,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-12 10:44:56,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" -d '{"project": {"description": "Created by OPNFV Functest: api_check", "enabled": true, "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}}' 2018-10-12 10:44:56,140 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 10:44:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bab03d58-e73a-41b4-b5f5-99c931e85ea5 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:44:56,140 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-bab03d58-e73a-41b4-b5f5-99c931e85ea5 2018-10-12 10:44:56,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.109663009644s 2018-10-12 10:44:56,140 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-bab03d58-e73a-41b4-b5f5-99c931e85ea5 2018-10-12 10:44:56,141 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9', 'id': u'104d75bb2cac4b4998c38732dc15f0bd', '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-10-12 10:44:56,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-12 10:44:56,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.344894886017s 2018-10-12 10:44:56,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/88e9560a29e9460c8af8a5df80c26533 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:44:56,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4b5a7fc-d9e1-459a-a217-136e9df8adba Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/88e9560a29e9460c8af8a5df80c26533"}, "enabled": true, "id": "88e9560a29e9460c8af8a5df80c26533", "options": {}, "domain_id": "default", "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:44:56,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/88e9560a29e9460c8af8a5df80c26533 used request id req-b4b5a7fc-d9e1-459a-a217-136e9df8adba 2018-10-12 10:44:56,584 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'88e9560a29e9460c8af8a5df80c26533', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9'}) 2018-10-12 10:44:56,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 10:44:56,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:44:56,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a6c6a5d-d120-4507-8733-870de83ee6bb Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:44:56,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-4a6c6a5d-d120-4507-8733-870de83ee6bb 2018-10-12 10:44:56,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.084244966507s 2018-10-12 10:44:56,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 10:44:56,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:44:56,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8311b249-1813-4c22-aec9-9a3a885c83fc Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:44:56,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-8311b249-1813-4c22-aec9-9a3a885c83fc 2018-10-12 10:44:56,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0762009620667s 2018-10-12 10:44:56,747 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-12 10:44:56,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-12 10:44:56,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" -d '{"role": {"name": "Member"}}' 2018-10-12 10:44:57,003 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 10:44:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae93b18c-c3a3-41e3-b88f-4d11aa5e25fa Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3b2ed01a78ce4b82b8a9537af3975a56", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56"}, "name": "Member"}} 2018-10-12 10:44:57,003 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-ae93b18c-c3a3-41e3-b88f-4d11aa5e25fa 2018-10-12 10:44:57,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.255419015884s 2018-10-12 10:44:57,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:44:57,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3fd509b-2b20-45f5-a743-75dff55a289d Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56"}, "domain_id": null, "name": "Member", "id": "3b2ed01a78ce4b82b8a9537af3975a56"}} 2018-10-12 10:44:57,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56 used request id req-e3fd509b-2b20-45f5-a743-75dff55a289d 2018-10-12 10:44:57,083 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56'}, 'domain_id': None, 'human_id': None, 'id': u'3b2ed01a78ce4b82b8a9537af3975a56', 'HUMAN_ID': False}) 2018-10-12 10:44:57,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 10:44:57,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:44:57,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99994384-3423-4e69-913d-565fc333bc4d Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "3b2ed01a78ce4b82b8a9537af3975a56", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56"}, "name": "Member"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:44:57,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-99994384-3423-4e69-913d-565fc333bc4d 2018-10-12 10:44:57,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0783169269562s 2018-10-12 10:44:57,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-12 10:44:57,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:44:57,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dd5d7e7-8690-4fad-a8c0-23b309d2884f Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 10:44:57,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-2dd5d7e7-8690-4fad-a8c0-23b309d2884f 2018-10-12 10:44:57,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.149353027344s 2018-10-12 10:44:57,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 10:44:57,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:44:57,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cceda6e-9a1e-4922-9e9d-8ff7bd967377 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "links": {"self": "http://172.30.9.26:5000/v3/users/88e9560a29e9460c8af8a5df80c26533"}, "domain_id": "default", "enabled": true, "id": "88e9560a29e9460c8af8a5df80c26533", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 10:44:57,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-5cceda6e-9a1e-4922-9e9d-8ff7bd967377 2018-10-12 10:44:57,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0973269939423s 2018-10-12 10:44:57,411 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-5cceda6e-9a1e-4922-9e9d-8ff7bd967377 2018-10-12 10:44:57,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 10:44:57,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:44:57,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb9077dd-5694-4b99-ae4a-05087d13d217 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-12 10:44:57,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-cb9077dd-5694-4b99-ae4a-05087d13d217 2018-10-12 10:44:57,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.074994802475s 2018-10-12 10:44:57,492 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-cb9077dd-5694-4b99-ae4a-05087d13d217 2018-10-12 10:44:57,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-12 10:44:57,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=88e9560a29e9460c8af8a5df80c26533&scope.project.id=104d75bb2cac4b4998c38732dc15f0bd&role.id=3b2ed01a78ce4b82b8a9537af3975a56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:44:57,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-102fcb71-f895-4828-a77c-d40336d537ea Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=88e9560a29e9460c8af8a5df80c26533&scope.project.id=104d75bb2cac4b4998c38732dc15f0bd&role.id=3b2ed01a78ce4b82b8a9537af3975a56", "previous": null, "next": null}} 2018-10-12 10:44:57,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=88e9560a29e9460c8af8a5df80c26533&scope.project.id=104d75bb2cac4b4998c38732dc15f0bd&role.id=3b2ed01a78ce4b82b8a9537af3975a56 used request id req-102fcb71-f895-4828-a77c-d40336d537ea 2018-10-12 10:44:57,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0756969451904s 2018-10-12 10:44:57,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-12 10:44:57,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd/users/88e9560a29e9460c8af8a5df80c26533/roles/3b2ed01a78ce4b82b8a9537af3975a56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:44:57,734 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:44:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d20418d0-9d45-423c-8a06-20f8ad453804 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:44:57,734 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd/users/88e9560a29e9460c8af8a5df80c26533/roles/3b2ed01a78ce4b82b8a9537af3975a56 used request id req-d20418d0-9d45-423c-8a06-20f8ad453804 2018-10-12 10:44:57,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.162956953049s 2018-10-12 10:44:57,735 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9', 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': 'adc25780-5f35-4dd5-8ee6-22cecf2654d5', 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_d2d4256f-efcc-47c6-8552-111e3f4999e9', 'project_id': u'104d75bb2cac4b4998c38732dc15f0bd', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-12 10:44:57,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 10:44:57,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 10:44:57,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 10:44:57,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 10:44:57,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 10:44:57,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 10:44:57,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 10:44:57,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 10:44:57,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 10:44:57,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 10:44:57,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 10:44:57,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 10:44:57,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 10:44:57,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 10:44:57,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 10:44:57,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 10:44:57,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 10:44:57,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 10:44:57,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 10:44:57,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 10:44:57,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 10:44:57,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 10:44:57,740 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9', 'password': 'adc25780-5f35-4dd5-8ee6-22cecf2654d5', 'project_name': 'api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '104d75bb2cac4b4998c38732dc15f0bd', 'project_domain_name': 'Default'} 2018-10-12 10:44:57,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 10:44:57,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:44:57,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7435caf-3ee9-474f-bf38-f56881ceac1a Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "3b2ed01a78ce4b82b8a9537af3975a56", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56"}, "name": "Member"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:44:57,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-d7435caf-3ee9-474f-bf38-f56881ceac1a 2018-10-12 10:44:57,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0772449970245s 2018-10-12 10:44:57,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 10:44:57,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:44:58,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbdcd77b-c075-4d3e-b7d3-098379117ddc Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "3b2ed01a78ce4b82b8a9537af3975a56", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56"}, "name": "Member"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:44:58,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-cbdcd77b-c075-4d3e-b7d3-098379117ddc 2018-10-12 10:44:58,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.179649829865s 2018-10-12 10:44:58,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-12 10:44:58,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:44:58,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae764f8b-d3d8-447e-817c-54bca9b0c56f Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 10:44:58,084 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-ae764f8b-d3d8-447e-817c-54bca9b0c56f 2018-10-12 10:44:58,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0817441940308s 2018-10-12 10:44:58,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 10:44:58,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:44:58,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db91427a-12cf-4241-8a04-b88316e9348e Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "links": {"self": "http://172.30.9.26:5000/v3/users/88e9560a29e9460c8af8a5df80c26533"}, "domain_id": "default", "enabled": true, "id": "88e9560a29e9460c8af8a5df80c26533", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 10:44:58,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-db91427a-12cf-4241-8a04-b88316e9348e 2018-10-12 10:44:58,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.157684087753s 2018-10-12 10:44:58,243 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-db91427a-12cf-4241-8a04-b88316e9348e 2018-10-12 10:44:58,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 10:44:58,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:44:58,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5230476-7cd7-422d-85eb-fcdcf5bc47c4 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-12 10:44:58,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-b5230476-7cd7-422d-85eb-fcdcf5bc47c4 2018-10-12 10:44:58,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.083860874176s 2018-10-12 10:44:58,333 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-b5230476-7cd7-422d-85eb-fcdcf5bc47c4 2018-10-12 10:44:58,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-12 10:44:58,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=88e9560a29e9460c8af8a5df80c26533&scope.project.id=104d75bb2cac4b4998c38732dc15f0bd&role.id=112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:44:58,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1c705b6-342b-463e-9490-8d7dbba6238a Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=88e9560a29e9460c8af8a5df80c26533&scope.project.id=104d75bb2cac4b4998c38732dc15f0bd&role.id=112190b0dab44ef9a2f2f86430c0c451", "previous": null, "next": null}} 2018-10-12 10:44:58,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=88e9560a29e9460c8af8a5df80c26533&scope.project.id=104d75bb2cac4b4998c38732dc15f0bd&role.id=112190b0dab44ef9a2f2f86430c0c451 used request id req-a1c705b6-342b-463e-9490-8d7dbba6238a 2018-10-12 10:44:58,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0810351371765s 2018-10-12 10:44:58,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-12 10:44:58,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd/users/88e9560a29e9460c8af8a5df80c26533/roles/112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:44:58,532 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:44:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b43f87a-4e35-4802-bee7-c1b630399e5a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:44:58,533 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd/users/88e9560a29e9460c8af8a5df80c26533/roles/112190b0dab44ef9a2f2f86430c0c451 used request id req-3b43f87a-4e35-4802-bee7-c1b630399e5a 2018-10-12 10:44:58,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.115926027298s 2018-10-12 10:44:58,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 10:44:58,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:44:58,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36cb93e0-5500-4155-8de8-e67ec8a8bdeb Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "3b2ed01a78ce4b82b8a9537af3975a56", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56"}, "name": "Member"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:44:58,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-36cb93e0-5500-4155-8de8-e67ec8a8bdeb 2018-10-12 10:44:58,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0875580310822s 2018-10-12 10:44:58,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-12 10:44:58,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" -d '{"role": {"name": "heat_stack_owner"}}' 2018-10-12 10:44:58,760 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 10:44:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-174a8f97-7a66-48b1-9b7c-c693cbaf4504 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5fa3a0c3e44f4a779944e91dc076fdff", "links": {"self": "http://172.30.9.26:5000/v3/roles/5fa3a0c3e44f4a779944e91dc076fdff"}, "name": "heat_stack_owner"}} 2018-10-12 10:44:58,760 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-174a8f97-7a66-48b1-9b7c-c693cbaf4504 2018-10-12 10:44:58,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.138043880463s 2018-10-12 10:44:58,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/5fa3a0c3e44f4a779944e91dc076fdff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:44:58,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9809ea8-6bbc-4e39-9468-c7391fc5c2a6 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/5fa3a0c3e44f4a779944e91dc076fdff"}, "domain_id": null, "name": "heat_stack_owner", "id": "5fa3a0c3e44f4a779944e91dc076fdff"}} 2018-10-12 10:44:58,837 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/5fa3a0c3e44f4a779944e91dc076fdff used request id req-f9809ea8-6bbc-4e39-9468-c7391fc5c2a6 2018-10-12 10:44:58,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 10:44:58,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:44:58,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93a97bcd-68b3-40e7-b4e5-ee59eddd2d31 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "3b2ed01a78ce4b82b8a9537af3975a56", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56"}, "name": "Member"}, {"domain_id": null, "id": "5fa3a0c3e44f4a779944e91dc076fdff", "links": {"self": "http://172.30.9.26:5000/v3/roles/5fa3a0c3e44f4a779944e91dc076fdff"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:44:58,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-93a97bcd-68b3-40e7-b4e5-ee59eddd2d31 2018-10-12 10:44:58,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0779469013214s 2018-10-12 10:44:58,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-12 10:44:58,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:44:59,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c04abca1-1f0a-4de2-8f87-a0b61adc8fe1 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 10:44:59,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-c04abca1-1f0a-4de2-8f87-a0b61adc8fe1 2018-10-12 10:44:59,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0906791687012s 2018-10-12 10:44:59,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 10:44:59,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:44:59,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89ab3805-e32c-425f-ae8a-2d59d3e6c123 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "links": {"self": "http://172.30.9.26:5000/v3/users/88e9560a29e9460c8af8a5df80c26533"}, "domain_id": "default", "enabled": true, "id": "88e9560a29e9460c8af8a5df80c26533", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 10:44:59,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-89ab3805-e32c-425f-ae8a-2d59d3e6c123 2018-10-12 10:44:59,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0875918865204s 2018-10-12 10:44:59,096 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-89ab3805-e32c-425f-ae8a-2d59d3e6c123 2018-10-12 10:44:59,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 10:44:59,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:44:59,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ba65d21-f982-4d44-a4af-61a01c81d4ef Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-12 10:44:59,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-7ba65d21-f982-4d44-a4af-61a01c81d4ef 2018-10-12 10:44:59,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0803220272064s 2018-10-12 10:44:59,183 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-7ba65d21-f982-4d44-a4af-61a01c81d4ef 2018-10-12 10:44:59,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-12 10:44:59,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=88e9560a29e9460c8af8a5df80c26533&scope.project.id=104d75bb2cac4b4998c38732dc15f0bd&role.id=5fa3a0c3e44f4a779944e91dc076fdff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:44:59,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:44:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef138fc9-0a06-4571-b6b1-e1335a259684 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=88e9560a29e9460c8af8a5df80c26533&scope.project.id=104d75bb2cac4b4998c38732dc15f0bd&role.id=5fa3a0c3e44f4a779944e91dc076fdff", "previous": null, "next": null}} 2018-10-12 10:44:59,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=88e9560a29e9460c8af8a5df80c26533&scope.project.id=104d75bb2cac4b4998c38732dc15f0bd&role.id=5fa3a0c3e44f4a779944e91dc076fdff used request id req-ef138fc9-0a06-4571-b6b1-e1335a259684 2018-10-12 10:44:59,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0791499614716s 2018-10-12 10:44:59,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-12 10:44:59,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd/users/88e9560a29e9460c8af8a5df80c26533/roles/5fa3a0c3e44f4a779944e91dc076fdff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:44:59,503 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:44:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db580bfb-4467-41b8-b91e-8762cb2f1355 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:44:59,503 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd/users/88e9560a29e9460c8af8a5df80c26533/roles/5fa3a0c3e44f4a779944e91dc076fdff used request id req-db580bfb-4467-41b8-b91e-8762cb2f1355 2018-10-12 10:44:59,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.238456010818s 2018-10-12 10:44:59,504 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-10-12 10:44:59,504 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-10-12 10:44:59,504 - openstack_tests - INFO - OS Credentials = > 2018-10-12 10:44:59,504 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:44:59,505 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:44:59,890 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:44:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["eN0TlLtySjm-DOrke5xmng"], "issued_at": "2018-10-12T10:44:59.000000Z"}} 2018-10-12 10:44:59,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b1936f7eeb098079f585deecac3fe44d475761" 2018-10-12 10:45:00,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-dcd8cf3f-240c-49ae-8ad6-43d22dc05174 Date: Fri, 12 Oct 2018 10:45:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"}]} 2018-10-12 10:45:00,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?router%3Aexternal=True used request id req-dcd8cf3f-240c-49ae-8ad6-43d22dc05174 2018-10-12 10:45:00,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=71fc6d74-b5f7-4beb-b556-59bef5906bb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b1936f7eeb098079f585deecac3fe44d475761" 2018-10-12 10:45:01,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-a6b589be-101b-4e6a-b44b-f4acc4b1b330 Date: Fri, 12 Oct 2018 10:45:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:14Z","dns_nameservers":[],"updated_at":"2018-10-12T10:34:14Z","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":"a326b90e4e0b4021a92eb982e1729d5e","id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-12 10:45:01,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=71fc6d74-b5f7-4beb-b556-59bef5906bb2 used request id req-a6b589be-101b-4e6a-b44b-f4acc4b1b330 2018-10-12 10:45:01,707 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-12 10:45:01,707 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-10-12 10:45:01,708 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,708 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,709 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,710 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,710 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,711 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,712 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,713 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,714 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,714 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,715 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,716 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,717 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,717 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,718 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,719 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,720 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,720 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,721 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,722 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,723 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,724 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,724 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,725 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,726 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,727 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,727 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,728 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,729 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,730 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,730 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,731 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,731 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,732 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,733 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,733 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,734 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,735 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,735 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,736 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,736 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,737 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,738 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,738 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,739 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,740 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,740 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,741 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,742 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,743 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,743 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,744 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,745 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,745 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,746 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,747 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,747 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,748 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,749 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,749 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,750 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,751 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,751 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,752 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,753 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,753 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,754 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,755 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,756 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,757 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,757 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,758 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,758 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,760 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,761 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,762 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,762 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,763 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,763 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,764 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,823 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,823 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,824 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,824 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:01,825 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:02,223 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["JZtgLUILRnSAhWO17wBqZA"], "issued_at": "2018-10-12T10:45:02.000000Z"}} 2018-10-12 10:45:02,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}119d42f020f27b9d406a4f08f5f7c95b29e453b3" 2018-10-12 10:45:02,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-934c9754-4096-4d0d-96f7-6a3c2b727038 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:02,302 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-934c9754-4096-4d0d-96f7-6a3c2b727038 2018-10-12 10:45:02,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:45:02,311 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:45: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:45:02,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}119d42f020f27b9d406a4f08f5f7c95b29e453b3" 2018-10-12 10:45:02,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2259de0b-3f17-4363-8d2c-2c6c478282f2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-12 10:45:02,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-2259de0b-3f17-4363-8d2c-2c6c478282f2 2018-10-12 10:45:02,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}119d42f020f27b9d406a4f08f5f7c95b29e453b3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-b17019ec-5d4b-41c4-a9d2-61e5e2ca5f9f-projName"}}' 2018-10-12 10:45:02,505 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 10:45:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16414cc5-f371-4745-9de7-9919ac945a68 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d2dbd2e0d2324befac55de830ecc82e0"}, "enabled": true, "id": "d2dbd2e0d2324befac55de830ecc82e0", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-b17019ec-5d4b-41c4-a9d2-61e5e2ca5f9f-projName"}} 2018-10-12 10:45:02,505 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-16414cc5-f371-4745-9de7-9919ac945a68 2018-10-12 10:45:02,506 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-b17019ec-5d4b-41c4-a9d2-61e5e2ca5f9f-projName 2018-10-12 10:45:02,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-b17019ec-5d4b-41c4-a9d2-61e5e2ca5f9f-projName -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}119d42f020f27b9d406a4f08f5f7c95b29e453b3" 2018-10-12 10:45:02,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9d0a067-b702-4328-9a6c-bd31bc6f3f1e Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-b17019ec-5d4b-41c4-a9d2-61e5e2ca5f9f-projName", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/d2dbd2e0d2324befac55de830ecc82e0"}, "enabled": true, "id": "d2dbd2e0d2324befac55de830ecc82e0", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-b17019ec-5d4b-41c4-a9d2-61e5e2ca5f9f-projName"}]} 2018-10-12 10:45:02,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-b17019ec-5d4b-41c4-a9d2-61e5e2ca5f9f-projName used request id req-c9d0a067-b702-4328-9a6c-bd31bc6f3f1e 2018-10-12 10:45:02,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}119d42f020f27b9d406a4f08f5f7c95b29e453b3" 2018-10-12 10:45:02,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a74a4189-690d-4491-935c-36fd028f5865 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 10:45:02,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-a74a4189-690d-4491-935c-36fd028f5865 2018-10-12 10:45:02,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}119d42f020f27b9d406a4f08f5f7c95b29e453b3" 2018-10-12 10:45:03,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-ee48eafd-bf2d-4662-837c-032262add891 Date: Fri, 12 Oct 2018 10:45:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "updated_at": "2018-10-12T10:34:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "2ae4f47a-860c-4316-ac71-26a7138a332b", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "652ffd7b-44c1-45ae-bacb-d752209f00a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "c6536286-1efd-4324-bff2-83bf4e288f74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "d00fd409-954d-4a7e-b2ce-3b8e9364f9b2", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}], "revision_number": 4, "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "665a8bea-d7bf-418c-8720-ca198157c68e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "updated_at": "2018-10-12T10:44:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "03a7346d-e81e-42f1-90d8-2d77a0e34ff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "25484a0d-c36c-4968-8497-2fab34786f38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "3051e92e-adfd-43d1-8ad4-a37e12b00332", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "c8cd6bce-c3f0-4e98-afd5-635192d18ba4", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 4, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:45:03Z", "updated_at": "2018-10-12T10:45:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:03Z", "revision_number": 0, "id": "30c8bab3-e3d5-4b8a-a77d-9911f94a7b04", "remote_group_id": "ffa29a46-ba18-46df-8d30-980ba77958ca", "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:03Z", "security_group_id": "ffa29a46-ba18-46df-8d30-980ba77958ca", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:03Z", "revision_number": 0, "id": "324d5fa1-9d2f-4522-8ff9-ce4e7c3f8d85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:03Z", "security_group_id": "ffa29a46-ba18-46df-8d30-980ba77958ca", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:03Z", "revision_number": 0, "id": "82336881-75b6-4c51-a523-e71cca98c413", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:03Z", "security_group_id": "ffa29a46-ba18-46df-8d30-980ba77958ca", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:03Z", "revision_number": 0, "id": "a73c4dcd-19bc-471a-981d-03ebc99c776e", "remote_group_id": "ffa29a46-ba18-46df-8d30-980ba77958ca", "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:03Z", "security_group_id": "ffa29a46-ba18-46df-8d30-980ba77958ca", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}], "revision_number": 4, "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "ffa29a46-ba18-46df-8d30-980ba77958ca", "name": "default"}]} 2018-10-12 10:45:03,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-ee48eafd-bf2d-4662-837c-032262add891 2018-10-12 10:45:03,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}119d42f020f27b9d406a4f08f5f7c95b29e453b3" 2018-10-12 10:45:03,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-800e39f3-9478-4847-ad9e-8df70cadde31 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-12 10:45:03,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e used request id req-800e39f3-9478-4847-ad9e-8df70cadde31 2018-10-12 10:45:03,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}119d42f020f27b9d406a4f08f5f7c95b29e453b3" 2018-10-12 10:45:03,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bda7190-e008-4a3c-b610-6e45043f299e Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-12 10:45:03,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0 used request id req-3bda7190-e008-4a3c-b610-6e45043f299e 2018-10-12 10:45:03,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}119d42f020f27b9d406a4f08f5f7c95b29e453b3" 2018-10-12 10:45:04,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e92e7487-c72c-429a-9453-cf4f47321a4c 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:45:04,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-e92e7487-c72c-429a-9453-cf4f47321a4c 2018-10-12 10:45:04,105 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ffa29a46-ba18-46df-8d30-980ba77958ca 2018-10-12 10:45:04,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=ffa29a46-ba18-46df-8d30-980ba77958ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}119d42f020f27b9d406a4f08f5f7c95b29e453b3" 2018-10-12 10:45:04,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f614b831-69ab-4da1-94a1-ee299ca6afc3 Date: Fri, 12 Oct 2018 10:45:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "ffa29a46-ba18-46df-8d30-980ba77958ca", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:45:03Z", "security_group_id": "ffa29a46-ba18-46df-8d30-980ba77958ca", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:45:03Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "30c8bab3-e3d5-4b8a-a77d-9911f94a7b04"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:45:03Z", "security_group_id": "ffa29a46-ba18-46df-8d30-980ba77958ca", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:45:03Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "324d5fa1-9d2f-4522-8ff9-ce4e7c3f8d85"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:45:03Z", "security_group_id": "ffa29a46-ba18-46df-8d30-980ba77958ca", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:45:03Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "82336881-75b6-4c51-a523-e71cca98c413"}, {"remote_group_id": "ffa29a46-ba18-46df-8d30-980ba77958ca", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:45:03Z", "security_group_id": "ffa29a46-ba18-46df-8d30-980ba77958ca", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:45:03Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "a73c4dcd-19bc-471a-981d-03ebc99c776e"}]} 2018-10-12 10:45:04,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=ffa29a46-ba18-46df-8d30-980ba77958ca used request id req-f614b831-69ab-4da1-94a1-ee299ca6afc3 2018-10-12 10:45:04,268 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 10:45:04,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/ffa29a46-ba18-46df-8d30-980ba77958ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}119d42f020f27b9d406a4f08f5f7c95b29e453b3" 2018-10-12 10:45:05,347 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0f86bad8-1bfe-4230-b320-c9407ba445ba Content-Length: 0 Date: Fri, 12 Oct 2018 10:45:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:45:05,347 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/ffa29a46-ba18-46df-8d30-980ba77958ca used request id req-0f86bad8-1bfe-4230-b320-c9407ba445ba 2018-10-12 10:45:05,347 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-b17019ec-5d4b-41c4-a9d2-61e5e2ca5f9f-projName 2018-10-12 10:45:05,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/d2dbd2e0d2324befac55de830ecc82e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}119d42f020f27b9d406a4f08f5f7c95b29e453b3" 2018-10-12 10:45:05,534 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:45:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-469f8062-0f39-48e1-8db2-0edfe9caa862 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:45:05,535 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/d2dbd2e0d2324befac55de830ecc82e0 used request id req-469f8062-0f39-48e1-8db2-0edfe9caa862 2018-10-12 10:45:05,536 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:05,953 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["Oih2j05iT96E-JnWGKKy7A"], "issued_at": "2018-10-12T10:45:05.000000Z"}} 2018-10-12 10:45:05,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc281dde99d8d4e4f75ac42743db74605a2732d5" 2018-10-12 10:45:06,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57509541-3860-40b4-95ae-19bf1d92163f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:06,050 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-57509541-3860-40b4-95ae-19bf1d92163f 2018-10-12 10:45:06,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:45:06,060 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:45: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:45:06,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc281dde99d8d4e4f75ac42743db74605a2732d5" 2018-10-12 10:45:06,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8211b4c6-5820-4bde-8050-17a7a4284ce5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-12 10:45:06,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-8211b4c6-5820-4bde-8050-17a7a4284ce5 2018-10-12 10:45:06,661 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-61065c11-7151-4516-ad4c-dfce05eb30d2-username 2018-10-12 10:45:06,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc281dde99d8d4e4f75ac42743db74605a2732d5" 2018-10-12 10:45:06,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91a48419-a1bb-4a16-8815-ed6222fdebff Content-Encoding: gzip Content-Length: 908 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "links": {"self": "http://172.30.9.26:5000/v3/users/88e9560a29e9460c8af8a5df80c26533"}, "domain_id": "default", "enabled": true, "id": "88e9560a29e9460c8af8a5df80c26533", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "KeystoneUtilsTests-61065c11-7151-4516-ad4c-dfce05eb30d2-username", "links": {"self": "http://172.30.9.26:5000/v3/users/b1475610d65b4aaeb279e06194ceea07"}, "domain_id": "default", "enabled": true, "id": "b1475610d65b4aaeb279e06194ceea07", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 10:45:06,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-91a48419-a1bb-4a16-8815-ed6222fdebff 2018-10-12 10:45:06,774 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-61065c11-7151-4516-ad4c-dfce05eb30d2-username 2018-10-12 10:45:06,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/b1475610d65b4aaeb279e06194ceea07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc281dde99d8d4e4f75ac42743db74605a2732d5" 2018-10-12 10:45:07,016 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:45:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-044bd9c6-754a-4518-ad3f-8a93f17663f9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:45:07,016 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/b1475610d65b4aaeb279e06194ceea07 used request id req-044bd9c6-754a-4518-ad3f-8a93f17663f9 2018-10-12 10:45:07,017 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:07,400 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["MtY-UOwWT9OYoLs4dMKbrw"], "issued_at": "2018-10-12T10:45:07.000000Z"}} 2018-10-12 10:45:07,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c95e007bf54105e20d632c9258116323931fcce" 2018-10-12 10:45:07,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42e648f1-04b4-49c2-9f1f-2aca5a327e15 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:07,477 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-42e648f1-04b4-49c2-9f1f-2aca5a327e15 2018-10-12 10:45:07,478 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:07,479 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-12 10:45:07,481 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:07,867 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["udqVxG0wRyGwfchql4eVYQ"], "issued_at": "2018-10-12T10:45:07.000000Z"}} 2018-10-12 10:45:07,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb70f2cfc6fc9936fd73b2a1d49be611aaffd546" 2018-10-12 10:45:07,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10188fed-bed8-436a-8abb-07a4dc7059e8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:07,952 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-10188fed-bed8-436a-8abb-07a4dc7059e8 2018-10-12 10:45:07,953 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:07,953 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:08,366 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["n6afHCXnTnWhThFPXpVWPQ"], "issued_at": "2018-10-12T10:45:08.000000Z"}} 2018-10-12 10:45:08,369 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:08,755 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["UCTwY6ZjScqdTHgpFq1SxA"], "issued_at": "2018-10-12T10:45:08.000000Z"}} 2018-10-12 10:45:08,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c41e1d7016753e2d5d51e30efd97973dafb4112" 2018-10-12 10:45:08,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15c222eb-65f8-4888-ac19-951363f65c1d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:08,769 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-15c222eb-65f8-4888-ac19-951363f65c1d 2018-10-12 10:45:08,770 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:08,771 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:09,141 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["XyO2yGA8SC2LtOgCJtxkLQ"], "issued_at": "2018-10-12T10:45:09.000000Z"}} 2018-10-12 10:45:09,144 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:09,532 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["Drjj-9uxQJa3SdzETjKhGw"], "issued_at": "2018-10-12T10:45:09.000000Z"}} 2018-10-12 10:45:09,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ec6a75ad5606b2a1dd369d279072bcec7c974b" 2018-10-12 10:45:09,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a429b5d0-0ca6-4004-af7f-3ef87fac35d9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:09,628 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a429b5d0-0ca6-4004-af7f-3ef87fac35d9 2018-10-12 10:45:09,629 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:09,629 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:10,005 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["bHjKmQ6vQuS88SSa7K9k3w"], "issued_at": "2018-10-12T10:45:10.000000Z"}} 2018-10-12 10:45:10,008 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:10,009 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:10,389 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["mfG3hh8qTNefMABO1PJ-Zw"], "issued_at": "2018-10-12T10:45:10.000000Z"}} 2018-10-12 10:45:10,391 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:10,392 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:10,786 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["uPXuqZgpQzGrZkuMiNhUiA"], "issued_at": "2018-10-12T10:45:10.000000Z"}} 2018-10-12 10:45:10,790 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:11,165 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["q9nJG02iRdixUCDSQwIJ8w"], "issued_at": "2018-10-12T10:45:11.000000Z"}} 2018-10-12 10:45:11,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f3a0714ba63a0bae1668cc43ae699640aeecd2f" 2018-10-12 10:45:11,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c74832a-225a-4cb5-9963-e198a704d6ce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:11,250 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2c74832a-225a-4cb5-9963-e198a704d6ce 2018-10-12 10:45:11,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:45:11,260 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:45: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:45:11,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f3a0714ba63a0bae1668cc43ae699640aeecd2f" 2018-10-12 10:45:11,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1a50cce-78f0-4cd7-808f-c9c95403b890 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-12 10:45:11,340 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-d1a50cce-78f0-4cd7-808f-c9c95403b890 2018-10-12 10:45:11,662 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-38ff34cf-bb13-4bbf-a06c-6e5af3fdd7df-username 2018-10-12 10:45:11,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f3a0714ba63a0bae1668cc43ae699640aeecd2f" 2018-10-12 10:45:11,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db2eaa3c-d8f3-4b33-b1ef-2548dc1840ba Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-12 10:45:11,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-db2eaa3c-d8f3-4b33-b1ef-2548dc1840ba 2018-10-12 10:45:11,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f3a0714ba63a0bae1668cc43ae699640aeecd2f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-38ff34cf-bb13-4bbf-a06c-6e5af3fdd7df-projName"}}' 2018-10-12 10:45:11,858 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 10:45:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cccc4634-e0d9-4bf4-93a2-58011183f853 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/5589cc5f19e544f897d77ad6f04f7410"}, "enabled": true, "id": "5589cc5f19e544f897d77ad6f04f7410", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-38ff34cf-bb13-4bbf-a06c-6e5af3fdd7df-projName"}} 2018-10-12 10:45:11,858 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-cccc4634-e0d9-4bf4-93a2-58011183f853 2018-10-12 10:45:11,859 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-38ff34cf-bb13-4bbf-a06c-6e5af3fdd7df-projName 2018-10-12 10:45:11,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f3a0714ba63a0bae1668cc43ae699640aeecd2f" -d '{"role": {"name": "KeystoneUtilsTests-38ff34cf-bb13-4bbf-a06c-6e5af3fdd7df-role"}}' 2018-10-12 10:45:11,894 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 10:45:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3560b1d-1acf-4a9a-87fd-131aedb7bb4b Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bcbcd1f60c204b3c8fbc1fa4116f2457", "links": {"self": "http://172.30.9.26:5000/v3/roles/bcbcd1f60c204b3c8fbc1fa4116f2457"}, "name": "KeystoneUtilsTests-38ff34cf-bb13-4bbf-a06c-6e5af3fdd7df-role"}} 2018-10-12 10:45:11,894 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-b3560b1d-1acf-4a9a-87fd-131aedb7bb4b 2018-10-12 10:45:11,894 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-38ff34cf-bb13-4bbf-a06c-6e5af3fdd7df-role 2018-10-12 10:45:11,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/bcbcd1f60c204b3c8fbc1fa4116f2457 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f3a0714ba63a0bae1668cc43ae699640aeecd2f" 2018-10-12 10:45:11,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ed7463d-59a4-49d9-97c1-d3d55ffde2a1 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/bcbcd1f60c204b3c8fbc1fa4116f2457"}, "domain_id": null, "name": "KeystoneUtilsTests-38ff34cf-bb13-4bbf-a06c-6e5af3fdd7df-role", "id": "bcbcd1f60c204b3c8fbc1fa4116f2457"}} 2018-10-12 10:45:11,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/bcbcd1f60c204b3c8fbc1fa4116f2457 used request id req-1ed7463d-59a4-49d9-97c1-d3d55ffde2a1 2018-10-12 10:45:11,993 - keystone_utils - INFO - Granting role KeystoneUtilsTests-38ff34cf-bb13-4bbf-a06c-6e5af3fdd7df-role to project KeystoneUtilsTests-38ff34cf-bb13-4bbf-a06c-6e5af3fdd7df-projName 2018-10-12 10:45:11,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/5589cc5f19e544f897d77ad6f04f7410/users/0ea62321706f4b39b8434a8eb8f96da3/roles/bcbcd1f60c204b3c8fbc1fa4116f2457 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f3a0714ba63a0bae1668cc43ae699640aeecd2f" 2018-10-12 10:45:12,208 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:45:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3500df0a-26b0-4229-ad18-5e45d9ba91eb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:45:12,208 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/5589cc5f19e544f897d77ad6f04f7410/users/0ea62321706f4b39b8434a8eb8f96da3/roles/bcbcd1f60c204b3c8fbc1fa4116f2457 used request id req-3500df0a-26b0-4229-ad18-5e45d9ba91eb 2018-10-12 10:45:12,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/5589cc5f19e544f897d77ad6f04f7410/users/0ea62321706f4b39b8434a8eb8f96da3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f3a0714ba63a0bae1668cc43ae699640aeecd2f" 2018-10-12 10:45:12,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b86880be-9df0-46db-8788-e602f440e5e1 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/5589cc5f19e544f897d77ad6f04f7410/users/0ea62321706f4b39b8434a8eb8f96da3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "bcbcd1f60c204b3c8fbc1fa4116f2457", "links": {"self": "http://172.30.9.26:5000/v3/roles/bcbcd1f60c204b3c8fbc1fa4116f2457"}, "name": "KeystoneUtilsTests-38ff34cf-bb13-4bbf-a06c-6e5af3fdd7df-role"}]} 2018-10-12 10:45:12,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/5589cc5f19e544f897d77ad6f04f7410/users/0ea62321706f4b39b8434a8eb8f96da3/roles used request id req-b86880be-9df0-46db-8788-e602f440e5e1 2018-10-12 10:45:12,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f3a0714ba63a0bae1668cc43ae699640aeecd2f" 2018-10-12 10:45:13,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-d6b8afaa-b634-4383-9a23-90eca433c9b0 Date: Fri, 12 Oct 2018 10:45:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "updated_at": "2018-10-12T10:34:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "2ae4f47a-860c-4316-ac71-26a7138a332b", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "652ffd7b-44c1-45ae-bacb-d752209f00a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "c6536286-1efd-4324-bff2-83bf4e288f74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "d00fd409-954d-4a7e-b2ce-3b8e9364f9b2", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}], "revision_number": 4, "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "665a8bea-d7bf-418c-8720-ca198157c68e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "updated_at": "2018-10-12T10:44:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "03a7346d-e81e-42f1-90d8-2d77a0e34ff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "25484a0d-c36c-4968-8497-2fab34786f38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "3051e92e-adfd-43d1-8ad4-a37e12b00332", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "c8cd6bce-c3f0-4e98-afd5-635192d18ba4", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 4, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:45:12Z", "updated_at": "2018-10-12T10:45:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:13Z", "revision_number": 0, "id": "158a8e6b-60c7-4836-9771-73574a230c1a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:13Z", "security_group_id": "d7273440-4300-45b4-b758-186346b33ccf", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:13Z", "revision_number": 0, "id": "457c8563-b7c3-4c25-9de1-e983d5cb215a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:13Z", "security_group_id": "d7273440-4300-45b4-b758-186346b33ccf", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:13Z", "revision_number": 0, "id": "91fa4661-f3d3-43de-8b10-f44d993208e7", "remote_group_id": "d7273440-4300-45b4-b758-186346b33ccf", "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:13Z", "security_group_id": "d7273440-4300-45b4-b758-186346b33ccf", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:13Z", "revision_number": 0, "id": "ed4f00ba-e122-47a3-98b9-ee42fef9e33e", "remote_group_id": "d7273440-4300-45b4-b758-186346b33ccf", "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:13Z", "security_group_id": "d7273440-4300-45b4-b758-186346b33ccf", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}], "revision_number": 4, "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "d7273440-4300-45b4-b758-186346b33ccf", "name": "default"}]} 2018-10-12 10:45:13,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-d6b8afaa-b634-4383-9a23-90eca433c9b0 2018-10-12 10:45:13,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f3a0714ba63a0bae1668cc43ae699640aeecd2f" 2018-10-12 10:45:13,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4127672c-439e-4d85-829f-2db64a2494de Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-12 10:45:13,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e used request id req-4127672c-439e-4d85-829f-2db64a2494de 2018-10-12 10:45:13,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f3a0714ba63a0bae1668cc43ae699640aeecd2f" 2018-10-12 10:45:13,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21a90161-e75f-4ec2-a508-1a245b16fdec Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-12 10:45:13,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0 used request id req-21a90161-e75f-4ec2-a508-1a245b16fdec 2018-10-12 10:45:13,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f3a0714ba63a0bae1668cc43ae699640aeecd2f" 2018-10-12 10:45:13,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a303c9d-59d5-4dcf-b4b0-72277aaaa318 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:45:13,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-0a303c9d-59d5-4dcf-b4b0-72277aaaa318 2018-10-12 10:45:13,578 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d7273440-4300-45b4-b758-186346b33ccf 2018-10-12 10:45:13,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=d7273440-4300-45b4-b758-186346b33ccf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f3a0714ba63a0bae1668cc43ae699640aeecd2f" 2018-10-12 10:45:14,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-1d749e93-42f2-4ca4-bf24-c345c70f1508 Date: Fri, 12 Oct 2018 10:45:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:45:13Z", "security_group_id": "d7273440-4300-45b4-b758-186346b33ccf", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:45:13Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "158a8e6b-60c7-4836-9771-73574a230c1a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:45:13Z", "security_group_id": "d7273440-4300-45b4-b758-186346b33ccf", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:45:13Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "457c8563-b7c3-4c25-9de1-e983d5cb215a"}, {"remote_group_id": "d7273440-4300-45b4-b758-186346b33ccf", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:45:13Z", "security_group_id": "d7273440-4300-45b4-b758-186346b33ccf", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:45:13Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "91fa4661-f3d3-43de-8b10-f44d993208e7"}, {"remote_group_id": "d7273440-4300-45b4-b758-186346b33ccf", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:45:13Z", "security_group_id": "d7273440-4300-45b4-b758-186346b33ccf", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:45:13Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "ed4f00ba-e122-47a3-98b9-ee42fef9e33e"}]} 2018-10-12 10:45:14,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=d7273440-4300-45b4-b758-186346b33ccf used request id req-1d749e93-42f2-4ca4-bf24-c345c70f1508 2018-10-12 10:45:14,302 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 10:45:14,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/d7273440-4300-45b4-b758-186346b33ccf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f3a0714ba63a0bae1668cc43ae699640aeecd2f" 2018-10-12 10:45:15,353 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-285d1049-fd4e-4c9e-908d-e7e2089a1d3b Content-Length: 0 Date: Fri, 12 Oct 2018 10:45:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:45:15,354 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/d7273440-4300-45b4-b758-186346b33ccf used request id req-285d1049-fd4e-4c9e-908d-e7e2089a1d3b 2018-10-12 10:45:15,354 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-38ff34cf-bb13-4bbf-a06c-6e5af3fdd7df-projName 2018-10-12 10:45:15,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/5589cc5f19e544f897d77ad6f04f7410 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f3a0714ba63a0bae1668cc43ae699640aeecd2f" 2018-10-12 10:45:15,538 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:45:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c5b5c9e-48d7-41f3-9240-4ddce7f3d31e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:45:15,538 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/5589cc5f19e544f897d77ad6f04f7410 used request id req-0c5b5c9e-48d7-41f3-9240-4ddce7f3d31e 2018-10-12 10:45:15,538 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-38ff34cf-bb13-4bbf-a06c-6e5af3fdd7df-username 2018-10-12 10:45:15,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/0ea62321706f4b39b8434a8eb8f96da3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f3a0714ba63a0bae1668cc43ae699640aeecd2f" 2018-10-12 10:45:15,842 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:45:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a3554c7-8ae1-4fd5-ba32-b184bfc4d858 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:45:15,842 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/0ea62321706f4b39b8434a8eb8f96da3 used request id req-6a3554c7-8ae1-4fd5-ba32-b184bfc4d858 2018-10-12 10:45:15,842 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-38ff34cf-bb13-4bbf-a06c-6e5af3fdd7df-role 2018-10-12 10:45:15,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/bcbcd1f60c204b3c8fbc1fa4116f2457 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f3a0714ba63a0bae1668cc43ae699640aeecd2f" 2018-10-12 10:45:15,966 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:45:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a123c89c-b661-4f18-b1f5-ce366f7f095c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:45:15,966 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/bcbcd1f60c204b3c8fbc1fa4116f2457 used request id req-a123c89c-b661-4f18-b1f5-ce366f7f095c 2018-10-12 10:45:15,968 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:16,371 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["6rzvbmBdRpqMmUoPJo9jtA"], "issued_at": "2018-10-12T10:45:16.000000Z"}} 2018-10-12 10:45:16,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d107ff1573567944d4daa49ac37d8bf3eb0579b2" 2018-10-12 10:45:16,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2ad58fa-3159-413d-a4ae-b5c804983fa2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:16,447 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f2ad58fa-3159-413d-a4ae-b5c804983fa2 2018-10-12 10:45:16,448 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:16,449 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:16,850 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["_bS2GSIHRhixD6DxSeYDcA"], "issued_at": "2018-10-12T10:45:16.000000Z"}} 2018-10-12 10:45:16,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80610234389ef8ea2555c1919774f3bae85aa059" 2018-10-12 10:45:16,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfe29312-b8f6-44ce-817a-7fd5e5e1a73b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:16,935 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-cfe29312-b8f6-44ce-817a-7fd5e5e1a73b 2018-10-12 10:45:16,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:45:16,944 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:45: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:45:16,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80610234389ef8ea2555c1919774f3bae85aa059" 2018-10-12 10:45:17,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19da9de9-fbd3-4da8-84e7-e0b0a039cb8d Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "links": {"self": "http://172.30.9.26:5000/v3/users/88e9560a29e9460c8af8a5df80c26533"}, "domain_id": "default", "enabled": true, "id": "88e9560a29e9460c8af8a5df80c26533", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 10:45:17,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-19da9de9-fbd3-4da8-84e7-e0b0a039cb8d 2018-10-12 10:45:17,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80610234389ef8ea2555c1919774f3bae85aa059" 2018-10-12 10:45:17,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e1a5456-5126-4ceb-a938-2b35103fd705 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-12 10:45:17,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-2e1a5456-5126-4ceb-a938-2b35103fd705 2018-10-12 10:45:17,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80610234389ef8ea2555c1919774f3bae85aa059" 2018-10-12 10:45:17,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e01e3a09-fd06-4f80-a827-6b426934f477 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "3b2ed01a78ce4b82b8a9537af3975a56", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56"}, "name": "Member"}, {"domain_id": null, "id": "5fa3a0c3e44f4a779944e91dc076fdff", "links": {"self": "http://172.30.9.26:5000/v3/roles/5fa3a0c3e44f4a779944e91dc076fdff"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:45:17,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-e01e3a09-fd06-4f80-a827-6b426934f477 2018-10-12 10:45:17,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80610234389ef8ea2555c1919774f3bae85aa059" 2018-10-12 10:45:17,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0db823ba-ae9e-4bbf-a610-88be4b356aec Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}]} 2018-10-12 10:45:17,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9 used request id req-0db823ba-ae9e-4bbf-a610-88be4b356aec 2018-10-12 10:45:17,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/93a43afb92de4b6ea3294b06e4ce0b49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80610234389ef8ea2555c1919774f3bae85aa059" 2018-10-12 10:45:17,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc6e10f5-bf59-4fe5-9780-57e2fdcf695c Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/93a43afb92de4b6ea3294b06e4ce0b49"}, "enabled": true, "id": "93a43afb92de4b6ea3294b06e4ce0b49", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-ce05388a-3637-4a6-name"}} 2018-10-12 10:45:17,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/93a43afb92de4b6ea3294b06e4ce0b49 used request id req-bc6e10f5-bf59-4fe5-9780-57e2fdcf695c 2018-10-12 10:45:17,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd/users/93a43afb92de4b6ea3294b06e4ce0b49/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80610234389ef8ea2555c1919774f3bae85aa059" 2018-10-12 10:45:17,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4b8f44f-e50a-4b8a-a0f1-7d3bdc2f12ee Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd/users/93a43afb92de4b6ea3294b06e4ce0b49/roles", "previous": null, "next": null}, "roles": []} 2018-10-12 10:45:17,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd/users/93a43afb92de4b6ea3294b06e4ce0b49/roles used request id req-b4b8f44f-e50a-4b8a-a0f1-7d3bdc2f12ee 2018-10-12 10:45:17,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80610234389ef8ea2555c1919774f3bae85aa059" 2018-10-12 10:45:18,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e31b5b96-b2dd-4cf7-815a-cb55c4cdc9fc Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "domain_id": null, "name": "admin", "id": "112190b0dab44ef9a2f2f86430c0c451"}} 2018-10-12 10:45:18,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451 used request id req-e31b5b96-b2dd-4cf7-815a-cb55c4cdc9fc 2018-10-12 10:45:18,033 - keystone_utils - INFO - Granting role admin to project api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9 2018-10-12 10:45:18,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd/users/93a43afb92de4b6ea3294b06e4ce0b49/roles/112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80610234389ef8ea2555c1919774f3bae85aa059" 2018-10-12 10:45:18,154 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:45:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e02222c8-1c47-442d-ad50-79ae59b29c03 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:45:18,154 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd/users/93a43afb92de4b6ea3294b06e4ce0b49/roles/112190b0dab44ef9a2f2f86430c0c451 used request id req-e02222c8-1c47-442d-ad50-79ae59b29c03 2018-10-12 10:45:18,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80610234389ef8ea2555c1919774f3bae85aa059" 2018-10-12 10:45:18,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40cdfb68-1ab5-4d8c-b4f2-69539736f4b5 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "3b2ed01a78ce4b82b8a9537af3975a56", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56"}, "name": "Member"}, {"domain_id": null, "id": "5fa3a0c3e44f4a779944e91dc076fdff", "links": {"self": "http://172.30.9.26:5000/v3/roles/5fa3a0c3e44f4a779944e91dc076fdff"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:45:18,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-40cdfb68-1ab5-4d8c-b4f2-69539736f4b5 2018-10-12 10:45:18,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80610234389ef8ea2555c1919774f3bae85aa059" 2018-10-12 10:45:18,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cb6b037-74c7-4ce6-b891-829efb96758c Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}]} 2018-10-12 10:45:18,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9 used request id req-8cb6b037-74c7-4ce6-b891-829efb96758c 2018-10-12 10:45:18,344 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-ce05388a-3637-4a6-name 2018-10-12 10:45:18,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:45:18,353 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:45: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:45:18,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d107ff1573567944d4daa49ac37d8bf3eb0579b2" 2018-10-12 10:45:18,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fd1b2ae-a694-4ee9-ac04-c4a304cf7003 Content-Encoding: gzip Content-Length: 900 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "links": {"self": "http://172.30.9.26:5000/v3/users/88e9560a29e9460c8af8a5df80c26533"}, "domain_id": "default", "enabled": true, "id": "88e9560a29e9460c8af8a5df80c26533", "options": {}}, {"password_expires_at": null, "name": "CreateUserSuccessTests-ce05388a-3637-4a6-name", "links": {"self": "http://172.30.9.26:5000/v3/users/93a43afb92de4b6ea3294b06e4ce0b49"}, "domain_id": "default", "enabled": true, "id": "93a43afb92de4b6ea3294b06e4ce0b49", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 10:45:18,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-6fd1b2ae-a694-4ee9-ac04-c4a304cf7003 2018-10-12 10:45:18,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d107ff1573567944d4daa49ac37d8bf3eb0579b2" 2018-10-12 10:45:18,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52c12430-46af-43c4-b91f-ed156576b926 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "3b2ed01a78ce4b82b8a9537af3975a56", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56"}, "name": "Member"}, {"domain_id": null, "id": "5fa3a0c3e44f4a779944e91dc076fdff", "links": {"self": "http://172.30.9.26:5000/v3/roles/5fa3a0c3e44f4a779944e91dc076fdff"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:45:18,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-52c12430-46af-43c4-b91f-ed156576b926 2018-10-12 10:45:18,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d107ff1573567944d4daa49ac37d8bf3eb0579b2" 2018-10-12 10:45:18,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-befbe97c-c33d-49c1-9ee2-a59c3ad94668 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}]} 2018-10-12 10:45:18,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9 used request id req-befbe97c-c33d-49c1-9ee2-a59c3ad94668 2018-10-12 10:45:18,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd/users/93a43afb92de4b6ea3294b06e4ce0b49/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d107ff1573567944d4daa49ac37d8bf3eb0579b2" 2018-10-12 10:45:18,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3884bc9a-5f4f-4546-ad25-0ee3dd9eb1ec Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd/users/93a43afb92de4b6ea3294b06e4ce0b49/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}]} 2018-10-12 10:45:18,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd/users/93a43afb92de4b6ea3294b06e4ce0b49/roles used request id req-3884bc9a-5f4f-4546-ad25-0ee3dd9eb1ec 2018-10-12 10:45:18,681 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-ce05388a-3637-4a6-name 2018-10-12 10:45:18,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/93a43afb92de4b6ea3294b06e4ce0b49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80610234389ef8ea2555c1919774f3bae85aa059" 2018-10-12 10:45:18,923 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:45:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e338b9c2-07fc-4a25-89d7-2580eb937766 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:45:18,923 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/93a43afb92de4b6ea3294b06e4ce0b49 used request id req-e338b9c2-07fc-4a25-89d7-2580eb937766 2018-10-12 10:45:18,924 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:19,381 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["5GtqsxD3SYSDSe94kBQGIQ"], "issued_at": "2018-10-12T10:45:19.000000Z"}} 2018-10-12 10:45:19,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53824a16ed769a203daf129d4a16f8a4d2563fd4" 2018-10-12 10:45:19,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b1a6107-afc7-4173-8299-c4d3bb20b61a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:19,465 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6b1a6107-afc7-4173-8299-c4d3bb20b61a 2018-10-12 10:45:19,466 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:19,467 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:19,851 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["_n_txYbfTq2POH9Qrfy5Hg"], "issued_at": "2018-10-12T10:45:19.000000Z"}} 2018-10-12 10:45:19,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b010b4fa821ea4bde2c9790b3b1aecaa943044a" 2018-10-12 10:45:19,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff57e3cc-a642-438b-b082-6ce8b2ac4de4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:19,925 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ff57e3cc-a642-438b-b082-6ce8b2ac4de4 2018-10-12 10:45:19,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:45:19,934 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:45: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:45:19,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b010b4fa821ea4bde2c9790b3b1aecaa943044a" 2018-10-12 10:45:19,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b3f3cec-63ef-4b97-a8ae-734be9c9b5bc Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "links": {"self": "http://172.30.9.26:5000/v3/users/88e9560a29e9460c8af8a5df80c26533"}, "domain_id": "default", "enabled": true, "id": "88e9560a29e9460c8af8a5df80c26533", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 10:45:19,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-7b3f3cec-63ef-4b97-a8ae-734be9c9b5bc 2018-10-12 10:45:19,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b010b4fa821ea4bde2c9790b3b1aecaa943044a" 2018-10-12 10:45:20,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d5324b8-5b6c-4a11-8f0b-c1924240c1b0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-12 10:45:20,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-6d5324b8-5b6c-4a11-8f0b-c1924240c1b0 2018-10-12 10:45:20,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b010b4fa821ea4bde2c9790b3b1aecaa943044a" 2018-10-12 10:45:20,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cee9ad46-42f4-4070-a34c-ce055c25e603 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "3b2ed01a78ce4b82b8a9537af3975a56", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56"}, "name": "Member"}, {"domain_id": null, "id": "5fa3a0c3e44f4a779944e91dc076fdff", "links": {"self": "http://172.30.9.26:5000/v3/roles/5fa3a0c3e44f4a779944e91dc076fdff"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:45:20,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-cee9ad46-42f4-4070-a34c-ce055c25e603 2018-10-12 10:45:20,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b010b4fa821ea4bde2c9790b3b1aecaa943044a" 2018-10-12 10:45:20,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2fbe846-ebf2-45e1-a89e-d5d99ad2a2df Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}]} 2018-10-12 10:45:20,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9 used request id req-e2fbe846-ebf2-45e1-a89e-d5d99ad2a2df 2018-10-12 10:45:20,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/6c4963eadda0436e9ba730bb9c9c0315 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b010b4fa821ea4bde2c9790b3b1aecaa943044a" 2018-10-12 10:45:20,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12492f8f-8189-4122-b033-6d021c025c66 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/6c4963eadda0436e9ba730bb9c9c0315"}, "enabled": true, "id": "6c4963eadda0436e9ba730bb9c9c0315", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-a19563fc-505a-4df-name"}} 2018-10-12 10:45:20,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/6c4963eadda0436e9ba730bb9c9c0315 used request id req-12492f8f-8189-4122-b033-6d021c025c66 2018-10-12 10:45:20,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd/users/6c4963eadda0436e9ba730bb9c9c0315/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b010b4fa821ea4bde2c9790b3b1aecaa943044a" 2018-10-12 10:45:20,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b0081f6-4db1-4899-9572-7dc761d4b862 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd/users/6c4963eadda0436e9ba730bb9c9c0315/roles", "previous": null, "next": null}, "roles": []} 2018-10-12 10:45:20,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd/users/6c4963eadda0436e9ba730bb9c9c0315/roles used request id req-4b0081f6-4db1-4899-9572-7dc761d4b862 2018-10-12 10:45:20,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b010b4fa821ea4bde2c9790b3b1aecaa943044a" 2018-10-12 10:45:20,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12379264-5723-462c-9362-0120b6af6a54 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "domain_id": null, "name": "admin", "id": "112190b0dab44ef9a2f2f86430c0c451"}} 2018-10-12 10:45:20,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451 used request id req-12379264-5723-462c-9362-0120b6af6a54 2018-10-12 10:45:20,896 - keystone_utils - INFO - Granting role admin to project api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9 2018-10-12 10:45:20,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd/users/6c4963eadda0436e9ba730bb9c9c0315/roles/112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b010b4fa821ea4bde2c9790b3b1aecaa943044a" 2018-10-12 10:45:21,023 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:45:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36d6dacf-4b76-47f3-abbd-6414cdc4f9d0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:45:21,023 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd/users/6c4963eadda0436e9ba730bb9c9c0315/roles/112190b0dab44ef9a2f2f86430c0c451 used request id req-36d6dacf-4b76-47f3-abbd-6414cdc4f9d0 2018-10-12 10:45:21,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b010b4fa821ea4bde2c9790b3b1aecaa943044a" 2018-10-12 10:45:21,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c20aa95-819c-4ad2-b5bc-3b4dcb096403 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "3b2ed01a78ce4b82b8a9537af3975a56", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56"}, "name": "Member"}, {"domain_id": null, "id": "5fa3a0c3e44f4a779944e91dc076fdff", "links": {"self": "http://172.30.9.26:5000/v3/roles/5fa3a0c3e44f4a779944e91dc076fdff"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:45:21,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-1c20aa95-819c-4ad2-b5bc-3b4dcb096403 2018-10-12 10:45:21,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b010b4fa821ea4bde2c9790b3b1aecaa943044a" 2018-10-12 10:45:21,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d83ab158-5809-494a-af61-7ac1273ced1c Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}]} 2018-10-12 10:45:21,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9 used request id req-d83ab158-5809-494a-af61-7ac1273ced1c 2018-10-12 10:45:21,193 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-a19563fc-505a-4df-name 2018-10-12 10:45:21,193 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-a19563fc-505a-4df-name 2018-10-12 10:45:21,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:45:21,201 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:45: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:45:21,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/6c4963eadda0436e9ba730bb9c9c0315 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53824a16ed769a203daf129d4a16f8a4d2563fd4" 2018-10-12 10:45:21,465 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:45:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1d91df9-894c-4535-b5b9-36f6ea18a4c4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:45:21,466 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/6c4963eadda0436e9ba730bb9c9c0315 used request id req-b1d91df9-894c-4535-b5b9-36f6ea18a4c4 2018-10-12 10:45:21,466 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-a19563fc-505a-4df-name 2018-10-12 10:45:21,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/6c4963eadda0436e9ba730bb9c9c0315 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b010b4fa821ea4bde2c9790b3b1aecaa943044a" 2018-10-12 10:45:21,551 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 12 Oct 2018 10:45:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ef841e5-86dc-4345-a237-6e0e24d5e3e8 Content-Length: 115 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find user: 6c4963eadda0436e9ba730bb9c9c0315.", "code": 404, "title": "Not Found"}} 2018-10-12 10:45:21,551 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/6c4963eadda0436e9ba730bb9c9c0315 used request id req-7ef841e5-86dc-4345-a237-6e0e24d5e3e8 2018-10-12 10:45:21,551 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-10-12 10:45:21,553 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:21,932 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["7x9DC7xJSYGhP95z_hnNTA"], "issued_at": "2018-10-12T10:45:21.000000Z"}} 2018-10-12 10:45:21,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ca5ad9997f85b0657a5a6bd8df652d5c3b4057" 2018-10-12 10:45:22,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-330c6032-cff0-4237-8ca7-739e58b50848 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:22,019 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-330c6032-cff0-4237-8ca7-739e58b50848 2018-10-12 10:45:22,020 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:22,021 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:22,418 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["YMS2TDFSQ9Co8gBEtoVn8g"], "issued_at": "2018-10-12T10:45:22.000000Z"}} 2018-10-12 10:45:22,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d574ed0a04d608b006b4498ecb1b390e9f45f3ae" 2018-10-12 10:45:22,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-598b64b1-8402-4a46-9633-a2112242fdeb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:22,510 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-598b64b1-8402-4a46-9633-a2112242fdeb 2018-10-12 10:45:22,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:45:22,520 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:45: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:45:22,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d574ed0a04d608b006b4498ecb1b390e9f45f3ae" 2018-10-12 10:45:22,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfd29bc3-2da3-4228-bb89-27b4cb8bf551 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "links": {"self": "http://172.30.9.26:5000/v3/users/88e9560a29e9460c8af8a5df80c26533"}, "domain_id": "default", "enabled": true, "id": "88e9560a29e9460c8af8a5df80c26533", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 10:45:22,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-bfd29bc3-2da3-4228-bb89-27b4cb8bf551 2018-10-12 10:45:22,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d574ed0a04d608b006b4498ecb1b390e9f45f3ae" 2018-10-12 10:45:22,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-414a2809-9716-4bf7-8088-0b80da3c7301 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-12 10:45:22,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-414a2809-9716-4bf7-8088-0b80da3c7301 2018-10-12 10:45:23,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d574ed0a04d608b006b4498ecb1b390e9f45f3ae" 2018-10-12 10:45:23,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f86bc70f-765a-4c61-9e30-4223f48d42fc Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "3b2ed01a78ce4b82b8a9537af3975a56", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56"}, "name": "Member"}, {"domain_id": null, "id": "5fa3a0c3e44f4a779944e91dc076fdff", "links": {"self": "http://172.30.9.26:5000/v3/roles/5fa3a0c3e44f4a779944e91dc076fdff"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:45:23,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-f86bc70f-765a-4c61-9e30-4223f48d42fc 2018-10-12 10:45:23,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d574ed0a04d608b006b4498ecb1b390e9f45f3ae" 2018-10-12 10:45:23,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10435d7c-81b9-4cd7-b7f6-c281a2ba01ab Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}]} 2018-10-12 10:45:23,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9 used request id req-10435d7c-81b9-4cd7-b7f6-c281a2ba01ab 2018-10-12 10:45:23,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/8eb8d686f8e94fa184da505b0486f323 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d574ed0a04d608b006b4498ecb1b390e9f45f3ae" 2018-10-12 10:45:23,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a54ffda1-c45f-4a14-9cb5-36efcd01952e Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/8eb8d686f8e94fa184da505b0486f323"}, "enabled": true, "id": "8eb8d686f8e94fa184da505b0486f323", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-c5156ed6-b95a-460-name"}} 2018-10-12 10:45:23,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/8eb8d686f8e94fa184da505b0486f323 used request id req-a54ffda1-c45f-4a14-9cb5-36efcd01952e 2018-10-12 10:45:23,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd/users/8eb8d686f8e94fa184da505b0486f323/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d574ed0a04d608b006b4498ecb1b390e9f45f3ae" 2018-10-12 10:45:23,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f82dabe0-b3c2-4c92-ae66-d5de3b5ced06 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd/users/8eb8d686f8e94fa184da505b0486f323/roles", "previous": null, "next": null}, "roles": []} 2018-10-12 10:45:23,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd/users/8eb8d686f8e94fa184da505b0486f323/roles used request id req-f82dabe0-b3c2-4c92-ae66-d5de3b5ced06 2018-10-12 10:45:23,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d574ed0a04d608b006b4498ecb1b390e9f45f3ae" 2018-10-12 10:45:23,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-854b5de7-252d-46ec-a201-8c3f2efd8698 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "domain_id": null, "name": "admin", "id": "112190b0dab44ef9a2f2f86430c0c451"}} 2018-10-12 10:45:23,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451 used request id req-854b5de7-252d-46ec-a201-8c3f2efd8698 2018-10-12 10:45:23,661 - keystone_utils - INFO - Granting role admin to project api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9 2018-10-12 10:45:23,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd/users/8eb8d686f8e94fa184da505b0486f323/roles/112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d574ed0a04d608b006b4498ecb1b390e9f45f3ae" 2018-10-12 10:45:23,819 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:45:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1a48769-aabf-42fd-811a-1f52c3bf30c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:45:23,819 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd/users/8eb8d686f8e94fa184da505b0486f323/roles/112190b0dab44ef9a2f2f86430c0c451 used request id req-e1a48769-aabf-42fd-811a-1f52c3bf30c6 2018-10-12 10:45:23,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d574ed0a04d608b006b4498ecb1b390e9f45f3ae" 2018-10-12 10:45:23,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf0d8fa6-b9ea-4e25-88ce-7fd7a24cade4 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "3b2ed01a78ce4b82b8a9537af3975a56", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56"}, "name": "Member"}, {"domain_id": null, "id": "5fa3a0c3e44f4a779944e91dc076fdff", "links": {"self": "http://172.30.9.26:5000/v3/roles/5fa3a0c3e44f4a779944e91dc076fdff"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:45:23,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-cf0d8fa6-b9ea-4e25-88ce-7fd7a24cade4 2018-10-12 10:45:23,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d574ed0a04d608b006b4498ecb1b390e9f45f3ae" 2018-10-12 10:45:23,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a700194-b864-4ed7-8bef-00ce009067aa Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}]} 2018-10-12 10:45:23,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9 used request id req-9a700194-b864-4ed7-8bef-00ce009067aa 2018-10-12 10:45:23,999 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-c5156ed6-b95a-460-name 2018-10-12 10:45:24,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:45:24,008 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:45:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:45:24,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ca5ad9997f85b0657a5a6bd8df652d5c3b4057" 2018-10-12 10:45:24,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eeda745f-29b9-4fff-820c-694f464bb223 Content-Encoding: gzip Content-Length: 896 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "links": {"self": "http://172.30.9.26:5000/v3/users/88e9560a29e9460c8af8a5df80c26533"}, "domain_id": "default", "enabled": true, "id": "88e9560a29e9460c8af8a5df80c26533", "options": {}}, {"password_expires_at": null, "name": "CreateUserSuccessTests-c5156ed6-b95a-460-name", "links": {"self": "http://172.30.9.26:5000/v3/users/8eb8d686f8e94fa184da505b0486f323"}, "domain_id": "default", "enabled": true, "id": "8eb8d686f8e94fa184da505b0486f323", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 10:45:24,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-eeda745f-29b9-4fff-820c-694f464bb223 2018-10-12 10:45:24,104 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-c5156ed6-b95a-460-name 2018-10-12 10:45:24,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/8eb8d686f8e94fa184da505b0486f323 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d574ed0a04d608b006b4498ecb1b390e9f45f3ae" 2018-10-12 10:45:24,295 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:45:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-73db42bd-1914-4bee-8862-368c54117bb7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:45:24,295 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/8eb8d686f8e94fa184da505b0486f323 used request id req-73db42bd-1914-4bee-8862-368c54117bb7 2018-10-12 10:45:24,296 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:24,692 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["9jJhMMagTCmn7v3zb2A3Zg"], "issued_at": "2018-10-12T10:45:24.000000Z"}} 2018-10-12 10:45:24,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b492e3e57f2f5a0023c1b29ab42575730d5f66e9" 2018-10-12 10:45:24,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70d02ab7-b136-4e6c-b61c-726431d0a864 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:24,767 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-70d02ab7-b136-4e6c-b61c-726431d0a864 2018-10-12 10:45:24,769 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:24,769 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:25,149 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["4NAUCgbaReiZjF-rQegWnA"], "issued_at": "2018-10-12T10:45:25.000000Z"}} 2018-10-12 10:45:25,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f7ce5ec80366e81cf5051c5c74ddede46131522" 2018-10-12 10:45:25,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-565d4626-961d-4d57-9c87-56abad3e16bf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:25,231 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-565d4626-961d-4d57-9c87-56abad3e16bf 2018-10-12 10:45:25,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:45:25,241 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:45: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:45:25,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f7ce5ec80366e81cf5051c5c74ddede46131522" 2018-10-12 10:45:25,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2b98488-3042-44d0-9107-9e2b281fc5c3 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "links": {"self": "http://172.30.9.26:5000/v3/users/88e9560a29e9460c8af8a5df80c26533"}, "domain_id": "default", "enabled": true, "id": "88e9560a29e9460c8af8a5df80c26533", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 10:45:25,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-b2b98488-3042-44d0-9107-9e2b281fc5c3 2018-10-12 10:45:25,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f7ce5ec80366e81cf5051c5c74ddede46131522" 2018-10-12 10:45:25,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fd3a844-77a4-4054-99be-62a8308e9f40 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-12 10:45:25,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-8fd3a844-77a4-4054-99be-62a8308e9f40 2018-10-12 10:45:25,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f7ce5ec80366e81cf5051c5c74ddede46131522" 2018-10-12 10:45:25,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-588ecc05-c879-4e63-a529-45a7b09af125 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "3b2ed01a78ce4b82b8a9537af3975a56", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56"}, "name": "Member"}, {"domain_id": null, "id": "5fa3a0c3e44f4a779944e91dc076fdff", "links": {"self": "http://172.30.9.26:5000/v3/roles/5fa3a0c3e44f4a779944e91dc076fdff"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:45:25,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-588ecc05-c879-4e63-a529-45a7b09af125 2018-10-12 10:45:25,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f7ce5ec80366e81cf5051c5c74ddede46131522" 2018-10-12 10:45:25,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8c7946a-9b1d-42ba-ae75-e19ffea69b11 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}]} 2018-10-12 10:45:25,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9 used request id req-a8c7946a-9b1d-42ba-ae75-e19ffea69b11 2018-10-12 10:45:25,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/1f69a8e0ddc348afafa0510064040754 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f7ce5ec80366e81cf5051c5c74ddede46131522" 2018-10-12 10:45:26,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03efdc26-35f4-42e9-a265-1613e9bf744a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/1f69a8e0ddc348afafa0510064040754"}, "enabled": true, "id": "1f69a8e0ddc348afafa0510064040754", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-18281306-e5d7-4ec-name"}} 2018-10-12 10:45:26,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/1f69a8e0ddc348afafa0510064040754 used request id req-03efdc26-35f4-42e9-a265-1613e9bf744a 2018-10-12 10:45:26,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd/users/1f69a8e0ddc348afafa0510064040754/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f7ce5ec80366e81cf5051c5c74ddede46131522" 2018-10-12 10:45:26,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-308c24dc-1354-4b9b-aea0-2a800cbe53af Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd/users/1f69a8e0ddc348afafa0510064040754/roles", "previous": null, "next": null}, "roles": []} 2018-10-12 10:45:26,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd/users/1f69a8e0ddc348afafa0510064040754/roles used request id req-308c24dc-1354-4b9b-aea0-2a800cbe53af 2018-10-12 10:45:26,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f7ce5ec80366e81cf5051c5c74ddede46131522" 2018-10-12 10:45:26,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a101e3b-197e-4d82-870f-12ebf4303965 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "domain_id": null, "name": "admin", "id": "112190b0dab44ef9a2f2f86430c0c451"}} 2018-10-12 10:45:26,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451 used request id req-5a101e3b-197e-4d82-870f-12ebf4303965 2018-10-12 10:45:26,228 - keystone_utils - INFO - Granting role admin to project api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9 2018-10-12 10:45:26,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd/users/1f69a8e0ddc348afafa0510064040754/roles/112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f7ce5ec80366e81cf5051c5c74ddede46131522" 2018-10-12 10:45:26,387 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:45:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46826a87-b90d-483e-b0c4-fdb5aab0eaa6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:45:26,388 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd/users/1f69a8e0ddc348afafa0510064040754/roles/112190b0dab44ef9a2f2f86430c0c451 used request id req-46826a87-b90d-483e-b0c4-fdb5aab0eaa6 2018-10-12 10:45:26,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f7ce5ec80366e81cf5051c5c74ddede46131522" 2018-10-12 10:45:26,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-233c2e3d-4029-42e8-b03f-e48896f074ae Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "3b2ed01a78ce4b82b8a9537af3975a56", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56"}, "name": "Member"}, {"domain_id": null, "id": "5fa3a0c3e44f4a779944e91dc076fdff", "links": {"self": "http://172.30.9.26:5000/v3/roles/5fa3a0c3e44f4a779944e91dc076fdff"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:45:26,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-233c2e3d-4029-42e8-b03f-e48896f074ae 2018-10-12 10:45:26,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f7ce5ec80366e81cf5051c5c74ddede46131522" 2018-10-12 10:45:26,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32adc9f7-7a2c-4048-9d7e-a0a9ae6244fc Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}]} 2018-10-12 10:45:26,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9 used request id req-32adc9f7-7a2c-4048-9d7e-a0a9ae6244fc 2018-10-12 10:45:26,573 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-18281306-e5d7-4ec-name 2018-10-12 10:45:26,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:45:26,581 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:45:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:45:26,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b492e3e57f2f5a0023c1b29ab42575730d5f66e9" 2018-10-12 10:45:26,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41338b13-98dc-4ca4-8ea7-8d1770ae8220 Content-Encoding: gzip Content-Length: 903 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-18281306-e5d7-4ec-name", "links": {"self": "http://172.30.9.26:5000/v3/users/1f69a8e0ddc348afafa0510064040754"}, "domain_id": "default", "enabled": true, "id": "1f69a8e0ddc348afafa0510064040754", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "links": {"self": "http://172.30.9.26:5000/v3/users/88e9560a29e9460c8af8a5df80c26533"}, "domain_id": "default", "enabled": true, "id": "88e9560a29e9460c8af8a5df80c26533", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 10:45:26,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-41338b13-98dc-4ca4-8ea7-8d1770ae8220 2018-10-12 10:45:26,616 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:26,617 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:27,005 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["ybtUDtCMTLK40ycfx78SJw"], "issued_at": "2018-10-12T10:45:27.000000Z"}} 2018-10-12 10:45:27,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a141c960b040264f6db4f92505f4632dd9b64c25" 2018-10-12 10:45:27,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd9194c5-9967-41ac-9e3e-2909680f67da Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:27,080 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-cd9194c5-9967-41ac-9e3e-2909680f67da 2018-10-12 10:45:27,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:45:27,089 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:45:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:45:27,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a141c960b040264f6db4f92505f4632dd9b64c25" 2018-10-12 10:45:27,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e772c58a-1143-4035-ad02-0c42f21c8ca5 Content-Encoding: gzip Content-Length: 903 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-18281306-e5d7-4ec-name", "links": {"self": "http://172.30.9.26:5000/v3/users/1f69a8e0ddc348afafa0510064040754"}, "domain_id": "default", "enabled": true, "id": "1f69a8e0ddc348afafa0510064040754", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "links": {"self": "http://172.30.9.26:5000/v3/users/88e9560a29e9460c8af8a5df80c26533"}, "domain_id": "default", "enabled": true, "id": "88e9560a29e9460c8af8a5df80c26533", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 10:45:27,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-e772c58a-1143-4035-ad02-0c42f21c8ca5 2018-10-12 10:45:27,195 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-18281306-e5d7-4ec-name 2018-10-12 10:45:27,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/1f69a8e0ddc348afafa0510064040754 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f7ce5ec80366e81cf5051c5c74ddede46131522" 2018-10-12 10:45:27,421 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:45:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b691bb0-c691-4de6-9100-d962374d4c75 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:45:27,421 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/1f69a8e0ddc348afafa0510064040754 used request id req-4b691bb0-c691-4de6-9100-d962374d4c75 2018-10-12 10:45:27,423 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:27,806 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["D047UQbrQoqH_DRDi5Ybsw"], "issued_at": "2018-10-12T10:45:27.000000Z"}} 2018-10-12 10:45:27,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29679192fe1aae53fe5f023e220f0b29dd2ea4a0" 2018-10-12 10:45:27,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b9a0ed4-a7b2-42eb-96c1-4122872c39ec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:27,894 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3b9a0ed4-a7b2-42eb-96c1-4122872c39ec 2018-10-12 10:45:27,895 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:27,896 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:28,270 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["2mR51BflR1mKu6p8cNW6bQ"], "issued_at": "2018-10-12T10:45:28.000000Z"}} 2018-10-12 10:45:28,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0079815069a9c73726655bb92371f5ec033a5069" 2018-10-12 10:45:28,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25b73de9-d5eb-45b0-a149-8e496167f7f5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:28,356 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-25b73de9-d5eb-45b0-a149-8e496167f7f5 2018-10-12 10:45:28,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:45:28,366 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:45:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:45:28,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-6dbde1f0-4ebb-43e-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0079815069a9c73726655bb92371f5ec033a5069" 2018-10-12 10:45:28,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-207ba175-1145-4366-a623-b170b503572a Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-6dbde1f0-4ebb-43e-name", "previous": null, "next": null}, "projects": []} 2018-10-12 10:45:28,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-6dbde1f0-4ebb-43e-name used request id req-207ba175-1145-4366-a623-b170b503572a 2018-10-12 10:45:28,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0079815069a9c73726655bb92371f5ec033a5069" 2018-10-12 10:45:28,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-400b536f-5d98-44b8-a551-44c8d27f9e36 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-12 10:45:28,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-400b536f-5d98-44b8-a551-44c8d27f9e36 2018-10-12 10:45:28,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0079815069a9c73726655bb92371f5ec033a5069" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-6dbde1f0-4ebb-43e-name"}}' 2018-10-12 10:45:28,682 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 10:45:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a80b2bba-9d07-4cd8-9bef-d234187d6d5d Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/a6d106bae1b640349c6a440d73a13647"}, "enabled": true, "id": "a6d106bae1b640349c6a440d73a13647", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-6dbde1f0-4ebb-43e-name"}} 2018-10-12 10:45:28,682 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-a80b2bba-9d07-4cd8-9bef-d234187d6d5d 2018-10-12 10:45:28,682 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-6dbde1f0-4ebb-43e-name 2018-10-12 10:45:28,682 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-6dbde1f0-4ebb-43e-name 2018-10-12 10:45:28,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:45:28,690 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:45:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:45:28,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/a6d106bae1b640349c6a440d73a13647 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29679192fe1aae53fe5f023e220f0b29dd2ea4a0" 2018-10-12 10:45:28,771 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:45:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90723500-f050-4685-9c68-abdc895e9d00 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:45:28,771 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/a6d106bae1b640349c6a440d73a13647 used request id req-90723500-f050-4685-9c68-abdc895e9d00 2018-10-12 10:45:28,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0079815069a9c73726655bb92371f5ec033a5069" 2018-10-12 10:45:29,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-cc133aa1-c34e-4ffa-90a7-f33944cc6626 Date: Fri, 12 Oct 2018 10:45:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:45:29Z", "updated_at": "2018-10-12T10:45:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "1265b906-d9c8-48ce-b108-be7ac6c1e574", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "1cdb36fa-d5e0-485d-b18c-aaa18d1df145", "remote_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "1edd670c-49e7-4e6e-b82e-0aafc94ece73", "remote_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "2cd4480c-0e57-49f4-b2e1-347c2e147115", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}], "revision_number": 4, "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "updated_at": "2018-10-12T10:34:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "2ae4f47a-860c-4316-ac71-26a7138a332b", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "652ffd7b-44c1-45ae-bacb-d752209f00a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "c6536286-1efd-4324-bff2-83bf4e288f74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "d00fd409-954d-4a7e-b2ce-3b8e9364f9b2", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}], "revision_number": 4, "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "665a8bea-d7bf-418c-8720-ca198157c68e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "updated_at": "2018-10-12T10:44:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "03a7346d-e81e-42f1-90d8-2d77a0e34ff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "25484a0d-c36c-4968-8497-2fab34786f38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "3051e92e-adfd-43d1-8ad4-a37e12b00332", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "c8cd6bce-c3f0-4e98-afd5-635192d18ba4", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 4, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "name": "default"}]} 2018-10-12 10:45:29,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-cc133aa1-c34e-4ffa-90a7-f33944cc6626 2018-10-12 10:45:29,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0079815069a9c73726655bb92371f5ec033a5069" 2018-10-12 10:45:30,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5abaf48f-1585-46f3-9f31-5d58380422f9 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:45:30,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-5abaf48f-1585-46f3-9f31-5d58380422f9 2018-10-12 10:45:30,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0079815069a9c73726655bb92371f5ec033a5069" 2018-10-12 10:45:30,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e75de52-41bb-4311-af29-7f7357227e00 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-12 10:45:30,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e used request id req-8e75de52-41bb-4311-af29-7f7357227e00 2018-10-12 10:45:30,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0079815069a9c73726655bb92371f5ec033a5069" 2018-10-12 10:45:30,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d534ce0-485d-4f30-bd48-e1c994597226 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-12 10:45:30,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0 used request id req-5d534ce0-485d-4f30-bd48-e1c994597226 2018-10-12 10:45:30,201 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-6dbde1f0-4ebb-43e-name 2018-10-12 10:45:30,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/a6d106bae1b640349c6a440d73a13647 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0079815069a9c73726655bb92371f5ec033a5069" 2018-10-12 10:45:30,291 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 12 Oct 2018 10:45:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38280cdd-1eb8-4648-868d-ffb4a0c1da13 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: a6d106bae1b640349c6a440d73a13647.", "code": 404, "title": "Not Found"}} 2018-10-12 10:45:30,291 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/a6d106bae1b640349c6a440d73a13647 used request id req-38280cdd-1eb8-4648-868d-ffb4a0c1da13 2018-10-12 10:45:30,291 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-10-12 10:45:30,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0079815069a9c73726655bb92371f5ec033a5069" 2018-10-12 10:45:30,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4ae3628-4e0f-47d5-a00d-893a75762114 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "3b2ed01a78ce4b82b8a9537af3975a56", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56"}, "name": "Member"}, {"domain_id": null, "id": "5fa3a0c3e44f4a779944e91dc076fdff", "links": {"self": "http://172.30.9.26:5000/v3/roles/5fa3a0c3e44f4a779944e91dc076fdff"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:45:30,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-a4ae3628-4e0f-47d5-a00d-893a75762114 2018-10-12 10:45:30,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29679192fe1aae53fe5f023e220f0b29dd2ea4a0" 2018-10-12 10:45:30,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac853745-ff0b-401a-b2ec-a2dc7bac651f Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 10:45:30,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-ac853745-ff0b-401a-b2ec-a2dc7bac651f 2018-10-12 10:45:30,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0079815069a9c73726655bb92371f5ec033a5069" 2018-10-12 10:45:30,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccd39375-63ba-42e0-a0a8-30b9c87150a6 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "3b2ed01a78ce4b82b8a9537af3975a56", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56"}, "name": "Member"}, {"domain_id": null, "id": "5fa3a0c3e44f4a779944e91dc076fdff", "links": {"self": "http://172.30.9.26:5000/v3/roles/5fa3a0c3e44f4a779944e91dc076fdff"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:45:30,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-ccd39375-63ba-42e0-a0a8-30b9c87150a6 2018-10-12 10:45:30,567 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:30,945 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["-1rXTrMZQoyC1vkj25I2xQ"], "issued_at": "2018-10-12T10:45:30.000000Z"}} 2018-10-12 10:45:30,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b03c9becd10b997a1baf3c0eb3bc6e89d949bc7" 2018-10-12 10:45:31,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9255c615-fc83-431c-a93e-bf72d8c09a65 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:31,024 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9255c615-fc83-431c-a93e-bf72d8c09a65 2018-10-12 10:45:31,025 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:31,026 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:31,414 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["blrz0BF9TnCfT1gc8oYmCg"], "issued_at": "2018-10-12T10:45:31.000000Z"}} 2018-10-12 10:45:31,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa8cbbaa8dca0c6ecf58e88b9b954f38700b0937" 2018-10-12 10:45:31,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e98e6471-8f48-4581-a906-7d05173b9b8c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:31,493 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e98e6471-8f48-4581-a906-7d05173b9b8c 2018-10-12 10:45:31,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:45:31,502 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:45: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:45:31,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-e17f0314-9abd-4b4-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa8cbbaa8dca0c6ecf58e88b9b954f38700b0937" 2018-10-12 10:45:31,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-757f46b8-929f-4698-8a2c-f4a972c3f62f Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-e17f0314-9abd-4b4-name", "previous": null, "next": null}, "projects": []} 2018-10-12 10:45:31,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-e17f0314-9abd-4b4-name used request id req-757f46b8-929f-4698-8a2c-f4a972c3f62f 2018-10-12 10:45:31,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa8cbbaa8dca0c6ecf58e88b9b954f38700b0937" 2018-10-12 10:45:31,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-506eb21b-8266-4eba-a4b1-1ed91b187dbd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-12 10:45:31,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-506eb21b-8266-4eba-a4b1-1ed91b187dbd 2018-10-12 10:45:31,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa8cbbaa8dca0c6ecf58e88b9b954f38700b0937" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-e17f0314-9abd-4b4-name"}}' 2018-10-12 10:45:31,859 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 10:45:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-069147e4-3969-4f56-9d98-1baef674ddac Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1aeeed3deb6c4d73b0e1a721ae977c8f"}, "enabled": true, "id": "1aeeed3deb6c4d73b0e1a721ae977c8f", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-e17f0314-9abd-4b4-name"}} 2018-10-12 10:45:31,859 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-069147e4-3969-4f56-9d98-1baef674ddac 2018-10-12 10:45:31,859 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-e17f0314-9abd-4b4-name 2018-10-12 10:45:31,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:45:31,868 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:45: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:45:31,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-e17f0314-9abd-4b4-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b03c9becd10b997a1baf3c0eb3bc6e89d949bc7" 2018-10-12 10:45:31,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fc0ae7e-d9b6-4daa-8a1b-e47991df1114 Content-Encoding: gzip Content-Length: 269 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-e17f0314-9abd-4b4-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/1aeeed3deb6c4d73b0e1a721ae977c8f"}, "enabled": true, "id": "1aeeed3deb6c4d73b0e1a721ae977c8f", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-e17f0314-9abd-4b4-name"}]} 2018-10-12 10:45:31,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-e17f0314-9abd-4b4-name used request id req-6fc0ae7e-d9b6-4daa-8a1b-e47991df1114 2018-10-12 10:45:31,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b03c9becd10b997a1baf3c0eb3bc6e89d949bc7" 2018-10-12 10:45:32,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b87dba9-eedd-4af6-853b-5f99ab6ec417 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 10:45:32,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-2b87dba9-eedd-4af6-853b-5f99ab6ec417 2018-10-12 10:45:32,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa8cbbaa8dca0c6ecf58e88b9b954f38700b0937" 2018-10-12 10:45:32,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-f6ee5ba9-4437-46fe-bcca-618d15a6bc9a Date: Fri, 12 Oct 2018 10:45:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:45:29Z", "updated_at": "2018-10-12T10:45:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "1265b906-d9c8-48ce-b108-be7ac6c1e574", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "1cdb36fa-d5e0-485d-b18c-aaa18d1df145", "remote_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "1edd670c-49e7-4e6e-b82e-0aafc94ece73", "remote_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "2cd4480c-0e57-49f4-b2e1-347c2e147115", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}], "revision_number": 4, "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "updated_at": "2018-10-12T10:34:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "2ae4f47a-860c-4316-ac71-26a7138a332b", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "652ffd7b-44c1-45ae-bacb-d752209f00a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "c6536286-1efd-4324-bff2-83bf4e288f74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "d00fd409-954d-4a7e-b2ce-3b8e9364f9b2", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}], "revision_number": 4, "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "665a8bea-d7bf-418c-8720-ca198157c68e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "updated_at": "2018-10-12T10:44:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "03a7346d-e81e-42f1-90d8-2d77a0e34ff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "25484a0d-c36c-4968-8497-2fab34786f38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "3051e92e-adfd-43d1-8ad4-a37e12b00332", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "c8cd6bce-c3f0-4e98-afd5-635192d18ba4", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 4, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "name": "default"}]} 2018-10-12 10:45:32,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-f6ee5ba9-4437-46fe-bcca-618d15a6bc9a 2018-10-12 10:45:32,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa8cbbaa8dca0c6ecf58e88b9b954f38700b0937" 2018-10-12 10:45:32,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cdab776-3433-4931-af3a-a5799b760180 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:45:32,354 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-0cdab776-3433-4931-af3a-a5799b760180 2018-10-12 10:45:32,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa8cbbaa8dca0c6ecf58e88b9b954f38700b0937" 2018-10-12 10:45:32,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b506ba51-fdb1-4283-b3b6-6cc662e13fef Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-12 10:45:32,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e used request id req-b506ba51-fdb1-4283-b3b6-6cc662e13fef 2018-10-12 10:45:32,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa8cbbaa8dca0c6ecf58e88b9b954f38700b0937" 2018-10-12 10:45:32,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bffe2b1e-1857-41da-abfb-d9db1f34e799 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-12 10:45:32,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0 used request id req-bffe2b1e-1857-41da-abfb-d9db1f34e799 2018-10-12 10:45:32,525 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-e17f0314-9abd-4b4-name 2018-10-12 10:45:32,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/1aeeed3deb6c4d73b0e1a721ae977c8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa8cbbaa8dca0c6ecf58e88b9b954f38700b0937" 2018-10-12 10:45:32,694 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:45:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-686c1326-cd21-45ce-8ac7-556ddbfd1350 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:45:32,694 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/1aeeed3deb6c4d73b0e1a721ae977c8f used request id req-686c1326-cd21-45ce-8ac7-556ddbfd1350 2018-10-12 10:45:32,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa8cbbaa8dca0c6ecf58e88b9b954f38700b0937" 2018-10-12 10:45:32,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c160e48-cdd9-4ac4-b23f-40bb76348d45 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "3b2ed01a78ce4b82b8a9537af3975a56", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56"}, "name": "Member"}, {"domain_id": null, "id": "5fa3a0c3e44f4a779944e91dc076fdff", "links": {"self": "http://172.30.9.26:5000/v3/roles/5fa3a0c3e44f4a779944e91dc076fdff"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:45:32,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-7c160e48-cdd9-4ac4-b23f-40bb76348d45 2018-10-12 10:45:32,716 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:33,101 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["JCQY06dSRjykziNgCXCXQw"], "issued_at": "2018-10-12T10:45:33.000000Z"}} 2018-10-12 10:45:33,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c53ad728fe8621788a7c2260463bbd58e38d18" 2018-10-12 10:45:33,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59b5d859-432a-4988-9c31-4e747732c7b0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:33,181 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-59b5d859-432a-4988-9c31-4e747732c7b0 2018-10-12 10:45:33,183 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:33,183 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:33,634 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["0P3omS4dTJuRLjDD8jbmgA"], "issued_at": "2018-10-12T10:45:33.000000Z"}} 2018-10-12 10:45:33,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ffce2d07ed8e984a4e0b3c0b0425ad760368aa0" 2018-10-12 10:45:33,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5ef7032-dd15-48d8-acf5-58140bcb11ce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:33,718 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a5ef7032-dd15-48d8-acf5-58140bcb11ce 2018-10-12 10:45:33,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:45:33,728 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:45:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:45:33,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9a46abfa-154c-40e-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ffce2d07ed8e984a4e0b3c0b0425ad760368aa0" 2018-10-12 10:45:33,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50d0fdee-4b26-47f9-afb1-98336bc1936e Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9a46abfa-154c-40e-name", "previous": null, "next": null}, "projects": []} 2018-10-12 10:45:33,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9a46abfa-154c-40e-name used request id req-50d0fdee-4b26-47f9-afb1-98336bc1936e 2018-10-12 10:45:33,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ffce2d07ed8e984a4e0b3c0b0425ad760368aa0" 2018-10-12 10:45:33,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0297f7a8-6237-4ebc-9e15-08e6f34b0192 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-12 10:45:33,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-0297f7a8-6237-4ebc-9e15-08e6f34b0192 2018-10-12 10:45:33,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ffce2d07ed8e984a4e0b3c0b0425ad760368aa0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-9a46abfa-154c-40e-name"}}' 2018-10-12 10:45:34,038 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 10:45:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bcc07c9d-8a03-43d0-993a-4f2e29ac4a65 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/baafd01ba21646a5a4bf48092e17dd8a"}, "enabled": true, "id": "baafd01ba21646a5a4bf48092e17dd8a", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-9a46abfa-154c-40e-name"}} 2018-10-12 10:45:34,039 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-bcc07c9d-8a03-43d0-993a-4f2e29ac4a65 2018-10-12 10:45:34,039 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-9a46abfa-154c-40e-name 2018-10-12 10:45:34,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:45:34,048 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:45:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:45:34,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9a46abfa-154c-40e-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c53ad728fe8621788a7c2260463bbd58e38d18" 2018-10-12 10:45:34,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a789592d-c281-483f-b8e4-ed200b9f10d2 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9a46abfa-154c-40e-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/baafd01ba21646a5a4bf48092e17dd8a"}, "enabled": true, "id": "baafd01ba21646a5a4bf48092e17dd8a", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-9a46abfa-154c-40e-name"}]} 2018-10-12 10:45:34,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9a46abfa-154c-40e-name used request id req-a789592d-c281-483f-b8e4-ed200b9f10d2 2018-10-12 10:45:34,141 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:34,141 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:34,523 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["uKsXOs1sRCqlBFvjTR3rDw"], "issued_at": "2018-10-12T10:45:34.000000Z"}} 2018-10-12 10:45:34,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41ffeaa17c7cd93eb68f80b090a4e047144d73f" 2018-10-12 10:45:34,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-249674bd-b1be-461d-be9f-4acb400ab308 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:34,601 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-249674bd-b1be-461d-be9f-4acb400ab308 2018-10-12 10:45:34,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:45:34,611 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:45:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:45:34,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9a46abfa-154c-40e-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41ffeaa17c7cd93eb68f80b090a4e047144d73f" 2018-10-12 10:45:34,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57509a5e-71e7-46ba-9a01-935315e1d41b Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9a46abfa-154c-40e-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/baafd01ba21646a5a4bf48092e17dd8a"}, "enabled": true, "id": "baafd01ba21646a5a4bf48092e17dd8a", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-9a46abfa-154c-40e-name"}]} 2018-10-12 10:45:34,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9a46abfa-154c-40e-name used request id req-57509a5e-71e7-46ba-9a01-935315e1d41b 2018-10-12 10:45:34,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75c53ad728fe8621788a7c2260463bbd58e38d18" 2018-10-12 10:45:34,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45bc558f-540f-45b6-afa8-1e4d5e8bdfef Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 10:45:34,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-45bc558f-540f-45b6-afa8-1e4d5e8bdfef 2018-10-12 10:45:34,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ffce2d07ed8e984a4e0b3c0b0425ad760368aa0" 2018-10-12 10:45:35,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-80d68423-bec7-45dc-a048-6d1d2db14a1a Date: Fri, 12 Oct 2018 10:45:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:45:29Z", "updated_at": "2018-10-12T10:45:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "1265b906-d9c8-48ce-b108-be7ac6c1e574", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "1cdb36fa-d5e0-485d-b18c-aaa18d1df145", "remote_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "1edd670c-49e7-4e6e-b82e-0aafc94ece73", "remote_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "2cd4480c-0e57-49f4-b2e1-347c2e147115", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}], "revision_number": 4, "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "updated_at": "2018-10-12T10:34:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "2ae4f47a-860c-4316-ac71-26a7138a332b", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "652ffd7b-44c1-45ae-bacb-d752209f00a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "c6536286-1efd-4324-bff2-83bf4e288f74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "d00fd409-954d-4a7e-b2ce-3b8e9364f9b2", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}], "revision_number": 4, "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "665a8bea-d7bf-418c-8720-ca198157c68e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "updated_at": "2018-10-12T10:44:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "03a7346d-e81e-42f1-90d8-2d77a0e34ff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "25484a0d-c36c-4968-8497-2fab34786f38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "3051e92e-adfd-43d1-8ad4-a37e12b00332", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "c8cd6bce-c3f0-4e98-afd5-635192d18ba4", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 4, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "name": "default"}]} 2018-10-12 10:45:35,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-80d68423-bec7-45dc-a048-6d1d2db14a1a 2018-10-12 10:45:35,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ffce2d07ed8e984a4e0b3c0b0425ad760368aa0" 2018-10-12 10:45:35,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83da8898-ab74-44bf-8476-f2aefc3a97e2 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:45:35,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-83da8898-ab74-44bf-8476-f2aefc3a97e2 2018-10-12 10:45:35,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ffce2d07ed8e984a4e0b3c0b0425ad760368aa0" 2018-10-12 10:45:35,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-266b8afc-72ee-4574-81e7-184f3178b42b Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-12 10:45:35,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e used request id req-266b8afc-72ee-4574-81e7-184f3178b42b 2018-10-12 10:45:35,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ffce2d07ed8e984a4e0b3c0b0425ad760368aa0" 2018-10-12 10:45:35,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4272e25-5f2a-4e37-8e0a-8fc90cdc7566 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-12 10:45:35,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0 used request id req-b4272e25-5f2a-4e37-8e0a-8fc90cdc7566 2018-10-12 10:45:35,797 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-9a46abfa-154c-40e-name 2018-10-12 10:45:35,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/baafd01ba21646a5a4bf48092e17dd8a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ffce2d07ed8e984a4e0b3c0b0425ad760368aa0" 2018-10-12 10:45:35,946 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:45:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9dceab0-13ef-4b36-93c5-3191dbde5c31 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:45:35,946 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/baafd01ba21646a5a4bf48092e17dd8a used request id req-b9dceab0-13ef-4b36-93c5-3191dbde5c31 2018-10-12 10:45:35,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ffce2d07ed8e984a4e0b3c0b0425ad760368aa0" 2018-10-12 10:45:36,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b49127e8-91ac-4897-8043-eef39df4a62e Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "3b2ed01a78ce4b82b8a9537af3975a56", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56"}, "name": "Member"}, {"domain_id": null, "id": "5fa3a0c3e44f4a779944e91dc076fdff", "links": {"self": "http://172.30.9.26:5000/v3/roles/5fa3a0c3e44f4a779944e91dc076fdff"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:45:36,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-b49127e8-91ac-4897-8043-eef39df4a62e 2018-10-12 10:45:36,036 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:36,408 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["ANO4XavLQ_OmN9xGh3kLww"], "issued_at": "2018-10-12T10:45:36.000000Z"}} 2018-10-12 10:45:36,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31066ab008db3a172dcdf0c57da3a268d3caa167" 2018-10-12 10:45:36,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a34a8f25-14f1-43be-8447-fc9ce9c844ef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:36,498 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a34a8f25-14f1-43be-8447-fc9ce9c844ef 2018-10-12 10:45:36,499 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:36,500 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:36,878 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["BXwPls7LTruzah6H2lOBEw"], "issued_at": "2018-10-12T10:45:36.000000Z"}} 2018-10-12 10:45:36,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd4a1546c79c35910024842948422ee38ac4014e" 2018-10-12 10:45:36,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbbb005d-6ade-440a-92bc-1c086081a68b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:36,950 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-dbbb005d-6ade-440a-92bc-1c086081a68b 2018-10-12 10:45:36,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:45:36,960 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:45: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:45:36,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-5d91d145-8586-488-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd4a1546c79c35910024842948422ee38ac4014e" 2018-10-12 10:45:37,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaae7b20-4b23-4001-820d-e7d484311cae Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-5d91d145-8586-488-name", "previous": null, "next": null}, "projects": []} 2018-10-12 10:45:37,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-5d91d145-8586-488-name used request id req-eaae7b20-4b23-4001-820d-e7d484311cae 2018-10-12 10:45:37,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=foo -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd4a1546c79c35910024842948422ee38ac4014e" 2018-10-12 10:45:37,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c6066fd-a0c2-4001-aee2-78be30c1510d Content-Encoding: gzip Content-Length: 115 Content-Type: application/json RESP BODY: {"domains": [], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=foo", "previous": null, "next": null}} 2018-10-12 10:45:37,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=foo used request id req-2c6066fd-a0c2-4001-aee2-78be30c1510d 2018-10-12 10:45:37,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd4a1546c79c35910024842948422ee38ac4014e" -d '{"project": {"enabled": true, "domain_id": "foo", "name": "CreateProjectSuccessTests-5d91d145-8586-488-name"}}' 2018-10-12 10:45:37,233 - keystoneauth.session - DEBUG - RESP: [400] Date: Fri, 12 Oct 2018 10:45:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1890a41c-9318-41c6-8c44-0ecfa3dad3ca Content-Length: 90 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find domain: foo.", "code": 400, "title": "Bad Request"}} 2018-10-12 10:45:37,233 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-1890a41c-9318-41c6-8c44-0ecfa3dad3ca 2018-10-12 10:45:37,233 - keystoneauth.session - DEBUG - Request returned failure status: 400 2018-10-12 10:45:37,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd4a1546c79c35910024842948422ee38ac4014e" 2018-10-12 10:45:37,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-224f0a03-6465-49b3-85b9-82727dde1b91 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "3b2ed01a78ce4b82b8a9537af3975a56", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56"}, "name": "Member"}, {"domain_id": null, "id": "5fa3a0c3e44f4a779944e91dc076fdff", "links": {"self": "http://172.30.9.26:5000/v3/roles/5fa3a0c3e44f4a779944e91dc076fdff"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:45:37,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-224f0a03-6465-49b3-85b9-82727dde1b91 2018-10-12 10:45:37,328 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:37,697 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["IsCuHB_6Rc2ogNGcT80vWg"], "issued_at": "2018-10-12T10:45:37.000000Z"}} 2018-10-12 10:45:37,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d25c912228b3458cfb70e256077f0b3715d1f5c0" 2018-10-12 10:45:37,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3069360d-2be7-4530-b737-37a37cd82c4f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:37,788 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3069360d-2be7-4530-b737-37a37cd82c4f 2018-10-12 10:45:37,789 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:37,790 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:38,174 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["6w-w8bBGS7KgWMiV30wnxw"], "issued_at": "2018-10-12T10:45:38.000000Z"}} 2018-10-12 10:45:38,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}993a9e85d9ac2029b33527d12a768fd156851efb" 2018-10-12 10:45:38,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-586028eb-21c8-4450-8ce7-3dd7c290da72 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:38,249 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-586028eb-21c8-4450-8ce7-3dd7c290da72 2018-10-12 10:45:38,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:45:38,259 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:45: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:45:38,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-23436c70-5519-44f-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}993a9e85d9ac2029b33527d12a768fd156851efb" 2018-10-12 10:45:38,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5debb53-9dbd-46af-bba6-294afea2e404 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-23436c70-5519-44f-name", "previous": null, "next": null}, "projects": []} 2018-10-12 10:45:38,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-23436c70-5519-44f-name used request id req-b5debb53-9dbd-46af-bba6-294afea2e404 2018-10-12 10:45:38,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}993a9e85d9ac2029b33527d12a768fd156851efb" 2018-10-12 10:45:38,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-202f1cd7-3738-460d-a426-72e1e725d0dd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-12 10:45:38,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-202f1cd7-3738-460d-a426-72e1e725d0dd 2018-10-12 10:45:38,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}993a9e85d9ac2029b33527d12a768fd156851efb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-23436c70-5519-44f-name"}}' 2018-10-12 10:45:38,597 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 10:45:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86d3c961-64f1-4979-84ee-a9bbcdb3d903 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/b1a2264c944e4088b1a7ab7f0aafe32b"}, "enabled": true, "id": "b1a2264c944e4088b1a7ab7f0aafe32b", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-23436c70-5519-44f-name"}} 2018-10-12 10:45:38,598 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-86d3c961-64f1-4979-84ee-a9bbcdb3d903 2018-10-12 10:45:38,598 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-23436c70-5519-44f-name 2018-10-12 10:45:38,598 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:45:38,602 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-quota-sets/b1a2264c944e4088b1a7ab7f0aafe32b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}993a9e85d9ac2029b33527d12a768fd156851efb" 2018-10-12 10:45:39,466 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ccee3ce2-9263-4a4f-bc98-5e0cac611318 x-compute-request-id: req-ccee3ce2-9263-4a4f-bc98-5e0cac611318 Content-Encoding: gzip Content-Length: 221 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": "b1a2264c944e4088b1a7ab7f0aafe32b", "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-12 10:45:39,467 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-quota-sets/b1a2264c944e4088b1a7ab7f0aafe32b used request id req-ccee3ce2-9263-4a4f-bc98-5e0cac611318 2018-10-12 10:45:39,470 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:8774/v2.1/os-quota-sets/b1a2264c944e4088b1a7ab7f0aafe32b -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}993a9e85d9ac2029b33527d12a768fd156851efb" -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-10-12 10:45:40,312 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45: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-817925f4-9d48-47b9-981f-35ad833d3cfa x-compute-request-id: req-817925f4-9d48-47b9-981f-35ad833d3cfa 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-10-12 10:45:40,312 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.26:8774/v2.1/os-quota-sets/b1a2264c944e4088b1a7ab7f0aafe32b used request id req-817925f4-9d48-47b9-981f-35ad833d3cfa 2018-10-12 10:45:40,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:45:40,321 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:45: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:45:40,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-23436c70-5519-44f-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d25c912228b3458cfb70e256077f0b3715d1f5c0" 2018-10-12 10:45:40,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b42c676-a1a6-4be8-9c09-70d0f01634f3 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-23436c70-5519-44f-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/b1a2264c944e4088b1a7ab7f0aafe32b"}, "enabled": true, "id": "b1a2264c944e4088b1a7ab7f0aafe32b", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-23436c70-5519-44f-name"}]} 2018-10-12 10:45:40,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-23436c70-5519-44f-name used request id req-4b42c676-a1a6-4be8-9c09-70d0f01634f3 2018-10-12 10:45:40,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d25c912228b3458cfb70e256077f0b3715d1f5c0" 2018-10-12 10:45:40,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eac875b7-90fb-4e99-b20e-cb1246581035 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 10:45:40,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-eac875b7-90fb-4e99-b20e-cb1246581035 2018-10-12 10:45:40,588 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:45:40,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-quota-sets/b1a2264c944e4088b1a7ab7f0aafe32b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d25c912228b3458cfb70e256077f0b3715d1f5c0" 2018-10-12 10:45:40,937 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45: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-ddf0f858-f203-47cf-aebb-2899f361f016 x-compute-request-id: req-ddf0f858-f203-47cf-aebb-2899f361f016 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 60000, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 70000, "floating_ips": 10, "key_pairs": 8, "id": "b1a2264c944e4088b1a7ab7f0aafe32b", "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-12 10:45:40,937 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-quota-sets/b1a2264c944e4088b1a7ab7f0aafe32b used request id req-ddf0f858-f203-47cf-aebb-2899f361f016 2018-10-12 10:45:40,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}993a9e85d9ac2029b33527d12a768fd156851efb" 2018-10-12 10:45:41,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-679487af-e52b-4635-b389-78f0340a19d4 Date: Fri, 12 Oct 2018 10:45:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:45:29Z", "updated_at": "2018-10-12T10:45:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "1265b906-d9c8-48ce-b108-be7ac6c1e574", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "1cdb36fa-d5e0-485d-b18c-aaa18d1df145", "remote_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "1edd670c-49e7-4e6e-b82e-0aafc94ece73", "remote_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "2cd4480c-0e57-49f4-b2e1-347c2e147115", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}], "revision_number": 4, "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "updated_at": "2018-10-12T10:34:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "2ae4f47a-860c-4316-ac71-26a7138a332b", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "652ffd7b-44c1-45ae-bacb-d752209f00a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "c6536286-1efd-4324-bff2-83bf4e288f74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "d00fd409-954d-4a7e-b2ce-3b8e9364f9b2", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}], "revision_number": 4, "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "665a8bea-d7bf-418c-8720-ca198157c68e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "updated_at": "2018-10-12T10:44:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "03a7346d-e81e-42f1-90d8-2d77a0e34ff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "25484a0d-c36c-4968-8497-2fab34786f38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "3051e92e-adfd-43d1-8ad4-a37e12b00332", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "c8cd6bce-c3f0-4e98-afd5-635192d18ba4", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 4, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "name": "default"}]} 2018-10-12 10:45:41,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-679487af-e52b-4635-b389-78f0340a19d4 2018-10-12 10:45:41,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}993a9e85d9ac2029b33527d12a768fd156851efb" 2018-10-12 10:45:41,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d280c321-c26a-42a3-8a92-b446e21e65f5 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:45:41,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-d280c321-c26a-42a3-8a92-b446e21e65f5 2018-10-12 10:45:41,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}993a9e85d9ac2029b33527d12a768fd156851efb" 2018-10-12 10:45:41,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36f89fcd-bcfa-41ef-9fd3-193066d44f40 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-12 10:45:41,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e used request id req-36f89fcd-bcfa-41ef-9fd3-193066d44f40 2018-10-12 10:45:41,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}993a9e85d9ac2029b33527d12a768fd156851efb" 2018-10-12 10:45:42,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34830ab0-7b9c-43fc-b593-dd2f16a245ae Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-12 10:45:42,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0 used request id req-34830ab0-7b9c-43fc-b593-dd2f16a245ae 2018-10-12 10:45:42,055 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-23436c70-5519-44f-name 2018-10-12 10:45:42,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/b1a2264c944e4088b1a7ab7f0aafe32b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}993a9e85d9ac2029b33527d12a768fd156851efb" 2018-10-12 10:45:42,252 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:45:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-215130a2-c984-4b9a-b10b-e225d1419b13 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:45:42,252 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/b1a2264c944e4088b1a7ab7f0aafe32b used request id req-215130a2-c984-4b9a-b10b-e225d1419b13 2018-10-12 10:45:42,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}993a9e85d9ac2029b33527d12a768fd156851efb" 2018-10-12 10:45:42,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c203df4d-b67e-4f66-a250-b315741506a0 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "3b2ed01a78ce4b82b8a9537af3975a56", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56"}, "name": "Member"}, {"domain_id": null, "id": "5fa3a0c3e44f4a779944e91dc076fdff", "links": {"self": "http://172.30.9.26:5000/v3/roles/5fa3a0c3e44f4a779944e91dc076fdff"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:45:42,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-c203df4d-b67e-4f66-a250-b315741506a0 2018-10-12 10:45:42,334 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:42,726 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["0rWzXVK7QxGdq-3yw-rMgg"], "issued_at": "2018-10-12T10:45:42.000000Z"}} 2018-10-12 10:45:42,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7e4f5d83fb507dd66d86e61cbb434b7bc2aa71a" 2018-10-12 10:45:42,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e23c6e2-0ba0-49f4-8ca0-2689b3df8e7a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:42,810 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2e23c6e2-0ba0-49f4-8ca0-2689b3df8e7a 2018-10-12 10:45:42,811 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:42,812 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:43,181 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["EqaVhNGuQHSJFjN2oA04QA"], "issued_at": "2018-10-12T10:45:43.000000Z"}} 2018-10-12 10:45:43,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb42c8cf83c1e1caf62e738d1945ec6076802669" 2018-10-12 10:45:43,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9bdf953-8147-4870-b84d-7219b0ad5a55 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:43,266 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b9bdf953-8147-4870-b84d-7219b0ad5a55 2018-10-12 10:45:43,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:45:43,277 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:45: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:45:43,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-3883a320-ccf4-4ed-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb42c8cf83c1e1caf62e738d1945ec6076802669" 2018-10-12 10:45:43,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1359442b-1330-4f11-806d-4891dc02b922 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-3883a320-ccf4-4ed-name", "previous": null, "next": null}, "projects": []} 2018-10-12 10:45:43,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-3883a320-ccf4-4ed-name used request id req-1359442b-1330-4f11-806d-4891dc02b922 2018-10-12 10:45:43,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb42c8cf83c1e1caf62e738d1945ec6076802669" 2018-10-12 10:45:43,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bfbf8fb-941e-49b7-b416-520d3c0144b8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-12 10:45:43,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-1bfbf8fb-941e-49b7-b416-520d3c0144b8 2018-10-12 10:45:43,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb42c8cf83c1e1caf62e738d1945ec6076802669" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-3883a320-ccf4-4ed-name"}}' 2018-10-12 10:45:43,589 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 10:45:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5fad3f66-d0b7-4cfb-b6f5-91214a8b78e9 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/e2b9327b5de8455492cbe9d26de2b4a7"}, "enabled": true, "id": "e2b9327b5de8455492cbe9d26de2b4a7", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-3883a320-ccf4-4ed-name"}} 2018-10-12 10:45:43,589 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-5fad3f66-d0b7-4cfb-b6f5-91214a8b78e9 2018-10-12 10:45:43,590 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-3883a320-ccf4-4ed-name 2018-10-12 10:45:43,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:45:43,598 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:45: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:45:43,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-3883a320-ccf4-4ed-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7e4f5d83fb507dd66d86e61cbb434b7bc2aa71a" 2018-10-12 10:45:43,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2a2a224-97cc-45bb-8761-4d0ca5e501cb Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-3883a320-ccf4-4ed-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/e2b9327b5de8455492cbe9d26de2b4a7"}, "enabled": true, "id": "e2b9327b5de8455492cbe9d26de2b4a7", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-3883a320-ccf4-4ed-name"}]} 2018-10-12 10:45:43,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-3883a320-ccf4-4ed-name used request id req-d2a2a224-97cc-45bb-8761-4d0ca5e501cb 2018-10-12 10:45:43,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7e4f5d83fb507dd66d86e61cbb434b7bc2aa71a" 2018-10-12 10:45:43,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49562cc5-6a76-4920-b2e4-9cfcd2b4968b Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 10:45:43,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-49562cc5-6a76-4920-b2e4-9cfcd2b4968b 2018-10-12 10:45:43,763 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:45:43,768 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:8774/v2.1/os-quota-sets/e2b9327b5de8455492cbe9d26de2b4a7 -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb42c8cf83c1e1caf62e738d1945ec6076802669" -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-10-12 10:45:44,373 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45: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-8092d6df-b34c-49d3-8c76-df36365bca10 x-compute-request-id: req-8092d6df-b34c-49d3-8c76-df36365bca10 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-10-12 10:45:44,373 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.26:8774/v2.1/os-quota-sets/e2b9327b5de8455492cbe9d26de2b4a7 used request id req-8092d6df-b34c-49d3-8c76-df36365bca10 2018-10-12 10:45:44,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/quotas/e2b9327b5de8455492cbe9d26de2b4a7 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb42c8cf83c1e1caf62e738d1945ec6076802669" -d '{"quota": {"subnet": 7, "network": 5, "floatingip": 25, "security_group_rule": 50, "security_group": 5, "router": 6, "port": 25}}' 2018-10-12 10:45:44,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-4643a794-ea6d-4552-975e-6b14f9679a6a Date: Fri, 12 Oct 2018 10:45:44 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-10-12 10:45:44,693 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/quotas/e2b9327b5de8455492cbe9d26de2b4a7 used request id req-4643a794-ea6d-4552-975e-6b14f9679a6a 2018-10-12 10:45:44,694 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:45:44,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-quota-sets/e2b9327b5de8455492cbe9d26de2b4a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb42c8cf83c1e1caf62e738d1945ec6076802669" 2018-10-12 10:45:45,301 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-44a230c7-57fb-4bde-bbfe-ffac00b3502c x-compute-request-id: req-44a230c7-57fb-4bde-bbfe-ffac00b3502c Content-Encoding: gzip Content-Length: 221 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": "e2b9327b5de8455492cbe9d26de2b4a7", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-12 10:45:45,301 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-quota-sets/e2b9327b5de8455492cbe9d26de2b4a7 used request id req-44a230c7-57fb-4bde-bbfe-ffac00b3502c 2018-10-12 10:45:45,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/quotas/e2b9327b5de8455492cbe9d26de2b4a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb42c8cf83c1e1caf62e738d1945ec6076802669" 2018-10-12 10:45:46,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-55d7136c-b729-427d-81d1-38ddf4a2671c Date: Fri, 12 Oct 2018 10:45:46 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-10-12 10:45:46,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/quotas/e2b9327b5de8455492cbe9d26de2b4a7 used request id req-55d7136c-b729-427d-81d1-38ddf4a2671c 2018-10-12 10:45:46,025 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:45:46,029 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-quota-sets/e2b9327b5de8455492cbe9d26de2b4a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7e4f5d83fb507dd66d86e61cbb434b7bc2aa71a" 2018-10-12 10:45:46,361 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45: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-b01e1522-7b81-4e53-b1b3-ceea2e52411a x-compute-request-id: req-b01e1522-7b81-4e53-b1b3-ceea2e52411a Content-Encoding: gzip Content-Length: 221 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": "e2b9327b5de8455492cbe9d26de2b4a7", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-12 10:45:46,361 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-quota-sets/e2b9327b5de8455492cbe9d26de2b4a7 used request id req-b01e1522-7b81-4e53-b1b3-ceea2e52411a 2018-10-12 10:45:46,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/quotas/e2b9327b5de8455492cbe9d26de2b4a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7e4f5d83fb507dd66d86e61cbb434b7bc2aa71a" 2018-10-12 10:45:47,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-bea9c254-cb54-4269-b3b8-1c0a829674d0 Date: Fri, 12 Oct 2018 10:45:47 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-10-12 10:45:47,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/quotas/e2b9327b5de8455492cbe9d26de2b4a7 used request id req-bea9c254-cb54-4269-b3b8-1c0a829674d0 2018-10-12 10:45:47,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb42c8cf83c1e1caf62e738d1945ec6076802669" 2018-10-12 10:45:47,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-bc0f67ae-1b6b-4f82-815d-15f73355db52 Date: Fri, 12 Oct 2018 10:45:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:45:29Z", "updated_at": "2018-10-12T10:45:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "1265b906-d9c8-48ce-b108-be7ac6c1e574", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "1cdb36fa-d5e0-485d-b18c-aaa18d1df145", "remote_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "1edd670c-49e7-4e6e-b82e-0aafc94ece73", "remote_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "2cd4480c-0e57-49f4-b2e1-347c2e147115", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}], "revision_number": 4, "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "updated_at": "2018-10-12T10:34:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "2ae4f47a-860c-4316-ac71-26a7138a332b", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "652ffd7b-44c1-45ae-bacb-d752209f00a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "c6536286-1efd-4324-bff2-83bf4e288f74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "d00fd409-954d-4a7e-b2ce-3b8e9364f9b2", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}], "revision_number": 4, "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "665a8bea-d7bf-418c-8720-ca198157c68e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "updated_at": "2018-10-12T10:44:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "03a7346d-e81e-42f1-90d8-2d77a0e34ff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "25484a0d-c36c-4968-8497-2fab34786f38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "3051e92e-adfd-43d1-8ad4-a37e12b00332", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "c8cd6bce-c3f0-4e98-afd5-635192d18ba4", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 4, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "name": "default"}]} 2018-10-12 10:45:47,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-bc0f67ae-1b6b-4f82-815d-15f73355db52 2018-10-12 10:45:47,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb42c8cf83c1e1caf62e738d1945ec6076802669" 2018-10-12 10:45:47,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2db1210c-4e0e-43ca-9941-4323744f3cda 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:45:47,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-2db1210c-4e0e-43ca-9941-4323744f3cda 2018-10-12 10:45:47,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb42c8cf83c1e1caf62e738d1945ec6076802669" 2018-10-12 10:45:47,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f02514b4-531e-4d27-9ed7-16eeca8c0eba Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-12 10:45:47,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e used request id req-f02514b4-531e-4d27-9ed7-16eeca8c0eba 2018-10-12 10:45:47,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb42c8cf83c1e1caf62e738d1945ec6076802669" 2018-10-12 10:45:47,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91bc9c02-e9e2-4cb3-b922-0a965100342c Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-12 10:45:47,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0 used request id req-91bc9c02-e9e2-4cb3-b922-0a965100342c 2018-10-12 10:45:47,605 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-3883a320-ccf4-4ed-name 2018-10-12 10:45:47,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/e2b9327b5de8455492cbe9d26de2b4a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb42c8cf83c1e1caf62e738d1945ec6076802669" 2018-10-12 10:45:47,760 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:45:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47464d90-724e-45f6-b346-3d607e625e4e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:45:47,760 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/e2b9327b5de8455492cbe9d26de2b4a7 used request id req-47464d90-724e-45f6-b346-3d607e625e4e 2018-10-12 10:45:47,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb42c8cf83c1e1caf62e738d1945ec6076802669" 2018-10-12 10:45:47,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d2816d1-0f86-4df6-ad6e-d8aed5b613e2 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "3b2ed01a78ce4b82b8a9537af3975a56", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56"}, "name": "Member"}, {"domain_id": null, "id": "5fa3a0c3e44f4a779944e91dc076fdff", "links": {"self": "http://172.30.9.26:5000/v3/roles/5fa3a0c3e44f4a779944e91dc076fdff"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:45:47,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-5d2816d1-0f86-4df6-ad6e-d8aed5b613e2 2018-10-12 10:45:47,851 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:48,243 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["Oyv0azCAT_-b7Px2_Yx8zA"], "issued_at": "2018-10-12T10:45:48.000000Z"}} 2018-10-12 10:45:48,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca7ec6f7beb83e22da3d5a0a8f8744568b91eb33" 2018-10-12 10:45:48,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23e5ecfc-85af-4520-b74c-5c18ea548cd4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:48,318 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-23e5ecfc-85af-4520-b74c-5c18ea548cd4 2018-10-12 10:45:48,319 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:48,320 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:48,697 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["Lht7A2mRTo-3bPOcSJYHGA"], "issued_at": "2018-10-12T10:45:48.000000Z"}} 2018-10-12 10:45:48,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b25655520f10feb119b6954763b094d9e1007c" 2018-10-12 10:45:48,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18e3c0cf-1d49-40bc-b4d6-8554ccacbcef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:48,782 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-18e3c0cf-1d49-40bc-b4d6-8554ccacbcef 2018-10-12 10:45:48,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:45:48,792 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:45:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:45:48,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-94d48e11-2caf-4dd-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b25655520f10feb119b6954763b094d9e1007c" 2018-10-12 10:45:48,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff2191b3-7c03-408d-8c60-fa83b5bc76b0 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-94d48e11-2caf-4dd-name", "previous": null, "next": null}, "projects": []} 2018-10-12 10:45:48,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-94d48e11-2caf-4dd-name used request id req-ff2191b3-7c03-408d-8c60-fa83b5bc76b0 2018-10-12 10:45:48,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b25655520f10feb119b6954763b094d9e1007c" 2018-10-12 10:45:48,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1860f44-5a83-4cb6-966a-d4b31d92ef93 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-12 10:45:48,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-f1860f44-5a83-4cb6-966a-d4b31d92ef93 2018-10-12 10:45:48,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b25655520f10feb119b6954763b094d9e1007c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-94d48e11-2caf-4dd-name"}}' 2018-10-12 10:45:49,002 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 10:45:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7216d0e0-445b-4fa3-ae24-99f836c0023a Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/2dacb9bcaef54b079871c1c49e8ba18f"}, "enabled": true, "id": "2dacb9bcaef54b079871c1c49e8ba18f", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-94d48e11-2caf-4dd-name"}} 2018-10-12 10:45:49,002 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-7216d0e0-445b-4fa3-ae24-99f836c0023a 2018-10-12 10:45:49,003 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-94d48e11-2caf-4dd-name 2018-10-12 10:45:49,003 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:49,004 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:49,381 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["raM6jmj6T7-E6BIA7teVUQ"], "issued_at": "2018-10-12T10:45:49.000000Z"}} 2018-10-12 10:45:49,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}590a8882a7268e36baeca9860e68b4b3f06f5d1b" 2018-10-12 10:45:49,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-869285fa-8ef8-4873-add7-2fcf6094af4b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:49,471 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-869285fa-8ef8-4873-add7-2fcf6094af4b 2018-10-12 10:45:49,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:45:49,480 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:45: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:45:49,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}590a8882a7268e36baeca9860e68b4b3f06f5d1b" 2018-10-12 10:45:49,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4c5170a-fd2d-496a-ac20-cf3fedca8665 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "links": {"self": "http://172.30.9.26:5000/v3/users/88e9560a29e9460c8af8a5df80c26533"}, "domain_id": "default", "enabled": true, "id": "88e9560a29e9460c8af8a5df80c26533", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 10:45:49,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-a4c5170a-fd2d-496a-ac20-cf3fedca8665 2018-10-12 10:45:49,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}590a8882a7268e36baeca9860e68b4b3f06f5d1b" 2018-10-12 10:45:49,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd036412-4254-4b0a-889e-5fd39817bff8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-12 10:45:49,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-cd036412-4254-4b0a-889e-5fd39817bff8 2018-10-12 10:45:50,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}590a8882a7268e36baeca9860e68b4b3f06f5d1b" 2018-10-12 10:45:50,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6034d8d5-ac1c-43f2-aaa5-08777ce47fc9 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "3b2ed01a78ce4b82b8a9537af3975a56", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56"}, "name": "Member"}, {"domain_id": null, "id": "5fa3a0c3e44f4a779944e91dc076fdff", "links": {"self": "http://172.30.9.26:5000/v3/roles/5fa3a0c3e44f4a779944e91dc076fdff"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:45:50,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-6034d8d5-ac1c-43f2-aaa5-08777ce47fc9 2018-10-12 10:45:50,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateProjectUserTests-94d48e11-2caf-4dd-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}590a8882a7268e36baeca9860e68b4b3f06f5d1b" 2018-10-12 10:45:50,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d15a8072-bb83-41c0-adfe-464370eab364 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateProjectUserTests-94d48e11-2caf-4dd-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/2dacb9bcaef54b079871c1c49e8ba18f"}, "enabled": true, "id": "2dacb9bcaef54b079871c1c49e8ba18f", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-94d48e11-2caf-4dd-name"}]} 2018-10-12 10:45:50,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateProjectUserTests-94d48e11-2caf-4dd-name used request id req-d15a8072-bb83-41c0-adfe-464370eab364 2018-10-12 10:45:50,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/5638eb48ca8d40928dabfd0e4f86b5db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}590a8882a7268e36baeca9860e68b4b3f06f5d1b" 2018-10-12 10:45:50,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c847eee9-dd96-43b7-afd6-4bd8d4400c8a Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/5638eb48ca8d40928dabfd0e4f86b5db"}, "enabled": true, "id": "5638eb48ca8d40928dabfd0e4f86b5db", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-94d48e11-2caf-4dd-user"}} 2018-10-12 10:45:50,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/5638eb48ca8d40928dabfd0e4f86b5db used request id req-c847eee9-dd96-43b7-afd6-4bd8d4400c8a 2018-10-12 10:45:50,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/2dacb9bcaef54b079871c1c49e8ba18f/users/5638eb48ca8d40928dabfd0e4f86b5db/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}590a8882a7268e36baeca9860e68b4b3f06f5d1b" 2018-10-12 10:45:50,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33dc016d-1cb7-4a42-b14c-d4846e336df2 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/2dacb9bcaef54b079871c1c49e8ba18f/users/5638eb48ca8d40928dabfd0e4f86b5db/roles", "previous": null, "next": null}, "roles": []} 2018-10-12 10:45:50,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/2dacb9bcaef54b079871c1c49e8ba18f/users/5638eb48ca8d40928dabfd0e4f86b5db/roles used request id req-33dc016d-1cb7-4a42-b14c-d4846e336df2 2018-10-12 10:45:50,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}590a8882a7268e36baeca9860e68b4b3f06f5d1b" 2018-10-12 10:45:50,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4635a6dc-401c-4fc9-9ea4-c16e5f5e690a Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "domain_id": null, "name": "admin", "id": "112190b0dab44ef9a2f2f86430c0c451"}} 2018-10-12 10:45:50,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451 used request id req-4635a6dc-401c-4fc9-9ea4-c16e5f5e690a 2018-10-12 10:45:50,436 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-94d48e11-2caf-4dd-name 2018-10-12 10:45:50,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/2dacb9bcaef54b079871c1c49e8ba18f/users/5638eb48ca8d40928dabfd0e4f86b5db/roles/112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}590a8882a7268e36baeca9860e68b4b3f06f5d1b" 2018-10-12 10:45:50,561 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:45:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c008b2b-df23-424e-9737-b3d942ac9270 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:45:50,562 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/2dacb9bcaef54b079871c1c49e8ba18f/users/5638eb48ca8d40928dabfd0e4f86b5db/roles/112190b0dab44ef9a2f2f86430c0c451 used request id req-9c008b2b-df23-424e-9737-b3d942ac9270 2018-10-12 10:45:50,562 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-94d48e11-2caf-4dd-user 2018-10-12 10:45:50,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b25655520f10feb119b6954763b094d9e1007c" 2018-10-12 10:45:50,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d2a8931-743f-48b2-aaa1-4cafe89fe9e8 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "3b2ed01a78ce4b82b8a9537af3975a56", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56"}, "name": "Member"}, {"domain_id": null, "id": "5fa3a0c3e44f4a779944e91dc076fdff", "links": {"self": "http://172.30.9.26:5000/v3/roles/5fa3a0c3e44f4a779944e91dc076fdff"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:45:50,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-0d2a8931-743f-48b2-aaa1-4cafe89fe9e8 2018-10-12 10:45:50,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b25655520f10feb119b6954763b094d9e1007c" -d '{"role": {"name": "CreateProjectUserTests-94d48e11-2caf-4dd-name-role"}}' 2018-10-12 10:45:50,769 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 10:45:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-235fdb11-53cf-4574-a004-82e65878245e Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4b8e9e725a6a49949183ea49ad20f069", "links": {"self": "http://172.30.9.26:5000/v3/roles/4b8e9e725a6a49949183ea49ad20f069"}, "name": "CreateProjectUserTests-94d48e11-2caf-4dd-name-role"}} 2018-10-12 10:45:50,769 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-235fdb11-53cf-4574-a004-82e65878245e 2018-10-12 10:45:50,770 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-94d48e11-2caf-4dd-name-role 2018-10-12 10:45:50,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/4b8e9e725a6a49949183ea49ad20f069 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b25655520f10feb119b6954763b094d9e1007c" 2018-10-12 10:45:50,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d499463-8edc-4c66-8ef8-65268fdfd383 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/4b8e9e725a6a49949183ea49ad20f069"}, "domain_id": null, "name": "CreateProjectUserTests-94d48e11-2caf-4dd-name-role", "id": "4b8e9e725a6a49949183ea49ad20f069"}} 2018-10-12 10:45:50,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/4b8e9e725a6a49949183ea49ad20f069 used request id req-7d499463-8edc-4c66-8ef8-65268fdfd383 2018-10-12 10:45:50,851 - keystone_utils - INFO - Granting role CreateProjectUserTests-94d48e11-2caf-4dd-name-role to project CreateProjectUserTests-94d48e11-2caf-4dd-name 2018-10-12 10:45:50,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/2dacb9bcaef54b079871c1c49e8ba18f/users/5638eb48ca8d40928dabfd0e4f86b5db/roles/4b8e9e725a6a49949183ea49ad20f069 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b25655520f10feb119b6954763b094d9e1007c" 2018-10-12 10:45:50,987 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:45:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1295c23-bc0d-416d-acb8-f0f686ef7d4b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:45:50,987 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/2dacb9bcaef54b079871c1c49e8ba18f/users/5638eb48ca8d40928dabfd0e4f86b5db/roles/4b8e9e725a6a49949183ea49ad20f069 used request id req-c1295c23-bc0d-416d-acb8-f0f686ef7d4b 2018-10-12 10:45:50,988 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:50,988 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:51,367 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4b8e9e725a6a49949183ea49ad20f069", "name": "CreateProjectUserTests-94d48e11-2caf-4dd-name-role"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T11:45:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2dacb9bcaef54b079871c1c49e8ba18f", "name": "CreateProjectUserTests-94d48e11-2caf-4dd-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/2dacb9bcaef54b079871c1c49e8ba18f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/2dacb9bcaef54b079871c1c49e8ba18f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/2dacb9bcaef54b079871c1c49e8ba18f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2dacb9bcaef54b079871c1c49e8ba18f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/2dacb9bcaef54b079871c1c49e8ba18f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/2dacb9bcaef54b079871c1c49e8ba18f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/2dacb9bcaef54b079871c1c49e8ba18f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/2dacb9bcaef54b079871c1c49e8ba18f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/2dacb9bcaef54b079871c1c49e8ba18f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2dacb9bcaef54b079871c1c49e8ba18f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/2dacb9bcaef54b079871c1c49e8ba18f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/2dacb9bcaef54b079871c1c49e8ba18f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-94d48e11-2caf-4dd-user", "id": "5638eb48ca8d40928dabfd0e4f86b5db"}, "audit_ids": ["UXyUrhXXTySwcqJFyaLi_A"], "issued_at": "2018-10-12T10:45:51.000000Z"}} 2018-10-12 10:45:51,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4338b4e0baa78b5b99301ebbc443125a13840206" 2018-10-12 10:45:51,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96e821fc-6d54-47fe-94cf-74ddd243a834 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:51,438 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-96e821fc-6d54-47fe-94cf-74ddd243a834 2018-10-12 10:45:51,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateProjectUserTests-94d48e11-2caf-4dd-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4338b4e0baa78b5b99301ebbc443125a13840206" 2018-10-12 10:45:52,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-5f9c751b-e560-48c4-bb6c-66e1d74a7697 Date: Fri, 12 Oct 2018 10:45:52 GMT RESP BODY: {"security_groups": []} 2018-10-12 10:45:52,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateProjectUserTests-94d48e11-2caf-4dd-name&description=hello+group used request id req-5f9c751b-e560-48c4-bb6c-66e1d74a7697 2018-10-12 10:45:52,076 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-94d48e11-2caf-4dd-name... 2018-10-12 10:45:52,076 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-94d48e11-2caf-4dd-name 2018-10-12 10:45:52,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4338b4e0baa78b5b99301ebbc443125a13840206" -d '{"security_group": {"name": "CreateProjectUserTests-94d48e11-2caf-4dd-name", "description": "hello group"}}' 2018-10-12 10:45:53,273 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-e348cfb9-7b11-4c2d-8773-54b3ff057b34 Date: Fri, 12 Oct 2018 10:45:53 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "2dacb9bcaef54b079871c1c49e8ba18f", "created_at": "2018-10-12T10:45:53Z", "updated_at": "2018-10-12T10:45:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:53Z", "revision_number": 0, "id": "6b4dd1c5-29ea-4d52-ab71-24081142be24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:53Z", "security_group_id": "b7c17e48-5f47-47ff-a8df-1233652214b4", "tenant_id": "2dacb9bcaef54b079871c1c49e8ba18f", "port_range_min": null, "ethertype": "IPv6", "project_id": "2dacb9bcaef54b079871c1c49e8ba18f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:53Z", "revision_number": 0, "id": "8840985a-81ce-4405-8821-0334534dd6fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:53Z", "security_group_id": "b7c17e48-5f47-47ff-a8df-1233652214b4", "tenant_id": "2dacb9bcaef54b079871c1c49e8ba18f", "port_range_min": null, "ethertype": "IPv4", "project_id": "2dacb9bcaef54b079871c1c49e8ba18f"}], "revision_number": 2, "project_id": "2dacb9bcaef54b079871c1c49e8ba18f", "id": "b7c17e48-5f47-47ff-a8df-1233652214b4", "name": "CreateProjectUserTests-94d48e11-2caf-4dd-name"}} 2018-10-12 10:45:53,273 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-e348cfb9-7b11-4c2d-8773-54b3ff057b34 2018-10-12 10:45:53,274 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b7c17e48-5f47-47ff-a8df-1233652214b4 2018-10-12 10:45:53,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b7c17e48-5f47-47ff-a8df-1233652214b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4338b4e0baa78b5b99301ebbc443125a13840206" 2018-10-12 10:45:54,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fbf1f633-c204-4ad4-af80-9ed3979bf6ec Date: Fri, 12 Oct 2018 10:45:54 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-10-12T10:45:53Z", "security_group_id": "b7c17e48-5f47-47ff-a8df-1233652214b4", "port_range_min": null, "revision_number": 0, "tenant_id": "2dacb9bcaef54b079871c1c49e8ba18f", "created_at": "2018-10-12T10:45:53Z", "project_id": "2dacb9bcaef54b079871c1c49e8ba18f", "id": "6b4dd1c5-29ea-4d52-ab71-24081142be24"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:45:53Z", "security_group_id": "b7c17e48-5f47-47ff-a8df-1233652214b4", "port_range_min": null, "revision_number": 0, "tenant_id": "2dacb9bcaef54b079871c1c49e8ba18f", "created_at": "2018-10-12T10:45:53Z", "project_id": "2dacb9bcaef54b079871c1c49e8ba18f", "id": "8840985a-81ce-4405-8821-0334534dd6fc"}]} 2018-10-12 10:45:54,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b7c17e48-5f47-47ff-a8df-1233652214b4 used request id req-fbf1f633-c204-4ad4-af80-9ed3979bf6ec 2018-10-12 10:45:54,063 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b7c17e48-5f47-47ff-a8df-1233652214b4 2018-10-12 10:45:54,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b7c17e48-5f47-47ff-a8df-1233652214b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4338b4e0baa78b5b99301ebbc443125a13840206" 2018-10-12 10:45:54,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d5c8a238-c5ec-4c20-a51f-239b1dc9dc0d Date: Fri, 12 Oct 2018 10:45:54 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-10-12T10:45:53Z", "security_group_id": "b7c17e48-5f47-47ff-a8df-1233652214b4", "port_range_min": null, "revision_number": 0, "tenant_id": "2dacb9bcaef54b079871c1c49e8ba18f", "created_at": "2018-10-12T10:45:53Z", "project_id": "2dacb9bcaef54b079871c1c49e8ba18f", "id": "6b4dd1c5-29ea-4d52-ab71-24081142be24"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:45:53Z", "security_group_id": "b7c17e48-5f47-47ff-a8df-1233652214b4", "port_range_min": null, "revision_number": 0, "tenant_id": "2dacb9bcaef54b079871c1c49e8ba18f", "created_at": "2018-10-12T10:45:53Z", "project_id": "2dacb9bcaef54b079871c1c49e8ba18f", "id": "8840985a-81ce-4405-8821-0334534dd6fc"}]} 2018-10-12 10:45:54,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b7c17e48-5f47-47ff-a8df-1233652214b4 used request id req-d5c8a238-c5ec-4c20-a51f-239b1dc9dc0d 2018-10-12 10:45:54,320 - neutron_utils - INFO - Retrieving security group with ID - b7c17e48-5f47-47ff-a8df-1233652214b4 2018-10-12 10:45:54,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=b7c17e48-5f47-47ff-a8df-1233652214b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4338b4e0baa78b5b99301ebbc443125a13840206" 2018-10-12 10:45:54,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-3097c26d-27f3-4487-8e99-e1e9e5cd7115 Date: Fri, 12 Oct 2018 10:45:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2dacb9bcaef54b079871c1c49e8ba18f", "created_at": "2018-10-12T10:45:53Z", "updated_at": "2018-10-12T10:45:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:53Z", "revision_number": 0, "id": "6b4dd1c5-29ea-4d52-ab71-24081142be24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:53Z", "security_group_id": "b7c17e48-5f47-47ff-a8df-1233652214b4", "tenant_id": "2dacb9bcaef54b079871c1c49e8ba18f", "port_range_min": null, "ethertype": "IPv6", "project_id": "2dacb9bcaef54b079871c1c49e8ba18f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:53Z", "revision_number": 0, "id": "8840985a-81ce-4405-8821-0334534dd6fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:53Z", "security_group_id": "b7c17e48-5f47-47ff-a8df-1233652214b4", "tenant_id": "2dacb9bcaef54b079871c1c49e8ba18f", "port_range_min": null, "ethertype": "IPv4", "project_id": "2dacb9bcaef54b079871c1c49e8ba18f"}], "revision_number": 2, "project_id": "2dacb9bcaef54b079871c1c49e8ba18f", "id": "b7c17e48-5f47-47ff-a8df-1233652214b4", "name": "CreateProjectUserTests-94d48e11-2caf-4dd-name"}]} 2018-10-12 10:45:54,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=b7c17e48-5f47-47ff-a8df-1233652214b4 used request id req-3097c26d-27f3-4487-8e99-e1e9e5cd7115 2018-10-12 10:45:54,396 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b7c17e48-5f47-47ff-a8df-1233652214b4 2018-10-12 10:45:54,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b7c17e48-5f47-47ff-a8df-1233652214b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4338b4e0baa78b5b99301ebbc443125a13840206" 2018-10-12 10:45:54,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8cdb44bf-b112-49ce-a37e-c2950699025c Date: Fri, 12 Oct 2018 10:45:54 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-10-12T10:45:53Z", "security_group_id": "b7c17e48-5f47-47ff-a8df-1233652214b4", "port_range_min": null, "revision_number": 0, "tenant_id": "2dacb9bcaef54b079871c1c49e8ba18f", "created_at": "2018-10-12T10:45:53Z", "project_id": "2dacb9bcaef54b079871c1c49e8ba18f", "id": "6b4dd1c5-29ea-4d52-ab71-24081142be24"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:45:53Z", "security_group_id": "b7c17e48-5f47-47ff-a8df-1233652214b4", "port_range_min": null, "revision_number": 0, "tenant_id": "2dacb9bcaef54b079871c1c49e8ba18f", "created_at": "2018-10-12T10:45:53Z", "project_id": "2dacb9bcaef54b079871c1c49e8ba18f", "id": "8840985a-81ce-4405-8821-0334534dd6fc"}]} 2018-10-12 10:45:54,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b7c17e48-5f47-47ff-a8df-1233652214b4 used request id req-8cdb44bf-b112-49ce-a37e-c2950699025c 2018-10-12 10:45:54,421 - neutron_utils - INFO - Retrieving security group with ID - b7c17e48-5f47-47ff-a8df-1233652214b4 2018-10-12 10:45:54,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=b7c17e48-5f47-47ff-a8df-1233652214b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4338b4e0baa78b5b99301ebbc443125a13840206" 2018-10-12 10:45:54,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-ee42b1a0-85f8-48b5-8f07-f18b5c5b0d4b Date: Fri, 12 Oct 2018 10:45:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2dacb9bcaef54b079871c1c49e8ba18f", "created_at": "2018-10-12T10:45:53Z", "updated_at": "2018-10-12T10:45:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:53Z", "revision_number": 0, "id": "6b4dd1c5-29ea-4d52-ab71-24081142be24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:53Z", "security_group_id": "b7c17e48-5f47-47ff-a8df-1233652214b4", "tenant_id": "2dacb9bcaef54b079871c1c49e8ba18f", "port_range_min": null, "ethertype": "IPv6", "project_id": "2dacb9bcaef54b079871c1c49e8ba18f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:53Z", "revision_number": 0, "id": "8840985a-81ce-4405-8821-0334534dd6fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:53Z", "security_group_id": "b7c17e48-5f47-47ff-a8df-1233652214b4", "tenant_id": "2dacb9bcaef54b079871c1c49e8ba18f", "port_range_min": null, "ethertype": "IPv4", "project_id": "2dacb9bcaef54b079871c1c49e8ba18f"}], "revision_number": 2, "project_id": "2dacb9bcaef54b079871c1c49e8ba18f", "id": "b7c17e48-5f47-47ff-a8df-1233652214b4", "name": "CreateProjectUserTests-94d48e11-2caf-4dd-name"}]} 2018-10-12 10:45:54,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=b7c17e48-5f47-47ff-a8df-1233652214b4 used request id req-ee42b1a0-85f8-48b5-8f07-f18b5c5b0d4b 2018-10-12 10:45:54,468 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b7c17e48-5f47-47ff-a8df-1233652214b4 2018-10-12 10:45:54,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b7c17e48-5f47-47ff-a8df-1233652214b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4338b4e0baa78b5b99301ebbc443125a13840206" 2018-10-12 10:45:54,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-641f3b76-7294-49ce-8e5e-1e4c5f738322 Date: Fri, 12 Oct 2018 10:45:54 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-10-12T10:45:53Z", "security_group_id": "b7c17e48-5f47-47ff-a8df-1233652214b4", "port_range_min": null, "revision_number": 0, "tenant_id": "2dacb9bcaef54b079871c1c49e8ba18f", "created_at": "2018-10-12T10:45:53Z", "project_id": "2dacb9bcaef54b079871c1c49e8ba18f", "id": "6b4dd1c5-29ea-4d52-ab71-24081142be24"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:45:53Z", "security_group_id": "b7c17e48-5f47-47ff-a8df-1233652214b4", "port_range_min": null, "revision_number": 0, "tenant_id": "2dacb9bcaef54b079871c1c49e8ba18f", "created_at": "2018-10-12T10:45:53Z", "project_id": "2dacb9bcaef54b079871c1c49e8ba18f", "id": "8840985a-81ce-4405-8821-0334534dd6fc"}]} 2018-10-12 10:45:54,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b7c17e48-5f47-47ff-a8df-1233652214b4 used request id req-641f3b76-7294-49ce-8e5e-1e4c5f738322 2018-10-12 10:45:54,528 - neutron_utils - INFO - Retrieving security group with ID - b7c17e48-5f47-47ff-a8df-1233652214b4 2018-10-12 10:45:54,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=b7c17e48-5f47-47ff-a8df-1233652214b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4338b4e0baa78b5b99301ebbc443125a13840206" 2018-10-12 10:45:54,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-eea87481-c2d9-4378-bbe9-6880e0d31e1d Date: Fri, 12 Oct 2018 10:45:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "2dacb9bcaef54b079871c1c49e8ba18f", "created_at": "2018-10-12T10:45:53Z", "updated_at": "2018-10-12T10:45:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:53Z", "revision_number": 0, "id": "6b4dd1c5-29ea-4d52-ab71-24081142be24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:53Z", "security_group_id": "b7c17e48-5f47-47ff-a8df-1233652214b4", "tenant_id": "2dacb9bcaef54b079871c1c49e8ba18f", "port_range_min": null, "ethertype": "IPv6", "project_id": "2dacb9bcaef54b079871c1c49e8ba18f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:53Z", "revision_number": 0, "id": "8840985a-81ce-4405-8821-0334534dd6fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:53Z", "security_group_id": "b7c17e48-5f47-47ff-a8df-1233652214b4", "tenant_id": "2dacb9bcaef54b079871c1c49e8ba18f", "port_range_min": null, "ethertype": "IPv4", "project_id": "2dacb9bcaef54b079871c1c49e8ba18f"}], "revision_number": 2, "project_id": "2dacb9bcaef54b079871c1c49e8ba18f", "id": "b7c17e48-5f47-47ff-a8df-1233652214b4", "name": "CreateProjectUserTests-94d48e11-2caf-4dd-name"}]} 2018-10-12 10:45:54,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=b7c17e48-5f47-47ff-a8df-1233652214b4 used request id req-eea87481-c2d9-4378-bbe9-6880e0d31e1d 2018-10-12 10:45:54,698 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b7c17e48-5f47-47ff-a8df-1233652214b4 2018-10-12 10:45:54,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b7c17e48-5f47-47ff-a8df-1233652214b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4338b4e0baa78b5b99301ebbc443125a13840206" 2018-10-12 10:45:54,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8d3b51b2-4879-424d-9e87-8916d90f1dee Date: Fri, 12 Oct 2018 10:45:54 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-10-12T10:45:53Z", "security_group_id": "b7c17e48-5f47-47ff-a8df-1233652214b4", "port_range_min": null, "revision_number": 0, "tenant_id": "2dacb9bcaef54b079871c1c49e8ba18f", "created_at": "2018-10-12T10:45:53Z", "project_id": "2dacb9bcaef54b079871c1c49e8ba18f", "id": "6b4dd1c5-29ea-4d52-ab71-24081142be24"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:45:53Z", "security_group_id": "b7c17e48-5f47-47ff-a8df-1233652214b4", "port_range_min": null, "revision_number": 0, "tenant_id": "2dacb9bcaef54b079871c1c49e8ba18f", "created_at": "2018-10-12T10:45:53Z", "project_id": "2dacb9bcaef54b079871c1c49e8ba18f", "id": "8840985a-81ce-4405-8821-0334534dd6fc"}]} 2018-10-12 10:45:54,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=b7c17e48-5f47-47ff-a8df-1233652214b4 used request id req-8d3b51b2-4879-424d-9e87-8916d90f1dee 2018-10-12 10:45:54,887 - neutron_utils - INFO - Deleting security group rule with ID - 8840985a-81ce-4405-8821-0334534dd6fc 2018-10-12 10:45:54,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/8840985a-81ce-4405-8821-0334534dd6fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4338b4e0baa78b5b99301ebbc443125a13840206" 2018-10-12 10:45:55,017 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8aed749f-6540-4a35-8dd0-b2c16b6ae084 Content-Length: 0 Date: Fri, 12 Oct 2018 10:45:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:45:55,017 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/8840985a-81ce-4405-8821-0334534dd6fc used request id req-8aed749f-6540-4a35-8dd0-b2c16b6ae084 2018-10-12 10:45:55,017 - neutron_utils - INFO - Deleting security group rule with ID - 6b4dd1c5-29ea-4d52-ab71-24081142be24 2018-10-12 10:45:55,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/6b4dd1c5-29ea-4d52-ab71-24081142be24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4338b4e0baa78b5b99301ebbc443125a13840206" 2018-10-12 10:45:55,994 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2ae29c92-1e2d-4a4e-bfb2-2769e70939ae Content-Length: 0 Date: Fri, 12 Oct 2018 10:45:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:45:55,995 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/6b4dd1c5-29ea-4d52-ab71-24081142be24 used request id req-2ae29c92-1e2d-4a4e-bfb2-2769e70939ae 2018-10-12 10:45:55,995 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-94d48e11-2caf-4dd-name 2018-10-12 10:45:56,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/b7c17e48-5f47-47ff-a8df-1233652214b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4338b4e0baa78b5b99301ebbc443125a13840206" 2018-10-12 10:45:56,183 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b54498cf-3db1-4765-bde6-cbbab167f5f9 Content-Length: 0 Date: Fri, 12 Oct 2018 10:45:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:45:56,183 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/b7c17e48-5f47-47ff-a8df-1233652214b4 used request id req-b54498cf-3db1-4765-bde6-cbbab167f5f9 2018-10-12 10:45:56,184 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-94d48e11-2caf-4dd-user 2018-10-12 10:45:56,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/5638eb48ca8d40928dabfd0e4f86b5db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}590a8882a7268e36baeca9860e68b4b3f06f5d1b" 2018-10-12 10:45:56,378 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:45:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64f1726c-1045-41e4-8011-1dee6f1da984 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:45:56,378 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/5638eb48ca8d40928dabfd0e4f86b5db used request id req-64f1726c-1045-41e4-8011-1dee6f1da984 2018-10-12 10:45:56,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b25655520f10feb119b6954763b094d9e1007c" 2018-10-12 10:45:56,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-949b30e9-3c2d-49bc-8101-e81b39dd13dd Date: Fri, 12 Oct 2018 10:45:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2dacb9bcaef54b079871c1c49e8ba18f", "created_at": "2018-10-12T10:45:51Z", "updated_at": "2018-10-12T10:45:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:51Z", "revision_number": 0, "id": "1b980e08-879a-48c9-af3a-590c1e1b6ea9", "remote_group_id": "43e8c193-cdc0-49eb-915a-07162f867ce9", "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:51Z", "security_group_id": "43e8c193-cdc0-49eb-915a-07162f867ce9", "tenant_id": "2dacb9bcaef54b079871c1c49e8ba18f", "port_range_min": null, "ethertype": "IPv6", "project_id": "2dacb9bcaef54b079871c1c49e8ba18f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:51Z", "revision_number": 0, "id": "2fcef6ff-63fa-47bc-9220-046ae34b9516", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:51Z", "security_group_id": "43e8c193-cdc0-49eb-915a-07162f867ce9", "tenant_id": "2dacb9bcaef54b079871c1c49e8ba18f", "port_range_min": null, "ethertype": "IPv6", "project_id": "2dacb9bcaef54b079871c1c49e8ba18f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:51Z", "revision_number": 0, "id": "38f53c54-129d-4c0d-a0ba-6d0227502598", "remote_group_id": "43e8c193-cdc0-49eb-915a-07162f867ce9", "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:51Z", "security_group_id": "43e8c193-cdc0-49eb-915a-07162f867ce9", "tenant_id": "2dacb9bcaef54b079871c1c49e8ba18f", "port_range_min": null, "ethertype": "IPv4", "project_id": "2dacb9bcaef54b079871c1c49e8ba18f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:51Z", "revision_number": 0, "id": "faba04db-de77-495c-b337-1ef7ba893c7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:51Z", "security_group_id": "43e8c193-cdc0-49eb-915a-07162f867ce9", "tenant_id": "2dacb9bcaef54b079871c1c49e8ba18f", "port_range_min": null, "ethertype": "IPv4", "project_id": "2dacb9bcaef54b079871c1c49e8ba18f"}], "revision_number": 4, "project_id": "2dacb9bcaef54b079871c1c49e8ba18f", "id": "43e8c193-cdc0-49eb-915a-07162f867ce9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:45:29Z", "updated_at": "2018-10-12T10:45:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "1265b906-d9c8-48ce-b108-be7ac6c1e574", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "1cdb36fa-d5e0-485d-b18c-aaa18d1df145", "remote_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "1edd670c-49e7-4e6e-b82e-0aafc94ece73", "remote_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "2cd4480c-0e57-49f4-b2e1-347c2e147115", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}], "revision_number": 4, "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "updated_at": "2018-10-12T10:34:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "2ae4f47a-860c-4316-ac71-26a7138a332b", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "652ffd7b-44c1-45ae-bacb-d752209f00a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "c6536286-1efd-4324-bff2-83bf4e288f74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "d00fd409-954d-4a7e-b2ce-3b8e9364f9b2", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}], "revision_number": 4, "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "665a8bea-d7bf-418c-8720-ca198157c68e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "updated_at": "2018-10-12T10:44:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "03a7346d-e81e-42f1-90d8-2d77a0e34ff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "25484a0d-c36c-4968-8497-2fab34786f38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "3051e92e-adfd-43d1-8ad4-a37e12b00332", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "c8cd6bce-c3f0-4e98-afd5-635192d18ba4", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 4, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "name": "default"}]} 2018-10-12 10:45:56,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-949b30e9-3c2d-49bc-8101-e81b39dd13dd 2018-10-12 10:45:56,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/2dacb9bcaef54b079871c1c49e8ba18f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b25655520f10feb119b6954763b094d9e1007c" 2018-10-12 10:45:56,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-217bc6b5-2d9c-4172-ab50-da4cb366d9de Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/2dacb9bcaef54b079871c1c49e8ba18f"}, "enabled": true, "id": "2dacb9bcaef54b079871c1c49e8ba18f", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-94d48e11-2caf-4dd-name"}} 2018-10-12 10:45:56,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/2dacb9bcaef54b079871c1c49e8ba18f used request id req-217bc6b5-2d9c-4172-ab50-da4cb366d9de 2018-10-12 10:45:56,696 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 43e8c193-cdc0-49eb-915a-07162f867ce9 2018-10-12 10:45:56,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=43e8c193-cdc0-49eb-915a-07162f867ce9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b25655520f10feb119b6954763b094d9e1007c" 2018-10-12 10:45:57,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d4740afb-fc89-40ce-b4bf-ad37ae635439 Date: Fri, 12 Oct 2018 10:45:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "43e8c193-cdc0-49eb-915a-07162f867ce9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:45:51Z", "security_group_id": "43e8c193-cdc0-49eb-915a-07162f867ce9", "port_range_min": null, "revision_number": 0, "tenant_id": "2dacb9bcaef54b079871c1c49e8ba18f", "created_at": "2018-10-12T10:45:51Z", "project_id": "2dacb9bcaef54b079871c1c49e8ba18f", "id": "1b980e08-879a-48c9-af3a-590c1e1b6ea9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:45:51Z", "security_group_id": "43e8c193-cdc0-49eb-915a-07162f867ce9", "port_range_min": null, "revision_number": 0, "tenant_id": "2dacb9bcaef54b079871c1c49e8ba18f", "created_at": "2018-10-12T10:45:51Z", "project_id": "2dacb9bcaef54b079871c1c49e8ba18f", "id": "2fcef6ff-63fa-47bc-9220-046ae34b9516"}, {"remote_group_id": "43e8c193-cdc0-49eb-915a-07162f867ce9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:45:51Z", "security_group_id": "43e8c193-cdc0-49eb-915a-07162f867ce9", "port_range_min": null, "revision_number": 0, "tenant_id": "2dacb9bcaef54b079871c1c49e8ba18f", "created_at": "2018-10-12T10:45:51Z", "project_id": "2dacb9bcaef54b079871c1c49e8ba18f", "id": "38f53c54-129d-4c0d-a0ba-6d0227502598"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:45:51Z", "security_group_id": "43e8c193-cdc0-49eb-915a-07162f867ce9", "port_range_min": null, "revision_number": 0, "tenant_id": "2dacb9bcaef54b079871c1c49e8ba18f", "created_at": "2018-10-12T10:45:51Z", "project_id": "2dacb9bcaef54b079871c1c49e8ba18f", "id": "faba04db-de77-495c-b337-1ef7ba893c7e"}]} 2018-10-12 10:45:57,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=43e8c193-cdc0-49eb-915a-07162f867ce9 used request id req-d4740afb-fc89-40ce-b4bf-ad37ae635439 2018-10-12 10:45:57,438 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 10:45:57,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/43e8c193-cdc0-49eb-915a-07162f867ce9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b25655520f10feb119b6954763b094d9e1007c" 2018-10-12 10:45:58,521 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b9012a9e-0a3d-4ec7-a07d-1c9a63574ca7 Content-Length: 0 Date: Fri, 12 Oct 2018 10:45:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:45:58,522 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/43e8c193-cdc0-49eb-915a-07162f867ce9 used request id req-b9012a9e-0a3d-4ec7-a07d-1c9a63574ca7 2018-10-12 10:45:58,522 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-94d48e11-2caf-4dd-name 2018-10-12 10:45:58,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/2dacb9bcaef54b079871c1c49e8ba18f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b25655520f10feb119b6954763b094d9e1007c" 2018-10-12 10:45:58,681 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:45:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b0a84c2f-d288-4784-9fda-b02c6ca146b1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:45:58,681 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/2dacb9bcaef54b079871c1c49e8ba18f used request id req-b0a84c2f-d288-4784-9fda-b02c6ca146b1 2018-10-12 10:45:58,682 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-94d48e11-2caf-4dd-name-role 2018-10-12 10:45:58,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/4b8e9e725a6a49949183ea49ad20f069 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b25655520f10feb119b6954763b094d9e1007c" 2018-10-12 10:45:58,933 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:45:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a68a32b-8066-4f6e-bd45-8cb6bba32efe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:45:58,933 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/4b8e9e725a6a49949183ea49ad20f069 used request id req-9a68a32b-8066-4f6e-bd45-8cb6bba32efe 2018-10-12 10:45:58,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b25655520f10feb119b6954763b094d9e1007c" 2018-10-12 10:45:59,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a0f68a8-8cbf-4403-93c1-6bdad3e667b6 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "3b2ed01a78ce4b82b8a9537af3975a56", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56"}, "name": "Member"}, {"domain_id": null, "id": "5fa3a0c3e44f4a779944e91dc076fdff", "links": {"self": "http://172.30.9.26:5000/v3/roles/5fa3a0c3e44f4a779944e91dc076fdff"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:45:59,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-0a0f68a8-8cbf-4403-93c1-6bdad3e667b6 2018-10-12 10:45:59,040 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:59,410 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["4tKB3zq2SfCkUdb7zY-Flg"], "issued_at": "2018-10-12T10:45:59.000000Z"}} 2018-10-12 10:45:59,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f915f66af33c57c87d37705f9da57ac349cc410f" 2018-10-12 10:45:59,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf9a9f45-9ce4-4715-b3c6-6672ceb3bb73 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:59,501 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-bf9a9f45-9ce4-4715-b3c6-6672ceb3bb73 2018-10-12 10:45:59,502 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:45:59,503 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:45:59,890 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:45:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["y2jdCfJFRmiAlMXVR9RpqQ"], "issued_at": "2018-10-12T10:45:59.000000Z"}} 2018-10-12 10:45:59,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ea6196898b1a7bd20b0548d17645abf45c05e7" 2018-10-12 10:45:59,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dc65eda-cf57-425f-820e-9d175ef88bce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:45:59,967 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3dc65eda-cf57-425f-820e-9d175ef88bce 2018-10-12 10:45:59,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:45:59,976 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:45: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:45:59,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-2ed291a4-4306-441-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ea6196898b1a7bd20b0548d17645abf45c05e7" 2018-10-12 10:46:00,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:45:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf13b842-ed6f-4076-bd7a-806dddfe06d0 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-2ed291a4-4306-441-name", "previous": null, "next": null}, "projects": []} 2018-10-12 10:46:00,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-2ed291a4-4306-441-name used request id req-cf13b842-ed6f-4076-bd7a-806dddfe06d0 2018-10-12 10:46:00,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ea6196898b1a7bd20b0548d17645abf45c05e7" 2018-10-12 10:46:00,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb7262e2-c6d4-4a0c-9d9c-6fadb9f9d43f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-12 10:46:00,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-bb7262e2-c6d4-4a0c-9d9c-6fadb9f9d43f 2018-10-12 10:46:00,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ea6196898b1a7bd20b0548d17645abf45c05e7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-2ed291a4-4306-441-name"}}' 2018-10-12 10:46:00,273 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 10:46:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50f1df9c-eb7e-437b-91a5-8d8b656abc76 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/ca45ae3c10e741c6881ce412ae86265d"}, "enabled": true, "id": "ca45ae3c10e741c6881ce412ae86265d", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-2ed291a4-4306-441-name"}} 2018-10-12 10:46:00,273 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-50f1df9c-eb7e-437b-91a5-8d8b656abc76 2018-10-12 10:46:00,273 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-2ed291a4-4306-441-name 2018-10-12 10:46:00,273 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:46:00,274 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:46:00,654 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:46:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["iYHxPBK-T3KedsbMhLsP3A"], "issued_at": "2018-10-12T10:46:00.000000Z"}} 2018-10-12 10:46:00,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddf123361f734a77a37e38352d0eeac0d6ae3342" 2018-10-12 10:46:00,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c33f02f-6548-4569-bc30-500b8f1c9db1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:46:00,740 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8c33f02f-6548-4569-bc30-500b8f1c9db1 2018-10-12 10:46:00,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:46:00,750 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:46: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:46:00,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddf123361f734a77a37e38352d0eeac0d6ae3342" 2018-10-12 10:46:00,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b5f0b92-7a2d-475a-8a5d-313d337dbb5e Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "links": {"self": "http://172.30.9.26:5000/v3/users/88e9560a29e9460c8af8a5df80c26533"}, "domain_id": "default", "enabled": true, "id": "88e9560a29e9460c8af8a5df80c26533", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 10:46:00,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-6b5f0b92-7a2d-475a-8a5d-313d337dbb5e 2018-10-12 10:46:00,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddf123361f734a77a37e38352d0eeac0d6ae3342" 2018-10-12 10:46:00,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-765bd9a1-4d13-4072-8237-75e1b2f6aa37 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-12 10:46:00,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-765bd9a1-4d13-4072-8237-75e1b2f6aa37 2018-10-12 10:46:01,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddf123361f734a77a37e38352d0eeac0d6ae3342" 2018-10-12 10:46:01,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81bba021-9810-4f9f-89c1-6a85ecb96b43 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "3b2ed01a78ce4b82b8a9537af3975a56", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56"}, "name": "Member"}, {"domain_id": null, "id": "5fa3a0c3e44f4a779944e91dc076fdff", "links": {"self": "http://172.30.9.26:5000/v3/roles/5fa3a0c3e44f4a779944e91dc076fdff"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:46:01,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-81bba021-9810-4f9f-89c1-6a85ecb96b43 2018-10-12 10:46:01,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateProjectUserTests-2ed291a4-4306-441-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddf123361f734a77a37e38352d0eeac0d6ae3342" 2018-10-12 10:46:01,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f33afd6-9835-4a22-a000-0805402b2b45 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateProjectUserTests-2ed291a4-4306-441-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/ca45ae3c10e741c6881ce412ae86265d"}, "enabled": true, "id": "ca45ae3c10e741c6881ce412ae86265d", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-2ed291a4-4306-441-name"}]} 2018-10-12 10:46:01,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateProjectUserTests-2ed291a4-4306-441-name used request id req-0f33afd6-9835-4a22-a000-0805402b2b45 2018-10-12 10:46:01,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/3db5a94e795f4ac9b22f909c04fe4200 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddf123361f734a77a37e38352d0eeac0d6ae3342" 2018-10-12 10:46:01,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8270ce85-fa46-4a21-bd1e-eedea486f747 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/3db5a94e795f4ac9b22f909c04fe4200"}, "enabled": true, "id": "3db5a94e795f4ac9b22f909c04fe4200", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-2ed291a4-4306-441-user1"}} 2018-10-12 10:46:01,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/3db5a94e795f4ac9b22f909c04fe4200 used request id req-8270ce85-fa46-4a21-bd1e-eedea486f747 2018-10-12 10:46:01,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/ca45ae3c10e741c6881ce412ae86265d/users/3db5a94e795f4ac9b22f909c04fe4200/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddf123361f734a77a37e38352d0eeac0d6ae3342" 2018-10-12 10:46:01,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95d1b269-a1f1-4613-972a-25573c0d43d1 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/ca45ae3c10e741c6881ce412ae86265d/users/3db5a94e795f4ac9b22f909c04fe4200/roles", "previous": null, "next": null}, "roles": []} 2018-10-12 10:46:01,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/ca45ae3c10e741c6881ce412ae86265d/users/3db5a94e795f4ac9b22f909c04fe4200/roles used request id req-95d1b269-a1f1-4613-972a-25573c0d43d1 2018-10-12 10:46:01,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddf123361f734a77a37e38352d0eeac0d6ae3342" 2018-10-12 10:46:01,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb602b0f-15b3-4a5d-86da-3efef17f1634 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "domain_id": null, "name": "admin", "id": "112190b0dab44ef9a2f2f86430c0c451"}} 2018-10-12 10:46:01,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451 used request id req-eb602b0f-15b3-4a5d-86da-3efef17f1634 2018-10-12 10:46:01,826 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-2ed291a4-4306-441-name 2018-10-12 10:46:01,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/ca45ae3c10e741c6881ce412ae86265d/users/3db5a94e795f4ac9b22f909c04fe4200/roles/112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddf123361f734a77a37e38352d0eeac0d6ae3342" 2018-10-12 10:46:01,963 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:46:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d41e4f0e-f4d9-4ac3-ba6b-7cae980d6b78 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:46:01,963 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/ca45ae3c10e741c6881ce412ae86265d/users/3db5a94e795f4ac9b22f909c04fe4200/roles/112190b0dab44ef9a2f2f86430c0c451 used request id req-d41e4f0e-f4d9-4ac3-ba6b-7cae980d6b78 2018-10-12 10:46:01,963 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-2ed291a4-4306-441-user1 2018-10-12 10:46:01,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ea6196898b1a7bd20b0548d17645abf45c05e7" 2018-10-12 10:46:01,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f05108f9-f327-4478-8630-a83fa633ec8a Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "3b2ed01a78ce4b82b8a9537af3975a56", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56"}, "name": "Member"}, {"domain_id": null, "id": "5fa3a0c3e44f4a779944e91dc076fdff", "links": {"self": "http://172.30.9.26:5000/v3/roles/5fa3a0c3e44f4a779944e91dc076fdff"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:46:01,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-f05108f9-f327-4478-8630-a83fa633ec8a 2018-10-12 10:46:01,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ea6196898b1a7bd20b0548d17645abf45c05e7" -d '{"role": {"name": "CreateProjectUserTests-2ed291a4-4306-441-name-role"}}' 2018-10-12 10:46:02,086 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 10:46:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ea56b74-ffaa-43b0-aad4-8c72fcb477d6 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ea712ebcd0b545568b56cb42dee26c93", "links": {"self": "http://172.30.9.26:5000/v3/roles/ea712ebcd0b545568b56cb42dee26c93"}, "name": "CreateProjectUserTests-2ed291a4-4306-441-name-role"}} 2018-10-12 10:46:02,086 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-7ea56b74-ffaa-43b0-aad4-8c72fcb477d6 2018-10-12 10:46:02,087 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-2ed291a4-4306-441-name-role 2018-10-12 10:46:02,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/ea712ebcd0b545568b56cb42dee26c93 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ea6196898b1a7bd20b0548d17645abf45c05e7" 2018-10-12 10:46:02,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c8f3dbb-8eba-44f4-8e84-13216164719e Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/ea712ebcd0b545568b56cb42dee26c93"}, "domain_id": null, "name": "CreateProjectUserTests-2ed291a4-4306-441-name-role", "id": "ea712ebcd0b545568b56cb42dee26c93"}} 2018-10-12 10:46:02,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/ea712ebcd0b545568b56cb42dee26c93 used request id req-8c8f3dbb-8eba-44f4-8e84-13216164719e 2018-10-12 10:46:02,177 - keystone_utils - INFO - Granting role CreateProjectUserTests-2ed291a4-4306-441-name-role to project CreateProjectUserTests-2ed291a4-4306-441-name 2018-10-12 10:46:02,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/ca45ae3c10e741c6881ce412ae86265d/users/3db5a94e795f4ac9b22f909c04fe4200/roles/ea712ebcd0b545568b56cb42dee26c93 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ea6196898b1a7bd20b0548d17645abf45c05e7" 2018-10-12 10:46:02,322 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:46:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b811050-5693-4288-a4a5-b8dce5394263 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:46:02,322 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/ca45ae3c10e741c6881ce412ae86265d/users/3db5a94e795f4ac9b22f909c04fe4200/roles/ea712ebcd0b545568b56cb42dee26c93 used request id req-5b811050-5693-4288-a4a5-b8dce5394263 2018-10-12 10:46:02,323 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:46:02,324 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:46:02,694 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:46:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["Y_WTHCCzT1C43zXs0WEPnw"], "issued_at": "2018-10-12T10:46:02.000000Z"}} 2018-10-12 10:46:02,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3977c690dcf3b69967458e08fdb658d845781f" 2018-10-12 10:46:02,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c74234d-7d00-4ef0-973e-8f0b0e1e7431 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:46:02,785 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4c74234d-7d00-4ef0-973e-8f0b0e1e7431 2018-10-12 10:46:02,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:46:02,795 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:46: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:46:02,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3977c690dcf3b69967458e08fdb658d845781f" 2018-10-12 10:46:02,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dc018de-a071-4e33-944a-8c48c67392ed Content-Encoding: gzip Content-Length: 907 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateProjectUserTests-2ed291a4-4306-441-user1", "links": {"self": "http://172.30.9.26:5000/v3/users/3db5a94e795f4ac9b22f909c04fe4200"}, "domain_id": "default", "enabled": true, "id": "3db5a94e795f4ac9b22f909c04fe4200", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "links": {"self": "http://172.30.9.26:5000/v3/users/88e9560a29e9460c8af8a5df80c26533"}, "domain_id": "default", "enabled": true, "id": "88e9560a29e9460c8af8a5df80c26533", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 10:46:02,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-2dc018de-a071-4e33-944a-8c48c67392ed 2018-10-12 10:46:02,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3977c690dcf3b69967458e08fdb658d845781f" 2018-10-12 10:46:02,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-558b7094-b21b-4efe-92c4-6e41bb83317e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-12 10:46:02,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-558b7094-b21b-4efe-92c4-6e41bb83317e 2018-10-12 10:46:03,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3977c690dcf3b69967458e08fdb658d845781f" 2018-10-12 10:46:03,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0401a87-6411-4bbe-b1d5-d9e68505b482 Content-Encoding: gzip Content-Length: 413 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "3b2ed01a78ce4b82b8a9537af3975a56", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56"}, "name": "Member"}, {"domain_id": null, "id": "5fa3a0c3e44f4a779944e91dc076fdff", "links": {"self": "http://172.30.9.26:5000/v3/roles/5fa3a0c3e44f4a779944e91dc076fdff"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ea712ebcd0b545568b56cb42dee26c93", "links": {"self": "http://172.30.9.26:5000/v3/roles/ea712ebcd0b545568b56cb42dee26c93"}, "name": "CreateProjectUserTests-2ed291a4-4306-441-name-role"}]} 2018-10-12 10:46:03,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-b0401a87-6411-4bbe-b1d5-d9e68505b482 2018-10-12 10:46:03,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=CreateProjectUserTests-2ed291a4-4306-441-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3977c690dcf3b69967458e08fdb658d845781f" 2018-10-12 10:46:03,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be183a6e-a146-4726-aaa3-0e676ab1cc99 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=CreateProjectUserTests-2ed291a4-4306-441-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/ca45ae3c10e741c6881ce412ae86265d"}, "enabled": true, "id": "ca45ae3c10e741c6881ce412ae86265d", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-2ed291a4-4306-441-name"}]} 2018-10-12 10:46:03,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=CreateProjectUserTests-2ed291a4-4306-441-name used request id req-be183a6e-a146-4726-aaa3-0e676ab1cc99 2018-10-12 10:46:03,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users/4e411db1dab74bdf945e425b6250f127 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3977c690dcf3b69967458e08fdb658d845781f" 2018-10-12 10:46:03,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc691665-de91-4435-a3ff-2419973047a1 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/4e411db1dab74bdf945e425b6250f127"}, "enabled": true, "id": "4e411db1dab74bdf945e425b6250f127", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-2ed291a4-4306-441-user2"}} 2018-10-12 10:46:03,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/4e411db1dab74bdf945e425b6250f127 used request id req-fc691665-de91-4435-a3ff-2419973047a1 2018-10-12 10:46:03,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/ca45ae3c10e741c6881ce412ae86265d/users/4e411db1dab74bdf945e425b6250f127/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3977c690dcf3b69967458e08fdb658d845781f" 2018-10-12 10:46:03,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47a79f0f-f761-41fa-8d25-67e62b47db21 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects/ca45ae3c10e741c6881ce412ae86265d/users/4e411db1dab74bdf945e425b6250f127/roles", "previous": null, "next": null}, "roles": []} 2018-10-12 10:46:03,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/ca45ae3c10e741c6881ce412ae86265d/users/4e411db1dab74bdf945e425b6250f127/roles used request id req-47a79f0f-f761-41fa-8d25-67e62b47db21 2018-10-12 10:46:03,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3977c690dcf3b69967458e08fdb658d845781f" 2018-10-12 10:46:03,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9d20962-54f8-4d7c-8044-875da12c51c9 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "domain_id": null, "name": "admin", "id": "112190b0dab44ef9a2f2f86430c0c451"}} 2018-10-12 10:46:03,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451 used request id req-b9d20962-54f8-4d7c-8044-875da12c51c9 2018-10-12 10:46:03,818 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-2ed291a4-4306-441-name 2018-10-12 10:46:03,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/ca45ae3c10e741c6881ce412ae86265d/users/4e411db1dab74bdf945e425b6250f127/roles/112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3977c690dcf3b69967458e08fdb658d845781f" 2018-10-12 10:46:03,958 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:46:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29dd6b36-a63e-47e0-9775-0f2a19fbf637 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:46:03,958 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/ca45ae3c10e741c6881ce412ae86265d/users/4e411db1dab74bdf945e425b6250f127/roles/112190b0dab44ef9a2f2f86430c0c451 used request id req-29dd6b36-a63e-47e0-9775-0f2a19fbf637 2018-10-12 10:46:03,958 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-2ed291a4-4306-441-user2 2018-10-12 10:46:03,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/ea712ebcd0b545568b56cb42dee26c93 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ea6196898b1a7bd20b0548d17645abf45c05e7" 2018-10-12 10:46:04,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99a23508-51c2-424d-9c4f-9d48157a10f1 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/ea712ebcd0b545568b56cb42dee26c93"}, "domain_id": null, "name": "CreateProjectUserTests-2ed291a4-4306-441-name-role", "id": "ea712ebcd0b545568b56cb42dee26c93"}} 2018-10-12 10:46:04,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/ea712ebcd0b545568b56cb42dee26c93 used request id req-99a23508-51c2-424d-9c4f-9d48157a10f1 2018-10-12 10:46:04,044 - keystone_utils - INFO - Granting role CreateProjectUserTests-2ed291a4-4306-441-name-role to project CreateProjectUserTests-2ed291a4-4306-441-name 2018-10-12 10:46:04,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/ca45ae3c10e741c6881ce412ae86265d/users/4e411db1dab74bdf945e425b6250f127/roles/ea712ebcd0b545568b56cb42dee26c93 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ea6196898b1a7bd20b0548d17645abf45c05e7" 2018-10-12 10:46:04,227 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:46:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58147334-b889-4725-853e-80d088943630 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:46:04,227 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/ca45ae3c10e741c6881ce412ae86265d/users/4e411db1dab74bdf945e425b6250f127/roles/ea712ebcd0b545568b56cb42dee26c93 used request id req-58147334-b889-4725-853e-80d088943630 2018-10-12 10:46:04,228 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:46:04,229 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:46:04,700 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "ea712ebcd0b545568b56cb42dee26c93", "name": "CreateProjectUserTests-2ed291a4-4306-441-name-role"}], "expires_at": "2018-10-12T11:46:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ca45ae3c10e741c6881ce412ae86265d", "name": "CreateProjectUserTests-2ed291a4-4306-441-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/ca45ae3c10e741c6881ce412ae86265d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/ca45ae3c10e741c6881ce412ae86265d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/ca45ae3c10e741c6881ce412ae86265d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/ca45ae3c10e741c6881ce412ae86265d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/ca45ae3c10e741c6881ce412ae86265d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/ca45ae3c10e741c6881ce412ae86265d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/ca45ae3c10e741c6881ce412ae86265d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/ca45ae3c10e741c6881ce412ae86265d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/ca45ae3c10e741c6881ce412ae86265d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ca45ae3c10e741c6881ce412ae86265d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/ca45ae3c10e741c6881ce412ae86265d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/ca45ae3c10e741c6881ce412ae86265d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-2ed291a4-4306-441-user1", "id": "3db5a94e795f4ac9b22f909c04fe4200"}, "audit_ids": ["eCZTp4mgTZSMBsEppVedlQ"], "issued_at": "2018-10-12T10:46:04.000000Z"}} 2018-10-12 10:46:04,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca35391b9a19daa39b291c9e668eb7966b524db6" 2018-10-12 10:46:04,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7155b3b-7855-4e6b-b1c3-dc4c74e43711 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:46:04,766 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d7155b3b-7855-4e6b-b1c3-dc4c74e43711 2018-10-12 10:46:04,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateProjectUserTests-2ed291a4-4306-441-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca35391b9a19daa39b291c9e668eb7966b524db6" 2018-10-12 10:46:05,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-92f0bc48-fa32-4238-a54a-c3d5beb27498 Date: Fri, 12 Oct 2018 10:46:05 GMT RESP BODY: {"security_groups": []} 2018-10-12 10:46:05,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateProjectUserTests-2ed291a4-4306-441-name&description=hello+group used request id req-92f0bc48-fa32-4238-a54a-c3d5beb27498 2018-10-12 10:46:05,772 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-2ed291a4-4306-441-name... 2018-10-12 10:46:05,772 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-2ed291a4-4306-441-name 2018-10-12 10:46:05,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca35391b9a19daa39b291c9e668eb7966b524db6" -d '{"security_group": {"name": "CreateProjectUserTests-2ed291a4-4306-441-name", "description": "hello group"}}' 2018-10-12 10:46:06,423 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-1d4e0354-cec8-49ef-87a9-28782c837767 Date: Fri, 12 Oct 2018 10:46:06 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "created_at": "2018-10-12T10:46:06Z", "updated_at": "2018-10-12T10:46:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:46:06Z", "revision_number": 0, "id": "0db7129e-d75d-422f-ba19-bba7826253d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:46:06Z", "security_group_id": "62104373-9304-4e50-a132-fbd5365b6bc0", "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca45ae3c10e741c6881ce412ae86265d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:46:06Z", "revision_number": 0, "id": "7bed254b-f03f-4cb0-b37e-2c9ac8f57089", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:46:06Z", "security_group_id": "62104373-9304-4e50-a132-fbd5365b6bc0", "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca45ae3c10e741c6881ce412ae86265d"}], "revision_number": 2, "project_id": "ca45ae3c10e741c6881ce412ae86265d", "id": "62104373-9304-4e50-a132-fbd5365b6bc0", "name": "CreateProjectUserTests-2ed291a4-4306-441-name"}} 2018-10-12 10:46:06,423 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-1d4e0354-cec8-49ef-87a9-28782c837767 2018-10-12 10:46:06,424 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 62104373-9304-4e50-a132-fbd5365b6bc0 2018-10-12 10:46:06,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=62104373-9304-4e50-a132-fbd5365b6bc0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca35391b9a19daa39b291c9e668eb7966b524db6" 2018-10-12 10:46:07,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-50fc45c5-496e-4fe6-9d7b-b4500db571df Date: Fri, 12 Oct 2018 10:46:07 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-10-12T10:46:06Z", "security_group_id": "62104373-9304-4e50-a132-fbd5365b6bc0", "port_range_min": null, "revision_number": 0, "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "created_at": "2018-10-12T10:46:06Z", "project_id": "ca45ae3c10e741c6881ce412ae86265d", "id": "0db7129e-d75d-422f-ba19-bba7826253d8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:46:06Z", "security_group_id": "62104373-9304-4e50-a132-fbd5365b6bc0", "port_range_min": null, "revision_number": 0, "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "created_at": "2018-10-12T10:46:06Z", "project_id": "ca45ae3c10e741c6881ce412ae86265d", "id": "7bed254b-f03f-4cb0-b37e-2c9ac8f57089"}]} 2018-10-12 10:46:07,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=62104373-9304-4e50-a132-fbd5365b6bc0 used request id req-50fc45c5-496e-4fe6-9d7b-b4500db571df 2018-10-12 10:46:07,120 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 62104373-9304-4e50-a132-fbd5365b6bc0 2018-10-12 10:46:07,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=62104373-9304-4e50-a132-fbd5365b6bc0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca35391b9a19daa39b291c9e668eb7966b524db6" 2018-10-12 10:46:07,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4edbedbe-3261-4999-8b23-f5687e3ffe5f Date: Fri, 12 Oct 2018 10:46:07 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-10-12T10:46:06Z", "security_group_id": "62104373-9304-4e50-a132-fbd5365b6bc0", "port_range_min": null, "revision_number": 0, "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "created_at": "2018-10-12T10:46:06Z", "project_id": "ca45ae3c10e741c6881ce412ae86265d", "id": "0db7129e-d75d-422f-ba19-bba7826253d8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:46:06Z", "security_group_id": "62104373-9304-4e50-a132-fbd5365b6bc0", "port_range_min": null, "revision_number": 0, "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "created_at": "2018-10-12T10:46:06Z", "project_id": "ca45ae3c10e741c6881ce412ae86265d", "id": "7bed254b-f03f-4cb0-b37e-2c9ac8f57089"}]} 2018-10-12 10:46:07,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=62104373-9304-4e50-a132-fbd5365b6bc0 used request id req-4edbedbe-3261-4999-8b23-f5687e3ffe5f 2018-10-12 10:46:07,296 - neutron_utils - INFO - Retrieving security group with ID - 62104373-9304-4e50-a132-fbd5365b6bc0 2018-10-12 10:46:07,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=62104373-9304-4e50-a132-fbd5365b6bc0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca35391b9a19daa39b291c9e668eb7966b524db6" 2018-10-12 10:46:08,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-2f3e4394-3fe4-4e83-b337-a45bb99da0d9 Date: Fri, 12 Oct 2018 10:46:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "created_at": "2018-10-12T10:46:06Z", "updated_at": "2018-10-12T10:46:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:46:06Z", "revision_number": 0, "id": "0db7129e-d75d-422f-ba19-bba7826253d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:46:06Z", "security_group_id": "62104373-9304-4e50-a132-fbd5365b6bc0", "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca45ae3c10e741c6881ce412ae86265d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:46:06Z", "revision_number": 0, "id": "7bed254b-f03f-4cb0-b37e-2c9ac8f57089", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:46:06Z", "security_group_id": "62104373-9304-4e50-a132-fbd5365b6bc0", "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca45ae3c10e741c6881ce412ae86265d"}], "revision_number": 2, "project_id": "ca45ae3c10e741c6881ce412ae86265d", "id": "62104373-9304-4e50-a132-fbd5365b6bc0", "name": "CreateProjectUserTests-2ed291a4-4306-441-name"}]} 2018-10-12 10:46:08,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=62104373-9304-4e50-a132-fbd5365b6bc0 used request id req-2f3e4394-3fe4-4e83-b337-a45bb99da0d9 2018-10-12 10:46:08,157 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 62104373-9304-4e50-a132-fbd5365b6bc0 2018-10-12 10:46:08,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=62104373-9304-4e50-a132-fbd5365b6bc0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca35391b9a19daa39b291c9e668eb7966b524db6" 2018-10-12 10:46:08,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2890df8f-b370-46ed-b7ca-7ecd27d8bb0a Date: Fri, 12 Oct 2018 10:46:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:46:06Z", "security_group_id": "62104373-9304-4e50-a132-fbd5365b6bc0", "port_range_min": null, "revision_number": 0, "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "created_at": "2018-10-12T10:46:06Z", "project_id": "ca45ae3c10e741c6881ce412ae86265d", "id": "0db7129e-d75d-422f-ba19-bba7826253d8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:46:06Z", "security_group_id": "62104373-9304-4e50-a132-fbd5365b6bc0", "port_range_min": null, "revision_number": 0, "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "created_at": "2018-10-12T10:46:06Z", "project_id": "ca45ae3c10e741c6881ce412ae86265d", "id": "7bed254b-f03f-4cb0-b37e-2c9ac8f57089"}]} 2018-10-12 10:46:08,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=62104373-9304-4e50-a132-fbd5365b6bc0 used request id req-2890df8f-b370-46ed-b7ca-7ecd27d8bb0a 2018-10-12 10:46:08,321 - neutron_utils - INFO - Retrieving security group with ID - 62104373-9304-4e50-a132-fbd5365b6bc0 2018-10-12 10:46:08,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=62104373-9304-4e50-a132-fbd5365b6bc0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca35391b9a19daa39b291c9e668eb7966b524db6" 2018-10-12 10:46:09,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-d9715a9b-2221-476a-92c1-b95be87fb29b Date: Fri, 12 Oct 2018 10:46:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "created_at": "2018-10-12T10:46:06Z", "updated_at": "2018-10-12T10:46:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:46:06Z", "revision_number": 0, "id": "0db7129e-d75d-422f-ba19-bba7826253d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:46:06Z", "security_group_id": "62104373-9304-4e50-a132-fbd5365b6bc0", "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca45ae3c10e741c6881ce412ae86265d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:46:06Z", "revision_number": 0, "id": "7bed254b-f03f-4cb0-b37e-2c9ac8f57089", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:46:06Z", "security_group_id": "62104373-9304-4e50-a132-fbd5365b6bc0", "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca45ae3c10e741c6881ce412ae86265d"}], "revision_number": 2, "project_id": "ca45ae3c10e741c6881ce412ae86265d", "id": "62104373-9304-4e50-a132-fbd5365b6bc0", "name": "CreateProjectUserTests-2ed291a4-4306-441-name"}]} 2018-10-12 10:46:09,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=62104373-9304-4e50-a132-fbd5365b6bc0 used request id req-d9715a9b-2221-476a-92c1-b95be87fb29b 2018-10-12 10:46:09,228 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 62104373-9304-4e50-a132-fbd5365b6bc0 2018-10-12 10:46:09,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=62104373-9304-4e50-a132-fbd5365b6bc0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca35391b9a19daa39b291c9e668eb7966b524db6" 2018-10-12 10:46:09,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d9438e32-d73e-4625-af7f-4931e0bcf93f Date: Fri, 12 Oct 2018 10:46:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:46:06Z", "security_group_id": "62104373-9304-4e50-a132-fbd5365b6bc0", "port_range_min": null, "revision_number": 0, "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "created_at": "2018-10-12T10:46:06Z", "project_id": "ca45ae3c10e741c6881ce412ae86265d", "id": "0db7129e-d75d-422f-ba19-bba7826253d8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:46:06Z", "security_group_id": "62104373-9304-4e50-a132-fbd5365b6bc0", "port_range_min": null, "revision_number": 0, "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "created_at": "2018-10-12T10:46:06Z", "project_id": "ca45ae3c10e741c6881ce412ae86265d", "id": "7bed254b-f03f-4cb0-b37e-2c9ac8f57089"}]} 2018-10-12 10:46:09,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=62104373-9304-4e50-a132-fbd5365b6bc0 used request id req-d9438e32-d73e-4625-af7f-4931e0bcf93f 2018-10-12 10:46:09,396 - neutron_utils - INFO - Retrieving security group with ID - 62104373-9304-4e50-a132-fbd5365b6bc0 2018-10-12 10:46:09,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=62104373-9304-4e50-a132-fbd5365b6bc0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca35391b9a19daa39b291c9e668eb7966b524db6" 2018-10-12 10:46:09,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-cf3c564d-814d-49ac-b417-9bddf51b5b2e Date: Fri, 12 Oct 2018 10:46:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "created_at": "2018-10-12T10:46:06Z", "updated_at": "2018-10-12T10:46:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:46:06Z", "revision_number": 0, "id": "0db7129e-d75d-422f-ba19-bba7826253d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:46:06Z", "security_group_id": "62104373-9304-4e50-a132-fbd5365b6bc0", "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca45ae3c10e741c6881ce412ae86265d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:46:06Z", "revision_number": 0, "id": "7bed254b-f03f-4cb0-b37e-2c9ac8f57089", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:46:06Z", "security_group_id": "62104373-9304-4e50-a132-fbd5365b6bc0", "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca45ae3c10e741c6881ce412ae86265d"}], "revision_number": 2, "project_id": "ca45ae3c10e741c6881ce412ae86265d", "id": "62104373-9304-4e50-a132-fbd5365b6bc0", "name": "CreateProjectUserTests-2ed291a4-4306-441-name"}]} 2018-10-12 10:46:09,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=62104373-9304-4e50-a132-fbd5365b6bc0 used request id req-cf3c564d-814d-49ac-b417-9bddf51b5b2e 2018-10-12 10:46:09,565 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 62104373-9304-4e50-a132-fbd5365b6bc0 2018-10-12 10:46:09,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=62104373-9304-4e50-a132-fbd5365b6bc0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca35391b9a19daa39b291c9e668eb7966b524db6" 2018-10-12 10:46:09,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-37ec1e00-899a-4cff-94bd-f1c83b6b0ca1 Date: Fri, 12 Oct 2018 10:46:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:46:06Z", "security_group_id": "62104373-9304-4e50-a132-fbd5365b6bc0", "port_range_min": null, "revision_number": 0, "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "created_at": "2018-10-12T10:46:06Z", "project_id": "ca45ae3c10e741c6881ce412ae86265d", "id": "0db7129e-d75d-422f-ba19-bba7826253d8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:46:06Z", "security_group_id": "62104373-9304-4e50-a132-fbd5365b6bc0", "port_range_min": null, "revision_number": 0, "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "created_at": "2018-10-12T10:46:06Z", "project_id": "ca45ae3c10e741c6881ce412ae86265d", "id": "7bed254b-f03f-4cb0-b37e-2c9ac8f57089"}]} 2018-10-12 10:46:09,738 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=62104373-9304-4e50-a132-fbd5365b6bc0 used request id req-37ec1e00-899a-4cff-94bd-f1c83b6b0ca1 2018-10-12 10:46:09,738 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:46:09,739 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:46:10,117 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "ea712ebcd0b545568b56cb42dee26c93", "name": "CreateProjectUserTests-2ed291a4-4306-441-name-role"}], "expires_at": "2018-10-12T11:46:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ca45ae3c10e741c6881ce412ae86265d", "name": "CreateProjectUserTests-2ed291a4-4306-441-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/ca45ae3c10e741c6881ce412ae86265d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/ca45ae3c10e741c6881ce412ae86265d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/ca45ae3c10e741c6881ce412ae86265d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/ca45ae3c10e741c6881ce412ae86265d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/ca45ae3c10e741c6881ce412ae86265d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/ca45ae3c10e741c6881ce412ae86265d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/ca45ae3c10e741c6881ce412ae86265d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/ca45ae3c10e741c6881ce412ae86265d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/ca45ae3c10e741c6881ce412ae86265d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ca45ae3c10e741c6881ce412ae86265d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/ca45ae3c10e741c6881ce412ae86265d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/ca45ae3c10e741c6881ce412ae86265d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-2ed291a4-4306-441-user2", "id": "4e411db1dab74bdf945e425b6250f127"}, "audit_ids": ["5T_no5kZRY2nZSoGq0Yj3Q"], "issued_at": "2018-10-12T10:46:10.000000Z"}} 2018-10-12 10:46:10,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec66b109143f408bfb3c275885fe8c138d5f3f4" 2018-10-12 10:46:10,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cee9371e-f082-489b-b320-134f060251e1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:46:10,204 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-cee9371e-f082-489b-b320-134f060251e1 2018-10-12 10:46:10,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=CreateProjectUserTests-2ed291a4-4306-441-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec66b109143f408bfb3c275885fe8c138d5f3f4" 2018-10-12 10:46:10,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-b4cf0072-da5c-46b8-ba4f-782d8bb71571 Date: Fri, 12 Oct 2018 10:46:10 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "created_at": "2018-10-12T10:46:06Z", "updated_at": "2018-10-12T10:46:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:46:06Z", "revision_number": 0, "id": "0db7129e-d75d-422f-ba19-bba7826253d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:46:06Z", "security_group_id": "62104373-9304-4e50-a132-fbd5365b6bc0", "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca45ae3c10e741c6881ce412ae86265d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:46:06Z", "revision_number": 0, "id": "7bed254b-f03f-4cb0-b37e-2c9ac8f57089", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:46:06Z", "security_group_id": "62104373-9304-4e50-a132-fbd5365b6bc0", "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca45ae3c10e741c6881ce412ae86265d"}], "revision_number": 2, "project_id": "ca45ae3c10e741c6881ce412ae86265d", "id": "62104373-9304-4e50-a132-fbd5365b6bc0", "name": "CreateProjectUserTests-2ed291a4-4306-441-name"}]} 2018-10-12 10:46:10,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=CreateProjectUserTests-2ed291a4-4306-441-name&description=hello+group used request id req-b4cf0072-da5c-46b8-ba4f-782d8bb71571 2018-10-12 10:46:10,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:46:10,421 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:46:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:46:10,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/ca45ae3c10e741c6881ce412ae86265d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec66b109143f408bfb3c275885fe8c138d5f3f4" 2018-10-12 10:46:10,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-144693aa-0625-4a03-817b-a1e61b1f17fa Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/ca45ae3c10e741c6881ce412ae86265d"}, "enabled": true, "id": "ca45ae3c10e741c6881ce412ae86265d", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-2ed291a4-4306-441-name"}} 2018-10-12 10:46:10,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/ca45ae3c10e741c6881ce412ae86265d used request id req-144693aa-0625-4a03-817b-a1e61b1f17fa 2018-10-12 10:46:10,514 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 62104373-9304-4e50-a132-fbd5365b6bc0 2018-10-12 10:46:10,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=62104373-9304-4e50-a132-fbd5365b6bc0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec66b109143f408bfb3c275885fe8c138d5f3f4" 2018-10-12 10:46:10,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3d4ad9e1-d970-4f5a-8b6e-675c7c632af9 Date: Fri, 12 Oct 2018 10:46:10 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-10-12T10:46:06Z", "security_group_id": "62104373-9304-4e50-a132-fbd5365b6bc0", "port_range_min": null, "revision_number": 0, "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "created_at": "2018-10-12T10:46:06Z", "project_id": "ca45ae3c10e741c6881ce412ae86265d", "id": "0db7129e-d75d-422f-ba19-bba7826253d8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:46:06Z", "security_group_id": "62104373-9304-4e50-a132-fbd5365b6bc0", "port_range_min": null, "revision_number": 0, "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "created_at": "2018-10-12T10:46:06Z", "project_id": "ca45ae3c10e741c6881ce412ae86265d", "id": "7bed254b-f03f-4cb0-b37e-2c9ac8f57089"}]} 2018-10-12 10:46:10,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=62104373-9304-4e50-a132-fbd5365b6bc0 used request id req-3d4ad9e1-d970-4f5a-8b6e-675c7c632af9 2018-10-12 10:46:10,678 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 62104373-9304-4e50-a132-fbd5365b6bc0 2018-10-12 10:46:10,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=62104373-9304-4e50-a132-fbd5365b6bc0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec66b109143f408bfb3c275885fe8c138d5f3f4" 2018-10-12 10:46:10,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-440db1d0-735a-4beb-8ade-802ff9201862 Date: Fri, 12 Oct 2018 10:46:10 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-10-12T10:46:06Z", "security_group_id": "62104373-9304-4e50-a132-fbd5365b6bc0", "port_range_min": null, "revision_number": 0, "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "created_at": "2018-10-12T10:46:06Z", "project_id": "ca45ae3c10e741c6881ce412ae86265d", "id": "0db7129e-d75d-422f-ba19-bba7826253d8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:46:06Z", "security_group_id": "62104373-9304-4e50-a132-fbd5365b6bc0", "port_range_min": null, "revision_number": 0, "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "created_at": "2018-10-12T10:46:06Z", "project_id": "ca45ae3c10e741c6881ce412ae86265d", "id": "7bed254b-f03f-4cb0-b37e-2c9ac8f57089"}]} 2018-10-12 10:46:10,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=62104373-9304-4e50-a132-fbd5365b6bc0 used request id req-440db1d0-735a-4beb-8ade-802ff9201862 2018-10-12 10:46:10,945 - neutron_utils - INFO - Retrieving security group with ID - 62104373-9304-4e50-a132-fbd5365b6bc0 2018-10-12 10:46:10,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=62104373-9304-4e50-a132-fbd5365b6bc0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec66b109143f408bfb3c275885fe8c138d5f3f4" 2018-10-12 10:46:11,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-b30c6a55-ee9f-4665-80e1-5ea567dc3bb3 Date: Fri, 12 Oct 2018 10:46:11 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "created_at": "2018-10-12T10:46:06Z", "updated_at": "2018-10-12T10:46:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:46:06Z", "revision_number": 0, "id": "0db7129e-d75d-422f-ba19-bba7826253d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:46:06Z", "security_group_id": "62104373-9304-4e50-a132-fbd5365b6bc0", "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca45ae3c10e741c6881ce412ae86265d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:46:06Z", "revision_number": 0, "id": "7bed254b-f03f-4cb0-b37e-2c9ac8f57089", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:46:06Z", "security_group_id": "62104373-9304-4e50-a132-fbd5365b6bc0", "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca45ae3c10e741c6881ce412ae86265d"}], "revision_number": 2, "project_id": "ca45ae3c10e741c6881ce412ae86265d", "id": "62104373-9304-4e50-a132-fbd5365b6bc0", "name": "CreateProjectUserTests-2ed291a4-4306-441-name"}]} 2018-10-12 10:46:11,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=62104373-9304-4e50-a132-fbd5365b6bc0 used request id req-b30c6a55-ee9f-4665-80e1-5ea567dc3bb3 2018-10-12 10:46:11,138 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 62104373-9304-4e50-a132-fbd5365b6bc0 2018-10-12 10:46:11,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=62104373-9304-4e50-a132-fbd5365b6bc0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec66b109143f408bfb3c275885fe8c138d5f3f4" 2018-10-12 10:46:11,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-03aaf9bf-f399-4bc3-845c-55a5be0e675c Date: Fri, 12 Oct 2018 10:46:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:46:06Z", "security_group_id": "62104373-9304-4e50-a132-fbd5365b6bc0", "port_range_min": null, "revision_number": 0, "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "created_at": "2018-10-12T10:46:06Z", "project_id": "ca45ae3c10e741c6881ce412ae86265d", "id": "0db7129e-d75d-422f-ba19-bba7826253d8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:46:06Z", "security_group_id": "62104373-9304-4e50-a132-fbd5365b6bc0", "port_range_min": null, "revision_number": 0, "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "created_at": "2018-10-12T10:46:06Z", "project_id": "ca45ae3c10e741c6881ce412ae86265d", "id": "7bed254b-f03f-4cb0-b37e-2c9ac8f57089"}]} 2018-10-12 10:46:11,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=62104373-9304-4e50-a132-fbd5365b6bc0 used request id req-03aaf9bf-f399-4bc3-845c-55a5be0e675c 2018-10-12 10:46:11,298 - neutron_utils - INFO - Deleting security group rule with ID - 0db7129e-d75d-422f-ba19-bba7826253d8 2018-10-12 10:46:11,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/0db7129e-d75d-422f-ba19-bba7826253d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca35391b9a19daa39b291c9e668eb7966b524db6" 2018-10-12 10:46:11,478 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a7fdc9c3-d925-4bca-9c30-4df29413e6ce Content-Length: 0 Date: Fri, 12 Oct 2018 10:46:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:46:11,478 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/0db7129e-d75d-422f-ba19-bba7826253d8 used request id req-a7fdc9c3-d925-4bca-9c30-4df29413e6ce 2018-10-12 10:46:11,478 - neutron_utils - INFO - Deleting security group rule with ID - 7bed254b-f03f-4cb0-b37e-2c9ac8f57089 2018-10-12 10:46:11,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/7bed254b-f03f-4cb0-b37e-2c9ac8f57089 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca35391b9a19daa39b291c9e668eb7966b524db6" 2018-10-12 10:46:11,720 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ecc66d89-8947-4a88-8d0a-34855b136a38 Content-Length: 0 Date: Fri, 12 Oct 2018 10:46:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:46:11,720 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/7bed254b-f03f-4cb0-b37e-2c9ac8f57089 used request id req-ecc66d89-8947-4a88-8d0a-34855b136a38 2018-10-12 10:46:11,721 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-2ed291a4-4306-441-name 2018-10-12 10:46:11,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/62104373-9304-4e50-a132-fbd5365b6bc0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca35391b9a19daa39b291c9e668eb7966b524db6" 2018-10-12 10:46:12,004 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-be3cdc5c-7a7b-4e7d-9768-391066a2fae6 Content-Length: 0 Date: Fri, 12 Oct 2018 10:46:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:46:12,005 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/62104373-9304-4e50-a132-fbd5365b6bc0 used request id req-be3cdc5c-7a7b-4e7d-9768-391066a2fae6 2018-10-12 10:46:12,005 - neutron_utils - INFO - Deleting security group rule with ID - 7bed254b-f03f-4cb0-b37e-2c9ac8f57089 2018-10-12 10:46:12,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/7bed254b-f03f-4cb0-b37e-2c9ac8f57089 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec66b109143f408bfb3c275885fe8c138d5f3f4" 2018-10-12 10:46:12,190 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-dd985d76-aa00-4dc8-ab68-e7d0dd4c84a3 Date: Fri, 12 Oct 2018 10:46:12 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 7bed254b-f03f-4cb0-b37e-2c9ac8f57089 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-12 10:46:12,191 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/7bed254b-f03f-4cb0-b37e-2c9ac8f57089 used request id req-dd985d76-aa00-4dc8-ab68-e7d0dd4c84a3 2018-10-12 10:46:12,191 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 7bed254b-f03f-4cb0-b37e-2c9ac8f57089 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-12 10:46:12,192 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 7bed254b-f03f-4cb0-b37e-2c9ac8f57089 does not exist Neutron server returns request_ids: ['req-dd985d76-aa00-4dc8-ab68-e7d0dd4c84a3'] 2018-10-12 10:46:12,192 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-2ed291a4-4306-441-name 2018-10-12 10:46:12,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/62104373-9304-4e50-a132-fbd5365b6bc0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ec66b109143f408bfb3c275885fe8c138d5f3f4" 2018-10-12 10:46:12,381 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-1408bb55-87ad-4c61-9e10-5a6e37d5645c Date: Fri, 12 Oct 2018 10:46:12 GMT RESP BODY: {"NeutronError": {"message": "Security group 62104373-9304-4e50-a132-fbd5365b6bc0 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-10-12 10:46:12,381 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/62104373-9304-4e50-a132-fbd5365b6bc0 used request id req-1408bb55-87ad-4c61-9e10-5a6e37d5645c 2018-10-12 10:46:12,382 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group 62104373-9304-4e50-a132-fbd5365b6bc0 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-10-12 10:46:12,382 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 62104373-9304-4e50-a132-fbd5365b6bc0 does not exist Neutron server returns request_ids: ['req-1408bb55-87ad-4c61-9e10-5a6e37d5645c'] 2018-10-12 10:46:12,383 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-2ed291a4-4306-441-user1 2018-10-12 10:46:12,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/3db5a94e795f4ac9b22f909c04fe4200 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddf123361f734a77a37e38352d0eeac0d6ae3342" 2018-10-12 10:46:12,608 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:46:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50ea9c9c-ef29-43ef-957c-0231b25e0bcf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:46:12,608 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/3db5a94e795f4ac9b22f909c04fe4200 used request id req-50ea9c9c-ef29-43ef-957c-0231b25e0bcf 2018-10-12 10:46:12,608 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-2ed291a4-4306-441-user2 2018-10-12 10:46:12,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/4e411db1dab74bdf945e425b6250f127 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3977c690dcf3b69967458e08fdb658d845781f" 2018-10-12 10:46:12,924 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:46:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12da4e43-2544-475f-9f32-7e6c735df774 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:46:12,924 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/4e411db1dab74bdf945e425b6250f127 used request id req-12da4e43-2544-475f-9f32-7e6c735df774 2018-10-12 10:46:12,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ea6196898b1a7bd20b0548d17645abf45c05e7" 2018-10-12 10:46:13,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-20431ce4-063f-4a87-b516-7cf2b8983cfa Date: Fri, 12 Oct 2018 10:46:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:45:29Z", "updated_at": "2018-10-12T10:45:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "1265b906-d9c8-48ce-b108-be7ac6c1e574", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "1cdb36fa-d5e0-485d-b18c-aaa18d1df145", "remote_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "1edd670c-49e7-4e6e-b82e-0aafc94ece73", "remote_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "2cd4480c-0e57-49f4-b2e1-347c2e147115", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}], "revision_number": 4, "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "updated_at": "2018-10-12T10:34:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "2ae4f47a-860c-4316-ac71-26a7138a332b", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "652ffd7b-44c1-45ae-bacb-d752209f00a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "c6536286-1efd-4324-bff2-83bf4e288f74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "d00fd409-954d-4a7e-b2ce-3b8e9364f9b2", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}], "revision_number": 4, "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "665a8bea-d7bf-418c-8720-ca198157c68e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "updated_at": "2018-10-12T10:44:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "03a7346d-e81e-42f1-90d8-2d77a0e34ff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "25484a0d-c36c-4968-8497-2fab34786f38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "3051e92e-adfd-43d1-8ad4-a37e12b00332", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "c8cd6bce-c3f0-4e98-afd5-635192d18ba4", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 4, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "created_at": "2018-10-12T10:46:05Z", "updated_at": "2018-10-12T10:46:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:46:05Z", "revision_number": 0, "id": "85f03be9-1574-441b-94f1-e01c69e1f69e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:46:05Z", "security_group_id": "faec6d84-f4e2-4f73-8bd1-596224488aa0", "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca45ae3c10e741c6881ce412ae86265d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:46:05Z", "revision_number": 0, "id": "b009a965-30c6-4352-bf15-19ddefe4a1d4", "remote_group_id": "faec6d84-f4e2-4f73-8bd1-596224488aa0", "remote_ip_prefix": null, "created_at": "2018-10-12T10:46:05Z", "security_group_id": "faec6d84-f4e2-4f73-8bd1-596224488aa0", "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca45ae3c10e741c6881ce412ae86265d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:46:05Z", "revision_number": 0, "id": "cdc89eb3-4d3f-43f5-8488-35212bb70f26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:46:05Z", "security_group_id": "faec6d84-f4e2-4f73-8bd1-596224488aa0", "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca45ae3c10e741c6881ce412ae86265d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:46:05Z", "revision_number": 0, "id": "d9001e4c-e727-4dba-ac9f-fa32a77cb13f", "remote_group_id": "faec6d84-f4e2-4f73-8bd1-596224488aa0", "remote_ip_prefix": null, "created_at": "2018-10-12T10:46:05Z", "security_group_id": "faec6d84-f4e2-4f73-8bd1-596224488aa0", "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca45ae3c10e741c6881ce412ae86265d"}], "revision_number": 4, "project_id": "ca45ae3c10e741c6881ce412ae86265d", "id": "faec6d84-f4e2-4f73-8bd1-596224488aa0", "name": "default"}]} 2018-10-12 10:46:13,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-20431ce4-063f-4a87-b516-7cf2b8983cfa 2018-10-12 10:46:13,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ea6196898b1a7bd20b0548d17645abf45c05e7" 2018-10-12 10:46:13,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4ac96cf-0acb-494d-8932-c277037a8cf3 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:46:13,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-a4ac96cf-0acb-494d-8932-c277037a8cf3 2018-10-12 10:46:13,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ea6196898b1a7bd20b0548d17645abf45c05e7" 2018-10-12 10:46:13,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ef83b3a-9d97-4d69-b5c0-dd1f9abea240 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-12 10:46:13,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e used request id req-4ef83b3a-9d97-4d69-b5c0-dd1f9abea240 2018-10-12 10:46:13,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ea6196898b1a7bd20b0548d17645abf45c05e7" 2018-10-12 10:46:13,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21389dfe-10ba-4473-9599-6e44ee6d843b Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-12 10:46:13,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0 used request id req-21389dfe-10ba-4473-9599-6e44ee6d843b 2018-10-12 10:46:13,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/ca45ae3c10e741c6881ce412ae86265d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ea6196898b1a7bd20b0548d17645abf45c05e7" 2018-10-12 10:46:13,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-deb78765-2b50-4d08-b732-48858d5490b4 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/ca45ae3c10e741c6881ce412ae86265d"}, "enabled": true, "id": "ca45ae3c10e741c6881ce412ae86265d", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-2ed291a4-4306-441-name"}} 2018-10-12 10:46:13,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/ca45ae3c10e741c6881ce412ae86265d used request id req-deb78765-2b50-4d08-b732-48858d5490b4 2018-10-12 10:46:13,548 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - faec6d84-f4e2-4f73-8bd1-596224488aa0 2018-10-12 10:46:13,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=faec6d84-f4e2-4f73-8bd1-596224488aa0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ea6196898b1a7bd20b0548d17645abf45c05e7" 2018-10-12 10:46:13,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-13b35172-cb65-4b66-abed-2d9654b392ef Date: Fri, 12 Oct 2018 10:46:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:46:05Z", "security_group_id": "faec6d84-f4e2-4f73-8bd1-596224488aa0", "port_range_min": null, "revision_number": 0, "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "created_at": "2018-10-12T10:46:05Z", "project_id": "ca45ae3c10e741c6881ce412ae86265d", "id": "85f03be9-1574-441b-94f1-e01c69e1f69e"}, {"remote_group_id": "faec6d84-f4e2-4f73-8bd1-596224488aa0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:46:05Z", "security_group_id": "faec6d84-f4e2-4f73-8bd1-596224488aa0", "port_range_min": null, "revision_number": 0, "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "created_at": "2018-10-12T10:46:05Z", "project_id": "ca45ae3c10e741c6881ce412ae86265d", "id": "b009a965-30c6-4352-bf15-19ddefe4a1d4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:46:05Z", "security_group_id": "faec6d84-f4e2-4f73-8bd1-596224488aa0", "port_range_min": null, "revision_number": 0, "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "created_at": "2018-10-12T10:46:05Z", "project_id": "ca45ae3c10e741c6881ce412ae86265d", "id": "cdc89eb3-4d3f-43f5-8488-35212bb70f26"}, {"remote_group_id": "faec6d84-f4e2-4f73-8bd1-596224488aa0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:46:05Z", "security_group_id": "faec6d84-f4e2-4f73-8bd1-596224488aa0", "port_range_min": null, "revision_number": 0, "tenant_id": "ca45ae3c10e741c6881ce412ae86265d", "created_at": "2018-10-12T10:46:05Z", "project_id": "ca45ae3c10e741c6881ce412ae86265d", "id": "d9001e4c-e727-4dba-ac9f-fa32a77cb13f"}]} 2018-10-12 10:46:13,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=faec6d84-f4e2-4f73-8bd1-596224488aa0 used request id req-13b35172-cb65-4b66-abed-2d9654b392ef 2018-10-12 10:46:13,726 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 10:46:13,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/faec6d84-f4e2-4f73-8bd1-596224488aa0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ea6196898b1a7bd20b0548d17645abf45c05e7" 2018-10-12 10:46:14,736 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-accc85ae-55e0-4452-821e-f73ee07a035a Content-Length: 0 Date: Fri, 12 Oct 2018 10:46:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:46:14,736 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/faec6d84-f4e2-4f73-8bd1-596224488aa0 used request id req-accc85ae-55e0-4452-821e-f73ee07a035a 2018-10-12 10:46:14,737 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-2ed291a4-4306-441-name 2018-10-12 10:46:14,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/ca45ae3c10e741c6881ce412ae86265d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ea6196898b1a7bd20b0548d17645abf45c05e7" 2018-10-12 10:46:14,922 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:46:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-656a33ec-2d66-4539-b789-417901b61754 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:46:14,922 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/ca45ae3c10e741c6881ce412ae86265d used request id req-656a33ec-2d66-4539-b789-417901b61754 2018-10-12 10:46:14,922 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-2ed291a4-4306-441-name-role 2018-10-12 10:46:14,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/ea712ebcd0b545568b56cb42dee26c93 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ea6196898b1a7bd20b0548d17645abf45c05e7" 2018-10-12 10:46:15,051 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:46:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de5928eb-14c3-4d10-b303-5dbfbd66b266 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:46:15,051 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/ea712ebcd0b545568b56cb42dee26c93 used request id req-de5928eb-14c3-4d10-b303-5dbfbd66b266 2018-10-12 10:46:15,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9ea6196898b1a7bd20b0548d17645abf45c05e7" 2018-10-12 10:46:15,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05b38342-02fd-4059-9568-fe597e38797f Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "3b2ed01a78ce4b82b8a9537af3975a56", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56"}, "name": "Member"}, {"domain_id": null, "id": "5fa3a0c3e44f4a779944e91dc076fdff", "links": {"self": "http://172.30.9.26:5000/v3/roles/5fa3a0c3e44f4a779944e91dc076fdff"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:46:15,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-05b38342-02fd-4059-9568-fe597e38797f 2018-10-12 10:46:15,157 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:46:15,539 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:46:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["TKj_QvZzSAKM1j6iyirzUQ"], "issued_at": "2018-10-12T10:46:15.000000Z"}} 2018-10-12 10:46:15,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a0ed43b7921b2ea5bc6114cc67dea738e811be7" 2018-10-12 10:46:16,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-951953fc-2512-4d5d-ada9-90a5f853b554 Date: Fri, 12 Oct 2018 10:46:16 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-10-12 10:46:16,127 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-951953fc-2512-4d5d-ada9-90a5f853b554 2018-10-12 10:46:16,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0a0ed43b7921b2ea5bc6114cc67dea738e811be7" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "GlanceUtilsTests-4eca1d00-52b4-49a9-b92d-6b438620c466"}' 2018-10-12 10:46:16,876 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 614 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/0a8749b2-3b6e-4365-81d1-0fadf0c99553 X-Openstack-Request-Id: req-ca0f3a13-00c2-4ddd-b64c-74c35f4e4607 Date: Fri, 12 Oct 2018 10:46:16 GMT RESP BODY: {"status": "queued", "name": "GlanceUtilsTests-4eca1d00-52b4-49a9-b92d-6b438620c466", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:46:16Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-12T10:46:16Z", "visibility": "shared", "locations": [], "self": "/v2/images/0a8749b2-3b6e-4365-81d1-0fadf0c99553", "min_disk": 0, "protected": false, "id": "0a8749b2-3b6e-4365-81d1-0fadf0c99553", "file": "/v2/images/0a8749b2-3b6e-4365-81d1-0fadf0c99553/file", "checksum": null, "owner": "104d75bb2cac4b4998c38732dc15f0bd", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 10:46:16,876 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-ca0f3a13-00c2-4ddd-b64c-74c35f4e4607 2018-10-12 10:46:16,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/0a8749b2-3b6e-4365-81d1-0fadf0c99553/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a0ed43b7921b2ea5bc6114cc67dea738e811be7" -d '' 2018-10-12 10:46:20,550 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-738edb73-66b5-4ac4-a462-4fd9ab0fd54b Date: Fri, 12 Oct 2018 10:46:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 10:46:20,551 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/0a8749b2-3b6e-4365-81d1-0fadf0c99553/file used request id req-738edb73-66b5-4ac4-a462-4fd9ab0fd54b 2018-10-12 10:46:20,551 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-12 10:46:20,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/0a8749b2-3b6e-4365-81d1-0fadf0c99553 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a0ed43b7921b2ea5bc6114cc67dea738e811be7" 2018-10-12 10:46:21,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 875 Content-Type: application/json X-Openstack-Request-Id: req-efcfa96b-591f-476a-ab3f-c284317f0821 Date: Fri, 12 Oct 2018 10:46:21 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-4eca1d00-52b4-49a9-b92d-6b438620c466", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:46:16Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-12T10:46:20Z", "visibility": "shared", "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/0a8749b2-3b6e-4365-81d1-0fadf0c99553/snap", "metadata": {}}], "self": "/v2/images/0a8749b2-3b6e-4365-81d1-0fadf0c99553", "min_disk": 0, "protected": false, "id": "0a8749b2-3b6e-4365-81d1-0fadf0c99553", "file": "/v2/images/0a8749b2-3b6e-4365-81d1-0fadf0c99553/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "104d75bb2cac4b4998c38732dc15f0bd", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/0a8749b2-3b6e-4365-81d1-0fadf0c99553/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 10:46:21,302 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/0a8749b2-3b6e-4365-81d1-0fadf0c99553 used request id req-efcfa96b-591f-476a-ab3f-c284317f0821 2018-10-12 10:46:21,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a0ed43b7921b2ea5bc6114cc67dea738e811be7" 2018-10-12 10:46:21,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6c810053-c2af-479a-8fcb-6223440c8449 Date: Fri, 12 Oct 2018 10:46: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-10-12 10:46:21,862 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-6c810053-c2af-479a-8fcb-6223440c8449 2018-10-12 10:46:21,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-4eca1d00-52b4-49a9-b92d-6b438620c466 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a0ed43b7921b2ea5bc6114cc67dea738e811be7" 2018-10-12 10:46:21,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1030 Content-Type: application/json X-Openstack-Request-Id: req-a729de41-00ff-4dc8-be68-375d582e356e Date: Fri, 12 Oct 2018 10:46:21 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-4eca1d00-52b4-49a9-b92d-6b438620c466", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:46:16Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-12T10:46:20Z", "visibility": "shared", "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/0a8749b2-3b6e-4365-81d1-0fadf0c99553/snap", "metadata": {}}], "self": "/v2/images/0a8749b2-3b6e-4365-81d1-0fadf0c99553", "min_disk": 0, "protected": false, "id": "0a8749b2-3b6e-4365-81d1-0fadf0c99553", "file": "/v2/images/0a8749b2-3b6e-4365-81d1-0fadf0c99553/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "104d75bb2cac4b4998c38732dc15f0bd", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/0a8749b2-3b6e-4365-81d1-0fadf0c99553/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=GlanceUtilsTests-4eca1d00-52b4-49a9-b92d-6b438620c466"} 2018-10-12 10:46:21,891 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-4eca1d00-52b4-49a9-b92d-6b438620c466 used request id req-a729de41-00ff-4dc8-be68-375d582e356e 2018-10-12 10:46:21,891 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-4eca1d00-52b4-49a9-b92d-6b438620c466 2018-10-12 10:46:21,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/0a8749b2-3b6e-4365-81d1-0fadf0c99553 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a0ed43b7921b2ea5bc6114cc67dea738e811be7" 2018-10-12 10:46:24,052 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bdfa86c3-2788-44ff-9018-afe1682cdac1 Date: Fri, 12 Oct 2018 10:46:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 10:46:24,053 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/0a8749b2-3b6e-4365-81d1-0fadf0c99553 used request id req-bdfa86c3-2788-44ff-9018-afe1682cdac1 2018-10-12 10:46:24,054 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2018-10-12 10:46:24,056 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:46:24,435 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:46:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["MYcfVo6XSeeiK0duGBvZtg"], "issued_at": "2018-10-12T10:46:24.000000Z"}} 2018-10-12 10:46:24,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1315b2be7af640ea1ee26b4ef54c506b004750c" 2018-10-12 10:46:24,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4c8514c-ee84-4187-834b-dd89e2334357 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:46:24,510 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e4c8514c-ee84-4187-834b-dd89e2334357 2018-10-12 10:46:24,511 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-865dcb79-ecec-45a2-939d-ebaae4417b47-pub-net 2018-10-12 10:46:24,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1315b2be7af640ea1ee26b4ef54c506b004750c" -d '{"network": {"name": "NeutronUtilsNetworkTests-865dcb79-ecec-45a2-939d-ebaae4417b47-pub-net", "admin_state_up": true}}' 2018-10-12 10:46:25,690 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-c951276d-2f78-40a6-afb2-684bc1c56f68 Date: Fri, 12 Oct 2018 10:46: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":"dc0b59eb-7ab5-4e4c-8978-38526c16b469","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:46:25Z","is_default":false,"provider:segmentation_id":65,"name":"NeutronUtilsNetworkTests-865dcb79-ecec-45a2-939d-ebaae4417b47-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:25Z","mtu":1450}} 2018-10-12 10:46:25,690 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-c951276d-2f78-40a6-afb2-684bc1c56f68 2018-10-12 10:46:25,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=dc0b59eb-7ab5-4e4c-8978-38526c16b469 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1315b2be7af640ea1ee26b4ef54c506b004750c" 2018-10-12 10:46:25,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ec2310ef-214e-4c97-b562-59a3467d05dc Date: Fri, 12 Oct 2018 10:46:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"dc0b59eb-7ab5-4e4c-8978-38526c16b469","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:46:25Z","provider:segmentation_id":65,"name":"NeutronUtilsNetworkTests-865dcb79-ecec-45a2-939d-ebaae4417b47-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:25Z","provider:network_type":"vxlan"}]} 2018-10-12 10:46:25,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=dc0b59eb-7ab5-4e4c-8978-38526c16b469 used request id req-ec2310ef-214e-4c97-b562-59a3467d05dc 2018-10-12 10:46:25,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=dc0b59eb-7ab5-4e4c-8978-38526c16b469 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1315b2be7af640ea1ee26b4ef54c506b004750c" 2018-10-12 10:46:26,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-15e0df8c-a348-4a91-8650-6cf23d5e6156 Date: Fri, 12 Oct 2018 10:46:26 GMT RESP BODY: {"subnets":[]} 2018-10-12 10:46:26,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=dc0b59eb-7ab5-4e4c-8978-38526c16b469 used request id req-15e0df8c-a348-4a91-8650-6cf23d5e6156 2018-10-12 10:46:26,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=dc0b59eb-7ab5-4e4c-8978-38526c16b469 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1315b2be7af640ea1ee26b4ef54c506b004750c" 2018-10-12 10:46:26,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c56cccd1-d69b-4735-8956-ca3cc8256dca Date: Fri, 12 Oct 2018 10:46:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"dc0b59eb-7ab5-4e4c-8978-38526c16b469","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:46:25Z","provider:segmentation_id":65,"name":"NeutronUtilsNetworkTests-865dcb79-ecec-45a2-939d-ebaae4417b47-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:25Z","provider:network_type":"vxlan"}]} 2018-10-12 10:46:26,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=dc0b59eb-7ab5-4e4c-8978-38526c16b469 used request id req-c56cccd1-d69b-4735-8956-ca3cc8256dca 2018-10-12 10:46:26,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=dc0b59eb-7ab5-4e4c-8978-38526c16b469 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1315b2be7af640ea1ee26b4ef54c506b004750c" 2018-10-12 10:46:27,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4734589d-d186-483b-bc75-f2183f9f913c Date: Fri, 12 Oct 2018 10:46:27 GMT RESP BODY: {"subnets":[]} 2018-10-12 10:46:27,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=dc0b59eb-7ab5-4e4c-8978-38526c16b469 used request id req-4734589d-d186-483b-bc75-f2183f9f913c 2018-10-12 10:46:27,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsNetworkTests-865dcb79-ecec-45a2-939d-ebaae4417b47-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1315b2be7af640ea1ee26b4ef54c506b004750c" 2018-10-12 10:46:28,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b5b4362b-5534-4f36-82ce-5384c4127d91 Date: Fri, 12 Oct 2018 10:46:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"dc0b59eb-7ab5-4e4c-8978-38526c16b469","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:46:25Z","provider:segmentation_id":65,"name":"NeutronUtilsNetworkTests-865dcb79-ecec-45a2-939d-ebaae4417b47-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:25Z","provider:network_type":"vxlan"}]} 2018-10-12 10:46:28,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsNetworkTests-865dcb79-ecec-45a2-939d-ebaae4417b47-pub-net used request id req-b5b4362b-5534-4f36-82ce-5384c4127d91 2018-10-12 10:46:28,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:46:28,140 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:46:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:46:28,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1315b2be7af640ea1ee26b4ef54c506b004750c" 2018-10-12 10:46:28,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-433bd552-5b78-4435-acf9-f48af2d3b3f1 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:46:28,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-433bd552-5b78-4435-acf9-f48af2d3b3f1 2018-10-12 10:46:28,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=dc0b59eb-7ab5-4e4c-8978-38526c16b469 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1315b2be7af640ea1ee26b4ef54c506b004750c" 2018-10-12 10:46:28,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e8c7722f-6b33-4134-9b67-fde05b9342e2 Date: Fri, 12 Oct 2018 10:46:28 GMT RESP BODY: {"subnets":[]} 2018-10-12 10:46:28,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=dc0b59eb-7ab5-4e4c-8978-38526c16b469 used request id req-e8c7722f-6b33-4134-9b67-fde05b9342e2 2018-10-12 10:46:28,430 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-865dcb79-ecec-45a2-939d-ebaae4417b47-pub-net 2018-10-12 10:46:28,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/dc0b59eb-7ab5-4e4c-8978-38526c16b469 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1315b2be7af640ea1ee26b4ef54c506b004750c" 2018-10-12 10:46:29,385 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b8088c8c-30cf-4b0a-85f0-484dbbf9a1f1 Date: Fri, 12 Oct 2018 10:46:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:46:29,385 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/dc0b59eb-7ab5-4e4c-8978-38526c16b469 used request id req-b8088c8c-30cf-4b0a-85f0-484dbbf9a1f1 2018-10-12 10:46:29,387 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:46:29,777 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:46:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["SYiwUwKIRvKE2Jq6R-a9kw"], "issued_at": "2018-10-12T10:46:29.000000Z"}} 2018-10-12 10:46:29,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae6b3c32d3f45847bb84a1cb91f6cef7bd67f296" 2018-10-12 10:46:29,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fb55ad7-c9d1-47ac-8ab3-dbb51805a334 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:46:29,868 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0fb55ad7-c9d1-47ac-8ab3-dbb51805a334 2018-10-12 10:46:29,871 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:46:30,250 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:46:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["4WTSB4DpTcqCI7fWldjeOw"], "issued_at": "2018-10-12T10:46:30.000000Z"}} 2018-10-12 10:46:30,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}038399c528a63909508a6af570bb59db9a778db6" 2018-10-12 10:46:30,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02b359e4-ccef-46a7-8714-8df9bf823027 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:46:30,333 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-02b359e4-ccef-46a7-8714-8df9bf823027 2018-10-12 10:46:30,336 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:46:30,724 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:46:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["HMgUhip3QIyorymBvRulCQ"], "issued_at": "2018-10-12T10:46:30.000000Z"}} 2018-10-12 10:46:30,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac30f52bd830ddfdf71ffe0a58814ce7a7d08ed" 2018-10-12 10:46:30,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48a6497c-e9d2-4891-a5a6-518690a55c1c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:46:30,803 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-48a6497c-e9d2-4891-a5a6-518690a55c1c 2018-10-12 10:46:30,805 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-fb995f23-7740-4564-aca9-1c9058827f6c-pub-net 2018-10-12 10:46:30,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac30f52bd830ddfdf71ffe0a58814ce7a7d08ed" -d '{"network": {"name": "NeutronUtilsSubnetTests-fb995f23-7740-4564-aca9-1c9058827f6c-pub-net", "admin_state_up": true}}' 2018-10-12 10:46:31,243 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-0f6c4942-d1f5-4821-b76e-daeb5a862155 Date: Fri, 12 Oct 2018 10:46:31 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e133857c-67f2-43be-8e3d-a383c940c104","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:46:31Z","is_default":false,"provider:segmentation_id":19,"name":"NeutronUtilsSubnetTests-fb995f23-7740-4564-aca9-1c9058827f6c-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:31Z","mtu":1450}} 2018-10-12 10:46:31,243 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-0f6c4942-d1f5-4821-b76e-daeb5a862155 2018-10-12 10:46:31,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=e133857c-67f2-43be-8e3d-a383c940c104 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac30f52bd830ddfdf71ffe0a58814ce7a7d08ed" 2018-10-12 10:46:31,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-269d285f-d59f-41e8-8120-094c723ee364 Date: Fri, 12 Oct 2018 10:46:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e133857c-67f2-43be-8e3d-a383c940c104","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:46:31Z","provider:segmentation_id":19,"name":"NeutronUtilsSubnetTests-fb995f23-7740-4564-aca9-1c9058827f6c-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:31Z","provider:network_type":"vxlan"}]} 2018-10-12 10:46:31,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=e133857c-67f2-43be-8e3d-a383c940c104 used request id req-269d285f-d59f-41e8-8120-094c723ee364 2018-10-12 10:46:31,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e133857c-67f2-43be-8e3d-a383c940c104 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac30f52bd830ddfdf71ffe0a58814ce7a7d08ed" 2018-10-12 10:46:31,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e7eb9f57-8877-4f10-be4b-cf839046d1e9 Date: Fri, 12 Oct 2018 10:46:31 GMT RESP BODY: {"subnets":[]} 2018-10-12 10:46:31,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e133857c-67f2-43be-8e3d-a383c940c104 used request id req-e7eb9f57-8877-4f10-be4b-cf839046d1e9 2018-10-12 10:46:31,662 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-fb995f23-7740-4564-aca9-1c9058827f6c-pub-subnet 2018-10-12 10:46:31,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac30f52bd830ddfdf71ffe0a58814ce7a7d08ed" -d '{"subnets": [{"ip_version": 4, "network_id": "e133857c-67f2-43be-8e3d-a383c940c104", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-fb995f23-7740-4564-aca9-1c9058827f6c-pub-subnet"}]}' 2018-10-12 10:46:32,444 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e360e9db-d0ff-45e1-9eb1-1102f44de3e4 Date: Fri, 12 Oct 2018 10:46:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e133857c-67f2-43be-8e3d-a383c940c104","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:32Z","dns_nameservers":[],"updated_at":"2018-10-12T10:46:32Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"ba9fdb20-c0d4-4178-aa9b-d7c68fee4624","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-fb995f23-7740-4564-aca9-1c9058827f6c-pub-subnet"}]} 2018-10-12 10:46:32,444 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-e360e9db-d0ff-45e1-9eb1-1102f44de3e4 2018-10-12 10:46:32,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=e133857c-67f2-43be-8e3d-a383c940c104 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac30f52bd830ddfdf71ffe0a58814ce7a7d08ed" 2018-10-12 10:46:32,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-2a30d5b6-d120-4516-83fb-6620c482e7d5 Date: Fri, 12 Oct 2018 10:46:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e133857c-67f2-43be-8e3d-a383c940c104","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["ba9fdb20-c0d4-4178-aa9b-d7c68fee4624"],"description":"","tags":[],"updated_at":"2018-10-12T10:46:32Z","provider:segmentation_id":19,"name":"NeutronUtilsSubnetTests-fb995f23-7740-4564-aca9-1c9058827f6c-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:31Z","provider:network_type":"vxlan"}]} 2018-10-12 10:46:32,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=e133857c-67f2-43be-8e3d-a383c940c104 used request id req-2a30d5b6-d120-4516-83fb-6620c482e7d5 2018-10-12 10:46:32,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e133857c-67f2-43be-8e3d-a383c940c104 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac30f52bd830ddfdf71ffe0a58814ce7a7d08ed" 2018-10-12 10:46:32,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5f388582-9fb7-4607-b131-6be423113048 Date: Fri, 12 Oct 2018 10:46:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e133857c-67f2-43be-8e3d-a383c940c104","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:32Z","dns_nameservers":[],"updated_at":"2018-10-12T10:46:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"ba9fdb20-c0d4-4178-aa9b-d7c68fee4624","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-fb995f23-7740-4564-aca9-1c9058827f6c-pub-subnet"}]} 2018-10-12 10:46:32,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e133857c-67f2-43be-8e3d-a383c940c104 used request id req-5f388582-9fb7-4607-b131-6be423113048 2018-10-12 10:46:32,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsSubnetTests-fb995f23-7740-4564-aca9-1c9058827f6c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac30f52bd830ddfdf71ffe0a58814ce7a7d08ed" 2018-10-12 10:46:33,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-38a3a87b-1fff-4bcf-a683-92377419df6e Date: Fri, 12 Oct 2018 10:46:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e133857c-67f2-43be-8e3d-a383c940c104","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["ba9fdb20-c0d4-4178-aa9b-d7c68fee4624"],"description":"","tags":[],"updated_at":"2018-10-12T10:46:32Z","provider:segmentation_id":19,"name":"NeutronUtilsSubnetTests-fb995f23-7740-4564-aca9-1c9058827f6c-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:31Z","provider:network_type":"vxlan"}]} 2018-10-12 10:46:33,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsSubnetTests-fb995f23-7740-4564-aca9-1c9058827f6c-pub-net used request id req-38a3a87b-1fff-4bcf-a683-92377419df6e 2018-10-12 10:46:33,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:46:33,167 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:46:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:46:33,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac30f52bd830ddfdf71ffe0a58814ce7a7d08ed" 2018-10-12 10:46:33,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4879510-3dd3-43ec-867f-ceb237c5d996 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:46:33,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-e4879510-3dd3-43ec-867f-ceb237c5d996 2018-10-12 10:46:33,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e133857c-67f2-43be-8e3d-a383c940c104 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac30f52bd830ddfdf71ffe0a58814ce7a7d08ed" 2018-10-12 10:46:33,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a13c6b18-4bdf-46b6-9889-c3a6cfa99d23 Date: Fri, 12 Oct 2018 10:46:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e133857c-67f2-43be-8e3d-a383c940c104","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:32Z","dns_nameservers":[],"updated_at":"2018-10-12T10:46:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"ba9fdb20-c0d4-4178-aa9b-d7c68fee4624","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-fb995f23-7740-4564-aca9-1c9058827f6c-pub-subnet"}]} 2018-10-12 10:46:33,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e133857c-67f2-43be-8e3d-a383c940c104 used request id req-a13c6b18-4bdf-46b6-9889-c3a6cfa99d23 2018-10-12 10:46:33,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e133857c-67f2-43be-8e3d-a383c940c104&name=NeutronUtilsSubnetTests-fb995f23-7740-4564-aca9-1c9058827f6c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac30f52bd830ddfdf71ffe0a58814ce7a7d08ed" 2018-10-12 10:46:33,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f3f914b0-626b-43b6-8a26-5fdf9287777f Date: Fri, 12 Oct 2018 10:46:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e133857c-67f2-43be-8e3d-a383c940c104","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:32Z","dns_nameservers":[],"updated_at":"2018-10-12T10:46:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"ba9fdb20-c0d4-4178-aa9b-d7c68fee4624","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-fb995f23-7740-4564-aca9-1c9058827f6c-pub-subnet"}]} 2018-10-12 10:46:33,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e133857c-67f2-43be-8e3d-a383c940c104&name=NeutronUtilsSubnetTests-fb995f23-7740-4564-aca9-1c9058827f6c-pub-subnet used request id req-f3f914b0-626b-43b6-8a26-5fdf9287777f 2018-10-12 10:46:33,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e133857c-67f2-43be-8e3d-a383c940c104&name=NeutronUtilsSubnetTests-fb995f23-7740-4564-aca9-1c9058827f6c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac30f52bd830ddfdf71ffe0a58814ce7a7d08ed" 2018-10-12 10:46:33,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6ee02acd-c465-4613-bb0a-b4fdbec7c7d8 Date: Fri, 12 Oct 2018 10:46:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e133857c-67f2-43be-8e3d-a383c940c104","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:32Z","dns_nameservers":[],"updated_at":"2018-10-12T10:46:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"ba9fdb20-c0d4-4178-aa9b-d7c68fee4624","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-fb995f23-7740-4564-aca9-1c9058827f6c-pub-subnet"}]} 2018-10-12 10:46:33,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e133857c-67f2-43be-8e3d-a383c940c104&name=NeutronUtilsSubnetTests-fb995f23-7740-4564-aca9-1c9058827f6c-pub-subnet used request id req-6ee02acd-c465-4613-bb0a-b4fdbec7c7d8 2018-10-12 10:46:33,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=e133857c-67f2-43be-8e3d-a383c940c104 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac30f52bd830ddfdf71ffe0a58814ce7a7d08ed" 2018-10-12 10:46:33,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-aa4c3471-28a8-4710-a179-015816286f0e Date: Fri, 12 Oct 2018 10:46:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e133857c-67f2-43be-8e3d-a383c940c104","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:32Z","dns_nameservers":[],"updated_at":"2018-10-12T10:46:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"ba9fdb20-c0d4-4178-aa9b-d7c68fee4624","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-fb995f23-7740-4564-aca9-1c9058827f6c-pub-subnet"}]} 2018-10-12 10:46:33,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=e133857c-67f2-43be-8e3d-a383c940c104 used request id req-aa4c3471-28a8-4710-a179-015816286f0e 2018-10-12 10:46:33,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-fb995f23-7740-4564-aca9-1c9058827f6c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac30f52bd830ddfdf71ffe0a58814ce7a7d08ed" 2018-10-12 10:46:33,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-12706edd-4bea-49fb-99ed-93907f12033b Date: Fri, 12 Oct 2018 10:46:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e133857c-67f2-43be-8e3d-a383c940c104","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:32Z","dns_nameservers":[],"updated_at":"2018-10-12T10:46:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"ba9fdb20-c0d4-4178-aa9b-d7c68fee4624","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-fb995f23-7740-4564-aca9-1c9058827f6c-pub-subnet"}]} 2018-10-12 10:46:33,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-fb995f23-7740-4564-aca9-1c9058827f6c-pub-subnet used request id req-12706edd-4bea-49fb-99ed-93907f12033b 2018-10-12 10:46:33,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac30f52bd830ddfdf71ffe0a58814ce7a7d08ed" 2018-10-12 10:46:33,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c476e6fa-9715-4926-8c66-7b85859c38b6 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:46:33,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-c476e6fa-9715-4926-8c66-7b85859c38b6 2018-10-12 10:46:33,877 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-fb995f23-7740-4564-aca9-1c9058827f6c-pub-subnet 2018-10-12 10:46:33,877 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-fb995f23-7740-4564-aca9-1c9058827f6c-pub-subnet 2018-10-12 10:46:33,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/ba9fdb20-c0d4-4178-aa9b-d7c68fee4624 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac30f52bd830ddfdf71ffe0a58814ce7a7d08ed" 2018-10-12 10:46:35,418 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2ef73fc2-cbfb-477e-a390-f31db2ac0841 Date: Fri, 12 Oct 2018 10:46:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:46:35,418 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/ba9fdb20-c0d4-4178-aa9b-d7c68fee4624 used request id req-2ef73fc2-cbfb-477e-a390-f31db2ac0841 2018-10-12 10:46:35,418 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-fb995f23-7740-4564-aca9-1c9058827f6c-pub-net 2018-10-12 10:46:35,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/e133857c-67f2-43be-8e3d-a383c940c104 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cac30f52bd830ddfdf71ffe0a58814ce7a7d08ed" 2018-10-12 10:46:37,016 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c01ebcb3-43f7-4657-9e5d-9aedafce9ce9 Date: Fri, 12 Oct 2018 10:46:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:46:37,016 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/e133857c-67f2-43be-8e3d-a383c940c104 used request id req-c01ebcb3-43f7-4657-9e5d-9aedafce9ce9 2018-10-12 10:46:37,018 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:46:37,395 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:46:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["_dK7koUfTs-XOE6sve0l8Q"], "issued_at": "2018-10-12T10:46:37.000000Z"}} 2018-10-12 10:46:37,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385344d00fa74117f0c44be852dadf55b08347fb" 2018-10-12 10:46:37,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74d67807-feea-42ec-99ab-4f630defdafd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:46:37,481 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-74d67807-feea-42ec-99ab-4f630defdafd 2018-10-12 10:46:37,483 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-d4e167f2-c4f1-4d8c-833f-587a6f6e14cb-pub-net 2018-10-12 10:46:37,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385344d00fa74117f0c44be852dadf55b08347fb" -d '{"network": {"name": "NeutronUtilsSubnetTests-d4e167f2-c4f1-4d8c-833f-587a6f6e14cb-pub-net", "admin_state_up": true}}' 2018-10-12 10:46:38,655 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-f1db8e1b-11b7-45d1-bf5e-2768f4cea9a2 Date: Fri, 12 Oct 2018 10:46: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":"38a0e43a-8d34-4502-ae67-767ae8ae6570","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:46:38Z","is_default":false,"provider:segmentation_id":1,"name":"NeutronUtilsSubnetTests-d4e167f2-c4f1-4d8c-833f-587a6f6e14cb-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:38Z","mtu":1450}} 2018-10-12 10:46:38,655 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-f1db8e1b-11b7-45d1-bf5e-2768f4cea9a2 2018-10-12 10:46:38,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=38a0e43a-8d34-4502-ae67-767ae8ae6570 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385344d00fa74117f0c44be852dadf55b08347fb" 2018-10-12 10:46:38,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-ab27497e-1740-4d44-8e8d-a04e76b0e735 Date: Fri, 12 Oct 2018 10:46:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"38a0e43a-8d34-4502-ae67-767ae8ae6570","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:46:38Z","provider:segmentation_id":1,"name":"NeutronUtilsSubnetTests-d4e167f2-c4f1-4d8c-833f-587a6f6e14cb-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:38Z","provider:network_type":"vxlan"}]} 2018-10-12 10:46:38,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=38a0e43a-8d34-4502-ae67-767ae8ae6570 used request id req-ab27497e-1740-4d44-8e8d-a04e76b0e735 2018-10-12 10:46:38,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=38a0e43a-8d34-4502-ae67-767ae8ae6570 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385344d00fa74117f0c44be852dadf55b08347fb" 2018-10-12 10:46:39,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b24d97fe-0bdc-4e68-a77a-2754532d8580 Date: Fri, 12 Oct 2018 10:46:39 GMT RESP BODY: {"subnets":[]} 2018-10-12 10:46:39,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=38a0e43a-8d34-4502-ae67-767ae8ae6570 used request id req-b24d97fe-0bdc-4e68-a77a-2754532d8580 2018-10-12 10:46:39,060 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-d4e167f2-c4f1-4d8c-833f-587a6f6e14cb-pub-subnet 2018-10-12 10:46:39,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385344d00fa74117f0c44be852dadf55b08347fb" -d '{"subnets": [{"ip_version": 4, "network_id": "38a0e43a-8d34-4502-ae67-767ae8ae6570", "cidr": "", "name": "NeutronUtilsSubnetTests-d4e167f2-c4f1-4d8c-833f-587a6f6e14cb-pub-subnet"}]}' 2018-10-12 10:46:39,228 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 133 Content-Type: application/json X-Openstack-Request-Id: req-86431eb6-7b7f-4032-8920-30b139ecb636 Date: Fri, 12 Oct 2018 10:46:39 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-12 10:46:39,229 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-86431eb6-7b7f-4032-8920-30b139ecb636 2018-10-12 10:46:39,229 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-12 10:46:39,229 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-d4e167f2-c4f1-4d8c-833f-587a6f6e14cb-pub-subnet] for network [NeutronUtilsSubnetTests-d4e167f2-c4f1-4d8c-833f-587a6f6e14cb-pub-net] 2018-10-12 10:46:39,229 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-d4e167f2-c4f1-4d8c-833f-587a6f6e14cb-pub-net 2018-10-12 10:46:39,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/38a0e43a-8d34-4502-ae67-767ae8ae6570 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385344d00fa74117f0c44be852dadf55b08347fb" 2018-10-12 10:46:40,067 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-14f6580e-6f16-4f63-b8cb-56d79049621e Date: Fri, 12 Oct 2018 10:46:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:46:40,068 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/38a0e43a-8d34-4502-ae67-767ae8ae6570 used request id req-14f6580e-6f16-4f63-b8cb-56d79049621e 2018-10-12 10:46:40,069 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:46:40,441 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:46:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["m01-G5GZTeSOykjhWF0Zng"], "issued_at": "2018-10-12T10:46:40.000000Z"}} 2018-10-12 10:46:40,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29a7d4d8968eb4b595c16376474fe9c152360fe" 2018-10-12 10:46:40,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59433208-4fe5-46ff-b250-9ab9df642201 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:46:40,528 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-59433208-4fe5-46ff-b250-9ab9df642201 2018-10-12 10:46:40,529 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-f0c2f267-59ee-45fd-8a3b-c6edd8fdf583-pub-net 2018-10-12 10:46:40,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29a7d4d8968eb4b595c16376474fe9c152360fe" -d '{"network": {"name": "NeutronUtilsSubnetTests-f0c2f267-59ee-45fd-8a3b-c6edd8fdf583-pub-net", "admin_state_up": true}}' 2018-10-12 10:46:41,048 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-df8e12b3-1836-40fd-ad7b-a6d439c0e58a Date: Fri, 12 Oct 2018 10:46:41 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b57ccdb9-ff09-4724-b85d-5bdc3cae8b9f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:46:40Z","is_default":false,"provider:segmentation_id":44,"name":"NeutronUtilsSubnetTests-f0c2f267-59ee-45fd-8a3b-c6edd8fdf583-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:40Z","mtu":1450}} 2018-10-12 10:46:41,049 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-df8e12b3-1836-40fd-ad7b-a6d439c0e58a 2018-10-12 10:46:41,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=b57ccdb9-ff09-4724-b85d-5bdc3cae8b9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29a7d4d8968eb4b595c16376474fe9c152360fe" 2018-10-12 10:46:41,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-038ff89e-00a3-44a4-b057-e1219e5a8eb8 Date: Fri, 12 Oct 2018 10:46:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"b57ccdb9-ff09-4724-b85d-5bdc3cae8b9f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:46:40Z","provider:segmentation_id":44,"name":"NeutronUtilsSubnetTests-f0c2f267-59ee-45fd-8a3b-c6edd8fdf583-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:40Z","provider:network_type":"vxlan"}]} 2018-10-12 10:46:41,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=b57ccdb9-ff09-4724-b85d-5bdc3cae8b9f used request id req-038ff89e-00a3-44a4-b057-e1219e5a8eb8 2018-10-12 10:46:41,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=b57ccdb9-ff09-4724-b85d-5bdc3cae8b9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29a7d4d8968eb4b595c16376474fe9c152360fe" 2018-10-12 10:46:41,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2e1562f3-966d-4a71-9aaa-e3ca116e2eb8 Date: Fri, 12 Oct 2018 10:46:41 GMT RESP BODY: {"subnets":[]} 2018-10-12 10:46:41,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=b57ccdb9-ff09-4724-b85d-5bdc3cae8b9f used request id req-2e1562f3-966d-4a71-9aaa-e3ca116e2eb8 2018-10-12 10:46:41,490 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-f0c2f267-59ee-45fd-8a3b-c6edd8fdf583-pub-subnet 2018-10-12 10:46:41,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29a7d4d8968eb4b595c16376474fe9c152360fe" -d '{"subnets": [{"ip_version": 4, "network_id": "b57ccdb9-ff09-4724-b85d-5bdc3cae8b9f", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-f0c2f267-59ee-45fd-8a3b-c6edd8fdf583-pub-subnet"}]}' 2018-10-12 10:46:42,230 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c236433a-103a-4fd5-868f-7761b369e0a1 Date: Fri, 12 Oct 2018 10:46:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b57ccdb9-ff09-4724-b85d-5bdc3cae8b9f","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:41Z","dns_nameservers":[],"updated_at":"2018-10-12T10:46:41Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"8f38a31e-9a81-4388-90e4-600e15262c24","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-f0c2f267-59ee-45fd-8a3b-c6edd8fdf583-pub-subnet"}]} 2018-10-12 10:46:42,230 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-c236433a-103a-4fd5-868f-7761b369e0a1 2018-10-12 10:46:42,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=b57ccdb9-ff09-4724-b85d-5bdc3cae8b9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29a7d4d8968eb4b595c16376474fe9c152360fe" 2018-10-12 10:46:42,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-16fb249b-31b0-45f0-a0ca-77ce52f70a6a Date: Fri, 12 Oct 2018 10:46:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b57ccdb9-ff09-4724-b85d-5bdc3cae8b9f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["8f38a31e-9a81-4388-90e4-600e15262c24"],"description":"","tags":[],"updated_at":"2018-10-12T10:46:41Z","provider:segmentation_id":44,"name":"NeutronUtilsSubnetTests-f0c2f267-59ee-45fd-8a3b-c6edd8fdf583-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:40Z","provider:network_type":"vxlan"}]} 2018-10-12 10:46:42,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=b57ccdb9-ff09-4724-b85d-5bdc3cae8b9f used request id req-16fb249b-31b0-45f0-a0ca-77ce52f70a6a 2018-10-12 10:46:42,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=b57ccdb9-ff09-4724-b85d-5bdc3cae8b9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29a7d4d8968eb4b595c16376474fe9c152360fe" 2018-10-12 10:46:42,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-19aa702a-89b2-466f-ac50-7997391d98ca Date: Fri, 12 Oct 2018 10:46:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b57ccdb9-ff09-4724-b85d-5bdc3cae8b9f","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:41Z","dns_nameservers":[],"updated_at":"2018-10-12T10:46:41Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"8f38a31e-9a81-4388-90e4-600e15262c24","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-f0c2f267-59ee-45fd-8a3b-c6edd8fdf583-pub-subnet"}]} 2018-10-12 10:46:42,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=b57ccdb9-ff09-4724-b85d-5bdc3cae8b9f used request id req-19aa702a-89b2-466f-ac50-7997391d98ca 2018-10-12 10:46:42,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsSubnetTests-f0c2f267-59ee-45fd-8a3b-c6edd8fdf583-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29a7d4d8968eb4b595c16376474fe9c152360fe" 2018-10-12 10:46:43,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f7b9a5fc-5ff1-44ba-822d-e7be8e00cd02 Date: Fri, 12 Oct 2018 10:46:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b57ccdb9-ff09-4724-b85d-5bdc3cae8b9f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["8f38a31e-9a81-4388-90e4-600e15262c24"],"description":"","tags":[],"updated_at":"2018-10-12T10:46:41Z","provider:segmentation_id":44,"name":"NeutronUtilsSubnetTests-f0c2f267-59ee-45fd-8a3b-c6edd8fdf583-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:40Z","provider:network_type":"vxlan"}]} 2018-10-12 10:46:43,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsSubnetTests-f0c2f267-59ee-45fd-8a3b-c6edd8fdf583-pub-net used request id req-f7b9a5fc-5ff1-44ba-822d-e7be8e00cd02 2018-10-12 10:46:43,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:46:43,016 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:46: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:46:43,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29a7d4d8968eb4b595c16376474fe9c152360fe" 2018-10-12 10:46:43,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd0e005c-9580-4801-a0ee-bd03b0edf561 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:46:43,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-dd0e005c-9580-4801-a0ee-bd03b0edf561 2018-10-12 10:46:43,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=b57ccdb9-ff09-4724-b85d-5bdc3cae8b9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29a7d4d8968eb4b595c16376474fe9c152360fe" 2018-10-12 10:46:43,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f1af10a7-5759-4bf2-9433-07277ce52caa Date: Fri, 12 Oct 2018 10:46:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b57ccdb9-ff09-4724-b85d-5bdc3cae8b9f","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:41Z","dns_nameservers":[],"updated_at":"2018-10-12T10:46:41Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"8f38a31e-9a81-4388-90e4-600e15262c24","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-f0c2f267-59ee-45fd-8a3b-c6edd8fdf583-pub-subnet"}]} 2018-10-12 10:46:43,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=b57ccdb9-ff09-4724-b85d-5bdc3cae8b9f used request id req-f1af10a7-5759-4bf2-9433-07277ce52caa 2018-10-12 10:46:43,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=b57ccdb9-ff09-4724-b85d-5bdc3cae8b9f&name=NeutronUtilsSubnetTests-f0c2f267-59ee-45fd-8a3b-c6edd8fdf583-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29a7d4d8968eb4b595c16376474fe9c152360fe" 2018-10-12 10:46:43,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e8b6fb2a-33cd-4017-b5b3-a4142b757865 Date: Fri, 12 Oct 2018 10:46:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b57ccdb9-ff09-4724-b85d-5bdc3cae8b9f","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:41Z","dns_nameservers":[],"updated_at":"2018-10-12T10:46:41Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"8f38a31e-9a81-4388-90e4-600e15262c24","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-f0c2f267-59ee-45fd-8a3b-c6edd8fdf583-pub-subnet"}]} 2018-10-12 10:46:43,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=b57ccdb9-ff09-4724-b85d-5bdc3cae8b9f&name=NeutronUtilsSubnetTests-f0c2f267-59ee-45fd-8a3b-c6edd8fdf583-pub-subnet used request id req-e8b6fb2a-33cd-4017-b5b3-a4142b757865 2018-10-12 10:46:43,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=b57ccdb9-ff09-4724-b85d-5bdc3cae8b9f&name=NeutronUtilsSubnetTests-f0c2f267-59ee-45fd-8a3b-c6edd8fdf583-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29a7d4d8968eb4b595c16376474fe9c152360fe" 2018-10-12 10:46:43,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fd9f46c8-9a3c-4206-b288-e449bd35aaea Date: Fri, 12 Oct 2018 10:46:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b57ccdb9-ff09-4724-b85d-5bdc3cae8b9f","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:41Z","dns_nameservers":[],"updated_at":"2018-10-12T10:46:41Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"8f38a31e-9a81-4388-90e4-600e15262c24","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-f0c2f267-59ee-45fd-8a3b-c6edd8fdf583-pub-subnet"}]} 2018-10-12 10:46:43,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=b57ccdb9-ff09-4724-b85d-5bdc3cae8b9f&name=NeutronUtilsSubnetTests-f0c2f267-59ee-45fd-8a3b-c6edd8fdf583-pub-subnet used request id req-fd9f46c8-9a3c-4206-b288-e449bd35aaea 2018-10-12 10:46:43,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=b57ccdb9-ff09-4724-b85d-5bdc3cae8b9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29a7d4d8968eb4b595c16376474fe9c152360fe" 2018-10-12 10:46:43,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9817aa3d-2c24-4e88-8445-785ba6b630a4 Date: Fri, 12 Oct 2018 10:46:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b57ccdb9-ff09-4724-b85d-5bdc3cae8b9f","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:41Z","dns_nameservers":[],"updated_at":"2018-10-12T10:46:41Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"8f38a31e-9a81-4388-90e4-600e15262c24","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-f0c2f267-59ee-45fd-8a3b-c6edd8fdf583-pub-subnet"}]} 2018-10-12 10:46:43,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=b57ccdb9-ff09-4724-b85d-5bdc3cae8b9f used request id req-9817aa3d-2c24-4e88-8445-785ba6b630a4 2018-10-12 10:46:43,614 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-f0c2f267-59ee-45fd-8a3b-c6edd8fdf583-pub-subnet 2018-10-12 10:46:43,614 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-f0c2f267-59ee-45fd-8a3b-c6edd8fdf583-pub-subnet 2018-10-12 10:46:43,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/8f38a31e-9a81-4388-90e4-600e15262c24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29a7d4d8968eb4b595c16376474fe9c152360fe" 2018-10-12 10:46:45,094 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e6e26a9b-26d4-430e-ada8-fb92fec44f19 Date: Fri, 12 Oct 2018 10:46:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:46:45,095 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/8f38a31e-9a81-4388-90e4-600e15262c24 used request id req-e6e26a9b-26d4-430e-ada8-fb92fec44f19 2018-10-12 10:46:45,095 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-f0c2f267-59ee-45fd-8a3b-c6edd8fdf583-pub-net 2018-10-12 10:46:45,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/b57ccdb9-ff09-4724-b85d-5bdc3cae8b9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29a7d4d8968eb4b595c16376474fe9c152360fe" 2018-10-12 10:46:46,761 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f4a72a7f-3336-40f4-a01e-f56a6a7addbe Date: Fri, 12 Oct 2018 10:46:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:46:46,761 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/b57ccdb9-ff09-4724-b85d-5bdc3cae8b9f used request id req-f4a72a7f-3336-40f4-a01e-f56a6a7addbe 2018-10-12 10:46:46,762 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:46:47,144 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:46:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["T3SC5xNoQqaYh0JVYE31cQ"], "issued_at": "2018-10-12T10:46:47.000000Z"}} 2018-10-12 10:46:47,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91161b03d83e3f805e992f3308691ecf0d96a939" 2018-10-12 10:46:47,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b38f9d2-c018-4796-8e51-f3aeb2b7610d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:46:47,230 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4b38f9d2-c018-4796-8e51-f3aeb2b7610d 2018-10-12 10:46:47,231 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-c8953453-bdf4-45ff-940f-69d2959e2ba9-pub-net 2018-10-12 10:46:47,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91161b03d83e3f805e992f3308691ecf0d96a939" -d '{"network": {"name": "NeutronUtilsSubnetTests-c8953453-bdf4-45ff-940f-69d2959e2ba9-pub-net", "admin_state_up": true}}' 2018-10-12 10:46:48,361 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-bfbea58d-9fcf-4002-88db-0972dc7129ec Date: Fri, 12 Oct 2018 10:46:48 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"cd646747-2b32-4c1a-a020-c287c3b4ecc1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:46:48Z","is_default":false,"provider:segmentation_id":85,"name":"NeutronUtilsSubnetTests-c8953453-bdf4-45ff-940f-69d2959e2ba9-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:48Z","mtu":1450}} 2018-10-12 10:46:48,361 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-bfbea58d-9fcf-4002-88db-0972dc7129ec 2018-10-12 10:46:48,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=cd646747-2b32-4c1a-a020-c287c3b4ecc1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91161b03d83e3f805e992f3308691ecf0d96a939" 2018-10-12 10:46:48,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-600cc05f-727b-4908-819d-03dfa5221511 Date: Fri, 12 Oct 2018 10:46:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"cd646747-2b32-4c1a-a020-c287c3b4ecc1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:46:48Z","provider:segmentation_id":85,"name":"NeutronUtilsSubnetTests-c8953453-bdf4-45ff-940f-69d2959e2ba9-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:48Z","provider:network_type":"vxlan"}]} 2018-10-12 10:46:48,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=cd646747-2b32-4c1a-a020-c287c3b4ecc1 used request id req-600cc05f-727b-4908-819d-03dfa5221511 2018-10-12 10:46:48,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=cd646747-2b32-4c1a-a020-c287c3b4ecc1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91161b03d83e3f805e992f3308691ecf0d96a939" 2018-10-12 10:46:48,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f056ef19-c15f-4eba-89d7-8feb78bee0f2 Date: Fri, 12 Oct 2018 10:46:48 GMT RESP BODY: {"subnets":[]} 2018-10-12 10:46:48,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=cd646747-2b32-4c1a-a020-c287c3b4ecc1 used request id req-f056ef19-c15f-4eba-89d7-8feb78bee0f2 2018-10-12 10:46:48,815 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-c8953453-bdf4-45ff-940f-69d2959e2ba9-pub-subnet 2018-10-12 10:46:48,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91161b03d83e3f805e992f3308691ecf0d96a939" -d '{"subnets": [{"ip_version": 4, "network_id": "cd646747-2b32-4c1a-a020-c287c3b4ecc1", "cidr": null, "name": "NeutronUtilsSubnetTests-c8953453-bdf4-45ff-940f-69d2959e2ba9-pub-subnet"}]}' 2018-10-12 10:46:49,060 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-73831827-0ecc-42d8-bf8d-359a0da2b57a Date: Fri, 12 Oct 2018 10:46:49 GMT RESP BODY: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-10-12 10:46:49,060 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-73831827-0ecc-42d8-bf8d-359a0da2b57a 2018-10-12 10:46:49,061 - 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-10-12 10:46:49,061 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-c8953453-bdf4-45ff-940f-69d2959e2ba9-pub-subnet] for network [NeutronUtilsSubnetTests-c8953453-bdf4-45ff-940f-69d2959e2ba9-pub-net] 2018-10-12 10:46:49,061 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-c8953453-bdf4-45ff-940f-69d2959e2ba9-pub-net 2018-10-12 10:46:49,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/cd646747-2b32-4c1a-a020-c287c3b4ecc1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91161b03d83e3f805e992f3308691ecf0d96a939" 2018-10-12 10:46:50,556 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-66852ec7-91b6-4b92-bb32-adf7748d1ff8 Date: Fri, 12 Oct 2018 10:46:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:46:50,556 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/cd646747-2b32-4c1a-a020-c287c3b4ecc1 used request id req-66852ec7-91b6-4b92-bb32-adf7748d1ff8 2018-10-12 10:46:50,557 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:46:50,932 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:46:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["Zr5HqfxwSi-ji107jYF-ZA"], "issued_at": "2018-10-12T10:46:50.000000Z"}} 2018-10-12 10:46:50,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec0a16e3eb583da51ae98078839a6b2b0b2be659" 2018-10-12 10:46:51,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4490a312-9c47-43e4-bfc9-67e59e5b49c3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:46:51,016 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4490a312-9c47-43e4-bfc9-67e59e5b49c3 2018-10-12 10:46:51,018 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-d5fb1d2d-f63b-4ad4-8331-769a1e5c1ac4-pub-net 2018-10-12 10:46:51,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec0a16e3eb583da51ae98078839a6b2b0b2be659" -d '{"network": {"name": "NeutronUtilsSubnetTests-d5fb1d2d-f63b-4ad4-8331-769a1e5c1ac4-pub-net", "admin_state_up": true}}' 2018-10-12 10:46:51,480 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-29a4c9bf-7ffb-462b-b054-33830a974cde Date: Fri, 12 Oct 2018 10:46: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":"10068572-292b-4296-a68a-929936630530","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:46:51Z","is_default":false,"provider:segmentation_id":98,"name":"NeutronUtilsSubnetTests-d5fb1d2d-f63b-4ad4-8331-769a1e5c1ac4-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:51Z","mtu":1450}} 2018-10-12 10:46:51,480 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-29a4c9bf-7ffb-462b-b054-33830a974cde 2018-10-12 10:46:51,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=10068572-292b-4296-a68a-929936630530 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec0a16e3eb583da51ae98078839a6b2b0b2be659" 2018-10-12 10:46:51,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-507f6024-26bc-4891-9b93-df43da8e385b Date: Fri, 12 Oct 2018 10:46:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"10068572-292b-4296-a68a-929936630530","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:46:51Z","provider:segmentation_id":98,"name":"NeutronUtilsSubnetTests-d5fb1d2d-f63b-4ad4-8331-769a1e5c1ac4-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:51Z","provider:network_type":"vxlan"}]} 2018-10-12 10:46:51,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=10068572-292b-4296-a68a-929936630530 used request id req-507f6024-26bc-4891-9b93-df43da8e385b 2018-10-12 10:46:51,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=10068572-292b-4296-a68a-929936630530 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec0a16e3eb583da51ae98078839a6b2b0b2be659" 2018-10-12 10:46:52,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ec58570d-885f-4451-8231-81832f468b19 Date: Fri, 12 Oct 2018 10:46:52 GMT RESP BODY: {"subnets":[]} 2018-10-12 10:46:52,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=10068572-292b-4296-a68a-929936630530 used request id req-ec58570d-885f-4451-8231-81832f468b19 2018-10-12 10:46:52,023 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-d5fb1d2d-f63b-4ad4-8331-769a1e5c1ac4-pub-subnet 2018-10-12 10:46:52,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec0a16e3eb583da51ae98078839a6b2b0b2be659" -d '{"subnets": [{"ip_version": 4, "network_id": "10068572-292b-4296-a68a-929936630530", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-d5fb1d2d-f63b-4ad4-8331-769a1e5c1ac4-pub-subnet"}]}' 2018-10-12 10:46:53,318 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-32051bf7-2bf2-456d-887b-828733e617e4 Date: Fri, 12 Oct 2018 10:46:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"10068572-292b-4296-a68a-929936630530","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:53Z","dns_nameservers":[],"updated_at":"2018-10-12T10:46:53Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"cc0d891a-016b-4662-9a5d-3dd2d300c3de","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-d5fb1d2d-f63b-4ad4-8331-769a1e5c1ac4-pub-subnet"}]} 2018-10-12 10:46:53,318 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-32051bf7-2bf2-456d-887b-828733e617e4 2018-10-12 10:46:53,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=10068572-292b-4296-a68a-929936630530 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec0a16e3eb583da51ae98078839a6b2b0b2be659" 2018-10-12 10:46:53,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-47e53dfa-b1db-48ed-86d8-3a56fb0228df Date: Fri, 12 Oct 2018 10:46:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"10068572-292b-4296-a68a-929936630530","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["cc0d891a-016b-4662-9a5d-3dd2d300c3de"],"description":"","tags":[],"updated_at":"2018-10-12T10:46:53Z","provider:segmentation_id":98,"name":"NeutronUtilsSubnetTests-d5fb1d2d-f63b-4ad4-8331-769a1e5c1ac4-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:51Z","provider:network_type":"vxlan"}]} 2018-10-12 10:46:53,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=10068572-292b-4296-a68a-929936630530 used request id req-47e53dfa-b1db-48ed-86d8-3a56fb0228df 2018-10-12 10:46:53,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=10068572-292b-4296-a68a-929936630530 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec0a16e3eb583da51ae98078839a6b2b0b2be659" 2018-10-12 10:46:53,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-cc0ef2c6-dba2-4f4f-a061-ed4b269673a7 Date: Fri, 12 Oct 2018 10:46:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"10068572-292b-4296-a68a-929936630530","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:53Z","dns_nameservers":[],"updated_at":"2018-10-12T10:46:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"cc0d891a-016b-4662-9a5d-3dd2d300c3de","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-d5fb1d2d-f63b-4ad4-8331-769a1e5c1ac4-pub-subnet"}]} 2018-10-12 10:46:53,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=10068572-292b-4296-a68a-929936630530 used request id req-cc0ef2c6-dba2-4f4f-a061-ed4b269673a7 2018-10-12 10:46:53,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsSubnetTests-d5fb1d2d-f63b-4ad4-8331-769a1e5c1ac4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec0a16e3eb583da51ae98078839a6b2b0b2be659" 2018-10-12 10:46:54,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-d66a15bb-ee62-49ea-b12c-8db8971ad922 Date: Fri, 12 Oct 2018 10:46:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"10068572-292b-4296-a68a-929936630530","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["cc0d891a-016b-4662-9a5d-3dd2d300c3de"],"description":"","tags":[],"updated_at":"2018-10-12T10:46:53Z","provider:segmentation_id":98,"name":"NeutronUtilsSubnetTests-d5fb1d2d-f63b-4ad4-8331-769a1e5c1ac4-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:51Z","provider:network_type":"vxlan"}]} 2018-10-12 10:46:54,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsSubnetTests-d5fb1d2d-f63b-4ad4-8331-769a1e5c1ac4-pub-net used request id req-d66a15bb-ee62-49ea-b12c-8db8971ad922 2018-10-12 10:46:54,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:46:54,051 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:46: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:46:54,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec0a16e3eb583da51ae98078839a6b2b0b2be659" 2018-10-12 10:46:54,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c25ac84-1b23-45e3-9dbc-2001bcb50771 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:46:54,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-6c25ac84-1b23-45e3-9dbc-2001bcb50771 2018-10-12 10:46:54,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=10068572-292b-4296-a68a-929936630530 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec0a16e3eb583da51ae98078839a6b2b0b2be659" 2018-10-12 10:46:54,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1c2c678e-a49f-41e4-9d85-ce0c9682cb3f Date: Fri, 12 Oct 2018 10:46:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"10068572-292b-4296-a68a-929936630530","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:53Z","dns_nameservers":[],"updated_at":"2018-10-12T10:46:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"cc0d891a-016b-4662-9a5d-3dd2d300c3de","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-d5fb1d2d-f63b-4ad4-8331-769a1e5c1ac4-pub-subnet"}]} 2018-10-12 10:46:54,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=10068572-292b-4296-a68a-929936630530 used request id req-1c2c678e-a49f-41e4-9d85-ce0c9682cb3f 2018-10-12 10:46:54,351 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-d5fb1d2d-f63b-4ad4-8331-769a1e5c1ac4-pub-subnet 2018-10-12 10:46:54,351 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-d5fb1d2d-f63b-4ad4-8331-769a1e5c1ac4-pub-subnet 2018-10-12 10:46:54,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/cc0d891a-016b-4662-9a5d-3dd2d300c3de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec0a16e3eb583da51ae98078839a6b2b0b2be659" 2018-10-12 10:46:56,545 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d1ad7755-426f-406c-ae81-4aa6403c7316 Date: Fri, 12 Oct 2018 10:46:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:46:56,545 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/cc0d891a-016b-4662-9a5d-3dd2d300c3de used request id req-d1ad7755-426f-406c-ae81-4aa6403c7316 2018-10-12 10:46:56,545 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-d5fb1d2d-f63b-4ad4-8331-769a1e5c1ac4-pub-net 2018-10-12 10:46:56,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/10068572-292b-4296-a68a-929936630530 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec0a16e3eb583da51ae98078839a6b2b0b2be659" 2018-10-12 10:46:58,401 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-be4b89f0-759a-44ac-9c93-27db281d9813 Date: Fri, 12 Oct 2018 10:46:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:46:58,402 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/10068572-292b-4296-a68a-929936630530 used request id req-be4b89f0-759a-44ac-9c93-27db281d9813 2018-10-12 10:46:58,403 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:46:58,784 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:46:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["YrKzC-fHTyqpuaCBD9ysMQ"], "issued_at": "2018-10-12T10:46:58.000000Z"}} 2018-10-12 10:46:58,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de1677519b1fcaac8f4ab248c03a82ab22ea821" 2018-10-12 10:46:58,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:46:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01f33d4f-f351-44a0-a44a-29f929a395a7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:46:58,868 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-01f33d4f-f351-44a0-a44a-29f929a395a7 2018-10-12 10:46:58,869 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-net 2018-10-12 10:46:58,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de1677519b1fcaac8f4ab248c03a82ab22ea821" -d '{"network": {"name": "NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-net", "admin_state_up": true}}' 2018-10-12 10:46:59,288 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-01cf2776-bccb-415b-9b5d-f897459ec270 Date: Fri, 12 Oct 2018 10:46:59 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"3ef2e5fc-9093-49d6-b15f-24787153de0d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:46:59Z","is_default":false,"provider:segmentation_id":98,"name":"NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:59Z","mtu":1450}} 2018-10-12 10:46:59,288 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-01cf2776-bccb-415b-9b5d-f897459ec270 2018-10-12 10:46:59,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=3ef2e5fc-9093-49d6-b15f-24787153de0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de1677519b1fcaac8f4ab248c03a82ab22ea821" 2018-10-12 10:46:59,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-3b2e1f0b-cbda-4830-afa4-d22188ec1c0e Date: Fri, 12 Oct 2018 10:46:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3ef2e5fc-9093-49d6-b15f-24787153de0d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:46:59Z","provider:segmentation_id":98,"name":"NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:59Z","provider:network_type":"vxlan"}]} 2018-10-12 10:46:59,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=3ef2e5fc-9093-49d6-b15f-24787153de0d used request id req-3b2e1f0b-cbda-4830-afa4-d22188ec1c0e 2018-10-12 10:46:59,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3ef2e5fc-9093-49d6-b15f-24787153de0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de1677519b1fcaac8f4ab248c03a82ab22ea821" 2018-10-12 10:46:59,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1a751ae9-3bf2-4363-b8ee-d7b294246872 Date: Fri, 12 Oct 2018 10:46:59 GMT RESP BODY: {"subnets":[]} 2018-10-12 10:46:59,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3ef2e5fc-9093-49d6-b15f-24787153de0d used request id req-1a751ae9-3bf2-4363-b8ee-d7b294246872 2018-10-12 10:46:59,681 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-subnet 2018-10-12 10:46:59,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de1677519b1fcaac8f4ab248c03a82ab22ea821" -d '{"subnets": [{"ip_version": 4, "network_id": "3ef2e5fc-9093-49d6-b15f-24787153de0d", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-subnet"}]}' 2018-10-12 10:47:00,210 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2c65fd93-4792-4ccb-8f8b-bab2bbc442ce Date: Fri, 12 Oct 2018 10:47:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3ef2e5fc-9093-49d6-b15f-24787153de0d","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:59Z","dns_nameservers":[],"updated_at":"2018-10-12T10:46:59Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"b099da0b-5e54-48e3-a526-08437431e184","subnetpool_id":null,"name":"NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-subnet"}]} 2018-10-12 10:47:00,210 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-2c65fd93-4792-4ccb-8f8b-bab2bbc442ce 2018-10-12 10:47:00,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=3ef2e5fc-9093-49d6-b15f-24787153de0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de1677519b1fcaac8f4ab248c03a82ab22ea821" 2018-10-12 10:47:00,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-4d7411d5-ce82-4d43-b731-f5ee9a1b9680 Date: Fri, 12 Oct 2018 10:47:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3ef2e5fc-9093-49d6-b15f-24787153de0d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["b099da0b-5e54-48e3-a526-08437431e184"],"description":"","tags":[],"updated_at":"2018-10-12T10:46:59Z","provider:segmentation_id":98,"name":"NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:59Z","provider:network_type":"vxlan"}]} 2018-10-12 10:47:00,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=3ef2e5fc-9093-49d6-b15f-24787153de0d used request id req-4d7411d5-ce82-4d43-b731-f5ee9a1b9680 2018-10-12 10:47:00,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3ef2e5fc-9093-49d6-b15f-24787153de0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de1677519b1fcaac8f4ab248c03a82ab22ea821" 2018-10-12 10:47:00,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-66525c30-f4d5-4376-91e0-bbe3619e722a Date: Fri, 12 Oct 2018 10:47:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3ef2e5fc-9093-49d6-b15f-24787153de0d","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:59Z","dns_nameservers":[],"updated_at":"2018-10-12T10:46:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"b099da0b-5e54-48e3-a526-08437431e184","subnetpool_id":null,"name":"NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-subnet"}]} 2018-10-12 10:47:00,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3ef2e5fc-9093-49d6-b15f-24787153de0d used request id req-66525c30-f4d5-4376-91e0-bbe3619e722a 2018-10-12 10:47:00,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de1677519b1fcaac8f4ab248c03a82ab22ea821" 2018-10-12 10:47:01,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-ef7cc604-71d3-4c9b-ae1e-635fcc2274a6 Date: Fri, 12 Oct 2018 10:47:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3ef2e5fc-9093-49d6-b15f-24787153de0d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["b099da0b-5e54-48e3-a526-08437431e184"],"description":"","tags":[],"updated_at":"2018-10-12T10:46:59Z","provider:segmentation_id":98,"name":"NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:59Z","provider:network_type":"vxlan"}]} 2018-10-12 10:47:01,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-net used request id req-ef7cc604-71d3-4c9b-ae1e-635fcc2274a6 2018-10-12 10:47:01,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:47:01,590 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:47: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:47:01,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de1677519b1fcaac8f4ab248c03a82ab22ea821" 2018-10-12 10:47:01,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:47:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5ea7d50-98a5-4efa-b659-28736833b18f 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:47:01,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-e5ea7d50-98a5-4efa-b659-28736833b18f 2018-10-12 10:47:01,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3ef2e5fc-9093-49d6-b15f-24787153de0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de1677519b1fcaac8f4ab248c03a82ab22ea821" 2018-10-12 10:47:01,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d0ce2d97-2315-4d62-80ea-ac02936627cb Date: Fri, 12 Oct 2018 10:47:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3ef2e5fc-9093-49d6-b15f-24787153de0d","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:59Z","dns_nameservers":[],"updated_at":"2018-10-12T10:46:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"b099da0b-5e54-48e3-a526-08437431e184","subnetpool_id":null,"name":"NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-subnet"}]} 2018-10-12 10:47:01,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3ef2e5fc-9093-49d6-b15f-24787153de0d used request id req-d0ce2d97-2315-4d62-80ea-ac02936627cb 2018-10-12 10:47:01,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3ef2e5fc-9093-49d6-b15f-24787153de0d&name=NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de1677519b1fcaac8f4ab248c03a82ab22ea821" 2018-10-12 10:47:01,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c2aa9230-6459-4e13-a73b-e3f5191195ef Date: Fri, 12 Oct 2018 10:47:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3ef2e5fc-9093-49d6-b15f-24787153de0d","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:46:59Z","dns_nameservers":[],"updated_at":"2018-10-12T10:46:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"b099da0b-5e54-48e3-a526-08437431e184","subnetpool_id":null,"name":"NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-subnet"}]} 2018-10-12 10:47:01,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3ef2e5fc-9093-49d6-b15f-24787153de0d&name=NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-subnet used request id req-c2aa9230-6459-4e13-a73b-e3f5191195ef 2018-10-12 10:47:01,888 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:47:01,889 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:47:02,285 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:47:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["OUoYm_Y7RueFlcoBcHTh5g"], "issued_at": "2018-10-12T10:47:02.000000Z"}} 2018-10-12 10:47:02,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c94b076b729552f6a0fb171d710d8dd6b46fa97" 2018-10-12 10:47:02,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:47:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d26602ec-7bcb-4c6c-8e68-6845ae78f3ab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:47:02,365 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d26602ec-7bcb-4c6c-8e68-6845ae78f3ab 2018-10-12 10:47:02,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de1677519b1fcaac8f4ab248c03a82ab22ea821" 2018-10-12 10:47:02,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-8c3f9c47-13d6-49c5-92f3-80bee5c4a5b7 Date: Fri, 12 Oct 2018 10:47:02 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"}]} 2018-10-12 10:47:02,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-8c3f9c47-13d6-49c5-92f3-80bee5c4a5b7 2018-10-12 10:47:02,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=71fc6d74-b5f7-4beb-b556-59bef5906bb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de1677519b1fcaac8f4ab248c03a82ab22ea821" 2018-10-12 10:47:02,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-293999fc-9f48-4d70-9d07-b54836f1336d Date: Fri, 12 Oct 2018 10:47:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:14Z","dns_nameservers":[],"updated_at":"2018-10-12T10:34:14Z","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":"a326b90e4e0b4021a92eb982e1729d5e","id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-12 10:47:02,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=71fc6d74-b5f7-4beb-b556-59bef5906bb2 used request id req-293999fc-9f48-4d70-9d07-b54836f1336d 2018-10-12 10:47:02,844 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-router 2018-10-12 10:47:02,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de1677519b1fcaac8f4ab248c03a82ab22ea821" -d '{"router": {"external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2"}, "name": "NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-router", "admin_state_up": true}}' 2018-10-12 10:47:05,381 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-33e2c943-2ef5-4198-a0d7-9e838896254a Date: Fri, 12 Oct 2018 10:47:05 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:47:04Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T10:47:05Z", "revision_number": 2, "routes": [], "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "3d9d73f5-51bd-439e-b655-5ac4f2ec6dd9", "name": "NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-router"}} 2018-10-12 10:47:05,381 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-33e2c943-2ef5-4198-a0d7-9e838896254a 2018-10-12 10:47:05,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=3d9d73f5-51bd-439e-b655-5ac4f2ec6dd9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de1677519b1fcaac8f4ab248c03a82ab22ea821" 2018-10-12 10:47:05,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-c59de32a-b8d3-4ed6-b03c-dc883af731f0 Date: Fri, 12 Oct 2018 10:47:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:47:04Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.201"}],"id":"a9086cf3-52dc-4711-9ea0-13820b8e4808","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5f:a4:f7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3d9d73f5-51bd-439e-b655-5ac4f2ec6dd9","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T10:47:04Z","binding:vnic_type":"normal"}]} 2018-10-12 10:47:05,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=3d9d73f5-51bd-439e-b655-5ac4f2ec6dd9 used request id req-c59de32a-b8d3-4ed6-b03c-dc883af731f0 2018-10-12 10:47:05,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/82a08d1b-7ae3-4f90-92ce-135e5b7a8821 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de1677519b1fcaac8f4ab248c03a82ab22ea821" 2018-10-12 10:47:05,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-f909ac58-5658-4988-98f1-dd0c4ab73a53 Date: Fri, 12 Oct 2018 10:47:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:14Z","dns_nameservers":[],"updated_at":"2018-10-12T10:34:14Z","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":"a326b90e4e0b4021a92eb982e1729d5e","id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","subnetpool_id":null,"name":"external-subnet"}} 2018-10-12 10:47:05,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/82a08d1b-7ae3-4f90-92ce-135e5b7a8821 used request id req-f909ac58-5658-4988-98f1-dd0c4ab73a53 2018-10-12 10:47:05,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de1677519b1fcaac8f4ab248c03a82ab22ea821" 2018-10-12 10:47:06,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1313 X-Openstack-Request-Id: req-f76ea559-74b0-4dd8-bf35-a9698ab5f216 Date: Fri, 12 Oct 2018 10:47:06 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:47:04Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T10:47:05Z", "revision_number": 2, "routes": [], "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "3d9d73f5-51bd-439e-b655-5ac4f2ec6dd9", "name": "NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:47:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T10:47:04Z", "revision_number": 2, "routes": [], "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "91746159-2418-4c30-9572-b40ad071c8ff", "name": "NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-router"}]} 2018-10-12 10:47:06,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-router used request id req-f76ea559-74b0-4dd8-bf35-a9698ab5f216 2018-10-12 10:47:06,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de1677519b1fcaac8f4ab248c03a82ab22ea821" 2018-10-12 10:47:06,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:47:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bb6cfbc-6b10-4e55-ba01-5890c99f3f28 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:47:06,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-3bb6cfbc-6b10-4e55-ba01-5890c99f3f28 2018-10-12 10:47:06,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=3d9d73f5-51bd-439e-b655-5ac4f2ec6dd9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de1677519b1fcaac8f4ab248c03a82ab22ea821" 2018-10-12 10:47:06,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-be81d717-0be5-43a2-a058-0997fef8584a Date: Fri, 12 Oct 2018 10:47:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:47:04Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.201"}],"id":"a9086cf3-52dc-4711-9ea0-13820b8e4808","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5f:a4:f7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3d9d73f5-51bd-439e-b655-5ac4f2ec6dd9","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T10:47:04Z","binding:vnic_type":"normal"}]} 2018-10-12 10:47:06,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=3d9d73f5-51bd-439e-b655-5ac4f2ec6dd9 used request id req-be81d717-0be5-43a2-a058-0997fef8584a 2018-10-12 10:47:06,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/82a08d1b-7ae3-4f90-92ce-135e5b7a8821 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de1677519b1fcaac8f4ab248c03a82ab22ea821" 2018-10-12 10:47:06,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-e4892842-151f-467e-ae21-18a39d559ec7 Date: Fri, 12 Oct 2018 10:47:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:14Z","dns_nameservers":[],"updated_at":"2018-10-12T10:34:14Z","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":"a326b90e4e0b4021a92eb982e1729d5e","id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","subnetpool_id":null,"name":"external-subnet"}} 2018-10-12 10:47:06,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/82a08d1b-7ae3-4f90-92ce-135e5b7a8821 used request id req-e4892842-151f-467e-ae21-18a39d559ec7 2018-10-12 10:47:06,245 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-router 2018-10-12 10:47:06,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/3d9d73f5-51bd-439e-b655-5ac4f2ec6dd9/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de1677519b1fcaac8f4ab248c03a82ab22ea821" -d '{"subnet_id": "b099da0b-5e54-48e3-a526-08437431e184"}' 2018-10-12 10:47:07,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9e63a4ff-2e22-4f2c-9ddf-5d0724eba86a Date: Fri, 12 Oct 2018 10:47:07 GMT RESP BODY: {"network_id": "3ef2e5fc-9093-49d6-b15f-24787153de0d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "subnet_id": "b099da0b-5e54-48e3-a526-08437431e184", "subnet_ids": ["b099da0b-5e54-48e3-a526-08437431e184"], "port_id": "495cc40b-aa5d-48ac-9aaa-5786202a4180", "id": "3d9d73f5-51bd-439e-b655-5ac4f2ec6dd9"} 2018-10-12 10:47:07,658 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/3d9d73f5-51bd-439e-b655-5ac4f2ec6dd9/add_router_interface used request id req-9e63a4ff-2e22-4f2c-9ddf-5d0724eba86a 2018-10-12 10:47:07,659 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-router 2018-10-12 10:47:07,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/3d9d73f5-51bd-439e-b655-5ac4f2ec6dd9/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de1677519b1fcaac8f4ab248c03a82ab22ea821" -d '{"subnet_id": "b099da0b-5e54-48e3-a526-08437431e184"}' 2018-10-12 10:47:08,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-78f5fc53-b751-4fc3-803a-7b6e3f57dc4b Date: Fri, 12 Oct 2018 10:47:08 GMT RESP BODY: {"network_id": "3ef2e5fc-9093-49d6-b15f-24787153de0d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "subnet_id": "b099da0b-5e54-48e3-a526-08437431e184", "subnet_ids": ["b099da0b-5e54-48e3-a526-08437431e184"], "port_id": "495cc40b-aa5d-48ac-9aaa-5786202a4180", "id": "3d9d73f5-51bd-439e-b655-5ac4f2ec6dd9"} 2018-10-12 10:47:08,711 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/3d9d73f5-51bd-439e-b655-5ac4f2ec6dd9/remove_router_interface used request id req-78f5fc53-b751-4fc3-803a-7b6e3f57dc4b 2018-10-12 10:47:08,712 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-router 2018-10-12 10:47:08,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/3d9d73f5-51bd-439e-b655-5ac4f2ec6dd9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de1677519b1fcaac8f4ab248c03a82ab22ea821" 2018-10-12 10:47:09,905 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-141c7442-229f-42ad-85b9-b88b5c66aed0 Content-Length: 0 Date: Fri, 12 Oct 2018 10:47:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:47:09,906 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/3d9d73f5-51bd-439e-b655-5ac4f2ec6dd9 used request id req-141c7442-229f-42ad-85b9-b88b5c66aed0 2018-10-12 10:47:09,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de1677519b1fcaac8f4ab248c03a82ab22ea821" 2018-10-12 10:47:10,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-396e4b32-741c-4e66-875f-d9c837a06bcb Date: Fri, 12 Oct 2018 10:47:10 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:47:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T10:47:04Z", "revision_number": 2, "routes": [], "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "91746159-2418-4c30-9572-b40ad071c8ff", "name": "NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-router"}]} 2018-10-12 10:47:10,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-router used request id req-396e4b32-741c-4e66-875f-d9c837a06bcb 2018-10-12 10:47:10,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de1677519b1fcaac8f4ab248c03a82ab22ea821" 2018-10-12 10:47:10,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:47:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-800ae643-a403-46e6-99ea-e239c2be3582 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:47:10,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-800ae643-a403-46e6-99ea-e239c2be3582 2018-10-12 10:47:10,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=91746159-2418-4c30-9572-b40ad071c8ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de1677519b1fcaac8f4ab248c03a82ab22ea821" 2018-10-12 10:47:11,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-d176ecbc-981b-4ec6-b5c5-a1dde69b3e91 Date: Fri, 12 Oct 2018 10:47:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:47:03Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.202"}],"id":"f21167c5-6cdb-45a2-afea-d107385ec62b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a5:8d:d6","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"91746159-2418-4c30-9572-b40ad071c8ff","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T10:47:03Z","binding:vnic_type":"normal"}]} 2018-10-12 10:47:11,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=91746159-2418-4c30-9572-b40ad071c8ff used request id req-d176ecbc-981b-4ec6-b5c5-a1dde69b3e91 2018-10-12 10:47:11,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/82a08d1b-7ae3-4f90-92ce-135e5b7a8821 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de1677519b1fcaac8f4ab248c03a82ab22ea821" 2018-10-12 10:47:11,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-2393645b-fa15-4bf6-a54f-e927ab289407 Date: Fri, 12 Oct 2018 10:47:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:14Z","dns_nameservers":[],"updated_at":"2018-10-12T10:34:14Z","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":"a326b90e4e0b4021a92eb982e1729d5e","id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","subnetpool_id":null,"name":"external-subnet"}} 2018-10-12 10:47:11,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/82a08d1b-7ae3-4f90-92ce-135e5b7a8821 used request id req-2393645b-fa15-4bf6-a54f-e927ab289407 2018-10-12 10:47:11,181 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-subnet 2018-10-12 10:47:11,181 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-subnet 2018-10-12 10:47:11,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/b099da0b-5e54-48e3-a526-08437431e184 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de1677519b1fcaac8f4ab248c03a82ab22ea821" 2018-10-12 10:47:13,234 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8b0e22c8-910f-4193-ad9e-d5d197b31b90 Date: Fri, 12 Oct 2018 10:47:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:47:13,235 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/b099da0b-5e54-48e3-a526-08437431e184 used request id req-8b0e22c8-910f-4193-ad9e-d5d197b31b90 2018-10-12 10:47:13,235 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-net 2018-10-12 10:47:13,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/3ef2e5fc-9093-49d6-b15f-24787153de0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de1677519b1fcaac8f4ab248c03a82ab22ea821" 2018-10-12 10:47:14,713 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2e5f93e5-95b6-4a05-b596-a7eca70bccde Date: Fri, 12 Oct 2018 10:47:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:47:14,713 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/3ef2e5fc-9093-49d6-b15f-24787153de0d used request id req-2e5f93e5-95b6-4a05-b596-a7eca70bccde 2018-10-12 10:47:14,715 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:47:15,091 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:47:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["gsJs34CjQ6aSqN_tSXmQKw"], "issued_at": "2018-10-12T10:47:15.000000Z"}} 2018-10-12 10:47:15,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc3506df3396dd746f7a39087faa0af52b85171" 2018-10-12 10:47:15,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:47:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b5ee419-e271-445a-a740-ae95c9d0e57b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:47:15,184 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8b5ee419-e271-445a-a740-ae95c9d0e57b 2018-10-12 10:47:15,185 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-cf614f11-61df-406e-b008-f9aae7e58224-pub-net 2018-10-12 10:47:15,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc3506df3396dd746f7a39087faa0af52b85171" -d '{"network": {"name": "NeutronUtilsRouterTests-cf614f11-61df-406e-b008-f9aae7e58224-pub-net", "admin_state_up": true}}' 2018-10-12 10:47:15,624 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-c50649b9-33ee-43ea-b368-0bffaf56f80c Date: Fri, 12 Oct 2018 10:47:15 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"4b79e49e-a82a-40e7-87e4-9e407c6be211","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:47:15Z","is_default":false,"provider:segmentation_id":100,"name":"NeutronUtilsRouterTests-cf614f11-61df-406e-b008-f9aae7e58224-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:15Z","mtu":1450}} 2018-10-12 10:47:15,624 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-c50649b9-33ee-43ea-b368-0bffaf56f80c 2018-10-12 10:47:15,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=4b79e49e-a82a-40e7-87e4-9e407c6be211 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc3506df3396dd746f7a39087faa0af52b85171" 2018-10-12 10:47:15,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7d80d623-d6e8-44cb-9ee8-e12a0341fc6a Date: Fri, 12 Oct 2018 10:47:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4b79e49e-a82a-40e7-87e4-9e407c6be211","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:47:15Z","provider:segmentation_id":100,"name":"NeutronUtilsRouterTests-cf614f11-61df-406e-b008-f9aae7e58224-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:15Z","provider:network_type":"vxlan"}]} 2018-10-12 10:47:15,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=4b79e49e-a82a-40e7-87e4-9e407c6be211 used request id req-7d80d623-d6e8-44cb-9ee8-e12a0341fc6a 2018-10-12 10:47:15,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4b79e49e-a82a-40e7-87e4-9e407c6be211 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc3506df3396dd746f7a39087faa0af52b85171" 2018-10-12 10:47:16,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3ea6888b-8722-4e77-afd2-31c2e8a14161 Date: Fri, 12 Oct 2018 10:47:16 GMT RESP BODY: {"subnets":[]} 2018-10-12 10:47:16,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4b79e49e-a82a-40e7-87e4-9e407c6be211 used request id req-3ea6888b-8722-4e77-afd2-31c2e8a14161 2018-10-12 10:47:16,033 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-cf614f11-61df-406e-b008-f9aae7e58224-pub-subnet 2018-10-12 10:47:16,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc3506df3396dd746f7a39087faa0af52b85171" -d '{"subnets": [{"ip_version": 4, "network_id": "4b79e49e-a82a-40e7-87e4-9e407c6be211", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-cf614f11-61df-406e-b008-f9aae7e58224-pub-subnet"}]}' 2018-10-12 10:47:16,630 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4064e081-4b56-478b-81cc-e47a3d9ab8df Date: Fri, 12 Oct 2018 10:47:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4b79e49e-a82a-40e7-87e4-9e407c6be211","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:16Z","dns_nameservers":[],"updated_at":"2018-10-12T10:47: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":"104d75bb2cac4b4998c38732dc15f0bd","id":"f3ea83ce-2f4a-44cb-96c0-cf64617c81d4","subnetpool_id":null,"name":"NeutronUtilsRouterTests-cf614f11-61df-406e-b008-f9aae7e58224-pub-subnet"}]} 2018-10-12 10:47:16,630 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-4064e081-4b56-478b-81cc-e47a3d9ab8df 2018-10-12 10:47:16,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=4b79e49e-a82a-40e7-87e4-9e407c6be211 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc3506df3396dd746f7a39087faa0af52b85171" 2018-10-12 10:47:16,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-77eb2fb3-d590-4a4f-9485-2de724ea4387 Date: Fri, 12 Oct 2018 10:47:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4b79e49e-a82a-40e7-87e4-9e407c6be211","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["f3ea83ce-2f4a-44cb-96c0-cf64617c81d4"],"description":"","tags":[],"updated_at":"2018-10-12T10:47:16Z","provider:segmentation_id":100,"name":"NeutronUtilsRouterTests-cf614f11-61df-406e-b008-f9aae7e58224-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:15Z","provider:network_type":"vxlan"}]} 2018-10-12 10:47:16,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=4b79e49e-a82a-40e7-87e4-9e407c6be211 used request id req-77eb2fb3-d590-4a4f-9485-2de724ea4387 2018-10-12 10:47:16,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4b79e49e-a82a-40e7-87e4-9e407c6be211 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc3506df3396dd746f7a39087faa0af52b85171" 2018-10-12 10:47:16,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-12b71863-bc6b-44ec-83b6-eb8f492f65a6 Date: Fri, 12 Oct 2018 10:47:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4b79e49e-a82a-40e7-87e4-9e407c6be211","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:16Z","dns_nameservers":[],"updated_at":"2018-10-12T10:47: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":"104d75bb2cac4b4998c38732dc15f0bd","id":"f3ea83ce-2f4a-44cb-96c0-cf64617c81d4","subnetpool_id":null,"name":"NeutronUtilsRouterTests-cf614f11-61df-406e-b008-f9aae7e58224-pub-subnet"}]} 2018-10-12 10:47:16,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4b79e49e-a82a-40e7-87e4-9e407c6be211 used request id req-12b71863-bc6b-44ec-83b6-eb8f492f65a6 2018-10-12 10:47:16,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-cf614f11-61df-406e-b008-f9aae7e58224-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc3506df3396dd746f7a39087faa0af52b85171" 2018-10-12 10:47:17,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-ef349681-4380-47a0-9079-707d3ae55a75 Date: Fri, 12 Oct 2018 10:47:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4b79e49e-a82a-40e7-87e4-9e407c6be211","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["f3ea83ce-2f4a-44cb-96c0-cf64617c81d4"],"description":"","tags":[],"updated_at":"2018-10-12T10:47:16Z","provider:segmentation_id":100,"name":"NeutronUtilsRouterTests-cf614f11-61df-406e-b008-f9aae7e58224-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:15Z","provider:network_type":"vxlan"}]} 2018-10-12 10:47:17,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-cf614f11-61df-406e-b008-f9aae7e58224-pub-net used request id req-ef349681-4380-47a0-9079-707d3ae55a75 2018-10-12 10:47:17,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:47:17,318 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:47: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:47:17,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc3506df3396dd746f7a39087faa0af52b85171" 2018-10-12 10:47:17,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:47:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24e2f7f3-c404-4711-9502-aee1e122bd66 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:47:17,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-24e2f7f3-c404-4711-9502-aee1e122bd66 2018-10-12 10:47:17,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=4b79e49e-a82a-40e7-87e4-9e407c6be211 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc3506df3396dd746f7a39087faa0af52b85171" 2018-10-12 10:47:17,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5c78b1d7-87f3-48eb-ae5a-63c905bd14e2 Date: Fri, 12 Oct 2018 10:47:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4b79e49e-a82a-40e7-87e4-9e407c6be211","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:16Z","dns_nameservers":[],"updated_at":"2018-10-12T10:47: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":"104d75bb2cac4b4998c38732dc15f0bd","id":"f3ea83ce-2f4a-44cb-96c0-cf64617c81d4","subnetpool_id":null,"name":"NeutronUtilsRouterTests-cf614f11-61df-406e-b008-f9aae7e58224-pub-subnet"}]} 2018-10-12 10:47:17,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=4b79e49e-a82a-40e7-87e4-9e407c6be211 used request id req-5c78b1d7-87f3-48eb-ae5a-63c905bd14e2 2018-10-12 10:47:17,607 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:47:17,608 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:47:18,009 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:47:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["LhRAhlYqS0yBUX1z5wg91w"], "issued_at": "2018-10-12T10:47:18.000000Z"}} 2018-10-12 10:47:18,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}070977ab79f270175ef601de9c6339605b64228b" 2018-10-12 10:47:18,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:47:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12a3d63e-2a0c-48b9-a7c5-75e92d8193e0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:47:18,100 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-12a3d63e-2a0c-48b9-a7c5-75e92d8193e0 2018-10-12 10:47:18,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc3506df3396dd746f7a39087faa0af52b85171" 2018-10-12 10:47:18,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-33f9719a-42fc-4cc2-b95d-1bf8d3e4cdb4 Date: Fri, 12 Oct 2018 10:47:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"}]} 2018-10-12 10:47:18,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-33f9719a-42fc-4cc2-b95d-1bf8d3e4cdb4 2018-10-12 10:47:18,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=71fc6d74-b5f7-4beb-b556-59bef5906bb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc3506df3396dd746f7a39087faa0af52b85171" 2018-10-12 10:47:18,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-249fa656-442e-40b8-a582-6dd44f3ffa28 Date: Fri, 12 Oct 2018 10:47:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:14Z","dns_nameservers":[],"updated_at":"2018-10-12T10:34:14Z","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":"a326b90e4e0b4021a92eb982e1729d5e","id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-12 10:47:18,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=71fc6d74-b5f7-4beb-b556-59bef5906bb2 used request id req-249fa656-442e-40b8-a582-6dd44f3ffa28 2018-10-12 10:47:18,613 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-cf614f11-61df-406e-b008-f9aae7e58224-pub-router 2018-10-12 10:47:18,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc3506df3396dd746f7a39087faa0af52b85171" -d '{"router": {"external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2"}, "name": "NeutronUtilsRouterTests-cf614f11-61df-406e-b008-f9aae7e58224-pub-router", "admin_state_up": true}}' 2018-10-12 10:47:19,794 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-eb89ed21-cf6e-4de9-84a1-eb77033d7445 Date: Fri, 12 Oct 2018 10:47:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:47:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T10:47:19Z", "revision_number": 2, "routes": [], "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "4d11bbc9-39d4-4b92-8e98-cdc8ac7f0b48", "name": "NeutronUtilsRouterTests-cf614f11-61df-406e-b008-f9aae7e58224-pub-router"}} 2018-10-12 10:47:19,794 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-eb89ed21-cf6e-4de9-84a1-eb77033d7445 2018-10-12 10:47:19,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=4d11bbc9-39d4-4b92-8e98-cdc8ac7f0b48 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc3506df3396dd746f7a39087faa0af52b85171" 2018-10-12 10:47:20,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-ce276400-d0d4-49c2-980b-a405b1d4b958 Date: Fri, 12 Oct 2018 10:47:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:47:19Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.201"}],"id":"0ed64ded-7661-4589-84e0-33d3636f9dfd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:1c:61:bd","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4d11bbc9-39d4-4b92-8e98-cdc8ac7f0b48","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T10:47:19Z","binding:vnic_type":"normal"}]} 2018-10-12 10:47:20,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=4d11bbc9-39d4-4b92-8e98-cdc8ac7f0b48 used request id req-ce276400-d0d4-49c2-980b-a405b1d4b958 2018-10-12 10:47:20,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/82a08d1b-7ae3-4f90-92ce-135e5b7a8821 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc3506df3396dd746f7a39087faa0af52b85171" 2018-10-12 10:47:20,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-a874052c-1879-4b9b-9fe1-af8121883bbe Date: Fri, 12 Oct 2018 10:47:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:14Z","dns_nameservers":[],"updated_at":"2018-10-12T10:34:14Z","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":"a326b90e4e0b4021a92eb982e1729d5e","id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","subnetpool_id":null,"name":"external-subnet"}} 2018-10-12 10:47:20,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/82a08d1b-7ae3-4f90-92ce-135e5b7a8821 used request id req-a874052c-1879-4b9b-9fe1-af8121883bbe 2018-10-12 10:47:20,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-cf614f11-61df-406e-b008-f9aae7e58224-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc3506df3396dd746f7a39087faa0af52b85171" 2018-10-12 10:47:20,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-76a896c1-955c-49a3-be21-52be1b8b5433 Date: Fri, 12 Oct 2018 10:47:20 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:47:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T10:47:19Z", "revision_number": 2, "routes": [], "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "4d11bbc9-39d4-4b92-8e98-cdc8ac7f0b48", "name": "NeutronUtilsRouterTests-cf614f11-61df-406e-b008-f9aae7e58224-pub-router"}]} 2018-10-12 10:47:20,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-cf614f11-61df-406e-b008-f9aae7e58224-pub-router used request id req-76a896c1-955c-49a3-be21-52be1b8b5433 2018-10-12 10:47:20,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc3506df3396dd746f7a39087faa0af52b85171" 2018-10-12 10:47:20,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:47:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d19f8f5-fe4f-44ea-a3e8-6ec639bedc2a 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:47:20,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-3d19f8f5-fe4f-44ea-a3e8-6ec639bedc2a 2018-10-12 10:47:20,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=4d11bbc9-39d4-4b92-8e98-cdc8ac7f0b48 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc3506df3396dd746f7a39087faa0af52b85171" 2018-10-12 10:47:20,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-110e28a0-c32d-4ff8-8977-ba91a3411c62 Date: Fri, 12 Oct 2018 10:47:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:47:19Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.201"}],"id":"0ed64ded-7661-4589-84e0-33d3636f9dfd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:1c:61:bd","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4d11bbc9-39d4-4b92-8e98-cdc8ac7f0b48","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T10:47:19Z","binding:vnic_type":"normal"}]} 2018-10-12 10:47:20,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=4d11bbc9-39d4-4b92-8e98-cdc8ac7f0b48 used request id req-110e28a0-c32d-4ff8-8977-ba91a3411c62 2018-10-12 10:47:20,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/82a08d1b-7ae3-4f90-92ce-135e5b7a8821 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc3506df3396dd746f7a39087faa0af52b85171" 2018-10-12 10:47:20,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-4734ec61-bd0f-4a65-818d-d5b4ac955072 Date: Fri, 12 Oct 2018 10:47:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:14Z","dns_nameservers":[],"updated_at":"2018-10-12T10:34:14Z","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":"a326b90e4e0b4021a92eb982e1729d5e","id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","subnetpool_id":null,"name":"external-subnet"}} 2018-10-12 10:47:20,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/82a08d1b-7ae3-4f90-92ce-135e5b7a8821 used request id req-4734ec61-bd0f-4a65-818d-d5b4ac955072 2018-10-12 10:47:20,759 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-cf614f11-61df-406e-b008-f9aae7e58224-pub-subnet 2018-10-12 10:47:20,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/f3ea83ce-2f4a-44cb-96c0-cf64617c81d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc3506df3396dd746f7a39087faa0af52b85171" 2018-10-12 10:47:22,749 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1477e29f-f98a-4eb1-9056-8d8fbc0bd261 Date: Fri, 12 Oct 2018 10:47:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:47:22,750 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/f3ea83ce-2f4a-44cb-96c0-cf64617c81d4 used request id req-1477e29f-f98a-4eb1-9056-8d8fbc0bd261 2018-10-12 10:47:22,750 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-cf614f11-61df-406e-b008-f9aae7e58224-pub-router 2018-10-12 10:47:22,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9696/v2.0/routers/4d11bbc9-39d4-4b92-8e98-cdc8ac7f0b48/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc3506df3396dd746f7a39087faa0af52b85171" -d '{"subnet_id": "f3ea83ce-2f4a-44cb-96c0-cf64617c81d4"}' 2018-10-12 10:47:22,965 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-4a942336-8be8-4b8b-89c0-6eab5aec06bc Date: Fri, 12 Oct 2018 10:47:22 GMT RESP BODY: {"NeutronError": {"message": "Subnet f3ea83ce-2f4a-44cb-96c0-cf64617c81d4 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-12 10:47:22,965 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/4d11bbc9-39d4-4b92-8e98-cdc8ac7f0b48/add_router_interface used request id req-4a942336-8be8-4b8b-89c0-6eab5aec06bc 2018-10-12 10:47:22,965 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet f3ea83ce-2f4a-44cb-96c0-cf64617c81d4 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-12 10:47:22,965 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-cf614f11-61df-406e-b008-f9aae7e58224-pub-router 2018-10-12 10:47:22,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/4d11bbc9-39d4-4b92-8e98-cdc8ac7f0b48 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc3506df3396dd746f7a39087faa0af52b85171" 2018-10-12 10:47:24,285 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c7c99adb-9817-481c-a371-f24031faddc2 Content-Length: 0 Date: Fri, 12 Oct 2018 10:47:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:47:24,285 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/4d11bbc9-39d4-4b92-8e98-cdc8ac7f0b48 used request id req-c7c99adb-9817-481c-a371-f24031faddc2 2018-10-12 10:47:24,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-cf614f11-61df-406e-b008-f9aae7e58224-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc3506df3396dd746f7a39087faa0af52b85171" 2018-10-12 10:47:24,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bac0d407-8369-462b-a310-c48830f990ee Date: Fri, 12 Oct 2018 10:47:24 GMT RESP BODY: {"routers": []} 2018-10-12 10:47:24,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-cf614f11-61df-406e-b008-f9aae7e58224-pub-router used request id req-bac0d407-8369-462b-a310-c48830f990ee 2018-10-12 10:47:24,514 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-cf614f11-61df-406e-b008-f9aae7e58224-pub-subnet 2018-10-12 10:47:24,514 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-cf614f11-61df-406e-b008-f9aae7e58224-pub-subnet 2018-10-12 10:47:24,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/f3ea83ce-2f4a-44cb-96c0-cf64617c81d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc3506df3396dd746f7a39087faa0af52b85171" 2018-10-12 10:47:24,694 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-6d2b1473-a4c3-4e54-9f33-493be20d90cf Date: Fri, 12 Oct 2018 10:47:24 GMT RESP BODY: {"NeutronError": {"message": "Subnet f3ea83ce-2f4a-44cb-96c0-cf64617c81d4 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-12 10:47:24,694 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/f3ea83ce-2f4a-44cb-96c0-cf64617c81d4 used request id req-6d2b1473-a4c3-4e54-9f33-493be20d90cf 2018-10-12 10:47:24,694 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet f3ea83ce-2f4a-44cb-96c0-cf64617c81d4 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-12 10:47:24,695 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-cf614f11-61df-406e-b008-f9aae7e58224-pub-net 2018-10-12 10:47:24,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/4b79e49e-a82a-40e7-87e4-9e407c6be211 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbc3506df3396dd746f7a39087faa0af52b85171" 2018-10-12 10:47:25,535 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0de2324c-02a1-4323-bcd4-f66dd8211d50 Date: Fri, 12 Oct 2018 10:47:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:47:25,535 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/4b79e49e-a82a-40e7-87e4-9e407c6be211 used request id req-0de2324c-02a1-4323-bcd4-f66dd8211d50 2018-10-12 10:47:25,537 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:47:25,916 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:47:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["tm99mvABRTe8dwIINKdgMg"], "issued_at": "2018-10-12T10:47:25.000000Z"}} 2018-10-12 10:47:25,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d848e5847a74f213f9c7f015ceb0f463ed2f78e6" 2018-10-12 10:47:26,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:47:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bbccd61-e852-4ca5-aac0-56debec24256 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:47:26,002 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1bbccd61-e852-4ca5-aac0-56debec24256 2018-10-12 10:47:26,003 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-3ed2fd20-1c50-41f7-8ae3-4123c4d8a37f-pub-net 2018-10-12 10:47:26,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d848e5847a74f213f9c7f015ceb0f463ed2f78e6" -d '{"network": {"name": "NeutronUtilsRouterTests-3ed2fd20-1c50-41f7-8ae3-4123c4d8a37f-pub-net", "admin_state_up": true}}' 2018-10-12 10:47:26,402 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-fd636201-6d9f-4f3c-80ac-1d0209ffd05f Date: Fri, 12 Oct 2018 10:47: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":"97f78b71-7ef0-453a-92a0-b95375b34f3c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:47:26Z","is_default":false,"provider:segmentation_id":94,"name":"NeutronUtilsRouterTests-3ed2fd20-1c50-41f7-8ae3-4123c4d8a37f-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:26Z","mtu":1450}} 2018-10-12 10:47:26,402 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-fd636201-6d9f-4f3c-80ac-1d0209ffd05f 2018-10-12 10:47:26,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=97f78b71-7ef0-453a-92a0-b95375b34f3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d848e5847a74f213f9c7f015ceb0f463ed2f78e6" 2018-10-12 10:47:26,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d79a68c0-ca3b-448d-a78e-aa128187d221 Date: Fri, 12 Oct 2018 10:47:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"97f78b71-7ef0-453a-92a0-b95375b34f3c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:47:26Z","provider:segmentation_id":94,"name":"NeutronUtilsRouterTests-3ed2fd20-1c50-41f7-8ae3-4123c4d8a37f-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:26Z","provider:network_type":"vxlan"}]} 2018-10-12 10:47:26,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=97f78b71-7ef0-453a-92a0-b95375b34f3c used request id req-d79a68c0-ca3b-448d-a78e-aa128187d221 2018-10-12 10:47:26,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=97f78b71-7ef0-453a-92a0-b95375b34f3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d848e5847a74f213f9c7f015ceb0f463ed2f78e6" 2018-10-12 10:47:26,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4b2d1096-5192-44fd-a9d6-38df3a16d0a6 Date: Fri, 12 Oct 2018 10:47:26 GMT RESP BODY: {"subnets":[]} 2018-10-12 10:47:26,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=97f78b71-7ef0-453a-92a0-b95375b34f3c used request id req-4b2d1096-5192-44fd-a9d6-38df3a16d0a6 2018-10-12 10:47:26,809 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-3ed2fd20-1c50-41f7-8ae3-4123c4d8a37f-pub-subnet 2018-10-12 10:47:26,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d848e5847a74f213f9c7f015ceb0f463ed2f78e6" -d '{"subnets": [{"ip_version": 4, "network_id": "97f78b71-7ef0-453a-92a0-b95375b34f3c", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-3ed2fd20-1c50-41f7-8ae3-4123c4d8a37f-pub-subnet"}]}' 2018-10-12 10:47:27,366 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-631c42ba-b00a-4f02-9765-35491cde1cd5 Date: Fri, 12 Oct 2018 10:47:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"97f78b71-7ef0-453a-92a0-b95375b34f3c","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:27Z","dns_nameservers":[],"updated_at":"2018-10-12T10:47:27Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"76e2d4dd-3c81-418c-8dad-8a81f4460c08","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3ed2fd20-1c50-41f7-8ae3-4123c4d8a37f-pub-subnet"}]} 2018-10-12 10:47:27,366 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-631c42ba-b00a-4f02-9765-35491cde1cd5 2018-10-12 10:47:27,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=97f78b71-7ef0-453a-92a0-b95375b34f3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d848e5847a74f213f9c7f015ceb0f463ed2f78e6" 2018-10-12 10:47:27,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-825a8f73-976d-474d-b737-ba0d0c9f28a4 Date: Fri, 12 Oct 2018 10:47:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"97f78b71-7ef0-453a-92a0-b95375b34f3c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["76e2d4dd-3c81-418c-8dad-8a81f4460c08"],"description":"","tags":[],"updated_at":"2018-10-12T10:47:27Z","provider:segmentation_id":94,"name":"NeutronUtilsRouterTests-3ed2fd20-1c50-41f7-8ae3-4123c4d8a37f-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:26Z","provider:network_type":"vxlan"}]} 2018-10-12 10:47:27,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=97f78b71-7ef0-453a-92a0-b95375b34f3c used request id req-825a8f73-976d-474d-b737-ba0d0c9f28a4 2018-10-12 10:47:27,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=97f78b71-7ef0-453a-92a0-b95375b34f3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d848e5847a74f213f9c7f015ceb0f463ed2f78e6" 2018-10-12 10:47:27,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a25aade3-4da8-4e86-bb8b-09148c714363 Date: Fri, 12 Oct 2018 10:47:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"97f78b71-7ef0-453a-92a0-b95375b34f3c","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:27Z","dns_nameservers":[],"updated_at":"2018-10-12T10:47:27Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"76e2d4dd-3c81-418c-8dad-8a81f4460c08","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3ed2fd20-1c50-41f7-8ae3-4123c4d8a37f-pub-subnet"}]} 2018-10-12 10:47:27,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=97f78b71-7ef0-453a-92a0-b95375b34f3c used request id req-a25aade3-4da8-4e86-bb8b-09148c714363 2018-10-12 10:47:27,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-3ed2fd20-1c50-41f7-8ae3-4123c4d8a37f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d848e5847a74f213f9c7f015ceb0f463ed2f78e6" 2018-10-12 10:47:28,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-9234e116-7746-4f8a-babf-e207ea5480f7 Date: Fri, 12 Oct 2018 10:47:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"97f78b71-7ef0-453a-92a0-b95375b34f3c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["76e2d4dd-3c81-418c-8dad-8a81f4460c08"],"description":"","tags":[],"updated_at":"2018-10-12T10:47:27Z","provider:segmentation_id":94,"name":"NeutronUtilsRouterTests-3ed2fd20-1c50-41f7-8ae3-4123c4d8a37f-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:26Z","provider:network_type":"vxlan"}]} 2018-10-12 10:47:28,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-3ed2fd20-1c50-41f7-8ae3-4123c4d8a37f-pub-net used request id req-9234e116-7746-4f8a-babf-e207ea5480f7 2018-10-12 10:47:28,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:47:28,022 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:47:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:47:28,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d848e5847a74f213f9c7f015ceb0f463ed2f78e6" 2018-10-12 10:47:28,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:47:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54ac40c3-3683-424a-8234-8f794a7f729e 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:47:28,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-54ac40c3-3683-424a-8234-8f794a7f729e 2018-10-12 10:47:28,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=97f78b71-7ef0-453a-92a0-b95375b34f3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d848e5847a74f213f9c7f015ceb0f463ed2f78e6" 2018-10-12 10:47:28,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-dc997196-6146-4253-abb6-177f6dee88c4 Date: Fri, 12 Oct 2018 10:47:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"97f78b71-7ef0-453a-92a0-b95375b34f3c","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:27Z","dns_nameservers":[],"updated_at":"2018-10-12T10:47:27Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"76e2d4dd-3c81-418c-8dad-8a81f4460c08","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3ed2fd20-1c50-41f7-8ae3-4123c4d8a37f-pub-subnet"}]} 2018-10-12 10:47:28,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=97f78b71-7ef0-453a-92a0-b95375b34f3c used request id req-dc997196-6146-4253-abb6-177f6dee88c4 2018-10-12 10:47:28,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=97f78b71-7ef0-453a-92a0-b95375b34f3c&name=NeutronUtilsRouterTests-3ed2fd20-1c50-41f7-8ae3-4123c4d8a37f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d848e5847a74f213f9c7f015ceb0f463ed2f78e6" 2018-10-12 10:47:28,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1ea1699d-26d0-4a58-9358-6a8871392ed6 Date: Fri, 12 Oct 2018 10:47:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"97f78b71-7ef0-453a-92a0-b95375b34f3c","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:27Z","dns_nameservers":[],"updated_at":"2018-10-12T10:47:27Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"76e2d4dd-3c81-418c-8dad-8a81f4460c08","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3ed2fd20-1c50-41f7-8ae3-4123c4d8a37f-pub-subnet"}]} 2018-10-12 10:47:28,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=97f78b71-7ef0-453a-92a0-b95375b34f3c&name=NeutronUtilsRouterTests-3ed2fd20-1c50-41f7-8ae3-4123c4d8a37f-pub-subnet used request id req-1ea1699d-26d0-4a58-9358-6a8871392ed6 2018-10-12 10:47:28,552 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-3ed2fd20-1c50-41f7-8ae3-4123c4d8a37f-pub-subnet 2018-10-12 10:47:28,552 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-3ed2fd20-1c50-41f7-8ae3-4123c4d8a37f-pub-subnet 2018-10-12 10:47:28,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/76e2d4dd-3c81-418c-8dad-8a81f4460c08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d848e5847a74f213f9c7f015ceb0f463ed2f78e6" 2018-10-12 10:47:30,121 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-84f35a0a-4301-4aac-ab29-63972d468f54 Date: Fri, 12 Oct 2018 10:47:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:47:30,121 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/76e2d4dd-3c81-418c-8dad-8a81f4460c08 used request id req-84f35a0a-4301-4aac-ab29-63972d468f54 2018-10-12 10:47:30,121 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-3ed2fd20-1c50-41f7-8ae3-4123c4d8a37f-pub-net 2018-10-12 10:47:30,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/97f78b71-7ef0-453a-92a0-b95375b34f3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d848e5847a74f213f9c7f015ceb0f463ed2f78e6" 2018-10-12 10:47:31,797 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-efd07a18-e8c7-4ee6-955b-8e86cfcfce22 Date: Fri, 12 Oct 2018 10:47:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:47:31,797 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/97f78b71-7ef0-453a-92a0-b95375b34f3c used request id req-efd07a18-e8c7-4ee6-955b-8e86cfcfce22 2018-10-12 10:47:31,799 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:47:32,183 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:47:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["5zC98Fc_S2WUf_j2l_s_aw"], "issued_at": "2018-10-12T10:47:32.000000Z"}} 2018-10-12 10:47:32,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3ae268f6e5a2544546509f6b5d9f6e69ee895a2" 2018-10-12 10:47:32,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:47:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f746037e-cd7c-4b31-8a48-ddc440546f05 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:47:32,260 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f746037e-cd7c-4b31-8a48-ddc440546f05 2018-10-12 10:47:32,261 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-fd58c551-3d94-4104-8538-fd8b4dcfee38-pub-net 2018-10-12 10:47:32,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3ae268f6e5a2544546509f6b5d9f6e69ee895a2" -d '{"network": {"name": "NeutronUtilsRouterTests-fd58c551-3d94-4104-8538-fd8b4dcfee38-pub-net", "admin_state_up": true}}' 2018-10-12 10:47:32,637 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-4880f367-4287-4de4-b565-126782524568 Date: Fri, 12 Oct 2018 10:47:32 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"81eeb504-754a-4bc3-b30f-204ce86f6440","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:47:32Z","is_default":false,"provider:segmentation_id":13,"name":"NeutronUtilsRouterTests-fd58c551-3d94-4104-8538-fd8b4dcfee38-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:32Z","mtu":1450}} 2018-10-12 10:47:32,637 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-4880f367-4287-4de4-b565-126782524568 2018-10-12 10:47:32,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=81eeb504-754a-4bc3-b30f-204ce86f6440 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3ae268f6e5a2544546509f6b5d9f6e69ee895a2" 2018-10-12 10:47:32,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-40a243a9-40d4-4039-a077-6a9d1512698c Date: Fri, 12 Oct 2018 10:47:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"81eeb504-754a-4bc3-b30f-204ce86f6440","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:47:32Z","provider:segmentation_id":13,"name":"NeutronUtilsRouterTests-fd58c551-3d94-4104-8538-fd8b4dcfee38-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:32Z","provider:network_type":"vxlan"}]} 2018-10-12 10:47:32,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=81eeb504-754a-4bc3-b30f-204ce86f6440 used request id req-40a243a9-40d4-4039-a077-6a9d1512698c 2018-10-12 10:47:32,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=81eeb504-754a-4bc3-b30f-204ce86f6440 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3ae268f6e5a2544546509f6b5d9f6e69ee895a2" 2018-10-12 10:47:33,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-072048b8-39d9-490c-badd-1d329573a515 Date: Fri, 12 Oct 2018 10:47:33 GMT RESP BODY: {"subnets":[]} 2018-10-12 10:47:33,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=81eeb504-754a-4bc3-b30f-204ce86f6440 used request id req-072048b8-39d9-490c-badd-1d329573a515 2018-10-12 10:47:33,067 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-fd58c551-3d94-4104-8538-fd8b4dcfee38-pub-subnet 2018-10-12 10:47:33,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3ae268f6e5a2544546509f6b5d9f6e69ee895a2" -d '{"subnets": [{"ip_version": 4, "network_id": "81eeb504-754a-4bc3-b30f-204ce86f6440", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-fd58c551-3d94-4104-8538-fd8b4dcfee38-pub-subnet"}]}' 2018-10-12 10:47:33,605 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1f389d06-a153-4264-9b4a-953e37d66625 Date: Fri, 12 Oct 2018 10:47:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"81eeb504-754a-4bc3-b30f-204ce86f6440","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:33Z","dns_nameservers":[],"updated_at":"2018-10-12T10:47:33Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"30d5aef7-c481-436b-bd98-f1ab7287e989","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fd58c551-3d94-4104-8538-fd8b4dcfee38-pub-subnet"}]} 2018-10-12 10:47:33,605 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-1f389d06-a153-4264-9b4a-953e37d66625 2018-10-12 10:47:33,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=81eeb504-754a-4bc3-b30f-204ce86f6440 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3ae268f6e5a2544546509f6b5d9f6e69ee895a2" 2018-10-12 10:47:33,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-ba32f57b-35cc-402a-902d-0c9307037a50 Date: Fri, 12 Oct 2018 10:47:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"81eeb504-754a-4bc3-b30f-204ce86f6440","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["30d5aef7-c481-436b-bd98-f1ab7287e989"],"description":"","tags":[],"updated_at":"2018-10-12T10:47:33Z","provider:segmentation_id":13,"name":"NeutronUtilsRouterTests-fd58c551-3d94-4104-8538-fd8b4dcfee38-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:32Z","provider:network_type":"vxlan"}]} 2018-10-12 10:47:33,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=81eeb504-754a-4bc3-b30f-204ce86f6440 used request id req-ba32f57b-35cc-402a-902d-0c9307037a50 2018-10-12 10:47:33,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=81eeb504-754a-4bc3-b30f-204ce86f6440 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3ae268f6e5a2544546509f6b5d9f6e69ee895a2" 2018-10-12 10:47:34,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4462268e-6c46-4dd5-97c2-507186a59399 Date: Fri, 12 Oct 2018 10:47:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"81eeb504-754a-4bc3-b30f-204ce86f6440","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:33Z","dns_nameservers":[],"updated_at":"2018-10-12T10:47:33Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"30d5aef7-c481-436b-bd98-f1ab7287e989","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fd58c551-3d94-4104-8538-fd8b4dcfee38-pub-subnet"}]} 2018-10-12 10:47:34,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=81eeb504-754a-4bc3-b30f-204ce86f6440 used request id req-4462268e-6c46-4dd5-97c2-507186a59399 2018-10-12 10:47:34,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-fd58c551-3d94-4104-8538-fd8b4dcfee38-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3ae268f6e5a2544546509f6b5d9f6e69ee895a2" 2018-10-12 10:47:34,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-01fea9c0-54bb-419e-b6ba-1b7bbaabb9e8 Date: Fri, 12 Oct 2018 10:47:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"81eeb504-754a-4bc3-b30f-204ce86f6440","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["30d5aef7-c481-436b-bd98-f1ab7287e989"],"description":"","tags":[],"updated_at":"2018-10-12T10:47:33Z","provider:segmentation_id":13,"name":"NeutronUtilsRouterTests-fd58c551-3d94-4104-8538-fd8b4dcfee38-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:32Z","provider:network_type":"vxlan"}]} 2018-10-12 10:47:34,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-fd58c551-3d94-4104-8538-fd8b4dcfee38-pub-net used request id req-01fea9c0-54bb-419e-b6ba-1b7bbaabb9e8 2018-10-12 10:47:34,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:47:34,162 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:47:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:47:34,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3ae268f6e5a2544546509f6b5d9f6e69ee895a2" 2018-10-12 10:47:34,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:47:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d9ae60c-4570-4413-8a7e-f1df1ed68171 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:47:34,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-1d9ae60c-4570-4413-8a7e-f1df1ed68171 2018-10-12 10:47:34,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=81eeb504-754a-4bc3-b30f-204ce86f6440 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3ae268f6e5a2544546509f6b5d9f6e69ee895a2" 2018-10-12 10:47:34,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1d8ccf81-0b6d-41aa-b869-637720a7ed7b Date: Fri, 12 Oct 2018 10:47:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"81eeb504-754a-4bc3-b30f-204ce86f6440","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:33Z","dns_nameservers":[],"updated_at":"2018-10-12T10:47:33Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"30d5aef7-c481-436b-bd98-f1ab7287e989","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fd58c551-3d94-4104-8538-fd8b4dcfee38-pub-subnet"}]} 2018-10-12 10:47:34,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=81eeb504-754a-4bc3-b30f-204ce86f6440 used request id req-1d8ccf81-0b6d-41aa-b869-637720a7ed7b 2018-10-12 10:47:34,252 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:47:34,253 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:47:34,631 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:47:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["uh9lQN3kSPqUY39yhOo99A"], "issued_at": "2018-10-12T10:47:34.000000Z"}} 2018-10-12 10:47:34,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7641a5a379ccdeb10ce2608404b99c2ff7a4ac2" 2018-10-12 10:47:34,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:47:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0821b6e4-463b-42db-93f2-ca9157adb0aa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:47:34,715 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0821b6e4-463b-42db-93f2-ca9157adb0aa 2018-10-12 10:47:34,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3ae268f6e5a2544546509f6b5d9f6e69ee895a2" 2018-10-12 10:47:34,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-4acbea9d-6c21-42ad-9c32-d5e244817d51 Date: Fri, 12 Oct 2018 10:47:34 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"}]} 2018-10-12 10:47:34,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-4acbea9d-6c21-42ad-9c32-d5e244817d51 2018-10-12 10:47:34,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=71fc6d74-b5f7-4beb-b556-59bef5906bb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3ae268f6e5a2544546509f6b5d9f6e69ee895a2" 2018-10-12 10:47:35,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-e4927501-1b78-4d97-b239-8d5d4ff8be54 Date: Fri, 12 Oct 2018 10:47:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:14Z","dns_nameservers":[],"updated_at":"2018-10-12T10:34:14Z","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":"a326b90e4e0b4021a92eb982e1729d5e","id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-12 10:47:35,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=71fc6d74-b5f7-4beb-b556-59bef5906bb2 used request id req-e4927501-1b78-4d97-b239-8d5d4ff8be54 2018-10-12 10:47:35,056 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-fd58c551-3d94-4104-8538-fd8b4dcfee38-pub-router 2018-10-12 10:47:35,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3ae268f6e5a2544546509f6b5d9f6e69ee895a2" -d '{"router": {"external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2"}, "name": "NeutronUtilsRouterTests-fd58c551-3d94-4104-8538-fd8b4dcfee38-pub-router", "admin_state_up": true}}' 2018-10-12 10:47:36,117 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-ec96e6cd-5414-4a89-a41b-62dcf4c7008b Date: Fri, 12 Oct 2018 10:47:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:47:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T10:47:35Z", "revision_number": 2, "routes": [], "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "9b387c6a-4b07-43bd-a71b-bd522e3a587a", "name": "NeutronUtilsRouterTests-fd58c551-3d94-4104-8538-fd8b4dcfee38-pub-router"}} 2018-10-12 10:47:36,118 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-ec96e6cd-5414-4a89-a41b-62dcf4c7008b 2018-10-12 10:47:36,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=9b387c6a-4b07-43bd-a71b-bd522e3a587a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3ae268f6e5a2544546509f6b5d9f6e69ee895a2" 2018-10-12 10:47:36,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-d96b26ca-492f-4a23-aee1-1f6efa106f9b Date: Fri, 12 Oct 2018 10:47:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:47:35Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.204"}],"id":"70aea820-4a52-402c-a181-ae754a2a82c6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:df:8b:5c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"9b387c6a-4b07-43bd-a71b-bd522e3a587a","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T10:47:35Z","binding:vnic_type":"normal"}]} 2018-10-12 10:47:36,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=9b387c6a-4b07-43bd-a71b-bd522e3a587a used request id req-d96b26ca-492f-4a23-aee1-1f6efa106f9b 2018-10-12 10:47:36,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/82a08d1b-7ae3-4f90-92ce-135e5b7a8821 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3ae268f6e5a2544546509f6b5d9f6e69ee895a2" 2018-10-12 10:47:36,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-dfde999c-7983-47a9-a44d-5d3d8ab54d24 Date: Fri, 12 Oct 2018 10:47:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:14Z","dns_nameservers":[],"updated_at":"2018-10-12T10:34:14Z","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":"a326b90e4e0b4021a92eb982e1729d5e","id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","subnetpool_id":null,"name":"external-subnet"}} 2018-10-12 10:47:36,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/82a08d1b-7ae3-4f90-92ce-135e5b7a8821 used request id req-dfde999c-7983-47a9-a44d-5d3d8ab54d24 2018-10-12 10:47:36,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-fd58c551-3d94-4104-8538-fd8b4dcfee38-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3ae268f6e5a2544546509f6b5d9f6e69ee895a2" 2018-10-12 10:47:36,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-cce89985-494f-41eb-9a22-5a91d157e4b9 Date: Fri, 12 Oct 2018 10:47:36 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:47:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T10:47:35Z", "revision_number": 2, "routes": [], "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "9b387c6a-4b07-43bd-a71b-bd522e3a587a", "name": "NeutronUtilsRouterTests-fd58c551-3d94-4104-8538-fd8b4dcfee38-pub-router"}]} 2018-10-12 10:47:36,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-fd58c551-3d94-4104-8538-fd8b4dcfee38-pub-router used request id req-cce89985-494f-41eb-9a22-5a91d157e4b9 2018-10-12 10:47:36,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3ae268f6e5a2544546509f6b5d9f6e69ee895a2" 2018-10-12 10:47:36,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:47:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b638b9a-e0ee-4c40-9258-0c41467dab8e 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:47:36,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-4b638b9a-e0ee-4c40-9258-0c41467dab8e 2018-10-12 10:47:36,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=9b387c6a-4b07-43bd-a71b-bd522e3a587a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3ae268f6e5a2544546509f6b5d9f6e69ee895a2" 2018-10-12 10:47:37,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-c8e705d6-8620-4777-a888-5163a5ca4ca0 Date: Fri, 12 Oct 2018 10:47:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:47:35Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.204"}],"id":"70aea820-4a52-402c-a181-ae754a2a82c6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:df:8b:5c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"9b387c6a-4b07-43bd-a71b-bd522e3a587a","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T10:47:35Z","binding:vnic_type":"normal"}]} 2018-10-12 10:47:37,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=9b387c6a-4b07-43bd-a71b-bd522e3a587a used request id req-c8e705d6-8620-4777-a888-5163a5ca4ca0 2018-10-12 10:47:37,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/82a08d1b-7ae3-4f90-92ce-135e5b7a8821 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3ae268f6e5a2544546509f6b5d9f6e69ee895a2" 2018-10-12 10:47:37,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-46eea2eb-3692-47ef-be90-5110365fae27 Date: Fri, 12 Oct 2018 10:47:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:14Z","dns_nameservers":[],"updated_at":"2018-10-12T10:34:14Z","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":"a326b90e4e0b4021a92eb982e1729d5e","id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","subnetpool_id":null,"name":"external-subnet"}} 2018-10-12 10:47:37,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/82a08d1b-7ae3-4f90-92ce-135e5b7a8821 used request id req-46eea2eb-3692-47ef-be90-5110365fae27 2018-10-12 10:47:37,285 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-fd58c551-3d94-4104-8538-fd8b4dcfee38-pub-router 2018-10-12 10:47:37,286 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-fd58c551-3d94-4104-8538-fd8b4dcfee38-pub-router 2018-10-12 10:47:37,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/9b387c6a-4b07-43bd-a71b-bd522e3a587a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3ae268f6e5a2544546509f6b5d9f6e69ee895a2" 2018-10-12 10:47:38,510 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-346a1c2e-8348-4cd9-b5e6-3bca3903455a Content-Length: 0 Date: Fri, 12 Oct 2018 10:47:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:47:38,510 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/9b387c6a-4b07-43bd-a71b-bd522e3a587a used request id req-346a1c2e-8348-4cd9-b5e6-3bca3903455a 2018-10-12 10:47:38,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-fd58c551-3d94-4104-8538-fd8b4dcfee38-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3ae268f6e5a2544546509f6b5d9f6e69ee895a2" 2018-10-12 10:47:38,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c750a094-4e0e-4515-af26-7526acac5704 Date: Fri, 12 Oct 2018 10:47:38 GMT RESP BODY: {"routers": []} 2018-10-12 10:47:38,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-fd58c551-3d94-4104-8538-fd8b4dcfee38-pub-router used request id req-c750a094-4e0e-4515-af26-7526acac5704 2018-10-12 10:47:38,558 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-fd58c551-3d94-4104-8538-fd8b4dcfee38-pub-subnet 2018-10-12 10:47:38,558 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-fd58c551-3d94-4104-8538-fd8b4dcfee38-pub-subnet 2018-10-12 10:47:38,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/30d5aef7-c481-436b-bd98-f1ab7287e989 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3ae268f6e5a2544546509f6b5d9f6e69ee895a2" 2018-10-12 10:47:40,587 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-48c0987e-670f-434e-89e4-dca4f6cb237c Date: Fri, 12 Oct 2018 10:47:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:47:40,587 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/30d5aef7-c481-436b-bd98-f1ab7287e989 used request id req-48c0987e-670f-434e-89e4-dca4f6cb237c 2018-10-12 10:47:40,588 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-fd58c551-3d94-4104-8538-fd8b4dcfee38-pub-net 2018-10-12 10:47:40,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/81eeb504-754a-4bc3-b30f-204ce86f6440 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3ae268f6e5a2544546509f6b5d9f6e69ee895a2" 2018-10-12 10:47:41,870 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-94855d7c-8a48-420a-beb2-aa9977c2df30 Date: Fri, 12 Oct 2018 10:47:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:47:41,870 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/81eeb504-754a-4bc3-b30f-204ce86f6440 used request id req-94855d7c-8a48-420a-beb2-aa9977c2df30 2018-10-12 10:47:41,871 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:47:42,248 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:47:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["3cQVexTlTVaAlMxZTFTlPg"], "issued_at": "2018-10-12T10:47:42.000000Z"}} 2018-10-12 10:47:42,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87dd6793da995518018bc998b2db2be5d799c8f4" 2018-10-12 10:47:42,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:47:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e2e3246-a0dd-4eb3-aee0-ef0e79ee5232 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:47:42,329 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7e2e3246-a0dd-4eb3-aee0-ef0e79ee5232 2018-10-12 10:47:42,330 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-pub-net 2018-10-12 10:47:42,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87dd6793da995518018bc998b2db2be5d799c8f4" -d '{"network": {"name": "NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-pub-net", "admin_state_up": true}}' 2018-10-12 10:47:42,755 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-818d99b8-9a9f-4d87-b4b9-98e143a8f60d Date: Fri, 12 Oct 2018 10:47: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":"3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:47:42Z","is_default":false,"provider:segmentation_id":44,"name":"NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:42Z","mtu":1450}} 2018-10-12 10:47:42,755 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-818d99b8-9a9f-4d87-b4b9-98e143a8f60d 2018-10-12 10:47:42,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87dd6793da995518018bc998b2db2be5d799c8f4" 2018-10-12 10:47:42,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d05116e4-0220-4c34-8078-3aa23849d616 Date: Fri, 12 Oct 2018 10:47:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:47:42Z","provider:segmentation_id":44,"name":"NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:42Z","provider:network_type":"vxlan"}]} 2018-10-12 10:47:42,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7 used request id req-d05116e4-0220-4c34-8078-3aa23849d616 2018-10-12 10:47:42,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87dd6793da995518018bc998b2db2be5d799c8f4" 2018-10-12 10:47:43,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1bb3e643-d23b-43fe-891f-14b9f292c26e Date: Fri, 12 Oct 2018 10:47:43 GMT RESP BODY: {"subnets":[]} 2018-10-12 10:47:43,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7 used request id req-1bb3e643-d23b-43fe-891f-14b9f292c26e 2018-10-12 10:47:43,159 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-pub-subnet 2018-10-12 10:47:43,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87dd6793da995518018bc998b2db2be5d799c8f4" -d '{"subnets": [{"ip_version": 4, "network_id": "3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-pub-subnet"}]}' 2018-10-12 10:47:43,599 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-66f0272f-4cbc-43ad-8b5e-f6dd82be32ae Date: Fri, 12 Oct 2018 10:47:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:43Z","dns_nameservers":[],"updated_at":"2018-10-12T10:47:43Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"a8f594b2-49de-47a0-a06c-d55e1df48ef1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-pub-subnet"}]} 2018-10-12 10:47:43,600 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-66f0272f-4cbc-43ad-8b5e-f6dd82be32ae 2018-10-12 10:47:43,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87dd6793da995518018bc998b2db2be5d799c8f4" 2018-10-12 10:47:43,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-c86ad83c-3bff-4d89-baa9-1abf65203d92 Date: Fri, 12 Oct 2018 10:47:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["a8f594b2-49de-47a0-a06c-d55e1df48ef1"],"description":"","tags":[],"updated_at":"2018-10-12T10:47:43Z","provider:segmentation_id":44,"name":"NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:42Z","provider:network_type":"vxlan"}]} 2018-10-12 10:47:43,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7 used request id req-c86ad83c-3bff-4d89-baa9-1abf65203d92 2018-10-12 10:47:43,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87dd6793da995518018bc998b2db2be5d799c8f4" 2018-10-12 10:47:44,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3aeeddd1-ea16-49fc-9fa5-14a52e131385 Date: Fri, 12 Oct 2018 10:47:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:43Z","dns_nameservers":[],"updated_at":"2018-10-12T10:47:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"a8f594b2-49de-47a0-a06c-d55e1df48ef1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-pub-subnet"}]} 2018-10-12 10:47:44,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7 used request id req-3aeeddd1-ea16-49fc-9fa5-14a52e131385 2018-10-12 10:47:44,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87dd6793da995518018bc998b2db2be5d799c8f4" 2018-10-12 10:47:44,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f137554b-28dd-4e21-bad7-eebfccc07566 Date: Fri, 12 Oct 2018 10:47:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["a8f594b2-49de-47a0-a06c-d55e1df48ef1"],"description":"","tags":[],"updated_at":"2018-10-12T10:47:43Z","provider:segmentation_id":44,"name":"NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:42Z","provider:network_type":"vxlan"}]} 2018-10-12 10:47:44,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-pub-net used request id req-f137554b-28dd-4e21-bad7-eebfccc07566 2018-10-12 10:47:44,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:47:44,322 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:47: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:47:44,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87dd6793da995518018bc998b2db2be5d799c8f4" 2018-10-12 10:47:44,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:47:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34cbfe47-5928-467b-8189-e249c7cadcf1 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:47:44,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-34cbfe47-5928-467b-8189-e249c7cadcf1 2018-10-12 10:47:44,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87dd6793da995518018bc998b2db2be5d799c8f4" 2018-10-12 10:47:44,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3869d22b-5d7c-4464-8a37-795335884d53 Date: Fri, 12 Oct 2018 10:47:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:43Z","dns_nameservers":[],"updated_at":"2018-10-12T10:47:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"a8f594b2-49de-47a0-a06c-d55e1df48ef1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-pub-subnet"}]} 2018-10-12 10:47:44,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7 used request id req-3869d22b-5d7c-4464-8a37-795335884d53 2018-10-12 10:47:44,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7&name=NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87dd6793da995518018bc998b2db2be5d799c8f4" 2018-10-12 10:47:44,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-05b56bc8-4a04-47c0-816b-a6e5abd36969 Date: Fri, 12 Oct 2018 10:47:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:43Z","dns_nameservers":[],"updated_at":"2018-10-12T10:47:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"a8f594b2-49de-47a0-a06c-d55e1df48ef1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-pub-subnet"}]} 2018-10-12 10:47:44,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7&name=NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-pub-subnet used request id req-05b56bc8-4a04-47c0-816b-a6e5abd36969 2018-10-12 10:47:44,739 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:47:44,740 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:47:45,174 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:47:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["i5NHjPJ0T-qp8esgrxmIYw"], "issued_at": "2018-10-12T10:47:45.000000Z"}} 2018-10-12 10:47:45,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}245ead0a9cca9caefb299250abd6e941f4e9bb90" 2018-10-12 10:47:45,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ca2adfd-76ba-4b1e-8082-46db681f2090 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:47:45,262 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9ca2adfd-76ba-4b1e-8082-46db681f2090 2018-10-12 10:47:45,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87dd6793da995518018bc998b2db2be5d799c8f4" 2018-10-12 10:47:45,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-df4a7fcd-1772-4cf5-ae0a-5209e7c11331 Date: Fri, 12 Oct 2018 10:47:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["a8f594b2-49de-47a0-a06c-d55e1df48ef1"],"description":"","tags":[],"updated_at":"2018-10-12T10:47:43Z","provider:segmentation_id":44,"name":"NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:42Z","provider:network_type":"vxlan"}]} 2018-10-12 10:47:45,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-pub-net used request id req-df4a7fcd-1772-4cf5-ae0a-5209e7c11331 2018-10-12 10:47:45,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87dd6793da995518018bc998b2db2be5d799c8f4" 2018-10-12 10:47:45,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d70179d0-3a0a-4979-8600-4df3fd96c28f Date: Fri, 12 Oct 2018 10:47:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:43Z","dns_nameservers":[],"updated_at":"2018-10-12T10:47:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"a8f594b2-49de-47a0-a06c-d55e1df48ef1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-pub-subnet"}]} 2018-10-12 10:47:45,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7 used request id req-d70179d0-3a0a-4979-8600-4df3fd96c28f 2018-10-12 10:47:45,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87dd6793da995518018bc998b2db2be5d799c8f4" 2018-10-12 10:47:45,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-713abd4d-5d5c-4a37-99b2-abf8eba26523 Date: Fri, 12 Oct 2018 10:47:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["a8f594b2-49de-47a0-a06c-d55e1df48ef1"],"description":"","tags":[],"updated_at":"2018-10-12T10:47:43Z","provider:segmentation_id":44,"name":"NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:42Z","provider:network_type":"vxlan"}]} 2018-10-12 10:47:45,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-pub-net used request id req-713abd4d-5d5c-4a37-99b2-abf8eba26523 2018-10-12 10:47:45,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:47:45,968 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:47:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:47:45,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}245ead0a9cca9caefb299250abd6e941f4e9bb90" 2018-10-12 10:47:46,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2fe0600-6067-449c-b400-9352ce95feb3 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:47:46,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-f2fe0600-6067-449c-b400-9352ce95feb3 2018-10-12 10:47:46,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87dd6793da995518018bc998b2db2be5d799c8f4" 2018-10-12 10:47:46,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9a5ef87c-91e5-4f3e-84b7-3f912f8e1b74 Date: Fri, 12 Oct 2018 10:47:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:43Z","dns_nameservers":[],"updated_at":"2018-10-12T10:47:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"a8f594b2-49de-47a0-a06c-d55e1df48ef1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-pub-subnet"}]} 2018-10-12 10:47:46,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7 used request id req-9a5ef87c-91e5-4f3e-84b7-3f912f8e1b74 2018-10-12 10:47:46,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7&name=NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87dd6793da995518018bc998b2db2be5d799c8f4" 2018-10-12 10:47:46,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-bde33369-a8a7-4ba3-bf7f-16d2023ecbb3 Date: Fri, 12 Oct 2018 10:47:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:43Z","dns_nameservers":[],"updated_at":"2018-10-12T10:47:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"a8f594b2-49de-47a0-a06c-d55e1df48ef1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-pub-subnet"}]} 2018-10-12 10:47:46,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7&name=NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-pub-subnet used request id req-bde33369-a8a7-4ba3-bf7f-16d2023ecbb3 2018-10-12 10:47:46,164 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-pub-net 2018-10-12 10:47:46,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87dd6793da995518018bc998b2db2be5d799c8f4" -d '{"port": {"network_id": "3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7", "fixed_ips": [{"subnet_id": "a8f594b2-49de-47a0-a06c-d55e1df48ef1", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-port", "admin_state_up": true}}' 2018-10-12 10:47:46,833 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-72c0d4f5-aee7-453a-88f0-d44605f6c804 Date: Fri, 12 Oct 2018 10:47:46 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:47:46Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a8f594b2-49de-47a0-a06c-d55e1df48ef1","ip_address":"10.55.1.100"}],"id":"b84b62ab-afba-477d-b33a-e3bd0c9524c4","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:2c:f7:02","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-port","admin_state_up":true,"network_id":"3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:46Z","binding:vnic_type":"normal"}} 2018-10-12 10:47:46,833 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-72c0d4f5-aee7-453a-88f0-d44605f6c804 2018-10-12 10:47:46,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87dd6793da995518018bc998b2db2be5d799c8f4" 2018-10-12 10:47:47,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4190 X-Openstack-Request-Id: req-573e9421-fe78-4c88-850c-ec9eb075a6d6 Date: Fri, 12 Oct 2018 10:47:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:47:45Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a8f594b2-49de-47a0-a06c-d55e1df48ef1","ip_address":"10.55.1.4"}],"id":"05c28135-8fd7-4e1a-ba88-1d276e3fa33e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:79:de:06","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7","name":"","admin_state_up":true,"network_id":"3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:44Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:47:44Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a8f594b2-49de-47a0-a06c-d55e1df48ef1","ip_address":"10.55.1.2"}],"id":"18081a71-f243-4494-8d72-1af593ce59ff","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4d:5c:63","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7","name":"","admin_state_up":true,"network_id":"3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:47:45Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a8f594b2-49de-47a0-a06c-d55e1df48ef1","ip_address":"10.55.1.3"}],"id":"4e0ef645-b526-4efe-918f-1f79f0a77572","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e0:c3:4d","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7","name":"","admin_state_up":true,"network_id":"3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:44Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:47:46Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a8f594b2-49de-47a0-a06c-d55e1df48ef1","ip_address":"10.55.1.100"}],"id":"b84b62ab-afba-477d-b33a-e3bd0c9524c4","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:2c:f7:02","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-port","admin_state_up":true,"network_id":"3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:46Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:47:03Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.202"}],"id":"f21167c5-6cdb-45a2-afea-d107385ec62b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a5:8d:d6","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"91746159-2418-4c30-9572-b40ad071c8ff","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T10:47:03Z","binding:vnic_type":"normal"}]} 2018-10-12 10:47:47,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports used request id req-573e9421-fe78-4c88-850c-ec9eb075a6d6 2018-10-12 10:47:47,062 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-port 2018-10-12 10:47:47,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/b84b62ab-afba-477d-b33a-e3bd0c9524c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87dd6793da995518018bc998b2db2be5d799c8f4" 2018-10-12 10:47:47,611 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-124a13e9-f3be-4c97-8907-2b8404ebbbf9 Date: Fri, 12 Oct 2018 10:47:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:47:47,611 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/b84b62ab-afba-477d-b33a-e3bd0c9524c4 used request id req-124a13e9-f3be-4c97-8907-2b8404ebbbf9 2018-10-12 10:47:47,612 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-pub-subnet 2018-10-12 10:47:47,612 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-pub-subnet 2018-10-12 10:47:47,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/a8f594b2-49de-47a0-a06c-d55e1df48ef1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87dd6793da995518018bc998b2db2be5d799c8f4" 2018-10-12 10:47:49,656 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-230bb414-0258-497d-9a79-487eb8e9098c Date: Fri, 12 Oct 2018 10:47:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:47:49,656 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/a8f594b2-49de-47a0-a06c-d55e1df48ef1 used request id req-230bb414-0258-497d-9a79-487eb8e9098c 2018-10-12 10:47:49,657 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-a0b061db-6ba8-4568-827c-17d3f59dc238-pub-net 2018-10-12 10:47:49,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87dd6793da995518018bc998b2db2be5d799c8f4" 2018-10-12 10:47:51,396 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-58dbfdc0-9888-481e-bf56-c7d04d20ca20 Date: Fri, 12 Oct 2018 10:47:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:47:51,396 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/3dedc21a-869f-4da9-b0f1-2da8b3d2a4d7 used request id req-58dbfdc0-9888-481e-bf56-c7d04d20ca20 2018-10-12 10:47:51,397 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:47:51,798 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:47:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["xlJLK6vmSNqMmUo6aMOhtA"], "issued_at": "2018-10-12T10:47:51.000000Z"}} 2018-10-12 10:47:51,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2229f8d3092f0cec258ffbe1f7749779f25dcd56" 2018-10-12 10:47:51,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:47:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-776418f5-dbef-4dbf-9180-cfc8314d017c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:47:51,876 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-776418f5-dbef-4dbf-9180-cfc8314d017c 2018-10-12 10:47:51,877 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-pub-net 2018-10-12 10:47:51,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2229f8d3092f0cec258ffbe1f7749779f25dcd56" -d '{"network": {"name": "NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-pub-net", "admin_state_up": true}}' 2018-10-12 10:47:52,277 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-b2219b29-4eed-44d5-b760-009c90ba10a4 Date: Fri, 12 Oct 2018 10:47: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":"08ffb18a-f658-46f9-a380-ed9092b452fd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:47:52Z","is_default":false,"provider:segmentation_id":1,"name":"NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:52Z","mtu":1450}} 2018-10-12 10:47:52,277 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-b2219b29-4eed-44d5-b760-009c90ba10a4 2018-10-12 10:47:52,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=08ffb18a-f658-46f9-a380-ed9092b452fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2229f8d3092f0cec258ffbe1f7749779f25dcd56" 2018-10-12 10:47:52,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-7e6189b3-82d3-4d01-93c8-634bf4ad339a Date: Fri, 12 Oct 2018 10:47:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"08ffb18a-f658-46f9-a380-ed9092b452fd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:47:52Z","provider:segmentation_id":1,"name":"NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:52Z","provider:network_type":"vxlan"}]} 2018-10-12 10:47:52,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=08ffb18a-f658-46f9-a380-ed9092b452fd used request id req-7e6189b3-82d3-4d01-93c8-634bf4ad339a 2018-10-12 10:47:52,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=08ffb18a-f658-46f9-a380-ed9092b452fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2229f8d3092f0cec258ffbe1f7749779f25dcd56" 2018-10-12 10:47:52,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-89178326-2fd3-4c93-bceb-92f716f99d80 Date: Fri, 12 Oct 2018 10:47:52 GMT RESP BODY: {"subnets":[]} 2018-10-12 10:47:52,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=08ffb18a-f658-46f9-a380-ed9092b452fd used request id req-89178326-2fd3-4c93-bceb-92f716f99d80 2018-10-12 10:47:52,738 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-pub-subnet 2018-10-12 10:47:52,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2229f8d3092f0cec258ffbe1f7749779f25dcd56" -d '{"subnets": [{"ip_version": 4, "network_id": "08ffb18a-f658-46f9-a380-ed9092b452fd", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-pub-subnet"}]}' 2018-10-12 10:47:53,270 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-bb0e8ab4-2229-4b99-95ec-eb386f3f3402 Date: Fri, 12 Oct 2018 10:47:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"08ffb18a-f658-46f9-a380-ed9092b452fd","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:53Z","dns_nameservers":[],"updated_at":"2018-10-12T10:47:53Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"e7f5db7a-d07a-468d-883f-5528e90e08dd","subnetpool_id":null,"name":"NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-pub-subnet"}]} 2018-10-12 10:47:53,271 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-bb0e8ab4-2229-4b99-95ec-eb386f3f3402 2018-10-12 10:47:53,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=08ffb18a-f658-46f9-a380-ed9092b452fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2229f8d3092f0cec258ffbe1f7749779f25dcd56" 2018-10-12 10:47:53,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-990b85e2-de28-4a2d-affb-300fa38e3e14 Date: Fri, 12 Oct 2018 10:47:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"08ffb18a-f658-46f9-a380-ed9092b452fd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["e7f5db7a-d07a-468d-883f-5528e90e08dd"],"description":"","tags":[],"updated_at":"2018-10-12T10:47:53Z","provider:segmentation_id":1,"name":"NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:52Z","provider:network_type":"vxlan"}]} 2018-10-12 10:47:53,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=08ffb18a-f658-46f9-a380-ed9092b452fd used request id req-990b85e2-de28-4a2d-affb-300fa38e3e14 2018-10-12 10:47:53,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=08ffb18a-f658-46f9-a380-ed9092b452fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2229f8d3092f0cec258ffbe1f7749779f25dcd56" 2018-10-12 10:47:53,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f0b537cd-9b95-4b3e-8f85-c2dc78c236ae Date: Fri, 12 Oct 2018 10:47:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"08ffb18a-f658-46f9-a380-ed9092b452fd","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:53Z","dns_nameservers":[],"updated_at":"2018-10-12T10:47:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"e7f5db7a-d07a-468d-883f-5528e90e08dd","subnetpool_id":null,"name":"NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-pub-subnet"}]} 2018-10-12 10:47:53,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=08ffb18a-f658-46f9-a380-ed9092b452fd used request id req-f0b537cd-9b95-4b3e-8f85-c2dc78c236ae 2018-10-12 10:47:53,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2229f8d3092f0cec258ffbe1f7749779f25dcd56" 2018-10-12 10:47:53,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-4ec8e270-0287-4eb6-8934-195b3e2a1938 Date: Fri, 12 Oct 2018 10:47:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"08ffb18a-f658-46f9-a380-ed9092b452fd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["e7f5db7a-d07a-468d-883f-5528e90e08dd"],"description":"","tags":[],"updated_at":"2018-10-12T10:47:53Z","provider:segmentation_id":1,"name":"NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:52Z","provider:network_type":"vxlan"}]} 2018-10-12 10:47:53,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-pub-net used request id req-4ec8e270-0287-4eb6-8934-195b3e2a1938 2018-10-12 10:47:53,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:47:53,981 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:47: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:47:53,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2229f8d3092f0cec258ffbe1f7749779f25dcd56" 2018-10-12 10:47:54,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:47:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c52af979-d213-4a10-a471-1f1a0ff17e24 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:47:54,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-c52af979-d213-4a10-a471-1f1a0ff17e24 2018-10-12 10:47:54,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=08ffb18a-f658-46f9-a380-ed9092b452fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2229f8d3092f0cec258ffbe1f7749779f25dcd56" 2018-10-12 10:47:54,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-337ca56c-6cae-44b7-8a7a-386c3a5c0308 Date: Fri, 12 Oct 2018 10:47:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"08ffb18a-f658-46f9-a380-ed9092b452fd","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:53Z","dns_nameservers":[],"updated_at":"2018-10-12T10:47:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"e7f5db7a-d07a-468d-883f-5528e90e08dd","subnetpool_id":null,"name":"NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-pub-subnet"}]} 2018-10-12 10:47:54,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=08ffb18a-f658-46f9-a380-ed9092b452fd used request id req-337ca56c-6cae-44b7-8a7a-386c3a5c0308 2018-10-12 10:47:54,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=08ffb18a-f658-46f9-a380-ed9092b452fd&name=NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2229f8d3092f0cec258ffbe1f7749779f25dcd56" 2018-10-12 10:47:54,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b5bc9f10-9805-4255-b2c5-92d5a62e1986 Date: Fri, 12 Oct 2018 10:47:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"08ffb18a-f658-46f9-a380-ed9092b452fd","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:53Z","dns_nameservers":[],"updated_at":"2018-10-12T10:47:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"e7f5db7a-d07a-468d-883f-5528e90e08dd","subnetpool_id":null,"name":"NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-pub-subnet"}]} 2018-10-12 10:47:54,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=08ffb18a-f658-46f9-a380-ed9092b452fd&name=NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-pub-subnet used request id req-b5bc9f10-9805-4255-b2c5-92d5a62e1986 2018-10-12 10:47:54,477 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:47:54,477 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:47:54,854 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:47:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["BZkXPiMkTvSbAbfo7MZwbg"], "issued_at": "2018-10-12T10:47:54.000000Z"}} 2018-10-12 10:47:54,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ad0925c2951d871d1916a5d614b68453ec7ff45" 2018-10-12 10:47:54,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:47:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7c9715b-5e79-44c0-9b38-1ac8e3bbb4dc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:47:54,940 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a7c9715b-5e79-44c0-9b38-1ac8e3bbb4dc 2018-10-12 10:47:54,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2229f8d3092f0cec258ffbe1f7749779f25dcd56" 2018-10-12 10:47:55,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-039a5b9e-f4bd-4ad6-8706-21ebba288eac Date: Fri, 12 Oct 2018 10:47:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"08ffb18a-f658-46f9-a380-ed9092b452fd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["e7f5db7a-d07a-468d-883f-5528e90e08dd"],"description":"","tags":[],"updated_at":"2018-10-12T10:47:53Z","provider:segmentation_id":1,"name":"NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:52Z","provider:network_type":"vxlan"}]} 2018-10-12 10:47:55,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-pub-net used request id req-039a5b9e-f4bd-4ad6-8706-21ebba288eac 2018-10-12 10:47:55,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=08ffb18a-f658-46f9-a380-ed9092b452fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2229f8d3092f0cec258ffbe1f7749779f25dcd56" 2018-10-12 10:47:55,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5ff1c34d-ac74-423e-9cc6-4af2798a8b48 Date: Fri, 12 Oct 2018 10:47:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"08ffb18a-f658-46f9-a380-ed9092b452fd","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:53Z","dns_nameservers":[],"updated_at":"2018-10-12T10:47:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"e7f5db7a-d07a-468d-883f-5528e90e08dd","subnetpool_id":null,"name":"NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-pub-subnet"}]} 2018-10-12 10:47:55,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=08ffb18a-f658-46f9-a380-ed9092b452fd used request id req-5ff1c34d-ac74-423e-9cc6-4af2798a8b48 2018-10-12 10:47:55,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2229f8d3092f0cec258ffbe1f7749779f25dcd56" 2018-10-12 10:47:55,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-e01ec7f9-b19e-41f8-8a31-0007c1a7609c Date: Fri, 12 Oct 2018 10:47:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"08ffb18a-f658-46f9-a380-ed9092b452fd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["e7f5db7a-d07a-468d-883f-5528e90e08dd"],"description":"","tags":[],"updated_at":"2018-10-12T10:47:53Z","provider:segmentation_id":1,"name":"NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:52Z","provider:network_type":"vxlan"}]} 2018-10-12 10:47:55,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-pub-net used request id req-e01ec7f9-b19e-41f8-8a31-0007c1a7609c 2018-10-12 10:47:55,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:47:55,533 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:47: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:47:55,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ad0925c2951d871d1916a5d614b68453ec7ff45" 2018-10-12 10:47:55,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:47:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e524552c-1899-4be1-bcc1-80161a646240 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:47:55,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-e524552c-1899-4be1-bcc1-80161a646240 2018-10-12 10:47:55,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=08ffb18a-f658-46f9-a380-ed9092b452fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2229f8d3092f0cec258ffbe1f7749779f25dcd56" 2018-10-12 10:47:55,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-320f68f5-163b-42f3-b18a-c2a1b0adcccc Date: Fri, 12 Oct 2018 10:47:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"08ffb18a-f658-46f9-a380-ed9092b452fd","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:53Z","dns_nameservers":[],"updated_at":"2018-10-12T10:47:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"e7f5db7a-d07a-468d-883f-5528e90e08dd","subnetpool_id":null,"name":"NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-pub-subnet"}]} 2018-10-12 10:47:55,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=08ffb18a-f658-46f9-a380-ed9092b452fd used request id req-320f68f5-163b-42f3-b18a-c2a1b0adcccc 2018-10-12 10:47:55,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=08ffb18a-f658-46f9-a380-ed9092b452fd&name=NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2229f8d3092f0cec258ffbe1f7749779f25dcd56" 2018-10-12 10:47:55,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b18c22bf-dff3-4b63-9041-2b3a7d9e9d8a Date: Fri, 12 Oct 2018 10:47:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"08ffb18a-f658-46f9-a380-ed9092b452fd","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:53Z","dns_nameservers":[],"updated_at":"2018-10-12T10:47:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"e7f5db7a-d07a-468d-883f-5528e90e08dd","subnetpool_id":null,"name":"NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-pub-subnet"}]} 2018-10-12 10:47:55,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=08ffb18a-f658-46f9-a380-ed9092b452fd&name=NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-pub-subnet used request id req-b18c22bf-dff3-4b63-9041-2b3a7d9e9d8a 2018-10-12 10:47:55,733 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-pub-net 2018-10-12 10:47:55,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2229f8d3092f0cec258ffbe1f7749779f25dcd56" -d '{"port": {"network_id": "08ffb18a-f658-46f9-a380-ed9092b452fd", "fixed_ips": [{"subnet_id": "e7f5db7a-d07a-468d-883f-5528e90e08dd", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-port", "admin_state_up": true}}' 2018-10-12 10:47:56,558 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-aac617bc-7e4a-4174-82ba-4478c04d4b11 Date: Fri, 12 Oct 2018 10:47:56 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:47:56Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e7f5db7a-d07a-468d-883f-5528e90e08dd","ip_address":"10.55.1.100"}],"id":"7f652156-4444-4ec9-ba04-42edd8fb9d7f","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:79:3f:7b","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-port","admin_state_up":true,"network_id":"08ffb18a-f658-46f9-a380-ed9092b452fd","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:56Z","binding:vnic_type":"normal"}} 2018-10-12 10:47:56,558 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-aac617bc-7e4a-4174-82ba-4478c04d4b11 2018-10-12 10:47:56,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2229f8d3092f0cec258ffbe1f7749779f25dcd56" 2018-10-12 10:47:56,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4190 X-Openstack-Request-Id: req-196c0edf-9964-4673-a0ab-5e15fcd31eb0 Date: Fri, 12 Oct 2018 10:47:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:47:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e7f5db7a-d07a-468d-883f-5528e90e08dd","ip_address":"10.55.1.3"}],"id":"1774d280-0669-442e-ab94-aca0ab2093bc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:2f:5d","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-08ffb18a-f658-46f9-a380-ed9092b452fd","name":"","admin_state_up":true,"network_id":"08ffb18a-f658-46f9-a380-ed9092b452fd","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:47:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e7f5db7a-d07a-468d-883f-5528e90e08dd","ip_address":"10.55.1.2"}],"id":"40128654-3d33-42ac-9bf9-04f95f9a1f97","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2e:7a:3a","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-08ffb18a-f658-46f9-a380-ed9092b452fd","name":"","admin_state_up":true,"network_id":"08ffb18a-f658-46f9-a380-ed9092b452fd","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:47:56Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e7f5db7a-d07a-468d-883f-5528e90e08dd","ip_address":"10.55.1.100"}],"id":"7f652156-4444-4ec9-ba04-42edd8fb9d7f","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:79:3f:7b","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-port","admin_state_up":true,"network_id":"08ffb18a-f658-46f9-a380-ed9092b452fd","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:47:55Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e7f5db7a-d07a-468d-883f-5528e90e08dd","ip_address":"10.55.1.4"}],"id":"ba792669-cf54-4ef9-bc6b-37202bd59dcb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:26:20:17","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-08ffb18a-f658-46f9-a380-ed9092b452fd","name":"","admin_state_up":true,"network_id":"08ffb18a-f658-46f9-a380-ed9092b452fd","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:47:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:47:03Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.202"}],"id":"f21167c5-6cdb-45a2-afea-d107385ec62b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a5:8d:d6","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"91746159-2418-4c30-9572-b40ad071c8ff","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T10:47:03Z","binding:vnic_type":"normal"}]} 2018-10-12 10:47:56,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports used request id req-196c0edf-9964-4673-a0ab-5e15fcd31eb0 2018-10-12 10:47:56,764 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-port 2018-10-12 10:47:56,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/7f652156-4444-4ec9-ba04-42edd8fb9d7f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2229f8d3092f0cec258ffbe1f7749779f25dcd56" 2018-10-12 10:47:57,452 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7007ad7e-5824-4b78-8fa8-80f3bfaecd20 Date: Fri, 12 Oct 2018 10:47:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:47:57,452 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/7f652156-4444-4ec9-ba04-42edd8fb9d7f used request id req-7007ad7e-5824-4b78-8fa8-80f3bfaecd20 2018-10-12 10:47:57,452 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-pub-subnet 2018-10-12 10:47:57,452 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-pub-subnet 2018-10-12 10:47:57,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/e7f5db7a-d07a-468d-883f-5528e90e08dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2229f8d3092f0cec258ffbe1f7749779f25dcd56" 2018-10-12 10:47:59,468 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c4b69865-f5d4-4fe4-aa67-b88ac09e2701 Date: Fri, 12 Oct 2018 10:47:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:47:59,468 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/e7f5db7a-d07a-468d-883f-5528e90e08dd used request id req-c4b69865-f5d4-4fe4-aa67-b88ac09e2701 2018-10-12 10:47:59,468 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-bf2c5dba-dd25-445b-adc5-2a4f95d58e96-pub-net 2018-10-12 10:47:59,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/08ffb18a-f658-46f9-a380-ed9092b452fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2229f8d3092f0cec258ffbe1f7749779f25dcd56" 2018-10-12 10:48:01,090 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8342ad8e-2c8d-407d-b3a3-f4d48c32be0e Date: Fri, 12 Oct 2018 10:48:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:48:01,090 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/08ffb18a-f658-46f9-a380-ed9092b452fd used request id req-8342ad8e-2c8d-407d-b3a3-f4d48c32be0e 2018-10-12 10:48:01,092 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:48:01,471 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:48:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["q2iS4BfAQp2IfjZCxiwTPw"], "issued_at": "2018-10-12T10:48:01.000000Z"}} 2018-10-12 10:48:01,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1074b664940470997d9c91decd7d034de7b74915" 2018-10-12 10:48:01,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:48:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27333c02-ecf2-4d0a-8f73-d46b186db2f5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:48:01,556 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-27333c02-ecf2-4d0a-8f73-d46b186db2f5 2018-10-12 10:48:01,557 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-612e6cd0-9f95-4e5b-aae5-dd6948f1b1f8-pub-net 2018-10-12 10:48:01,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1074b664940470997d9c91decd7d034de7b74915" -d '{"network": {"name": "NeutronUtilsRouterTests-612e6cd0-9f95-4e5b-aae5-dd6948f1b1f8-pub-net", "admin_state_up": true}}' 2018-10-12 10:48:01,935 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-37bb002c-5fa7-48d7-8dd0-9fa9d8d8b952 Date: Fri, 12 Oct 2018 10:48: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":"5384ff50-e68f-4da2-bc5b-52f59d7606db","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:48:01Z","is_default":false,"provider:segmentation_id":37,"name":"NeutronUtilsRouterTests-612e6cd0-9f95-4e5b-aae5-dd6948f1b1f8-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:01Z","mtu":1450}} 2018-10-12 10:48:01,935 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-37bb002c-5fa7-48d7-8dd0-9fa9d8d8b952 2018-10-12 10:48:01,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=5384ff50-e68f-4da2-bc5b-52f59d7606db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1074b664940470997d9c91decd7d034de7b74915" 2018-10-12 10:48:02,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-779ba12e-6b16-45c0-965b-4bc55a6362c1 Date: Fri, 12 Oct 2018 10:48:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"5384ff50-e68f-4da2-bc5b-52f59d7606db","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:48:01Z","provider:segmentation_id":37,"name":"NeutronUtilsRouterTests-612e6cd0-9f95-4e5b-aae5-dd6948f1b1f8-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:01Z","provider:network_type":"vxlan"}]} 2018-10-12 10:48:02,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=5384ff50-e68f-4da2-bc5b-52f59d7606db used request id req-779ba12e-6b16-45c0-965b-4bc55a6362c1 2018-10-12 10:48:02,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5384ff50-e68f-4da2-bc5b-52f59d7606db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1074b664940470997d9c91decd7d034de7b74915" 2018-10-12 10:48:02,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-014279bc-a8dd-4b20-8ecf-0ad5e396d32c Date: Fri, 12 Oct 2018 10:48:02 GMT RESP BODY: {"subnets":[]} 2018-10-12 10:48:02,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5384ff50-e68f-4da2-bc5b-52f59d7606db used request id req-014279bc-a8dd-4b20-8ecf-0ad5e396d32c 2018-10-12 10:48:02,382 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-612e6cd0-9f95-4e5b-aae5-dd6948f1b1f8-pub-subnet 2018-10-12 10:48:02,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1074b664940470997d9c91decd7d034de7b74915" -d '{"subnets": [{"ip_version": 4, "network_id": "5384ff50-e68f-4da2-bc5b-52f59d7606db", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-612e6cd0-9f95-4e5b-aae5-dd6948f1b1f8-pub-subnet"}]}' 2018-10-12 10:48:02,797 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-31c58ea5-46dc-4efb-bb30-1ec6b89d35af Date: Fri, 12 Oct 2018 10:48:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5384ff50-e68f-4da2-bc5b-52f59d7606db","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:02Z","dns_nameservers":[],"updated_at":"2018-10-12T10:48: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":"104d75bb2cac4b4998c38732dc15f0bd","id":"28da0c1a-5d33-407e-a9cd-c3d58147d3e2","subnetpool_id":null,"name":"NeutronUtilsRouterTests-612e6cd0-9f95-4e5b-aae5-dd6948f1b1f8-pub-subnet"}]} 2018-10-12 10:48:02,797 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-31c58ea5-46dc-4efb-bb30-1ec6b89d35af 2018-10-12 10:48:02,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=5384ff50-e68f-4da2-bc5b-52f59d7606db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1074b664940470997d9c91decd7d034de7b74915" 2018-10-12 10:48:03,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-76d85ef8-5603-4d4c-867b-68646a47b50c Date: Fri, 12 Oct 2018 10:48:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5384ff50-e68f-4da2-bc5b-52f59d7606db","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["28da0c1a-5d33-407e-a9cd-c3d58147d3e2"],"description":"","tags":[],"updated_at":"2018-10-12T10:48:02Z","provider:segmentation_id":37,"name":"NeutronUtilsRouterTests-612e6cd0-9f95-4e5b-aae5-dd6948f1b1f8-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:01Z","provider:network_type":"vxlan"}]} 2018-10-12 10:48:03,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=5384ff50-e68f-4da2-bc5b-52f59d7606db used request id req-76d85ef8-5603-4d4c-867b-68646a47b50c 2018-10-12 10:48:03,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5384ff50-e68f-4da2-bc5b-52f59d7606db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1074b664940470997d9c91decd7d034de7b74915" 2018-10-12 10:48:03,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4fef0019-33dc-4fc0-bf95-c2fca274625f Date: Fri, 12 Oct 2018 10:48:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5384ff50-e68f-4da2-bc5b-52f59d7606db","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:02Z","dns_nameservers":[],"updated_at":"2018-10-12T10:48: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":"104d75bb2cac4b4998c38732dc15f0bd","id":"28da0c1a-5d33-407e-a9cd-c3d58147d3e2","subnetpool_id":null,"name":"NeutronUtilsRouterTests-612e6cd0-9f95-4e5b-aae5-dd6948f1b1f8-pub-subnet"}]} 2018-10-12 10:48:03,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5384ff50-e68f-4da2-bc5b-52f59d7606db used request id req-4fef0019-33dc-4fc0-bf95-c2fca274625f 2018-10-12 10:48:03,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-612e6cd0-9f95-4e5b-aae5-dd6948f1b1f8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1074b664940470997d9c91decd7d034de7b74915" 2018-10-12 10:48:03,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-cb96ba35-6537-482d-95bb-faa0d5b8a592 Date: Fri, 12 Oct 2018 10:48:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5384ff50-e68f-4da2-bc5b-52f59d7606db","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["28da0c1a-5d33-407e-a9cd-c3d58147d3e2"],"description":"","tags":[],"updated_at":"2018-10-12T10:48:02Z","provider:segmentation_id":37,"name":"NeutronUtilsRouterTests-612e6cd0-9f95-4e5b-aae5-dd6948f1b1f8-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:01Z","provider:network_type":"vxlan"}]} 2018-10-12 10:48:03,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-612e6cd0-9f95-4e5b-aae5-dd6948f1b1f8-pub-net used request id req-cb96ba35-6537-482d-95bb-faa0d5b8a592 2018-10-12 10:48:03,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:48:03,576 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:48: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:48:03,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1074b664940470997d9c91decd7d034de7b74915" 2018-10-12 10:48:03,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:48:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14a91258-ddd5-4158-bdc1-588f5010b70a 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:48:03,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-14a91258-ddd5-4158-bdc1-588f5010b70a 2018-10-12 10:48:03,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5384ff50-e68f-4da2-bc5b-52f59d7606db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1074b664940470997d9c91decd7d034de7b74915" 2018-10-12 10:48:03,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-01172f56-a491-434e-ae53-2aee5ca34418 Date: Fri, 12 Oct 2018 10:48:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5384ff50-e68f-4da2-bc5b-52f59d7606db","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:02Z","dns_nameservers":[],"updated_at":"2018-10-12T10:48: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":"104d75bb2cac4b4998c38732dc15f0bd","id":"28da0c1a-5d33-407e-a9cd-c3d58147d3e2","subnetpool_id":null,"name":"NeutronUtilsRouterTests-612e6cd0-9f95-4e5b-aae5-dd6948f1b1f8-pub-subnet"}]} 2018-10-12 10:48:03,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5384ff50-e68f-4da2-bc5b-52f59d7606db used request id req-01172f56-a491-434e-ae53-2aee5ca34418 2018-10-12 10:48:03,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5384ff50-e68f-4da2-bc5b-52f59d7606db&name=NeutronUtilsRouterTests-612e6cd0-9f95-4e5b-aae5-dd6948f1b1f8-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1074b664940470997d9c91decd7d034de7b74915" 2018-10-12 10:48:04,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f926a4c2-8bc0-4bed-81d4-6bedbd12cecd Date: Fri, 12 Oct 2018 10:48:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5384ff50-e68f-4da2-bc5b-52f59d7606db","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:02Z","dns_nameservers":[],"updated_at":"2018-10-12T10:48: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":"104d75bb2cac4b4998c38732dc15f0bd","id":"28da0c1a-5d33-407e-a9cd-c3d58147d3e2","subnetpool_id":null,"name":"NeutronUtilsRouterTests-612e6cd0-9f95-4e5b-aae5-dd6948f1b1f8-pub-subnet"}]} 2018-10-12 10:48:04,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5384ff50-e68f-4da2-bc5b-52f59d7606db&name=NeutronUtilsRouterTests-612e6cd0-9f95-4e5b-aae5-dd6948f1b1f8-pub-subnet used request id req-f926a4c2-8bc0-4bed-81d4-6bedbd12cecd 2018-10-12 10:48:04,044 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:48:04,045 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:48:04,450 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:48:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["YH9unjsuRGmWPnYV4crkEA"], "issued_at": "2018-10-12T10:48:04.000000Z"}} 2018-10-12 10:48:04,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb346e629a48e1bc418e7f2177f52b18a18d58ae" 2018-10-12 10:48:04,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:48:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f91b8e85-2376-4a27-bccd-a97dddc43a4f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:48:04,528 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f91b8e85-2376-4a27-bccd-a97dddc43a4f 2018-10-12 10:48:04,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-612e6cd0-9f95-4e5b-aae5-dd6948f1b1f8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1074b664940470997d9c91decd7d034de7b74915" 2018-10-12 10:48:04,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-8e075d8b-cf74-4313-aa2e-91ef36fe7fbc Date: Fri, 12 Oct 2018 10:48:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5384ff50-e68f-4da2-bc5b-52f59d7606db","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["28da0c1a-5d33-407e-a9cd-c3d58147d3e2"],"description":"","tags":[],"updated_at":"2018-10-12T10:48:02Z","provider:segmentation_id":37,"name":"NeutronUtilsRouterTests-612e6cd0-9f95-4e5b-aae5-dd6948f1b1f8-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:01Z","provider:network_type":"vxlan"}]} 2018-10-12 10:48:04,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-612e6cd0-9f95-4e5b-aae5-dd6948f1b1f8-pub-net used request id req-8e075d8b-cf74-4313-aa2e-91ef36fe7fbc 2018-10-12 10:48:04,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5384ff50-e68f-4da2-bc5b-52f59d7606db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1074b664940470997d9c91decd7d034de7b74915" 2018-10-12 10:48:04,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5795c780-5274-466b-ba9f-d479d264be9f Date: Fri, 12 Oct 2018 10:48:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5384ff50-e68f-4da2-bc5b-52f59d7606db","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:02Z","dns_nameservers":[],"updated_at":"2018-10-12T10:48: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":"104d75bb2cac4b4998c38732dc15f0bd","id":"28da0c1a-5d33-407e-a9cd-c3d58147d3e2","subnetpool_id":null,"name":"NeutronUtilsRouterTests-612e6cd0-9f95-4e5b-aae5-dd6948f1b1f8-pub-subnet"}]} 2018-10-12 10:48:04,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5384ff50-e68f-4da2-bc5b-52f59d7606db used request id req-5795c780-5274-466b-ba9f-d479d264be9f 2018-10-12 10:48:04,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-612e6cd0-9f95-4e5b-aae5-dd6948f1b1f8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1074b664940470997d9c91decd7d034de7b74915" 2018-10-12 10:48:04,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-fca4fbd9-7cda-4c50-bb14-98530b1f06a6 Date: Fri, 12 Oct 2018 10:48:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5384ff50-e68f-4da2-bc5b-52f59d7606db","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["28da0c1a-5d33-407e-a9cd-c3d58147d3e2"],"description":"","tags":[],"updated_at":"2018-10-12T10:48:02Z","provider:segmentation_id":37,"name":"NeutronUtilsRouterTests-612e6cd0-9f95-4e5b-aae5-dd6948f1b1f8-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:01Z","provider:network_type":"vxlan"}]} 2018-10-12 10:48:04,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-612e6cd0-9f95-4e5b-aae5-dd6948f1b1f8-pub-net used request id req-fca4fbd9-7cda-4c50-bb14-98530b1f06a6 2018-10-12 10:48:04,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:48:04,931 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:48:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:48:04,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb346e629a48e1bc418e7f2177f52b18a18d58ae" 2018-10-12 10:48:05,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:48:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-376e92c3-1670-47a6-8c55-23ccc285b91f 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:48:05,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-376e92c3-1670-47a6-8c55-23ccc285b91f 2018-10-12 10:48:05,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5384ff50-e68f-4da2-bc5b-52f59d7606db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1074b664940470997d9c91decd7d034de7b74915" 2018-10-12 10:48:05,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b6ae5bea-25f5-4c47-8d29-1871e9606920 Date: Fri, 12 Oct 2018 10:48:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5384ff50-e68f-4da2-bc5b-52f59d7606db","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:02Z","dns_nameservers":[],"updated_at":"2018-10-12T10:48: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":"104d75bb2cac4b4998c38732dc15f0bd","id":"28da0c1a-5d33-407e-a9cd-c3d58147d3e2","subnetpool_id":null,"name":"NeutronUtilsRouterTests-612e6cd0-9f95-4e5b-aae5-dd6948f1b1f8-pub-subnet"}]} 2018-10-12 10:48:05,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5384ff50-e68f-4da2-bc5b-52f59d7606db used request id req-b6ae5bea-25f5-4c47-8d29-1871e9606920 2018-10-12 10:48:05,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5384ff50-e68f-4da2-bc5b-52f59d7606db&name=NeutronUtilsRouterTests-612e6cd0-9f95-4e5b-aae5-dd6948f1b1f8-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1074b664940470997d9c91decd7d034de7b74915" 2018-10-12 10:48:05,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1ece9da5-ffc8-49db-b165-a6bcbc33263b Date: Fri, 12 Oct 2018 10:48:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5384ff50-e68f-4da2-bc5b-52f59d7606db","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:02Z","dns_nameservers":[],"updated_at":"2018-10-12T10:48: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":"104d75bb2cac4b4998c38732dc15f0bd","id":"28da0c1a-5d33-407e-a9cd-c3d58147d3e2","subnetpool_id":null,"name":"NeutronUtilsRouterTests-612e6cd0-9f95-4e5b-aae5-dd6948f1b1f8-pub-subnet"}]} 2018-10-12 10:48:05,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5384ff50-e68f-4da2-bc5b-52f59d7606db&name=NeutronUtilsRouterTests-612e6cd0-9f95-4e5b-aae5-dd6948f1b1f8-pub-subnet used request id req-1ece9da5-ffc8-49db-b165-a6bcbc33263b 2018-10-12 10:48:05,285 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-612e6cd0-9f95-4e5b-aae5-dd6948f1b1f8-pub-net 2018-10-12 10:48:05,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1074b664940470997d9c91decd7d034de7b74915" -d '{"port": {"network_id": "5384ff50-e68f-4da2-bc5b-52f59d7606db", "fixed_ips": [{"subnet_id": "28da0c1a-5d33-407e-a9cd-c3d58147d3e2", "ip_address": "foo"}], "name": "NeutronUtilsRouterTests-612e6cd0-9f95-4e5b-aae5-dd6948f1b1f8-port", "admin_state_up": true}}' 2018-10-12 10:48:05,453 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 142 Content-Type: application/json X-Openstack-Request-Id: req-23be9486-bdc6-4a7b-bed5-944b920e673f Date: Fri, 12 Oct 2018 10:48:05 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-12 10:48:05,453 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-23be9486-bdc6-4a7b-bed5-944b920e673f 2018-10-12 10:48:05,453 - 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-10-12 10:48:05,453 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-612e6cd0-9f95-4e5b-aae5-dd6948f1b1f8-pub-subnet 2018-10-12 10:48:05,453 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-612e6cd0-9f95-4e5b-aae5-dd6948f1b1f8-pub-subnet 2018-10-12 10:48:05,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/28da0c1a-5d33-407e-a9cd-c3d58147d3e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1074b664940470997d9c91decd7d034de7b74915" 2018-10-12 10:48:07,791 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-21b1d1ff-c6ff-47b1-9e43-00f22f3bfff2 Date: Fri, 12 Oct 2018 10:48:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:48:07,791 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/28da0c1a-5d33-407e-a9cd-c3d58147d3e2 used request id req-21b1d1ff-c6ff-47b1-9e43-00f22f3bfff2 2018-10-12 10:48:07,791 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-612e6cd0-9f95-4e5b-aae5-dd6948f1b1f8-pub-net 2018-10-12 10:48:07,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/5384ff50-e68f-4da2-bc5b-52f59d7606db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1074b664940470997d9c91decd7d034de7b74915" 2018-10-12 10:48:09,078 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2e02a1e0-15be-459b-ab1e-8f50c3624960 Date: Fri, 12 Oct 2018 10:48:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:48:09,079 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/5384ff50-e68f-4da2-bc5b-52f59d7606db used request id req-2e02a1e0-15be-459b-ab1e-8f50c3624960 2018-10-12 10:48:09,080 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:48:09,452 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:48:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["kMHDmOR0QmOqTVOhS8UyzA"], "issued_at": "2018-10-12T10:48:09.000000Z"}} 2018-10-12 10:48:09,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3cfaa323546a2b15340b21f9e042870a926693" 2018-10-12 10:48:09,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:48:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad01e47e-ed71-4346-95a1-fa15f93184df Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:48:09,546 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ad01e47e-ed71-4346-95a1-fa15f93184df 2018-10-12 10:48:09,547 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-2d12cc55-a943-4bc1-9df8-dbc3fc44f6d4-pub-net 2018-10-12 10:48:09,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3cfaa323546a2b15340b21f9e042870a926693" -d '{"network": {"name": "NeutronUtilsRouterTests-2d12cc55-a943-4bc1-9df8-dbc3fc44f6d4-pub-net", "admin_state_up": true}}' 2018-10-12 10:48:10,121 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-8c062848-c62e-49c4-b241-f89cd8a91bec Date: Fri, 12 Oct 2018 10:48:10 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d2e02595-d6ac-4b21-a885-388789ac4aa6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:48:09Z","is_default":false,"provider:segmentation_id":50,"name":"NeutronUtilsRouterTests-2d12cc55-a943-4bc1-9df8-dbc3fc44f6d4-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:09Z","mtu":1450}} 2018-10-12 10:48:10,121 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-8c062848-c62e-49c4-b241-f89cd8a91bec 2018-10-12 10:48:10,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=d2e02595-d6ac-4b21-a885-388789ac4aa6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3cfaa323546a2b15340b21f9e042870a926693" 2018-10-12 10:48:10,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-5f14324f-4a6b-4570-b361-9ba6692ac05b Date: Fri, 12 Oct 2018 10:48:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d2e02595-d6ac-4b21-a885-388789ac4aa6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:48:09Z","provider:segmentation_id":50,"name":"NeutronUtilsRouterTests-2d12cc55-a943-4bc1-9df8-dbc3fc44f6d4-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:09Z","provider:network_type":"vxlan"}]} 2018-10-12 10:48:10,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=d2e02595-d6ac-4b21-a885-388789ac4aa6 used request id req-5f14324f-4a6b-4570-b361-9ba6692ac05b 2018-10-12 10:48:10,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=d2e02595-d6ac-4b21-a885-388789ac4aa6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3cfaa323546a2b15340b21f9e042870a926693" 2018-10-12 10:48:10,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3bf35171-c02f-453a-803b-cd947f7e09a0 Date: Fri, 12 Oct 2018 10:48:10 GMT RESP BODY: {"subnets":[]} 2018-10-12 10:48:10,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=d2e02595-d6ac-4b21-a885-388789ac4aa6 used request id req-3bf35171-c02f-453a-803b-cd947f7e09a0 2018-10-12 10:48:10,529 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-2d12cc55-a943-4bc1-9df8-dbc3fc44f6d4-pub-subnet 2018-10-12 10:48:10,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3cfaa323546a2b15340b21f9e042870a926693" -d '{"subnets": [{"ip_version": 4, "network_id": "d2e02595-d6ac-4b21-a885-388789ac4aa6", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-2d12cc55-a943-4bc1-9df8-dbc3fc44f6d4-pub-subnet"}]}' 2018-10-12 10:48:11,163 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-61916f19-5c1c-42a4-b4ee-c8e9efc86b19 Date: Fri, 12 Oct 2018 10:48:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d2e02595-d6ac-4b21-a885-388789ac4aa6","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:10Z","dns_nameservers":[],"updated_at":"2018-10-12T10:48:10Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"3112ae50-e994-4dfb-bad4-e8e28e0bc61e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2d12cc55-a943-4bc1-9df8-dbc3fc44f6d4-pub-subnet"}]} 2018-10-12 10:48:11,163 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-61916f19-5c1c-42a4-b4ee-c8e9efc86b19 2018-10-12 10:48:11,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=d2e02595-d6ac-4b21-a885-388789ac4aa6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3cfaa323546a2b15340b21f9e042870a926693" 2018-10-12 10:48:11,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-fdba6596-f1cc-43f2-a4be-414b9eada51e Date: Fri, 12 Oct 2018 10:48:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d2e02595-d6ac-4b21-a885-388789ac4aa6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["3112ae50-e994-4dfb-bad4-e8e28e0bc61e"],"description":"","tags":[],"updated_at":"2018-10-12T10:48:10Z","provider:segmentation_id":50,"name":"NeutronUtilsRouterTests-2d12cc55-a943-4bc1-9df8-dbc3fc44f6d4-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:09Z","provider:network_type":"vxlan"}]} 2018-10-12 10:48:11,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=d2e02595-d6ac-4b21-a885-388789ac4aa6 used request id req-fdba6596-f1cc-43f2-a4be-414b9eada51e 2018-10-12 10:48:11,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=d2e02595-d6ac-4b21-a885-388789ac4aa6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3cfaa323546a2b15340b21f9e042870a926693" 2018-10-12 10:48:11,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-238cf7ab-4fef-4907-afe6-d679e8582563 Date: Fri, 12 Oct 2018 10:48:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d2e02595-d6ac-4b21-a885-388789ac4aa6","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:10Z","dns_nameservers":[],"updated_at":"2018-10-12T10:48:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"3112ae50-e994-4dfb-bad4-e8e28e0bc61e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2d12cc55-a943-4bc1-9df8-dbc3fc44f6d4-pub-subnet"}]} 2018-10-12 10:48:11,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=d2e02595-d6ac-4b21-a885-388789ac4aa6 used request id req-238cf7ab-4fef-4907-afe6-d679e8582563 2018-10-12 10:48:11,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-2d12cc55-a943-4bc1-9df8-dbc3fc44f6d4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3cfaa323546a2b15340b21f9e042870a926693" 2018-10-12 10:48:11,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-a8002a94-8866-47bd-aecd-bf8caae99bfe Date: Fri, 12 Oct 2018 10:48:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d2e02595-d6ac-4b21-a885-388789ac4aa6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["3112ae50-e994-4dfb-bad4-e8e28e0bc61e"],"description":"","tags":[],"updated_at":"2018-10-12T10:48:10Z","provider:segmentation_id":50,"name":"NeutronUtilsRouterTests-2d12cc55-a943-4bc1-9df8-dbc3fc44f6d4-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:09Z","provider:network_type":"vxlan"}]} 2018-10-12 10:48:11,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-2d12cc55-a943-4bc1-9df8-dbc3fc44f6d4-pub-net used request id req-a8002a94-8866-47bd-aecd-bf8caae99bfe 2018-10-12 10:48:11,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:48:11,579 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:48: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:48:11,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3cfaa323546a2b15340b21f9e042870a926693" 2018-10-12 10:48:11,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:48:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c247eb8-c68d-412e-a0e3-a0f4cb17e967 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:48:11,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-6c247eb8-c68d-412e-a0e3-a0f4cb17e967 2018-10-12 10:48:11,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=d2e02595-d6ac-4b21-a885-388789ac4aa6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3cfaa323546a2b15340b21f9e042870a926693" 2018-10-12 10:48:11,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-529304b2-3511-46ef-9178-dfcf818fefdc Date: Fri, 12 Oct 2018 10:48:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d2e02595-d6ac-4b21-a885-388789ac4aa6","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:10Z","dns_nameservers":[],"updated_at":"2018-10-12T10:48:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"3112ae50-e994-4dfb-bad4-e8e28e0bc61e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2d12cc55-a943-4bc1-9df8-dbc3fc44f6d4-pub-subnet"}]} 2018-10-12 10:48:11,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=d2e02595-d6ac-4b21-a885-388789ac4aa6 used request id req-529304b2-3511-46ef-9178-dfcf818fefdc 2018-10-12 10:48:11,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=d2e02595-d6ac-4b21-a885-388789ac4aa6&name=NeutronUtilsRouterTests-2d12cc55-a943-4bc1-9df8-dbc3fc44f6d4-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3cfaa323546a2b15340b21f9e042870a926693" 2018-10-12 10:48:12,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5b27a7d2-e6c4-4c00-8964-89e38cb8433a Date: Fri, 12 Oct 2018 10:48:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d2e02595-d6ac-4b21-a885-388789ac4aa6","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:10Z","dns_nameservers":[],"updated_at":"2018-10-12T10:48:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"3112ae50-e994-4dfb-bad4-e8e28e0bc61e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2d12cc55-a943-4bc1-9df8-dbc3fc44f6d4-pub-subnet"}]} 2018-10-12 10:48:12,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=d2e02595-d6ac-4b21-a885-388789ac4aa6&name=NeutronUtilsRouterTests-2d12cc55-a943-4bc1-9df8-dbc3fc44f6d4-pub-subnet used request id req-5b27a7d2-e6c4-4c00-8964-89e38cb8433a 2018-10-12 10:48:12,065 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:48:12,066 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:48:12,452 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:48:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["daIH36vYQwSMTnxeDycmgw"], "issued_at": "2018-10-12T10:48:12.000000Z"}} 2018-10-12 10:48:12,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba35fbf3469c554fef98aff7c08e3fdfab75ca48" 2018-10-12 10:48:12,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:48:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-415bfa1f-8f1d-4e5d-86a2-2a8ce8bba740 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:48:12,552 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-415bfa1f-8f1d-4e5d-86a2-2a8ce8bba740 2018-10-12 10:48:12,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-2d12cc55-a943-4bc1-9df8-dbc3fc44f6d4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3cfaa323546a2b15340b21f9e042870a926693" 2018-10-12 10:48:12,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-dbfdaf2e-dd47-4971-9f68-4ccf10bc12b1 Date: Fri, 12 Oct 2018 10:48:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d2e02595-d6ac-4b21-a885-388789ac4aa6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["3112ae50-e994-4dfb-bad4-e8e28e0bc61e"],"description":"","tags":[],"updated_at":"2018-10-12T10:48:10Z","provider:segmentation_id":50,"name":"NeutronUtilsRouterTests-2d12cc55-a943-4bc1-9df8-dbc3fc44f6d4-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:09Z","provider:network_type":"vxlan"}]} 2018-10-12 10:48:12,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-2d12cc55-a943-4bc1-9df8-dbc3fc44f6d4-pub-net used request id req-dbfdaf2e-dd47-4971-9f68-4ccf10bc12b1 2018-10-12 10:48:12,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=d2e02595-d6ac-4b21-a885-388789ac4aa6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3cfaa323546a2b15340b21f9e042870a926693" 2018-10-12 10:48:12,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-317affce-b947-4db4-906f-be12e6410ab0 Date: Fri, 12 Oct 2018 10:48:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d2e02595-d6ac-4b21-a885-388789ac4aa6","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:10Z","dns_nameservers":[],"updated_at":"2018-10-12T10:48:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"3112ae50-e994-4dfb-bad4-e8e28e0bc61e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2d12cc55-a943-4bc1-9df8-dbc3fc44f6d4-pub-subnet"}]} 2018-10-12 10:48:12,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=d2e02595-d6ac-4b21-a885-388789ac4aa6 used request id req-317affce-b947-4db4-906f-be12e6410ab0 2018-10-12 10:48:12,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-2d12cc55-a943-4bc1-9df8-dbc3fc44f6d4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3cfaa323546a2b15340b21f9e042870a926693" 2018-10-12 10:48:13,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-d7a3486a-d1ff-4145-9b38-1993b6929f3d Date: Fri, 12 Oct 2018 10:48:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d2e02595-d6ac-4b21-a885-388789ac4aa6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["3112ae50-e994-4dfb-bad4-e8e28e0bc61e"],"description":"","tags":[],"updated_at":"2018-10-12T10:48:10Z","provider:segmentation_id":50,"name":"NeutronUtilsRouterTests-2d12cc55-a943-4bc1-9df8-dbc3fc44f6d4-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:09Z","provider:network_type":"vxlan"}]} 2018-10-12 10:48:13,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-2d12cc55-a943-4bc1-9df8-dbc3fc44f6d4-pub-net used request id req-d7a3486a-d1ff-4145-9b38-1993b6929f3d 2018-10-12 10:48:13,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:48:13,070 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:48: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:48:13,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba35fbf3469c554fef98aff7c08e3fdfab75ca48" 2018-10-12 10:48:13,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:48:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8baa87c1-7811-4111-94c2-e8c3a23bfbf4 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:48:13,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-8baa87c1-7811-4111-94c2-e8c3a23bfbf4 2018-10-12 10:48:13,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=d2e02595-d6ac-4b21-a885-388789ac4aa6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3cfaa323546a2b15340b21f9e042870a926693" 2018-10-12 10:48:13,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5528f00c-b1f6-4578-a766-ec650c5f5a02 Date: Fri, 12 Oct 2018 10:48:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d2e02595-d6ac-4b21-a885-388789ac4aa6","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:10Z","dns_nameservers":[],"updated_at":"2018-10-12T10:48:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"3112ae50-e994-4dfb-bad4-e8e28e0bc61e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2d12cc55-a943-4bc1-9df8-dbc3fc44f6d4-pub-subnet"}]} 2018-10-12 10:48:13,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=d2e02595-d6ac-4b21-a885-388789ac4aa6 used request id req-5528f00c-b1f6-4578-a766-ec650c5f5a02 2018-10-12 10:48:13,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=d2e02595-d6ac-4b21-a885-388789ac4aa6&name=NeutronUtilsRouterTests-2d12cc55-a943-4bc1-9df8-dbc3fc44f6d4-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3cfaa323546a2b15340b21f9e042870a926693" 2018-10-12 10:48:13,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8265ed8e-8e98-49d6-8ca7-3c0ecc34029a Date: Fri, 12 Oct 2018 10:48:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d2e02595-d6ac-4b21-a885-388789ac4aa6","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:10Z","dns_nameservers":[],"updated_at":"2018-10-12T10:48:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"3112ae50-e994-4dfb-bad4-e8e28e0bc61e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2d12cc55-a943-4bc1-9df8-dbc3fc44f6d4-pub-subnet"}]} 2018-10-12 10:48:13,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=d2e02595-d6ac-4b21-a885-388789ac4aa6&name=NeutronUtilsRouterTests-2d12cc55-a943-4bc1-9df8-dbc3fc44f6d4-pub-subnet used request id req-8265ed8e-8e98-49d6-8ca7-3c0ecc34029a 2018-10-12 10:48:13,463 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-2d12cc55-a943-4bc1-9df8-dbc3fc44f6d4-pub-net 2018-10-12 10:48:13,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3cfaa323546a2b15340b21f9e042870a926693" -d '{"port": {"network_id": "d2e02595-d6ac-4b21-a885-388789ac4aa6", "fixed_ips": [{"subnet_id": "3112ae50-e994-4dfb-bad4-e8e28e0bc61e", "ip_address": "10.197.123.100"}], "name": "NeutronUtilsRouterTests-2d12cc55-a943-4bc1-9df8-dbc3fc44f6d4-port", "admin_state_up": true}}' 2018-10-12 10:48:13,689 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-26916cae-0859-40bd-8db4-f09cc7fdf894 Date: Fri, 12 Oct 2018 10:48:13 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-10-12 10:48:13,690 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-26916cae-0859-40bd-8db4-f09cc7fdf894 2018-10-12 10:48:13,690 - 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-10-12 10:48:13,690 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-2d12cc55-a943-4bc1-9df8-dbc3fc44f6d4-pub-subnet 2018-10-12 10:48:13,690 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-2d12cc55-a943-4bc1-9df8-dbc3fc44f6d4-pub-subnet 2018-10-12 10:48:13,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/3112ae50-e994-4dfb-bad4-e8e28e0bc61e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3cfaa323546a2b15340b21f9e042870a926693" 2018-10-12 10:48:15,697 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-beeb5832-9dce-41a2-9851-9b77eade9ade Date: Fri, 12 Oct 2018 10:48:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:48:15,697 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/3112ae50-e994-4dfb-bad4-e8e28e0bc61e used request id req-beeb5832-9dce-41a2-9851-9b77eade9ade 2018-10-12 10:48:15,698 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-2d12cc55-a943-4bc1-9df8-dbc3fc44f6d4-pub-net 2018-10-12 10:48:15,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/d2e02595-d6ac-4b21-a885-388789ac4aa6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3cfaa323546a2b15340b21f9e042870a926693" 2018-10-12 10:48:17,102 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3ab4ada5-3860-41fb-a947-5dd41c3b6608 Date: Fri, 12 Oct 2018 10:48:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:48:17,102 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/d2e02595-d6ac-4b21-a885-388789ac4aa6 used request id req-3ab4ada5-3860-41fb-a947-5dd41c3b6608 2018-10-12 10:48:17,104 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:48:17,487 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:48:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["HPlizdEmQZm8fUtZOVWBPA"], "issued_at": "2018-10-12T10:48:17.000000Z"}} 2018-10-12 10:48:17,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a302e84e0f0a74215752d2b00dca397c9db87e" 2018-10-12 10:48:17,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:48:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91390929-6af3-43ba-8a78-bc3f1a8f550b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:48:17,566 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-91390929-6af3-43ba-8a78-bc3f1a8f550b 2018-10-12 10:48:17,567 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-374a427c-1fd1-40f6-b245-af23228386a5-pub-net 2018-10-12 10:48:17,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a302e84e0f0a74215752d2b00dca397c9db87e" -d '{"network": {"name": "NeutronUtilsRouterTests-374a427c-1fd1-40f6-b245-af23228386a5-pub-net", "admin_state_up": true}}' 2018-10-12 10:48:17,959 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-c749981d-c61f-4f3d-92f9-d96175116d6b Date: Fri, 12 Oct 2018 10:48:17 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"5e434670-6e22-4102-b1a3-381a0df9102c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:48:17Z","is_default":false,"provider:segmentation_id":68,"name":"NeutronUtilsRouterTests-374a427c-1fd1-40f6-b245-af23228386a5-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:17Z","mtu":1450}} 2018-10-12 10:48:17,959 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-c749981d-c61f-4f3d-92f9-d96175116d6b 2018-10-12 10:48:17,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=5e434670-6e22-4102-b1a3-381a0df9102c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a302e84e0f0a74215752d2b00dca397c9db87e" 2018-10-12 10:48:18,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b8bed638-e71a-4d9e-bd2a-907b647a3a68 Date: Fri, 12 Oct 2018 10:48:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"5e434670-6e22-4102-b1a3-381a0df9102c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:48:17Z","provider:segmentation_id":68,"name":"NeutronUtilsRouterTests-374a427c-1fd1-40f6-b245-af23228386a5-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:17Z","provider:network_type":"vxlan"}]} 2018-10-12 10:48:18,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=5e434670-6e22-4102-b1a3-381a0df9102c used request id req-b8bed638-e71a-4d9e-bd2a-907b647a3a68 2018-10-12 10:48:18,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5e434670-6e22-4102-b1a3-381a0df9102c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a302e84e0f0a74215752d2b00dca397c9db87e" 2018-10-12 10:48:18,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-508c51fa-ce8b-40e2-98d1-7340585276d6 Date: Fri, 12 Oct 2018 10:48:18 GMT RESP BODY: {"subnets":[]} 2018-10-12 10:48:18,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5e434670-6e22-4102-b1a3-381a0df9102c used request id req-508c51fa-ce8b-40e2-98d1-7340585276d6 2018-10-12 10:48:18,410 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-374a427c-1fd1-40f6-b245-af23228386a5-pub-subnet 2018-10-12 10:48:18,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a302e84e0f0a74215752d2b00dca397c9db87e" -d '{"subnets": [{"ip_version": 4, "network_id": "5e434670-6e22-4102-b1a3-381a0df9102c", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-374a427c-1fd1-40f6-b245-af23228386a5-pub-subnet"}]}' 2018-10-12 10:48:19,007 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b5376a07-0798-408f-a508-c60f41615fe4 Date: Fri, 12 Oct 2018 10:48:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5e434670-6e22-4102-b1a3-381a0df9102c","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:18Z","dns_nameservers":[],"updated_at":"2018-10-12T10:48:18Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"7cf7dc12-ecdb-4993-9594-ef96a29b5466","subnetpool_id":null,"name":"NeutronUtilsRouterTests-374a427c-1fd1-40f6-b245-af23228386a5-pub-subnet"}]} 2018-10-12 10:48:19,007 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-b5376a07-0798-408f-a508-c60f41615fe4 2018-10-12 10:48:19,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=5e434670-6e22-4102-b1a3-381a0df9102c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a302e84e0f0a74215752d2b00dca397c9db87e" 2018-10-12 10:48:19,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-dd87b414-a7c8-4352-ad51-cc2a010c525d Date: Fri, 12 Oct 2018 10:48:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5e434670-6e22-4102-b1a3-381a0df9102c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["7cf7dc12-ecdb-4993-9594-ef96a29b5466"],"description":"","tags":[],"updated_at":"2018-10-12T10:48:18Z","provider:segmentation_id":68,"name":"NeutronUtilsRouterTests-374a427c-1fd1-40f6-b245-af23228386a5-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:17Z","provider:network_type":"vxlan"}]} 2018-10-12 10:48:19,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=5e434670-6e22-4102-b1a3-381a0df9102c used request id req-dd87b414-a7c8-4352-ad51-cc2a010c525d 2018-10-12 10:48:19,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5e434670-6e22-4102-b1a3-381a0df9102c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a302e84e0f0a74215752d2b00dca397c9db87e" 2018-10-12 10:48:19,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-70af2f07-3909-4d16-b026-cef6afc07979 Date: Fri, 12 Oct 2018 10:48:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5e434670-6e22-4102-b1a3-381a0df9102c","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:18Z","dns_nameservers":[],"updated_at":"2018-10-12T10:48:18Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"7cf7dc12-ecdb-4993-9594-ef96a29b5466","subnetpool_id":null,"name":"NeutronUtilsRouterTests-374a427c-1fd1-40f6-b245-af23228386a5-pub-subnet"}]} 2018-10-12 10:48:19,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5e434670-6e22-4102-b1a3-381a0df9102c used request id req-70af2f07-3909-4d16-b026-cef6afc07979 2018-10-12 10:48:19,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-374a427c-1fd1-40f6-b245-af23228386a5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a302e84e0f0a74215752d2b00dca397c9db87e" 2018-10-12 10:48:19,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-5e4c0ac0-63c1-4709-baac-36d3be0f9eda Date: Fri, 12 Oct 2018 10:48:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5e434670-6e22-4102-b1a3-381a0df9102c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["7cf7dc12-ecdb-4993-9594-ef96a29b5466"],"description":"","tags":[],"updated_at":"2018-10-12T10:48:18Z","provider:segmentation_id":68,"name":"NeutronUtilsRouterTests-374a427c-1fd1-40f6-b245-af23228386a5-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:17Z","provider:network_type":"vxlan"}]} 2018-10-12 10:48:19,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-374a427c-1fd1-40f6-b245-af23228386a5-pub-net used request id req-5e4c0ac0-63c1-4709-baac-36d3be0f9eda 2018-10-12 10:48:19,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:48:19,728 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:48: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:48:19,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a302e84e0f0a74215752d2b00dca397c9db87e" 2018-10-12 10:48:19,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:48:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6505eeb4-d7d9-4097-b958-39035ed06922 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:48:19,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-6505eeb4-d7d9-4097-b958-39035ed06922 2018-10-12 10:48:19,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5e434670-6e22-4102-b1a3-381a0df9102c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a302e84e0f0a74215752d2b00dca397c9db87e" 2018-10-12 10:48:20,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e930791d-a3d8-4180-9229-53abeaa6ab5e Date: Fri, 12 Oct 2018 10:48:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5e434670-6e22-4102-b1a3-381a0df9102c","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:18Z","dns_nameservers":[],"updated_at":"2018-10-12T10:48:18Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"7cf7dc12-ecdb-4993-9594-ef96a29b5466","subnetpool_id":null,"name":"NeutronUtilsRouterTests-374a427c-1fd1-40f6-b245-af23228386a5-pub-subnet"}]} 2018-10-12 10:48:20,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5e434670-6e22-4102-b1a3-381a0df9102c used request id req-e930791d-a3d8-4180-9229-53abeaa6ab5e 2018-10-12 10:48:20,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5e434670-6e22-4102-b1a3-381a0df9102c&name=NeutronUtilsRouterTests-374a427c-1fd1-40f6-b245-af23228386a5-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a302e84e0f0a74215752d2b00dca397c9db87e" 2018-10-12 10:48:20,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b4d24287-4855-4508-ad85-ce1973ff4b1d Date: Fri, 12 Oct 2018 10:48:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5e434670-6e22-4102-b1a3-381a0df9102c","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:18Z","dns_nameservers":[],"updated_at":"2018-10-12T10:48:18Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"7cf7dc12-ecdb-4993-9594-ef96a29b5466","subnetpool_id":null,"name":"NeutronUtilsRouterTests-374a427c-1fd1-40f6-b245-af23228386a5-pub-subnet"}]} 2018-10-12 10:48:20,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5e434670-6e22-4102-b1a3-381a0df9102c&name=NeutronUtilsRouterTests-374a427c-1fd1-40f6-b245-af23228386a5-pub-subnet used request id req-b4d24287-4855-4508-ad85-ce1973ff4b1d 2018-10-12 10:48:20,223 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:48:20,224 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:48:20,603 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:48:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["6rmOwqBXT8e0OSvfBrdcrQ"], "issued_at": "2018-10-12T10:48:20.000000Z"}} 2018-10-12 10:48:20,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4adaf7855a74bee4ceeaf81fbcda8e70b58b35" 2018-10-12 10:48:20,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:48:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-154fd0a2-8104-4713-9e49-fbf7669eabcb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:48:20,684 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-154fd0a2-8104-4713-9e49-fbf7669eabcb 2018-10-12 10:48:20,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-374a427c-1fd1-40f6-b245-af23228386a5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a302e84e0f0a74215752d2b00dca397c9db87e" 2018-10-12 10:48:20,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-987698af-96ea-4abe-aa64-8fa254b55dac Date: Fri, 12 Oct 2018 10:48:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5e434670-6e22-4102-b1a3-381a0df9102c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["7cf7dc12-ecdb-4993-9594-ef96a29b5466"],"description":"","tags":[],"updated_at":"2018-10-12T10:48:18Z","provider:segmentation_id":68,"name":"NeutronUtilsRouterTests-374a427c-1fd1-40f6-b245-af23228386a5-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:17Z","provider:network_type":"vxlan"}]} 2018-10-12 10:48:20,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-374a427c-1fd1-40f6-b245-af23228386a5-pub-net used request id req-987698af-96ea-4abe-aa64-8fa254b55dac 2018-10-12 10:48:20,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5e434670-6e22-4102-b1a3-381a0df9102c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a302e84e0f0a74215752d2b00dca397c9db87e" 2018-10-12 10:48:21,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-29c43f76-17b5-482f-9424-cc86576ebbf3 Date: Fri, 12 Oct 2018 10:48:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5e434670-6e22-4102-b1a3-381a0df9102c","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:18Z","dns_nameservers":[],"updated_at":"2018-10-12T10:48:18Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"7cf7dc12-ecdb-4993-9594-ef96a29b5466","subnetpool_id":null,"name":"NeutronUtilsRouterTests-374a427c-1fd1-40f6-b245-af23228386a5-pub-subnet"}]} 2018-10-12 10:48:21,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5e434670-6e22-4102-b1a3-381a0df9102c used request id req-29c43f76-17b5-482f-9424-cc86576ebbf3 2018-10-12 10:48:21,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-374a427c-1fd1-40f6-b245-af23228386a5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a302e84e0f0a74215752d2b00dca397c9db87e" 2018-10-12 10:48:21,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-234d35ee-eec9-49a4-940e-9f1ab6343d0f Date: Fri, 12 Oct 2018 10:48:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5e434670-6e22-4102-b1a3-381a0df9102c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["7cf7dc12-ecdb-4993-9594-ef96a29b5466"],"description":"","tags":[],"updated_at":"2018-10-12T10:48:18Z","provider:segmentation_id":68,"name":"NeutronUtilsRouterTests-374a427c-1fd1-40f6-b245-af23228386a5-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:17Z","provider:network_type":"vxlan"}]} 2018-10-12 10:48:21,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-374a427c-1fd1-40f6-b245-af23228386a5-pub-net used request id req-234d35ee-eec9-49a4-940e-9f1ab6343d0f 2018-10-12 10:48:21,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:48:21,260 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:48: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:48:21,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4adaf7855a74bee4ceeaf81fbcda8e70b58b35" 2018-10-12 10:48:21,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:48:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b1d9b76-b2db-4668-b9a8-51f7619dd170 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:48:21,340 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-6b1d9b76-b2db-4668-b9a8-51f7619dd170 2018-10-12 10:48:21,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5e434670-6e22-4102-b1a3-381a0df9102c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a302e84e0f0a74215752d2b00dca397c9db87e" 2018-10-12 10:48:21,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b61c2df4-969d-4d5b-ab48-c889ba2949df Date: Fri, 12 Oct 2018 10:48:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5e434670-6e22-4102-b1a3-381a0df9102c","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:18Z","dns_nameservers":[],"updated_at":"2018-10-12T10:48:18Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"7cf7dc12-ecdb-4993-9594-ef96a29b5466","subnetpool_id":null,"name":"NeutronUtilsRouterTests-374a427c-1fd1-40f6-b245-af23228386a5-pub-subnet"}]} 2018-10-12 10:48:21,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5e434670-6e22-4102-b1a3-381a0df9102c used request id req-b61c2df4-969d-4d5b-ab48-c889ba2949df 2018-10-12 10:48:21,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=5e434670-6e22-4102-b1a3-381a0df9102c&name=NeutronUtilsRouterTests-374a427c-1fd1-40f6-b245-af23228386a5-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a302e84e0f0a74215752d2b00dca397c9db87e" 2018-10-12 10:48:21,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-df68a5fe-f8ff-491a-ba65-51ff217a2acc Date: Fri, 12 Oct 2018 10:48:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5e434670-6e22-4102-b1a3-381a0df9102c","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:18Z","dns_nameservers":[],"updated_at":"2018-10-12T10:48:18Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"7cf7dc12-ecdb-4993-9594-ef96a29b5466","subnetpool_id":null,"name":"NeutronUtilsRouterTests-374a427c-1fd1-40f6-b245-af23228386a5-pub-subnet"}]} 2018-10-12 10:48:21,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=5e434670-6e22-4102-b1a3-381a0df9102c&name=NeutronUtilsRouterTests-374a427c-1fd1-40f6-b245-af23228386a5-pub-subnet used request id req-df68a5fe-f8ff-491a-ba65-51ff217a2acc 2018-10-12 10:48:21,481 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-374a427c-1fd1-40f6-b245-af23228386a5-pub-net 2018-10-12 10:48:21,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a302e84e0f0a74215752d2b00dca397c9db87e" -d '{"port": {"network_id": "5e434670-6e22-4102-b1a3-381a0df9102c", "fixed_ips": [{"subnet_id": "7cf7dc12-ecdb-4993-9594-ef96a29b5466", "ip_address": null}], "name": "NeutronUtilsRouterTests-374a427c-1fd1-40f6-b245-af23228386a5-port", "admin_state_up": true}}' 2018-10-12 10:48:21,497 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 143 Content-Type: application/json X-Openstack-Request-Id: req-840f7c8e-e633-4b68-af1d-e475d6706d4d Date: Fri, 12 Oct 2018 10:48:21 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-12 10:48:21,498 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-840f7c8e-e633-4b68-af1d-e475d6706d4d 2018-10-12 10:48:21,498 - 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-10-12 10:48:21,498 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-374a427c-1fd1-40f6-b245-af23228386a5-pub-subnet 2018-10-12 10:48:21,498 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-374a427c-1fd1-40f6-b245-af23228386a5-pub-subnet 2018-10-12 10:48:21,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/7cf7dc12-ecdb-4993-9594-ef96a29b5466 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a302e84e0f0a74215752d2b00dca397c9db87e" 2018-10-12 10:48:23,582 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-89d57cd6-a78f-4e08-8fd5-e4f9ad35ba98 Date: Fri, 12 Oct 2018 10:48:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:48:23,582 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/7cf7dc12-ecdb-4993-9594-ef96a29b5466 used request id req-89d57cd6-a78f-4e08-8fd5-e4f9ad35ba98 2018-10-12 10:48:23,582 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-374a427c-1fd1-40f6-b245-af23228386a5-pub-net 2018-10-12 10:48:23,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/5e434670-6e22-4102-b1a3-381a0df9102c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a302e84e0f0a74215752d2b00dca397c9db87e" 2018-10-12 10:48:25,186 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4dee813b-aac8-4013-a22c-26c3152f4e9a Date: Fri, 12 Oct 2018 10:48:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:48:25,187 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/5e434670-6e22-4102-b1a3-381a0df9102c used request id req-4dee813b-aac8-4013-a22c-26c3152f4e9a 2018-10-12 10:48:25,188 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:48:25,592 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:48:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["wljh_5DBR2WOiJS8xCl7zQ"], "issued_at": "2018-10-12T10:48:25.000000Z"}} 2018-10-12 10:48:25,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4f1da565eeed2d6dc8d9f6415cb6989e7ce209" 2018-10-12 10:48:25,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:48:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3caf70f3-3675-4aa2-bbce-d594dbc8e1ba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:48:25,677 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3caf70f3-3675-4aa2-bbce-d594dbc8e1ba 2018-10-12 10:48:25,678 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-7a3908f2-5e8e-436a-be6a-7ee61ab15611-pub-net 2018-10-12 10:48:25,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4f1da565eeed2d6dc8d9f6415cb6989e7ce209" -d '{"network": {"name": "NeutronUtilsRouterTests-7a3908f2-5e8e-436a-be6a-7ee61ab15611-pub-net", "admin_state_up": true}}' 2018-10-12 10:48:26,162 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-28290f4e-7ae2-48fc-8bb2-c6a867e54632 Date: Fri, 12 Oct 2018 10:48: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":"9ac91a53-9e60-4e75-bd22-10a790385c65","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:48:26Z","is_default":false,"provider:segmentation_id":77,"name":"NeutronUtilsRouterTests-7a3908f2-5e8e-436a-be6a-7ee61ab15611-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:25Z","mtu":1450}} 2018-10-12 10:48:26,163 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-28290f4e-7ae2-48fc-8bb2-c6a867e54632 2018-10-12 10:48:26,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=9ac91a53-9e60-4e75-bd22-10a790385c65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4f1da565eeed2d6dc8d9f6415cb6989e7ce209" 2018-10-12 10:48:26,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-dccd4d56-7ef1-4976-b622-ed296e0fe341 Date: Fri, 12 Oct 2018 10:48:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9ac91a53-9e60-4e75-bd22-10a790385c65","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:48:26Z","provider:segmentation_id":77,"name":"NeutronUtilsRouterTests-7a3908f2-5e8e-436a-be6a-7ee61ab15611-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:25Z","provider:network_type":"vxlan"}]} 2018-10-12 10:48:26,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=9ac91a53-9e60-4e75-bd22-10a790385c65 used request id req-dccd4d56-7ef1-4976-b622-ed296e0fe341 2018-10-12 10:48:26,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9ac91a53-9e60-4e75-bd22-10a790385c65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4f1da565eeed2d6dc8d9f6415cb6989e7ce209" 2018-10-12 10:48:26,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8b432305-111c-49ff-8f91-da34efc689a8 Date: Fri, 12 Oct 2018 10:48:26 GMT RESP BODY: {"subnets":[]} 2018-10-12 10:48:26,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9ac91a53-9e60-4e75-bd22-10a790385c65 used request id req-8b432305-111c-49ff-8f91-da34efc689a8 2018-10-12 10:48:26,571 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-7a3908f2-5e8e-436a-be6a-7ee61ab15611-pub-subnet 2018-10-12 10:48:26,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4f1da565eeed2d6dc8d9f6415cb6989e7ce209" -d '{"subnets": [{"ip_version": 4, "network_id": "9ac91a53-9e60-4e75-bd22-10a790385c65", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-7a3908f2-5e8e-436a-be6a-7ee61ab15611-pub-subnet"}]}' 2018-10-12 10:48:27,295 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-930dcee4-699a-48e4-be25-45def57ccf9b Date: Fri, 12 Oct 2018 10:48:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ac91a53-9e60-4e75-bd22-10a790385c65","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:26Z","dns_nameservers":[],"updated_at":"2018-10-12T10:48:26Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"504c788e-b452-4f69-a129-1b5dc1398ebc","subnetpool_id":null,"name":"NeutronUtilsRouterTests-7a3908f2-5e8e-436a-be6a-7ee61ab15611-pub-subnet"}]} 2018-10-12 10:48:27,295 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-930dcee4-699a-48e4-be25-45def57ccf9b 2018-10-12 10:48:27,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=9ac91a53-9e60-4e75-bd22-10a790385c65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4f1da565eeed2d6dc8d9f6415cb6989e7ce209" 2018-10-12 10:48:27,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-129b40a6-1c1f-4613-a9d4-3291e986f12b Date: Fri, 12 Oct 2018 10:48:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9ac91a53-9e60-4e75-bd22-10a790385c65","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["504c788e-b452-4f69-a129-1b5dc1398ebc"],"description":"","tags":[],"updated_at":"2018-10-12T10:48:26Z","provider:segmentation_id":77,"name":"NeutronUtilsRouterTests-7a3908f2-5e8e-436a-be6a-7ee61ab15611-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:25Z","provider:network_type":"vxlan"}]} 2018-10-12 10:48:27,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=9ac91a53-9e60-4e75-bd22-10a790385c65 used request id req-129b40a6-1c1f-4613-a9d4-3291e986f12b 2018-10-12 10:48:27,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9ac91a53-9e60-4e75-bd22-10a790385c65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4f1da565eeed2d6dc8d9f6415cb6989e7ce209" 2018-10-12 10:48:27,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f0709929-165d-45e9-ba2f-3fd236d9611b Date: Fri, 12 Oct 2018 10:48:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ac91a53-9e60-4e75-bd22-10a790385c65","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:26Z","dns_nameservers":[],"updated_at":"2018-10-12T10:48:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"504c788e-b452-4f69-a129-1b5dc1398ebc","subnetpool_id":null,"name":"NeutronUtilsRouterTests-7a3908f2-5e8e-436a-be6a-7ee61ab15611-pub-subnet"}]} 2018-10-12 10:48:27,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9ac91a53-9e60-4e75-bd22-10a790385c65 used request id req-f0709929-165d-45e9-ba2f-3fd236d9611b 2018-10-12 10:48:27,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-7a3908f2-5e8e-436a-be6a-7ee61ab15611-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4f1da565eeed2d6dc8d9f6415cb6989e7ce209" 2018-10-12 10:48:28,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-dafbdc98-8529-4ec7-83b7-713fb8aaec27 Date: Fri, 12 Oct 2018 10:48:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9ac91a53-9e60-4e75-bd22-10a790385c65","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["504c788e-b452-4f69-a129-1b5dc1398ebc"],"description":"","tags":[],"updated_at":"2018-10-12T10:48:26Z","provider:segmentation_id":77,"name":"NeutronUtilsRouterTests-7a3908f2-5e8e-436a-be6a-7ee61ab15611-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:25Z","provider:network_type":"vxlan"}]} 2018-10-12 10:48:28,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-7a3908f2-5e8e-436a-be6a-7ee61ab15611-pub-net used request id req-dafbdc98-8529-4ec7-83b7-713fb8aaec27 2018-10-12 10:48:28,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:48:28,134 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:48:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:48:28,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4f1da565eeed2d6dc8d9f6415cb6989e7ce209" 2018-10-12 10:48:28,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:48:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dbcef90-3214-41d6-b481-7afcfad6210c 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:48:28,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-1dbcef90-3214-41d6-b481-7afcfad6210c 2018-10-12 10:48:28,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9ac91a53-9e60-4e75-bd22-10a790385c65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4f1da565eeed2d6dc8d9f6415cb6989e7ce209" 2018-10-12 10:48:28,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fcc78eb3-0f84-4f34-8ecd-2206549c1947 Date: Fri, 12 Oct 2018 10:48:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ac91a53-9e60-4e75-bd22-10a790385c65","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:26Z","dns_nameservers":[],"updated_at":"2018-10-12T10:48:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"504c788e-b452-4f69-a129-1b5dc1398ebc","subnetpool_id":null,"name":"NeutronUtilsRouterTests-7a3908f2-5e8e-436a-be6a-7ee61ab15611-pub-subnet"}]} 2018-10-12 10:48:28,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9ac91a53-9e60-4e75-bd22-10a790385c65 used request id req-fcc78eb3-0f84-4f34-8ecd-2206549c1947 2018-10-12 10:48:28,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9ac91a53-9e60-4e75-bd22-10a790385c65&name=NeutronUtilsRouterTests-7a3908f2-5e8e-436a-be6a-7ee61ab15611-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4f1da565eeed2d6dc8d9f6415cb6989e7ce209" 2018-10-12 10:48:28,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7c5a63ba-ab65-493a-bb7d-9d4e3281ace7 Date: Fri, 12 Oct 2018 10:48:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ac91a53-9e60-4e75-bd22-10a790385c65","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:26Z","dns_nameservers":[],"updated_at":"2018-10-12T10:48:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"504c788e-b452-4f69-a129-1b5dc1398ebc","subnetpool_id":null,"name":"NeutronUtilsRouterTests-7a3908f2-5e8e-436a-be6a-7ee61ab15611-pub-subnet"}]} 2018-10-12 10:48:28,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9ac91a53-9e60-4e75-bd22-10a790385c65&name=NeutronUtilsRouterTests-7a3908f2-5e8e-436a-be6a-7ee61ab15611-pub-subnet used request id req-7c5a63ba-ab65-493a-bb7d-9d4e3281ace7 2018-10-12 10:48:28,725 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:48:28,726 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:48:29,114 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:48:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["xLWr2DRrQOeMVdw5c4Zw3g"], "issued_at": "2018-10-12T10:48:29.000000Z"}} 2018-10-12 10:48:29,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cda0f988f8f0f0c31069fb1fb202163d6681656" 2018-10-12 10:48:29,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:48:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-868afb17-3903-4b84-b2b1-d6d913f39821 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:48:29,219 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-868afb17-3903-4b84-b2b1-d6d913f39821 2018-10-12 10:48:29,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-7a3908f2-5e8e-436a-be6a-7ee61ab15611-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4f1da565eeed2d6dc8d9f6415cb6989e7ce209" 2018-10-12 10:48:29,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-4227c0af-70f9-493e-a8ff-3bd4d622eade Date: Fri, 12 Oct 2018 10:48:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9ac91a53-9e60-4e75-bd22-10a790385c65","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["504c788e-b452-4f69-a129-1b5dc1398ebc"],"description":"","tags":[],"updated_at":"2018-10-12T10:48:26Z","provider:segmentation_id":77,"name":"NeutronUtilsRouterTests-7a3908f2-5e8e-436a-be6a-7ee61ab15611-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:25Z","provider:network_type":"vxlan"}]} 2018-10-12 10:48:29,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-7a3908f2-5e8e-436a-be6a-7ee61ab15611-pub-net used request id req-4227c0af-70f9-493e-a8ff-3bd4d622eade 2018-10-12 10:48:29,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9ac91a53-9e60-4e75-bd22-10a790385c65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4f1da565eeed2d6dc8d9f6415cb6989e7ce209" 2018-10-12 10:48:29,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d1143391-88ca-4555-908b-a51713013fa5 Date: Fri, 12 Oct 2018 10:48:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ac91a53-9e60-4e75-bd22-10a790385c65","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:26Z","dns_nameservers":[],"updated_at":"2018-10-12T10:48:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"504c788e-b452-4f69-a129-1b5dc1398ebc","subnetpool_id":null,"name":"NeutronUtilsRouterTests-7a3908f2-5e8e-436a-be6a-7ee61ab15611-pub-subnet"}]} 2018-10-12 10:48:29,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9ac91a53-9e60-4e75-bd22-10a790385c65 used request id req-d1143391-88ca-4555-908b-a51713013fa5 2018-10-12 10:48:29,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-7a3908f2-5e8e-436a-be6a-7ee61ab15611-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4f1da565eeed2d6dc8d9f6415cb6989e7ce209" 2018-10-12 10:48:29,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-af17acf7-9169-4589-a534-bb608eb2f148 Date: Fri, 12 Oct 2018 10:48:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9ac91a53-9e60-4e75-bd22-10a790385c65","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["504c788e-b452-4f69-a129-1b5dc1398ebc"],"description":"","tags":[],"updated_at":"2018-10-12T10:48:26Z","provider:segmentation_id":77,"name":"NeutronUtilsRouterTests-7a3908f2-5e8e-436a-be6a-7ee61ab15611-pub-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:25Z","provider:network_type":"vxlan"}]} 2018-10-12 10:48:29,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-7a3908f2-5e8e-436a-be6a-7ee61ab15611-pub-net used request id req-af17acf7-9169-4589-a534-bb608eb2f148 2018-10-12 10:48:29,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:48:29,756 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:48: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:48:29,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cda0f988f8f0f0c31069fb1fb202163d6681656" 2018-10-12 10:48:29,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:48:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb5b197f-d6ec-487f-aede-9d150e2a563b 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:48:29,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-bb5b197f-d6ec-487f-aede-9d150e2a563b 2018-10-12 10:48:29,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9ac91a53-9e60-4e75-bd22-10a790385c65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4f1da565eeed2d6dc8d9f6415cb6989e7ce209" 2018-10-12 10:48:29,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ae1aa2ad-36e8-4efd-bcfd-82ae859766df Date: Fri, 12 Oct 2018 10:48:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ac91a53-9e60-4e75-bd22-10a790385c65","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:26Z","dns_nameservers":[],"updated_at":"2018-10-12T10:48:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"504c788e-b452-4f69-a129-1b5dc1398ebc","subnetpool_id":null,"name":"NeutronUtilsRouterTests-7a3908f2-5e8e-436a-be6a-7ee61ab15611-pub-subnet"}]} 2018-10-12 10:48:29,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9ac91a53-9e60-4e75-bd22-10a790385c65 used request id req-ae1aa2ad-36e8-4efd-bcfd-82ae859766df 2018-10-12 10:48:29,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9ac91a53-9e60-4e75-bd22-10a790385c65&name=NeutronUtilsRouterTests-7a3908f2-5e8e-436a-be6a-7ee61ab15611-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4f1da565eeed2d6dc8d9f6415cb6989e7ce209" 2018-10-12 10:48:30,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-af8d0bc8-3c92-41fe-adda-e517ce3caa75 Date: Fri, 12 Oct 2018 10:48:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ac91a53-9e60-4e75-bd22-10a790385c65","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:26Z","dns_nameservers":[],"updated_at":"2018-10-12T10:48:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"504c788e-b452-4f69-a129-1b5dc1398ebc","subnetpool_id":null,"name":"NeutronUtilsRouterTests-7a3908f2-5e8e-436a-be6a-7ee61ab15611-pub-subnet"}]} 2018-10-12 10:48:30,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9ac91a53-9e60-4e75-bd22-10a790385c65&name=NeutronUtilsRouterTests-7a3908f2-5e8e-436a-be6a-7ee61ab15611-pub-subnet used request id req-af8d0bc8-3c92-41fe-adda-e517ce3caa75 2018-10-12 10:48:30,111 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-7a3908f2-5e8e-436a-be6a-7ee61ab15611-pub-net 2018-10-12 10:48:30,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4f1da565eeed2d6dc8d9f6415cb6989e7ce209" -d '{"port": {"network_id": "9ac91a53-9e60-4e75-bd22-10a790385c65", "fixed_ips": [{"subnet_id": "504c788e-b452-4f69-a129-1b5dc1398ebc", "ip_address": "10.55.1.100"}], "admin_state_up": true}}' 2018-10-12 10:48:30,809 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-141d5b8d-7bc8-4831-8e21-c3b93d97de31 Date: Fri, 12 Oct 2018 10:48:30 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:48:30Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"504c788e-b452-4f69-a129-1b5dc1398ebc","ip_address":"10.55.1.100"}],"id":"54267cd3-5048-4227-854e-4d49ba0d8612","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:21:29:2d","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"9ac91a53-9e60-4e75-bd22-10a790385c65","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:30Z","binding:vnic_type":"normal"}} 2018-10-12 10:48:30,810 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-141d5b8d-7bc8-4831-8e21-c3b93d97de31 2018-10-12 10:48:30,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports/54267cd3-5048-4227-854e-4d49ba0d8612 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4f1da565eeed2d6dc8d9f6415cb6989e7ce209" 2018-10-12 10:48:30,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-2ace788d-c9b1-416e-ba38-df8691324494 Date: Fri, 12 Oct 2018 10:48:30 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:48:30Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"504c788e-b452-4f69-a129-1b5dc1398ebc","ip_address":"10.55.1.100"}],"id":"54267cd3-5048-4227-854e-4d49ba0d8612","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:21:29:2d","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"9ac91a53-9e60-4e75-bd22-10a790385c65","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:48:30Z","binding:vnic_type":"normal"}} 2018-10-12 10:48:30,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports/54267cd3-5048-4227-854e-4d49ba0d8612 used request id req-2ace788d-c9b1-416e-ba38-df8691324494 2018-10-12 10:48:30,930 - neutron_utils - INFO - Deleting port with name 2018-10-12 10:48:30,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/54267cd3-5048-4227-854e-4d49ba0d8612 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4f1da565eeed2d6dc8d9f6415cb6989e7ce209" 2018-10-12 10:48:31,551 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-52dc7003-186b-4b1c-a41a-972396e1c267 Date: Fri, 12 Oct 2018 10:48:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:48:31,552 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/54267cd3-5048-4227-854e-4d49ba0d8612 used request id req-52dc7003-186b-4b1c-a41a-972396e1c267 2018-10-12 10:48:31,552 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-7a3908f2-5e8e-436a-be6a-7ee61ab15611-pub-subnet 2018-10-12 10:48:31,552 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-7a3908f2-5e8e-436a-be6a-7ee61ab15611-pub-subnet 2018-10-12 10:48:31,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/504c788e-b452-4f69-a129-1b5dc1398ebc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4f1da565eeed2d6dc8d9f6415cb6989e7ce209" 2018-10-12 10:48:33,792 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6c5885af-5daf-43c3-81e9-923097d338e8 Date: Fri, 12 Oct 2018 10:48:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:48:33,792 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/504c788e-b452-4f69-a129-1b5dc1398ebc used request id req-6c5885af-5daf-43c3-81e9-923097d338e8 2018-10-12 10:48:33,792 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-7a3908f2-5e8e-436a-be6a-7ee61ab15611-pub-net 2018-10-12 10:48:33,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/9ac91a53-9e60-4e75-bd22-10a790385c65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4f1da565eeed2d6dc8d9f6415cb6989e7ce209" 2018-10-12 10:48:35,546 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-480704c7-ebda-4a60-880c-4b7dc8e3ac5d Date: Fri, 12 Oct 2018 10:48:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:48:35,546 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/9ac91a53-9e60-4e75-bd22-10a790385c65 used request id req-480704c7-ebda-4a60-880c-4b7dc8e3ac5d 2018-10-12 10:48:35,548 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:48:35,923 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:48:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["Mp6bYwKySoqOFAMpy2QO7g"], "issued_at": "2018-10-12T10:48:35.000000Z"}} 2018-10-12 10:48:35,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bace06fe3b059009c9174bb1dd329c52c4a9387a" 2018-10-12 10:48:36,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:48:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecc71947-3d29-4b2c-a4ac-3bf967b73ff6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:48:36,014 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ecc71947-3d29-4b2c-a4ac-3bf967b73ff6 2018-10-12 10:48:36,015 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:48:36,016 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:48:36,395 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:48:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["CDSlf0o0R12N632qiVi_TQ"], "issued_at": "2018-10-12T10:48:36.000000Z"}} 2018-10-12 10:48:36,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edc049767fdea69ef8b90bf7f55f3a163b6f0725" 2018-10-12 10:48:36,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:48:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5edde5f-36b0-472b-99c0-5d9f0675f562 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:48:36,491 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a5edde5f-36b0-472b-99c0-5d9f0675f562 2018-10-12 10:48:36,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-0af818fa-c813-4774-bdb6-fa6b7754f801-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bace06fe3b059009c9174bb1dd329c52c4a9387a" 2018-10-12 10:48:36,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-729a94f2-0f8a-4bf4-9778-954efdad15a6 Date: Fri, 12 Oct 2018 10:48:36 GMT RESP BODY: {"networks":[]} 2018-10-12 10:48:36,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NeutronUtilsRouterTests-0af818fa-c813-4774-bdb6-fa6b7754f801-pub-net used request id req-729a94f2-0f8a-4bf4-9778-954efdad15a6 2018-10-12 10:48:36,704 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:48:37,106 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:48:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["JKi4BtpKSy-SWNJAf4331A"], "issued_at": "2018-10-12T10:48:37.000000Z"}} 2018-10-12 10:48:37,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2138a97ad4d11e99c03b53f7422de765c26da04" 2018-10-12 10:48:37,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:48:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0808b7b4-2bf2-4ea2-9a54-7cee1caf4557 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:48:37,197 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0808b7b4-2bf2-4ea2-9a54-7cee1caf4557 2018-10-12 10:48:37,198 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:48:37,199 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:48:37,575 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:48:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["d9bKmSkMSIKVd3-NjpCePQ"], "issued_at": "2018-10-12T10:48:37.000000Z"}} 2018-10-12 10:48:37,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31509957b236249d144aa20973d97f0f76e7222a" 2018-10-12 10:48:37,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:48:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18006644-fa51-4b95-a45a-64bc4effcb36 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:48:37,666 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-18006644-fa51-4b95-a45a-64bc4effcb36 2018-10-12 10:48:37,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2138a97ad4d11e99c03b53f7422de765c26da04" 2018-10-12 10:48:38,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-82b1d3e1-b992-4b12-b584-0370b52bd1f4 Date: Fri, 12 Oct 2018 10:48:38 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"}]} 2018-10-12 10:48:38,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-82b1d3e1-b992-4b12-b584-0370b52bd1f4 2018-10-12 10:48:38,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=71fc6d74-b5f7-4beb-b556-59bef5906bb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2138a97ad4d11e99c03b53f7422de765c26da04" 2018-10-12 10:48:38,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-6b01cb51-3835-4d5f-84d1-88edaa7db33b Date: Fri, 12 Oct 2018 10:48:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:14Z","dns_nameservers":[],"updated_at":"2018-10-12T10:34:14Z","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":"a326b90e4e0b4021a92eb982e1729d5e","id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-12 10:48:38,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=71fc6d74-b5f7-4beb-b556-59bef5906bb2 used request id req-6b01cb51-3835-4d5f-84d1-88edaa7db33b 2018-10-12 10:48:38,207 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-15ba56ed-3dfd-47bb-8955-c4ef014003b5-pub-router 2018-10-12 10:48:38,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2138a97ad4d11e99c03b53f7422de765c26da04" -d '{"router": {"external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2"}, "name": "NeutronUtilsRouterTests-15ba56ed-3dfd-47bb-8955-c4ef014003b5-pub-router", "admin_state_up": true}}' 2018-10-12 10:48:44,465 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-624da566-c9e5-4b3b-9c09-3f6bbd0215fc Date: Fri, 12 Oct 2018 10:48:44 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:43Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T10:48:44Z", "revision_number": 2, "routes": [], "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "85df1f34-6f6d-42f7-968b-c90238c15873", "name": "NeutronUtilsRouterTests-15ba56ed-3dfd-47bb-8955-c4ef014003b5-pub-router"}} 2018-10-12 10:48:44,465 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-624da566-c9e5-4b3b-9c09-3f6bbd0215fc 2018-10-12 10:48:44,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=85df1f34-6f6d-42f7-968b-c90238c15873 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2138a97ad4d11e99c03b53f7422de765c26da04" 2018-10-12 10:48:44,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-92f6614d-78cf-4be1-8163-767243aaf65b Date: Fri, 12 Oct 2018 10:48:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:48:44Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.207"}],"id":"a0f3ed07-8a03-44ce-b225-149887d5d7af","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:2c:af:ac","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"85df1f34-6f6d-42f7-968b-c90238c15873","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T10:48:43Z","binding:vnic_type":"normal"}]} 2018-10-12 10:48:44,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=85df1f34-6f6d-42f7-968b-c90238c15873 used request id req-92f6614d-78cf-4be1-8163-767243aaf65b 2018-10-12 10:48:44,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/82a08d1b-7ae3-4f90-92ce-135e5b7a8821 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2138a97ad4d11e99c03b53f7422de765c26da04" 2018-10-12 10:48:44,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-cc544d7a-6e95-4a75-8706-e7cc0efce0c8 Date: Fri, 12 Oct 2018 10:48:44 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:14Z","dns_nameservers":[],"updated_at":"2018-10-12T10:34:14Z","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":"a326b90e4e0b4021a92eb982e1729d5e","id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","subnetpool_id":null,"name":"external-subnet"}} 2018-10-12 10:48:44,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/82a08d1b-7ae3-4f90-92ce-135e5b7a8821 used request id req-cc544d7a-6e95-4a75-8706-e7cc0efce0c8 2018-10-12 10:48:44,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-15ba56ed-3dfd-47bb-8955-c4ef014003b5-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2138a97ad4d11e99c03b53f7422de765c26da04" 2018-10-12 10:48:45,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3263 X-Openstack-Request-Id: req-3d17f037-6af6-490a-9b18-ef81de9172e7 Date: Fri, 12 Oct 2018 10:48:45 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:41Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T10:48:42Z", "revision_number": 2, "routes": [], "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "1967ee3f-2239-4988-977d-42969f392b6d", "name": "NeutronUtilsRouterTests-15ba56ed-3dfd-47bb-8955-c4ef014003b5-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:40Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T10:48:41Z", "revision_number": 2, "routes": [], "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "64eb0385-0683-464b-81be-4d97d4b79c11", "name": "NeutronUtilsRouterTests-15ba56ed-3dfd-47bb-8955-c4ef014003b5-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T10:48:39Z", "revision_number": 2, "routes": [], "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "74c10b68-d19e-41fe-9f2a-00bdb9c87027", "name": "NeutronUtilsRouterTests-15ba56ed-3dfd-47bb-8955-c4ef014003b5-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:43Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T10:48:44Z", "revision_number": 2, "routes": [], "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "85df1f34-6f6d-42f7-968b-c90238c15873", "name": "NeutronUtilsRouterTests-15ba56ed-3dfd-47bb-8955-c4ef014003b5-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:39Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T10:48:40Z", "revision_number": 2, "routes": [], "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "aae74116-4a81-4d1d-b47f-2655092dcf37", "name": "NeutronUtilsRouterTests-15ba56ed-3dfd-47bb-8955-c4ef014003b5-pub-router"}]} 2018-10-12 10:48:45,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-15ba56ed-3dfd-47bb-8955-c4ef014003b5-pub-router used request id req-3d17f037-6af6-490a-9b18-ef81de9172e7 2018-10-12 10:48:45,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:48:45,173 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:48:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:48:45,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2138a97ad4d11e99c03b53f7422de765c26da04" 2018-10-12 10:48:45,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:48:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15818213-a9f5-40e7-b8a9-f924a5f1ff52 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:48:45,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-15818213-a9f5-40e7-b8a9-f924a5f1ff52 2018-10-12 10:48:45,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=1967ee3f-2239-4988-977d-42969f392b6d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2138a97ad4d11e99c03b53f7422de765c26da04" 2018-10-12 10:48:45,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-53bc42d3-b72d-4898-85ee-63d0d7695e63 Date: Fri, 12 Oct 2018 10:48:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:48:42Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.206"}],"id":"47ded3ff-0eec-49b6-9585-a68ebf5617fa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f9:0f:59","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"1967ee3f-2239-4988-977d-42969f392b6d","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T10:48:42Z","binding:vnic_type":"normal"}]} 2018-10-12 10:48:45,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=1967ee3f-2239-4988-977d-42969f392b6d used request id req-53bc42d3-b72d-4898-85ee-63d0d7695e63 2018-10-12 10:48:45,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/82a08d1b-7ae3-4f90-92ce-135e5b7a8821 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2138a97ad4d11e99c03b53f7422de765c26da04" 2018-10-12 10:48:45,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-3401d78e-e106-4c06-a6de-4df26fc214de Date: Fri, 12 Oct 2018 10:48:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:14Z","dns_nameservers":[],"updated_at":"2018-10-12T10:34:14Z","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":"a326b90e4e0b4021a92eb982e1729d5e","id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","subnetpool_id":null,"name":"external-subnet"}} 2018-10-12 10:48:45,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/82a08d1b-7ae3-4f90-92ce-135e5b7a8821 used request id req-3401d78e-e106-4c06-a6de-4df26fc214de 2018-10-12 10:48:45,675 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-15ba56ed-3dfd-47bb-8955-c4ef014003b5-pub-router 2018-10-12 10:48:45,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/85df1f34-6f6d-42f7-968b-c90238c15873 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2138a97ad4d11e99c03b53f7422de765c26da04" 2018-10-12 10:48:46,870 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-099e434c-ab2b-4c2a-b17d-2867eac25be2 Content-Length: 0 Date: Fri, 12 Oct 2018 10:48:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:48:46,870 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/85df1f34-6f6d-42f7-968b-c90238c15873 used request id req-099e434c-ab2b-4c2a-b17d-2867eac25be2 2018-10-12 10:48:46,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-15ba56ed-3dfd-47bb-8955-c4ef014003b5-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2138a97ad4d11e99c03b53f7422de765c26da04" 2018-10-12 10:48:47,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2613 X-Openstack-Request-Id: req-7e90d376-7339-4ee6-b226-4e118ea45e4f Date: Fri, 12 Oct 2018 10:48:47 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:41Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T10:48:42Z", "revision_number": 2, "routes": [], "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "1967ee3f-2239-4988-977d-42969f392b6d", "name": "NeutronUtilsRouterTests-15ba56ed-3dfd-47bb-8955-c4ef014003b5-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:40Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T10:48:41Z", "revision_number": 2, "routes": [], "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "64eb0385-0683-464b-81be-4d97d4b79c11", "name": "NeutronUtilsRouterTests-15ba56ed-3dfd-47bb-8955-c4ef014003b5-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T10:48:39Z", "revision_number": 2, "routes": [], "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "74c10b68-d19e-41fe-9f2a-00bdb9c87027", "name": "NeutronUtilsRouterTests-15ba56ed-3dfd-47bb-8955-c4ef014003b5-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:39Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T10:48:40Z", "revision_number": 2, "routes": [], "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "aae74116-4a81-4d1d-b47f-2655092dcf37", "name": "NeutronUtilsRouterTests-15ba56ed-3dfd-47bb-8955-c4ef014003b5-pub-router"}]} 2018-10-12 10:48:47,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-15ba56ed-3dfd-47bb-8955-c4ef014003b5-pub-router used request id req-7e90d376-7339-4ee6-b226-4e118ea45e4f 2018-10-12 10:48:47,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2138a97ad4d11e99c03b53f7422de765c26da04" 2018-10-12 10:48:47,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:48:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49f91bc2-4c1f-4c22-8bee-fd0d8715af21 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:48:47,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-49f91bc2-4c1f-4c22-8bee-fd0d8715af21 2018-10-12 10:48:47,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=1967ee3f-2239-4988-977d-42969f392b6d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2138a97ad4d11e99c03b53f7422de765c26da04" 2018-10-12 10:48:47,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-d9cef931-8b04-453f-a683-5d407fcd6180 Date: Fri, 12 Oct 2018 10:48:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:48:42Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.206"}],"id":"47ded3ff-0eec-49b6-9585-a68ebf5617fa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f9:0f:59","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"1967ee3f-2239-4988-977d-42969f392b6d","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T10:48:42Z","binding:vnic_type":"normal"}]} 2018-10-12 10:48:47,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=1967ee3f-2239-4988-977d-42969f392b6d used request id req-d9cef931-8b04-453f-a683-5d407fcd6180 2018-10-12 10:48:47,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/82a08d1b-7ae3-4f90-92ce-135e5b7a8821 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2138a97ad4d11e99c03b53f7422de765c26da04" 2018-10-12 10:48:47,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-75096a4b-ef61-46cf-a7f9-02a028da1527 Date: Fri, 12 Oct 2018 10:48:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:14Z","dns_nameservers":[],"updated_at":"2018-10-12T10:34:14Z","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":"a326b90e4e0b4021a92eb982e1729d5e","id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","subnetpool_id":null,"name":"external-subnet"}} 2018-10-12 10:48:47,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/82a08d1b-7ae3-4f90-92ce-135e5b7a8821 used request id req-75096a4b-ef61-46cf-a7f9-02a028da1527 2018-10-12 10:48:47,476 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:48:47,863 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:48:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["iYPkFhYTQpuJc6I2thE-JQ"], "issued_at": "2018-10-12T10:48:47.000000Z"}} 2018-10-12 10:48:47,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dce0387b51fec5e76757a7d0e615b045cce1f697" 2018-10-12 10:48:47,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:48:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1988e7ea-1d67-49f8-b50c-f09909c95d23 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:48:47,939 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1988e7ea-1d67-49f8-b50c-f09909c95d23 2018-10-12 10:48:47,940 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:48:47,941 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:48:48,339 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:48:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["7st3MyNYRjCo1miuvnhGRg"], "issued_at": "2018-10-12T10:48:48.000000Z"}} 2018-10-12 10:48:48,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7cce2fece719d9c0e4830da0a3f95444f119e7d" 2018-10-12 10:48:48,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:48:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ffacb72-590d-408f-8784-3776c85a3910 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:48:48,422 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1ffacb72-590d-408f-8784-3776c85a3910 2018-10-12 10:48:48,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dce0387b51fec5e76757a7d0e615b045cce1f697" 2018-10-12 10:48:48,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e25c5086-c555-4557-9a63-700e06f663a7 Date: Fri, 12 Oct 2018 10:48:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"}]} 2018-10-12 10:48:48,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-e25c5086-c555-4557-9a63-700e06f663a7 2018-10-12 10:48:48,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=71fc6d74-b5f7-4beb-b556-59bef5906bb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dce0387b51fec5e76757a7d0e615b045cce1f697" 2018-10-12 10:48:48,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-050b1dc8-208c-4b9b-a056-64c05cdb1c0b Date: Fri, 12 Oct 2018 10:48:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:14Z","dns_nameservers":[],"updated_at":"2018-10-12T10:34:14Z","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":"a326b90e4e0b4021a92eb982e1729d5e","id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-12 10:48:48,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=71fc6d74-b5f7-4beb-b556-59bef5906bb2 used request id req-050b1dc8-208c-4b9b-a056-64c05cdb1c0b 2018-10-12 10:48:48,854 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-57bcaaeb-267a-4a5c-8ba5-07548e6af742-pub-router 2018-10-12 10:48:48,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dce0387b51fec5e76757a7d0e615b045cce1f697" -d '{"router": {"external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2"}, "name": "NeutronUtilsRouterTests-57bcaaeb-267a-4a5c-8ba5-07548e6af742-pub-router", "admin_state_up": true}}' 2018-10-12 10:48:49,987 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-2ee9a684-69c0-4380-8095-38d32893d673 Date: Fri, 12 Oct 2018 10:48:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:49Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T10:48:49Z", "revision_number": 2, "routes": [], "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "da0c61ed-feb0-46f8-ac94-54f05cf11213", "name": "NeutronUtilsRouterTests-57bcaaeb-267a-4a5c-8ba5-07548e6af742-pub-router"}} 2018-10-12 10:48:49,987 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-2ee9a684-69c0-4380-8095-38d32893d673 2018-10-12 10:48:49,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=da0c61ed-feb0-46f8-ac94-54f05cf11213 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dce0387b51fec5e76757a7d0e615b045cce1f697" 2018-10-12 10:48:50,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-3788ffb2-9b7e-4602-92e7-820e006597e6 Date: Fri, 12 Oct 2018 10:48:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:48:49Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.210"}],"id":"5a5d4fba-5d85-40b1-885c-ffac383861ce","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a6:d3:79","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"da0c61ed-feb0-46f8-ac94-54f05cf11213","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T10:48:49Z","binding:vnic_type":"normal"}]} 2018-10-12 10:48:50,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=da0c61ed-feb0-46f8-ac94-54f05cf11213 used request id req-3788ffb2-9b7e-4602-92e7-820e006597e6 2018-10-12 10:48:50,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/82a08d1b-7ae3-4f90-92ce-135e5b7a8821 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dce0387b51fec5e76757a7d0e615b045cce1f697" 2018-10-12 10:48:50,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-7b84a3a8-e305-4da4-b03d-23c80f409c90 Date: Fri, 12 Oct 2018 10:48:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:14Z","dns_nameservers":[],"updated_at":"2018-10-12T10:34:14Z","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":"a326b90e4e0b4021a92eb982e1729d5e","id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","subnetpool_id":null,"name":"external-subnet"}} 2018-10-12 10:48:50,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/82a08d1b-7ae3-4f90-92ce-135e5b7a8821 used request id req-7b84a3a8-e305-4da4-b03d-23c80f409c90 2018-10-12 10:48:50,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-57bcaaeb-267a-4a5c-8ba5-07548e6af742-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dce0387b51fec5e76757a7d0e615b045cce1f697" 2018-10-12 10:48:50,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0c8a7394-0c7c-4344-97ed-b967cd859312 Date: Fri, 12 Oct 2018 10:48:50 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:49Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T10:48:49Z", "revision_number": 2, "routes": [], "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "da0c61ed-feb0-46f8-ac94-54f05cf11213", "name": "NeutronUtilsRouterTests-57bcaaeb-267a-4a5c-8ba5-07548e6af742-pub-router"}]} 2018-10-12 10:48:50,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-57bcaaeb-267a-4a5c-8ba5-07548e6af742-pub-router used request id req-0c8a7394-0c7c-4344-97ed-b967cd859312 2018-10-12 10:48:50,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:48:50,778 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:48: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:48:50,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dce0387b51fec5e76757a7d0e615b045cce1f697" 2018-10-12 10:48:50,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:48:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ca264a9-cfee-41c2-aca9-d4c120d2a733 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:48:50,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-7ca264a9-cfee-41c2-aca9-d4c120d2a733 2018-10-12 10:48:50,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?device_id=da0c61ed-feb0-46f8-ac94-54f05cf11213 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dce0387b51fec5e76757a7d0e615b045cce1f697" 2018-10-12 10:48:50,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-6fd917d3-b68c-4569-bfba-f0d4451fa4cb Date: Fri, 12 Oct 2018 10:48:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:48:49Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.210"}],"id":"5a5d4fba-5d85-40b1-885c-ffac383861ce","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a6:d3:79","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"da0c61ed-feb0-46f8-ac94-54f05cf11213","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T10:48:49Z","binding:vnic_type":"normal"}]} 2018-10-12 10:48:50,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?device_id=da0c61ed-feb0-46f8-ac94-54f05cf11213 used request id req-6fd917d3-b68c-4569-bfba-f0d4451fa4cb 2018-10-12 10:48:50,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets/82a08d1b-7ae3-4f90-92ce-135e5b7a8821 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dce0387b51fec5e76757a7d0e615b045cce1f697" 2018-10-12 10:48:51,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-baeefd3e-e938-4967-84f1-1d2078039433 Date: Fri, 12 Oct 2018 10:48:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:14Z","dns_nameservers":[],"updated_at":"2018-10-12T10:34:14Z","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":"a326b90e4e0b4021a92eb982e1729d5e","id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","subnetpool_id":null,"name":"external-subnet"}} 2018-10-12 10:48:51,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets/82a08d1b-7ae3-4f90-92ce-135e5b7a8821 used request id req-baeefd3e-e938-4967-84f1-1d2078039433 2018-10-12 10:48:51,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dce0387b51fec5e76757a7d0e615b045cce1f697" 2018-10-12 10:48:51,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-21051ae7-d73c-45bd-bf3e-12569d2b36d2 Date: Fri, 12 Oct 2018 10:48:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"}]} 2018-10-12 10:48:51,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-21051ae7-d73c-45bd-bf3e-12569d2b36d2 2018-10-12 10:48:51,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=71fc6d74-b5f7-4beb-b556-59bef5906bb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dce0387b51fec5e76757a7d0e615b045cce1f697" 2018-10-12 10:48:51,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-eaf2432c-22d3-4c15-be91-112b052442b9 Date: Fri, 12 Oct 2018 10:48:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:14Z","dns_nameservers":[],"updated_at":"2018-10-12T10:34:14Z","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":"a326b90e4e0b4021a92eb982e1729d5e","id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-12 10:48:51,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=71fc6d74-b5f7-4beb-b556-59bef5906bb2 used request id req-eaf2432c-22d3-4c15-be91-112b052442b9 2018-10-12 10:48:51,258 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-57bcaaeb-267a-4a5c-8ba5-07548e6af742-pub-router 2018-10-12 10:48:51,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/routers/da0c61ed-feb0-46f8-ac94-54f05cf11213 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dce0387b51fec5e76757a7d0e615b045cce1f697" 2018-10-12 10:48:52,313 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cc2e4455-5a9e-4452-8dc2-1812027992c1 Content-Length: 0 Date: Fri, 12 Oct 2018 10:48:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:48:52,313 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/da0c61ed-feb0-46f8-ac94-54f05cf11213 used request id req-cc2e4455-5a9e-4452-8dc2-1812027992c1 2018-10-12 10:48:52,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-57bcaaeb-267a-4a5c-8ba5-07548e6af742-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dce0387b51fec5e76757a7d0e615b045cce1f697" 2018-10-12 10:48:52,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5bd5dc8b-cc85-4ba9-887d-3345ce5c663a Date: Fri, 12 Oct 2018 10:48:52 GMT RESP BODY: {"routers": []} 2018-10-12 10:48:52,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers?name=NeutronUtilsRouterTests-57bcaaeb-267a-4a5c-8ba5-07548e6af742-pub-router used request id req-5bd5dc8b-cc85-4ba9-887d-3345ce5c663a 2018-10-12 10:48:52,521 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:48:52,916 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:48:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["pnxKOzuyRUe4jFvB_cY81Q"], "issued_at": "2018-10-12T10:48:52.000000Z"}} 2018-10-12 10:48:52,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58eec4e3770ab734dc133cc13da0b1df7ffc8e42" 2018-10-12 10:48:52,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:48:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16829bad-5425-447d-8392-3d260e0bb0e2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:48:52,992 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-16829bad-5425-447d-8392-3d260e0bb0e2 2018-10-12 10:48:52,993 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-e3b9f104-4c5c-401e-a9e4-4c8f87a597f5name 2018-10-12 10:48:52,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58eec4e3770ab734dc133cc13da0b1df7ffc8e42" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-e3b9f104-4c5c-401e-a9e4-4c8f87a597f5name"}}' 2018-10-12 10:48:53,376 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1403 X-Openstack-Request-Id: req-49182936-e3e5-4ba1-b5e0-4d0f6294f879 Date: Fri, 12 Oct 2018 10:48:53 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:53Z", "updated_at": "2018-10-12T10:48:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:48:53Z", "revision_number": 0, "id": "2e6ce2b0-982f-4335-b80d-2a81215b25c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:48:53Z", "security_group_id": "f1d70274-5e0d-437a-8ccb-c3654788272c", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:48:53Z", "revision_number": 0, "id": "c8c01b24-9035-446d-b22a-f070f71a318f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:48:53Z", "security_group_id": "f1d70274-5e0d-437a-8ccb-c3654788272c", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}], "revision_number": 2, "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "f1d70274-5e0d-437a-8ccb-c3654788272c", "name": "NeutronUtilsSecurityGroupTests-e3b9f104-4c5c-401e-a9e4-4c8f87a597f5name"}} 2018-10-12 10:48:53,376 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-49182936-e3e5-4ba1-b5e0-4d0f6294f879 2018-10-12 10:48:53,376 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f1d70274-5e0d-437a-8ccb-c3654788272c 2018-10-12 10:48:53,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=f1d70274-5e0d-437a-8ccb-c3654788272c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58eec4e3770ab734dc133cc13da0b1df7ffc8e42" 2018-10-12 10:48:53,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2bb6da91-9b61-446c-8c94-113ea4449388 Date: Fri, 12 Oct 2018 10:48: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-10-12T10:48:53Z", "security_group_id": "f1d70274-5e0d-437a-8ccb-c3654788272c", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:53Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "2e6ce2b0-982f-4335-b80d-2a81215b25c9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:48:53Z", "security_group_id": "f1d70274-5e0d-437a-8ccb-c3654788272c", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:53Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "c8c01b24-9035-446d-b22a-f070f71a318f"}]} 2018-10-12 10:48:53,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=f1d70274-5e0d-437a-8ccb-c3654788272c used request id req-2bb6da91-9b61-446c-8c94-113ea4449388 2018-10-12 10:48:53,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-e3b9f104-4c5c-401e-a9e4-4c8f87a597f5name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58eec4e3770ab734dc133cc13da0b1df7ffc8e42" 2018-10-12 10:48:53,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1406 X-Openstack-Request-Id: req-b10e49b0-97cc-49f4-b473-f752bde161f1 Date: Fri, 12 Oct 2018 10:48:53 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:53Z", "updated_at": "2018-10-12T10:48:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:48:53Z", "revision_number": 0, "id": "2e6ce2b0-982f-4335-b80d-2a81215b25c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:48:53Z", "security_group_id": "f1d70274-5e0d-437a-8ccb-c3654788272c", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:48:53Z", "revision_number": 0, "id": "c8c01b24-9035-446d-b22a-f070f71a318f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:48:53Z", "security_group_id": "f1d70274-5e0d-437a-8ccb-c3654788272c", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}], "revision_number": 2, "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "f1d70274-5e0d-437a-8ccb-c3654788272c", "name": "NeutronUtilsSecurityGroupTests-e3b9f104-4c5c-401e-a9e4-4c8f87a597f5name"}]} 2018-10-12 10:48:53,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-e3b9f104-4c5c-401e-a9e4-4c8f87a597f5name used request id req-b10e49b0-97cc-49f4-b473-f752bde161f1 2018-10-12 10:48:53,766 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f1d70274-5e0d-437a-8ccb-c3654788272c 2018-10-12 10:48:53,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=f1d70274-5e0d-437a-8ccb-c3654788272c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58eec4e3770ab734dc133cc13da0b1df7ffc8e42" 2018-10-12 10:48:53,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-146106a4-0733-4d54-9b6b-ac9a94aea465 Date: Fri, 12 Oct 2018 10:48: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-10-12T10:48:53Z", "security_group_id": "f1d70274-5e0d-437a-8ccb-c3654788272c", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:53Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "2e6ce2b0-982f-4335-b80d-2a81215b25c9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:48:53Z", "security_group_id": "f1d70274-5e0d-437a-8ccb-c3654788272c", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:53Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "c8c01b24-9035-446d-b22a-f070f71a318f"}]} 2018-10-12 10:48:53,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=f1d70274-5e0d-437a-8ccb-c3654788272c used request id req-146106a4-0733-4d54-9b6b-ac9a94aea465 2018-10-12 10:48:53,951 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-e3b9f104-4c5c-401e-a9e4-4c8f87a597f5name 2018-10-12 10:48:53,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/f1d70274-5e0d-437a-8ccb-c3654788272c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58eec4e3770ab734dc133cc13da0b1df7ffc8e42" 2018-10-12 10:48:54,128 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5e31d387-6e86-410c-bee6-b23df21e9ccf Content-Length: 0 Date: Fri, 12 Oct 2018 10:48:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:48:54,128 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/f1d70274-5e0d-437a-8ccb-c3654788272c used request id req-5e31d387-6e86-410c-bee6-b23df21e9ccf 2018-10-12 10:48:54,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-e3b9f104-4c5c-401e-a9e4-4c8f87a597f5name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58eec4e3770ab734dc133cc13da0b1df7ffc8e42" 2018-10-12 10:48:54,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-9c8ed014-bba0-4a5b-9248-c8421c741cd9 Date: Fri, 12 Oct 2018 10:48:54 GMT RESP BODY: {"security_groups": []} 2018-10-12 10:48:54,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-e3b9f104-4c5c-401e-a9e4-4c8f87a597f5name used request id req-9c8ed014-bba0-4a5b-9248-c8421c741cd9 2018-10-12 10:48:54,330 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:48:54,718 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:48:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["6CumeuKOSAuWRlFywB8KNA"], "issued_at": "2018-10-12T10:48:54.000000Z"}} 2018-10-12 10:48:54,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c1bf888c26c2d8ae7e0c569e5a9e01e6b489a6d" 2018-10-12 10:48:54,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:48:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66cab83f-8fdf-4afc-aa7e-b746ed6b35f5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:48:54,814 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-66cab83f-8fdf-4afc-aa7e-b746ed6b35f5 2018-10-12 10:48:54,816 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:48:55,198 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:48:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["QGGNYmrZSFmuos0lSIkMTQ"], "issued_at": "2018-10-12T10:48:55.000000Z"}} 2018-10-12 10:48:55,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d100d45783bc3b8339ad6e6309b504411b5f800" 2018-10-12 10:48:55,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:48:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec59f46b-3336-4173-adc6-637a7b53906d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:48:55,279 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ec59f46b-3336-4173-adc6-637a7b53906d 2018-10-12 10:48:55,280 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-30e43009-4ae1-468c-8306-e85ed88121e3name 2018-10-12 10:48:55,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d100d45783bc3b8339ad6e6309b504411b5f800" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-30e43009-4ae1-468c-8306-e85ed88121e3name", "description": "hello group"}}' 2018-10-12 10:48:55,659 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-b8f60814-1208-43af-ab81-be1316a1f264 Date: Fri, 12 Oct 2018 10:48:55 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:55Z", "updated_at": "2018-10-12T10:48:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:48:55Z", "revision_number": 0, "id": "9c062dd2-a44b-48b8-8e8e-fd795792d935", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:48:55Z", "security_group_id": "bb944ffe-cf2b-4018-9088-954000690080", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:48:55Z", "revision_number": 0, "id": "dad84078-d00e-4c06-a81d-fd1d995363c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:48:55Z", "security_group_id": "bb944ffe-cf2b-4018-9088-954000690080", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}], "revision_number": 2, "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "bb944ffe-cf2b-4018-9088-954000690080", "name": "NeutronUtilsSecurityGroupTests-30e43009-4ae1-468c-8306-e85ed88121e3name"}} 2018-10-12 10:48:55,659 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-b8f60814-1208-43af-ab81-be1316a1f264 2018-10-12 10:48:55,660 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bb944ffe-cf2b-4018-9088-954000690080 2018-10-12 10:48:55,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=bb944ffe-cf2b-4018-9088-954000690080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d100d45783bc3b8339ad6e6309b504411b5f800" 2018-10-12 10:48:55,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7e7da9d6-5a5a-4063-ad3c-a41eb202a179 Date: Fri, 12 Oct 2018 10:48:55 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-10-12T10:48:55Z", "security_group_id": "bb944ffe-cf2b-4018-9088-954000690080", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:55Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "9c062dd2-a44b-48b8-8e8e-fd795792d935"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:48:55Z", "security_group_id": "bb944ffe-cf2b-4018-9088-954000690080", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:55Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "dad84078-d00e-4c06-a81d-fd1d995363c7"}]} 2018-10-12 10:48:55,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=bb944ffe-cf2b-4018-9088-954000690080 used request id req-7e7da9d6-5a5a-4063-ad3c-a41eb202a179 2018-10-12 10:48:55,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-30e43009-4ae1-468c-8306-e85ed88121e3name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d100d45783bc3b8339ad6e6309b504411b5f800" 2018-10-12 10:48:56,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-7c8229c4-4d34-4e98-a56c-9149d32092b0 Date: Fri, 12 Oct 2018 10:48:56 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:55Z", "updated_at": "2018-10-12T10:48:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:48:55Z", "revision_number": 0, "id": "dad84078-d00e-4c06-a81d-fd1d995363c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:48:55Z", "security_group_id": "bb944ffe-cf2b-4018-9088-954000690080", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:48:55Z", "revision_number": 0, "id": "9c062dd2-a44b-48b8-8e8e-fd795792d935", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:48:55Z", "security_group_id": "bb944ffe-cf2b-4018-9088-954000690080", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}], "revision_number": 2, "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "bb944ffe-cf2b-4018-9088-954000690080", "name": "NeutronUtilsSecurityGroupTests-30e43009-4ae1-468c-8306-e85ed88121e3name"}]} 2018-10-12 10:48:56,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-30e43009-4ae1-468c-8306-e85ed88121e3name&description=hello+group used request id req-7c8229c4-4d34-4e98-a56c-9149d32092b0 2018-10-12 10:48:56,029 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bb944ffe-cf2b-4018-9088-954000690080 2018-10-12 10:48:56,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=bb944ffe-cf2b-4018-9088-954000690080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d100d45783bc3b8339ad6e6309b504411b5f800" 2018-10-12 10:48:56,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4165b187-410a-4997-b06c-28551bd5f201 Date: Fri, 12 Oct 2018 10:48:56 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-10-12T10:48:55Z", "security_group_id": "bb944ffe-cf2b-4018-9088-954000690080", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:55Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "9c062dd2-a44b-48b8-8e8e-fd795792d935"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:48:55Z", "security_group_id": "bb944ffe-cf2b-4018-9088-954000690080", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:55Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "dad84078-d00e-4c06-a81d-fd1d995363c7"}]} 2018-10-12 10:48:56,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=bb944ffe-cf2b-4018-9088-954000690080 used request id req-4165b187-410a-4997-b06c-28551bd5f201 2018-10-12 10:48:56,211 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-30e43009-4ae1-468c-8306-e85ed88121e3name 2018-10-12 10:48:56,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/bb944ffe-cf2b-4018-9088-954000690080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d100d45783bc3b8339ad6e6309b504411b5f800" 2018-10-12 10:48:56,520 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f96a7bb7-5a91-487d-981c-8740f23a14ee Content-Length: 0 Date: Fri, 12 Oct 2018 10:48:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:48:56,520 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/bb944ffe-cf2b-4018-9088-954000690080 used request id req-f96a7bb7-5a91-487d-981c-8740f23a14ee 2018-10-12 10:48:56,522 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:48:56,909 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:48:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["w0UV6bx6RP2D7oEkyDTDuQ"], "issued_at": "2018-10-12T10:48:56.000000Z"}} 2018-10-12 10:48:56,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5426b52e9208552d49b58de34491d2e3c96f807e" 2018-10-12 10:48:56,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:48:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-927e847b-32e5-4a25-8d0c-70be77b74f29 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:48:56,986 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-927e847b-32e5-4a25-8d0c-70be77b74f29 2018-10-12 10:48:56,987 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-5a92b865-1bd2-4883-b221-9aa19fb6aa63name 2018-10-12 10:48:56,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5426b52e9208552d49b58de34491d2e3c96f807e" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-5a92b865-1bd2-4883-b221-9aa19fb6aa63name", "description": "hello group"}}' 2018-10-12 10:48:57,363 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-d09a3161-7fac-4c04-9287-88aabc0acc9b Date: Fri, 12 Oct 2018 10:48:57 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:57Z", "updated_at": "2018-10-12T10:48:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:48:57Z", "revision_number": 0, "id": "278348e7-0ac7-4574-9828-9ecf78957ae4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:48:57Z", "security_group_id": "457019ce-7c9b-48c9-985a-961e03c8c419", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:48:57Z", "revision_number": 0, "id": "7a8a8f5c-48ab-4df7-b266-44912296124c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:48:57Z", "security_group_id": "457019ce-7c9b-48c9-985a-961e03c8c419", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}], "revision_number": 2, "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "457019ce-7c9b-48c9-985a-961e03c8c419", "name": "NeutronUtilsSecurityGroupTests-5a92b865-1bd2-4883-b221-9aa19fb6aa63name"}} 2018-10-12 10:48:57,363 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-d09a3161-7fac-4c04-9287-88aabc0acc9b 2018-10-12 10:48:57,364 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 457019ce-7c9b-48c9-985a-961e03c8c419 2018-10-12 10:48:57,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=457019ce-7c9b-48c9-985a-961e03c8c419 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5426b52e9208552d49b58de34491d2e3c96f807e" 2018-10-12 10:48:57,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b9130af2-1aae-4133-ab85-19319b819589 Date: Fri, 12 Oct 2018 10:48:57 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-10-12T10:48:57Z", "security_group_id": "457019ce-7c9b-48c9-985a-961e03c8c419", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:57Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "278348e7-0ac7-4574-9828-9ecf78957ae4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:48:57Z", "security_group_id": "457019ce-7c9b-48c9-985a-961e03c8c419", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:57Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "7a8a8f5c-48ab-4df7-b266-44912296124c"}]} 2018-10-12 10:48:57,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=457019ce-7c9b-48c9-985a-961e03c8c419 used request id req-b9130af2-1aae-4133-ab85-19319b819589 2018-10-12 10:48:57,543 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 457019ce-7c9b-48c9-985a-961e03c8c419 2018-10-12 10:48:57,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=457019ce-7c9b-48c9-985a-961e03c8c419 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5426b52e9208552d49b58de34491d2e3c96f807e" 2018-10-12 10:48:57,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8e48d609-8a98-4637-a497-f264d374df28 Date: Fri, 12 Oct 2018 10:48:57 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-10-12T10:48:57Z", "security_group_id": "457019ce-7c9b-48c9-985a-961e03c8c419", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:57Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "278348e7-0ac7-4574-9828-9ecf78957ae4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:48:57Z", "security_group_id": "457019ce-7c9b-48c9-985a-961e03c8c419", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:57Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "7a8a8f5c-48ab-4df7-b266-44912296124c"}]} 2018-10-12 10:48:57,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=457019ce-7c9b-48c9-985a-961e03c8c419 used request id req-8e48d609-8a98-4637-a497-f264d374df28 2018-10-12 10:48:57,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5426b52e9208552d49b58de34491d2e3c96f807e" 2018-10-12 10:48:57,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:48:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb31a16e-e7f6-406d-86fa-a1c1d3f5ddc9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:48:57,810 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-bb31a16e-e7f6-406d-86fa-a1c1d3f5ddc9 2018-10-12 10:48:57,811 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-5a92b865-1bd2-4883-b221-9aa19fb6aa63name 2018-10-12 10:48:57,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-5a92b865-1bd2-4883-b221-9aa19fb6aa63name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5426b52e9208552d49b58de34491d2e3c96f807e" 2018-10-12 10:48:58,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-43bd00c2-1c56-4bb0-9b0f-37654a3e2ead Date: Fri, 12 Oct 2018 10:48:58 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:57Z", "updated_at": "2018-10-12T10:48:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:48:57Z", "revision_number": 0, "id": "7a8a8f5c-48ab-4df7-b266-44912296124c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:48:57Z", "security_group_id": "457019ce-7c9b-48c9-985a-961e03c8c419", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:48:57Z", "revision_number": 0, "id": "278348e7-0ac7-4574-9828-9ecf78957ae4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:48:57Z", "security_group_id": "457019ce-7c9b-48c9-985a-961e03c8c419", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}], "revision_number": 2, "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "457019ce-7c9b-48c9-985a-961e03c8c419", "name": "NeutronUtilsSecurityGroupTests-5a92b865-1bd2-4883-b221-9aa19fb6aa63name"}]} 2018-10-12 10:48:58,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-5a92b865-1bd2-4883-b221-9aa19fb6aa63name used request id req-43bd00c2-1c56-4bb0-9b0f-37654a3e2ead 2018-10-12 10:48:58,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:48:58,163 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:48: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:48:58,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5426b52e9208552d49b58de34491d2e3c96f807e" 2018-10-12 10:48:58,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:48:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3819c88-eb51-49f3-bdfb-148554d05fa9 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:48:58,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-e3819c88-eb51-49f3-bdfb-148554d05fa9 2018-10-12 10:48:58,253 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 457019ce-7c9b-48c9-985a-961e03c8c419 2018-10-12 10:48:58,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=457019ce-7c9b-48c9-985a-961e03c8c419 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5426b52e9208552d49b58de34491d2e3c96f807e" 2018-10-12 10:48:58,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bf76bc54-0e4c-47a9-9cb4-f38128d6be86 Date: Fri, 12 Oct 2018 10:48:58 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-10-12T10:48:57Z", "security_group_id": "457019ce-7c9b-48c9-985a-961e03c8c419", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:57Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "278348e7-0ac7-4574-9828-9ecf78957ae4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:48:57Z", "security_group_id": "457019ce-7c9b-48c9-985a-961e03c8c419", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:57Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "7a8a8f5c-48ab-4df7-b266-44912296124c"}]} 2018-10-12 10:48:58,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=457019ce-7c9b-48c9-985a-961e03c8c419 used request id req-bf76bc54-0e4c-47a9-9cb4-f38128d6be86 2018-10-12 10:48:58,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26: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}5426b52e9208552d49b58de34491d2e3c96f807e" -d '{"security_group_rule": {"direction": "ingress", "security_group_id": "457019ce-7c9b-48c9-985a-961e03c8c419"}}' 2018-10-12 10:48:58,771 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 510 X-Openstack-Request-Id: req-be2e0ec9-3dcf-437d-b15a-153ea3fc1fc8 Date: Fri, 12 Oct 2018 10:48:58 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-10-12T10:48:58Z", "security_group_id": "457019ce-7c9b-48c9-985a-961e03c8c419", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:58Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "e7fe9365-f6c5-4c70-9413-fde4b4b9afd0"}} 2018-10-12 10:48:58,771 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-be2e0ec9-3dcf-437d-b15a-153ea3fc1fc8 2018-10-12 10:48:58,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-5a92b865-1bd2-4883-b221-9aa19fb6aa63name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5426b52e9208552d49b58de34491d2e3c96f807e" 2018-10-12 10:48:58,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-b8981497-9c64-4f30-a5e6-f4fb9bc1efbe Date: Fri, 12 Oct 2018 10:48:58 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:57Z", "updated_at": "2018-10-12T10:48:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:48:57Z", "revision_number": 0, "id": "278348e7-0ac7-4574-9828-9ecf78957ae4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:48:57Z", "security_group_id": "457019ce-7c9b-48c9-985a-961e03c8c419", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:48:58Z", "revision_number": 0, "id": "e7fe9365-f6c5-4c70-9413-fde4b4b9afd0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:48:58Z", "security_group_id": "457019ce-7c9b-48c9-985a-961e03c8c419", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:48:57Z", "revision_number": 0, "id": "7a8a8f5c-48ab-4df7-b266-44912296124c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:48:57Z", "security_group_id": "457019ce-7c9b-48c9-985a-961e03c8c419", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}], "revision_number": 3, "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "457019ce-7c9b-48c9-985a-961e03c8c419", "name": "NeutronUtilsSecurityGroupTests-5a92b865-1bd2-4883-b221-9aa19fb6aa63name"}]} 2018-10-12 10:48:58,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-5a92b865-1bd2-4883-b221-9aa19fb6aa63name&description=hello+group used request id req-b8981497-9c64-4f30-a5e6-f4fb9bc1efbe 2018-10-12 10:48:58,990 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 457019ce-7c9b-48c9-985a-961e03c8c419 2018-10-12 10:48:58,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=457019ce-7c9b-48c9-985a-961e03c8c419 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5426b52e9208552d49b58de34491d2e3c96f807e" 2018-10-12 10:48:59,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-432a1973-77c7-4ba1-aa3d-ceb626c67f8a Date: Fri, 12 Oct 2018 10:48:59 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-10-12T10:48:57Z", "security_group_id": "457019ce-7c9b-48c9-985a-961e03c8c419", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:57Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "278348e7-0ac7-4574-9828-9ecf78957ae4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:48:57Z", "security_group_id": "457019ce-7c9b-48c9-985a-961e03c8c419", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:57Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "7a8a8f5c-48ab-4df7-b266-44912296124c"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:48:58Z", "security_group_id": "457019ce-7c9b-48c9-985a-961e03c8c419", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:58Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "e7fe9365-f6c5-4c70-9413-fde4b4b9afd0"}]} 2018-10-12 10:48:59,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=457019ce-7c9b-48c9-985a-961e03c8c419 used request id req-432a1973-77c7-4ba1-aa3d-ceb626c67f8a 2018-10-12 10:48:59,181 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 457019ce-7c9b-48c9-985a-961e03c8c419 2018-10-12 10:48:59,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=457019ce-7c9b-48c9-985a-961e03c8c419 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5426b52e9208552d49b58de34491d2e3c96f807e" 2018-10-12 10:48:59,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-943656e2-f6f5-4566-a935-281e5f2c9675 Date: Fri, 12 Oct 2018 10:48:59 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-10-12T10:48:57Z", "security_group_id": "457019ce-7c9b-48c9-985a-961e03c8c419", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:57Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "278348e7-0ac7-4574-9828-9ecf78957ae4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:48:57Z", "security_group_id": "457019ce-7c9b-48c9-985a-961e03c8c419", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:57Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "7a8a8f5c-48ab-4df7-b266-44912296124c"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:48:58Z", "security_group_id": "457019ce-7c9b-48c9-985a-961e03c8c419", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:58Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "e7fe9365-f6c5-4c70-9413-fde4b4b9afd0"}]} 2018-10-12 10:48:59,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=457019ce-7c9b-48c9-985a-961e03c8c419 used request id req-943656e2-f6f5-4566-a935-281e5f2c9675 2018-10-12 10:48:59,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-5a92b865-1bd2-4883-b221-9aa19fb6aa63name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5426b52e9208552d49b58de34491d2e3c96f807e" 2018-10-12 10:48:59,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-957f4a71-4bef-4904-8c86-152ea05f6266 Date: Fri, 12 Oct 2018 10:48:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:57Z", "updated_at": "2018-10-12T10:48:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:48:58Z", "revision_number": 0, "id": "e7fe9365-f6c5-4c70-9413-fde4b4b9afd0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:48:58Z", "security_group_id": "457019ce-7c9b-48c9-985a-961e03c8c419", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:48:57Z", "revision_number": 0, "id": "7a8a8f5c-48ab-4df7-b266-44912296124c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:48:57Z", "security_group_id": "457019ce-7c9b-48c9-985a-961e03c8c419", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:48:57Z", "revision_number": 0, "id": "278348e7-0ac7-4574-9828-9ecf78957ae4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:48:57Z", "security_group_id": "457019ce-7c9b-48c9-985a-961e03c8c419", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}], "revision_number": 3, "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "457019ce-7c9b-48c9-985a-961e03c8c419", "name": "NeutronUtilsSecurityGroupTests-5a92b865-1bd2-4883-b221-9aa19fb6aa63name"}]} 2018-10-12 10:48:59,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-5a92b865-1bd2-4883-b221-9aa19fb6aa63name&description=hello+group used request id req-957f4a71-4bef-4904-8c86-152ea05f6266 2018-10-12 10:48:59,575 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 457019ce-7c9b-48c9-985a-961e03c8c419 2018-10-12 10:48:59,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=457019ce-7c9b-48c9-985a-961e03c8c419 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5426b52e9208552d49b58de34491d2e3c96f807e" 2018-10-12 10:48:59,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-4511478e-252f-41d1-b50f-3235dbaa830f Date: Fri, 12 Oct 2018 10:48:59 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-10-12T10:48:57Z", "security_group_id": "457019ce-7c9b-48c9-985a-961e03c8c419", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:57Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "278348e7-0ac7-4574-9828-9ecf78957ae4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:48:57Z", "security_group_id": "457019ce-7c9b-48c9-985a-961e03c8c419", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:57Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "7a8a8f5c-48ab-4df7-b266-44912296124c"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:48:58Z", "security_group_id": "457019ce-7c9b-48c9-985a-961e03c8c419", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:58Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "e7fe9365-f6c5-4c70-9413-fde4b4b9afd0"}]} 2018-10-12 10:48:59,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=457019ce-7c9b-48c9-985a-961e03c8c419 used request id req-4511478e-252f-41d1-b50f-3235dbaa830f 2018-10-12 10:48:59,600 - neutron_utils - INFO - Deleting security group rule with ID - 278348e7-0ac7-4574-9828-9ecf78957ae4 2018-10-12 10:48:59,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/278348e7-0ac7-4574-9828-9ecf78957ae4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5426b52e9208552d49b58de34491d2e3c96f807e" 2018-10-12 10:48:59,742 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-50c7a275-aa99-4a34-aaa5-c1860a72574a Content-Length: 0 Date: Fri, 12 Oct 2018 10:48:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:48:59,742 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/278348e7-0ac7-4574-9828-9ecf78957ae4 used request id req-50c7a275-aa99-4a34-aaa5-c1860a72574a 2018-10-12 10:48:59,742 - neutron_utils - INFO - Deleting security group rule with ID - 7a8a8f5c-48ab-4df7-b266-44912296124c 2018-10-12 10:48:59,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/7a8a8f5c-48ab-4df7-b266-44912296124c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5426b52e9208552d49b58de34491d2e3c96f807e" 2018-10-12 10:49:00,058 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-edbd848a-4d8f-4eed-b27a-0a7165ad0065 Content-Length: 0 Date: Fri, 12 Oct 2018 10:49:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:49:00,059 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/7a8a8f5c-48ab-4df7-b266-44912296124c used request id req-edbd848a-4d8f-4eed-b27a-0a7165ad0065 2018-10-12 10:49:00,059 - neutron_utils - INFO - Deleting security group rule with ID - e7fe9365-f6c5-4c70-9413-fde4b4b9afd0 2018-10-12 10:49:00,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-group-rules/e7fe9365-f6c5-4c70-9413-fde4b4b9afd0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5426b52e9208552d49b58de34491d2e3c96f807e" 2018-10-12 10:49:00,314 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-035af73a-3ee1-42d8-80f0-03b38a782a4e Content-Length: 0 Date: Fri, 12 Oct 2018 10:49:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:49:00,314 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-group-rules/e7fe9365-f6c5-4c70-9413-fde4b4b9afd0 used request id req-035af73a-3ee1-42d8-80f0-03b38a782a4e 2018-10-12 10:49:00,315 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-5a92b865-1bd2-4883-b221-9aa19fb6aa63name 2018-10-12 10:49:00,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/457019ce-7c9b-48c9-985a-961e03c8c419 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5426b52e9208552d49b58de34491d2e3c96f807e" 2018-10-12 10:49:00,596 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0a3b44b5-c867-499d-83f1-647af26c56ef Content-Length: 0 Date: Fri, 12 Oct 2018 10:49:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:49:00,596 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/457019ce-7c9b-48c9-985a-961e03c8c419 used request id req-0a3b44b5-c867-499d-83f1-647af26c56ef 2018-10-12 10:49:00,598 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:49:00,988 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:49:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["sqA2UKOmRt--5XUL-Kw3uQ"], "issued_at": "2018-10-12T10:49:00.000000Z"}} 2018-10-12 10:49:00,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a65db8367941cdaaa5629c71d70e01c2ccc0ef6" 2018-10-12 10:49:01,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:49:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d069f4d2-ce29-4367-8864-af2d6ab61e3e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:49:01,174 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d069f4d2-ce29-4367-8864-af2d6ab61e3e 2018-10-12 10:49:01,175 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-45c0e012-4112-4ae3-aef3-0dfc8ccd8984name-1 2018-10-12 10:49:01,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a65db8367941cdaaa5629c71d70e01c2ccc0ef6" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-45c0e012-4112-4ae3-aef3-0dfc8ccd8984name-1", "description": "hello group"}}' 2018-10-12 10:49:01,531 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-a0859515-f853-4563-9c4b-c514c1f6e693 Date: Fri, 12 Oct 2018 10:49:01 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:49:01Z", "updated_at": "2018-10-12T10:49:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:49:01Z", "revision_number": 0, "id": "079f2eb3-8992-44e4-bfe4-86034909f422", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:49:01Z", "security_group_id": "e625531c-5054-48b0-943b-f49e703c49c5", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:49:01Z", "revision_number": 0, "id": "17f1ef17-9377-42b9-ba1c-10d337d50e80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:49:01Z", "security_group_id": "e625531c-5054-48b0-943b-f49e703c49c5", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}], "revision_number": 2, "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "e625531c-5054-48b0-943b-f49e703c49c5", "name": "NeutronUtilsSecurityGroupTests-45c0e012-4112-4ae3-aef3-0dfc8ccd8984name-1"}} 2018-10-12 10:49:01,531 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-a0859515-f853-4563-9c4b-c514c1f6e693 2018-10-12 10:49:01,531 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e625531c-5054-48b0-943b-f49e703c49c5 2018-10-12 10:49:01,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=e625531c-5054-48b0-943b-f49e703c49c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a65db8367941cdaaa5629c71d70e01c2ccc0ef6" 2018-10-12 10:49:01,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-603637ef-71af-42fa-9ca1-521215dd9cb3 Date: Fri, 12 Oct 2018 10:49:01 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-10-12T10:49:01Z", "security_group_id": "e625531c-5054-48b0-943b-f49e703c49c5", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:49:01Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "079f2eb3-8992-44e4-bfe4-86034909f422"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:49:01Z", "security_group_id": "e625531c-5054-48b0-943b-f49e703c49c5", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:49:01Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "17f1ef17-9377-42b9-ba1c-10d337d50e80"}]} 2018-10-12 10:49:01,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=e625531c-5054-48b0-943b-f49e703c49c5 used request id req-603637ef-71af-42fa-9ca1-521215dd9cb3 2018-10-12 10:49:01,702 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-45c0e012-4112-4ae3-aef3-0dfc8ccd8984name-2 2018-10-12 10:49:01,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a65db8367941cdaaa5629c71d70e01c2ccc0ef6" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-45c0e012-4112-4ae3-aef3-0dfc8ccd8984name-2", "description": "hello group"}}' 2018-10-12 10:49:02,059 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-284b1220-616c-4387-b0de-4505b4fdaaad Date: Fri, 12 Oct 2018 10:49:02 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:49:01Z", "updated_at": "2018-10-12T10:49:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:49:01Z", "revision_number": 0, "id": "355955b4-8534-4b21-b4a9-f8996775d7e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:49:01Z", "security_group_id": "be643b96-a54b-47cd-97b0-dae9e0b0f27f", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:49:01Z", "revision_number": 0, "id": "bf655008-6d2e-4ec2-9661-ec26d52fc781", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:49:01Z", "security_group_id": "be643b96-a54b-47cd-97b0-dae9e0b0f27f", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}], "revision_number": 2, "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "be643b96-a54b-47cd-97b0-dae9e0b0f27f", "name": "NeutronUtilsSecurityGroupTests-45c0e012-4112-4ae3-aef3-0dfc8ccd8984name-2"}} 2018-10-12 10:49:02,059 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-284b1220-616c-4387-b0de-4505b4fdaaad 2018-10-12 10:49:02,059 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - be643b96-a54b-47cd-97b0-dae9e0b0f27f 2018-10-12 10:49:02,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=be643b96-a54b-47cd-97b0-dae9e0b0f27f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a65db8367941cdaaa5629c71d70e01c2ccc0ef6" 2018-10-12 10:49:02,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-013846f8-3ca9-4ffd-9015-0a79ec99032a Date: Fri, 12 Oct 2018 10:49:02 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-10-12T10:49:01Z", "security_group_id": "be643b96-a54b-47cd-97b0-dae9e0b0f27f", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:49:01Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "355955b4-8534-4b21-b4a9-f8996775d7e3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:49:01Z", "security_group_id": "be643b96-a54b-47cd-97b0-dae9e0b0f27f", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:49:01Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "bf655008-6d2e-4ec2-9661-ec26d52fc781"}]} 2018-10-12 10:49:02,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=be643b96-a54b-47cd-97b0-dae9e0b0f27f used request id req-013846f8-3ca9-4ffd-9015-0a79ec99032a 2018-10-12 10:49:02,241 - neutron_utils - INFO - Retrieving security group with ID - e625531c-5054-48b0-943b-f49e703c49c5 2018-10-12 10:49:02,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=e625531c-5054-48b0-943b-f49e703c49c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a65db8367941cdaaa5629c71d70e01c2ccc0ef6" 2018-10-12 10:49:02,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-e009a982-f0ca-421c-9bc5-1b06c9965ba7 Date: Fri, 12 Oct 2018 10:49:02 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:49:01Z", "updated_at": "2018-10-12T10:49:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:49:01Z", "revision_number": 0, "id": "079f2eb3-8992-44e4-bfe4-86034909f422", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:49:01Z", "security_group_id": "e625531c-5054-48b0-943b-f49e703c49c5", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:49:01Z", "revision_number": 0, "id": "17f1ef17-9377-42b9-ba1c-10d337d50e80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:49:01Z", "security_group_id": "e625531c-5054-48b0-943b-f49e703c49c5", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}], "revision_number": 2, "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "e625531c-5054-48b0-943b-f49e703c49c5", "name": "NeutronUtilsSecurityGroupTests-45c0e012-4112-4ae3-aef3-0dfc8ccd8984name-1"}]} 2018-10-12 10:49:02,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=e625531c-5054-48b0-943b-f49e703c49c5 used request id req-e009a982-f0ca-421c-9bc5-1b06c9965ba7 2018-10-12 10:49:02,469 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e625531c-5054-48b0-943b-f49e703c49c5 2018-10-12 10:49:02,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=e625531c-5054-48b0-943b-f49e703c49c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a65db8367941cdaaa5629c71d70e01c2ccc0ef6" 2018-10-12 10:49:02,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-80209a9a-f382-461a-a4de-fc4593c2f766 Date: Fri, 12 Oct 2018 10:49:02 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-10-12T10:49:01Z", "security_group_id": "e625531c-5054-48b0-943b-f49e703c49c5", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:49:01Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "079f2eb3-8992-44e4-bfe4-86034909f422"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:49:01Z", "security_group_id": "e625531c-5054-48b0-943b-f49e703c49c5", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:49:01Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "17f1ef17-9377-42b9-ba1c-10d337d50e80"}]} 2018-10-12 10:49:02,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=e625531c-5054-48b0-943b-f49e703c49c5 used request id req-80209a9a-f382-461a-a4de-fc4593c2f766 2018-10-12 10:49:02,673 - neutron_utils - INFO - Retrieving security group with ID - be643b96-a54b-47cd-97b0-dae9e0b0f27f 2018-10-12 10:49:02,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=be643b96-a54b-47cd-97b0-dae9e0b0f27f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a65db8367941cdaaa5629c71d70e01c2ccc0ef6" 2018-10-12 10:49:02,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-9609148f-edd4-4357-af3c-bae3abd10703 Date: Fri, 12 Oct 2018 10:49:02 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:49:01Z", "updated_at": "2018-10-12T10:49:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:49:01Z", "revision_number": 0, "id": "355955b4-8534-4b21-b4a9-f8996775d7e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:49:01Z", "security_group_id": "be643b96-a54b-47cd-97b0-dae9e0b0f27f", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:49:01Z", "revision_number": 0, "id": "bf655008-6d2e-4ec2-9661-ec26d52fc781", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:49:01Z", "security_group_id": "be643b96-a54b-47cd-97b0-dae9e0b0f27f", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}], "revision_number": 2, "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "be643b96-a54b-47cd-97b0-dae9e0b0f27f", "name": "NeutronUtilsSecurityGroupTests-45c0e012-4112-4ae3-aef3-0dfc8ccd8984name-2"}]} 2018-10-12 10:49:02,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=be643b96-a54b-47cd-97b0-dae9e0b0f27f used request id req-9609148f-edd4-4357-af3c-bae3abd10703 2018-10-12 10:49:02,872 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - be643b96-a54b-47cd-97b0-dae9e0b0f27f 2018-10-12 10:49:02,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=be643b96-a54b-47cd-97b0-dae9e0b0f27f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a65db8367941cdaaa5629c71d70e01c2ccc0ef6" 2018-10-12 10:49:02,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ea783909-1c29-4cfb-8f18-ed137b4e7e23 Date: Fri, 12 Oct 2018 10:49:02 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-10-12T10:49:01Z", "security_group_id": "be643b96-a54b-47cd-97b0-dae9e0b0f27f", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:49:01Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "355955b4-8534-4b21-b4a9-f8996775d7e3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:49:01Z", "security_group_id": "be643b96-a54b-47cd-97b0-dae9e0b0f27f", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:49:01Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "bf655008-6d2e-4ec2-9661-ec26d52fc781"}]} 2018-10-12 10:49:02,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=be643b96-a54b-47cd-97b0-dae9e0b0f27f used request id req-ea783909-1c29-4cfb-8f18-ed137b4e7e23 2018-10-12 10:49:02,900 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-45c0e012-4112-4ae3-aef3-0dfc8ccd8984name-1 2018-10-12 10:49:02,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/e625531c-5054-48b0-943b-f49e703c49c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a65db8367941cdaaa5629c71d70e01c2ccc0ef6" 2018-10-12 10:49:03,262 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f16199a2-fcad-44ff-bad9-384f7ca235af Content-Length: 0 Date: Fri, 12 Oct 2018 10:49:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:49:03,262 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/e625531c-5054-48b0-943b-f49e703c49c5 used request id req-f16199a2-fcad-44ff-bad9-384f7ca235af 2018-10-12 10:49:03,263 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-45c0e012-4112-4ae3-aef3-0dfc8ccd8984name-2 2018-10-12 10:49:03,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/be643b96-a54b-47cd-97b0-dae9e0b0f27f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a65db8367941cdaaa5629c71d70e01c2ccc0ef6" 2018-10-12 10:49:03,539 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4d6b15ae-ec7f-4474-abf1-325bdc182248 Content-Length: 0 Date: Fri, 12 Oct 2018 10:49:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:49:03,539 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/be643b96-a54b-47cd-97b0-dae9e0b0f27f used request id req-4d6b15ae-ec7f-4474-abf1-325bdc182248 2018-10-12 10:49:03,540 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:49:03,914 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:49:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["9qn_Nzx6RraBnGQ2pPsGtA"], "issued_at": "2018-10-12T10:49:03.000000Z"}} 2018-10-12 10:49:03,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f2bb93547fc8f7adbfe17b6b096b9c34e98096" 2018-10-12 10:49:03,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:49:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03fe2432-c201-4916-804b-6a11922a231f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:49:03,928 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-03fe2432-c201-4916-804b-6a11922a231f 2018-10-12 10:49:03,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f2bb93547fc8f7adbfe17b6b096b9c34e98096" 2018-10-12 10:49:04,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b6d5e234-f1dd-43e2-93d5-ad17277ddffa Date: Fri, 12 Oct 2018 10:49:04 GMT RESP BODY: {"floatingips": []} 2018-10-12 10:49:04,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-b6d5e234-f1dd-43e2-93d5-ad17277ddffa 2018-10-12 10:49:04,126 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-12 10:49:04,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f2bb93547fc8f7adbfe17b6b096b9c34e98096" 2018-10-12 10:49:04,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-30bb432a-3a77-4725-a458-672e7e2df058 Date: Fri, 12 Oct 2018 10:49:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"}]} 2018-10-12 10:49:04,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=external used request id req-30bb432a-3a77-4725-a458-672e7e2df058 2018-10-12 10:49:04,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=71fc6d74-b5f7-4beb-b556-59bef5906bb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f2bb93547fc8f7adbfe17b6b096b9c34e98096" 2018-10-12 10:49:04,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-2724d871-901a-41cf-a0bb-810929adcfc5 Date: Fri, 12 Oct 2018 10:49:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:14Z","dns_nameservers":[],"updated_at":"2018-10-12T10:34:14Z","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":"a326b90e4e0b4021a92eb982e1729d5e","id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-12 10:49:04,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=71fc6d74-b5f7-4beb-b556-59bef5906bb2 used request id req-2724d871-901a-41cf-a0bb-810929adcfc5 2018-10-12 10:49:04,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f2bb93547fc8f7adbfe17b6b096b9c34e98096" -d '{"floatingip": {"floating_network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2"}}' 2018-10-12 10:49:05,689 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-34b64441-3ad9-41a5-8713-68955edce2e1 Date: Fri, 12 Oct 2018 10:49:05 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-10-12T10:49:05Z", "floating_network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "fixed_ip_address": null, "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": null, "id": "4b035a0a-9975-44a8-8181-d2a95b8d7cd7", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:49:05Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}} 2018-10-12 10:49:05,689 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-34b64441-3ad9-41a5-8713-68955edce2e1 2018-10-12 10:49:05,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f2bb93547fc8f7adbfe17b6b096b9c34e98096" 2018-10-12 10:49:05,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-3a704a83-49a6-4fe3-89c4-44fadc22facc Date: Fri, 12 Oct 2018 10:49:05 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-10-12T10:49:05Z", "floating_network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "fixed_ip_address": null, "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": null, "id": "4b035a0a-9975-44a8-8181-d2a95b8d7cd7", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:49:05Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}]} 2018-10-12 10:49:05,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-3a704a83-49a6-4fe3-89c4-44fadc22facc 2018-10-12 10:49:05,881 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.210 2018-10-12 10:49:05,881 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.210 2018-10-12 10:49:05,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/floatingips?ip=4b035a0a-9975-44a8-8181-d2a95b8d7cd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f2bb93547fc8f7adbfe17b6b096b9c34e98096" 2018-10-12 10:49:06,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-4cb4c515-bb79-4c91-a5d0-46d98b938b1a Date: Fri, 12 Oct 2018 10:49:06 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-10-12T10:49:05Z", "floating_network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "fixed_ip_address": null, "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": null, "id": "4b035a0a-9975-44a8-8181-d2a95b8d7cd7", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:49:05Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}]} 2018-10-12 10:49:06,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips?ip=4b035a0a-9975-44a8-8181-d2a95b8d7cd7 used request id req-4cb4c515-bb79-4c91-a5d0-46d98b938b1a 2018-10-12 10:49:06,061 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.210 2018-10-12 10:49:06,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/floatingips/4b035a0a-9975-44a8-8181-d2a95b8d7cd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34f2bb93547fc8f7adbfe17b6b096b9c34e98096" 2018-10-12 10:49:06,703 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0a10f4e9-c7f2-41ba-8e21-4c7b5e062ebc Content-Length: 0 Date: Fri, 12 Oct 2018 10:49:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:49:06,704 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/4b035a0a-9975-44a8-8181-d2a95b8d7cd7 used request id req-0a10f4e9-c7f2-41ba-8e21-4c7b5e062ebc 2018-10-12 10:49:06,705 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:49:06,811 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-b511f56e-553e-42ad-a056-ca4d6a4e538c 2018-10-12 10:49:06,811 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:49:07,193 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:49:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["QXc8ocCBTSemV1UZLL-Ljg"], "issued_at": "2018-10-12T10:49:07.000000Z"}} 2018-10-12 10:49:07,196 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}169efeacd39d9ace904a56f8a0000f01d34eb607" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/z9rZ56zwT+iKLSKsjk6eB9Yp4FxLy280hTFIo6xyIHB4fnN+4q/MD05qA03rQuKrpugq6tRKtCrYFvEsqe3l+c/BTjqSwkMJqR6EbmQQqmDLafoPI0e6Qqnl7p903MbcRuEjh+6kScuEXfNfbm4YTGXiXsTvr6fMinsSipaa6tqJYXVl3K9bMERWkgR0mwkDBdkCuy8bYVD/JBWHMn1ClR2RocI3MuhZEYU5GMYcJhGxl+P9yPzQkJaP4Gk7SfM6YAmyi8MIjiXvj+8dpDjiImjCmQBkeRzi+eMfahYB/mszDcYQ3feoWFqWbLzHn3CnrU+cn+AtVWKBa5CIkRcb", "name": "NovaUtilsKeypairTests-b511f56e-553e-42ad-a056-ca4d6a4e538c"}}' 2018-10-12 10:49:07,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-0c5ff5c9-36a3-4902-9fd6-c5e005dc95da x-compute-request-id: req-0c5ff5c9-36a3-4902-9fd6-c5e005dc95da Content-Encoding: gzip Content-Length: 494 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/z9rZ56zwT+iKLSKsjk6eB9Yp4FxLy280hTFIo6xyIHB4fnN+4q/MD05qA03rQuKrpugq6tRKtCrYFvEsqe3l+c/BTjqSwkMJqR6EbmQQqmDLafoPI0e6Qqnl7p903MbcRuEjh+6kScuEXfNfbm4YTGXiXsTvr6fMinsSipaa6tqJYXVl3K9bMERWkgR0mwkDBdkCuy8bYVD/JBWHMn1ClR2RocI3MuhZEYU5GMYcJhGxl+P9yPzQkJaP4Gk7SfM6YAmyi8MIjiXvj+8dpDjiImjCmQBkeRzi+eMfahYB/mszDcYQ3feoWFqWbLzHn3CnrU+cn+AtVWKBa5CIkRcb", "user_id": "88e9560a29e9460c8af8a5df80c26533", "name": "NovaUtilsKeypairTests-b511f56e-553e-42ad-a056-ca4d6a4e538c", "fingerprint": "f6:96:c7:0f:70:9d:e6:91:e9:57:08:6a:7f:28:cd:7c"}} 2018-10-12 10:49:07,818 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-0c5ff5c9-36a3-4902-9fd6-c5e005dc95da 2018-10-12 10:49:07,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-b511f56e-553e-42ad-a056-ca4d6a4e538c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}169efeacd39d9ace904a56f8a0000f01d34eb607" 2018-10-12 10:49:07,838 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-a156c480-82e6-4569-a278-17b503231053 x-compute-request-id: req-a156c480-82e6-4569-a278-17b503231053 Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/z9rZ56zwT+iKLSKsjk6eB9Yp4FxLy280hTFIo6xyIHB4fnN+4q/MD05qA03rQuKrpugq6tRKtCrYFvEsqe3l+c/BTjqSwkMJqR6EbmQQqmDLafoPI0e6Qqnl7p903MbcRuEjh+6kScuEXfNfbm4YTGXiXsTvr6fMinsSipaa6tqJYXVl3K9bMERWkgR0mwkDBdkCuy8bYVD/JBWHMn1ClR2RocI3MuhZEYU5GMYcJhGxl+P9yPzQkJaP4Gk7SfM6YAmyi8MIjiXvj+8dpDjiImjCmQBkeRzi+eMfahYB/mszDcYQ3feoWFqWbLzHn3CnrU+cn+AtVWKBa5CIkRcb", "user_id": "88e9560a29e9460c8af8a5df80c26533", "name": "NovaUtilsKeypairTests-b511f56e-553e-42ad-a056-ca4d6a4e538c", "deleted": false, "created_at": "2018-10-12T10:49:07.000000", "updated_at": null, "fingerprint": "f6:96:c7:0f:70:9d:e6:91:e9:57:08:6a:7f:28:cd:7c", "deleted_at": null, "id": 3}} 2018-10-12 10:49:07,838 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-b511f56e-553e-42ad-a056-ca4d6a4e538c used request id req-a156c480-82e6-4569-a278-17b503231053 2018-10-12 10:49:07,838 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-b511f56e-553e-42ad-a056-ca4d6a4e538c 2018-10-12 10:49:07,841 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-b511f56e-553e-42ad-a056-ca4d6a4e538c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}169efeacd39d9ace904a56f8a0000f01d34eb607" 2018-10-12 10:49:08,028 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10: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 x-openstack-request-id: req-1e88b2af-09b4-48b6-aa92-00d01d3aaa11 x-compute-request-id: req-1e88b2af-09b4-48b6-aa92-00d01d3aaa11 Content-Length: 0 Content-Type: application/json 2018-10-12 10:49:08,028 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-b511f56e-553e-42ad-a056-ca4d6a4e538c used request id req-1e88b2af-09b4-48b6-aa92-00d01d3aaa11 2018-10-12 10:49:08,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-b511f56e-553e-42ad-a056-ca4d6a4e538c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}169efeacd39d9ace904a56f8a0000f01d34eb607" 2018-10-12 10:49:08,051 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 12 Oct 2018 10:49: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-318178ea-567e-409e-b1b0-37050e427ace x-compute-request-id: req-318178ea-567e-409e-b1b0-37050e427ace Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-b511f56e-553e-42ad-a056-ca4d6a4e538c not found for user 88e9560a29e9460c8af8a5df80c26533", "code": 404}} 2018-10-12 10:49:08,052 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-b511f56e-553e-42ad-a056-ca4d6a4e538c used request id req-318178ea-567e-409e-b1b0-37050e427ace 2018-10-12 10:49:08,052 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-b511f56e-553e-42ad-a056-ca4d6a4e538c 2018-10-12 10:49:08,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-b511f56e-553e-42ad-a056-ca4d6a4e538c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}169efeacd39d9ace904a56f8a0000f01d34eb607" 2018-10-12 10:49:08,292 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 12 Oct 2018 10:49: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-bf26ee7c-aa14-4cb3-beb8-0f83080c7643 x-compute-request-id: req-bf26ee7c-aa14-4cb3-beb8-0f83080c7643 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-b511f56e-553e-42ad-a056-ca4d6a4e538c not found for user 88e9560a29e9460c8af8a5df80c26533", "code": 404}} 2018-10-12 10:49:08,292 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-b511f56e-553e-42ad-a056-ca4d6a4e538c used request id req-bf26ee7c-aa14-4cb3-beb8-0f83080c7643 2018-10-12 10:49:08,293 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:49:08,511 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-1106db5a-4dc6-44b2-b946-061b089d9bf4.pub 2018-10-12 10:49:08,511 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-1106db5a-4dc6-44b2-b946-061b089d9bf4 2018-10-12 10:49:08,511 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-1106db5a-4dc6-44b2-b946-061b089d9bf4.pub 2018-10-12 10:49:08,511 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-1106db5a-4dc6-44b2-b946-061b089d9bf4 2018-10-12 10:49:08,512 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:49:08,897 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:49:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["hYVwBRuTTh2QIo-VbIT4wg"], "issued_at": "2018-10-12T10:49:08.000000Z"}} 2018-10-12 10:49:08,900 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1eb730e6fbb3b2415fb8f2a4632f80d3a3a25ecc" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDkhLCDgATjj0JzC/keWC1J1sbTEdgWCTQ7HNc6xxiFLqgFyskZc0Opq1EA+J7srmcUsmceB4ZU5PHB/dHu/dK9O8SFezvUWjkIlxzXQqVl+JOrTj6bfUygqP0pTueRy4k1cVUZL7cuGvS8ATlGM18UTOA7BMubvaZ38Bp8o3zPZ5sFhWjlMe5FkDIZDSSxVNwa8gYEoNrO3FtPCWN2c1Jx0D6PoUZD2qNOGOnaya1NShwWq0+/gCXvLiaVL/sR5pCfBbxnf4dJ+hlVPnPs2wQUDGt7nbSh3M8kfsoZKEcKq0WeXdOhuI6hsPZzg3UCTinCx+0bGYx4aHrZW9geNKYv", "name": "NovaUtilsKeypairTests-1106db5a-4dc6-44b2-b946-061b089d9bf4"}}' 2018-10-12 10:49:09,651 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:49: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-002c8098-fc98-4118-acb0-f33315711061 x-compute-request-id: req-002c8098-fc98-4118-acb0-f33315711061 Content-Encoding: gzip Content-Length: 499 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDkhLCDgATjj0JzC/keWC1J1sbTEdgWCTQ7HNc6xxiFLqgFyskZc0Opq1EA+J7srmcUsmceB4ZU5PHB/dHu/dK9O8SFezvUWjkIlxzXQqVl+JOrTj6bfUygqP0pTueRy4k1cVUZL7cuGvS8ATlGM18UTOA7BMubvaZ38Bp8o3zPZ5sFhWjlMe5FkDIZDSSxVNwa8gYEoNrO3FtPCWN2c1Jx0D6PoUZD2qNOGOnaya1NShwWq0+/gCXvLiaVL/sR5pCfBbxnf4dJ+hlVPnPs2wQUDGt7nbSh3M8kfsoZKEcKq0WeXdOhuI6hsPZzg3UCTinCx+0bGYx4aHrZW9geNKYv", "user_id": "88e9560a29e9460c8af8a5df80c26533", "name": "NovaUtilsKeypairTests-1106db5a-4dc6-44b2-b946-061b089d9bf4", "fingerprint": "51:a3:fd:53:37:06:fa:2b:de:1f:4e:25:62:1f:8f:55"}} 2018-10-12 10:49:09,651 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-002c8098-fc98-4118-acb0-f33315711061 2018-10-12 10:49:09,652 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-1106db5a-4dc6-44b2-b946-061b089d9bf4 2018-10-12 10:49:09,654 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-1106db5a-4dc6-44b2-b946-061b089d9bf4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1eb730e6fbb3b2415fb8f2a4632f80d3a3a25ecc" 2018-10-12 10:49:09,704 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10: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-562af864-9f26-4273-ba45-10c2b8a83d52 x-compute-request-id: req-562af864-9f26-4273-ba45-10c2b8a83d52 Content-Length: 0 Content-Type: application/json 2018-10-12 10:49:09,704 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-1106db5a-4dc6-44b2-b946-061b089d9bf4 used request id req-562af864-9f26-4273-ba45-10c2b8a83d52 2018-10-12 10:49:09,705 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:49:09,875 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-cdc8529b-f1d4-4843-8d44-9ab28716b6bc 2018-10-12 10:49:09,875 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:49:10,259 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:49:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["v4ddeS1hQ16t_6KqrI8zzw"], "issued_at": "2018-10-12T10:49:10.000000Z"}} 2018-10-12 10:49:10,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2574fb4a943171cd88bf5d1eddda8c060f90105" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDV0N7OSp8XmHkhC58+GtFhTxqlMM5L8V1OS3zSMIyoHFxG+V3Q2jCGPYynsP9mLAJMeQyYhW8xdIWjv4lGTixPG9qMbAZo46LyuhwkbpRKj1aJ4SLdqedXjU1Z+1vn9k5f/4CoJvR5f7wya5W4+TUFfX5whTq2Z1M+tI369xAECURMs126Ib7TiwyBV7Ssd6KNI5V6ed0Zm/OBdr/d0G0ZjkB6aCNN+VwQY0fn0BbE993BWiSR2C+B86PhCqqNpc9s4vLheLDW5lTnoV8uxF9Qi4SlHAC7zzxFSKsG/mWvkzQrsbIAAB8ResH0xNFVldPN3xSEKzuWOjk2cKIiwTTx", "name": "NovaUtilsKeypairTests-cdc8529b-f1d4-4843-8d44-9ab28716b6bc"}}' 2018-10-12 10:49:11,106 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:49:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1718d01-e4ad-4b92-a0d8-beb57dfa15cd x-compute-request-id: req-a1718d01-e4ad-4b92-a0d8-beb57dfa15cd Content-Encoding: gzip Content-Length: 500 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDV0N7OSp8XmHkhC58+GtFhTxqlMM5L8V1OS3zSMIyoHFxG+V3Q2jCGPYynsP9mLAJMeQyYhW8xdIWjv4lGTixPG9qMbAZo46LyuhwkbpRKj1aJ4SLdqedXjU1Z+1vn9k5f/4CoJvR5f7wya5W4+TUFfX5whTq2Z1M+tI369xAECURMs126Ib7TiwyBV7Ssd6KNI5V6ed0Zm/OBdr/d0G0ZjkB6aCNN+VwQY0fn0BbE993BWiSR2C+B86PhCqqNpc9s4vLheLDW5lTnoV8uxF9Qi4SlHAC7zzxFSKsG/mWvkzQrsbIAAB8ResH0xNFVldPN3xSEKzuWOjk2cKIiwTTx", "user_id": "88e9560a29e9460c8af8a5df80c26533", "name": "NovaUtilsKeypairTests-cdc8529b-f1d4-4843-8d44-9ab28716b6bc", "fingerprint": "dd:04:44:f9:83:85:b2:0f:d7:ac:db:c2:5b:66:74:b5"}} 2018-10-12 10:49:11,107 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-a1718d01-e4ad-4b92-a0d8-beb57dfa15cd 2018-10-12 10:49:11,110 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-cdc8529b-f1d4-4843-8d44-9ab28716b6bc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2574fb4a943171cd88bf5d1eddda8c060f90105" 2018-10-12 10:49:11,126 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:49: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-0970bf72-7a22-499b-a617-c0e9acb73444 x-compute-request-id: req-0970bf72-7a22-499b-a617-c0e9acb73444 Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDV0N7OSp8XmHkhC58+GtFhTxqlMM5L8V1OS3zSMIyoHFxG+V3Q2jCGPYynsP9mLAJMeQyYhW8xdIWjv4lGTixPG9qMbAZo46LyuhwkbpRKj1aJ4SLdqedXjU1Z+1vn9k5f/4CoJvR5f7wya5W4+TUFfX5whTq2Z1M+tI369xAECURMs126Ib7TiwyBV7Ssd6KNI5V6ed0Zm/OBdr/d0G0ZjkB6aCNN+VwQY0fn0BbE993BWiSR2C+B86PhCqqNpc9s4vLheLDW5lTnoV8uxF9Qi4SlHAC7zzxFSKsG/mWvkzQrsbIAAB8ResH0xNFVldPN3xSEKzuWOjk2cKIiwTTx", "user_id": "88e9560a29e9460c8af8a5df80c26533", "name": "NovaUtilsKeypairTests-cdc8529b-f1d4-4843-8d44-9ab28716b6bc", "deleted": false, "created_at": "2018-10-12T10:49:11.000000", "updated_at": null, "fingerprint": "dd:04:44:f9:83:85:b2:0f:d7:ac:db:c2:5b:66:74:b5", "deleted_at": null, "id": 9}} 2018-10-12 10:49:11,126 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-cdc8529b-f1d4-4843-8d44-9ab28716b6bc used request id req-0970bf72-7a22-499b-a617-c0e9acb73444 2018-10-12 10:49:11,129 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2574fb4a943171cd88bf5d1eddda8c060f90105" 2018-10-12 10:49:11,146 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:49: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-d724b03c-8c75-4442-8330-8ca7af02adb8 x-compute-request-id: req-d724b03c-8c75-4442-8330-8ca7af02adb8 Content-Encoding: gzip Content-Length: 476 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDV0N7OSp8XmHkhC58+GtFhTxqlMM5L8V1OS3zSMIyoHFxG+V3Q2jCGPYynsP9mLAJMeQyYhW8xdIWjv4lGTixPG9qMbAZo46LyuhwkbpRKj1aJ4SLdqedXjU1Z+1vn9k5f/4CoJvR5f7wya5W4+TUFfX5whTq2Z1M+tI369xAECURMs126Ib7TiwyBV7Ssd6KNI5V6ed0Zm/OBdr/d0G0ZjkB6aCNN+VwQY0fn0BbE993BWiSR2C+B86PhCqqNpc9s4vLheLDW5lTnoV8uxF9Qi4SlHAC7zzxFSKsG/mWvkzQrsbIAAB8ResH0xNFVldPN3xSEKzuWOjk2cKIiwTTx", "name": "NovaUtilsKeypairTests-cdc8529b-f1d4-4843-8d44-9ab28716b6bc", "fingerprint": "dd:04:44:f9:83:85:b2:0f:d7:ac:db:c2:5b:66:74:b5"}}]} 2018-10-12 10:49:11,146 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-d724b03c-8c75-4442-8330-8ca7af02adb8 2018-10-12 10:49:11,147 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-cdc8529b-f1d4-4843-8d44-9ab28716b6bc 2018-10-12 10:49:11,150 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-cdc8529b-f1d4-4843-8d44-9ab28716b6bc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2574fb4a943171cd88bf5d1eddda8c060f90105" 2018-10-12 10:49:11,182 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:49: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-822b4101-e12c-4cea-ad0a-40824bc2b7b2 x-compute-request-id: req-822b4101-e12c-4cea-ad0a-40824bc2b7b2 Content-Length: 0 Content-Type: application/json 2018-10-12 10:49:11,182 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-cdc8529b-f1d4-4843-8d44-9ab28716b6bc used request id req-822b4101-e12c-4cea-ad0a-40824bc2b7b2 2018-10-12 10:49:11,183 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:49:11,185 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:49:11,570 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:49:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["g1_UzL0VTFqvu4ii_YS9hw"], "issued_at": "2018-10-12T10:49:11.000000Z"}} 2018-10-12 10:49:11,573 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26e312a3c7af522e97a81de343b4b799efb0f166" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-1d3ce76c-6789-4027-b06c-ca50ea911b90-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-1d3ce76c-6789-4027-b06c-ca50ea911b90-id", "swap": 2}}' 2018-10-12 10:49:12,325 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:49: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-cf34c634-c8d4-4016-a290-d2b5d3130163 x-compute-request-id: req-cf34c634-c8d4-4016-a290-d2b5d3130163 Content-Encoding: gzip Content-Length: 288 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/NovaUtilsFlavorTests-1d3ce76c-6789-4027-b06c-ca50ea911b90-id", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/NovaUtilsFlavorTests-1d3ce76c-6789-4027-b06c-ca50ea911b90-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-1d3ce76c-6789-4027-b06c-ca50ea911b90-id", "name": "NovaUtilsFlavorTests-1d3ce76c-6789-4027-b06c-ca50ea911b90-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-10-12 10:49:12,325 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-cf34c634-c8d4-4016-a290-d2b5d3130163 2018-10-12 10:49:12,328 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/NovaUtilsFlavorTests-1d3ce76c-6789-4027-b06c-ca50ea911b90-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26e312a3c7af522e97a81de343b4b799efb0f166" 2018-10-12 10:49:12,364 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10: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-1037ec92-bc39-47f5-b324-f5c512af9c90 x-compute-request-id: req-1037ec92-bc39-47f5-b324-f5c512af9c90 Content-Length: 0 Content-Type: application/json 2018-10-12 10:49:12,364 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/NovaUtilsFlavorTests-1d3ce76c-6789-4027-b06c-ca50ea911b90-id used request id req-1037ec92-bc39-47f5-b324-f5c512af9c90 2018-10-12 10:49:12,368 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26e312a3c7af522e97a81de343b4b799efb0f166" 2018-10-12 10:49:12,399 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-366d5177-d144-4eb1-a03e-5f23d3f1c693 x-compute-request-id: req-366d5177-d144-4eb1-a03e-5f23d3f1c693 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-12 10:49:12,399 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-366d5177-d144-4eb1-a03e-5f23d3f1c693 2018-10-12 10:49:12,402 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/NovaUtilsFlavorTests-1d3ce76c-6789-4027-b06c-ca50ea911b90-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26e312a3c7af522e97a81de343b4b799efb0f166" 2018-10-12 10:49:12,422 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 12 Oct 2018 10: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-32541220-b14d-4afc-abb9-3d5739416d89 x-compute-request-id: req-32541220-b14d-4afc-abb9-3d5739416d89 Content-Length: 133 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor NovaUtilsFlavorTests-1d3ce76c-6789-4027-b06c-ca50ea911b90-id could not be found.", "code": 404}} 2018-10-12 10:49:12,422 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/NovaUtilsFlavorTests-1d3ce76c-6789-4027-b06c-ca50ea911b90-id used request id req-32541220-b14d-4afc-abb9-3d5739416d89 2018-10-12 10:49:12,423 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:49:12,424 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:49:12,799 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:49:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["l-1veAb3T_mY7jUk7U2C6g"], "issued_at": "2018-10-12T10:49:12.000000Z"}} 2018-10-12 10:49:12,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34dadabf014a7962a2fd880f6c12344966b0d732" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-0b33d5b8-0028-4fc3-9722-69fab80f28a2-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-0b33d5b8-0028-4fc3-9722-69fab80f28a2-id", "swap": 2}}' 2018-10-12 10:49:13,004 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-0f3c983f-2ebb-43ad-aabd-0ddd027f65fd x-compute-request-id: req-0f3c983f-2ebb-43ad-aabd-0ddd027f65fd Content-Encoding: gzip Content-Length: 288 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/NovaUtilsFlavorTests-0b33d5b8-0028-4fc3-9722-69fab80f28a2-id", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/NovaUtilsFlavorTests-0b33d5b8-0028-4fc3-9722-69fab80f28a2-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-0b33d5b8-0028-4fc3-9722-69fab80f28a2-id", "name": "NovaUtilsFlavorTests-0b33d5b8-0028-4fc3-9722-69fab80f28a2-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-10-12 10:49:13,004 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-0f3c983f-2ebb-43ad-aabd-0ddd027f65fd 2018-10-12 10:49:13,007 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/NovaUtilsFlavorTests-0b33d5b8-0028-4fc3-9722-69fab80f28a2-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34dadabf014a7962a2fd880f6c12344966b0d732" 2018-10-12 10:49:13,163 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10: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 x-openstack-request-id: req-2fb999f9-0b34-4eef-b3e6-93f126e30315 x-compute-request-id: req-2fb999f9-0b34-4eef-b3e6-93f126e30315 Content-Length: 0 Content-Type: application/json 2018-10-12 10:49:13,163 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/NovaUtilsFlavorTests-0b33d5b8-0028-4fc3-9722-69fab80f28a2-id used request id req-2fb999f9-0b34-4eef-b3e6-93f126e30315 2018-10-12 10:49:13,164 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:49:13,166 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:49:13,564 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:49:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["hYN6jI-kS2C3VaXzEr47qg"], "issued_at": "2018-10-12T10:49:13.000000Z"}} 2018-10-12 10:49:13,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:49:13,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:49:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89153858-1d72-4f30-9538-01ab34549c02 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:49:13,579 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-89153858-1d72-4f30-9538-01ab34549c02 2018-10-12 10:49:13,580 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-12 10:49:13,581 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:49:13,581 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:49:13,956 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:49:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["pPBvtsvlT92E6Dv9hAgL7g"], "issued_at": "2018-10-12T10:49:13.000000Z"}} 2018-10-12 10:49:13,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b01a0435eae9bdf7c82047fc51a8d355a04b072" 2018-10-12 10:49:13,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:49:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ec6f089-1ff0-4ebf-8fed-ab5f73743f74 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:49:13,969 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7ec6f089-1ff0-4ebf-8fed-ab5f73743f74 2018-10-12 10:49:13,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4b01a0435eae9bdf7c82047fc51a8d355a04b072" 2018-10-12 10:49:14,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 167 Content-Type: application/json X-Openstack-Request-Id: req-3132a512-cac0-4dab-9f51-68fd37db96d5 Date: Fri, 12 Oct 2018 10:49:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-image"} 2018-10-12 10:49:14,627 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-image used request id req-3132a512-cac0-4dab-9f51-68fd37db96d5 2018-10-12 10:49:14,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4b01a0435eae9bdf7c82047fc51a8d355a04b072" 2018-10-12 10:49:15,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6675ee64-a6a4-4b56-8eb2-66a87fbcfd27 Date: Fri, 12 Oct 2018 10:49:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-12 10:49:15,198 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-6675ee64-a6a4-4b56-8eb2-66a87fbcfd27 2018-10-12 10:49:15,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4b01a0435eae9bdf7c82047fc51a8d355a04b072" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-image"}' 2018-10-12 10:49:15,469 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 626 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66 X-Openstack-Request-Id: req-bdfe7409-f0be-4bd7-8577-d2d35b19dbe5 Date: Fri, 12 Oct 2018 10:49:15 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:49:15Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-12T10:49:15Z", "visibility": "shared", "locations": [], "self": "/v2/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66", "min_disk": 0, "protected": false, "id": "a3774d6e-e2fa-4d79-b420-465b0ff77c66", "file": "/v2/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66/file", "checksum": null, "owner": "104d75bb2cac4b4998c38732dc15f0bd", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 10:49:15,469 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-bdfe7409-f0be-4bd7-8577-d2d35b19dbe5 2018-10-12 10:49:15,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4b01a0435eae9bdf7c82047fc51a8d355a04b072" -d '' 2018-10-12 10:49:17,821 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6227cc60-db32-4c67-a28a-af905cbd1169 Date: Fri, 12 Oct 2018 10:49:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 10:49:17,821 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66/file used request id req-6227cc60-db32-4c67-a28a-af905cbd1169 2018-10-12 10:49:17,822 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-12 10:49:17,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4b01a0435eae9bdf7c82047fc51a8d355a04b072" 2018-10-12 10:49:18,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-6aa52516-b802-4ac8-96e8-d6c1849e81c0 Date: Fri, 12 Oct 2018 10:49:18 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:49:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-12T10:49:17Z", "visibility": "shared", "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66/snap", "metadata": {}}], "self": "/v2/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66", "min_disk": 0, "protected": false, "id": "a3774d6e-e2fa-4d79-b420-465b0ff77c66", "file": "/v2/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "104d75bb2cac4b4998c38732dc15f0bd", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 10:49:18,442 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66 used request id req-6aa52516-b802-4ac8-96e8-d6c1849e81c0 2018-10-12 10:49:18,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4b01a0435eae9bdf7c82047fc51a8d355a04b072" 2018-10-12 10:49:19,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0b8b5b80-127e-4db0-9ada-4250405d6237 Date: Fri, 12 Oct 2018 10:49: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-10-12 10:49:19,022 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-0b8b5b80-127e-4db0-9ada-4250405d6237 2018-10-12 10:49:19,026 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-image 2018-10-12 10:49:19,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4b01a0435eae9bdf7c82047fc51a8d355a04b072" 2018-10-12 10:49:19,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-883a7841-4d7d-4912-839d-8156f0bde686 Date: Fri, 12 Oct 2018 10:49:19 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:49:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-12T10:49:17Z", "visibility": "shared", "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66/snap", "metadata": {}}], "self": "/v2/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66", "min_disk": 0, "protected": false, "id": "a3774d6e-e2fa-4d79-b420-465b0ff77c66", "file": "/v2/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "104d75bb2cac4b4998c38732dc15f0bd", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 10:49:19,046 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66 used request id req-883a7841-4d7d-4912-839d-8156f0bde686 2018-10-12 10:49:19,047 - create_image - DEBUG - Instance status is - active 2018-10-12 10:49:19,047 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-image 2018-10-12 10:49:19,047 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-image 2018-10-12 10:49:19,047 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:49:19,048 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:49:19,432 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:49:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["w2uZrIW1T1CvW9-Qq6bdvg"], "issued_at": "2018-10-12T10:49:19.000000Z"}} 2018-10-12 10:49:19,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ff73ce9de9e7d37b3ea9d08474cab6ca2632fbc" 2018-10-12 10:49:19,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:49:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dd64437-0679-4244-bc2b-de65ad2d7423 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:49:19,509 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9dd64437-0679-4244-bc2b-de65ad2d7423 2018-10-12 10:49:19,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ff73ce9de9e7d37b3ea9d08474cab6ca2632fbc" 2018-10-12 10:49:19,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-86b7097d-62de-4f04-ab98-d3d23aefc6f9 Date: Fri, 12 Oct 2018 10:49:19 GMT RESP BODY: {"networks":[]} 2018-10-12 10:49:19,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-net used request id req-86b7097d-62de-4f04-ab98-d3d23aefc6f9 2018-10-12 10:49:19,696 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-net 2018-10-12 10:49:19,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ff73ce9de9e7d37b3ea9d08474cab6ca2632fbc" -d '{"network": {"name": "NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-net", "admin_state_up": true}}' 2018-10-12 10:49:20,127 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-171eb1d0-f3ad-4bc0-945b-0109a7d29ccf Date: Fri, 12 Oct 2018 10:49:20 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"16c65d4a-1e3d-4fd7-9755-56fc03a6b10e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:49:19Z","is_default":false,"provider:segmentation_id":41,"name":"NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:49:19Z","mtu":1450}} 2018-10-12 10:49:20,127 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-171eb1d0-f3ad-4bc0-945b-0109a7d29ccf 2018-10-12 10:49:20,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=16c65d4a-1e3d-4fd7-9755-56fc03a6b10e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ff73ce9de9e7d37b3ea9d08474cab6ca2632fbc" 2018-10-12 10:49:20,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-ed17bc93-b0fd-4b5d-8b40-22d6ca8723e5 Date: Fri, 12 Oct 2018 10:49:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"16c65d4a-1e3d-4fd7-9755-56fc03a6b10e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:49:19Z","provider:segmentation_id":41,"name":"NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:49:19Z","provider:network_type":"vxlan"}]} 2018-10-12 10:49:20,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=16c65d4a-1e3d-4fd7-9755-56fc03a6b10e used request id req-ed17bc93-b0fd-4b5d-8b40-22d6ca8723e5 2018-10-12 10:49:20,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=16c65d4a-1e3d-4fd7-9755-56fc03a6b10e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ff73ce9de9e7d37b3ea9d08474cab6ca2632fbc" 2018-10-12 10:49:20,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-88046802-b6e9-473f-80f5-32490cad464e Date: Fri, 12 Oct 2018 10:49:20 GMT RESP BODY: {"subnets":[]} 2018-10-12 10:49:20,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=16c65d4a-1e3d-4fd7-9755-56fc03a6b10e used request id req-88046802-b6e9-473f-80f5-32490cad464e 2018-10-12 10:49:20,657 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-subnet 2018-10-12 10:49:20,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ff73ce9de9e7d37b3ea9d08474cab6ca2632fbc" -d '{"subnets": [{"ip_version": 4, "network_id": "16c65d4a-1e3d-4fd7-9755-56fc03a6b10e", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-subnet"}]}' 2018-10-12 10:49:21,253 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-9f1c7df0-6100-46db-a34e-4ae0530b203e Date: Fri, 12 Oct 2018 10:49:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"16c65d4a-1e3d-4fd7-9755-56fc03a6b10e","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:49:20Z","dns_nameservers":[],"updated_at":"2018-10-12T10:49:20Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"d80d51ba-002e-4aec-8f37-f8e08b9c4c47","subnetpool_id":null,"name":"NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-subnet"}]} 2018-10-12 10:49:21,253 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-9f1c7df0-6100-46db-a34e-4ae0530b203e 2018-10-12 10:49:21,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=16c65d4a-1e3d-4fd7-9755-56fc03a6b10e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ff73ce9de9e7d37b3ea9d08474cab6ca2632fbc" 2018-10-12 10:49:21,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-9e5c3ba8-58fb-4410-b2ad-b75b61a82ae5 Date: Fri, 12 Oct 2018 10:49:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"16c65d4a-1e3d-4fd7-9755-56fc03a6b10e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["d80d51ba-002e-4aec-8f37-f8e08b9c4c47"],"description":"","tags":[],"updated_at":"2018-10-12T10:49:20Z","provider:segmentation_id":41,"name":"NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:49:19Z","provider:network_type":"vxlan"}]} 2018-10-12 10:49:21,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=16c65d4a-1e3d-4fd7-9755-56fc03a6b10e used request id req-9e5c3ba8-58fb-4410-b2ad-b75b61a82ae5 2018-10-12 10:49:21,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=16c65d4a-1e3d-4fd7-9755-56fc03a6b10e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ff73ce9de9e7d37b3ea9d08474cab6ca2632fbc" 2018-10-12 10:49:21,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-beea6885-6343-4df1-97f8-7cdc359ed1db Date: Fri, 12 Oct 2018 10:49:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"16c65d4a-1e3d-4fd7-9755-56fc03a6b10e","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:49:20Z","dns_nameservers":[],"updated_at":"2018-10-12T10:49:20Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"d80d51ba-002e-4aec-8f37-f8e08b9c4c47","subnetpool_id":null,"name":"NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-subnet"}]} 2018-10-12 10:49:21,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=16c65d4a-1e3d-4fd7-9755-56fc03a6b10e used request id req-beea6885-6343-4df1-97f8-7cdc359ed1db 2018-10-12 10:49:21,548 - OpenStackNetwork - DEBUG - Network [16c65d4a-1e3d-4fd7-9755-56fc03a6b10e] created successfully 2018-10-12 10:49:21,549 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:49:21,549 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:49:21,928 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:49:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["6vuuW294RtGFacQVjji5hA"], "issued_at": "2018-10-12T10:49:21.000000Z"}} 2018-10-12 10:49:21,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a158ce50f59d82b56c90f5d27a575a644eb8c431" 2018-10-12 10:49:21,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:49:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3dd9741-fe0c-4953-848e-9d537ce305e9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:49:21,943 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a3dd9741-fe0c-4953-848e-9d537ce305e9 2018-10-12 10:49:21,944 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:49:21,949 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a158ce50f59d82b56c90f5d27a575a644eb8c431" 2018-10-12 10:49:22,129 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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 x-openstack-request-id: req-7d7bf601-6661-43f2-97d6-8e2fdfe25ea7 x-compute-request-id: req-7d7bf601-6661-43f2-97d6-8e2fdfe25ea7 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-12 10:49:22,129 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-7d7bf601-6661-43f2-97d6-8e2fdfe25ea7 2018-10-12 10:49:22,133 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a158ce50f59d82b56c90f5d27a575a644eb8c431" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-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-10-12 10:49:22,369 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-ccd02fcc-f133-49ef-9c69-0bbe26e7f0b6 x-compute-request-id: req-ccd02fcc-f133-49ef-9c69-0bbe26e7f0b6 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/e50867dc-a2f3-44e2-b624-00329515f3f7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/e50867dc-a2f3-44e2-b624-00329515f3f7", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e50867dc-a2f3-44e2-b624-00329515f3f7", "name": "NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 10:49:22,369 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-ccd02fcc-f133-49ef-9c69-0bbe26e7f0b6 2018-10-12 10:49:22,370 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:49:22,371 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:49:22,762 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:49:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["8Te4A_SOSm2UMxhlU9WlzA"], "issued_at": "2018-10-12T10:49:22.000000Z"}} 2018-10-12 10:49:22,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be19230fb905af1d97a8c1ed8b1238e5453cbcb0" 2018-10-12 10:49:22,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:49:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9ef4448-eb0e-4566-9dc4-40d974e3c382 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:49:22,840 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f9ef4448-eb0e-4566-9dc4-40d974e3c382 2018-10-12 10:49:22,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:49:23,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-ecf86e65-41c9-4f7d-9755-c1119bb72e16 Date: Fri, 12 Oct 2018 10:49:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"16c65d4a-1e3d-4fd7-9755-56fc03a6b10e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["d80d51ba-002e-4aec-8f37-f8e08b9c4c47"],"description":"","tags":[],"updated_at":"2018-10-12T10:49:20Z","provider:segmentation_id":41,"name":"NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:49:19Z","provider:network_type":"vxlan"}]} 2018-10-12 10:49:23,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-net used request id req-ecf86e65-41c9-4f7d-9755-c1119bb72e16 2018-10-12 10:49:23,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=16c65d4a-1e3d-4fd7-9755-56fc03a6b10e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:49:23,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-73faaaa5-6ae7-46bf-8678-9da493baa440 Date: Fri, 12 Oct 2018 10:49:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"16c65d4a-1e3d-4fd7-9755-56fc03a6b10e","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:49:20Z","dns_nameservers":[],"updated_at":"2018-10-12T10:49:20Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"d80d51ba-002e-4aec-8f37-f8e08b9c4c47","subnetpool_id":null,"name":"NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-subnet"}]} 2018-10-12 10:49:23,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=16c65d4a-1e3d-4fd7-9755-56fc03a6b10e used request id req-73faaaa5-6ae7-46bf-8678-9da493baa440 2018-10-12 10:49:23,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:49:23,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-9c7121cc-3c1c-44b3-a67a-9826a84b0f0f Date: Fri, 12 Oct 2018 10:49:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"16c65d4a-1e3d-4fd7-9755-56fc03a6b10e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["d80d51ba-002e-4aec-8f37-f8e08b9c4c47"],"description":"","tags":[],"updated_at":"2018-10-12T10:49:20Z","provider:segmentation_id":41,"name":"NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:49:19Z","provider:network_type":"vxlan"}]} 2018-10-12 10:49:23,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-net used request id req-9c7121cc-3c1c-44b3-a67a-9826a84b0f0f 2018-10-12 10:49:23,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:49:23,529 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:49: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:49:23,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be19230fb905af1d97a8c1ed8b1238e5453cbcb0" 2018-10-12 10:49:23,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:49:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6a99014-fe70-4eca-90c7-a9d51970b87c 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:49:23,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-e6a99014-fe70-4eca-90c7-a9d51970b87c 2018-10-12 10:49:23,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=16c65d4a-1e3d-4fd7-9755-56fc03a6b10e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:49:23,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-e4e9ba73-8377-4888-a6e8-0d94bcc0e9f0 Date: Fri, 12 Oct 2018 10:49:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"16c65d4a-1e3d-4fd7-9755-56fc03a6b10e","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:49:20Z","dns_nameservers":[],"updated_at":"2018-10-12T10:49:20Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"d80d51ba-002e-4aec-8f37-f8e08b9c4c47","subnetpool_id":null,"name":"NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-subnet"}]} 2018-10-12 10:49:23,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=16c65d4a-1e3d-4fd7-9755-56fc03a6b10e used request id req-e4e9ba73-8377-4888-a6e8-0d94bcc0e9f0 2018-10-12 10:49:23,815 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-net 2018-10-12 10:49:23,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" -d '{"port": {"network_id": "16c65d4a-1e3d-4fd7-9755-56fc03a6b10e", "name": "NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-port", "admin_state_up": true}}' 2018-10-12 10:49:24,630 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 852 X-Openstack-Request-Id: req-c9040273-740a-415a-817d-46a303fbe4ea Date: Fri, 12 Oct 2018 10:49:24 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:49:24Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d80d51ba-002e-4aec-8f37-f8e08b9c4c47","ip_address":"10.55.0.6"}],"id":"bc8c1a61-1b87-4cd1-b2bd-05ad03d43b96","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:58:74:3d","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-port","admin_state_up":true,"network_id":"16c65d4a-1e3d-4fd7-9755-56fc03a6b10e","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:49:24Z","binding:vnic_type":"normal"}} 2018-10-12 10:49:24,630 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-c9040273-740a-415a-817d-46a303fbe4ea 2018-10-12 10:49:24,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:49:24,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-f2b8cbdf-eb99-4d07-9ad8-0fe7a0ff98d2 Date: Fri, 12 Oct 2018 10:49:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"16c65d4a-1e3d-4fd7-9755-56fc03a6b10e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["d80d51ba-002e-4aec-8f37-f8e08b9c4c47"],"description":"","tags":[],"updated_at":"2018-10-12T10:49:20Z","provider:segmentation_id":41,"name":"NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:49:19Z","provider:network_type":"vxlan"}]} 2018-10-12 10:49:24,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-net used request id req-f2b8cbdf-eb99-4d07-9ad8-0fe7a0ff98d2 2018-10-12 10:49:24,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:49:24,870 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:49:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:49:24,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:49:24,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:49:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c32c463-4840-4837-a624-a1c9f14ecc31 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:49:24,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-7c32c463-4840-4837-a624-a1c9f14ecc31 2018-10-12 10:49:24,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=16c65d4a-1e3d-4fd7-9755-56fc03a6b10e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:49:25,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-04563212-c405-4f2c-8912-72ac5f583564 Date: Fri, 12 Oct 2018 10:49:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"16c65d4a-1e3d-4fd7-9755-56fc03a6b10e","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:49:20Z","dns_nameservers":[],"updated_at":"2018-10-12T10:49:20Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"d80d51ba-002e-4aec-8f37-f8e08b9c4c47","subnetpool_id":null,"name":"NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-subnet"}]} 2018-10-12 10:49:25,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=16c65d4a-1e3d-4fd7-9755-56fc03a6b10e used request id req-04563212-c405-4f2c-8912-72ac5f583564 2018-10-12 10:49:25,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=16c65d4a-1e3d-4fd7-9755-56fc03a6b10e&name=NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:49:25,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-bcf43246-9007-4e5d-901e-489be8450b1d Date: Fri, 12 Oct 2018 10:49:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:49:24Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d80d51ba-002e-4aec-8f37-f8e08b9c4c47","ip_address":"10.55.0.6"}],"id":"bc8c1a61-1b87-4cd1-b2bd-05ad03d43b96","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:58:74:3d","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-port","admin_state_up":true,"network_id":"16c65d4a-1e3d-4fd7-9755-56fc03a6b10e","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:49:24Z","binding:vnic_type":"normal"}]} 2018-10-12 10:49:25,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=16c65d4a-1e3d-4fd7-9755-56fc03a6b10e&name=NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-port&admin_state_up=True used request id req-bcf43246-9007-4e5d-901e-489be8450b1d 2018-10-12 10:49:25,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:49:25,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:49:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e44e77c6-94b7-49fe-b981-c29f8b74afea 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:49:25,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-e44e77c6-94b7-49fe-b981-c29f8b74afea 2018-10-12 10:49:25,449 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-vm_inst 2018-10-12 10:49:25,452 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:49:26,073 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:49: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-e8d4dcb8-faa2-4b75-a38c-88e36933d1dc x-compute-request-id: req-e8d4dcb8-faa2-4b75-a38c-88e36933d1dc Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e50867dc-a2f3-44e2-b624-00329515f3f7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/e50867dc-a2f3-44e2-b624-00329515f3f7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/e50867dc-a2f3-44e2-b624-00329515f3f7", "rel": "bookmark"}], "name": "NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-flavor-name"}]} 2018-10-12 10:49:26,073 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-e8d4dcb8-faa2-4b75-a38c-88e36933d1dc 2018-10-12 10:49:26,077 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/e50867dc-a2f3-44e2-b624-00329515f3f7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:49:26,101 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:49:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e67449b-b311-472f-9612-158c4bc792a7 x-compute-request-id: req-6e67449b-b311-472f-9612-158c4bc792a7 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/e50867dc-a2f3-44e2-b624-00329515f3f7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/e50867dc-a2f3-44e2-b624-00329515f3f7", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e50867dc-a2f3-44e2-b624-00329515f3f7", "name": "NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 10:49:26,101 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/e50867dc-a2f3-44e2-b624-00329515f3f7 used request id req-6e67449b-b311-472f-9612-158c4bc792a7 2018-10-12 10:49:26,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:49:26,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1054 Content-Type: application/json X-Openstack-Request-Id: req-90bb8295-67fd-4482-a46c-2c475bc58d90 Date: Fri, 12 Oct 2018 10:49:26 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:49:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-12T10:49:17Z", "visibility": "shared", "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66/snap", "metadata": {}}], "self": "/v2/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66", "min_disk": 0, "protected": false, "id": "a3774d6e-e2fa-4d79-b420-465b0ff77c66", "file": "/v2/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "104d75bb2cac4b4998c38732dc15f0bd", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-image"} 2018-10-12 10:49:26,268 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-image used request id req-90bb8295-67fd-4482-a46c-2c475bc58d90 2018-10-12 10:49:26,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:49:26,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f4bc3238-bc41-42d6-8f1f-a05db5f30d23 Date: Fri, 12 Oct 2018 10:49:26 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-12 10:49:26,427 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-f4bc3238-bc41-42d6-8f1f-a05db5f30d23 2018-10-12 10:49:26,432 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" -d '{"server": {"name": "NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-vm_inst", "imageRef": "a3774d6e-e2fa-4d79-b420-465b0ff77c66", "flavorRef": "e50867dc-a2f3-44e2-b624-00329515f3f7", "max_count": 1, "min_count": 1, "networks": [{"port": "bc8c1a61-1b87-4cd1-b2bd-05ad03d43b96"}]}}' 2018-10-12 10:49:29,380 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:49:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2966ac7a-3e69-4915-9064-9d4acaa30093 x-compute-request-id: req-2966ac7a-3e69-4915-9064-9d4acaa30093 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "586027fe-7253-458d-bd56-d41c2fa07153", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/586027fe-7253-458d-bd56-d41c2fa07153", "rel": "bookmark"}], "adminPass": "8WRtinPsAFpu"}} 2018-10-12 10:49:29,380 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-2966ac7a-3e69-4915-9064-9d4acaa30093 2018-10-12 10:49:29,384 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:49:29,777 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:49:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cdeb9318-2647-4aed-be17-cdb301edb9b6 x-compute-request-id: req-cdeb9318-2647-4aed-be17-cdb301edb9b6 Content-Encoding: gzip Content-Length: 647 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/586027fe-7253-458d-bd56-d41c2fa07153", "rel": "bookmark"}], "image": {"id": "a3774d6e-e2fa-4d79-b420-465b0ff77c66", "links": [{"href": "http://172.30.9.26:8774/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e50867dc-a2f3-44e2-b624-00329515f3f7", "links": [{"href": "http://172.30.9.26:8774/flavors/e50867dc-a2f3-44e2-b624-00329515f3f7", "rel": "bookmark"}]}, "id": "586027fe-7253-458d-bd56-d41c2fa07153", "user_id": "88e9560a29e9460c8af8a5df80c26533", "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-10-12T10:49:29Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-vm_inst", "created": "2018-10-12T10:49:29Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:49:29,777 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153 used request id req-cdeb9318-2647-4aed-be17-cdb301edb9b6 2018-10-12 10:49:29,780 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:49:30,705 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:49:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-181dfc88-cca7-4eb6-8cf2-7a578e8b0213 x-compute-request-id: req-181dfc88-cca7-4eb6-8cf2-7a578e8b0213 Content-Encoding: gzip Content-Length: 647 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/586027fe-7253-458d-bd56-d41c2fa07153", "rel": "bookmark"}], "image": {"id": "a3774d6e-e2fa-4d79-b420-465b0ff77c66", "links": [{"href": "http://172.30.9.26:8774/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e50867dc-a2f3-44e2-b624-00329515f3f7", "links": [{"href": "http://172.30.9.26:8774/flavors/e50867dc-a2f3-44e2-b624-00329515f3f7", "rel": "bookmark"}]}, "id": "586027fe-7253-458d-bd56-d41c2fa07153", "user_id": "88e9560a29e9460c8af8a5df80c26533", "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-10-12T10:49:29Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-vm_inst", "created": "2018-10-12T10:49:29Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:49:30,706 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153 used request id req-181dfc88-cca7-4eb6-8cf2-7a578e8b0213 2018-10-12 10:49:33,712 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:49:34,321 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-ad17cd69-0ead-49fe-8d87-c7d291878cc2 x-compute-request-id: req-ad17cd69-0ead-49fe-8d87-c7d291878cc2 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.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/586027fe-7253-458d-bd56-d41c2fa07153", "rel": "bookmark"}], "image": {"id": "a3774d6e-e2fa-4d79-b420-465b0ff77c66", "links": [{"href": "http://172.30.9.26:8774/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e50867dc-a2f3-44e2-b624-00329515f3f7", "links": [{"href": "http://172.30.9.26:8774/flavors/e50867dc-a2f3-44e2-b624-00329515f3f7", "rel": "bookmark"}]}, "id": "586027fe-7253-458d-bd56-d41c2fa07153", "user_id": "88e9560a29e9460c8af8a5df80c26533", "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-10-12T10:49:31Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-vm_inst", "created": "2018-10-12T10:49:29Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:49:34,321 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153 used request id req-ad17cd69-0ead-49fe-8d87-c7d291878cc2 2018-10-12 10:49:37,327 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:49:37,881 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-f32eb4af-f43c-4e8e-9edd-5190cb7aeffb x-compute-request-id: req-f32eb4af-f43c-4e8e-9edd-5190cb7aeffb 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.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/586027fe-7253-458d-bd56-d41c2fa07153", "rel": "bookmark"}], "image": {"id": "a3774d6e-e2fa-4d79-b420-465b0ff77c66", "links": [{"href": "http://172.30.9.26:8774/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e50867dc-a2f3-44e2-b624-00329515f3f7", "links": [{"href": "http://172.30.9.26:8774/flavors/e50867dc-a2f3-44e2-b624-00329515f3f7", "rel": "bookmark"}]}, "id": "586027fe-7253-458d-bd56-d41c2fa07153", "user_id": "88e9560a29e9460c8af8a5df80c26533", "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-10-12T10:49:31Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-vm_inst", "created": "2018-10-12T10:49:29Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:49:37,881 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153 used request id req-f32eb4af-f43c-4e8e-9edd-5190cb7aeffb 2018-10-12 10:49:40,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:49:41,340 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-605dcaab-9498-45ad-8716-d8764e5f3e10 x-compute-request-id: req-605dcaab-9498-45ad-8716-d8764e5f3e10 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.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/586027fe-7253-458d-bd56-d41c2fa07153", "rel": "bookmark"}], "image": {"id": "a3774d6e-e2fa-4d79-b420-465b0ff77c66", "links": [{"href": "http://172.30.9.26:8774/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e50867dc-a2f3-44e2-b624-00329515f3f7", "links": [{"href": "http://172.30.9.26:8774/flavors/e50867dc-a2f3-44e2-b624-00329515f3f7", "rel": "bookmark"}]}, "id": "586027fe-7253-458d-bd56-d41c2fa07153", "user_id": "88e9560a29e9460c8af8a5df80c26533", "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-10-12T10:49:31Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-vm_inst", "created": "2018-10-12T10:49:29Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:49:41,340 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153 used request id req-605dcaab-9498-45ad-8716-d8764e5f3e10 2018-10-12 10:49:44,346 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:49:45,299 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:49:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-071b3bd0-d623-4969-83b2-a4fca650bb33 x-compute-request-id: req-071b3bd0-d623-4969-83b2-a4fca650bb33 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.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/586027fe-7253-458d-bd56-d41c2fa07153", "rel": "bookmark"}], "image": {"id": "a3774d6e-e2fa-4d79-b420-465b0ff77c66", "links": [{"href": "http://172.30.9.26:8774/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e50867dc-a2f3-44e2-b624-00329515f3f7", "links": [{"href": "http://172.30.9.26:8774/flavors/e50867dc-a2f3-44e2-b624-00329515f3f7", "rel": "bookmark"}]}, "id": "586027fe-7253-458d-bd56-d41c2fa07153", "user_id": "88e9560a29e9460c8af8a5df80c26533", "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-10-12T10:49:31Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-vm_inst", "created": "2018-10-12T10:49:29Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:49:45,299 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153 used request id req-071b3bd0-d623-4969-83b2-a4fca650bb33 2018-10-12 10:49:48,305 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:49:48,753 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:49: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-8ac671f3-5e62-4f07-a553-b0c935970252 x-compute-request-id: req-8ac671f3-5e62-4f07-a553-b0c935970252 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.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/586027fe-7253-458d-bd56-d41c2fa07153", "rel": "bookmark"}], "image": {"id": "a3774d6e-e2fa-4d79-b420-465b0ff77c66", "links": [{"href": "http://172.30.9.26:8774/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e50867dc-a2f3-44e2-b624-00329515f3f7", "links": [{"href": "http://172.30.9.26:8774/flavors/e50867dc-a2f3-44e2-b624-00329515f3f7", "rel": "bookmark"}]}, "id": "586027fe-7253-458d-bd56-d41c2fa07153", "user_id": "88e9560a29e9460c8af8a5df80c26533", "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-10-12T10:49:31Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-vm_inst", "created": "2018-10-12T10:49:29Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:49:48,754 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153 used request id req-8ac671f3-5e62-4f07-a553-b0c935970252 2018-10-12 10:49:51,760 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:49:52,487 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:49:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6fae07e4-5119-48de-ac8b-da513384000d x-compute-request-id: req-6fae07e4-5119-48de-ac8b-da513384000d 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.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/586027fe-7253-458d-bd56-d41c2fa07153", "rel": "bookmark"}], "image": {"id": "a3774d6e-e2fa-4d79-b420-465b0ff77c66", "links": [{"href": "http://172.30.9.26:8774/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e50867dc-a2f3-44e2-b624-00329515f3f7", "links": [{"href": "http://172.30.9.26:8774/flavors/e50867dc-a2f3-44e2-b624-00329515f3f7", "rel": "bookmark"}]}, "id": "586027fe-7253-458d-bd56-d41c2fa07153", "user_id": "88e9560a29e9460c8af8a5df80c26533", "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-10-12T10:49:31Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-vm_inst", "created": "2018-10-12T10:49:29Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:49:52,487 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153 used request id req-6fae07e4-5119-48de-ac8b-da513384000d 2018-10-12 10:49:55,494 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:49:56,089 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-7b93897f-8843-429c-826c-ea5fa87f76f1 x-compute-request-id: req-7b93897f-8843-429c-826c-ea5fa87f76f1 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.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/586027fe-7253-458d-bd56-d41c2fa07153", "rel": "bookmark"}], "image": {"id": "a3774d6e-e2fa-4d79-b420-465b0ff77c66", "links": [{"href": "http://172.30.9.26:8774/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e50867dc-a2f3-44e2-b624-00329515f3f7", "links": [{"href": "http://172.30.9.26:8774/flavors/e50867dc-a2f3-44e2-b624-00329515f3f7", "rel": "bookmark"}]}, "id": "586027fe-7253-458d-bd56-d41c2fa07153", "user_id": "88e9560a29e9460c8af8a5df80c26533", "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-10-12T10:49:31Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-vm_inst", "created": "2018-10-12T10:49:29Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:49:56,090 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153 used request id req-7b93897f-8843-429c-826c-ea5fa87f76f1 2018-10-12 10:49:59,096 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:49:59,560 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:49: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-21a460a6-053a-47a7-a2bb-6caf6b407da5 x-compute-request-id: req-21a460a6-053a-47a7-a2bb-6caf6b407da5 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.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/586027fe-7253-458d-bd56-d41c2fa07153", "rel": "bookmark"}], "image": {"id": "a3774d6e-e2fa-4d79-b420-465b0ff77c66", "links": [{"href": "http://172.30.9.26:8774/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e50867dc-a2f3-44e2-b624-00329515f3f7", "links": [{"href": "http://172.30.9.26:8774/flavors/e50867dc-a2f3-44e2-b624-00329515f3f7", "rel": "bookmark"}]}, "id": "586027fe-7253-458d-bd56-d41c2fa07153", "user_id": "88e9560a29e9460c8af8a5df80c26533", "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-10-12T10:49:31Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-vm_inst", "created": "2018-10-12T10:49:29Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:49:59,561 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153 used request id req-21a460a6-053a-47a7-a2bb-6caf6b407da5 2018-10-12 10:50:02,567 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:50:03,170 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50: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-035253f6-7d96-4a8b-ba7d-d38602aa7a31 x-compute-request-id: req-035253f6-7d96-4a8b-ba7d-d38602aa7a31 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.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/586027fe-7253-458d-bd56-d41c2fa07153", "rel": "bookmark"}], "image": {"id": "a3774d6e-e2fa-4d79-b420-465b0ff77c66", "links": [{"href": "http://172.30.9.26:8774/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e50867dc-a2f3-44e2-b624-00329515f3f7", "links": [{"href": "http://172.30.9.26:8774/flavors/e50867dc-a2f3-44e2-b624-00329515f3f7", "rel": "bookmark"}]}, "id": "586027fe-7253-458d-bd56-d41c2fa07153", "user_id": "88e9560a29e9460c8af8a5df80c26533", "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-10-12T10:50:02Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-vm_inst", "created": "2018-10-12T10:49:29Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:50:03,170 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153 used request id req-035253f6-7d96-4a8b-ba7d-d38602aa7a31 2018-10-12 10:50:06,176 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:50:07,036 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc98b861-0b70-4978-b2da-f9354b6c1b29 x-compute-request-id: req-fc98b861-0b70-4978-b2da-f9354b6c1b29 Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:74:3d", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/586027fe-7253-458d-bd56-d41c2fa07153", "rel": "bookmark"}], "image": {"id": "a3774d6e-e2fa-4d79-b420-465b0ff77c66", "links": [{"href": "http://172.30.9.26:8774/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e50867dc-a2f3-44e2-b624-00329515f3f7", "links": [{"href": "http://172.30.9.26:8774/flavors/e50867dc-a2f3-44e2-b624-00329515f3f7", "rel": "bookmark"}]}, "id": "586027fe-7253-458d-bd56-d41c2fa07153", "security_groups": [{"name": "default"}], "user_id": "88e9560a29e9460c8af8a5df80c26533", "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-10-12T10:50:02Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-vm_inst", "created": "2018-10-12T10:49:29Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:50:07,036 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153 used request id req-fc98b861-0b70-4978-b2da-f9354b6c1b29 2018-10-12 10:50:10,042 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:50:10,693 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50: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-b2cbe7ff-0a90-42d9-b9bf-3ff30ab1bcbe x-compute-request-id: req-b2cbe7ff-0a90-42d9-b9bf-3ff30ab1bcbe Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:74:3d", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/586027fe-7253-458d-bd56-d41c2fa07153", "rel": "bookmark"}], "image": {"id": "a3774d6e-e2fa-4d79-b420-465b0ff77c66", "links": [{"href": "http://172.30.9.26:8774/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-10-12T10:50:08.000000", "flavor": {"id": "e50867dc-a2f3-44e2-b624-00329515f3f7", "links": [{"href": "http://172.30.9.26:8774/flavors/e50867dc-a2f3-44e2-b624-00329515f3f7", "rel": "bookmark"}]}, "id": "586027fe-7253-458d-bd56-d41c2fa07153", "security_groups": [{"name": "default"}], "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:50:09Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-vm_inst", "created": "2018-10-12T10:49:29Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:50:10,693 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153 used request id req-b2cbe7ff-0a90-42d9-b9bf-3ff30ab1bcbe 2018-10-12 10:50:10,696 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:50:11,441 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50: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-f8983fab-b0bb-48b8-8e57-da20d1ad8449 x-compute-request-id: req-f8983fab-b0bb-48b8-8e57-da20d1ad8449 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:74:3d", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/586027fe-7253-458d-bd56-d41c2fa07153", "rel": "bookmark"}], "image": {"id": "a3774d6e-e2fa-4d79-b420-465b0ff77c66", "links": [{"href": "http://172.30.9.26:8774/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-10-12T10:50:08.000000", "flavor": {"id": "e50867dc-a2f3-44e2-b624-00329515f3f7", "links": [{"href": "http://172.30.9.26:8774/flavors/e50867dc-a2f3-44e2-b624-00329515f3f7", "rel": "bookmark"}]}, "id": "586027fe-7253-458d-bd56-d41c2fa07153", "security_groups": [{"name": "default"}], "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:50:09Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-vm_inst", "created": "2018-10-12T10:49:29Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:50:11,442 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153 used request id req-f8983fab-b0bb-48b8-8e57-da20d1ad8449 2018-10-12 10:50:11,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:50:11,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-3038a386-4d3b-4ad1-b608-6eb61992fe4a Date: Fri, 12 Oct 2018 10:50:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"16c65d4a-1e3d-4fd7-9755-56fc03a6b10e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["d80d51ba-002e-4aec-8f37-f8e08b9c4c47"],"description":"","tags":[],"updated_at":"2018-10-12T10:49:20Z","provider:segmentation_id":41,"name":"NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:49:19Z","provider:network_type":"vxlan"}]} 2018-10-12 10:50:11,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-net used request id req-3038a386-4d3b-4ad1-b608-6eb61992fe4a 2018-10-12 10:50:11,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:50:11,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbafef73-242f-4a41-87d1-e9b328112d02 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:50:11,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-fbafef73-242f-4a41-87d1-e9b328112d02 2018-10-12 10:50:11,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=16c65d4a-1e3d-4fd7-9755-56fc03a6b10e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:50:11,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2d047745-5eee-4960-95c5-67a20c58253c Date: Fri, 12 Oct 2018 10:50:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"16c65d4a-1e3d-4fd7-9755-56fc03a6b10e","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:49:20Z","dns_nameservers":[],"updated_at":"2018-10-12T10:49:20Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"d80d51ba-002e-4aec-8f37-f8e08b9c4c47","subnetpool_id":null,"name":"NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-subnet"}]} 2018-10-12 10:50:11,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=16c65d4a-1e3d-4fd7-9755-56fc03a6b10e used request id req-2d047745-5eee-4960-95c5-67a20c58253c 2018-10-12 10:50:11,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=16c65d4a-1e3d-4fd7-9755-56fc03a6b10e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:50:11,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3528 X-Openstack-Request-Id: req-7520a2d7-8917-48e7-ad95-7b2c9c52930f Date: Fri, 12 Oct 2018 10:50:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:49:22Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d80d51ba-002e-4aec-8f37-f8e08b9c4c47","ip_address":"10.55.0.3"}],"id":"0c4dd1da-422c-43d5-87fa-586393aa24f3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:21:06:75","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-16c65d4a-1e3d-4fd7-9755-56fc03a6b10e","name":"","admin_state_up":true,"network_id":"16c65d4a-1e3d-4fd7-9755-56fc03a6b10e","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:49:21Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:49:22Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d80d51ba-002e-4aec-8f37-f8e08b9c4c47","ip_address":"10.55.0.2"}],"id":"58191746-48a4-4a5a-8f41-4ec763fd8437","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:85:c6:bc","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-16c65d4a-1e3d-4fd7-9755-56fc03a6b10e","name":"","admin_state_up":true,"network_id":"16c65d4a-1e3d-4fd7-9755-56fc03a6b10e","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:49:21Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:03Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d80d51ba-002e-4aec-8f37-f8e08b9c4c47","ip_address":"10.55.0.6"}],"id":"bc8c1a61-1b87-4cd1-b2bd-05ad03d43b96","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:58:74:3d","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"586027fe-7253-458d-bd56-d41c2fa07153","name":"NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-port","admin_state_up":true,"network_id":"16c65d4a-1e3d-4fd7-9755-56fc03a6b10e","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:49:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:49:23Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d80d51ba-002e-4aec-8f37-f8e08b9c4c47","ip_address":"10.55.0.4"}],"id":"c71a3271-3a9b-4ea5-8c6a-459fac2ef6f5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:75:b4:e4","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-16c65d4a-1e3d-4fd7-9755-56fc03a6b10e","name":"","admin_state_up":true,"network_id":"16c65d4a-1e3d-4fd7-9755-56fc03a6b10e","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:49:22Z","binding:vnic_type":"normal"}]} 2018-10-12 10:50:11,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=16c65d4a-1e3d-4fd7-9755-56fc03a6b10e used request id req-7520a2d7-8917-48e7-ad95-7b2c9c52930f 2018-10-12 10:50:11,910 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:50:12,309 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10: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 x-openstack-request-id: req-8970557a-ce99-4503-abd0-6462994c4c61 x-compute-request-id: req-8970557a-ce99-4503-abd0-6462994c4c61 Content-Type: application/json 2018-10-12 10:50:12,309 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/586027fe-7253-458d-bd56-d41c2fa07153 used request id req-8970557a-ce99-4503-abd0-6462994c4c61 2018-10-12 10:50:12,309 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-port 2018-10-12 10:50:12,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/bc8c1a61-1b87-4cd1-b2bd-05ad03d43b96 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e187c9651b3774b1c04e7543966934fda00fb94" 2018-10-12 10:50:13,187 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-844cdfbe-5e10-4603-a810-ac8b9e5cef50 Date: Fri, 12 Oct 2018 10:50:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:50:13,187 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/bc8c1a61-1b87-4cd1-b2bd-05ad03d43b96 used request id req-844cdfbe-5e10-4603-a810-ac8b9e5cef50 2018-10-12 10:50:13,190 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/e50867dc-a2f3-44e2-b624-00329515f3f7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a158ce50f59d82b56c90f5d27a575a644eb8c431" 2018-10-12 10:50:13,239 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:50: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-1ce0aef7-7b68-4ec5-b2a7-a900aa76d415 x-compute-request-id: req-1ce0aef7-7b68-4ec5-b2a7-a900aa76d415 Content-Length: 0 Content-Type: application/json 2018-10-12 10:50:13,239 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/e50867dc-a2f3-44e2-b624-00329515f3f7 used request id req-1ce0aef7-7b68-4ec5-b2a7-a900aa76d415 2018-10-12 10:50:13,240 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-subnet 2018-10-12 10:50:13,240 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-subnet 2018-10-12 10:50:13,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/d80d51ba-002e-4aec-8f37-f8e08b9c4c47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ff73ce9de9e7d37b3ea9d08474cab6ca2632fbc" 2018-10-12 10:50:15,716 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-986910cb-82c4-46cf-ae13-76636ac2ba16 Date: Fri, 12 Oct 2018 10:50:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:50:15,716 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/d80d51ba-002e-4aec-8f37-f8e08b9c4c47 used request id req-986910cb-82c4-46cf-ae13-76636ac2ba16 2018-10-12 10:50:15,716 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-net 2018-10-12 10:50:15,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/16c65d4a-1e3d-4fd7-9755-56fc03a6b10e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ff73ce9de9e7d37b3ea9d08474cab6ca2632fbc" 2018-10-12 10:50:17,378 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5cc48eac-4da0-485d-a12f-1fc634c17190 Date: Fri, 12 Oct 2018 10:50:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:50:17,378 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/16c65d4a-1e3d-4fd7-9755-56fc03a6b10e used request id req-5cc48eac-4da0-485d-a12f-1fc634c17190 2018-10-12 10:50:17,379 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-3faa4885-312a-40e3-aa28-80a8c7a9d6ba-image 2018-10-12 10:50:17,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4b01a0435eae9bdf7c82047fc51a8d355a04b072" 2018-10-12 10:50:19,141 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7996332e-a272-4493-a073-f73b5cb11cb6 Date: Fri, 12 Oct 2018 10:50:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 10:50:19,142 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/a3774d6e-e2fa-4d79-b420-465b0ff77c66 used request id req-7996332e-a272-4493-a073-f73b5cb11cb6 2018-10-12 10:50:19,144 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:50:19,146 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-12 10:50:19,147 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:50:19,148 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:50:19,531 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:50:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["g4pH63rkQpabVW2y88aJog"], "issued_at": "2018-10-12T10:50:19.000000Z"}} 2018-10-12 10:50:19,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61187b00dd1331f4cbc167f081b4315237f693ad" 2018-10-12 10:50:19,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ccad769-f24e-481b-967b-537a29dff8ae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:50:19,611 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6ccad769-f24e-481b-967b-537a29dff8ae 2018-10-12 10:50:19,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}61187b00dd1331f4cbc167f081b4315237f693ad" 2018-10-12 10:50:20,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-a6bd9883-59cd-411b-b93c-b4ac1d4bcbc7 Date: Fri, 12 Oct 2018 10:50:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-image"} 2018-10-12 10:50:20,239 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-image used request id req-a6bd9883-59cd-411b-b93c-b4ac1d4bcbc7 2018-10-12 10:50:20,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}61187b00dd1331f4cbc167f081b4315237f693ad" 2018-10-12 10:50:20,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bc717b08-08bf-4d5f-8e6d-d6c508d53d86 Date: Fri, 12 Oct 2018 10:50:20 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-10-12 10:50:20,821 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-bc717b08-08bf-4d5f-8e6d-d6c508d53d86 2018-10-12 10:50:20,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}61187b00dd1331f4cbc167f081b4315237f693ad" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-image"}' 2018-10-12 10:50:21,061 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed X-Openstack-Request-Id: req-791e4173-e46d-42de-84d9-090b984ede65 Date: Fri, 12 Oct 2018 10:50:21 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:50:21Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-12T10:50:21Z", "visibility": "shared", "locations": [], "self": "/v2/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "min_disk": 0, "protected": false, "id": "a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "file": "/v2/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed/file", "checksum": null, "owner": "104d75bb2cac4b4998c38732dc15f0bd", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 10:50:21,061 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-791e4173-e46d-42de-84d9-090b984ede65 2018-10-12 10:50:21,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}61187b00dd1331f4cbc167f081b4315237f693ad" -d '' 2018-10-12 10:50:23,499 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-202000f2-1dbc-4ba8-a464-4e52ff03e8cf Date: Fri, 12 Oct 2018 10:50:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 10:50:23,499 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed/file used request id req-202000f2-1dbc-4ba8-a464-4e52ff03e8cf 2018-10-12 10:50:23,499 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-12 10:50:23,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}61187b00dd1331f4cbc167f081b4315237f693ad" 2018-10-12 10:50:24,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-30f7829d-96af-412a-90a5-ff65c11c869a Date: Fri, 12 Oct 2018 10:50:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:50:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-12T10:50:23Z", "visibility": "shared", "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed/snap", "metadata": {}}], "self": "/v2/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "min_disk": 0, "protected": false, "id": "a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "file": "/v2/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "104d75bb2cac4b4998c38732dc15f0bd", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 10:50:24,127 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed used request id req-30f7829d-96af-412a-90a5-ff65c11c869a 2018-10-12 10:50:24,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}61187b00dd1331f4cbc167f081b4315237f693ad" 2018-10-12 10:50:24,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-291f42b9-5541-4cee-afc7-e4e13ec6f96c Date: Fri, 12 Oct 2018 10:50:24 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-12 10:50:24,138 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-291f42b9-5541-4cee-afc7-e4e13ec6f96c 2018-10-12 10:50:24,140 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-image 2018-10-12 10:50:24,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}61187b00dd1331f4cbc167f081b4315237f693ad" 2018-10-12 10:50:24,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-d3029a60-3573-4dc0-94ba-d8d38491824c Date: Fri, 12 Oct 2018 10:50:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:50:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-12T10:50:23Z", "visibility": "shared", "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed/snap", "metadata": {}}], "self": "/v2/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "min_disk": 0, "protected": false, "id": "a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "file": "/v2/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "104d75bb2cac4b4998c38732dc15f0bd", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 10:50:24,159 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed used request id req-d3029a60-3573-4dc0-94ba-d8d38491824c 2018-10-12 10:50:24,160 - create_image - DEBUG - Instance status is - active 2018-10-12 10:50:24,160 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-image 2018-10-12 10:50:24,160 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-image 2018-10-12 10:50:24,160 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:50:24,161 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:50:24,546 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:50:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["_OEpnpayRCKm_PKPOiu6tw"], "issued_at": "2018-10-12T10:50:24.000000Z"}} 2018-10-12 10:50:24,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c00f6b86ec70a96ef826b2a1eaa1ee583558f50" 2018-10-12 10:50:24,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac955fb2-db59-44e4-9fe0-c44db8363029 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:50:24,633 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ac955fb2-db59-44e4-9fe0-c44db8363029 2018-10-12 10:50:24,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c00f6b86ec70a96ef826b2a1eaa1ee583558f50" 2018-10-12 10:50:24,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0cde3bd5-67b3-48cc-a21e-cff8c6072f6c Date: Fri, 12 Oct 2018 10:50:24 GMT RESP BODY: {"networks":[]} 2018-10-12 10:50:24,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net used request id req-0cde3bd5-67b3-48cc-a21e-cff8c6072f6c 2018-10-12 10:50:24,840 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net 2018-10-12 10:50:24,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c00f6b86ec70a96ef826b2a1eaa1ee583558f50" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net", "admin_state_up": true}}' 2018-10-12 10:50:25,250 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-bc446af7-124e-46db-b3a2-928e3d1e84f1 Date: Fri, 12 Oct 2018 10:50: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":"23eb946d-7117-49e4-ad00-d787721633f1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:50:25Z","is_default":false,"provider:segmentation_id":26,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","mtu":1450}} 2018-10-12 10:50:25,250 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-bc446af7-124e-46db-b3a2-928e3d1e84f1 2018-10-12 10:50:25,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=23eb946d-7117-49e4-ad00-d787721633f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c00f6b86ec70a96ef826b2a1eaa1ee583558f50" 2018-10-12 10:50:25,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f18a2492-88e1-45f5-bbff-02e352dcf640 Date: Fri, 12 Oct 2018 10:50:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"23eb946d-7117-49e4-ad00-d787721633f1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:50:25Z","provider:segmentation_id":26,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","provider:network_type":"vxlan"}]} 2018-10-12 10:50:25,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=23eb946d-7117-49e4-ad00-d787721633f1 used request id req-f18a2492-88e1-45f5-bbff-02e352dcf640 2018-10-12 10:50:25,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c00f6b86ec70a96ef826b2a1eaa1ee583558f50" 2018-10-12 10:50:25,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d2ee8ba1-cdfb-4c14-b72a-266f78327216 Date: Fri, 12 Oct 2018 10:50:25 GMT RESP BODY: {"subnets":[]} 2018-10-12 10:50:25,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 used request id req-d2ee8ba1-cdfb-4c14-b72a-266f78327216 2018-10-12 10:50:25,671 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-subnet 2018-10-12 10:50:25,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c00f6b86ec70a96ef826b2a1eaa1ee583558f50" -d '{"subnets": [{"ip_version": 4, "network_id": "23eb946d-7117-49e4-ad00-d787721633f1", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-subnet"}]}' 2018-10-12 10:50:26,286 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-559d7f5b-11b2-47e1-825c-882d9ad4e60b Date: Fri, 12 Oct 2018 10:50:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","dns_nameservers":[],"updated_at":"2018-10-12T10:50:25Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"299532d8-d035-4784-a336-568e602a48b5","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-subnet"}]} 2018-10-12 10:50:26,286 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-559d7f5b-11b2-47e1-825c-882d9ad4e60b 2018-10-12 10:50:26,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=23eb946d-7117-49e4-ad00-d787721633f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c00f6b86ec70a96ef826b2a1eaa1ee583558f50" 2018-10-12 10:50:26,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-91eca308-a79c-400b-abb6-5b19af6cc5db Date: Fri, 12 Oct 2018 10:50:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"23eb946d-7117-49e4-ad00-d787721633f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["299532d8-d035-4784-a336-568e602a48b5"],"description":"","tags":[],"updated_at":"2018-10-12T10:50:25Z","provider:segmentation_id":26,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","provider:network_type":"vxlan"}]} 2018-10-12 10:50:26,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=23eb946d-7117-49e4-ad00-d787721633f1 used request id req-91eca308-a79c-400b-abb6-5b19af6cc5db 2018-10-12 10:50:26,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c00f6b86ec70a96ef826b2a1eaa1ee583558f50" 2018-10-12 10:50:26,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a6af48c3-021d-4131-97b1-9e217133c851 Date: Fri, 12 Oct 2018 10:50:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","dns_nameservers":[],"updated_at":"2018-10-12T10:50:25Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"299532d8-d035-4784-a336-568e602a48b5","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-subnet"}]} 2018-10-12 10:50:26,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 used request id req-a6af48c3-021d-4131-97b1-9e217133c851 2018-10-12 10:50:26,890 - OpenStackNetwork - DEBUG - Network [23eb946d-7117-49e4-ad00-d787721633f1] created successfully 2018-10-12 10:50:26,890 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:50:26,891 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:50:27,278 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:50:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["JfZpmrpZQ8u9G-EXKiLbfA"], "issued_at": "2018-10-12T10:50:27.000000Z"}} 2018-10-12 10:50:27,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c523f594b52e6f4f2d2965af81c2d41f10d4e6b8" 2018-10-12 10:50:27,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1506bfd-ba51-4dc2-9ee7-ef95a45b76d6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:50:27,355 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f1506bfd-ba51-4dc2-9ee7-ef95a45b76d6 2018-10-12 10:50:27,356 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:50:27,361 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c523f594b52e6f4f2d2965af81c2d41f10d4e6b8" 2018-10-12 10:50:28,037 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-62332f2c-7be8-4c7e-b033-7b7cac56156c x-compute-request-id: req-62332f2c-7be8-4c7e-b033-7b7cac56156c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-12 10:50:28,038 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-62332f2c-7be8-4c7e-b033-7b7cac56156c 2018-10-12 10:50:28,041 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c523f594b52e6f4f2d2965af81c2d41f10d4e6b8" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-12 10:50:28,252 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50: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-4670b60f-95c0-4450-a1b9-3a197ff75c62 x-compute-request-id: req-4670b60f-95c0-4450-a1b9-3a197ff75c62 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/9100071c-d281-4a45-83ea-786ac7edda55", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/9100071c-d281-4a45-83ea-786ac7edda55", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "9100071c-d281-4a45-83ea-786ac7edda55", "name": "NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 10:50:28,252 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-4670b60f-95c0-4450-a1b9-3a197ff75c62 2018-10-12 10:50:28,253 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:50:28,254 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:50:28,639 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:50:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["ffv0l9sMQweoZyThtNWMvw"], "issued_at": "2018-10-12T10:50:28.000000Z"}} 2018-10-12 10:50:28,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}522962af1e30cb0bdf7d68f684ee2563ab49d4e3" 2018-10-12 10:50:28,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-354fc418-e0ee-430c-a17c-1d0d54d37c4c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:50:28,715 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-354fc418-e0ee-430c-a17c-1d0d54d37c4c 2018-10-12 10:50:28,720 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}522962af1e30cb0bdf7d68f684ee2563ab49d4e3" 2018-10-12 10:50:29,543 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50:28 GMT Server: Apache x-compute-request-id: req-79d1f94e-440b-4d9f-a81c-3c183c661604 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-79d1f94e-440b-4d9f-a81c-3c183c661604 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-12 10:50:29,543 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/detail used request id req-79d1f94e-440b-4d9f-a81c-3c183c661604 2018-10-12 10:50:29,546 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-79d1f94e-440b-4d9f-a81c-3c183c661604" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}522962af1e30cb0bdf7d68f684ee2563ab49d4e3" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067", "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-10-12 10:50:30,596 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:50:29 GMT Server: Apache x-compute-request-id: req-99d33fd3-cdeb-481c-818f-f035399cf422 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-99d33fd3-cdeb-481c-818f-f035399cf422 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "88e9560a29e9460c8af8a5df80c26533", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-12T10:50:30.487061", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "564c450b-ab5a-467d-814c-1f497515eb06", "size": 1}} 2018-10-12 10:50:30,596 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes used request id req-99d33fd3-cdeb-481c-818f-f035399cf422 2018-10-12 10:50:30,600 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-79d1f94e-440b-4d9f-a81c-3c183c661604" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}522962af1e30cb0bdf7d68f684ee2563ab49d4e3" 2018-10-12 10:50:31,450 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50:30 GMT Server: Apache x-compute-request-id: req-75f07039-5d6e-4a5a-ae21-6fa17971f7d1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-75f07039-5d6e-4a5a-ae21-6fa17971f7d1 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-12T10:50:30.000000", "replication_status": null, "snapshot_id": null, "id": "564c450b-ab5a-467d-814c-1f497515eb06", "size": 1, "user_id": "88e9560a29e9460c8af8a5df80c26533", "os-vol-tenant-attr:tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "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-8310fa2d-ad0d-4284-aa30-67993b883067", "bootable": "false", "created_at": "2018-10-12T10:50:30.000000", "volume_type": null}} 2018-10-12 10:50:31,450 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06 used request id req-75f07039-5d6e-4a5a-ae21-6fa17971f7d1 2018-10-12 10:50:31,451 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067 2018-10-12 10:50:31,454 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-79d1f94e-440b-4d9f-a81c-3c183c661604" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}522962af1e30cb0bdf7d68f684ee2563ab49d4e3" 2018-10-12 10:50:31,506 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50:31 GMT Server: Apache x-compute-request-id: req-feb86234-2ada-4ee4-8226-9da36e26ce4b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-feb86234-2ada-4ee4-8226-9da36e26ce4b Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-12T10:50:30.000000", "replication_status": null, "snapshot_id": null, "id": "564c450b-ab5a-467d-814c-1f497515eb06", "size": 1, "user_id": "88e9560a29e9460c8af8a5df80c26533", "os-vol-tenant-attr:tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "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-8310fa2d-ad0d-4284-aa30-67993b883067", "bootable": "false", "created_at": "2018-10-12T10:50:30.000000", "volume_type": null}} 2018-10-12 10:50:31,506 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06 used request id req-feb86234-2ada-4ee4-8226-9da36e26ce4b 2018-10-12 10:50:31,506 - create_volume - DEBUG - Instance status is - creating 2018-10-12 10:50:31,507 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-12 10:50:34,510 - create_volume - DEBUG - Volume status query timeout in 296.941308022 2018-10-12 10:50:34,513 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-79d1f94e-440b-4d9f-a81c-3c183c661604" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}522962af1e30cb0bdf7d68f684ee2563ab49d4e3" 2018-10-12 10:50:35,324 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50:34 GMT Server: Apache x-compute-request-id: req-fa595663-63a8-43b6-aaeb-c352efe6a221 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fa595663-63a8-43b6-aaeb-c352efe6a221 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-12T10:50:33.000000", "replication_status": null, "snapshot_id": null, "id": "564c450b-ab5a-467d-814c-1f497515eb06", "size": 1, "user_id": "88e9560a29e9460c8af8a5df80c26533", "os-vol-tenant-attr:tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "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-8310fa2d-ad0d-4284-aa30-67993b883067", "bootable": "false", "created_at": "2018-10-12T10:50:30.000000", "volume_type": null}} 2018-10-12 10:50:35,324 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06 used request id req-fa595663-63a8-43b6-aaeb-c352efe6a221 2018-10-12 10:50:35,325 - create_volume - DEBUG - Instance status is - available 2018-10-12 10:50:35,325 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067 2018-10-12 10:50:35,325 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067 2018-10-12 10:50:35,325 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:50:35,326 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:50:35,712 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:50:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["5_cQ1hqOSjmRqUyBbDrveg"], "issued_at": "2018-10-12T10:50:35.000000Z"}} 2018-10-12 10:50:35,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:35,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dc68a61-772f-454a-bb2e-6d83fa4d552c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:50:35,795 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7dc68a61-772f-454a-bb2e-6d83fa4d552c 2018-10-12 10:50:35,796 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:50:35,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:35,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37d1f493-4fa6-443f-b385-96a38e332b65 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:50:35,875 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-37d1f493-4fa6-443f-b385-96a38e332b65 2018-10-12 10:50:35,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:36,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-af5bd1f3-20e9-4108-8e96-da7d6c291cf6 Date: Fri, 12 Oct 2018 10:50:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"23eb946d-7117-49e4-ad00-d787721633f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["299532d8-d035-4784-a336-568e602a48b5"],"description":"","tags":[],"updated_at":"2018-10-12T10:50:25Z","provider:segmentation_id":26,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","provider:network_type":"vxlan"}]} 2018-10-12 10:50:36,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net used request id req-af5bd1f3-20e9-4108-8e96-da7d6c291cf6 2018-10-12 10:50:36,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:50:36,112 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:50: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:50:36,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:36,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b379bbf-1219-4cd3-881a-252b82c0fd49 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:50:36,199 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-7b379bbf-1219-4cd3-881a-252b82c0fd49 2018-10-12 10:50:36,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:36,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1fcc22c8-8589-4646-a4f7-d80797f5cbdf Date: Fri, 12 Oct 2018 10:50:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","dns_nameservers":[],"updated_at":"2018-10-12T10:50:25Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"299532d8-d035-4784-a336-568e602a48b5","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-subnet"}]} 2018-10-12 10:50:36,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 used request id req-1fcc22c8-8589-4646-a4f7-d80797f5cbdf 2018-10-12 10:50:36,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=23eb946d-7117-49e4-ad00-d787721633f1&name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:36,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-906ea44f-a8c6-4162-b8dd-b5ac12068747 Date: Fri, 12 Oct 2018 10:50:36 GMT RESP BODY: {"ports":[]} 2018-10-12 10:50:36,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=23eb946d-7117-49e4-ad00-d787721633f1&name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-port&admin_state_up=True used request id req-906ea44f-a8c6-4162-b8dd-b5ac12068747 2018-10-12 10:50:36,760 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:37,093 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f8415ee4-7cc6-4b80-b289-4b9312812471 x-compute-request-id: req-f8415ee4-7cc6-4b80-b289-4b9312812471 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-12 10:50:37,093 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-vm_inst used request id req-f8415ee4-7cc6-4b80-b289-4b9312812471 2018-10-12 10:50:37,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:37,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-f2e35eac-f01a-4d0f-9c92-5eaaec975423 Date: Fri, 12 Oct 2018 10:50:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"23eb946d-7117-49e4-ad00-d787721633f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["299532d8-d035-4784-a336-568e602a48b5"],"description":"","tags":[],"updated_at":"2018-10-12T10:50:25Z","provider:segmentation_id":26,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","provider:network_type":"vxlan"}]} 2018-10-12 10:50:37,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net used request id req-f2e35eac-f01a-4d0f-9c92-5eaaec975423 2018-10-12 10:50:37,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:37,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27cf73a1-a164-4a9a-8c16-0a9fb852b5df 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:50:37,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-27cf73a1-a164-4a9a-8c16-0a9fb852b5df 2018-10-12 10:50:37,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:37,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-30cea34a-3507-4b16-9c9e-e3dfa10dbfa0 Date: Fri, 12 Oct 2018 10:50:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","dns_nameservers":[],"updated_at":"2018-10-12T10:50:25Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"299532d8-d035-4784-a336-568e602a48b5","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-subnet"}]} 2018-10-12 10:50:37,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 used request id req-30cea34a-3507-4b16-9c9e-e3dfa10dbfa0 2018-10-12 10:50:37,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=23eb946d-7117-49e4-ad00-d787721633f1&name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:37,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-32a16837-f031-4f0b-ab22-45442a1dd870 Date: Fri, 12 Oct 2018 10:50:37 GMT RESP BODY: {"ports":[]} 2018-10-12 10:50:37,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=23eb946d-7117-49e4-ad00-d787721633f1&name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-port&admin_state_up=True used request id req-32a16837-f031-4f0b-ab22-45442a1dd870 2018-10-12 10:50:37,823 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:50:37,824 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:50:38,290 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:50:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["ept8FOetRCOkTDfSgpuj6Q"], "issued_at": "2018-10-12T10:50:38.000000Z"}} 2018-10-12 10:50:38,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f00d71a170ccfec5eacee131f46b5f092e06e055" 2018-10-12 10:50:38,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f35fc3b-c227-40b7-a17e-9aded50fae81 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:50:38,378 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7f35fc3b-c227-40b7-a17e-9aded50fae81 2018-10-12 10:50:38,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:38,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-959c3f9d-a9a9-48ac-ad1e-24be05ce5f6c Date: Fri, 12 Oct 2018 10:50:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"23eb946d-7117-49e4-ad00-d787721633f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["299532d8-d035-4784-a336-568e602a48b5"],"description":"","tags":[],"updated_at":"2018-10-12T10:50:25Z","provider:segmentation_id":26,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","provider:network_type":"vxlan"}]} 2018-10-12 10:50:38,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net used request id req-959c3f9d-a9a9-48ac-ad1e-24be05ce5f6c 2018-10-12 10:50:38,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:38,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-115121f8-0087-4329-96f3-94f3854d07c1 Date: Fri, 12 Oct 2018 10:50:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","dns_nameservers":[],"updated_at":"2018-10-12T10:50:25Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"299532d8-d035-4784-a336-568e602a48b5","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-subnet"}]} 2018-10-12 10:50:38,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 used request id req-115121f8-0087-4329-96f3-94f3854d07c1 2018-10-12 10:50:38,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:38,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-59702ae4-d98c-4688-983b-0643c0bbe1ff Date: Fri, 12 Oct 2018 10:50:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"23eb946d-7117-49e4-ad00-d787721633f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["299532d8-d035-4784-a336-568e602a48b5"],"description":"","tags":[],"updated_at":"2018-10-12T10:50:25Z","provider:segmentation_id":26,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","provider:network_type":"vxlan"}]} 2018-10-12 10:50:38,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net used request id req-59702ae4-d98c-4688-983b-0643c0bbe1ff 2018-10-12 10:50:38,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:50:38,942 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:50: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:50:38,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f00d71a170ccfec5eacee131f46b5f092e06e055" 2018-10-12 10:50:39,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31f0bc4b-cb26-4d8d-98a7-f4992f9c83e3 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:50:39,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-31f0bc4b-cb26-4d8d-98a7-f4992f9c83e3 2018-10-12 10:50:39,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:39,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-81752b42-75b3-4116-8c0f-1817d5739e8a Date: Fri, 12 Oct 2018 10:50:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","dns_nameservers":[],"updated_at":"2018-10-12T10:50:25Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"299532d8-d035-4784-a336-568e602a48b5","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-subnet"}]} 2018-10-12 10:50:39,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 used request id req-81752b42-75b3-4116-8c0f-1817d5739e8a 2018-10-12 10:50:39,247 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net 2018-10-12 10:50:39,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" -d '{"port": {"network_id": "23eb946d-7117-49e4-ad00-d787721633f1", "name": "NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-port", "admin_state_up": true}}' 2018-10-12 10:50:39,960 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-9188765d-3606-48a5-bd5c-48e25459d54f Date: Fri, 12 Oct 2018 10:50:39 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:39Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.7"}],"id":"5c3e8c4f-394b-481c-b181-21ce153b97ba","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:97:32:74","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-port","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:39Z","binding:vnic_type":"normal"}} 2018-10-12 10:50:39,960 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-9188765d-3606-48a5-bd5c-48e25459d54f 2018-10-12 10:50:39,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:40,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-a837512b-3251-4068-8179-5fc6134d0187 Date: Fri, 12 Oct 2018 10:50:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"23eb946d-7117-49e4-ad00-d787721633f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["299532d8-d035-4784-a336-568e602a48b5"],"description":"","tags":[],"updated_at":"2018-10-12T10:50:25Z","provider:segmentation_id":26,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","provider:network_type":"vxlan"}]} 2018-10-12 10:50:40,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net used request id req-a837512b-3251-4068-8179-5fc6134d0187 2018-10-12 10:50:40,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:40,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e168488b-5797-4711-8c6e-1053ef5746aa 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:50:40,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-e168488b-5797-4711-8c6e-1053ef5746aa 2018-10-12 10:50:40,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:40,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-81b47779-52cc-4360-a268-7b9686447b74 Date: Fri, 12 Oct 2018 10:50:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","dns_nameservers":[],"updated_at":"2018-10-12T10:50:25Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"299532d8-d035-4784-a336-568e602a48b5","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-subnet"}]} 2018-10-12 10:50:40,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 used request id req-81b47779-52cc-4360-a268-7b9686447b74 2018-10-12 10:50:40,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=23eb946d-7117-49e4-ad00-d787721633f1&name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:40,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-7434b1e0-a46e-4129-9a59-3e440402a556 Date: Fri, 12 Oct 2018 10:50:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:39Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.7"}],"id":"5c3e8c4f-394b-481c-b181-21ce153b97ba","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:97:32:74","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-port","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:39Z","binding:vnic_type":"normal"}]} 2018-10-12 10:50:40,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=23eb946d-7117-49e4-ad00-d787721633f1&name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-port&admin_state_up=True used request id req-7434b1e0-a46e-4129-9a59-3e440402a556 2018-10-12 10:50:40,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:40,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f454abe-6a49-4d4a-87c7-e948bdd3f4d9 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:50:40,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-9f454abe-6a49-4d4a-87c7-e948bdd3f4d9 2018-10-12 10:50:40,480 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-vm_inst 2018-10-12 10:50:40,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:40,518 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50: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-aecce758-1e99-4ca9-af33-01760fa5c429 x-compute-request-id: req-aecce758-1e99-4ca9-af33-01760fa5c429 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9100071c-d281-4a45-83ea-786ac7edda55", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/9100071c-d281-4a45-83ea-786ac7edda55", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/9100071c-d281-4a45-83ea-786ac7edda55", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-flavor"}]} 2018-10-12 10:50:40,518 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-aecce758-1e99-4ca9-af33-01760fa5c429 2018-10-12 10:50:40,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/9100071c-d281-4a45-83ea-786ac7edda55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:40,544 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50: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-286de56f-6935-4f4c-86e7-e121340e35c8 x-compute-request-id: req-286de56f-6935-4f4c-86e7-e121340e35c8 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/9100071c-d281-4a45-83ea-786ac7edda55", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/9100071c-d281-4a45-83ea-786ac7edda55", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "9100071c-d281-4a45-83ea-786ac7edda55", "name": "NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 10:50:40,544 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/9100071c-d281-4a45-83ea-786ac7edda55 used request id req-286de56f-6935-4f4c-86e7-e121340e35c8 2018-10-12 10:50:40,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:40,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-82a9baa0-684a-42a3-b624-77d867d4136b Date: Fri, 12 Oct 2018 10:50:40 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:50:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-12T10:50:23Z", "visibility": "shared", "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed/snap", "metadata": {}}], "self": "/v2/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "min_disk": 0, "protected": false, "id": "a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "file": "/v2/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "104d75bb2cac4b4998c38732dc15f0bd", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-image"} 2018-10-12 10:50:40,773 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-image used request id req-82a9baa0-684a-42a3-b624-77d867d4136b 2018-10-12 10:50:40,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:41,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d5d3316c-7a73-4b69-9995-773e412650e3 Date: Fri, 12 Oct 2018 10:50:41 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-12 10:50:41,351 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-d5d3316c-7a73-4b69-9995-773e412650e3 2018-10-12 10:50:41,356 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-vm_inst", "imageRef": "a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "flavorRef": "9100071c-d281-4a45-83ea-786ac7edda55", "max_count": 1, "min_count": 1, "networks": [{"port": "5c3e8c4f-394b-481c-b181-21ce153b97ba"}]}}' 2018-10-12 10:50:44,521 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:50:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ba99e7a6-8495-467f-8f60-cd0d7b97c73a x-compute-request-id: req-ba99e7a6-8495-467f-8f60-cd0d7b97c73a Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "710e2b9b-a822-4603-9e5f-bf8a60b31898", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898", "rel": "bookmark"}], "adminPass": "vT7E9cG84kDx"}} 2018-10-12 10:50:44,521 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-ba99e7a6-8495-467f-8f60-cd0d7b97c73a 2018-10-12 10:50:44,525 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:44,945 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50: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-a798d299-cfa5-428a-b8e1-d80e64dcd5df x-compute-request-id: req-a798d299-cfa5-428a-b8e1-d80e64dcd5df 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.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898", "rel": "bookmark"}], "image": {"id": "a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "links": [{"href": "http://172.30.9.26:8774/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9100071c-d281-4a45-83ea-786ac7edda55", "links": [{"href": "http://172.30.9.26:8774/flavors/9100071c-d281-4a45-83ea-786ac7edda55", "rel": "bookmark"}]}, "id": "710e2b9b-a822-4603-9e5f-bf8a60b31898", "user_id": "88e9560a29e9460c8af8a5df80c26533", "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-10-12T10:50:44Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-vm_inst", "created": "2018-10-12T10:50:44Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:50:44,945 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 used request id req-a798d299-cfa5-428a-b8e1-d80e64dcd5df 2018-10-12 10:50:44,946 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-vm_inst 2018-10-12 10:50:44,948 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:45,351 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50: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-73612935-9e3a-475c-8e6e-ea578380fcb4 x-compute-request-id: req-73612935-9e3a-475c-8e6e-ea578380fcb4 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.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898", "rel": "bookmark"}], "image": {"id": "a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "links": [{"href": "http://172.30.9.26:8774/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9100071c-d281-4a45-83ea-786ac7edda55", "links": [{"href": "http://172.30.9.26:8774/flavors/9100071c-d281-4a45-83ea-786ac7edda55", "rel": "bookmark"}]}, "id": "710e2b9b-a822-4603-9e5f-bf8a60b31898", "user_id": "88e9560a29e9460c8af8a5df80c26533", "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-10-12T10:50:44Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-vm_inst", "created": "2018-10-12T10:50:44Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:50:45,351 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 used request id req-73612935-9e3a-475c-8e6e-ea578380fcb4 2018-10-12 10:50:45,352 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-vm_inst] is - BUILD 2018-10-12 10:50:45,352 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-12 10:50:48,355 - create_instance - DEBUG - VM status query timeout in 896.590623856 2018-10-12 10:50:48,358 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:49,000 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-93589621-6ff8-413a-9672-209d5c04b435 x-compute-request-id: req-93589621-6ff8-413a-9672-209d5c04b435 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898", "rel": "bookmark"}], "image": {"id": "a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "links": [{"href": "http://172.30.9.26:8774/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9100071c-d281-4a45-83ea-786ac7edda55", "links": [{"href": "http://172.30.9.26:8774/flavors/9100071c-d281-4a45-83ea-786ac7edda55", "rel": "bookmark"}]}, "id": "710e2b9b-a822-4603-9e5f-bf8a60b31898", "security_groups": [{"name": "default"}], "user_id": "88e9560a29e9460c8af8a5df80c26533", "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-10-12T10:50:46Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-8310fa2d-ad0d-4284-aa30-67993b883067-vm_inst", "created": "2018-10-12T10:50:44Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:50:49,000 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 used request id req-93589621-6ff8-413a-9672-209d5c04b435 2018-10-12 10:50:49,001 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-vm_inst] is - BUILD 2018-10-12 10:50:49,001 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-12 10:50:52,004 - create_instance - DEBUG - VM status query timeout in 892.941691875 2018-10-12 10:50:52,007 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:52,928 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50: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-3037ffd4-e2f3-4ba4-9e09-4d8c1725801f x-compute-request-id: req-3037ffd4-e2f3-4ba4-9e09-4d8c1725801f Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:32:74", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898", "rel": "bookmark"}], "image": {"id": "a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "links": [{"href": "http://172.30.9.26:8774/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-12T10:50:49.000000", "flavor": {"id": "9100071c-d281-4a45-83ea-786ac7edda55", "links": [{"href": "http://172.30.9.26:8774/flavors/9100071c-d281-4a45-83ea-786ac7edda55", "rel": "bookmark"}]}, "id": "710e2b9b-a822-4603-9e5f-bf8a60b31898", "security_groups": [{"name": "default"}], "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:50:50Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-8310fa2d-ad0d-4284-aa30-67993b883067-vm_inst", "created": "2018-10-12T10:50:44Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:50:52,928 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 used request id req-3037ffd4-e2f3-4ba4-9e09-4d8c1725801f 2018-10-12 10:50:52,929 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-vm_inst] is - ACTIVE 2018-10-12 10:50:52,929 - create_instance - INFO - VM is - ACTIVE 2018-10-12 10:50:52,931 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:53,887 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50: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-4dea8438-fbdd-4328-a92e-5584a7f45167 x-compute-request-id: req-4dea8438-fbdd-4328-a92e-5584a7f45167 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:32:74", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898", "rel": "bookmark"}], "image": {"id": "a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "links": [{"href": "http://172.30.9.26:8774/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-12T10:50:49.000000", "flavor": {"id": "9100071c-d281-4a45-83ea-786ac7edda55", "links": [{"href": "http://172.30.9.26:8774/flavors/9100071c-d281-4a45-83ea-786ac7edda55", "rel": "bookmark"}]}, "id": "710e2b9b-a822-4603-9e5f-bf8a60b31898", "security_groups": [{"name": "default"}], "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:50:50Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-8310fa2d-ad0d-4284-aa30-67993b883067-vm_inst", "created": "2018-10-12T10:50:44Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:50:53,887 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 used request id req-4dea8438-fbdd-4328-a92e-5584a7f45167 2018-10-12 10:50:53,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:53,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-453cc352-5282-4a47-8623-b32cb18dd5e8 Date: Fri, 12 Oct 2018 10:50:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"23eb946d-7117-49e4-ad00-d787721633f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["299532d8-d035-4784-a336-568e602a48b5"],"description":"","tags":[],"updated_at":"2018-10-12T10:50:25Z","provider:segmentation_id":26,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","provider:network_type":"vxlan"}]} 2018-10-12 10:50:53,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net used request id req-453cc352-5282-4a47-8623-b32cb18dd5e8 2018-10-12 10:50:53,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:54,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0aaf3c5-cc9d-458e-a46b-db0ec08049e4 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:50:54,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-e0aaf3c5-cc9d-458e-a46b-db0ec08049e4 2018-10-12 10:50:54,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:54,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8fdaa7c0-6024-433d-8f8b-5e1bf7c08fa8 Date: Fri, 12 Oct 2018 10:50:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","dns_nameservers":[],"updated_at":"2018-10-12T10:50:25Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"299532d8-d035-4784-a336-568e602a48b5","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-subnet"}]} 2018-10-12 10:50:54,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 used request id req-8fdaa7c0-6024-433d-8f8b-5e1bf7c08fa8 2018-10-12 10:50:54,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=23eb946d-7117-49e4-ad00-d787721633f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:54,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-2407567c-aa60-4be8-9d91-cd5659dd30b0 Date: Fri, 12 Oct 2018 10:50:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.2"}],"id":"0acd9fae-180c-4c90-ad35-d493e2172918","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8a:74:b6","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-23eb946d-7117-49e4-ad00-d787721633f1","name":"","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:28Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.4"}],"id":"49a6e452-eb35-4161-8f3a-14735ee2d6ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e8:bb:5d","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-23eb946d-7117-49e4-ad00-d787721633f1","name":"","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:27Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:27Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.3"}],"id":"4c74a02c-87cb-4c81-ab73-b3befe53fbb9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:5d:3e","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-23eb946d-7117-49e4-ad00-d787721633f1","name":"","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:47Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.7"}],"id":"5c3e8c4f-394b-481c-b181-21ce153b97ba","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:97:32:74","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"710e2b9b-a822-4603-9e5f-bf8a60b31898","name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-port","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:39Z","binding:vnic_type":"normal"}]} 2018-10-12 10:50:54,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=23eb946d-7117-49e4-ad00-d787721633f1 used request id req-2407567c-aa60-4be8-9d91-cd5659dd30b0 2018-10-12 10:50:54,562 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:50:54,951 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:50:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["AtQR1UCSRaqhMQ2YUGcw4A"], "issued_at": "2018-10-12T10:50:54.000000Z"}} 2018-10-12 10:50:54,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f68bda29b42585e4c256e41d6d08cdea924ba1" 2018-10-12 10:50:55,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bac9de4-2a55-4e64-83f6-7a81854ae55b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:50:55,037 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5bac9de4-2a55-4e64-83f6-7a81854ae55b 2018-10-12 10:50:55,041 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:55,653 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50: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-c42e1fb3-209a-47bc-9f74-52bf0a156e81 x-compute-request-id: req-c42e1fb3-209a-47bc-9f74-52bf0a156e81 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:32:74", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898", "rel": "bookmark"}], "image": {"id": "a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "links": [{"href": "http://172.30.9.26:8774/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-12T10:50:49.000000", "flavor": {"id": "9100071c-d281-4a45-83ea-786ac7edda55", "links": [{"href": "http://172.30.9.26:8774/flavors/9100071c-d281-4a45-83ea-786ac7edda55", "rel": "bookmark"}]}, "id": "710e2b9b-a822-4603-9e5f-bf8a60b31898", "security_groups": [{"name": "default"}], "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:50:50Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-8310fa2d-ad0d-4284-aa30-67993b883067-vm_inst", "created": "2018-10-12T10:50:44Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:50:55,653 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 used request id req-c42e1fb3-209a-47bc-9f74-52bf0a156e81 2018-10-12 10:50:55,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:55,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-346aefe1-40dc-4b1c-b359-9fcfee8be342 Date: Fri, 12 Oct 2018 10:50:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"23eb946d-7117-49e4-ad00-d787721633f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["299532d8-d035-4784-a336-568e602a48b5"],"description":"","tags":[],"updated_at":"2018-10-12T10:50:25Z","provider:segmentation_id":26,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","provider:network_type":"vxlan"}]} 2018-10-12 10:50:55,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net used request id req-346aefe1-40dc-4b1c-b359-9fcfee8be342 2018-10-12 10:50:55,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:55,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7621ce38-49a7-4338-83ca-aee4a1bf4b5b 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:50:55,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-7621ce38-49a7-4338-83ca-aee4a1bf4b5b 2018-10-12 10:50:55,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:56,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d886ceaf-434d-4cb0-b9ea-6bd060c59a69 Date: Fri, 12 Oct 2018 10:50:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","dns_nameservers":[],"updated_at":"2018-10-12T10:50:25Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"299532d8-d035-4784-a336-568e602a48b5","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-subnet"}]} 2018-10-12 10:50:56,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 used request id req-d886ceaf-434d-4cb0-b9ea-6bd060c59a69 2018-10-12 10:50:56,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=23eb946d-7117-49e4-ad00-d787721633f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:50:56,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-a817a221-bcf6-4ef5-bedd-b03487b36e50 Date: Fri, 12 Oct 2018 10:50:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.2"}],"id":"0acd9fae-180c-4c90-ad35-d493e2172918","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8a:74:b6","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-23eb946d-7117-49e4-ad00-d787721633f1","name":"","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:28Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.4"}],"id":"49a6e452-eb35-4161-8f3a-14735ee2d6ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e8:bb:5d","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-23eb946d-7117-49e4-ad00-d787721633f1","name":"","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:27Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:27Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.3"}],"id":"4c74a02c-87cb-4c81-ab73-b3befe53fbb9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:5d:3e","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-23eb946d-7117-49e4-ad00-d787721633f1","name":"","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:47Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.7"}],"id":"5c3e8c4f-394b-481c-b181-21ce153b97ba","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:97:32:74","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"710e2b9b-a822-4603-9e5f-bf8a60b31898","name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-port","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:39Z","binding:vnic_type":"normal"}]} 2018-10-12 10:50:56,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=23eb946d-7117-49e4-ad00-d787721633f1 used request id req-a817a221-bcf6-4ef5-bedd-b03487b36e50 2018-10-12 10:50:56,248 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f68bda29b42585e4c256e41d6d08cdea924ba1" -d '{"volumeAttachment": {"volumeId": "564c450b-ab5a-467d-814c-1f497515eb06"}}' 2018-10-12 10:50:58,266 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50: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-a5cb297a-f80f-4ee5-b145-6d21c77beb1b x-compute-request-id: req-a5cb297a-f80f-4ee5-b145-6d21c77beb1b Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "710e2b9b-a822-4603-9e5f-bf8a60b31898", "id": "564c450b-ab5a-467d-814c-1f497515eb06", "volumeId": "564c450b-ab5a-467d-814c-1f497515eb06"}} 2018-10-12 10:50:58,266 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898/os-volume_attachments used request id req-a5cb297a-f80f-4ee5-b145-6d21c77beb1b 2018-10-12 10:50:58,271 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f68bda29b42585e4c256e41d6d08cdea924ba1" 2018-10-12 10:50:59,328 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-16547804-12b3-4c96-8095-92ac36f7c38d x-compute-request-id: req-16547804-12b3-4c96-8095-92ac36f7c38d Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:32:74", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898", "rel": "bookmark"}], "image": {"id": "a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "links": [{"href": "http://172.30.9.26:8774/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-12T10:50:49.000000", "flavor": {"id": "9100071c-d281-4a45-83ea-786ac7edda55", "links": [{"href": "http://172.30.9.26:8774/flavors/9100071c-d281-4a45-83ea-786ac7edda55", "rel": "bookmark"}]}, "id": "710e2b9b-a822-4603-9e5f-bf8a60b31898", "security_groups": [{"name": "default"}], "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:50:50Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-8310fa2d-ad0d-4284-aa30-67993b883067-vm_inst", "created": "2018-10-12T10:50:44Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [{"id": "564c450b-ab5a-467d-814c-1f497515eb06"}], "metadata": {}}} 2018-10-12 10:50:59,328 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 used request id req-16547804-12b3-4c96-8095-92ac36f7c38d 2018-10-12 10:50:59,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f68bda29b42585e4c256e41d6d08cdea924ba1" 2018-10-12 10:50:59,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-833ee7ad-7150-4c69-9f55-9557ecd4afef Date: Fri, 12 Oct 2018 10:50:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"23eb946d-7117-49e4-ad00-d787721633f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["299532d8-d035-4784-a336-568e602a48b5"],"description":"","tags":[],"updated_at":"2018-10-12T10:50:25Z","provider:segmentation_id":26,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","provider:network_type":"vxlan"}]} 2018-10-12 10:50:59,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net used request id req-833ee7ad-7150-4c69-9f55-9557ecd4afef 2018-10-12 10:50:59,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:50:59,574 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:50: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:50:59,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f68bda29b42585e4c256e41d6d08cdea924ba1" 2018-10-12 10:50:59,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:50:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cba2c92-c985-4a7a-9505-229e2a0fd52c 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:50:59,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-4cba2c92-c985-4a7a-9505-229e2a0fd52c 2018-10-12 10:50:59,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f68bda29b42585e4c256e41d6d08cdea924ba1" 2018-10-12 10:50:59,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5a45c625-4aa0-42b0-b7d4-4903d5a42d07 Date: Fri, 12 Oct 2018 10:50:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","dns_nameservers":[],"updated_at":"2018-10-12T10:50:25Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"299532d8-d035-4784-a336-568e602a48b5","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-subnet"}]} 2018-10-12 10:50:59,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 used request id req-5a45c625-4aa0-42b0-b7d4-4903d5a42d07 2018-10-12 10:50:59,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=23eb946d-7117-49e4-ad00-d787721633f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f68bda29b42585e4c256e41d6d08cdea924ba1" 2018-10-12 10:51:00,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-329f1408-427d-4522-85ab-4e48524a9c09 Date: Fri, 12 Oct 2018 10:51:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.2"}],"id":"0acd9fae-180c-4c90-ad35-d493e2172918","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8a:74:b6","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-23eb946d-7117-49e4-ad00-d787721633f1","name":"","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:28Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.4"}],"id":"49a6e452-eb35-4161-8f3a-14735ee2d6ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e8:bb:5d","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-23eb946d-7117-49e4-ad00-d787721633f1","name":"","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:27Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:27Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.3"}],"id":"4c74a02c-87cb-4c81-ab73-b3befe53fbb9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:5d:3e","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-23eb946d-7117-49e4-ad00-d787721633f1","name":"","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:47Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.7"}],"id":"5c3e8c4f-394b-481c-b181-21ce153b97ba","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:97:32:74","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"710e2b9b-a822-4603-9e5f-bf8a60b31898","name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-port","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:39Z","binding:vnic_type":"normal"}]} 2018-10-12 10:51:00,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=23eb946d-7117-49e4-ad00-d787721633f1 used request id req-329f1408-427d-4522-85ab-4e48524a9c09 2018-10-12 10:51:00,054 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f68bda29b42585e4c256e41d6d08cdea924ba1" 2018-10-12 10:51:00,804 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51:00 GMT Server: Apache x-compute-request-id: req-0fa58bab-f9a5-4a3b-a392-c6a3e2fae56f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0fa58bab-f9a5-4a3b-a392-c6a3e2fae56f Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-12T10:50:58.000000", "replication_status": null, "snapshot_id": null, "id": "564c450b-ab5a-467d-814c-1f497515eb06", "size": 1, "user_id": "88e9560a29e9460c8af8a5df80c26533", "os-vol-tenant-attr:tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "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-8310fa2d-ad0d-4284-aa30-67993b883067", "bootable": "false", "created_at": "2018-10-12T10:50:30.000000", "volume_type": null}} 2018-10-12 10:51:00,805 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06 used request id req-0fa58bab-f9a5-4a3b-a392-c6a3e2fae56f 2018-10-12 10:51:03,811 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0fa58bab-f9a5-4a3b-a392-c6a3e2fae56f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f68bda29b42585e4c256e41d6d08cdea924ba1" 2018-10-12 10:51:04,013 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51:03 GMT Server: Apache x-compute-request-id: req-34410be7-4d29-4866-9bd1-dd1331980143 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-34410be7-4d29-4866-9bd1-dd1331980143 Content-Encoding: gzip Content-Length: 627 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "710e2b9b-a822-4603-9e5f-bf8a60b31898", "attachment_id": "f02c1ea2-b98f-4274-94fa-6e5a868010e8", "attached_at": "2018-10-12T10:51:01.000000", "host_name": null, "volume_id": "564c450b-ab5a-467d-814c-1f497515eb06", "device": "/dev/vdb", "id": "564c450b-ab5a-467d-814c-1f497515eb06"}], "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-12T10:51:01.000000", "replication_status": null, "snapshot_id": null, "id": "564c450b-ab5a-467d-814c-1f497515eb06", "size": 1, "user_id": "88e9560a29e9460c8af8a5df80c26533", "os-vol-tenant-attr:tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "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-8310fa2d-ad0d-4284-aa30-67993b883067", "bootable": "false", "created_at": "2018-10-12T10:50:30.000000", "volume_type": null}} 2018-10-12 10:51:04,014 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06 used request id req-34410be7-4d29-4866-9bd1-dd1331980143 2018-10-12 10:51:04,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f68bda29b42585e4c256e41d6d08cdea924ba1" 2018-10-12 10:51:04,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc883058-8ee3-414c-8412-ce753e57f01d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:51:04,103 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-bc883058-8ee3-414c-8412-ce753e57f01d 2018-10-12 10:51:04,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:51:05,306 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51: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-489afb92-c784-429a-a4f7-316c5cde38ca x-compute-request-id: req-489afb92-c784-429a-a4f7-316c5cde38ca Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:32:74", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898", "rel": "bookmark"}], "image": {"id": "a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "links": [{"href": "http://172.30.9.26:8774/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-12T10:50:49.000000", "flavor": {"id": "9100071c-d281-4a45-83ea-786ac7edda55", "links": [{"href": "http://172.30.9.26:8774/flavors/9100071c-d281-4a45-83ea-786ac7edda55", "rel": "bookmark"}]}, "id": "710e2b9b-a822-4603-9e5f-bf8a60b31898", "security_groups": [{"name": "default"}], "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:51:01Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-8310fa2d-ad0d-4284-aa30-67993b883067-vm_inst", "created": "2018-10-12T10:50:44Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [{"id": "564c450b-ab5a-467d-814c-1f497515eb06"}], "metadata": {}}} 2018-10-12 10:51:05,306 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 used request id req-489afb92-c784-429a-a4f7-316c5cde38ca 2018-10-12 10:51:05,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:51:05,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-8e6ea903-4dca-4cd6-99b3-86630ccff402 Date: Fri, 12 Oct 2018 10:51:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"23eb946d-7117-49e4-ad00-d787721633f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["299532d8-d035-4784-a336-568e602a48b5"],"description":"","tags":[],"updated_at":"2018-10-12T10:50:25Z","provider:segmentation_id":26,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","provider:network_type":"vxlan"}]} 2018-10-12 10:51:05,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net used request id req-8e6ea903-4dca-4cd6-99b3-86630ccff402 2018-10-12 10:51:05,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:51:05,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0243877-49fe-4d92-8ab6-407c3fdab19b 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:51:05,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-b0243877-49fe-4d92-8ab6-407c3fdab19b 2018-10-12 10:51:05,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:51:05,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-080f9bbf-605a-47f6-88d9-8b2703ab0cd1 Date: Fri, 12 Oct 2018 10:51:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","dns_nameservers":[],"updated_at":"2018-10-12T10:50:25Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"299532d8-d035-4784-a336-568e602a48b5","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-subnet"}]} 2018-10-12 10:51:05,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 used request id req-080f9bbf-605a-47f6-88d9-8b2703ab0cd1 2018-10-12 10:51:05,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=23eb946d-7117-49e4-ad00-d787721633f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:51:05,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-22b678bc-c66e-4ab1-ae0c-72a4aabd0921 Date: Fri, 12 Oct 2018 10:51:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.2"}],"id":"0acd9fae-180c-4c90-ad35-d493e2172918","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8a:74:b6","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-23eb946d-7117-49e4-ad00-d787721633f1","name":"","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:28Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.4"}],"id":"49a6e452-eb35-4161-8f3a-14735ee2d6ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e8:bb:5d","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-23eb946d-7117-49e4-ad00-d787721633f1","name":"","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:27Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:27Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.3"}],"id":"4c74a02c-87cb-4c81-ab73-b3befe53fbb9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:5d:3e","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-23eb946d-7117-49e4-ad00-d787721633f1","name":"","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:47Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.7"}],"id":"5c3e8c4f-394b-481c-b181-21ce153b97ba","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:97:32:74","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"710e2b9b-a822-4603-9e5f-bf8a60b31898","name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-port","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:39Z","binding:vnic_type":"normal"}]} 2018-10-12 10:51:05,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=23eb946d-7117-49e4-ad00-d787721633f1 used request id req-22b678bc-c66e-4ab1-ae0c-72a4aabd0921 2018-10-12 10:51:05,777 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f68bda29b42585e4c256e41d6d08cdea924ba1" 2018-10-12 10:51:06,513 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51: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-24dfa3ff-e770-4545-b23a-20d9c2334236 x-compute-request-id: req-24dfa3ff-e770-4545-b23a-20d9c2334236 Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:32:74", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898", "rel": "bookmark"}], "image": {"id": "a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "links": [{"href": "http://172.30.9.26:8774/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-12T10:50:49.000000", "flavor": {"id": "9100071c-d281-4a45-83ea-786ac7edda55", "links": [{"href": "http://172.30.9.26:8774/flavors/9100071c-d281-4a45-83ea-786ac7edda55", "rel": "bookmark"}]}, "id": "710e2b9b-a822-4603-9e5f-bf8a60b31898", "security_groups": [{"name": "default"}], "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:51:01Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-8310fa2d-ad0d-4284-aa30-67993b883067-vm_inst", "created": "2018-10-12T10:50:44Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [{"id": "564c450b-ab5a-467d-814c-1f497515eb06"}], "metadata": {}}} 2018-10-12 10:51:06,513 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 used request id req-24dfa3ff-e770-4545-b23a-20d9c2334236 2018-10-12 10:51:06,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f68bda29b42585e4c256e41d6d08cdea924ba1" 2018-10-12 10:51:06,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-684a6f95-57ba-4f94-9e66-ff9d1900315b Date: Fri, 12 Oct 2018 10:51:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"23eb946d-7117-49e4-ad00-d787721633f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["299532d8-d035-4784-a336-568e602a48b5"],"description":"","tags":[],"updated_at":"2018-10-12T10:50:25Z","provider:segmentation_id":26,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","provider:network_type":"vxlan"}]} 2018-10-12 10:51:06,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net used request id req-684a6f95-57ba-4f94-9e66-ff9d1900315b 2018-10-12 10:51:06,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f68bda29b42585e4c256e41d6d08cdea924ba1" 2018-10-12 10:51:06,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-000beaf2-935c-416e-99f2-77bb7c9bfc1e 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:51:06,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-000beaf2-935c-416e-99f2-77bb7c9bfc1e 2018-10-12 10:51:06,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f68bda29b42585e4c256e41d6d08cdea924ba1" 2018-10-12 10:51:06,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c1b39ef6-df0a-4c29-b302-7d87e6abac22 Date: Fri, 12 Oct 2018 10:51:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","dns_nameservers":[],"updated_at":"2018-10-12T10:50:25Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"299532d8-d035-4784-a336-568e602a48b5","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-subnet"}]} 2018-10-12 10:51:06,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 used request id req-c1b39ef6-df0a-4c29-b302-7d87e6abac22 2018-10-12 10:51:06,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=23eb946d-7117-49e4-ad00-d787721633f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f68bda29b42585e4c256e41d6d08cdea924ba1" 2018-10-12 10:51:06,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-dfee814b-3cb7-4b17-8a54-c2f1da852d07 Date: Fri, 12 Oct 2018 10:51:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.2"}],"id":"0acd9fae-180c-4c90-ad35-d493e2172918","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8a:74:b6","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-23eb946d-7117-49e4-ad00-d787721633f1","name":"","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:28Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.4"}],"id":"49a6e452-eb35-4161-8f3a-14735ee2d6ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e8:bb:5d","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-23eb946d-7117-49e4-ad00-d787721633f1","name":"","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:27Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:27Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.3"}],"id":"4c74a02c-87cb-4c81-ab73-b3befe53fbb9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:5d:3e","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-23eb946d-7117-49e4-ad00-d787721633f1","name":"","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:47Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.7"}],"id":"5c3e8c4f-394b-481c-b181-21ce153b97ba","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:97:32:74","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"710e2b9b-a822-4603-9e5f-bf8a60b31898","name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-port","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:39Z","binding:vnic_type":"normal"}]} 2018-10-12 10:51:06,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=23eb946d-7117-49e4-ad00-d787721633f1 used request id req-dfee814b-3cb7-4b17-8a54-c2f1da852d07 2018-10-12 10:51:06,935 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:51:07,655 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-bdcf06db-8c2c-4469-9278-bf0f1fcf6c52 x-compute-request-id: req-bdcf06db-8c2c-4469-9278-bf0f1fcf6c52 Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:32:74", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898", "rel": "bookmark"}], "image": {"id": "a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "links": [{"href": "http://172.30.9.26:8774/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-12T10:50:49.000000", "flavor": {"id": "9100071c-d281-4a45-83ea-786ac7edda55", "links": [{"href": "http://172.30.9.26:8774/flavors/9100071c-d281-4a45-83ea-786ac7edda55", "rel": "bookmark"}]}, "id": "710e2b9b-a822-4603-9e5f-bf8a60b31898", "security_groups": [{"name": "default"}], "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:51:01Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-8310fa2d-ad0d-4284-aa30-67993b883067-vm_inst", "created": "2018-10-12T10:50:44Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [{"id": "564c450b-ab5a-467d-814c-1f497515eb06"}], "metadata": {}}} 2018-10-12 10:51:07,655 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 used request id req-bdcf06db-8c2c-4469-9278-bf0f1fcf6c52 2018-10-12 10:51:07,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:51:07,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-8f32d26b-a5af-4923-b1f5-5c16298aa38d Date: Fri, 12 Oct 2018 10:51:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"23eb946d-7117-49e4-ad00-d787721633f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["299532d8-d035-4784-a336-568e602a48b5"],"description":"","tags":[],"updated_at":"2018-10-12T10:50:25Z","provider:segmentation_id":26,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","provider:network_type":"vxlan"}]} 2018-10-12 10:51:07,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net used request id req-8f32d26b-a5af-4923-b1f5-5c16298aa38d 2018-10-12 10:51:07,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:51:07,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55fe4e44-d875-484b-a4c2-e8986c12873e 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:51:07,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-55fe4e44-d875-484b-a4c2-e8986c12873e 2018-10-12 10:51:07,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:51:07,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-31cd6caf-06a1-4e43-8e25-a3e04c557c99 Date: Fri, 12 Oct 2018 10:51:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","dns_nameservers":[],"updated_at":"2018-10-12T10:50:25Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"299532d8-d035-4784-a336-568e602a48b5","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-subnet"}]} 2018-10-12 10:51:07,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 used request id req-31cd6caf-06a1-4e43-8e25-a3e04c557c99 2018-10-12 10:51:07,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=23eb946d-7117-49e4-ad00-d787721633f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:51:07,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-91d8f445-b616-4fd1-9d93-2a2a12eb6929 Date: Fri, 12 Oct 2018 10:51:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.2"}],"id":"0acd9fae-180c-4c90-ad35-d493e2172918","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8a:74:b6","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-23eb946d-7117-49e4-ad00-d787721633f1","name":"","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:28Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.4"}],"id":"49a6e452-eb35-4161-8f3a-14735ee2d6ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e8:bb:5d","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-23eb946d-7117-49e4-ad00-d787721633f1","name":"","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:27Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:27Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.3"}],"id":"4c74a02c-87cb-4c81-ab73-b3befe53fbb9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:5d:3e","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-23eb946d-7117-49e4-ad00-d787721633f1","name":"","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:47Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.7"}],"id":"5c3e8c4f-394b-481c-b181-21ce153b97ba","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:97:32:74","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"710e2b9b-a822-4603-9e5f-bf8a60b31898","name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-port","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:39Z","binding:vnic_type":"normal"}]} 2018-10-12 10:51:07,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=23eb946d-7117-49e4-ad00-d787721633f1 used request id req-91d8f445-b616-4fd1-9d93-2a2a12eb6929 2018-10-12 10:51:07,965 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898/os-volume_attachments/564c450b-ab5a-467d-814c-1f497515eb06 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f68bda29b42585e4c256e41d6d08cdea924ba1" 2018-10-12 10:51:09,344 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:51: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-4297d44f-fb9c-487f-abc1-1ac2a050efdf x-compute-request-id: req-4297d44f-fb9c-487f-abc1-1ac2a050efdf Content-Length: 0 Content-Type: application/json 2018-10-12 10:51:09,344 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898/os-volume_attachments/564c450b-ab5a-467d-814c-1f497515eb06 used request id req-4297d44f-fb9c-487f-abc1-1ac2a050efdf 2018-10-12 10:51:09,347 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f68bda29b42585e4c256e41d6d08cdea924ba1" 2018-10-12 10:51:09,955 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51: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-bd0a2480-03f5-44ff-a05f-69a0e542eca0 x-compute-request-id: req-bd0a2480-03f5-44ff-a05f-69a0e542eca0 Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:32:74", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898", "rel": "bookmark"}], "image": {"id": "a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "links": [{"href": "http://172.30.9.26:8774/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-12T10:50:49.000000", "flavor": {"id": "9100071c-d281-4a45-83ea-786ac7edda55", "links": [{"href": "http://172.30.9.26:8774/flavors/9100071c-d281-4a45-83ea-786ac7edda55", "rel": "bookmark"}]}, "id": "710e2b9b-a822-4603-9e5f-bf8a60b31898", "security_groups": [{"name": "default"}], "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:51:01Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-8310fa2d-ad0d-4284-aa30-67993b883067-vm_inst", "created": "2018-10-12T10:50:44Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [{"id": "564c450b-ab5a-467d-814c-1f497515eb06"}], "metadata": {}}} 2018-10-12 10:51:09,955 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 used request id req-bd0a2480-03f5-44ff-a05f-69a0e542eca0 2018-10-12 10:51:09,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f68bda29b42585e4c256e41d6d08cdea924ba1" 2018-10-12 10:51:10,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-bac9bd91-a74b-4be3-af74-3eea9570e190 Date: Fri, 12 Oct 2018 10:51:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"23eb946d-7117-49e4-ad00-d787721633f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["299532d8-d035-4784-a336-568e602a48b5"],"description":"","tags":[],"updated_at":"2018-10-12T10:50:25Z","provider:segmentation_id":26,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","provider:network_type":"vxlan"}]} 2018-10-12 10:51:10,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net used request id req-bac9bd91-a74b-4be3-af74-3eea9570e190 2018-10-12 10:51:10,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f68bda29b42585e4c256e41d6d08cdea924ba1" 2018-10-12 10:51:10,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-615b6a39-2564-4a17-8830-7f28717eab65 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:51:10,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-615b6a39-2564-4a17-8830-7f28717eab65 2018-10-12 10:51:10,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f68bda29b42585e4c256e41d6d08cdea924ba1" 2018-10-12 10:51:10,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f46b5d56-17db-40db-b9a1-176bc0f85de8 Date: Fri, 12 Oct 2018 10:51:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","dns_nameservers":[],"updated_at":"2018-10-12T10:50:25Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"299532d8-d035-4784-a336-568e602a48b5","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-subnet"}]} 2018-10-12 10:51:10,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 used request id req-f46b5d56-17db-40db-b9a1-176bc0f85de8 2018-10-12 10:51:10,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=23eb946d-7117-49e4-ad00-d787721633f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f68bda29b42585e4c256e41d6d08cdea924ba1" 2018-10-12 10:51:10,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-47a8901d-ff38-469a-89a6-a387d3280910 Date: Fri, 12 Oct 2018 10:51:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.2"}],"id":"0acd9fae-180c-4c90-ad35-d493e2172918","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8a:74:b6","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-23eb946d-7117-49e4-ad00-d787721633f1","name":"","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:28Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.4"}],"id":"49a6e452-eb35-4161-8f3a-14735ee2d6ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e8:bb:5d","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-23eb946d-7117-49e4-ad00-d787721633f1","name":"","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:27Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:27Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.3"}],"id":"4c74a02c-87cb-4c81-ab73-b3befe53fbb9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:5d:3e","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-23eb946d-7117-49e4-ad00-d787721633f1","name":"","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:47Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.7"}],"id":"5c3e8c4f-394b-481c-b181-21ce153b97ba","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:97:32:74","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"710e2b9b-a822-4603-9e5f-bf8a60b31898","name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-port","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:39Z","binding:vnic_type":"normal"}]} 2018-10-12 10:51:10,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=23eb946d-7117-49e4-ad00-d787721633f1 used request id req-47a8901d-ff38-469a-89a6-a387d3280910 2018-10-12 10:51:13,546 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f68bda29b42585e4c256e41d6d08cdea924ba1" 2018-10-12 10:51:14,310 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-691420be-2d65-42f9-a57b-c8ca3bf30e72 x-compute-request-id: req-691420be-2d65-42f9-a57b-c8ca3bf30e72 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:32:74", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898", "rel": "bookmark"}], "image": {"id": "a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "links": [{"href": "http://172.30.9.26:8774/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-12T10:50:49.000000", "flavor": {"id": "9100071c-d281-4a45-83ea-786ac7edda55", "links": [{"href": "http://172.30.9.26:8774/flavors/9100071c-d281-4a45-83ea-786ac7edda55", "rel": "bookmark"}]}, "id": "710e2b9b-a822-4603-9e5f-bf8a60b31898", "security_groups": [{"name": "default"}], "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:51:01Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-8310fa2d-ad0d-4284-aa30-67993b883067-vm_inst", "created": "2018-10-12T10:50:44Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:51:14,310 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 used request id req-691420be-2d65-42f9-a57b-c8ca3bf30e72 2018-10-12 10:51:14,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f68bda29b42585e4c256e41d6d08cdea924ba1" 2018-10-12 10:51:14,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-89bf9aab-b1ba-4031-a261-76fa7bf6836f Date: Fri, 12 Oct 2018 10:51:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"23eb946d-7117-49e4-ad00-d787721633f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["299532d8-d035-4784-a336-568e602a48b5"],"description":"","tags":[],"updated_at":"2018-10-12T10:50:25Z","provider:segmentation_id":26,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","provider:network_type":"vxlan"}]} 2018-10-12 10:51:14,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net used request id req-89bf9aab-b1ba-4031-a261-76fa7bf6836f 2018-10-12 10:51:14,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f68bda29b42585e4c256e41d6d08cdea924ba1" 2018-10-12 10:51:14,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-306533ca-115f-47b2-abdf-9c1350e2e6a2 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:51:14,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-306533ca-115f-47b2-abdf-9c1350e2e6a2 2018-10-12 10:51:14,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f68bda29b42585e4c256e41d6d08cdea924ba1" 2018-10-12 10:51:14,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-90680068-5989-4341-a18a-971b837f6c41 Date: Fri, 12 Oct 2018 10:51:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","dns_nameservers":[],"updated_at":"2018-10-12T10:50:25Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"299532d8-d035-4784-a336-568e602a48b5","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-subnet"}]} 2018-10-12 10:51:14,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 used request id req-90680068-5989-4341-a18a-971b837f6c41 2018-10-12 10:51:14,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=23eb946d-7117-49e4-ad00-d787721633f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f68bda29b42585e4c256e41d6d08cdea924ba1" 2018-10-12 10:51:14,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-a2c6d0fe-9dba-41ff-acd0-4aef48409af8 Date: Fri, 12 Oct 2018 10:51:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.2"}],"id":"0acd9fae-180c-4c90-ad35-d493e2172918","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8a:74:b6","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-23eb946d-7117-49e4-ad00-d787721633f1","name":"","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:28Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.4"}],"id":"49a6e452-eb35-4161-8f3a-14735ee2d6ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e8:bb:5d","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-23eb946d-7117-49e4-ad00-d787721633f1","name":"","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:27Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:27Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.3"}],"id":"4c74a02c-87cb-4c81-ab73-b3befe53fbb9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:5d:3e","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-23eb946d-7117-49e4-ad00-d787721633f1","name":"","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:47Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.7"}],"id":"5c3e8c4f-394b-481c-b181-21ce153b97ba","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:97:32:74","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"710e2b9b-a822-4603-9e5f-bf8a60b31898","name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-port","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:39Z","binding:vnic_type":"normal"}]} 2018-10-12 10:51:14,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=23eb946d-7117-49e4-ad00-d787721633f1 used request id req-a2c6d0fe-9dba-41ff-acd0-4aef48409af8 2018-10-12 10:51:14,993 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0fa58bab-f9a5-4a3b-a392-c6a3e2fae56f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f68bda29b42585e4c256e41d6d08cdea924ba1" 2018-10-12 10:51:15,716 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51:15 GMT Server: Apache x-compute-request-id: req-da52ddb2-db88-4b07-9410-13ffd3ab1696 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-da52ddb2-db88-4b07-9410-13ffd3ab1696 Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-12T10:51:09.000000", "replication_status": null, "snapshot_id": null, "id": "564c450b-ab5a-467d-814c-1f497515eb06", "size": 1, "user_id": "88e9560a29e9460c8af8a5df80c26533", "os-vol-tenant-attr:tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "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-8310fa2d-ad0d-4284-aa30-67993b883067", "bootable": "false", "created_at": "2018-10-12T10:50:30.000000", "volume_type": null}} 2018-10-12 10:51:15,716 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06 used request id req-da52ddb2-db88-4b07-9410-13ffd3ab1696 2018-10-12 10:51:15,719 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:51:16,711 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51: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-1927cb82-6cf0-4329-9e8b-1df39441ccfe x-compute-request-id: req-1927cb82-6cf0-4329-9e8b-1df39441ccfe Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:32:74", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898", "rel": "bookmark"}], "image": {"id": "a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "links": [{"href": "http://172.30.9.26:8774/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-12T10:50:49.000000", "flavor": {"id": "9100071c-d281-4a45-83ea-786ac7edda55", "links": [{"href": "http://172.30.9.26:8774/flavors/9100071c-d281-4a45-83ea-786ac7edda55", "rel": "bookmark"}]}, "id": "710e2b9b-a822-4603-9e5f-bf8a60b31898", "security_groups": [{"name": "default"}], "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:51:01Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-8310fa2d-ad0d-4284-aa30-67993b883067-vm_inst", "created": "2018-10-12T10:50:44Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:51:16,711 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 used request id req-1927cb82-6cf0-4329-9e8b-1df39441ccfe 2018-10-12 10:51:16,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:51:16,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-da9331fb-11b4-4621-a7b7-6b60fb7b60bd Date: Fri, 12 Oct 2018 10:51:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"23eb946d-7117-49e4-ad00-d787721633f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["299532d8-d035-4784-a336-568e602a48b5"],"description":"","tags":[],"updated_at":"2018-10-12T10:50:25Z","provider:segmentation_id":26,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","provider:network_type":"vxlan"}]} 2018-10-12 10:51:16,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net used request id req-da9331fb-11b4-4621-a7b7-6b60fb7b60bd 2018-10-12 10:51:16,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:51:16,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec2ab490-b065-4ea4-aacc-d707e1b69ea8 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:51:16,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-ec2ab490-b065-4ea4-aacc-d707e1b69ea8 2018-10-12 10:51:16,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:51:16,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ef941a7a-a125-4170-a651-732da4326b30 Date: Fri, 12 Oct 2018 10:51:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","dns_nameservers":[],"updated_at":"2018-10-12T10:50:25Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"299532d8-d035-4784-a336-568e602a48b5","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-subnet"}]} 2018-10-12 10:51:16,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 used request id req-ef941a7a-a125-4170-a651-732da4326b30 2018-10-12 10:51:16,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=23eb946d-7117-49e4-ad00-d787721633f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:51:16,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-6337fbdb-5971-4cd9-8398-87492c29375d Date: Fri, 12 Oct 2018 10:51:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.2"}],"id":"0acd9fae-180c-4c90-ad35-d493e2172918","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8a:74:b6","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-23eb946d-7117-49e4-ad00-d787721633f1","name":"","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:28Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.4"}],"id":"49a6e452-eb35-4161-8f3a-14735ee2d6ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e8:bb:5d","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-23eb946d-7117-49e4-ad00-d787721633f1","name":"","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:27Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:27Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.3"}],"id":"4c74a02c-87cb-4c81-ab73-b3befe53fbb9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:5d:3e","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-23eb946d-7117-49e4-ad00-d787721633f1","name":"","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:47Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.7"}],"id":"5c3e8c4f-394b-481c-b181-21ce153b97ba","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:97:32:74","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"710e2b9b-a822-4603-9e5f-bf8a60b31898","name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-port","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:39Z","binding:vnic_type":"normal"}]} 2018-10-12 10:51:16,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=23eb946d-7117-49e4-ad00-d787721633f1 used request id req-6337fbdb-5971-4cd9-8398-87492c29375d 2018-10-12 10:51:16,992 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f68bda29b42585e4c256e41d6d08cdea924ba1" 2018-10-12 10:51:17,746 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51: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-2469a1fb-abc3-4c91-b10d-21aed8c50780 x-compute-request-id: req-2469a1fb-abc3-4c91-b10d-21aed8c50780 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:32:74", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898", "rel": "bookmark"}], "image": {"id": "a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "links": [{"href": "http://172.30.9.26:8774/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-12T10:50:49.000000", "flavor": {"id": "9100071c-d281-4a45-83ea-786ac7edda55", "links": [{"href": "http://172.30.9.26:8774/flavors/9100071c-d281-4a45-83ea-786ac7edda55", "rel": "bookmark"}]}, "id": "710e2b9b-a822-4603-9e5f-bf8a60b31898", "security_groups": [{"name": "default"}], "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:51:01Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-8310fa2d-ad0d-4284-aa30-67993b883067-vm_inst", "created": "2018-10-12T10:50:44Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:51:17,746 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 used request id req-2469a1fb-abc3-4c91-b10d-21aed8c50780 2018-10-12 10:51:17,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f68bda29b42585e4c256e41d6d08cdea924ba1" 2018-10-12 10:51:17,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-8786bd0f-ebf6-44d7-959a-30f7a215105e Date: Fri, 12 Oct 2018 10:51:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"23eb946d-7117-49e4-ad00-d787721633f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["299532d8-d035-4784-a336-568e602a48b5"],"description":"","tags":[],"updated_at":"2018-10-12T10:50:25Z","provider:segmentation_id":26,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","provider:network_type":"vxlan"}]} 2018-10-12 10:51:17,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net used request id req-8786bd0f-ebf6-44d7-959a-30f7a215105e 2018-10-12 10:51:17,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f68bda29b42585e4c256e41d6d08cdea924ba1" 2018-10-12 10:51:17,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f4d009d-e35b-47f8-b999-e6664a17efda 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:51:17,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-3f4d009d-e35b-47f8-b999-e6664a17efda 2018-10-12 10:51:17,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f68bda29b42585e4c256e41d6d08cdea924ba1" 2018-10-12 10:51:18,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a97a21f3-42c0-48ea-ab80-5299c1c7ea1f Date: Fri, 12 Oct 2018 10:51:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:25Z","dns_nameservers":[],"updated_at":"2018-10-12T10:50:25Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"299532d8-d035-4784-a336-568e602a48b5","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-subnet"}]} 2018-10-12 10:51:18,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=23eb946d-7117-49e4-ad00-d787721633f1 used request id req-a97a21f3-42c0-48ea-ab80-5299c1c7ea1f 2018-10-12 10:51:18,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=23eb946d-7117-49e4-ad00-d787721633f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f68bda29b42585e4c256e41d6d08cdea924ba1" 2018-10-12 10:51:18,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-1b0f0854-f707-4da3-99ad-c0d2ac05e730 Date: Fri, 12 Oct 2018 10:51:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:26Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.2"}],"id":"0acd9fae-180c-4c90-ad35-d493e2172918","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8a:74:b6","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-23eb946d-7117-49e4-ad00-d787721633f1","name":"","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:28Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.4"}],"id":"49a6e452-eb35-4161-8f3a-14735ee2d6ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e8:bb:5d","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-23eb946d-7117-49e4-ad00-d787721633f1","name":"","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:27Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:27Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.3"}],"id":"4c74a02c-87cb-4c81-ab73-b3befe53fbb9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:5d:3e","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-23eb946d-7117-49e4-ad00-d787721633f1","name":"","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:50:47Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"299532d8-d035-4784-a336-568e602a48b5","ip_address":"10.55.0.7"}],"id":"5c3e8c4f-394b-481c-b181-21ce153b97ba","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:97:32:74","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"710e2b9b-a822-4603-9e5f-bf8a60b31898","name":"NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-port","admin_state_up":true,"network_id":"23eb946d-7117-49e4-ad00-d787721633f1","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:50:39Z","binding:vnic_type":"normal"}]} 2018-10-12 10:51:18,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=23eb946d-7117-49e4-ad00-d787721633f1 used request id req-1b0f0854-f707-4da3-99ad-c0d2ac05e730 2018-10-12 10:51:18,486 - create_instance - INFO - Deleting Port with ID - 5c3e8c4f-394b-481c-b181-21ce153b97ba 2018-10-12 10:51:18,486 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-port 2018-10-12 10:51:18,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/5c3e8c4f-394b-481c-b181-21ce153b97ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:51:19,128 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6a7201af-6ba8-4691-8cd5-c75480a1d2db Date: Fri, 12 Oct 2018 10:51:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:51:19,128 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/5c3e8c4f-394b-481c-b181-21ce153b97ba used request id req-6a7201af-6ba8-4691-8cd5-c75480a1d2db 2018-10-12 10:51:19,128 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-vm_inst 2018-10-12 10:51:19,131 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:51:19,345 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:51:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-12535182-a31d-4fdf-b89e-e72e93acfffe x-compute-request-id: req-12535182-a31d-4fdf-b89e-e72e93acfffe Content-Type: application/json 2018-10-12 10:51:19,345 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 used request id req-12535182-a31d-4fdf-b89e-e72e93acfffe 2018-10-12 10:51:19,345 - create_instance - INFO - Checking deletion status 2018-10-12 10:51:19,348 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:51:19,724 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-04abe159-f968-4262-a473-78034ae05246 x-compute-request-id: req-04abe159-f968-4262-a473-78034ae05246 Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898", "rel": "bookmark"}], "image": {"id": "a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "links": [{"href": "http://172.30.9.26:8774/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-12T10:50:49.000000", "flavor": {"id": "9100071c-d281-4a45-83ea-786ac7edda55", "links": [{"href": "http://172.30.9.26:8774/flavors/9100071c-d281-4a45-83ea-786ac7edda55", "rel": "bookmark"}]}, "id": "710e2b9b-a822-4603-9e5f-bf8a60b31898", "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:51:19Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-8310fa2d-ad0d-4284-aa30-67993b883067-vm_inst", "created": "2018-10-12T10:50:44Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:51:19,724 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 used request id req-04abe159-f968-4262-a473-78034ae05246 2018-10-12 10:51:19,725 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-vm_inst] is - ACTIVE 2018-10-12 10:51:19,725 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-12 10:51:22,728 - create_instance - DEBUG - VM status query timeout in 296.617523909 2018-10-12 10:51:22,731 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3124bea9a4cc049e73fff13a0176466b75ccb7c9" 2018-10-12 10:51:22,803 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 12 Oct 2018 10:51:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7a42fbcb-7a8c-4638-b3e5-aac97165bf17 x-compute-request-id: req-7a42fbcb-7a8c-4638-b3e5-aac97165bf17 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 710e2b9b-a822-4603-9e5f-bf8a60b31898 could not be found.", "code": 404}} 2018-10-12 10:51:22,803 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/710e2b9b-a822-4603-9e5f-bf8a60b31898 used request id req-7a42fbcb-7a8c-4638-b3e5-aac97165bf17 2018-10-12 10:51:22,804 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 710e2b9b-a822-4603-9e5f-bf8a60b31898 could not be found. (HTTP 404) (Request-ID: req-7a42fbcb-7a8c-4638-b3e5-aac97165bf17) 2018-10-12 10:51:22,804 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-vm_inst 2018-10-12 10:51:22,808 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-79d1f94e-440b-4d9f-a81c-3c183c661604" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}522962af1e30cb0bdf7d68f684ee2563ab49d4e3" 2018-10-12 10:51:23,543 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51:22 GMT Server: Apache x-compute-request-id: req-21032dcb-62c0-48d7-b4bf-f4a76dbfbb45 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-21032dcb-62c0-48d7-b4bf-f4a76dbfbb45 Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-12T10:51:09.000000", "replication_status": null, "snapshot_id": null, "id": "564c450b-ab5a-467d-814c-1f497515eb06", "size": 1, "user_id": "88e9560a29e9460c8af8a5df80c26533", "os-vol-tenant-attr:tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "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-8310fa2d-ad0d-4284-aa30-67993b883067", "bootable": "false", "created_at": "2018-10-12T10:50:30.000000", "volume_type": null}} 2018-10-12 10:51:23,544 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06 used request id req-21032dcb-62c0-48d7-b4bf-f4a76dbfbb45 2018-10-12 10:51:23,544 - create_volume - DEBUG - Instance status is - available 2018-10-12 10:51:23,544 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067 2018-10-12 10:51:23,544 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067 2018-10-12 10:51:23,547 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-79d1f94e-440b-4d9f-a81c-3c183c661604" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}522962af1e30cb0bdf7d68f684ee2563ab49d4e3" 2018-10-12 10:51:23,651 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:51:23 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e9e2118f-0942-4227-a19c-7cfd7cac04bd 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-10-12 10:51:23,651 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06 used request id req-e9e2118f-0942-4227-a19c-7cfd7cac04bd 2018-10-12 10:51:23,654 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-79d1f94e-440b-4d9f-a81c-3c183c661604" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}522962af1e30cb0bdf7d68f684ee2563ab49d4e3" 2018-10-12 10:51:24,377 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 12 Oct 2018 10:51:23 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-75ba6ebd-c31b-41a3-b946-696737211f98 x-openstack-request-id: req-75ba6ebd-c31b-41a3-b946-696737211f98 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 564c450b-ab5a-467d-814c-1f497515eb06 could not be found.", "code": 404}} 2018-10-12 10:51:24,377 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/564c450b-ab5a-467d-814c-1f497515eb06 used request id req-75ba6ebd-c31b-41a3-b946-696737211f98 2018-10-12 10:51:24,378 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 564c450b-ab5a-467d-814c-1f497515eb06 could not be found. (HTTP 404) (Request-ID: req-75ba6ebd-c31b-41a3-b946-696737211f98) 2018-10-12 10:51:24,378 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067 2018-10-12 10:51:24,381 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/9100071c-d281-4a45-83ea-786ac7edda55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c523f594b52e6f4f2d2965af81c2d41f10d4e6b8" 2018-10-12 10:51:24,443 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:51: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-25854406-b887-42c9-8533-57531bea3d78 x-compute-request-id: req-25854406-b887-42c9-8533-57531bea3d78 Content-Length: 0 Content-Type: application/json 2018-10-12 10:51:24,443 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/9100071c-d281-4a45-83ea-786ac7edda55 used request id req-25854406-b887-42c9-8533-57531bea3d78 2018-10-12 10:51:24,444 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-subnet 2018-10-12 10:51:24,444 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-subnet 2018-10-12 10:51:24,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/299532d8-d035-4784-a336-568e602a48b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c00f6b86ec70a96ef826b2a1eaa1ee583558f50" 2018-10-12 10:51:26,541 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-eaf03aa2-2ed2-41dd-afec-42996b041bfa Date: Fri, 12 Oct 2018 10:51:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:51:26,541 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/299532d8-d035-4784-a336-568e602a48b5 used request id req-eaf03aa2-2ed2-41dd-afec-42996b041bfa 2018-10-12 10:51:26,541 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-net 2018-10-12 10:51:26,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/23eb946d-7117-49e4-ad00-d787721633f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c00f6b86ec70a96ef826b2a1eaa1ee583558f50" 2018-10-12 10:51:28,062 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f0c50a91-2fec-4403-b801-08e3eeb7212b Date: Fri, 12 Oct 2018 10:51:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:51:28,062 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/23eb946d-7117-49e4-ad00-d787721633f1 used request id req-f0c50a91-2fec-4403-b801-08e3eeb7212b 2018-10-12 10:51:28,063 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-8310fa2d-ad0d-4284-aa30-67993b883067-image 2018-10-12 10:51:28,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}61187b00dd1331f4cbc167f081b4315237f693ad" 2018-10-12 10:51:29,979 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-27320dd0-8639-4ef0-ac51-0a968c1d4a32 Date: Fri, 12 Oct 2018 10:51:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 10:51:29,979 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/a2e27ac2-d39e-4eab-9f06-9467df6ca2ed used request id req-27320dd0-8639-4ef0-ac51-0a968c1d4a32 2018-10-12 10:51:29,981 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:51:29,984 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-12 10:51:29,984 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:51:29,985 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:51:30,364 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:51:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["cMftz2XXRACGOg5tTaJNdg"], "issued_at": "2018-10-12T10:51:30.000000Z"}} 2018-10-12 10:51:30,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06fc9f5bba7a0a7ca3b17f1889b681aa354891f6" 2018-10-12 10:51:30,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3059de02-f6da-40dc-96cc-3d5068ea933a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:51:30,452 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3059de02-f6da-40dc-96cc-3d5068ea933a 2018-10-12 10:51:30,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}06fc9f5bba7a0a7ca3b17f1889b681aa354891f6" 2018-10-12 10:51:30,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-713bafb3-c224-4f9a-9bb7-d262909d3193 Date: Fri, 12 Oct 2018 10:51:30 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-image"} 2018-10-12 10:51:30,617 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-image used request id req-713bafb3-c224-4f9a-9bb7-d262909d3193 2018-10-12 10:51:30,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}06fc9f5bba7a0a7ca3b17f1889b681aa354891f6" 2018-10-12 10:51:30,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f332ae9c-449d-4e27-97fe-0784676a2bd1 Date: Fri, 12 Oct 2018 10:51:30 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-12 10:51:30,789 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-f332ae9c-449d-4e27-97fe-0784676a2bd1 2018-10-12 10:51:30,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}06fc9f5bba7a0a7ca3b17f1889b681aa354891f6" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-image"}' 2018-10-12 10:51:31,071 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3 X-Openstack-Request-Id: req-71a5058a-2bed-47ba-ae24-21b23859d457 Date: Fri, 12 Oct 2018 10:51:31 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:51:31Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-12T10:51:31Z", "visibility": "shared", "locations": [], "self": "/v2/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3", "min_disk": 0, "protected": false, "id": "c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3", "file": "/v2/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3/file", "checksum": null, "owner": "104d75bb2cac4b4998c38732dc15f0bd", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 10:51:31,071 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-71a5058a-2bed-47ba-ae24-21b23859d457 2018-10-12 10:51:31,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}06fc9f5bba7a0a7ca3b17f1889b681aa354891f6" -d '' 2018-10-12 10:51:32,761 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e5a05231-7b2e-4af1-bcf9-5ccf0ecc737e Date: Fri, 12 Oct 2018 10:51:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 10:51:32,762 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3/file used request id req-e5a05231-7b2e-4af1-bcf9-5ccf0ecc737e 2018-10-12 10:51:32,762 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-12 10:51:32,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}06fc9f5bba7a0a7ca3b17f1889b681aa354891f6" 2018-10-12 10:51:32,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-0580247c-4771-40b7-8039-48b91f4fb79a Date: Fri, 12 Oct 2018 10:51:32 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:51:31Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-12T10:51:32Z", "visibility": "shared", "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3/snap", "metadata": {}}], "self": "/v2/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3", "min_disk": 0, "protected": false, "id": "c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3", "file": "/v2/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "104d75bb2cac4b4998c38732dc15f0bd", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 10:51:32,940 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3 used request id req-0580247c-4771-40b7-8039-48b91f4fb79a 2018-10-12 10:51:32,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}06fc9f5bba7a0a7ca3b17f1889b681aa354891f6" 2018-10-12 10:51:33,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d678f770-6a04-4fed-b245-d3784dc93871 Date: Fri, 12 Oct 2018 10:51:33 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-12 10:51:33,087 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-d678f770-6a04-4fed-b245-d3784dc93871 2018-10-12 10:51:33,090 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-image 2018-10-12 10:51:33,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}06fc9f5bba7a0a7ca3b17f1889b681aa354891f6" 2018-10-12 10:51:33,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-421c8a55-50d8-4481-aa9f-956135a3d846 Date: Fri, 12 Oct 2018 10:51:33 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:51:31Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-12T10:51:32Z", "visibility": "shared", "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3/snap", "metadata": {}}], "self": "/v2/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3", "min_disk": 0, "protected": false, "id": "c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3", "file": "/v2/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "104d75bb2cac4b4998c38732dc15f0bd", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 10:51:33,110 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3 used request id req-421c8a55-50d8-4481-aa9f-956135a3d846 2018-10-12 10:51:33,110 - create_image - DEBUG - Instance status is - active 2018-10-12 10:51:33,110 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-image 2018-10-12 10:51:33,110 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-image 2018-10-12 10:51:33,111 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:51:33,111 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:51:33,594 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:51:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["zNh8fSNBQHOj-cHHG5U0lA"], "issued_at": "2018-10-12T10:51:33.000000Z"}} 2018-10-12 10:51:33,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebf9d57545e65799bd844bb382360c38cbf7954f" 2018-10-12 10:51:33,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e289186-ac26-4a9c-81f8-3fb936615eec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:51:33,674 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0e289186-ac26-4a9c-81f8-3fb936615eec 2018-10-12 10:51:33,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebf9d57545e65799bd844bb382360c38cbf7954f" 2018-10-12 10:51:33,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9f7ea8f7-4a0e-4475-bc66-fc1d1635b765 Date: Fri, 12 Oct 2018 10:51:33 GMT RESP BODY: {"networks":[]} 2018-10-12 10:51:33,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net used request id req-9f7ea8f7-4a0e-4475-bc66-fc1d1635b765 2018-10-12 10:51:33,863 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net 2018-10-12 10:51:33,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebf9d57545e65799bd844bb382360c38cbf7954f" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net", "admin_state_up": true}}' 2018-10-12 10:51:34,361 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-5a48060c-d7b7-4959-a6fc-380e7712a157 Date: Fri, 12 Oct 2018 10:51: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":"8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:51:34Z","is_default":false,"provider:segmentation_id":85,"name":"NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:51:34Z","mtu":1450}} 2018-10-12 10:51:34,361 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-5a48060c-d7b7-4959-a6fc-380e7712a157 2018-10-12 10:51:34,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebf9d57545e65799bd844bb382360c38cbf7954f" 2018-10-12 10:51:34,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-95a1d556-ecb9-4fd2-b92b-337564f9104d Date: Fri, 12 Oct 2018 10:51:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:51:34Z","provider:segmentation_id":85,"name":"NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:51:34Z","provider:network_type":"vxlan"}]} 2018-10-12 10:51:34,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f used request id req-95a1d556-ecb9-4fd2-b92b-337564f9104d 2018-10-12 10:51:34,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebf9d57545e65799bd844bb382360c38cbf7954f" 2018-10-12 10:51:34,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-36534b63-57b7-4acc-bb7f-dd477eb385ab Date: Fri, 12 Oct 2018 10:51:34 GMT RESP BODY: {"subnets":[]} 2018-10-12 10:51:34,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f used request id req-36534b63-57b7-4acc-bb7f-dd477eb385ab 2018-10-12 10:51:34,868 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-subnet 2018-10-12 10:51:34,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebf9d57545e65799bd844bb382360c38cbf7954f" -d '{"subnets": [{"ip_version": 4, "network_id": "8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-subnet"}]}' 2018-10-12 10:51:35,501 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-397eac73-e8da-46fb-91e7-fa90bae2b95c Date: Fri, 12 Oct 2018 10:51:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:51:35Z","dns_nameservers":[],"updated_at":"2018-10-12T10:51:35Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"af509881-ed2f-41c5-aab9-5f05e9aa1649","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-subnet"}]} 2018-10-12 10:51:35,501 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-397eac73-e8da-46fb-91e7-fa90bae2b95c 2018-10-12 10:51:35,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebf9d57545e65799bd844bb382360c38cbf7954f" 2018-10-12 10:51:35,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-25fab04d-300a-4a99-bef1-3596a164dd92 Date: Fri, 12 Oct 2018 10:51:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["af509881-ed2f-41c5-aab9-5f05e9aa1649"],"description":"","tags":[],"updated_at":"2018-10-12T10:51:35Z","provider:segmentation_id":85,"name":"NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:51:34Z","provider:network_type":"vxlan"}]} 2018-10-12 10:51:35,735 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f used request id req-25fab04d-300a-4a99-bef1-3596a164dd92 2018-10-12 10:51:35,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebf9d57545e65799bd844bb382360c38cbf7954f" 2018-10-12 10:51:35,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-908d0d6e-00d6-452d-bc48-0d65817d718c Date: Fri, 12 Oct 2018 10:51:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:51:35Z","dns_nameservers":[],"updated_at":"2018-10-12T10:51:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"af509881-ed2f-41c5-aab9-5f05e9aa1649","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-subnet"}]} 2018-10-12 10:51:35,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f used request id req-908d0d6e-00d6-452d-bc48-0d65817d718c 2018-10-12 10:51:35,796 - OpenStackNetwork - DEBUG - Network [8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f] created successfully 2018-10-12 10:51:35,796 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:51:35,797 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:51:36,179 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:51:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["F7zY4a6OSlSQNUXqH-uf6g"], "issued_at": "2018-10-12T10:51:36.000000Z"}} 2018-10-12 10:51:36,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a5900e1850eebb2894e4c6d69452d8e162beca0" 2018-10-12 10:51:36,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-add450fb-235f-42e6-866d-3d580b8fbf9b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:51:36,278 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-add450fb-235f-42e6-866d-3d580b8fbf9b 2018-10-12 10:51:36,279 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:51:36,284 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a5900e1850eebb2894e4c6d69452d8e162beca0" 2018-10-12 10:51:36,456 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51: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-7db0327d-6e17-40b7-ae41-b3eb2fd7521c x-compute-request-id: req-7db0327d-6e17-40b7-ae41-b3eb2fd7521c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-12 10:51:36,456 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-7db0327d-6e17-40b7-ae41-b3eb2fd7521c 2018-10-12 10:51:36,459 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a5900e1850eebb2894e4c6d69452d8e162beca0" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-12 10:51:36,545 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51: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-8173c08d-806b-4f02-99f7-2baafa77c370 x-compute-request-id: req-8173c08d-806b-4f02-99f7-2baafa77c370 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/42ee58cb-be15-408a-855d-00545aac609e", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/42ee58cb-be15-408a-855d-00545aac609e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "42ee58cb-be15-408a-855d-00545aac609e", "name": "NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 10:51:36,545 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-8173c08d-806b-4f02-99f7-2baafa77c370 2018-10-12 10:51:36,546 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:51:36,547 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:51:36,924 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:51:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["vLrI6o6eRXeFeVMG9rjnzQ"], "issued_at": "2018-10-12T10:51:36.000000Z"}} 2018-10-12 10:51:36,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8f9b49140b02055b741c8b362d4871a30593dc6" 2018-10-12 10:51:37,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bd072f6-d032-4769-a09b-a25b2cdcc0bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:51:37,005 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1bd072f6-d032-4769-a09b-a25b2cdcc0bc 2018-10-12 10:51:37,010 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8f9b49140b02055b741c8b362d4871a30593dc6" 2018-10-12 10:51:37,762 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51:37 GMT Server: Apache x-compute-request-id: req-1786b5f8-62b5-4254-ab71-b8d7757ffc05 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1786b5f8-62b5-4254-ab71-b8d7757ffc05 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-12 10:51:37,763 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/detail used request id req-1786b5f8-62b5-4254-ab71-b8d7757ffc05 2018-10-12 10:51:37,766 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-1786b5f8-62b5-4254-ab71-b8d7757ffc05" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8f9b49140b02055b741c8b362d4871a30593dc6" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1", "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-10-12 10:51:38,710 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:51:37 GMT Server: Apache x-compute-request-id: req-3f3cdec0-3a6d-4492-b704-6caea48acfa4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3f3cdec0-3a6d-4492-b704-6caea48acfa4 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "88e9560a29e9460c8af8a5df80c26533", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/62555551-5eec-4446-8545-8fc364270fdd", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/volumes/62555551-5eec-4446-8545-8fc364270fdd", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-12T10:51:38.588169", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "62555551-5eec-4446-8545-8fc364270fdd", "size": 1}} 2018-10-12 10:51:38,710 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes used request id req-3f3cdec0-3a6d-4492-b704-6caea48acfa4 2018-10-12 10:51:38,714 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/62555551-5eec-4446-8545-8fc364270fdd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1786b5f8-62b5-4254-ab71-b8d7757ffc05" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8f9b49140b02055b741c8b362d4871a30593dc6" 2018-10-12 10:51:38,908 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51:38 GMT Server: Apache x-compute-request-id: req-88dbd680-4ea7-4df4-b454-bb7f82cac8e8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-88dbd680-4ea7-4df4-b454-bb7f82cac8e8 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/62555551-5eec-4446-8545-8fc364270fdd", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/volumes/62555551-5eec-4446-8545-8fc364270fdd", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-12T10:51:38.000000", "replication_status": null, "snapshot_id": null, "id": "62555551-5eec-4446-8545-8fc364270fdd", "size": 1, "user_id": "88e9560a29e9460c8af8a5df80c26533", "os-vol-tenant-attr:tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "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-1ae4198c-5279-4b78-94dc-c420583395e1", "bootable": "false", "created_at": "2018-10-12T10:51:38.000000", "volume_type": null}} 2018-10-12 10:51:38,908 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/62555551-5eec-4446-8545-8fc364270fdd used request id req-88dbd680-4ea7-4df4-b454-bb7f82cac8e8 2018-10-12 10:51:38,909 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1 2018-10-12 10:51:38,912 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/62555551-5eec-4446-8545-8fc364270fdd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1786b5f8-62b5-4254-ab71-b8d7757ffc05" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8f9b49140b02055b741c8b362d4871a30593dc6" 2018-10-12 10:51:39,104 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51:38 GMT Server: Apache x-compute-request-id: req-9c9030c0-a4ce-43fc-af17-edb666ec310c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9c9030c0-a4ce-43fc-af17-edb666ec310c Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/62555551-5eec-4446-8545-8fc364270fdd", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/volumes/62555551-5eec-4446-8545-8fc364270fdd", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-12T10:51:39.000000", "replication_status": null, "snapshot_id": null, "id": "62555551-5eec-4446-8545-8fc364270fdd", "size": 1, "user_id": "88e9560a29e9460c8af8a5df80c26533", "os-vol-tenant-attr:tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "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-1ae4198c-5279-4b78-94dc-c420583395e1", "bootable": "false", "created_at": "2018-10-12T10:51:38.000000", "volume_type": null}} 2018-10-12 10:51:39,104 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/62555551-5eec-4446-8545-8fc364270fdd used request id req-9c9030c0-a4ce-43fc-af17-edb666ec310c 2018-10-12 10:51:39,104 - create_volume - DEBUG - Instance status is - available 2018-10-12 10:51:39,105 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1 2018-10-12 10:51:39,105 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1 2018-10-12 10:51:39,105 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:51:39,106 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:51:39,493 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:51:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["lE-pG0-LT6a851uM2pK2Mg"], "issued_at": "2018-10-12T10:51:39.000000Z"}} 2018-10-12 10:51:39,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:39,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8613154-b1d7-4c4c-849b-1490f2d7a4a5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:51:39,571 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a8613154-b1d7-4c4c-849b-1490f2d7a4a5 2018-10-12 10:51:39,573 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:51:39,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:39,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e078f9e-e53f-49d6-a262-c375d2e4d632 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:51:39,659 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5e078f9e-e53f-49d6-a262-c375d2e4d632 2018-10-12 10:51:39,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:39,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-8822ba9e-6960-4b56-a612-dc7ceee2d45f Date: Fri, 12 Oct 2018 10:51:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["af509881-ed2f-41c5-aab9-5f05e9aa1649"],"description":"","tags":[],"updated_at":"2018-10-12T10:51:35Z","provider:segmentation_id":85,"name":"NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:51:34Z","provider:network_type":"vxlan"}]} 2018-10-12 10:51:39,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net used request id req-8822ba9e-6960-4b56-a612-dc7ceee2d45f 2018-10-12 10:51:39,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:51:39,987 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:51: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:51:39,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:40,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80e11ea0-5022-484e-94e0-be0357ddd219 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:51:40,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-80e11ea0-5022-484e-94e0-be0357ddd219 2018-10-12 10:51:40,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:40,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-64b5c438-19bb-4a6f-ac14-6eed39e4694a Date: Fri, 12 Oct 2018 10:51:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:51:35Z","dns_nameservers":[],"updated_at":"2018-10-12T10:51:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"af509881-ed2f-41c5-aab9-5f05e9aa1649","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-subnet"}]} 2018-10-12 10:51:40,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f used request id req-64b5c438-19bb-4a6f-ac14-6eed39e4694a 2018-10-12 10:51:40,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f&name=NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:40,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-54c90897-6d0e-495d-a002-8f12a1ace707 Date: Fri, 12 Oct 2018 10:51:40 GMT RESP BODY: {"ports":[]} 2018-10-12 10:51:40,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f&name=NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-port&admin_state_up=True used request id req-54c90897-6d0e-495d-a002-8f12a1ace707 2018-10-12 10:51:40,496 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:40,771 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51: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-2fe08dd7-832b-4feb-9953-d98878f6204d x-compute-request-id: req-2fe08dd7-832b-4feb-9953-d98878f6204d Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-12 10:51:40,771 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-vm_inst used request id req-2fe08dd7-832b-4feb-9953-d98878f6204d 2018-10-12 10:51:40,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:41,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-e0c83d06-9092-4541-8327-63937c8a6e6b Date: Fri, 12 Oct 2018 10:51:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["af509881-ed2f-41c5-aab9-5f05e9aa1649"],"description":"","tags":[],"updated_at":"2018-10-12T10:51:35Z","provider:segmentation_id":85,"name":"NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:51:34Z","provider:network_type":"vxlan"}]} 2018-10-12 10:51:41,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net used request id req-e0c83d06-9092-4541-8327-63937c8a6e6b 2018-10-12 10:51:41,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:41,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e87e53f0-3250-47f0-b91d-a2fed695d897 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:51:41,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-e87e53f0-3250-47f0-b91d-a2fed695d897 2018-10-12 10:51:41,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:41,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-08d7b783-93ab-4178-b6e7-0ff66cceac93 Date: Fri, 12 Oct 2018 10:51:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:51:35Z","dns_nameservers":[],"updated_at":"2018-10-12T10:51:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"af509881-ed2f-41c5-aab9-5f05e9aa1649","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-subnet"}]} 2018-10-12 10:51:41,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f used request id req-08d7b783-93ab-4178-b6e7-0ff66cceac93 2018-10-12 10:51:41,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f&name=NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:41,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-023051f0-240c-4944-a4eb-0a026f8192db Date: Fri, 12 Oct 2018 10:51:41 GMT RESP BODY: {"ports":[]} 2018-10-12 10:51:41,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f&name=NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-port&admin_state_up=True used request id req-023051f0-240c-4944-a4eb-0a026f8192db 2018-10-12 10:51:41,479 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:51:41,480 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:51:41,868 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:51:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["ehnphD1UT5upJeeHmR1Wfw"], "issued_at": "2018-10-12T10:51:41.000000Z"}} 2018-10-12 10:51:41,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c210c5731ad9ccd6804ed9ddbd94937950d6f129" 2018-10-12 10:51:41,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a168de2-3ad3-4aae-b474-97db116fab58 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:51:41,943 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4a168de2-3ad3-4aae-b474-97db116fab58 2018-10-12 10:51:41,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:42,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-62266641-769a-4512-aa4c-49733156a8ed Date: Fri, 12 Oct 2018 10:51:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["af509881-ed2f-41c5-aab9-5f05e9aa1649"],"description":"","tags":[],"updated_at":"2018-10-12T10:51:35Z","provider:segmentation_id":85,"name":"NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:51:34Z","provider:network_type":"vxlan"}]} 2018-10-12 10:51:42,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net used request id req-62266641-769a-4512-aa4c-49733156a8ed 2018-10-12 10:51:42,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:42,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c9872d6d-b2a9-438e-bf6c-2fa5f3da8014 Date: Fri, 12 Oct 2018 10:51:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:51:35Z","dns_nameservers":[],"updated_at":"2018-10-12T10:51:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"af509881-ed2f-41c5-aab9-5f05e9aa1649","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-subnet"}]} 2018-10-12 10:51:42,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f used request id req-c9872d6d-b2a9-438e-bf6c-2fa5f3da8014 2018-10-12 10:51:42,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:42,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-e415a00a-4113-4d4b-8449-aecdd3af2511 Date: Fri, 12 Oct 2018 10:51:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["af509881-ed2f-41c5-aab9-5f05e9aa1649"],"description":"","tags":[],"updated_at":"2018-10-12T10:51:35Z","provider:segmentation_id":85,"name":"NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:51:34Z","provider:network_type":"vxlan"}]} 2018-10-12 10:51:42,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net used request id req-e415a00a-4113-4d4b-8449-aecdd3af2511 2018-10-12 10:51:42,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:51:42,637 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:51: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:51:42,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c210c5731ad9ccd6804ed9ddbd94937950d6f129" 2018-10-12 10:51:42,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cc113a6-b5e1-4f29-a08b-8514b59b7900 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:51:42,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-5cc113a6-b5e1-4f29-a08b-8514b59b7900 2018-10-12 10:51:42,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:42,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d52cdd1b-e928-4669-af2a-6dc4d79926a4 Date: Fri, 12 Oct 2018 10:51:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:51:35Z","dns_nameservers":[],"updated_at":"2018-10-12T10:51:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"af509881-ed2f-41c5-aab9-5f05e9aa1649","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-subnet"}]} 2018-10-12 10:51:42,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f used request id req-d52cdd1b-e928-4669-af2a-6dc4d79926a4 2018-10-12 10:51:42,941 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net 2018-10-12 10:51:42,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" -d '{"port": {"network_id": "8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f", "name": "NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-port", "admin_state_up": true}}' 2018-10-12 10:51:43,637 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-af6202d1-36c5-44c0-b68d-833040bf18d9 Date: Fri, 12 Oct 2018 10:51:43 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:51:43Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"af509881-ed2f-41c5-aab9-5f05e9aa1649","ip_address":"10.55.0.7"}],"id":"731261fd-4767-4fbc-a515-72619e8ff566","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:37:2e:70","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-port","admin_state_up":true,"network_id":"8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:51:43Z","binding:vnic_type":"normal"}} 2018-10-12 10:51:43,637 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-af6202d1-36c5-44c0-b68d-833040bf18d9 2018-10-12 10:51:43,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:43,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-9f93e113-d689-4fb0-abb6-a2200408856e Date: Fri, 12 Oct 2018 10:51:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["af509881-ed2f-41c5-aab9-5f05e9aa1649"],"description":"","tags":[],"updated_at":"2018-10-12T10:51:35Z","provider:segmentation_id":85,"name":"NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:51:34Z","provider:network_type":"vxlan"}]} 2018-10-12 10:51:43,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net used request id req-9f93e113-d689-4fb0-abb6-a2200408856e 2018-10-12 10:51:43,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:43,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57a9cfbc-5206-433b-a7b6-d80df053969e 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:51:43,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-57a9cfbc-5206-433b-a7b6-d80df053969e 2018-10-12 10:51:43,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:44,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4ef231a7-29f2-40d8-a86f-e8389484f11c Date: Fri, 12 Oct 2018 10:51:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:51:35Z","dns_nameservers":[],"updated_at":"2018-10-12T10:51:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"af509881-ed2f-41c5-aab9-5f05e9aa1649","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-subnet"}]} 2018-10-12 10:51:44,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f used request id req-4ef231a7-29f2-40d8-a86f-e8389484f11c 2018-10-12 10:51:44,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f&name=NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:44,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-5496ba06-c30a-47b4-8922-a056c8ce4dcd Date: Fri, 12 Oct 2018 10:51:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:51:43Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"af509881-ed2f-41c5-aab9-5f05e9aa1649","ip_address":"10.55.0.7"}],"id":"731261fd-4767-4fbc-a515-72619e8ff566","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:37:2e:70","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-port","admin_state_up":true,"network_id":"8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:51:43Z","binding:vnic_type":"normal"}]} 2018-10-12 10:51:44,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f&name=NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-port&admin_state_up=True used request id req-5496ba06-c30a-47b4-8922-a056c8ce4dcd 2018-10-12 10:51:44,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:44,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7b60fa0-d90b-4e0c-a74e-f131d3cf0726 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:51:44,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-d7b60fa0-d90b-4e0c-a74e-f131d3cf0726 2018-10-12 10:51:44,324 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-vm_inst 2018-10-12 10:51:44,328 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:44,355 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51: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-70989c75-3cd6-4651-8133-2c901087e17a x-compute-request-id: req-70989c75-3cd6-4651-8133-2c901087e17a Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "42ee58cb-be15-408a-855d-00545aac609e", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/42ee58cb-be15-408a-855d-00545aac609e", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/42ee58cb-be15-408a-855d-00545aac609e", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-flavor"}]} 2018-10-12 10:51:44,355 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-70989c75-3cd6-4651-8133-2c901087e17a 2018-10-12 10:51:44,358 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/42ee58cb-be15-408a-855d-00545aac609e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:44,382 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51: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-40d19f44-e827-432f-ba1e-fcb907089b3d x-compute-request-id: req-40d19f44-e827-432f-ba1e-fcb907089b3d Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/42ee58cb-be15-408a-855d-00545aac609e", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/42ee58cb-be15-408a-855d-00545aac609e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "42ee58cb-be15-408a-855d-00545aac609e", "name": "NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 10:51:44,382 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/42ee58cb-be15-408a-855d-00545aac609e used request id req-40d19f44-e827-432f-ba1e-fcb907089b3d 2018-10-12 10:51:44,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:45,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-63b63a90-d147-4921-9b29-af50888e0da5 Date: Fri, 12 Oct 2018 10:51:45 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:51:31Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-12T10:51:32Z", "visibility": "shared", "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3/snap", "metadata": {}}], "self": "/v2/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3", "min_disk": 0, "protected": false, "id": "c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3", "file": "/v2/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "104d75bb2cac4b4998c38732dc15f0bd", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-image"} 2018-10-12 10:51:45,003 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-image used request id req-63b63a90-d147-4921-9b29-af50888e0da5 2018-10-12 10:51:45,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:45,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8808e891-0182-4418-8281-722d307c6dec Date: Fri, 12 Oct 2018 10:51:45 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-12 10:51:45,164 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-8808e891-0182-4418-8281-722d307c6dec 2018-10-12 10:51:45,169 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-vm_inst", "imageRef": "c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3", "flavorRef": "42ee58cb-be15-408a-855d-00545aac609e", "max_count": 1, "min_count": 1, "networks": [{"port": "731261fd-4767-4fbc-a515-72619e8ff566"}]}}' 2018-10-12 10:51:47,503 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:51: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-2cfcf87f-576c-42fc-bd2e-da9881015711 x-compute-request-id: req-2cfcf87f-576c-42fc-bd2e-da9881015711 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9a26cfe4-c6cb-4fe6-8124-10a42b300489", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489", "rel": "bookmark"}], "adminPass": "ENT65CpQzEQD"}} 2018-10-12 10:51:47,503 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-2cfcf87f-576c-42fc-bd2e-da9881015711 2018-10-12 10:51:47,506 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:47,853 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51: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-2d804bb5-90a4-4c7b-961b-8ab24ed52869 x-compute-request-id: req-2d804bb5-90a4-4c7b-961b-8ab24ed52869 Content-Encoding: gzip Content-Length: 650 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489", "rel": "bookmark"}], "image": {"id": "c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3", "links": [{"href": "http://172.30.9.26:8774/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42ee58cb-be15-408a-855d-00545aac609e", "links": [{"href": "http://172.30.9.26:8774/flavors/42ee58cb-be15-408a-855d-00545aac609e", "rel": "bookmark"}]}, "id": "9a26cfe4-c6cb-4fe6-8124-10a42b300489", "user_id": "88e9560a29e9460c8af8a5df80c26533", "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-10-12T10:51: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": "NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-vm_inst", "created": "2018-10-12T10:51:47Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:51:47,853 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489 used request id req-2d804bb5-90a4-4c7b-961b-8ab24ed52869 2018-10-12 10:51:47,854 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-vm_inst 2018-10-12 10:51:47,857 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:48,198 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51: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-44fab26f-ec81-4e68-8140-9d4408cfcbb8 x-compute-request-id: req-44fab26f-ec81-4e68-8140-9d4408cfcbb8 Content-Encoding: gzip Content-Length: 650 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489", "rel": "bookmark"}], "image": {"id": "c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3", "links": [{"href": "http://172.30.9.26:8774/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42ee58cb-be15-408a-855d-00545aac609e", "links": [{"href": "http://172.30.9.26:8774/flavors/42ee58cb-be15-408a-855d-00545aac609e", "rel": "bookmark"}]}, "id": "9a26cfe4-c6cb-4fe6-8124-10a42b300489", "user_id": "88e9560a29e9460c8af8a5df80c26533", "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-10-12T10:51: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": "NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-vm_inst", "created": "2018-10-12T10:51:47Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:51:48,198 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489 used request id req-44fab26f-ec81-4e68-8140-9d4408cfcbb8 2018-10-12 10:51:48,199 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-vm_inst] is - BUILD 2018-10-12 10:51:48,199 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-12 10:51:51,202 - create_instance - DEBUG - VM status query timeout in 896.651957035 2018-10-12 10:51:51,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:52,319 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51: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-e5c32b16-3237-456a-9a36-9b355d93b5de x-compute-request-id: req-e5c32b16-3237-456a-9a36-9b355d93b5de Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489", "rel": "bookmark"}], "image": {"id": "c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3", "links": [{"href": "http://172.30.9.26:8774/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42ee58cb-be15-408a-855d-00545aac609e", "links": [{"href": "http://172.30.9.26:8774/flavors/42ee58cb-be15-408a-855d-00545aac609e", "rel": "bookmark"}]}, "id": "9a26cfe4-c6cb-4fe6-8124-10a42b300489", "security_groups": [{"name": "default"}], "user_id": "88e9560a29e9460c8af8a5df80c26533", "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-10-12T10:51:49Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-1ae4198c-5279-4b78-94dc-c420583395e1-vm_inst", "created": "2018-10-12T10:51:47Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:51:52,319 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489 used request id req-e5c32b16-3237-456a-9a36-9b355d93b5de 2018-10-12 10:51:52,319 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-vm_inst] is - BUILD 2018-10-12 10:51:52,319 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-12 10:51:55,323 - create_instance - DEBUG - VM status query timeout in 892.531494856 2018-10-12 10:51:55,325 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:55,769 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51: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-ff1007e6-613e-409c-b4c5-c6ffbc394bb6 x-compute-request-id: req-ff1007e6-613e-409c-b4c5-c6ffbc394bb6 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:2e:70", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489", "rel": "bookmark"}], "image": {"id": "c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3", "links": [{"href": "http://172.30.9.26:8774/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-10-12T10:51:52.000000", "flavor": {"id": "42ee58cb-be15-408a-855d-00545aac609e", "links": [{"href": "http://172.30.9.26:8774/flavors/42ee58cb-be15-408a-855d-00545aac609e", "rel": "bookmark"}]}, "id": "9a26cfe4-c6cb-4fe6-8124-10a42b300489", "security_groups": [{"name": "default"}], "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:51:53Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-1ae4198c-5279-4b78-94dc-c420583395e1-vm_inst", "created": "2018-10-12T10:51:47Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:51:55,770 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489 used request id req-ff1007e6-613e-409c-b4c5-c6ffbc394bb6 2018-10-12 10:51:55,770 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-vm_inst] is - ACTIVE 2018-10-12 10:51:55,770 - create_instance - INFO - VM is - ACTIVE 2018-10-12 10:51:55,773 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:56,547 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51: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-af21b41e-2eb6-496e-89e9-37f47c468bac x-compute-request-id: req-af21b41e-2eb6-496e-89e9-37f47c468bac Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:2e:70", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489", "rel": "bookmark"}], "image": {"id": "c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3", "links": [{"href": "http://172.30.9.26:8774/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-10-12T10:51:52.000000", "flavor": {"id": "42ee58cb-be15-408a-855d-00545aac609e", "links": [{"href": "http://172.30.9.26:8774/flavors/42ee58cb-be15-408a-855d-00545aac609e", "rel": "bookmark"}]}, "id": "9a26cfe4-c6cb-4fe6-8124-10a42b300489", "security_groups": [{"name": "default"}], "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:51:53Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-1ae4198c-5279-4b78-94dc-c420583395e1-vm_inst", "created": "2018-10-12T10:51:47Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:51:56,547 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489 used request id req-af21b41e-2eb6-496e-89e9-37f47c468bac 2018-10-12 10:51:56,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:56,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-fb14619f-23fa-4aed-b8f4-3a7a541e58d8 Date: Fri, 12 Oct 2018 10:51:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["af509881-ed2f-41c5-aab9-5f05e9aa1649"],"description":"","tags":[],"updated_at":"2018-10-12T10:51:35Z","provider:segmentation_id":85,"name":"NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:51:34Z","provider:network_type":"vxlan"}]} 2018-10-12 10:51:56,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net used request id req-fb14619f-23fa-4aed-b8f4-3a7a541e58d8 2018-10-12 10:51:56,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:56,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b911e2c6-2466-4f02-b31f-1a3657498a43 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:51:56,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-b911e2c6-2466-4f02-b31f-1a3657498a43 2018-10-12 10:51:56,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:56,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cc30ce9d-8875-4421-96ee-b9963a3900bd Date: Fri, 12 Oct 2018 10:51:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:51:35Z","dns_nameservers":[],"updated_at":"2018-10-12T10:51:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"af509881-ed2f-41c5-aab9-5f05e9aa1649","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-subnet"}]} 2018-10-12 10:51:56,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f used request id req-cc30ce9d-8875-4421-96ee-b9963a3900bd 2018-10-12 10:51:56,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:57,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-03e35c02-5e06-4c43-9c6b-288eb83d82c7 Date: Fri, 12 Oct 2018 10:51:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:51:36Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"af509881-ed2f-41c5-aab9-5f05e9aa1649","ip_address":"10.55.0.3"}],"id":"167c3a2f-b096-45d8-a6f3-dea90781f43a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:87:86:85","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","name":"","admin_state_up":true,"network_id":"8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:51:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:51:37Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"af509881-ed2f-41c5-aab9-5f05e9aa1649","ip_address":"10.55.0.4"}],"id":"24618a6b-8577-4f6c-aa99-8cda8d7698a0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:55:d9:c7","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","name":"","admin_state_up":true,"network_id":"8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:51:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:51:36Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"af509881-ed2f-41c5-aab9-5f05e9aa1649","ip_address":"10.55.0.2"}],"id":"55c76694-ed38-40b5-9791-686ecae7f21d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:61:0c:ad","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","name":"","admin_state_up":true,"network_id":"8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:51:35Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:51:50Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"af509881-ed2f-41c5-aab9-5f05e9aa1649","ip_address":"10.55.0.7"}],"id":"731261fd-4767-4fbc-a515-72619e8ff566","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:37:2e:70","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"9a26cfe4-c6cb-4fe6-8124-10a42b300489","name":"NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-port","admin_state_up":true,"network_id":"8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:51:43Z","binding:vnic_type":"normal"}]} 2018-10-12 10:51:57,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f used request id req-03e35c02-5e06-4c43-9c6b-288eb83d82c7 2018-10-12 10:51:57,150 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:51:57,525 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:51:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["JGwn6AppSGWMIGGaEkZQCw"], "issued_at": "2018-10-12T10:51:57.000000Z"}} 2018-10-12 10:51:57,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c06d4f46ac195d572f586a61290cbf107f53cbff" 2018-10-12 10:51:57,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b71094c6-9b8a-4f13-aece-f6dc494f7bb9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:51:57,606 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b71094c6-9b8a-4f13-aece-f6dc494f7bb9 2018-10-12 10:51:57,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:58,239 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51: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-2e0052d3-e32b-41e3-ba17-526fb4f438f8 x-compute-request-id: req-2e0052d3-e32b-41e3-ba17-526fb4f438f8 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:2e:70", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489", "rel": "bookmark"}], "image": {"id": "c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3", "links": [{"href": "http://172.30.9.26:8774/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-10-12T10:51:52.000000", "flavor": {"id": "42ee58cb-be15-408a-855d-00545aac609e", "links": [{"href": "http://172.30.9.26:8774/flavors/42ee58cb-be15-408a-855d-00545aac609e", "rel": "bookmark"}]}, "id": "9a26cfe4-c6cb-4fe6-8124-10a42b300489", "security_groups": [{"name": "default"}], "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:51:53Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-1ae4198c-5279-4b78-94dc-c420583395e1-vm_inst", "created": "2018-10-12T10:51:47Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:51:58,239 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489 used request id req-2e0052d3-e32b-41e3-ba17-526fb4f438f8 2018-10-12 10:51:58,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:58,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-ebc12d6f-d8fa-48d9-9454-2bf783bdebd5 Date: Fri, 12 Oct 2018 10:51:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["af509881-ed2f-41c5-aab9-5f05e9aa1649"],"description":"","tags":[],"updated_at":"2018-10-12T10:51:35Z","provider:segmentation_id":85,"name":"NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:51:34Z","provider:network_type":"vxlan"}]} 2018-10-12 10:51:58,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net used request id req-ebc12d6f-d8fa-48d9-9454-2bf783bdebd5 2018-10-12 10:51:58,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:58,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1731204f-1456-42b5-8ec8-9854b1a425e4 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:51:58,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-1731204f-1456-42b5-8ec8-9854b1a425e4 2018-10-12 10:51:58,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:58,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-69c20902-21f0-40e9-9428-c2acb2a95f3e Date: Fri, 12 Oct 2018 10:51:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:51:35Z","dns_nameservers":[],"updated_at":"2018-10-12T10:51:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"af509881-ed2f-41c5-aab9-5f05e9aa1649","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-subnet"}]} 2018-10-12 10:51:58,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f used request id req-69c20902-21f0-40e9-9428-c2acb2a95f3e 2018-10-12 10:51:58,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:51:58,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-e19e8c97-ea42-41a6-aa4a-cb42f31a138f Date: Fri, 12 Oct 2018 10:51:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:51:36Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"af509881-ed2f-41c5-aab9-5f05e9aa1649","ip_address":"10.55.0.3"}],"id":"167c3a2f-b096-45d8-a6f3-dea90781f43a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:87:86:85","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","name":"","admin_state_up":true,"network_id":"8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:51:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:51:37Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"af509881-ed2f-41c5-aab9-5f05e9aa1649","ip_address":"10.55.0.4"}],"id":"24618a6b-8577-4f6c-aa99-8cda8d7698a0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:55:d9:c7","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","name":"","admin_state_up":true,"network_id":"8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:51:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:51:36Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"af509881-ed2f-41c5-aab9-5f05e9aa1649","ip_address":"10.55.0.2"}],"id":"55c76694-ed38-40b5-9791-686ecae7f21d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:61:0c:ad","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","name":"","admin_state_up":true,"network_id":"8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:51:35Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:51:50Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"af509881-ed2f-41c5-aab9-5f05e9aa1649","ip_address":"10.55.0.7"}],"id":"731261fd-4767-4fbc-a515-72619e8ff566","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:37:2e:70","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"9a26cfe4-c6cb-4fe6-8124-10a42b300489","name":"NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-port","admin_state_up":true,"network_id":"8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:51:43Z","binding:vnic_type":"normal"}]} 2018-10-12 10:51:58,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f used request id req-e19e8c97-ea42-41a6-aa4a-cb42f31a138f 2018-10-12 10:51:58,689 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c06d4f46ac195d572f586a61290cbf107f53cbff" -d '{"volumeAttachment": {"volumeId": "62555551-5eec-4446-8545-8fc364270fdd"}}' 2018-10-12 10:52:00,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:51: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-890617df-50fc-45bf-b59a-bb9131e9bbc4 x-compute-request-id: req-890617df-50fc-45bf-b59a-bb9131e9bbc4 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "9a26cfe4-c6cb-4fe6-8124-10a42b300489", "id": "62555551-5eec-4446-8545-8fc364270fdd", "volumeId": "62555551-5eec-4446-8545-8fc364270fdd"}} 2018-10-12 10:52:00,703 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489/os-volume_attachments used request id req-890617df-50fc-45bf-b59a-bb9131e9bbc4 2018-10-12 10:52:00,704 - create_instance - INFO - Deleting Port with ID - 731261fd-4767-4fbc-a515-72619e8ff566 2018-10-12 10:52:00,704 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-port 2018-10-12 10:52:00,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/731261fd-4767-4fbc-a515-72619e8ff566 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:52:01,714 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-da3af6ee-04fc-4ca0-86be-9348bb923966 Date: Fri, 12 Oct 2018 10:52:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:52:01,715 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/731261fd-4767-4fbc-a515-72619e8ff566 used request id req-da3af6ee-04fc-4ca0-86be-9348bb923966 2018-10-12 10:52:01,715 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-vm_inst 2018-10-12 10:52:01,717 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:52:01,933 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:52: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-48e395f0-82d3-4d53-bc88-34050ffc0541 x-compute-request-id: req-48e395f0-82d3-4d53-bc88-34050ffc0541 Content-Type: application/json 2018-10-12 10:52:01,933 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489 used request id req-48e395f0-82d3-4d53-bc88-34050ffc0541 2018-10-12 10:52:01,934 - create_instance - INFO - Checking deletion status 2018-10-12 10:52:01,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:52:02,319 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52: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-953038d5-4b8d-4d07-b3d6-71b07bfb9618 x-compute-request-id: req-953038d5-4b8d-4d07-b3d6-71b07bfb9618 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:2e:70", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489", "rel": "bookmark"}], "image": {"id": "c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3", "links": [{"href": "http://172.30.9.26:8774/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-10-12T10:51:52.000000", "flavor": {"id": "42ee58cb-be15-408a-855d-00545aac609e", "links": [{"href": "http://172.30.9.26:8774/flavors/42ee58cb-be15-408a-855d-00545aac609e", "rel": "bookmark"}]}, "id": "9a26cfe4-c6cb-4fe6-8124-10a42b300489", "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:52:01Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-1ae4198c-5279-4b78-94dc-c420583395e1-vm_inst", "created": "2018-10-12T10:51:47Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [{"id": "62555551-5eec-4446-8545-8fc364270fdd"}], "metadata": {}}} 2018-10-12 10:52:02,319 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489 used request id req-953038d5-4b8d-4d07-b3d6-71b07bfb9618 2018-10-12 10:52:02,320 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-vm_inst] is - ACTIVE 2018-10-12 10:52:02,320 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-12 10:52:05,323 - create_instance - DEBUG - VM status query timeout in 296.610672951 2018-10-12 10:52:05,326 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:52:05,575 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-146f1791-f623-4752-bb03-e0451fab0a57 x-compute-request-id: req-146f1791-f623-4752-bb03-e0451fab0a57 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489", "rel": "bookmark"}], "image": {"id": "c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3", "links": [{"href": "http://172.30.9.26:8774/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-10-12T10:51:52.000000", "flavor": {"id": "42ee58cb-be15-408a-855d-00545aac609e", "links": [{"href": "http://172.30.9.26:8774/flavors/42ee58cb-be15-408a-855d-00545aac609e", "rel": "bookmark"}]}, "id": "9a26cfe4-c6cb-4fe6-8124-10a42b300489", "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:52:03Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-1ae4198c-5279-4b78-94dc-c420583395e1-vm_inst", "created": "2018-10-12T10:51:47Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [{"id": "62555551-5eec-4446-8545-8fc364270fdd"}], "metadata": {}}} 2018-10-12 10:52:05,575 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489 used request id req-146f1791-f623-4752-bb03-e0451fab0a57 2018-10-12 10:52:05,575 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-vm_inst] is - ACTIVE 2018-10-12 10:52:05,575 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-12 10:52:08,579 - create_instance - DEBUG - VM status query timeout in 293.355271101 2018-10-12 10:52:08,582 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:52:08,966 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52: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-fb5188c8-0c22-4d28-88a1-5fc22968b5bb x-compute-request-id: req-fb5188c8-0c22-4d28-88a1-5fc22968b5bb Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489", "rel": "bookmark"}], "image": {"id": "c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3", "links": [{"href": "http://172.30.9.26:8774/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-10-12T10:51:52.000000", "flavor": {"id": "42ee58cb-be15-408a-855d-00545aac609e", "links": [{"href": "http://172.30.9.26:8774/flavors/42ee58cb-be15-408a-855d-00545aac609e", "rel": "bookmark"}]}, "id": "9a26cfe4-c6cb-4fe6-8124-10a42b300489", "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:52:03Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-1ae4198c-5279-4b78-94dc-c420583395e1-vm_inst", "created": "2018-10-12T10:51:47Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [{"id": "62555551-5eec-4446-8545-8fc364270fdd"}], "metadata": {}}} 2018-10-12 10:52:08,966 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489 used request id req-fb5188c8-0c22-4d28-88a1-5fc22968b5bb 2018-10-12 10:52:08,967 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-vm_inst] is - ACTIVE 2018-10-12 10:52:08,967 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-12 10:52:11,970 - create_instance - DEBUG - VM status query timeout in 289.963859081 2018-10-12 10:52:11,973 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:52:12,210 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0e4aa76-b93c-4794-b5d4-04c70841438a x-compute-request-id: req-e0e4aa76-b93c-4794-b5d4-04c70841438a Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489", "rel": "bookmark"}], "image": {"id": "c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3", "links": [{"href": "http://172.30.9.26:8774/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-10-12T10:51:52.000000", "flavor": {"id": "42ee58cb-be15-408a-855d-00545aac609e", "links": [{"href": "http://172.30.9.26:8774/flavors/42ee58cb-be15-408a-855d-00545aac609e", "rel": "bookmark"}]}, "id": "9a26cfe4-c6cb-4fe6-8124-10a42b300489", "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:52:09Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-1ae4198c-5279-4b78-94dc-c420583395e1-vm_inst", "created": "2018-10-12T10:51:47Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [{"id": "62555551-5eec-4446-8545-8fc364270fdd"}], "metadata": {}}} 2018-10-12 10:52:12,210 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489 used request id req-e0e4aa76-b93c-4794-b5d4-04c70841438a 2018-10-12 10:52:12,210 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-vm_inst] is - ACTIVE 2018-10-12 10:52:12,211 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-12 10:52:15,214 - create_instance - DEBUG - VM status query timeout in 286.720096111 2018-10-12 10:52:15,217 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5b6c935cce9836132961497e53297cc5ed9952" 2018-10-12 10:52:15,265 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 12 Oct 2018 10:52: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-373d30a9-f4ed-4a79-b5fb-29fe0d9a0ddb x-compute-request-id: req-373d30a9-f4ed-4a79-b5fb-29fe0d9a0ddb Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 9a26cfe4-c6cb-4fe6-8124-10a42b300489 could not be found.", "code": 404}} 2018-10-12 10:52:15,265 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/9a26cfe4-c6cb-4fe6-8124-10a42b300489 used request id req-373d30a9-f4ed-4a79-b5fb-29fe0d9a0ddb 2018-10-12 10:52:15,266 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 9a26cfe4-c6cb-4fe6-8124-10a42b300489 could not be found. (HTTP 404) (Request-ID: req-373d30a9-f4ed-4a79-b5fb-29fe0d9a0ddb) 2018-10-12 10:52:15,266 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-vm_inst 2018-10-12 10:52:15,270 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/62555551-5eec-4446-8545-8fc364270fdd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1786b5f8-62b5-4254-ab71-b8d7757ffc05" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8f9b49140b02055b741c8b362d4871a30593dc6" 2018-10-12 10:52:16,003 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52:15 GMT Server: Apache x-compute-request-id: req-d7aa1f87-e8af-4670-90fe-d410dfda5cbc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d7aa1f87-e8af-4670-90fe-d410dfda5cbc Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/62555551-5eec-4446-8545-8fc364270fdd", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/volumes/62555551-5eec-4446-8545-8fc364270fdd", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-12T10:52:03.000000", "replication_status": null, "snapshot_id": null, "id": "62555551-5eec-4446-8545-8fc364270fdd", "size": 1, "user_id": "88e9560a29e9460c8af8a5df80c26533", "os-vol-tenant-attr:tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "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-1ae4198c-5279-4b78-94dc-c420583395e1", "bootable": "false", "created_at": "2018-10-12T10:51:38.000000", "volume_type": null}} 2018-10-12 10:52:16,003 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/62555551-5eec-4446-8545-8fc364270fdd used request id req-d7aa1f87-e8af-4670-90fe-d410dfda5cbc 2018-10-12 10:52:16,004 - create_volume - DEBUG - Instance status is - available 2018-10-12 10:52:16,004 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1 2018-10-12 10:52:16,004 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1 2018-10-12 10:52:16,007 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/62555551-5eec-4446-8545-8fc364270fdd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1786b5f8-62b5-4254-ab71-b8d7757ffc05" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8f9b49140b02055b741c8b362d4871a30593dc6" 2018-10-12 10:52:16,825 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:52:16 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c1ed2fce-6fda-4675-bf8c-57319f40b6cf 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-10-12 10:52:16,825 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/62555551-5eec-4446-8545-8fc364270fdd used request id req-c1ed2fce-6fda-4675-bf8c-57319f40b6cf 2018-10-12 10:52:16,828 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/62555551-5eec-4446-8545-8fc364270fdd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1786b5f8-62b5-4254-ab71-b8d7757ffc05" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8f9b49140b02055b741c8b362d4871a30593dc6" 2018-10-12 10:52:17,557 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 12 Oct 2018 10:52:16 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-aac94185-ebd7-4664-a3e9-aa803707a02c x-openstack-request-id: req-aac94185-ebd7-4664-a3e9-aa803707a02c Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 62555551-5eec-4446-8545-8fc364270fdd could not be found.", "code": 404}} 2018-10-12 10:52:17,557 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/62555551-5eec-4446-8545-8fc364270fdd used request id req-aac94185-ebd7-4664-a3e9-aa803707a02c 2018-10-12 10:52:17,557 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 62555551-5eec-4446-8545-8fc364270fdd could not be found. (HTTP 404) (Request-ID: req-aac94185-ebd7-4664-a3e9-aa803707a02c) 2018-10-12 10:52:17,558 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1 2018-10-12 10:52:17,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/42ee58cb-be15-408a-855d-00545aac609e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a5900e1850eebb2894e4c6d69452d8e162beca0" 2018-10-12 10:52:17,611 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:52:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7ac49be4-ce15-496d-b334-c1ebfd08ec61 x-compute-request-id: req-7ac49be4-ce15-496d-b334-c1ebfd08ec61 Content-Length: 0 Content-Type: application/json 2018-10-12 10:52:17,611 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/42ee58cb-be15-408a-855d-00545aac609e used request id req-7ac49be4-ce15-496d-b334-c1ebfd08ec61 2018-10-12 10:52:17,612 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-subnet 2018-10-12 10:52:17,612 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-subnet 2018-10-12 10:52:17,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/af509881-ed2f-41c5-aab9-5f05e9aa1649 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebf9d57545e65799bd844bb382360c38cbf7954f" 2018-10-12 10:52:19,713 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4fbdd87a-9aa6-4ecf-9779-1df7fb6580a2 Date: Fri, 12 Oct 2018 10:52:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:52:19,713 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/af509881-ed2f-41c5-aab9-5f05e9aa1649 used request id req-4fbdd87a-9aa6-4ecf-9779-1df7fb6580a2 2018-10-12 10:52:19,714 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-net 2018-10-12 10:52:19,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebf9d57545e65799bd844bb382360c38cbf7954f" 2018-10-12 10:52:21,361 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a5307c27-f1d8-4c50-b628-310cb0b705d9 Date: Fri, 12 Oct 2018 10:52:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:52:21,361 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/8d1ac9b7-1dc7-4917-b2e7-3d0bd8a5055f used request id req-a5307c27-f1d8-4c50-b628-310cb0b705d9 2018-10-12 10:52:21,362 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-1ae4198c-5279-4b78-94dc-c420583395e1-image 2018-10-12 10:52:21,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}06fc9f5bba7a0a7ca3b17f1889b681aa354891f6" 2018-10-12 10:52:22,393 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d26edd06-0327-4559-9c38-5582ae88d41d Date: Fri, 12 Oct 2018 10:52:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 10:52:22,393 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/c257f98a-4d2f-4c8c-acaf-b20dddc6dbf3 used request id req-d26edd06-0327-4559-9c38-5582ae88d41d 2018-10-12 10:52:22,395 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:52:22,397 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-12 10:52:22,398 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:52:22,398 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:52:22,786 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:52:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["3hJJT6mORAWVVN6Sb9G1Cg"], "issued_at": "2018-10-12T10:52:22.000000Z"}} 2018-10-12 10:52:22,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4344ae4806e7e550d5bbba60f64ec909b42505e1" 2018-10-12 10:52:22,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52091d6e-5374-4a55-b5e1-41bb7cf0b74e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:52:22,871 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-52091d6e-5374-4a55-b5e1-41bb7cf0b74e 2018-10-12 10:52:22,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4344ae4806e7e550d5bbba60f64ec909b42505e1" 2018-10-12 10:52:23,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-33562c48-e196-46d8-bb20-32a4e112b515 Date: Fri, 12 Oct 2018 10:52:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-image"} 2018-10-12 10:52:23,052 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-image used request id req-33562c48-e196-46d8-bb20-32a4e112b515 2018-10-12 10:52:23,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4344ae4806e7e550d5bbba60f64ec909b42505e1" 2018-10-12 10:52:23,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-de0d3a73-e328-4443-a2ab-5faf01e4401e Date: Fri, 12 Oct 2018 10: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-10-12 10:52:23,215 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-de0d3a73-e328-4443-a2ab-5faf01e4401e 2018-10-12 10:52:23,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4344ae4806e7e550d5bbba60f64ec909b42505e1" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-image"}' 2018-10-12 10:52:23,470 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/bbdf15d9-09fe-4237-90ec-51a284e355df X-Openstack-Request-Id: req-e05c5753-6db2-4cd7-982d-1ee3c9b6717b Date: Fri, 12 Oct 2018 10:52:23 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:52:23Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-12T10:52:23Z", "visibility": "shared", "locations": [], "self": "/v2/images/bbdf15d9-09fe-4237-90ec-51a284e355df", "min_disk": 0, "protected": false, "id": "bbdf15d9-09fe-4237-90ec-51a284e355df", "file": "/v2/images/bbdf15d9-09fe-4237-90ec-51a284e355df/file", "checksum": null, "owner": "104d75bb2cac4b4998c38732dc15f0bd", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 10:52:23,470 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-e05c5753-6db2-4cd7-982d-1ee3c9b6717b 2018-10-12 10:52:23,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/bbdf15d9-09fe-4237-90ec-51a284e355df/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4344ae4806e7e550d5bbba60f64ec909b42505e1" -d '' 2018-10-12 10:52:25,438 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3edf72a6-97de-4ed7-9ded-ba7f68a4c9f6 Date: Fri, 12 Oct 2018 10: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-10-12 10:52:25,438 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/bbdf15d9-09fe-4237-90ec-51a284e355df/file used request id req-3edf72a6-97de-4ed7-9ded-ba7f68a4c9f6 2018-10-12 10:52:25,439 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-12 10:52:25,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/bbdf15d9-09fe-4237-90ec-51a284e355df -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4344ae4806e7e550d5bbba60f64ec909b42505e1" 2018-10-12 10:52:25,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-e53d8002-ef9f-4081-b9b5-80a1ca84d6ab Date: Fri, 12 Oct 2018 10:52:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:52:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-12T10:52:25Z", "visibility": "shared", "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/bbdf15d9-09fe-4237-90ec-51a284e355df/snap", "metadata": {}}], "self": "/v2/images/bbdf15d9-09fe-4237-90ec-51a284e355df", "min_disk": 0, "protected": false, "id": "bbdf15d9-09fe-4237-90ec-51a284e355df", "file": "/v2/images/bbdf15d9-09fe-4237-90ec-51a284e355df/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "104d75bb2cac4b4998c38732dc15f0bd", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/bbdf15d9-09fe-4237-90ec-51a284e355df/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 10:52:25,459 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/bbdf15d9-09fe-4237-90ec-51a284e355df used request id req-e53d8002-ef9f-4081-b9b5-80a1ca84d6ab 2018-10-12 10:52:25,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4344ae4806e7e550d5bbba60f64ec909b42505e1" 2018-10-12 10:52:26,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e07a3b86-0276-4c7a-a1cd-f8334c82f673 Date: Fri, 12 Oct 2018 10:52:26 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-12 10:52:26,022 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-e07a3b86-0276-4c7a-a1cd-f8334c82f673 2018-10-12 10:52:26,025 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-image 2018-10-12 10:52:26,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/bbdf15d9-09fe-4237-90ec-51a284e355df -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4344ae4806e7e550d5bbba60f64ec909b42505e1" 2018-10-12 10:52:26,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-6ec9a07e-2866-4bd6-b4ba-e8b736e079b7 Date: Fri, 12 Oct 2018 10:52:26 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:52:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-12T10:52:25Z", "visibility": "shared", "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/bbdf15d9-09fe-4237-90ec-51a284e355df/snap", "metadata": {}}], "self": "/v2/images/bbdf15d9-09fe-4237-90ec-51a284e355df", "min_disk": 0, "protected": false, "id": "bbdf15d9-09fe-4237-90ec-51a284e355df", "file": "/v2/images/bbdf15d9-09fe-4237-90ec-51a284e355df/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "104d75bb2cac4b4998c38732dc15f0bd", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/bbdf15d9-09fe-4237-90ec-51a284e355df/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 10:52:26,184 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/bbdf15d9-09fe-4237-90ec-51a284e355df used request id req-6ec9a07e-2866-4bd6-b4ba-e8b736e079b7 2018-10-12 10:52:26,185 - create_image - DEBUG - Instance status is - active 2018-10-12 10:52:26,185 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-image 2018-10-12 10:52:26,185 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-image 2018-10-12 10:52:26,185 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:52:26,186 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:52:26,573 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:52:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["Ln2LzcrfRwKHIpT4vY8yJQ"], "issued_at": "2018-10-12T10:52:26.000000Z"}} 2018-10-12 10:52:26,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cc638fcb7536e24678d653a71a3636b1c03b9f" 2018-10-12 10:52:26,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afbf1c99-15c3-4708-bc7b-affc5fe675f0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:52:26,651 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-afbf1c99-15c3-4708-bc7b-affc5fe675f0 2018-10-12 10:52:26,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cc638fcb7536e24678d653a71a3636b1c03b9f" 2018-10-12 10:52:26,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-33783797-780f-4498-8cbc-2291fa8dd902 Date: Fri, 12 Oct 2018 10:52:26 GMT RESP BODY: {"networks":[]} 2018-10-12 10:52:26,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net used request id req-33783797-780f-4498-8cbc-2291fa8dd902 2018-10-12 10:52:26,849 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net 2018-10-12 10:52:26,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cc638fcb7536e24678d653a71a3636b1c03b9f" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net", "admin_state_up": true}}' 2018-10-12 10:52:27,367 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-31597e78-e06b-44ed-9d00-6d12f2a72270 Date: Fri, 12 Oct 2018 10:52: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":"7be91a14-3168-4266-bdcf-71a82c1aac0b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:52:27Z","is_default":false,"provider:segmentation_id":94,"name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:27Z","mtu":1450}} 2018-10-12 10:52:27,368 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-31597e78-e06b-44ed-9d00-6d12f2a72270 2018-10-12 10:52:27,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=7be91a14-3168-4266-bdcf-71a82c1aac0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cc638fcb7536e24678d653a71a3636b1c03b9f" 2018-10-12 10:52:27,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ca8bf400-c517-4ad0-b8cd-5af87a4ceb61 Date: Fri, 12 Oct 2018 10:52:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:52:27Z","provider:segmentation_id":94,"name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:27Z","provider:network_type":"vxlan"}]} 2018-10-12 10:52:27,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=7be91a14-3168-4266-bdcf-71a82c1aac0b used request id req-ca8bf400-c517-4ad0-b8cd-5af87a4ceb61 2018-10-12 10:52:27,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cc638fcb7536e24678d653a71a3636b1c03b9f" 2018-10-12 10:52:27,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9f771386-caa8-4d94-9ff8-6fba4d14db26 Date: Fri, 12 Oct 2018 10:52:27 GMT RESP BODY: {"subnets":[]} 2018-10-12 10:52:27,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b used request id req-9f771386-caa8-4d94-9ff8-6fba4d14db26 2018-10-12 10:52:27,796 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-subnet 2018-10-12 10:52:27,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cc638fcb7536e24678d653a71a3636b1c03b9f" -d '{"subnets": [{"ip_version": 4, "network_id": "7be91a14-3168-4266-bdcf-71a82c1aac0b", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-subnet"}]}' 2018-10-12 10:52:28,529 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a92d6ac3-4ebb-4171-a9a9-8aa4426d53dc Date: Fri, 12 Oct 2018 10:52:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:28Z","dns_nameservers":[],"updated_at":"2018-10-12T10:52:28Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"b3b81750-10ff-4b1c-955e-bce889ecf035","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-subnet"}]} 2018-10-12 10:52:28,529 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-a92d6ac3-4ebb-4171-a9a9-8aa4426d53dc 2018-10-12 10:52:28,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=7be91a14-3168-4266-bdcf-71a82c1aac0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cc638fcb7536e24678d653a71a3636b1c03b9f" 2018-10-12 10:52:28,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-efbd950a-9900-4ca2-a0e4-be4eeef9a774 Date: Fri, 12 Oct 2018 10:52:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["b3b81750-10ff-4b1c-955e-bce889ecf035"],"description":"","tags":[],"updated_at":"2018-10-12T10:52:28Z","provider:segmentation_id":94,"name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:27Z","provider:network_type":"vxlan"}]} 2018-10-12 10:52:28,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=7be91a14-3168-4266-bdcf-71a82c1aac0b used request id req-efbd950a-9900-4ca2-a0e4-be4eeef9a774 2018-10-12 10:52:28,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cc638fcb7536e24678d653a71a3636b1c03b9f" 2018-10-12 10:52:28,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-075fc1f0-f1d8-42bc-9a63-eaab27c4ce04 Date: Fri, 12 Oct 2018 10:52:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:28Z","dns_nameservers":[],"updated_at":"2018-10-12T10:52:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"b3b81750-10ff-4b1c-955e-bce889ecf035","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-subnet"}]} 2018-10-12 10:52:28,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b used request id req-075fc1f0-f1d8-42bc-9a63-eaab27c4ce04 2018-10-12 10:52:28,826 - OpenStackNetwork - DEBUG - Network [7be91a14-3168-4266-bdcf-71a82c1aac0b] created successfully 2018-10-12 10:52:28,827 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:52:28,827 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:52:29,213 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:52:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["MtFk2CNERsOj5uZgiwCf1g"], "issued_at": "2018-10-12T10:52:29.000000Z"}} 2018-10-12 10:52:29,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}115ddd0700e8f43af249161e33fec4ad6c80e30a" 2018-10-12 10:52:29,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cba3889-b9f2-4ce4-8424-eb897d34cfce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:52:29,298 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8cba3889-b9f2-4ce4-8424-eb897d34cfce 2018-10-12 10:52:29,299 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:52:29,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}115ddd0700e8f43af249161e33fec4ad6c80e30a" 2018-10-12 10:52:29,495 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52: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-300b4fdc-e930-4065-8dc0-92fdaef71d06 x-compute-request-id: req-300b4fdc-e930-4065-8dc0-92fdaef71d06 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-12 10:52:29,496 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-300b4fdc-e930-4065-8dc0-92fdaef71d06 2018-10-12 10:52:29,499 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}115ddd0700e8f43af249161e33fec4ad6c80e30a" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-12 10:52:29,581 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52: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-248465de-1612-4d93-a93f-7929c494923d x-compute-request-id: req-248465de-1612-4d93-a93f-7929c494923d Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/4344ae00-497d-4b29-b687-e00df101d851", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/4344ae00-497d-4b29-b687-e00df101d851", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "4344ae00-497d-4b29-b687-e00df101d851", "name": "NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 10:52:29,582 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-248465de-1612-4d93-a93f-7929c494923d 2018-10-12 10:52:29,582 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:52:29,583 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:52:29,961 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:52:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["5SAwWVobStWgT_zwhdir2g"], "issued_at": "2018-10-12T10:52:29.000000Z"}} 2018-10-12 10:52:29,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61903030e80e1538cdb17638fafc70c819cf457b" 2018-10-12 10:52:30,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a7a70bd-efb1-4190-bdd0-068e667be600 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:52:30,058 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3a7a70bd-efb1-4190-bdd0-068e667be600 2018-10-12 10:52:30,063 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61903030e80e1538cdb17638fafc70c819cf457b" 2018-10-12 10:52:30,905 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52:30 GMT Server: Apache x-compute-request-id: req-ebace073-fd29-44f9-9b5e-118406bbb06b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ebace073-fd29-44f9-9b5e-118406bbb06b Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-12 10:52:30,905 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/detail used request id req-ebace073-fd29-44f9-9b5e-118406bbb06b 2018-10-12 10:52:30,908 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-ebace073-fd29-44f9-9b5e-118406bbb06b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61903030e80e1538cdb17638fafc70c819cf457b" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735", "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-10-12 10:52:31,812 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:52:30 GMT Server: Apache x-compute-request-id: req-de6bb203-c964-4dff-a88a-547115c61650 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-de6bb203-c964-4dff-a88a-547115c61650 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "88e9560a29e9460c8af8a5df80c26533", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/cc73941b-8f94-4a72-aeb2-e798236df7e4", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/volumes/cc73941b-8f94-4a72-aeb2-e798236df7e4", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-12T10:52:31.696138", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "cc73941b-8f94-4a72-aeb2-e798236df7e4", "size": 1}} 2018-10-12 10:52:31,812 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes used request id req-de6bb203-c964-4dff-a88a-547115c61650 2018-10-12 10:52:31,815 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/cc73941b-8f94-4a72-aeb2-e798236df7e4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ebace073-fd29-44f9-9b5e-118406bbb06b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61903030e80e1538cdb17638fafc70c819cf457b" 2018-10-12 10:52:32,558 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52:31 GMT Server: Apache x-compute-request-id: req-1904792e-8b23-4202-9a21-12b6e4fee903 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1904792e-8b23-4202-9a21-12b6e4fee903 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/cc73941b-8f94-4a72-aeb2-e798236df7e4", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/volumes/cc73941b-8f94-4a72-aeb2-e798236df7e4", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-12T10:52:32.000000", "replication_status": null, "snapshot_id": null, "id": "cc73941b-8f94-4a72-aeb2-e798236df7e4", "size": 1, "user_id": "88e9560a29e9460c8af8a5df80c26533", "os-vol-tenant-attr:tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "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-3227a034-1591-44fc-a8fa-ebd08e6c9735", "bootable": "false", "created_at": "2018-10-12T10:52:31.000000", "volume_type": null}} 2018-10-12 10:52:32,558 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/cc73941b-8f94-4a72-aeb2-e798236df7e4 used request id req-1904792e-8b23-4202-9a21-12b6e4fee903 2018-10-12 10:52:32,559 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735 2018-10-12 10:52:32,562 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/cc73941b-8f94-4a72-aeb2-e798236df7e4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ebace073-fd29-44f9-9b5e-118406bbb06b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61903030e80e1538cdb17638fafc70c819cf457b" 2018-10-12 10:52:33,307 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52:32 GMT Server: Apache x-compute-request-id: req-98d6f230-0164-4736-8567-e54e17d3317f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-98d6f230-0164-4736-8567-e54e17d3317f Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/cc73941b-8f94-4a72-aeb2-e798236df7e4", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/volumes/cc73941b-8f94-4a72-aeb2-e798236df7e4", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-12T10:52:32.000000", "replication_status": null, "snapshot_id": null, "id": "cc73941b-8f94-4a72-aeb2-e798236df7e4", "size": 1, "user_id": "88e9560a29e9460c8af8a5df80c26533", "os-vol-tenant-attr:tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "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-3227a034-1591-44fc-a8fa-ebd08e6c9735", "bootable": "false", "created_at": "2018-10-12T10:52:31.000000", "volume_type": null}} 2018-10-12 10:52:33,307 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/cc73941b-8f94-4a72-aeb2-e798236df7e4 used request id req-98d6f230-0164-4736-8567-e54e17d3317f 2018-10-12 10:52:33,308 - create_volume - DEBUG - Instance status is - available 2018-10-12 10:52:33,308 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735 2018-10-12 10:52:33,308 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735 2018-10-12 10:52:33,308 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:52:33,309 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:52:33,700 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:52:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["nT-dyVdPRr6WuzdVcuPAhw"], "issued_at": "2018-10-12T10:52:33.000000Z"}} 2018-10-12 10:52:33,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:33,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba81192f-09ed-4e80-abf8-0458158cd33e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:52:33,771 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ba81192f-09ed-4e80-abf8-0458158cd33e 2018-10-12 10:52:33,772 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:52:33,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:33,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f79e7774-bc63-405f-a165-0d02753ba4b2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:52:33,859 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f79e7774-bc63-405f-a165-0d02753ba4b2 2018-10-12 10:52:33,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:34,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-f1a5da78-c08e-4711-b00a-1a678fb4589f Date: Fri, 12 Oct 2018 10:52:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["b3b81750-10ff-4b1c-955e-bce889ecf035"],"description":"","tags":[],"updated_at":"2018-10-12T10:52:28Z","provider:segmentation_id":94,"name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:27Z","provider:network_type":"vxlan"}]} 2018-10-12 10:52:34,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net used request id req-f1a5da78-c08e-4711-b00a-1a678fb4589f 2018-10-12 10:52:34,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:52:34,127 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:52:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:52:34,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:34,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a396b39-1e75-41bb-b14c-e45e85bb2e39 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:52:34,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-5a396b39-1e75-41bb-b14c-e45e85bb2e39 2018-10-12 10:52:34,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:34,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-47a73ce2-c2f8-4eec-86d4-830fa3e2f88b Date: Fri, 12 Oct 2018 10:52:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:28Z","dns_nameservers":[],"updated_at":"2018-10-12T10:52:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"b3b81750-10ff-4b1c-955e-bce889ecf035","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-subnet"}]} 2018-10-12 10:52:34,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b used request id req-47a73ce2-c2f8-4eec-86d4-830fa3e2f88b 2018-10-12 10:52:34,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b&name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:34,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-894afa61-70c4-46a3-bb97-6bd2a9038825 Date: Fri, 12 Oct 2018 10:52:34 GMT RESP BODY: {"ports":[]} 2018-10-12 10:52:34,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b&name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-port&admin_state_up=True used request id req-894afa61-70c4-46a3-bb97-6bd2a9038825 2018-10-12 10:52:34,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:35,018 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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 x-openstack-request-id: req-229226e0-14a0-4bd3-8aa5-e4010bc05fab x-compute-request-id: req-229226e0-14a0-4bd3-8aa5-e4010bc05fab Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-12 10:52:35,019 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-vm_inst used request id req-229226e0-14a0-4bd3-8aa5-e4010bc05fab 2018-10-12 10:52:35,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:35,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-9fffeffd-f7c0-43f3-b01f-a88763f2d547 Date: Fri, 12 Oct 2018 10:52:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["b3b81750-10ff-4b1c-955e-bce889ecf035"],"description":"","tags":[],"updated_at":"2018-10-12T10:52:28Z","provider:segmentation_id":94,"name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:27Z","provider:network_type":"vxlan"}]} 2018-10-12 10:52:35,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net used request id req-9fffeffd-f7c0-43f3-b01f-a88763f2d547 2018-10-12 10:52:35,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:35,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e0f58e0-0002-4962-a168-fa71183f48b1 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:52:35,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-2e0f58e0-0002-4962-a168-fa71183f48b1 2018-10-12 10:52:35,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:35,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5974bf9b-d9bf-4828-beaf-d374d3825bda Date: Fri, 12 Oct 2018 10:52:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:28Z","dns_nameservers":[],"updated_at":"2018-10-12T10:52:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"b3b81750-10ff-4b1c-955e-bce889ecf035","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-subnet"}]} 2018-10-12 10:52:35,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b used request id req-5974bf9b-d9bf-4828-beaf-d374d3825bda 2018-10-12 10:52:35,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b&name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:35,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fa438b19-191f-4074-9b51-6cda626f0cf0 Date: Fri, 12 Oct 2018 10:52:35 GMT RESP BODY: {"ports":[]} 2018-10-12 10:52:35,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b&name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-port&admin_state_up=True used request id req-fa438b19-191f-4074-9b51-6cda626f0cf0 2018-10-12 10:52:35,864 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:52:35,865 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:52:36,247 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:52:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["BcYAevBtQA-WziK8G1Fv_Q"], "issued_at": "2018-10-12T10:52:36.000000Z"}} 2018-10-12 10:52:36,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d41e1bc772165d676ff07b0facdfc7380948e4f" 2018-10-12 10:52:36,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f6d75f2-54bc-4c2b-9f8f-bb9ccaf9ef25 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:52:36,327 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8f6d75f2-54bc-4c2b-9f8f-bb9ccaf9ef25 2018-10-12 10:52:36,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:36,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-93258ce3-fb7f-47ca-8a88-0bdb1229ae2d Date: Fri, 12 Oct 2018 10:52:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["b3b81750-10ff-4b1c-955e-bce889ecf035"],"description":"","tags":[],"updated_at":"2018-10-12T10:52:28Z","provider:segmentation_id":94,"name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:27Z","provider:network_type":"vxlan"}]} 2018-10-12 10:52:36,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net used request id req-93258ce3-fb7f-47ca-8a88-0bdb1229ae2d 2018-10-12 10:52:36,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:36,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d84ae6b0-6a1a-4a3b-9733-1dae27b83143 Date: Fri, 12 Oct 2018 10:52:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:28Z","dns_nameservers":[],"updated_at":"2018-10-12T10:52:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"b3b81750-10ff-4b1c-955e-bce889ecf035","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-subnet"}]} 2018-10-12 10:52:36,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b used request id req-d84ae6b0-6a1a-4a3b-9733-1dae27b83143 2018-10-12 10:52:36,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:36,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-70f1d4f4-ddcc-4334-8c67-56552c1d911a Date: Fri, 12 Oct 2018 10:52:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["b3b81750-10ff-4b1c-955e-bce889ecf035"],"description":"","tags":[],"updated_at":"2018-10-12T10:52:28Z","provider:segmentation_id":94,"name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:27Z","provider:network_type":"vxlan"}]} 2018-10-12 10:52:36,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net used request id req-70f1d4f4-ddcc-4334-8c67-56552c1d911a 2018-10-12 10:52:36,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:52:36,842 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:52: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:52:36,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d41e1bc772165d676ff07b0facdfc7380948e4f" 2018-10-12 10:52:36,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-315f599a-df74-4b83-81dc-08486dbeb330 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:52:36,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-315f599a-df74-4b83-81dc-08486dbeb330 2018-10-12 10:52:36,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:37,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1e4bdb73-8265-486c-a079-fac6b405f1b1 Date: Fri, 12 Oct 2018 10:52:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:28Z","dns_nameservers":[],"updated_at":"2018-10-12T10:52:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"b3b81750-10ff-4b1c-955e-bce889ecf035","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-subnet"}]} 2018-10-12 10:52:37,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b used request id req-1e4bdb73-8265-486c-a079-fac6b405f1b1 2018-10-12 10:52:37,131 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net 2018-10-12 10:52:37,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" -d '{"port": {"network_id": "7be91a14-3168-4266-bdcf-71a82c1aac0b", "name": "NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-port", "admin_state_up": true}}' 2018-10-12 10:52:37,984 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-703f16ab-bc1c-45e3-adc6-b5e3e3e3a560 Date: Fri, 12 Oct 2018 10:52:37 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:52:37Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b3b81750-10ff-4b1c-955e-bce889ecf035","ip_address":"10.55.0.8"}],"id":"3cc36e75-9caa-4ea5-ad80-b0ac789ee8e4","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fe:41:08","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-port","admin_state_up":true,"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:37Z","binding:vnic_type":"normal"}} 2018-10-12 10:52:37,984 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-703f16ab-bc1c-45e3-adc6-b5e3e3e3a560 2018-10-12 10:52:37,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:38,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-09fdc66e-1c3f-4554-90ac-2071d731653f Date: Fri, 12 Oct 2018 10:52:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["b3b81750-10ff-4b1c-955e-bce889ecf035"],"description":"","tags":[],"updated_at":"2018-10-12T10:52:28Z","provider:segmentation_id":94,"name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:27Z","provider:network_type":"vxlan"}]} 2018-10-12 10:52:38,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net used request id req-09fdc66e-1c3f-4554-90ac-2071d731653f 2018-10-12 10:52:38,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:38,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9839f2a-7ec1-421c-bae3-358f4e0ecf20 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:52:38,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-b9839f2a-7ec1-421c-bae3-358f4e0ecf20 2018-10-12 10:52:38,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:38,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ce1e7bb6-3916-47b9-9941-62b1dbc7173b Date: Fri, 12 Oct 2018 10:52:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:28Z","dns_nameservers":[],"updated_at":"2018-10-12T10:52:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"b3b81750-10ff-4b1c-955e-bce889ecf035","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-subnet"}]} 2018-10-12 10:52:38,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b used request id req-ce1e7bb6-3916-47b9-9941-62b1dbc7173b 2018-10-12 10:52:38,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b&name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:38,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-4bf9d434-05a5-47c4-b69d-309d1de43016 Date: Fri, 12 Oct 2018 10:52:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:52:37Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b3b81750-10ff-4b1c-955e-bce889ecf035","ip_address":"10.55.0.8"}],"id":"3cc36e75-9caa-4ea5-ad80-b0ac789ee8e4","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fe:41:08","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-port","admin_state_up":true,"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:37Z","binding:vnic_type":"normal"}]} 2018-10-12 10:52:38,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b&name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-port&admin_state_up=True used request id req-4bf9d434-05a5-47c4-b69d-309d1de43016 2018-10-12 10:52:38,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:38,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82c7bebb-42dd-4aae-a982-01f3aec385a9 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:52:38,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-82c7bebb-42dd-4aae-a982-01f3aec385a9 2018-10-12 10:52:38,799 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-vm_inst 2018-10-12 10:52:38,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:38,833 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-88f2c9ed-a573-4868-94e5-612a09a6628d x-compute-request-id: req-88f2c9ed-a573-4868-94e5-612a09a6628d Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "4344ae00-497d-4b29-b687-e00df101d851", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/4344ae00-497d-4b29-b687-e00df101d851", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/4344ae00-497d-4b29-b687-e00df101d851", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-flavor"}]} 2018-10-12 10:52:38,834 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-88f2c9ed-a573-4868-94e5-612a09a6628d 2018-10-12 10:52:38,837 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/4344ae00-497d-4b29-b687-e00df101d851 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:38,858 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-bac48d73-336d-4f94-9124-f46e21e5b799 x-compute-request-id: req-bac48d73-336d-4f94-9124-f46e21e5b799 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/4344ae00-497d-4b29-b687-e00df101d851", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/4344ae00-497d-4b29-b687-e00df101d851", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "4344ae00-497d-4b29-b687-e00df101d851", "name": "NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 10:52:38,858 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/4344ae00-497d-4b29-b687-e00df101d851 used request id req-bac48d73-336d-4f94-9124-f46e21e5b799 2018-10-12 10:52:38,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:39,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-20031c35-52ac-46bc-b2aa-8bea8b9992ed Date: Fri, 12 Oct 2018 10:52:39 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:52:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-12T10:52:25Z", "visibility": "shared", "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/bbdf15d9-09fe-4237-90ec-51a284e355df/snap", "metadata": {}}], "self": "/v2/images/bbdf15d9-09fe-4237-90ec-51a284e355df", "min_disk": 0, "protected": false, "id": "bbdf15d9-09fe-4237-90ec-51a284e355df", "file": "/v2/images/bbdf15d9-09fe-4237-90ec-51a284e355df/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "104d75bb2cac4b4998c38732dc15f0bd", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/bbdf15d9-09fe-4237-90ec-51a284e355df/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-image"} 2018-10-12 10:52:39,089 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-image used request id req-20031c35-52ac-46bc-b2aa-8bea8b9992ed 2018-10-12 10:52:39,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:39,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3afde0de-c122-44bb-8fd3-54366c4fbf7f Date: Fri, 12 Oct 2018 10:52: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-10-12 10:52:39,248 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-3afde0de-c122-44bb-8fd3-54366c4fbf7f 2018-10-12 10:52:39,253 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-vm_inst", "imageRef": "bbdf15d9-09fe-4237-90ec-51a284e355df", "flavorRef": "4344ae00-497d-4b29-b687-e00df101d851", "max_count": 1, "min_count": 1, "networks": [{"port": "3cc36e75-9caa-4ea5-ad80-b0ac789ee8e4"}]}}' 2018-10-12 10:52:41,493 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:52: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-2b975095-1ac6-49c4-ba3a-ce0823c8c22d x-compute-request-id: req-2b975095-1ac6-49c4-ba3a-ce0823c8c22d Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "rel": "bookmark"}], "adminPass": "fJQ36Kp8nCm8"}} 2018-10-12 10:52:41,493 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-2b975095-1ac6-49c4-ba3a-ce0823c8c22d 2018-10-12 10:52:41,496 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:41,862 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52: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-504ca5d2-b151-4709-9f98-0c24cb088385 x-compute-request-id: req-504ca5d2-b151-4709-9f98-0c24cb088385 Content-Encoding: gzip Content-Length: 647 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "rel": "bookmark"}], "image": {"id": "bbdf15d9-09fe-4237-90ec-51a284e355df", "links": [{"href": "http://172.30.9.26:8774/images/bbdf15d9-09fe-4237-90ec-51a284e355df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4344ae00-497d-4b29-b687-e00df101d851", "links": [{"href": "http://172.30.9.26:8774/flavors/4344ae00-497d-4b29-b687-e00df101d851", "rel": "bookmark"}]}, "id": "3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "user_id": "88e9560a29e9460c8af8a5df80c26533", "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-10-12T10:52:41Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-vm_inst", "created": "2018-10-12T10:52:41Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:52:41,862 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae used request id req-504ca5d2-b151-4709-9f98-0c24cb088385 2018-10-12 10:52:41,862 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-vm_inst 2018-10-12 10:52:41,865 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:42,126 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52: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-b01c4c50-1eb1-4301-8313-bae34040694a x-compute-request-id: req-b01c4c50-1eb1-4301-8313-bae34040694a Content-Encoding: gzip Content-Length: 647 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "rel": "bookmark"}], "image": {"id": "bbdf15d9-09fe-4237-90ec-51a284e355df", "links": [{"href": "http://172.30.9.26:8774/images/bbdf15d9-09fe-4237-90ec-51a284e355df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4344ae00-497d-4b29-b687-e00df101d851", "links": [{"href": "http://172.30.9.26:8774/flavors/4344ae00-497d-4b29-b687-e00df101d851", "rel": "bookmark"}]}, "id": "3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "user_id": "88e9560a29e9460c8af8a5df80c26533", "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-10-12T10:52:41Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-vm_inst", "created": "2018-10-12T10:52:41Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:52:42,126 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae used request id req-b01c4c50-1eb1-4301-8313-bae34040694a 2018-10-12 10:52:42,126 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-vm_inst] is - BUILD 2018-10-12 10:52:42,126 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-12 10:52:45,130 - create_instance - DEBUG - VM status query timeout in 896.733021021 2018-10-12 10:52:45,132 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:45,584 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-736a752c-2e02-4f65-a350-b89210993b35 x-compute-request-id: req-736a752c-2e02-4f65-a350-b89210993b35 Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:08", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "rel": "bookmark"}], "image": {"id": "bbdf15d9-09fe-4237-90ec-51a284e355df", "links": [{"href": "http://172.30.9.26:8774/images/bbdf15d9-09fe-4237-90ec-51a284e355df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4344ae00-497d-4b29-b687-e00df101d851", "links": [{"href": "http://172.30.9.26:8774/flavors/4344ae00-497d-4b29-b687-e00df101d851", "rel": "bookmark"}]}, "id": "3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "security_groups": [{"name": "default"}], "user_id": "88e9560a29e9460c8af8a5df80c26533", "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-10-12T10:52:43Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-3227a034-1591-44fc-a8fa-ebd08e6c9735-vm_inst", "created": "2018-10-12T10:52:41Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:52:45,584 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae used request id req-736a752c-2e02-4f65-a350-b89210993b35 2018-10-12 10:52:45,585 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-vm_inst] is - BUILD 2018-10-12 10:52:45,585 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-12 10:52:48,588 - create_instance - DEBUG - VM status query timeout in 893.274595022 2018-10-12 10:52:48,591 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:49,552 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-39a088c0-797e-4958-9f3a-a37f19d768dd x-compute-request-id: req-39a088c0-797e-4958-9f3a-a37f19d768dd Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:08", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "rel": "bookmark"}], "image": {"id": "bbdf15d9-09fe-4237-90ec-51a284e355df", "links": [{"href": "http://172.30.9.26:8774/images/bbdf15d9-09fe-4237-90ec-51a284e355df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-10-12T10:52:46.000000", "flavor": {"id": "4344ae00-497d-4b29-b687-e00df101d851", "links": [{"href": "http://172.30.9.26:8774/flavors/4344ae00-497d-4b29-b687-e00df101d851", "rel": "bookmark"}]}, "id": "3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "security_groups": [{"name": "default"}], "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:52:47Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-3227a034-1591-44fc-a8fa-ebd08e6c9735-vm_inst", "created": "2018-10-12T10:52:41Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:52:49,552 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae used request id req-39a088c0-797e-4958-9f3a-a37f19d768dd 2018-10-12 10:52:49,553 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-vm_inst] is - ACTIVE 2018-10-12 10:52:49,553 - create_instance - INFO - VM is - ACTIVE 2018-10-12 10:52:49,555 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:50,124 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52: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-a0c596f3-3cbf-4b3a-8bcd-370805a9b53b x-compute-request-id: req-a0c596f3-3cbf-4b3a-8bcd-370805a9b53b Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:08", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "rel": "bookmark"}], "image": {"id": "bbdf15d9-09fe-4237-90ec-51a284e355df", "links": [{"href": "http://172.30.9.26:8774/images/bbdf15d9-09fe-4237-90ec-51a284e355df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-10-12T10:52:46.000000", "flavor": {"id": "4344ae00-497d-4b29-b687-e00df101d851", "links": [{"href": "http://172.30.9.26:8774/flavors/4344ae00-497d-4b29-b687-e00df101d851", "rel": "bookmark"}]}, "id": "3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "security_groups": [{"name": "default"}], "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:52:47Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-3227a034-1591-44fc-a8fa-ebd08e6c9735-vm_inst", "created": "2018-10-12T10:52:41Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:52:50,124 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae used request id req-a0c596f3-3cbf-4b3a-8bcd-370805a9b53b 2018-10-12 10:52:50,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:50,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-7ec1a27c-7639-47ce-88bf-ba29594ba429 Date: Fri, 12 Oct 2018 10:52:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["b3b81750-10ff-4b1c-955e-bce889ecf035"],"description":"","tags":[],"updated_at":"2018-10-12T10:52:28Z","provider:segmentation_id":94,"name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:27Z","provider:network_type":"vxlan"}]} 2018-10-12 10:52:50,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net used request id req-7ec1a27c-7639-47ce-88bf-ba29594ba429 2018-10-12 10:52:50,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:50,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d50b2f9-81f7-4088-8e05-eb94d0617c4a 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:52:50,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-5d50b2f9-81f7-4088-8e05-eb94d0617c4a 2018-10-12 10:52:50,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:50,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a0ec7fb8-4556-4631-a48b-b44d1c3ac6b7 Date: Fri, 12 Oct 2018 10:52:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:28Z","dns_nameservers":[],"updated_at":"2018-10-12T10:52:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"b3b81750-10ff-4b1c-955e-bce889ecf035","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-subnet"}]} 2018-10-12 10:52:50,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b used request id req-a0ec7fb8-4556-4631-a48b-b44d1c3ac6b7 2018-10-12 10:52:50,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:50,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-c0d03749-d12e-49b4-a1c9-30407df9ff10 Date: Fri, 12 Oct 2018 10:52:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:52:44Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b3b81750-10ff-4b1c-955e-bce889ecf035","ip_address":"10.55.0.8"}],"id":"3cc36e75-9caa-4ea5-ad80-b0ac789ee8e4","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fe:41:08","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3939b6c7-a0c4-4462-bbb0-b6b8301063ae","name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-port","admin_state_up":true,"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:37Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:52:30Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b3b81750-10ff-4b1c-955e-bce889ecf035","ip_address":"10.55.0.4"}],"id":"a629c50a-3f5b-4425-9bd9-b467da2f7ae4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:a0:09","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7be91a14-3168-4266-bdcf-71a82c1aac0b","name":"","admin_state_up":true,"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:29Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:52:29Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b3b81750-10ff-4b1c-955e-bce889ecf035","ip_address":"10.55.0.2"}],"id":"d527e8b7-316a-40ef-ae5c-3a317475231e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c3:10:ab","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7be91a14-3168-4266-bdcf-71a82c1aac0b","name":"","admin_state_up":true,"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:28Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:52:29Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b3b81750-10ff-4b1c-955e-bce889ecf035","ip_address":"10.55.0.3"}],"id":"f26aa99a-2802-4598-a1d7-bf66a4da79ab","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8e:d8:57","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7be91a14-3168-4266-bdcf-71a82c1aac0b","name":"","admin_state_up":true,"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:29Z","binding:vnic_type":"normal"}]} 2018-10-12 10:52:50,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b used request id req-c0d03749-d12e-49b4-a1c9-30407df9ff10 2018-10-12 10:52:50,717 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:52:51,091 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:52:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["s3j9JPsJQaSG-ctExxquew"], "issued_at": "2018-10-12T10:52:51.000000Z"}} 2018-10-12 10:52:51,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}991522cd5e57be823aee70ef64c428f66a3cbcd8" 2018-10-12 10:52:51,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b39447ff-2482-4886-9146-e3cc6acdfd50 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:52:51,175 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b39447ff-2482-4886-9146-e3cc6acdfd50 2018-10-12 10:52:51,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:51,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-b0a597ab-3794-4e1a-b1a5-a5ad66a9220c x-compute-request-id: req-b0a597ab-3794-4e1a-b1a5-a5ad66a9220c Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:08", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "rel": "bookmark"}], "image": {"id": "bbdf15d9-09fe-4237-90ec-51a284e355df", "links": [{"href": "http://172.30.9.26:8774/images/bbdf15d9-09fe-4237-90ec-51a284e355df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-10-12T10:52:46.000000", "flavor": {"id": "4344ae00-497d-4b29-b687-e00df101d851", "links": [{"href": "http://172.30.9.26:8774/flavors/4344ae00-497d-4b29-b687-e00df101d851", "rel": "bookmark"}]}, "id": "3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "security_groups": [{"name": "default"}], "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:52:47Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-3227a034-1591-44fc-a8fa-ebd08e6c9735-vm_inst", "created": "2018-10-12T10:52:41Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:52:51,720 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae used request id req-b0a597ab-3794-4e1a-b1a5-a5ad66a9220c 2018-10-12 10:52:51,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:51,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-1a2b25ed-c274-4855-b93e-fe8eb840e8bb Date: Fri, 12 Oct 2018 10:52:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["b3b81750-10ff-4b1c-955e-bce889ecf035"],"description":"","tags":[],"updated_at":"2018-10-12T10:52:28Z","provider:segmentation_id":94,"name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:27Z","provider:network_type":"vxlan"}]} 2018-10-12 10:52:51,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net used request id req-1a2b25ed-c274-4855-b93e-fe8eb840e8bb 2018-10-12 10:52:51,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:52,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7df4155-7d6e-422f-97bb-cea6a31cf047 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:52:52,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-a7df4155-7d6e-422f-97bb-cea6a31cf047 2018-10-12 10:52:52,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:52,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-031acb83-29e6-45dd-81e8-7a6a32eafa76 Date: Fri, 12 Oct 2018 10:52:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:28Z","dns_nameservers":[],"updated_at":"2018-10-12T10:52:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"b3b81750-10ff-4b1c-955e-bce889ecf035","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-subnet"}]} 2018-10-12 10:52:52,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b used request id req-031acb83-29e6-45dd-81e8-7a6a32eafa76 2018-10-12 10:52:52,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:52,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-79939db3-2792-4101-9699-53467b663f17 Date: Fri, 12 Oct 2018 10:52:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:52:44Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b3b81750-10ff-4b1c-955e-bce889ecf035","ip_address":"10.55.0.8"}],"id":"3cc36e75-9caa-4ea5-ad80-b0ac789ee8e4","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fe:41:08","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3939b6c7-a0c4-4462-bbb0-b6b8301063ae","name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-port","admin_state_up":true,"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:37Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:52:30Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b3b81750-10ff-4b1c-955e-bce889ecf035","ip_address":"10.55.0.4"}],"id":"a629c50a-3f5b-4425-9bd9-b467da2f7ae4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:a0:09","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7be91a14-3168-4266-bdcf-71a82c1aac0b","name":"","admin_state_up":true,"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:29Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:52:29Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b3b81750-10ff-4b1c-955e-bce889ecf035","ip_address":"10.55.0.2"}],"id":"d527e8b7-316a-40ef-ae5c-3a317475231e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c3:10:ab","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7be91a14-3168-4266-bdcf-71a82c1aac0b","name":"","admin_state_up":true,"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:28Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:52:29Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b3b81750-10ff-4b1c-955e-bce889ecf035","ip_address":"10.55.0.3"}],"id":"f26aa99a-2802-4598-a1d7-bf66a4da79ab","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8e:d8:57","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7be91a14-3168-4266-bdcf-71a82c1aac0b","name":"","admin_state_up":true,"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:29Z","binding:vnic_type":"normal"}]} 2018-10-12 10:52:52,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b used request id req-79939db3-2792-4101-9699-53467b663f17 2018-10-12 10:52:52,281 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}991522cd5e57be823aee70ef64c428f66a3cbcd8" -d '{"volumeAttachment": {"volumeId": "cc73941b-8f94-4a72-aeb2-e798236df7e4"}}' 2018-10-12 10:52:54,195 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80b475c1-642e-4419-9988-bb6fdcebae83 x-compute-request-id: req-80b475c1-642e-4419-9988-bb6fdcebae83 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "id": "cc73941b-8f94-4a72-aeb2-e798236df7e4", "volumeId": "cc73941b-8f94-4a72-aeb2-e798236df7e4"}} 2018-10-12 10:52:54,195 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae/os-volume_attachments used request id req-80b475c1-642e-4419-9988-bb6fdcebae83 2018-10-12 10:52:54,199 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}991522cd5e57be823aee70ef64c428f66a3cbcd8" 2018-10-12 10:52:54,889 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-074eb2a1-e8f7-4bd5-b530-2042061ca62d x-compute-request-id: req-074eb2a1-e8f7-4bd5-b530-2042061ca62d Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:08", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "rel": "bookmark"}], "image": {"id": "bbdf15d9-09fe-4237-90ec-51a284e355df", "links": [{"href": "http://172.30.9.26:8774/images/bbdf15d9-09fe-4237-90ec-51a284e355df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-10-12T10:52:46.000000", "flavor": {"id": "4344ae00-497d-4b29-b687-e00df101d851", "links": [{"href": "http://172.30.9.26:8774/flavors/4344ae00-497d-4b29-b687-e00df101d851", "rel": "bookmark"}]}, "id": "3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "security_groups": [{"name": "default"}], "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:52:47Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-3227a034-1591-44fc-a8fa-ebd08e6c9735-vm_inst", "created": "2018-10-12T10:52:41Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [{"id": "cc73941b-8f94-4a72-aeb2-e798236df7e4"}], "metadata": {}}} 2018-10-12 10:52:54,890 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae used request id req-074eb2a1-e8f7-4bd5-b530-2042061ca62d 2018-10-12 10:52:54,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}991522cd5e57be823aee70ef64c428f66a3cbcd8" 2018-10-12 10:52:55,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-52448b9f-9cd8-4d3b-97a3-193f769c7da4 Date: Fri, 12 Oct 2018 10:52:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["b3b81750-10ff-4b1c-955e-bce889ecf035"],"description":"","tags":[],"updated_at":"2018-10-12T10:52:28Z","provider:segmentation_id":94,"name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:27Z","provider:network_type":"vxlan"}]} 2018-10-12 10:52:55,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net used request id req-52448b9f-9cd8-4d3b-97a3-193f769c7da4 2018-10-12 10:52:55,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:52:55,295 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:52: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:52:55,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}991522cd5e57be823aee70ef64c428f66a3cbcd8" 2018-10-12 10:52:55,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-120bf774-3ea5-451a-aa99-d18d840354fa 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:52:55,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-120bf774-3ea5-451a-aa99-d18d840354fa 2018-10-12 10:52:55,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}991522cd5e57be823aee70ef64c428f66a3cbcd8" 2018-10-12 10:52:55,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7506d30a-c2ee-42fd-99de-c24f4f39df32 Date: Fri, 12 Oct 2018 10:52:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:28Z","dns_nameservers":[],"updated_at":"2018-10-12T10:52:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"b3b81750-10ff-4b1c-955e-bce889ecf035","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-subnet"}]} 2018-10-12 10:52:55,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b used request id req-7506d30a-c2ee-42fd-99de-c24f4f39df32 2018-10-12 10:52:55,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}991522cd5e57be823aee70ef64c428f66a3cbcd8" 2018-10-12 10:52:55,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-92dd89eb-0ff2-4596-a875-5a7e8ddaab92 Date: Fri, 12 Oct 2018 10:52:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:52:44Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b3b81750-10ff-4b1c-955e-bce889ecf035","ip_address":"10.55.0.8"}],"id":"3cc36e75-9caa-4ea5-ad80-b0ac789ee8e4","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fe:41:08","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3939b6c7-a0c4-4462-bbb0-b6b8301063ae","name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-port","admin_state_up":true,"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:37Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:52:30Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b3b81750-10ff-4b1c-955e-bce889ecf035","ip_address":"10.55.0.4"}],"id":"a629c50a-3f5b-4425-9bd9-b467da2f7ae4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:a0:09","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7be91a14-3168-4266-bdcf-71a82c1aac0b","name":"","admin_state_up":true,"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:29Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:52:29Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b3b81750-10ff-4b1c-955e-bce889ecf035","ip_address":"10.55.0.2"}],"id":"d527e8b7-316a-40ef-ae5c-3a317475231e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c3:10:ab","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7be91a14-3168-4266-bdcf-71a82c1aac0b","name":"","admin_state_up":true,"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:28Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:52:29Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b3b81750-10ff-4b1c-955e-bce889ecf035","ip_address":"10.55.0.3"}],"id":"f26aa99a-2802-4598-a1d7-bf66a4da79ab","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8e:d8:57","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7be91a14-3168-4266-bdcf-71a82c1aac0b","name":"","admin_state_up":true,"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:29Z","binding:vnic_type":"normal"}]} 2018-10-12 10:52:55,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b used request id req-92dd89eb-0ff2-4596-a875-5a7e8ddaab92 2018-10-12 10:52:55,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}991522cd5e57be823aee70ef64c428f66a3cbcd8" 2018-10-12 10:52:55,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2a20b2b-8450-4199-9824-af5c929b1750 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:52:55,878 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a2a20b2b-8450-4199-9824-af5c929b1750 2018-10-12 10:52:55,881 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:56,467 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-e4769b97-e978-48db-8f3e-a5594040c494 x-compute-request-id: req-e4769b97-e978-48db-8f3e-a5594040c494 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:08", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "rel": "bookmark"}], "image": {"id": "bbdf15d9-09fe-4237-90ec-51a284e355df", "links": [{"href": "http://172.30.9.26:8774/images/bbdf15d9-09fe-4237-90ec-51a284e355df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-10-12T10:52:46.000000", "flavor": {"id": "4344ae00-497d-4b29-b687-e00df101d851", "links": [{"href": "http://172.30.9.26:8774/flavors/4344ae00-497d-4b29-b687-e00df101d851", "rel": "bookmark"}]}, "id": "3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "security_groups": [{"name": "default"}], "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:52:55Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-3227a034-1591-44fc-a8fa-ebd08e6c9735-vm_inst", "created": "2018-10-12T10:52:41Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [{"id": "cc73941b-8f94-4a72-aeb2-e798236df7e4"}], "metadata": {}}} 2018-10-12 10:52:56,467 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae used request id req-e4769b97-e978-48db-8f3e-a5594040c494 2018-10-12 10:52:56,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:56,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-a7749929-b7fc-4971-a221-ec3d2a3fb74d Date: Fri, 12 Oct 2018 10:52:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["b3b81750-10ff-4b1c-955e-bce889ecf035"],"description":"","tags":[],"updated_at":"2018-10-12T10:52:28Z","provider:segmentation_id":94,"name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:27Z","provider:network_type":"vxlan"}]} 2018-10-12 10:52:56,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net used request id req-a7749929-b7fc-4971-a221-ec3d2a3fb74d 2018-10-12 10:52:56,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:56,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90845530-3ccc-41d1-891b-5dc564ea436f 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:52:56,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-90845530-3ccc-41d1-891b-5dc564ea436f 2018-10-12 10:52:56,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:56,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e75af308-a88d-475b-ae50-22692a9625c9 Date: Fri, 12 Oct 2018 10:52:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:28Z","dns_nameservers":[],"updated_at":"2018-10-12T10:52:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"b3b81750-10ff-4b1c-955e-bce889ecf035","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-subnet"}]} 2018-10-12 10:52:56,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b used request id req-e75af308-a88d-475b-ae50-22692a9625c9 2018-10-12 10:52:56,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:56,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-e1aeb430-a4cc-4bda-905f-2675ef05c776 Date: Fri, 12 Oct 2018 10:52:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:52:44Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b3b81750-10ff-4b1c-955e-bce889ecf035","ip_address":"10.55.0.8"}],"id":"3cc36e75-9caa-4ea5-ad80-b0ac789ee8e4","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fe:41:08","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3939b6c7-a0c4-4462-bbb0-b6b8301063ae","name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-port","admin_state_up":true,"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:37Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:52:30Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b3b81750-10ff-4b1c-955e-bce889ecf035","ip_address":"10.55.0.4"}],"id":"a629c50a-3f5b-4425-9bd9-b467da2f7ae4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:a0:09","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7be91a14-3168-4266-bdcf-71a82c1aac0b","name":"","admin_state_up":true,"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:29Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:52:29Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b3b81750-10ff-4b1c-955e-bce889ecf035","ip_address":"10.55.0.2"}],"id":"d527e8b7-316a-40ef-ae5c-3a317475231e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c3:10:ab","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7be91a14-3168-4266-bdcf-71a82c1aac0b","name":"","admin_state_up":true,"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:28Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:52:29Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b3b81750-10ff-4b1c-955e-bce889ecf035","ip_address":"10.55.0.3"}],"id":"f26aa99a-2802-4598-a1d7-bf66a4da79ab","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8e:d8:57","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7be91a14-3168-4266-bdcf-71a82c1aac0b","name":"","admin_state_up":true,"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:29Z","binding:vnic_type":"normal"}]} 2018-10-12 10:52:56,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b used request id req-e1aeb430-a4cc-4bda-905f-2675ef05c776 2018-10-12 10:52:56,913 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}991522cd5e57be823aee70ef64c428f66a3cbcd8" 2018-10-12 10:52:57,507 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6c26efc9-2ce0-4a23-b1c1-7bf6ca0aef1d x-compute-request-id: req-6c26efc9-2ce0-4a23-b1c1-7bf6ca0aef1d Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:08", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "rel": "bookmark"}], "image": {"id": "bbdf15d9-09fe-4237-90ec-51a284e355df", "links": [{"href": "http://172.30.9.26:8774/images/bbdf15d9-09fe-4237-90ec-51a284e355df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-10-12T10:52:46.000000", "flavor": {"id": "4344ae00-497d-4b29-b687-e00df101d851", "links": [{"href": "http://172.30.9.26:8774/flavors/4344ae00-497d-4b29-b687-e00df101d851", "rel": "bookmark"}]}, "id": "3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "security_groups": [{"name": "default"}], "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:52:55Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-3227a034-1591-44fc-a8fa-ebd08e6c9735-vm_inst", "created": "2018-10-12T10:52:41Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [{"id": "cc73941b-8f94-4a72-aeb2-e798236df7e4"}], "metadata": {}}} 2018-10-12 10:52:57,507 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae used request id req-6c26efc9-2ce0-4a23-b1c1-7bf6ca0aef1d 2018-10-12 10:52:57,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}991522cd5e57be823aee70ef64c428f66a3cbcd8" 2018-10-12 10:52:57,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-3ef0779b-9f32-4b26-bb9b-e74ca8947886 Date: Fri, 12 Oct 2018 10:52:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["b3b81750-10ff-4b1c-955e-bce889ecf035"],"description":"","tags":[],"updated_at":"2018-10-12T10:52:28Z","provider:segmentation_id":94,"name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:27Z","provider:network_type":"vxlan"}]} 2018-10-12 10:52:57,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net used request id req-3ef0779b-9f32-4b26-bb9b-e74ca8947886 2018-10-12 10:52:57,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}991522cd5e57be823aee70ef64c428f66a3cbcd8" 2018-10-12 10:52:57,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ddef5d4-eead-48b8-88a7-764a156924c1 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:52:57,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-4ddef5d4-eead-48b8-88a7-764a156924c1 2018-10-12 10:52:57,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}991522cd5e57be823aee70ef64c428f66a3cbcd8" 2018-10-12 10:52:57,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b02e345e-edda-4d25-bf1f-2a9e4105769b Date: Fri, 12 Oct 2018 10:52:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:28Z","dns_nameservers":[],"updated_at":"2018-10-12T10:52:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"b3b81750-10ff-4b1c-955e-bce889ecf035","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-subnet"}]} 2018-10-12 10:52:57,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b used request id req-b02e345e-edda-4d25-bf1f-2a9e4105769b 2018-10-12 10:52:57,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}991522cd5e57be823aee70ef64c428f66a3cbcd8" 2018-10-12 10:52:57,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-2c60506b-af44-46eb-8d33-7cfaf975ac9d Date: Fri, 12 Oct 2018 10:52:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:52:44Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b3b81750-10ff-4b1c-955e-bce889ecf035","ip_address":"10.55.0.8"}],"id":"3cc36e75-9caa-4ea5-ad80-b0ac789ee8e4","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fe:41:08","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3939b6c7-a0c4-4462-bbb0-b6b8301063ae","name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-port","admin_state_up":true,"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:37Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:52:30Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b3b81750-10ff-4b1c-955e-bce889ecf035","ip_address":"10.55.0.4"}],"id":"a629c50a-3f5b-4425-9bd9-b467da2f7ae4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:a0:09","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7be91a14-3168-4266-bdcf-71a82c1aac0b","name":"","admin_state_up":true,"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:29Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:52:29Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b3b81750-10ff-4b1c-955e-bce889ecf035","ip_address":"10.55.0.2"}],"id":"d527e8b7-316a-40ef-ae5c-3a317475231e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c3:10:ab","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7be91a14-3168-4266-bdcf-71a82c1aac0b","name":"","admin_state_up":true,"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:28Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:52:29Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b3b81750-10ff-4b1c-955e-bce889ecf035","ip_address":"10.55.0.3"}],"id":"f26aa99a-2802-4598-a1d7-bf66a4da79ab","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8e:d8:57","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7be91a14-3168-4266-bdcf-71a82c1aac0b","name":"","admin_state_up":true,"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:29Z","binding:vnic_type":"normal"}]} 2018-10-12 10:52:57,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b used request id req-2c60506b-af44-46eb-8d33-7cfaf975ac9d 2018-10-12 10:52:57,943 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/cc73941b-8f94-4a72-aeb2-e798236df7e4 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}991522cd5e57be823aee70ef64c428f66a3cbcd8" 2018-10-12 10:52:58,706 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52:57 GMT Server: Apache x-compute-request-id: req-fbbabb17-aa48-4d23-8d35-c165986c9187 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fbbabb17-aa48-4d23-8d35-c165986c9187 Content-Encoding: gzip Content-Length: 626 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "attachment_id": "3384c230-04c7-4625-9134-50d689120740", "attached_at": "2018-10-12T10:52:55.000000", "host_name": null, "volume_id": "cc73941b-8f94-4a72-aeb2-e798236df7e4", "device": "/dev/vdb", "id": "cc73941b-8f94-4a72-aeb2-e798236df7e4"}], "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/cc73941b-8f94-4a72-aeb2-e798236df7e4", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/volumes/cc73941b-8f94-4a72-aeb2-e798236df7e4", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-12T10:52:55.000000", "replication_status": null, "snapshot_id": null, "id": "cc73941b-8f94-4a72-aeb2-e798236df7e4", "size": 1, "user_id": "88e9560a29e9460c8af8a5df80c26533", "os-vol-tenant-attr:tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "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-3227a034-1591-44fc-a8fa-ebd08e6c9735", "bootable": "false", "created_at": "2018-10-12T10:52:31.000000", "volume_type": null}} 2018-10-12 10:52:58,706 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/cc73941b-8f94-4a72-aeb2-e798236df7e4 used request id req-fbbabb17-aa48-4d23-8d35-c165986c9187 2018-10-12 10:52:58,709 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:59,400 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-591ca993-8f4f-48c0-9010-fce521f13495 x-compute-request-id: req-591ca993-8f4f-48c0-9010-fce521f13495 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:41:08", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "rel": "bookmark"}], "image": {"id": "bbdf15d9-09fe-4237-90ec-51a284e355df", "links": [{"href": "http://172.30.9.26:8774/images/bbdf15d9-09fe-4237-90ec-51a284e355df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-10-12T10:52:46.000000", "flavor": {"id": "4344ae00-497d-4b29-b687-e00df101d851", "links": [{"href": "http://172.30.9.26:8774/flavors/4344ae00-497d-4b29-b687-e00df101d851", "rel": "bookmark"}]}, "id": "3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "security_groups": [{"name": "default"}], "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:52:55Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-3227a034-1591-44fc-a8fa-ebd08e6c9735-vm_inst", "created": "2018-10-12T10:52:41Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [{"id": "cc73941b-8f94-4a72-aeb2-e798236df7e4"}], "metadata": {}}} 2018-10-12 10:52:59,401 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae used request id req-591ca993-8f4f-48c0-9010-fce521f13495 2018-10-12 10:52:59,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:59,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-76f9b0ce-d8d1-4e54-abd0-c3d13b77a05c Date: Fri, 12 Oct 2018 10:52:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["b3b81750-10ff-4b1c-955e-bce889ecf035"],"description":"","tags":[],"updated_at":"2018-10-12T10:52:28Z","provider:segmentation_id":94,"name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:27Z","provider:network_type":"vxlan"}]} 2018-10-12 10:52:59,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net used request id req-76f9b0ce-d8d1-4e54-abd0-c3d13b77a05c 2018-10-12 10:52:59,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:59,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:52:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66271bcf-3212-4d46-b7d7-878e62dec6a3 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:52:59,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-66271bcf-3212-4d46-b7d7-878e62dec6a3 2018-10-12 10:52:59,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:59,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-45f5fe41-9332-4d2b-aaf3-926615355ce1 Date: Fri, 12 Oct 2018 10:52:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:28Z","dns_nameservers":[],"updated_at":"2018-10-12T10:52:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"104d75bb2cac4b4998c38732dc15f0bd","id":"b3b81750-10ff-4b1c-955e-bce889ecf035","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-subnet"}]} 2018-10-12 10:52:59,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b used request id req-45f5fe41-9332-4d2b-aaf3-926615355ce1 2018-10-12 10:52:59,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:52:59,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-218b96e9-89df-4579-94f0-804e7b85bdd6 Date: Fri, 12 Oct 2018 10:52:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:52:44Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b3b81750-10ff-4b1c-955e-bce889ecf035","ip_address":"10.55.0.8"}],"id":"3cc36e75-9caa-4ea5-ad80-b0ac789ee8e4","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fe:41:08","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3939b6c7-a0c4-4462-bbb0-b6b8301063ae","name":"NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-port","admin_state_up":true,"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:37Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:52:30Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b3b81750-10ff-4b1c-955e-bce889ecf035","ip_address":"10.55.0.4"}],"id":"a629c50a-3f5b-4425-9bd9-b467da2f7ae4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:a0:09","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7be91a14-3168-4266-bdcf-71a82c1aac0b","name":"","admin_state_up":true,"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:29Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:52:29Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b3b81750-10ff-4b1c-955e-bce889ecf035","ip_address":"10.55.0.2"}],"id":"d527e8b7-316a-40ef-ae5c-3a317475231e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c3:10:ab","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7be91a14-3168-4266-bdcf-71a82c1aac0b","name":"","admin_state_up":true,"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:28Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:52:29Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b3b81750-10ff-4b1c-955e-bce889ecf035","ip_address":"10.55.0.3"}],"id":"f26aa99a-2802-4598-a1d7-bf66a4da79ab","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8e:d8:57","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7be91a14-3168-4266-bdcf-71a82c1aac0b","name":"","admin_state_up":true,"network_id":"7be91a14-3168-4266-bdcf-71a82c1aac0b","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:52:29Z","binding:vnic_type":"normal"}]} 2018-10-12 10:52:59,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=7be91a14-3168-4266-bdcf-71a82c1aac0b used request id req-218b96e9-89df-4579-94f0-804e7b85bdd6 2018-10-12 10:52:59,823 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae/os-volume_attachments/cc73941b-8f94-4a72-aeb2-e798236df7e4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}991522cd5e57be823aee70ef64c428f66a3cbcd8" 2018-10-12 10:53:01,127 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:52:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c7c9dc37-4b2c-4dac-80ee-b5706c578b8d x-compute-request-id: req-c7c9dc37-4b2c-4dac-80ee-b5706c578b8d Content-Length: 0 Content-Type: application/json 2018-10-12 10:53:01,127 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae/os-volume_attachments/cc73941b-8f94-4a72-aeb2-e798236df7e4 used request id req-c7c9dc37-4b2c-4dac-80ee-b5706c578b8d 2018-10-12 10:53:01,128 - create_instance - INFO - Deleting Port with ID - 3cc36e75-9caa-4ea5-ad80-b0ac789ee8e4 2018-10-12 10:53:01,128 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-port 2018-10-12 10:53:01,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/3cc36e75-9caa-4ea5-ad80-b0ac789ee8e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:53:01,601 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-98af93fd-dbc9-4774-ab9a-78e580715fdf Date: Fri, 12 Oct 2018 10:53:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:53:01,601 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/3cc36e75-9caa-4ea5-ad80-b0ac789ee8e4 used request id req-98af93fd-dbc9-4774-ab9a-78e580715fdf 2018-10-12 10:53:01,601 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-vm_inst 2018-10-12 10:53:01,604 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:53:01,821 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:53:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-64c2d869-f85b-4566-8dfe-e57cc26025b2 x-compute-request-id: req-64c2d869-f85b-4566-8dfe-e57cc26025b2 Content-Type: application/json 2018-10-12 10:53:01,821 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae used request id req-64c2d869-f85b-4566-8dfe-e57cc26025b2 2018-10-12 10:53:01,821 - create_instance - INFO - Checking deletion status 2018-10-12 10:53:01,824 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:53:02,218 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13e0494d-47b7-4426-b298-2e938c2da062 x-compute-request-id: req-13e0494d-47b7-4426-b298-2e938c2da062 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "rel": "bookmark"}], "image": {"id": "bbdf15d9-09fe-4237-90ec-51a284e355df", "links": [{"href": "http://172.30.9.26:8774/images/bbdf15d9-09fe-4237-90ec-51a284e355df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-10-12T10:52:46.000000", "flavor": {"id": "4344ae00-497d-4b29-b687-e00df101d851", "links": [{"href": "http://172.30.9.26:8774/flavors/4344ae00-497d-4b29-b687-e00df101d851", "rel": "bookmark"}]}, "id": "3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:53:01Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-3227a034-1591-44fc-a8fa-ebd08e6c9735-vm_inst", "created": "2018-10-12T10:52:41Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [{"id": "cc73941b-8f94-4a72-aeb2-e798236df7e4"}], "metadata": {}}} 2018-10-12 10:53:02,218 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae used request id req-13e0494d-47b7-4426-b298-2e938c2da062 2018-10-12 10:53:02,218 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-vm_inst] is - ACTIVE 2018-10-12 10:53:02,219 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-12 10:53:05,222 - create_instance - DEBUG - VM status query timeout in 296.599709988 2018-10-12 10:53:05,225 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:53:05,661 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9fbda246-2676-45fb-b0a2-5e20a1837e21 x-compute-request-id: req-9fbda246-2676-45fb-b0a2-5e20a1837e21 Content-Encoding: gzip Content-Length: 733 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "rel": "bookmark"}], "image": {"id": "bbdf15d9-09fe-4237-90ec-51a284e355df", "links": [{"href": "http://172.30.9.26:8774/images/bbdf15d9-09fe-4237-90ec-51a284e355df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-10-12T10:52:46.000000", "flavor": {"id": "4344ae00-497d-4b29-b687-e00df101d851", "links": [{"href": "http://172.30.9.26:8774/flavors/4344ae00-497d-4b29-b687-e00df101d851", "rel": "bookmark"}]}, "id": "3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:53:01Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-3227a034-1591-44fc-a8fa-ebd08e6c9735-vm_inst", "created": "2018-10-12T10:52:41Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:53:05,661 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae used request id req-9fbda246-2676-45fb-b0a2-5e20a1837e21 2018-10-12 10:53:05,662 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-vm_inst] is - ACTIVE 2018-10-12 10:53:05,662 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-12 10:53:08,665 - create_instance - DEBUG - VM status query timeout in 293.156630993 2018-10-12 10:53:08,668 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:53:08,908 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-225236a0-20b8-4698-bfc3-662e41ab54b2 x-compute-request-id: req-225236a0-20b8-4698-bfc3-662e41ab54b2 Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "rel": "bookmark"}], "image": {"id": "bbdf15d9-09fe-4237-90ec-51a284e355df", "links": [{"href": "http://172.30.9.26:8774/images/bbdf15d9-09fe-4237-90ec-51a284e355df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-10-12T10:52:46.000000", "flavor": {"id": "4344ae00-497d-4b29-b687-e00df101d851", "links": [{"href": "http://172.30.9.26:8774/flavors/4344ae00-497d-4b29-b687-e00df101d851", "rel": "bookmark"}]}, "id": "3939b6c7-a0c4-4462-bbb0-b6b8301063ae", "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:53:08Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-3227a034-1591-44fc-a8fa-ebd08e6c9735-vm_inst", "created": "2018-10-12T10:52:41Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:53:08,908 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae used request id req-225236a0-20b8-4698-bfc3-662e41ab54b2 2018-10-12 10:53:08,909 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-vm_inst] is - ACTIVE 2018-10-12 10:53:08,909 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-12 10:53:11,912 - create_instance - DEBUG - VM status query timeout in 289.90941596 2018-10-12 10:53:11,915 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d77101148604a0e4a2d8b858f459cb96adfd62f6" 2018-10-12 10:53:11,958 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 12 Oct 2018 10:53:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dec37fa4-2835-4299-8aa7-fd28761aa8ab x-compute-request-id: req-dec37fa4-2835-4299-8aa7-fd28761aa8ab Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 3939b6c7-a0c4-4462-bbb0-b6b8301063ae could not be found.", "code": 404}} 2018-10-12 10:53:11,958 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/3939b6c7-a0c4-4462-bbb0-b6b8301063ae used request id req-dec37fa4-2835-4299-8aa7-fd28761aa8ab 2018-10-12 10:53:11,959 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 3939b6c7-a0c4-4462-bbb0-b6b8301063ae could not be found. (HTTP 404) (Request-ID: req-dec37fa4-2835-4299-8aa7-fd28761aa8ab) 2018-10-12 10:53:11,959 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-vm_inst 2018-10-12 10:53:11,963 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/cc73941b-8f94-4a72-aeb2-e798236df7e4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ebace073-fd29-44f9-9b5e-118406bbb06b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61903030e80e1538cdb17638fafc70c819cf457b" 2018-10-12 10:53:12,153 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:11 GMT Server: Apache x-compute-request-id: req-836b6bc9-a8ef-4fc3-b48c-be8fbec7b37e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-836b6bc9-a8ef-4fc3-b48c-be8fbec7b37e Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/cc73941b-8f94-4a72-aeb2-e798236df7e4", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/volumes/cc73941b-8f94-4a72-aeb2-e798236df7e4", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-12T10:53:09.000000", "replication_status": null, "snapshot_id": null, "id": "cc73941b-8f94-4a72-aeb2-e798236df7e4", "size": 1, "user_id": "88e9560a29e9460c8af8a5df80c26533", "os-vol-tenant-attr:tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "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-3227a034-1591-44fc-a8fa-ebd08e6c9735", "bootable": "false", "created_at": "2018-10-12T10:52:31.000000", "volume_type": null}} 2018-10-12 10:53:12,153 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/cc73941b-8f94-4a72-aeb2-e798236df7e4 used request id req-836b6bc9-a8ef-4fc3-b48c-be8fbec7b37e 2018-10-12 10:53:12,153 - create_volume - DEBUG - Instance status is - available 2018-10-12 10:53:12,153 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735 2018-10-12 10:53:12,153 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735 2018-10-12 10:53:12,156 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/cc73941b-8f94-4a72-aeb2-e798236df7e4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ebace073-fd29-44f9-9b5e-118406bbb06b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61903030e80e1538cdb17638fafc70c819cf457b" 2018-10-12 10:53:12,270 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:53:12 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-76811066-a096-43f2-802c-91affb291352 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-10-12 10:53:12,270 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/cc73941b-8f94-4a72-aeb2-e798236df7e4 used request id req-76811066-a096-43f2-802c-91affb291352 2018-10-12 10:53:12,273 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/cc73941b-8f94-4a72-aeb2-e798236df7e4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ebace073-fd29-44f9-9b5e-118406bbb06b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61903030e80e1538cdb17638fafc70c819cf457b" 2018-10-12 10:53:12,428 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:12 GMT Server: Apache x-compute-request-id: req-dfb02e80-3610-4507-9127-f32cc3d9c784 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dfb02e80-3610-4507-9127-f32cc3d9c784 Content-Encoding: gzip Content-Length: 528 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/cc73941b-8f94-4a72-aeb2-e798236df7e4", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/volumes/cc73941b-8f94-4a72-aeb2-e798236df7e4", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-12T10:53:12.000000", "replication_status": null, "snapshot_id": null, "id": "cc73941b-8f94-4a72-aeb2-e798236df7e4", "size": 1, "user_id": "88e9560a29e9460c8af8a5df80c26533", "os-vol-tenant-attr:tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "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-3227a034-1591-44fc-a8fa-ebd08e6c9735", "bootable": "false", "created_at": "2018-10-12T10:52:31.000000", "volume_type": null}} 2018-10-12 10:53:12,428 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/cc73941b-8f94-4a72-aeb2-e798236df7e4 used request id req-dfb02e80-3610-4507-9127-f32cc3d9c784 2018-10-12 10:53:12,428 - create_volume - DEBUG - Instance status is - deleting 2018-10-12 10:53:12,429 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-12 10:53:15,432 - create_volume - DEBUG - Volume status query timeout in 56.8383369446 2018-10-12 10:53:15,435 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/cc73941b-8f94-4a72-aeb2-e798236df7e4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ebace073-fd29-44f9-9b5e-118406bbb06b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61903030e80e1538cdb17638fafc70c819cf457b" 2018-10-12 10:53:16,194 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 12 Oct 2018 10:53:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-b31950f5-12c8-42b4-beea-9f5e31479f71 x-openstack-request-id: req-b31950f5-12c8-42b4-beea-9f5e31479f71 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume cc73941b-8f94-4a72-aeb2-e798236df7e4 could not be found.", "code": 404}} 2018-10-12 10:53:16,195 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/cc73941b-8f94-4a72-aeb2-e798236df7e4 used request id req-b31950f5-12c8-42b4-beea-9f5e31479f71 2018-10-12 10:53:16,195 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume cc73941b-8f94-4a72-aeb2-e798236df7e4 could not be found. (HTTP 404) (Request-ID: req-b31950f5-12c8-42b4-beea-9f5e31479f71) 2018-10-12 10:53:16,195 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735 2018-10-12 10:53:16,198 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/4344ae00-497d-4b29-b687-e00df101d851 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}115ddd0700e8f43af249161e33fec4ad6c80e30a" 2018-10-12 10:53:16,284 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10: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 x-openstack-request-id: req-2ba8078e-f70c-4cd9-9edb-eff5c6bbdc22 x-compute-request-id: req-2ba8078e-f70c-4cd9-9edb-eff5c6bbdc22 Content-Length: 0 Content-Type: application/json 2018-10-12 10:53:16,284 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/4344ae00-497d-4b29-b687-e00df101d851 used request id req-2ba8078e-f70c-4cd9-9edb-eff5c6bbdc22 2018-10-12 10:53:16,285 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-subnet 2018-10-12 10:53:16,285 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-subnet 2018-10-12 10:53:16,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/b3b81750-10ff-4b1c-955e-bce889ecf035 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cc638fcb7536e24678d653a71a3636b1c03b9f" 2018-10-12 10:53:18,277 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2d24015f-2fe2-454a-a647-05593467dd49 Date: Fri, 12 Oct 2018 10:53:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:53:18,278 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/b3b81750-10ff-4b1c-955e-bce889ecf035 used request id req-2d24015f-2fe2-454a-a647-05593467dd49 2018-10-12 10:53:18,278 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-net 2018-10-12 10:53:18,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/7be91a14-3168-4266-bdcf-71a82c1aac0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4cc638fcb7536e24678d653a71a3636b1c03b9f" 2018-10-12 10:53:19,607 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-91582d52-68b0-4d75-bb12-1e3910ef433e Date: Fri, 12 Oct 2018 10:53:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:53:19,607 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/7be91a14-3168-4266-bdcf-71a82c1aac0b used request id req-91582d52-68b0-4d75-bb12-1e3910ef433e 2018-10-12 10:53:19,607 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-3227a034-1591-44fc-a8fa-ebd08e6c9735-image 2018-10-12 10:53:19,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/bbdf15d9-09fe-4237-90ec-51a284e355df -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4344ae4806e7e550d5bbba60f64ec909b42505e1" 2018-10-12 10:53:21,130 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-be347e1d-2770-473a-868a-bbc48ac868ba Date: Fri, 12 Oct 2018 10:53:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 10:53:21,130 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/bbdf15d9-09fe-4237-90ec-51a284e355df used request id req-be347e1d-2770-473a-868a-bbc48ac868ba 2018-10-12 10:53:21,132 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:53:21,133 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:53:21,134 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:53:21,509 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:53:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["n8PtsjKBQcuydUqmg7SOqw"], "issued_at": "2018-10-12T10:53:21.000000Z"}} 2018-10-12 10:53:21,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc32e48d157d418b68db3c3294c70fa3fb332553" 2018-10-12 10:53:21,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e2342eb-8d9f-4cc8-8984-c5ed40cb588b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:53:21,594 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8e2342eb-8d9f-4cc8-8984-c5ed40cb588b 2018-10-12 10:53:21,595 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:53:21,600 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc32e48d157d418b68db3c3294c70fa3fb332553" 2018-10-12 10:53:21,781 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-264e3734-4c34-431a-9077-bc8d34e7ea7d x-compute-request-id: req-264e3734-4c34-431a-9077-bc8d34e7ea7d Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-12 10:53:21,781 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-264e3734-4c34-431a-9077-bc8d34e7ea7d 2018-10-12 10:53:21,785 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc32e48d157d418b68db3c3294c70fa3fb332553" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-2bca5781-1c4c-4ad9-a90a-dce5162d6c1fname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-10-12 10:53:21,880 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e8820622-ec54-425b-badd-d24967de462c x-compute-request-id: req-e8820622-ec54-425b-badd-d24967de462c Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/e1d84d74-5c59-40c6-a6c2-2aa2618ff046", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/e1d84d74-5c59-40c6-a6c2-2aa2618ff046", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e1d84d74-5c59-40c6-a6c2-2aa2618ff046", "name": "CreateFlavorTests-2bca5781-1c4c-4ad9-a90a-dce5162d6c1fname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 10:53:21,880 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-e8820622-ec54-425b-badd-d24967de462c 2018-10-12 10:53:21,881 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:53:22,350 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:53:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["aq_7TEyHQ9SFlhHFXJB96g"], "issued_at": "2018-10-12T10:53:22.000000Z"}} 2018-10-12 10:53:22,353 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/e1d84d74-5c59-40c6-a6c2-2aa2618ff046 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b32111a04ad7c7b1a084604a71d36ba6c6e76852" 2018-10-12 10:53:22,515 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-a357f910-1e34-45c7-90f7-4f90a3c242a5 x-compute-request-id: req-a357f910-1e34-45c7-90f7-4f90a3c242a5 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/e1d84d74-5c59-40c6-a6c2-2aa2618ff046", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/e1d84d74-5c59-40c6-a6c2-2aa2618ff046", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e1d84d74-5c59-40c6-a6c2-2aa2618ff046", "name": "CreateFlavorTests-2bca5781-1c4c-4ad9-a90a-dce5162d6c1fname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 10:53:22,515 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/e1d84d74-5c59-40c6-a6c2-2aa2618ff046 used request id req-a357f910-1e34-45c7-90f7-4f90a3c242a5 2018-10-12 10:53:22,517 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/e1d84d74-5c59-40c6-a6c2-2aa2618ff046/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b32111a04ad7c7b1a084604a71d36ba6c6e76852" 2018-10-12 10:53:22,535 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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 x-openstack-request-id: req-0f5867ba-bc5b-470e-b7a6-1a85721a588c x-compute-request-id: req-0f5867ba-bc5b-470e-b7a6-1a85721a588c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-12 10:53:22,535 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/e1d84d74-5c59-40c6-a6c2-2aa2618ff046/os-extra_specs used request id req-0f5867ba-bc5b-470e-b7a6-1a85721a588c 2018-10-12 10:53:22,538 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/e1d84d74-5c59-40c6-a6c2-2aa2618ff046 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc32e48d157d418b68db3c3294c70fa3fb332553" 2018-10-12 10:53:22,579 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10: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 x-openstack-request-id: req-2b921c14-e996-42c8-a201-97c2b73331fe x-compute-request-id: req-2b921c14-e996-42c8-a201-97c2b73331fe Content-Length: 0 Content-Type: application/json 2018-10-12 10:53:22,579 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/e1d84d74-5c59-40c6-a6c2-2aa2618ff046 used request id req-2b921c14-e996-42c8-a201-97c2b73331fe 2018-10-12 10:53:22,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b32111a04ad7c7b1a084604a71d36ba6c6e76852" 2018-10-12 10:53:22,617 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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 x-openstack-request-id: req-92b8f2fe-2005-4692-9dd1-bc7e4095554b x-compute-request-id: req-92b8f2fe-2005-4692-9dd1-bc7e4095554b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-12 10:53:22,617 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-92b8f2fe-2005-4692-9dd1-bc7e4095554b 2018-10-12 10:53:22,619 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:53:22,620 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:53:22,621 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:53:22,995 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:53:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["f1jShjIoRxWsSTZ9muEiBg"], "issued_at": "2018-10-12T10:53:23.000000Z"}} 2018-10-12 10:53:22,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f30a592b955272b5b02fa29052b773a201453192" 2018-10-12 10:53:23,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a80687c-ac50-4438-b717-216c85b88436 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:53:23,079 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7a80687c-ac50-4438-b717-216c85b88436 2018-10-12 10:53:23,080 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:53:23,085 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f30a592b955272b5b02fa29052b773a201453192" 2018-10-12 10:53:23,264 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dcead279-81c2-460c-b70a-9bb43f3e7ae9 x-compute-request-id: req-dcead279-81c2-460c-b70a-9bb43f3e7ae9 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-12 10:53:23,264 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-dcead279-81c2-460c-b70a-9bb43f3e7ae9 2018-10-12 10:53:23,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f30a592b955272b5b02fa29052b773a201453192" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-32a80b92-1794-4c1d-beca-ec1dc7743c60name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-10-12 10:53:23,329 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c458667e-6668-4f58-8f33-1051a708e3a1 x-compute-request-id: req-c458667e-6668-4f58-8f33-1051a708e3a1 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/de6f341b-1987-4016-9464-137919ea7ef7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/de6f341b-1987-4016-9464-137919ea7ef7", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "de6f341b-1987-4016-9464-137919ea7ef7", "name": "CreateFlavorTests-32a80b92-1794-4c1d-beca-ec1dc7743c60name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 10:53:23,329 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-c458667e-6668-4f58-8f33-1051a708e3a1 2018-10-12 10:53:23,330 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:53:23,713 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:53:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["goN4ufDsS_qb9iGFtA43JQ"], "issued_at": "2018-10-12T10:53:23.000000Z"}} 2018-10-12 10:53:23,716 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/de6f341b-1987-4016-9464-137919ea7ef7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dde4d481aabfaaa3fa49afaa37947ef41fea79a" 2018-10-12 10:53:23,874 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f8f95d10-e370-4177-80cb-5ccb5598f70d x-compute-request-id: req-f8f95d10-e370-4177-80cb-5ccb5598f70d Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/de6f341b-1987-4016-9464-137919ea7ef7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/de6f341b-1987-4016-9464-137919ea7ef7", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "de6f341b-1987-4016-9464-137919ea7ef7", "name": "CreateFlavorTests-32a80b92-1794-4c1d-beca-ec1dc7743c60name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 10:53:23,874 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/de6f341b-1987-4016-9464-137919ea7ef7 used request id req-f8f95d10-e370-4177-80cb-5ccb5598f70d 2018-10-12 10:53:23,877 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/de6f341b-1987-4016-9464-137919ea7ef7/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dde4d481aabfaaa3fa49afaa37947ef41fea79a" 2018-10-12 10:53:23,902 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0492944b-9e44-4472-90e5-51e32b22df4f x-compute-request-id: req-0492944b-9e44-4472-90e5-51e32b22df4f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-12 10:53:23,902 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/de6f341b-1987-4016-9464-137919ea7ef7/os-extra_specs used request id req-0492944b-9e44-4472-90e5-51e32b22df4f 2018-10-12 10:53:23,905 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/de6f341b-1987-4016-9464-137919ea7ef7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dde4d481aabfaaa3fa49afaa37947ef41fea79a" 2018-10-12 10:53:23,933 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:53:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-735a0b42-6004-4654-b7e1-88e5a3ee0e6c x-compute-request-id: req-735a0b42-6004-4654-b7e1-88e5a3ee0e6c Content-Length: 0 Content-Type: application/json 2018-10-12 10:53:23,934 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/de6f341b-1987-4016-9464-137919ea7ef7 used request id req-735a0b42-6004-4654-b7e1-88e5a3ee0e6c 2018-10-12 10:53:23,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dde4d481aabfaaa3fa49afaa37947ef41fea79a" 2018-10-12 10:53:23,970 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c31b6601-753e-4f04-bd4b-62817273f5d4 x-compute-request-id: req-c31b6601-753e-4f04-bd4b-62817273f5d4 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-12 10:53:23,970 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-c31b6601-753e-4f04-bd4b-62817273f5d4 2018-10-12 10:53:23,974 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/de6f341b-1987-4016-9464-137919ea7ef7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f30a592b955272b5b02fa29052b773a201453192" 2018-10-12 10:53:23,993 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 12 Oct 2018 10:53:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dc456e01-dd7f-42c9-b1b6-a5cb6af11d8b x-compute-request-id: req-dc456e01-dd7f-42c9-b1b6-a5cb6af11d8b Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor de6f341b-1987-4016-9464-137919ea7ef7 could not be found.", "code": 404}} 2018-10-12 10:53:23,993 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/de6f341b-1987-4016-9464-137919ea7ef7 used request id req-dc456e01-dd7f-42c9-b1b6-a5cb6af11d8b 2018-10-12 10:53:23,995 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:53:23,996 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:53:23,997 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:53:24,371 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:53:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["Sv8ut5EcRdWLqwK21eiofA"], "issued_at": "2018-10-12T10:53:24.000000Z"}} 2018-10-12 10:53:24,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f255d7aa03b0d0847b13235f8c4e84acca276b3" 2018-10-12 10:53:24,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71b7cc9c-a5f1-41fd-a85e-820232b1a6c3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:53:24,461 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-71b7cc9c-a5f1-41fd-a85e-820232b1a6c3 2018-10-12 10:53:24,462 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:53:24,466 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f255d7aa03b0d0847b13235f8c4e84acca276b3" 2018-10-12 10:53:24,642 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ec3bdbc9-e7ae-4438-aad7-93d8ab933e20 x-compute-request-id: req-ec3bdbc9-e7ae-4438-aad7-93d8ab933e20 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-12 10:53:24,643 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-ec3bdbc9-e7ae-4438-aad7-93d8ab933e20 2018-10-12 10:53:24,646 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f255d7aa03b0d0847b13235f8c4e84acca276b3" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-aa4a5bf4-cd24-4e77-a386-b97c6fb74e23name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-10-12 10:53:24,722 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b164760-ad38-47ec-a240-0687f0e2e64c x-compute-request-id: req-7b164760-ad38-47ec-a240-0687f0e2e64c Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f30bf7e8-c1cc-4373-a8c0-537e0bdd1e67", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f30bf7e8-c1cc-4373-a8c0-537e0bdd1e67", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f30bf7e8-c1cc-4373-a8c0-537e0bdd1e67", "name": "CreateFlavorTests-aa4a5bf4-cd24-4e77-a386-b97c6fb74e23name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 10:53:24,722 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-7b164760-ad38-47ec-a240-0687f0e2e64c 2018-10-12 10:53:24,723 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:53:25,106 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:53:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["eql4AFjUTJime5YXZ1Sh7g"], "issued_at": "2018-10-12T10:53:25.000000Z"}} 2018-10-12 10:53:25,109 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/f30bf7e8-c1cc-4373-a8c0-537e0bdd1e67 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc81f61c2fc88761a8d0dff6ca3b4624cc6d708" 2018-10-12 10:53:25,273 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-65a2937c-9770-4c6e-a888-ba0b89e1ef2b x-compute-request-id: req-65a2937c-9770-4c6e-a888-ba0b89e1ef2b Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/f30bf7e8-c1cc-4373-a8c0-537e0bdd1e67", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/f30bf7e8-c1cc-4373-a8c0-537e0bdd1e67", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f30bf7e8-c1cc-4373-a8c0-537e0bdd1e67", "name": "CreateFlavorTests-aa4a5bf4-cd24-4e77-a386-b97c6fb74e23name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 10:53:25,273 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/f30bf7e8-c1cc-4373-a8c0-537e0bdd1e67 used request id req-65a2937c-9770-4c6e-a888-ba0b89e1ef2b 2018-10-12 10:53:25,276 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/f30bf7e8-c1cc-4373-a8c0-537e0bdd1e67/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbc81f61c2fc88761a8d0dff6ca3b4624cc6d708" 2018-10-12 10:53:25,292 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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 x-openstack-request-id: req-d003cb75-f354-4b3e-ba83-5f650f3f2430 x-compute-request-id: req-d003cb75-f354-4b3e-ba83-5f650f3f2430 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-12 10:53:25,292 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/f30bf7e8-c1cc-4373-a8c0-537e0bdd1e67/os-extra_specs used request id req-d003cb75-f354-4b3e-ba83-5f650f3f2430 2018-10-12 10:53:25,295 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/f30bf7e8-c1cc-4373-a8c0-537e0bdd1e67 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f255d7aa03b0d0847b13235f8c4e84acca276b3" 2018-10-12 10:53:25,336 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10: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 x-openstack-request-id: req-411d4cbe-c88d-4a62-aaec-1ae7f2be08a4 x-compute-request-id: req-411d4cbe-c88d-4a62-aaec-1ae7f2be08a4 Content-Length: 0 Content-Type: application/json 2018-10-12 10:53:25,336 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/f30bf7e8-c1cc-4373-a8c0-537e0bdd1e67 used request id req-411d4cbe-c88d-4a62-aaec-1ae7f2be08a4 2018-10-12 10:53:25,338 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:53:25,339 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:53:25,340 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:53:25,716 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:53:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["K-tKO0nqSIWp5_9dmI0Ypw"], "issued_at": "2018-10-12T10:53:25.000000Z"}} 2018-10-12 10:53:25,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecbae55652b8228410c450c3aa9b0bc3a7a89f43" 2018-10-12 10:53:25,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccb7f5d1-4f62-4ef5-ac85-f82216e43710 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:53:25,806 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ccb7f5d1-4f62-4ef5-ac85-f82216e43710 2018-10-12 10:53:25,808 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:53:25,812 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecbae55652b8228410c450c3aa9b0bc3a7a89f43" 2018-10-12 10:53:25,987 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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 x-openstack-request-id: req-1a886618-f14d-4dba-ada0-50e9a8fc3c97 x-compute-request-id: req-1a886618-f14d-4dba-ada0-50e9a8fc3c97 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-12 10:53:25,987 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-1a886618-f14d-4dba-ada0-50e9a8fc3c97 2018-10-12 10:53:25,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecbae55652b8228410c450c3aa9b0bc3a7a89f43" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-8895ba7b-5d19-445c-af58-998d35f10149name", "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "OS-FLV-EXT-DATA:ephemeral": 2, "ram": 1, "id": null, "swap": 3}}' 2018-10-12 10:53:26,057 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53: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-e01b5c85-e04c-45d3-b51d-3d444dcc9d46 x-compute-request-id: req-e01b5c85-e04c-45d3-b51d-3d444dcc9d46 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/7deb1bce-e3f9-40d1-8434-6adabd4a0f91", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/7deb1bce-e3f9-40d1-8434-6adabd4a0f91", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "7deb1bce-e3f9-40d1-8434-6adabd4a0f91", "name": "CreateFlavorTests-8895ba7b-5d19-445c-af58-998d35f10149name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-10-12 10:53:26,057 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-e01b5c85-e04c-45d3-b51d-3d444dcc9d46 2018-10-12 10:53:26,058 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:53:26,448 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:53:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["PyQWrp8JS1e-e_jN9Il8Fg"], "issued_at": "2018-10-12T10:53:26.000000Z"}} 2018-10-12 10:53:26,451 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/7deb1bce-e3f9-40d1-8434-6adabd4a0f91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ccaa98c9e9bdbf06861109d36252b34610e692" 2018-10-12 10:53:26,633 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53: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-1ffad5f1-bd4f-4de3-951d-86e15a578af6 x-compute-request-id: req-1ffad5f1-bd4f-4de3-951d-86e15a578af6 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/7deb1bce-e3f9-40d1-8434-6adabd4a0f91", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/7deb1bce-e3f9-40d1-8434-6adabd4a0f91", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "7deb1bce-e3f9-40d1-8434-6adabd4a0f91", "name": "CreateFlavorTests-8895ba7b-5d19-445c-af58-998d35f10149name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-10-12 10:53:26,633 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/7deb1bce-e3f9-40d1-8434-6adabd4a0f91 used request id req-1ffad5f1-bd4f-4de3-951d-86e15a578af6 2018-10-12 10:53:26,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/7deb1bce-e3f9-40d1-8434-6adabd4a0f91/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ccaa98c9e9bdbf06861109d36252b34610e692" 2018-10-12 10:53:26,655 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53: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-449f9f38-9a61-4dc9-870e-990935d0df74 x-compute-request-id: req-449f9f38-9a61-4dc9-870e-990935d0df74 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-12 10:53:26,655 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/7deb1bce-e3f9-40d1-8434-6adabd4a0f91/os-extra_specs used request id req-449f9f38-9a61-4dc9-870e-990935d0df74 2018-10-12 10:53:26,658 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/7deb1bce-e3f9-40d1-8434-6adabd4a0f91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ccaa98c9e9bdbf06861109d36252b34610e692" 2018-10-12 10:53:26,693 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:53: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-dd7a27bf-2c9d-43c6-a661-f2697f570a7c x-compute-request-id: req-dd7a27bf-2c9d-43c6-a661-f2697f570a7c Content-Length: 0 Content-Type: application/json 2018-10-12 10:53:26,694 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/7deb1bce-e3f9-40d1-8434-6adabd4a0f91 used request id req-dd7a27bf-2c9d-43c6-a661-f2697f570a7c 2018-10-12 10:53:26,696 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ccaa98c9e9bdbf06861109d36252b34610e692" 2018-10-12 10:53:26,726 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53: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-1d43da17-6f32-4681-9971-6f521a8fa87b x-compute-request-id: req-1d43da17-6f32-4681-9971-6f521a8fa87b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-12 10:53:26,726 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-1d43da17-6f32-4681-9971-6f521a8fa87b 2018-10-12 10:53:26,729 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/7deb1bce-e3f9-40d1-8434-6adabd4a0f91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecbae55652b8228410c450c3aa9b0bc3a7a89f43" 2018-10-12 10:53:26,747 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 12 Oct 2018 10:53: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-d89c3e2a-25f2-4619-b9a2-4c0f7ac33894 x-compute-request-id: req-d89c3e2a-25f2-4619-b9a2-4c0f7ac33894 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 7deb1bce-e3f9-40d1-8434-6adabd4a0f91 could not be found.", "code": 404}} 2018-10-12 10:53:26,747 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/7deb1bce-e3f9-40d1-8434-6adabd4a0f91 used request id req-d89c3e2a-25f2-4619-b9a2-4c0f7ac33894 2018-10-12 10:53:26,748 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:53:26,749 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:53:26,750 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:53:27,124 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:53:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["1xhdXczOST6W_aHdJC7HJA"], "issued_at": "2018-10-12T10:53:27.000000Z"}} 2018-10-12 10:53:27,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a89581733a25355f38abce50d5bf3a6443f26c5a" 2018-10-12 10:53:27,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8fb1fe9-348f-4544-9f02-0509d2e53b94 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:53:27,215 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a8fb1fe9-348f-4544-9f02-0509d2e53b94 2018-10-12 10:53:27,216 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:53:27,220 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a89581733a25355f38abce50d5bf3a6443f26c5a" 2018-10-12 10:53:27,403 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-08f1ddec-4912-4ee5-9ce1-89b8e329c096 x-compute-request-id: req-08f1ddec-4912-4ee5-9ce1-89b8e329c096 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-12 10:53:27,404 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-08f1ddec-4912-4ee5-9ce1-89b8e329c096 2018-10-12 10:53:27,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a89581733a25355f38abce50d5bf3a6443f26c5a" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-af5ab977-8484-4120-bed7-2c165245f3e6name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-10-12 10:53:27,489 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ecea36fc-7330-46d6-9fef-6eea62ae91a2 x-compute-request-id: req-ecea36fc-7330-46d6-9fef-6eea62ae91a2 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/2a7511ab-8550-494d-9089-747a8127bd4a", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/2a7511ab-8550-494d-9089-747a8127bd4a", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2a7511ab-8550-494d-9089-747a8127bd4a", "name": "CreateFlavorTests-af5ab977-8484-4120-bed7-2c165245f3e6name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 10:53:27,489 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-ecea36fc-7330-46d6-9fef-6eea62ae91a2 2018-10-12 10:53:27,490 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:53:27,873 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:53:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["589AVz1eT1K9JN2_BASERA"], "issued_at": "2018-10-12T10:53:27.000000Z"}} 2018-10-12 10:53:27,876 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/2a7511ab-8550-494d-9089-747a8127bd4a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b26b9a702f0b3d191a056263f0c10ccdddb0b98" 2018-10-12 10:53:28,045 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab014a52-b828-4d6c-b021-b0ea1ac1e42c x-compute-request-id: req-ab014a52-b828-4d6c-b021-b0ea1ac1e42c Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/2a7511ab-8550-494d-9089-747a8127bd4a", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/2a7511ab-8550-494d-9089-747a8127bd4a", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2a7511ab-8550-494d-9089-747a8127bd4a", "name": "CreateFlavorTests-af5ab977-8484-4120-bed7-2c165245f3e6name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 10:53:28,045 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/2a7511ab-8550-494d-9089-747a8127bd4a used request id req-ab014a52-b828-4d6c-b021-b0ea1ac1e42c 2018-10-12 10:53:28,048 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/2a7511ab-8550-494d-9089-747a8127bd4a/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b26b9a702f0b3d191a056263f0c10ccdddb0b98" 2018-10-12 10:53:28,066 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53: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-231c70f0-7189-49a2-adf2-a8819cf255b1 x-compute-request-id: req-231c70f0-7189-49a2-adf2-a8819cf255b1 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-12 10:53:28,066 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/2a7511ab-8550-494d-9089-747a8127bd4a/os-extra_specs used request id req-231c70f0-7189-49a2-adf2-a8819cf255b1 2018-10-12 10:53:28,066 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:53:28,067 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:53:28,438 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:53:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["a4RmLIAFRqevhp5TLaajFA"], "issued_at": "2018-10-12T10:53:28.000000Z"}} 2018-10-12 10:53:28,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbc19fb444482465d57dbfd47a4a40b5129c393" 2018-10-12 10:53:28,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cd1484c-4dce-4d5c-8122-19dd35de99b2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:53:28,526 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9cd1484c-4dce-4d5c-8122-19dd35de99b2 2018-10-12 10:53:28,528 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:53:28,533 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbc19fb444482465d57dbfd47a4a40b5129c393" 2018-10-12 10:53:28,711 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53: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-37a34483-9a55-469a-acf1-1dc7dfca44bb x-compute-request-id: req-37a34483-9a55-469a-acf1-1dc7dfca44bb Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"flavors": [{"id": "2a7511ab-8550-494d-9089-747a8127bd4a", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/2a7511ab-8550-494d-9089-747a8127bd4a", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/2a7511ab-8550-494d-9089-747a8127bd4a", "rel": "bookmark"}], "name": "CreateFlavorTests-af5ab977-8484-4120-bed7-2c165245f3e6name"}]} 2018-10-12 10:53:28,711 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-37a34483-9a55-469a-acf1-1dc7dfca44bb 2018-10-12 10:53:28,714 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/2a7511ab-8550-494d-9089-747a8127bd4a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfbc19fb444482465d57dbfd47a4a40b5129c393" 2018-10-12 10:53:28,734 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53: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-7919ef7d-9659-40b4-b012-3f87dd82aade x-compute-request-id: req-7919ef7d-9659-40b4-b012-3f87dd82aade Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/2a7511ab-8550-494d-9089-747a8127bd4a", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/2a7511ab-8550-494d-9089-747a8127bd4a", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2a7511ab-8550-494d-9089-747a8127bd4a", "name": "CreateFlavorTests-af5ab977-8484-4120-bed7-2c165245f3e6name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 10:53:28,734 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/2a7511ab-8550-494d-9089-747a8127bd4a used request id req-7919ef7d-9659-40b4-b012-3f87dd82aade 2018-10-12 10:53:28,734 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-af5ab977-8484-4120-bed7-2c165245f3e6name 2018-10-12 10:53:28,737 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/2a7511ab-8550-494d-9089-747a8127bd4a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a89581733a25355f38abce50d5bf3a6443f26c5a" 2018-10-12 10:53:28,772 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:53: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-2136965c-e740-4a4c-a710-950b603ff524 x-compute-request-id: req-2136965c-e740-4a4c-a710-950b603ff524 Content-Length: 0 Content-Type: application/json 2018-10-12 10:53:28,772 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/2a7511ab-8550-494d-9089-747a8127bd4a used request id req-2136965c-e740-4a4c-a710-950b603ff524 2018-10-12 10:53:28,773 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-12 10:53:28,774 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:53:28,774 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:53:29,164 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:53:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["5V-WBxAqR1y8DcCYe2zRHA"], "issued_at": "2018-10-12T10:53:29.000000Z"}} 2018-10-12 10:53:29,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc621cafd2f7ac15298847b21f90285a4c418de" 2018-10-12 10:53:29,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6aa4ae7-7669-435a-a3e3-920c2ebfab31 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:53:29,242 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d6aa4ae7-7669-435a-a3e3-920c2ebfab31 2018-10-12 10:53:29,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3fc621cafd2f7ac15298847b21f90285a4c418de" 2018-10-12 10:53:29,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-011d92ce-4cec-40dc-b8cb-cf5aab7d0049 Date: Fri, 12 Oct 2018 10:53:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-image"} 2018-10-12 10:53:29,414 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-image used request id req-011d92ce-4cec-40dc-b8cb-cf5aab7d0049 2018-10-12 10:53:29,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3fc621cafd2f7ac15298847b21f90285a4c418de" 2018-10-12 10:53:29,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4bd309c3-154a-4e6e-b463-605b73bf9210 Date: Fri, 12 Oct 2018 10:53:29 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-12 10:53:29,567 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-4bd309c3-154a-4e6e-b463-605b73bf9210 2018-10-12 10:53:29,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3fc621cafd2f7ac15298847b21f90285a4c418de" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-image"}' 2018-10-12 10:53:29,824 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/632edc7b-66a8-4da1-ada0-03a5e4f58397 X-Openstack-Request-Id: req-9496a1b9-c9d8-4119-8adc-7e13d387e60d Date: Fri, 12 Oct 2018 10:53:29 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:53:29Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-12T10:53:29Z", "visibility": "shared", "locations": [], "self": "/v2/images/632edc7b-66a8-4da1-ada0-03a5e4f58397", "min_disk": 0, "protected": false, "id": "632edc7b-66a8-4da1-ada0-03a5e4f58397", "file": "/v2/images/632edc7b-66a8-4da1-ada0-03a5e4f58397/file", "checksum": null, "owner": "104d75bb2cac4b4998c38732dc15f0bd", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 10:53:29,824 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-9496a1b9-c9d8-4119-8adc-7e13d387e60d 2018-10-12 10:53:29,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/632edc7b-66a8-4da1-ada0-03a5e4f58397/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3fc621cafd2f7ac15298847b21f90285a4c418de" -d '' 2018-10-12 10:53:31,066 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7643c41a-6881-4e11-bd9e-667183e37f4d Date: Fri, 12 Oct 2018 10:53:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 10:53:31,067 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/632edc7b-66a8-4da1-ada0-03a5e4f58397/file used request id req-7643c41a-6881-4e11-bd9e-667183e37f4d 2018-10-12 10:53:31,067 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-12 10:53:31,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/632edc7b-66a8-4da1-ada0-03a5e4f58397 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3fc621cafd2f7ac15298847b21f90285a4c418de" 2018-10-12 10:53:31,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-5a5af21a-b970-44ab-858d-682cc970e4e3 Date: Fri, 12 Oct 2018 10:53:31 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:53:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-12T10:53:31Z", "visibility": "shared", "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/632edc7b-66a8-4da1-ada0-03a5e4f58397/snap", "metadata": {}}], "self": "/v2/images/632edc7b-66a8-4da1-ada0-03a5e4f58397", "min_disk": 0, "protected": false, "id": "632edc7b-66a8-4da1-ada0-03a5e4f58397", "file": "/v2/images/632edc7b-66a8-4da1-ada0-03a5e4f58397/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "104d75bb2cac4b4998c38732dc15f0bd", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/632edc7b-66a8-4da1-ada0-03a5e4f58397/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 10:53:31,274 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/632edc7b-66a8-4da1-ada0-03a5e4f58397 used request id req-5a5af21a-b970-44ab-858d-682cc970e4e3 2018-10-12 10:53:31,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3fc621cafd2f7ac15298847b21f90285a4c418de" 2018-10-12 10:53:31,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-05c4db97-d7fa-4fb0-ace3-863e22d19c04 Date: Fri, 12 Oct 2018 10:53:31 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-12 10:53:31,951 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-05c4db97-d7fa-4fb0-ace3-863e22d19c04 2018-10-12 10:53:31,954 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-image 2018-10-12 10:53:31,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/632edc7b-66a8-4da1-ada0-03a5e4f58397 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3fc621cafd2f7ac15298847b21f90285a4c418de" 2018-10-12 10:53:32,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-b5177ee3-89d5-4c63-b60a-92490cdb7bc2 Date: Fri, 12 Oct 2018 10:53:32 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:53:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-12T10:53:31Z", "visibility": "shared", "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/632edc7b-66a8-4da1-ada0-03a5e4f58397/snap", "metadata": {}}], "self": "/v2/images/632edc7b-66a8-4da1-ada0-03a5e4f58397", "min_disk": 0, "protected": false, "id": "632edc7b-66a8-4da1-ada0-03a5e4f58397", "file": "/v2/images/632edc7b-66a8-4da1-ada0-03a5e4f58397/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "104d75bb2cac4b4998c38732dc15f0bd", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/632edc7b-66a8-4da1-ada0-03a5e4f58397/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 10:53:32,586 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/632edc7b-66a8-4da1-ada0-03a5e4f58397 used request id req-b5177ee3-89d5-4c63-b60a-92490cdb7bc2 2018-10-12 10:53:32,587 - create_image - DEBUG - Instance status is - active 2018-10-12 10:53:32,587 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-image 2018-10-12 10:53:32,587 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-image 2018-10-12 10:53:32,588 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:53:32,588 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:53:32,979 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:53:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["qVC2bvBkREubPyo8_Jyq1A"], "issued_at": "2018-10-12T10:53:32.000000Z"}} 2018-10-12 10:53:32,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c73c5a94f62fe15826a9d2b17c59525499c96d1" 2018-10-12 10:53:33,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-beaf24b8-389d-49bd-b3f8-d2776fefd7df Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:53:33,074 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-beaf24b8-389d-49bd-b3f8-d2776fefd7df 2018-10-12 10:53:33,075 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:53:33,080 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c73c5a94f62fe15826a9d2b17c59525499c96d1" 2018-10-12 10:53:33,242 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5028c5cb-fb2c-4799-a131-a19eb2e0f8e9 x-compute-request-id: req-5028c5cb-fb2c-4799-a131-a19eb2e0f8e9 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-12 10:53:33,242 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-5028c5cb-fb2c-4799-a131-a19eb2e0f8e9 2018-10-12 10:53:33,246 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c73c5a94f62fe15826a9d2b17c59525499c96d1" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-12 10:53:33,290 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e153092-4da5-41cb-91c1-077452ae6168 x-compute-request-id: req-2e153092-4da5-41cb-91c1-077452ae6168 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/2ecc504a-2fe2-4e55-b88b-3bfc592305c5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/2ecc504a-2fe2-4e55-b88b-3bfc592305c5", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "2ecc504a-2fe2-4e55-b88b-3bfc592305c5", "name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 10:53:33,291 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-2e153092-4da5-41cb-91c1-077452ae6168 2018-10-12 10:53:33,292 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-12 10:53:33,319 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:53:33,691 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:53:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["vBPy0hfZQquyvULZGKA3TQ"], "issued_at": "2018-10-12T10:53:33.000000Z"}} 2018-10-12 10:53:33,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd91c3d738eb3143df8c043d099056736b659201" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-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-a3b6ee15-562b-4238-8264-5e232a3152c7-net", "inst_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-flavor"}}' 2018-10-12 10:53:36,709 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 10:53:33 GMT Server: Apache x-openstack-request-id: req-21efb90f-799c-4cd6-9f74-d5043668e084 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "rel": "self"}]}} 2018-10-12 10:53:36,709 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks used request id req-21efb90f-799c-4cd6-9f74-d5043668e084 2018-10-12 10:53:36,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd91c3d738eb3143df8c043d099056736b659201" 2018-10-12 10:53:37,399 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:53:36 GMT Server: Apache x-openstack-request-id: req-7fd1f5d0-425e-4be7-b91f-c584a895afe7 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:53:38,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:37 GMT Server: Apache x-openstack-request-id: req-56bbeb19-47f6-4979-b5b1-5725b33faba8 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1", "stack_user_project_id": "92e611e5b5dd49d3abaac37b42e9084f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:53:35Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-12 10:53:38,134 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15 used request id req-56bbeb19-47f6-4979-b5b1-5725b33faba8 2018-10-12 10:53:38,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks?stack_name=HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd91c3d738eb3143df8c043d099056736b659201" 2018-10-12 10:53:38,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:38 GMT Server: Apache x-openstack-request-id: req-b64c77f4-8d61-4f86-8b9b-6a04cbd07105 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1", "stack_user_project_id": "92e611e5b5dd49d3abaac37b42e9084f", "deletion_time": null, "creation_time": "2018-10-12T10:53:35Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "rel": "self"}], "updated_time": null, "project": "104d75bb2cac4b4998c38732dc15f0bd", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "tags": null}]} 2018-10-12 10:53:38,842 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks?stack_name=HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1 used request id req-b64c77f4-8d61-4f86-8b9b-6a04cbd07105 2018-10-12 10:53:38,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks?stack_name=HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd91c3d738eb3143df8c043d099056736b659201" 2018-10-12 10:53:39,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:38 GMT Server: Apache x-openstack-request-id: req-02d92d22-3b80-44b7-98d4-8b737e292abc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1", "stack_user_project_id": "92e611e5b5dd49d3abaac37b42e9084f", "deletion_time": null, "creation_time": "2018-10-12T10:53:35Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "rel": "self"}], "updated_time": null, "project": "104d75bb2cac4b4998c38732dc15f0bd", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "tags": null}]} 2018-10-12 10:53:39,636 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks?stack_name=HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1 used request id req-02d92d22-3b80-44b7-98d4-8b737e292abc 2018-10-12 10:53:39,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd91c3d738eb3143df8c043d099056736b659201" 2018-10-12 10:53:40,310 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:53:39 GMT Server: Apache x-openstack-request-id: req-9631be57-e4b1-4a23-867d-235bd1e0e808 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:53:40,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:40 GMT Server: Apache x-openstack-request-id: req-e6640ef7-4d86-4cbe-8551-9e1464344efd 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1", "stack_user_project_id": "92e611e5b5dd49d3abaac37b42e9084f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:53:35Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-12 10:53:40,353 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15 used request id req-e6640ef7-4d86-4cbe-8551-9e1464344efd 2018-10-12 10:53:40,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd91c3d738eb3143df8c043d099056736b659201" 2018-10-12 10:53:40,432 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:53:40 GMT Server: Apache x-openstack-request-id: req-88ed47d7-850e-4b51-897b-d03af530ab5d Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:53:41,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:40 GMT Server: Apache x-openstack-request-id: req-4e88dd6f-bfed-4d76-9a36-c7c44ac31e27 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 565 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-12T10:53:36Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:53:36Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "ae27f2f9-6b79-452c-96f6-1f3168b73f50", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-12T10:53:36Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:53:36Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "340add38-eba0-4bcf-a7bb-729caa80bc7f", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-12T10:53:36Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:53:36Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "9decfed0-a1b4-4635-a300-ab562c3c5d25", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-12T10:53:36Z", "resource_status": "INIT_COMPLETE", "updated_time": "2018-10-12T10:53:36Z", "required_by": [], "resource_status_reason": "", "physical_resource_id": "", "resource_type": "OS::Nova::Server"}]} 2018-10-12 10:53:41,177 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15/resources used request id req-4e88dd6f-bfed-4d76-9a36-c7c44ac31e27 2018-10-12 10:53:41,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd91c3d738eb3143df8c043d099056736b659201" 2018-10-12 10:53:41,255 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:53:41 GMT Server: Apache x-openstack-request-id: req-1720324e-ec40-4f01-9b9d-3e88bd79f6d2 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:53:41,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:41 GMT Server: Apache x-openstack-request-id: req-29c5b6cf-4fad-4510-bab5-3e635f69b5ef 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1", "stack_user_project_id": "92e611e5b5dd49d3abaac37b42e9084f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:53:35Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-12 10:53:41,430 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15 used request id req-29c5b6cf-4fad-4510-bab5-3e635f69b5ef 2018-10-12 10:53:41,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd91c3d738eb3143df8c043d099056736b659201" 2018-10-12 10:53:42,121 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:53:41 GMT Server: Apache x-openstack-request-id: req-8a052cc2-a328-4a4d-9e13-7c91d0c5be31 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:53:42,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:42 GMT Server: Apache x-openstack-request-id: req-37569288-f21e-4eb8-b470-29bcd05408e5 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1", "stack_user_project_id": "92e611e5b5dd49d3abaac37b42e9084f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:53:35Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-12 10:53:42,917 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15 used request id req-37569288-f21e-4eb8-b470-29bcd05408e5 2018-10-12 10:53:45,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd91c3d738eb3143df8c043d099056736b659201" 2018-10-12 10:53:46,643 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:53:45 GMT Server: Apache x-openstack-request-id: req-afaf5320-7194-4eb0-bd4f-140508a77673 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:53:46,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:46 GMT Server: Apache x-openstack-request-id: req-4abbe717-607a-4851-8761-e6c50bcb0170 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1", "stack_user_project_id": "92e611e5b5dd49d3abaac37b42e9084f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:53:35Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-12 10:53:46,768 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15 used request id req-4abbe717-607a-4851-8761-e6c50bcb0170 2018-10-12 10:53:49,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd91c3d738eb3143df8c043d099056736b659201" 2018-10-12 10:53:49,899 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:53:49 GMT Server: Apache x-openstack-request-id: req-b5dea360-439e-403e-b270-1cbcd553016a Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:53:50,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:49 GMT Server: Apache x-openstack-request-id: req-053762cf-15c8-499d-a4a8-a94f922d1f10 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1", "stack_user_project_id": "92e611e5b5dd49d3abaac37b42e9084f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:53:35Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-12 10:53:50,633 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15 used request id req-053762cf-15c8-499d-a4a8-a94f922d1f10 2018-10-12 10:53:53,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd91c3d738eb3143df8c043d099056736b659201" 2018-10-12 10:53:53,714 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:53:53 GMT Server: Apache x-openstack-request-id: req-5da84067-fa53-4093-a684-23f53df37906 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:53:54,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:53 GMT Server: Apache x-openstack-request-id: req-b9f6b4f4-ad19-44d2-8371-f91523da28d5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1", "stack_user_project_id": "92e611e5b5dd49d3abaac37b42e9084f", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-12T10:53:35Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-12 10:53:54,385 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15 used request id req-b9f6b4f4-ad19-44d2-8371-f91523da28d5 2018-10-12 10:53:54,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd91c3d738eb3143df8c043d099056736b659201" 2018-10-12 10:53:54,466 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:53:54 GMT Server: Apache x-openstack-request-id: req-00223c85-9970-4471-b3cb-04756552b2da Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:53:54,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:54 GMT Server: Apache x-openstack-request-id: req-6f69b0bb-021c-487b-972a-876b877e1a4e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 578 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-12T10:53:36Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:53:36Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "ae27f2f9-6b79-452c-96f6-1f3168b73f50", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-12T10:53:36Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:53:36Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "340add38-eba0-4bcf-a7bb-729caa80bc7f", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-12T10:53:36Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:53:36Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "9decfed0-a1b4-4635-a300-ab562c3c5d25", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-12T10:53:36Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:53:36Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "36496757-7942-4339-bc09-6e8d17b2a2ab", "resource_type": "OS::Nova::Server"}]} 2018-10-12 10:53:54,542 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15/resources used request id req-6f69b0bb-021c-487b-972a-876b877e1a4e 2018-10-12 10:53:54,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=9decfed0-a1b4-4635-a300-ab562c3c5d25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd91c3d738eb3143df8c043d099056736b659201" 2018-10-12 10:53:54,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-22d35bea-9a07-46b3-b346-cc5ba6a38979 Date: Fri, 12 Oct 2018 10:53:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9decfed0-a1b4-4635-a300-ab562c3c5d25","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["340add38-eba0-4bcf-a7bb-729caa80bc7f"],"description":"","tags":[],"updated_at":"2018-10-12T10:53:38Z","provider:segmentation_id":54,"name":"HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:53:37Z","provider:network_type":"vxlan"}]} 2018-10-12 10:53:54,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=9decfed0-a1b4-4635-a300-ab562c3c5d25 used request id req-22d35bea-9a07-46b3-b346-cc5ba6a38979 2018-10-12 10:53:54,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9decfed0-a1b4-4635-a300-ab562c3c5d25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd91c3d738eb3143df8c043d099056736b659201" 2018-10-12 10:53:54,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-928c90f7-f3e4-4ad9-baf7-3ff3b961bcc4 Date: Fri, 12 Oct 2018 10:53:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9decfed0-a1b4-4635-a300-ab562c3c5d25","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:53:38Z","dns_nameservers":[],"updated_at":"2018-10-12T10:53:38Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"340add38-eba0-4bcf-a7bb-729caa80bc7f","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-subnet"}]} 2018-10-12 10:53:54,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9decfed0-a1b4-4635-a300-ab562c3c5d25 used request id req-928c90f7-f3e4-4ad9-baf7-3ff3b961bcc4 2018-10-12 10:53:54,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9decfed0-a1b4-4635-a300-ab562c3c5d25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd91c3d738eb3143df8c043d099056736b659201" 2018-10-12 10:53:54,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-94bcfc43-621a-4bd7-ac37-f4a0b29f8d73 Date: Fri, 12 Oct 2018 10:53:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9decfed0-a1b4-4635-a300-ab562c3c5d25","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:53:38Z","dns_nameservers":[],"updated_at":"2018-10-12T10:53:38Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"340add38-eba0-4bcf-a7bb-729caa80bc7f","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-subnet"}]} 2018-10-12 10:53:54,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9decfed0-a1b4-4635-a300-ab562c3c5d25 used request id req-94bcfc43-621a-4bd7-ac37-f4a0b29f8d73 2018-10-12 10:53:54,928 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:53:54,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd91c3d738eb3143df8c043d099056736b659201" 2018-10-12 10:53:55,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af4d06ee-72db-4102-ab83-f1e8674dc94a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:53:55,011 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-af4d06ee-72db-4102-ab83-f1e8674dc94a 2018-10-12 10:53:55,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd91c3d738eb3143df8c043d099056736b659201" 2018-10-12 10:53:55,089 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:53:55 GMT Server: Apache x-openstack-request-id: req-6895a9e9-fdae-4095-bf17-7d0ebb061033 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:53:55,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:55 GMT Server: Apache x-openstack-request-id: req-9a7a1128-cef5-4f0d-be86-8a0ec7a1980a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 578 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-12T10:53:36Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:53:36Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "ae27f2f9-6b79-452c-96f6-1f3168b73f50", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-12T10:53:36Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:53:36Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "340add38-eba0-4bcf-a7bb-729caa80bc7f", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-12T10:53:36Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:53:36Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "9decfed0-a1b4-4635-a300-ab562c3c5d25", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-12T10:53:36Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:53:36Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "36496757-7942-4339-bc09-6e8d17b2a2ab", "resource_type": "OS::Nova::Server"}]} 2018-10-12 10:53:55,813 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15/resources used request id req-9a7a1128-cef5-4f0d-be86-8a0ec7a1980a 2018-10-12 10:53:55,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/36496757-7942-4339-bc09-6e8d17b2a2ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd91c3d738eb3143df8c043d099056736b659201" 2018-10-12 10:53:56,257 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-97c35345-a384-4384-8392-0d8cb60d50da x-compute-request-id: req-97c35345-a384-4384-8392-0d8cb60d50da Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d8:c1:14", "version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/36496757-7942-4339-bc09-6e8d17b2a2ab", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/36496757-7942-4339-bc09-6e8d17b2a2ab", "rel": "bookmark"}], "image": {"id": "632edc7b-66a8-4da1-ada0-03a5e4f58397", "links": [{"href": "http://172.30.9.26:8774/images/632edc7b-66a8-4da1-ada0-03a5e4f58397", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000012", "OS-SRV-USG:launched_at": "2018-10-12T10:53:48.000000", "flavor": {"id": "2ecc504a-2fe2-4e55-b88b-3bfc592305c5", "links": [{"href": "http://172.30.9.26:8774/flavors/2ecc504a-2fe2-4e55-b88b-3bfc592305c5", "rel": "bookmark"}]}, "id": "36496757-7942-4339-bc09-6e8d17b2a2ab", "security_groups": [{"name": "default"}], "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:53:49Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "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-a3b6ee15-562b-4238-8264-5e232a3152c7-inst", "created": "2018-10-12T10:53:44Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:53:56,258 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/36496757-7942-4339-bc09-6e8d17b2a2ab used request id req-97c35345-a384-4384-8392-0d8cb60d50da 2018-10-12 10:53:56,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd91c3d738eb3143df8c043d099056736b659201" 2018-10-12 10:53:56,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-c35deb94-4ce4-4553-a4e8-65eb3d3e8bdb Date: Fri, 12 Oct 2018 10:53:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9decfed0-a1b4-4635-a300-ab562c3c5d25","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["340add38-eba0-4bcf-a7bb-729caa80bc7f"],"description":"","tags":[],"updated_at":"2018-10-12T10:53:38Z","provider:segmentation_id":54,"name":"HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:53:37Z","provider:network_type":"vxlan"}]} 2018-10-12 10:53:56,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-net used request id req-c35deb94-4ce4-4553-a4e8-65eb3d3e8bdb 2018-10-12 10:53:56,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:53:56,370 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:53:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:53:56,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd91c3d738eb3143df8c043d099056736b659201" 2018-10-12 10:53:56,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5561fbc2-9454-4231-b59d-c80f080a97e7 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:53:56,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-5561fbc2-9454-4231-b59d-c80f080a97e7 2018-10-12 10:53:56,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=9decfed0-a1b4-4635-a300-ab562c3c5d25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd91c3d738eb3143df8c043d099056736b659201" 2018-10-12 10:53:56,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-97c8eee8-f956-4a57-b56c-48be86052eac Date: Fri, 12 Oct 2018 10:53:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9decfed0-a1b4-4635-a300-ab562c3c5d25","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:53:38Z","dns_nameservers":[],"updated_at":"2018-10-12T10:53:38Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"340add38-eba0-4bcf-a7bb-729caa80bc7f","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-subnet"}]} 2018-10-12 10:53:56,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=9decfed0-a1b4-4635-a300-ab562c3c5d25 used request id req-97c8eee8-f956-4a57-b56c-48be86052eac 2018-10-12 10:53:56,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=9decfed0-a1b4-4635-a300-ab562c3c5d25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd91c3d738eb3143df8c043d099056736b659201" 2018-10-12 10:53:56,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3562 X-Openstack-Request-Id: req-ae625481-f85c-4a54-8048-c2a101e3653d Date: Fri, 12 Oct 2018 10:53:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:53:40Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"340add38-eba0-4bcf-a7bb-729caa80bc7f","ip_address":"10.0.0.2"}],"id":"487d74d6-80eb-40e6-8060-09cf20740ae9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:22:f9","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9decfed0-a1b4-4635-a300-ab562c3c5d25","name":"","admin_state_up":true,"network_id":"9decfed0-a1b4-4635-a300-ab562c3c5d25","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:53:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:53:41Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"340add38-eba0-4bcf-a7bb-729caa80bc7f","ip_address":"10.0.0.4"}],"id":"534ab558-a621-4f0c-912f-2f1dd0786a46","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:89:74:25","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9decfed0-a1b4-4635-a300-ab562c3c5d25","name":"","admin_state_up":true,"network_id":"9decfed0-a1b4-4635-a300-ab562c3c5d25","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:53:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:53:47Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"340add38-eba0-4bcf-a7bb-729caa80bc7f","ip_address":"10.0.0.12"}],"id":"ae27f2f9-6b79-452c-96f6-1f3168b73f50","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d8:c1:14","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"36496757-7942-4339-bc09-6e8d17b2a2ab","name":"HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1-server1_port-ytsabbp5jihs","admin_state_up":true,"network_id":"9decfed0-a1b4-4635-a300-ab562c3c5d25","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:53:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:53:40Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"340add38-eba0-4bcf-a7bb-729caa80bc7f","ip_address":"10.0.0.3"}],"id":"f957f911-8c64-48b7-a484-f2ddf43d2270","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:52:07","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9decfed0-a1b4-4635-a300-ab562c3c5d25","name":"","admin_state_up":true,"network_id":"9decfed0-a1b4-4635-a300-ab562c3c5d25","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:53:39Z","binding:vnic_type":"normal"}]} 2018-10-12 10:53:56,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=9decfed0-a1b4-4635-a300-ab562c3c5d25 used request id req-ae625481-f85c-4a54-8048-c2a101e3653d 2018-10-12 10:53:56,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd91c3d738eb3143df8c043d099056736b659201" 2018-10-12 10:53:56,796 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:53:56 GMT Server: Apache x-openstack-request-id: req-0a2e28e2-d40e-4b5b-8fc3-82e1673f9cdf Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:53:56,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:53:56 GMT Server: Apache x-openstack-request-id: req-1ddda7de-d006-4683-8b48-b1a181ec7cbf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 578 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-12T10:53:36Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:53:36Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "ae27f2f9-6b79-452c-96f6-1f3168b73f50", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-12T10:53:36Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:53:36Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "340add38-eba0-4bcf-a7bb-729caa80bc7f", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-12T10:53:36Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:53:36Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "9decfed0-a1b4-4635-a300-ab562c3c5d25", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-12T10:53:36Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:53:36Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "36496757-7942-4339-bc09-6e8d17b2a2ab", "resource_type": "OS::Nova::Server"}]} 2018-10-12 10:53:56,921 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15/resources used request id req-1ddda7de-d006-4683-8b48-b1a181ec7cbf 2018-10-12 10:53:56,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd91c3d738eb3143df8c043d099056736b659201" 2018-10-12 10:53:57,049 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:53:56 GMT Server: Apache x-openstack-request-id: req-0b5e02c6-b98e-4039-9fea-8653ba8ec95b Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:53:57,173 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:53:57 GMT Server: Apache x-openstack-request-id: req-f1ba844e-e522-4127-afe8-fc1a07d43fc9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:53:57,173 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-stack1/c9b91085-6f1e-4b1d-8a93-79c5e1b43c15 used request id req-f1ba844e-e522-4127-afe8-fc1a07d43fc9 2018-10-12 10:53:57,173 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-a3b6ee15-562b-4238-8264-5e232a3152c7-image 2018-10-12 10:53:57,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/632edc7b-66a8-4da1-ada0-03a5e4f58397 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3fc621cafd2f7ac15298847b21f90285a4c418de" 2018-10-12 10:54:01,202 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6ef2e24f-8694-416b-bd3c-31180dfe50aa Date: Fri, 12 Oct 2018 10:54:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 10:54:01,202 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/632edc7b-66a8-4da1-ada0-03a5e4f58397 used request id req-6ef2e24f-8694-416b-bd3c-31180dfe50aa 2018-10-12 10:54:01,206 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/2ecc504a-2fe2-4e55-b88b-3bfc592305c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c73c5a94f62fe15826a9d2b17c59525499c96d1" 2018-10-12 10:54:01,239 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:54:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2e94e7cf-e4a8-44d5-b9b2-4ca286b34a5a x-compute-request-id: req-2e94e7cf-e4a8-44d5-b9b2-4ca286b34a5a Content-Length: 0 Content-Type: application/json 2018-10-12 10:54:01,239 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/2ecc504a-2fe2-4e55-b88b-3bfc592305c5 used request id req-2e94e7cf-e4a8-44d5-b9b2-4ca286b34a5a 2018-10-12 10:54:01,241 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-12 10:54:01,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:54:01,243 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:54:01,623 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:54:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["OyYT8P4xRPOhLr0cqlK1Pw"], "issued_at": "2018-10-12T10:54:01.000000Z"}} 2018-10-12 10:54:01,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f1d0425ec64013ff65b85d98198d40ffe4842f5" 2018-10-12 10:54:01,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:54:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-471bd1da-2091-46db-8a9c-3a397d72c824 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:54:01,718 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-471bd1da-2091-46db-8a9c-3a397d72c824 2018-10-12 10:54:01,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f1d0425ec64013ff65b85d98198d40ffe4842f5" 2018-10-12 10:54:02,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-738e8e61-9333-4007-bb5e-1fbbb3465096 Date: Fri, 12 Oct 2018 10:54:02 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image"} 2018-10-12 10:54:02,340 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image used request id req-738e8e61-9333-4007-bb5e-1fbbb3465096 2018-10-12 10:54:02,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f1d0425ec64013ff65b85d98198d40ffe4842f5" 2018-10-12 10:54:02,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3c162b6e-9df4-4a41-b172-80f1e5c635e9 Date: Fri, 12 Oct 2018 10:54:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-12 10:54:02,497 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-3c162b6e-9df4-4a41-b172-80f1e5c635e9 2018-10-12 10:54:02,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7f1d0425ec64013ff65b85d98198d40ffe4842f5" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image"}' 2018-10-12 10:54:02,752 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/bf2442f9-59e2-484a-a8f3-75a6fdcfdc3a X-Openstack-Request-Id: req-97bf9412-1ce0-4777-8b68-67c890b52a86 Date: Fri, 12 Oct 2018 10:54:02 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:54:02Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-12T10:54:02Z", "visibility": "shared", "locations": [], "self": "/v2/images/bf2442f9-59e2-484a-a8f3-75a6fdcfdc3a", "min_disk": 0, "protected": false, "id": "bf2442f9-59e2-484a-a8f3-75a6fdcfdc3a", "file": "/v2/images/bf2442f9-59e2-484a-a8f3-75a6fdcfdc3a/file", "checksum": null, "owner": "104d75bb2cac4b4998c38732dc15f0bd", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 10:54:02,752 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-97bf9412-1ce0-4777-8b68-67c890b52a86 2018-10-12 10:54:02,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/bf2442f9-59e2-484a-a8f3-75a6fdcfdc3a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f1d0425ec64013ff65b85d98198d40ffe4842f5" -d '' 2018-10-12 10:54:04,097 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ba62b95e-bdf9-4d2c-ade0-edfa05aa7ead Date: Fri, 12 Oct 2018 10:54:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 10:54:04,097 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/bf2442f9-59e2-484a-a8f3-75a6fdcfdc3a/file used request id req-ba62b95e-bdf9-4d2c-ade0-edfa05aa7ead 2018-10-12 10:54:04,097 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-12 10:54:04,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/bf2442f9-59e2-484a-a8f3-75a6fdcfdc3a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f1d0425ec64013ff65b85d98198d40ffe4842f5" 2018-10-12 10:54:04,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-d78e312e-f388-4eff-baf0-1ce3c9149984 Date: Fri, 12 Oct 2018 10:54:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:54:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-12T10:54:04Z", "visibility": "shared", "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/bf2442f9-59e2-484a-a8f3-75a6fdcfdc3a/snap", "metadata": {}}], "self": "/v2/images/bf2442f9-59e2-484a-a8f3-75a6fdcfdc3a", "min_disk": 0, "protected": false, "id": "bf2442f9-59e2-484a-a8f3-75a6fdcfdc3a", "file": "/v2/images/bf2442f9-59e2-484a-a8f3-75a6fdcfdc3a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "104d75bb2cac4b4998c38732dc15f0bd", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/bf2442f9-59e2-484a-a8f3-75a6fdcfdc3a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 10:54:04,260 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/bf2442f9-59e2-484a-a8f3-75a6fdcfdc3a used request id req-d78e312e-f388-4eff-baf0-1ce3c9149984 2018-10-12 10:54:04,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f1d0425ec64013ff65b85d98198d40ffe4842f5" 2018-10-12 10:54:04,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b968be56-cc5d-4cb5-90be-6d8d2616b93d Date: Fri, 12 Oct 2018 10:54:04 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-12 10:54:04,412 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-b968be56-cc5d-4cb5-90be-6d8d2616b93d 2018-10-12 10:54:04,414 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image 2018-10-12 10:54:04,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/bf2442f9-59e2-484a-a8f3-75a6fdcfdc3a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f1d0425ec64013ff65b85d98198d40ffe4842f5" 2018-10-12 10:54:04,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-ac75f4aa-a811-4310-a6ed-84312ece86f4 Date: Fri, 12 Oct 2018 10:54:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:54:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-12T10:54:04Z", "visibility": "shared", "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/bf2442f9-59e2-484a-a8f3-75a6fdcfdc3a/snap", "metadata": {}}], "self": "/v2/images/bf2442f9-59e2-484a-a8f3-75a6fdcfdc3a", "min_disk": 0, "protected": false, "id": "bf2442f9-59e2-484a-a8f3-75a6fdcfdc3a", "file": "/v2/images/bf2442f9-59e2-484a-a8f3-75a6fdcfdc3a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "104d75bb2cac4b4998c38732dc15f0bd", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/bf2442f9-59e2-484a-a8f3-75a6fdcfdc3a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 10:54:04,565 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/bf2442f9-59e2-484a-a8f3-75a6fdcfdc3a used request id req-ac75f4aa-a811-4310-a6ed-84312ece86f4 2018-10-12 10:54:04,565 - create_image - DEBUG - Instance status is - active 2018-10-12 10:54:04,565 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image 2018-10-12 10:54:04,565 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image 2018-10-12 10:54:04,566 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:54:04,566 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:54:04,947 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:54:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["Mo113bjvQHu6uKDb9AqNuQ"], "issued_at": "2018-10-12T10:54:04.000000Z"}} 2018-10-12 10:54:04,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d660a82aa80b38ee6407af21cd1f13e51243312" 2018-10-12 10:54:05,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:54:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47cedf54-f7d6-4067-a022-615274215ec7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:54:05,031 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-47cedf54-f7d6-4067-a022-615274215ec7 2018-10-12 10:54:05,032 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:54:05,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d660a82aa80b38ee6407af21cd1f13e51243312" 2018-10-12 10:54:05,229 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:54:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f14cfb72-5772-458b-ab36-aaf35a148520 x-compute-request-id: req-f14cfb72-5772-458b-ab36-aaf35a148520 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-12 10:54:05,229 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-f14cfb72-5772-458b-ab36-aaf35a148520 2018-10-12 10:54:05,233 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d660a82aa80b38ee6407af21cd1f13e51243312" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-10-12 10:54:05,302 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:54:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f0caa93f-1483-4600-8bc0-17c527b9d695 x-compute-request-id: req-f0caa93f-1483-4600-8bc0-17c527b9d695 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/bd4b039c-9d1d-4743-8512-fa56240800c9", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/bd4b039c-9d1d-4743-8512-fa56240800c9", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "bd4b039c-9d1d-4743-8512-fa56240800c9", "name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 10:54:05,302 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-f0caa93f-1483-4600-8bc0-17c527b9d695 2018-10-12 10:54:05,303 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-12 10:54:05,328 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:54:05,714 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:54:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["BtfHZ8LuQUaaH9HTjKStNQ"], "issued_at": "2018-10-12T10:54:05.000000Z"}} 2018-10-12 10:54:05,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d29e968389e990e8be270f323b04a50f53bc96" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-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-3f0faca9-e21d-451b-9621-42df3d73781f-net", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-flavor"}}' 2018-10-12 10:54:08,644 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 10:54:05 GMT Server: Apache x-openstack-request-id: req-c5c3df30-6125-473b-b5ec-27d2c12eacce Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "2d505335-f8fa-4b5e-b630-965ef5e2018c", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c", "rel": "self"}]}} 2018-10-12 10:54:08,644 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks used request id req-c5c3df30-6125-473b-b5ec-27d2c12eacce 2018-10-12 10:54:08,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/2d505335-f8fa-4b5e-b630-965ef5e2018c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d29e968389e990e8be270f323b04a50f53bc96" 2018-10-12 10:54:09,318 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:54:08 GMT Server: Apache x-openstack-request-id: req-2ebade1c-6d85-4c19-98e4-94fc5d91b9ce Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:54:10,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:54:09 GMT Server: Apache x-openstack-request-id: req-81ece7e3-8e30-4df1-bebe-74cab598f1b4 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "2d505335-f8fa-4b5e-b630-965ef5e2018c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1", "stack_user_project_id": "9e40f8cf7bff49f29de8e175dc73e180", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:54:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2d505335-f8fa-4b5e-b630-965ef5e2018c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-12 10:54:10,017 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c used request id req-81ece7e3-8e30-4df1-bebe-74cab598f1b4 2018-10-12 10:54:10,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks?stack_name=HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d29e968389e990e8be270f323b04a50f53bc96" 2018-10-12 10:54:10,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:54:10 GMT Server: Apache x-openstack-request-id: req-bfef886e-7ce6-49a0-af30-826b23febf64 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1", "stack_user_project_id": "9e40f8cf7bff49f29de8e175dc73e180", "deletion_time": null, "creation_time": "2018-10-12T10:54:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c", "rel": "self"}], "updated_time": null, "project": "104d75bb2cac4b4998c38732dc15f0bd", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "2d505335-f8fa-4b5e-b630-965ef5e2018c", "tags": null}]} 2018-10-12 10:54:10,702 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks?stack_name=HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1 used request id req-bfef886e-7ce6-49a0-af30-826b23febf64 2018-10-12 10:54:10,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks?stack_name=HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d29e968389e990e8be270f323b04a50f53bc96" 2018-10-12 10:54:10,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:54:10 GMT Server: Apache x-openstack-request-id: req-a8f38aa2-c5b2-4c90-ba49-fa473a0e2cd2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1", "stack_user_project_id": "9e40f8cf7bff49f29de8e175dc73e180", "deletion_time": null, "creation_time": "2018-10-12T10:54:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c", "rel": "self"}], "updated_time": null, "project": "104d75bb2cac4b4998c38732dc15f0bd", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "2d505335-f8fa-4b5e-b630-965ef5e2018c", "tags": null}]} 2018-10-12 10:54:10,779 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks?stack_name=HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1 used request id req-a8f38aa2-c5b2-4c90-ba49-fa473a0e2cd2 2018-10-12 10:54:10,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/2d505335-f8fa-4b5e-b630-965ef5e2018c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d29e968389e990e8be270f323b04a50f53bc96" 2018-10-12 10:54:11,498 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:54:10 GMT Server: Apache x-openstack-request-id: req-4440b6fc-cdde-42f7-ae29-a3a5489313d8 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:54:12,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:54:11 GMT Server: Apache x-openstack-request-id: req-c088ca49-8ac5-4d62-9f15-6f224cc85425 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "2d505335-f8fa-4b5e-b630-965ef5e2018c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1", "stack_user_project_id": "9e40f8cf7bff49f29de8e175dc73e180", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:54:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2d505335-f8fa-4b5e-b630-965ef5e2018c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-12 10:54:12,239 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c used request id req-c088ca49-8ac5-4d62-9f15-6f224cc85425 2018-10-12 10:54:12,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/2d505335-f8fa-4b5e-b630-965ef5e2018c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d29e968389e990e8be270f323b04a50f53bc96" 2018-10-12 10:54:12,321 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:54:12 GMT Server: Apache x-openstack-request-id: req-3b91d32c-9f80-4662-9844-42997592e664 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:54:12,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:54:12 GMT Server: Apache x-openstack-request-id: req-a5089adc-3010-49e0-b98b-8a34cbec1352 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "2d505335-f8fa-4b5e-b630-965ef5e2018c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1", "stack_user_project_id": "9e40f8cf7bff49f29de8e175dc73e180", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:54:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2d505335-f8fa-4b5e-b630-965ef5e2018c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-12 10:54:12,529 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c used request id req-a5089adc-3010-49e0-b98b-8a34cbec1352 2018-10-12 10:54:15,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/2d505335-f8fa-4b5e-b630-965ef5e2018c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d29e968389e990e8be270f323b04a50f53bc96" 2018-10-12 10:54:15,562 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:54:15 GMT Server: Apache x-openstack-request-id: req-6f3e209e-60c3-42aa-a378-4ab9b0d5edfc Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:54:16,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:54:15 GMT Server: Apache x-openstack-request-id: req-c4dcc26f-b440-47f8-a17e-5afbbb3e8274 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "2d505335-f8fa-4b5e-b630-965ef5e2018c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1", "stack_user_project_id": "9e40f8cf7bff49f29de8e175dc73e180", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:54:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2d505335-f8fa-4b5e-b630-965ef5e2018c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-12 10:54:16,204 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c used request id req-c4dcc26f-b440-47f8-a17e-5afbbb3e8274 2018-10-12 10:54:19,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/2d505335-f8fa-4b5e-b630-965ef5e2018c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d29e968389e990e8be270f323b04a50f53bc96" 2018-10-12 10:54:19,237 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:54:19 GMT Server: Apache x-openstack-request-id: req-678309ad-fa75-4232-b410-79258f9e8f1e Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:54:19,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:54:19 GMT Server: Apache x-openstack-request-id: req-0165f03e-f47d-44c2-a0de-177247b0f5b0 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "2d505335-f8fa-4b5e-b630-965ef5e2018c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1", "stack_user_project_id": "9e40f8cf7bff49f29de8e175dc73e180", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:54:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2d505335-f8fa-4b5e-b630-965ef5e2018c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-12 10:54:19,424 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c used request id req-0165f03e-f47d-44c2-a0de-177247b0f5b0 2018-10-12 10:54:22,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/2d505335-f8fa-4b5e-b630-965ef5e2018c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d29e968389e990e8be270f323b04a50f53bc96" 2018-10-12 10:54:23,060 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:54:22 GMT Server: Apache x-openstack-request-id: req-6f4040b7-461e-4d15-a4b1-9a5f2b1b4261 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:54:23,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:54:23 GMT Server: Apache x-openstack-request-id: req-f52eb5b3-498d-443c-bcf6-22ee6cda7db7 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "2d505335-f8fa-4b5e-b630-965ef5e2018c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1", "stack_user_project_id": "9e40f8cf7bff49f29de8e175dc73e180", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:54:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2d505335-f8fa-4b5e-b630-965ef5e2018c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-12 10:54:23,292 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c used request id req-f52eb5b3-498d-443c-bcf6-22ee6cda7db7 2018-10-12 10:54:26,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/2d505335-f8fa-4b5e-b630-965ef5e2018c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d29e968389e990e8be270f323b04a50f53bc96" 2018-10-12 10:54:26,487 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:54:26 GMT Server: Apache x-openstack-request-id: req-881cd76c-34ac-46b5-8962-a3b56e2f6087 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:54:27,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:54:26 GMT Server: Apache x-openstack-request-id: req-745b45ea-ebba-414f-9f07-1de1856313e7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "2d505335-f8fa-4b5e-b630-965ef5e2018c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1", "stack_user_project_id": "9e40f8cf7bff49f29de8e175dc73e180", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-12T10:54:07Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "2d505335-f8fa-4b5e-b630-965ef5e2018c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-12 10:54:27,191 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c used request id req-745b45ea-ebba-414f-9f07-1de1856313e7 2018-10-12 10:54:27,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d29e968389e990e8be270f323b04a50f53bc96" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-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-3f0faca9-e21d-451b-9621-42df3d73781f-net", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-flavor"}}' 2018-10-12 10:54:29,199 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 10:54:27 GMT Server: Apache x-openstack-request-id: req-0e676208-5751-4187-ac72-9cb15c05263b Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "rel": "self"}]}} 2018-10-12 10:54:29,199 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks used request id req-0e676208-5751-4187-ac72-9cb15c05263b 2018-10-12 10:54:29,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/b2b1c981-2f4f-4db1-bb02-aabcf487a2da -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d29e968389e990e8be270f323b04a50f53bc96" 2018-10-12 10:54:29,230 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:54:29 GMT Server: Apache x-openstack-request-id: req-dafbe2d9-ffe8-4775-aac0-d3ac1a6f8511 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:54:29,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:54:29 GMT Server: Apache x-openstack-request-id: req-df10ee06-41b5-4505-9001-7d10d7459e87 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "stack_user_project_id": "d29e65cfefdd45e9ac6e6f0db618c3ed", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:54:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-12 10:54:29,432 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da used request id req-df10ee06-41b5-4505-9001-7d10d7459e87 2018-10-12 10:54:29,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks?stack_name=HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d29e968389e990e8be270f323b04a50f53bc96" 2018-10-12 10:54:29,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:54:29 GMT Server: Apache x-openstack-request-id: req-3539d923-11ce-4af8-a280-00b49edb31ce Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "stack_user_project_id": "d29e65cfefdd45e9ac6e6f0db618c3ed", "deletion_time": null, "creation_time": "2018-10-12T10:54:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "rel": "self"}], "updated_time": null, "project": "104d75bb2cac4b4998c38732dc15f0bd", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "tags": null}]} 2018-10-12 10:54:29,477 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks?stack_name=HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2 used request id req-3539d923-11ce-4af8-a280-00b49edb31ce 2018-10-12 10:54:29,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks?stack_name=HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d29e968389e990e8be270f323b04a50f53bc96" 2018-10-12 10:54:29,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:54:29 GMT Server: Apache x-openstack-request-id: req-349d8d2a-cddd-4b20-bb46-dc7367e64e25 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "stack_user_project_id": "d29e65cfefdd45e9ac6e6f0db618c3ed", "deletion_time": null, "creation_time": "2018-10-12T10:54:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "rel": "self"}], "updated_time": null, "project": "104d75bb2cac4b4998c38732dc15f0bd", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "tags": null}]} 2018-10-12 10:54:29,679 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks?stack_name=HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2 used request id req-349d8d2a-cddd-4b20-bb46-dc7367e64e25 2018-10-12 10:54:29,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/b2b1c981-2f4f-4db1-bb02-aabcf487a2da -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d29e968389e990e8be270f323b04a50f53bc96" 2018-10-12 10:54:29,709 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:54:29 GMT Server: Apache x-openstack-request-id: req-565c5007-6f52-4aca-b2da-ad99e8ed82a8 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:54:29,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:54:29 GMT Server: Apache x-openstack-request-id: req-fc9d6d49-9f9c-4a08-86c5-f15f2991ffd7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "stack_user_project_id": "d29e65cfefdd45e9ac6e6f0db618c3ed", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:54:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-12 10:54:29,751 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da used request id req-fc9d6d49-9f9c-4a08-86c5-f15f2991ffd7 2018-10-12 10:54:29,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/b2b1c981-2f4f-4db1-bb02-aabcf487a2da -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d29e968389e990e8be270f323b04a50f53bc96" 2018-10-12 10:54:29,780 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:54:29 GMT Server: Apache x-openstack-request-id: req-30f61919-88ef-416a-a265-450834f3d073 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:54:29,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:54:29 GMT Server: Apache x-openstack-request-id: req-e87f43ef-f6f1-4152-b8f6-afedbb8506ea Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "stack_user_project_id": "d29e65cfefdd45e9ac6e6f0db618c3ed", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:54:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-12 10:54:29,822 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da used request id req-e87f43ef-f6f1-4152-b8f6-afedbb8506ea 2018-10-12 10:54:32,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/b2b1c981-2f4f-4db1-bb02-aabcf487a2da -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d29e968389e990e8be270f323b04a50f53bc96" 2018-10-12 10:54:32,854 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:54:32 GMT Server: Apache x-openstack-request-id: req-cb26cb6a-5c00-4c61-ba90-3f1b4033fcfa Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:54:32,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:54:32 GMT Server: Apache x-openstack-request-id: req-2b02a615-211b-43f4-96a1-a9a19a6f6f69 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "stack_user_project_id": "d29e65cfefdd45e9ac6e6f0db618c3ed", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:54:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-12 10:54:32,896 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da used request id req-2b02a615-211b-43f4-96a1-a9a19a6f6f69 2018-10-12 10:54:35,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/b2b1c981-2f4f-4db1-bb02-aabcf487a2da -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d29e968389e990e8be270f323b04a50f53bc96" 2018-10-12 10:54:35,929 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:54:35 GMT Server: Apache x-openstack-request-id: req-5e9da99e-38ba-4e42-8eea-1a98cd2a7487 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:54:35,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:54:35 GMT Server: Apache x-openstack-request-id: req-9df5e447-358f-4b78-b532-092f48380d98 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "stack_user_project_id": "d29e65cfefdd45e9ac6e6f0db618c3ed", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:54:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-12 10:54:35,970 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da used request id req-9df5e447-358f-4b78-b532-092f48380d98 2018-10-12 10:54:38,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/b2b1c981-2f4f-4db1-bb02-aabcf487a2da -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d29e968389e990e8be270f323b04a50f53bc96" 2018-10-12 10:54:39,003 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:54:38 GMT Server: Apache x-openstack-request-id: req-e3d9049b-94a0-4a34-be54-08c2737dfcaf Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:54:39,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:54:39 GMT Server: Apache x-openstack-request-id: req-f2e0b37b-4eb7-435a-99f2-f1427244447e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "stack_user_project_id": "d29e65cfefdd45e9ac6e6f0db618c3ed", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:54:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-12 10:54:39,218 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da used request id req-f2e0b37b-4eb7-435a-99f2-f1427244447e 2018-10-12 10:54:42,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/b2b1c981-2f4f-4db1-bb02-aabcf487a2da -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d29e968389e990e8be270f323b04a50f53bc96" 2018-10-12 10:54:42,253 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:54:42 GMT Server: Apache x-openstack-request-id: req-430bcabf-e306-43c4-a5d8-4befde47b992 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:54:42,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:54:42 GMT Server: Apache x-openstack-request-id: req-ac85bcfb-b47d-4214-b96d-6da68a9b92c9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "stack_user_project_id": "d29e65cfefdd45e9ac6e6f0db618c3ed", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:54:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-12 10:54:42,327 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da used request id req-ac85bcfb-b47d-4214-b96d-6da68a9b92c9 2018-10-12 10:54:45,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/b2b1c981-2f4f-4db1-bb02-aabcf487a2da -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d29e968389e990e8be270f323b04a50f53bc96" 2018-10-12 10:54:45,361 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:54:45 GMT Server: Apache x-openstack-request-id: req-fe0c95fa-0854-44c7-9f13-a0e88cd99d78 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:54:45,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:54:45 GMT Server: Apache x-openstack-request-id: req-8e6a5e8f-19a7-46c8-8c75-55b508b331d1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "stack_user_project_id": "d29e65cfefdd45e9ac6e6f0db618c3ed", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:54:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-12 10:54:45,586 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da used request id req-8e6a5e8f-19a7-46c8-8c75-55b508b331d1 2018-10-12 10:54:48,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/b2b1c981-2f4f-4db1-bb02-aabcf487a2da -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d29e968389e990e8be270f323b04a50f53bc96" 2018-10-12 10:54:48,619 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:54:48 GMT Server: Apache x-openstack-request-id: req-86ad1c42-f98c-4f48-93a8-4c4b819af046 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:54:48,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:54:48 GMT Server: Apache x-openstack-request-id: req-6faf6471-f8a5-4fec-aa43-fce0eec8733b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "stack_user_project_id": "d29e65cfefdd45e9ac6e6f0db618c3ed", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:54:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-12 10:54:48,692 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da used request id req-6faf6471-f8a5-4fec-aa43-fce0eec8733b 2018-10-12 10:54:51,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/b2b1c981-2f4f-4db1-bb02-aabcf487a2da -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d29e968389e990e8be270f323b04a50f53bc96" 2018-10-12 10:54:51,725 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:54:51 GMT Server: Apache x-openstack-request-id: req-87a1e71a-fb42-40a1-87e1-70a854e4c288 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:54:51,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:54:51 GMT Server: Apache x-openstack-request-id: req-7bc84420-590d-48db-a155-8a7e55cd3fd6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "stack_user_project_id": "d29e65cfefdd45e9ac6e6f0db618c3ed", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:54:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-12 10:54:51,799 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da used request id req-7bc84420-590d-48db-a155-8a7e55cd3fd6 2018-10-12 10:54:54,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/b2b1c981-2f4f-4db1-bb02-aabcf487a2da -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d29e968389e990e8be270f323b04a50f53bc96" 2018-10-12 10:54:55,517 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:54:54 GMT Server: Apache x-openstack-request-id: req-1ab4e1af-9504-4ab5-a4d5-eff0d232ea76 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:54:55,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:54:55 GMT Server: Apache x-openstack-request-id: req-548f9cf2-0de0-4cb1-b162-67f79f3b097d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "stack_user_project_id": "d29e65cfefdd45e9ac6e6f0db618c3ed", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:54:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-12 10:54:55,742 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da used request id req-548f9cf2-0de0-4cb1-b162-67f79f3b097d 2018-10-12 10:54:58,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/b2b1c981-2f4f-4db1-bb02-aabcf487a2da -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d29e968389e990e8be270f323b04a50f53bc96" 2018-10-12 10:54:58,775 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:54:58 GMT Server: Apache x-openstack-request-id: req-4b995b1f-d0c5-498b-8639-46471bf8a9cd Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:54:59,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:54:58 GMT Server: Apache x-openstack-request-id: req-70a59f62-9ca5-4e3c-bdf4-bd32d36f26f4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "stack_user_project_id": "d29e65cfefdd45e9ac6e6f0db618c3ed", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:54:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-12 10:54:59,009 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da used request id req-70a59f62-9ca5-4e3c-bdf4-bd32d36f26f4 2018-10-12 10:55:02,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/b2b1c981-2f4f-4db1-bb02-aabcf487a2da -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d29e968389e990e8be270f323b04a50f53bc96" 2018-10-12 10:55:02,043 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:55:02 GMT Server: Apache x-openstack-request-id: req-164982a1-86e4-40f3-8806-82f5514b2272 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:55:02,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:55:02 GMT Server: Apache x-openstack-request-id: req-43855208-24e2-4ce8-b122-afbef71b662d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "stack_user_project_id": "d29e65cfefdd45e9ac6e6f0db618c3ed", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:54:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-12 10:55:02,118 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da used request id req-43855208-24e2-4ce8-b122-afbef71b662d 2018-10-12 10:55:05,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/b2b1c981-2f4f-4db1-bb02-aabcf487a2da -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d29e968389e990e8be270f323b04a50f53bc96" 2018-10-12 10:55:05,153 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:55:05 GMT Server: Apache x-openstack-request-id: req-4c91fe61-e483-43bd-b2e1-6c345a572d68 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:55:05,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:55:05 GMT Server: Apache x-openstack-request-id: req-1e6c01e4-b464-4932-9b68-c48daf88057b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "stack_user_project_id": "d29e65cfefdd45e9ac6e6f0db618c3ed", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:54:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-12 10:55:05,806 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da used request id req-1e6c01e4-b464-4932-9b68-c48daf88057b 2018-10-12 10:55:08,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/b2b1c981-2f4f-4db1-bb02-aabcf487a2da -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d29e968389e990e8be270f323b04a50f53bc96" 2018-10-12 10:55:08,840 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:55:08 GMT Server: Apache x-openstack-request-id: req-8ec9292b-3621-4791-8a2e-7989d3f45e2f Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:55:09,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:55:08 GMT Server: Apache x-openstack-request-id: req-f891e9f0-3ce3-4bf5-8824-d16708ea12ef Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "stack_user_project_id": "d29e65cfefdd45e9ac6e6f0db618c3ed", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:54:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-12 10:55:09,033 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da used request id req-f891e9f0-3ce3-4bf5-8824-d16708ea12ef 2018-10-12 10:55:12,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/b2b1c981-2f4f-4db1-bb02-aabcf487a2da -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d29e968389e990e8be270f323b04a50f53bc96" 2018-10-12 10:55:12,066 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:55:12 GMT Server: Apache x-openstack-request-id: req-9d3d9ecc-bf52-42e1-be3e-69f5d33d8dba Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:55:12,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:55:12 GMT Server: Apache x-openstack-request-id: req-d7f77a85-a0a3-44eb-af6d-afb582a0fe5d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "stack_user_project_id": "d29e65cfefdd45e9ac6e6f0db618c3ed", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:54:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-12 10:55:12,108 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da used request id req-d7f77a85-a0a3-44eb-af6d-afb582a0fe5d 2018-10-12 10:55:15,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/b2b1c981-2f4f-4db1-bb02-aabcf487a2da -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d29e968389e990e8be270f323b04a50f53bc96" 2018-10-12 10:55:15,141 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:55:15 GMT Server: Apache x-openstack-request-id: req-892f8e6e-3495-423e-bf62-4f124c4e5b62 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:55:15,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:55:15 GMT Server: Apache x-openstack-request-id: req-0655a2c1-d190-4de3-8ce1-381439b8e025 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image", "inst_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2", "stack_user_project_id": "d29e65cfefdd45e9ac6e6f0db618c3ed", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-12T10:54:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b2b1c981-2f4f-4db1-bb02-aabcf487a2da", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-12 10:55:15,183 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da used request id req-0655a2c1-d190-4de3-8ce1-381439b8e025 2018-10-12 10:55:15,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/2d505335-f8fa-4b5e-b630-965ef5e2018c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d29e968389e990e8be270f323b04a50f53bc96" 2018-10-12 10:55:15,213 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:55:15 GMT Server: Apache x-openstack-request-id: req-3f4508ae-c811-4858-81ed-60ca03bff7f9 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:55:15,287 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:55:15 GMT Server: Apache x-openstack-request-id: req-8b860411-5837-4ace-a449-bada2233e315 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:55:15,287 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack1/2d505335-f8fa-4b5e-b630-965ef5e2018c used request id req-8b860411-5837-4ace-a449-bada2233e315 2018-10-12 10:55:15,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/b2b1c981-2f4f-4db1-bb02-aabcf487a2da -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38d29e968389e990e8be270f323b04a50f53bc96" 2018-10-12 10:55:15,317 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:55:15 GMT Server: Apache x-openstack-request-id: req-645ab557-ad3a-4ac7-930a-673dc6a49086 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:55:16,003 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:55:15 GMT Server: Apache x-openstack-request-id: req-bfeeb5bc-4120-416a-95cc-d7ac781eb062 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:55:16,004 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-stack2/b2b1c981-2f4f-4db1-bb02-aabcf487a2da used request id req-bfeeb5bc-4120-416a-95cc-d7ac781eb062 2018-10-12 10:55:16,004 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-3f0faca9-e21d-451b-9621-42df3d73781f-image 2018-10-12 10:55:16,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/bf2442f9-59e2-484a-a8f3-75a6fdcfdc3a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f1d0425ec64013ff65b85d98198d40ffe4842f5" 2018-10-12 10:55:18,160 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d785db52-ea37-4ce7-98cb-dd78bd6b2a8c Date: Fri, 12 Oct 2018 10:55:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 10:55:18,160 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/bf2442f9-59e2-484a-a8f3-75a6fdcfdc3a used request id req-d785db52-ea37-4ce7-98cb-dd78bd6b2a8c 2018-10-12 10:55:18,164 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/bd4b039c-9d1d-4743-8512-fa56240800c9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d660a82aa80b38ee6407af21cd1f13e51243312" 2018-10-12 10:55:18,228 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:55:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3ea88a2f-378b-4012-bba4-381807fe3c59 x-compute-request-id: req-3ea88a2f-378b-4012-bba4-381807fe3c59 Content-Length: 0 Content-Type: application/json 2018-10-12 10:55:18,228 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/bd4b039c-9d1d-4743-8512-fa56240800c9 used request id req-3ea88a2f-378b-4012-bba4-381807fe3c59 2018-10-12 10:55:18,230 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-12 10:55:18,230 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:55:18,231 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:55:18,611 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:55:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["XmJHcMvkTFKxxkMkQKgU6Q"], "issued_at": "2018-10-12T10:55:18.000000Z"}} 2018-10-12 10:55:18,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cab1509d025016ce73954ba1fb394d8c4f128f" 2018-10-12 10:55:18,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:55:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c17803c2-d063-47bf-855d-608278a4b5ac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:55:18,692 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c17803c2-d063-47bf-855d-608278a4b5ac 2018-10-12 10:55:18,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0cab1509d025016ce73954ba1fb394d8c4f128f" 2018-10-12 10:55:18,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-03388c06-b9e4-4fb5-ba21-33e74dc48755 Date: Fri, 12 Oct 2018 10:55:18 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image1"} 2018-10-12 10:55:18,864 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image1 used request id req-03388c06-b9e4-4fb5-ba21-33e74dc48755 2018-10-12 10:55:18,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0cab1509d025016ce73954ba1fb394d8c4f128f" 2018-10-12 10:55:19,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-346a840b-f240-447f-a962-a51e0867bde2 Date: Fri, 12 Oct 2018 10:55: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-10-12 10:55:19,020 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-346a840b-f240-447f-a962-a51e0867bde2 2018-10-12 10:55:19,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c0cab1509d025016ce73954ba1fb394d8c4f128f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image1"}' 2018-10-12 10:55:19,293 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/e72e100f-dca1-4b76-922d-0ecf0b0981b1 X-Openstack-Request-Id: req-3754782f-6df7-4748-9279-e6dbb79528c4 Date: Fri, 12 Oct 2018 10:55:19 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image1", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:55:19Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-12T10:55:19Z", "visibility": "shared", "locations": [], "self": "/v2/images/e72e100f-dca1-4b76-922d-0ecf0b0981b1", "min_disk": 0, "protected": false, "id": "e72e100f-dca1-4b76-922d-0ecf0b0981b1", "file": "/v2/images/e72e100f-dca1-4b76-922d-0ecf0b0981b1/file", "checksum": null, "owner": "104d75bb2cac4b4998c38732dc15f0bd", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 10:55:19,293 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-3754782f-6df7-4748-9279-e6dbb79528c4 2018-10-12 10:55:19,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/e72e100f-dca1-4b76-922d-0ecf0b0981b1/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0cab1509d025016ce73954ba1fb394d8c4f128f" -d '' 2018-10-12 10:55:21,236 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ac74ec7a-3056-4ad4-b8b6-6e1171d993c9 Date: Fri, 12 Oct 2018 10:55:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 10:55:21,236 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/e72e100f-dca1-4b76-922d-0ecf0b0981b1/file used request id req-ac74ec7a-3056-4ad4-b8b6-6e1171d993c9 2018-10-12 10:55:21,237 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-12 10:55:21,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/e72e100f-dca1-4b76-922d-0ecf0b0981b1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0cab1509d025016ce73954ba1fb394d8c4f128f" 2018-10-12 10:55:21,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-f9828174-22b2-4e05-93b1-e09eda732d59 Date: Fri, 12 Oct 2018 10:55:21 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image1", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:55:19Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-12T10:55:20Z", "visibility": "shared", "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/e72e100f-dca1-4b76-922d-0ecf0b0981b1/snap", "metadata": {}}], "self": "/v2/images/e72e100f-dca1-4b76-922d-0ecf0b0981b1", "min_disk": 0, "protected": false, "id": "e72e100f-dca1-4b76-922d-0ecf0b0981b1", "file": "/v2/images/e72e100f-dca1-4b76-922d-0ecf0b0981b1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "104d75bb2cac4b4998c38732dc15f0bd", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/e72e100f-dca1-4b76-922d-0ecf0b0981b1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 10:55:21,414 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/e72e100f-dca1-4b76-922d-0ecf0b0981b1 used request id req-f9828174-22b2-4e05-93b1-e09eda732d59 2018-10-12 10:55:21,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0cab1509d025016ce73954ba1fb394d8c4f128f" 2018-10-12 10:55:21,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3fbf7239-7f18-4e2c-8ade-0aea1497b232 Date: Fri, 12 Oct 2018 10:55: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-10-12 10:55:21,579 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-3fbf7239-7f18-4e2c-8ade-0aea1497b232 2018-10-12 10:55:21,582 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image1 2018-10-12 10:55:21,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/e72e100f-dca1-4b76-922d-0ecf0b0981b1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0cab1509d025016ce73954ba1fb394d8c4f128f" 2018-10-12 10:55:21,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-d515f33b-11f6-4e35-9f7b-3df4ccd11219 Date: Fri, 12 Oct 2018 10:55:21 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image1", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:55:19Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-12T10:55:20Z", "visibility": "shared", "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/e72e100f-dca1-4b76-922d-0ecf0b0981b1/snap", "metadata": {}}], "self": "/v2/images/e72e100f-dca1-4b76-922d-0ecf0b0981b1", "min_disk": 0, "protected": false, "id": "e72e100f-dca1-4b76-922d-0ecf0b0981b1", "file": "/v2/images/e72e100f-dca1-4b76-922d-0ecf0b0981b1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "104d75bb2cac4b4998c38732dc15f0bd", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/e72e100f-dca1-4b76-922d-0ecf0b0981b1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 10:55:21,746 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/e72e100f-dca1-4b76-922d-0ecf0b0981b1 used request id req-d515f33b-11f6-4e35-9f7b-3df4ccd11219 2018-10-12 10:55:21,747 - create_image - DEBUG - Instance status is - active 2018-10-12 10:55:21,747 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image1 2018-10-12 10:55:21,747 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image1 2018-10-12 10:55:21,747 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-12 10:55:21,747 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:55:21,748 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:55:22,145 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:55:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["Vl8gfSxkTVKoHHRVkwRgog"], "issued_at": "2018-10-12T10:55:22.000000Z"}} 2018-10-12 10:55:22,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}318c9d339cb68dbb99725e055ffb4aee651aee62" 2018-10-12 10:55:22,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:55:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee6cec69-99e4-41a6-aa9d-6263ae5734f9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:55:22,226 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ee6cec69-99e4-41a6-aa9d-6263ae5734f9 2018-10-12 10:55:22,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}318c9d339cb68dbb99725e055ffb4aee651aee62" 2018-10-12 10:55:22,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-3ebe1e5f-2d84-40a0-b439-5d39b6f3e080 Date: Fri, 12 Oct 2018 10:55:22 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image2"} 2018-10-12 10:55:22,391 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image2 used request id req-3ebe1e5f-2d84-40a0-b439-5d39b6f3e080 2018-10-12 10:55:22,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}318c9d339cb68dbb99725e055ffb4aee651aee62" 2018-10-12 10:55:22,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-532e51f2-ac55-4232-88dd-70603c81656b Date: Fri, 12 Oct 2018 10:55: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-10-12 10:55:22,536 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-532e51f2-ac55-4232-88dd-70603c81656b 2018-10-12 10:55:22,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}318c9d339cb68dbb99725e055ffb4aee651aee62" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image2"}' 2018-10-12 10:55:22,864 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/da65bf73-7790-4764-939a-4d04ac6b0de2 X-Openstack-Request-Id: req-41fb9ea8-8ae1-4e8d-a15f-b7adb11f41b6 Date: Fri, 12 Oct 2018 10:55:22 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:55:22Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-12T10:55:22Z", "visibility": "shared", "locations": [], "self": "/v2/images/da65bf73-7790-4764-939a-4d04ac6b0de2", "min_disk": 0, "protected": false, "id": "da65bf73-7790-4764-939a-4d04ac6b0de2", "file": "/v2/images/da65bf73-7790-4764-939a-4d04ac6b0de2/file", "checksum": null, "owner": "104d75bb2cac4b4998c38732dc15f0bd", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 10:55:22,864 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-41fb9ea8-8ae1-4e8d-a15f-b7adb11f41b6 2018-10-12 10:55:22,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/da65bf73-7790-4764-939a-4d04ac6b0de2/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}318c9d339cb68dbb99725e055ffb4aee651aee62" -d '' 2018-10-12 10:55:24,565 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d2bfcc47-685d-4881-8263-a904c6c94068 Date: Fri, 12 Oct 2018 10:55:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 10:55:24,565 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/da65bf73-7790-4764-939a-4d04ac6b0de2/file used request id req-d2bfcc47-685d-4881-8263-a904c6c94068 2018-10-12 10:55:24,565 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-12 10:55:24,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/da65bf73-7790-4764-939a-4d04ac6b0de2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}318c9d339cb68dbb99725e055ffb4aee651aee62" 2018-10-12 10:55:24,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-809f02c6-86ce-45ba-9650-155d11be9c6a Date: Fri, 12 Oct 2018 10:55:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:55:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-12T10:55:24Z", "visibility": "shared", "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/da65bf73-7790-4764-939a-4d04ac6b0de2/snap", "metadata": {}}], "self": "/v2/images/da65bf73-7790-4764-939a-4d04ac6b0de2", "min_disk": 0, "protected": false, "id": "da65bf73-7790-4764-939a-4d04ac6b0de2", "file": "/v2/images/da65bf73-7790-4764-939a-4d04ac6b0de2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "104d75bb2cac4b4998c38732dc15f0bd", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/da65bf73-7790-4764-939a-4d04ac6b0de2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 10:55:24,737 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/da65bf73-7790-4764-939a-4d04ac6b0de2 used request id req-809f02c6-86ce-45ba-9650-155d11be9c6a 2018-10-12 10:55:24,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}318c9d339cb68dbb99725e055ffb4aee651aee62" 2018-10-12 10:55:24,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7e0e5fcf-d1ee-4328-b187-3f7ef611ea77 Date: Fri, 12 Oct 2018 10:55:24 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-12 10:55:24,890 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-7e0e5fcf-d1ee-4328-b187-3f7ef611ea77 2018-10-12 10:55:24,893 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image2 2018-10-12 10:55:24,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/da65bf73-7790-4764-939a-4d04ac6b0de2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}318c9d339cb68dbb99725e055ffb4aee651aee62" 2018-10-12 10:55:25,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-95093e60-3870-4706-9793-0c46b7b5db5d Date: Fri, 12 Oct 2018 10:55:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:55:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-12T10:55:24Z", "visibility": "shared", "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/da65bf73-7790-4764-939a-4d04ac6b0de2/snap", "metadata": {}}], "self": "/v2/images/da65bf73-7790-4764-939a-4d04ac6b0de2", "min_disk": 0, "protected": false, "id": "da65bf73-7790-4764-939a-4d04ac6b0de2", "file": "/v2/images/da65bf73-7790-4764-939a-4d04ac6b0de2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "104d75bb2cac4b4998c38732dc15f0bd", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/da65bf73-7790-4764-939a-4d04ac6b0de2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 10:55:25,055 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/da65bf73-7790-4764-939a-4d04ac6b0de2 used request id req-95093e60-3870-4706-9793-0c46b7b5db5d 2018-10-12 10:55:25,056 - create_image - DEBUG - Instance status is - active 2018-10-12 10:55:25,056 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image2 2018-10-12 10:55:25,056 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image2 2018-10-12 10:55:25,056 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-12 10:55:25,131 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:55:25,507 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:55:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["uB0V07EFQByGJoOm4xQggw"], "issued_at": "2018-10-12T10:55:25.000000Z"}} 2018-10-12 10:55:25,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" -d '{"stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-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-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor2", "keypair_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-keypair", "subnet_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-subnet", "image1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image1", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor1", "net_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-net"}}' 2018-10-12 10:55:29,224 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 10:55:25 GMT Server: Apache x-openstack-request-id: req-220f870a-4499-4d73-a04c-c7f9776d7843 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "58d77569-22f2-4a67-9412-dbddfc53665c", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "self"}]}} 2018-10-12 10:55:29,225 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks used request id req-220f870a-4499-4d73-a04c-c7f9776d7843 2018-10-12 10:55:29,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/58d77569-22f2-4a67-9412-dbddfc53665c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:29,868 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:55:29 GMT Server: Apache x-openstack-request-id: req-80dd423f-a480-4e8e-ade1-69f3ba373b30 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:55:30,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:55:29 GMT Server: Apache x-openstack-request-id: req-9ba32a49-8bd3-483d-9d21-babb3807acbc 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-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor2", "OS::project_id": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "58d77569-22f2-4a67-9412-dbddfc53665c", "OS::stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-subnet", "net_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack", "stack_user_project_id": "258ed94d5b5b4dfa98405e52783c8753", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:55:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "58d77569-22f2-4a67-9412-dbddfc53665c", "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-10-12 10:55:30,088 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c used request id req-9ba32a49-8bd3-483d-9d21-babb3807acbc 2018-10-12 10:55:30,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/58d77569-22f2-4a67-9412-dbddfc53665c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:30,265 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:55:30 GMT Server: Apache x-openstack-request-id: req-957c0736-5afb-4cc7-82fd-a7be0b02ba6d Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:55:30,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:55:30 GMT Server: Apache x-openstack-request-id: req-3e26c133-c269-43d8-959e-dfde36afdb23 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-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor2", "OS::project_id": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "58d77569-22f2-4a67-9412-dbddfc53665c", "OS::stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-subnet", "net_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack", "stack_user_project_id": "258ed94d5b5b4dfa98405e52783c8753", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:55:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "58d77569-22f2-4a67-9412-dbddfc53665c", "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-10-12 10:55:30,483 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c used request id req-3e26c133-c269-43d8-959e-dfde36afdb23 2018-10-12 10:55:33,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/58d77569-22f2-4a67-9412-dbddfc53665c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:33,692 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:55:33 GMT Server: Apache x-openstack-request-id: req-9a7b1d92-ad40-41bb-ad05-2de4b5ac98af Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:55:34,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:55:33 GMT Server: Apache x-openstack-request-id: req-57cf144d-44fd-4d99-97f9-d23e37661e0a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2076 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-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor2", "OS::project_id": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "58d77569-22f2-4a67-9412-dbddfc53665c", "OS::stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-subnet", "net_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack", "stack_user_project_id": "258ed94d5b5b4dfa98405e52783c8753", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:55:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "58d77569-22f2-4a67-9412-dbddfc53665c", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEArEGFAVEdE366mCvUtt+12raUgEyFKzgj5rTIZGfdxTvvK8C9\np2/hU1TENLfkK2cqH3ZYMPmfhGuBbz6lrpZ7+7hX27QoyE3jeYnZzVPdF677zJwN\nfwQJG0Jb3PAZV/wMYwcSeodEAMGIhYe/YMWWekd0Y11hxwOkNR8ISqzo7i1To3EG\nG9Rua+Q5wGKQwd244Pcl3rpPNuq/qPTXv0QXAs+OTTygAwB7JDRkzs4MBGpFix4B\nZ+Gf8v2YNSGG62twCIGL7QfyS9F2ew4OYJpsd5DgdUJsFSkoB1s8ZRYa6/LcaGgY\n6+3Yj3Bb8ktxzQEqseO9QPEWDSsD15zSj1voWQIDAQABAoIBAQCmpaByfLG/iYwl\n6cmZvmYmGRsj4GO5Q0/gQ6fXE3FG/kvNrWMN2LxKLSjAw+M3ZlAnLgv2HZmIt6T6\nJcaOWEHMbjR5dhs6ZbgbfhS7g1XTMtOhyJt59UKGH7XV0mcCavLk3xOufKx6esGE\nRacNjTqeRADCnLYanlg/mC0iaZPTz2nA6hRSVeug5yqe9jfX5fiBpPAw2oigzH+y\nYN90TD1NY5LJgd93/JG6lnvcdKig1bLFUspK2vgywf/1Sgjgb7/YC6aw47vaDGSh\nGy4bk354tM6BNRcVi8eQfkaHOV2KEyfVC5lI6THCdXorA0nTOfotgPMGh5XPw7R8\nCnJkb+xNAoGBANaEQ30pUCIxYEtqyqxProJrWBF7ZAyeeNVEh9yfKDWoKhSemwrQ\nLE+qfKB3PecKMKlKU5JNMrLMpft5/ddlgLgnlQct4PZKak61e7yLFoIEyMDoruoa\nmC9TTNKRNdv5XVq2m2Zw7zh9qA+OdCryLB0ghRPnWeYpoprlsmDAfO1TAoGBAM2R\nHxVMg+0rqmhmhh6OPSYsTsiFa4Q46tmF/x/36kqTvU0FbysriV+NeB+dGgWyF0Jv\nZ0AWSg2eI5BYqSqFQ6eeqOivTHeSLCJTtMe/Nn1H/12evT93wjbi5NNLHuc/bQ/M\nnrwxaQoLG3GHznzIp80f8n6RqL3Pr4acWIq1dfIjAoGBAKroWbTAU33KhQPRI4RB\nP7HcwB+9hSqgn3iazvuxOiH1xwEClFf7HzKhjAV0uzb14WsfMpIfO0NE1QEUYm9Y\nCUOvFYbQwKi5BRWMdfbzgY05LpCzUZhmc9VQsqYY1yZY+E2rqwfk9lK1mk46mscU\nhpz2KdB/xBoiFdD/LCz1bxLNAoGAKevfb+ODv/k4rkPCNDcDp2Y/xsrWq0dENYoL\nBkTzpbPNVgi2rBIb2L2r8p6CMQkpjyXS45HoFjDaxdQe44n7yxIjFhixumy3zWRO\nqLGI9jGZlUkLBQdyNuk8iw51xej8X811zaEx75dmSFfOt0ngVoeeV0tzIwpYnFYE\nBH2PCQsCgYA03ij8cm+MFWxyJYn0eqmk8CoQs5L06T7akjvfckOUmTw4LnRzAFvr\nPIfOF/Wqw2PGXIf2vzPycLDwhUME0AKmHOfOCSfG/Aq1vRAKEAbQa8VTmAETQZBy\np6NU1Kz6ni0lLfjB6fYIJKUQjWo497sGbKax6QLUDlYv3TbYTzSbKA==\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-10-12 10:55:34,071 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c used request id req-57cf144d-44fd-4d99-97f9-d23e37661e0a 2018-10-12 10:55:37,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/58d77569-22f2-4a67-9412-dbddfc53665c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:37,107 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:55:37 GMT Server: Apache x-openstack-request-id: req-d94713c9-30f1-48c5-8048-445ffe7ca085 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:55:37,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:55:37 GMT Server: Apache x-openstack-request-id: req-7fe8a175-1222-49e9-a14a-a616d0394b27 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2076 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-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor2", "OS::project_id": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "58d77569-22f2-4a67-9412-dbddfc53665c", "OS::stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-subnet", "net_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack", "stack_user_project_id": "258ed94d5b5b4dfa98405e52783c8753", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:55:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "58d77569-22f2-4a67-9412-dbddfc53665c", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEArEGFAVEdE366mCvUtt+12raUgEyFKzgj5rTIZGfdxTvvK8C9\np2/hU1TENLfkK2cqH3ZYMPmfhGuBbz6lrpZ7+7hX27QoyE3jeYnZzVPdF677zJwN\nfwQJG0Jb3PAZV/wMYwcSeodEAMGIhYe/YMWWekd0Y11hxwOkNR8ISqzo7i1To3EG\nG9Rua+Q5wGKQwd244Pcl3rpPNuq/qPTXv0QXAs+OTTygAwB7JDRkzs4MBGpFix4B\nZ+Gf8v2YNSGG62twCIGL7QfyS9F2ew4OYJpsd5DgdUJsFSkoB1s8ZRYa6/LcaGgY\n6+3Yj3Bb8ktxzQEqseO9QPEWDSsD15zSj1voWQIDAQABAoIBAQCmpaByfLG/iYwl\n6cmZvmYmGRsj4GO5Q0/gQ6fXE3FG/kvNrWMN2LxKLSjAw+M3ZlAnLgv2HZmIt6T6\nJcaOWEHMbjR5dhs6ZbgbfhS7g1XTMtOhyJt59UKGH7XV0mcCavLk3xOufKx6esGE\nRacNjTqeRADCnLYanlg/mC0iaZPTz2nA6hRSVeug5yqe9jfX5fiBpPAw2oigzH+y\nYN90TD1NY5LJgd93/JG6lnvcdKig1bLFUspK2vgywf/1Sgjgb7/YC6aw47vaDGSh\nGy4bk354tM6BNRcVi8eQfkaHOV2KEyfVC5lI6THCdXorA0nTOfotgPMGh5XPw7R8\nCnJkb+xNAoGBANaEQ30pUCIxYEtqyqxProJrWBF7ZAyeeNVEh9yfKDWoKhSemwrQ\nLE+qfKB3PecKMKlKU5JNMrLMpft5/ddlgLgnlQct4PZKak61e7yLFoIEyMDoruoa\nmC9TTNKRNdv5XVq2m2Zw7zh9qA+OdCryLB0ghRPnWeYpoprlsmDAfO1TAoGBAM2R\nHxVMg+0rqmhmhh6OPSYsTsiFa4Q46tmF/x/36kqTvU0FbysriV+NeB+dGgWyF0Jv\nZ0AWSg2eI5BYqSqFQ6eeqOivTHeSLCJTtMe/Nn1H/12evT93wjbi5NNLHuc/bQ/M\nnrwxaQoLG3GHznzIp80f8n6RqL3Pr4acWIq1dfIjAoGBAKroWbTAU33KhQPRI4RB\nP7HcwB+9hSqgn3iazvuxOiH1xwEClFf7HzKhjAV0uzb14WsfMpIfO0NE1QEUYm9Y\nCUOvFYbQwKi5BRWMdfbzgY05LpCzUZhmc9VQsqYY1yZY+E2rqwfk9lK1mk46mscU\nhpz2KdB/xBoiFdD/LCz1bxLNAoGAKevfb+ODv/k4rkPCNDcDp2Y/xsrWq0dENYoL\nBkTzpbPNVgi2rBIb2L2r8p6CMQkpjyXS45HoFjDaxdQe44n7yxIjFhixumy3zWRO\nqLGI9jGZlUkLBQdyNuk8iw51xej8X811zaEx75dmSFfOt0ngVoeeV0tzIwpYnFYE\nBH2PCQsCgYA03ij8cm+MFWxyJYn0eqmk8CoQs5L06T7akjvfckOUmTw4LnRzAFvr\nPIfOF/Wqw2PGXIf2vzPycLDwhUME0AKmHOfOCSfG/Aq1vRAKEAbQa8VTmAETQZBy\np6NU1Kz6ni0lLfjB6fYIJKUQjWo497sGbKax6QLUDlYv3TbYTzSbKA==\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-10-12 10:55:37,283 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c used request id req-7fe8a175-1222-49e9-a14a-a616d0394b27 2018-10-12 10:55:40,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/58d77569-22f2-4a67-9412-dbddfc53665c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:40,452 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:55:40 GMT Server: Apache x-openstack-request-id: req-6c1a2f8d-8026-45f1-9928-3b19b6edffba Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:55:40,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:55:40 GMT Server: Apache x-openstack-request-id: req-0b631f29-f9d3-4d5e-8a24-f46eedf03069 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2076 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-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor2", "OS::project_id": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "58d77569-22f2-4a67-9412-dbddfc53665c", "OS::stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-subnet", "net_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack", "stack_user_project_id": "258ed94d5b5b4dfa98405e52783c8753", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:55:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "58d77569-22f2-4a67-9412-dbddfc53665c", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEArEGFAVEdE366mCvUtt+12raUgEyFKzgj5rTIZGfdxTvvK8C9\np2/hU1TENLfkK2cqH3ZYMPmfhGuBbz6lrpZ7+7hX27QoyE3jeYnZzVPdF677zJwN\nfwQJG0Jb3PAZV/wMYwcSeodEAMGIhYe/YMWWekd0Y11hxwOkNR8ISqzo7i1To3EG\nG9Rua+Q5wGKQwd244Pcl3rpPNuq/qPTXv0QXAs+OTTygAwB7JDRkzs4MBGpFix4B\nZ+Gf8v2YNSGG62twCIGL7QfyS9F2ew4OYJpsd5DgdUJsFSkoB1s8ZRYa6/LcaGgY\n6+3Yj3Bb8ktxzQEqseO9QPEWDSsD15zSj1voWQIDAQABAoIBAQCmpaByfLG/iYwl\n6cmZvmYmGRsj4GO5Q0/gQ6fXE3FG/kvNrWMN2LxKLSjAw+M3ZlAnLgv2HZmIt6T6\nJcaOWEHMbjR5dhs6ZbgbfhS7g1XTMtOhyJt59UKGH7XV0mcCavLk3xOufKx6esGE\nRacNjTqeRADCnLYanlg/mC0iaZPTz2nA6hRSVeug5yqe9jfX5fiBpPAw2oigzH+y\nYN90TD1NY5LJgd93/JG6lnvcdKig1bLFUspK2vgywf/1Sgjgb7/YC6aw47vaDGSh\nGy4bk354tM6BNRcVi8eQfkaHOV2KEyfVC5lI6THCdXorA0nTOfotgPMGh5XPw7R8\nCnJkb+xNAoGBANaEQ30pUCIxYEtqyqxProJrWBF7ZAyeeNVEh9yfKDWoKhSemwrQ\nLE+qfKB3PecKMKlKU5JNMrLMpft5/ddlgLgnlQct4PZKak61e7yLFoIEyMDoruoa\nmC9TTNKRNdv5XVq2m2Zw7zh9qA+OdCryLB0ghRPnWeYpoprlsmDAfO1TAoGBAM2R\nHxVMg+0rqmhmhh6OPSYsTsiFa4Q46tmF/x/36kqTvU0FbysriV+NeB+dGgWyF0Jv\nZ0AWSg2eI5BYqSqFQ6eeqOivTHeSLCJTtMe/Nn1H/12evT93wjbi5NNLHuc/bQ/M\nnrwxaQoLG3GHznzIp80f8n6RqL3Pr4acWIq1dfIjAoGBAKroWbTAU33KhQPRI4RB\nP7HcwB+9hSqgn3iazvuxOiH1xwEClFf7HzKhjAV0uzb14WsfMpIfO0NE1QEUYm9Y\nCUOvFYbQwKi5BRWMdfbzgY05LpCzUZhmc9VQsqYY1yZY+E2rqwfk9lK1mk46mscU\nhpz2KdB/xBoiFdD/LCz1bxLNAoGAKevfb+ODv/k4rkPCNDcDp2Y/xsrWq0dENYoL\nBkTzpbPNVgi2rBIb2L2r8p6CMQkpjyXS45HoFjDaxdQe44n7yxIjFhixumy3zWRO\nqLGI9jGZlUkLBQdyNuk8iw51xej8X811zaEx75dmSFfOt0ngVoeeV0tzIwpYnFYE\nBH2PCQsCgYA03ij8cm+MFWxyJYn0eqmk8CoQs5L06T7akjvfckOUmTw4LnRzAFvr\nPIfOF/Wqw2PGXIf2vzPycLDwhUME0AKmHOfOCSfG/Aq1vRAKEAbQa8VTmAETQZBy\np6NU1Kz6ni0lLfjB6fYIJKUQjWo497sGbKax6QLUDlYv3TbYTzSbKA==\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-10-12 10:55:40,766 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c used request id req-0b631f29-f9d3-4d5e-8a24-f46eedf03069 2018-10-12 10:55:43,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/58d77569-22f2-4a67-9412-dbddfc53665c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:43,796 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:55:43 GMT Server: Apache x-openstack-request-id: req-cf8065c6-454a-429f-a4f5-33f1d91457fe Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:55:44,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:55:43 GMT Server: Apache x-openstack-request-id: req-ce8b001e-9ae3-4eae-9fa9-f8020b1a6557 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2076 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-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor2", "OS::project_id": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "58d77569-22f2-4a67-9412-dbddfc53665c", "OS::stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-subnet", "net_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack", "stack_user_project_id": "258ed94d5b5b4dfa98405e52783c8753", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:55:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "58d77569-22f2-4a67-9412-dbddfc53665c", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEArEGFAVEdE366mCvUtt+12raUgEyFKzgj5rTIZGfdxTvvK8C9\np2/hU1TENLfkK2cqH3ZYMPmfhGuBbz6lrpZ7+7hX27QoyE3jeYnZzVPdF677zJwN\nfwQJG0Jb3PAZV/wMYwcSeodEAMGIhYe/YMWWekd0Y11hxwOkNR8ISqzo7i1To3EG\nG9Rua+Q5wGKQwd244Pcl3rpPNuq/qPTXv0QXAs+OTTygAwB7JDRkzs4MBGpFix4B\nZ+Gf8v2YNSGG62twCIGL7QfyS9F2ew4OYJpsd5DgdUJsFSkoB1s8ZRYa6/LcaGgY\n6+3Yj3Bb8ktxzQEqseO9QPEWDSsD15zSj1voWQIDAQABAoIBAQCmpaByfLG/iYwl\n6cmZvmYmGRsj4GO5Q0/gQ6fXE3FG/kvNrWMN2LxKLSjAw+M3ZlAnLgv2HZmIt6T6\nJcaOWEHMbjR5dhs6ZbgbfhS7g1XTMtOhyJt59UKGH7XV0mcCavLk3xOufKx6esGE\nRacNjTqeRADCnLYanlg/mC0iaZPTz2nA6hRSVeug5yqe9jfX5fiBpPAw2oigzH+y\nYN90TD1NY5LJgd93/JG6lnvcdKig1bLFUspK2vgywf/1Sgjgb7/YC6aw47vaDGSh\nGy4bk354tM6BNRcVi8eQfkaHOV2KEyfVC5lI6THCdXorA0nTOfotgPMGh5XPw7R8\nCnJkb+xNAoGBANaEQ30pUCIxYEtqyqxProJrWBF7ZAyeeNVEh9yfKDWoKhSemwrQ\nLE+qfKB3PecKMKlKU5JNMrLMpft5/ddlgLgnlQct4PZKak61e7yLFoIEyMDoruoa\nmC9TTNKRNdv5XVq2m2Zw7zh9qA+OdCryLB0ghRPnWeYpoprlsmDAfO1TAoGBAM2R\nHxVMg+0rqmhmhh6OPSYsTsiFa4Q46tmF/x/36kqTvU0FbysriV+NeB+dGgWyF0Jv\nZ0AWSg2eI5BYqSqFQ6eeqOivTHeSLCJTtMe/Nn1H/12evT93wjbi5NNLHuc/bQ/M\nnrwxaQoLG3GHznzIp80f8n6RqL3Pr4acWIq1dfIjAoGBAKroWbTAU33KhQPRI4RB\nP7HcwB+9hSqgn3iazvuxOiH1xwEClFf7HzKhjAV0uzb14WsfMpIfO0NE1QEUYm9Y\nCUOvFYbQwKi5BRWMdfbzgY05LpCzUZhmc9VQsqYY1yZY+E2rqwfk9lK1mk46mscU\nhpz2KdB/xBoiFdD/LCz1bxLNAoGAKevfb+ODv/k4rkPCNDcDp2Y/xsrWq0dENYoL\nBkTzpbPNVgi2rBIb2L2r8p6CMQkpjyXS45HoFjDaxdQe44n7yxIjFhixumy3zWRO\nqLGI9jGZlUkLBQdyNuk8iw51xej8X811zaEx75dmSFfOt0ngVoeeV0tzIwpYnFYE\nBH2PCQsCgYA03ij8cm+MFWxyJYn0eqmk8CoQs5L06T7akjvfckOUmTw4LnRzAFvr\nPIfOF/Wqw2PGXIf2vzPycLDwhUME0AKmHOfOCSfG/Aq1vRAKEAbQa8VTmAETQZBy\np6NU1Kz6ni0lLfjB6fYIJKUQjWo497sGbKax6QLUDlYv3TbYTzSbKA==\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-10-12 10:55:44,108 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c used request id req-ce8b001e-9ae3-4eae-9fa9-f8020b1a6557 2018-10-12 10:55:47,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/58d77569-22f2-4a67-9412-dbddfc53665c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:47,285 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:55:47 GMT Server: Apache x-openstack-request-id: req-c46e5440-56bc-44c3-af6e-ee130913cf54 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:55:47,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:55:47 GMT Server: Apache x-openstack-request-id: req-3f13f65a-de0f-47fd-ba8d-db6df9fdb118 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2076 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-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor2", "OS::project_id": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "58d77569-22f2-4a67-9412-dbddfc53665c", "OS::stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-subnet", "net_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack", "stack_user_project_id": "258ed94d5b5b4dfa98405e52783c8753", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:55:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "58d77569-22f2-4a67-9412-dbddfc53665c", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEArEGFAVEdE366mCvUtt+12raUgEyFKzgj5rTIZGfdxTvvK8C9\np2/hU1TENLfkK2cqH3ZYMPmfhGuBbz6lrpZ7+7hX27QoyE3jeYnZzVPdF677zJwN\nfwQJG0Jb3PAZV/wMYwcSeodEAMGIhYe/YMWWekd0Y11hxwOkNR8ISqzo7i1To3EG\nG9Rua+Q5wGKQwd244Pcl3rpPNuq/qPTXv0QXAs+OTTygAwB7JDRkzs4MBGpFix4B\nZ+Gf8v2YNSGG62twCIGL7QfyS9F2ew4OYJpsd5DgdUJsFSkoB1s8ZRYa6/LcaGgY\n6+3Yj3Bb8ktxzQEqseO9QPEWDSsD15zSj1voWQIDAQABAoIBAQCmpaByfLG/iYwl\n6cmZvmYmGRsj4GO5Q0/gQ6fXE3FG/kvNrWMN2LxKLSjAw+M3ZlAnLgv2HZmIt6T6\nJcaOWEHMbjR5dhs6ZbgbfhS7g1XTMtOhyJt59UKGH7XV0mcCavLk3xOufKx6esGE\nRacNjTqeRADCnLYanlg/mC0iaZPTz2nA6hRSVeug5yqe9jfX5fiBpPAw2oigzH+y\nYN90TD1NY5LJgd93/JG6lnvcdKig1bLFUspK2vgywf/1Sgjgb7/YC6aw47vaDGSh\nGy4bk354tM6BNRcVi8eQfkaHOV2KEyfVC5lI6THCdXorA0nTOfotgPMGh5XPw7R8\nCnJkb+xNAoGBANaEQ30pUCIxYEtqyqxProJrWBF7ZAyeeNVEh9yfKDWoKhSemwrQ\nLE+qfKB3PecKMKlKU5JNMrLMpft5/ddlgLgnlQct4PZKak61e7yLFoIEyMDoruoa\nmC9TTNKRNdv5XVq2m2Zw7zh9qA+OdCryLB0ghRPnWeYpoprlsmDAfO1TAoGBAM2R\nHxVMg+0rqmhmhh6OPSYsTsiFa4Q46tmF/x/36kqTvU0FbysriV+NeB+dGgWyF0Jv\nZ0AWSg2eI5BYqSqFQ6eeqOivTHeSLCJTtMe/Nn1H/12evT93wjbi5NNLHuc/bQ/M\nnrwxaQoLG3GHznzIp80f8n6RqL3Pr4acWIq1dfIjAoGBAKroWbTAU33KhQPRI4RB\nP7HcwB+9hSqgn3iazvuxOiH1xwEClFf7HzKhjAV0uzb14WsfMpIfO0NE1QEUYm9Y\nCUOvFYbQwKi5BRWMdfbzgY05LpCzUZhmc9VQsqYY1yZY+E2rqwfk9lK1mk46mscU\nhpz2KdB/xBoiFdD/LCz1bxLNAoGAKevfb+ODv/k4rkPCNDcDp2Y/xsrWq0dENYoL\nBkTzpbPNVgi2rBIb2L2r8p6CMQkpjyXS45HoFjDaxdQe44n7yxIjFhixumy3zWRO\nqLGI9jGZlUkLBQdyNuk8iw51xej8X811zaEx75dmSFfOt0ngVoeeV0tzIwpYnFYE\nBH2PCQsCgYA03ij8cm+MFWxyJYn0eqmk8CoQs5L06T7akjvfckOUmTw4LnRzAFvr\nPIfOF/Wqw2PGXIf2vzPycLDwhUME0AKmHOfOCSfG/Aq1vRAKEAbQa8VTmAETQZBy\np6NU1Kz6ni0lLfjB6fYIJKUQjWo497sGbKax6QLUDlYv3TbYTzSbKA==\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-10-12 10:55:47,600 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c used request id req-3f13f65a-de0f-47fd-ba8d-db6df9fdb118 2018-10-12 10:55:50,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/58d77569-22f2-4a67-9412-dbddfc53665c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:50,633 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:55:50 GMT Server: Apache x-openstack-request-id: req-21120421-e559-449a-b0c9-1456c35404d7 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:55:50,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:55:50 GMT Server: Apache x-openstack-request-id: req-3f250ea8-8438-4501-870d-9a30e1a931b0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2083 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-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor2", "OS::project_id": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "58d77569-22f2-4a67-9412-dbddfc53665c", "OS::stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-subnet", "net_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack", "stack_user_project_id": "258ed94d5b5b4dfa98405e52783c8753", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-12T10:55:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "58d77569-22f2-4a67-9412-dbddfc53665c", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEArEGFAVEdE366mCvUtt+12raUgEyFKzgj5rTIZGfdxTvvK8C9\np2/hU1TENLfkK2cqH3ZYMPmfhGuBbz6lrpZ7+7hX27QoyE3jeYnZzVPdF677zJwN\nfwQJG0Jb3PAZV/wMYwcSeodEAMGIhYe/YMWWekd0Y11hxwOkNR8ISqzo7i1To3EG\nG9Rua+Q5wGKQwd244Pcl3rpPNuq/qPTXv0QXAs+OTTygAwB7JDRkzs4MBGpFix4B\nZ+Gf8v2YNSGG62twCIGL7QfyS9F2ew4OYJpsd5DgdUJsFSkoB1s8ZRYa6/LcaGgY\n6+3Yj3Bb8ktxzQEqseO9QPEWDSsD15zSj1voWQIDAQABAoIBAQCmpaByfLG/iYwl\n6cmZvmYmGRsj4GO5Q0/gQ6fXE3FG/kvNrWMN2LxKLSjAw+M3ZlAnLgv2HZmIt6T6\nJcaOWEHMbjR5dhs6ZbgbfhS7g1XTMtOhyJt59UKGH7XV0mcCavLk3xOufKx6esGE\nRacNjTqeRADCnLYanlg/mC0iaZPTz2nA6hRSVeug5yqe9jfX5fiBpPAw2oigzH+y\nYN90TD1NY5LJgd93/JG6lnvcdKig1bLFUspK2vgywf/1Sgjgb7/YC6aw47vaDGSh\nGy4bk354tM6BNRcVi8eQfkaHOV2KEyfVC5lI6THCdXorA0nTOfotgPMGh5XPw7R8\nCnJkb+xNAoGBANaEQ30pUCIxYEtqyqxProJrWBF7ZAyeeNVEh9yfKDWoKhSemwrQ\nLE+qfKB3PecKMKlKU5JNMrLMpft5/ddlgLgnlQct4PZKak61e7yLFoIEyMDoruoa\nmC9TTNKRNdv5XVq2m2Zw7zh9qA+OdCryLB0ghRPnWeYpoprlsmDAfO1TAoGBAM2R\nHxVMg+0rqmhmhh6OPSYsTsiFa4Q46tmF/x/36kqTvU0FbysriV+NeB+dGgWyF0Jv\nZ0AWSg2eI5BYqSqFQ6eeqOivTHeSLCJTtMe/Nn1H/12evT93wjbi5NNLHuc/bQ/M\nnrwxaQoLG3GHznzIp80f8n6RqL3Pr4acWIq1dfIjAoGBAKroWbTAU33KhQPRI4RB\nP7HcwB+9hSqgn3iazvuxOiH1xwEClFf7HzKhjAV0uzb14WsfMpIfO0NE1QEUYm9Y\nCUOvFYbQwKi5BRWMdfbzgY05LpCzUZhmc9VQsqYY1yZY+E2rqwfk9lK1mk46mscU\nhpz2KdB/xBoiFdD/LCz1bxLNAoGAKevfb+ODv/k4rkPCNDcDp2Y/xsrWq0dENYoL\nBkTzpbPNVgi2rBIb2L2r8p6CMQkpjyXS45HoFjDaxdQe44n7yxIjFhixumy3zWRO\nqLGI9jGZlUkLBQdyNuk8iw51xej8X811zaEx75dmSFfOt0ngVoeeV0tzIwpYnFYE\nBH2PCQsCgYA03ij8cm+MFWxyJYn0eqmk8CoQs5L06T7akjvfckOUmTw4LnRzAFvr\nPIfOF/Wqw2PGXIf2vzPycLDwhUME0AKmHOfOCSfG/Aq1vRAKEAbQa8VTmAETQZBy\np6NU1Kz6ni0lLfjB6fYIJKUQjWo497sGbKax6QLUDlYv3TbYTzSbKA==\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-10-12 10:55:50,808 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c used request id req-3f250ea8-8438-4501-870d-9a30e1a931b0 2018-10-12 10:55:50,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/58d77569-22f2-4a67-9412-dbddfc53665c/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:50,838 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:55:50 GMT Server: Apache x-openstack-request-id: req-740c52f6-a4f8-4e2d-90fe-19a8c76e1da2 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:55:51,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:55:50 GMT Server: Apache x-openstack-request-id: req-aea9f8b8-210d-484d-9b0e-3f3d9bc9e6cd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1046 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "subnet", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "01431da2-75b0-4721-849b-564ea4630211", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "5e9a4204-fbf5-416a-a875-50c154d2a7da", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/network", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "69909787-f486-4c56-9b0c-b009889d4a9d", "resource_type": "OS::Neutron::Net"}, {"resource_name": "flavor2", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "ffb64446-5baf-4a69-b33e-67e2e946181a", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "313ef6f0-ab0b-4ed0-bea9-6a70f3dea8a0", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "fe670faa-02db-40ef-bc7d-a191b514c530", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "45", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "71e4b47d-4e91-4769-8d40-0d85e2f53bde", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "71e4b47d-4e91-4769-8d40-0d85e2f53bde:subnet_id=01431da2-75b0-4721-849b-564ea4630211", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/port1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "8b2997f6-4baf-43b9-b7f5-ca207f60600b", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "e1387790-def4-46a7-ae8f-36283b3f7b05", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f42bc15e-9eec-45cc-89aa-d71e94f9e312", "resource_type": "OS::Nova::Server"}]} 2018-10-12 10:55:51,511 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources used request id req-aea9f8b8-210d-484d-9b0e-3f3d9bc9e6cd 2018-10-12 10:55:51,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/58d77569-22f2-4a67-9412-dbddfc53665c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:51,541 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:55:51 GMT Server: Apache x-openstack-request-id: req-6ffce29d-70f8-43ba-9b11-824ae8bb9a79 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:55:52,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:55:51 GMT Server: Apache x-openstack-request-id: req-efc5ef19-83dc-4412-bfaa-d342197d215d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2083 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-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor2", "OS::project_id": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "58d77569-22f2-4a67-9412-dbddfc53665c", "OS::stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-subnet", "net_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack", "stack_user_project_id": "258ed94d5b5b4dfa98405e52783c8753", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-12T10:55:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "58d77569-22f2-4a67-9412-dbddfc53665c", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEArEGFAVEdE366mCvUtt+12raUgEyFKzgj5rTIZGfdxTvvK8C9\np2/hU1TENLfkK2cqH3ZYMPmfhGuBbz6lrpZ7+7hX27QoyE3jeYnZzVPdF677zJwN\nfwQJG0Jb3PAZV/wMYwcSeodEAMGIhYe/YMWWekd0Y11hxwOkNR8ISqzo7i1To3EG\nG9Rua+Q5wGKQwd244Pcl3rpPNuq/qPTXv0QXAs+OTTygAwB7JDRkzs4MBGpFix4B\nZ+Gf8v2YNSGG62twCIGL7QfyS9F2ew4OYJpsd5DgdUJsFSkoB1s8ZRYa6/LcaGgY\n6+3Yj3Bb8ktxzQEqseO9QPEWDSsD15zSj1voWQIDAQABAoIBAQCmpaByfLG/iYwl\n6cmZvmYmGRsj4GO5Q0/gQ6fXE3FG/kvNrWMN2LxKLSjAw+M3ZlAnLgv2HZmIt6T6\nJcaOWEHMbjR5dhs6ZbgbfhS7g1XTMtOhyJt59UKGH7XV0mcCavLk3xOufKx6esGE\nRacNjTqeRADCnLYanlg/mC0iaZPTz2nA6hRSVeug5yqe9jfX5fiBpPAw2oigzH+y\nYN90TD1NY5LJgd93/JG6lnvcdKig1bLFUspK2vgywf/1Sgjgb7/YC6aw47vaDGSh\nGy4bk354tM6BNRcVi8eQfkaHOV2KEyfVC5lI6THCdXorA0nTOfotgPMGh5XPw7R8\nCnJkb+xNAoGBANaEQ30pUCIxYEtqyqxProJrWBF7ZAyeeNVEh9yfKDWoKhSemwrQ\nLE+qfKB3PecKMKlKU5JNMrLMpft5/ddlgLgnlQct4PZKak61e7yLFoIEyMDoruoa\nmC9TTNKRNdv5XVq2m2Zw7zh9qA+OdCryLB0ghRPnWeYpoprlsmDAfO1TAoGBAM2R\nHxVMg+0rqmhmhh6OPSYsTsiFa4Q46tmF/x/36kqTvU0FbysriV+NeB+dGgWyF0Jv\nZ0AWSg2eI5BYqSqFQ6eeqOivTHeSLCJTtMe/Nn1H/12evT93wjbi5NNLHuc/bQ/M\nnrwxaQoLG3GHznzIp80f8n6RqL3Pr4acWIq1dfIjAoGBAKroWbTAU33KhQPRI4RB\nP7HcwB+9hSqgn3iazvuxOiH1xwEClFf7HzKhjAV0uzb14WsfMpIfO0NE1QEUYm9Y\nCUOvFYbQwKi5BRWMdfbzgY05LpCzUZhmc9VQsqYY1yZY+E2rqwfk9lK1mk46mscU\nhpz2KdB/xBoiFdD/LCz1bxLNAoGAKevfb+ODv/k4rkPCNDcDp2Y/xsrWq0dENYoL\nBkTzpbPNVgi2rBIb2L2r8p6CMQkpjyXS45HoFjDaxdQe44n7yxIjFhixumy3zWRO\nqLGI9jGZlUkLBQdyNuk8iw51xej8X811zaEx75dmSFfOt0ngVoeeV0tzIwpYnFYE\nBH2PCQsCgYA03ij8cm+MFWxyJYn0eqmk8CoQs5L06T7akjvfckOUmTw4LnRzAFvr\nPIfOF/Wqw2PGXIf2vzPycLDwhUME0AKmHOfOCSfG/Aq1vRAKEAbQa8VTmAETQZBy\np6NU1Kz6ni0lLfjB6fYIJKUQjWo497sGbKax6QLUDlYv3TbYTzSbKA==\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-10-12 10:55:52,348 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c used request id req-efc5ef19-83dc-4412-bfaa-d342197d215d 2018-10-12 10:55:52,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/58d77569-22f2-4a67-9412-dbddfc53665c/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:52,518 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:55:52 GMT Server: Apache x-openstack-request-id: req-4e55a77c-ed35-4c21-beaa-cbb9e2bac2af Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:55:53,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:55:52 GMT Server: Apache x-openstack-request-id: req-ffe92434-6e21-4d44-9aac-469fa36a816d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1046 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "subnet", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "01431da2-75b0-4721-849b-564ea4630211", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "5e9a4204-fbf5-416a-a875-50c154d2a7da", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/network", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "69909787-f486-4c56-9b0c-b009889d4a9d", "resource_type": "OS::Neutron::Net"}, {"resource_name": "flavor2", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "ffb64446-5baf-4a69-b33e-67e2e946181a", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "313ef6f0-ab0b-4ed0-bea9-6a70f3dea8a0", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "fe670faa-02db-40ef-bc7d-a191b514c530", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "45", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "71e4b47d-4e91-4769-8d40-0d85e2f53bde", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "71e4b47d-4e91-4769-8d40-0d85e2f53bde:subnet_id=01431da2-75b0-4721-849b-564ea4630211", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/port1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "8b2997f6-4baf-43b9-b7f5-ca207f60600b", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "e1387790-def4-46a7-ae8f-36283b3f7b05", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f42bc15e-9eec-45cc-89aa-d71e94f9e312", "resource_type": "OS::Nova::Server"}]} 2018-10-12 10:55:53,197 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources used request id req-ffe92434-6e21-4d44-9aac-469fa36a816d 2018-10-12 10:55:53,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=69909787-f486-4c56-9b0c-b009889d4a9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:53,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-fc32c8fd-1059-43ac-a300-59e668d52596 Date: Fri, 12 Oct 2018 10:55:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"69909787-f486-4c56-9b0c-b009889d4a9d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["01431da2-75b0-4721-849b-564ea4630211"],"description":"","tags":[],"updated_at":"2018-10-12T10:55:33Z","provider:segmentation_id":12,"name":"HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:55:32Z","provider:network_type":"vxlan"}]} 2018-10-12 10:55:53,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=69909787-f486-4c56-9b0c-b009889d4a9d used request id req-fc32c8fd-1059-43ac-a300-59e668d52596 2018-10-12 10:55:53,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=69909787-f486-4c56-9b0c-b009889d4a9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:53,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c34c75bf-8fe7-4b5e-bc3b-d3308d014e11 Date: Fri, 12 Oct 2018 10:55:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"69909787-f486-4c56-9b0c-b009889d4a9d","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:55:33Z","dns_nameservers":[],"updated_at":"2018-10-12T10:55:33Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"01431da2-75b0-4721-849b-564ea4630211","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-subnet"}]} 2018-10-12 10:55:53,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=69909787-f486-4c56-9b0c-b009889d4a9d used request id req-c34c75bf-8fe7-4b5e-bc3b-d3308d014e11 2018-10-12 10:55:53,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=69909787-f486-4c56-9b0c-b009889d4a9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:53,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e127b7b1-8643-4f6e-ad11-b8bd41e54187 Date: Fri, 12 Oct 2018 10:55:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"69909787-f486-4c56-9b0c-b009889d4a9d","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:55:33Z","dns_nameservers":[],"updated_at":"2018-10-12T10:55:33Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"01431da2-75b0-4721-849b-564ea4630211","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-subnet"}]} 2018-10-12 10:55:53,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=69909787-f486-4c56-9b0c-b009889d4a9d used request id req-e127b7b1-8643-4f6e-ad11-b8bd41e54187 2018-10-12 10:55:53,724 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:55:53,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:53,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:55:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cefeac7-0fa2-4285-8bf8-632c0d53ab88 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:55:53,801 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9cefeac7-0fa2-4285-8bf8-632c0d53ab88 2018-10-12 10:55:53,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/58d77569-22f2-4a67-9412-dbddfc53665c/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:53,832 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:55:53 GMT Server: Apache x-openstack-request-id: req-6dddb1d3-e004-48c3-a40a-348bf54b8263 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:55:53,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:55:53 GMT Server: Apache x-openstack-request-id: req-e8f4ea6a-322b-4820-b153-58047057301a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1043 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "subnet", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "01431da2-75b0-4721-849b-564ea4630211", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "5e9a4204-fbf5-416a-a875-50c154d2a7da", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/network", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "69909787-f486-4c56-9b0c-b009889d4a9d", "resource_type": "OS::Neutron::Net"}, {"resource_name": "flavor2", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "ffb64446-5baf-4a69-b33e-67e2e946181a", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "313ef6f0-ab0b-4ed0-bea9-6a70f3dea8a0", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "fe670faa-02db-40ef-bc7d-a191b514c530", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "45", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "71e4b47d-4e91-4769-8d40-0d85e2f53bde", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "71e4b47d-4e91-4769-8d40-0d85e2f53bde:subnet_id=01431da2-75b0-4721-849b-564ea4630211", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/port1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "8b2997f6-4baf-43b9-b7f5-ca207f60600b", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "e1387790-def4-46a7-ae8f-36283b3f7b05", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f42bc15e-9eec-45cc-89aa-d71e94f9e312", "resource_type": "OS::Nova::Server"}]} 2018-10-12 10:55:53,908 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources used request id req-e8f4ea6a-322b-4820-b153-58047057301a 2018-10-12 10:55:53,912 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/e1387790-def4-46a7-ae8f-36283b3f7b05 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:54,350 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:55:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ffc18df8-2e9b-4abf-9acb-49255587c1c5 x-compute-request-id: req-ffc18df8-2e9b-4abf-9acb-49255587c1c5 Content-Encoding: gzip Content-Length: 828 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:00:18", "version": 4, "addr": "10.1.2.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e1387790-def4-46a7-ae8f-36283b3f7b05", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e1387790-def4-46a7-ae8f-36283b3f7b05", "rel": "bookmark"}], "image": {"id": "da65bf73-7790-4764-939a-4d04ac6b0de2", "links": [{"href": "http://172.30.9.26:8774/images/da65bf73-7790-4764-939a-4d04ac6b0de2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001b", "OS-SRV-USG:launched_at": "2018-10-12T10:55:43.000000", "flavor": {"id": "ffb64446-5baf-4a69-b33e-67e2e946181a", "links": [{"href": "http://172.30.9.26:8774/flavors/ffb64446-5baf-4a69-b33e-67e2e946181a", "rel": "bookmark"}]}, "id": "e1387790-def4-46a7-ae8f-36283b3f7b05", "security_groups": [{"name": "default"}], "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:55:44Z", "hostId": "aa53862943a748b0f1a99ec8c1ea4755df4d7611e8e517dd37fe3904", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst2", "created": "2018-10-12T10:55:37Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:55:54,351 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e1387790-def4-46a7-ae8f-36283b3f7b05 used request id req-ffc18df8-2e9b-4abf-9acb-49255587c1c5 2018-10-12 10:55:54,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:54,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-69fdfc7a-2583-4732-94c5-e72a922ae645 Date: Fri, 12 Oct 2018 10:55:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"69909787-f486-4c56-9b0c-b009889d4a9d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["01431da2-75b0-4721-849b-564ea4630211"],"description":"","tags":[],"updated_at":"2018-10-12T10:55:33Z","provider:segmentation_id":12,"name":"HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:55:32Z","provider:network_type":"vxlan"}]} 2018-10-12 10:55:54,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-net used request id req-69fdfc7a-2583-4732-94c5-e72a922ae645 2018-10-12 10:55:54,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:55:54,449 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:55: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:55:54,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:54,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:55:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5a56c58-8779-47a2-ae13-f0825aeefe6b 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:55:54,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-b5a56c58-8779-47a2-ae13-f0825aeefe6b 2018-10-12 10:55:54,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=69909787-f486-4c56-9b0c-b009889d4a9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:54,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f0be762f-7d7c-4828-8b51-4f2754970713 Date: Fri, 12 Oct 2018 10:55:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"69909787-f486-4c56-9b0c-b009889d4a9d","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:55:33Z","dns_nameservers":[],"updated_at":"2018-10-12T10:55:33Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"01431da2-75b0-4721-849b-564ea4630211","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-subnet"}]} 2018-10-12 10:55:54,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=69909787-f486-4c56-9b0c-b009889d4a9d used request id req-f0be762f-7d7c-4828-8b51-4f2754970713 2018-10-12 10:55:54,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=69909787-f486-4c56-9b0c-b009889d4a9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:54,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5218 X-Openstack-Request-Id: req-89e90a03-fa31-4d7e-8b2e-ad75d3cf2862 Date: Fri, 12 Oct 2018 10:55:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:55:37Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"01431da2-75b0-4721-849b-564ea4630211","ip_address":"10.1.2.1"}],"id":"30008d7d-e672-4da4-acfc-aff059ae1d59","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:54:87:fc","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"71e4b47d-4e91-4769-8d40-0d85e2f53bde","name":"","admin_state_up":true,"network_id":"69909787-f486-4c56-9b0c-b009889d4a9d","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:55:37Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:55:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"01431da2-75b0-4721-849b-564ea4630211","ip_address":"10.1.2.2"}],"id":"5405b795-16e5-454c-8ed4-3df0fdfb7db4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:48:a3:b4","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-69909787-f486-4c56-9b0c-b009889d4a9d","name":"","admin_state_up":true,"network_id":"69909787-f486-4c56-9b0c-b009889d4a9d","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:55:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:55:35Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"01431da2-75b0-4721-849b-564ea4630211","ip_address":"10.1.2.3"}],"id":"5e147c68-bbbd-49a1-9916-a3aa811852b0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ea:57:48","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-69909787-f486-4c56-9b0c-b009889d4a9d","name":"","admin_state_up":true,"network_id":"69909787-f486-4c56-9b0c-b009889d4a9d","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:55:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:55:40Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"01431da2-75b0-4721-849b-564ea4630211","ip_address":"10.1.2.15"}],"id":"8037cb08-29ea-43bf-8c00-ea0921ede9d5","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:92:00:18","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"e1387790-def4-46a7-ae8f-36283b3f7b05","name":"","admin_state_up":true,"network_id":"69909787-f486-4c56-9b0c-b009889d4a9d","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:55:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:55:35Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"01431da2-75b0-4721-849b-564ea4630211","ip_address":"10.1.2.4"}],"id":"865b7984-4624-4e95-8d9b-553c5a6775dd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b4:69:f9","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-69909787-f486-4c56-9b0c-b009889d4a9d","name":"","admin_state_up":true,"network_id":"69909787-f486-4c56-9b0c-b009889d4a9d","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:55:35Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:55:43Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"01431da2-75b0-4721-849b-564ea4630211","ip_address":"10.1.2.14"}],"id":"8b2997f6-4baf-43b9-b7f5-ca207f60600b","security_groups":["313ef6f0-ab0b-4ed0-bea9-6a70f3dea8a0"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cd:0e:8f","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"f42bc15e-9eec-45cc-89aa-d71e94f9e312","name":"HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack-port1-sraggc5o3lbb","admin_state_up":true,"network_id":"69909787-f486-4c56-9b0c-b009889d4a9d","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:55:36Z","binding:vnic_type":"normal"}]} 2018-10-12 10:55:54,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=69909787-f486-4c56-9b0c-b009889d4a9d used request id req-89e90a03-fa31-4d7e-8b2e-ad75d3cf2862 2018-10-12 10:55:54,780 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/f42bc15e-9eec-45cc-89aa-d71e94f9e312 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:55,229 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:55: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-5a19955f-a39a-4953-8251-c8a12a3d86d8 x-compute-request-id: req-5a19955f-a39a-4953-8251-c8a12a3d86d8 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:0e:8f", "version": 4, "addr": "10.1.2.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:0e:8f", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f42bc15e-9eec-45cc-89aa-d71e94f9e312", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f42bc15e-9eec-45cc-89aa-d71e94f9e312", "rel": "bookmark"}], "image": {"id": "e72e100f-dca1-4b76-922d-0ecf0b0981b1", "links": [{"href": "http://172.30.9.26:8774/images/e72e100f-dca1-4b76-922d-0ecf0b0981b1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001e", "OS-SRV-USG:launched_at": "2018-10-12T10:55:46.000000", "flavor": {"id": "5e9a4204-fbf5-416a-a875-50c154d2a7da", "links": [{"href": "http://172.30.9.26:8774/flavors/5e9a4204-fbf5-416a-a875-50c154d2a7da", "rel": "bookmark"}]}, "id": "f42bc15e-9eec-45cc-89aa-d71e94f9e312", "security_groups": [{"name": "security_group_name"}], "user_id": "88e9560a29e9460c8af8a5df80c26533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:55:47Z", "hostId": "891bee2cbad091d07a3cecedd9e456596f1c594889dfe962258e5c9b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst1", "created": "2018-10-12T10:55:40Z", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:55:55,229 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/f42bc15e-9eec-45cc-89aa-d71e94f9e312 used request id req-5a19955f-a39a-4953-8251-c8a12a3d86d8 2018-10-12 10:55:55,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:55,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-3192e6a5-1577-4557-9b95-2f8397cc817e Date: Fri, 12 Oct 2018 10:55:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"69909787-f486-4c56-9b0c-b009889d4a9d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","subnets":["01431da2-75b0-4721-849b-564ea4630211"],"description":"","tags":[],"updated_at":"2018-10-12T10:55:33Z","provider:segmentation_id":12,"name":"HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-net","admin_state_up":true,"tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:55:32Z","provider:network_type":"vxlan"}]} 2018-10-12 10:55:55,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-net used request id req-3192e6a5-1577-4557-9b95-2f8397cc817e 2018-10-12 10:55:55,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:55,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:55:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35145e7f-7069-4f0a-8704-2e1eccd10377 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:55:55,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-35145e7f-7069-4f0a-8704-2e1eccd10377 2018-10-12 10:55:55,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=69909787-f486-4c56-9b0c-b009889d4a9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:55,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9cf6ca26-703a-4566-a50b-29acabd5b38b Date: Fri, 12 Oct 2018 10:55:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"69909787-f486-4c56-9b0c-b009889d4a9d","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:55:33Z","dns_nameservers":[],"updated_at":"2018-10-12T10:55:33Z","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":"104d75bb2cac4b4998c38732dc15f0bd","id":"01431da2-75b0-4721-849b-564ea4630211","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-subnet"}]} 2018-10-12 10:55:55,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=69909787-f486-4c56-9b0c-b009889d4a9d used request id req-9cf6ca26-703a-4566-a50b-29acabd5b38b 2018-10-12 10:55:55,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=69909787-f486-4c56-9b0c-b009889d4a9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:55,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5218 X-Openstack-Request-Id: req-2e8b348a-2117-4555-ab59-46a876153229 Date: Fri, 12 Oct 2018 10:55:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:55:37Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"01431da2-75b0-4721-849b-564ea4630211","ip_address":"10.1.2.1"}],"id":"30008d7d-e672-4da4-acfc-aff059ae1d59","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:54:87:fc","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"71e4b47d-4e91-4769-8d40-0d85e2f53bde","name":"","admin_state_up":true,"network_id":"69909787-f486-4c56-9b0c-b009889d4a9d","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:55:37Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:55:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"01431da2-75b0-4721-849b-564ea4630211","ip_address":"10.1.2.2"}],"id":"5405b795-16e5-454c-8ed4-3df0fdfb7db4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:48:a3:b4","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-69909787-f486-4c56-9b0c-b009889d4a9d","name":"","admin_state_up":true,"network_id":"69909787-f486-4c56-9b0c-b009889d4a9d","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:55:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:55:35Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"01431da2-75b0-4721-849b-564ea4630211","ip_address":"10.1.2.3"}],"id":"5e147c68-bbbd-49a1-9916-a3aa811852b0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ea:57:48","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-69909787-f486-4c56-9b0c-b009889d4a9d","name":"","admin_state_up":true,"network_id":"69909787-f486-4c56-9b0c-b009889d4a9d","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:55:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:55:40Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"01431da2-75b0-4721-849b-564ea4630211","ip_address":"10.1.2.15"}],"id":"8037cb08-29ea-43bf-8c00-ea0921ede9d5","security_groups":["558a97d5-4d1b-4c63-87f6-890106c2253d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:92:00:18","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"e1387790-def4-46a7-ae8f-36283b3f7b05","name":"","admin_state_up":true,"network_id":"69909787-f486-4c56-9b0c-b009889d4a9d","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:55:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:55:35Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"01431da2-75b0-4721-849b-564ea4630211","ip_address":"10.1.2.4"}],"id":"865b7984-4624-4e95-8d9b-553c5a6775dd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b4:69:f9","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-69909787-f486-4c56-9b0c-b009889d4a9d","name":"","admin_state_up":true,"network_id":"69909787-f486-4c56-9b0c-b009889d4a9d","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:55:35Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:55:43Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"01431da2-75b0-4721-849b-564ea4630211","ip_address":"10.1.2.14"}],"id":"8b2997f6-4baf-43b9-b7f5-ca207f60600b","security_groups":["313ef6f0-ab0b-4ed0-bea9-6a70f3dea8a0"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cd:0e:8f","project_id":"104d75bb2cac4b4998c38732dc15f0bd","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"f42bc15e-9eec-45cc-89aa-d71e94f9e312","name":"HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack-port1-sraggc5o3lbb","admin_state_up":true,"network_id":"69909787-f486-4c56-9b0c-b009889d4a9d","tenant_id":"104d75bb2cac4b4998c38732dc15f0bd","created_at":"2018-10-12T10:55:36Z","binding:vnic_type":"normal"}]} 2018-10-12 10:55:55,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=69909787-f486-4c56-9b0c-b009889d4a9d used request id req-2e8b348a-2117-4555-ab59-46a876153229 2018-10-12 10:55:55,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/58d77569-22f2-4a67-9412-dbddfc53665c/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:55,568 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:55:55 GMT Server: Apache x-openstack-request-id: req-7aaffb2c-ce6f-4e57-8874-cf9be262ce9a Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:55:55,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:55:55 GMT Server: Apache x-openstack-request-id: req-59f7500c-2597-4f6b-acab-ed4a3ec54200 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1043 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "subnet", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "01431da2-75b0-4721-849b-564ea4630211", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "5e9a4204-fbf5-416a-a875-50c154d2a7da", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/network", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "69909787-f486-4c56-9b0c-b009889d4a9d", "resource_type": "OS::Neutron::Net"}, {"resource_name": "flavor2", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "ffb64446-5baf-4a69-b33e-67e2e946181a", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "313ef6f0-ab0b-4ed0-bea9-6a70f3dea8a0", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "fe670faa-02db-40ef-bc7d-a191b514c530", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "45", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "71e4b47d-4e91-4769-8d40-0d85e2f53bde", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "71e4b47d-4e91-4769-8d40-0d85e2f53bde:subnet_id=01431da2-75b0-4721-849b-564ea4630211", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/port1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "8b2997f6-4baf-43b9-b7f5-ca207f60600b", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "e1387790-def4-46a7-ae8f-36283b3f7b05", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-12T10:55:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:55:29Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f42bc15e-9eec-45cc-89aa-d71e94f9e312", "resource_type": "OS::Nova::Server"}]} 2018-10-12 10:55:55,645 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c/resources used request id req-59f7500c-2597-4f6b-acab-ed4a3ec54200 2018-10-12 10:55:55,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/da65bf73-7790-4764-939a-4d04ac6b0de2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:55,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-986377fc-2ba7-4f41-8e29-b15db5edc765 Date: Fri, 12 Oct 2018 10:55:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:55:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-12T10:55:24Z", "visibility": "shared", "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/da65bf73-7790-4764-939a-4d04ac6b0de2/snap", "metadata": {}}], "self": "/v2/images/da65bf73-7790-4764-939a-4d04ac6b0de2", "min_disk": 0, "protected": false, "id": "da65bf73-7790-4764-939a-4d04ac6b0de2", "file": "/v2/images/da65bf73-7790-4764-939a-4d04ac6b0de2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "104d75bb2cac4b4998c38732dc15f0bd", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/da65bf73-7790-4764-939a-4d04ac6b0de2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 10:55:55,666 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/da65bf73-7790-4764-939a-4d04ac6b0de2 used request id req-986377fc-2ba7-4f41-8e29-b15db5edc765 2018-10-12 10:55:55,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:55,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-cde8e616-02e7-4bc2-b0b7-dd90cc00e99e Date: Fri, 12 Oct 2018 10:55:55 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-10-12 10:55:55,831 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-cde8e616-02e7-4bc2-b0b7-dd90cc00e99e 2018-10-12 10:55:55,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/da65bf73-7790-4764-939a-4d04ac6b0de2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:56,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-2b1be947-42da-4a51-a52f-3030bbc20bd8 Date: Fri, 12 Oct 2018 10:55:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:55:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-12T10:55:24Z", "visibility": "shared", "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/da65bf73-7790-4764-939a-4d04ac6b0de2/snap", "metadata": {}}], "self": "/v2/images/da65bf73-7790-4764-939a-4d04ac6b0de2", "min_disk": 0, "protected": false, "id": "da65bf73-7790-4764-939a-4d04ac6b0de2", "file": "/v2/images/da65bf73-7790-4764-939a-4d04ac6b0de2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "104d75bb2cac4b4998c38732dc15f0bd", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/da65bf73-7790-4764-939a-4d04ac6b0de2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 10:55:56,008 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/da65bf73-7790-4764-939a-4d04ac6b0de2 used request id req-2b1be947-42da-4a51-a52f-3030bbc20bd8 2018-10-12 10:55:56,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/e72e100f-dca1-4b76-922d-0ecf0b0981b1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:56,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-573ddc5e-2e23-42e1-89b0-d6856d2d26d8 Date: Fri, 12 Oct 2018 10:55:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image1", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:55:19Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-12T10:55:20Z", "visibility": "shared", "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/e72e100f-dca1-4b76-922d-0ecf0b0981b1/snap", "metadata": {}}], "self": "/v2/images/e72e100f-dca1-4b76-922d-0ecf0b0981b1", "min_disk": 0, "protected": false, "id": "e72e100f-dca1-4b76-922d-0ecf0b0981b1", "file": "/v2/images/e72e100f-dca1-4b76-922d-0ecf0b0981b1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "104d75bb2cac4b4998c38732dc15f0bd", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/e72e100f-dca1-4b76-922d-0ecf0b0981b1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 10:55:56,169 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/e72e100f-dca1-4b76-922d-0ecf0b0981b1 used request id req-573ddc5e-2e23-42e1-89b0-d6856d2d26d8 2018-10-12 10:55:56,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/58d77569-22f2-4a67-9412-dbddfc53665c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:56,198 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:55:56 GMT Server: Apache x-openstack-request-id: req-9df44d54-2b8e-49d3-8a80-0e7955263345 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:55:57,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:55:56 GMT Server: Apache x-openstack-request-id: req-711b4687-a0c4-464b-ba04-ce2595d373af Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2083 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-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor2", "OS::project_id": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "58d77569-22f2-4a67-9412-dbddfc53665c", "OS::stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-subnet", "net_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack", "stack_user_project_id": "258ed94d5b5b4dfa98405e52783c8753", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-12T10:55:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "58d77569-22f2-4a67-9412-dbddfc53665c", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEArEGFAVEdE366mCvUtt+12raUgEyFKzgj5rTIZGfdxTvvK8C9\np2/hU1TENLfkK2cqH3ZYMPmfhGuBbz6lrpZ7+7hX27QoyE3jeYnZzVPdF677zJwN\nfwQJG0Jb3PAZV/wMYwcSeodEAMGIhYe/YMWWekd0Y11hxwOkNR8ISqzo7i1To3EG\nG9Rua+Q5wGKQwd244Pcl3rpPNuq/qPTXv0QXAs+OTTygAwB7JDRkzs4MBGpFix4B\nZ+Gf8v2YNSGG62twCIGL7QfyS9F2ew4OYJpsd5DgdUJsFSkoB1s8ZRYa6/LcaGgY\n6+3Yj3Bb8ktxzQEqseO9QPEWDSsD15zSj1voWQIDAQABAoIBAQCmpaByfLG/iYwl\n6cmZvmYmGRsj4GO5Q0/gQ6fXE3FG/kvNrWMN2LxKLSjAw+M3ZlAnLgv2HZmIt6T6\nJcaOWEHMbjR5dhs6ZbgbfhS7g1XTMtOhyJt59UKGH7XV0mcCavLk3xOufKx6esGE\nRacNjTqeRADCnLYanlg/mC0iaZPTz2nA6hRSVeug5yqe9jfX5fiBpPAw2oigzH+y\nYN90TD1NY5LJgd93/JG6lnvcdKig1bLFUspK2vgywf/1Sgjgb7/YC6aw47vaDGSh\nGy4bk354tM6BNRcVi8eQfkaHOV2KEyfVC5lI6THCdXorA0nTOfotgPMGh5XPw7R8\nCnJkb+xNAoGBANaEQ30pUCIxYEtqyqxProJrWBF7ZAyeeNVEh9yfKDWoKhSemwrQ\nLE+qfKB3PecKMKlKU5JNMrLMpft5/ddlgLgnlQct4PZKak61e7yLFoIEyMDoruoa\nmC9TTNKRNdv5XVq2m2Zw7zh9qA+OdCryLB0ghRPnWeYpoprlsmDAfO1TAoGBAM2R\nHxVMg+0rqmhmhh6OPSYsTsiFa4Q46tmF/x/36kqTvU0FbysriV+NeB+dGgWyF0Jv\nZ0AWSg2eI5BYqSqFQ6eeqOivTHeSLCJTtMe/Nn1H/12evT93wjbi5NNLHuc/bQ/M\nnrwxaQoLG3GHznzIp80f8n6RqL3Pr4acWIq1dfIjAoGBAKroWbTAU33KhQPRI4RB\nP7HcwB+9hSqgn3iazvuxOiH1xwEClFf7HzKhjAV0uzb14WsfMpIfO0NE1QEUYm9Y\nCUOvFYbQwKi5BRWMdfbzgY05LpCzUZhmc9VQsqYY1yZY+E2rqwfk9lK1mk46mscU\nhpz2KdB/xBoiFdD/LCz1bxLNAoGAKevfb+ODv/k4rkPCNDcDp2Y/xsrWq0dENYoL\nBkTzpbPNVgi2rBIb2L2r8p6CMQkpjyXS45HoFjDaxdQe44n7yxIjFhixumy3zWRO\nqLGI9jGZlUkLBQdyNuk8iw51xej8X811zaEx75dmSFfOt0ngVoeeV0tzIwpYnFYE\nBH2PCQsCgYA03ij8cm+MFWxyJYn0eqmk8CoQs5L06T7akjvfckOUmTw4LnRzAFvr\nPIfOF/Wqw2PGXIf2vzPycLDwhUME0AKmHOfOCSfG/Aq1vRAKEAbQa8VTmAETQZBy\np6NU1Kz6ni0lLfjB6fYIJKUQjWo497sGbKax6QLUDlYv3TbYTzSbKA==\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-10-12 10:55:57,146 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c used request id req-711b4687-a0c4-464b-ba04-ce2595d373af 2018-10-12 10:55:57,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/58d77569-22f2-4a67-9412-dbddfc53665c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:57,177 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:55:57 GMT Server: Apache x-openstack-request-id: req-bf79233b-af02-45cc-b2db-b5118d39fe71 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:55:57,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:55:57 GMT Server: Apache x-openstack-request-id: req-2026f779-f9f8-4260-81d5-8c5675952059 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2083 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-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor2", "OS::project_id": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "58d77569-22f2-4a67-9412-dbddfc53665c", "OS::stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-subnet", "net_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack", "stack_user_project_id": "258ed94d5b5b4dfa98405e52783c8753", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-12T10:55:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "58d77569-22f2-4a67-9412-dbddfc53665c", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEArEGFAVEdE366mCvUtt+12raUgEyFKzgj5rTIZGfdxTvvK8C9\np2/hU1TENLfkK2cqH3ZYMPmfhGuBbz6lrpZ7+7hX27QoyE3jeYnZzVPdF677zJwN\nfwQJG0Jb3PAZV/wMYwcSeodEAMGIhYe/YMWWekd0Y11hxwOkNR8ISqzo7i1To3EG\nG9Rua+Q5wGKQwd244Pcl3rpPNuq/qPTXv0QXAs+OTTygAwB7JDRkzs4MBGpFix4B\nZ+Gf8v2YNSGG62twCIGL7QfyS9F2ew4OYJpsd5DgdUJsFSkoB1s8ZRYa6/LcaGgY\n6+3Yj3Bb8ktxzQEqseO9QPEWDSsD15zSj1voWQIDAQABAoIBAQCmpaByfLG/iYwl\n6cmZvmYmGRsj4GO5Q0/gQ6fXE3FG/kvNrWMN2LxKLSjAw+M3ZlAnLgv2HZmIt6T6\nJcaOWEHMbjR5dhs6ZbgbfhS7g1XTMtOhyJt59UKGH7XV0mcCavLk3xOufKx6esGE\nRacNjTqeRADCnLYanlg/mC0iaZPTz2nA6hRSVeug5yqe9jfX5fiBpPAw2oigzH+y\nYN90TD1NY5LJgd93/JG6lnvcdKig1bLFUspK2vgywf/1Sgjgb7/YC6aw47vaDGSh\nGy4bk354tM6BNRcVi8eQfkaHOV2KEyfVC5lI6THCdXorA0nTOfotgPMGh5XPw7R8\nCnJkb+xNAoGBANaEQ30pUCIxYEtqyqxProJrWBF7ZAyeeNVEh9yfKDWoKhSemwrQ\nLE+qfKB3PecKMKlKU5JNMrLMpft5/ddlgLgnlQct4PZKak61e7yLFoIEyMDoruoa\nmC9TTNKRNdv5XVq2m2Zw7zh9qA+OdCryLB0ghRPnWeYpoprlsmDAfO1TAoGBAM2R\nHxVMg+0rqmhmhh6OPSYsTsiFa4Q46tmF/x/36kqTvU0FbysriV+NeB+dGgWyF0Jv\nZ0AWSg2eI5BYqSqFQ6eeqOivTHeSLCJTtMe/Nn1H/12evT93wjbi5NNLHuc/bQ/M\nnrwxaQoLG3GHznzIp80f8n6RqL3Pr4acWIq1dfIjAoGBAKroWbTAU33KhQPRI4RB\nP7HcwB+9hSqgn3iazvuxOiH1xwEClFf7HzKhjAV0uzb14WsfMpIfO0NE1QEUYm9Y\nCUOvFYbQwKi5BRWMdfbzgY05LpCzUZhmc9VQsqYY1yZY+E2rqwfk9lK1mk46mscU\nhpz2KdB/xBoiFdD/LCz1bxLNAoGAKevfb+ODv/k4rkPCNDcDp2Y/xsrWq0dENYoL\nBkTzpbPNVgi2rBIb2L2r8p6CMQkpjyXS45HoFjDaxdQe44n7yxIjFhixumy3zWRO\nqLGI9jGZlUkLBQdyNuk8iw51xej8X811zaEx75dmSFfOt0ngVoeeV0tzIwpYnFYE\nBH2PCQsCgYA03ij8cm+MFWxyJYn0eqmk8CoQs5L06T7akjvfckOUmTw4LnRzAFvr\nPIfOF/Wqw2PGXIf2vzPycLDwhUME0AKmHOfOCSfG/Aq1vRAKEAbQa8VTmAETQZBy\np6NU1Kz6ni0lLfjB6fYIJKUQjWo497sGbKax6QLUDlYv3TbYTzSbKA==\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-10-12 10:55:57,401 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c used request id req-2026f779-f9f8-4260-81d5-8c5675952059 2018-10-12 10:55:57,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/58d77569-22f2-4a67-9412-dbddfc53665c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:57,431 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:55:57 GMT Server: Apache x-openstack-request-id: req-40fe58f9-95fb-4680-90d0-3e8f108a23b8 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:55:58,158 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:55:57 GMT Server: Apache x-openstack-request-id: req-ff1f81b4-5f05-4a93-aa3e-db86bc2f2f20 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:55:58,158 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c used request id req-ff1f81b4-5f05-4a93-aa3e-db86bc2f2f20 2018-10-12 10:55:58,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/58d77569-22f2-4a67-9412-dbddfc53665c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:55:58,187 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:55:58 GMT Server: Apache x-openstack-request-id: req-f32516b0-4a8e-4081-9d30-257757fa7f97 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:55:58,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:55:58 GMT Server: Apache x-openstack-request-id: req-5935d296-8d04-4b96-8474-db1561097d3f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 684 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-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor2", "OS::project_id": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "58d77569-22f2-4a67-9412-dbddfc53665c", "OS::stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-subnet", "net_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack", "stack_user_project_id": "258ed94d5b5b4dfa98405e52783c8753", "tags": null, "creation_time": "2018-10-12T10:55:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-12T10:55:58Z", "id": "58d77569-22f2-4a67-9412-dbddfc53665c", "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-10-12 10:55:58,360 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c used request id req-5935d296-8d04-4b96-8474-db1561097d3f 2018-10-12 10:56:01,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/58d77569-22f2-4a67-9412-dbddfc53665c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:56:01,550 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:56:01 GMT Server: Apache x-openstack-request-id: req-464bfaea-5df2-4d03-b1ec-6de6717db84c Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:56:01,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:01 GMT Server: Apache x-openstack-request-id: req-e228b30d-3779-47e1-8ed0-fb5eee749f01 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 684 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-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor2", "OS::project_id": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "58d77569-22f2-4a67-9412-dbddfc53665c", "OS::stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-subnet", "net_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack", "stack_user_project_id": "258ed94d5b5b4dfa98405e52783c8753", "tags": null, "creation_time": "2018-10-12T10:55:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-12T10:55:58Z", "id": "58d77569-22f2-4a67-9412-dbddfc53665c", "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-10-12 10:56:01,734 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c used request id req-e228b30d-3779-47e1-8ed0-fb5eee749f01 2018-10-12 10:56:04,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/58d77569-22f2-4a67-9412-dbddfc53665c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:56:04,765 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:56:04 GMT Server: Apache x-openstack-request-id: req-0a922e40-c277-4276-b60b-f77fa23031e4 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:56:04,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:04 GMT Server: Apache x-openstack-request-id: req-65e0f405-f464-41b0-bc7d-a524e162466b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 684 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-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor2", "OS::project_id": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "58d77569-22f2-4a67-9412-dbddfc53665c", "OS::stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-subnet", "net_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack", "stack_user_project_id": "258ed94d5b5b4dfa98405e52783c8753", "tags": null, "creation_time": "2018-10-12T10:55:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-12T10:55:58Z", "id": "58d77569-22f2-4a67-9412-dbddfc53665c", "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-10-12 10:56:04,938 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c used request id req-65e0f405-f464-41b0-bc7d-a524e162466b 2018-10-12 10:56:07,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/58d77569-22f2-4a67-9412-dbddfc53665c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:56:08,112 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:56:07 GMT Server: Apache x-openstack-request-id: req-4801b5c8-035b-4c1f-95d8-1ead5cde589f Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:56:08,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:08 GMT Server: Apache x-openstack-request-id: req-295cf120-b139-4801-81e3-25781e936f27 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 684 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-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor2", "OS::project_id": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "58d77569-22f2-4a67-9412-dbddfc53665c", "OS::stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-subnet", "net_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack", "stack_user_project_id": "258ed94d5b5b4dfa98405e52783c8753", "tags": null, "creation_time": "2018-10-12T10:55:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-12T10:55:58Z", "id": "58d77569-22f2-4a67-9412-dbddfc53665c", "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-10-12 10:56:08,309 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c used request id req-295cf120-b139-4801-81e3-25781e936f27 2018-10-12 10:56:11,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/58d77569-22f2-4a67-9412-dbddfc53665c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30da3a522c963ddc6e5a0e24a96c40e09243d3b4" 2018-10-12 10:56:11,343 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:56:11 GMT Server: Apache x-openstack-request-id: req-4e5d33da-ba6f-4b24-842a-9067ec6ecf2e Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:56:11,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:11 GMT Server: Apache x-openstack-request-id: req-ee0fa50f-f25b-40fc-bc3a-da86fc21fb44 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-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor2", "OS::project_id": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "58d77569-22f2-4a67-9412-dbddfc53665c", "OS::stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-subnet", "net_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image1"}, "deletion_time": "2018-10-12T10:56:09Z", "stack_name": "HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack", "stack_user_project_id": "258ed94d5b5b4dfa98405e52783c8753", "tags": null, "creation_time": "2018-10-12T10:55:28Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-12T10:55:58Z", "id": "58d77569-22f2-4a67-9412-dbddfc53665c", "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-10-12 10:56:11,369 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-stack/58d77569-22f2-4a67-9412-dbddfc53665c used request id req-ee0fa50f-f25b-40fc-bc3a-da86fc21fb44 2018-10-12 10:56:11,369 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image1 2018-10-12 10:56:11,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/e72e100f-dca1-4b76-922d-0ecf0b0981b1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0cab1509d025016ce73954ba1fb394d8c4f128f" 2018-10-12 10:56:12,975 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-15b006fb-c033-49be-aa36-25dfd4e985dc Date: Fri, 12 Oct 2018 10:56:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 10:56:12,975 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/e72e100f-dca1-4b76-922d-0ecf0b0981b1 used request id req-15b006fb-c033-49be-aa36-25dfd4e985dc 2018-10-12 10:56:12,976 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-3ec36d3e-74c6-44b6-aead-a5ca442215e7-image2 2018-10-12 10:56:12,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/da65bf73-7790-4764-939a-4d04ac6b0de2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}318c9d339cb68dbb99725e055ffb4aee651aee62" 2018-10-12 10:56:14,196 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d3a09f45-2196-4260-bd2a-e126c3b621e8 Date: Fri, 12 Oct 2018 10:56:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 10:56:14,197 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/da65bf73-7790-4764-939a-4d04ac6b0de2 used request id req-d3a09f45-2196-4260-bd2a-e126c3b621e8 2018-10-12 10:56:14,199 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-12 10:56:14,199 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:56:14,217 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:56:14,596 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:56:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["scwjG17OR7Wh_C4H0E6LIg"], "issued_at": "2018-10-12T10:56:14.000000Z"}} 2018-10-12 10:56:14,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}520ae4aeaccfb58166823021a5c91b8d6bc9f7e7" -d '{"stack_name": "HeatUtilsFlavorTests-ae93d384-29e8-4d21-9a60-8593a171a7d9-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-10-12 10:56:16,335 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 10:56:14 GMT Server: Apache x-openstack-request-id: req-f836e821-5b17-4f7a-b21d-721ba93bdb34 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsFlavorTests-ae93d384-29e8-4d21-9a60-8593a171a7d9-stack/73db4f07-9d1e-498e-83a4-6d66ff0badcf Content-Length: 264 Content-Type: application/json RESP BODY: {"stack": {"id": "73db4f07-9d1e-498e-83a4-6d66ff0badcf", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsFlavorTests-ae93d384-29e8-4d21-9a60-8593a171a7d9-stack/73db4f07-9d1e-498e-83a4-6d66ff0badcf", "rel": "self"}]}} 2018-10-12 10:56:16,335 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks used request id req-f836e821-5b17-4f7a-b21d-721ba93bdb34 2018-10-12 10:56:16,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/73db4f07-9d1e-498e-83a4-6d66ff0badcf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}520ae4aeaccfb58166823021a5c91b8d6bc9f7e7" 2018-10-12 10:56:16,604 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:56:16 GMT Server: Apache x-openstack-request-id: req-7f087876-783a-47e9-9f97-98569275dfc5 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsFlavorTests-ae93d384-29e8-4d21-9a60-8593a171a7d9-stack/73db4f07-9d1e-498e-83a4-6d66ff0badcf Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsFlavorTests-ae93d384-29e8-4d21-9a60-8593a171a7d9-stack/73db4f07-9d1e-498e-83a4-6d66ff0badcf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:56:16,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:16 GMT Server: Apache x-openstack-request-id: req-180da8f3-33af-4662-9dc7-0eeaae1afb86 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "73db4f07-9d1e-498e-83a4-6d66ff0badcf", "OS::stack_name": "HeatUtilsFlavorTests-ae93d384-29e8-4d21-9a60-8593a171a7d9-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-ae93d384-29e8-4d21-9a60-8593a171a7d9-stack", "stack_user_project_id": "6edf96d0934f44a6b9ccab978bade86d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:56:15Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsFlavorTests-ae93d384-29e8-4d21-9a60-8593a171a7d9-stack/73db4f07-9d1e-498e-83a4-6d66ff0badcf", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "73db4f07-9d1e-498e-83a4-6d66ff0badcf", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-12 10:56:16,814 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsFlavorTests-ae93d384-29e8-4d21-9a60-8593a171a7d9-stack/73db4f07-9d1e-498e-83a4-6d66ff0badcf used request id req-180da8f3-33af-4662-9dc7-0eeaae1afb86 2018-10-12 10:56:16,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/73db4f07-9d1e-498e-83a4-6d66ff0badcf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}520ae4aeaccfb58166823021a5c91b8d6bc9f7e7" 2018-10-12 10:56:16,996 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:56:16 GMT Server: Apache x-openstack-request-id: req-5ee40ad6-6209-4bd3-a963-0be12399ff6f Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsFlavorTests-ae93d384-29e8-4d21-9a60-8593a171a7d9-stack/73db4f07-9d1e-498e-83a4-6d66ff0badcf Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsFlavorTests-ae93d384-29e8-4d21-9a60-8593a171a7d9-stack/73db4f07-9d1e-498e-83a4-6d66ff0badcf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:56:17,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:17 GMT Server: Apache x-openstack-request-id: req-ad41f72f-8bdd-4cda-8d6a-e6a69283a9a3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "73db4f07-9d1e-498e-83a4-6d66ff0badcf", "OS::stack_name": "HeatUtilsFlavorTests-ae93d384-29e8-4d21-9a60-8593a171a7d9-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-ae93d384-29e8-4d21-9a60-8593a171a7d9-stack", "stack_user_project_id": "6edf96d0934f44a6b9ccab978bade86d", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-12T10:56:15Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsFlavorTests-ae93d384-29e8-4d21-9a60-8593a171a7d9-stack/73db4f07-9d1e-498e-83a4-6d66ff0badcf", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "73db4f07-9d1e-498e-83a4-6d66ff0badcf", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-12 10:56:17,180 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsFlavorTests-ae93d384-29e8-4d21-9a60-8593a171a7d9-stack/73db4f07-9d1e-498e-83a4-6d66ff0badcf used request id req-ad41f72f-8bdd-4cda-8d6a-e6a69283a9a3 2018-10-12 10:56:17,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/73db4f07-9d1e-498e-83a4-6d66ff0badcf/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}520ae4aeaccfb58166823021a5c91b8d6bc9f7e7" 2018-10-12 10:56:17,357 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:56:17 GMT Server: Apache x-openstack-request-id: req-5a48c0ff-9a3c-49bc-b0a8-9cb8d6de36bb Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsFlavorTests-ae93d384-29e8-4d21-9a60-8593a171a7d9-stack/73db4f07-9d1e-498e-83a4-6d66ff0badcf/resources Content-Length: 497 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsFlavorTests-ae93d384-29e8-4d21-9a60-8593a171a7d9-stack/73db4f07-9d1e-498e-83a4-6d66ff0badcf/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:56:17,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:17 GMT Server: Apache x-openstack-request-id: req-a45b2932-5ecb-4198-8c2a-0a16634a1f5b 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.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsFlavorTests-ae93d384-29e8-4d21-9a60-8593a171a7d9-stack/73db4f07-9d1e-498e-83a4-6d66ff0badcf/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsFlavorTests-ae93d384-29e8-4d21-9a60-8593a171a7d9-stack/73db4f07-9d1e-498e-83a4-6d66ff0badcf", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-10-12T10:56:16Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:56:16Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "961bebf4-d563-4ffa-bea9-e944f8d0ba06", "resource_type": "OS::Nova::Flavor"}]} 2018-10-12 10:56:17,547 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsFlavorTests-ae93d384-29e8-4d21-9a60-8593a171a7d9-stack/73db4f07-9d1e-498e-83a4-6d66ff0badcf/resources used request id req-a45b2932-5ecb-4198-8c2a-0a16634a1f5b 2018-10-12 10:56:17,551 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/961bebf4-d563-4ffa-bea9-e944f8d0ba06 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}520ae4aeaccfb58166823021a5c91b8d6bc9f7e7" 2018-10-12 10:56:17,570 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56: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-11948297-4bbf-462a-9a68-fb568966a2ca x-compute-request-id: req-11948297-4bbf-462a-9a68-fb568966a2ca Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/961bebf4-d563-4ffa-bea9-e944f8d0ba06", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/961bebf4-d563-4ffa-bea9-e944f8d0ba06", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "961bebf4-d563-4ffa-bea9-e944f8d0ba06", "name": "HeatUtilsFlavorTests-ae93d384-29e8-4d21-9a60-8593a171a7d9-stack-flavor-mu5xehxb7sla", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 10:56:17,570 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/961bebf4-d563-4ffa-bea9-e944f8d0ba06 used request id req-11948297-4bbf-462a-9a68-fb568966a2ca 2018-10-12 10:56:17,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/73db4f07-9d1e-498e-83a4-6d66ff0badcf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}520ae4aeaccfb58166823021a5c91b8d6bc9f7e7" 2018-10-12 10:56:17,600 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:56:17 GMT Server: Apache x-openstack-request-id: req-ed1353e7-9fc0-47dc-a2fb-210991eb3cae Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsFlavorTests-ae93d384-29e8-4d21-9a60-8593a171a7d9-stack/73db4f07-9d1e-498e-83a4-6d66ff0badcf Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsFlavorTests-ae93d384-29e8-4d21-9a60-8593a171a7d9-stack/73db4f07-9d1e-498e-83a4-6d66ff0badcf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:56:17,777 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:56:17 GMT Server: Apache x-openstack-request-id: req-8819c52e-bdb4-4f71-a4a9-ec0532b3928b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:56:17,777 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsFlavorTests-ae93d384-29e8-4d21-9a60-8593a171a7d9-stack/73db4f07-9d1e-498e-83a4-6d66ff0badcf used request id req-8819c52e-bdb4-4f71-a4a9-ec0532b3928b 2018-10-12 10:56:17,779 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-12 10:56:17,779 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:56:17,791 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:56:18,176 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:56:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["ODKPqoSgToKqg2qeREs6Tg"], "issued_at": "2018-10-12T10:56:18.000000Z"}} 2018-10-12 10:56:18,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5e7afa03fc0878c1b4298a6acb4e81a0d036b5" -d '{"stack_name": "HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-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-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-kp"}}' 2018-10-12 10:56:19,808 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 10:56:18 GMT Server: Apache x-openstack-request-id: req-2a2f5988-4c1d-443b-a593-79f93c06c7cd Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-stack/e22e43ee-c47a-44ad-9825-9ca4200b5f80 Content-Length: 265 Content-Type: application/json RESP BODY: {"stack": {"id": "e22e43ee-c47a-44ad-9825-9ca4200b5f80", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-stack/e22e43ee-c47a-44ad-9825-9ca4200b5f80", "rel": "self"}]}} 2018-10-12 10:56:19,808 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks used request id req-2a2f5988-4c1d-443b-a593-79f93c06c7cd 2018-10-12 10:56:19,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/e22e43ee-c47a-44ad-9825-9ca4200b5f80 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5e7afa03fc0878c1b4298a6acb4e81a0d036b5" 2018-10-12 10:56:19,992 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:56:19 GMT Server: Apache x-openstack-request-id: req-5188a38b-e0cf-4404-b091-f694b66a6342 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-stack/e22e43ee-c47a-44ad-9825-9ca4200b5f80 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-stack/e22e43ee-c47a-44ad-9825-9ca4200b5f80;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:56:20,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:20 GMT Server: Apache x-openstack-request-id: req-6163543a-9d40-4b72-a387-350979481bd1 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "e22e43ee-c47a-44ad-9825-9ca4200b5f80", "OS::stack_name": "HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-stack", "keypair_name": "HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-stack", "stack_user_project_id": "ea1f00e8d79244b5b5e75368663aec97", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:56:19Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-stack/e22e43ee-c47a-44ad-9825-9ca4200b5f80", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e22e43ee-c47a-44ad-9825-9ca4200b5f80", "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-10-12 10:56:20,186 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-stack/e22e43ee-c47a-44ad-9825-9ca4200b5f80 used request id req-6163543a-9d40-4b72-a387-350979481bd1 2018-10-12 10:56:20,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/e22e43ee-c47a-44ad-9825-9ca4200b5f80 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5e7afa03fc0878c1b4298a6acb4e81a0d036b5" 2018-10-12 10:56:20,353 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:56:20 GMT Server: Apache x-openstack-request-id: req-5dccbf38-5249-42dc-aa05-05a8211a511c Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-stack/e22e43ee-c47a-44ad-9825-9ca4200b5f80 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-stack/e22e43ee-c47a-44ad-9825-9ca4200b5f80;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:56:20,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:20 GMT Server: Apache x-openstack-request-id: req-35e49861-9e64-472e-806b-53fbf2510bec Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1907 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "e22e43ee-c47a-44ad-9825-9ca4200b5f80", "OS::stack_name": "HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-stack", "keypair_name": "HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-stack", "stack_user_project_id": "ea1f00e8d79244b5b5e75368663aec97", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-12T10:56:19Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-stack/e22e43ee-c47a-44ad-9825-9ca4200b5f80", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "e22e43ee-c47a-44ad-9825-9ca4200b5f80", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA5ciu/ebRbTSvJYP+w1izigI/rInm2dD1iSvJQUZs5PAqGYqj\nyfG6k4tWyeYoH7972rm4riGfzpsR3oCLw3a6J/nrcnIgqjg3Mw4uCmZR/d9a0iNL\n3i2utuCt1+1gCMTHZlqidgfFIAl7CuLEL/cmBy+0BLbMJ4k358wLUKAKBaNOjF+T\nvWkBXVgQ5jMh/kFE+rEYDQgG35uATU2Wi6a1N/rq+YkbYoZpbCW3GkL1URVn6vd5\nPnzGALRQ3hlOvneg2bJAkv44xej11gPJXFFgAUl7mjNru2IrHLmtJWfG7U6Z3xjj\nlbHO3k94lkq/MK8yXCZoZPhxkqJnJHrmXap5bQIDAQABAoIBAQDZXXTD9BPKVVsV\nhv55djAobiYjpjO9emC6iLQRznf2PYXlsXNs9gEDz3yi8tij57RW3Pbpqh8NBz3p\nF/qeRXKlnFHwaiuiOhllb5V3+wC2whGc1QzQuLAciP+KUh9VTChAF561PnZn7u/5\nBTiHEyljBOoqx2zqPXCoEinl8+5nEyCiX12vRU/Ni9qh4dy1uWgP0hPTZhhnHiLj\nZvZ/s3skJOhpvw5YYFLImFSD7meKwe0SuaIuiwOBUy/nZ6EyI0AmXt2Y0Vu7O8rE\npOY8eBZ3eL0pVwW/EKZCTnxRjHvNP3hGV3XFu/1xUosYNZk6i/WtxJbgkx5WkjIw\nvIFI8I6BAoGBAPfYTvROpz5o+h+p4gqLZtiguGZkS0pmzLh2PA3CcMk2P1Ceth3T\nAF5OfW8ZTqPnC4Z445VDOO53R7RBkIzDr2BAqvSYj+0IdO0B/LsumJkxFr2pMK6v\n1L+1PtO4aoeNVT0mViATxu2kQRdxuIQZjhioIyBk2Qne9bS3liuJgnWhAoGBAO1Y\nPYAgE3LGd2MBPXIdXMvkQlrlI0cGC9uoqc4ZSIJCaCAioC6wppclp8w0S4t200dc\nG0dDWsrx6j0ONZTiP3H9nIx3xQfprCcNqqcvw7USOuQFqj7s+hpk/rwKgTRAYiBM\nKNqAzKbwgyGkesUkhz9hcOBGNuwUBMxHk+GAphhNAoGBAOhoZ0lCxCOK7xloBXYb\n2HpE5AXoAI4pLcm/3XqNnZOhEeg4m9AFv6+vbIIUuiCKFM2paMfb/HPpWEzYuoK1\nMSxSF707nqMILhTdqy+fdysX1BpPoD3+1cJbZCnHIeYwiwDHhTWZNg4722nvkrYU\n/KF0cVP8HWXbNI6dJO14ieRhAoGAL1OFD+NVfXFtpOQ+aF7Kfi2Jva4rFqJyAt7i\n3SHVf4PWV3IQFr9KuKDdkK5s0eZjwrrvBYq8s/MBDiOjM4jZtdUoPiozs5w4o6Dq\nAmRX1edIruciR2HhjRnOYZiGovCjoGUPUGKWbENRIog1otHh1hWL+GyHzxM+0a0E\nI9cPR5ECgYEAzEnn2zAcQ8QxE0S5o3RjhzOY2el8sB6cmG/AaB2DDg16Cc+dclxs\nIawP9PKD1DzA81s9lfoCa/2VAmdaYw4vpgQ7U46Qt5v4nu0yzco3EfvuNm68mmIU\nI5WbrgmbtXppVpxN5mg62v++DNC6lWd315EYYP82GwL6/dCJF3anJWk=\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-10-12 10:56:20,614 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-stack/e22e43ee-c47a-44ad-9825-9ca4200b5f80 used request id req-35e49861-9e64-472e-806b-53fbf2510bec 2018-10-12 10:56:20,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/e22e43ee-c47a-44ad-9825-9ca4200b5f80/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5e7afa03fc0878c1b4298a6acb4e81a0d036b5" 2018-10-12 10:56:20,877 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:56:20 GMT Server: Apache x-openstack-request-id: req-c44459d3-421d-4b7d-a5dc-9a6b19aaafe1 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-stack/e22e43ee-c47a-44ad-9825-9ca4200b5f80/resources Content-Length: 499 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-stack/e22e43ee-c47a-44ad-9825-9ca4200b5f80/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:56:21,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:20 GMT Server: Apache x-openstack-request-id: req-e9dbc4eb-36f0-4bba-8b2a-b48bb1080da7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "keypair", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-stack/e22e43ee-c47a-44ad-9825-9ca4200b5f80/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-stack/e22e43ee-c47a-44ad-9825-9ca4200b5f80", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-12T10:56:19Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:56:19Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-10-12 10:56:21,146 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-stack/e22e43ee-c47a-44ad-9825-9ca4200b5f80/resources used request id req-e9dbc4eb-36f0-4bba-8b2a-b48bb1080da7 2018-10-12 10:56:21,149 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5e7afa03fc0878c1b4298a6acb4e81a0d036b5" 2018-10-12 10:56:21,165 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd5c370d-fd62-4205-9af5-f89305793cd8 x-compute-request-id: req-cd5c370d-fd62-4205-9af5-f89305793cd8 Content-Encoding: gzip Content-Length: 567 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDlyK795tFtNK8lg/7DWLOKAj+siebZ0PWJK8lBRmzk8CoZiqPJ8bqTi1bJ5igfv3vaubiuIZ/OmxHegIvDdron+etyciCqODczDi4KZlH931rSI0veLa624K3X7WAIxMdmWqJ2B8UgCXsK4sQv9yYHL7QEtswniTfnzAtQoAoFo06MX5O9aQFdWBDmMyH+QUT6sRgNCAbfm4BNTZaLprU3+ur5iRtihmlsJbcaQvVRFWfq93k+fMYAtFDeGU6+d6DZskCS/jjF6PXWA8lcUWABSXuaM2u7Yiscua0lZ8btTpnfGOOVsc7eT3iWSr8wrzJcJmhk+HGSomckeuZdqnlt Generated-by-Nova", "user_id": "88e9560a29e9460c8af8a5df80c26533", "name": "HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-kp", "deleted": false, "created_at": "2018-10-12T10:56:20.000000", "updated_at": null, "fingerprint": "09:45:68:57:20:ec:10:30:7e:1f:18:10:96:14:d4:6f", "deleted_at": null, "id": 15}} 2018-10-12 10:56:21,165 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-kp used request id req-cd5c370d-fd62-4205-9af5-f89305793cd8 2018-10-12 10:56:21,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/e22e43ee-c47a-44ad-9825-9ca4200b5f80 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5e7afa03fc0878c1b4298a6acb4e81a0d036b5" 2018-10-12 10:56:21,803 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:56:21 GMT Server: Apache x-openstack-request-id: req-d943b986-bce3-40b7-a1fb-ea5e4b1b0728 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-stack/e22e43ee-c47a-44ad-9825-9ca4200b5f80 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-stack/e22e43ee-c47a-44ad-9825-9ca4200b5f80;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:56:22,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:21 GMT Server: Apache x-openstack-request-id: req-f45830ce-c508-4c1f-b9e9-33be40c703c5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1907 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "e22e43ee-c47a-44ad-9825-9ca4200b5f80", "OS::stack_name": "HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-stack", "keypair_name": "HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-stack", "stack_user_project_id": "ea1f00e8d79244b5b5e75368663aec97", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-12T10:56:19Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-stack/e22e43ee-c47a-44ad-9825-9ca4200b5f80", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "e22e43ee-c47a-44ad-9825-9ca4200b5f80", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA5ciu/ebRbTSvJYP+w1izigI/rInm2dD1iSvJQUZs5PAqGYqj\nyfG6k4tWyeYoH7972rm4riGfzpsR3oCLw3a6J/nrcnIgqjg3Mw4uCmZR/d9a0iNL\n3i2utuCt1+1gCMTHZlqidgfFIAl7CuLEL/cmBy+0BLbMJ4k358wLUKAKBaNOjF+T\nvWkBXVgQ5jMh/kFE+rEYDQgG35uATU2Wi6a1N/rq+YkbYoZpbCW3GkL1URVn6vd5\nPnzGALRQ3hlOvneg2bJAkv44xej11gPJXFFgAUl7mjNru2IrHLmtJWfG7U6Z3xjj\nlbHO3k94lkq/MK8yXCZoZPhxkqJnJHrmXap5bQIDAQABAoIBAQDZXXTD9BPKVVsV\nhv55djAobiYjpjO9emC6iLQRznf2PYXlsXNs9gEDz3yi8tij57RW3Pbpqh8NBz3p\nF/qeRXKlnFHwaiuiOhllb5V3+wC2whGc1QzQuLAciP+KUh9VTChAF561PnZn7u/5\nBTiHEyljBOoqx2zqPXCoEinl8+5nEyCiX12vRU/Ni9qh4dy1uWgP0hPTZhhnHiLj\nZvZ/s3skJOhpvw5YYFLImFSD7meKwe0SuaIuiwOBUy/nZ6EyI0AmXt2Y0Vu7O8rE\npOY8eBZ3eL0pVwW/EKZCTnxRjHvNP3hGV3XFu/1xUosYNZk6i/WtxJbgkx5WkjIw\nvIFI8I6BAoGBAPfYTvROpz5o+h+p4gqLZtiguGZkS0pmzLh2PA3CcMk2P1Ceth3T\nAF5OfW8ZTqPnC4Z445VDOO53R7RBkIzDr2BAqvSYj+0IdO0B/LsumJkxFr2pMK6v\n1L+1PtO4aoeNVT0mViATxu2kQRdxuIQZjhioIyBk2Qne9bS3liuJgnWhAoGBAO1Y\nPYAgE3LGd2MBPXIdXMvkQlrlI0cGC9uoqc4ZSIJCaCAioC6wppclp8w0S4t200dc\nG0dDWsrx6j0ONZTiP3H9nIx3xQfprCcNqqcvw7USOuQFqj7s+hpk/rwKgTRAYiBM\nKNqAzKbwgyGkesUkhz9hcOBGNuwUBMxHk+GAphhNAoGBAOhoZ0lCxCOK7xloBXYb\n2HpE5AXoAI4pLcm/3XqNnZOhEeg4m9AFv6+vbIIUuiCKFM2paMfb/HPpWEzYuoK1\nMSxSF707nqMILhTdqy+fdysX1BpPoD3+1cJbZCnHIeYwiwDHhTWZNg4722nvkrYU\n/KF0cVP8HWXbNI6dJO14ieRhAoGAL1OFD+NVfXFtpOQ+aF7Kfi2Jva4rFqJyAt7i\n3SHVf4PWV3IQFr9KuKDdkK5s0eZjwrrvBYq8s/MBDiOjM4jZtdUoPiozs5w4o6Dq\nAmRX1edIruciR2HhjRnOYZiGovCjoGUPUGKWbENRIog1otHh1hWL+GyHzxM+0a0E\nI9cPR5ECgYEAzEnn2zAcQ8QxE0S5o3RjhzOY2el8sB6cmG/AaB2DDg16Cc+dclxs\nIawP9PKD1DzA81s9lfoCa/2VAmdaYw4vpgQ7U46Qt5v4nu0yzco3EfvuNm68mmIU\nI5WbrgmbtXppVpxN5mg62v++DNC6lWd315EYYP82GwL6/dCJF3anJWk=\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-10-12 10:56:22,124 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-stack/e22e43ee-c47a-44ad-9825-9ca4200b5f80 used request id req-f45830ce-c508-4c1f-b9e9-33be40c703c5 2018-10-12 10:56:22,128 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5e7afa03fc0878c1b4298a6acb4e81a0d036b5" 2018-10-12 10:56:22,142 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56: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-648b320d-6ca8-441e-bde2-a5f8ff55a764 x-compute-request-id: req-648b320d-6ca8-441e-bde2-a5f8ff55a764 Content-Encoding: gzip Content-Length: 567 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDlyK795tFtNK8lg/7DWLOKAj+siebZ0PWJK8lBRmzk8CoZiqPJ8bqTi1bJ5igfv3vaubiuIZ/OmxHegIvDdron+etyciCqODczDi4KZlH931rSI0veLa624K3X7WAIxMdmWqJ2B8UgCXsK4sQv9yYHL7QEtswniTfnzAtQoAoFo06MX5O9aQFdWBDmMyH+QUT6sRgNCAbfm4BNTZaLprU3+ur5iRtihmlsJbcaQvVRFWfq93k+fMYAtFDeGU6+d6DZskCS/jjF6PXWA8lcUWABSXuaM2u7Yiscua0lZ8btTpnfGOOVsc7eT3iWSr8wrzJcJmhk+HGSomckeuZdqnlt Generated-by-Nova", "user_id": "88e9560a29e9460c8af8a5df80c26533", "name": "HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-kp", "deleted": false, "created_at": "2018-10-12T10:56:20.000000", "updated_at": null, "fingerprint": "09:45:68:57:20:ec:10:30:7e:1f:18:10:96:14:d4:6f", "deleted_at": null, "id": 15}} 2018-10-12 10:56:22,142 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-kp used request id req-648b320d-6ca8-441e-bde2-a5f8ff55a764 2018-10-12 10:56:22,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/e22e43ee-c47a-44ad-9825-9ca4200b5f80 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d5e7afa03fc0878c1b4298a6acb4e81a0d036b5" 2018-10-12 10:56:22,322 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:56:22 GMT Server: Apache x-openstack-request-id: req-a539f467-edc0-49f6-ad06-75304f679f20 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-stack/e22e43ee-c47a-44ad-9825-9ca4200b5f80 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-stack/e22e43ee-c47a-44ad-9825-9ca4200b5f80;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:56:22,974 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:56:22 GMT Server: Apache x-openstack-request-id: req-7ef5fe7b-64ce-4938-bf25-ece9f032ced7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:56:22,974 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsKeypairTests-2be8406e-5d8a-4f10-8f93-d7a04d8f004e-stack/e22e43ee-c47a-44ad-9825-9ca4200b5f80 used request id req-7ef5fe7b-64ce-4938-bf25-ece9f032ced7 2018-10-12 10:56:22,976 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-12 10:56:22,990 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:56:23,374 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:56:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["qFSWpVPJRVCYSTKJh4at3g"], "issued_at": "2018-10-12T10:56:23.000000Z"}} 2018-10-12 10:56:23,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db8d97ef420594ca14c8910f14b7aa8e2abf8a4" -d '{"stack_name": "HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-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-3d65a45c-b13c-4a19-ac91-ffae3a66e813-sec-grp"}}' 2018-10-12 10:56:24,894 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 10:56:23 GMT Server: Apache x-openstack-request-id: req-b93822b5-7169-4e8c-b467-5e6ae49a6f1b Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-stack/d9431d61-1322-40e5-b259-907a6d806c62 Content-Length: 271 Content-Type: application/json RESP BODY: {"stack": {"id": "d9431d61-1322-40e5-b259-907a6d806c62", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-stack/d9431d61-1322-40e5-b259-907a6d806c62", "rel": "self"}]}} 2018-10-12 10:56:24,894 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks used request id req-b93822b5-7169-4e8c-b467-5e6ae49a6f1b 2018-10-12 10:56:24,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/d9431d61-1322-40e5-b259-907a6d806c62 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db8d97ef420594ca14c8910f14b7aa8e2abf8a4" 2018-10-12 10:56:25,077 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:56:24 GMT Server: Apache x-openstack-request-id: req-951d8773-9024-4143-808a-22699684cd9e Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-stack/d9431d61-1322-40e5-b259-907a6d806c62 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-stack/d9431d61-1322-40e5-b259-907a6d806c62;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:56:25,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:25 GMT Server: Apache x-openstack-request-id: req-73ca6cbd-ce5e-4784-ad74-be47cb23d513 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 519 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "d9431d61-1322-40e5-b259-907a6d806c62", "OS::stack_name": "HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-stack", "security_group_name": "HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-stack", "stack_user_project_id": "adb45aa408d24c57b5e2492cec295ea9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:56:24Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-stack/d9431d61-1322-40e5-b259-907a6d806c62", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d9431d61-1322-40e5-b259-907a6d806c62", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-12 10:56:25,260 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-stack/d9431d61-1322-40e5-b259-907a6d806c62 used request id req-73ca6cbd-ce5e-4784-ad74-be47cb23d513 2018-10-12 10:56:25,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/d9431d61-1322-40e5-b259-907a6d806c62 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db8d97ef420594ca14c8910f14b7aa8e2abf8a4" 2018-10-12 10:56:25,436 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:56:25 GMT Server: Apache x-openstack-request-id: req-8b0dccf6-fdcf-4f7d-8082-49a1bd5158c6 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-stack/d9431d61-1322-40e5-b259-907a6d806c62 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-stack/d9431d61-1322-40e5-b259-907a6d806c62;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:56:25,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:25 GMT Server: Apache x-openstack-request-id: req-c48f5a25-ef3b-4579-b07e-1a05c63439cb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 519 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "d9431d61-1322-40e5-b259-907a6d806c62", "OS::stack_name": "HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-stack", "security_group_name": "HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-stack", "stack_user_project_id": "adb45aa408d24c57b5e2492cec295ea9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-12T10:56:24Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-stack/d9431d61-1322-40e5-b259-907a6d806c62", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d9431d61-1322-40e5-b259-907a6d806c62", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-12 10:56:25,632 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-stack/d9431d61-1322-40e5-b259-907a6d806c62 used request id req-c48f5a25-ef3b-4579-b07e-1a05c63439cb 2018-10-12 10:56:28,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/d9431d61-1322-40e5-b259-907a6d806c62 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db8d97ef420594ca14c8910f14b7aa8e2abf8a4" 2018-10-12 10:56:28,809 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:56:28 GMT Server: Apache x-openstack-request-id: req-7e9518c9-a89b-4011-aac3-a7bd6546a41e Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-stack/d9431d61-1322-40e5-b259-907a6d806c62 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-stack/d9431d61-1322-40e5-b259-907a6d806c62;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:56:28,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:28 GMT Server: Apache x-openstack-request-id: req-7bf5a9a9-0d16-4840-becb-1bd53b92b89a 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": "104d75bb2cac4b4998c38732dc15f0bd", "OS::stack_id": "d9431d61-1322-40e5-b259-907a6d806c62", "OS::stack_name": "HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-stack", "security_group_name": "HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-stack", "stack_user_project_id": "adb45aa408d24c57b5e2492cec295ea9", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-12T10:56:24Z", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-stack/d9431d61-1322-40e5-b259-907a6d806c62", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "d9431d61-1322-40e5-b259-907a6d806c62", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-12 10:56:28,853 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-stack/d9431d61-1322-40e5-b259-907a6d806c62 used request id req-7bf5a9a9-0d16-4840-becb-1bd53b92b89a 2018-10-12 10:56:28,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/d9431d61-1322-40e5-b259-907a6d806c62/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db8d97ef420594ca14c8910f14b7aa8e2abf8a4" 2018-10-12 10:56:28,882 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:56:28 GMT Server: Apache x-openstack-request-id: req-22115b37-f659-42b0-a074-e89aa6677975 Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-stack/d9431d61-1322-40e5-b259-907a6d806c62/resources Content-Length: 511 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-stack/d9431d61-1322-40e5-b259-907a6d806c62/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:56:29,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:28 GMT Server: Apache x-openstack-request-id: req-cfaf8169-b516-4cee-8dfe-e7baa293fd53 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 403 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-stack/d9431d61-1322-40e5-b259-907a6d806c62/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-stack/d9431d61-1322-40e5-b259-907a6d806c62", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-12T10:56:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-12T10:56:24Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "1a513d47-3a95-4d65-aded-14c53373bfd2", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-10-12 10:56:29,204 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-stack/d9431d61-1322-40e5-b259-907a6d806c62/resources used request id req-cfaf8169-b516-4cee-8dfe-e7baa293fd53 2018-10-12 10:56:29,204 - neutron_utils - INFO - Retrieving security group with ID - 1a513d47-3a95-4d65-aded-14c53373bfd2 2018-10-12 10:56:29,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?id=1a513d47-3a95-4d65-aded-14c53373bfd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db8d97ef420594ca14c8910f14b7aa8e2abf8a4" 2018-10-12 10:56:29,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-193f7d28-4939-4742-b057-3d71d67c5424 Date: Fri, 12 Oct 2018 10:56:29 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:56:25Z", "updated_at": "2018-10-12T10:56:26Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:56:26Z", "revision_number": 0, "id": "38c079ed-a569-40f6-a698-7e4469624ee9", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-12T10:56:26Z", "security_group_id": "1a513d47-3a95-4d65-aded-14c53373bfd2", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-12T10:56:26Z", "revision_number": 0, "id": "f7315d66-9f86-42e1-a1bf-5b9eaedb1e1f", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-12T10:56:26Z", "security_group_id": "1a513d47-3a95-4d65-aded-14c53373bfd2", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": 22, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}], "revision_number": 6, "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "1a513d47-3a95-4d65-aded-14c53373bfd2", "name": "HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-sec-grp"}]} 2018-10-12 10:56:29,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?id=1a513d47-3a95-4d65-aded-14c53373bfd2 used request id req-193f7d28-4939-4742-b057-3d71d67c5424 2018-10-12 10:56:29,416 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1a513d47-3a95-4d65-aded-14c53373bfd2 2018-10-12 10:56:29,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=1a513d47-3a95-4d65-aded-14c53373bfd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db8d97ef420594ca14c8910f14b7aa8e2abf8a4" 2018-10-12 10:56:29,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-05fcc130-8d85-4d94-8281-89e77b926e61 Date: Fri, 12 Oct 2018 10:56:29 GMT RESP BODY: {"security_group_rules": [{"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-10-12T10:56:26Z", "security_group_id": "1a513d47-3a95-4d65-aded-14c53373bfd2", "port_range_min": null, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:56:26Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "38c079ed-a569-40f6-a698-7e4469624ee9"}, {"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-10-12T10:56:26Z", "security_group_id": "1a513d47-3a95-4d65-aded-14c53373bfd2", "port_range_min": 22, "revision_number": 0, "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:56:26Z", "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "f7315d66-9f86-42e1-a1bf-5b9eaedb1e1f"}]} 2018-10-12 10:56:29,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=1a513d47-3a95-4d65-aded-14c53373bfd2 used request id req-05fcc130-8d85-4d94-8281-89e77b926e61 2018-10-12 10:56:29,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/d9431d61-1322-40e5-b259-907a6d806c62 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db8d97ef420594ca14c8910f14b7aa8e2abf8a4" 2018-10-12 10:56:29,613 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 12 Oct 2018 10:56:29 GMT Server: Apache x-openstack-request-id: req-9d476ef8-9240-401a-8048-7ccaba1eeb2a Location: http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-stack/d9431d61-1322-40e5-b259-907a6d806c62 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-stack/d9431d61-1322-40e5-b259-907a6d806c62;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-12 10:56:29,893 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:56:29 GMT Server: Apache x-openstack-request-id: req-18a34c9b-1c3b-4063-af88-c6301319006f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:56:29,893 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd/stacks/HeatUtilsSecurityGroupTests-3d65a45c-b13c-4a19-ac91-ffae3a66e813-stack/d9431d61-1322-40e5-b259-907a6d806c62 used request id req-18a34c9b-1c3b-4063-af88-c6301319006f 2018-10-12 10:56:29,896 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:56:30,280 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:56:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["oxeXoZjfRFuUYysVu1MBtw"], "issued_at": "2018-10-12T10:56:30.000000Z"}} 2018-10-12 10:56:30,283 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b467a3313cd4d46554529c4cfab3a6917516ab49" -d '{"qos_specs": {"consumer": "both", "name": "CinderUtilsQoSTests-fcdf42f6-de5d-45e2-b8fe-17315dedddb3"}}' 2018-10-12 10:56:31,049 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:30 GMT Server: Apache x-compute-request-id: req-6e268de7-cde4-4343-86f2-b5dbcf36ba78 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6e268de7-cde4-4343-86f2-b5dbcf36ba78 Content-Encoding: gzip Content-Length: 243 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "ac89fee7-3c7b-4540-a9e6-6c8eb1922577", "name": "CinderUtilsQoSTests-fcdf42f6-de5d-45e2-b8fe-17315dedddb3"}, "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/ac89fee7-3c7b-4540-a9e6-6c8eb1922577", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/ac89fee7-3c7b-4540-a9e6-6c8eb1922577", "rel": "bookmark"}]} 2018-10-12 10:56:31,050 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs used request id req-6e268de7-cde4-4343-86f2-b5dbcf36ba78 2018-10-12 10:56:31,053 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6e268de7-cde4-4343-86f2-b5dbcf36ba78" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b467a3313cd4d46554529c4cfab3a6917516ab49" 2018-10-12 10:56:31,237 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:31 GMT Server: Apache x-compute-request-id: req-ead8ec24-ae3a-41d2-8c94-3e804aa9863c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ead8ec24-ae3a-41d2-8c94-3e804aa9863c Content-Encoding: gzip Content-Length: 155 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "ac89fee7-3c7b-4540-a9e6-6c8eb1922577", "name": "CinderUtilsQoSTests-fcdf42f6-de5d-45e2-b8fe-17315dedddb3"}]} 2018-10-12 10:56:31,237 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs used request id req-ead8ec24-ae3a-41d2-8c94-3e804aa9863c 2018-10-12 10:56:31,238 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-fcdf42f6-de5d-45e2-b8fe-17315dedddb3 2018-10-12 10:56:31,240 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/ac89fee7-3c7b-4540-a9e6-6c8eb1922577?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6e268de7-cde4-4343-86f2-b5dbcf36ba78" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b467a3313cd4d46554529c4cfab3a6917516ab49" 2018-10-12 10:56:31,444 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:56:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-02dd1d45-db8f-4cc3-b732-8e75754142c9 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-10-12 10:56:31,445 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/ac89fee7-3c7b-4540-a9e6-6c8eb1922577?force=False used request id req-02dd1d45-db8f-4cc3-b732-8e75754142c9 2018-10-12 10:56:31,448 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6e268de7-cde4-4343-86f2-b5dbcf36ba78" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b467a3313cd4d46554529c4cfab3a6917516ab49" 2018-10-12 10:56:31,625 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:31 GMT Server: Apache x-compute-request-id: req-1ccab67b-405b-4b61-b972-24e53f4f4e4c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1ccab67b-405b-4b61-b972-24e53f4f4e4c Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-10-12 10:56:31,625 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs used request id req-1ccab67b-405b-4b61-b972-24e53f4f4e4c 2018-10-12 10:56:31,626 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-fcdf42f6-de5d-45e2-b8fe-17315dedddb3 2018-10-12 10:56:31,629 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/ac89fee7-3c7b-4540-a9e6-6c8eb1922577?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6e268de7-cde4-4343-86f2-b5dbcf36ba78" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b467a3313cd4d46554529c4cfab3a6917516ab49" 2018-10-12 10:56:31,660 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 12 Oct 2018 10:56:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-d6f3e1e5-0781-4e2e-a929-839c70ee8334 x-openstack-request-id: req-d6f3e1e5-0781-4e2e-a929-839c70ee8334 Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec ac89fee7-3c7b-4540-a9e6-6c8eb1922577.", "code": 404}} 2018-10-12 10:56:31,661 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/ac89fee7-3c7b-4540-a9e6-6c8eb1922577?force=False used request id req-d6f3e1e5-0781-4e2e-a929-839c70ee8334 2018-10-12 10:56:31,663 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:56:32,045 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:56:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["XYQ0HAc9T8yRiu2Mo-ZU8w"], "issued_at": "2018-10-12T10:56:32.000000Z"}} 2018-10-12 10:56:32,048 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603d82cc3c72a93d9f5c34c50a70106499a65422" -d '{"qos_specs": {"foo": "bar ", "consumer": "back-end", "name": "CinderUtilsQoSTests-6fbd879f-b9af-4568-9c1b-aaf56cff39d6"}}' 2018-10-12 10:56:32,264 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:32 GMT Server: Apache x-compute-request-id: req-3daabc68-e609-4771-beb8-e4e37d9b9160 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3daabc68-e609-4771-beb8-e4e37d9b9160 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "119a7a78-192a-4bc5-9f71-2ce9f82a7b94", "name": "CinderUtilsQoSTests-6fbd879f-b9af-4568-9c1b-aaf56cff39d6"}, "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/119a7a78-192a-4bc5-9f71-2ce9f82a7b94", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/119a7a78-192a-4bc5-9f71-2ce9f82a7b94", "rel": "bookmark"}]} 2018-10-12 10:56:32,264 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs used request id req-3daabc68-e609-4771-beb8-e4e37d9b9160 2018-10-12 10:56:32,267 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3daabc68-e609-4771-beb8-e4e37d9b9160" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603d82cc3c72a93d9f5c34c50a70106499a65422" 2018-10-12 10:56:32,436 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:32 GMT Server: Apache x-compute-request-id: req-93fdacf7-45a2-4da8-ad9c-524b34ca65f5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-93fdacf7-45a2-4da8-ad9c-524b34ca65f5 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "back-end", "id": "119a7a78-192a-4bc5-9f71-2ce9f82a7b94", "name": "CinderUtilsQoSTests-6fbd879f-b9af-4568-9c1b-aaf56cff39d6"}]} 2018-10-12 10:56:32,437 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs used request id req-93fdacf7-45a2-4da8-ad9c-524b34ca65f5 2018-10-12 10:56:32,440 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/119a7a78-192a-4bc5-9f71-2ce9f82a7b94 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3daabc68-e609-4771-beb8-e4e37d9b9160" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603d82cc3c72a93d9f5c34c50a70106499a65422" 2018-10-12 10:56:33,127 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:32 GMT Server: Apache x-compute-request-id: req-d7601a46-04f5-4671-a137-e956f3988345 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d7601a46-04f5-4671-a137-e956f3988345 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "119a7a78-192a-4bc5-9f71-2ce9f82a7b94", "name": "CinderUtilsQoSTests-6fbd879f-b9af-4568-9c1b-aaf56cff39d6"}, "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/119a7a78-192a-4bc5-9f71-2ce9f82a7b94", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/119a7a78-192a-4bc5-9f71-2ce9f82a7b94", "rel": "bookmark"}]} 2018-10-12 10:56:33,127 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/119a7a78-192a-4bc5-9f71-2ce9f82a7b94 used request id req-d7601a46-04f5-4671-a137-e956f3988345 2018-10-12 10:56:33,128 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-6fbd879f-b9af-4568-9c1b-aaf56cff39d6 2018-10-12 10:56:33,131 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/119a7a78-192a-4bc5-9f71-2ce9f82a7b94?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3daabc68-e609-4771-beb8-e4e37d9b9160" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603d82cc3c72a93d9f5c34c50a70106499a65422" 2018-10-12 10:56:33,970 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:56:33 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ce8ab855-dd30-461c-a75f-59e50019ae3e 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-10-12 10:56:33,970 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/119a7a78-192a-4bc5-9f71-2ce9f82a7b94?force=False used request id req-ce8ab855-dd30-461c-a75f-59e50019ae3e 2018-10-12 10:56:33,973 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:56:34,360 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:56:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["fp4OIF3QQ-y45DmANuHdwQ"], "issued_at": "2018-10-12T10:56:34.000000Z"}} 2018-10-12 10:56:34,363 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f7a99d6a3505f093e025c09f8af60c112de8801" -d '{"qos_specs": {"foo": "bar ", "consumer": "both", "name": "CinderUtilsQoSTests-cc57b672-87e6-46ae-a25d-b83868ee1386"}}' 2018-10-12 10:56:35,108 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:34 GMT Server: Apache x-compute-request-id: req-31851424-a22f-4766-99bf-bf7f51c527de OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-31851424-a22f-4766-99bf-bf7f51c527de Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "d160a6d7-8795-4f5e-ab24-b741faee5c0d", "name": "CinderUtilsQoSTests-cc57b672-87e6-46ae-a25d-b83868ee1386"}, "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/d160a6d7-8795-4f5e-ab24-b741faee5c0d", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/d160a6d7-8795-4f5e-ab24-b741faee5c0d", "rel": "bookmark"}]} 2018-10-12 10:56:35,108 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs used request id req-31851424-a22f-4766-99bf-bf7f51c527de 2018-10-12 10:56:35,111 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-31851424-a22f-4766-99bf-bf7f51c527de" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f7a99d6a3505f093e025c09f8af60c112de8801" 2018-10-12 10:56:35,285 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:35 GMT Server: Apache x-compute-request-id: req-e078c8cb-14c3-4e64-b953-60753215deeb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e078c8cb-14c3-4e64-b953-60753215deeb Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "both", "id": "d160a6d7-8795-4f5e-ab24-b741faee5c0d", "name": "CinderUtilsQoSTests-cc57b672-87e6-46ae-a25d-b83868ee1386"}]} 2018-10-12 10:56:35,285 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs used request id req-e078c8cb-14c3-4e64-b953-60753215deeb 2018-10-12 10:56:35,289 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/d160a6d7-8795-4f5e-ab24-b741faee5c0d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-31851424-a22f-4766-99bf-bf7f51c527de" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f7a99d6a3505f093e025c09f8af60c112de8801" 2018-10-12 10:56:35,472 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:35 GMT Server: Apache x-compute-request-id: req-1bcd7072-1013-478b-a098-08e3c9500250 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1bcd7072-1013-478b-a098-08e3c9500250 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "d160a6d7-8795-4f5e-ab24-b741faee5c0d", "name": "CinderUtilsQoSTests-cc57b672-87e6-46ae-a25d-b83868ee1386"}, "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/d160a6d7-8795-4f5e-ab24-b741faee5c0d", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/d160a6d7-8795-4f5e-ab24-b741faee5c0d", "rel": "bookmark"}]} 2018-10-12 10:56:35,472 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/d160a6d7-8795-4f5e-ab24-b741faee5c0d used request id req-1bcd7072-1013-478b-a098-08e3c9500250 2018-10-12 10:56:35,473 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-cc57b672-87e6-46ae-a25d-b83868ee1386 2018-10-12 10:56:35,475 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/d160a6d7-8795-4f5e-ab24-b741faee5c0d?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-31851424-a22f-4766-99bf-bf7f51c527de" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f7a99d6a3505f093e025c09f8af60c112de8801" 2018-10-12 10:56:35,520 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:56:35 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9162e1ad-8873-4c24-8613-cc28fb419e14 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-10-12 10:56:35,520 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/d160a6d7-8795-4f5e-ab24-b741faee5c0d?force=False used request id req-9162e1ad-8873-4c24-8613-cc28fb419e14 2018-10-12 10:56:35,523 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:56:35,901 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:56:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["s-yjLX8mSaOy1CofTvFrOQ"], "issued_at": "2018-10-12T10:56:35.000000Z"}} 2018-10-12 10:56:35,905 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea5ab9c53a006ef9d800bca7cc935f671591d4c" -d '{"qos_specs": {"foo": "bar ", "consumer": "front-end", "name": "CinderUtilsQoSTests-7316713b-d412-4668-9558-6dc4f5e08136"}}' 2018-10-12 10:56:36,121 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:35 GMT Server: Apache x-compute-request-id: req-c2d5c63d-826c-4eb7-918a-4296cc4f7ffd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c2d5c63d-826c-4eb7-918a-4296cc4f7ffd Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "4d9fc6d6-e591-435d-ba8a-585ddda65032", "name": "CinderUtilsQoSTests-7316713b-d412-4668-9558-6dc4f5e08136"}, "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/4d9fc6d6-e591-435d-ba8a-585ddda65032", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/4d9fc6d6-e591-435d-ba8a-585ddda65032", "rel": "bookmark"}]} 2018-10-12 10:56:36,121 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs used request id req-c2d5c63d-826c-4eb7-918a-4296cc4f7ffd 2018-10-12 10:56:36,124 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c2d5c63d-826c-4eb7-918a-4296cc4f7ffd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea5ab9c53a006ef9d800bca7cc935f671591d4c" 2018-10-12 10:56:36,840 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:36 GMT Server: Apache x-compute-request-id: req-a325833c-4135-4280-a3c2-5cef953a3c07 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a325833c-4135-4280-a3c2-5cef953a3c07 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "front-end", "id": "4d9fc6d6-e591-435d-ba8a-585ddda65032", "name": "CinderUtilsQoSTests-7316713b-d412-4668-9558-6dc4f5e08136"}]} 2018-10-12 10:56:36,840 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs used request id req-a325833c-4135-4280-a3c2-5cef953a3c07 2018-10-12 10:56:36,844 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/4d9fc6d6-e591-435d-ba8a-585ddda65032 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c2d5c63d-826c-4eb7-918a-4296cc4f7ffd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea5ab9c53a006ef9d800bca7cc935f671591d4c" 2018-10-12 10:56:37,573 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:36 GMT Server: Apache x-compute-request-id: req-873ad502-64cf-49bb-adac-198983d0f062 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-873ad502-64cf-49bb-adac-198983d0f062 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "4d9fc6d6-e591-435d-ba8a-585ddda65032", "name": "CinderUtilsQoSTests-7316713b-d412-4668-9558-6dc4f5e08136"}, "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/4d9fc6d6-e591-435d-ba8a-585ddda65032", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/4d9fc6d6-e591-435d-ba8a-585ddda65032", "rel": "bookmark"}]} 2018-10-12 10:56:37,573 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/4d9fc6d6-e591-435d-ba8a-585ddda65032 used request id req-873ad502-64cf-49bb-adac-198983d0f062 2018-10-12 10:56:37,573 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-7316713b-d412-4668-9558-6dc4f5e08136 2018-10-12 10:56:37,576 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/4d9fc6d6-e591-435d-ba8a-585ddda65032?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c2d5c63d-826c-4eb7-918a-4296cc4f7ffd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea5ab9c53a006ef9d800bca7cc935f671591d4c" 2018-10-12 10:56:37,802 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:56:37 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7a7ebce3-d323-4297-9399-f798af5e7c0d 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-10-12 10:56:37,802 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/4d9fc6d6-e591-435d-ba8a-585ddda65032?force=False used request id req-7a7ebce3-d323-4297-9399-f798af5e7c0d 2018-10-12 10:56:37,805 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:56:38,197 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:56:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["eA5rV5wLQGW7Vb-fJ151yg"], "issued_at": "2018-10-12T10:56:38.000000Z"}} 2018-10-12 10:56:38,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a324a9bbd4acda2997b282fe9f05ba483371520" 2018-10-12 10:56:38,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6774d44-d67a-423a-9993-3255061e4a76 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:56:38,282 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b6774d44-d67a-423a-9993-3255061e4a76 2018-10-12 10:56:38,287 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a324a9bbd4acda2997b282fe9f05ba483371520" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-e1d02cf1-88e8-4dd8-8bf9-bc5632187728", "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-10-12 10:56:38,747 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:56:38 GMT Server: Apache x-compute-request-id: req-51a0bf02-cd42-40a0-a482-71282ecd2f65 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-51a0bf02-cd42-40a0-a482-71282ecd2f65 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "88e9560a29e9460c8af8a5df80c26533", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/b02d7bf6-11ca-4983-8ec8-aa398b3a0e9d", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/volumes/b02d7bf6-11ca-4983-8ec8-aa398b3a0e9d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-12T10:56:38.534205", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-e1d02cf1-88e8-4dd8-8bf9-bc5632187728", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "b02d7bf6-11ca-4983-8ec8-aa398b3a0e9d", "size": 1}} 2018-10-12 10:56:38,747 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes used request id req-51a0bf02-cd42-40a0-a482-71282ecd2f65 2018-10-12 10:56:38,751 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/b02d7bf6-11ca-4983-8ec8-aa398b3a0e9d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-51a0bf02-cd42-40a0-a482-71282ecd2f65" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a324a9bbd4acda2997b282fe9f05ba483371520" 2018-10-12 10:56:39,579 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:38 GMT Server: Apache x-compute-request-id: req-e690ff96-b1da-4c48-99f6-45dac27cf6fd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e690ff96-b1da-4c48-99f6-45dac27cf6fd Content-Encoding: gzip Content-Length: 515 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/b02d7bf6-11ca-4983-8ec8-aa398b3a0e9d", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/volumes/b02d7bf6-11ca-4983-8ec8-aa398b3a0e9d", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-12T10:56:39.000000", "replication_status": null, "snapshot_id": null, "id": "b02d7bf6-11ca-4983-8ec8-aa398b3a0e9d", "size": 1, "user_id": "88e9560a29e9460c8af8a5df80c26533", "os-vol-tenant-attr:tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "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-e1d02cf1-88e8-4dd8-8bf9-bc5632187728", "bootable": "false", "created_at": "2018-10-12T10:56:38.000000", "volume_type": null}} 2018-10-12 10:56:39,579 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/b02d7bf6-11ca-4983-8ec8-aa398b3a0e9d used request id req-e690ff96-b1da-4c48-99f6-45dac27cf6fd 2018-10-12 10:56:39,582 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/b02d7bf6-11ca-4983-8ec8-aa398b3a0e9d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-51a0bf02-cd42-40a0-a482-71282ecd2f65" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a324a9bbd4acda2997b282fe9f05ba483371520" 2018-10-12 10:56:39,782 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:39 GMT Server: Apache x-compute-request-id: req-1654157f-b53f-4bb6-9996-831a0b9d961e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1654157f-b53f-4bb6-9996-831a0b9d961e Content-Encoding: gzip Content-Length: 515 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/b02d7bf6-11ca-4983-8ec8-aa398b3a0e9d", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/volumes/b02d7bf6-11ca-4983-8ec8-aa398b3a0e9d", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-12T10:56:39.000000", "replication_status": null, "snapshot_id": null, "id": "b02d7bf6-11ca-4983-8ec8-aa398b3a0e9d", "size": 1, "user_id": "88e9560a29e9460c8af8a5df80c26533", "os-vol-tenant-attr:tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "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-e1d02cf1-88e8-4dd8-8bf9-bc5632187728", "bootable": "false", "created_at": "2018-10-12T10:56:38.000000", "volume_type": null}} 2018-10-12 10:56:39,782 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/b02d7bf6-11ca-4983-8ec8-aa398b3a0e9d used request id req-1654157f-b53f-4bb6-9996-831a0b9d961e 2018-10-12 10:56:39,785 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-51a0bf02-cd42-40a0-a482-71282ecd2f65" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a324a9bbd4acda2997b282fe9f05ba483371520" 2018-10-12 10:56:39,832 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:39 GMT Server: Apache x-compute-request-id: req-4c15f952-491d-4d11-a4cc-b123d142dc27 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4c15f952-491d-4d11-a4cc-b123d142dc27 Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/b02d7bf6-11ca-4983-8ec8-aa398b3a0e9d", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/volumes/b02d7bf6-11ca-4983-8ec8-aa398b3a0e9d", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-12T10:56:39.000000", "replication_status": null, "snapshot_id": null, "id": "b02d7bf6-11ca-4983-8ec8-aa398b3a0e9d", "size": 1, "user_id": "88e9560a29e9460c8af8a5df80c26533", "os-vol-tenant-attr:tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "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-e1d02cf1-88e8-4dd8-8bf9-bc5632187728", "bootable": "false", "created_at": "2018-10-12T10:56:38.000000", "volume_type": null}]} 2018-10-12 10:56:39,833 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/detail used request id req-4c15f952-491d-4d11-a4cc-b123d142dc27 2018-10-12 10:56:39,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:56:39,842 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:56: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:56:39,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a324a9bbd4acda2997b282fe9f05ba483371520" 2018-10-12 10:56:39,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4846af71-0a39-4320-8b73-b33ac4534684 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:56:39,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-4846af71-0a39-4320-8b73-b33ac4534684 2018-10-12 10:56:39,931 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-e1d02cf1-88e8-4dd8-8bf9-bc5632187728 2018-10-12 10:56:39,934 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/b02d7bf6-11ca-4983-8ec8-aa398b3a0e9d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-51a0bf02-cd42-40a0-a482-71282ecd2f65" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a324a9bbd4acda2997b282fe9f05ba483371520" 2018-10-12 10:56:40,155 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:56:39 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-455a74b6-b965-45da-a64a-906939d7012b 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-10-12 10:56:40,155 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/b02d7bf6-11ca-4983-8ec8-aa398b3a0e9d used request id req-455a74b6-b965-45da-a64a-906939d7012b 2018-10-12 10:56:40,158 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/b02d7bf6-11ca-4983-8ec8-aa398b3a0e9d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-51a0bf02-cd42-40a0-a482-71282ecd2f65" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a324a9bbd4acda2997b282fe9f05ba483371520" 2018-10-12 10:56:40,357 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:40 GMT Server: Apache x-compute-request-id: req-b356b135-ea0c-4409-bcd5-dcf04471f7b5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b356b135-ea0c-4409-bcd5-dcf04471f7b5 Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/b02d7bf6-11ca-4983-8ec8-aa398b3a0e9d", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/volumes/b02d7bf6-11ca-4983-8ec8-aa398b3a0e9d", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-12T10:56:40.000000", "replication_status": null, "snapshot_id": null, "id": "b02d7bf6-11ca-4983-8ec8-aa398b3a0e9d", "size": 1, "user_id": "88e9560a29e9460c8af8a5df80c26533", "os-vol-tenant-attr:tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "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-e1d02cf1-88e8-4dd8-8bf9-bc5632187728", "bootable": "false", "created_at": "2018-10-12T10:56:38.000000", "volume_type": null}} 2018-10-12 10:56:40,357 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/b02d7bf6-11ca-4983-8ec8-aa398b3a0e9d used request id req-b356b135-ea0c-4409-bcd5-dcf04471f7b5 2018-10-12 10:56:43,363 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/b02d7bf6-11ca-4983-8ec8-aa398b3a0e9d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-51a0bf02-cd42-40a0-a482-71282ecd2f65" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a324a9bbd4acda2997b282fe9f05ba483371520" 2018-10-12 10:56:43,564 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 12 Oct 2018 10:56:43 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-ffe37deb-5e8b-4653-ad0a-2a35d1326375 x-openstack-request-id: req-ffe37deb-5e8b-4653-ad0a-2a35d1326375 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume b02d7bf6-11ca-4983-8ec8-aa398b3a0e9d could not be found.", "code": 404}} 2018-10-12 10:56:43,564 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/b02d7bf6-11ca-4983-8ec8-aa398b3a0e9d used request id req-ffe37deb-5e8b-4653-ad0a-2a35d1326375 2018-10-12 10:56:43,567 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-51a0bf02-cd42-40a0-a482-71282ecd2f65" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a324a9bbd4acda2997b282fe9f05ba483371520" 2018-10-12 10:56:43,754 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:43 GMT Server: Apache x-compute-request-id: req-c77905e4-d76d-4b85-9a54-75d11dd49ef8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c77905e4-d76d-4b85-9a54-75d11dd49ef8 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-12 10:56:43,754 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/detail used request id req-c77905e4-d76d-4b85-9a54-75d11dd49ef8 2018-10-12 10:56:43,755 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-e1d02cf1-88e8-4dd8-8bf9-bc5632187728 2018-10-12 10:56:43,757 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/b02d7bf6-11ca-4983-8ec8-aa398b3a0e9d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-51a0bf02-cd42-40a0-a482-71282ecd2f65" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a324a9bbd4acda2997b282fe9f05ba483371520" 2018-10-12 10:56:43,931 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 12 Oct 2018 10:56:43 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-b81fb5c7-3321-418f-881f-3d1f4aae507a x-openstack-request-id: req-b81fb5c7-3321-418f-881f-3d1f4aae507a Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume b02d7bf6-11ca-4983-8ec8-aa398b3a0e9d could not be found.", "code": 404}} 2018-10-12 10:56:43,931 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/b02d7bf6-11ca-4983-8ec8-aa398b3a0e9d used request id req-b81fb5c7-3321-418f-881f-3d1f4aae507a 2018-10-12 10:56:43,935 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/b02d7bf6-11ca-4983-8ec8-aa398b3a0e9d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-51a0bf02-cd42-40a0-a482-71282ecd2f65" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a324a9bbd4acda2997b282fe9f05ba483371520" 2018-10-12 10:56:43,970 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 12 Oct 2018 10:56:43 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-c747a30d-3989-4f2e-beb6-26714291d8d4 x-openstack-request-id: req-c747a30d-3989-4f2e-beb6-26714291d8d4 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume b02d7bf6-11ca-4983-8ec8-aa398b3a0e9d could not be found.", "code": 404}} 2018-10-12 10:56:43,970 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/b02d7bf6-11ca-4983-8ec8-aa398b3a0e9d used request id req-c747a30d-3989-4f2e-beb6-26714291d8d4 2018-10-12 10:56:43,972 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:56:44,366 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:56:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["CYzydsNWSGWfeiQ4yy8eCg"], "issued_at": "2018-10-12T10:56:44.000000Z"}} 2018-10-12 10:56:44,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ea0899e767e70d2a26a2fd851f7391447d051d" 2018-10-12 10:56:44,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcb20ef4-a0bf-4c96-96c6-e5a25d41aea5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:56:44,445 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-bcb20ef4-a0bf-4c96-96c6-e5a25d41aea5 2018-10-12 10:56:44,450 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ea0899e767e70d2a26a2fd851f7391447d051d" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-6b419fa9-97b5-4b60-9917-a477e52cc9e4", "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-10-12 10:56:44,788 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:56:44 GMT Server: Apache x-compute-request-id: req-4c6c48cd-f21a-4bde-a94b-b49b0b8f84d9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4c6c48cd-f21a-4bde-a94b-b49b0b8f84d9 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "88e9560a29e9460c8af8a5df80c26533", "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/fdc55d13-f231-4367-ae43-2697d9578baf", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/volumes/fdc55d13-f231-4367-ae43-2697d9578baf", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-12T10:56:44.685482", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-6b419fa9-97b5-4b60-9917-a477e52cc9e4", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "fdc55d13-f231-4367-ae43-2697d9578baf", "size": 1}} 2018-10-12 10:56:44,788 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes used request id req-4c6c48cd-f21a-4bde-a94b-b49b0b8f84d9 2018-10-12 10:56:44,792 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/fdc55d13-f231-4367-ae43-2697d9578baf -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4c6c48cd-f21a-4bde-a94b-b49b0b8f84d9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ea0899e767e70d2a26a2fd851f7391447d051d" 2018-10-12 10:56:44,993 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:44 GMT Server: Apache x-compute-request-id: req-ba9a7c7c-282e-43c2-97e8-d67657d76084 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ba9a7c7c-282e-43c2-97e8-d67657d76084 Content-Encoding: gzip Content-Length: 497 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/fdc55d13-f231-4367-ae43-2697d9578baf", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/volumes/fdc55d13-f231-4367-ae43-2697d9578baf", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": null, "encrypted": false, "updated_at": null, "replication_status": null, "snapshot_id": null, "id": "fdc55d13-f231-4367-ae43-2697d9578baf", "size": 1, "user_id": "88e9560a29e9460c8af8a5df80c26533", "os-vol-tenant-attr:tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "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-6b419fa9-97b5-4b60-9917-a477e52cc9e4", "bootable": "false", "created_at": "2018-10-12T10:56:44.000000", "volume_type": null}} 2018-10-12 10:56:44,993 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/fdc55d13-f231-4367-ae43-2697d9578baf used request id req-ba9a7c7c-282e-43c2-97e8-d67657d76084 2018-10-12 10:56:44,996 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/fdc55d13-f231-4367-ae43-2697d9578baf -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4c6c48cd-f21a-4bde-a94b-b49b0b8f84d9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ea0899e767e70d2a26a2fd851f7391447d051d" 2018-10-12 10:56:45,207 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:45 GMT Server: Apache x-compute-request-id: req-a454fc70-4ba1-4bc3-8dbf-a0949a9f1c86 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a454fc70-4ba1-4bc3-8dbf-a0949a9f1c86 Content-Encoding: gzip Content-Length: 516 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/fdc55d13-f231-4367-ae43-2697d9578baf", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/volumes/fdc55d13-f231-4367-ae43-2697d9578baf", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-12T10:56:44.000000", "replication_status": null, "snapshot_id": null, "id": "fdc55d13-f231-4367-ae43-2697d9578baf", "size": 1, "user_id": "88e9560a29e9460c8af8a5df80c26533", "os-vol-tenant-attr:tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "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-6b419fa9-97b5-4b60-9917-a477e52cc9e4", "bootable": "false", "created_at": "2018-10-12T10:56:44.000000", "volume_type": null}} 2018-10-12 10:56:45,207 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/fdc55d13-f231-4367-ae43-2697d9578baf used request id req-a454fc70-4ba1-4bc3-8dbf-a0949a9f1c86 2018-10-12 10:56:48,211 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/fdc55d13-f231-4367-ae43-2697d9578baf -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4c6c48cd-f21a-4bde-a94b-b49b0b8f84d9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ea0899e767e70d2a26a2fd851f7391447d051d" 2018-10-12 10:56:48,437 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:48 GMT Server: Apache x-compute-request-id: req-c0317aa1-1a81-46ee-9a02-47d8871fb9c0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c0317aa1-1a81-46ee-9a02-47d8871fb9c0 Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/fdc55d13-f231-4367-ae43-2697d9578baf", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/volumes/fdc55d13-f231-4367-ae43-2697d9578baf", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-12T10:56:45.000000", "replication_status": null, "snapshot_id": null, "id": "fdc55d13-f231-4367-ae43-2697d9578baf", "size": 1, "user_id": "88e9560a29e9460c8af8a5df80c26533", "os-vol-tenant-attr:tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "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-6b419fa9-97b5-4b60-9917-a477e52cc9e4", "bootable": "false", "created_at": "2018-10-12T10:56:44.000000", "volume_type": null}} 2018-10-12 10:56:48,438 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/fdc55d13-f231-4367-ae43-2697d9578baf used request id req-c0317aa1-1a81-46ee-9a02-47d8871fb9c0 2018-10-12 10:56:48,440 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4c6c48cd-f21a-4bde-a94b-b49b0b8f84d9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ea0899e767e70d2a26a2fd851f7391447d051d" 2018-10-12 10:56:48,489 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:48 GMT Server: Apache x-compute-request-id: req-0892bbbe-c161-4cd6-bf31-3f846b813ba3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0892bbbe-c161-4cd6-bf31-3f846b813ba3 Content-Encoding: gzip Content-Length: 516 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/fdc55d13-f231-4367-ae43-2697d9578baf", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/volumes/fdc55d13-f231-4367-ae43-2697d9578baf", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-12T10:56:45.000000", "replication_status": null, "snapshot_id": null, "id": "fdc55d13-f231-4367-ae43-2697d9578baf", "size": 1, "user_id": "88e9560a29e9460c8af8a5df80c26533", "os-vol-tenant-attr:tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "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-6b419fa9-97b5-4b60-9917-a477e52cc9e4", "bootable": "false", "created_at": "2018-10-12T10:56:44.000000", "volume_type": null}]} 2018-10-12 10:56:48,490 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/detail used request id req-0892bbbe-c161-4cd6-bf31-3f846b813ba3 2018-10-12 10:56:48,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:56:48,498 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:56:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:56:48,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ea0899e767e70d2a26a2fd851f7391447d051d" 2018-10-12 10:56:48,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-342b7d2c-139b-4c30-aba9-9ff4701e8768 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.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:56:48,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-342b7d2c-139b-4c30-aba9-9ff4701e8768 2018-10-12 10:56:48,584 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-6b419fa9-97b5-4b60-9917-a477e52cc9e4 2018-10-12 10:56:48,587 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/fdc55d13-f231-4367-ae43-2697d9578baf -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4c6c48cd-f21a-4bde-a94b-b49b0b8f84d9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ea0899e767e70d2a26a2fd851f7391447d051d" 2018-10-12 10:56:48,680 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:56:48 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-82572d7e-0438-4c9b-aa77-7c541e87c850 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-10-12 10:56:48,680 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/fdc55d13-f231-4367-ae43-2697d9578baf used request id req-82572d7e-0438-4c9b-aa77-7c541e87c850 2018-10-12 10:56:48,683 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/fdc55d13-f231-4367-ae43-2697d9578baf -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4c6c48cd-f21a-4bde-a94b-b49b0b8f84d9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ea0899e767e70d2a26a2fd851f7391447d051d" 2018-10-12 10:56:48,736 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:48 GMT Server: Apache x-compute-request-id: req-ef6a4c57-0951-428a-8f20-3b6b546dba82 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ef6a4c57-0951-428a-8f20-3b6b546dba82 Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/fdc55d13-f231-4367-ae43-2697d9578baf", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/volumes/fdc55d13-f231-4367-ae43-2697d9578baf", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-12T10:56:48.000000", "replication_status": null, "snapshot_id": null, "id": "fdc55d13-f231-4367-ae43-2697d9578baf", "size": 1, "user_id": "88e9560a29e9460c8af8a5df80c26533", "os-vol-tenant-attr:tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "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-6b419fa9-97b5-4b60-9917-a477e52cc9e4", "bootable": "false", "created_at": "2018-10-12T10:56:44.000000", "volume_type": null}} 2018-10-12 10:56:48,736 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/fdc55d13-f231-4367-ae43-2697d9578baf used request id req-ef6a4c57-0951-428a-8f20-3b6b546dba82 2018-10-12 10:56:51,743 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/fdc55d13-f231-4367-ae43-2697d9578baf -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4c6c48cd-f21a-4bde-a94b-b49b0b8f84d9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3ea0899e767e70d2a26a2fd851f7391447d051d" 2018-10-12 10:56:52,477 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 12 Oct 2018 10:56:51 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-6028bf56-299e-4f96-92a8-a99318f6c425 x-openstack-request-id: req-6028bf56-299e-4f96-92a8-a99318f6c425 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume fdc55d13-f231-4367-ae43-2697d9578baf could not be found.", "code": 404}} 2018-10-12 10:56:52,477 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/volumes/fdc55d13-f231-4367-ae43-2697d9578baf used request id req-6028bf56-299e-4f96-92a8-a99318f6c425 2018-10-12 10:56:52,479 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:56:52,938 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:56:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["iWmFEcttRtyYvs1VDkoR1Q"], "issued_at": "2018-10-12T10:56:52.000000Z"}} 2018-10-12 10:56:52,941 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74c46df7905afea4ef050a2eeb77545e4491fb31" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-f40a0e9d-497a-42e8-9fec-5f89ce54019d", "description": null}}' 2018-10-12 10:56:53,182 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:52 GMT Server: Apache x-compute-request-id: req-3024b824-70bc-468c-8990-d7371479e1a3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3024b824-70bc-468c-8990-d7371479e1a3 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-f40a0e9d-497a-42e8-9fec-5f89ce54019d", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6d0ca9d8-154a-42d5-bed3-aee8f242aab8", "description": null}} 2018-10-12 10:56:53,182 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types used request id req-3024b824-70bc-468c-8990-d7371479e1a3 2018-10-12 10:56:53,186 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3024b824-70bc-468c-8990-d7371479e1a3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74c46df7905afea4ef050a2eeb77545e4491fb31" 2018-10-12 10:56:53,368 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:53 GMT Server: Apache x-compute-request-id: req-4f9f33bd-29cf-4493-88b5-05e07665b1df OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4f9f33bd-29cf-4493-88b5-05e07665b1df Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-f40a0e9d-497a-42e8-9fec-5f89ce54019d", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6d0ca9d8-154a-42d5-bed3-aee8f242aab8", "description": null}]} 2018-10-12 10:56:53,368 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types?is_public=None used request id req-4f9f33bd-29cf-4493-88b5-05e07665b1df 2018-10-12 10:56:53,371 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/6d0ca9d8-154a-42d5-bed3-aee8f242aab8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3024b824-70bc-468c-8990-d7371479e1a3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74c46df7905afea4ef050a2eeb77545e4491fb31" 2018-10-12 10:56:53,535 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:53 GMT Server: Apache x-compute-request-id: req-4772b605-17a4-45b6-a1ed-7e662124145b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4772b605-17a4-45b6-a1ed-7e662124145b Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-f40a0e9d-497a-42e8-9fec-5f89ce54019d", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6d0ca9d8-154a-42d5-bed3-aee8f242aab8", "description": null}} 2018-10-12 10:56:53,535 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/6d0ca9d8-154a-42d5-bed3-aee8f242aab8 used request id req-4772b605-17a4-45b6-a1ed-7e662124145b 2018-10-12 10:56:53,538 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/6d0ca9d8-154a-42d5-bed3-aee8f242aab8/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3024b824-70bc-468c-8990-d7371479e1a3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74c46df7905afea4ef050a2eeb77545e4491fb31" 2018-10-12 10:56:53,708 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:53 GMT Server: Apache x-compute-request-id: req-4478305d-d0ae-43ef-a158-240ea81a3029 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4478305d-d0ae-43ef-a158-240ea81a3029 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-12 10:56:53,709 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/6d0ca9d8-154a-42d5-bed3-aee8f242aab8/encryption used request id req-4478305d-d0ae-43ef-a158-240ea81a3029 2018-10-12 10:56:53,709 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-f40a0e9d-497a-42e8-9fec-5f89ce54019d 2018-10-12 10:56:53,712 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/6d0ca9d8-154a-42d5-bed3-aee8f242aab8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3024b824-70bc-468c-8990-d7371479e1a3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74c46df7905afea4ef050a2eeb77545e4491fb31" 2018-10-12 10:56:53,927 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:56:53 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d5a59bce-d68e-4ead-8116-dc1c33f5cc32 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-10-12 10:56:53,927 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/6d0ca9d8-154a-42d5-bed3-aee8f242aab8 used request id req-d5a59bce-d68e-4ead-8116-dc1c33f5cc32 2018-10-12 10:56:53,930 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/6d0ca9d8-154a-42d5-bed3-aee8f242aab8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3024b824-70bc-468c-8990-d7371479e1a3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74c46df7905afea4ef050a2eeb77545e4491fb31" 2018-10-12 10:56:53,945 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 12 Oct 2018 10:56:53 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-1dd592ed-3b5a-400d-bacf-ab35d85a4735 x-openstack-request-id: req-1dd592ed-3b5a-400d-bacf-ab35d85a4735 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 6d0ca9d8-154a-42d5-bed3-aee8f242aab8 could not be found.", "code": 404}} 2018-10-12 10:56:53,945 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/6d0ca9d8-154a-42d5-bed3-aee8f242aab8 used request id req-1dd592ed-3b5a-400d-bacf-ab35d85a4735 2018-10-12 10:56:53,945 - cinder_utils - INFO - Volume with ID [6d0ca9d8-154a-42d5-bed3-aee8f242aab8] does not exist 2018-10-12 10:56:53,946 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-f40a0e9d-497a-42e8-9fec-5f89ce54019d 2018-10-12 10:56:53,948 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/6d0ca9d8-154a-42d5-bed3-aee8f242aab8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3024b824-70bc-468c-8990-d7371479e1a3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74c46df7905afea4ef050a2eeb77545e4491fb31" 2018-10-12 10:56:53,969 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 12 Oct 2018 10:56:53 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-b8745f4d-21fd-4839-bf3b-287cd8c4b1a5 x-openstack-request-id: req-b8745f4d-21fd-4839-bf3b-287cd8c4b1a5 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 6d0ca9d8-154a-42d5-bed3-aee8f242aab8 could not be found.", "code": 404}} 2018-10-12 10:56:53,969 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/6d0ca9d8-154a-42d5-bed3-aee8f242aab8 used request id req-b8745f4d-21fd-4839-bf3b-287cd8c4b1a5 2018-10-12 10:56:53,971 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:56:54,357 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:56:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["TUAww3J6ROiN7cJsiSgBXw"], "issued_at": "2018-10-12T10:56:54.000000Z"}} 2018-10-12 10:56:54,360 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab09efb4323f6b4c4d3db5dd08af4853f2c27b32" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-ada05b81-6685-4ee1-8038-1ac4fea016e1", "description": null}}' 2018-10-12 10:56:54,572 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:54 GMT Server: Apache x-compute-request-id: req-85e6615d-3bfc-4d28-9e9d-a40b45e8dd35 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-85e6615d-3bfc-4d28-9e9d-a40b45e8dd35 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-ada05b81-6685-4ee1-8038-1ac4fea016e1", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d38741f5-04ef-4eee-b7c4-5668a6980b0b", "description": null}} 2018-10-12 10:56:54,572 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types used request id req-85e6615d-3bfc-4d28-9e9d-a40b45e8dd35 2018-10-12 10:56:54,575 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-85e6615d-3bfc-4d28-9e9d-a40b45e8dd35" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab09efb4323f6b4c4d3db5dd08af4853f2c27b32" 2018-10-12 10:56:54,753 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:54 GMT Server: Apache x-compute-request-id: req-7582562a-52e2-48f3-8914-7b9408a016ef OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7582562a-52e2-48f3-8914-7b9408a016ef Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-ada05b81-6685-4ee1-8038-1ac4fea016e1", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d38741f5-04ef-4eee-b7c4-5668a6980b0b", "description": null}]} 2018-10-12 10:56:54,753 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types?is_public=None used request id req-7582562a-52e2-48f3-8914-7b9408a016ef 2018-10-12 10:56:54,757 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/d38741f5-04ef-4eee-b7c4-5668a6980b0b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-85e6615d-3bfc-4d28-9e9d-a40b45e8dd35" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab09efb4323f6b4c4d3db5dd08af4853f2c27b32" 2018-10-12 10:56:54,941 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:54 GMT Server: Apache x-compute-request-id: req-0c1129db-ba17-46af-9cda-9e35c7f806a0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0c1129db-ba17-46af-9cda-9e35c7f806a0 Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-ada05b81-6685-4ee1-8038-1ac4fea016e1", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d38741f5-04ef-4eee-b7c4-5668a6980b0b", "description": null}} 2018-10-12 10:56:54,941 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/d38741f5-04ef-4eee-b7c4-5668a6980b0b used request id req-0c1129db-ba17-46af-9cda-9e35c7f806a0 2018-10-12 10:56:54,944 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/d38741f5-04ef-4eee-b7c4-5668a6980b0b/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-85e6615d-3bfc-4d28-9e9d-a40b45e8dd35" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab09efb4323f6b4c4d3db5dd08af4853f2c27b32" 2018-10-12 10:56:55,200 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:54 GMT Server: Apache x-compute-request-id: req-f689f839-403e-412b-899f-dba98eb75288 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f689f839-403e-412b-899f-dba98eb75288 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-12 10:56:55,200 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/d38741f5-04ef-4eee-b7c4-5668a6980b0b/encryption used request id req-f689f839-403e-412b-899f-dba98eb75288 2018-10-12 10:56:55,203 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/d38741f5-04ef-4eee-b7c4-5668a6980b0b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-85e6615d-3bfc-4d28-9e9d-a40b45e8dd35" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab09efb4323f6b4c4d3db5dd08af4853f2c27b32" 2018-10-12 10:56:55,390 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:55 GMT Server: Apache x-compute-request-id: req-b3de26a8-0b4d-4d74-887c-e6f43dca4cae OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b3de26a8-0b4d-4d74-887c-e6f43dca4cae Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-ada05b81-6685-4ee1-8038-1ac4fea016e1", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d38741f5-04ef-4eee-b7c4-5668a6980b0b", "description": null}} 2018-10-12 10:56:55,390 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/d38741f5-04ef-4eee-b7c4-5668a6980b0b used request id req-b3de26a8-0b4d-4d74-887c-e6f43dca4cae 2018-10-12 10:56:55,393 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/d38741f5-04ef-4eee-b7c4-5668a6980b0b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-85e6615d-3bfc-4d28-9e9d-a40b45e8dd35" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab09efb4323f6b4c4d3db5dd08af4853f2c27b32" 2018-10-12 10:56:55,574 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:55 GMT Server: Apache x-compute-request-id: req-3b847fb2-f7eb-4cb4-acf7-e3e3caaf80a6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3b847fb2-f7eb-4cb4-acf7-e3e3caaf80a6 Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-ada05b81-6685-4ee1-8038-1ac4fea016e1", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d38741f5-04ef-4eee-b7c4-5668a6980b0b", "description": null}} 2018-10-12 10:56:55,575 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/d38741f5-04ef-4eee-b7c4-5668a6980b0b used request id req-3b847fb2-f7eb-4cb4-acf7-e3e3caaf80a6 2018-10-12 10:56:55,578 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/d38741f5-04ef-4eee-b7c4-5668a6980b0b/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-85e6615d-3bfc-4d28-9e9d-a40b45e8dd35" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab09efb4323f6b4c4d3db5dd08af4853f2c27b32" 2018-10-12 10:56:55,828 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:55 GMT Server: Apache x-compute-request-id: req-310ab309-462b-4545-b0b6-f49a7335d772 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-310ab309-462b-4545-b0b6-f49a7335d772 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-12 10:56:55,828 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/d38741f5-04ef-4eee-b7c4-5668a6980b0b/encryption used request id req-310ab309-462b-4545-b0b6-f49a7335d772 2018-10-12 10:56:55,828 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-ada05b81-6685-4ee1-8038-1ac4fea016e1 2018-10-12 10:56:55,831 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/d38741f5-04ef-4eee-b7c4-5668a6980b0b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-85e6615d-3bfc-4d28-9e9d-a40b45e8dd35" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab09efb4323f6b4c4d3db5dd08af4853f2c27b32" 2018-10-12 10:56:55,898 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:56:55 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-48405d96-6950-4a5a-886e-281d39aa7361 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-10-12 10:56:55,898 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/d38741f5-04ef-4eee-b7c4-5668a6980b0b used request id req-48405d96-6950-4a5a-886e-281d39aa7361 2018-10-12 10:56:55,900 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:56:56,287 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:56:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["GCULNYWZSna2DWRdkcdEHw"], "issued_at": "2018-10-12T10:56:56.000000Z"}} 2018-10-12 10:56:56,290 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c87fdaa9f18729b111897d39155f5403194aff3" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-5393a252-00e4-449e-8838-4377fdb14883-type", "description": null}}' 2018-10-12 10:56:56,488 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:56 GMT Server: Apache x-compute-request-id: req-82f0ca8c-96df-4d01-9c93-1ee0a553e26f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-82f0ca8c-96df-4d01-9c93-1ee0a553e26f Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-5393a252-00e4-449e-8838-4377fdb14883-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c8b9f469-7f3a-4260-85d0-363d8e457462", "description": null}} 2018-10-12 10:56:56,488 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types used request id req-82f0ca8c-96df-4d01-9c93-1ee0a553e26f 2018-10-12 10:56:56,492 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/c8b9f469-7f3a-4260-85d0-363d8e457462/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-82f0ca8c-96df-4d01-9c93-1ee0a553e26f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c87fdaa9f18729b111897d39155f5403194aff3" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-5393a252-00e4-449e-8838-4377fdb14883", "control_location": "back-end", "key_size": -1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-10-12 10:56:56,682 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Fri, 12 Oct 2018 10:56:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-c98191f5-1ae8-4201-bfa6-7be82baa1600 x-openstack-request-id: req-c98191f5-1ae8-4201-bfa6-7be82baa1600 Content-Length: 65 Content-Type: application/json RESP BODY: {"badRequest": {"message": "key_size must be >= 0", "code": 400}} 2018-10-12 10:56:56,682 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/c8b9f469-7f3a-4260-85d0-363d8e457462/encryption used request id req-c98191f5-1ae8-4201-bfa6-7be82baa1600 2018-10-12 10:56:56,682 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-5393a252-00e4-449e-8838-4377fdb14883-type 2018-10-12 10:56:56,685 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/c8b9f469-7f3a-4260-85d0-363d8e457462 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-82f0ca8c-96df-4d01-9c93-1ee0a553e26f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c87fdaa9f18729b111897d39155f5403194aff3" 2018-10-12 10:56:56,967 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:56:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b4beb66b-46e4-4264-9ef8-a148fd52fd74 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-10-12 10:56:56,967 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/c8b9f469-7f3a-4260-85d0-363d8e457462 used request id req-b4beb66b-46e4-4264-9ef8-a148fd52fd74 2018-10-12 10:56:56,970 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:56:57,357 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:56:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["sHK3pok_QqahyWur-kAnVQ"], "issued_at": "2018-10-12T10:56:57.000000Z"}} 2018-10-12 10:56:57,360 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65089767d342e1f43463d0fc7930c581b6003dfb" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-572bb492-5a36-44df-8a1b-7cde7492588b-type", "description": null}}' 2018-10-12 10:56:58,138 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:57 GMT Server: Apache x-compute-request-id: req-702dab2f-9609-49eb-b186-1e3c532a4bfa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-702dab2f-9609-49eb-b186-1e3c532a4bfa Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-572bb492-5a36-44df-8a1b-7cde7492588b-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "88946a44-04c9-4351-b720-5f06a79845f3", "description": null}} 2018-10-12 10:56:58,138 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types used request id req-702dab2f-9609-49eb-b186-1e3c532a4bfa 2018-10-12 10:56:58,142 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/88946a44-04c9-4351-b720-5f06a79845f3/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-702dab2f-9609-49eb-b186-1e3c532a4bfa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65089767d342e1f43463d0fc7930c581b6003dfb" -d '{"encryption": {"control_location": "back-end", "provider_class": "LuksEncryptor", "name": "CinderUtilsAddEncryptionTests-572bb492-5a36-44df-8a1b-7cde7492588b", "provider": "LuksEncryptor"}}' 2018-10-12 10:56:58,467 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:58 GMT Server: Apache x-compute-request-id: req-39a64450-a410-4833-83aa-40ac6809e23c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-39a64450-a410-4833-83aa-40ac6809e23c Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "88946a44-04c9-4351-b720-5f06a79845f3", "name": "CinderUtilsAddEncryptionTests-572bb492-5a36-44df-8a1b-7cde7492588b", "control_location": "back-end", "encryption_id": "0a530d4a-8fde-42ab-a1b6-26844ff047c0", "provider": "LuksEncryptor", "provider_class": "LuksEncryptor"}} 2018-10-12 10:56:58,467 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/88946a44-04c9-4351-b720-5f06a79845f3/encryption used request id req-39a64450-a410-4833-83aa-40ac6809e23c 2018-10-12 10:56:58,471 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/88946a44-04c9-4351-b720-5f06a79845f3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-702dab2f-9609-49eb-b186-1e3c532a4bfa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65089767d342e1f43463d0fc7930c581b6003dfb" 2018-10-12 10:56:58,648 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:58 GMT Server: Apache x-compute-request-id: req-96b1c54e-63d7-454a-a4ee-fadc5b2cacd6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-96b1c54e-63d7-454a-a4ee-fadc5b2cacd6 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-572bb492-5a36-44df-8a1b-7cde7492588b-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "88946a44-04c9-4351-b720-5f06a79845f3", "description": null}} 2018-10-12 10:56:58,648 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/88946a44-04c9-4351-b720-5f06a79845f3 used request id req-96b1c54e-63d7-454a-a4ee-fadc5b2cacd6 2018-10-12 10:56:58,651 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/88946a44-04c9-4351-b720-5f06a79845f3/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-702dab2f-9609-49eb-b186-1e3c532a4bfa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65089767d342e1f43463d0fc7930c581b6003dfb" 2018-10-12 10:56:58,825 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:58 GMT Server: Apache x-compute-request-id: req-7284e79d-e01a-42ac-9e5d-e69fb72f3edf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7284e79d-e01a-42ac-9e5d-e69fb72f3edf Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"volume_type_id": "88946a44-04c9-4351-b720-5f06a79845f3", "control_location": "back-end", "deleted": false, "created_at": "2018-10-12T10:56:58.000000", "updated_at": null, "encryption_id": "0a530d4a-8fde-42ab-a1b6-26844ff047c0", "key_size": null, "provider": "LuksEncryptor", "deleted_at": null, "cipher": null} 2018-10-12 10:56:58,825 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/88946a44-04c9-4351-b720-5f06a79845f3/encryption used request id req-7284e79d-e01a-42ac-9e5d-e69fb72f3edf 2018-10-12 10:56:58,826 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-572bb492-5a36-44df-8a1b-7cde7492588b-type 2018-10-12 10:56:58,829 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/88946a44-04c9-4351-b720-5f06a79845f3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-702dab2f-9609-49eb-b186-1e3c532a4bfa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65089767d342e1f43463d0fc7930c581b6003dfb" 2018-10-12 10:56:58,986 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:58 GMT Server: Apache x-compute-request-id: req-6ccad4be-4aa3-4650-b726-4b58abc55e40 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6ccad4be-4aa3-4650-b726-4b58abc55e40 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-572bb492-5a36-44df-8a1b-7cde7492588b-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "88946a44-04c9-4351-b720-5f06a79845f3", "description": null}} 2018-10-12 10:56:58,986 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/88946a44-04c9-4351-b720-5f06a79845f3 used request id req-6ccad4be-4aa3-4650-b726-4b58abc55e40 2018-10-12 10:56:58,989 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/88946a44-04c9-4351-b720-5f06a79845f3/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-702dab2f-9609-49eb-b186-1e3c532a4bfa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65089767d342e1f43463d0fc7930c581b6003dfb" 2018-10-12 10:56:59,195 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:56:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-545b9e12-a819-4558-9798-8e989cd66ced 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-10-12 10:56:59,196 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/88946a44-04c9-4351-b720-5f06a79845f3/encryption/provider used request id req-545b9e12-a819-4558-9798-8e989cd66ced 2018-10-12 10:56:59,198 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/88946a44-04c9-4351-b720-5f06a79845f3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-702dab2f-9609-49eb-b186-1e3c532a4bfa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65089767d342e1f43463d0fc7930c581b6003dfb" 2018-10-12 10:56:59,376 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:59 GMT Server: Apache x-compute-request-id: req-66914837-f7f9-4e51-b7db-771bf930d9cf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-66914837-f7f9-4e51-b7db-771bf930d9cf Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-572bb492-5a36-44df-8a1b-7cde7492588b-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "88946a44-04c9-4351-b720-5f06a79845f3", "description": null}} 2018-10-12 10:56:59,376 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/88946a44-04c9-4351-b720-5f06a79845f3 used request id req-66914837-f7f9-4e51-b7db-771bf930d9cf 2018-10-12 10:56:59,379 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/88946a44-04c9-4351-b720-5f06a79845f3/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-702dab2f-9609-49eb-b186-1e3c532a4bfa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65089767d342e1f43463d0fc7930c581b6003dfb" 2018-10-12 10:56:59,400 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:59 GMT Server: Apache x-compute-request-id: req-4ca389ac-4037-4714-85f8-f80539913acf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4ca389ac-4037-4714-85f8-f80539913acf Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-12 10:56:59,400 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/88946a44-04c9-4351-b720-5f06a79845f3/encryption used request id req-4ca389ac-4037-4714-85f8-f80539913acf 2018-10-12 10:56:59,400 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-572bb492-5a36-44df-8a1b-7cde7492588b-type 2018-10-12 10:56:59,403 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/88946a44-04c9-4351-b720-5f06a79845f3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-702dab2f-9609-49eb-b186-1e3c532a4bfa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65089767d342e1f43463d0fc7930c581b6003dfb" 2018-10-12 10:56:59,570 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:56:59 GMT Server: Apache x-compute-request-id: req-33eb0b3d-ed12-4827-ae48-2b65baa25220 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-33eb0b3d-ed12-4827-ae48-2b65baa25220 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-572bb492-5a36-44df-8a1b-7cde7492588b-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "88946a44-04c9-4351-b720-5f06a79845f3", "description": null}} 2018-10-12 10:56:59,570 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/88946a44-04c9-4351-b720-5f06a79845f3 used request id req-33eb0b3d-ed12-4827-ae48-2b65baa25220 2018-10-12 10:56:59,572 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/88946a44-04c9-4351-b720-5f06a79845f3/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-702dab2f-9609-49eb-b186-1e3c532a4bfa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65089767d342e1f43463d0fc7930c581b6003dfb" 2018-10-12 10:56:59,751 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 12 Oct 2018 10:56:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-84e9bbd6-2020-4ed1-af78-673b0f3ceb58 x-openstack-request-id: req-84e9bbd6-2020-4ed1-af78-673b0f3ceb58 Content-Length: 130 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type encryption for type 88946a44-04c9-4351-b720-5f06a79845f3 does not exist.", "code": 404}} 2018-10-12 10:56:59,751 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/88946a44-04c9-4351-b720-5f06a79845f3/encryption/provider used request id req-84e9bbd6-2020-4ed1-af78-673b0f3ceb58 2018-10-12 10:56:59,751 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-572bb492-5a36-44df-8a1b-7cde7492588b-type 2018-10-12 10:56:59,754 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/88946a44-04c9-4351-b720-5f06a79845f3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-702dab2f-9609-49eb-b186-1e3c532a4bfa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65089767d342e1f43463d0fc7930c581b6003dfb" 2018-10-12 10:56:59,801 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:56:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e4cd3682-c7b3-44bc-b170-6b50fa452541 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-10-12 10:56:59,802 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/88946a44-04c9-4351-b720-5f06a79845f3 used request id req-e4cd3682-c7b3-44bc-b170-6b50fa452541 2018-10-12 10:56:59,804 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:57:00,186 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:57:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["gPJrnr7bROCtQnBuIq1aWQ"], "issued_at": "2018-10-12T10:57:00.000000Z"}} 2018-10-12 10:57:00,189 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6624957ab72a444a839122969b1fd39e8fa5e417" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-cf8780d8-0555-4f80-8a1a-47e41197cc21-type", "description": null}}' 2018-10-12 10:57:00,393 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:00 GMT Server: Apache x-compute-request-id: req-19635641-1ea0-4808-b9b9-3176ad264247 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-19635641-1ea0-4808-b9b9-3176ad264247 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-cf8780d8-0555-4f80-8a1a-47e41197cc21-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "de50dede-1698-4844-af20-2e7adfe6c354", "description": null}} 2018-10-12 10:57:00,394 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types used request id req-19635641-1ea0-4808-b9b9-3176ad264247 2018-10-12 10:57:00,397 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/de50dede-1698-4844-af20-2e7adfe6c354/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-19635641-1ea0-4808-b9b9-3176ad264247" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6624957ab72a444a839122969b1fd39e8fa5e417" -d '{"encryption": {"control_location": "front-end", "provider_class": "foo", "name": "CinderUtilsAddEncryptionTests-cf8780d8-0555-4f80-8a1a-47e41197cc21", "provider": "foo"}}' 2018-10-12 10:57:00,614 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:00 GMT Server: Apache x-compute-request-id: req-6fe198c2-1f3d-4f62-bb19-0bd410299dd3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6fe198c2-1f3d-4f62-bb19-0bd410299dd3 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "de50dede-1698-4844-af20-2e7adfe6c354", "name": "CinderUtilsAddEncryptionTests-cf8780d8-0555-4f80-8a1a-47e41197cc21", "control_location": "front-end", "encryption_id": "9dbfef59-76ef-404c-8f6c-cd74b63600ff", "provider": "foo", "provider_class": "foo"}} 2018-10-12 10:57:00,614 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/de50dede-1698-4844-af20-2e7adfe6c354/encryption used request id req-6fe198c2-1f3d-4f62-bb19-0bd410299dd3 2018-10-12 10:57:00,618 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/de50dede-1698-4844-af20-2e7adfe6c354 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-19635641-1ea0-4808-b9b9-3176ad264247" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6624957ab72a444a839122969b1fd39e8fa5e417" 2018-10-12 10:57:00,780 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:00 GMT Server: Apache x-compute-request-id: req-44c11a8b-7912-4b3f-9d14-cae170907a2d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-44c11a8b-7912-4b3f-9d14-cae170907a2d Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-cf8780d8-0555-4f80-8a1a-47e41197cc21-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "de50dede-1698-4844-af20-2e7adfe6c354", "description": null}} 2018-10-12 10:57:00,781 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/de50dede-1698-4844-af20-2e7adfe6c354 used request id req-44c11a8b-7912-4b3f-9d14-cae170907a2d 2018-10-12 10:57:00,783 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/de50dede-1698-4844-af20-2e7adfe6c354/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-19635641-1ea0-4808-b9b9-3176ad264247" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6624957ab72a444a839122969b1fd39e8fa5e417" 2018-10-12 10:57:00,955 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:00 GMT Server: Apache x-compute-request-id: req-b422a204-a9ce-4c81-b9d9-64493be169fa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b422a204-a9ce-4c81-b9d9-64493be169fa Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"volume_type_id": "de50dede-1698-4844-af20-2e7adfe6c354", "control_location": "front-end", "deleted": false, "created_at": "2018-10-12T10:57:00.000000", "updated_at": null, "encryption_id": "9dbfef59-76ef-404c-8f6c-cd74b63600ff", "key_size": null, "provider": "foo", "deleted_at": null, "cipher": null} 2018-10-12 10:57:00,955 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/de50dede-1698-4844-af20-2e7adfe6c354/encryption used request id req-b422a204-a9ce-4c81-b9d9-64493be169fa 2018-10-12 10:57:00,955 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-cf8780d8-0555-4f80-8a1a-47e41197cc21-type 2018-10-12 10:57:00,958 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/de50dede-1698-4844-af20-2e7adfe6c354 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-19635641-1ea0-4808-b9b9-3176ad264247" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6624957ab72a444a839122969b1fd39e8fa5e417" 2018-10-12 10:57:01,124 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:00 GMT Server: Apache x-compute-request-id: req-76bf0939-a611-4c4f-ae20-72bd319b52ee OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-76bf0939-a611-4c4f-ae20-72bd319b52ee Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-cf8780d8-0555-4f80-8a1a-47e41197cc21-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "de50dede-1698-4844-af20-2e7adfe6c354", "description": null}} 2018-10-12 10:57:01,125 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/de50dede-1698-4844-af20-2e7adfe6c354 used request id req-76bf0939-a611-4c4f-ae20-72bd319b52ee 2018-10-12 10:57:01,128 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/de50dede-1698-4844-af20-2e7adfe6c354/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-19635641-1ea0-4808-b9b9-3176ad264247" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6624957ab72a444a839122969b1fd39e8fa5e417" 2018-10-12 10:57:01,327 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:57:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7600ae17-28ab-4b3f-a6f7-ea9854503549 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-10-12 10:57:01,328 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/de50dede-1698-4844-af20-2e7adfe6c354/encryption/provider used request id req-7600ae17-28ab-4b3f-a6f7-ea9854503549 2018-10-12 10:57:01,328 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-cf8780d8-0555-4f80-8a1a-47e41197cc21-type 2018-10-12 10:57:01,331 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/de50dede-1698-4844-af20-2e7adfe6c354 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-19635641-1ea0-4808-b9b9-3176ad264247" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6624957ab72a444a839122969b1fd39e8fa5e417" 2018-10-12 10:57:01,547 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:57:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b2b54aea-0d2d-4804-b049-322e2d065e3c 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-10-12 10:57:01,548 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/de50dede-1698-4844-af20-2e7adfe6c354 used request id req-b2b54aea-0d2d-4804-b049-322e2d065e3c 2018-10-12 10:57:01,550 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:57:01,942 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:57:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["4NcjUBpdQ-aodgSzePtSNA"], "issued_at": "2018-10-12T10:57:01.000000Z"}} 2018-10-12 10:57:01,945 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09e6be525c531737a9ac5531fe806a769500e92" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-1a584cf6-f6e4-44f6-8fd9-62d14a33c792-type", "description": null}}' 2018-10-12 10:57:02,129 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:01 GMT Server: Apache x-compute-request-id: req-fa4466cb-3ebb-42a6-818e-9115e4f13e0d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fa4466cb-3ebb-42a6-818e-9115e4f13e0d Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-1a584cf6-f6e4-44f6-8fd9-62d14a33c792-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "96484fff-7c91-49d7-9a14-06a503611258", "description": null}} 2018-10-12 10:57:02,129 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types used request id req-fa4466cb-3ebb-42a6-818e-9115e4f13e0d 2018-10-12 10:57:02,132 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/96484fff-7c91-49d7-9a14-06a503611258/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-fa4466cb-3ebb-42a6-818e-9115e4f13e0d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09e6be525c531737a9ac5531fe806a769500e92" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-1a584cf6-f6e4-44f6-8fd9-62d14a33c792", "control_location": "back-end", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-10-12 10:57:02,357 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:02 GMT Server: Apache x-compute-request-id: req-f93714c4-4a81-4475-bc4a-b32cfa11073c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f93714c4-4a81-4475-bc4a-b32cfa11073c Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "96484fff-7c91-49d7-9a14-06a503611258", "name": "CinderUtilsAddEncryptionTests-1a584cf6-f6e4-44f6-8fd9-62d14a33c792", "control_location": "back-end", "encryption_id": "21ef4118-70ad-4367-ab29-8774b4c8fd5b", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}} 2018-10-12 10:57:02,358 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/96484fff-7c91-49d7-9a14-06a503611258/encryption used request id req-f93714c4-4a81-4475-bc4a-b32cfa11073c 2018-10-12 10:57:02,361 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/96484fff-7c91-49d7-9a14-06a503611258 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fa4466cb-3ebb-42a6-818e-9115e4f13e0d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09e6be525c531737a9ac5531fe806a769500e92" 2018-10-12 10:57:02,539 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:02 GMT Server: Apache x-compute-request-id: req-06d92d2c-039c-4a1d-9640-1da8f00c1f29 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-06d92d2c-039c-4a1d-9640-1da8f00c1f29 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-1a584cf6-f6e4-44f6-8fd9-62d14a33c792-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "96484fff-7c91-49d7-9a14-06a503611258", "description": null}} 2018-10-12 10:57:02,540 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/96484fff-7c91-49d7-9a14-06a503611258 used request id req-06d92d2c-039c-4a1d-9640-1da8f00c1f29 2018-10-12 10:57:02,543 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/96484fff-7c91-49d7-9a14-06a503611258/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fa4466cb-3ebb-42a6-818e-9115e4f13e0d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09e6be525c531737a9ac5531fe806a769500e92" 2018-10-12 10:57:02,702 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:02 GMT Server: Apache x-compute-request-id: req-a735aaaf-d44d-4a9b-96e6-e6b3bc7a881a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a735aaaf-d44d-4a9b-96e6-e6b3bc7a881a Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"volume_type_id": "96484fff-7c91-49d7-9a14-06a503611258", "control_location": "back-end", "deleted": false, "created_at": "2018-10-12T10:57:02.000000", "updated_at": null, "encryption_id": "21ef4118-70ad-4367-ab29-8774b4c8fd5b", "key_size": 1, "provider": "foo", "deleted_at": null, "cipher": "bar"} 2018-10-12 10:57:02,702 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/96484fff-7c91-49d7-9a14-06a503611258/encryption used request id req-a735aaaf-d44d-4a9b-96e6-e6b3bc7a881a 2018-10-12 10:57:02,703 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-1a584cf6-f6e4-44f6-8fd9-62d14a33c792-type 2018-10-12 10:57:02,706 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/96484fff-7c91-49d7-9a14-06a503611258 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fa4466cb-3ebb-42a6-818e-9115e4f13e0d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09e6be525c531737a9ac5531fe806a769500e92" 2018-10-12 10:57:02,876 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:02 GMT Server: Apache x-compute-request-id: req-1e8e8ef4-a3e0-4597-bfed-7aa56599c11c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1e8e8ef4-a3e0-4597-bfed-7aa56599c11c Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-1a584cf6-f6e4-44f6-8fd9-62d14a33c792-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "96484fff-7c91-49d7-9a14-06a503611258", "description": null}} 2018-10-12 10:57:02,876 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/96484fff-7c91-49d7-9a14-06a503611258 used request id req-1e8e8ef4-a3e0-4597-bfed-7aa56599c11c 2018-10-12 10:57:02,879 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/96484fff-7c91-49d7-9a14-06a503611258/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fa4466cb-3ebb-42a6-818e-9115e4f13e0d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09e6be525c531737a9ac5531fe806a769500e92" 2018-10-12 10:57:03,201 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:57:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-06a1a442-7c73-4f5c-aefb-c37a540dcf03 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-10-12 10:57:03,201 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/96484fff-7c91-49d7-9a14-06a503611258/encryption/provider used request id req-06a1a442-7c73-4f5c-aefb-c37a540dcf03 2018-10-12 10:57:03,202 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-1a584cf6-f6e4-44f6-8fd9-62d14a33c792-type 2018-10-12 10:57:03,204 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/96484fff-7c91-49d7-9a14-06a503611258 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fa4466cb-3ebb-42a6-818e-9115e4f13e0d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e09e6be525c531737a9ac5531fe806a769500e92" 2018-10-12 10:57:03,407 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:57:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-78d1bdb3-4b26-4873-8e98-8ed6f00529b2 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-10-12 10:57:03,407 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/96484fff-7c91-49d7-9a14-06a503611258 used request id req-78d1bdb3-4b26-4873-8e98-8ed6f00529b2 2018-10-12 10:57:03,410 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:57:03,785 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:57:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["02OZVL9kQQmKuunIF0A7ZQ"], "issued_at": "2018-10-12T10:57:03.000000Z"}} 2018-10-12 10:57:03,788 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61a705e63c6277899c01dd7bf2394cf7625bb8f7" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-aa36b419-4673-4e2b-8de4-0894c51e9145-qos"}}' 2018-10-12 10:57:03,976 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:03 GMT Server: Apache x-compute-request-id: req-bbc14467-1a74-4f2d-b369-3e311d4e07cf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bbc14467-1a74-4f2d-b369-3e311d4e07cf Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "c9ee0db7-6d14-4c25-8aed-6e36c9c82f24", "name": "CinderUtilsVolumeTypeCompleteTests-aa36b419-4673-4e2b-8de4-0894c51e9145-qos"}, "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/c9ee0db7-6d14-4c25-8aed-6e36c9c82f24", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/c9ee0db7-6d14-4c25-8aed-6e36c9c82f24", "rel": "bookmark"}]} 2018-10-12 10:57:03,976 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs used request id req-bbc14467-1a74-4f2d-b369-3e311d4e07cf 2018-10-12 10:57:03,980 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-bbc14467-1a74-4f2d-b369-3e311d4e07cf" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61a705e63c6277899c01dd7bf2394cf7625bb8f7" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-aa36b419-4673-4e2b-8de4-0894c51e9145", "description": null}}' 2018-10-12 10:57:04,166 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:03 GMT Server: Apache x-compute-request-id: req-f55ffe8c-7110-4449-807d-8b5f9a8e7a7e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f55ffe8c-7110-4449-807d-8b5f9a8e7a7e Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-aa36b419-4673-4e2b-8de4-0894c51e9145", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f1c436c8-9310-4470-9667-8981d981d134", "description": null}} 2018-10-12 10:57:04,166 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types used request id req-f55ffe8c-7110-4449-807d-8b5f9a8e7a7e 2018-10-12 10:57:04,170 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/f1c436c8-9310-4470-9667-8981d981d134/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-bbc14467-1a74-4f2d-b369-3e311d4e07cf" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61a705e63c6277899c01dd7bf2394cf7625bb8f7" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-10-12 10:57:04,371 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:04 GMT Server: Apache x-compute-request-id: req-acea8752-eb97-4b73-938f-71f6f0cf94d6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-acea8752-eb97-4b73-938f-71f6f0cf94d6 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "f1c436c8-9310-4470-9667-8981d981d134", "name": "foo", "control_location": "back-end", "encryption_id": "14caafdd-6334-44a4-b600-e1a4115e0562", "provider": "bar", "provider_class": "bar"}} 2018-10-12 10:57:04,371 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/f1c436c8-9310-4470-9667-8981d981d134/encryption used request id req-acea8752-eb97-4b73-938f-71f6f0cf94d6 2018-10-12 10:57:04,374 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/f1c436c8-9310-4470-9667-8981d981d134 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bbc14467-1a74-4f2d-b369-3e311d4e07cf" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61a705e63c6277899c01dd7bf2394cf7625bb8f7" 2018-10-12 10:57:05,081 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:04 GMT Server: Apache x-compute-request-id: req-d91493a1-7259-4b57-8a76-9df889dbe9c4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d91493a1-7259-4b57-8a76-9df889dbe9c4 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-aa36b419-4673-4e2b-8de4-0894c51e9145", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f1c436c8-9310-4470-9667-8981d981d134", "description": null}} 2018-10-12 10:57:05,082 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/f1c436c8-9310-4470-9667-8981d981d134 used request id req-d91493a1-7259-4b57-8a76-9df889dbe9c4 2018-10-12 10:57:05,085 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/f1c436c8-9310-4470-9667-8981d981d134/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bbc14467-1a74-4f2d-b369-3e311d4e07cf" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61a705e63c6277899c01dd7bf2394cf7625bb8f7" 2018-10-12 10:57:05,256 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:05 GMT Server: Apache x-compute-request-id: req-00e1d179-c535-4f1c-be16-d3b4e12bf3e0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-00e1d179-c535-4f1c-be16-d3b4e12bf3e0 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"volume_type_id": "f1c436c8-9310-4470-9667-8981d981d134", "control_location": "back-end", "deleted": false, "created_at": "2018-10-12T10:57:04.000000", "updated_at": null, "encryption_id": "14caafdd-6334-44a4-b600-e1a4115e0562", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-10-12 10:57:05,256 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/f1c436c8-9310-4470-9667-8981d981d134/encryption used request id req-00e1d179-c535-4f1c-be16-d3b4e12bf3e0 2018-10-12 10:57:05,257 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-aa36b419-4673-4e2b-8de4-0894c51e9145 2018-10-12 10:57:05,260 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/f1c436c8-9310-4470-9667-8981d981d134 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bbc14467-1a74-4f2d-b369-3e311d4e07cf" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61a705e63c6277899c01dd7bf2394cf7625bb8f7" 2018-10-12 10:57:05,439 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:05 GMT Server: Apache x-compute-request-id: req-424914a0-4175-48b6-984e-a557e89b3b81 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-424914a0-4175-48b6-984e-a557e89b3b81 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-aa36b419-4673-4e2b-8de4-0894c51e9145", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f1c436c8-9310-4470-9667-8981d981d134", "description": null}} 2018-10-12 10:57:05,439 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/f1c436c8-9310-4470-9667-8981d981d134 used request id req-424914a0-4175-48b6-984e-a557e89b3b81 2018-10-12 10:57:05,442 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/f1c436c8-9310-4470-9667-8981d981d134/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bbc14467-1a74-4f2d-b369-3e311d4e07cf" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61a705e63c6277899c01dd7bf2394cf7625bb8f7" 2018-10-12 10:57:05,638 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:57:05 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0b2fb60c-687c-45c1-ac79-7d00160af6ed 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-10-12 10:57:05,638 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/f1c436c8-9310-4470-9667-8981d981d134/encryption/provider used request id req-0b2fb60c-687c-45c1-ac79-7d00160af6ed 2018-10-12 10:57:05,639 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-aa36b419-4673-4e2b-8de4-0894c51e9145 2018-10-12 10:57:05,641 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/f1c436c8-9310-4470-9667-8981d981d134 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bbc14467-1a74-4f2d-b369-3e311d4e07cf" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61a705e63c6277899c01dd7bf2394cf7625bb8f7" 2018-10-12 10:57:05,844 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:57:05 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c9843469-389f-40f1-9142-a2e266a1a72a 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-10-12 10:57:05,844 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/f1c436c8-9310-4470-9667-8981d981d134 used request id req-c9843469-389f-40f1-9142-a2e266a1a72a 2018-10-12 10:57:05,844 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-aa36b419-4673-4e2b-8de4-0894c51e9145-qos 2018-10-12 10:57:05,847 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/c9ee0db7-6d14-4c25-8aed-6e36c9c82f24?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bbc14467-1a74-4f2d-b369-3e311d4e07cf" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61a705e63c6277899c01dd7bf2394cf7625bb8f7" 2018-10-12 10:57:06,047 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:57:05 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b68579e1-ad97-48a6-9795-68367bc9ee2c 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-10-12 10:57:06,047 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/c9ee0db7-6d14-4c25-8aed-6e36c9c82f24?force=False used request id req-b68579e1-ad97-48a6-9795-68367bc9ee2c 2018-10-12 10:57:06,050 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:57:06,442 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:57:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["35XGkLLKS4aDuvkhjY9gXA"], "issued_at": "2018-10-12T10:57:06.000000Z"}} 2018-10-12 10:57:06,445 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665eec84e0552ed34c84bf498ebb15e89f2ff03f" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-9389dde8-6220-4cc1-a32d-046c7b465982-qos"}}' 2018-10-12 10:57:06,629 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:06 GMT Server: Apache x-compute-request-id: req-7c98c418-20ba-4613-bdea-d1f78d0a1fa3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7c98c418-20ba-4613-bdea-d1f78d0a1fa3 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "d24142cd-6f3c-4309-8ab5-5da790f43f08", "name": "CinderUtilsVolumeTypeCompleteTests-9389dde8-6220-4cc1-a32d-046c7b465982-qos"}, "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/d24142cd-6f3c-4309-8ab5-5da790f43f08", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/d24142cd-6f3c-4309-8ab5-5da790f43f08", "rel": "bookmark"}]} 2018-10-12 10:57:06,630 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs used request id req-7c98c418-20ba-4613-bdea-d1f78d0a1fa3 2018-10-12 10:57:06,633 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-7c98c418-20ba-4613-bdea-d1f78d0a1fa3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665eec84e0552ed34c84bf498ebb15e89f2ff03f" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-9389dde8-6220-4cc1-a32d-046c7b465982", "description": null}}' 2018-10-12 10:57:06,897 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:06 GMT Server: Apache x-compute-request-id: req-6bad638d-368e-4323-a953-319aa27ef3fe OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6bad638d-368e-4323-a953-319aa27ef3fe Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-9389dde8-6220-4cc1-a32d-046c7b465982", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6add4a58-b522-4211-9d56-a4d6223666b6", "description": null}} 2018-10-12 10:57:06,897 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types used request id req-6bad638d-368e-4323-a953-319aa27ef3fe 2018-10-12 10:57:06,901 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7c98c418-20ba-4613-bdea-d1f78d0a1fa3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665eec84e0552ed34c84bf498ebb15e89f2ff03f" 2018-10-12 10:57:07,077 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:06 GMT Server: Apache x-compute-request-id: req-e620d493-f89f-44d6-85eb-964a1567b1bd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e620d493-f89f-44d6-85eb-964a1567b1bd Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "d24142cd-6f3c-4309-8ab5-5da790f43f08", "name": "CinderUtilsVolumeTypeCompleteTests-9389dde8-6220-4cc1-a32d-046c7b465982-qos"}]} 2018-10-12 10:57:07,077 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs used request id req-e620d493-f89f-44d6-85eb-964a1567b1bd 2018-10-12 10:57:07,080 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/None/associate?vol_type_id=6add4a58-b522-4211-9d56-a4d6223666b6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7c98c418-20ba-4613-bdea-d1f78d0a1fa3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665eec84e0552ed34c84bf498ebb15e89f2ff03f" 2018-10-12 10:57:07,321 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 12 Oct 2018 10:57:07 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-f702d468-6930-436a-9b1b-d2607d087843 x-openstack-request-id: req-f702d468-6930-436a-9b1b-d2607d087843 Content-Length: 68 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec None.", "code": 404}} 2018-10-12 10:57:07,321 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/None/associate?vol_type_id=6add4a58-b522-4211-9d56-a4d6223666b6 used request id req-f702d468-6930-436a-9b1b-d2607d087843 2018-10-12 10:57:07,322 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-f702d468-6930-436a-9b1b-d2607d087843) 2018-10-12 10:57:07,322 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-9389dde8-6220-4cc1-a32d-046c7b465982 2018-10-12 10:57:07,325 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/6add4a58-b522-4211-9d56-a4d6223666b6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7c98c418-20ba-4613-bdea-d1f78d0a1fa3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665eec84e0552ed34c84bf498ebb15e89f2ff03f" 2018-10-12 10:57:07,539 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:57:07 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-337fe0ad-3e77-4527-a97e-dde9d597c40b 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-10-12 10:57:07,539 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/6add4a58-b522-4211-9d56-a4d6223666b6 used request id req-337fe0ad-3e77-4527-a97e-dde9d597c40b 2018-10-12 10:57:07,539 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-9389dde8-6220-4cc1-a32d-046c7b465982-qos 2018-10-12 10:57:07,542 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/d24142cd-6f3c-4309-8ab5-5da790f43f08?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7c98c418-20ba-4613-bdea-d1f78d0a1fa3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}665eec84e0552ed34c84bf498ebb15e89f2ff03f" 2018-10-12 10:57:07,748 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:57:07 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-393afdc1-c602-4611-8e10-3f809a6fd817 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-10-12 10:57:07,748 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/d24142cd-6f3c-4309-8ab5-5da790f43f08?force=False used request id req-393afdc1-c602-4611-8e10-3f809a6fd817 2018-10-12 10:57:07,751 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:57:08,146 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:57:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["9eVvOVy-TdKoqmAeL83DGA"], "issued_at": "2018-10-12T10:57:08.000000Z"}} 2018-10-12 10:57:08,149 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d123b72276ba353ed90480052abf0af7230e5ae5" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-d72b5517-b435-4ecc-a2bf-8d7b848c82bb-qos"}}' 2018-10-12 10:57:08,323 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:08 GMT Server: Apache x-compute-request-id: req-986228d5-97f8-4a8f-ac82-3767b710aafe OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-986228d5-97f8-4a8f-ac82-3767b710aafe Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "0ca36909-7380-49ca-b5f1-723924ab545d", "name": "CinderUtilsVolumeTypeCompleteTests-d72b5517-b435-4ecc-a2bf-8d7b848c82bb-qos"}, "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/0ca36909-7380-49ca-b5f1-723924ab545d", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/0ca36909-7380-49ca-b5f1-723924ab545d", "rel": "bookmark"}]} 2018-10-12 10:57:08,323 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs used request id req-986228d5-97f8-4a8f-ac82-3767b710aafe 2018-10-12 10:57:08,327 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-986228d5-97f8-4a8f-ac82-3767b710aafe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d123b72276ba353ed90480052abf0af7230e5ae5" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-d72b5517-b435-4ecc-a2bf-8d7b848c82bb", "description": null}}' 2018-10-12 10:57:08,525 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:08 GMT Server: Apache x-compute-request-id: req-7ef4974e-9d19-4de2-a5b6-0e16ee01de08 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7ef4974e-9d19-4de2-a5b6-0e16ee01de08 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-d72b5517-b435-4ecc-a2bf-8d7b848c82bb", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ce76478c-8aff-4ab1-a378-e5df64b1da88", "description": null}} 2018-10-12 10:57:08,525 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types used request id req-7ef4974e-9d19-4de2-a5b6-0e16ee01de08 2018-10-12 10:57:08,529 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-986228d5-97f8-4a8f-ac82-3767b710aafe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d123b72276ba353ed90480052abf0af7230e5ae5" 2018-10-12 10:57:08,703 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:08 GMT Server: Apache x-compute-request-id: req-3555002f-453a-4595-a350-219037be773b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3555002f-453a-4595-a350-219037be773b Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "0ca36909-7380-49ca-b5f1-723924ab545d", "name": "CinderUtilsVolumeTypeCompleteTests-d72b5517-b435-4ecc-a2bf-8d7b848c82bb-qos"}]} 2018-10-12 10:57:08,703 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs used request id req-3555002f-453a-4595-a350-219037be773b 2018-10-12 10:57:08,706 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/0ca36909-7380-49ca-b5f1-723924ab545d/associate?vol_type_id=ce76478c-8aff-4ab1-a378-e5df64b1da88 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-986228d5-97f8-4a8f-ac82-3767b710aafe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d123b72276ba353ed90480052abf0af7230e5ae5" 2018-10-12 10:57:08,910 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:57:08 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2c164006-dc6f-4f6d-87e7-e015a2b2a4a2 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-10-12 10:57:08,910 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/0ca36909-7380-49ca-b5f1-723924ab545d/associate?vol_type_id=ce76478c-8aff-4ab1-a378-e5df64b1da88 used request id req-2c164006-dc6f-4f6d-87e7-e015a2b2a4a2 2018-10-12 10:57:08,910 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-d72b5517-b435-4ecc-a2bf-8d7b848c82bb 2018-10-12 10:57:08,913 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/ce76478c-8aff-4ab1-a378-e5df64b1da88 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-986228d5-97f8-4a8f-ac82-3767b710aafe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d123b72276ba353ed90480052abf0af7230e5ae5" 2018-10-12 10:57:09,119 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:57:08 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1c7ddbe7-169a-4d12-ab85-c55a3b451b1a 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-10-12 10:57:09,120 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/ce76478c-8aff-4ab1-a378-e5df64b1da88 used request id req-1c7ddbe7-169a-4d12-ab85-c55a3b451b1a 2018-10-12 10:57:09,120 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-d72b5517-b435-4ecc-a2bf-8d7b848c82bb-qos 2018-10-12 10:57:09,123 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/0ca36909-7380-49ca-b5f1-723924ab545d?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-986228d5-97f8-4a8f-ac82-3767b710aafe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d123b72276ba353ed90480052abf0af7230e5ae5" 2018-10-12 10:57:09,311 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:57:09 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8aae7b1d-144d-4f02-9b25-be917df8558b 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-10-12 10:57:09,311 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/0ca36909-7380-49ca-b5f1-723924ab545d?force=False used request id req-8aae7b1d-144d-4f02-9b25-be917df8558b 2018-10-12 10:57:09,314 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:57:09,696 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2ed01a78ce4b82b8a9537af3975a56", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5fa3a0c3e44f4a779944e91dc076fdff", "name": "heat_stack_owner"}], "expires_at": "2018-10-12T11:57:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "104d75bb2cac4b4998c38732dc15f0bd", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/104d75bb2cac4b4998c38732dc15f0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "id": "88e9560a29e9460c8af8a5df80c26533"}, "audit_ids": ["_dMezmRxS426MIHJoBRGVw"], "issued_at": "2018-10-12T10:57:09.000000Z"}} 2018-10-12 10:57:09,698 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8bb679985163539cf7916dc38539c3c7623959b" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-86c7ddc1-892a-466e-9d36-bcbf4587bd20-qos"}}' 2018-10-12 10:57:09,880 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:09 GMT Server: Apache x-compute-request-id: req-6d4665a4-d48b-4da9-bef4-ca7ae270c7a2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6d4665a4-d48b-4da9-bef4-ca7ae270c7a2 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "c7e6f8e7-6bc9-4aad-bf77-a578fc6fbff9", "name": "CinderUtilsVolumeTypeCompleteTests-86c7ddc1-892a-466e-9d36-bcbf4587bd20-qos"}, "links": [{"href": "http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/c7e6f8e7-6bc9-4aad-bf77-a578fc6fbff9", "rel": "self"}, {"href": "http://172.30.9.26:8776/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/c7e6f8e7-6bc9-4aad-bf77-a578fc6fbff9", "rel": "bookmark"}]} 2018-10-12 10:57:09,881 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs used request id req-6d4665a4-d48b-4da9-bef4-ca7ae270c7a2 2018-10-12 10:57:09,884 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-6d4665a4-d48b-4da9-bef4-ca7ae270c7a2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8bb679985163539cf7916dc38539c3c7623959b" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-86c7ddc1-892a-466e-9d36-bcbf4587bd20", "description": null}}' 2018-10-12 10:57:10,081 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:09 GMT Server: Apache x-compute-request-id: req-27d0383d-f7a6-480f-8f15-ca7aefa9c0de OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-27d0383d-f7a6-480f-8f15-ca7aefa9c0de Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-86c7ddc1-892a-466e-9d36-bcbf4587bd20", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6f06097a-1d59-4425-9eb2-e627311df721", "description": null}} 2018-10-12 10:57:10,082 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types used request id req-27d0383d-f7a6-480f-8f15-ca7aefa9c0de 2018-10-12 10:57:10,085 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/6f06097a-1d59-4425-9eb2-e627311df721/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-6d4665a4-d48b-4da9-bef4-ca7ae270c7a2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8bb679985163539cf7916dc38539c3c7623959b" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-10-12 10:57:10,293 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:10 GMT Server: Apache x-compute-request-id: req-af742551-456c-4cec-8e75-278a3ccbba26 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-af742551-456c-4cec-8e75-278a3ccbba26 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "6f06097a-1d59-4425-9eb2-e627311df721", "name": "foo", "control_location": "back-end", "encryption_id": "d193e3ba-1fa6-4b10-8310-bc2b9d120d05", "provider": "bar", "provider_class": "bar"}} 2018-10-12 10:57:10,294 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/6f06097a-1d59-4425-9eb2-e627311df721/encryption used request id req-af742551-456c-4cec-8e75-278a3ccbba26 2018-10-12 10:57:10,297 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6d4665a4-d48b-4da9-bef4-ca7ae270c7a2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8bb679985163539cf7916dc38539c3c7623959b" 2018-10-12 10:57:10,460 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:10 GMT Server: Apache x-compute-request-id: req-af4c29df-7b19-4627-86e0-844e8901bf11 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-af4c29df-7b19-4627-86e0-844e8901bf11 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "c7e6f8e7-6bc9-4aad-bf77-a578fc6fbff9", "name": "CinderUtilsVolumeTypeCompleteTests-86c7ddc1-892a-466e-9d36-bcbf4587bd20-qos"}]} 2018-10-12 10:57:10,460 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs used request id req-af4c29df-7b19-4627-86e0-844e8901bf11 2018-10-12 10:57:10,464 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/c7e6f8e7-6bc9-4aad-bf77-a578fc6fbff9/associate?vol_type_id=6f06097a-1d59-4425-9eb2-e627311df721 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6d4665a4-d48b-4da9-bef4-ca7ae270c7a2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8bb679985163539cf7916dc38539c3c7623959b" 2018-10-12 10:57:10,664 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:57:10 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f08fd2bf-3fdc-4451-8083-187d284dd0ee 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-10-12 10:57:10,665 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/c7e6f8e7-6bc9-4aad-bf77-a578fc6fbff9/associate?vol_type_id=6f06097a-1d59-4425-9eb2-e627311df721 used request id req-f08fd2bf-3fdc-4451-8083-187d284dd0ee 2018-10-12 10:57:10,668 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/6f06097a-1d59-4425-9eb2-e627311df721 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6d4665a4-d48b-4da9-bef4-ca7ae270c7a2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8bb679985163539cf7916dc38539c3c7623959b" 2018-10-12 10:57:10,843 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:10 GMT Server: Apache x-compute-request-id: req-e551f67d-fd6e-4968-827d-7c7fa285922b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e551f67d-fd6e-4968-827d-7c7fa285922b Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-86c7ddc1-892a-466e-9d36-bcbf4587bd20", "qos_specs_id": "c7e6f8e7-6bc9-4aad-bf77-a578fc6fbff9", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6f06097a-1d59-4425-9eb2-e627311df721", "description": null}} 2018-10-12 10:57:10,843 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/6f06097a-1d59-4425-9eb2-e627311df721 used request id req-e551f67d-fd6e-4968-827d-7c7fa285922b 2018-10-12 10:57:10,846 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/6f06097a-1d59-4425-9eb2-e627311df721/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6d4665a4-d48b-4da9-bef4-ca7ae270c7a2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8bb679985163539cf7916dc38539c3c7623959b" 2018-10-12 10:57:10,869 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:10 GMT Server: Apache x-compute-request-id: req-17a090bd-5f92-4434-adec-3245c74a789c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-17a090bd-5f92-4434-adec-3245c74a789c Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"volume_type_id": "6f06097a-1d59-4425-9eb2-e627311df721", "control_location": "back-end", "deleted": false, "created_at": "2018-10-12T10:57:10.000000", "updated_at": null, "encryption_id": "d193e3ba-1fa6-4b10-8310-bc2b9d120d05", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-10-12 10:57:10,869 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/6f06097a-1d59-4425-9eb2-e627311df721/encryption used request id req-17a090bd-5f92-4434-adec-3245c74a789c 2018-10-12 10:57:10,870 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-86c7ddc1-892a-466e-9d36-bcbf4587bd20 2018-10-12 10:57:10,873 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/6f06097a-1d59-4425-9eb2-e627311df721 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6d4665a4-d48b-4da9-bef4-ca7ae270c7a2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8bb679985163539cf7916dc38539c3c7623959b" 2018-10-12 10:57:11,031 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:10 GMT Server: Apache x-compute-request-id: req-5c14b3a8-6322-4aef-b514-5b01a33c6cb8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5c14b3a8-6322-4aef-b514-5b01a33c6cb8 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-86c7ddc1-892a-466e-9d36-bcbf4587bd20", "qos_specs_id": "c7e6f8e7-6bc9-4aad-bf77-a578fc6fbff9", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6f06097a-1d59-4425-9eb2-e627311df721", "description": null}} 2018-10-12 10:57:11,031 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/6f06097a-1d59-4425-9eb2-e627311df721 used request id req-5c14b3a8-6322-4aef-b514-5b01a33c6cb8 2018-10-12 10:57:11,034 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/6f06097a-1d59-4425-9eb2-e627311df721/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6d4665a4-d48b-4da9-bef4-ca7ae270c7a2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8bb679985163539cf7916dc38539c3c7623959b" 2018-10-12 10:57:11,237 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:57:11 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f903290c-6da3-4a32-8cff-b163a055800f 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-10-12 10:57:11,237 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/6f06097a-1d59-4425-9eb2-e627311df721/encryption/provider used request id req-f903290c-6da3-4a32-8cff-b163a055800f 2018-10-12 10:57:11,237 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-86c7ddc1-892a-466e-9d36-bcbf4587bd20 2018-10-12 10:57:11,240 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/6f06097a-1d59-4425-9eb2-e627311df721 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6d4665a4-d48b-4da9-bef4-ca7ae270c7a2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8bb679985163539cf7916dc38539c3c7623959b" 2018-10-12 10:57:11,448 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:57:11 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-10a8160b-8ad1-4b42-9190-2de8717fea10 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-10-12 10:57:11,449 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/types/6f06097a-1d59-4425-9eb2-e627311df721 used request id req-10a8160b-8ad1-4b42-9190-2de8717fea10 2018-10-12 10:57:11,449 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-86c7ddc1-892a-466e-9d36-bcbf4587bd20-qos 2018-10-12 10:57:11,452 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/c7e6f8e7-6bc9-4aad-bf77-a578fc6fbff9?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6d4665a4-d48b-4da9-bef4-ca7ae270c7a2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8bb679985163539cf7916dc38539c3c7623959b" 2018-10-12 10:57:11,503 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:57:11 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1e14a784-8d33-41eb-a82b-459d56a33470 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-10-12 10:57:11,503 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.26:8776/v3/104d75bb2cac4b4998c38732dc15f0bd/qos-specs/c7e6f8e7-6bc9-4aad-bf77-a578fc6fbff9?force=False used request id req-1e14a784-8d33-41eb-a82b-459d56a33470 2018-10-12 10:57:11,504 - 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 729.679s OK 2018-10-12 10:57:11,627 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-12 10:57:11,628 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:10 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-12 10:57:11,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 10:57:11,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:57:11,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a2b5134-eb68-4d9a-8c6e-78e4973aa5c9 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "3b2ed01a78ce4b82b8a9537af3975a56", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56"}, "name": "Member"}, {"domain_id": null, "id": "5fa3a0c3e44f4a779944e91dc076fdff", "links": {"self": "http://172.30.9.26:5000/v3/roles/5fa3a0c3e44f4a779944e91dc076fdff"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:57:11,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-4a2b5134-eb68-4d9a-8c6e-78e4973aa5c9 2018-10-12 10:57:11,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.178318023682s 2018-10-12 10:57:11,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-12 10:57:11,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/5fa3a0c3e44f4a779944e91dc076fdff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:57:11,957 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:57:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be233f5d-3b56-4c9f-a500-9e855c776090 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:57:11,957 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/5fa3a0c3e44f4a779944e91dc076fdff used request id req-be233f5d-3b56-4c9f-a500-9e855c776090 2018-10-12 10:57:11,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.143975973129s 2018-10-12 10:57:11,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 10:57:11,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:57:12,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-829a53a6-02a1-468e-a7cf-f93eaaa05bce Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9", "links": {"self": "http://172.30.9.26:5000/v3/users/88e9560a29e9460c8af8a5df80c26533"}, "domain_id": "default", "enabled": true, "id": "88e9560a29e9460c8af8a5df80c26533", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 10:57:12,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-829a53a6-02a1-468e-a7cf-f93eaaa05bce 2018-10-12 10:57:12,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0884571075439s 2018-10-12 10:57:12,047 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-829a53a6-02a1-468e-a7cf-f93eaaa05bce 2018-10-12 10:57:12,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 10:57:12,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/88e9560a29e9460c8af8a5df80c26533 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:57:12,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cc58d2b-42e1-4b17-bbfe-8392a6a437ba Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/88e9560a29e9460c8af8a5df80c26533"}, "enabled": true, "id": "88e9560a29e9460c8af8a5df80c26533", "options": {}, "domain_id": "default", "name": "api_check-user_d2d4256f-efcc-47c6-8552-111e3f4999e9"}} 2018-10-12 10:57:12,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/88e9560a29e9460c8af8a5df80c26533 used request id req-9cc58d2b-42e1-4b17-bbfe-8392a6a437ba 2018-10-12 10:57:12,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0948021411896s 2018-10-12 10:57:12,148 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/88e9560a29e9460c8af8a5df80c26533 used request id req-9cc58d2b-42e1-4b17-bbfe-8392a6a437ba 2018-10-12 10:57:12,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-12 10:57:12,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/88e9560a29e9460c8af8a5df80c26533 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:57:12,471 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:57:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b8bbd3d-7fb7-44b2-9eea-2f24ff55880c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:57:12,471 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/88e9560a29e9460c8af8a5df80c26533 used request id req-3b8bbd3d-7fb7-44b2-9eea-2f24ff55880c 2018-10-12 10:57:12,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.322643995285s 2018-10-12 10:57:12,472 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/88e9560a29e9460c8af8a5df80c26533 used request id req-3b8bbd3d-7fb7-44b2-9eea-2f24ff55880c 2018-10-12 10:57:12,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 10:57:12,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:57:12,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e8f745d-bb43-4073-90d9-914574b88ba6 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd"}, "enabled": true, "id": "104d75bb2cac4b4998c38732dc15f0bd", "parent_id": "default", "domain_id": "default", "name": "api_check-project_d2d4256f-efcc-47c6-8552-111e3f4999e9"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-12 10:57:12,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-8e8f745d-bb43-4073-90d9-914574b88ba6 2018-10-12 10:57:12,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0853409767151s 2018-10-12 10:57:12,558 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-8e8f745d-bb43-4073-90d9-914574b88ba6 2018-10-12 10:57:12,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-12 10:57:12,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:57:12,714 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:57:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f2edc40-9902-43b9-81f7-ded8f67ac0c9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:57:12,714 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-8f2edc40-9902-43b9-81f7-ded8f67ac0c9 2018-10-12 10:57:12,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.154097080231s 2018-10-12 10:57:12,715 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/104d75bb2cac4b4998c38732dc15f0bd used request id req-8f2edc40-9902-43b9-81f7-ded8f67ac0c9 2018-10-12 10:57:12,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 10:57:12,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:57:12,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6380f5fd-5a0f-453b-b66a-88a9c210cb98 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "3b2ed01a78ce4b82b8a9537af3975a56", "links": {"self": "http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56"}, "name": "Member"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:57:12,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-6380f5fd-5a0f-453b-b66a-88a9c210cb98 2018-10-12 10:57:12,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0869150161743s 2018-10-12 10:57:12,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-12 10:57:12,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:57:12,903 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:57:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1d8b5b7-c91d-48a8-8955-7b7bff88e20a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:57:12,903 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/3b2ed01a78ce4b82b8a9537af3975a56 used request id req-d1d8b5b7-c91d-48a8-8955-7b7bff88e20a 2018-10-12 10:57:12,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0999090671539s 2018-10-12 10:57:12,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-12 10:57:12,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/security-groups.json?project_id=104d75bb2cac4b4998c38732dc15f0bd&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:57:13,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-f1d001e7-bc0a-44dd-9dc8-1a3793f24f3b Date: Fri, 12 Oct 2018 10:57:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:45:29Z", "updated_at": "2018-10-12T10:45:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "1265b906-d9c8-48ce-b108-be7ac6c1e574", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "1cdb36fa-d5e0-485d-b18c-aaa18d1df145", "remote_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "1edd670c-49e7-4e6e-b82e-0aafc94ece73", "remote_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "2cd4480c-0e57-49f4-b2e1-347c2e147115", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}], "revision_number": 4, "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "name": "default"}]} 2018-10-12 10:57:13,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=104d75bb2cac4b4998c38732dc15f0bd&name=default used request id req-f1d001e7-bc0a-44dd-9dc8-1a3793f24f3b 2018-10-12 10:57:13,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.190408945084s 2018-10-12 10:57:13,100 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=104d75bb2cac4b4998c38732dc15f0bd&name=default used request id req-f1d001e7-bc0a-44dd-9dc8-1a3793f24f3b 2018-10-12 10:57:13,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-12 10:57:13,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:57:13,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-c532f163-dff5-4940-843c-096f4784c3a0 Date: Fri, 12 Oct 2018 10:57:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:45:29Z", "updated_at": "2018-10-12T10:45:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "1edd670c-49e7-4e6e-b82e-0aafc94ece73", "remote_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "1cdb36fa-d5e0-485d-b18c-aaa18d1df145", "remote_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "1265b906-d9c8-48ce-b108-be7ac6c1e574", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:45:29Z", "revision_number": 0, "id": "2cd4480c-0e57-49f4-b2e1-347c2e147115", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:45:29Z", "security_group_id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "104d75bb2cac4b4998c38732dc15f0bd"}], "revision_number": 4, "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "558a97d5-4d1b-4c63-87f6-890106c2253d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "updated_at": "2018-10-12T10:34:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "d00fd409-954d-4a7e-b2ce-3b8e9364f9b2", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "652ffd7b-44c1-45ae-bacb-d752209f00a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "c6536286-1efd-4324-bff2-83bf4e288f74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "2ae4f47a-860c-4316-ac71-26a7138a332b", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}], "revision_number": 4, "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "665a8bea-d7bf-418c-8720-ca198157c68e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "updated_at": "2018-10-12T10:44:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "c8cd6bce-c3f0-4e98-afd5-635192d18ba4", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "3051e92e-adfd-43d1-8ad4-a37e12b00332", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "03a7346d-e81e-42f1-90d8-2d77a0e34ff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "25484a0d-c36c-4968-8497-2fab34786f38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 4, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "updated_at": "2018-10-12T10:47:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "949496b4-b497-4a18-b6fe-e484eb4cd872", "remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "bdbe928d-b791-4fc6-90ae-6c3615c86e98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "9f341cb7-083b-4329-bca3-1a395a91d0be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "d081a0eb-165e-4df4-84c6-1cc829e521cc", "remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7a87eb57-d271-422f-a9cd-14b017359d35", "name": "default"}]} 2018-10-12 10:57:13,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-c532f163-dff5-4940-843c-096f4784c3a0 2018-10-12 10:57:13,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.207778930664s 2018-10-12 10:57:13,312 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-c532f163-dff5-4940-843c-096f4784c3a0 2018-10-12 10:57:13,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-12 10:57:13,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/security-groups/558a97d5-4d1b-4c63-87f6-890106c2253d.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ec3e3fe3052e223b69fac2b81dd6eb95d4afd230" 2018-10-12 10:57:13,691 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-486ae525-5600-4403-9fe0-eb65ead17c6d Content-Length: 0 Date: Fri, 12 Oct 2018 10:57:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:57:13,692 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/558a97d5-4d1b-4c63-87f6-890106c2253d.json used request id req-486ae525-5600-4403-9fe0-eb65ead17c6d 2018-10-12 10:57:13,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.376168012619s 2018-10-12 10:57:13,692 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/558a97d5-4d1b-4c63-87f6-890106c2253d.json used request id req-486ae525-5600-4403-9fe0-eb65ead17c6d 2018-10-12 10:57:13,713 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-10-12 10:57:13,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 10:57:13,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 10:57:13,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 10:57:13,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 10:57:13,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 10:57:13,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 10:57:13,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 10:57:13,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 10:57:13,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 10:57:13,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 10:57:13,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 10:57:13,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 10:57:13,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 10:57:13,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 10:57:13,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 10:57:13,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 10:57:13,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 10:57:13,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 10:57:13,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 10:57:13,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 10:57:13,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 10:57:13,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 10:57:13,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-12 10:57:13,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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-10-12 10:57:13,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-236aebcb-eb6e-4a56-a1e3-a39651eae2ba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:57:13,751 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-236aebcb-eb6e-4a56-a1e3-a39651eae2ba 2018-10-12 10:57:13,752 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:57:14,131 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T11:57:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["8uxJ_L9VTWa6T7lRN6M7qA"], "issued_at": "2018-10-12T10:57:14.000000Z"}} 2018-10-12 10:57:14,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:57:14,139 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:57:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:57:14,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:57:14,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16a4a674-100d-4b08-bfe3-da2ec22d3067 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/4c63915287d940839daec75dc8b59ff1"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4c63915287d940839daec75dc8b59ff1"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-10-12 10:57:14,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-16a4a674-100d-4b08-bfe3-da2ec22d3067 2018-10-12 10:57:14,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.47938990593s 2018-10-12 10:57:14,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-12 10:57:14,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}075f44031e80fe0d58ac71245ec262166e980d90" -d '{"project": {"description": "Created by OPNFV Functest: snaps_health_check", "enabled": true, "domain_id": "default", "name": "snaps_health_check-project_315ec794-3fa8-4c22-bc8e-0af8643bf3f3"}}' 2018-10-12 10:57:14,341 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 10:57:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39503593-62f4-4355-a2dd-828e1d044861 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.26:5000/v3/projects/032b60cb708a43d69f35d39e8d4e85c3"}, "enabled": true, "id": "032b60cb708a43d69f35d39e8d4e85c3", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_315ec794-3fa8-4c22-bc8e-0af8643bf3f3"}} 2018-10-12 10:57:14,341 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-39503593-62f4-4355-a2dd-828e1d044861 2018-10-12 10:57:14,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.11522102356s 2018-10-12 10:57:14,341 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-39503593-62f4-4355-a2dd-828e1d044861 2018-10-12 10:57:14,342 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_315ec794-3fa8-4c22-bc8e-0af8643bf3f3', 'id': u'032b60cb708a43d69f35d39e8d4e85c3', '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-10-12 10:57:14,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-12 10:57:14,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.363177061081s 2018-10-12 10:57:14,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/5b3affe6962c4e408f8a22b2a06fa186 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:57:14,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c66093ff-8566-461a-b621-a72bfef686cb Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/5b3affe6962c4e408f8a22b2a06fa186"}, "enabled": true, "id": "5b3affe6962c4e408f8a22b2a06fa186", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_315ec794-3fa8-4c22-bc8e-0af8643bf3f3"}} 2018-10-12 10:57:14,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/5b3affe6962c4e408f8a22b2a06fa186 used request id req-c66093ff-8566-461a-b621-a72bfef686cb 2018-10-12 10:57:14,823 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'5b3affe6962c4e408f8a22b2a06fa186', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_315ec794-3fa8-4c22-bc8e-0af8643bf3f3'}) 2018-10-12 10:57:14,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 10:57:14,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:57:14,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67532fe9-f25f-413e-891a-e73997020b12 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:57:14,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-67532fe9-f25f-413e-891a-e73997020b12 2018-10-12 10:57:14,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0812480449677s 2018-10-12 10:57:14,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 10:57:14,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:57:14,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c9250fc-4a9d-4725-8787-5a815cf43783 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:57:14,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-9c9250fc-4a9d-4725-8787-5a815cf43783 2018-10-12 10:57:14,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0719909667969s 2018-10-12 10:57:14,979 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-12 10:57:14,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-12 10:57:14,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}075f44031e80fe0d58ac71245ec262166e980d90" -d '{"role": {"name": "Member"}}' 2018-10-12 10:57:15,089 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 10:57:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c64bdfd4-74be-4c35-9dc0-84805b3e6f78 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d777d177be7e4326ba270c662692e55c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d777d177be7e4326ba270c662692e55c"}, "name": "Member"}} 2018-10-12 10:57:15,089 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-c64bdfd4-74be-4c35-9dc0-84805b3e6f78 2018-10-12 10:57:15,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.110370159149s 2018-10-12 10:57:15,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/d777d177be7e4326ba270c662692e55c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:57:15,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c9a825d-39f7-4d16-8af9-a822c110736c Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/d777d177be7e4326ba270c662692e55c"}, "domain_id": null, "name": "Member", "id": "d777d177be7e4326ba270c662692e55c"}} 2018-10-12 10:57:15,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/d777d177be7e4326ba270c662692e55c used request id req-1c9a825d-39f7-4d16-8af9-a822c110736c 2018-10-12 10:57:15,107 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/d777d177be7e4326ba270c662692e55c'}, 'domain_id': None, 'human_id': None, 'id': u'd777d177be7e4326ba270c662692e55c', 'HUMAN_ID': False}) 2018-10-12 10:57:15,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 10:57:15,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:57:15,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0857c724-4c77-4bef-97e9-1f65d1819a01 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d777d177be7e4326ba270c662692e55c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d777d177be7e4326ba270c662692e55c"}, "name": "Member"}]} 2018-10-12 10:57:15,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-0857c724-4c77-4bef-97e9-1f65d1819a01 2018-10-12 10:57:15,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0731129646301s 2018-10-12 10:57:15,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-12 10:57:15,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:57:15,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13c22aec-1dcf-48ae-a899-fe1d0616e931 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 10:57:15,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-13c22aec-1dcf-48ae-a899-fe1d0616e931 2018-10-12 10:57:15,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0825841426849s 2018-10-12 10:57:15,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 10:57:15,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:57:15,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56d51bd3-9c75-430d-8cf9-656187d58283 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_315ec794-3fa8-4c22-bc8e-0af8643bf3f3", "links": {"self": "http://172.30.9.26:5000/v3/users/5b3affe6962c4e408f8a22b2a06fa186"}, "domain_id": "default", "enabled": true, "id": "5b3affe6962c4e408f8a22b2a06fa186", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 10:57:15,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-56d51bd3-9c75-430d-8cf9-656187d58283 2018-10-12 10:57:15,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0996708869934s 2018-10-12 10:57:15,365 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-56d51bd3-9c75-430d-8cf9-656187d58283 2018-10-12 10:57:15,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 10:57:15,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:57:15,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-998278db-0cb8-4bbf-8e1b-06ddc42a2ed2 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/032b60cb708a43d69f35d39e8d4e85c3"}, "enabled": true, "id": "032b60cb708a43d69f35d39e8d4e85c3", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_315ec794-3fa8-4c22-bc8e-0af8643bf3f3"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-12 10:57:15,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-998278db-0cb8-4bbf-8e1b-06ddc42a2ed2 2018-10-12 10:57:15,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0718531608582s 2018-10-12 10:57:15,444 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-998278db-0cb8-4bbf-8e1b-06ddc42a2ed2 2018-10-12 10:57:15,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-12 10:57:15,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=5b3affe6962c4e408f8a22b2a06fa186&scope.project.id=032b60cb708a43d69f35d39e8d4e85c3&role.id=d777d177be7e4326ba270c662692e55c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:57:15,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7e05b50-dc97-4c9e-8622-fdbf0b9ee845 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=5b3affe6962c4e408f8a22b2a06fa186&scope.project.id=032b60cb708a43d69f35d39e8d4e85c3&role.id=d777d177be7e4326ba270c662692e55c", "previous": null, "next": null}} 2018-10-12 10:57:15,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=5b3affe6962c4e408f8a22b2a06fa186&scope.project.id=032b60cb708a43d69f35d39e8d4e85c3&role.id=d777d177be7e4326ba270c662692e55c used request id req-b7e05b50-dc97-4c9e-8622-fdbf0b9ee845 2018-10-12 10:57:15,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0818428993225s 2018-10-12 10:57:15,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-12 10:57:15,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/032b60cb708a43d69f35d39e8d4e85c3/users/5b3affe6962c4e408f8a22b2a06fa186/roles/d777d177be7e4326ba270c662692e55c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:57:15,655 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:57:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56a7efae-eeb7-404c-896f-80e8e2687558 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:57:15,656 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/032b60cb708a43d69f35d39e8d4e85c3/users/5b3affe6962c4e408f8a22b2a06fa186/roles/d777d177be7e4326ba270c662692e55c used request id req-56a7efae-eeb7-404c-896f-80e8e2687558 2018-10-12 10:57:15,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.126919031143s 2018-10-12 10:57:15,657 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_315ec794-3fa8-4c22-bc8e-0af8643bf3f3', 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': 'b18dd121-b9fd-49f5-8158-c8a26c5ce49c', 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_315ec794-3fa8-4c22-bc8e-0af8643bf3f3', 'project_id': u'032b60cb708a43d69f35d39e8d4e85c3', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-12 10:57:15,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 10:57:15,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 10:57:15,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 10:57:15,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 10:57:15,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 10:57:15,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 10:57:15,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 10:57:15,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 10:57:15,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 10:57:15,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 10:57:15,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 10:57:15,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 10:57:15,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 10:57:15,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 10:57:15,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 10:57:15,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 10:57:15,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 10:57:15,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 10:57:15,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 10:57:15,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 10:57:15,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 10:57:15,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 10:57:15,662 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_315ec794-3fa8-4c22-bc8e-0af8643bf3f3', 'password': 'b18dd121-b9fd-49f5-8158-c8a26c5ce49c', 'project_name': 'snaps_health_check-project_315ec794-3fa8-4c22-bc8e-0af8643bf3f3', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '032b60cb708a43d69f35d39e8d4e85c3', 'project_domain_name': 'Default'} 2018-10-12 10:57:15,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 10:57:15,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:57:15,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f88bae9-6f90-4833-b562-016dd7252f11 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d777d177be7e4326ba270c662692e55c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d777d177be7e4326ba270c662692e55c"}, "name": "Member"}]} 2018-10-12 10:57:15,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-5f88bae9-6f90-4833-b562-016dd7252f11 2018-10-12 10:57:15,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.159467935562s 2018-10-12 10:57:15,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 10:57:15,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:57:15,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0a51d29-8b6b-4dd7-aec0-7a43ef5e164e Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d777d177be7e4326ba270c662692e55c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d777d177be7e4326ba270c662692e55c"}, "name": "Member"}]} 2018-10-12 10:57:15,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-f0a51d29-8b6b-4dd7-aec0-7a43ef5e164e 2018-10-12 10:57:15,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0817558765411s 2018-10-12 10:57:15,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-12 10:57:15,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:57:15,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e3ddb7a-bf85-4716-a567-c70cc84e5486 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 10:57:15,988 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-2e3ddb7a-bf85-4716-a567-c70cc84e5486 2018-10-12 10:57:15,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0822279453278s 2018-10-12 10:57:15,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 10:57:15,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:57:16,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a9ec6ff-f1a8-4d1c-a286-a8c6b7c585d1 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_315ec794-3fa8-4c22-bc8e-0af8643bf3f3", "links": {"self": "http://172.30.9.26:5000/v3/users/5b3affe6962c4e408f8a22b2a06fa186"}, "domain_id": "default", "enabled": true, "id": "5b3affe6962c4e408f8a22b2a06fa186", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 10:57:16,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-5a9ec6ff-f1a8-4d1c-a286-a8c6b7c585d1 2018-10-12 10:57:16,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0899288654327s 2018-10-12 10:57:16,080 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-5a9ec6ff-f1a8-4d1c-a286-a8c6b7c585d1 2018-10-12 10:57:16,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 10:57:16,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:57:16,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5fa2166-9f81-413c-81f5-1e8e4d212bdd Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/032b60cb708a43d69f35d39e8d4e85c3"}, "enabled": true, "id": "032b60cb708a43d69f35d39e8d4e85c3", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_315ec794-3fa8-4c22-bc8e-0af8643bf3f3"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-12 10:57:16,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-f5fa2166-9f81-413c-81f5-1e8e4d212bdd 2018-10-12 10:57:16,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0825300216675s 2018-10-12 10:57:16,168 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-f5fa2166-9f81-413c-81f5-1e8e4d212bdd 2018-10-12 10:57:16,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-12 10:57:16,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=5b3affe6962c4e408f8a22b2a06fa186&scope.project.id=032b60cb708a43d69f35d39e8d4e85c3&role.id=112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:57:16,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1aac4930-3076-4f79-aad7-f73c028eeaa3 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=5b3affe6962c4e408f8a22b2a06fa186&scope.project.id=032b60cb708a43d69f35d39e8d4e85c3&role.id=112190b0dab44ef9a2f2f86430c0c451", "previous": null, "next": null}} 2018-10-12 10:57:16,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=5b3affe6962c4e408f8a22b2a06fa186&scope.project.id=032b60cb708a43d69f35d39e8d4e85c3&role.id=112190b0dab44ef9a2f2f86430c0c451 used request id req-1aac4930-3076-4f79-aad7-f73c028eeaa3 2018-10-12 10:57:16,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.080873966217s 2018-10-12 10:57:16,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-12 10:57:16,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/032b60cb708a43d69f35d39e8d4e85c3/users/5b3affe6962c4e408f8a22b2a06fa186/roles/112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:57:16,361 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:57:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82573c80-5fa1-46aa-a599-89c39a42df07 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:57:16,361 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/032b60cb708a43d69f35d39e8d4e85c3/users/5b3affe6962c4e408f8a22b2a06fa186/roles/112190b0dab44ef9a2f2f86430c0c451 used request id req-82573c80-5fa1-46aa-a599-89c39a42df07 2018-10-12 10:57:16,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.109745025635s 2018-10-12 10:57:16,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 10:57:16,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:57:16,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4486518-5233-4dd7-acc8-548253ebfbbb Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d777d177be7e4326ba270c662692e55c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d777d177be7e4326ba270c662692e55c"}, "name": "Member"}]} 2018-10-12 10:57:16,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-e4486518-5233-4dd7-acc8-548253ebfbbb 2018-10-12 10:57:16,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0807318687439s 2018-10-12 10:57:16,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-12 10:57:16,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}075f44031e80fe0d58ac71245ec262166e980d90" -d '{"role": {"name": "heat_stack_owner"}}' 2018-10-12 10:57:16,544 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 10:57:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2bcc8752-8ad8-41cb-9b4b-e496f423cd6d Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1c1017ff92d34699889959b2d27ada82", "links": {"self": "http://172.30.9.26:5000/v3/roles/1c1017ff92d34699889959b2d27ada82"}, "name": "heat_stack_owner"}} 2018-10-12 10:57:16,545 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-2bcc8752-8ad8-41cb-9b4b-e496f423cd6d 2018-10-12 10:57:16,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.100805997849s 2018-10-12 10:57:16,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/1c1017ff92d34699889959b2d27ada82 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:57:16,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a78d80be-85ec-4e6b-aaf7-1b9065609dc2 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/1c1017ff92d34699889959b2d27ada82"}, "domain_id": null, "name": "heat_stack_owner", "id": "1c1017ff92d34699889959b2d27ada82"}} 2018-10-12 10:57:16,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/1c1017ff92d34699889959b2d27ada82 used request id req-a78d80be-85ec-4e6b-aaf7-1b9065609dc2 2018-10-12 10:57:16,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 10:57:16,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:57:16,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd6c2545-660d-4c66-baeb-7c4917f4388d Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "1c1017ff92d34699889959b2d27ada82", "links": {"self": "http://172.30.9.26:5000/v3/roles/1c1017ff92d34699889959b2d27ada82"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d777d177be7e4326ba270c662692e55c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d777d177be7e4326ba270c662692e55c"}, "name": "Member"}]} 2018-10-12 10:57:16,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-fd6c2545-660d-4c66-baeb-7c4917f4388d 2018-10-12 10:57:16,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0814580917358s 2018-10-12 10:57:16,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-12 10:57:16,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:57:16,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-789dcfb1-3950-4961-b8e3-cb4711bb1b27 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 10:57:16,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-789dcfb1-3950-4961-b8e3-cb4711bb1b27 2018-10-12 10:57:16,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0842530727386s 2018-10-12 10:57:16,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 10:57:16,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:57:16,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8218db28-5eb6-430d-a1ef-710b07c644a1 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_315ec794-3fa8-4c22-bc8e-0af8643bf3f3", "links": {"self": "http://172.30.9.26:5000/v3/users/5b3affe6962c4e408f8a22b2a06fa186"}, "domain_id": "default", "enabled": true, "id": "5b3affe6962c4e408f8a22b2a06fa186", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 10:57:16,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-8218db28-5eb6-430d-a1ef-710b07c644a1 2018-10-12 10:57:16,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0978789329529s 2018-10-12 10:57:16,885 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-8218db28-5eb6-430d-a1ef-710b07c644a1 2018-10-12 10:57:16,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 10:57:16,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:57:16,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7438cd0-a3f5-4e53-b1c4-9de8ab1b68e6 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/032b60cb708a43d69f35d39e8d4e85c3"}, "enabled": true, "id": "032b60cb708a43d69f35d39e8d4e85c3", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_315ec794-3fa8-4c22-bc8e-0af8643bf3f3"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-12 10:57:16,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-d7438cd0-a3f5-4e53-b1c4-9de8ab1b68e6 2018-10-12 10:57:16,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0801320075989s 2018-10-12 10:57:16,972 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-d7438cd0-a3f5-4e53-b1c4-9de8ab1b68e6 2018-10-12 10:57:16,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-12 10:57:16,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=5b3affe6962c4e408f8a22b2a06fa186&scope.project.id=032b60cb708a43d69f35d39e8d4e85c3&role.id=1c1017ff92d34699889959b2d27ada82 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:57:17,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51fc188b-020b-4a95-8341-be31016c40fc Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=5b3affe6962c4e408f8a22b2a06fa186&scope.project.id=032b60cb708a43d69f35d39e8d4e85c3&role.id=1c1017ff92d34699889959b2d27ada82", "previous": null, "next": null}} 2018-10-12 10:57:17,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=5b3affe6962c4e408f8a22b2a06fa186&scope.project.id=032b60cb708a43d69f35d39e8d4e85c3&role.id=1c1017ff92d34699889959b2d27ada82 used request id req-51fc188b-020b-4a95-8341-be31016c40fc 2018-10-12 10:57:17,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0767130851746s 2018-10-12 10:57:17,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-12 10:57:17,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/032b60cb708a43d69f35d39e8d4e85c3/users/5b3affe6962c4e408f8a22b2a06fa186/roles/1c1017ff92d34699889959b2d27ada82 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:57:17,169 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:57:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9220d353-c767-41d7-8c84-f1b7c290d913 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:57:17,169 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/032b60cb708a43d69f35d39e8d4e85c3/users/5b3affe6962c4e408f8a22b2a06fa186/roles/1c1017ff92d34699889959b2d27ada82 used request id req-9220d353-c767-41d7-8c84-f1b7c290d913 2018-10-12 10:57:17,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.118468999863s 2018-10-12 10:57:17,170 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-10-12 10:57:17,170 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-10-12 10:57:17,170 - openstack_tests - INFO - OS Credentials = > 2018-10-12 10:57:17,171 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:57:17,172 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:57:17,552 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1c1017ff92d34699889959b2d27ada82", "name": "heat_stack_owner"}, {"id": "d777d177be7e4326ba270c662692e55c", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T11:57:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "032b60cb708a43d69f35d39e8d4e85c3", "name": "snaps_health_check-project_315ec794-3fa8-4c22-bc8e-0af8643bf3f3"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/032b60cb708a43d69f35d39e8d4e85c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/032b60cb708a43d69f35d39e8d4e85c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/032b60cb708a43d69f35d39e8d4e85c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/032b60cb708a43d69f35d39e8d4e85c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/032b60cb708a43d69f35d39e8d4e85c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/032b60cb708a43d69f35d39e8d4e85c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/032b60cb708a43d69f35d39e8d4e85c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/032b60cb708a43d69f35d39e8d4e85c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/032b60cb708a43d69f35d39e8d4e85c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/032b60cb708a43d69f35d39e8d4e85c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/032b60cb708a43d69f35d39e8d4e85c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/032b60cb708a43d69f35d39e8d4e85c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_315ec794-3fa8-4c22-bc8e-0af8643bf3f3", "id": "5b3affe6962c4e408f8a22b2a06fa186"}, "audit_ids": ["9ZZ_yTi3TvmStAaw51sgUw"], "issued_at": "2018-10-12T10:57:17.000000Z"}} 2018-10-12 10:57:17,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ee26db8aab2fb67a5c9fe76660a98771705842c" 2018-10-12 10:57:17,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-156647bb-a22b-4f6c-9102-e0540f2ba27b Date: Fri, 12 Oct 2018 10:57:17 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"}]} 2018-10-12 10:57:17,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?router%3Aexternal=True used request id req-156647bb-a22b-4f6c-9102-e0540f2ba27b 2018-10-12 10:57:17,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=71fc6d74-b5f7-4beb-b556-59bef5906bb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ee26db8aab2fb67a5c9fe76660a98771705842c" 2018-10-12 10:57:18,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-d49a892e-2d6a-44e6-8f7c-42c72a7d9d10 Date: Fri, 12 Oct 2018 10:57:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:14Z","dns_nameservers":[],"updated_at":"2018-10-12T10:34:14Z","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":"a326b90e4e0b4021a92eb982e1729d5e","id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-12 10:57:18,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=71fc6d74-b5f7-4beb-b556-59bef5906bb2 used request id req-d49a892e-2d6a-44e6-8f7c-42c72a7d9d10 2018-10-12 10:57:18,162 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-12 10:57:18,162 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-10-12 10:57:18,163 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:57:18,164 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:57:18,551 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1c1017ff92d34699889959b2d27ada82", "name": "heat_stack_owner"}, {"id": "d777d177be7e4326ba270c662692e55c", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T11:57:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "032b60cb708a43d69f35d39e8d4e85c3", "name": "snaps_health_check-project_315ec794-3fa8-4c22-bc8e-0af8643bf3f3"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/032b60cb708a43d69f35d39e8d4e85c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/032b60cb708a43d69f35d39e8d4e85c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/032b60cb708a43d69f35d39e8d4e85c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/032b60cb708a43d69f35d39e8d4e85c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/032b60cb708a43d69f35d39e8d4e85c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/032b60cb708a43d69f35d39e8d4e85c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/032b60cb708a43d69f35d39e8d4e85c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/032b60cb708a43d69f35d39e8d4e85c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/032b60cb708a43d69f35d39e8d4e85c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/032b60cb708a43d69f35d39e8d4e85c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/032b60cb708a43d69f35d39e8d4e85c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/032b60cb708a43d69f35d39e8d4e85c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_315ec794-3fa8-4c22-bc8e-0af8643bf3f3", "id": "5b3affe6962c4e408f8a22b2a06fa186"}, "audit_ids": ["4iXkNeWVTaemvQCmxPiggA"], "issued_at": "2018-10-12T10:57:18.000000Z"}} 2018-10-12 10:57:18,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59e2657e0a8623f9b52419abc6ed843ff8d0750d" 2018-10-12 10:57:18,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03341378-754e-4678-8a35-1bf5d1ee23df Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:57:18,626 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-03341378-754e-4678-8a35-1bf5d1ee23df 2018-10-12 10:57:18,627 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:57:18,628 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:57:19,011 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1c1017ff92d34699889959b2d27ada82", "name": "heat_stack_owner"}, {"id": "d777d177be7e4326ba270c662692e55c", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T11:57:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "032b60cb708a43d69f35d39e8d4e85c3", "name": "snaps_health_check-project_315ec794-3fa8-4c22-bc8e-0af8643bf3f3"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/032b60cb708a43d69f35d39e8d4e85c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/032b60cb708a43d69f35d39e8d4e85c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/032b60cb708a43d69f35d39e8d4e85c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/032b60cb708a43d69f35d39e8d4e85c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/032b60cb708a43d69f35d39e8d4e85c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/032b60cb708a43d69f35d39e8d4e85c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/032b60cb708a43d69f35d39e8d4e85c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/032b60cb708a43d69f35d39e8d4e85c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/032b60cb708a43d69f35d39e8d4e85c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/032b60cb708a43d69f35d39e8d4e85c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/032b60cb708a43d69f35d39e8d4e85c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/032b60cb708a43d69f35d39e8d4e85c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_315ec794-3fa8-4c22-bc8e-0af8643bf3f3", "id": "5b3affe6962c4e408f8a22b2a06fa186"}, "audit_ids": ["jfK5sw6BTNWEy01Y6cStWw"], "issued_at": "2018-10-12T10:57:19.000000Z"}} 2018-10-12 10:57:19,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa5e69712817b8cb792a8b0bbb4422c22706874b" 2018-10-12 10:57:19,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cd3df67-2e9f-43ce-96cb-e7a7c8093d51 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:57:19,097 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4cd3df67-2e9f-43ce-96cb-e7a7c8093d51 2018-10-12 10:57:19,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:57:19,107 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:57: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:57:19,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-3c4f970b-0426-408-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa5e69712817b8cb792a8b0bbb4422c22706874b" 2018-10-12 10:57:19,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-071e0f7a-ead5-484f-8dec-6d8829dea4fe Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-3c4f970b-0426-408-proj", "previous": null, "next": null}, "projects": []} 2018-10-12 10:57:19,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-3c4f970b-0426-408-proj used request id req-071e0f7a-ead5-484f-8dec-6d8829dea4fe 2018-10-12 10:57:19,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa5e69712817b8cb792a8b0bbb4422c22706874b" 2018-10-12 10:57:19,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1d43599-124c-45ad-a6f1-a1fbd52def02 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-12 10:57:19,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-e1d43599-124c-45ad-a6f1-a1fbd52def02 2018-10-12 10:57:19,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa5e69712817b8cb792a8b0bbb4422c22706874b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-3c4f970b-0426-408-proj"}}' 2018-10-12 10:57:19,484 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 10:57:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a759e5e2-ba8f-4bfc-9c54-5f2e183c65e4 Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/e102bdb5988e467195bfdf8f10d59478"}, "enabled": true, "id": "e102bdb5988e467195bfdf8f10d59478", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-3c4f970b-0426-408-proj"}} 2018-10-12 10:57:19,484 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-a759e5e2-ba8f-4bfc-9c54-5f2e183c65e4 2018-10-12 10:57:19,485 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-3c4f970b-0426-408-proj 2018-10-12 10:57:19,485 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:57:19,486 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:57:19,868 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1c1017ff92d34699889959b2d27ada82", "name": "heat_stack_owner"}, {"id": "d777d177be7e4326ba270c662692e55c", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T11:57:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "032b60cb708a43d69f35d39e8d4e85c3", "name": "snaps_health_check-project_315ec794-3fa8-4c22-bc8e-0af8643bf3f3"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/032b60cb708a43d69f35d39e8d4e85c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/032b60cb708a43d69f35d39e8d4e85c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/032b60cb708a43d69f35d39e8d4e85c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/032b60cb708a43d69f35d39e8d4e85c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/032b60cb708a43d69f35d39e8d4e85c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/032b60cb708a43d69f35d39e8d4e85c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/032b60cb708a43d69f35d39e8d4e85c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/032b60cb708a43d69f35d39e8d4e85c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/032b60cb708a43d69f35d39e8d4e85c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/032b60cb708a43d69f35d39e8d4e85c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/032b60cb708a43d69f35d39e8d4e85c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/032b60cb708a43d69f35d39e8d4e85c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_315ec794-3fa8-4c22-bc8e-0af8643bf3f3", "id": "5b3affe6962c4e408f8a22b2a06fa186"}, "audit_ids": ["aC_KgmpxRxa3shjizUyDVA"], "issued_at": "2018-10-12T10:57:19.000000Z"}} 2018-10-12 10:57:19,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85e30d22f1195e362278d1637cf9b8916f105d98" 2018-10-12 10:57:19,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2be0b908-193f-43a5-810c-e3e22cb34ced Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:57:19,958 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2be0b908-193f-43a5-810c-e3e22cb34ced 2018-10-12 10:57:19,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:57:19,967 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:57: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:57:19,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85e30d22f1195e362278d1637cf9b8916f105d98" 2018-10-12 10:57:20,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3de581c8-aa36-441d-be4a-ac46a4d2bfe9 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_315ec794-3fa8-4c22-bc8e-0af8643bf3f3", "links": {"self": "http://172.30.9.26:5000/v3/users/5b3affe6962c4e408f8a22b2a06fa186"}, "domain_id": "default", "enabled": true, "id": "5b3affe6962c4e408f8a22b2a06fa186", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 10:57:20,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-3de581c8-aa36-441d-be4a-ac46a4d2bfe9 2018-10-12 10:57:20,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects?name=SimpleHealthCheck-3c4f970b-0426-408-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85e30d22f1195e362278d1637cf9b8916f105d98" 2018-10-12 10:57:20,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4eece9b9-2f1f-45dc-82ef-916e33c7df52 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?name=SimpleHealthCheck-3c4f970b-0426-408-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/e102bdb5988e467195bfdf8f10d59478"}, "enabled": true, "id": "e102bdb5988e467195bfdf8f10d59478", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-3c4f970b-0426-408-proj"}]} 2018-10-12 10:57:20,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?name=SimpleHealthCheck-3c4f970b-0426-408-proj used request id req-4eece9b9-2f1f-45dc-82ef-916e33c7df52 2018-10-12 10:57:20,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85e30d22f1195e362278d1637cf9b8916f105d98" 2018-10-12 10:57:20,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e614bcfe-0f8e-4684-b21a-022b908f1108 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-12 10:57:20,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains?name=Default used request id req-e614bcfe-0f8e-4684-b21a-022b908f1108 2018-10-12 10:57:20,660 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-3c4f970b-0426-408-user 2018-10-12 10:57:20,661 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:57:20,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa5e69712817b8cb792a8b0bbb4422c22706874b" 2018-10-12 10:57:20,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac5a6336-8e9e-4c58-bcfb-c1d144918bc5 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "1c1017ff92d34699889959b2d27ada82", "links": {"self": "http://172.30.9.26:5000/v3/roles/1c1017ff92d34699889959b2d27ada82"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d777d177be7e4326ba270c662692e55c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d777d177be7e4326ba270c662692e55c"}, "name": "Member"}]} 2018-10-12 10:57:20,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-ac5a6336-8e9e-4c58-bcfb-c1d144918bc5 2018-10-12 10:57:20,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa5e69712817b8cb792a8b0bbb4422c22706874b" -d '{"role": {"name": "SimpleHealthCheck-3c4f970b-0426-408-proj-role"}}' 2018-10-12 10:57:20,867 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 10:57:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b171567d-b920-4d42-b765-54188acab18d Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2b222aeee8cc4a68b1765921b4055530", "links": {"self": "http://172.30.9.26:5000/v3/roles/2b222aeee8cc4a68b1765921b4055530"}, "name": "SimpleHealthCheck-3c4f970b-0426-408-proj-role"}} 2018-10-12 10:57:20,868 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-b171567d-b920-4d42-b765-54188acab18d 2018-10-12 10:57:20,868 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-3c4f970b-0426-408-proj-role 2018-10-12 10:57:20,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles/2b222aeee8cc4a68b1765921b4055530 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa5e69712817b8cb792a8b0bbb4422c22706874b" 2018-10-12 10:57:20,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cd97797-a4b5-4b10-b3ea-91f2f0ce8ee0 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/2b222aeee8cc4a68b1765921b4055530"}, "domain_id": null, "name": "SimpleHealthCheck-3c4f970b-0426-408-proj-role", "id": "2b222aeee8cc4a68b1765921b4055530"}} 2018-10-12 10:57:20,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/2b222aeee8cc4a68b1765921b4055530 used request id req-7cd97797-a4b5-4b10-b3ea-91f2f0ce8ee0 2018-10-12 10:57:20,961 - keystone_utils - INFO - Granting role SimpleHealthCheck-3c4f970b-0426-408-proj-role to project SimpleHealthCheck-3c4f970b-0426-408-proj 2018-10-12 10:57:20,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:5000/v3/projects/e102bdb5988e467195bfdf8f10d59478/users/32296c67575847509b8eb55e36ca7389/roles/2b222aeee8cc4a68b1765921b4055530 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa5e69712817b8cb792a8b0bbb4422c22706874b" 2018-10-12 10:57:21,099 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:57:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57f317c7-0120-4013-b89f-f911881f6e04 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:57:21,099 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/e102bdb5988e467195bfdf8f10d59478/users/32296c67575847509b8eb55e36ca7389/roles/2b222aeee8cc4a68b1765921b4055530 used request id req-57f317c7-0120-4013-b89f-f911881f6e04 2018-10-12 10:57:21,099 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:57:21,101 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-12 10:57:21,101 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:57:21,102 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:57:21,490 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2b222aeee8cc4a68b1765921b4055530", "name": "SimpleHealthCheck-3c4f970b-0426-408-proj-role"}], "expires_at": "2018-10-12T11:57:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e102bdb5988e467195bfdf8f10d59478", "name": "SimpleHealthCheck-3c4f970b-0426-408-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/e102bdb5988e467195bfdf8f10d59478", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/e102bdb5988e467195bfdf8f10d59478", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/e102bdb5988e467195bfdf8f10d59478", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e102bdb5988e467195bfdf8f10d59478", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/e102bdb5988e467195bfdf8f10d59478", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/e102bdb5988e467195bfdf8f10d59478", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/e102bdb5988e467195bfdf8f10d59478", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/e102bdb5988e467195bfdf8f10d59478", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/e102bdb5988e467195bfdf8f10d59478", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e102bdb5988e467195bfdf8f10d59478", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/e102bdb5988e467195bfdf8f10d59478", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/e102bdb5988e467195bfdf8f10d59478", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-3c4f970b-0426-408-user", "id": "32296c67575847509b8eb55e36ca7389"}, "audit_ids": ["AaW3ljGLR6m9F22fbmeVLQ"], "issued_at": "2018-10-12T10:57:21.000000Z"}} 2018-10-12 10:57:21,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05e65ebe4529c1a7ac5ae62591dd8f65441eec29" 2018-10-12 10:57:21,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9345d64-7091-466a-9fab-da8d73e1a362 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:57:21,568 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c9345d64-7091-466a-9fab-da8d73e1a362 2018-10-12 10:57:21,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}05e65ebe4529c1a7ac5ae62591dd8f65441eec29" 2018-10-12 10:57:21,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-79bd41ba-1874-4e5c-bab5-85b7a5484ab9 Date: Fri, 12 Oct 2018 10:57:21 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-image"} 2018-10-12 10:57:21,739 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-image used request id req-79bd41ba-1874-4e5c-bab5-85b7a5484ab9 2018-10-12 10:57:21,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}05e65ebe4529c1a7ac5ae62591dd8f65441eec29" 2018-10-12 10:57:21,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3c9e5829-9f50-440e-861a-10b40b69874a Date: Fri, 12 Oct 2018 10:57: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-10-12 10:57:21,900 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-3c9e5829-9f50-440e-861a-10b40b69874a 2018-10-12 10:57:21,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}05e65ebe4529c1a7ac5ae62591dd8f65441eec29" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-image"}' 2018-10-12 10:57:22,164 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/772446ee-665d-43b8-b0b0-ff5ce8772924 X-Openstack-Request-Id: req-264bb332-03b8-483b-aab4-fc7d1644ac50 Date: Fri, 12 Oct 2018 10:57:22 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:57:22Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-12T10:57:22Z", "visibility": "shared", "locations": [], "self": "/v2/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "min_disk": 0, "protected": false, "id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "file": "/v2/images/772446ee-665d-43b8-b0b0-ff5ce8772924/file", "checksum": null, "owner": "e102bdb5988e467195bfdf8f10d59478", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 10:57:22,164 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-264bb332-03b8-483b-aab4-fc7d1644ac50 2018-10-12 10:57:22,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.26:9292/v2/images/772446ee-665d-43b8-b0b0-ff5ce8772924/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}05e65ebe4529c1a7ac5ae62591dd8f65441eec29" -d '' 2018-10-12 10:57:24,279 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-123e24c9-089e-473f-ac52-1d67b8f99a44 Date: Fri, 12 Oct 2018 10:57:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 10:57:24,279 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/772446ee-665d-43b8-b0b0-ff5ce8772924/file used request id req-123e24c9-089e-473f-ac52-1d67b8f99a44 2018-10-12 10:57:24,279 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-12 10:57:24,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/772446ee-665d-43b8-b0b0-ff5ce8772924 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}05e65ebe4529c1a7ac5ae62591dd8f65441eec29" 2018-10-12 10:57:24,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-657c9d5a-2aa6-4df5-993f-675eae355ce3 Date: Fri, 12 Oct 2018 10:57:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:57:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-12T10:57:24Z", "visibility": "shared", "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/772446ee-665d-43b8-b0b0-ff5ce8772924/snap", "metadata": {}}], "self": "/v2/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "min_disk": 0, "protected": false, "id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "file": "/v2/images/772446ee-665d-43b8-b0b0-ff5ce8772924/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e102bdb5988e467195bfdf8f10d59478", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/772446ee-665d-43b8-b0b0-ff5ce8772924/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 10:57:24,455 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/772446ee-665d-43b8-b0b0-ff5ce8772924 used request id req-657c9d5a-2aa6-4df5-993f-675eae355ce3 2018-10-12 10:57:24,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}05e65ebe4529c1a7ac5ae62591dd8f65441eec29" 2018-10-12 10:57:24,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f03fe182-fcab-4e1a-8185-ff8cd1299608 Date: Fri, 12 Oct 2018 10:57:24 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-12 10:57:24,610 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-f03fe182-fcab-4e1a-8185-ff8cd1299608 2018-10-12 10:57:24,613 - create_image - INFO - Created image with name - SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-image 2018-10-12 10:57:24,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images/772446ee-665d-43b8-b0b0-ff5ce8772924 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}05e65ebe4529c1a7ac5ae62591dd8f65441eec29" 2018-10-12 10:57:24,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-0bb9ad00-3847-4374-afe9-834bbc0c33b8 Date: Fri, 12 Oct 2018 10:57:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:57:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-12T10:57:24Z", "visibility": "shared", "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/772446ee-665d-43b8-b0b0-ff5ce8772924/snap", "metadata": {}}], "self": "/v2/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "min_disk": 0, "protected": false, "id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "file": "/v2/images/772446ee-665d-43b8-b0b0-ff5ce8772924/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e102bdb5988e467195bfdf8f10d59478", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/772446ee-665d-43b8-b0b0-ff5ce8772924/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 10:57:24,772 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images/772446ee-665d-43b8-b0b0-ff5ce8772924 used request id req-0bb9ad00-3847-4374-afe9-834bbc0c33b8 2018-10-12 10:57:24,773 - create_image - DEBUG - Instance status is - active 2018-10-12 10:57:24,773 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-image 2018-10-12 10:57:24,773 - create_image - INFO - Image is now active with name - SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-image 2018-10-12 10:57:24,773 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:57:24,774 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:57:25,154 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2b222aeee8cc4a68b1765921b4055530", "name": "SimpleHealthCheck-3c4f970b-0426-408-proj-role"}], "expires_at": "2018-10-12T11:57:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e102bdb5988e467195bfdf8f10d59478", "name": "SimpleHealthCheck-3c4f970b-0426-408-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/e102bdb5988e467195bfdf8f10d59478", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/e102bdb5988e467195bfdf8f10d59478", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/e102bdb5988e467195bfdf8f10d59478", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e102bdb5988e467195bfdf8f10d59478", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/e102bdb5988e467195bfdf8f10d59478", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/e102bdb5988e467195bfdf8f10d59478", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/e102bdb5988e467195bfdf8f10d59478", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/e102bdb5988e467195bfdf8f10d59478", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/e102bdb5988e467195bfdf8f10d59478", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e102bdb5988e467195bfdf8f10d59478", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/e102bdb5988e467195bfdf8f10d59478", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/e102bdb5988e467195bfdf8f10d59478", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-3c4f970b-0426-408-user", "id": "32296c67575847509b8eb55e36ca7389"}, "audit_ids": ["kmgLaXTLSHi00lMsxuy-jQ"], "issued_at": "2018-10-12T10:57:25.000000Z"}} 2018-10-12 10:57:25,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa657f0335439c55bc3b46ab786a679232a7722d" 2018-10-12 10:57:25,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-774c76c3-658d-489b-9db1-88eb345f7a21 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:57:25,224 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-774c76c3-658d-489b-9db1-88eb345f7a21 2018-10-12 10:57:25,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa657f0335439c55bc3b46ab786a679232a7722d" 2018-10-12 10:57:25,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-86a4dd74-f2c1-4547-9c02-f9aa31d7f6d7 Date: Fri, 12 Oct 2018 10:57:25 GMT RESP BODY: {"networks":[]} 2018-10-12 10:57:25,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net used request id req-86a4dd74-f2c1-4547-9c02-f9aa31d7f6d7 2018-10-12 10:57:25,410 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net 2018-10-12 10:57:25,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa657f0335439c55bc3b46ab786a679232a7722d" -d '{"network": {"name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net", "admin_state_up": true}}' 2018-10-12 10:57:26,040 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 600 X-Openstack-Request-Id: req-d4b2378c-103d-4dcd-ae11-66b16b56c196 Date: Fri, 12 Oct 2018 10:57:26 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"e102bdb5988e467195bfdf8f10d59478","created_at":"2018-10-12T10:57:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-10-12T10:57:25Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"e102bdb5988e467195bfdf8f10d59478","id":"a36f013a-5e59-4edd-8930-1b45c54b1e69","name":"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net"}} 2018-10-12 10:57:26,040 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-d4b2378c-103d-4dcd-ae11-66b16b56c196 2018-10-12 10:57:26,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=a36f013a-5e59-4edd-8930-1b45c54b1e69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa657f0335439c55bc3b46ab786a679232a7722d" 2018-10-12 10:57:26,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 584 X-Openstack-Request-Id: req-98ee628c-9322-4816-a830-998587bee868 Date: Fri, 12 Oct 2018 10:57:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-12T10:57:25Z","tenant_id":"e102bdb5988e467195bfdf8f10d59478","created_at":"2018-10-12T10:57:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"e102bdb5988e467195bfdf8f10d59478","id":"a36f013a-5e59-4edd-8930-1b45c54b1e69","name":"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net"}]} 2018-10-12 10:57:26,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=a36f013a-5e59-4edd-8930-1b45c54b1e69 used request id req-98ee628c-9322-4816-a830-998587bee868 2018-10-12 10:57:26,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=a36f013a-5e59-4edd-8930-1b45c54b1e69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa657f0335439c55bc3b46ab786a679232a7722d" 2018-10-12 10:57:26,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d96b6426-60a6-4bdd-bb55-b968a322d8e1 Date: Fri, 12 Oct 2018 10:57:26 GMT RESP BODY: {"subnets":[]} 2018-10-12 10:57:26,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=a36f013a-5e59-4edd-8930-1b45c54b1e69 used request id req-d96b6426-60a6-4bdd-bb55-b968a322d8e1 2018-10-12 10:57:26,466 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-subnet 2018-10-12 10:57:26,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa657f0335439c55bc3b46ab786a679232a7722d" -d '{"subnets": [{"ip_version": 4, "network_id": "a36f013a-5e59-4edd-8930-1b45c54b1e69", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-subnet"}]}' 2018-10-12 10:57:27,274 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-f3e7ab69-59a8-489a-b067-3795f189fc3b Date: Fri, 12 Oct 2018 10:57:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a36f013a-5e59-4edd-8930-1b45c54b1e69","tenant_id":"e102bdb5988e467195bfdf8f10d59478","created_at":"2018-10-12T10:57:26Z","dns_nameservers":[],"updated_at":"2018-10-12T10:57:26Z","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":"e102bdb5988e467195bfdf8f10d59478","id":"e2eaff52-5e2e-4883-8caf-750f732251b1","subnetpool_id":null,"name":"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-subnet"}]} 2018-10-12 10:57:27,274 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-f3e7ab69-59a8-489a-b067-3795f189fc3b 2018-10-12 10:57:27,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?id=a36f013a-5e59-4edd-8930-1b45c54b1e69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa657f0335439c55bc3b46ab786a679232a7722d" 2018-10-12 10:57:27,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-51ac7eaa-11a4-40f1-9514-eb42f21de8fb Date: Fri, 12 Oct 2018 10:57:27 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":["e2eaff52-5e2e-4883-8caf-750f732251b1"],"updated_at":"2018-10-12T10:57:26Z","tenant_id":"e102bdb5988e467195bfdf8f10d59478","created_at":"2018-10-12T10:57:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e102bdb5988e467195bfdf8f10d59478","id":"a36f013a-5e59-4edd-8930-1b45c54b1e69","name":"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net"}]} 2018-10-12 10:57:27,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?id=a36f013a-5e59-4edd-8930-1b45c54b1e69 used request id req-51ac7eaa-11a4-40f1-9514-eb42f21de8fb 2018-10-12 10:57:27,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=a36f013a-5e59-4edd-8930-1b45c54b1e69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa657f0335439c55bc3b46ab786a679232a7722d" 2018-10-12 10:57:27,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-60ee6385-9186-46f3-996b-86a07a04a216 Date: Fri, 12 Oct 2018 10:57:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a36f013a-5e59-4edd-8930-1b45c54b1e69","tenant_id":"e102bdb5988e467195bfdf8f10d59478","created_at":"2018-10-12T10:57:26Z","dns_nameservers":[],"updated_at":"2018-10-12T10:57:26Z","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":"e102bdb5988e467195bfdf8f10d59478","id":"e2eaff52-5e2e-4883-8caf-750f732251b1","subnetpool_id":null,"name":"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-subnet"}]} 2018-10-12 10:57:27,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=a36f013a-5e59-4edd-8930-1b45c54b1e69 used request id req-60ee6385-9186-46f3-996b-86a07a04a216 2018-10-12 10:57:27,573 - OpenStackNetwork - DEBUG - Network [a36f013a-5e59-4edd-8930-1b45c54b1e69] created successfully 2018-10-12 10:57:27,573 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:57:27,574 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:57:27,992 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1c1017ff92d34699889959b2d27ada82", "name": "heat_stack_owner"}, {"id": "d777d177be7e4326ba270c662692e55c", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T11:57:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "032b60cb708a43d69f35d39e8d4e85c3", "name": "snaps_health_check-project_315ec794-3fa8-4c22-bc8e-0af8643bf3f3"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/032b60cb708a43d69f35d39e8d4e85c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/032b60cb708a43d69f35d39e8d4e85c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/032b60cb708a43d69f35d39e8d4e85c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/032b60cb708a43d69f35d39e8d4e85c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/032b60cb708a43d69f35d39e8d4e85c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/032b60cb708a43d69f35d39e8d4e85c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/032b60cb708a43d69f35d39e8d4e85c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/032b60cb708a43d69f35d39e8d4e85c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/032b60cb708a43d69f35d39e8d4e85c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/032b60cb708a43d69f35d39e8d4e85c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/032b60cb708a43d69f35d39e8d4e85c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/032b60cb708a43d69f35d39e8d4e85c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_315ec794-3fa8-4c22-bc8e-0af8643bf3f3", "id": "5b3affe6962c4e408f8a22b2a06fa186"}, "audit_ids": ["hts6FCGbRV6Bh5WW5Naztg"], "issued_at": "2018-10-12T10:57:27.000000Z"}} 2018-10-12 10:57:27,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}303b8380e0c5723afa57968611a1c70219eb9efa" 2018-10-12 10:57:28,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21f4a855-c34c-4e9d-b2a4-560711110c2e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:57:28,075 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-21f4a855-c34c-4e9d-b2a4-560711110c2e 2018-10-12 10:57:28,077 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:57:28,082 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}303b8380e0c5723afa57968611a1c70219eb9efa" 2018-10-12 10:57:28,268 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-773b01f7-96ea-4225-a586-df3fb2a8712c x-compute-request-id: req-773b01f7-96ea-4225-a586-df3fb2a8712c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-12 10:57:28,268 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-773b01f7-96ea-4225-a586-df3fb2a8712c 2018-10-12 10:57:28,271 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}303b8380e0c5723afa57968611a1c70219eb9efa" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-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-10-12 10:57:28,339 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-6e3c0de1-3947-470c-be2e-baa89d9b30ae x-compute-request-id: req-6e3c0de1-3947-470c-be2e-baa89d9b30ae Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 10:57:28,339 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-6e3c0de1-3947-470c-be2e-baa89d9b30ae 2018-10-12 10:57:28,340 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:57:28,341 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:57:28,712 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2b222aeee8cc4a68b1765921b4055530", "name": "SimpleHealthCheck-3c4f970b-0426-408-proj-role"}], "expires_at": "2018-10-12T11:57:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e102bdb5988e467195bfdf8f10d59478", "name": "SimpleHealthCheck-3c4f970b-0426-408-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/e102bdb5988e467195bfdf8f10d59478", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/e102bdb5988e467195bfdf8f10d59478", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/e102bdb5988e467195bfdf8f10d59478", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e102bdb5988e467195bfdf8f10d59478", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/e102bdb5988e467195bfdf8f10d59478", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/e102bdb5988e467195bfdf8f10d59478", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/e102bdb5988e467195bfdf8f10d59478", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/e102bdb5988e467195bfdf8f10d59478", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/e102bdb5988e467195bfdf8f10d59478", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e102bdb5988e467195bfdf8f10d59478", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/e102bdb5988e467195bfdf8f10d59478", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/e102bdb5988e467195bfdf8f10d59478", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-3c4f970b-0426-408-user", "id": "32296c67575847509b8eb55e36ca7389"}, "audit_ids": ["ETlwUWyJRbK8fOjiRfGGsQ"], "issued_at": "2018-10-12T10:57:28.000000Z"}} 2018-10-12 10:57:28,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:28,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7390bc4c-079f-4eec-a6a5-af6740ecfe17 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:57:28,803 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7390bc4c-079f-4eec-a6a5-af6740ecfe17 2018-10-12 10:57:28,804 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-12 10:57:28,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:28,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4df9e29f-6d6b-4227-a32a-5b6c80f7b598 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:57:28,878 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-4df9e29f-6d6b-4227-a32a-5b6c80f7b598 2018-10-12 10:57:28,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:29,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-f84f7c6a-ec70-4b4c-99c8-dabf5f6c5372 Date: Fri, 12 Oct 2018 10:57:29 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":["e2eaff52-5e2e-4883-8caf-750f732251b1"],"updated_at":"2018-10-12T10:57:26Z","tenant_id":"e102bdb5988e467195bfdf8f10d59478","created_at":"2018-10-12T10:57:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e102bdb5988e467195bfdf8f10d59478","id":"a36f013a-5e59-4edd-8930-1b45c54b1e69","name":"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net"}]} 2018-10-12 10:57:29,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net used request id req-f84f7c6a-ec70-4b4c-99c8-dabf5f6c5372 2018-10-12 10:57:29,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:57:29,229 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:57: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:57:29,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/e102bdb5988e467195bfdf8f10d59478 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:29,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec74b051-d899-4e3f-a1d8-ba1e19b960d8 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/e102bdb5988e467195bfdf8f10d59478"}, "enabled": true, "id": "e102bdb5988e467195bfdf8f10d59478", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-3c4f970b-0426-408-proj"}} 2018-10-12 10:57:29,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/e102bdb5988e467195bfdf8f10d59478 used request id req-ec74b051-d899-4e3f-a1d8-ba1e19b960d8 2018-10-12 10:57:29,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=a36f013a-5e59-4edd-8930-1b45c54b1e69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:29,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-e102d22e-d929-4673-ab37-b38c6fade3be Date: Fri, 12 Oct 2018 10:57:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a36f013a-5e59-4edd-8930-1b45c54b1e69","tenant_id":"e102bdb5988e467195bfdf8f10d59478","created_at":"2018-10-12T10:57:26Z","dns_nameservers":[],"updated_at":"2018-10-12T10:57:26Z","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":"e102bdb5988e467195bfdf8f10d59478","id":"e2eaff52-5e2e-4883-8caf-750f732251b1","subnetpool_id":null,"name":"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-subnet"}]} 2018-10-12 10:57:29,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=a36f013a-5e59-4edd-8930-1b45c54b1e69 used request id req-e102d22e-d929-4673-ab37-b38c6fade3be 2018-10-12 10:57:29,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=a36f013a-5e59-4edd-8930-1b45c54b1e69&name=SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:29,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fbaad4cf-28ea-44d7-b428-80a6dae816a0 Date: Fri, 12 Oct 2018 10:57:29 GMT RESP BODY: {"ports":[]} 2018-10-12 10:57:29,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=a36f013a-5e59-4edd-8930-1b45c54b1e69&name=SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9port-1&admin_state_up=True used request id req-fbaad4cf-28ea-44d7-b428-80a6dae816a0 2018-10-12 10:57:29,695 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/detail?name=SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:29,963 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57: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-0c5cf8d1-dc65-4a81-8abc-4e2dfc0921ad x-compute-request-id: req-0c5cf8d1-dc65-4a81-8abc-4e2dfc0921ad Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-12 10:57:29,963 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail?name=SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst used request id req-0c5cf8d1-dc65-4a81-8abc-4e2dfc0921ad 2018-10-12 10:57:29,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:30,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-b734627a-6114-483d-9cb6-8828da5d4ec2 Date: Fri, 12 Oct 2018 10:57:30 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e2eaff52-5e2e-4883-8caf-750f732251b1"],"updated_at":"2018-10-12T10:57:26Z","tenant_id":"e102bdb5988e467195bfdf8f10d59478","created_at":"2018-10-12T10:57:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e102bdb5988e467195bfdf8f10d59478","id":"a36f013a-5e59-4edd-8930-1b45c54b1e69","name":"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net"}]} 2018-10-12 10:57:30,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net used request id req-b734627a-6114-483d-9cb6-8828da5d4ec2 2018-10-12 10:57:30,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/e102bdb5988e467195bfdf8f10d59478 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:30,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd7dd7fd-7183-4d5b-997a-8217d00efe80 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/e102bdb5988e467195bfdf8f10d59478"}, "enabled": true, "id": "e102bdb5988e467195bfdf8f10d59478", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-3c4f970b-0426-408-proj"}} 2018-10-12 10:57:30,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/e102bdb5988e467195bfdf8f10d59478 used request id req-dd7dd7fd-7183-4d5b-997a-8217d00efe80 2018-10-12 10:57:30,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=a36f013a-5e59-4edd-8930-1b45c54b1e69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:30,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-6553edfb-afb6-45e0-8813-d26b09c71b68 Date: Fri, 12 Oct 2018 10:57:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a36f013a-5e59-4edd-8930-1b45c54b1e69","tenant_id":"e102bdb5988e467195bfdf8f10d59478","created_at":"2018-10-12T10:57:26Z","dns_nameservers":[],"updated_at":"2018-10-12T10:57:26Z","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":"e102bdb5988e467195bfdf8f10d59478","id":"e2eaff52-5e2e-4883-8caf-750f732251b1","subnetpool_id":null,"name":"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-subnet"}]} 2018-10-12 10:57:30,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=a36f013a-5e59-4edd-8930-1b45c54b1e69 used request id req-6553edfb-afb6-45e0-8813-d26b09c71b68 2018-10-12 10:57:30,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=a36f013a-5e59-4edd-8930-1b45c54b1e69&name=SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:30,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a93aa7cd-4c9a-407f-a07e-b6a9c9405985 Date: Fri, 12 Oct 2018 10:57:30 GMT RESP BODY: {"ports":[]} 2018-10-12 10:57:30,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=a36f013a-5e59-4edd-8930-1b45c54b1e69&name=SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9port-1&admin_state_up=True used request id req-a93aa7cd-4c9a-407f-a07e-b6a9c9405985 2018-10-12 10:57:30,687 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-12 10:57:30,688 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:57:31,057 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2b222aeee8cc4a68b1765921b4055530", "name": "SimpleHealthCheck-3c4f970b-0426-408-proj-role"}], "expires_at": "2018-10-12T11:57:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e102bdb5988e467195bfdf8f10d59478", "name": "SimpleHealthCheck-3c4f970b-0426-408-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/e102bdb5988e467195bfdf8f10d59478", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/e102bdb5988e467195bfdf8f10d59478", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/e102bdb5988e467195bfdf8f10d59478", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e102bdb5988e467195bfdf8f10d59478", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/e102bdb5988e467195bfdf8f10d59478", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/e102bdb5988e467195bfdf8f10d59478", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/e102bdb5988e467195bfdf8f10d59478", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/e102bdb5988e467195bfdf8f10d59478", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/e102bdb5988e467195bfdf8f10d59478", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e102bdb5988e467195bfdf8f10d59478", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/e102bdb5988e467195bfdf8f10d59478", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/e102bdb5988e467195bfdf8f10d59478", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-3c4f970b-0426-408-user", "id": "32296c67575847509b8eb55e36ca7389"}, "audit_ids": ["ndSHaKpCTeOYoY5rED1Uow"], "issued_at": "2018-10-12T10:57:31.000000Z"}} 2018-10-12 10:57:31,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}140d1151d44573c9e177fcdf0e7be35c37a6ad1e" 2018-10-12 10:57:31,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f167a8b3-a03e-4deb-9fce-ed3c4705c821 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:57:31,133 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f167a8b3-a03e-4deb-9fce-ed3c4705c821 2018-10-12 10:57:31,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:31,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-69f48c4e-8053-4ec2-aaf9-3390d63fd842 Date: Fri, 12 Oct 2018 10:57: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":["e2eaff52-5e2e-4883-8caf-750f732251b1"],"updated_at":"2018-10-12T10:57:26Z","tenant_id":"e102bdb5988e467195bfdf8f10d59478","created_at":"2018-10-12T10:57:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e102bdb5988e467195bfdf8f10d59478","id":"a36f013a-5e59-4edd-8930-1b45c54b1e69","name":"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net"}]} 2018-10-12 10:57:31,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net used request id req-69f48c4e-8053-4ec2-aaf9-3390d63fd842 2018-10-12 10:57:31,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=a36f013a-5e59-4edd-8930-1b45c54b1e69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:31,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8977a66e-ac0d-4df5-9a71-ff377e138729 Date: Fri, 12 Oct 2018 10:57:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a36f013a-5e59-4edd-8930-1b45c54b1e69","tenant_id":"e102bdb5988e467195bfdf8f10d59478","created_at":"2018-10-12T10:57:26Z","dns_nameservers":[],"updated_at":"2018-10-12T10:57:26Z","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":"e102bdb5988e467195bfdf8f10d59478","id":"e2eaff52-5e2e-4883-8caf-750f732251b1","subnetpool_id":null,"name":"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-subnet"}]} 2018-10-12 10:57:31,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=a36f013a-5e59-4edd-8930-1b45c54b1e69 used request id req-8977a66e-ac0d-4df5-9a71-ff377e138729 2018-10-12 10:57:31,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:31,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-d157fca9-1167-4218-a76b-4d10ba57e0bf Date: Fri, 12 Oct 2018 10:57: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":["e2eaff52-5e2e-4883-8caf-750f732251b1"],"updated_at":"2018-10-12T10:57:26Z","tenant_id":"e102bdb5988e467195bfdf8f10d59478","created_at":"2018-10-12T10:57:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e102bdb5988e467195bfdf8f10d59478","id":"a36f013a-5e59-4edd-8930-1b45c54b1e69","name":"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net"}]} 2018-10-12 10:57:31,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net used request id req-d157fca9-1167-4218-a76b-4d10ba57e0bf 2018-10-12 10:57:31,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 10:57:31,845 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:57: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:57:31,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/e102bdb5988e467195bfdf8f10d59478 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}140d1151d44573c9e177fcdf0e7be35c37a6ad1e" 2018-10-12 10:57:31,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea7fd14a-2edb-4a33-9a01-5235c517f31b Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/e102bdb5988e467195bfdf8f10d59478"}, "enabled": true, "id": "e102bdb5988e467195bfdf8f10d59478", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-3c4f970b-0426-408-proj"}} 2018-10-12 10:57:31,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/e102bdb5988e467195bfdf8f10d59478 used request id req-ea7fd14a-2edb-4a33-9a01-5235c517f31b 2018-10-12 10:57:31,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=a36f013a-5e59-4edd-8930-1b45c54b1e69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:32,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2676f196-d57a-4913-8e33-2a843e8db511 Date: Fri, 12 Oct 2018 10:57:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a36f013a-5e59-4edd-8930-1b45c54b1e69","tenant_id":"e102bdb5988e467195bfdf8f10d59478","created_at":"2018-10-12T10:57:26Z","dns_nameservers":[],"updated_at":"2018-10-12T10:57:26Z","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":"e102bdb5988e467195bfdf8f10d59478","id":"e2eaff52-5e2e-4883-8caf-750f732251b1","subnetpool_id":null,"name":"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-subnet"}]} 2018-10-12 10:57:32,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=a36f013a-5e59-4edd-8930-1b45c54b1e69 used request id req-2676f196-d57a-4913-8e33-2a843e8db511 2018-10-12 10:57:32,145 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net 2018-10-12 10:57:32,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"port": {"network_id": "a36f013a-5e59-4edd-8930-1b45c54b1e69", "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9port-1", "admin_state_up": true}}' 2018-10-12 10:57:33,088 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-fbd0d5e6-7891-4aac-a155-9daad6ea098d Date: Fri, 12 Oct 2018 10:57:33 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-10-12T10:57:32Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a36f013a-5e59-4edd-8930-1b45c54b1e69","tenant_id":"e102bdb5988e467195bfdf8f10d59478","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-10-12T10:57:32Z","name":"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9port-1","device_owner":"","revision_number":3,"mac_address":"fa:16:3e:24:8e:09","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"e102bdb5988e467195bfdf8f10d59478","fixed_ips":[{"subnet_id":"e2eaff52-5e2e-4883-8caf-750f732251b1","ip_address":"10.55.0.12"}],"id":"e61456e4-14a4-4a42-9bce-41299b3c91de","security_groups":["5993f6e0-f0e9-46be-9036-4f356d0ccd18"],"device_id":""}} 2018-10-12 10:57:33,088 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/ports used request id req-fbd0d5e6-7891-4aac-a155-9daad6ea098d 2018-10-12 10:57:33,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:33,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-8db72811-ce5c-4363-82f5-18046f417fd4 Date: Fri, 12 Oct 2018 10:57:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e2eaff52-5e2e-4883-8caf-750f732251b1"],"updated_at":"2018-10-12T10:57:26Z","tenant_id":"e102bdb5988e467195bfdf8f10d59478","created_at":"2018-10-12T10:57:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e102bdb5988e467195bfdf8f10d59478","id":"a36f013a-5e59-4edd-8930-1b45c54b1e69","name":"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net"}]} 2018-10-12 10:57:33,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net used request id req-8db72811-ce5c-4363-82f5-18046f417fd4 2018-10-12 10:57:33,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/e102bdb5988e467195bfdf8f10d59478 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:33,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51564080-6bd2-46aa-a265-0a6437cefaf3 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/e102bdb5988e467195bfdf8f10d59478"}, "enabled": true, "id": "e102bdb5988e467195bfdf8f10d59478", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-3c4f970b-0426-408-proj"}} 2018-10-12 10:57:33,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/e102bdb5988e467195bfdf8f10d59478 used request id req-51564080-6bd2-46aa-a265-0a6437cefaf3 2018-10-12 10:57:33,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=a36f013a-5e59-4edd-8930-1b45c54b1e69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:33,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-5fc44af6-23a7-45e6-9d95-a42655a244cb Date: Fri, 12 Oct 2018 10:57:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a36f013a-5e59-4edd-8930-1b45c54b1e69","tenant_id":"e102bdb5988e467195bfdf8f10d59478","created_at":"2018-10-12T10:57:26Z","dns_nameservers":[],"updated_at":"2018-10-12T10:57:26Z","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":"e102bdb5988e467195bfdf8f10d59478","id":"e2eaff52-5e2e-4883-8caf-750f732251b1","subnetpool_id":null,"name":"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-subnet"}]} 2018-10-12 10:57:33,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=a36f013a-5e59-4edd-8930-1b45c54b1e69 used request id req-5fc44af6-23a7-45e6-9d95-a42655a244cb 2018-10-12 10:57:33,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=a36f013a-5e59-4edd-8930-1b45c54b1e69&name=SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:33,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-06a702e7-0193-4d29-b0c7-e9d95bd93939 Date: Fri, 12 Oct 2018 10:57:33 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a36f013a-5e59-4edd-8930-1b45c54b1e69","tenant_id":"e102bdb5988e467195bfdf8f10d59478","created_at":"2018-10-12T10:57:32Z","admin_state_up":true,"updated_at":"2018-10-12T10:57:32Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":3,"mac_address":"fa:16:3e:24:8e:09","id":"e61456e4-14a4-4a42-9bce-41299b3c91de","port_security_enabled":true,"project_id":"e102bdb5988e467195bfdf8f10d59478","fixed_ips":[{"subnet_id":"e2eaff52-5e2e-4883-8caf-750f732251b1","ip_address":"10.55.0.12"}],"extra_dhcp_opts":[],"security_groups":["5993f6e0-f0e9-46be-9036-4f356d0ccd18"],"name":"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9port-1"}]} 2018-10-12 10:57:33,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=a36f013a-5e59-4edd-8930-1b45c54b1e69&name=SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9port-1&admin_state_up=True used request id req-06a702e7-0193-4d29-b0c7-e9d95bd93939 2018-10-12 10:57:33,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/e102bdb5988e467195bfdf8f10d59478 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:33,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-187c5e9e-8c29-4c49-97cd-32c7cf0fc849 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/e102bdb5988e467195bfdf8f10d59478"}, "enabled": true, "id": "e102bdb5988e467195bfdf8f10d59478", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-3c4f970b-0426-408-proj"}} 2018-10-12 10:57:33,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/e102bdb5988e467195bfdf8f10d59478 used request id req-187c5e9e-8c29-4c49-97cd-32c7cf0fc849 2018-10-12 10:57:33,642 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst 2018-10-12 10:57:33,646 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:33,676 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-570e7927-89f4-4211-be28-2fb0bc914b14 x-compute-request-id: req-570e7927-89f4-4211-be28-2fb0bc914b14 Content-Encoding: gzip Content-Length: 202 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}], "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-flavor-name"}]} 2018-10-12 10:57:33,676 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-570e7927-89f4-4211-be28-2fb0bc914b14 2018-10-12 10:57:33,679 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:33,698 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-166c2e15-9fdc-4936-ab9a-e058c2fda48f x-compute-request-id: req-166c2e15-9fdc-4936-ab9a-e058c2fda48f Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 10:57:33,698 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540 used request id req-166c2e15-9fdc-4936-ab9a-e058c2fda48f 2018-10-12 10:57:33,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:33,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-a81a90bc-9116-4398-aeb7-279ef6e47562 Date: Fri, 12 Oct 2018 10:57:33 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T10:57:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-12T10:57:24Z", "visibility": "shared", "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/772446ee-665d-43b8-b0b0-ff5ce8772924/snap", "metadata": {}}], "self": "/v2/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "min_disk": 0, "protected": false, "id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "file": "/v2/images/772446ee-665d-43b8-b0b0-ff5ce8772924/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e102bdb5988e467195bfdf8f10d59478", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/772446ee-665d-43b8-b0b0-ff5ce8772924/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-image"} 2018-10-12 10:57:33,884 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-image used request id req-a81a90bc-9116-4398-aeb7-279ef6e47562 2018-10-12 10:57:33,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:34,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-00fb59e6-770b-4ea1-b747-c2cffe82528d Date: Fri, 12 Oct 2018 10:57:34 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-12 10:57:34,037 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-00fb59e6-770b-4ea1-b747-c2cffe82528d 2018-10-12 10:57:34,043 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"server": {"name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "imageRef": "772446ee-665d-43b8-b0b0-ff5ce8772924", "flavorRef": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "max_count": 1, "min_count": 1, "networks": [{"port": "e61456e4-14a4-4a42-9bce-41299b3c91de"}]}}' 2018-10-12 10:57:35,055 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:57: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-0f6911d6-06cb-472f-a660-7c8ff36fcf65 x-compute-request-id: req-0f6911d6-06cb-472f-a660-7c8ff36fcf65 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "adminPass": "wVucn5iir3qN"}} 2018-10-12 10:57:35,055 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-0f6911d6-06cb-472f-a660-7c8ff36fcf65 2018-10-12 10:57:35,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:35,272 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f98a787f-8fe0-4d63-b729-6ebd15770962 x-compute-request-id: req-f98a787f-8fe0-4d63-b729-6ebd15770962 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.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "user_id": "32296c67575847509b8eb55e36ca7389", "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-10-12T10:57:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:57:35,272 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-f98a787f-8fe0-4d63-b729-6ebd15770962 2018-10-12 10:57:35,272 - create_instance - INFO - Created instance with name - SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst 2018-10-12 10:57:35,275 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:35,639 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a9c59f25-d462-4cb3-beb5-369b042357c8 x-compute-request-id: req-a9c59f25-d462-4cb3-beb5-369b042357c8 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.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "user_id": "32296c67575847509b8eb55e36ca7389", "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-10-12T10:57:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:57:35,639 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-a9c59f25-d462-4cb3-beb5-369b042357c8 2018-10-12 10:57:35,640 - create_instance - DEBUG - Instance status [SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst] is - BUILD 2018-10-12 10:57:35,640 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-12 10:57:38,643 - create_instance - DEBUG - VM status query timeout in 896.629469872 2018-10-12 10:57:38,646 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:39,197 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-495791cf-e2f9-41f9-8e27-c93d221b837d x-compute-request-id: req-495791cf-e2f9-41f9-8e27-c93d221b837d 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.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "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-10-12T10:57:36Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:57:39,197 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-495791cf-e2f9-41f9-8e27-c93d221b837d 2018-10-12 10:57:39,198 - create_instance - DEBUG - Instance status [SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst] is - BUILD 2018-10-12 10:57:39,198 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-12 10:57:42,201 - create_instance - DEBUG - VM status query timeout in 893.071630001 2018-10-12 10:57:42,204 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:42,879 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-c60cfb3d-1b7b-44cd-824e-511625bd193a x-compute-request-id: req-c60cfb3d-1b7b-44cd-824e-511625bd193a Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:57:42,879 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-c60cfb3d-1b7b-44cd-824e-511625bd193a 2018-10-12 10:57:42,879 - create_instance - DEBUG - Instance status [SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst] is - ACTIVE 2018-10-12 10:57:42,880 - create_instance - INFO - VM is - ACTIVE 2018-10-12 10:57:42,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:43,282 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-adc287e0-751e-42bf-9395-2a229279d6a1 x-compute-request-id: req-adc287e0-751e-42bf-9395-2a229279d6a1 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:57:43,282 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-adc287e0-751e-42bf-9395-2a229279d6a1 2018-10-12 10:57:43,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:43,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-2d0940be-af53-4628-a87b-47c4d18dfc37 Date: Fri, 12 Oct 2018 10:57:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e2eaff52-5e2e-4883-8caf-750f732251b1"],"updated_at":"2018-10-12T10:57:26Z","tenant_id":"e102bdb5988e467195bfdf8f10d59478","created_at":"2018-10-12T10:57:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e102bdb5988e467195bfdf8f10d59478","id":"a36f013a-5e59-4edd-8930-1b45c54b1e69","name":"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net"}]} 2018-10-12 10:57:43,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks?name=SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net used request id req-2d0940be-af53-4628-a87b-47c4d18dfc37 2018-10-12 10:57:43,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/e102bdb5988e467195bfdf8f10d59478 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:43,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecfbdc1a-8635-4a10-8055-90095d565dc1 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/e102bdb5988e467195bfdf8f10d59478"}, "enabled": true, "id": "e102bdb5988e467195bfdf8f10d59478", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-3c4f970b-0426-408-proj"}} 2018-10-12 10:57:43,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/e102bdb5988e467195bfdf8f10d59478 used request id req-ecfbdc1a-8635-4a10-8055-90095d565dc1 2018-10-12 10:57:43,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/subnets?network_id=a36f013a-5e59-4edd-8930-1b45c54b1e69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:43,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-eee4f653-cb8b-4927-8b48-da5aaef6f830 Date: Fri, 12 Oct 2018 10:57:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a36f013a-5e59-4edd-8930-1b45c54b1e69","tenant_id":"e102bdb5988e467195bfdf8f10d59478","created_at":"2018-10-12T10:57:26Z","dns_nameservers":[],"updated_at":"2018-10-12T10:57:26Z","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":"e102bdb5988e467195bfdf8f10d59478","id":"e2eaff52-5e2e-4883-8caf-750f732251b1","subnetpool_id":null,"name":"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-subnet"}]} 2018-10-12 10:57:43,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets?network_id=a36f013a-5e59-4edd-8930-1b45c54b1e69 used request id req-eee4f653-cb8b-4927-8b48-da5aaef6f830 2018-10-12 10:57:43,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/ports?network_id=a36f013a-5e59-4edd-8930-1b45c54b1e69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:43,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3020 X-Openstack-Request-Id: req-8aef9d22-f4b5-4fc1-978b-cc40fb2e30c1 Date: Fri, 12 Oct 2018 10:57:43 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a36f013a-5e59-4edd-8930-1b45c54b1e69","tenant_id":"e102bdb5988e467195bfdf8f10d59478","created_at":"2018-10-12T10:57:27Z","admin_state_up":true,"updated_at":"2018-10-12T10:57:28Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a36f013a-5e59-4edd-8930-1b45c54b1e69","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:39:12:c9","id":"5145319a-b9f9-4bb4-813c-e639c9ffcc3e","port_security_enabled":false,"project_id":"e102bdb5988e467195bfdf8f10d59478","fixed_ips":[{"subnet_id":"e2eaff52-5e2e-4883-8caf-750f732251b1","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a36f013a-5e59-4edd-8930-1b45c54b1e69","tenant_id":"e102bdb5988e467195bfdf8f10d59478","created_at":"2018-10-12T10:57:28Z","admin_state_up":true,"updated_at":"2018-10-12T10:57:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a36f013a-5e59-4edd-8930-1b45c54b1e69","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:72:3d:ea","id":"9742db0c-86a2-49ee-9e3a-318d20608fd4","port_security_enabled":false,"project_id":"e102bdb5988e467195bfdf8f10d59478","fixed_ips":[{"subnet_id":"e2eaff52-5e2e-4883-8caf-750f732251b1","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a36f013a-5e59-4edd-8930-1b45c54b1e69","tenant_id":"e102bdb5988e467195bfdf8f10d59478","created_at":"2018-10-12T10:57:28Z","admin_state_up":true,"updated_at":"2018-10-12T10:57:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a36f013a-5e59-4edd-8930-1b45c54b1e69","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:e9:bf:c3","id":"dc234b6e-cdfd-49ae-b351-9bb450ad7513","port_security_enabled":false,"project_id":"e102bdb5988e467195bfdf8f10d59478","fixed_ips":[{"subnet_id":"e2eaff52-5e2e-4883-8caf-750f732251b1","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a36f013a-5e59-4edd-8930-1b45c54b1e69","tenant_id":"e102bdb5988e467195bfdf8f10d59478","created_at":"2018-10-12T10:57:32Z","admin_state_up":true,"updated_at":"2018-10-12T10:57:36Z","binding:vnic_type":"normal","device_id":"b5ce4dd0-0555-4a07-9157-bc829f976e62","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:24:8e:09","id":"e61456e4-14a4-4a42-9bce-41299b3c91de","port_security_enabled":true,"project_id":"e102bdb5988e467195bfdf8f10d59478","fixed_ips":[{"subnet_id":"e2eaff52-5e2e-4883-8caf-750f732251b1","ip_address":"10.55.0.12"}],"extra_dhcp_opts":[],"security_groups":["5993f6e0-f0e9-46be-9036-4f356d0ccd18"],"name":"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9port-1"}]} 2018-10-12 10:57:43,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports?network_id=a36f013a-5e59-4edd-8930-1b45c54b1e69 used request id req-8aef9d22-f4b5-4fc1-978b-cc40fb2e30c1 2018-10-12 10:57:43,699 - create_instance_tests - INFO - Looking for IP 10.55.0.12 in the console log 2018-10-12 10:57:43,701 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:44,328 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c18dd27e-2209-4ae2-8336-29b70055c23c x-compute-request-id: req-c18dd27e-2209-4ae2-8336-29b70055c23c Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:57:44,328 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-c18dd27e-2209-4ae2-8336-29b70055c23c 2018-10-12 10:57:44,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:57:45,399 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57: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-d8abb3ec-f924-4e58-9baf-4bfef029566f x-compute-request-id: req-d8abb3ec-f924-4e58-9baf-4bfef029566f Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:57:45,399 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-d8abb3ec-f924-4e58-9baf-4bfef029566f 2018-10-12 10:57:45,403 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:46,154 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-c9ead5bd-43f6-4d73-89e5-b82950ab6ddc x-compute-request-id: req-c9ead5bd-43f6-4d73-89e5-b82950ab6ddc Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:57:46,154 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-c9ead5bd-43f6-4d73-89e5-b82950ab6ddc 2018-10-12 10:57:46,157 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:57:47,224 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0384706c-85bb-44d5-ac74-8c15236eab91 x-compute-request-id: req-0384706c-85bb-44d5-ac74-8c15236eab91 Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:57:47,225 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-0384706c-85bb-44d5-ac74-8c15236eab91 2018-10-12 10:57:47,229 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:47,540 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57: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-98a9efa0-51ee-4f46-bc91-0170abd01098 x-compute-request-id: req-98a9efa0-51ee-4f46-bc91-0170abd01098 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:57:47,541 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-98a9efa0-51ee-4f46-bc91-0170abd01098 2018-10-12 10:57:47,544 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:57:48,645 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57: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-c1a1ce76-963a-4202-b120-a17d7d23750c x-compute-request-id: req-c1a1ce76-963a-4202-b120-a17d7d23750c Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:57:48,646 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-c1a1ce76-963a-4202-b120-a17d7d23750c 2018-10-12 10:57:48,649 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:49,079 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57: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-d2817bae-860b-499c-bff7-3de415da8cd0 x-compute-request-id: req-d2817bae-860b-499c-bff7-3de415da8cd0 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:57:49,079 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-d2817bae-860b-499c-bff7-3de415da8cd0 2018-10-12 10:57:49,082 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:57:50,180 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-67148016-5e32-4969-ad75-85511a518992 x-compute-request-id: req-67148016-5e32-4969-ad75-85511a518992 Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:57:50,180 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-67148016-5e32-4969-ad75-85511a518992 2018-10-12 10:57:50,184 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:50,580 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-f7a3f5c7-a71c-4743-8929-87d9b607ba97 x-compute-request-id: req-f7a3f5c7-a71c-4743-8929-87d9b607ba97 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:57:50,580 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-f7a3f5c7-a71c-4743-8929-87d9b607ba97 2018-10-12 10:57:50,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:57:51,692 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-604b6253-dc1e-40fc-807d-297a8b3b6a95 x-compute-request-id: req-604b6253-dc1e-40fc-807d-297a8b3b6a95 Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:57:51,692 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-604b6253-dc1e-40fc-807d-297a8b3b6a95 2018-10-12 10:57:51,696 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:52,165 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57: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-be705e98-ee1e-4658-94ee-e6ec4257ba79 x-compute-request-id: req-be705e98-ee1e-4658-94ee-e6ec4257ba79 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:57:52,165 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-be705e98-ee1e-4658-94ee-e6ec4257ba79 2018-10-12 10:57:52,168 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:57:53,392 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-9f0d0c84-2561-4acd-b54c-73fa9848226f x-compute-request-id: req-9f0d0c84-2561-4acd-b54c-73fa9848226f Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:57:53,392 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-9f0d0c84-2561-4acd-b54c-73fa9848226f 2018-10-12 10:57:53,396 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:54,015 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57: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-de52adb6-e6b1-4ac8-85b0-602951a78990 x-compute-request-id: req-de52adb6-e6b1-4ac8-85b0-602951a78990 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:57:54,015 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-de52adb6-e6b1-4ac8-85b0-602951a78990 2018-10-12 10:57:54,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:57:55,114 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57: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-4fa4ff6c-01d0-4566-b96a-7883049b243f x-compute-request-id: req-4fa4ff6c-01d0-4566-b96a-7883049b243f Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:57:55,115 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-4fa4ff6c-01d0-4566-b96a-7883049b243f 2018-10-12 10:57:55,119 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:55,601 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-3e32dd75-0735-41d3-95c5-bf0e1350ef58 x-compute-request-id: req-3e32dd75-0735-41d3-95c5-bf0e1350ef58 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:57:55,601 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-3e32dd75-0735-41d3-95c5-bf0e1350ef58 2018-10-12 10:57:55,604 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:57:56,710 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-ee8112a9-5b73-4377-9a56-b2649a5bda3e x-compute-request-id: req-ee8112a9-5b73-4377-9a56-b2649a5bda3e Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:57:56,711 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-ee8112a9-5b73-4377-9a56-b2649a5bda3e 2018-10-12 10:57:56,715 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:57,183 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57: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-85166e23-945e-4ef7-b6e4-1232b2188664 x-compute-request-id: req-85166e23-945e-4ef7-b6e4-1232b2188664 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:57:57,184 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-85166e23-945e-4ef7-b6e4-1232b2188664 2018-10-12 10:57:57,187 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:57:58,287 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57: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-217d2714-e7fd-4dc9-bf83-623521071732 x-compute-request-id: req-217d2714-e7fd-4dc9-bf83-623521071732 Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:57:58,288 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-217d2714-e7fd-4dc9-bf83-623521071732 2018-10-12 10:57:58,292 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:57:58,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-949a479c-11da-4ab2-b59b-eef1de305e6b x-compute-request-id: req-949a479c-11da-4ab2-b59b-eef1de305e6b Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:57:58,780 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-949a479c-11da-4ab2-b59b-eef1de305e6b 2018-10-12 10:57:58,783 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:57:59,875 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-d9ae98be-bd2d-4e3c-bbe4-38417125a36b x-compute-request-id: req-d9ae98be-bd2d-4e3c-bbe4-38417125a36b Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:57:59,875 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-d9ae98be-bd2d-4e3c-bbe4-38417125a36b 2018-10-12 10:57:59,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:58:00,175 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:57:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-60656289-876b-43de-8eb3-c6dc6988931d x-compute-request-id: req-60656289-876b-43de-8eb3-c6dc6988931d Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:58:00,175 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-60656289-876b-43de-8eb3-c6dc6988931d 2018-10-12 10:58:00,178 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:58:01,274 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-61954bcd-b76c-483d-a08f-a82ba38b52d0 x-compute-request-id: req-61954bcd-b76c-483d-a08f-a82ba38b52d0 Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:58:01,275 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-61954bcd-b76c-483d-a08f-a82ba38b52d0 2018-10-12 10:58:01,279 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:58:01,899 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-6fa17869-0add-417d-a5cb-93e57dc9ba7e x-compute-request-id: req-6fa17869-0add-417d-a5cb-93e57dc9ba7e Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:58:01,899 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-6fa17869-0add-417d-a5cb-93e57dc9ba7e 2018-10-12 10:58:01,902 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:58:03,021 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-0a8e84cd-36ca-4f3d-b009-90fdb0754a19 x-compute-request-id: req-0a8e84cd-36ca-4f3d-b009-90fdb0754a19 Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:58:03,022 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-0a8e84cd-36ca-4f3d-b009-90fdb0754a19 2018-10-12 10:58:03,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:58:03,351 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58: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-f697b4e4-9762-49a8-a69a-63b8275033a5 x-compute-request-id: req-f697b4e4-9762-49a8-a69a-63b8275033a5 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:58:03,351 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-f697b4e4-9762-49a8-a69a-63b8275033a5 2018-10-12 10:58:03,354 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:58:04,426 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58: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-8c2c96a8-4a74-41ec-8530-53441b32d246 x-compute-request-id: req-8c2c96a8-4a74-41ec-8530-53441b32d246 Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:58:04,427 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-8c2c96a8-4a74-41ec-8530-53441b32d246 2018-10-12 10:58:04,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:58:05,176 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-4f66db48-1edd-4f26-a8a3-2aa6a6e593a1 x-compute-request-id: req-4f66db48-1edd-4f26-a8a3-2aa6a6e593a1 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:58:05,177 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-4f66db48-1edd-4f26-a8a3-2aa6a6e593a1 2018-10-12 10:58:05,180 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:58:06,247 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58: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-02787955-ede9-47fd-a04e-e5e5a517990c x-compute-request-id: req-02787955-ede9-47fd-a04e-e5e5a517990c Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:58:06,248 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-02787955-ede9-47fd-a04e-e5e5a517990c 2018-10-12 10:58:06,252 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:58:06,928 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7e734d46-5a8e-4b31-81d4-68a82f3512fc x-compute-request-id: req-7e734d46-5a8e-4b31-81d4-68a82f3512fc Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:58:06,928 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-7e734d46-5a8e-4b31-81d4-68a82f3512fc 2018-10-12 10:58:06,931 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:58:08,000 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-da80199e-f6c3-4b2b-87f1-872a00bfd633 x-compute-request-id: req-da80199e-f6c3-4b2b-87f1-872a00bfd633 Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:58:08,000 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-da80199e-f6c3-4b2b-87f1-872a00bfd633 2018-10-12 10:58:08,005 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:58:08,488 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-83a26f0a-eca4-4e91-900a-0403e677aaa1 x-compute-request-id: req-83a26f0a-eca4-4e91-900a-0403e677aaa1 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:58:08,488 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-83a26f0a-eca4-4e91-900a-0403e677aaa1 2018-10-12 10:58:08,492 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:58:09,573 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-03597a43-8b63-4994-ad54-bdf9cc41264a x-compute-request-id: req-03597a43-8b63-4994-ad54-bdf9cc41264a Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:58:09,573 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-03597a43-8b63-4994-ad54-bdf9cc41264a 2018-10-12 10:58:09,578 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:58:10,062 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eed77751-cefb-4cf9-9c43-32d9726f37a5 x-compute-request-id: req-eed77751-cefb-4cf9-9c43-32d9726f37a5 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:58:10,062 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-eed77751-cefb-4cf9-9c43-32d9726f37a5 2018-10-12 10:58:10,065 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:58:11,134 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58: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-8f14e6a2-50e0-408b-90df-8e13f08de0a5 x-compute-request-id: req-8f14e6a2-50e0-408b-90df-8e13f08de0a5 Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:58:11,135 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-8f14e6a2-50e0-408b-90df-8e13f08de0a5 2018-10-12 10:58:11,140 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:58:11,769 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-07ac5cdd-a303-4105-b06a-539bcb3b336e x-compute-request-id: req-07ac5cdd-a303-4105-b06a-539bcb3b336e Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:58:11,769 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-07ac5cdd-a303-4105-b06a-539bcb3b336e 2018-10-12 10:58:11,772 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:58:12,839 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-aa17f30e-ab33-4954-a913-a4b02cf9c95e x-compute-request-id: req-aa17f30e-ab33-4954-a913-a4b02cf9c95e Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:58:12,840 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-aa17f30e-ab33-4954-a913-a4b02cf9c95e 2018-10-12 10:58:12,845 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:58:13,149 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58: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-aac0476a-0b5c-4db5-a0ea-f0bfa57778bf x-compute-request-id: req-aac0476a-0b5c-4db5-a0ea-f0bfa57778bf Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:58:13,149 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-aac0476a-0b5c-4db5-a0ea-f0bfa57778bf 2018-10-12 10:58:13,152 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:58:14,223 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1861d9b3-4872-481a-a8f9-173892103fbb x-compute-request-id: req-1861d9b3-4872-481a-a8f9-173892103fbb Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:58:14,224 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-1861d9b3-4872-481a-a8f9-173892103fbb 2018-10-12 10:58:14,229 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:58:14,845 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-4cd6e114-d73c-4e36-bb70-ceb2579a79a5 x-compute-request-id: req-4cd6e114-d73c-4e36-bb70-ceb2579a79a5 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:58:14,845 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-4cd6e114-d73c-4e36-bb70-ceb2579a79a5 2018-10-12 10:58:14,848 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:58:15,946 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-4f469007-ef92-4444-9abd-9c23ae85599e x-compute-request-id: req-4f469007-ef92-4444-9abd-9c23ae85599e Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:58:15,947 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-4f469007-ef92-4444-9abd-9c23ae85599e 2018-10-12 10:58:15,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:58:16,568 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58: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-b5781965-886c-4c23-8ba8-ad24ed0ecd45 x-compute-request-id: req-b5781965-886c-4c23-8ba8-ad24ed0ecd45 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:58:16,568 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-b5781965-886c-4c23-8ba8-ad24ed0ecd45 2018-10-12 10:58:16,571 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:58:17,638 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3eea6bfa-33b0-4920-921b-5d96208f8597 x-compute-request-id: req-3eea6bfa-33b0-4920-921b-5d96208f8597 Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:58:17,639 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-3eea6bfa-33b0-4920-921b-5d96208f8597 2018-10-12 10:58:17,644 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:58:18,127 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-0d3ad71c-e6ff-484e-a38c-a8e4cad0699c x-compute-request-id: req-0d3ad71c-e6ff-484e-a38c-a8e4cad0699c Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:58:18,127 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-0d3ad71c-e6ff-484e-a38c-a8e4cad0699c 2018-10-12 10:58:18,130 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:58:19,196 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58: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-0ceb1fe4-9162-4442-bbfe-d3e8b0774d63 x-compute-request-id: req-0ceb1fe4-9162-4442-bbfe-d3e8b0774d63 Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:58:19,197 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-0ceb1fe4-9162-4442-bbfe-d3e8b0774d63 2018-10-12 10:58:19,203 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:58:19,681 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58: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-dcb73ceb-d4fa-4f34-8609-f93e5dee36cf x-compute-request-id: req-dcb73ceb-d4fa-4f34-8609-f93e5dee36cf Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:58:19,681 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-dcb73ceb-d4fa-4f34-8609-f93e5dee36cf 2018-10-12 10:58:19,684 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:58:20,751 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58: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-6570cc95-588a-4278-bca5-0999e607a347 x-compute-request-id: req-6570cc95-588a-4278-bca5-0999e607a347 Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:58:20,752 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-6570cc95-588a-4278-bca5-0999e607a347 2018-10-12 10:58:20,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:58:21,224 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-4831d46d-0291-4825-ae97-ab7fa08779e4 x-compute-request-id: req-4831d46d-0291-4825-ae97-ab7fa08779e4 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:58:21,224 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-4831d46d-0291-4825-ae97-ab7fa08779e4 2018-10-12 10:58:21,227 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:58:22,299 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58: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-87f525fe-1605-4233-acba-a887d0e2f90a x-compute-request-id: req-87f525fe-1605-4233-acba-a887d0e2f90a Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:58:22,300 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-87f525fe-1605-4233-acba-a887d0e2f90a 2018-10-12 10:58:22,305 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:58:22,778 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58: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-d806391c-8161-4071-a617-c1f82cc743a6 x-compute-request-id: req-d806391c-8161-4071-a617-c1f82cc743a6 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:58:22,778 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-d806391c-8161-4071-a617-c1f82cc743a6 2018-10-12 10:58:22,781 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:58:23,850 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58: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-d020385d-2e29-4f53-9c91-af90728b47d8 x-compute-request-id: req-d020385d-2e29-4f53-9c91-af90728b47d8 Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:58:23,850 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-d020385d-2e29-4f53-9c91-af90728b47d8 2018-10-12 10:58:23,856 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:58:24,163 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-6647906b-acd7-4ff0-8b69-f5a42e501467 x-compute-request-id: req-6647906b-acd7-4ff0-8b69-f5a42e501467 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:58:24,163 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-6647906b-acd7-4ff0-8b69-f5a42e501467 2018-10-12 10:58:24,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:58:25,230 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aaab9ca5-9172-481e-a65a-37bd422ee77a x-compute-request-id: req-aaab9ca5-9172-481e-a65a-37bd422ee77a Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:58:25,231 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-aaab9ca5-9172-481e-a65a-37bd422ee77a 2018-10-12 10:58:25,238 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:58:25,688 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e42eb695-4a12-4487-989f-0733c3d18fc4 x-compute-request-id: req-e42eb695-4a12-4487-989f-0733c3d18fc4 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:58:25,688 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-e42eb695-4a12-4487-989f-0733c3d18fc4 2018-10-12 10:58:25,692 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:58:26,793 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3018e794-76c9-404e-b720-98fe3f3e098c x-compute-request-id: req-3018e794-76c9-404e-b720-98fe3f3e098c Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:58:26,794 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-3018e794-76c9-404e-b720-98fe3f3e098c 2018-10-12 10:58:26,801 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:58:27,350 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-94ed04ac-ee34-42da-a0d9-22f92dd713d9 x-compute-request-id: req-94ed04ac-ee34-42da-a0d9-22f92dd713d9 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:58:27,350 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-94ed04ac-ee34-42da-a0d9-22f92dd713d9 2018-10-12 10:58:27,353 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:58:28,461 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e4b4053-d8c8-45d5-8d58-f4eff612ea0b x-compute-request-id: req-3e4b4053-d8c8-45d5-8d58-f4eff612ea0b Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:58:28,461 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-3e4b4053-d8c8-45d5-8d58-f4eff612ea0b 2018-10-12 10:58:28,468 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:58:28,940 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58: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-4b499b43-3c39-44b2-a229-30c5d81a8124 x-compute-request-id: req-4b499b43-3c39-44b2-a229-30c5d81a8124 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:58:28,940 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-4b499b43-3c39-44b2-a229-30c5d81a8124 2018-10-12 10:58:28,943 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:58:30,010 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58: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-7efdc761-765e-4a30-9403-ac12e7fcddb4 x-compute-request-id: req-7efdc761-765e-4a30-9403-ac12e7fcddb4 Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:58:30,011 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-7efdc761-765e-4a30-9403-ac12e7fcddb4 2018-10-12 10:58:30,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:58:30,470 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1811fa0-f78a-4e66-b435-c533208d0973 x-compute-request-id: req-a1811fa0-f78a-4e66-b435-c533208d0973 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:58:30,471 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-a1811fa0-f78a-4e66-b435-c533208d0973 2018-10-12 10:58:30,474 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:58:31,542 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd9c7d79-1b85-4654-b809-de633bbdfa31 x-compute-request-id: req-bd9c7d79-1b85-4654-b809-de633bbdfa31 Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:58:31,542 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-bd9c7d79-1b85-4654-b809-de633bbdfa31 2018-10-12 10:58:31,549 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:58:32,150 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58: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-61c19d24-3656-42b7-8f8c-cea866fc7d23 x-compute-request-id: req-61c19d24-3656-42b7-8f8c-cea866fc7d23 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:58:32,150 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-61c19d24-3656-42b7-8f8c-cea866fc7d23 2018-10-12 10:58:32,153 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:58:33,252 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-a5736a4e-1c40-4652-b113-d6a97d726068 x-compute-request-id: req-a5736a4e-1c40-4652-b113-d6a97d726068 Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:58:33,253 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-a5736a4e-1c40-4652-b113-d6a97d726068 2018-10-12 10:58:33,261 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:58:33,711 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c630fc6c-6b5e-45f3-9abe-d89fefb6e388 x-compute-request-id: req-c630fc6c-6b5e-45f3-9abe-d89fefb6e388 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:58:33,712 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-c630fc6c-6b5e-45f3-9abe-d89fefb6e388 2018-10-12 10:58:33,715 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:58:34,782 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-11274ff4-5b3c-4a8e-9d21-113efc370671 x-compute-request-id: req-11274ff4-5b3c-4a8e-9d21-113efc370671 Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:58:34,782 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-11274ff4-5b3c-4a8e-9d21-113efc370671 2018-10-12 10:58:34,790 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:58:35,122 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58: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-0b307081-27de-42e8-928d-7e74467e8abb x-compute-request-id: req-0b307081-27de-42e8-928d-7e74467e8abb Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:58:35,122 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-0b307081-27de-42e8-928d-7e74467e8abb 2018-10-12 10:58:35,125 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:58:36,195 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9ccc6354-ce35-4746-8857-014081af81f0 x-compute-request-id: req-9ccc6354-ce35-4746-8857-014081af81f0 Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:58:36,195 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-9ccc6354-ce35-4746-8857-014081af81f0 2018-10-12 10:58:36,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:58:36,645 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-f0d71929-8522-4c80-a21a-cc89d800fcb6 x-compute-request-id: req-f0d71929-8522-4c80-a21a-cc89d800fcb6 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:58:36,645 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-f0d71929-8522-4c80-a21a-cc89d800fcb6 2018-10-12 10:58:36,648 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:58:37,752 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-dcef7d05-a5d1-4718-8e08-6e91c9b54c16 x-compute-request-id: req-dcef7d05-a5d1-4718-8e08-6e91c9b54c16 Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:58:37,752 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-dcef7d05-a5d1-4718-8e08-6e91c9b54c16 2018-10-12 10:58:37,759 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:58:38,367 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58: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-856bcaa9-0f54-4c37-a013-f52f35c71cc0 x-compute-request-id: req-856bcaa9-0f54-4c37-a013-f52f35c71cc0 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:58:38,367 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-856bcaa9-0f54-4c37-a013-f52f35c71cc0 2018-10-12 10:58:38,370 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:58:39,438 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58: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-a287d84e-132b-48d3-abc0-761cd251b024 x-compute-request-id: req-a287d84e-132b-48d3-abc0-761cd251b024 Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:58:39,439 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-a287d84e-132b-48d3-abc0-761cd251b024 2018-10-12 10:58:39,445 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:58:39,941 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-0df56958-38be-412b-aed6-bd28efde1b2e x-compute-request-id: req-0df56958-38be-412b-aed6-bd28efde1b2e Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:58:39,941 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-0df56958-38be-412b-aed6-bd28efde1b2e 2018-10-12 10:58:39,944 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:58:41,016 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-770edcb6-78c6-45a3-8754-6cd59ccf667c x-compute-request-id: req-770edcb6-78c6-45a3-8754-6cd59ccf667c Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:58:41,016 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-770edcb6-78c6-45a3-8754-6cd59ccf667c 2018-10-12 10:58:41,023 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:58:41,437 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58: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-a0dd42dd-58a0-4a7b-b369-a93da0690d33 x-compute-request-id: req-a0dd42dd-58a0-4a7b-b369-a93da0690d33 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:58:41,437 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-a0dd42dd-58a0-4a7b-b369-a93da0690d33 2018-10-12 10:58:41,440 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:58:42,508 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58: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-291f7a97-1553-424b-a826-46fd47e7b436 x-compute-request-id: req-291f7a97-1553-424b-a826-46fd47e7b436 Content-Encoding: gzip Content-Length: 7666 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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-10-12 10:58:42,509 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-291f7a97-1553-424b-a826-46fd47e7b436 2018-10-12 10:58:42,516 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:58:43,141 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-c55d066d-3849-4b83-9236-a59df0919b2a x-compute-request-id: req-c55d066d-3849-4b83-9236-a59df0919b2a Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "security_groups": [{"name": "default"}], "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:57:40Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:58:43,141 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-c55d066d-3849-4b83-9236-a59df0919b2a 2018-10-12 10:58:43,144 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:58:44,208 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58: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-585b0759-14c0-4d6c-9141-7b3b5e47d71e x-compute-request-id: req-585b0759-14c0-4d6c-9141-7b3b5e47d71e Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 531999552 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127409] pid_max: default: 32768 minimum: 301\n[ 0.128295] ACPI: Core revision 20150930\n[ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130950] Security Framework initialized\n[ 0.131746] Yama: becoming mindful.\n[ 0.132458] AppArmor: AppArmor initialized\n[ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138293] Initializing cgroup subsys io\n[ 0.139096] Initializing cgroup subsys memory\n[ 0.139938] Initializing cgroup subsys devices\n[ 0.140795] Initializing cgroup subsys freezer\n[ 0.141649] Initializing cgroup subsys net_cls\n[ 0.142503] Initializing cgroup subsys perf_event\n[ 0.143403] Initializing cgroup subsys net_prio\n[ 0.144273] Initializing cgroup subsys hugetlb\n[ 0.145132] Initializing cgroup subsys pids\n[ 0.145995] CPU: Physical Processor ID: 0\n[ 0.147480] mce: CPU supports 10 MCE banks\n[ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166833] ftrace: allocating 31920 entries in 125 pages\n[ 0.192901] smpboot: Max logical packages: 1\n[ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195066] x2apic enabled\n[ 0.195866] Switched APIC routing to physical x2apic.\n[ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202415] KVM setup paravirtual spinlock\n[ 0.203696] x86: Booted up 1 node, 1 CPUs\n[ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.205858] devtmpfs: initialized\n[ 0.207547] evm: security.selinux\n[ 0.208239] evm: security.SMACK64\n[ 0.208917] evm: security.SMACK64EXEC\n[ 0.209647] evm: security.SMACK64TRANSMUTE\n[ 0.210443] evm: security.SMACK64MMAP\n[ 0.211175] evm: security.ima\n[ 0.211813] evm: security.capability\n[ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214421] pinctrl core: initialized pinctrl subsystem\n[ 0.215495] RTC time: 10:57:39, date: 10/12/18\n[ 0.216445] NET: Registered protocol family 16\n[ 0.217401] cpuidle: using governor ladder\n[ 0.218210] cpuidle: using governor menu\n[ 0.218986] PCCT header not found.\n[ 0.219723] ACPI: bus type PCI registered\n[ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221747] PCI: Using configuration type 1 for base access\n[ 0.223474] ACPI: Added _OSI(Module Device)\n[ 0.224301] ACPI: Added _OSI(Processor Device)\n[ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228124] ACPI: Interpreter enabled\n[ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236110] ACPI: (supports S0 S5)\n[ 0.236802] ACPI: Using IOAPIC for interrupt routing\n[ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246524] acpiphp: Slot [3] registered\n[ 0.247311] acpiphp: Slot [4] registered\n[ 0.248095] acpiphp: Slot [5] registered\n[ 0.248877] acpiphp: Slot [6] registered\n[ 0.249655] acpiphp: Slot [7] registered\n[ 0.250445] acpiphp: Slot [8] registered\n[ 0.251234] acpiphp: Slot [9] registered\n[ 0.252015] acpiphp: Slot [10] registered\n[ 0.252812] acpiphp: Slot [11] registered\n[ 0.253606] acpiphp: Slot [12] registered\n[ 0.254412] acpiphp: Slot [13] registered\n[ 0.255215] acpiphp: Slot [14] registered\n[ 0.256017] acpiphp: Slot [15] registered\n[ 0.266864] acpiphp: Slot [16] registered\n[ 0.267660] acpiphp: Slot [17] registered\n[ 0.268458] acpiphp: Slot [18] registered\n[ 0.269259] acpiphp: Slot [19] registered\n[ 0.270056] acpiphp: Slot [20] registered\n[ 0.270858] acpiphp: Slot [21] registered\n[ 0.271654] acpiphp: Slot [22] registered\n[ 0.272450] acpiphp: Slot [23] registered\n[ 0.273251] acpiphp: Slot [24] registered\n[ 0.274052] acpiphp: Slot [25] registered\n[ 0.274846] acpiphp: Slot [26] registered\n[ 0.275642] acpiphp: Slot [27] registered\n[ 0.276441] acpiphp: Slot [28] registered\n[ 0.277241] acpiphp: Slot [29] registered\n[ 0.278038] acpiphp: Slot [30] registered\n[ 0.278838] acpiphp: Slot [31] registered\n[ 0.279633] PCI host bridge to bus 0000:00\n[ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359507] vgaarb: loaded\n[ 0.360119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361248] SCSI subsystem initialized\n[ 0.362073] ACPI: bus type USB registered\n[ 0.362890] usbcore: registered new interface driver usbfs\n[ 0.363924] usbcore: registered new interface driver hub\n[ 0.364924] usbcore: registered new device driver usb\n[ 0.365979] PCI: Using ACPI for IRQ routing\n[ 0.367002] NetLabel: Initializing\n[ 0.367720] NetLabel: domain hash size = 128\n[ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369509] NetLabel: unlabeled traffic allowed by default\n[ 0.370610] clocksource: Switched to clocksource kvm-clock\n[ 0.375891] AppArmor: AppArmor Filesystem Enabled\n[ 0.376844] pnp: PnP ACPI init\n[ 0.377757] pnp: PnP ACPI: found 5 devices\n[ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385454] NET: Registered protocol family 2\n[ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.388839] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392225] NET: Registered protocol family 1\n[ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423574] Trying to unpack rootfs image as initramfs...\n[ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.486703] Scanning for low memory corruption every 60 seconds\n[ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489199] audit: initializing netlink subsys (disabled)\n[ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized\n[ 0.491528] Initialise system trusted keyring\n[ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495564] zbud: loaded\n[ 0.496265] VFS: Disk quotas dquot_6.6.0\n[ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498560] fuse init (API version 7.23)\n[ 0.499443] Key type big_key registered\n[ 0.500251] Allocating IMA MOK and blacklist keyrings.\n[ 0.501357] Key type asymmetric registered\n[ 0.502179] Asymmetric key parser 'x509' registered\n[ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.504605] io scheduler noop registered\n[ 0.505396] io scheduler deadline registered (default)\n[ 0.506373] io scheduler cfq registered\n[ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510952] ACPI: Power Button [PWRF]\n[ 0.511785] GHES: HEST is not enabled!\n[ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584098] Linux agpgart interface v0.103\n[ 0.586520] brd: module loaded\n[ 0.587704] loop: module loaded\n[ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593675] GPT:90111 != 20971519\n[ 0.594351] GPT:Alternate GPT header not at the end of the disk.\n[ 0.595430] GPT:90111 != 20971519\n[ 0.596108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.597055] vda: vda1 vda15\n[ 0.598432] scsi host0: ata_piix\n[ 0.599175] scsi host1: ata_piix\n[ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602871] libphy: Fixed MDIO Bus: probed\n[ 0.603678] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604623] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606740] PPP generic driver version 2.4.2\n[ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608861] ehci-pci: EHCI PCI platform driver\n[ 0.609719] ehci-platform: EHCI generic platform driver\n[ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611814] ohci-pci: OHCI PCI platform driver\n[ 0.612676] ohci-platform: OHCI generic platform driver\n[ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635093] usb usb1: Product: UHCI Host Controller\n[ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637138] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638129] hub 1-0:1.0: USB hub found\n[ 0.638908] hub 1-0:1.0: 2 ports detected\n[ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643826] mousedev: PS/2 mouse device common for all mice\n[ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646865] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650273] i2c /dev entries driver\n[ 0.651032] device-mapper: uevent: version 1.0.3\n[ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654813] NET: Registered protocol family 10\n[ 0.655803] NET: Registered protocol family 17\n[ 0.656667] Key type dns_resolver registered\n[ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660376] registered taskstats version 1\n[ 0.661197] Loading compiled-in X.509 certificates\n[ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664456] zswap: loaded using pool lzo/zbud\n[ 0.665820] Key type trusted registered\n[ 0.667357] Key type encrypted registered\n[ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669192] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670206] evm: HMAC attrs: 0x1\n[ 0.671135] Magic number: 6:428:982\n[ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860)\n[ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674622] EDD information not available.\n[ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761045] Write protecting the kernel read-only data: 14336k\n[ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.089872] 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.12...\nLease of 10.55.0.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 62.05. iid=i-0000001e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\n"} 2018-10-12 10:58:44,209 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62/action used request id req-585b0759-14c0-4d6c-9141-7b3b5e47d71e 2018-10-12 10:58:44,213 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-12 10:58:44,216 - 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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 531999552 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.908 MHz processor [ 0.125774] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127409] pid_max: default: 32768 minimum: 301 [ 0.128295] ACPI: Core revision 20150930 [ 0.129658] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130950] Security Framework initialized [ 0.131746] Yama: becoming mindful. [ 0.132458] AppArmor: AppArmor initialized [ 0.133306] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134561] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135790] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136960] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138293] Initializing cgroup subsys io [ 0.139096] Initializing cgroup subsys memory [ 0.139938] Initializing cgroup subsys devices [ 0.140795] Initializing cgroup subsys freezer [ 0.141649] Initializing cgroup subsys net_cls [ 0.142503] Initializing cgroup subsys perf_event [ 0.143403] Initializing cgroup subsys net_prio [ 0.144273] Initializing cgroup subsys hugetlb [ 0.145132] Initializing cgroup subsys pids [ 0.145995] CPU: Physical Processor ID: 0 [ 0.147480] mce: CPU supports 10 MCE banks [ 0.148316] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149305] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160471] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166833] ftrace: allocating 31920 entries in 125 pages [ 0.192901] smpboot: Max logical packages: 1 [ 0.193742] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195066] x2apic enabled [ 0.195866] Switched APIC routing to physical x2apic. [ 0.197610] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198716] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200662] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202415] KVM setup paravirtual spinlock [ 0.203696] x86: Booted up 1 node, 1 CPUs [ 0.204489] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.205858] devtmpfs: initialized [ 0.207547] evm: security.selinux [ 0.208239] evm: security.SMACK64 [ 0.208917] evm: security.SMACK64EXEC [ 0.209647] evm: security.SMACK64TRANSMUTE [ 0.210443] evm: security.SMACK64MMAP [ 0.211175] evm: security.ima [ 0.211813] evm: security.capability [ 0.212601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214421] pinctrl core: initialized pinctrl subsystem [ 0.215495] RTC time: 10:57:39, date: 10/12/18 [ 0.216445] NET: Registered protocol family 16 [ 0.217401] cpuidle: using governor ladder [ 0.218210] cpuidle: using governor menu [ 0.218986] PCCT header not found. [ 0.219723] ACPI: bus type PCI registered [ 0.220517] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221747] PCI: Using configuration type 1 for base access [ 0.223474] ACPI: Added _OSI(Module Device) [ 0.224301] ACPI: Added _OSI(Processor Device) [ 0.225154] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228124] ACPI: Interpreter enabled [ 0.228875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236110] ACPI: (supports S0 S5) [ 0.236802] ACPI: Using IOAPIC for interrupt routing [ 0.237807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241986] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243192] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244357] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246524] acpiphp: Slot [3] registered [ 0.247311] acpiphp: Slot [4] registered [ 0.248095] acpiphp: Slot [5] registered [ 0.248877] acpiphp: Slot [6] registered [ 0.249655] acpiphp: Slot [7] registered [ 0.250445] acpiphp: Slot [8] registered [ 0.251234] acpiphp: Slot [9] registered [ 0.252015] acpiphp: Slot [10] registered [ 0.252812] acpiphp: Slot [11] registered [ 0.253606] acpiphp: Slot [12] registered [ 0.254412] acpiphp: Slot [13] registered [ 0.255215] acpiphp: Slot [14] registered [ 0.256017] acpiphp: Slot [15] registered [ 0.266864] acpiphp: Slot [16] registered [ 0.267660] acpiphp: Slot [17] registered [ 0.268458] acpiphp: Slot [18] registered [ 0.269259] acpiphp: Slot [19] registered [ 0.270056] acpiphp: Slot [20] registered [ 0.270858] acpiphp: Slot [21] registered [ 0.271654] acpiphp: Slot [22] registered [ 0.272450] acpiphp: Slot [23] registered [ 0.273251] acpiphp: Slot [24] registered [ 0.274052] acpiphp: Slot [25] registered [ 0.274846] acpiphp: Slot [26] registered [ 0.275642] acpiphp: Slot [27] registered [ 0.276441] acpiphp: Slot [28] registered [ 0.277241] acpiphp: Slot [29] registered [ 0.278038] acpiphp: Slot [30] registered [ 0.278838] acpiphp: Slot [31] registered [ 0.279633] PCI host bridge to bus 0000:00 [ 0.280431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.281617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284230] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.285648] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291785] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294192] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.295425] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.303362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348447] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349968] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354494] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355737] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356916] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359507] vgaarb: loaded [ 0.360119] vgaarb: bridge control possible 0000:00:02.0 [ 0.361248] SCSI subsystem initialized [ 0.362073] ACPI: bus type USB registered [ 0.362890] usbcore: registered new interface driver usbfs [ 0.363924] usbcore: registered new interface driver hub [ 0.364924] usbcore: registered new device driver usb [ 0.365979] PCI: Using ACPI for IRQ routing [ 0.367002] NetLabel: Initializing [ 0.367720] NetLabel: domain hash size = 128 [ 0.368564] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.369509] NetLabel: unlabeled traffic allowed by default [ 0.370610] clocksource: Switched to clocksource kvm-clock [ 0.375891] AppArmor: AppArmor Filesystem Enabled [ 0.376844] pnp: PnP ACPI init [ 0.377757] pnp: PnP ACPI: found 5 devices [ 0.383773] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.385454] NET: Registered protocol family 2 [ 0.386413] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.387680] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.388839] TCP: Hash tables configured (established 2048 bind 2048) [ 0.389992] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.391064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392225] NET: Registered protocol family 1 [ 0.393088] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394178] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409588] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423574] Trying to unpack rootfs image as initramfs... [ 0.472663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.486703] Scanning for low memory corruption every 60 seconds [ 0.488053] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489199] audit: initializing netlink subsys (disabled) [ 0.490213] audit: type=2000 audit(1539341860.419:1): initialized [ 0.491528] Initialise system trusted keyring [ 0.492443] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493592] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495564] zbud: loaded [ 0.496265] VFS: Disk quotas dquot_6.6.0 [ 0.497076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498560] fuse init (API version 7.23) [ 0.499443] Key type big_key registered [ 0.500251] Allocating IMA MOK and blacklist keyrings. [ 0.501357] Key type asymmetric registered [ 0.502179] Asymmetric key parser 'x509' registered [ 0.503144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.504605] io scheduler noop registered [ 0.505396] io scheduler deadline registered (default) [ 0.506373] io scheduler cfq registered [ 0.507216] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.509496] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.510952] ACPI: Power Button [PWRF] [ 0.511785] GHES: HEST is not enabled! [ 0.525666] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555347] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.557904] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.581967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584098] Linux agpgart interface v0.103 [ 0.586520] brd: module loaded [ 0.587704] loop: module loaded [ 0.592240] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.593675] GPT:90111 != 20971519 [ 0.594351] GPT:Alternate GPT header not at the end of the disk. [ 0.595430] GPT:90111 != 20971519 [ 0.596108] GPT: Use GNU Parted to correct GPT errors. [ 0.597055] vda: vda1 vda15 [ 0.598432] scsi host0: ata_piix [ 0.599175] scsi host1: ata_piix [ 0.599873] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602871] libphy: Fixed MDIO Bus: probed [ 0.603678] tun: Universal TUN/TAP device driver, 1.6 [ 0.604623] tun: (C) 1999-2004 Max Krasnyansky [ 0.606740] PPP generic driver version 2.4.2 [ 0.607614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608861] ehci-pci: EHCI PCI platform driver [ 0.609719] ehci-platform: EHCI generic platform driver [ 0.610698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611814] ohci-pci: OHCI PCI platform driver [ 0.612676] ohci-platform: OHCI generic platform driver [ 0.613646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630370] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631386] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633695] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635093] usb usb1: Product: UHCI Host Controller [ 0.636018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637138] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638129] hub 1-0:1.0: USB hub found [ 0.638908] hub 1-0:1.0: 2 ports detected [ 0.639798] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641874] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642821] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643826] mousedev: PS/2 mouse device common for all mice [ 0.645057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646865] rtc_cmos 00:00: RTC can wake from S4 [ 0.647930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649110] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650273] i2c /dev entries driver [ 0.651032] device-mapper: uevent: version 1.0.3 [ 0.651955] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653552] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654813] NET: Registered protocol family 10 [ 0.655803] NET: Registered protocol family 17 [ 0.656667] Key type dns_resolver registered [ 0.657572] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658664] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660376] registered taskstats version 1 [ 0.661197] Loading compiled-in X.509 certificates [ 0.662631] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664456] zswap: loaded using pool lzo/zbud [ 0.665820] Key type trusted registered [ 0.667357] Key type encrypted registered [ 0.668186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669192] ima: No TPM chip found, activating TPM-bypass! [ 0.670206] evm: HMAC attrs: 0x1 [ 0.671135] Magic number: 6:428:982 [ 0.671958] rtc_cmos 00:00: setting system clock to 2018-10-12 10:57:40 UTC (1539341860) [ 0.673521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674622] EDD information not available. [ 0.759528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761045] Write protecting the kernel read-only data: 14336k [ 0.772650] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774440] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.88 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... [ 2.089872] 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.12... Lease of 10.55.0.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 62.05. iid=i-0000001e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 2018-10-12 10:58:44,230 - create_instance - INFO - Deleting Port with ID - e61456e4-14a4-4a42-9bce-41299b3c91de 2018-10-12 10:58:44,230 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9port-1 2018-10-12 10:58:44,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/ports/e61456e4-14a4-4a42-9bce-41299b3c91de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:58:44,692 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1504b7c3-c721-4a86-8444-60225aead937 Date: Fri, 12 Oct 2018 10:58:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:58:44,692 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/ports/e61456e4-14a4-4a42-9bce-41299b3c91de used request id req-1504b7c3-c721-4a86-8444-60225aead937 2018-10-12 10:58:44,693 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst 2018-10-12 10:58:44,695 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:58:44,867 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:58: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-e1f98766-c1f9-4734-84b6-1745c7f57fd4 x-compute-request-id: req-e1f98766-c1f9-4734-84b6-1745c7f57fd4 Content-Type: application/json 2018-10-12 10:58:44,867 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-e1f98766-c1f9-4734-84b6-1745c7f57fd4 2018-10-12 10:58:44,867 - create_instance - INFO - Checking deletion status 2018-10-12 10:58:44,870 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:58:45,118 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58: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-63dffa3e-86fb-4b30-a259-2184b0667a42 x-compute-request-id: req-63dffa3e-86fb-4b30-a259-2184b0667a42 Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:8e:09", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62", "rel": "bookmark"}], "image": {"id": "772446ee-665d-43b8-b0b0-ff5ce8772924", "links": [{"href": "http://172.30.9.26:8774/images/772446ee-665d-43b8-b0b0-ff5ce8772924", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:57:39.000000", "flavor": {"id": "e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "links": [{"href": "http://172.30.9.26:8774/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540", "rel": "bookmark"}]}, "id": "b5ce4dd0-0555-4a07-9157-bc829f976e62", "user_id": "32296c67575847509b8eb55e36ca7389", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:58:44Z", "hostId": "6f243c96cb1f9f1aff763da94153fa5f40f23305d5444f063102a3aa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst", "created": "2018-10-12T10:57:35Z", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 10:58:45,118 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-63dffa3e-86fb-4b30-a259-2184b0667a42 2018-10-12 10:58:45,119 - create_instance - DEBUG - Instance status [SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst] is - ACTIVE 2018-10-12 10:58:45,119 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-12 10:58:48,122 - create_instance - DEBUG - VM status query timeout in 296.745279789 2018-10-12 10:58:48,125 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a6cf780492b26142a63242e39fe69c3fd86c093" 2018-10-12 10:58:48,169 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 12 Oct 2018 10: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 x-openstack-request-id: req-66e7dcf2-2dfb-4e31-b929-54f0d5627d2f x-compute-request-id: req-66e7dcf2-2dfb-4e31-b929-54f0d5627d2f Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance b5ce4dd0-0555-4a07-9157-bc829f976e62 could not be found.", "code": 404}} 2018-10-12 10:58:48,170 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/b5ce4dd0-0555-4a07-9157-bc829f976e62 used request id req-66e7dcf2-2dfb-4e31-b929-54f0d5627d2f 2018-10-12 10:58:48,170 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance b5ce4dd0-0555-4a07-9157-bc829f976e62 could not be found. (HTTP 404) (Request-ID: req-66e7dcf2-2dfb-4e31-b929-54f0d5627d2f) 2018-10-12 10:58:48,170 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-inst 2018-10-12 10:58:48,171 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-subnet 2018-10-12 10:58:48,171 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-subnet 2018-10-12 10:58:48,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/subnets/e2eaff52-5e2e-4883-8caf-750f732251b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa657f0335439c55bc3b46ab786a679232a7722d" 2018-10-12 10:58:50,641 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-feecdc34-f10a-41b3-a45c-10434a0308c2 Date: Fri, 12 Oct 2018 10:58:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:58:50,641 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/e2eaff52-5e2e-4883-8caf-750f732251b1 used request id req-feecdc34-f10a-41b3-a45c-10434a0308c2 2018-10-12 10:58:50,641 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-priv-net 2018-10-12 10:58:50,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/networks/a36f013a-5e59-4edd-8930-1b45c54b1e69 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa657f0335439c55bc3b46ab786a679232a7722d" 2018-10-12 10:58:51,997 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dc7f0060-4701-42b3-90b2-044aed8b28b3 Date: Fri, 12 Oct 2018 10:58:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:58:51,997 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/a36f013a-5e59-4edd-8930-1b45c54b1e69 used request id req-dc7f0060-4701-42b3-90b2-044aed8b28b3 2018-10-12 10:58:52,001 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:8774/v2.1/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}303b8380e0c5723afa57968611a1c70219eb9efa" 2018-10-12 10:58:52,097 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:58: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-8c82997e-95a3-48da-afb2-2eb0fe8febd5 x-compute-request-id: req-8c82997e-95a3-48da-afb2-2eb0fe8febd5 Content-Length: 0 Content-Type: application/json 2018-10-12 10:58:52,098 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/e68f6361-3ef5-4c53-90b0-cbf88f8b0540 used request id req-8c82997e-95a3-48da-afb2-2eb0fe8febd5 2018-10-12 10:58:52,098 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-00b4854f-3201-41e0-a693-3c79a78f80e9-image 2018-10-12 10:58:52,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9292/v2/images/772446ee-665d-43b8-b0b0-ff5ce8772924 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}05e65ebe4529c1a7ac5ae62591dd8f65441eec29" 2018-10-12 10:58:53,197 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d19e76fa-0bc9-4354-b4ae-6a25ed4898d3 Date: Fri, 12 Oct 2018 10:58:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 10:58:53,197 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/772446ee-665d-43b8-b0b0-ff5ce8772924 used request id req-d19e76fa-0bc9-4354-b4ae-6a25ed4898d3 2018-10-12 10:58:53,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa5e69712817b8cb792a8b0bbb4422c22706874b" 2018-10-12 10:58:53,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-2e4c8fcc-c125-4dfa-a82e-e457666fb48f Date: Fri, 12 Oct 2018 10:58:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "created_at": "2018-10-12T10:57:25Z", "updated_at": "2018-10-12T10:57:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:57:25Z", "revision_number": 0, "id": "0cb1a8ca-f638-4e10-a31d-a71c4ca5c39a", "remote_group_id": "5993f6e0-f0e9-46be-9036-4f356d0ccd18", "remote_ip_prefix": null, "created_at": "2018-10-12T10:57:25Z", "security_group_id": "5993f6e0-f0e9-46be-9036-4f356d0ccd18", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "port_range_min": null, "ethertype": "IPv4", "project_id": "e102bdb5988e467195bfdf8f10d59478"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:57:25Z", "revision_number": 0, "id": "40bbdee3-84e8-4570-8529-7040b7ddc5f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:57:25Z", "security_group_id": "5993f6e0-f0e9-46be-9036-4f356d0ccd18", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "port_range_min": null, "ethertype": "IPv6", "project_id": "e102bdb5988e467195bfdf8f10d59478"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:57:25Z", "revision_number": 0, "id": "878d7451-9a01-4266-9f52-73047608b51a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:57:25Z", "security_group_id": "5993f6e0-f0e9-46be-9036-4f356d0ccd18", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "port_range_min": null, "ethertype": "IPv4", "project_id": "e102bdb5988e467195bfdf8f10d59478"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:57:25Z", "revision_number": 0, "id": "c12f5632-f508-4259-8507-0ca64252cab2", "remote_group_id": "5993f6e0-f0e9-46be-9036-4f356d0ccd18", "remote_ip_prefix": null, "created_at": "2018-10-12T10:57:25Z", "security_group_id": "5993f6e0-f0e9-46be-9036-4f356d0ccd18", "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "port_range_min": null, "ethertype": "IPv6", "project_id": "e102bdb5988e467195bfdf8f10d59478"}], "revision_number": 4, "project_id": "e102bdb5988e467195bfdf8f10d59478", "id": "5993f6e0-f0e9-46be-9036-4f356d0ccd18", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "updated_at": "2018-10-12T10:34:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "2ae4f47a-860c-4316-ac71-26a7138a332b", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "652ffd7b-44c1-45ae-bacb-d752209f00a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "c6536286-1efd-4324-bff2-83bf4e288f74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "d00fd409-954d-4a7e-b2ce-3b8e9364f9b2", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}], "revision_number": 4, "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "665a8bea-d7bf-418c-8720-ca198157c68e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "updated_at": "2018-10-12T10:44:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "03a7346d-e81e-42f1-90d8-2d77a0e34ff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "25484a0d-c36c-4968-8497-2fab34786f38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "3051e92e-adfd-43d1-8ad4-a37e12b00332", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "c8cd6bce-c3f0-4e98-afd5-635192d18ba4", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 4, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "updated_at": "2018-10-12T10:47:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "949496b4-b497-4a18-b6fe-e484eb4cd872", "remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "9f341cb7-083b-4329-bca3-1a395a91d0be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "bdbe928d-b791-4fc6-90ae-6c3615c86e98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "d081a0eb-165e-4df4-84c6-1cc829e521cc", "remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7a87eb57-d271-422f-a9cd-14b017359d35", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "032b60cb708a43d69f35d39e8d4e85c3", "created_at": "2018-10-12T10:58:53Z", "updated_at": "2018-10-12T10:58:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:58:53Z", "revision_number": 0, "id": "099e0e38-d9e0-4a47-b69d-1df976c40ba5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:58:53Z", "security_group_id": "895a9c4b-0467-40ef-b4ef-d69c8d78cc4d", "tenant_id": "032b60cb708a43d69f35d39e8d4e85c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "032b60cb708a43d69f35d39e8d4e85c3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:58:53Z", "revision_number": 0, "id": "5048c4c3-8955-4229-a7c9-259543f3ddbb", "remote_group_id": "895a9c4b-0467-40ef-b4ef-d69c8d78cc4d", "remote_ip_prefix": null, "created_at": "2018-10-12T10:58:53Z", "security_group_id": "895a9c4b-0467-40ef-b4ef-d69c8d78cc4d", "tenant_id": "032b60cb708a43d69f35d39e8d4e85c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "032b60cb708a43d69f35d39e8d4e85c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:58:53Z", "revision_number": 0, "id": "7c0dfef9-750b-4d9c-8878-196d4c2d9f8a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:58:53Z", "security_group_id": "895a9c4b-0467-40ef-b4ef-d69c8d78cc4d", "tenant_id": "032b60cb708a43d69f35d39e8d4e85c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "032b60cb708a43d69f35d39e8d4e85c3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:58:53Z", "revision_number": 0, "id": "c3d29e2a-90b8-410d-9b27-bc3d12b61583", "remote_group_id": "895a9c4b-0467-40ef-b4ef-d69c8d78cc4d", "remote_ip_prefix": null, "created_at": "2018-10-12T10:58:53Z", "security_group_id": "895a9c4b-0467-40ef-b4ef-d69c8d78cc4d", "tenant_id": "032b60cb708a43d69f35d39e8d4e85c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "032b60cb708a43d69f35d39e8d4e85c3"}], "revision_number": 4, "project_id": "032b60cb708a43d69f35d39e8d4e85c3", "id": "895a9c4b-0467-40ef-b4ef-d69c8d78cc4d", "name": "default"}]} 2018-10-12 10:58:53,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups?name=default used request id req-2e4c8fcc-c125-4dfa-a82e-e457666fb48f 2018-10-12 10:58:53,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/projects/e102bdb5988e467195bfdf8f10d59478 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa5e69712817b8cb792a8b0bbb4422c22706874b" 2018-10-12 10:58:53,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c926f89-6b0b-41ab-8b75-ea224499fc7f Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.26:5000/v3/projects/e102bdb5988e467195bfdf8f10d59478"}, "enabled": true, "id": "e102bdb5988e467195bfdf8f10d59478", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-3c4f970b-0426-408-proj"}} 2018-10-12 10:58:53,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects/e102bdb5988e467195bfdf8f10d59478 used request id req-5c926f89-6b0b-41ab-8b75-ea224499fc7f 2018-10-12 10:58:53,656 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5993f6e0-f0e9-46be-9036-4f356d0ccd18 2018-10-12 10:58:53,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=5993f6e0-f0e9-46be-9036-4f356d0ccd18 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa5e69712817b8cb792a8b0bbb4422c22706874b" 2018-10-12 10:58:53,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-fcd4edae-8fe4-4e6f-970a-f193bfdbe478 Date: Fri, 12 Oct 2018 10:58:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "5993f6e0-f0e9-46be-9036-4f356d0ccd18", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:57:25Z", "security_group_id": "5993f6e0-f0e9-46be-9036-4f356d0ccd18", "port_range_min": null, "revision_number": 0, "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "created_at": "2018-10-12T10:57:25Z", "project_id": "e102bdb5988e467195bfdf8f10d59478", "id": "0cb1a8ca-f638-4e10-a31d-a71c4ca5c39a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:57:25Z", "security_group_id": "5993f6e0-f0e9-46be-9036-4f356d0ccd18", "port_range_min": null, "revision_number": 0, "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "created_at": "2018-10-12T10:57:25Z", "project_id": "e102bdb5988e467195bfdf8f10d59478", "id": "40bbdee3-84e8-4570-8529-7040b7ddc5f7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:57:25Z", "security_group_id": "5993f6e0-f0e9-46be-9036-4f356d0ccd18", "port_range_min": null, "revision_number": 0, "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "created_at": "2018-10-12T10:57:25Z", "project_id": "e102bdb5988e467195bfdf8f10d59478", "id": "878d7451-9a01-4266-9f52-73047608b51a"}, {"remote_group_id": "5993f6e0-f0e9-46be-9036-4f356d0ccd18", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:57:25Z", "security_group_id": "5993f6e0-f0e9-46be-9036-4f356d0ccd18", "port_range_min": null, "revision_number": 0, "tenant_id": "e102bdb5988e467195bfdf8f10d59478", "created_at": "2018-10-12T10:57:25Z", "project_id": "e102bdb5988e467195bfdf8f10d59478", "id": "c12f5632-f508-4259-8507-0ca64252cab2"}]} 2018-10-12 10:58:53,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules?security_group_id=5993f6e0-f0e9-46be-9036-4f356d0ccd18 used request id req-fcd4edae-8fe4-4e6f-970a-f193bfdbe478 2018-10-12 10:58:53,835 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 10:58:53,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:9696/v2.0/security-groups/5993f6e0-f0e9-46be-9036-4f356d0ccd18 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa5e69712817b8cb792a8b0bbb4422c22706874b" 2018-10-12 10:58:54,277 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b5a573af-d3b0-4162-ae6b-e2f6bbf43dd4 Content-Length: 0 Date: Fri, 12 Oct 2018 10:58:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:58:54,277 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/5993f6e0-f0e9-46be-9036-4f356d0ccd18 used request id req-b5a573af-d3b0-4162-ae6b-e2f6bbf43dd4 2018-10-12 10:58:54,278 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-3c4f970b-0426-408-proj 2018-10-12 10:58:54,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/projects/e102bdb5988e467195bfdf8f10d59478 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa5e69712817b8cb792a8b0bbb4422c22706874b" 2018-10-12 10:58:54,536 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:58:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2edfaaf-9ad2-4505-9d65-731ebc196fe2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:58:54,536 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/e102bdb5988e467195bfdf8f10d59478 used request id req-b2edfaaf-9ad2-4505-9d65-731ebc196fe2 2018-10-12 10:58:54,536 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-3c4f970b-0426-408-proj-role 2018-10-12 10:58:54,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/roles/2b222aeee8cc4a68b1765921b4055530 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa5e69712817b8cb792a8b0bbb4422c22706874b" 2018-10-12 10:58:54,652 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:58:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-370d8e33-bafc-41cb-a7ca-4a6c31a50ef2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:58:54,652 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/2b222aeee8cc4a68b1765921b4055530 used request id req-370d8e33-bafc-41cb-a7ca-4a6c31a50ef2 2018-10-12 10:58:54,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa5e69712817b8cb792a8b0bbb4422c22706874b" 2018-10-12 10:58:54,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fac57cc-94c9-4f00-9715-03427e0b27b7 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "1c1017ff92d34699889959b2d27ada82", "links": {"self": "http://172.30.9.26:5000/v3/roles/1c1017ff92d34699889959b2d27ada82"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d777d177be7e4326ba270c662692e55c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d777d177be7e4326ba270c662692e55c"}, "name": "Member"}]} 2018-10-12 10:58:54,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-7fac57cc-94c9-4f00-9715-03427e0b27b7 2018-10-12 10:58:54,744 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-3c4f970b-0426-408-user 2018-10-12 10:58:54,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.26:5000/v3/users/32296c67575847509b8eb55e36ca7389 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85e30d22f1195e362278d1637cf9b8916f105d98" 2018-10-12 10:58:54,928 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:58:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99bedd2c-bede-41bf-a1b8-de87959498a8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:58:54,929 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/32296c67575847509b8eb55e36ca7389 used request id req-99bedd2c-bede-41bf-a1b8-de87959498a8 2018-10-12 10:58:54,930 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 96.766s OK 2018-10-12 10:58:55,063 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-12 10:58:55,063 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 01:37 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-10-12 10:58:55,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 10:58:55,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:58:55,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26ad02ba-6418-4a3e-91b7-021e0f18e4fd Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "1c1017ff92d34699889959b2d27ada82", "links": {"self": "http://172.30.9.26:5000/v3/roles/1c1017ff92d34699889959b2d27ada82"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d777d177be7e4326ba270c662692e55c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d777d177be7e4326ba270c662692e55c"}, "name": "Member"}]} 2018-10-12 10:58:55,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-26ad02ba-6418-4a3e-91b7-021e0f18e4fd 2018-10-12 10:58:55,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0762810707092s 2018-10-12 10:58:55,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-12 10:58:55,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/1c1017ff92d34699889959b2d27ada82 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:58:55,293 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:58:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d427e524-966d-46c6-b8db-365f8951a1c8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:58:55,293 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/1c1017ff92d34699889959b2d27ada82 used request id req-d427e524-966d-46c6-b8db-365f8951a1c8 2018-10-12 10:58:55,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.146661996841s 2018-10-12 10:58:55,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 10:58:55,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:58:55,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69369fee-ad31-46c1-bf08-a06658e19136 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_315ec794-3fa8-4c22-bc8e-0af8643bf3f3", "links": {"self": "http://172.30.9.26:5000/v3/users/5b3affe6962c4e408f8a22b2a06fa186"}, "domain_id": "default", "enabled": true, "id": "5b3affe6962c4e408f8a22b2a06fa186", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 10:58:55,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-69369fee-ad31-46c1-bf08-a06658e19136 2018-10-12 10:58:55,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.111874103546s 2018-10-12 10:58:55,407 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-69369fee-ad31-46c1-bf08-a06658e19136 2018-10-12 10:58:55,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 10:58:55,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/5b3affe6962c4e408f8a22b2a06fa186 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:58:55,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07f04a1a-5174-4850-b0e5-57e9dca9060e Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/5b3affe6962c4e408f8a22b2a06fa186"}, "enabled": true, "id": "5b3affe6962c4e408f8a22b2a06fa186", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_315ec794-3fa8-4c22-bc8e-0af8643bf3f3"}} 2018-10-12 10:58:55,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/5b3affe6962c4e408f8a22b2a06fa186 used request id req-07f04a1a-5174-4850-b0e5-57e9dca9060e 2018-10-12 10:58:55,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.085480928421s 2018-10-12 10:58:55,498 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/5b3affe6962c4e408f8a22b2a06fa186 used request id req-07f04a1a-5174-4850-b0e5-57e9dca9060e 2018-10-12 10:58:55,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-12 10:58:55,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/5b3affe6962c4e408f8a22b2a06fa186 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:58:55,707 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:58:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac8642d3-a450-4f81-9823-1fbd7c7181ad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:58:55,707 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/5b3affe6962c4e408f8a22b2a06fa186 used request id req-ac8642d3-a450-4f81-9823-1fbd7c7181ad 2018-10-12 10:58:55,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.208112001419s 2018-10-12 10:58:55,707 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/5b3affe6962c4e408f8a22b2a06fa186 used request id req-ac8642d3-a450-4f81-9823-1fbd7c7181ad 2018-10-12 10:58:55,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 10:58:55,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:58:55,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2edb7935-cf16-4087-93d2-2188272843e5 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.26:5000/v3/projects/032b60cb708a43d69f35d39e8d4e85c3"}, "enabled": true, "id": "032b60cb708a43d69f35d39e8d4e85c3", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_315ec794-3fa8-4c22-bc8e-0af8643bf3f3"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-12 10:58:55,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-2edb7935-cf16-4087-93d2-2188272843e5 2018-10-12 10:58:55,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0812289714813s 2018-10-12 10:58:55,790 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-2edb7935-cf16-4087-93d2-2188272843e5 2018-10-12 10:58:55,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-12 10:58:55,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/032b60cb708a43d69f35d39e8d4e85c3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:58:55,972 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:58:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f658b05-bcfb-47bd-ad52-0c2d37ee88ce Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:58:55,972 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/032b60cb708a43d69f35d39e8d4e85c3 used request id req-4f658b05-bcfb-47bd-ad52-0c2d37ee88ce 2018-10-12 10:58:55,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.180794000626s 2018-10-12 10:58:55,973 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/032b60cb708a43d69f35d39e8d4e85c3 used request id req-4f658b05-bcfb-47bd-ad52-0c2d37ee88ce 2018-10-12 10:58:55,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 10:58:55,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:58:56,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:58:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1c774c5-4aab-4743-a9bd-81dfb2591e09 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d777d177be7e4326ba270c662692e55c", "links": {"self": "http://172.30.9.26:5000/v3/roles/d777d177be7e4326ba270c662692e55c"}, "name": "Member"}]} 2018-10-12 10:58:56,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-e1c774c5-4aab-4743-a9bd-81dfb2591e09 2018-10-12 10:58:56,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0790908336639s 2018-10-12 10:58:56,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-12 10:58:56,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/d777d177be7e4326ba270c662692e55c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:58:56,149 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:58:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78f3684a-9367-44d3-bd27-8d861b98cc9a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:58:56,149 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/d777d177be7e4326ba270c662692e55c used request id req-78f3684a-9367-44d3-bd27-8d861b98cc9a 2018-10-12 10:58:56,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0951521396637s 2018-10-12 10:58:56,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-12 10:58:56,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/security-groups.json?project_id=032b60cb708a43d69f35d39e8d4e85c3&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:58:56,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-1396444b-4238-4254-a21c-32b9ff55e1e0 Date: Fri, 12 Oct 2018 10:58:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "032b60cb708a43d69f35d39e8d4e85c3", "created_at": "2018-10-12T10:58:53Z", "updated_at": "2018-10-12T10:58:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:58:53Z", "revision_number": 0, "id": "099e0e38-d9e0-4a47-b69d-1df976c40ba5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:58:53Z", "security_group_id": "895a9c4b-0467-40ef-b4ef-d69c8d78cc4d", "tenant_id": "032b60cb708a43d69f35d39e8d4e85c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "032b60cb708a43d69f35d39e8d4e85c3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:58:53Z", "revision_number": 0, "id": "5048c4c3-8955-4229-a7c9-259543f3ddbb", "remote_group_id": "895a9c4b-0467-40ef-b4ef-d69c8d78cc4d", "remote_ip_prefix": null, "created_at": "2018-10-12T10:58:53Z", "security_group_id": "895a9c4b-0467-40ef-b4ef-d69c8d78cc4d", "tenant_id": "032b60cb708a43d69f35d39e8d4e85c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "032b60cb708a43d69f35d39e8d4e85c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:58:53Z", "revision_number": 0, "id": "7c0dfef9-750b-4d9c-8878-196d4c2d9f8a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:58:53Z", "security_group_id": "895a9c4b-0467-40ef-b4ef-d69c8d78cc4d", "tenant_id": "032b60cb708a43d69f35d39e8d4e85c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "032b60cb708a43d69f35d39e8d4e85c3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:58:53Z", "revision_number": 0, "id": "c3d29e2a-90b8-410d-9b27-bc3d12b61583", "remote_group_id": "895a9c4b-0467-40ef-b4ef-d69c8d78cc4d", "remote_ip_prefix": null, "created_at": "2018-10-12T10:58:53Z", "security_group_id": "895a9c4b-0467-40ef-b4ef-d69c8d78cc4d", "tenant_id": "032b60cb708a43d69f35d39e8d4e85c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "032b60cb708a43d69f35d39e8d4e85c3"}], "revision_number": 4, "project_id": "032b60cb708a43d69f35d39e8d4e85c3", "id": "895a9c4b-0467-40ef-b4ef-d69c8d78cc4d", "name": "default"}]} 2018-10-12 10:58:56,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=032b60cb708a43d69f35d39e8d4e85c3&name=default used request id req-1396444b-4238-4254-a21c-32b9ff55e1e0 2018-10-12 10:58:56,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.344103097916s 2018-10-12 10:58:56,499 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=032b60cb708a43d69f35d39e8d4e85c3&name=default used request id req-1396444b-4238-4254-a21c-32b9ff55e1e0 2018-10-12 10:58:56,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-12 10:58:56,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:58:56,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-21da1c47-9832-45ea-8d27-6b3d803b88ec Date: Fri, 12 Oct 2018 10:58:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "updated_at": "2018-10-12T10:34:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "d00fd409-954d-4a7e-b2ce-3b8e9364f9b2", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "2ae4f47a-860c-4316-ac71-26a7138a332b", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "c6536286-1efd-4324-bff2-83bf4e288f74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "652ffd7b-44c1-45ae-bacb-d752209f00a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}], "revision_number": 4, "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "665a8bea-d7bf-418c-8720-ca198157c68e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "updated_at": "2018-10-12T10:44:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "03a7346d-e81e-42f1-90d8-2d77a0e34ff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "3051e92e-adfd-43d1-8ad4-a37e12b00332", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "c8cd6bce-c3f0-4e98-afd5-635192d18ba4", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "25484a0d-c36c-4968-8497-2fab34786f38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 4, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "updated_at": "2018-10-12T10:47:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "bdbe928d-b791-4fc6-90ae-6c3615c86e98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "d081a0eb-165e-4df4-84c6-1cc829e521cc", "remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "9f341cb7-083b-4329-bca3-1a395a91d0be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "949496b4-b497-4a18-b6fe-e484eb4cd872", "remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7a87eb57-d271-422f-a9cd-14b017359d35", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "032b60cb708a43d69f35d39e8d4e85c3", "created_at": "2018-10-12T10:58:53Z", "updated_at": "2018-10-12T10:58:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:58:53Z", "revision_number": 0, "id": "c3d29e2a-90b8-410d-9b27-bc3d12b61583", "remote_group_id": "895a9c4b-0467-40ef-b4ef-d69c8d78cc4d", "remote_ip_prefix": null, "created_at": "2018-10-12T10:58:53Z", "security_group_id": "895a9c4b-0467-40ef-b4ef-d69c8d78cc4d", "tenant_id": "032b60cb708a43d69f35d39e8d4e85c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "032b60cb708a43d69f35d39e8d4e85c3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:58:53Z", "revision_number": 0, "id": "5048c4c3-8955-4229-a7c9-259543f3ddbb", "remote_group_id": "895a9c4b-0467-40ef-b4ef-d69c8d78cc4d", "remote_ip_prefix": null, "created_at": "2018-10-12T10:58:53Z", "security_group_id": "895a9c4b-0467-40ef-b4ef-d69c8d78cc4d", "tenant_id": "032b60cb708a43d69f35d39e8d4e85c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "032b60cb708a43d69f35d39e8d4e85c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:58:53Z", "revision_number": 0, "id": "7c0dfef9-750b-4d9c-8878-196d4c2d9f8a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:58:53Z", "security_group_id": "895a9c4b-0467-40ef-b4ef-d69c8d78cc4d", "tenant_id": "032b60cb708a43d69f35d39e8d4e85c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "032b60cb708a43d69f35d39e8d4e85c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:58:53Z", "revision_number": 0, "id": "099e0e38-d9e0-4a47-b69d-1df976c40ba5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:58:53Z", "security_group_id": "895a9c4b-0467-40ef-b4ef-d69c8d78cc4d", "tenant_id": "032b60cb708a43d69f35d39e8d4e85c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "032b60cb708a43d69f35d39e8d4e85c3"}], "revision_number": 4, "project_id": "032b60cb708a43d69f35d39e8d4e85c3", "id": "895a9c4b-0467-40ef-b4ef-d69c8d78cc4d", "name": "default"}]} 2018-10-12 10:58:56,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-21da1c47-9832-45ea-8d27-6b3d803b88ec 2018-10-12 10:58:56,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.198315858841s 2018-10-12 10:58:56,701 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-21da1c47-9832-45ea-8d27-6b3d803b88ec 2018-10-12 10:58:56,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-12 10:58:56,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/security-groups/895a9c4b-0467-40ef-b4ef-d69c8d78cc4d.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}075f44031e80fe0d58ac71245ec262166e980d90" 2018-10-12 10:58:56,984 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-22be2815-86c6-470a-b896-a85a03b531cf Content-Length: 0 Date: Fri, 12 Oct 2018 10:58:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 10:58:56,984 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/895a9c4b-0467-40ef-b4ef-d69c8d78cc4d.json used request id req-22be2815-86c6-470a-b896-a85a03b531cf 2018-10-12 10:58:56,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.278980970383s 2018-10-12 10:58:56,985 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/895a9c4b-0467-40ef-b4ef-d69c8d78cc4d.json used request id req-22be2815-86c6-470a-b896-a85a03b531cf 2018-10-12 10:58:56,985 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:11 | PASS | | api_check | functest | healthcheck | 12:10 | PASS | | snaps_health_check | functest | healthcheck | 01:37 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-10-12 10:58:56,989 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-12 10:59:00,680 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-299 | | 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-10-12 10:59:00,684 - 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=pWYKCY62jZnEAHjzsECP3aEaq export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26: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.8 export OS_REGION_NAME=regionOne 2018-10-12 10:59:00,684 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-12 10:59:00,685 - 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-10-12 10:59:00,715 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-10-12 10:59:01,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 10:59:01,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 10:59:01,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 10:59:01,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 10:59:01,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 10:59:01,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 10:59:01,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 10:59:01,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 10:59:01,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 10:59:01,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 10:59:01,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 10:59:01,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 10:59:01,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 10:59:01,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 10:59:01,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 10:59:01,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 10:59:01,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 10:59:01,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 10:59:01,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 10:59:01,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 10:59:01,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 10:59:01,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 10:59:01,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 10:59:01,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 10:59:01,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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-10-12 10:59:01,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:59:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c34f140-c166-47b3-9127-54eb8b75453e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:59:01,866 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3c34f140-c166-47b3-9127-54eb8b75453e 2018-10-12 10:59:01,867 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:59:02,249 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T11:59:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["lhVY4l2kRMqjhGCy0kWKNA"], "issued_at": "2018-10-12T10:59:02.000000Z"}} 2018-10-12 10:59:02,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-12 10:59:02,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}551bd6bf7c5e3d734aa0b1132952fda00fe80a39" 2018-10-12 10:59:02,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-3f7b9c1a-18f7-4a04-bf5d-8ac0076e08c7 Date: Fri, 12 Oct 2018 10:59:02 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"}]} 2018-10-12 10:59:02,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3f7b9c1a-18f7-4a04-bf5d-8ac0076e08c7 2018-10-12 10:59:02,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.229412794113s 2018-10-12 10:59:02,482 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3f7b9c1a-18f7-4a04-bf5d-8ac0076e08c7 2018-10-12 10:59:02,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-12 10:59:02,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}551bd6bf7c5e3d734aa0b1132952fda00fe80a39" 2018-10-12 10:59:02,496 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 10:59: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 10:59:02,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}551bd6bf7c5e3d734aa0b1132952fda00fe80a39" 2018-10-12 10:59:02,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:59:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46d95f4d-1cf6-44d8-b8ac-9061d9a01463 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/4c63915287d940839daec75dc8b59ff1"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4c63915287d940839daec75dc8b59ff1"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-10-12 10:59:02,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-46d95f4d-1cf6-44d8-b8ac-9061d9a01463 2018-10-12 10:59:02,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.302410840988s 2018-10-12 10:59:02,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-12 10:59:02,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}551bd6bf7c5e3d734aa0b1132952fda00fe80a39" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_171c316d-d9b9-44c7-a0df-fee479dda97c"}}' 2018-10-12 10:59:02,944 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 10:59:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fdbb51a9-530b-43f5-85e7-c1a5803f0b0e 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.26:5000/v3/projects/eb22c63bf4124e9c92a1035f01238b08"}, "enabled": true, "id": "eb22c63bf4124e9c92a1035f01238b08", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_171c316d-d9b9-44c7-a0df-fee479dda97c"}} 2018-10-12 10:59:02,944 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-fdbb51a9-530b-43f5-85e7-c1a5803f0b0e 2018-10-12 10:59:02,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.15252494812s 2018-10-12 10:59:02,944 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-fdbb51a9-530b-43f5-85e7-c1a5803f0b0e 2018-10-12 10:59:02,945 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_171c316d-d9b9-44c7-a0df-fee479dda97c', 'id': u'eb22c63bf4124e9c92a1035f01238b08', '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-10-12 10:59:02,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-12 10:59:03,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.413163900375s 2018-10-12 10:59:03,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/e82f1b9a63454063896b315d28e3d2f0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}551bd6bf7c5e3d734aa0b1132952fda00fe80a39" 2018-10-12 10:59:03,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:59:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89510700-0d28-4813-b7f8-681a3357ea0a Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/e82f1b9a63454063896b315d28e3d2f0"}, "enabled": true, "id": "e82f1b9a63454063896b315d28e3d2f0", "options": {}, "domain_id": "default", "name": "vping_ssh-user_171c316d-d9b9-44c7-a0df-fee479dda97c"}} 2018-10-12 10:59:03,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/e82f1b9a63454063896b315d28e3d2f0 used request id req-89510700-0d28-4813-b7f8-681a3357ea0a 2018-10-12 10:59:03,457 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e82f1b9a63454063896b315d28e3d2f0', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_171c316d-d9b9-44c7-a0df-fee479dda97c'}) 2018-10-12 10:59:03,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 10:59:03,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}551bd6bf7c5e3d734aa0b1132952fda00fe80a39" 2018-10-12 10:59:03,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:59:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59af3a83-5a54-46bb-93b7-40177dd4d1e3 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:59:03,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-59af3a83-5a54-46bb-93b7-40177dd4d1e3 2018-10-12 10:59:03,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0883848667145s 2018-10-12 10:59:03,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 10:59:03,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}551bd6bf7c5e3d734aa0b1132952fda00fe80a39" 2018-10-12 10:59:03,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:59:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4dbfe6d-d7d0-44a0-9ff5-0d9b84950d66 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 10:59:03,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-b4dbfe6d-d7d0-44a0-9ff5-0d9b84950d66 2018-10-12 10:59:03,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0824089050293s 2018-10-12 10:59:03,631 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-12 10:59:03,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-12 10:59:03,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}551bd6bf7c5e3d734aa0b1132952fda00fe80a39" -d '{"role": {"name": "Member"}}' 2018-10-12 10:59:03,736 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 10:59:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-628bb848-d84e-4425-8c94-8a5a7a4e9393 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "feecfc36f90041a3a54ba1e9df0bef20", "links": {"self": "http://172.30.9.26:5000/v3/roles/feecfc36f90041a3a54ba1e9df0bef20"}, "name": "Member"}} 2018-10-12 10:59:03,736 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-628bb848-d84e-4425-8c94-8a5a7a4e9393 2018-10-12 10:59:03,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.104625940323s 2018-10-12 10:59:03,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/feecfc36f90041a3a54ba1e9df0bef20 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}551bd6bf7c5e3d734aa0b1132952fda00fe80a39" 2018-10-12 10:59:03,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:59:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d80dd109-11fc-4c87-ba26-4e67e4e08671 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/feecfc36f90041a3a54ba1e9df0bef20"}, "domain_id": null, "name": "Member", "id": "feecfc36f90041a3a54ba1e9df0bef20"}} 2018-10-12 10:59:03,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/feecfc36f90041a3a54ba1e9df0bef20 used request id req-d80dd109-11fc-4c87-ba26-4e67e4e08671 2018-10-12 10:59:03,817 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/feecfc36f90041a3a54ba1e9df0bef20'}, 'domain_id': None, 'human_id': None, 'id': u'feecfc36f90041a3a54ba1e9df0bef20', 'HUMAN_ID': False}) 2018-10-12 10:59:03,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 10:59:03,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}551bd6bf7c5e3d734aa0b1132952fda00fe80a39" 2018-10-12 10:59:03,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:59:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22e4065c-f7e8-45c1-8bd4-428d104b1109 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "feecfc36f90041a3a54ba1e9df0bef20", "links": {"self": "http://172.30.9.26:5000/v3/roles/feecfc36f90041a3a54ba1e9df0bef20"}, "name": "Member"}]} 2018-10-12 10:59:03,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-22e4065c-f7e8-45c1-8bd4-428d104b1109 2018-10-12 10:59:03,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0824048519135s 2018-10-12 10:59:03,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-12 10:59:03,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}551bd6bf7c5e3d734aa0b1132952fda00fe80a39" 2018-10-12 10:59:03,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:59:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff0b0ee0-df30-422b-a162-ddc2bdff91a7 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 10:59:03,976 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-ff0b0ee0-df30-422b-a162-ddc2bdff91a7 2018-10-12 10:59:03,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.07515001297s 2018-10-12 10:59:03,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 10:59:03,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}551bd6bf7c5e3d734aa0b1132952fda00fe80a39" 2018-10-12 10:59:04,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:59:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-321055ee-0d9a-4d7b-a5de-baa3cdb79b05 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_171c316d-d9b9-44c7-a0df-fee479dda97c", "links": {"self": "http://172.30.9.26:5000/v3/users/e82f1b9a63454063896b315d28e3d2f0"}, "domain_id": "default", "enabled": true, "id": "e82f1b9a63454063896b315d28e3d2f0", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 10:59:04,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-321055ee-0d9a-4d7b-a5de-baa3cdb79b05 2018-10-12 10:59:04,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0984470844269s 2018-10-12 10:59:04,076 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-321055ee-0d9a-4d7b-a5de-baa3cdb79b05 2018-10-12 10:59:04,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 10:59:04,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}551bd6bf7c5e3d734aa0b1132952fda00fe80a39" 2018-10-12 10:59:04,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:59:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27517661-e0dd-4c8a-9a39-8dcabf47a292 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26: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.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.26:5000/v3/projects/eb22c63bf4124e9c92a1035f01238b08"}, "enabled": true, "id": "eb22c63bf4124e9c92a1035f01238b08", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_171c316d-d9b9-44c7-a0df-fee479dda97c"}]} 2018-10-12 10:59:04,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-27517661-e0dd-4c8a-9a39-8dcabf47a292 2018-10-12 10:59:04,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0868120193481s 2018-10-12 10:59:04,170 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-27517661-e0dd-4c8a-9a39-8dcabf47a292 2018-10-12 10:59:04,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-12 10:59:04,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=e82f1b9a63454063896b315d28e3d2f0&scope.project.id=eb22c63bf4124e9c92a1035f01238b08&role.id=feecfc36f90041a3a54ba1e9df0bef20 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}551bd6bf7c5e3d734aa0b1132952fda00fe80a39" 2018-10-12 10:59:04,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:59:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a606b36b-098f-46ea-a780-52f059baf3da Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=e82f1b9a63454063896b315d28e3d2f0&scope.project.id=eb22c63bf4124e9c92a1035f01238b08&role.id=feecfc36f90041a3a54ba1e9df0bef20", "previous": null, "next": null}} 2018-10-12 10:59:04,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=e82f1b9a63454063896b315d28e3d2f0&scope.project.id=eb22c63bf4124e9c92a1035f01238b08&role.id=feecfc36f90041a3a54ba1e9df0bef20 used request id req-a606b36b-098f-46ea-a780-52f059baf3da 2018-10-12 10:59:04,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0785629749298s 2018-10-12 10:59:04,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-12 10:59:04,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/eb22c63bf4124e9c92a1035f01238b08/users/e82f1b9a63454063896b315d28e3d2f0/roles/feecfc36f90041a3a54ba1e9df0bef20 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}551bd6bf7c5e3d734aa0b1132952fda00fe80a39" 2018-10-12 10:59:04,405 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 10:59:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f2d4efd-c8e8-46f1-a38c-513d27c3a611 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 10:59:04,405 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/eb22c63bf4124e9c92a1035f01238b08/users/e82f1b9a63454063896b315d28e3d2f0/roles/feecfc36f90041a3a54ba1e9df0bef20 used request id req-3f2d4efd-c8e8-46f1-a38c-513d27c3a611 2018-10-12 10:59:04,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.152480125427s 2018-10-12 10:59:04,406 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_171c316d-d9b9-44c7-a0df-fee479dda97c', 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': 'd0f92588-ff8c-4ec7-a72b-0f0eb3d11288', 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_171c316d-d9b9-44c7-a0df-fee479dda97c', 'project_id': u'eb22c63bf4124e9c92a1035f01238b08', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-12 10:59:04,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 10:59:04,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 10:59:04,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 10:59:04,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 10:59:04,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 10:59:04,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 10:59:04,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 10:59:04,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 10:59:04,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 10:59:04,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 10:59:04,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 10:59:04,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 10:59:04,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 10:59:04,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 10:59:04,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 10:59:04,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 10:59:04,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 10:59:04,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 10:59:04,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 10:59:04,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 10:59:04,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 10:59:04,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 10:59:04,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 10:59:04,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 10:59:04,413 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_171c316d-d9b9-44c7-a0df-fee479dda97c', 'password': 'd0f92588-ff8c-4ec7-a72b-0f0eb3d11288', 'project_name': 'vping_ssh-project_171c316d-d9b9-44c7-a0df-fee479dda97c', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': 'eb22c63bf4124e9c92a1035f01238b08', 'project_domain_name': 'Default'} 2018-10-12 10:59:04,414 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-10-12 10:59:04,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-12 10:59:04,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}551bd6bf7c5e3d734aa0b1132952fda00fe80a39" 2018-10-12 10:59:04,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:59:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10185cd5-1b27-4473-bd0f-c086700871af Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/4c63915287d940839daec75dc8b59ff1"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4c63915287d940839daec75dc8b59ff1"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-10-12 10:59:04,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-10185cd5-1b27-4473-bd0f-c086700871af 2018-10-12 10:59:04,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0802319049835s 2018-10-12 10:59:04,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 10:59:04,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}551bd6bf7c5e3d734aa0b1132952fda00fe80a39" 2018-10-12 10:59:04,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:59:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50126f3f-9460-49fe-a459-86054258e918 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26: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.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.26:5000/v3/projects/eb22c63bf4124e9c92a1035f01238b08"}, "enabled": true, "id": "eb22c63bf4124e9c92a1035f01238b08", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_171c316d-d9b9-44c7-a0df-fee479dda97c"}]} 2018-10-12 10:59:04,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-50126f3f-9460-49fe-a459-86054258e918 2018-10-12 10:59:04,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0754981040955s 2018-10-12 10:59:04,572 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-50126f3f-9460-49fe-a459-86054258e918 2018-10-12 10:59:04,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-12 10:59:04,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}551bd6bf7c5e3d734aa0b1132952fda00fe80a39" -d '{"network": {"tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "name": "vping_ssh-net_171c316d-d9b9-44c7-a0df-fee479dda97c", "admin_state_up": true}}' 2018-10-12 10:59:05,112 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e3d5d354-d204-4029-a532-b69b9c3a4ce4 Date: Fri, 12 Oct 2018 10:59: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":"c04bee97-6101-4467-940f-5d2187e8c69d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"eb22c63bf4124e9c92a1035f01238b08","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T10:59:04Z","is_default":false,"provider:segmentation_id":75,"name":"vping_ssh-net_171c316d-d9b9-44c7-a0df-fee479dda97c","admin_state_up":true,"tenant_id":"eb22c63bf4124e9c92a1035f01238b08","created_at":"2018-10-12T10:59:04Z","mtu":1450}} 2018-10-12 10:59:05,112 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-e3d5d354-d204-4029-a532-b69b9c3a4ce4 2018-10-12 10:59:05,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.536774873734s 2018-10-12 10:59:05,113 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-e3d5d354-d204-4029-a532-b69b9c3a4ce4 2018-10-12 10:59:05,113 - 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-10-12T10:59:04Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'c04bee97-6101-4467-940f-5d2187e8c69d', u'provider:segmentation_id': 75, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_171c316d-d9b9-44c7-a0df-fee479dda97c', u'admin_state_up': True, u'tenant_id': u'eb22c63bf4124e9c92a1035f01238b08', u'created_at': u'2018-10-12T10:59:04Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'eb22c63bf4124e9c92a1035f01238b08'}) 2018-10-12 10:59:05,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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-10-12 10:59:05,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:59:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71fa5285-d77d-4328-80ae-7804088c98e8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 10:59:05,121 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-71fa5285-d77d-4328-80ae-7804088c98e8 2018-10-12 10:59:05,122 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 10:59:05,497 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "feecfc36f90041a3a54ba1e9df0bef20", "name": "Member"}], "expires_at": "2018-10-12T11:59:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eb22c63bf4124e9c92a1035f01238b08", "name": "vping_ssh-project_171c316d-d9b9-44c7-a0df-fee479dda97c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/eb22c63bf4124e9c92a1035f01238b08", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/eb22c63bf4124e9c92a1035f01238b08", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/eb22c63bf4124e9c92a1035f01238b08", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/eb22c63bf4124e9c92a1035f01238b08", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/eb22c63bf4124e9c92a1035f01238b08", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/eb22c63bf4124e9c92a1035f01238b08", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/eb22c63bf4124e9c92a1035f01238b08", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/eb22c63bf4124e9c92a1035f01238b08", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/eb22c63bf4124e9c92a1035f01238b08", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/eb22c63bf4124e9c92a1035f01238b08", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/eb22c63bf4124e9c92a1035f01238b08", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/eb22c63bf4124e9c92a1035f01238b08", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_171c316d-d9b9-44c7-a0df-fee479dda97c", "id": "e82f1b9a63454063896b315d28e3d2f0"}, "audit_ids": ["4qTYkAs0S5aTpwReBpb2eA"], "issued_at": "2018-10-12T10:59:05.000000Z"}} 2018-10-12 10:59:05,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-12 10:59:05,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 10:59:05,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-2e8fb147-28be-4ae4-9088-fd32d46cc37c Date: Fri, 12 Oct 2018 10:59:05 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"updated_at":"2018-10-12T10:34:14Z","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-12T10:59:04Z","tenant_id":"eb22c63bf4124e9c92a1035f01238b08","created_at":"2018-10-12T10:59:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"eb22c63bf4124e9c92a1035f01238b08","id":"c04bee97-6101-4467-940f-5d2187e8c69d","name":"vping_ssh-net_171c316d-d9b9-44c7-a0df-fee479dda97c"}]} 2018-10-12 10:59:05,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-2e8fb147-28be-4ae4-9088-fd32d46cc37c 2018-10-12 10:59:05,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.264836072922s 2018-10-12 10:59:05,766 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-2e8fb147-28be-4ae4-9088-fd32d46cc37c 2018-10-12 10:59:05,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-12 10:59:05,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" -d '{"subnet": {"name": "vping_ssh-subnet_171c316d-d9b9-44c7-a0df-fee479dda97c", "enable_dhcp": true, "network_id": "c04bee97-6101-4467-940f-5d2187e8c69d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-10-12 10:59:06,452 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-ebe0c063-ac3a-45d4-9531-4a074498f44a Date: Fri, 12 Oct 2018 10:59:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c04bee97-6101-4467-940f-5d2187e8c69d","tenant_id":"eb22c63bf4124e9c92a1035f01238b08","created_at":"2018-10-12T10:59:06Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-12T10:59:06Z","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":"eb22c63bf4124e9c92a1035f01238b08","id":"bad01ff4-ed48-4a7b-b547-84144012de29","subnetpool_id":null,"name":"vping_ssh-subnet_171c316d-d9b9-44c7-a0df-fee479dda97c"}} 2018-10-12 10:59:06,453 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-ebe0c063-ac3a-45d4-9531-4a074498f44a 2018-10-12 10:59:06,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.68584394455s 2018-10-12 10:59:06,453 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-ebe0c063-ac3a-45d4-9531-4a074498f44a 2018-10-12 10:59:06,453 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-12T10:59:06Z', 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'bad01ff4-ed48-4a7b-b547-84144012de29', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_171c316d-d9b9-44c7-a0df-fee479dda97c', u'enable_dhcp': True, u'network_id': u'c04bee97-6101-4467-940f-5d2187e8c69d', u'tenant_id': u'eb22c63bf4124e9c92a1035f01238b08', u'created_at': u'2018-10-12T10:59:06Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'eb22c63bf4124e9c92a1035f01238b08'}) 2018-10-12 10:59:06,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-12 10:59:06,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" -d '{"router": {"external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2"}, "name": "vping_ssh-router_171c316d-d9b9-44c7-a0df-fee479dda97c", "admin_state_up": true}}' 2018-10-12 10:59:08,732 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-bec0d1d9-d182-43c0-b6aa-c32fc09731eb Date: Fri, 12 Oct 2018 10:59:08 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "created_at": "2018-10-12T10:59:07Z", "admin_state_up": true, "updated_at": "2018-10-12T10:59:08Z", "revision_number": 2, "routes": [], "project_id": "eb22c63bf4124e9c92a1035f01238b08", "id": "5799863b-e7c4-4914-8f20-4b6c26fcfc7e", "name": "vping_ssh-router_171c316d-d9b9-44c7-a0df-fee479dda97c"}} 2018-10-12 10:59:08,732 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-bec0d1d9-d182-43c0-b6aa-c32fc09731eb 2018-10-12 10:59:08,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.2778980732s 2018-10-12 10:59:08,732 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-bec0d1d9-d182-43c0-b6aa-c32fc09731eb 2018-10-12 10:59:08,733 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'71fc6d74-b5f7-4beb-b556-59bef5906bb2', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'82a08d1b-7ae3-4f90-92ce-135e5b7a8821', u'ip_address': u'172.30.9.212'}]}, u'description': u'', u'tags': [], u'tenant_id': u'eb22c63bf4124e9c92a1035f01238b08', u'created_at': u'2018-10-12T10:59:07Z', u'admin_state_up': True, u'updated_at': u'2018-10-12T10:59:08Z', u'revision_number': 2, u'routes': [], u'project_id': u'eb22c63bf4124e9c92a1035f01238b08', u'id': u'5799863b-e7c4-4914-8f20-4b6c26fcfc7e', u'name': u'vping_ssh-router_171c316d-d9b9-44c7-a0df-fee479dda97c'}) 2018-10-12 10:59:08,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-10-12 10:59:08,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/5799863b-e7c4-4914-8f20-4b6c26fcfc7e/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}96b4970f765b5f20e3bb3661978b175e0ef5305d" -d '{"subnet_id": "bad01ff4-ed48-4a7b-b547-84144012de29"}' 2018-10-12 10:59:10,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-24d3db64-dcb7-42ce-bcd1-d0c05b930331 Date: Fri, 12 Oct 2018 10:59:10 GMT RESP BODY: {"network_id": "c04bee97-6101-4467-940f-5d2187e8c69d", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "subnet_id": "bad01ff4-ed48-4a7b-b547-84144012de29", "subnet_ids": ["bad01ff4-ed48-4a7b-b547-84144012de29"], "port_id": "d8220371-0267-4770-924a-99b9a80612c0", "id": "5799863b-e7c4-4914-8f20-4b6c26fcfc7e"} 2018-10-12 10:59:10,790 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/5799863b-e7c4-4914-8f20-4b6c26fcfc7e/add_router_interface.json used request id req-24d3db64-dcb7-42ce-bcd1-d0c05b930331 2018-10-12 10:59:10,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.0561170578s 2018-10-12 10:59:10,790 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/5799863b-e7c4-4914-8f20-4b6c26fcfc7e/add_router_interface.json used request id req-24d3db64-dcb7-42ce-bcd1-d0c05b930331 returning object 5799863b-e7c4-4914-8f20-4b6c26fcfc7e 2018-10-12 10:59:10,791 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-12 10:59:10,916 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-12 10:59:10,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 10:59:10,923 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 12 Oct 2018 10:59:10 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-10-12 10:59:10,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 10:59:10,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 10:59:11,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-f356528f-7a59-4632-9403-c321cd9e1ba4 Date: Fri, 12 Oct 2018 10:59:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 10:59:11,103 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-f356528f-7a59-4632-9403-c321cd9e1ba4 2018-10-12 10:59:11,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.17678809166s 2018-10-12 10:59:11,103 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-f356528f-7a59-4632-9403-c321cd9e1ba4 2018-10-12 10:59:11,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-12 10:59:11,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_171c316d-d9b9-44c7-a0df-fee479dda97c", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_171c316d-d9b9-44c7-a0df-fee479dda97c"}' 2018-10-12 10:59:11,344 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e X-Openstack-Request-Id: req-040f95bc-cf44-4cfc-ae31-b26e23024452 Date: Fri, 12 Oct 2018 10:59:11 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e/file", "owner": "eb22c63bf4124e9c92a1035f01238b08", "id": "b46518d6-6a6d-4712-9f1c-97a634a6b80e", "size": null, "self": "/v2/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T10:59:11Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_171c316d-d9b9-44c7-a0df-fee479dda97c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_171c316d-d9b9-44c7-a0df-fee479dda97c", "checksum": null, "created_at": "2018-10-12T10:59:11Z", "protected": false} 2018-10-12 10:59:11,345 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-040f95bc-cf44-4cfc-ae31-b26e23024452 2018-10-12 10:59:11,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.239540100098s 2018-10-12 10:59:11,345 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-040f95bc-cf44-4cfc-ae31-b26e23024452 returning object b46518d6-6a6d-4712-9f1c-97a634a6b80e 2018-10-12 10:59:11,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-12 10:59:11,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e/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}96b4970f765b5f20e3bb3661978b175e0ef5305d" -d '' 2018-10-12 10:59:13,040 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-16c666a7-5bea-4cc9-9e95-678c8ee74d7c Date: Fri, 12 Oct 2018 10:59:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 10:59:13,041 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e/file used request id req-16c666a7-5bea-4cc9-9e95-678c8ee74d7c 2018-10-12 10:59:13,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.69457411766s 2018-10-12 10:59:13,041 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e/file used request id req-16c666a7-5bea-4cc9-9e95-678c8ee74d7c 2018-10-12 10:59:13,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 10:59:13,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 10:59:13,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-c6e88b46-7b6f-4b6c-b512-5afd2e2b556b Date: Fri, 12 Oct 2018 10:59:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e/snap", "metadata": {}}], "file": "/v2/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e/file", "owner": "eb22c63bf4124e9c92a1035f01238b08", "id": "b46518d6-6a6d-4712-9f1c-97a634a6b80e", "size": 12716032, "self": "/v2/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T10:59:13Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_171c316d-d9b9-44c7-a0df-fee479dda97c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_171c316d-d9b9-44c7-a0df-fee479dda97c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T10:59:11Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 10:59:13,220 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-c6e88b46-7b6f-4b6c-b512-5afd2e2b556b 2018-10-12 10:59:13,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.178292989731s 2018-10-12 10:59:13,220 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-c6e88b46-7b6f-4b6c-b512-5afd2e2b556b 2018-10-12 10:59:13,222 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e/file', 'owner': u'eb22c63bf4124e9c92a1035f01238b08', 'id': u'b46518d6-6a6d-4712-9f1c-97a634a6b80e', 'size': 12716032, u'self': u'/v2/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'eb22c63bf4124e9c92a1035f01238b08', 'name': 'vping_ssh-project_171c316d-d9b9-44c7-a0df-fee479dda97c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-12T10:59:13Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-12T10:59:13Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_171c316d-d9b9-44c7-a0df-fee479dda97c', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_171c316d-d9b9-44c7-a0df-fee479dda97c', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_171c316d-d9b9-44c7-a0df-fee479dda97c', 'created': u'2018-10-12T10:59:11Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-12T10:59:11Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_171c316d-d9b9-44c7-a0df-fee479dda97c', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-12 10:59:13,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-12 10:59:13,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}551bd6bf7c5e3d734aa0b1132952fda00fe80a39" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_171c316d-d9b9-44c7-a0df-fee479dda97c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-12 10:59:13,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-119420e7-80e3-42ea-9805-f10709b74b55 x-compute-request-id: req-119420e7-80e3-42ea-9805-f10709b74b55 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/590d14b4-492a-4eec-86ee-628d2431d0a9", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/590d14b4-492a-4eec-86ee-628d2431d0a9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "590d14b4-492a-4eec-86ee-628d2431d0a9", "name": "vping_ssh-flavor_171c316d-d9b9-44c7-a0df-fee479dda97c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 10:59:13,405 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-119420e7-80e3-42ea-9805-f10709b74b55 2018-10-12 10:59:13,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.182070970535s 2018-10-12 10:59:13,405 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-119420e7-80e3-42ea-9805-f10709b74b55 returning object 590d14b4-492a-4eec-86ee-628d2431d0a9 2018-10-12 10:59:13,406 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_171c316d-d9b9-44c7-a0df-fee479dda97c', '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'd6e005d8411b4b378ddb320b792455b0', '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'590d14b4-492a-4eec-86ee-628d2431d0a9', 'swap': 0}) 2018-10-12 10:59:13,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-12 10:59:13,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/590d14b4-492a-4eec-86ee-628d2431d0a9/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}551bd6bf7c5e3d734aa0b1132952fda00fe80a39" -d '{"extra_specs": {}}' 2018-10-12 10:59:13,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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 x-openstack-request-id: req-805e61f7-e6c8-474a-a566-d7f70f2e9ee4 x-compute-request-id: req-805e61f7-e6c8-474a-a566-d7f70f2e9ee4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-12 10:59:13,427 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/590d14b4-492a-4eec-86ee-628d2431d0a9/os-extra_specs used request id req-805e61f7-e6c8-474a-a566-d7f70f2e9ee4 2018-10-12 10:59:13,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0205960273743s 2018-10-12 10:59:13,428 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/590d14b4-492a-4eec-86ee-628d2431d0a9/os-extra_specs used request id req-805e61f7-e6c8-474a-a566-d7f70f2e9ee4 2018-10-12 10:59:13,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-10-12 10:59:13,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" -d '{"keypair": {"name": "vping_ssh-kp_171c316d-d9b9-44c7-a0df-fee479dda97c"}}' 2018-10-12 10:59:13,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-11a596c5-da3b-4828-8911-cf9b0d1eb6e2 x-compute-request-id: req-11a596c5-da3b-4828-8911-cf9b0d1eb6e2 Content-Encoding: gzip Content-Length: 1807 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5Hbt1lZh0avS2ujxpww2oUcdjHy/2sljYyl+MsXD5ELiFopz1juNv6q0e8OsGL5JM15p1R/vAMbAppUA+5bQSvpkXGrZhUgjS/9zpPjXrbuVKlQDlO0ymPTp6Iix0MeFQ/iMynESa7ZdUtWYDZ6N+hDNZ1txt0yZFE9DKAxKo5Rxmq6ldW+FulZNh7MOCEDyHS/0LlIQ8AKe85IN6UJS/Pe64+EOYB0ULdGgwJnCzv8nmrbtqsuGYN3u6+cHDC608beSKJOU52Y26Bf4NevB6NyTzftrm284r+T1ZAhXHAPXuab5ig/lVHy6HMsbawaucx5G02suNADkg3hHs6BMn Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAuR27dZWYdGr0tro8acMNqFHHYx8v9rJY2MpfjLFw+RC4haKc\n9Y7jb+qtHvDrBi+STNeadUf7wDGwKaVAPuW0Er6ZFxq2YVII0v/c6T41627lSpUA\n5TtMpj06eiIsdDHhUP4jMpxEmu2XVLVmA2ejfoQzWdbcbdMmRRPQygMSqOUcZqup\nXVvhbpWTYezDghA8h0v9C5SEPACnvOSDelCUvz3uuPhDmAdFC3RoMCZws7/J5q27\narLhmDd7uvnBwwutPG3kiiTlOdmNugX+DXrwejck837a5tvOK/k9WQIVxwD17mm+\nYoP5VR8uhzLG2sGrnMeRtNrLjQA5IN4R7OgTJwIDAQABAoIBAHZ1UkpSanbFIsfz\nsUk0qn61plQF1xmU00oXZsGPou2fB5Vsk+iHgX9Su2n7XUpeEs7dgVffsngw07wy\npUQalfsQwMKKM39fkYoEdYdEahi4pD3vz9zg75HJyKvzRmMssDS2DCwM19IUjCyG\n0DsJjRQe4QVyeyhEYE7/+THseXpd2/EqgiN5QNMmiDd7uoIseDxm1jvR2xV99skn\nSYIVIZy7rmXgRY6jjNRT+bSvDtu5RHwlr5EqG6vdebvyKGTfMbLxKI2G87QB0vYo\n/XYqXghlvzyKgP340p32HbOooYhGfcktJkakuUb0VmOBgOxZdhOkNXg+ynCZ1/pV\n0QZThyECgYEA38KJSdh4CZcfhDLalos/StxXizH6mnPvE8bklfN7fBhUKuZ3MYLN\ndlnJakPF1hEgSXCgcH+a69TVdvT6YHMLlIs7eFGZOptHzcvqGo9kIaobeTMmQpqs\ncP2oSuUvh9u88atFrqR0mUzXimiujvmLv0ExG21YlxD6aNsr3EB7fPkCgYEA08nO\nlAcojP0nGT5bOzloVs9UYy7/xoDAnylZJLzEAZpqfAO8qe05WMK7Alz73+CIFaou\nYSHyx7BB42lAEiV0zmPy1O3SBDxz2F8isOr6TMBJhzvlzR7xAvew3w3z5pVztwJI\nmtjpo57coBqDQ24Lp6RAQEQjMb3DhJQWkULEuR8CgYARyAvQ6nrfiDrg7omgXQBy\nmn/6d8ZKb9wX3j5cDDVL70MBBb+DF7nsJcZzw179W+8M5v5Y8ksFYqxz/5PGBl5t\nN4NKVHGwzpYuLH42Dh8O7c2xG/d2Y4RAlmfBS+UzDqs9KTcoYblCVXDrdtYoVnxc\nfnnAjDf2CUtc+c3KevVVQQKBgD6EqhiEbHICINKQ17mJ3sUReuW0cAiW5UWWnRv9\nJRccECb/q2e2AWG0SiQOcsPJsiJDFGHT9akA3NJWtXUl3W83je1RLtfVSJUssD7t\nfmm9sXbcNZ/xbE/l8i5GHiOJJpl1cR1UvtNwB8yzRuBW0dXw5I6UDpeWXur6FBdZ\nUF0dAoGAUUpFZWPGcKhJrmZyQpQeRxRp+oO6j6iHSTCa0CuvXDHJO4HV4o45c8oM\nHnW8tNxNDMNssBfZqgRH2RwNLiOrH5p30OA4gAU8w9dxSfHrk8/MrQN3U3fZNubx\nrZhWLUn7ZfqkeoQNRP7wrKQu6sQjAHRRNj5w7IajWq9IzZ8VaJI=\n-----END RSA PRIVATE KEY-----\n", "user_id": "e82f1b9a63454063896b315d28e3d2f0", "name": "vping_ssh-kp_171c316d-d9b9-44c7-a0df-fee479dda97c", "fingerprint": "49:a6:47:d9:86:bd:e2:41:2f:e1:d3:e4:65:3b:8d:6a"}} 2018-10-12 10:59:13,712 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-11a596c5-da3b-4828-8911-cf9b0d1eb6e2 2018-10-12 10:59:13,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.284009933472s 2018-10-12 10:59:13,713 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-11a596c5-da3b-4828-8911-cf9b0d1eb6e2 2018-10-12 10:59:13,713 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5Hbt1lZh0avS2ujxpww2oUcdjHy/2sljYyl+MsXD5ELiFopz1juNv6q0e8OsGL5JM15p1R/vAMbAppUA+5bQSvpkXGrZhUgjS/9zpPjXrbuVKlQDlO0ymPTp6Iix0MeFQ/iMynESa7ZdUtWYDZ6N+hDNZ1txt0yZFE9DKAxKo5Rxmq6ldW+FulZNh7MOCEDyHS/0LlIQ8AKe85IN6UJS/Pe64+EOYB0ULdGgwJnCzv8nmrbtqsuGYN3u6+cHDC608beSKJOU52Y26Bf4NevB6NyTzftrm284r+T1ZAhXHAPXuab5ig/lVHy6HMsbawaucx5G02suNADkg3hHs6BMn Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAuR27dZWYdGr0tro8acMNqFHHYx8v9rJY2MpfjLFw+RC4haKc\n9Y7jb+qtHvDrBi+STNeadUf7wDGwKaVAPuW0Er6ZFxq2YVII0v/c6T41627lSpUA\n5TtMpj06eiIsdDHhUP4jMpxEmu2XVLVmA2ejfoQzWdbcbdMmRRPQygMSqOUcZqup\nXVvhbpWTYezDghA8h0v9C5SEPACnvOSDelCUvz3uuPhDmAdFC3RoMCZws7/J5q27\narLhmDd7uvnBwwutPG3kiiTlOdmNugX+DXrwejck837a5tvOK/k9WQIVxwD17mm+\nYoP5VR8uhzLG2sGrnMeRtNrLjQA5IN4R7OgTJwIDAQABAoIBAHZ1UkpSanbFIsfz\nsUk0qn61plQF1xmU00oXZsGPou2fB5Vsk+iHgX9Su2n7XUpeEs7dgVffsngw07wy\npUQalfsQwMKKM39fkYoEdYdEahi4pD3vz9zg75HJyKvzRmMssDS2DCwM19IUjCyG\n0DsJjRQe4QVyeyhEYE7/+THseXpd2/EqgiN5QNMmiDd7uoIseDxm1jvR2xV99skn\nSYIVIZy7rmXgRY6jjNRT+bSvDtu5RHwlr5EqG6vdebvyKGTfMbLxKI2G87QB0vYo\n/XYqXghlvzyKgP340p32HbOooYhGfcktJkakuUb0VmOBgOxZdhOkNXg+ynCZ1/pV\n0QZThyECgYEA38KJSdh4CZcfhDLalos/StxXizH6mnPvE8bklfN7fBhUKuZ3MYLN\ndlnJakPF1hEgSXCgcH+a69TVdvT6YHMLlIs7eFGZOptHzcvqGo9kIaobeTMmQpqs\ncP2oSuUvh9u88atFrqR0mUzXimiujvmLv0ExG21YlxD6aNsr3EB7fPkCgYEA08nO\nlAcojP0nGT5bOzloVs9UYy7/xoDAnylZJLzEAZpqfAO8qe05WMK7Alz73+CIFaou\nYSHyx7BB42lAEiV0zmPy1O3SBDxz2F8isOr6TMBJhzvlzR7xAvew3w3z5pVztwJI\nmtjpo57coBqDQ24Lp6RAQEQjMb3DhJQWkULEuR8CgYARyAvQ6nrfiDrg7omgXQBy\nmn/6d8ZKb9wX3j5cDDVL70MBBb+DF7nsJcZzw179W+8M5v5Y8ksFYqxz/5PGBl5t\nN4NKVHGwzpYuLH42Dh8O7c2xG/d2Y4RAlmfBS+UzDqs9KTcoYblCVXDrdtYoVnxc\nfnnAjDf2CUtc+c3KevVVQQKBgD6EqhiEbHICINKQ17mJ3sUReuW0cAiW5UWWnRv9\nJRccECb/q2e2AWG0SiQOcsPJsiJDFGHT9akA3NJWtXUl3W83je1RLtfVSJUssD7t\nfmm9sXbcNZ/xbE/l8i5GHiOJJpl1cR1UvtNwB8yzRuBW0dXw5I6UDpeWXur6FBdZ\nUF0dAoGAUUpFZWPGcKhJrmZyQpQeRxRp+oO6j6iHSTCa0CuvXDHJO4HV4o45c8oM\nHnW8tNxNDMNssBfZqgRH2RwNLiOrH5p30OA4gAU8w9dxSfHrk8/MrQN3U3fZNubx\nrZhWLUn7ZfqkeoQNRP7wrKQu6sQjAHRRNj5w7IajWq9IzZ8VaJI=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'e82f1b9a63454063896b315d28e3d2f0', 'name': u'vping_ssh-kp_171c316d-d9b9-44c7-a0df-fee479dda97c', 'created_at': '2018-10-12T10:59:13.713572', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'eb22c63bf4124e9c92a1035f01238b08', 'name': 'vping_ssh-project_171c316d-d9b9-44c7-a0df-fee479dda97c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'49:a6:47:d9:86:bd:e2:41:2f:e1:d3:e4:65:3b:8d:6a', 'type': 'ssh', 'id': u'vping_ssh-kp_171c316d-d9b9-44c7-a0df-fee479dda97c'}) 2018-10-12 10:59:13,713 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEAuR27dZWYdGr0tro8acMNqFHHYx8v9rJY2MpfjLFw+RC4haKc 9Y7jb+qtHvDrBi+STNeadUf7wDGwKaVAPuW0Er6ZFxq2YVII0v/c6T41627lSpUA 5TtMpj06eiIsdDHhUP4jMpxEmu2XVLVmA2ejfoQzWdbcbdMmRRPQygMSqOUcZqup XVvhbpWTYezDghA8h0v9C5SEPACnvOSDelCUvz3uuPhDmAdFC3RoMCZws7/J5q27 arLhmDd7uvnBwwutPG3kiiTlOdmNugX+DXrwejck837a5tvOK/k9WQIVxwD17mm+ YoP5VR8uhzLG2sGrnMeRtNrLjQA5IN4R7OgTJwIDAQABAoIBAHZ1UkpSanbFIsfz sUk0qn61plQF1xmU00oXZsGPou2fB5Vsk+iHgX9Su2n7XUpeEs7dgVffsngw07wy pUQalfsQwMKKM39fkYoEdYdEahi4pD3vz9zg75HJyKvzRmMssDS2DCwM19IUjCyG 0DsJjRQe4QVyeyhEYE7/+THseXpd2/EqgiN5QNMmiDd7uoIseDxm1jvR2xV99skn SYIVIZy7rmXgRY6jjNRT+bSvDtu5RHwlr5EqG6vdebvyKGTfMbLxKI2G87QB0vYo /XYqXghlvzyKgP340p32HbOooYhGfcktJkakuUb0VmOBgOxZdhOkNXg+ynCZ1/pV 0QZThyECgYEA38KJSdh4CZcfhDLalos/StxXizH6mnPvE8bklfN7fBhUKuZ3MYLN dlnJakPF1hEgSXCgcH+a69TVdvT6YHMLlIs7eFGZOptHzcvqGo9kIaobeTMmQpqs cP2oSuUvh9u88atFrqR0mUzXimiujvmLv0ExG21YlxD6aNsr3EB7fPkCgYEA08nO lAcojP0nGT5bOzloVs9UYy7/xoDAnylZJLzEAZpqfAO8qe05WMK7Alz73+CIFaou YSHyx7BB42lAEiV0zmPy1O3SBDxz2F8isOr6TMBJhzvlzR7xAvew3w3z5pVztwJI mtjpo57coBqDQ24Lp6RAQEQjMb3DhJQWkULEuR8CgYARyAvQ6nrfiDrg7omgXQBy mn/6d8ZKb9wX3j5cDDVL70MBBb+DF7nsJcZzw179W+8M5v5Y8ksFYqxz/5PGBl5t N4NKVHGwzpYuLH42Dh8O7c2xG/d2Y4RAlmfBS+UzDqs9KTcoYblCVXDrdtYoVnxc fnnAjDf2CUtc+c3KevVVQQKBgD6EqhiEbHICINKQ17mJ3sUReuW0cAiW5UWWnRv9 JRccECb/q2e2AWG0SiQOcsPJsiJDFGHT9akA3NJWtXUl3W83je1RLtfVSJUssD7t fmm9sXbcNZ/xbE/l8i5GHiOJJpl1cR1UvtNwB8yzRuBW0dXw5I6UDpeWXur6FBdZ UF0dAoGAUUpFZWPGcKhJrmZyQpQeRxRp+oO6j6iHSTCa0CuvXDHJO4HV4o45c8oM HnW8tNxNDMNssBfZqgRH2RwNLiOrH5p30OA4gAU8w9dxSfHrk8/MrQN3U3fZNubx rZhWLUn7ZfqkeoQNRP7wrKQu6sQjAHRRNj5w7IajWq9IzZ8VaJI= -----END RSA PRIVATE KEY----- 2018-10-12 10:59:13,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-10-12 10:59:13,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" -d '{"security_group": {"name": "vping_ssh-sg_171c316d-d9b9-44c7-a0df-fee479dda97c", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-10-12 10:59:14,114 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-9c5590e8-e68a-4289-b403-52e1a6890f36 Date: Fri, 12 Oct 2018 10:59:14 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "created_at": "2018-10-12T10:59:13Z", "updated_at": "2018-10-12T10:59:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:59:13Z", "revision_number": 0, "id": "96ac7074-14ab-4125-b345-ff9cb52b48b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:59:13Z", "security_group_id": "4f2877e5-8ebd-4fa2-8393-bbcc409ec343", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "port_range_min": null, "ethertype": "IPv6", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:59:13Z", "revision_number": 0, "id": "98da74c8-7d0f-4181-a431-24649fc7eefc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:59:13Z", "security_group_id": "4f2877e5-8ebd-4fa2-8393-bbcc409ec343", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}], "revision_number": 2, "project_id": "eb22c63bf4124e9c92a1035f01238b08", "id": "4f2877e5-8ebd-4fa2-8393-bbcc409ec343", "name": "vping_ssh-sg_171c316d-d9b9-44c7-a0df-fee479dda97c"}} 2018-10-12 10:59:14,114 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-9c5590e8-e68a-4289-b403-52e1a6890f36 2018-10-12 10:59:14,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.398499965668s 2018-10-12 10:59:14,115 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-9c5590e8-e68a-4289-b403-52e1a6890f36 2018-10-12 10:59:14,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-12 10:59:14,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 10:59:14,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-086a3a54-07fc-432a-8ad6-2366c2f6bb8a Date: Fri, 12 Oct 2018 10:59:14 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "created_at": "2018-10-12T10:59:13Z", "updated_at": "2018-10-12T10:59:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:59:13Z", "revision_number": 0, "id": "96ac7074-14ab-4125-b345-ff9cb52b48b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:59:13Z", "security_group_id": "4f2877e5-8ebd-4fa2-8393-bbcc409ec343", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "port_range_min": null, "ethertype": "IPv6", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:59:13Z", "revision_number": 0, "id": "98da74c8-7d0f-4181-a431-24649fc7eefc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:59:13Z", "security_group_id": "4f2877e5-8ebd-4fa2-8393-bbcc409ec343", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}], "revision_number": 2, "project_id": "eb22c63bf4124e9c92a1035f01238b08", "id": "4f2877e5-8ebd-4fa2-8393-bbcc409ec343", "name": "vping_ssh-sg_171c316d-d9b9-44c7-a0df-fee479dda97c"}, {"description": "Default security group", "tags": [], "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "created_at": "2018-10-12T10:59:04Z", "updated_at": "2018-10-12T10:59:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:59:04Z", "revision_number": 0, "id": "1d53d4b5-4ca3-45f2-b3c9-31ff6dcdc9d4", "remote_group_id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "remote_ip_prefix": null, "created_at": "2018-10-12T10:59:04Z", "security_group_id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:59:04Z", "revision_number": 0, "id": "72204446-2880-455b-8f35-99971d609e53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:59:04Z", "security_group_id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:59:04Z", "revision_number": 0, "id": "aee31eb7-43f6-4b3c-b2d3-6b6b280e9ff4", "remote_group_id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "remote_ip_prefix": null, "created_at": "2018-10-12T10:59:04Z", "security_group_id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "port_range_min": null, "ethertype": "IPv6", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:59:04Z", "revision_number": 0, "id": "d2581afc-cb25-4495-a54b-6746a4215369", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:59:04Z", "security_group_id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "port_range_min": null, "ethertype": "IPv6", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}], "revision_number": 4, "project_id": "eb22c63bf4124e9c92a1035f01238b08", "id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "name": "default"}]} 2018-10-12 10:59:14,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-086a3a54-07fc-432a-8ad6-2366c2f6bb8a 2018-10-12 10:59:14,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.190556049347s 2018-10-12 10:59:14,310 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-086a3a54-07fc-432a-8ad6-2366c2f6bb8a 2018-10-12 10:59:14,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-12 10:59:14,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" -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": "4f2877e5-8ebd-4fa2-8393-bbcc409ec343"}}' 2018-10-12 10:59:14,479 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-04ae242a-e436-4c3a-b037-69730b9527c4 Date: Fri, 12 Oct 2018 10:59:14 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-12T10:59:14Z", "security_group_id": "4f2877e5-8ebd-4fa2-8393-bbcc409ec343", "port_range_min": 22, "revision_number": 0, "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "created_at": "2018-10-12T10:59:14Z", "project_id": "eb22c63bf4124e9c92a1035f01238b08", "id": "676e1758-6de5-4e3b-9a14-c77fbb3ce27c"}} 2018-10-12 10:59:14,479 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-04ae242a-e436-4c3a-b037-69730b9527c4 2018-10-12 10:59:14,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.166139125824s 2018-10-12 10:59:14,480 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-04ae242a-e436-4c3a-b037-69730b9527c4 2018-10-12 10:59:14,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-12 10:59:14,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 10:59:14,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-cca87d17-c328-4e53-88e2-8cf4778d0067 Date: Fri, 12 Oct 2018 10:59:14 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "created_at": "2018-10-12T10:59:13Z", "updated_at": "2018-10-12T10:59:14Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-12T10:59:14Z", "revision_number": 0, "id": "676e1758-6de5-4e3b-9a14-c77fbb3ce27c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:59:14Z", "security_group_id": "4f2877e5-8ebd-4fa2-8393-bbcc409ec343", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "port_range_min": 22, "ethertype": "IPv4", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:59:13Z", "revision_number": 0, "id": "96ac7074-14ab-4125-b345-ff9cb52b48b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:59:13Z", "security_group_id": "4f2877e5-8ebd-4fa2-8393-bbcc409ec343", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "port_range_min": null, "ethertype": "IPv6", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:59:13Z", "revision_number": 0, "id": "98da74c8-7d0f-4181-a431-24649fc7eefc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:59:13Z", "security_group_id": "4f2877e5-8ebd-4fa2-8393-bbcc409ec343", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}], "revision_number": 3, "project_id": "eb22c63bf4124e9c92a1035f01238b08", "id": "4f2877e5-8ebd-4fa2-8393-bbcc409ec343", "name": "vping_ssh-sg_171c316d-d9b9-44c7-a0df-fee479dda97c"}, {"description": "Default security group", "tags": [], "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "created_at": "2018-10-12T10:59:04Z", "updated_at": "2018-10-12T10:59:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:59:04Z", "revision_number": 0, "id": "1d53d4b5-4ca3-45f2-b3c9-31ff6dcdc9d4", "remote_group_id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "remote_ip_prefix": null, "created_at": "2018-10-12T10:59:04Z", "security_group_id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:59:04Z", "revision_number": 0, "id": "72204446-2880-455b-8f35-99971d609e53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:59:04Z", "security_group_id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:59:04Z", "revision_number": 0, "id": "aee31eb7-43f6-4b3c-b2d3-6b6b280e9ff4", "remote_group_id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "remote_ip_prefix": null, "created_at": "2018-10-12T10:59:04Z", "security_group_id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "port_range_min": null, "ethertype": "IPv6", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:59:04Z", "revision_number": 0, "id": "d2581afc-cb25-4495-a54b-6746a4215369", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:59:04Z", "security_group_id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "port_range_min": null, "ethertype": "IPv6", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}], "revision_number": 4, "project_id": "eb22c63bf4124e9c92a1035f01238b08", "id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "name": "default"}]} 2018-10-12 10:59:14,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-cca87d17-c328-4e53-88e2-8cf4778d0067 2018-10-12 10:59:14,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.203158855438s 2018-10-12 10:59:14,687 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-cca87d17-c328-4e53-88e2-8cf4778d0067 2018-10-12 10:59:14,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-12 10:59:14,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" -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": "4f2877e5-8ebd-4fa2-8393-bbcc409ec343"}}' 2018-10-12 10:59:15,019 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-51c42f83-71ef-4f45-907a-bd37b545234f Date: Fri, 12 Oct 2018 10:59:15 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:59:14Z", "security_group_id": "4f2877e5-8ebd-4fa2-8393-bbcc409ec343", "port_range_min": null, "revision_number": 0, "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "created_at": "2018-10-12T10:59:14Z", "project_id": "eb22c63bf4124e9c92a1035f01238b08", "id": "af295015-98d6-4a41-9adb-6c7821f9540e"}} 2018-10-12 10:59:15,019 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-51c42f83-71ef-4f45-907a-bd37b545234f 2018-10-12 10:59:15,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.328807115555s 2018-10-12 10:59:15,019 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules.json used request id req-51c42f83-71ef-4f45-907a-bd37b545234f 2018-10-12 10:59:15,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-12 10:59:15,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 10:59:15,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-8030b50d-4fab-4a06-8df1-340a6fd963dd Date: Fri, 12 Oct 2018 10:59:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"updated_at":"2018-10-12T10:34:14Z","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bad01ff4-ed48-4a7b-b547-84144012de29"],"updated_at":"2018-10-12T10:59:06Z","tenant_id":"eb22c63bf4124e9c92a1035f01238b08","created_at":"2018-10-12T10:59:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"eb22c63bf4124e9c92a1035f01238b08","id":"c04bee97-6101-4467-940f-5d2187e8c69d","name":"vping_ssh-net_171c316d-d9b9-44c7-a0df-fee479dda97c"}]} 2018-10-12 10:59:15,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-8030b50d-4fab-4a06-8df1-340a6fd963dd 2018-10-12 10:59:15,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.25269985199s 2018-10-12 10:59:15,274 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-8030b50d-4fab-4a06-8df1-340a6fd963dd 2018-10-12 10:59:15,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 10:59:15,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 10:59:15,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-c535c0e6-44c8-45cd-bc54-f83d01f3fb1b Date: Fri, 12 Oct 2018 10:59:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e/snap", "metadata": {}}], "file": "/v2/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e/file", "owner": "eb22c63bf4124e9c92a1035f01238b08", "id": "b46518d6-6a6d-4712-9f1c-97a634a6b80e", "size": 12716032, "self": "/v2/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T10:59:13Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_171c316d-d9b9-44c7-a0df-fee479dda97c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_171c316d-d9b9-44c7-a0df-fee479dda97c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T10:59:11Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 10:59:15,307 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-c535c0e6-44c8-45cd-bc54-f83d01f3fb1b 2018-10-12 10:59:15,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0321099758148s 2018-10-12 10:59:15,308 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-c535c0e6-44c8-45cd-bc54-f83d01f3fb1b 2018-10-12 10:59:15,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-12 10:59:15,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 10:59:15,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:59: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-b19da177-4461-46d3-976e-a9e2b375e376 x-compute-request-id: req-b19da177-4461-46d3-976e-a9e2b375e376 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/590d14b4-492a-4eec-86ee-628d2431d0a9", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/590d14b4-492a-4eec-86ee-628d2431d0a9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "590d14b4-492a-4eec-86ee-628d2431d0a9", "name": "vping_ssh-flavor_171c316d-d9b9-44c7-a0df-fee479dda97c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-12 10:59:15,340 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-b19da177-4461-46d3-976e-a9e2b375e376 2018-10-12 10:59:15,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0308928489685s 2018-10-12 10:59:15,340 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-b19da177-4461-46d3-976e-a9e2b375e376 2018-10-12 10:59:15,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-12 10:59:15,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" -d '{"server": {"name": "vping_ssh-vm2_171c316d-d9b9-44c7-a0df-fee479dda97c", "imageRef": "b46518d6-6a6d-4712-9f1c-97a634a6b80e", "flavorRef": "590d14b4-492a-4eec-86ee-628d2431d0a9", "max_count": 1, "min_count": 1, "networks": [{"uuid": "c04bee97-6101-4467-940f-5d2187e8c69d"}], "security_groups": [{"name": "4f2877e5-8ebd-4fa2-8393-bbcc409ec343"}]}}' 2018-10-12 10:59:17,745 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10:59: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-5b4f632e-0a46-4aa2-9035-dafca61356f7 x-compute-request-id: req-5b4f632e-0a46-4aa2-9035-dafca61356f7 Content-Length: 403 location: http://172.30.9.26:8774/v2.1/servers/89765784-95b8-45af-85cd-fbb939fdf6b2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "4f2877e5-8ebd-4fa2-8393-bbcc409ec343"}], "OS-DCF:diskConfig": "MANUAL", "id": "89765784-95b8-45af-85cd-fbb939fdf6b2", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/89765784-95b8-45af-85cd-fbb939fdf6b2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/89765784-95b8-45af-85cd-fbb939fdf6b2", "rel": "bookmark"}], "adminPass": "69ZYqZYLkrYQ"}} 2018-10-12 10:59:17,745 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-5b4f632e-0a46-4aa2-9035-dafca61356f7 2018-10-12 10:59:17,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.40340209007s 2018-10-12 10:59:17,746 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-5b4f632e-0a46-4aa2-9035-dafca61356f7 2018-10-12 10:59:17,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 10:59:17,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 10:59:18,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:59: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-ef304a6e-182d-447c-ac59-d17d89e38c7f x-compute-request-id: req-ef304a6e-182d-447c-ac59-d17d89e38c7f Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/89765784-95b8-45af-85cd-fbb939fdf6b2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/89765784-95b8-45af-85cd-fbb939fdf6b2", "rel": "bookmark"}], "image": {"id": "b46518d6-6a6d-4712-9f1c-97a634a6b80e", "links": [{"href": "http://172.30.9.26:8774/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "590d14b4-492a-4eec-86ee-628d2431d0a9", "links": [{"href": "http://172.30.9.26:8774/flavors/590d14b4-492a-4eec-86ee-628d2431d0a9", "rel": "bookmark"}]}, "id": "89765784-95b8-45af-85cd-fbb939fdf6b2", "user_id": "e82f1b9a63454063896b315d28e3d2f0", "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-10-12T10:59:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_171c316d-d9b9-44c7-a0df-fee479dda97c", "created": "2018-10-12T10:59:17Z", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 10:59:18,005 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ef304a6e-182d-447c-ac59-d17d89e38c7f 2018-10-12 10:59:18,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.258843898773s 2018-10-12 10:59:18,006 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ef304a6e-182d-447c-ac59-d17d89e38c7f 2018-10-12 10:59:18,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-12 10:59:18,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 10:59:18,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-0fddb085-6242-42df-8bf4-260065368746 Date: Fri, 12 Oct 2018 10:59:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"updated_at":"2018-10-12T10:34:14Z","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bad01ff4-ed48-4a7b-b547-84144012de29"],"updated_at":"2018-10-12T10:59:06Z","tenant_id":"eb22c63bf4124e9c92a1035f01238b08","created_at":"2018-10-12T10:59:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"eb22c63bf4124e9c92a1035f01238b08","id":"c04bee97-6101-4467-940f-5d2187e8c69d","name":"vping_ssh-net_171c316d-d9b9-44c7-a0df-fee479dda97c"}]} 2018-10-12 10:59:18,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-0fddb085-6242-42df-8bf4-260065368746 2018-10-12 10:59:18,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.248994827271s 2018-10-12 10:59:18,262 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-0fddb085-6242-42df-8bf4-260065368746 2018-10-12 10:59:18,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-12 10:59:18,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 10:59:18,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-a73f47d8-7ed1-4235-9000-eaea87d30730 Date: Fri, 12 Oct 2018 10:59:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c04bee97-6101-4467-940f-5d2187e8c69d","tenant_id":"eb22c63bf4124e9c92a1035f01238b08","created_at":"2018-10-12T10:59:06Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-12T10:59:06Z","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":"eb22c63bf4124e9c92a1035f01238b08","id":"bad01ff4-ed48-4a7b-b547-84144012de29","subnetpool_id":null,"name":"vping_ssh-subnet_171c316d-d9b9-44c7-a0df-fee479dda97c"}]} 2018-10-12 10:59:18,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-a73f47d8-7ed1-4235-9000-eaea87d30730 2018-10-12 10:59:18,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0508191585541s 2018-10-12 10:59:18,314 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-a73f47d8-7ed1-4235-9000-eaea87d30730 2018-10-12 10:59:18,314 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-12 10:59:20,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 10:59:20,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 10:59:20,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-f8687126-5feb-4047-8d1e-ce57a01b75cb x-compute-request-id: req-f8687126-5feb-4047-8d1e-ce57a01b75cb 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.26:8774/v2.1/servers/89765784-95b8-45af-85cd-fbb939fdf6b2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/89765784-95b8-45af-85cd-fbb939fdf6b2", "rel": "bookmark"}], "image": {"id": "b46518d6-6a6d-4712-9f1c-97a634a6b80e", "links": [{"href": "http://172.30.9.26:8774/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "590d14b4-492a-4eec-86ee-628d2431d0a9", "links": [{"href": "http://172.30.9.26:8774/flavors/590d14b4-492a-4eec-86ee-628d2431d0a9", "rel": "bookmark"}]}, "id": "89765784-95b8-45af-85cd-fbb939fdf6b2", "security_groups": [{"name": "vping_ssh-sg_171c316d-d9b9-44c7-a0df-fee479dda97c"}], "user_id": "e82f1b9a63454063896b315d28e3d2f0", "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-10-12T10:59:19Z", "hostId": "5ca24e08ba28c6b405e4068eeec998ca92c1262b020aa1c3c9dcc477", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_171c316d-d9b9-44c7-a0df-fee479dda97c", "created": "2018-10-12T10:59:17Z", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 10:59:20,967 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f8687126-5feb-4047-8d1e-ce57a01b75cb 2018-10-12 10:59:20,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.649959087372s 2018-10-12 10:59:20,968 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f8687126-5feb-4047-8d1e-ce57a01b75cb 2018-10-12 10:59:20,972 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-12 10:59:22,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 10:59:22,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 10:59:23,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-4fe14dd7-3311-4b7d-a788-02916f0fd53e x-compute-request-id: req-4fe14dd7-3311-4b7d-a788-02916f0fd53e 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.26:8774/v2.1/servers/89765784-95b8-45af-85cd-fbb939fdf6b2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/89765784-95b8-45af-85cd-fbb939fdf6b2", "rel": "bookmark"}], "image": {"id": "b46518d6-6a6d-4712-9f1c-97a634a6b80e", "links": [{"href": "http://172.30.9.26:8774/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "590d14b4-492a-4eec-86ee-628d2431d0a9", "links": [{"href": "http://172.30.9.26:8774/flavors/590d14b4-492a-4eec-86ee-628d2431d0a9", "rel": "bookmark"}]}, "id": "89765784-95b8-45af-85cd-fbb939fdf6b2", "security_groups": [{"name": "vping_ssh-sg_171c316d-d9b9-44c7-a0df-fee479dda97c"}], "user_id": "e82f1b9a63454063896b315d28e3d2f0", "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-10-12T10:59:19Z", "hostId": "5ca24e08ba28c6b405e4068eeec998ca92c1262b020aa1c3c9dcc477", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_171c316d-d9b9-44c7-a0df-fee479dda97c", "created": "2018-10-12T10:59:17Z", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 10:59:23,598 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-4fe14dd7-3311-4b7d-a788-02916f0fd53e 2018-10-12 10:59:23,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.623853206635s 2018-10-12 10:59:23,599 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-4fe14dd7-3311-4b7d-a788-02916f0fd53e 2018-10-12 10:59:23,602 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-12 10:59:25,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 10:59:25,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 10:59:26,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:59: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-8d10a6b1-4693-4911-8417-53822984e194 x-compute-request-id: req-8d10a6b1-4693-4911-8417-53822984e194 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_171c316d-d9b9-44c7-a0df-fee479dda97c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:ed:fa", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/89765784-95b8-45af-85cd-fbb939fdf6b2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/89765784-95b8-45af-85cd-fbb939fdf6b2", "rel": "bookmark"}], "image": {"id": "b46518d6-6a6d-4712-9f1c-97a634a6b80e", "links": [{"href": "http://172.30.9.26:8774/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:59:22.000000", "flavor": {"id": "590d14b4-492a-4eec-86ee-628d2431d0a9", "links": [{"href": "http://172.30.9.26:8774/flavors/590d14b4-492a-4eec-86ee-628d2431d0a9", "rel": "bookmark"}]}, "id": "89765784-95b8-45af-85cd-fbb939fdf6b2", "security_groups": [{"name": "vping_ssh-sg_171c316d-d9b9-44c7-a0df-fee479dda97c"}], "user_id": "e82f1b9a63454063896b315d28e3d2f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:59:23Z", "hostId": "5ca24e08ba28c6b405e4068eeec998ca92c1262b020aa1c3c9dcc477", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_171c316d-d9b9-44c7-a0df-fee479dda97c", "created": "2018-10-12T10:59:17Z", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 10:59:26,266 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8d10a6b1-4693-4911-8417-53822984e194 2018-10-12 10:59:26,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.66091299057s 2018-10-12 10:59:26,267 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8d10a6b1-4693-4911-8417-53822984e194 2018-10-12 10:59:26,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-12 10:59:26,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=89765784-95b8-45af-85cd-fbb939fdf6b2" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 10:59:26,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-3bdb729d-936b-452b-9506-cf22ad4cdfd8 Date: Fri, 12 Oct 2018 10:59:26 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c04bee97-6101-4467-940f-5d2187e8c69d","tenant_id":"eb22c63bf4124e9c92a1035f01238b08","created_at":"2018-10-12T10:59:20Z","admin_state_up":true,"updated_at":"2018-10-12T10:59:21Z","binding:vnic_type":"normal","device_id":"89765784-95b8-45af-85cd-fbb939fdf6b2","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:7c:ed:fa","id":"0f32d222-7870-4556-b098-4eb8d3fc1f63","port_security_enabled":true,"project_id":"eb22c63bf4124e9c92a1035f01238b08","fixed_ips":[{"subnet_id":"bad01ff4-ed48-4a7b-b547-84144012de29","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["4f2877e5-8ebd-4fa2-8393-bbcc409ec343"],"name":""}]} 2018-10-12 10:59:26,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=89765784-95b8-45af-85cd-fbb939fdf6b2 used request id req-3bdb729d-936b-452b-9506-cf22ad4cdfd8 2018-10-12 10:59:26,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0548098087311s 2018-10-12 10:59:26,326 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=89765784-95b8-45af-85cd-fbb939fdf6b2 used request id req-3bdb729d-936b-452b-9506-cf22ad4cdfd8 2018-10-12 10:59:26,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-12 10:59:26,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/floatingips.json?port_id=0f32d222-7870-4556-b098-4eb8d3fc1f63" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 10:59:26,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-fc3fb186-06ce-45a2-9bb0-f8e11d85b9a0 Date: Fri, 12 Oct 2018 10:59:26 GMT RESP BODY: {"floatingips": []} 2018-10-12 10:59:26,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=0f32d222-7870-4556-b098-4eb8d3fc1f63 used request id req-fc3fb186-06ce-45a2-9bb0-f8e11d85b9a0 2018-10-12 10:59:26,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0208940505981s 2018-10-12 10:59:26,352 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=0f32d222-7870-4556-b098-4eb8d3fc1f63 used request id req-fc3fb186-06ce-45a2-9bb0-f8e11d85b9a0 2018-10-12 10:59:26,353 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_171c316d-d9b9-44c7-a0df-fee479dda97c': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:7c:ed:fa', u'version': 4, u'addr': u'192.168.120.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'b46518d6-6a6d-4712-9f1c-97a634a6b80e'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-12T10:59:22.000000', 'flavor': Munch({u'id': u'590d14b4-492a-4eec-86ee-628d2431d0a9'}), 'az': u'nova', 'id': u'89765784-95b8-45af-85cd-fbb939fdf6b2', 'security_groups': [Munch({u'name': u'vping_ssh-sg_171c316d-d9b9-44c7-a0df-fee479dda97c'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e82f1b9a63454063896b315d28e3d2f0', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'eb22c63bf4124e9c92a1035f01238b08', 'name': 'vping_ssh-project_171c316d-d9b9-44c7-a0df-fee479dda97c', '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-10-12T10:59:22.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-12T10:59:23Z', 'hostId': u'5ca24e08ba28c6b405e4068eeec998ca92c1262b020aa1c3c9dcc477', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'5ca24e08ba28c6b405e4068eeec998ca92c1262b020aa1c3c9dcc477', '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-10-12T10:59:22.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'eb22c63bf4124e9c92a1035f01238b08', 'name': u'vping_ssh-vm2_171c316d-d9b9-44c7-a0df-fee479dda97c', 'adminPass': u'69ZYqZYLkrYQ', 'tenant_id': u'eb22c63bf4124e9c92a1035f01238b08', 'region': 'regionOne', 'created': u'2018-10-12T10:59:17Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-12 10:59:26,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-12 10:59:26,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 10:59:26,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-3776a93f-1c03-4114-bc4d-e4c0beca5b1f Date: Fri, 12 Oct 2018 10:59:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"updated_at":"2018-10-12T10:34:14Z","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bad01ff4-ed48-4a7b-b547-84144012de29"],"updated_at":"2018-10-12T10:59:06Z","tenant_id":"eb22c63bf4124e9c92a1035f01238b08","created_at":"2018-10-12T10:59:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"eb22c63bf4124e9c92a1035f01238b08","id":"c04bee97-6101-4467-940f-5d2187e8c69d","name":"vping_ssh-net_171c316d-d9b9-44c7-a0df-fee479dda97c"}]} 2018-10-12 10:59:26,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-3776a93f-1c03-4114-bc4d-e4c0beca5b1f 2018-10-12 10:59:26,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.240603923798s 2018-10-12 10:59:26,595 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-3776a93f-1c03-4114-bc4d-e4c0beca5b1f 2018-10-12 10:59:26,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 10:59:26,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 10:59:26,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-992e6c32-1a97-4386-a40f-8009f733c905 Date: Fri, 12 Oct 2018 10:59:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e/snap", "metadata": {}}], "file": "/v2/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e/file", "owner": "eb22c63bf4124e9c92a1035f01238b08", "id": "b46518d6-6a6d-4712-9f1c-97a634a6b80e", "size": 12716032, "self": "/v2/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T10:59:13Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_171c316d-d9b9-44c7-a0df-fee479dda97c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_171c316d-d9b9-44c7-a0df-fee479dda97c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T10:59:11Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 10:59:26,790 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-992e6c32-1a97-4386-a40f-8009f733c905 2018-10-12 10:59:26,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.194211006165s 2018-10-12 10:59:26,791 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-992e6c32-1a97-4386-a40f-8009f733c905 2018-10-12 10:59:26,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-12 10:59:26,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 10:59:26,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-f9f4c0a5-061d-4f83-a084-869ce814721c x-compute-request-id: req-f9f4c0a5-061d-4f83-a084-869ce814721c Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/590d14b4-492a-4eec-86ee-628d2431d0a9", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/590d14b4-492a-4eec-86ee-628d2431d0a9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "590d14b4-492a-4eec-86ee-628d2431d0a9", "name": "vping_ssh-flavor_171c316d-d9b9-44c7-a0df-fee479dda97c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-12 10:59:26,827 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-f9f4c0a5-061d-4f83-a084-869ce814721c 2018-10-12 10:59:26,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0347249507904s 2018-10-12 10:59:26,828 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-f9f4c0a5-061d-4f83-a084-869ce814721c 2018-10-12 10:59:26,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-12 10:59:26,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" -d '{"server": {"name": "vping_ssh-vm_171c316d-d9b9-44c7-a0df-fee479dda97c", "imageRef": "b46518d6-6a6d-4712-9f1c-97a634a6b80e", "key_name": "vping_ssh-kp_171c316d-d9b9-44c7-a0df-fee479dda97c", "flavorRef": "590d14b4-492a-4eec-86ee-628d2431d0a9", "max_count": 1, "min_count": 1, "networks": [{"uuid": "c04bee97-6101-4467-940f-5d2187e8c69d"}], "security_groups": [{"name": "4f2877e5-8ebd-4fa2-8393-bbcc409ec343"}]}}' 2018-10-12 10:59:29,293 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 10: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 x-openstack-request-id: req-7a28574a-6c26-42f2-9176-681180c65b5c x-compute-request-id: req-7a28574a-6c26-42f2-9176-681180c65b5c Content-Length: 403 location: http://172.30.9.26:8774/v2.1/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "4f2877e5-8ebd-4fa2-8393-bbcc409ec343"}], "OS-DCF:diskConfig": "MANUAL", "id": "c63f0a39-e5c9-4d8f-960b-a747c6c6ab11", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11", "rel": "bookmark"}], "adminPass": "eYM5Zgu7aJ9o"}} 2018-10-12 10:59:29,293 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-7a28574a-6c26-42f2-9176-681180c65b5c 2018-10-12 10:59:29,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.46477293968s 2018-10-12 10:59:29,294 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-7a28574a-6c26-42f2-9176-681180c65b5c 2018-10-12 10:59:29,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 10:59:29,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 10:59:29,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:59: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-516890f2-c27d-4b5e-8f63-6d55a988fd2d x-compute-request-id: req-516890f2-c27d-4b5e-8f63-6d55a988fd2d Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11", "rel": "bookmark"}], "image": {"id": "b46518d6-6a6d-4712-9f1c-97a634a6b80e", "links": [{"href": "http://172.30.9.26:8774/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "590d14b4-492a-4eec-86ee-628d2431d0a9", "links": [{"href": "http://172.30.9.26:8774/flavors/590d14b4-492a-4eec-86ee-628d2431d0a9", "rel": "bookmark"}]}, "id": "c63f0a39-e5c9-4d8f-960b-a747c6c6ab11", "user_id": "e82f1b9a63454063896b315d28e3d2f0", "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-10-12T10:59:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_171c316d-d9b9-44c7-a0df-fee479dda97c", "name": "vping_ssh-vm_171c316d-d9b9-44c7-a0df-fee479dda97c", "created": "2018-10-12T10:59:29Z", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_171c316d-d9b9-44c7-a0df-fee479dda97c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:ed:fa", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/89765784-95b8-45af-85cd-fbb939fdf6b2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/89765784-95b8-45af-85cd-fbb939fdf6b2", "rel": "bookmark"}], "image": {"id": "b46518d6-6a6d-4712-9f1c-97a634a6b80e", "links": [{"href": "http://172.30.9.26:8774/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:59:22.000000", "flavor": {"id": "590d14b4-492a-4eec-86ee-628d2431d0a9", "links": [{"href": "http://172.30.9.26:8774/flavors/590d14b4-492a-4eec-86ee-628d2431d0a9", "rel": "bookmark"}]}, "id": "89765784-95b8-45af-85cd-fbb939fdf6b2", "security_groups": [{"name": "vping_ssh-sg_171c316d-d9b9-44c7-a0df-fee479dda97c"}], "user_id": "e82f1b9a63454063896b315d28e3d2f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:59:23Z", "hostId": "5ca24e08ba28c6b405e4068eeec998ca92c1262b020aa1c3c9dcc477", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_171c316d-d9b9-44c7-a0df-fee479dda97c", "created": "2018-10-12T10:59:17Z", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 10:59:29,793 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-516890f2-c27d-4b5e-8f63-6d55a988fd2d 2018-10-12 10:59:29,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.498469114304s 2018-10-12 10:59:29,794 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-516890f2-c27d-4b5e-8f63-6d55a988fd2d 2018-10-12 10:59:29,799 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-12 10:59:31,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 10:59:31,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 10:59:32,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:59: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-0c9f2b6c-31c6-4691-9ec9-2852e3d162c5 x-compute-request-id: req-0c9f2b6c-31c6-4691-9ec9-2852e3d162c5 Content-Encoding: gzip Content-Length: 887 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11", "rel": "bookmark"}], "image": {"id": "b46518d6-6a6d-4712-9f1c-97a634a6b80e", "links": [{"href": "http://172.30.9.26:8774/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "590d14b4-492a-4eec-86ee-628d2431d0a9", "links": [{"href": "http://172.30.9.26:8774/flavors/590d14b4-492a-4eec-86ee-628d2431d0a9", "rel": "bookmark"}]}, "id": "c63f0a39-e5c9-4d8f-960b-a747c6c6ab11", "security_groups": [{"name": "vping_ssh-sg_171c316d-d9b9-44c7-a0df-fee479dda97c"}], "user_id": "e82f1b9a63454063896b315d28e3d2f0", "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-10-12T10:59:31Z", "hostId": "9c51c3c00d29f9fa99ba5eaf3025b5bd022fa18cc34c2eaa0de4df81", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_171c316d-d9b9-44c7-a0df-fee479dda97c", "name": "vping_ssh-vm_171c316d-d9b9-44c7-a0df-fee479dda97c", "created": "2018-10-12T10:59:29Z", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_171c316d-d9b9-44c7-a0df-fee479dda97c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:ed:fa", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/89765784-95b8-45af-85cd-fbb939fdf6b2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/89765784-95b8-45af-85cd-fbb939fdf6b2", "rel": "bookmark"}], "image": {"id": "b46518d6-6a6d-4712-9f1c-97a634a6b80e", "links": [{"href": "http://172.30.9.26:8774/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:59:22.000000", "flavor": {"id": "590d14b4-492a-4eec-86ee-628d2431d0a9", "links": [{"href": "http://172.30.9.26:8774/flavors/590d14b4-492a-4eec-86ee-628d2431d0a9", "rel": "bookmark"}]}, "id": "89765784-95b8-45af-85cd-fbb939fdf6b2", "security_groups": [{"name": "vping_ssh-sg_171c316d-d9b9-44c7-a0df-fee479dda97c"}], "user_id": "e82f1b9a63454063896b315d28e3d2f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:59:23Z", "hostId": "5ca24e08ba28c6b405e4068eeec998ca92c1262b020aa1c3c9dcc477", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_171c316d-d9b9-44c7-a0df-fee479dda97c", "created": "2018-10-12T10:59:17Z", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 10:59:32,612 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0c9f2b6c-31c6-4691-9ec9-2852e3d162c5 2018-10-12 10:59:32,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.810325145721s 2018-10-12 10:59:32,612 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0c9f2b6c-31c6-4691-9ec9-2852e3d162c5 2018-10-12 10:59:32,617 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-12 10:59:34,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 10:59:34,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 10:59:35,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-087710d0-10bc-4ca8-9e3b-3c106eee8e78 x-compute-request-id: req-087710d0-10bc-4ca8-9e3b-3c106eee8e78 Content-Encoding: gzip Content-Length: 887 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11", "rel": "bookmark"}], "image": {"id": "b46518d6-6a6d-4712-9f1c-97a634a6b80e", "links": [{"href": "http://172.30.9.26:8774/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "590d14b4-492a-4eec-86ee-628d2431d0a9", "links": [{"href": "http://172.30.9.26:8774/flavors/590d14b4-492a-4eec-86ee-628d2431d0a9", "rel": "bookmark"}]}, "id": "c63f0a39-e5c9-4d8f-960b-a747c6c6ab11", "security_groups": [{"name": "vping_ssh-sg_171c316d-d9b9-44c7-a0df-fee479dda97c"}], "user_id": "e82f1b9a63454063896b315d28e3d2f0", "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-10-12T10:59:31Z", "hostId": "9c51c3c00d29f9fa99ba5eaf3025b5bd022fa18cc34c2eaa0de4df81", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_171c316d-d9b9-44c7-a0df-fee479dda97c", "name": "vping_ssh-vm_171c316d-d9b9-44c7-a0df-fee479dda97c", "created": "2018-10-12T10:59:29Z", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_171c316d-d9b9-44c7-a0df-fee479dda97c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:ed:fa", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/89765784-95b8-45af-85cd-fbb939fdf6b2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/89765784-95b8-45af-85cd-fbb939fdf6b2", "rel": "bookmark"}], "image": {"id": "b46518d6-6a6d-4712-9f1c-97a634a6b80e", "links": [{"href": "http://172.30.9.26:8774/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:59:22.000000", "flavor": {"id": "590d14b4-492a-4eec-86ee-628d2431d0a9", "links": [{"href": "http://172.30.9.26:8774/flavors/590d14b4-492a-4eec-86ee-628d2431d0a9", "rel": "bookmark"}]}, "id": "89765784-95b8-45af-85cd-fbb939fdf6b2", "security_groups": [{"name": "vping_ssh-sg_171c316d-d9b9-44c7-a0df-fee479dda97c"}], "user_id": "e82f1b9a63454063896b315d28e3d2f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:59:23Z", "hostId": "5ca24e08ba28c6b405e4068eeec998ca92c1262b020aa1c3c9dcc477", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_171c316d-d9b9-44c7-a0df-fee479dda97c", "created": "2018-10-12T10:59:17Z", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 10:59:35,140 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-087710d0-10bc-4ca8-9e3b-3c106eee8e78 2018-10-12 10:59:35,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.520488023758s 2018-10-12 10:59:35,140 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-087710d0-10bc-4ca8-9e3b-3c106eee8e78 2018-10-12 10:59:35,145 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-12 10:59:37,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 10:59:37,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 10:59:37,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-a62a34e0-7cfa-4a33-abf1-15d80f7c1fb2 x-compute-request-id: req-a62a34e0-7cfa-4a33-abf1-15d80f7c1fb2 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_171c316d-d9b9-44c7-a0df-fee479dda97c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:de:3f", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11", "rel": "bookmark"}], "image": {"id": "b46518d6-6a6d-4712-9f1c-97a634a6b80e", "links": [{"href": "http://172.30.9.26:8774/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:59:34.000000", "flavor": {"id": "590d14b4-492a-4eec-86ee-628d2431d0a9", "links": [{"href": "http://172.30.9.26:8774/flavors/590d14b4-492a-4eec-86ee-628d2431d0a9", "rel": "bookmark"}]}, "id": "c63f0a39-e5c9-4d8f-960b-a747c6c6ab11", "security_groups": [{"name": "vping_ssh-sg_171c316d-d9b9-44c7-a0df-fee479dda97c"}], "user_id": "e82f1b9a63454063896b315d28e3d2f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:59:35Z", "hostId": "9c51c3c00d29f9fa99ba5eaf3025b5bd022fa18cc34c2eaa0de4df81", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_171c316d-d9b9-44c7-a0df-fee479dda97c", "name": "vping_ssh-vm_171c316d-d9b9-44c7-a0df-fee479dda97c", "created": "2018-10-12T10:59:29Z", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_171c316d-d9b9-44c7-a0df-fee479dda97c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:ed:fa", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/89765784-95b8-45af-85cd-fbb939fdf6b2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/89765784-95b8-45af-85cd-fbb939fdf6b2", "rel": "bookmark"}], "image": {"id": "b46518d6-6a6d-4712-9f1c-97a634a6b80e", "links": [{"href": "http://172.30.9.26:8774/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:59:22.000000", "flavor": {"id": "590d14b4-492a-4eec-86ee-628d2431d0a9", "links": [{"href": "http://172.30.9.26:8774/flavors/590d14b4-492a-4eec-86ee-628d2431d0a9", "rel": "bookmark"}]}, "id": "89765784-95b8-45af-85cd-fbb939fdf6b2", "security_groups": [{"name": "vping_ssh-sg_171c316d-d9b9-44c7-a0df-fee479dda97c"}], "user_id": "e82f1b9a63454063896b315d28e3d2f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:59:23Z", "hostId": "5ca24e08ba28c6b405e4068eeec998ca92c1262b020aa1c3c9dcc477", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_171c316d-d9b9-44c7-a0df-fee479dda97c", "created": "2018-10-12T10:59:17Z", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 10:59:37,649 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a62a34e0-7cfa-4a33-abf1-15d80f7c1fb2 2018-10-12 10:59:37,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.501019001007s 2018-10-12 10:59:37,649 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a62a34e0-7cfa-4a33-abf1-15d80f7c1fb2 2018-10-12 10:59:37,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-12 10:59:37,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=c63f0a39-e5c9-4d8f-960b-a747c6c6ab11" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 10:59:37,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-8e951ffe-19f1-4a25-ac8f-3364d0da9465 Date: Fri, 12 Oct 2018 10:59:37 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c04bee97-6101-4467-940f-5d2187e8c69d","tenant_id":"eb22c63bf4124e9c92a1035f01238b08","created_at":"2018-10-12T10:59:31Z","admin_state_up":true,"updated_at":"2018-10-12T10:59:32Z","binding:vnic_type":"normal","device_id":"c63f0a39-e5c9-4d8f-960b-a747c6c6ab11","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:7c:de:3f","id":"ffc2f055-a802-413b-9544-c1bc151d616a","port_security_enabled":true,"project_id":"eb22c63bf4124e9c92a1035f01238b08","fixed_ips":[{"subnet_id":"bad01ff4-ed48-4a7b-b547-84144012de29","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["4f2877e5-8ebd-4fa2-8393-bbcc409ec343"],"name":""}]} 2018-10-12 10:59:37,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=c63f0a39-e5c9-4d8f-960b-a747c6c6ab11 used request id req-8e951ffe-19f1-4a25-ac8f-3364d0da9465 2018-10-12 10:59:37,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0576720237732s 2018-10-12 10:59:37,711 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=c63f0a39-e5c9-4d8f-960b-a747c6c6ab11 used request id req-8e951ffe-19f1-4a25-ac8f-3364d0da9465 2018-10-12 10:59:37,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-12 10:59:37,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/floatingips.json?port_id=ffc2f055-a802-413b-9544-c1bc151d616a" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 10:59:37,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ddd34807-b138-4d67-a33c-65f7a3ea5e1f Date: Fri, 12 Oct 2018 10:59:37 GMT RESP BODY: {"floatingips": []} 2018-10-12 10:59:37,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=ffc2f055-a802-413b-9544-c1bc151d616a used request id req-ddd34807-b138-4d67-a33c-65f7a3ea5e1f 2018-10-12 10:59:37,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.101671934128s 2018-10-12 10:59:37,818 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=ffc2f055-a802-413b-9544-c1bc151d616a used request id req-ddd34807-b138-4d67-a33c-65f7a3ea5e1f 2018-10-12 10:59:37,818 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_171c316d-d9b9-44c7-a0df-fee479dda97c': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:7c:de:3f', u'version': 4, u'addr': u'192.168.120.11', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'b46518d6-6a6d-4712-9f1c-97a634a6b80e'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-12T10:59:34.000000', 'flavor': Munch({u'id': u'590d14b4-492a-4eec-86ee-628d2431d0a9'}), 'az': u'nova', 'id': u'c63f0a39-e5c9-4d8f-960b-a747c6c6ab11', 'security_groups': [Munch({u'name': u'vping_ssh-sg_171c316d-d9b9-44c7-a0df-fee479dda97c'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e82f1b9a63454063896b315d28e3d2f0', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'eb22c63bf4124e9c92a1035f01238b08', 'name': 'vping_ssh-project_171c316d-d9b9-44c7-a0df-fee479dda97c', '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-10-12T10:59:34.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-12T10:59:35Z', 'hostId': u'9c51c3c00d29f9fa99ba5eaf3025b5bd022fa18cc34c2eaa0de4df81', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_171c316d-d9b9-44c7-a0df-fee479dda97c', 'public_v6': '', 'private_v4': u'192.168.120.11', 'cloud': 'envvars', 'host_id': u'9c51c3c00d29f9fa99ba5eaf3025b5bd022fa18cc34c2eaa0de4df81', '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-10-12T10:59:34.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'eb22c63bf4124e9c92a1035f01238b08', 'name': u'vping_ssh-vm_171c316d-d9b9-44c7-a0df-fee479dda97c', 'adminPass': u'eYM5Zgu7aJ9o', 'tenant_id': u'eb22c63bf4124e9c92a1035f01238b08', 'region': 'regionOne', 'created': u'2018-10-12T10:59:29Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-12 10:59:37,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-12 10:59:37,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 10:59:37,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-46cd1e44-4c02-4fda-9e0f-fef209922f92 Date: Fri, 12 Oct 2018 10:59:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"updated_at":"2018-10-12T10:34:14Z","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bad01ff4-ed48-4a7b-b547-84144012de29"],"updated_at":"2018-10-12T10:59:06Z","tenant_id":"eb22c63bf4124e9c92a1035f01238b08","created_at":"2018-10-12T10:59:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"eb22c63bf4124e9c92a1035f01238b08","id":"c04bee97-6101-4467-940f-5d2187e8c69d","name":"vping_ssh-net_171c316d-d9b9-44c7-a0df-fee479dda97c"}]} 2018-10-12 10:59:37,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-46cd1e44-4c02-4fda-9e0f-fef209922f92 2018-10-12 10:59:37,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.109050035477s 2018-10-12 10:59:37,931 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-46cd1e44-4c02-4fda-9e0f-fef209922f92 2018-10-12 10:59:37,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-12 10:59:37,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=c63f0a39-e5c9-4d8f-960b-a747c6c6ab11" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 10:59:37,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-996a841c-998c-4323-869f-97321c178b32 Date: Fri, 12 Oct 2018 10:59:37 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c04bee97-6101-4467-940f-5d2187e8c69d","tenant_id":"eb22c63bf4124e9c92a1035f01238b08","created_at":"2018-10-12T10:59:31Z","admin_state_up":true,"updated_at":"2018-10-12T10:59:32Z","binding:vnic_type":"normal","device_id":"c63f0a39-e5c9-4d8f-960b-a747c6c6ab11","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:7c:de:3f","id":"ffc2f055-a802-413b-9544-c1bc151d616a","port_security_enabled":true,"project_id":"eb22c63bf4124e9c92a1035f01238b08","fixed_ips":[{"subnet_id":"bad01ff4-ed48-4a7b-b547-84144012de29","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["4f2877e5-8ebd-4fa2-8393-bbcc409ec343"],"name":""}]} 2018-10-12 10:59:37,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=c63f0a39-e5c9-4d8f-960b-a747c6c6ab11 used request id req-996a841c-998c-4323-869f-97321c178b32 2018-10-12 10:59:37,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0574350357056s 2018-10-12 10:59:37,990 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=c63f0a39-e5c9-4d8f-960b-a747c6c6ab11 used request id req-996a841c-998c-4323-869f-97321c178b32 2018-10-12 10:59:37,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-10-12 10:59:37,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" -d '{"floatingip": {"floating_network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "fixed_ip_address": "192.168.120.11", "port_id": "ffc2f055-a802-413b-9544-c1bc151d616a"}}' 2018-10-12 10:59:39,519 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-4e78a8cf-fbe1-4eee-840c-d3cbdda9918a Date: Fri, 12 Oct 2018 10:59:39 GMT RESP BODY: {"floatingip": {"router_id": "5799863b-e7c4-4914-8f20-4b6c26fcfc7e", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-10-12T10:59:38Z", "floating_network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "fixed_ip_address": "192.168.120.11", "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": "ffc2f055-a802-413b-9544-c1bc151d616a", "id": "1911a3e0-6280-40e6-87d9-073f1499258b", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "created_at": "2018-10-12T10:59:38Z", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}} 2018-10-12 10:59:39,519 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-4e78a8cf-fbe1-4eee-840c-d3cbdda9918a 2018-10-12 10:59:39,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.52856588364s 2018-10-12 10:59:39,520 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-4e78a8cf-fbe1-4eee-840c-d3cbdda9918a 2018-10-12 10:59:39,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-12 10:59:39,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 10:59:39,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-61882aea-e4ac-45a7-b7e8-d9aa0ae988ef Date: Fri, 12 Oct 2018 10:59:39 GMT RESP BODY: {"floatingips": [{"router_id": "5799863b-e7c4-4914-8f20-4b6c26fcfc7e", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-10-12T10:59:38Z", "floating_network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "fixed_ip_address": "192.168.120.11", "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": "ffc2f055-a802-413b-9544-c1bc151d616a", "id": "1911a3e0-6280-40e6-87d9-073f1499258b", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "created_at": "2018-10-12T10:59:38Z", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}]} 2018-10-12 10:59:39,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-61882aea-e4ac-45a7-b7e8-d9aa0ae988ef 2018-10-12 10:59:39,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0206730365753s 2018-10-12 10:59:39,546 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-61882aea-e4ac-45a7-b7e8-d9aa0ae988ef 2018-10-12 10:59:39,549 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'5799863b-e7c4-4914-8f20-4b6c26fcfc7e', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'eb22c63bf4124e9c92a1035f01238b08', 'created_at': u'2018-10-12T10:59:38Z', 'attached': True, 'updated_at': u'2018-10-12T10:59:38Z', 'id': u'1911a3e0-6280-40e6-87d9-073f1499258b', 'floating_network_id': u'71fc6d74-b5f7-4beb-b556-59bef5906bb2', 'fixed_ip_address': u'192.168.120.11', 'floating_ip_address': u'172.30.9.210', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'eb22c63bf4124e9c92a1035f01238b08', 'name': 'vping_ssh-project_171c316d-d9b9-44c7-a0df-fee479dda97c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'5799863b-e7c4-4914-8f20-4b6c26fcfc7e', 'project_id': u'eb22c63bf4124e9c92a1035f01238b08', 'port_id': u'ffc2f055-a802-413b-9544-c1bc151d616a', 'port': u'ffc2f055-a802-413b-9544-c1bc151d616a', 'network': u'71fc6d74-b5f7-4beb-b556-59bef5906bb2'}) 2018-10-12 10:59:39,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-12 10:59:39,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11/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}96b4970f765b5f20e3bb3661978b175e0ef5305d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:59:40,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10: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-dafdc570-23a2-4634-a18c-a3863fd4c4b8 x-compute-request-id: req-dafdc570-23a2-4634-a18c-a3863fd4c4b8 Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 542401950 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128574] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130211] pid_max: default: 32768 minimum: 301\n[ 0.131091] ACPI: Core revision 20150930\n[ 0.132480] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133766] Security Framework initialized\n[ 0.134570] Yama: becoming mindful.\n[ 0.135288] AppArmor: AppArmor initialized\n[ 0.136144] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137460] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138709] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139896] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141273] Initializing cgroup subsys io\n[ 0.142074] Initializing cgroup subsys memory\n[ 0.142921] Initializing cgroup subsys devices\n[ 0.143790] Initializing cgroup subsys freezer\n[ 0.144647] Initializing cgroup subsys net_cls\n[ 0.145503] Initializing cgroup subsys perf_event\n[ 0.146399] Initializing cgroup subsys net_prio\n[ 0.147267] Initializing cgroup subsys hugetlb\n[ 0.148126] Initializing cgroup subsys pids\n[ 0.148992] CPU: Physical Processor ID: 0\n[ 0.150494] mce: CPU supports 10 MCE banks\n[ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152333] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163231] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169794] ftrace: allocating 31920 entries in 125 pages\n[ 0.196396] smpboot: Max logical packages: 1\n[ 0.197246] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198585] x2apic enabled\n[ 0.199387] Switched APIC routing to physical x2apic.\n[ 0.201129] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202240] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204195] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205953] KVM setup paravirtual spinlock\n[ 0.207282] x86: Booted up 1 node, 1 CPUs\n[ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209461] devtmpfs: initialized\n[ 0.211180] evm: security.selinux\n[ 0.211869] evm: security.SMACK64\n[ 0.212553] evm: security.SMACK64EXEC\n[ 0.213287] evm: security.SMACK64TRANSMUTE\n[ 0.214081] evm: security.SMACK64MMAP\n[ 0.214818] evm: security.ima\n[ 0.215458] evm: security.capability\n[ 0.216257] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218076] pinctrl core: initialized pinctrl subsystem\n[ 0.219179] RTC time: 10:59:34, date: 10/12/18\n[ 0.220121] NET: Registered protocol family 16\n[ 0.221084] cpuidle: using governor ladder\n[ 0.221892] cpuidle: using governor menu\n[ 0.222662] PCCT header not found.\n[ 0.223408] ACPI: bus type PCI registered\n[ 0.224200] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225420] PCI: Using configuration type 1 for base access\n[ 0.227170] ACPI: Added _OSI(Module Device)\n[ 0.227995] ACPI: Added _OSI(Processor Device)\n[ 0.228841] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231850] ACPI: Interpreter enabled\n[ 0.232621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234446] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236251] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239889] ACPI: (supports S0 S5)\n[ 0.240586] ACPI: Using IOAPIC for interrupt routing\n[ 0.241718] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244788] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245909] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247116] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248283] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250467] acpiphp: Slot [3] registered\n[ 0.251261] acpiphp: Slot [4] registered\n[ 0.252050] acpiphp: Slot [5] registered\n[ 0.252837] acpiphp: Slot [6] registered\n[ 0.253617] acpiphp: Slot [7] registered\n[ 0.254401] acpiphp: Slot [8] registered\n[ 0.255184] acpiphp: Slot [9] registered\n[ 0.255961] acpiphp: Slot [10] registered\n[ 0.256754] acpiphp: Slot [11] registered\n[ 0.257555] acpiphp: Slot [12] registered\n[ 0.258348] acpiphp: Slot [13] registered\n[ 0.259140] acpiphp: Slot [14] registered\n[ 0.259937] acpiphp: Slot [15] registered\n[ 0.270750] acpiphp: Slot [16] registered\n[ 0.271547] acpiphp: Slot [17] registered\n[ 0.272340] acpiphp: Slot [18] registered\n[ 0.273130] acpiphp: Slot [19] registered\n[ 0.273919] acpiphp: Slot [20] registered\n[ 0.274713] acpiphp: Slot [21] registered\n[ 0.275510] acpiphp: Slot [22] registered\n[ 0.276302] acpiphp: Slot [23] registered\n[ 0.277094] acpiphp: Slot [24] registered\n[ 0.277902] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279485] acpiphp: Slot [27] registered\n[ 0.280281] acpiphp: Slot [28] registered\n[ 0.281075] acpiphp: Slot [29] registered\n[ 0.281865] acpiphp: Slot [30] registered\n[ 0.282666] acpiphp: Slot [31] registered\n[ 0.283456] PCI host bridge to bus 0000:00\n[ 0.284246] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285427] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286606] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289436] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295650] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296897] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298047] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306354] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307749] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355859] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357348] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358745] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361522] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363405] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364585] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367143] vgaarb: loaded\n[ 0.367735] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368861] SCSI subsystem initialized\n[ 0.369677] ACPI: bus type USB registered\n[ 0.370481] usbcore: registered new interface driver usbfs\n[ 0.371500] usbcore: registered new interface driver hub\n[ 0.372492] usbcore: registered new device driver usb\n[ 0.373532] PCI: Using ACPI for IRQ routing\n[ 0.374552] NetLabel: Initializing\n[ 0.375256] NetLabel: domain hash size = 128\n[ 0.376099] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377040] NetLabel: unlabeled traffic allowed by default\n[ 0.378126] clocksource: Switched to clocksource kvm-clock\n[ 0.383630] AppArmor: AppArmor Filesystem Enabled\n[ 0.384590] pnp: PnP ACPI init\n[ 0.385548] pnp: PnP ACPI: found 5 devices\n[ 0.391930] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393621] NET: Registered protocol family 2\n[ 0.394579] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395831] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396981] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399182] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400332] NET: Registered protocol family 1\n[ 0.401183] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402265] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403318] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417322] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431629] Trying to unpack rootfs image as initramfs...\n[ 0.481852] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495943] Scanning for low memory corruption every 60 seconds\n[ 0.497273] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498400] audit: initializing netlink subsys (disabled)\n[ 0.499403] audit: type=2000 audit(1539341975.726:1): initialized\n[ 0.500686] Initialise system trusted keyring\n[ 0.501611] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502765] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504709] zbud: loaded\n[ 0.505402] VFS: Disk quotas dquot_6.6.0\n[ 0.506216] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507717] fuse init (API version 7.23)\n[ 0.508762] Key type big_key registered\n[ 0.509708] Allocating IMA MOK and blacklist keyrings.\n[ 0.511006] Key type asymmetric registered\n[ 0.512007] Asymmetric key parser 'x509' registered\n[ 0.513127] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515303] io scheduler noop registered\n[ 0.516287] io scheduler deadline registered (default)\n[ 0.517496] io scheduler cfq registered\n[ 0.518488] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519770] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521285] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523051] ACPI: Power Button [PWRF]\n[ 0.524043] GHES: HEST is not enabled!\n[ 0.538075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566508] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568963] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.598068] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601669] Linux agpgart interface v0.103\n[ 0.604499] brd: module loaded\n[ 0.605881] loop: module loaded\n[ 0.611233] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612985] GPT:90111 != 2097151\n[ 0.613961] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615889] GPT:90111 != 2097151\n[ 0.617010] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618597] vda: vda1 vda15\n[ 0.621015] scsi host0: ata_piix\n[ 0.622265] scsi host1: ata_piix\n[ 0.623425] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625429] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628015] libphy: Fixed MDIO Bus: probed\n[ 0.629374] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631088] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.634322] PPP generic driver version 2.4.2\n[ 0.635526] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636926] ehci-pci: EHCI PCI platform driver\n[ 0.638007] ehci-platform: EHCI generic platform driver\n[ 0.639399] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640904] ohci-pci: OHCI PCI platform driver\n[ 0.642053] ohci-platform: OHCI generic platform driver\n[ 0.643389] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658415] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661631] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662953] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664424] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666121] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667890] usb usb1: Product: UHCI Host Controller\n[ 0.669167] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670599] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671778] hub 1-0:1.0: USB hub found\n[ 0.672731] hub 1-0:1.0: 2 ports detected\n[ 0.673825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676309] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677499] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678757] mousedev: PS/2 mouse device common for all mice\n[ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682504] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685275] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686459] i2c /dev entries driver\n[ 0.687228] device-mapper: uevent: version 1.0.3\n[ 0.688170] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689777] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691047] NET: Registered protocol family 10\n[ 0.692037] NET: Registered protocol family 17\n[ 0.692919] Key type dns_resolver registered\n[ 0.693829] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694917] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696647] registered taskstats version 1\n[ 0.697468] Loading compiled-in X.509 certificates\n[ 0.698900] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700750] zswap: loaded using pool lzo/zbud\n[ 0.702615] Key type trusted registered\n[ 0.704281] Key type encrypted registered\n[ 0.705094] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706117] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707160] evm: HMAC attrs: 0x1\n[ 0.708094] Magic number: 6:428:982\n[ 0.708930] rtc_cmos 00:00: setting system clock to 2018-10-12 10:59:35 UTC (1539341975)\n[ 0.710522] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711628] EDD information not available.\n[ 0.783205] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784724] Write protecting the kernel read-only data: 14336k\n[ 0.796720] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798536] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841599] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 10:59:40,645 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11/action used request id req-dafdc570-23a2-4634-a18c-a3863fd4c4b8 2018-10-12 10:59:40,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09523081779s 2018-10-12 10:59:40,646 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11/action used request id req-dafdc570-23a2-4634-a18c-a3863fd4c4b8 2018-10-12 10:59:40,647 - 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 542401950 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.128574] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130211] pid_max: default: 32768 minimum: 301 [ 0.131091] ACPI: Core revision 20150930 [ 0.132480] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.133766] Security Framework initialized [ 0.134570] Yama: becoming mindful. [ 0.135288] AppArmor: AppArmor initialized [ 0.136144] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137460] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138709] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.139896] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141273] Initializing cgroup subsys io [ 0.142074] Initializing cgroup subsys memory [ 0.142921] Initializing cgroup subsys devices [ 0.143790] Initializing cgroup subsys freezer [ 0.144647] Initializing cgroup subsys net_cls [ 0.145503] Initializing cgroup subsys perf_event [ 0.146399] Initializing cgroup subsys net_prio [ 0.147267] Initializing cgroup subsys hugetlb [ 0.148126] Initializing cgroup subsys pids [ 0.148992] CPU: Physical Processor ID: 0 [ 0.150494] mce: CPU supports 10 MCE banks [ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152333] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163231] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169794] ftrace: allocating 31920 entries in 125 pages [ 0.196396] smpboot: Max logical packages: 1 [ 0.197246] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198585] x2apic enabled [ 0.199387] Switched APIC routing to physical x2apic. [ 0.201129] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202240] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204195] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205953] KVM setup paravirtual spinlock [ 0.207282] x86: Booted up 1 node, 1 CPUs [ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209461] devtmpfs: initialized [ 0.211180] evm: security.selinux [ 0.211869] evm: security.SMACK64 [ 0.212553] evm: security.SMACK64EXEC [ 0.213287] evm: security.SMACK64TRANSMUTE [ 0.214081] evm: security.SMACK64MMAP [ 0.214818] evm: security.ima [ 0.215458] evm: security.capability [ 0.216257] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218076] pinctrl core: initialized pinctrl subsystem [ 0.219179] RTC time: 10:59:34, date: 10/12/18 [ 0.220121] NET: Registered protocol family 16 [ 0.221084] cpuidle: using governor ladder [ 0.221892] cpuidle: using governor menu [ 0.222662] PCCT header not found. [ 0.223408] ACPI: bus type PCI registered [ 0.224200] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225420] PCI: Using configuration type 1 for base access [ 0.227170] ACPI: Added _OSI(Module Device) [ 0.227995] ACPI: Added _OSI(Processor Device) [ 0.228841] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229722] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231850] ACPI: Interpreter enabled [ 0.232621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234446] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236251] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239889] ACPI: (supports S0 S5) [ 0.240586] ACPI: Using IOAPIC for interrupt routing [ 0.241718] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.244788] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.245909] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247116] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.248283] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.250467] acpiphp: Slot [3] registered [ 0.251261] acpiphp: Slot [4] registered [ 0.252050] acpiphp: Slot [5] registered [ 0.252837] acpiphp: Slot [6] registered [ 0.253617] acpiphp: Slot [7] registered [ 0.254401] acpiphp: Slot [8] registered [ 0.255184] acpiphp: Slot [9] registered [ 0.255961] acpiphp: Slot [10] registered [ 0.256754] acpiphp: Slot [11] registered [ 0.257555] acpiphp: Slot [12] registered [ 0.258348] acpiphp: Slot [13] registered [ 0.259140] acpiphp: Slot [14] registered [ 0.259937] acpiphp: Slot [15] registered [ 0.270750] acpiphp: Slot [16] registered [ 0.271547] acpiphp: Slot [17] registered [ 0.272340] acpiphp: Slot [18] registered [ 0.273130] acpiphp: Slot [19] registered [ 0.273919] acpiphp: Slot [20] registered [ 0.274713] acpiphp: Slot [21] registered [ 0.275510] acpiphp: Slot [22] registered [ 0.276302] acpiphp: Slot [23] registered [ 0.277094] acpiphp: Slot [24] registered [ 0.277902] acpiphp: Slot [25] registered [ 0.278695] acpiphp: Slot [26] registered [ 0.279485] acpiphp: Slot [27] registered [ 0.280281] acpiphp: Slot [28] registered [ 0.281075] acpiphp: Slot [29] registered [ 0.281865] acpiphp: Slot [30] registered [ 0.282666] acpiphp: Slot [31] registered [ 0.283456] PCI host bridge to bus 0000:00 [ 0.284246] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.285427] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.286606] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.289436] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.295650] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.296897] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298047] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.299283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306354] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.307749] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355859] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357348] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358745] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.360141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361522] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.363405] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.364585] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367143] vgaarb: loaded [ 0.367735] vgaarb: bridge control possible 0000:00:02.0 [ 0.368861] SCSI subsystem initialized [ 0.369677] ACPI: bus type USB registered [ 0.370481] usbcore: registered new interface driver usbfs [ 0.371500] usbcore: registered new interface driver hub [ 0.372492] usbcore: registered new device driver usb [ 0.373532] PCI: Using ACPI for IRQ routing [ 0.374552] NetLabel: Initializing [ 0.375256] NetLabel: domain hash size = 128 [ 0.376099] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377040] NetLabel: unlabeled traffic allowed by default [ 0.378126] clocksource: Switched to clocksource kvm-clock [ 0.383630] AppArmor: AppArmor Filesystem Enabled [ 0.384590] pnp: PnP ACPI init [ 0.385548] pnp: PnP ACPI: found 5 devices [ 0.391930] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393621] NET: Registered protocol family 2 [ 0.394579] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395831] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396981] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398119] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399182] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400332] NET: Registered protocol family 1 [ 0.401183] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402265] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403318] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417322] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431629] Trying to unpack rootfs image as initramfs... [ 0.481852] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495943] Scanning for low memory corruption every 60 seconds [ 0.497273] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498400] audit: initializing netlink subsys (disabled) [ 0.499403] audit: type=2000 audit(1539341975.726:1): initialized [ 0.500686] Initialise system trusted keyring [ 0.501611] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502765] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504709] zbud: loaded [ 0.505402] VFS: Disk quotas dquot_6.6.0 [ 0.506216] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507717] fuse init (API version 7.23) [ 0.508762] Key type big_key registered [ 0.509708] Allocating IMA MOK and blacklist keyrings. [ 0.511006] Key type asymmetric registered [ 0.512007] Asymmetric key parser 'x509' registered [ 0.513127] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515303] io scheduler noop registered [ 0.516287] io scheduler deadline registered (default) [ 0.517496] io scheduler cfq registered [ 0.518488] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519770] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521285] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523051] ACPI: Power Button [PWRF] [ 0.524043] GHES: HEST is not enabled! [ 0.538075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.566508] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.568963] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.598068] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.601669] Linux agpgart interface v0.103 [ 0.604499] brd: module loaded [ 0.605881] loop: module loaded [ 0.611233] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612985] GPT:90111 != 2097151 [ 0.613961] GPT:Alternate GPT header not at the end of the disk. [ 0.615889] GPT:90111 != 2097151 [ 0.617010] GPT: Use GNU Parted to correct GPT errors. [ 0.618597] vda: vda1 vda15 [ 0.621015] scsi host0: ata_piix [ 0.622265] scsi host1: ata_piix [ 0.623425] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.625429] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.628015] libphy: Fixed MDIO Bus: probed [ 0.629374] tun: Universal TUN/TAP device driver, 1.6 [ 0.631088] tun: (C) 1999-2004 Max Krasnyansky [ 0.634322] PPP generic driver version 2.4.2 [ 0.635526] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.636926] ehci-pci: EHCI PCI platform driver [ 0.638007] ehci-platform: EHCI generic platform driver [ 0.639399] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.640904] ohci-pci: OHCI PCI platform driver [ 0.642053] ohci-platform: OHCI generic platform driver [ 0.643389] uhci_hcd: USB Universal Host Controller Interface driver [ 0.658415] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.659732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.661631] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.662953] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664424] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666121] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667890] usb usb1: Product: UHCI Host Controller [ 0.669167] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670599] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671778] hub 1-0:1.0: USB hub found [ 0.672731] hub 1-0:1.0: 2 ports detected [ 0.673825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.676309] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.677499] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.678757] mousedev: PS/2 mouse device common for all mice [ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.682504] rtc_cmos 00:00: RTC can wake from S4 [ 0.683821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.685275] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.686459] i2c /dev entries driver [ 0.687228] device-mapper: uevent: version 1.0.3 [ 0.688170] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689777] ledtrig-cpu: registered to indicate activity on CPUs [ 0.691047] NET: Registered protocol family 10 [ 0.692037] NET: Registered protocol family 17 [ 0.692919] Key type dns_resolver registered [ 0.693829] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.694917] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696647] registered taskstats version 1 [ 0.697468] Loading compiled-in X.509 certificates [ 0.698900] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.700750] zswap: loaded using pool lzo/zbud [ 0.702615] Key type trusted registered [ 0.704281] Key type encrypted registered [ 0.705094] AppArmor: AppArmor sha1 policy hashing enabled [ 0.706117] ima: No TPM chip found, activating TPM-bypass! [ 0.707160] evm: HMAC attrs: 0x1 [ 0.708094] Magic number: 6:428:982 [ 0.708930] rtc_cmos 00:00: setting system clock to 2018-10-12 10:59:35 UTC (1539341975) [ 0.710522] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.711628] EDD information not available. [ 0.783205] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784724] Write protecting the kernel read-only data: 14336k [ 0.796720] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798536] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841599] 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.15 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... 2018-10-12 10:59:41,649 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.210: timed out 2018-10-12 10:59:50,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-12 10:59:50,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11/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}96b4970f765b5f20e3bb3661978b175e0ef5305d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 10:59:51,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 10:59: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-a5bfe3aa-357f-47a5-abf3-b31e54ad5bfa x-compute-request-id: req-a5bfe3aa-357f-47a5-abf3-b31e54ad5bfa Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 542401950 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128574] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130211] pid_max: default: 32768 minimum: 301\n[ 0.131091] ACPI: Core revision 20150930\n[ 0.132480] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133766] Security Framework initialized\n[ 0.134570] Yama: becoming mindful.\n[ 0.135288] AppArmor: AppArmor initialized\n[ 0.136144] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137460] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138709] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139896] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141273] Initializing cgroup subsys io\n[ 0.142074] Initializing cgroup subsys memory\n[ 0.142921] Initializing cgroup subsys devices\n[ 0.143790] Initializing cgroup subsys freezer\n[ 0.144647] Initializing cgroup subsys net_cls\n[ 0.145503] Initializing cgroup subsys perf_event\n[ 0.146399] Initializing cgroup subsys net_prio\n[ 0.147267] Initializing cgroup subsys hugetlb\n[ 0.148126] Initializing cgroup subsys pids\n[ 0.148992] CPU: Physical Processor ID: 0\n[ 0.150494] mce: CPU supports 10 MCE banks\n[ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152333] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163231] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169794] ftrace: allocating 31920 entries in 125 pages\n[ 0.196396] smpboot: Max logical packages: 1\n[ 0.197246] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198585] x2apic enabled\n[ 0.199387] Switched APIC routing to physical x2apic.\n[ 0.201129] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202240] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204195] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205953] KVM setup paravirtual spinlock\n[ 0.207282] x86: Booted up 1 node, 1 CPUs\n[ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209461] devtmpfs: initialized\n[ 0.211180] evm: security.selinux\n[ 0.211869] evm: security.SMACK64\n[ 0.212553] evm: security.SMACK64EXEC\n[ 0.213287] evm: security.SMACK64TRANSMUTE\n[ 0.214081] evm: security.SMACK64MMAP\n[ 0.214818] evm: security.ima\n[ 0.215458] evm: security.capability\n[ 0.216257] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218076] pinctrl core: initialized pinctrl subsystem\n[ 0.219179] RTC time: 10:59:34, date: 10/12/18\n[ 0.220121] NET: Registered protocol family 16\n[ 0.221084] cpuidle: using governor ladder\n[ 0.221892] cpuidle: using governor menu\n[ 0.222662] PCCT header not found.\n[ 0.223408] ACPI: bus type PCI registered\n[ 0.224200] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225420] PCI: Using configuration type 1 for base access\n[ 0.227170] ACPI: Added _OSI(Module Device)\n[ 0.227995] ACPI: Added _OSI(Processor Device)\n[ 0.228841] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231850] ACPI: Interpreter enabled\n[ 0.232621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234446] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236251] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239889] ACPI: (supports S0 S5)\n[ 0.240586] ACPI: Using IOAPIC for interrupt routing\n[ 0.241718] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244788] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245909] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247116] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248283] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250467] acpiphp: Slot [3] registered\n[ 0.251261] acpiphp: Slot [4] registered\n[ 0.252050] acpiphp: Slot [5] registered\n[ 0.252837] acpiphp: Slot [6] registered\n[ 0.253617] acpiphp: Slot [7] registered\n[ 0.254401] acpiphp: Slot [8] registered\n[ 0.255184] acpiphp: Slot [9] registered\n[ 0.255961] acpiphp: Slot [10] registered\n[ 0.256754] acpiphp: Slot [11] registered\n[ 0.257555] acpiphp: Slot [12] registered\n[ 0.258348] acpiphp: Slot [13] registered\n[ 0.259140] acpiphp: Slot [14] registered\n[ 0.259937] acpiphp: Slot [15] registered\n[ 0.270750] acpiphp: Slot [16] registered\n[ 0.271547] acpiphp: Slot [17] registered\n[ 0.272340] acpiphp: Slot [18] registered\n[ 0.273130] acpiphp: Slot [19] registered\n[ 0.273919] acpiphp: Slot [20] registered\n[ 0.274713] acpiphp: Slot [21] registered\n[ 0.275510] acpiphp: Slot [22] registered\n[ 0.276302] acpiphp: Slot [23] registered\n[ 0.277094] acpiphp: Slot [24] registered\n[ 0.277902] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279485] acpiphp: Slot [27] registered\n[ 0.280281] acpiphp: Slot [28] registered\n[ 0.281075] acpiphp: Slot [29] registered\n[ 0.281865] acpiphp: Slot [30] registered\n[ 0.282666] acpiphp: Slot [31] registered\n[ 0.283456] PCI host bridge to bus 0000:00\n[ 0.284246] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285427] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286606] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289436] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295650] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296897] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298047] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306354] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307749] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355859] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357348] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358745] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361522] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363405] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364585] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367143] vgaarb: loaded\n[ 0.367735] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368861] SCSI subsystem initialized\n[ 0.369677] ACPI: bus type USB registered\n[ 0.370481] usbcore: registered new interface driver usbfs\n[ 0.371500] usbcore: registered new interface driver hub\n[ 0.372492] usbcore: registered new device driver usb\n[ 0.373532] PCI: Using ACPI for IRQ routing\n[ 0.374552] NetLabel: Initializing\n[ 0.375256] NetLabel: domain hash size = 128\n[ 0.376099] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377040] NetLabel: unlabeled traffic allowed by default\n[ 0.378126] clocksource: Switched to clocksource kvm-clock\n[ 0.383630] AppArmor: AppArmor Filesystem Enabled\n[ 0.384590] pnp: PnP ACPI init\n[ 0.385548] pnp: PnP ACPI: found 5 devices\n[ 0.391930] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393621] NET: Registered protocol family 2\n[ 0.394579] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395831] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396981] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399182] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400332] NET: Registered protocol family 1\n[ 0.401183] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402265] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403318] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417322] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431629] Trying to unpack rootfs image as initramfs...\n[ 0.481852] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495943] Scanning for low memory corruption every 60 seconds\n[ 0.497273] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498400] audit: initializing netlink subsys (disabled)\n[ 0.499403] audit: type=2000 audit(1539341975.726:1): initialized\n[ 0.500686] Initialise system trusted keyring\n[ 0.501611] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502765] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504709] zbud: loaded\n[ 0.505402] VFS: Disk quotas dquot_6.6.0\n[ 0.506216] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507717] fuse init (API version 7.23)\n[ 0.508762] Key type big_key registered\n[ 0.509708] Allocating IMA MOK and blacklist keyrings.\n[ 0.511006] Key type asymmetric registered\n[ 0.512007] Asymmetric key parser 'x509' registered\n[ 0.513127] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515303] io scheduler noop registered\n[ 0.516287] io scheduler deadline registered (default)\n[ 0.517496] io scheduler cfq registered\n[ 0.518488] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519770] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521285] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523051] ACPI: Power Button [PWRF]\n[ 0.524043] GHES: HEST is not enabled!\n[ 0.538075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566508] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568963] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.598068] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601669] Linux agpgart interface v0.103\n[ 0.604499] brd: module loaded\n[ 0.605881] loop: module loaded\n[ 0.611233] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612985] GPT:90111 != 2097151\n[ 0.613961] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615889] GPT:90111 != 2097151\n[ 0.617010] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618597] vda: vda1 vda15\n[ 0.621015] scsi host0: ata_piix\n[ 0.622265] scsi host1: ata_piix\n[ 0.623425] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625429] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628015] libphy: Fixed MDIO Bus: probed\n[ 0.629374] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631088] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.634322] PPP generic driver version 2.4.2\n[ 0.635526] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636926] ehci-pci: EHCI PCI platform driver\n[ 0.638007] ehci-platform: EHCI generic platform driver\n[ 0.639399] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640904] ohci-pci: OHCI PCI platform driver\n[ 0.642053] ohci-platform: OHCI generic platform driver\n[ 0.643389] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658415] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661631] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662953] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664424] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666121] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667890] usb usb1: Product: UHCI Host Controller\n[ 0.669167] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670599] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671778] hub 1-0:1.0: USB hub found\n[ 0.672731] hub 1-0:1.0: 2 ports detected\n[ 0.673825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676309] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677499] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678757] mousedev: PS/2 mouse device common for all mice\n[ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682504] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685275] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686459] i2c /dev entries driver\n[ 0.687228] device-mapper: uevent: version 1.0.3\n[ 0.688170] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689777] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691047] NET: Registered protocol family 10\n[ 0.692037] NET: Registered protocol family 17\n[ 0.692919] Key type dns_resolver registered\n[ 0.693829] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694917] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696647] registered taskstats version 1\n[ 0.697468] Loading compiled-in X.509 certificates\n[ 0.698900] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700750] zswap: loaded using pool lzo/zbud\n[ 0.702615] Key type trusted registered\n[ 0.704281] Key type encrypted registered\n[ 0.705094] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706117] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707160] evm: HMAC attrs: 0x1\n[ 0.708094] Magic number: 6:428:982\n[ 0.708930] rtc_cmos 00:00: setting system clock to 2018-10-12 10:59:35 UTC (1539341975)\n[ 0.710522] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711628] EDD information not available.\n[ 0.783205] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784724] Write protecting the kernel read-only data: 14336k\n[ 0.796720] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798536] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841599] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 10:59:51,734 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11/action used request id req-a5bfe3aa-357f-47a5-abf3-b31e54ad5bfa 2018-10-12 10:59:51,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07459402084s 2018-10-12 10:59:51,735 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11/action used request id req-a5bfe3aa-357f-47a5-abf3-b31e54ad5bfa 2018-10-12 10:59:51,735 - 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 542401950 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.128574] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130211] pid_max: default: 32768 minimum: 301 [ 0.131091] ACPI: Core revision 20150930 [ 0.132480] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.133766] Security Framework initialized [ 0.134570] Yama: becoming mindful. [ 0.135288] AppArmor: AppArmor initialized [ 0.136144] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137460] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138709] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.139896] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141273] Initializing cgroup subsys io [ 0.142074] Initializing cgroup subsys memory [ 0.142921] Initializing cgroup subsys devices [ 0.143790] Initializing cgroup subsys freezer [ 0.144647] Initializing cgroup subsys net_cls [ 0.145503] Initializing cgroup subsys perf_event [ 0.146399] Initializing cgroup subsys net_prio [ 0.147267] Initializing cgroup subsys hugetlb [ 0.148126] Initializing cgroup subsys pids [ 0.148992] CPU: Physical Processor ID: 0 [ 0.150494] mce: CPU supports 10 MCE banks [ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152333] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163231] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169794] ftrace: allocating 31920 entries in 125 pages [ 0.196396] smpboot: Max logical packages: 1 [ 0.197246] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198585] x2apic enabled [ 0.199387] Switched APIC routing to physical x2apic. [ 0.201129] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202240] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204195] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205953] KVM setup paravirtual spinlock [ 0.207282] x86: Booted up 1 node, 1 CPUs [ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209461] devtmpfs: initialized [ 0.211180] evm: security.selinux [ 0.211869] evm: security.SMACK64 [ 0.212553] evm: security.SMACK64EXEC [ 0.213287] evm: security.SMACK64TRANSMUTE [ 0.214081] evm: security.SMACK64MMAP [ 0.214818] evm: security.ima [ 0.215458] evm: security.capability [ 0.216257] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218076] pinctrl core: initialized pinctrl subsystem [ 0.219179] RTC time: 10:59:34, date: 10/12/18 [ 0.220121] NET: Registered protocol family 16 [ 0.221084] cpuidle: using governor ladder [ 0.221892] cpuidle: using governor menu [ 0.222662] PCCT header not found. [ 0.223408] ACPI: bus type PCI registered [ 0.224200] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225420] PCI: Using configuration type 1 for base access [ 0.227170] ACPI: Added _OSI(Module Device) [ 0.227995] ACPI: Added _OSI(Processor Device) [ 0.228841] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229722] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231850] ACPI: Interpreter enabled [ 0.232621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234446] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236251] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239889] ACPI: (supports S0 S5) [ 0.240586] ACPI: Using IOAPIC for interrupt routing [ 0.241718] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.244788] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.245909] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247116] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.248283] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.250467] acpiphp: Slot [3] registered [ 0.251261] acpiphp: Slot [4] registered [ 0.252050] acpiphp: Slot [5] registered [ 0.252837] acpiphp: Slot [6] registered [ 0.253617] acpiphp: Slot [7] registered [ 0.254401] acpiphp: Slot [8] registered [ 0.255184] acpiphp: Slot [9] registered [ 0.255961] acpiphp: Slot [10] registered [ 0.256754] acpiphp: Slot [11] registered [ 0.257555] acpiphp: Slot [12] registered [ 0.258348] acpiphp: Slot [13] registered [ 0.259140] acpiphp: Slot [14] registered [ 0.259937] acpiphp: Slot [15] registered [ 0.270750] acpiphp: Slot [16] registered [ 0.271547] acpiphp: Slot [17] registered [ 0.272340] acpiphp: Slot [18] registered [ 0.273130] acpiphp: Slot [19] registered [ 0.273919] acpiphp: Slot [20] registered [ 0.274713] acpiphp: Slot [21] registered [ 0.275510] acpiphp: Slot [22] registered [ 0.276302] acpiphp: Slot [23] registered [ 0.277094] acpiphp: Slot [24] registered [ 0.277902] acpiphp: Slot [25] registered [ 0.278695] acpiphp: Slot [26] registered [ 0.279485] acpiphp: Slot [27] registered [ 0.280281] acpiphp: Slot [28] registered [ 0.281075] acpiphp: Slot [29] registered [ 0.281865] acpiphp: Slot [30] registered [ 0.282666] acpiphp: Slot [31] registered [ 0.283456] PCI host bridge to bus 0000:00 [ 0.284246] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.285427] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.286606] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.289436] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.295650] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.296897] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298047] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.299283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306354] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.307749] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355859] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357348] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358745] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.360141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361522] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.363405] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.364585] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367143] vgaarb: loaded [ 0.367735] vgaarb: bridge control possible 0000:00:02.0 [ 0.368861] SCSI subsystem initialized [ 0.369677] ACPI: bus type USB registered [ 0.370481] usbcore: registered new interface driver usbfs [ 0.371500] usbcore: registered new interface driver hub [ 0.372492] usbcore: registered new device driver usb [ 0.373532] PCI: Using ACPI for IRQ routing [ 0.374552] NetLabel: Initializing [ 0.375256] NetLabel: domain hash size = 128 [ 0.376099] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377040] NetLabel: unlabeled traffic allowed by default [ 0.378126] clocksource: Switched to clocksource kvm-clock [ 0.383630] AppArmor: AppArmor Filesystem Enabled [ 0.384590] pnp: PnP ACPI init [ 0.385548] pnp: PnP ACPI: found 5 devices [ 0.391930] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393621] NET: Registered protocol family 2 [ 0.394579] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395831] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396981] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398119] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399182] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400332] NET: Registered protocol family 1 [ 0.401183] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402265] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403318] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417322] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431629] Trying to unpack rootfs image as initramfs... [ 0.481852] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495943] Scanning for low memory corruption every 60 seconds [ 0.497273] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498400] audit: initializing netlink subsys (disabled) [ 0.499403] audit: type=2000 audit(1539341975.726:1): initialized [ 0.500686] Initialise system trusted keyring [ 0.501611] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502765] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504709] zbud: loaded [ 0.505402] VFS: Disk quotas dquot_6.6.0 [ 0.506216] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507717] fuse init (API version 7.23) [ 0.508762] Key type big_key registered [ 0.509708] Allocating IMA MOK and blacklist keyrings. [ 0.511006] Key type asymmetric registered [ 0.512007] Asymmetric key parser 'x509' registered [ 0.513127] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515303] io scheduler noop registered [ 0.516287] io scheduler deadline registered (default) [ 0.517496] io scheduler cfq registered [ 0.518488] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519770] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521285] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523051] ACPI: Power Button [PWRF] [ 0.524043] GHES: HEST is not enabled! [ 0.538075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.566508] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.568963] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.598068] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.601669] Linux agpgart interface v0.103 [ 0.604499] brd: module loaded [ 0.605881] loop: module loaded [ 0.611233] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612985] GPT:90111 != 2097151 [ 0.613961] GPT:Alternate GPT header not at the end of the disk. [ 0.615889] GPT:90111 != 2097151 [ 0.617010] GPT: Use GNU Parted to correct GPT errors. [ 0.618597] vda: vda1 vda15 [ 0.621015] scsi host0: ata_piix [ 0.622265] scsi host1: ata_piix [ 0.623425] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.625429] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.628015] libphy: Fixed MDIO Bus: probed [ 0.629374] tun: Universal TUN/TAP device driver, 1.6 [ 0.631088] tun: (C) 1999-2004 Max Krasnyansky [ 0.634322] PPP generic driver version 2.4.2 [ 0.635526] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.636926] ehci-pci: EHCI PCI platform driver [ 0.638007] ehci-platform: EHCI generic platform driver [ 0.639399] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.640904] ohci-pci: OHCI PCI platform driver [ 0.642053] ohci-platform: OHCI generic platform driver [ 0.643389] uhci_hcd: USB Universal Host Controller Interface driver [ 0.658415] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.659732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.661631] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.662953] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664424] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666121] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667890] usb usb1: Product: UHCI Host Controller [ 0.669167] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670599] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671778] hub 1-0:1.0: USB hub found [ 0.672731] hub 1-0:1.0: 2 ports detected [ 0.673825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.676309] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.677499] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.678757] mousedev: PS/2 mouse device common for all mice [ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.682504] rtc_cmos 00:00: RTC can wake from S4 [ 0.683821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.685275] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.686459] i2c /dev entries driver [ 0.687228] device-mapper: uevent: version 1.0.3 [ 0.688170] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689777] ledtrig-cpu: registered to indicate activity on CPUs [ 0.691047] NET: Registered protocol family 10 [ 0.692037] NET: Registered protocol family 17 [ 0.692919] Key type dns_resolver registered [ 0.693829] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.694917] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696647] registered taskstats version 1 [ 0.697468] Loading compiled-in X.509 certificates [ 0.698900] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.700750] zswap: loaded using pool lzo/zbud [ 0.702615] Key type trusted registered [ 0.704281] Key type encrypted registered [ 0.705094] AppArmor: AppArmor sha1 policy hashing enabled [ 0.706117] ima: No TPM chip found, activating TPM-bypass! [ 0.707160] evm: HMAC attrs: 0x1 [ 0.708094] Magic number: 6:428:982 [ 0.708930] rtc_cmos 00:00: setting system clock to 2018-10-12 10:59:35 UTC (1539341975) [ 0.710522] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.711628] EDD information not available. [ 0.783205] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784724] Write protecting the kernel read-only data: 14336k [ 0.796720] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798536] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841599] 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.15 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... 2018-10-12 10:59:52,737 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.210: timed out 2018-10-12 11:00:01,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-12 11:00:01,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11/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}96b4970f765b5f20e3bb3661978b175e0ef5305d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 11:00:02,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11: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-d8356d9e-6799-4044-bbbe-f3afd3f4e121 x-compute-request-id: req-d8356d9e-6799-4044-bbbe-f3afd3f4e121 Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 542401950 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128574] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130211] pid_max: default: 32768 minimum: 301\n[ 0.131091] ACPI: Core revision 20150930\n[ 0.132480] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133766] Security Framework initialized\n[ 0.134570] Yama: becoming mindful.\n[ 0.135288] AppArmor: AppArmor initialized\n[ 0.136144] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137460] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138709] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139896] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141273] Initializing cgroup subsys io\n[ 0.142074] Initializing cgroup subsys memory\n[ 0.142921] Initializing cgroup subsys devices\n[ 0.143790] Initializing cgroup subsys freezer\n[ 0.144647] Initializing cgroup subsys net_cls\n[ 0.145503] Initializing cgroup subsys perf_event\n[ 0.146399] Initializing cgroup subsys net_prio\n[ 0.147267] Initializing cgroup subsys hugetlb\n[ 0.148126] Initializing cgroup subsys pids\n[ 0.148992] CPU: Physical Processor ID: 0\n[ 0.150494] mce: CPU supports 10 MCE banks\n[ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152333] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163231] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169794] ftrace: allocating 31920 entries in 125 pages\n[ 0.196396] smpboot: Max logical packages: 1\n[ 0.197246] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198585] x2apic enabled\n[ 0.199387] Switched APIC routing to physical x2apic.\n[ 0.201129] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202240] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204195] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205953] KVM setup paravirtual spinlock\n[ 0.207282] x86: Booted up 1 node, 1 CPUs\n[ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209461] devtmpfs: initialized\n[ 0.211180] evm: security.selinux\n[ 0.211869] evm: security.SMACK64\n[ 0.212553] evm: security.SMACK64EXEC\n[ 0.213287] evm: security.SMACK64TRANSMUTE\n[ 0.214081] evm: security.SMACK64MMAP\n[ 0.214818] evm: security.ima\n[ 0.215458] evm: security.capability\n[ 0.216257] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218076] pinctrl core: initialized pinctrl subsystem\n[ 0.219179] RTC time: 10:59:34, date: 10/12/18\n[ 0.220121] NET: Registered protocol family 16\n[ 0.221084] cpuidle: using governor ladder\n[ 0.221892] cpuidle: using governor menu\n[ 0.222662] PCCT header not found.\n[ 0.223408] ACPI: bus type PCI registered\n[ 0.224200] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225420] PCI: Using configuration type 1 for base access\n[ 0.227170] ACPI: Added _OSI(Module Device)\n[ 0.227995] ACPI: Added _OSI(Processor Device)\n[ 0.228841] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231850] ACPI: Interpreter enabled\n[ 0.232621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234446] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236251] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239889] ACPI: (supports S0 S5)\n[ 0.240586] ACPI: Using IOAPIC for interrupt routing\n[ 0.241718] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244788] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245909] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247116] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248283] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250467] acpiphp: Slot [3] registered\n[ 0.251261] acpiphp: Slot [4] registered\n[ 0.252050] acpiphp: Slot [5] registered\n[ 0.252837] acpiphp: Slot [6] registered\n[ 0.253617] acpiphp: Slot [7] registered\n[ 0.254401] acpiphp: Slot [8] registered\n[ 0.255184] acpiphp: Slot [9] registered\n[ 0.255961] acpiphp: Slot [10] registered\n[ 0.256754] acpiphp: Slot [11] registered\n[ 0.257555] acpiphp: Slot [12] registered\n[ 0.258348] acpiphp: Slot [13] registered\n[ 0.259140] acpiphp: Slot [14] registered\n[ 0.259937] acpiphp: Slot [15] registered\n[ 0.270750] acpiphp: Slot [16] registered\n[ 0.271547] acpiphp: Slot [17] registered\n[ 0.272340] acpiphp: Slot [18] registered\n[ 0.273130] acpiphp: Slot [19] registered\n[ 0.273919] acpiphp: Slot [20] registered\n[ 0.274713] acpiphp: Slot [21] registered\n[ 0.275510] acpiphp: Slot [22] registered\n[ 0.276302] acpiphp: Slot [23] registered\n[ 0.277094] acpiphp: Slot [24] registered\n[ 0.277902] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279485] acpiphp: Slot [27] registered\n[ 0.280281] acpiphp: Slot [28] registered\n[ 0.281075] acpiphp: Slot [29] registered\n[ 0.281865] acpiphp: Slot [30] registered\n[ 0.282666] acpiphp: Slot [31] registered\n[ 0.283456] PCI host bridge to bus 0000:00\n[ 0.284246] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285427] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286606] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289436] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295650] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296897] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298047] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306354] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307749] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355859] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357348] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358745] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361522] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363405] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364585] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367143] vgaarb: loaded\n[ 0.367735] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368861] SCSI subsystem initialized\n[ 0.369677] ACPI: bus type USB registered\n[ 0.370481] usbcore: registered new interface driver usbfs\n[ 0.371500] usbcore: registered new interface driver hub\n[ 0.372492] usbcore: registered new device driver usb\n[ 0.373532] PCI: Using ACPI for IRQ routing\n[ 0.374552] NetLabel: Initializing\n[ 0.375256] NetLabel: domain hash size = 128\n[ 0.376099] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377040] NetLabel: unlabeled traffic allowed by default\n[ 0.378126] clocksource: Switched to clocksource kvm-clock\n[ 0.383630] AppArmor: AppArmor Filesystem Enabled\n[ 0.384590] pnp: PnP ACPI init\n[ 0.385548] pnp: PnP ACPI: found 5 devices\n[ 0.391930] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393621] NET: Registered protocol family 2\n[ 0.394579] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395831] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396981] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399182] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400332] NET: Registered protocol family 1\n[ 0.401183] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402265] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403318] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417322] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431629] Trying to unpack rootfs image as initramfs...\n[ 0.481852] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495943] Scanning for low memory corruption every 60 seconds\n[ 0.497273] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498400] audit: initializing netlink subsys (disabled)\n[ 0.499403] audit: type=2000 audit(1539341975.726:1): initialized\n[ 0.500686] Initialise system trusted keyring\n[ 0.501611] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502765] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504709] zbud: loaded\n[ 0.505402] VFS: Disk quotas dquot_6.6.0\n[ 0.506216] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507717] fuse init (API version 7.23)\n[ 0.508762] Key type big_key registered\n[ 0.509708] Allocating IMA MOK and blacklist keyrings.\n[ 0.511006] Key type asymmetric registered\n[ 0.512007] Asymmetric key parser 'x509' registered\n[ 0.513127] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515303] io scheduler noop registered\n[ 0.516287] io scheduler deadline registered (default)\n[ 0.517496] io scheduler cfq registered\n[ 0.518488] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519770] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521285] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523051] ACPI: Power Button [PWRF]\n[ 0.524043] GHES: HEST is not enabled!\n[ 0.538075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566508] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568963] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.598068] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601669] Linux agpgart interface v0.103\n[ 0.604499] brd: module loaded\n[ 0.605881] loop: module loaded\n[ 0.611233] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612985] GPT:90111 != 2097151\n[ 0.613961] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615889] GPT:90111 != 2097151\n[ 0.617010] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618597] vda: vda1 vda15\n[ 0.621015] scsi host0: ata_piix\n[ 0.622265] scsi host1: ata_piix\n[ 0.623425] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625429] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628015] libphy: Fixed MDIO Bus: probed\n[ 0.629374] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631088] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.634322] PPP generic driver version 2.4.2\n[ 0.635526] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636926] ehci-pci: EHCI PCI platform driver\n[ 0.638007] ehci-platform: EHCI generic platform driver\n[ 0.639399] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640904] ohci-pci: OHCI PCI platform driver\n[ 0.642053] ohci-platform: OHCI generic platform driver\n[ 0.643389] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658415] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661631] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662953] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664424] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666121] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667890] usb usb1: Product: UHCI Host Controller\n[ 0.669167] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670599] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671778] hub 1-0:1.0: USB hub found\n[ 0.672731] hub 1-0:1.0: 2 ports detected\n[ 0.673825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676309] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677499] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678757] mousedev: PS/2 mouse device common for all mice\n[ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682504] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685275] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686459] i2c /dev entries driver\n[ 0.687228] device-mapper: uevent: version 1.0.3\n[ 0.688170] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689777] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691047] NET: Registered protocol family 10\n[ 0.692037] NET: Registered protocol family 17\n[ 0.692919] Key type dns_resolver registered\n[ 0.693829] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694917] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696647] registered taskstats version 1\n[ 0.697468] Loading compiled-in X.509 certificates\n[ 0.698900] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700750] zswap: loaded using pool lzo/zbud\n[ 0.702615] Key type trusted registered\n[ 0.704281] Key type encrypted registered\n[ 0.705094] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706117] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707160] evm: HMAC attrs: 0x1\n[ 0.708094] Magic number: 6:428:982\n[ 0.708930] rtc_cmos 00:00: setting system clock to 2018-10-12 10:59:35 UTC (1539341975)\n[ 0.710522] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711628] EDD information not available.\n[ 0.783205] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784724] Write protecting the kernel read-only data: 14336k\n[ 0.796720] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798536] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841599] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 11:00:02,832 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11/action used request id req-d8356d9e-6799-4044-bbbe-f3afd3f4e121 2018-10-12 11:00:02,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.08498597145s 2018-10-12 11:00:02,833 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11/action used request id req-d8356d9e-6799-4044-bbbe-f3afd3f4e121 2018-10-12 11:00:02,833 - 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 542401950 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.128574] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130211] pid_max: default: 32768 minimum: 301 [ 0.131091] ACPI: Core revision 20150930 [ 0.132480] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.133766] Security Framework initialized [ 0.134570] Yama: becoming mindful. [ 0.135288] AppArmor: AppArmor initialized [ 0.136144] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137460] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138709] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.139896] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141273] Initializing cgroup subsys io [ 0.142074] Initializing cgroup subsys memory [ 0.142921] Initializing cgroup subsys devices [ 0.143790] Initializing cgroup subsys freezer [ 0.144647] Initializing cgroup subsys net_cls [ 0.145503] Initializing cgroup subsys perf_event [ 0.146399] Initializing cgroup subsys net_prio [ 0.147267] Initializing cgroup subsys hugetlb [ 0.148126] Initializing cgroup subsys pids [ 0.148992] CPU: Physical Processor ID: 0 [ 0.150494] mce: CPU supports 10 MCE banks [ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152333] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163231] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169794] ftrace: allocating 31920 entries in 125 pages [ 0.196396] smpboot: Max logical packages: 1 [ 0.197246] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198585] x2apic enabled [ 0.199387] Switched APIC routing to physical x2apic. [ 0.201129] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202240] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204195] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205953] KVM setup paravirtual spinlock [ 0.207282] x86: Booted up 1 node, 1 CPUs [ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209461] devtmpfs: initialized [ 0.211180] evm: security.selinux [ 0.211869] evm: security.SMACK64 [ 0.212553] evm: security.SMACK64EXEC [ 0.213287] evm: security.SMACK64TRANSMUTE [ 0.214081] evm: security.SMACK64MMAP [ 0.214818] evm: security.ima [ 0.215458] evm: security.capability [ 0.216257] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218076] pinctrl core: initialized pinctrl subsystem [ 0.219179] RTC time: 10:59:34, date: 10/12/18 [ 0.220121] NET: Registered protocol family 16 [ 0.221084] cpuidle: using governor ladder [ 0.221892] cpuidle: using governor menu [ 0.222662] PCCT header not found. [ 0.223408] ACPI: bus type PCI registered [ 0.224200] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225420] PCI: Using configuration type 1 for base access [ 0.227170] ACPI: Added _OSI(Module Device) [ 0.227995] ACPI: Added _OSI(Processor Device) [ 0.228841] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229722] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231850] ACPI: Interpreter enabled [ 0.232621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234446] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236251] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239889] ACPI: (supports S0 S5) [ 0.240586] ACPI: Using IOAPIC for interrupt routing [ 0.241718] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.244788] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.245909] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247116] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.248283] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.250467] acpiphp: Slot [3] registered [ 0.251261] acpiphp: Slot [4] registered [ 0.252050] acpiphp: Slot [5] registered [ 0.252837] acpiphp: Slot [6] registered [ 0.253617] acpiphp: Slot [7] registered [ 0.254401] acpiphp: Slot [8] registered [ 0.255184] acpiphp: Slot [9] registered [ 0.255961] acpiphp: Slot [10] registered [ 0.256754] acpiphp: Slot [11] registered [ 0.257555] acpiphp: Slot [12] registered [ 0.258348] acpiphp: Slot [13] registered [ 0.259140] acpiphp: Slot [14] registered [ 0.259937] acpiphp: Slot [15] registered [ 0.270750] acpiphp: Slot [16] registered [ 0.271547] acpiphp: Slot [17] registered [ 0.272340] acpiphp: Slot [18] registered [ 0.273130] acpiphp: Slot [19] registered [ 0.273919] acpiphp: Slot [20] registered [ 0.274713] acpiphp: Slot [21] registered [ 0.275510] acpiphp: Slot [22] registered [ 0.276302] acpiphp: Slot [23] registered [ 0.277094] acpiphp: Slot [24] registered [ 0.277902] acpiphp: Slot [25] registered [ 0.278695] acpiphp: Slot [26] registered [ 0.279485] acpiphp: Slot [27] registered [ 0.280281] acpiphp: Slot [28] registered [ 0.281075] acpiphp: Slot [29] registered [ 0.281865] acpiphp: Slot [30] registered [ 0.282666] acpiphp: Slot [31] registered [ 0.283456] PCI host bridge to bus 0000:00 [ 0.284246] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.285427] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.286606] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.289436] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.295650] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.296897] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298047] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.299283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306354] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.307749] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355859] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357348] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358745] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.360141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361522] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.363405] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.364585] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367143] vgaarb: loaded [ 0.367735] vgaarb: bridge control possible 0000:00:02.0 [ 0.368861] SCSI subsystem initialized [ 0.369677] ACPI: bus type USB registered [ 0.370481] usbcore: registered new interface driver usbfs [ 0.371500] usbcore: registered new interface driver hub [ 0.372492] usbcore: registered new device driver usb [ 0.373532] PCI: Using ACPI for IRQ routing [ 0.374552] NetLabel: Initializing [ 0.375256] NetLabel: domain hash size = 128 [ 0.376099] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377040] NetLabel: unlabeled traffic allowed by default [ 0.378126] clocksource: Switched to clocksource kvm-clock [ 0.383630] AppArmor: AppArmor Filesystem Enabled [ 0.384590] pnp: PnP ACPI init [ 0.385548] pnp: PnP ACPI: found 5 devices [ 0.391930] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393621] NET: Registered protocol family 2 [ 0.394579] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395831] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396981] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398119] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399182] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400332] NET: Registered protocol family 1 [ 0.401183] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402265] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403318] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417322] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431629] Trying to unpack rootfs image as initramfs... [ 0.481852] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495943] Scanning for low memory corruption every 60 seconds [ 0.497273] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498400] audit: initializing netlink subsys (disabled) [ 0.499403] audit: type=2000 audit(1539341975.726:1): initialized [ 0.500686] Initialise system trusted keyring [ 0.501611] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502765] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504709] zbud: loaded [ 0.505402] VFS: Disk quotas dquot_6.6.0 [ 0.506216] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507717] fuse init (API version 7.23) [ 0.508762] Key type big_key registered [ 0.509708] Allocating IMA MOK and blacklist keyrings. [ 0.511006] Key type asymmetric registered [ 0.512007] Asymmetric key parser 'x509' registered [ 0.513127] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515303] io scheduler noop registered [ 0.516287] io scheduler deadline registered (default) [ 0.517496] io scheduler cfq registered [ 0.518488] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519770] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521285] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523051] ACPI: Power Button [PWRF] [ 0.524043] GHES: HEST is not enabled! [ 0.538075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.566508] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.568963] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.598068] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.601669] Linux agpgart interface v0.103 [ 0.604499] brd: module loaded [ 0.605881] loop: module loaded [ 0.611233] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612985] GPT:90111 != 2097151 [ 0.613961] GPT:Alternate GPT header not at the end of the disk. [ 0.615889] GPT:90111 != 2097151 [ 0.617010] GPT: Use GNU Parted to correct GPT errors. [ 0.618597] vda: vda1 vda15 [ 0.621015] scsi host0: ata_piix [ 0.622265] scsi host1: ata_piix [ 0.623425] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.625429] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.628015] libphy: Fixed MDIO Bus: probed [ 0.629374] tun: Universal TUN/TAP device driver, 1.6 [ 0.631088] tun: (C) 1999-2004 Max Krasnyansky [ 0.634322] PPP generic driver version 2.4.2 [ 0.635526] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.636926] ehci-pci: EHCI PCI platform driver [ 0.638007] ehci-platform: EHCI generic platform driver [ 0.639399] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.640904] ohci-pci: OHCI PCI platform driver [ 0.642053] ohci-platform: OHCI generic platform driver [ 0.643389] uhci_hcd: USB Universal Host Controller Interface driver [ 0.658415] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.659732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.661631] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.662953] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664424] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666121] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667890] usb usb1: Product: UHCI Host Controller [ 0.669167] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670599] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671778] hub 1-0:1.0: USB hub found [ 0.672731] hub 1-0:1.0: 2 ports detected [ 0.673825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.676309] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.677499] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.678757] mousedev: PS/2 mouse device common for all mice [ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.682504] rtc_cmos 00:00: RTC can wake from S4 [ 0.683821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.685275] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.686459] i2c /dev entries driver [ 0.687228] device-mapper: uevent: version 1.0.3 [ 0.688170] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689777] ledtrig-cpu: registered to indicate activity on CPUs [ 0.691047] NET: Registered protocol family 10 [ 0.692037] NET: Registered protocol family 17 [ 0.692919] Key type dns_resolver registered [ 0.693829] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.694917] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696647] registered taskstats version 1 [ 0.697468] Loading compiled-in X.509 certificates [ 0.698900] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.700750] zswap: loaded using pool lzo/zbud [ 0.702615] Key type trusted registered [ 0.704281] Key type encrypted registered [ 0.705094] AppArmor: AppArmor sha1 policy hashing enabled [ 0.706117] ima: No TPM chip found, activating TPM-bypass! [ 0.707160] evm: HMAC attrs: 0x1 [ 0.708094] Magic number: 6:428:982 [ 0.708930] rtc_cmos 00:00: setting system clock to 2018-10-12 10:59:35 UTC (1539341975) [ 0.710522] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.711628] EDD information not available. [ 0.783205] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784724] Write protecting the kernel read-only data: 14336k [ 0.796720] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798536] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841599] 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.15 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... 2018-10-12 11:00:03,837 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.210: timed out 2018-10-12 11:00:12,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-12 11:00:12,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11/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}96b4970f765b5f20e3bb3661978b175e0ef5305d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 11:00:13,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:00: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-cc115769-b537-4123-8b72-e62c2a0b469d x-compute-request-id: req-cc115769-b537-4123-8b72-e62c2a0b469d Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 542401950 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128574] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130211] pid_max: default: 32768 minimum: 301\n[ 0.131091] ACPI: Core revision 20150930\n[ 0.132480] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133766] Security Framework initialized\n[ 0.134570] Yama: becoming mindful.\n[ 0.135288] AppArmor: AppArmor initialized\n[ 0.136144] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137460] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138709] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139896] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141273] Initializing cgroup subsys io\n[ 0.142074] Initializing cgroup subsys memory\n[ 0.142921] Initializing cgroup subsys devices\n[ 0.143790] Initializing cgroup subsys freezer\n[ 0.144647] Initializing cgroup subsys net_cls\n[ 0.145503] Initializing cgroup subsys perf_event\n[ 0.146399] Initializing cgroup subsys net_prio\n[ 0.147267] Initializing cgroup subsys hugetlb\n[ 0.148126] Initializing cgroup subsys pids\n[ 0.148992] CPU: Physical Processor ID: 0\n[ 0.150494] mce: CPU supports 10 MCE banks\n[ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152333] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163231] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169794] ftrace: allocating 31920 entries in 125 pages\n[ 0.196396] smpboot: Max logical packages: 1\n[ 0.197246] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198585] x2apic enabled\n[ 0.199387] Switched APIC routing to physical x2apic.\n[ 0.201129] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202240] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204195] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205953] KVM setup paravirtual spinlock\n[ 0.207282] x86: Booted up 1 node, 1 CPUs\n[ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209461] devtmpfs: initialized\n[ 0.211180] evm: security.selinux\n[ 0.211869] evm: security.SMACK64\n[ 0.212553] evm: security.SMACK64EXEC\n[ 0.213287] evm: security.SMACK64TRANSMUTE\n[ 0.214081] evm: security.SMACK64MMAP\n[ 0.214818] evm: security.ima\n[ 0.215458] evm: security.capability\n[ 0.216257] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218076] pinctrl core: initialized pinctrl subsystem\n[ 0.219179] RTC time: 10:59:34, date: 10/12/18\n[ 0.220121] NET: Registered protocol family 16\n[ 0.221084] cpuidle: using governor ladder\n[ 0.221892] cpuidle: using governor menu\n[ 0.222662] PCCT header not found.\n[ 0.223408] ACPI: bus type PCI registered\n[ 0.224200] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225420] PCI: Using configuration type 1 for base access\n[ 0.227170] ACPI: Added _OSI(Module Device)\n[ 0.227995] ACPI: Added _OSI(Processor Device)\n[ 0.228841] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231850] ACPI: Interpreter enabled\n[ 0.232621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234446] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236251] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239889] ACPI: (supports S0 S5)\n[ 0.240586] ACPI: Using IOAPIC for interrupt routing\n[ 0.241718] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244788] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245909] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247116] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248283] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250467] acpiphp: Slot [3] registered\n[ 0.251261] acpiphp: Slot [4] registered\n[ 0.252050] acpiphp: Slot [5] registered\n[ 0.252837] acpiphp: Slot [6] registered\n[ 0.253617] acpiphp: Slot [7] registered\n[ 0.254401] acpiphp: Slot [8] registered\n[ 0.255184] acpiphp: Slot [9] registered\n[ 0.255961] acpiphp: Slot [10] registered\n[ 0.256754] acpiphp: Slot [11] registered\n[ 0.257555] acpiphp: Slot [12] registered\n[ 0.258348] acpiphp: Slot [13] registered\n[ 0.259140] acpiphp: Slot [14] registered\n[ 0.259937] acpiphp: Slot [15] registered\n[ 0.270750] acpiphp: Slot [16] registered\n[ 0.271547] acpiphp: Slot [17] registered\n[ 0.272340] acpiphp: Slot [18] registered\n[ 0.273130] acpiphp: Slot [19] registered\n[ 0.273919] acpiphp: Slot [20] registered\n[ 0.274713] acpiphp: Slot [21] registered\n[ 0.275510] acpiphp: Slot [22] registered\n[ 0.276302] acpiphp: Slot [23] registered\n[ 0.277094] acpiphp: Slot [24] registered\n[ 0.277902] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279485] acpiphp: Slot [27] registered\n[ 0.280281] acpiphp: Slot [28] registered\n[ 0.281075] acpiphp: Slot [29] registered\n[ 0.281865] acpiphp: Slot [30] registered\n[ 0.282666] acpiphp: Slot [31] registered\n[ 0.283456] PCI host bridge to bus 0000:00\n[ 0.284246] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285427] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286606] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289436] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295650] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296897] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298047] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306354] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307749] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355859] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357348] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358745] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361522] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363405] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364585] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367143] vgaarb: loaded\n[ 0.367735] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368861] SCSI subsystem initialized\n[ 0.369677] ACPI: bus type USB registered\n[ 0.370481] usbcore: registered new interface driver usbfs\n[ 0.371500] usbcore: registered new interface driver hub\n[ 0.372492] usbcore: registered new device driver usb\n[ 0.373532] PCI: Using ACPI for IRQ routing\n[ 0.374552] NetLabel: Initializing\n[ 0.375256] NetLabel: domain hash size = 128\n[ 0.376099] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377040] NetLabel: unlabeled traffic allowed by default\n[ 0.378126] clocksource: Switched to clocksource kvm-clock\n[ 0.383630] AppArmor: AppArmor Filesystem Enabled\n[ 0.384590] pnp: PnP ACPI init\n[ 0.385548] pnp: PnP ACPI: found 5 devices\n[ 0.391930] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393621] NET: Registered protocol family 2\n[ 0.394579] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395831] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396981] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399182] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400332] NET: Registered protocol family 1\n[ 0.401183] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402265] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403318] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417322] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431629] Trying to unpack rootfs image as initramfs...\n[ 0.481852] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495943] Scanning for low memory corruption every 60 seconds\n[ 0.497273] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498400] audit: initializing netlink subsys (disabled)\n[ 0.499403] audit: type=2000 audit(1539341975.726:1): initialized\n[ 0.500686] Initialise system trusted keyring\n[ 0.501611] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502765] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504709] zbud: loaded\n[ 0.505402] VFS: Disk quotas dquot_6.6.0\n[ 0.506216] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507717] fuse init (API version 7.23)\n[ 0.508762] Key type big_key registered\n[ 0.509708] Allocating IMA MOK and blacklist keyrings.\n[ 0.511006] Key type asymmetric registered\n[ 0.512007] Asymmetric key parser 'x509' registered\n[ 0.513127] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515303] io scheduler noop registered\n[ 0.516287] io scheduler deadline registered (default)\n[ 0.517496] io scheduler cfq registered\n[ 0.518488] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519770] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521285] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523051] ACPI: Power Button [PWRF]\n[ 0.524043] GHES: HEST is not enabled!\n[ 0.538075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566508] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568963] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.598068] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601669] Linux agpgart interface v0.103\n[ 0.604499] brd: module loaded\n[ 0.605881] loop: module loaded\n[ 0.611233] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612985] GPT:90111 != 2097151\n[ 0.613961] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615889] GPT:90111 != 2097151\n[ 0.617010] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618597] vda: vda1 vda15\n[ 0.621015] scsi host0: ata_piix\n[ 0.622265] scsi host1: ata_piix\n[ 0.623425] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625429] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628015] libphy: Fixed MDIO Bus: probed\n[ 0.629374] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631088] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.634322] PPP generic driver version 2.4.2\n[ 0.635526] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636926] ehci-pci: EHCI PCI platform driver\n[ 0.638007] ehci-platform: EHCI generic platform driver\n[ 0.639399] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640904] ohci-pci: OHCI PCI platform driver\n[ 0.642053] ohci-platform: OHCI generic platform driver\n[ 0.643389] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658415] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661631] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662953] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664424] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666121] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667890] usb usb1: Product: UHCI Host Controller\n[ 0.669167] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670599] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671778] hub 1-0:1.0: USB hub found\n[ 0.672731] hub 1-0:1.0: 2 ports detected\n[ 0.673825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676309] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677499] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678757] mousedev: PS/2 mouse device common for all mice\n[ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682504] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685275] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686459] i2c /dev entries driver\n[ 0.687228] device-mapper: uevent: version 1.0.3\n[ 0.688170] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689777] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691047] NET: Registered protocol family 10\n[ 0.692037] NET: Registered protocol family 17\n[ 0.692919] Key type dns_resolver registered\n[ 0.693829] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694917] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696647] registered taskstats version 1\n[ 0.697468] Loading compiled-in X.509 certificates\n[ 0.698900] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700750] zswap: loaded using pool lzo/zbud\n[ 0.702615] Key type trusted registered\n[ 0.704281] Key type encrypted registered\n[ 0.705094] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706117] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707160] evm: HMAC attrs: 0x1\n[ 0.708094] Magic number: 6:428:982\n[ 0.708930] rtc_cmos 00:00: setting system clock to 2018-10-12 10:59:35 UTC (1539341975)\n[ 0.710522] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711628] EDD information not available.\n[ 0.783205] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784724] Write protecting the kernel read-only data: 14336k\n[ 0.796720] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798536] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841599] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 11:00:13,958 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11/action used request id req-cc115769-b537-4123-8b72-e62c2a0b469d 2018-10-12 11:00:13,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11726403236s 2018-10-12 11:00:13,959 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11/action used request id req-cc115769-b537-4123-8b72-e62c2a0b469d 2018-10-12 11:00:13,960 - 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 542401950 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.128574] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130211] pid_max: default: 32768 minimum: 301 [ 0.131091] ACPI: Core revision 20150930 [ 0.132480] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.133766] Security Framework initialized [ 0.134570] Yama: becoming mindful. [ 0.135288] AppArmor: AppArmor initialized [ 0.136144] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137460] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138709] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.139896] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141273] Initializing cgroup subsys io [ 0.142074] Initializing cgroup subsys memory [ 0.142921] Initializing cgroup subsys devices [ 0.143790] Initializing cgroup subsys freezer [ 0.144647] Initializing cgroup subsys net_cls [ 0.145503] Initializing cgroup subsys perf_event [ 0.146399] Initializing cgroup subsys net_prio [ 0.147267] Initializing cgroup subsys hugetlb [ 0.148126] Initializing cgroup subsys pids [ 0.148992] CPU: Physical Processor ID: 0 [ 0.150494] mce: CPU supports 10 MCE banks [ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152333] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163231] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169794] ftrace: allocating 31920 entries in 125 pages [ 0.196396] smpboot: Max logical packages: 1 [ 0.197246] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198585] x2apic enabled [ 0.199387] Switched APIC routing to physical x2apic. [ 0.201129] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202240] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204195] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205953] KVM setup paravirtual spinlock [ 0.207282] x86: Booted up 1 node, 1 CPUs [ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209461] devtmpfs: initialized [ 0.211180] evm: security.selinux [ 0.211869] evm: security.SMACK64 [ 0.212553] evm: security.SMACK64EXEC [ 0.213287] evm: security.SMACK64TRANSMUTE [ 0.214081] evm: security.SMACK64MMAP [ 0.214818] evm: security.ima [ 0.215458] evm: security.capability [ 0.216257] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218076] pinctrl core: initialized pinctrl subsystem [ 0.219179] RTC time: 10:59:34, date: 10/12/18 [ 0.220121] NET: Registered protocol family 16 [ 0.221084] cpuidle: using governor ladder [ 0.221892] cpuidle: using governor menu [ 0.222662] PCCT header not found. [ 0.223408] ACPI: bus type PCI registered [ 0.224200] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225420] PCI: Using configuration type 1 for base access [ 0.227170] ACPI: Added _OSI(Module Device) [ 0.227995] ACPI: Added _OSI(Processor Device) [ 0.228841] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229722] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231850] ACPI: Interpreter enabled [ 0.232621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234446] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236251] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239889] ACPI: (supports S0 S5) [ 0.240586] ACPI: Using IOAPIC for interrupt routing [ 0.241718] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.244788] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.245909] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247116] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.248283] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.250467] acpiphp: Slot [3] registered [ 0.251261] acpiphp: Slot [4] registered [ 0.252050] acpiphp: Slot [5] registered [ 0.252837] acpiphp: Slot [6] registered [ 0.253617] acpiphp: Slot [7] registered [ 0.254401] acpiphp: Slot [8] registered [ 0.255184] acpiphp: Slot [9] registered [ 0.255961] acpiphp: Slot [10] registered [ 0.256754] acpiphp: Slot [11] registered [ 0.257555] acpiphp: Slot [12] registered [ 0.258348] acpiphp: Slot [13] registered [ 0.259140] acpiphp: Slot [14] registered [ 0.259937] acpiphp: Slot [15] registered [ 0.270750] acpiphp: Slot [16] registered [ 0.271547] acpiphp: Slot [17] registered [ 0.272340] acpiphp: Slot [18] registered [ 0.273130] acpiphp: Slot [19] registered [ 0.273919] acpiphp: Slot [20] registered [ 0.274713] acpiphp: Slot [21] registered [ 0.275510] acpiphp: Slot [22] registered [ 0.276302] acpiphp: Slot [23] registered [ 0.277094] acpiphp: Slot [24] registered [ 0.277902] acpiphp: Slot [25] registered [ 0.278695] acpiphp: Slot [26] registered [ 0.279485] acpiphp: Slot [27] registered [ 0.280281] acpiphp: Slot [28] registered [ 0.281075] acpiphp: Slot [29] registered [ 0.281865] acpiphp: Slot [30] registered [ 0.282666] acpiphp: Slot [31] registered [ 0.283456] PCI host bridge to bus 0000:00 [ 0.284246] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.285427] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.286606] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.289436] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.295650] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.296897] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298047] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.299283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306354] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.307749] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355859] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357348] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358745] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.360141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361522] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.363405] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.364585] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367143] vgaarb: loaded [ 0.367735] vgaarb: bridge control possible 0000:00:02.0 [ 0.368861] SCSI subsystem initialized [ 0.369677] ACPI: bus type USB registered [ 0.370481] usbcore: registered new interface driver usbfs [ 0.371500] usbcore: registered new interface driver hub [ 0.372492] usbcore: registered new device driver usb [ 0.373532] PCI: Using ACPI for IRQ routing [ 0.374552] NetLabel: Initializing [ 0.375256] NetLabel: domain hash size = 128 [ 0.376099] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377040] NetLabel: unlabeled traffic allowed by default [ 0.378126] clocksource: Switched to clocksource kvm-clock [ 0.383630] AppArmor: AppArmor Filesystem Enabled [ 0.384590] pnp: PnP ACPI init [ 0.385548] pnp: PnP ACPI: found 5 devices [ 0.391930] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393621] NET: Registered protocol family 2 [ 0.394579] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395831] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396981] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398119] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399182] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400332] NET: Registered protocol family 1 [ 0.401183] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402265] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403318] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417322] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431629] Trying to unpack rootfs image as initramfs... [ 0.481852] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495943] Scanning for low memory corruption every 60 seconds [ 0.497273] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498400] audit: initializing netlink subsys (disabled) [ 0.499403] audit: type=2000 audit(1539341975.726:1): initialized [ 0.500686] Initialise system trusted keyring [ 0.501611] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502765] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504709] zbud: loaded [ 0.505402] VFS: Disk quotas dquot_6.6.0 [ 0.506216] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507717] fuse init (API version 7.23) [ 0.508762] Key type big_key registered [ 0.509708] Allocating IMA MOK and blacklist keyrings. [ 0.511006] Key type asymmetric registered [ 0.512007] Asymmetric key parser 'x509' registered [ 0.513127] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515303] io scheduler noop registered [ 0.516287] io scheduler deadline registered (default) [ 0.517496] io scheduler cfq registered [ 0.518488] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519770] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521285] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523051] ACPI: Power Button [PWRF] [ 0.524043] GHES: HEST is not enabled! [ 0.538075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.566508] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.568963] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.598068] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.601669] Linux agpgart interface v0.103 [ 0.604499] brd: module loaded [ 0.605881] loop: module loaded [ 0.611233] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612985] GPT:90111 != 2097151 [ 0.613961] GPT:Alternate GPT header not at the end of the disk. [ 0.615889] GPT:90111 != 2097151 [ 0.617010] GPT: Use GNU Parted to correct GPT errors. [ 0.618597] vda: vda1 vda15 [ 0.621015] scsi host0: ata_piix [ 0.622265] scsi host1: ata_piix [ 0.623425] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.625429] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.628015] libphy: Fixed MDIO Bus: probed [ 0.629374] tun: Universal TUN/TAP device driver, 1.6 [ 0.631088] tun: (C) 1999-2004 Max Krasnyansky [ 0.634322] PPP generic driver version 2.4.2 [ 0.635526] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.636926] ehci-pci: EHCI PCI platform driver [ 0.638007] ehci-platform: EHCI generic platform driver [ 0.639399] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.640904] ohci-pci: OHCI PCI platform driver [ 0.642053] ohci-platform: OHCI generic platform driver [ 0.643389] uhci_hcd: USB Universal Host Controller Interface driver [ 0.658415] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.659732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.661631] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.662953] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664424] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666121] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667890] usb usb1: Product: UHCI Host Controller [ 0.669167] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670599] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671778] hub 1-0:1.0: USB hub found [ 0.672731] hub 1-0:1.0: 2 ports detected [ 0.673825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.676309] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.677499] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.678757] mousedev: PS/2 mouse device common for all mice [ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.682504] rtc_cmos 00:00: RTC can wake from S4 [ 0.683821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.685275] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.686459] i2c /dev entries driver [ 0.687228] device-mapper: uevent: version 1.0.3 [ 0.688170] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689777] ledtrig-cpu: registered to indicate activity on CPUs [ 0.691047] NET: Registered protocol family 10 [ 0.692037] NET: Registered protocol family 17 [ 0.692919] Key type dns_resolver registered [ 0.693829] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.694917] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696647] registered taskstats version 1 [ 0.697468] Loading compiled-in X.509 certificates [ 0.698900] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.700750] zswap: loaded using pool lzo/zbud [ 0.702615] Key type trusted registered [ 0.704281] Key type encrypted registered [ 0.705094] AppArmor: AppArmor sha1 policy hashing enabled [ 0.706117] ima: No TPM chip found, activating TPM-bypass! [ 0.707160] evm: HMAC attrs: 0x1 [ 0.708094] Magic number: 6:428:982 [ 0.708930] rtc_cmos 00:00: setting system clock to 2018-10-12 10:59:35 UTC (1539341975) [ 0.710522] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.711628] EDD information not available. [ 0.783205] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784724] Write protecting the kernel read-only data: 14336k [ 0.796720] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798536] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841599] 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.15 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... 2018-10-12 11:00:14,962 - functest.core.singlevm - DEBUG - try 4: cannot connect to 172.30.9.210: timed out 2018-10-12 11:00:23,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-12 11:00:23,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11/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}96b4970f765b5f20e3bb3661978b175e0ef5305d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 11:00:25,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:00: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-810f995b-8c47-4a67-af8c-383ce00b05cb x-compute-request-id: req-810f995b-8c47-4a67-af8c-383ce00b05cb Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 542401950 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128574] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130211] pid_max: default: 32768 minimum: 301\n[ 0.131091] ACPI: Core revision 20150930\n[ 0.132480] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133766] Security Framework initialized\n[ 0.134570] Yama: becoming mindful.\n[ 0.135288] AppArmor: AppArmor initialized\n[ 0.136144] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137460] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138709] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139896] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141273] Initializing cgroup subsys io\n[ 0.142074] Initializing cgroup subsys memory\n[ 0.142921] Initializing cgroup subsys devices\n[ 0.143790] Initializing cgroup subsys freezer\n[ 0.144647] Initializing cgroup subsys net_cls\n[ 0.145503] Initializing cgroup subsys perf_event\n[ 0.146399] Initializing cgroup subsys net_prio\n[ 0.147267] Initializing cgroup subsys hugetlb\n[ 0.148126] Initializing cgroup subsys pids\n[ 0.148992] CPU: Physical Processor ID: 0\n[ 0.150494] mce: CPU supports 10 MCE banks\n[ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152333] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163231] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169794] ftrace: allocating 31920 entries in 125 pages\n[ 0.196396] smpboot: Max logical packages: 1\n[ 0.197246] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198585] x2apic enabled\n[ 0.199387] Switched APIC routing to physical x2apic.\n[ 0.201129] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202240] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204195] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205953] KVM setup paravirtual spinlock\n[ 0.207282] x86: Booted up 1 node, 1 CPUs\n[ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209461] devtmpfs: initialized\n[ 0.211180] evm: security.selinux\n[ 0.211869] evm: security.SMACK64\n[ 0.212553] evm: security.SMACK64EXEC\n[ 0.213287] evm: security.SMACK64TRANSMUTE\n[ 0.214081] evm: security.SMACK64MMAP\n[ 0.214818] evm: security.ima\n[ 0.215458] evm: security.capability\n[ 0.216257] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218076] pinctrl core: initialized pinctrl subsystem\n[ 0.219179] RTC time: 10:59:34, date: 10/12/18\n[ 0.220121] NET: Registered protocol family 16\n[ 0.221084] cpuidle: using governor ladder\n[ 0.221892] cpuidle: using governor menu\n[ 0.222662] PCCT header not found.\n[ 0.223408] ACPI: bus type PCI registered\n[ 0.224200] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225420] PCI: Using configuration type 1 for base access\n[ 0.227170] ACPI: Added _OSI(Module Device)\n[ 0.227995] ACPI: Added _OSI(Processor Device)\n[ 0.228841] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231850] ACPI: Interpreter enabled\n[ 0.232621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234446] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236251] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239889] ACPI: (supports S0 S5)\n[ 0.240586] ACPI: Using IOAPIC for interrupt routing\n[ 0.241718] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244788] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245909] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247116] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248283] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250467] acpiphp: Slot [3] registered\n[ 0.251261] acpiphp: Slot [4] registered\n[ 0.252050] acpiphp: Slot [5] registered\n[ 0.252837] acpiphp: Slot [6] registered\n[ 0.253617] acpiphp: Slot [7] registered\n[ 0.254401] acpiphp: Slot [8] registered\n[ 0.255184] acpiphp: Slot [9] registered\n[ 0.255961] acpiphp: Slot [10] registered\n[ 0.256754] acpiphp: Slot [11] registered\n[ 0.257555] acpiphp: Slot [12] registered\n[ 0.258348] acpiphp: Slot [13] registered\n[ 0.259140] acpiphp: Slot [14] registered\n[ 0.259937] acpiphp: Slot [15] registered\n[ 0.270750] acpiphp: Slot [16] registered\n[ 0.271547] acpiphp: Slot [17] registered\n[ 0.272340] acpiphp: Slot [18] registered\n[ 0.273130] acpiphp: Slot [19] registered\n[ 0.273919] acpiphp: Slot [20] registered\n[ 0.274713] acpiphp: Slot [21] registered\n[ 0.275510] acpiphp: Slot [22] registered\n[ 0.276302] acpiphp: Slot [23] registered\n[ 0.277094] acpiphp: Slot [24] registered\n[ 0.277902] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279485] acpiphp: Slot [27] registered\n[ 0.280281] acpiphp: Slot [28] registered\n[ 0.281075] acpiphp: Slot [29] registered\n[ 0.281865] acpiphp: Slot [30] registered\n[ 0.282666] acpiphp: Slot [31] registered\n[ 0.283456] PCI host bridge to bus 0000:00\n[ 0.284246] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285427] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286606] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289436] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295650] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296897] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298047] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306354] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307749] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355859] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357348] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358745] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361522] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363405] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364585] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367143] vgaarb: loaded\n[ 0.367735] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368861] SCSI subsystem initialized\n[ 0.369677] ACPI: bus type USB registered\n[ 0.370481] usbcore: registered new interface driver usbfs\n[ 0.371500] usbcore: registered new interface driver hub\n[ 0.372492] usbcore: registered new device driver usb\n[ 0.373532] PCI: Using ACPI for IRQ routing\n[ 0.374552] NetLabel: Initializing\n[ 0.375256] NetLabel: domain hash size = 128\n[ 0.376099] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377040] NetLabel: unlabeled traffic allowed by default\n[ 0.378126] clocksource: Switched to clocksource kvm-clock\n[ 0.383630] AppArmor: AppArmor Filesystem Enabled\n[ 0.384590] pnp: PnP ACPI init\n[ 0.385548] pnp: PnP ACPI: found 5 devices\n[ 0.391930] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393621] NET: Registered protocol family 2\n[ 0.394579] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395831] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396981] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399182] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400332] NET: Registered protocol family 1\n[ 0.401183] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402265] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403318] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417322] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431629] Trying to unpack rootfs image as initramfs...\n[ 0.481852] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495943] Scanning for low memory corruption every 60 seconds\n[ 0.497273] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498400] audit: initializing netlink subsys (disabled)\n[ 0.499403] audit: type=2000 audit(1539341975.726:1): initialized\n[ 0.500686] Initialise system trusted keyring\n[ 0.501611] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502765] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504709] zbud: loaded\n[ 0.505402] VFS: Disk quotas dquot_6.6.0\n[ 0.506216] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507717] fuse init (API version 7.23)\n[ 0.508762] Key type big_key registered\n[ 0.509708] Allocating IMA MOK and blacklist keyrings.\n[ 0.511006] Key type asymmetric registered\n[ 0.512007] Asymmetric key parser 'x509' registered\n[ 0.513127] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515303] io scheduler noop registered\n[ 0.516287] io scheduler deadline registered (default)\n[ 0.517496] io scheduler cfq registered\n[ 0.518488] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519770] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521285] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523051] ACPI: Power Button [PWRF]\n[ 0.524043] GHES: HEST is not enabled!\n[ 0.538075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566508] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568963] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.598068] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601669] Linux agpgart interface v0.103\n[ 0.604499] brd: module loaded\n[ 0.605881] loop: module loaded\n[ 0.611233] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612985] GPT:90111 != 2097151\n[ 0.613961] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615889] GPT:90111 != 2097151\n[ 0.617010] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618597] vda: vda1 vda15\n[ 0.621015] scsi host0: ata_piix\n[ 0.622265] scsi host1: ata_piix\n[ 0.623425] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625429] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628015] libphy: Fixed MDIO Bus: probed\n[ 0.629374] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631088] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.634322] PPP generic driver version 2.4.2\n[ 0.635526] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636926] ehci-pci: EHCI PCI platform driver\n[ 0.638007] ehci-platform: EHCI generic platform driver\n[ 0.639399] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640904] ohci-pci: OHCI PCI platform driver\n[ 0.642053] ohci-platform: OHCI generic platform driver\n[ 0.643389] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658415] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661631] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662953] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664424] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666121] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667890] usb usb1: Product: UHCI Host Controller\n[ 0.669167] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670599] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671778] hub 1-0:1.0: USB hub found\n[ 0.672731] hub 1-0:1.0: 2 ports detected\n[ 0.673825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676309] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677499] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678757] mousedev: PS/2 mouse device common for all mice\n[ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682504] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685275] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686459] i2c /dev entries driver\n[ 0.687228] device-mapper: uevent: version 1.0.3\n[ 0.688170] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689777] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691047] NET: Registered protocol family 10\n[ 0.692037] NET: Registered protocol family 17\n[ 0.692919] Key type dns_resolver registered\n[ 0.693829] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694917] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696647] registered taskstats version 1\n[ 0.697468] Loading compiled-in X.509 certificates\n[ 0.698900] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700750] zswap: loaded using pool lzo/zbud\n[ 0.702615] Key type trusted registered\n[ 0.704281] Key type encrypted registered\n[ 0.705094] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706117] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707160] evm: HMAC attrs: 0x1\n[ 0.708094] Magic number: 6:428:982\n[ 0.708930] rtc_cmos 00:00: setting system clock to 2018-10-12 10:59:35 UTC (1539341975)\n[ 0.710522] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711628] EDD information not available.\n[ 0.783205] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784724] Write protecting the kernel read-only data: 14336k\n[ 0.796720] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798536] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841599] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 11:00:25,085 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11/action used request id req-810f995b-8c47-4a67-af8c-383ce00b05cb 2018-10-12 11:00:25,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11273407936s 2018-10-12 11:00:25,086 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11/action used request id req-810f995b-8c47-4a67-af8c-383ce00b05cb 2018-10-12 11:00:25,086 - 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 542401950 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.128574] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130211] pid_max: default: 32768 minimum: 301 [ 0.131091] ACPI: Core revision 20150930 [ 0.132480] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.133766] Security Framework initialized [ 0.134570] Yama: becoming mindful. [ 0.135288] AppArmor: AppArmor initialized [ 0.136144] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137460] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138709] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.139896] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141273] Initializing cgroup subsys io [ 0.142074] Initializing cgroup subsys memory [ 0.142921] Initializing cgroup subsys devices [ 0.143790] Initializing cgroup subsys freezer [ 0.144647] Initializing cgroup subsys net_cls [ 0.145503] Initializing cgroup subsys perf_event [ 0.146399] Initializing cgroup subsys net_prio [ 0.147267] Initializing cgroup subsys hugetlb [ 0.148126] Initializing cgroup subsys pids [ 0.148992] CPU: Physical Processor ID: 0 [ 0.150494] mce: CPU supports 10 MCE banks [ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152333] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163231] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169794] ftrace: allocating 31920 entries in 125 pages [ 0.196396] smpboot: Max logical packages: 1 [ 0.197246] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198585] x2apic enabled [ 0.199387] Switched APIC routing to physical x2apic. [ 0.201129] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202240] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204195] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205953] KVM setup paravirtual spinlock [ 0.207282] x86: Booted up 1 node, 1 CPUs [ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209461] devtmpfs: initialized [ 0.211180] evm: security.selinux [ 0.211869] evm: security.SMACK64 [ 0.212553] evm: security.SMACK64EXEC [ 0.213287] evm: security.SMACK64TRANSMUTE [ 0.214081] evm: security.SMACK64MMAP [ 0.214818] evm: security.ima [ 0.215458] evm: security.capability [ 0.216257] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218076] pinctrl core: initialized pinctrl subsystem [ 0.219179] RTC time: 10:59:34, date: 10/12/18 [ 0.220121] NET: Registered protocol family 16 [ 0.221084] cpuidle: using governor ladder [ 0.221892] cpuidle: using governor menu [ 0.222662] PCCT header not found. [ 0.223408] ACPI: bus type PCI registered [ 0.224200] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225420] PCI: Using configuration type 1 for base access [ 0.227170] ACPI: Added _OSI(Module Device) [ 0.227995] ACPI: Added _OSI(Processor Device) [ 0.228841] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229722] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231850] ACPI: Interpreter enabled [ 0.232621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234446] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236251] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239889] ACPI: (supports S0 S5) [ 0.240586] ACPI: Using IOAPIC for interrupt routing [ 0.241718] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.244788] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.245909] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247116] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.248283] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.250467] acpiphp: Slot [3] registered [ 0.251261] acpiphp: Slot [4] registered [ 0.252050] acpiphp: Slot [5] registered [ 0.252837] acpiphp: Slot [6] registered [ 0.253617] acpiphp: Slot [7] registered [ 0.254401] acpiphp: Slot [8] registered [ 0.255184] acpiphp: Slot [9] registered [ 0.255961] acpiphp: Slot [10] registered [ 0.256754] acpiphp: Slot [11] registered [ 0.257555] acpiphp: Slot [12] registered [ 0.258348] acpiphp: Slot [13] registered [ 0.259140] acpiphp: Slot [14] registered [ 0.259937] acpiphp: Slot [15] registered [ 0.270750] acpiphp: Slot [16] registered [ 0.271547] acpiphp: Slot [17] registered [ 0.272340] acpiphp: Slot [18] registered [ 0.273130] acpiphp: Slot [19] registered [ 0.273919] acpiphp: Slot [20] registered [ 0.274713] acpiphp: Slot [21] registered [ 0.275510] acpiphp: Slot [22] registered [ 0.276302] acpiphp: Slot [23] registered [ 0.277094] acpiphp: Slot [24] registered [ 0.277902] acpiphp: Slot [25] registered [ 0.278695] acpiphp: Slot [26] registered [ 0.279485] acpiphp: Slot [27] registered [ 0.280281] acpiphp: Slot [28] registered [ 0.281075] acpiphp: Slot [29] registered [ 0.281865] acpiphp: Slot [30] registered [ 0.282666] acpiphp: Slot [31] registered [ 0.283456] PCI host bridge to bus 0000:00 [ 0.284246] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.285427] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.286606] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.289436] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.295650] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.296897] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298047] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.299283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306354] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.307749] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355859] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357348] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358745] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.360141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361522] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.363405] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.364585] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367143] vgaarb: loaded [ 0.367735] vgaarb: bridge control possible 0000:00:02.0 [ 0.368861] SCSI subsystem initialized [ 0.369677] ACPI: bus type USB registered [ 0.370481] usbcore: registered new interface driver usbfs [ 0.371500] usbcore: registered new interface driver hub [ 0.372492] usbcore: registered new device driver usb [ 0.373532] PCI: Using ACPI for IRQ routing [ 0.374552] NetLabel: Initializing [ 0.375256] NetLabel: domain hash size = 128 [ 0.376099] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377040] NetLabel: unlabeled traffic allowed by default [ 0.378126] clocksource: Switched to clocksource kvm-clock [ 0.383630] AppArmor: AppArmor Filesystem Enabled [ 0.384590] pnp: PnP ACPI init [ 0.385548] pnp: PnP ACPI: found 5 devices [ 0.391930] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393621] NET: Registered protocol family 2 [ 0.394579] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395831] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396981] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398119] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399182] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400332] NET: Registered protocol family 1 [ 0.401183] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402265] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403318] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417322] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431629] Trying to unpack rootfs image as initramfs... [ 0.481852] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495943] Scanning for low memory corruption every 60 seconds [ 0.497273] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498400] audit: initializing netlink subsys (disabled) [ 0.499403] audit: type=2000 audit(1539341975.726:1): initialized [ 0.500686] Initialise system trusted keyring [ 0.501611] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502765] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504709] zbud: loaded [ 0.505402] VFS: Disk quotas dquot_6.6.0 [ 0.506216] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507717] fuse init (API version 7.23) [ 0.508762] Key type big_key registered [ 0.509708] Allocating IMA MOK and blacklist keyrings. [ 0.511006] Key type asymmetric registered [ 0.512007] Asymmetric key parser 'x509' registered [ 0.513127] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515303] io scheduler noop registered [ 0.516287] io scheduler deadline registered (default) [ 0.517496] io scheduler cfq registered [ 0.518488] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519770] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521285] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523051] ACPI: Power Button [PWRF] [ 0.524043] GHES: HEST is not enabled! [ 0.538075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.566508] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.568963] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.598068] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.601669] Linux agpgart interface v0.103 [ 0.604499] brd: module loaded [ 0.605881] loop: module loaded [ 0.611233] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612985] GPT:90111 != 2097151 [ 0.613961] GPT:Alternate GPT header not at the end of the disk. [ 0.615889] GPT:90111 != 2097151 [ 0.617010] GPT: Use GNU Parted to correct GPT errors. [ 0.618597] vda: vda1 vda15 [ 0.621015] scsi host0: ata_piix [ 0.622265] scsi host1: ata_piix [ 0.623425] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.625429] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.628015] libphy: Fixed MDIO Bus: probed [ 0.629374] tun: Universal TUN/TAP device driver, 1.6 [ 0.631088] tun: (C) 1999-2004 Max Krasnyansky [ 0.634322] PPP generic driver version 2.4.2 [ 0.635526] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.636926] ehci-pci: EHCI PCI platform driver [ 0.638007] ehci-platform: EHCI generic platform driver [ 0.639399] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.640904] ohci-pci: OHCI PCI platform driver [ 0.642053] ohci-platform: OHCI generic platform driver [ 0.643389] uhci_hcd: USB Universal Host Controller Interface driver [ 0.658415] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.659732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.661631] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.662953] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664424] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666121] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667890] usb usb1: Product: UHCI Host Controller [ 0.669167] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670599] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671778] hub 1-0:1.0: USB hub found [ 0.672731] hub 1-0:1.0: 2 ports detected [ 0.673825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.676309] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.677499] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.678757] mousedev: PS/2 mouse device common for all mice [ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.682504] rtc_cmos 00:00: RTC can wake from S4 [ 0.683821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.685275] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.686459] i2c /dev entries driver [ 0.687228] device-mapper: uevent: version 1.0.3 [ 0.688170] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689777] ledtrig-cpu: registered to indicate activity on CPUs [ 0.691047] NET: Registered protocol family 10 [ 0.692037] NET: Registered protocol family 17 [ 0.692919] Key type dns_resolver registered [ 0.693829] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.694917] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696647] registered taskstats version 1 [ 0.697468] Loading compiled-in X.509 certificates [ 0.698900] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.700750] zswap: loaded using pool lzo/zbud [ 0.702615] Key type trusted registered [ 0.704281] Key type encrypted registered [ 0.705094] AppArmor: AppArmor sha1 policy hashing enabled [ 0.706117] ima: No TPM chip found, activating TPM-bypass! [ 0.707160] evm: HMAC attrs: 0x1 [ 0.708094] Magic number: 6:428:982 [ 0.708930] rtc_cmos 00:00: setting system clock to 2018-10-12 10:59:35 UTC (1539341975) [ 0.710522] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.711628] EDD information not available. [ 0.783205] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784724] Write protecting the kernel read-only data: 14336k [ 0.796720] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798536] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841599] 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.15 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... 2018-10-12 11:00:26,088 - functest.core.singlevm - DEBUG - try 5: cannot connect to 172.30.9.210: timed out 2018-10-12 11:00:35,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-12 11:00:35,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11/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}96b4970f765b5f20e3bb3661978b175e0ef5305d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 11:00:36,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:00: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-57376175-f95c-4efb-9d0c-e65a3de0be61 x-compute-request-id: req-57376175-f95c-4efb-9d0c-e65a3de0be61 Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 542401950 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128574] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130211] pid_max: default: 32768 minimum: 301\n[ 0.131091] ACPI: Core revision 20150930\n[ 0.132480] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133766] Security Framework initialized\n[ 0.134570] Yama: becoming mindful.\n[ 0.135288] AppArmor: AppArmor initialized\n[ 0.136144] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137460] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138709] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139896] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141273] Initializing cgroup subsys io\n[ 0.142074] Initializing cgroup subsys memory\n[ 0.142921] Initializing cgroup subsys devices\n[ 0.143790] Initializing cgroup subsys freezer\n[ 0.144647] Initializing cgroup subsys net_cls\n[ 0.145503] Initializing cgroup subsys perf_event\n[ 0.146399] Initializing cgroup subsys net_prio\n[ 0.147267] Initializing cgroup subsys hugetlb\n[ 0.148126] Initializing cgroup subsys pids\n[ 0.148992] CPU: Physical Processor ID: 0\n[ 0.150494] mce: CPU supports 10 MCE banks\n[ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152333] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163231] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169794] ftrace: allocating 31920 entries in 125 pages\n[ 0.196396] smpboot: Max logical packages: 1\n[ 0.197246] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198585] x2apic enabled\n[ 0.199387] Switched APIC routing to physical x2apic.\n[ 0.201129] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202240] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204195] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205953] KVM setup paravirtual spinlock\n[ 0.207282] x86: Booted up 1 node, 1 CPUs\n[ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209461] devtmpfs: initialized\n[ 0.211180] evm: security.selinux\n[ 0.211869] evm: security.SMACK64\n[ 0.212553] evm: security.SMACK64EXEC\n[ 0.213287] evm: security.SMACK64TRANSMUTE\n[ 0.214081] evm: security.SMACK64MMAP\n[ 0.214818] evm: security.ima\n[ 0.215458] evm: security.capability\n[ 0.216257] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218076] pinctrl core: initialized pinctrl subsystem\n[ 0.219179] RTC time: 10:59:34, date: 10/12/18\n[ 0.220121] NET: Registered protocol family 16\n[ 0.221084] cpuidle: using governor ladder\n[ 0.221892] cpuidle: using governor menu\n[ 0.222662] PCCT header not found.\n[ 0.223408] ACPI: bus type PCI registered\n[ 0.224200] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225420] PCI: Using configuration type 1 for base access\n[ 0.227170] ACPI: Added _OSI(Module Device)\n[ 0.227995] ACPI: Added _OSI(Processor Device)\n[ 0.228841] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231850] ACPI: Interpreter enabled\n[ 0.232621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234446] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236251] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239889] ACPI: (supports S0 S5)\n[ 0.240586] ACPI: Using IOAPIC for interrupt routing\n[ 0.241718] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244788] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245909] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247116] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248283] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250467] acpiphp: Slot [3] registered\n[ 0.251261] acpiphp: Slot [4] registered\n[ 0.252050] acpiphp: Slot [5] registered\n[ 0.252837] acpiphp: Slot [6] registered\n[ 0.253617] acpiphp: Slot [7] registered\n[ 0.254401] acpiphp: Slot [8] registered\n[ 0.255184] acpiphp: Slot [9] registered\n[ 0.255961] acpiphp: Slot [10] registered\n[ 0.256754] acpiphp: Slot [11] registered\n[ 0.257555] acpiphp: Slot [12] registered\n[ 0.258348] acpiphp: Slot [13] registered\n[ 0.259140] acpiphp: Slot [14] registered\n[ 0.259937] acpiphp: Slot [15] registered\n[ 0.270750] acpiphp: Slot [16] registered\n[ 0.271547] acpiphp: Slot [17] registered\n[ 0.272340] acpiphp: Slot [18] registered\n[ 0.273130] acpiphp: Slot [19] registered\n[ 0.273919] acpiphp: Slot [20] registered\n[ 0.274713] acpiphp: Slot [21] registered\n[ 0.275510] acpiphp: Slot [22] registered\n[ 0.276302] acpiphp: Slot [23] registered\n[ 0.277094] acpiphp: Slot [24] registered\n[ 0.277902] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279485] acpiphp: Slot [27] registered\n[ 0.280281] acpiphp: Slot [28] registered\n[ 0.281075] acpiphp: Slot [29] registered\n[ 0.281865] acpiphp: Slot [30] registered\n[ 0.282666] acpiphp: Slot [31] registered\n[ 0.283456] PCI host bridge to bus 0000:00\n[ 0.284246] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285427] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286606] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289436] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295650] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296897] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298047] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306354] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307749] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355859] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357348] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358745] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361522] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363405] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364585] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367143] vgaarb: loaded\n[ 0.367735] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368861] SCSI subsystem initialized\n[ 0.369677] ACPI: bus type USB registered\n[ 0.370481] usbcore: registered new interface driver usbfs\n[ 0.371500] usbcore: registered new interface driver hub\n[ 0.372492] usbcore: registered new device driver usb\n[ 0.373532] PCI: Using ACPI for IRQ routing\n[ 0.374552] NetLabel: Initializing\n[ 0.375256] NetLabel: domain hash size = 128\n[ 0.376099] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377040] NetLabel: unlabeled traffic allowed by default\n[ 0.378126] clocksource: Switched to clocksource kvm-clock\n[ 0.383630] AppArmor: AppArmor Filesystem Enabled\n[ 0.384590] pnp: PnP ACPI init\n[ 0.385548] pnp: PnP ACPI: found 5 devices\n[ 0.391930] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393621] NET: Registered protocol family 2\n[ 0.394579] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395831] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396981] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398119] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399182] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400332] NET: Registered protocol family 1\n[ 0.401183] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402265] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403318] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417322] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431629] Trying to unpack rootfs image as initramfs...\n[ 0.481852] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495943] Scanning for low memory corruption every 60 seconds\n[ 0.497273] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498400] audit: initializing netlink subsys (disabled)\n[ 0.499403] audit: type=2000 audit(1539341975.726:1): initialized\n[ 0.500686] Initialise system trusted keyring\n[ 0.501611] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502765] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504709] zbud: loaded\n[ 0.505402] VFS: Disk quotas dquot_6.6.0\n[ 0.506216] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507717] fuse init (API version 7.23)\n[ 0.508762] Key type big_key registered\n[ 0.509708] Allocating IMA MOK and blacklist keyrings.\n[ 0.511006] Key type asymmetric registered\n[ 0.512007] Asymmetric key parser 'x509' registered\n[ 0.513127] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515303] io scheduler noop registered\n[ 0.516287] io scheduler deadline registered (default)\n[ 0.517496] io scheduler cfq registered\n[ 0.518488] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519770] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521285] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523051] ACPI: Power Button [PWRF]\n[ 0.524043] GHES: HEST is not enabled!\n[ 0.538075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566508] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568963] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.598068] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601669] Linux agpgart interface v0.103\n[ 0.604499] brd: module loaded\n[ 0.605881] loop: module loaded\n[ 0.611233] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612985] GPT:90111 != 2097151\n[ 0.613961] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615889] GPT:90111 != 2097151\n[ 0.617010] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618597] vda: vda1 vda15\n[ 0.621015] scsi host0: ata_piix\n[ 0.622265] scsi host1: ata_piix\n[ 0.623425] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625429] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.628015] libphy: Fixed MDIO Bus: probed\n[ 0.629374] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631088] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.634322] PPP generic driver version 2.4.2\n[ 0.635526] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636926] ehci-pci: EHCI PCI platform driver\n[ 0.638007] ehci-platform: EHCI generic platform driver\n[ 0.639399] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640904] ohci-pci: OHCI PCI platform driver\n[ 0.642053] ohci-platform: OHCI generic platform driver\n[ 0.643389] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658415] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661631] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662953] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664424] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666121] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667890] usb usb1: Product: UHCI Host Controller\n[ 0.669167] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670599] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.671778] hub 1-0:1.0: USB hub found\n[ 0.672731] hub 1-0:1.0: 2 ports detected\n[ 0.673825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676309] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677499] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678757] mousedev: PS/2 mouse device common for all mice\n[ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682504] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685275] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686459] i2c /dev entries driver\n[ 0.687228] device-mapper: uevent: version 1.0.3\n[ 0.688170] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689777] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691047] NET: Registered protocol family 10\n[ 0.692037] NET: Registered protocol family 17\n[ 0.692919] Key type dns_resolver registered\n[ 0.693829] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694917] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696647] registered taskstats version 1\n[ 0.697468] Loading compiled-in X.509 certificates\n[ 0.698900] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700750] zswap: loaded using pool lzo/zbud\n[ 0.702615] Key type trusted registered\n[ 0.704281] Key type encrypted registered\n[ 0.705094] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706117] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707160] evm: HMAC attrs: 0x1\n[ 0.708094] Magic number: 6:428:982\n[ 0.708930] rtc_cmos 00:00: setting system clock to 2018-10-12 10:59:35 UTC (1539341975)\n[ 0.710522] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711628] EDD information not available.\n[ 0.783205] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784724] Write protecting the kernel read-only data: 14336k\n[ 0.796720] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798536] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.841599] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 11:00:36,201 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11/action used request id req-57376175-f95c-4efb-9d0c-e65a3de0be61 2018-10-12 11:00:36,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10262393951s 2018-10-12 11:00:36,202 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11/action used request id req-57376175-f95c-4efb-9d0c-e65a3de0be61 2018-10-12 11:00:36,202 - 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 542401950 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.128574] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130211] pid_max: default: 32768 minimum: 301 [ 0.131091] ACPI: Core revision 20150930 [ 0.132480] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.133766] Security Framework initialized [ 0.134570] Yama: becoming mindful. [ 0.135288] AppArmor: AppArmor initialized [ 0.136144] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137460] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138709] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.139896] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141273] Initializing cgroup subsys io [ 0.142074] Initializing cgroup subsys memory [ 0.142921] Initializing cgroup subsys devices [ 0.143790] Initializing cgroup subsys freezer [ 0.144647] Initializing cgroup subsys net_cls [ 0.145503] Initializing cgroup subsys perf_event [ 0.146399] Initializing cgroup subsys net_prio [ 0.147267] Initializing cgroup subsys hugetlb [ 0.148126] Initializing cgroup subsys pids [ 0.148992] CPU: Physical Processor ID: 0 [ 0.150494] mce: CPU supports 10 MCE banks [ 0.151335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152333] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163231] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169794] ftrace: allocating 31920 entries in 125 pages [ 0.196396] smpboot: Max logical packages: 1 [ 0.197246] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198585] x2apic enabled [ 0.199387] Switched APIC routing to physical x2apic. [ 0.201129] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202240] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204195] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205953] KVM setup paravirtual spinlock [ 0.207282] x86: Booted up 1 node, 1 CPUs [ 0.208079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209461] devtmpfs: initialized [ 0.211180] evm: security.selinux [ 0.211869] evm: security.SMACK64 [ 0.212553] evm: security.SMACK64EXEC [ 0.213287] evm: security.SMACK64TRANSMUTE [ 0.214081] evm: security.SMACK64MMAP [ 0.214818] evm: security.ima [ 0.215458] evm: security.capability [ 0.216257] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218076] pinctrl core: initialized pinctrl subsystem [ 0.219179] RTC time: 10:59:34, date: 10/12/18 [ 0.220121] NET: Registered protocol family 16 [ 0.221084] cpuidle: using governor ladder [ 0.221892] cpuidle: using governor menu [ 0.222662] PCCT header not found. [ 0.223408] ACPI: bus type PCI registered [ 0.224200] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225420] PCI: Using configuration type 1 for base access [ 0.227170] ACPI: Added _OSI(Module Device) [ 0.227995] ACPI: Added _OSI(Processor Device) [ 0.228841] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229722] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231850] ACPI: Interpreter enabled [ 0.232621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234446] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236251] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239889] ACPI: (supports S0 S5) [ 0.240586] ACPI: Using IOAPIC for interrupt routing [ 0.241718] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.244788] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.245909] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247116] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.248283] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.250467] acpiphp: Slot [3] registered [ 0.251261] acpiphp: Slot [4] registered [ 0.252050] acpiphp: Slot [5] registered [ 0.252837] acpiphp: Slot [6] registered [ 0.253617] acpiphp: Slot [7] registered [ 0.254401] acpiphp: Slot [8] registered [ 0.255184] acpiphp: Slot [9] registered [ 0.255961] acpiphp: Slot [10] registered [ 0.256754] acpiphp: Slot [11] registered [ 0.257555] acpiphp: Slot [12] registered [ 0.258348] acpiphp: Slot [13] registered [ 0.259140] acpiphp: Slot [14] registered [ 0.259937] acpiphp: Slot [15] registered [ 0.270750] acpiphp: Slot [16] registered [ 0.271547] acpiphp: Slot [17] registered [ 0.272340] acpiphp: Slot [18] registered [ 0.273130] acpiphp: Slot [19] registered [ 0.273919] acpiphp: Slot [20] registered [ 0.274713] acpiphp: Slot [21] registered [ 0.275510] acpiphp: Slot [22] registered [ 0.276302] acpiphp: Slot [23] registered [ 0.277094] acpiphp: Slot [24] registered [ 0.277902] acpiphp: Slot [25] registered [ 0.278695] acpiphp: Slot [26] registered [ 0.279485] acpiphp: Slot [27] registered [ 0.280281] acpiphp: Slot [28] registered [ 0.281075] acpiphp: Slot [29] registered [ 0.281865] acpiphp: Slot [30] registered [ 0.282666] acpiphp: Slot [31] registered [ 0.283456] PCI host bridge to bus 0000:00 [ 0.284246] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.285427] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.286606] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.289436] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.295650] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.296897] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298047] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.299283] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306354] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.307749] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355859] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357348] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358745] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.360141] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361522] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.363405] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.364585] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365623] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367143] vgaarb: loaded [ 0.367735] vgaarb: bridge control possible 0000:00:02.0 [ 0.368861] SCSI subsystem initialized [ 0.369677] ACPI: bus type USB registered [ 0.370481] usbcore: registered new interface driver usbfs [ 0.371500] usbcore: registered new interface driver hub [ 0.372492] usbcore: registered new device driver usb [ 0.373532] PCI: Using ACPI for IRQ routing [ 0.374552] NetLabel: Initializing [ 0.375256] NetLabel: domain hash size = 128 [ 0.376099] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377040] NetLabel: unlabeled traffic allowed by default [ 0.378126] clocksource: Switched to clocksource kvm-clock [ 0.383630] AppArmor: AppArmor Filesystem Enabled [ 0.384590] pnp: PnP ACPI init [ 0.385548] pnp: PnP ACPI: found 5 devices [ 0.391930] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393621] NET: Registered protocol family 2 [ 0.394579] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395831] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396981] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398119] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399182] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400332] NET: Registered protocol family 1 [ 0.401183] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402265] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403318] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417322] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431629] Trying to unpack rootfs image as initramfs... [ 0.481852] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495943] Scanning for low memory corruption every 60 seconds [ 0.497273] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498400] audit: initializing netlink subsys (disabled) [ 0.499403] audit: type=2000 audit(1539341975.726:1): initialized [ 0.500686] Initialise system trusted keyring [ 0.501611] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502765] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504709] zbud: loaded [ 0.505402] VFS: Disk quotas dquot_6.6.0 [ 0.506216] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507717] fuse init (API version 7.23) [ 0.508762] Key type big_key registered [ 0.509708] Allocating IMA MOK and blacklist keyrings. [ 0.511006] Key type asymmetric registered [ 0.512007] Asymmetric key parser 'x509' registered [ 0.513127] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515303] io scheduler noop registered [ 0.516287] io scheduler deadline registered (default) [ 0.517496] io scheduler cfq registered [ 0.518488] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519770] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521285] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523051] ACPI: Power Button [PWRF] [ 0.524043] GHES: HEST is not enabled! [ 0.538075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.566508] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.568963] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.598068] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.601669] Linux agpgart interface v0.103 [ 0.604499] brd: module loaded [ 0.605881] loop: module loaded [ 0.611233] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612985] GPT:90111 != 2097151 [ 0.613961] GPT:Alternate GPT header not at the end of the disk. [ 0.615889] GPT:90111 != 2097151 [ 0.617010] GPT: Use GNU Parted to correct GPT errors. [ 0.618597] vda: vda1 vda15 [ 0.621015] scsi host0: ata_piix [ 0.622265] scsi host1: ata_piix [ 0.623425] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.625429] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.628015] libphy: Fixed MDIO Bus: probed [ 0.629374] tun: Universal TUN/TAP device driver, 1.6 [ 0.631088] tun: (C) 1999-2004 Max Krasnyansky [ 0.634322] PPP generic driver version 2.4.2 [ 0.635526] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.636926] ehci-pci: EHCI PCI platform driver [ 0.638007] ehci-platform: EHCI generic platform driver [ 0.639399] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.640904] ohci-pci: OHCI PCI platform driver [ 0.642053] ohci-platform: OHCI generic platform driver [ 0.643389] uhci_hcd: USB Universal Host Controller Interface driver [ 0.658415] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.659732] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.661631] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.662953] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664424] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666121] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667890] usb usb1: Product: UHCI Host Controller [ 0.669167] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670599] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671778] hub 1-0:1.0: USB hub found [ 0.672731] hub 1-0:1.0: 2 ports detected [ 0.673825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.676309] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.677499] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.678757] mousedev: PS/2 mouse device common for all mice [ 0.680265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.682504] rtc_cmos 00:00: RTC can wake from S4 [ 0.683821] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.685275] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.686459] i2c /dev entries driver [ 0.687228] device-mapper: uevent: version 1.0.3 [ 0.688170] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689777] ledtrig-cpu: registered to indicate activity on CPUs [ 0.691047] NET: Registered protocol family 10 [ 0.692037] NET: Registered protocol family 17 [ 0.692919] Key type dns_resolver registered [ 0.693829] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.694917] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696647] registered taskstats version 1 [ 0.697468] Loading compiled-in X.509 certificates [ 0.698900] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.700750] zswap: loaded using pool lzo/zbud [ 0.702615] Key type trusted registered [ 0.704281] Key type encrypted registered [ 0.705094] AppArmor: AppArmor sha1 policy hashing enabled [ 0.706117] ima: No TPM chip found, activating TPM-bypass! [ 0.707160] evm: HMAC attrs: 0x1 [ 0.708094] Magic number: 6:428:982 [ 0.708930] rtc_cmos 00:00: setting system clock to 2018-10-12 10:59:35 UTC (1539341975) [ 0.710522] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.711628] EDD information not available. [ 0.783205] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784724] Write protecting the kernel read-only data: 14336k [ 0.796720] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.798536] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.841599] 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.15 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... 2018-10-12 11:00:37,205 - functest.core.singlevm - DEBUG - try 6: cannot connect to 172.30.9.210: timed out 2018-10-12 11:00:46,214 - functest.core.singlevm - ERROR - cannot connect to 172.30.9.210 2018-10-12 11:00:46,215 - functest.core.singlevm - ERROR - Cannot run vping_ssh Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 427, in run (self.fip, self.ssh) = self.connect(self.sshvm) TypeError: 'NoneType' object is not iterable 2018-10-12 11:00:46,346 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-12 11:00:46,347 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:42 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-10-12 11:00:46,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-12 11:00:46,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/servers/89765784-95b8-45af-85cd-fbb939fdf6b2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 11:00:46,517 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:00: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-62fa7b94-b491-46bc-9fc3-0ba1480aa214 x-compute-request-id: req-62fa7b94-b491-46bc-9fc3-0ba1480aa214 Content-Type: application/json 2018-10-12 11:00:46,517 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/89765784-95b8-45af-85cd-fbb939fdf6b2 used request id req-62fa7b94-b491-46bc-9fc3-0ba1480aa214 2018-10-12 11:00:46,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.164741039276s 2018-10-12 11:00:46,517 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/89765784-95b8-45af-85cd-fbb939fdf6b2 used request id req-62fa7b94-b491-46bc-9fc3-0ba1480aa214 2018-10-12 11:00:46,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:00:46,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 11:00:47,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:00: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-5c181ed4-4af7-4283-949f-f0dc2aeebc11 x-compute-request-id: req-5c181ed4-4af7-4283-949f-f0dc2aeebc11 Content-Encoding: gzip Content-Length: 898 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_171c316d-d9b9-44c7-a0df-fee479dda97c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:de:3f", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:de:3f", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11", "rel": "bookmark"}], "image": {"id": "b46518d6-6a6d-4712-9f1c-97a634a6b80e", "links": [{"href": "http://172.30.9.26:8774/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:59:34.000000", "flavor": {"id": "590d14b4-492a-4eec-86ee-628d2431d0a9", "links": [{"href": "http://172.30.9.26:8774/flavors/590d14b4-492a-4eec-86ee-628d2431d0a9", "rel": "bookmark"}]}, "id": "c63f0a39-e5c9-4d8f-960b-a747c6c6ab11", "security_groups": [{"name": "vping_ssh-sg_171c316d-d9b9-44c7-a0df-fee479dda97c"}], "user_id": "e82f1b9a63454063896b315d28e3d2f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:59:35Z", "hostId": "9c51c3c00d29f9fa99ba5eaf3025b5bd022fa18cc34c2eaa0de4df81", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_171c316d-d9b9-44c7-a0df-fee479dda97c", "name": "vping_ssh-vm_171c316d-d9b9-44c7-a0df-fee479dda97c", "created": "2018-10-12T10:59:29Z", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_171c316d-d9b9-44c7-a0df-fee479dda97c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:ed:fa", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/89765784-95b8-45af-85cd-fbb939fdf6b2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/89765784-95b8-45af-85cd-fbb939fdf6b2", "rel": "bookmark"}], "image": {"id": "b46518d6-6a6d-4712-9f1c-97a634a6b80e", "links": [{"href": "http://172.30.9.26:8774/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:59:22.000000", "flavor": {"id": "590d14b4-492a-4eec-86ee-628d2431d0a9", "links": [{"href": "http://172.30.9.26:8774/flavors/590d14b4-492a-4eec-86ee-628d2431d0a9", "rel": "bookmark"}]}, "id": "89765784-95b8-45af-85cd-fbb939fdf6b2", "security_groups": [{"name": "vping_ssh-sg_171c316d-d9b9-44c7-a0df-fee479dda97c"}], "user_id": "e82f1b9a63454063896b315d28e3d2f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:00:46Z", "hostId": "5ca24e08ba28c6b405e4068eeec998ca92c1262b020aa1c3c9dcc477", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_171c316d-d9b9-44c7-a0df-fee479dda97c", "created": "2018-10-12T10:59:17Z", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:00:47,206 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5c181ed4-4af7-4283-949f-f0dc2aeebc11 2018-10-12 11:00:47,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.688271999359s 2018-10-12 11:00:47,207 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5c181ed4-4af7-4283-949f-f0dc2aeebc11 2018-10-12 11:00:47,209 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-12 11:00:49,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:00:49,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 11:00:49,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:00: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-89f59ce6-f410-4188-b58b-6d18d0da7e1f x-compute-request-id: req-89f59ce6-f410-4188-b58b-6d18d0da7e1f Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_171c316d-d9b9-44c7-a0df-fee479dda97c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:de:3f", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:de:3f", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11", "rel": "bookmark"}], "image": {"id": "b46518d6-6a6d-4712-9f1c-97a634a6b80e", "links": [{"href": "http://172.30.9.26:8774/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:59:34.000000", "flavor": {"id": "590d14b4-492a-4eec-86ee-628d2431d0a9", "links": [{"href": "http://172.30.9.26:8774/flavors/590d14b4-492a-4eec-86ee-628d2431d0a9", "rel": "bookmark"}]}, "id": "c63f0a39-e5c9-4d8f-960b-a747c6c6ab11", "security_groups": [{"name": "vping_ssh-sg_171c316d-d9b9-44c7-a0df-fee479dda97c"}], "user_id": "e82f1b9a63454063896b315d28e3d2f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T10:59:35Z", "hostId": "9c51c3c00d29f9fa99ba5eaf3025b5bd022fa18cc34c2eaa0de4df81", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_171c316d-d9b9-44c7-a0df-fee479dda97c", "name": "vping_ssh-vm_171c316d-d9b9-44c7-a0df-fee479dda97c", "created": "2018-10-12T10:59:29Z", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:00:49,710 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-89f59ce6-f410-4188-b58b-6d18d0da7e1f 2018-10-12 11:00:49,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.498505830765s 2018-10-12 11:00:49,711 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-89f59ce6-f410-4188-b58b-6d18d0da7e1f 2018-10-12 11:00:49,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-12 11:00:49,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 11:00:49,894 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:00: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-8cc80a67-33d7-4aee-b234-03a41a23c6a2 x-compute-request-id: req-8cc80a67-33d7-4aee-b234-03a41a23c6a2 Content-Type: application/json 2018-10-12 11:00:49,895 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11 used request id req-8cc80a67-33d7-4aee-b234-03a41a23c6a2 2018-10-12 11:00:49,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.182126045227s 2018-10-12 11:00:49,895 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11 used request id req-8cc80a67-33d7-4aee-b234-03a41a23c6a2 2018-10-12 11:00:49,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:00:49,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 11:00:50,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:00: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-e483d686-f619-4e32-ae49-4b1d3c9b7a05 x-compute-request-id: req-e483d686-f619-4e32-ae49-4b1d3c9b7a05 Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_171c316d-d9b9-44c7-a0df-fee479dda97c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:de:3f", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:de:3f", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c63f0a39-e5c9-4d8f-960b-a747c6c6ab11", "rel": "bookmark"}], "image": {"id": "b46518d6-6a6d-4712-9f1c-97a634a6b80e", "links": [{"href": "http://172.30.9.26:8774/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T10:59:34.000000", "flavor": {"id": "590d14b4-492a-4eec-86ee-628d2431d0a9", "links": [{"href": "http://172.30.9.26:8774/flavors/590d14b4-492a-4eec-86ee-628d2431d0a9", "rel": "bookmark"}]}, "id": "c63f0a39-e5c9-4d8f-960b-a747c6c6ab11", "security_groups": [{"name": "vping_ssh-sg_171c316d-d9b9-44c7-a0df-fee479dda97c"}], "user_id": "e82f1b9a63454063896b315d28e3d2f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:00:49Z", "hostId": "9c51c3c00d29f9fa99ba5eaf3025b5bd022fa18cc34c2eaa0de4df81", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_171c316d-d9b9-44c7-a0df-fee479dda97c", "name": "vping_ssh-vm_171c316d-d9b9-44c7-a0df-fee479dda97c", "created": "2018-10-12T10:59:29Z", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:00:50,407 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e483d686-f619-4e32-ae49-4b1d3c9b7a05 2018-10-12 11:00:50,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.511815071106s 2018-10-12 11:00:50,408 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-e483d686-f619-4e32-ae49-4b1d3c9b7a05 2018-10-12 11:00:50,409 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-12 11:00:52,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:00:52,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 11:00:52,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:00: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-c31a67cb-be95-491e-8b2c-27e2508b8a2f x-compute-request-id: req-c31a67cb-be95-491e-8b2c-27e2508b8a2f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-12 11:00:52,515 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c31a67cb-be95-491e-8b2c-27e2508b8a2f 2018-10-12 11:00:52,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.103280067444s 2018-10-12 11:00:52,515 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c31a67cb-be95-491e-8b2c-27e2508b8a2f 2018-10-12 11:00:52,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-12 11:00:52,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 11:00:52,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-bb0f3ea7-bc7c-4681-ad10-79640cfce8ca Date: Fri, 12 Oct 2018 11:00:52 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "created_at": "2018-10-12T10:59:13Z", "updated_at": "2018-10-12T10:59:14Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-12T10:59:14Z", "revision_number": 0, "id": "676e1758-6de5-4e3b-9a14-c77fbb3ce27c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:59:14Z", "security_group_id": "4f2877e5-8ebd-4fa2-8393-bbcc409ec343", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "port_range_min": 22, "ethertype": "IPv4", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:59:13Z", "revision_number": 0, "id": "96ac7074-14ab-4125-b345-ff9cb52b48b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:59:13Z", "security_group_id": "4f2877e5-8ebd-4fa2-8393-bbcc409ec343", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "port_range_min": null, "ethertype": "IPv6", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:59:13Z", "revision_number": 0, "id": "98da74c8-7d0f-4181-a431-24649fc7eefc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:59:13Z", "security_group_id": "4f2877e5-8ebd-4fa2-8393-bbcc409ec343", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:59:14Z", "revision_number": 0, "id": "af295015-98d6-4a41-9adb-6c7821f9540e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:59:14Z", "security_group_id": "4f2877e5-8ebd-4fa2-8393-bbcc409ec343", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}], "revision_number": 4, "project_id": "eb22c63bf4124e9c92a1035f01238b08", "id": "4f2877e5-8ebd-4fa2-8393-bbcc409ec343", "name": "vping_ssh-sg_171c316d-d9b9-44c7-a0df-fee479dda97c"}, {"description": "Default security group", "tags": [], "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "created_at": "2018-10-12T10:59:04Z", "updated_at": "2018-10-12T10:59:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:59:04Z", "revision_number": 0, "id": "1d53d4b5-4ca3-45f2-b3c9-31ff6dcdc9d4", "remote_group_id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "remote_ip_prefix": null, "created_at": "2018-10-12T10:59:04Z", "security_group_id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:59:04Z", "revision_number": 0, "id": "72204446-2880-455b-8f35-99971d609e53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:59:04Z", "security_group_id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:59:04Z", "revision_number": 0, "id": "aee31eb7-43f6-4b3c-b2d3-6b6b280e9ff4", "remote_group_id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "remote_ip_prefix": null, "created_at": "2018-10-12T10:59:04Z", "security_group_id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "port_range_min": null, "ethertype": "IPv6", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:59:04Z", "revision_number": 0, "id": "d2581afc-cb25-4495-a54b-6746a4215369", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:59:04Z", "security_group_id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "port_range_min": null, "ethertype": "IPv6", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}], "revision_number": 4, "project_id": "eb22c63bf4124e9c92a1035f01238b08", "id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "name": "default"}]} 2018-10-12 11:00:52,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-bb0f3ea7-bc7c-4681-ad10-79640cfce8ca 2018-10-12 11:00:52,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0560541152954s 2018-10-12 11:00:52,575 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-bb0f3ea7-bc7c-4681-ad10-79640cfce8ca 2018-10-12 11:00:52,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-12 11:00:52,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/security-groups/4f2877e5-8ebd-4fa2-8393-bbcc409ec343.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 11:00:52,779 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c039675b-e5ce-43db-88dd-ff83df2a6e7f Content-Length: 0 Date: Fri, 12 Oct 2018 11:00:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 11:00:52,780 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/4f2877e5-8ebd-4fa2-8393-bbcc409ec343.json used request id req-c039675b-e5ce-43db-88dd-ff83df2a6e7f 2018-10-12 11:00:52,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.201439857483s 2018-10-12 11:00:52,780 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/4f2877e5-8ebd-4fa2-8393-bbcc409ec343.json used request id req-c039675b-e5ce-43db-88dd-ff83df2a6e7f 2018-10-12 11:00:52,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-10-12 11:00:52,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/os-keypairs/vping_ssh-kp_171c316d-d9b9-44c7-a0df-fee479dda97c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 11:00:52,838 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 11:00: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-7804b5c2-08ec-404e-83a2-33ee11b35db1 x-compute-request-id: req-7804b5c2-08ec-404e-83a2-33ee11b35db1 Content-Length: 0 Content-Type: application/json 2018-10-12 11:00:52,838 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/vping_ssh-kp_171c316d-d9b9-44c7-a0df-fee479dda97c used request id req-7804b5c2-08ec-404e-83a2-33ee11b35db1 2018-10-12 11:00:52,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0579850673676s 2018-10-12 11:00:52,839 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/os-keypairs/vping_ssh-kp_171c316d-d9b9-44c7-a0df-fee479dda97c used request id req-7804b5c2-08ec-404e-83a2-33ee11b35db1 2018-10-12 11:00:52,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-10-12 11:00:52,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/5799863b-e7c4-4914-8f20-4b6c26fcfc7e/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}96b4970f765b5f20e3bb3661978b175e0ef5305d" -d '{"subnet_id": "bad01ff4-ed48-4a7b-b547-84144012de29"}' 2018-10-12 11:00:54,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a8803281-a14c-47ce-9e4b-dd8d8ec47e5c Date: Fri, 12 Oct 2018 11:00:54 GMT RESP BODY: {"network_id": "c04bee97-6101-4467-940f-5d2187e8c69d", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "subnet_id": "bad01ff4-ed48-4a7b-b547-84144012de29", "subnet_ids": ["bad01ff4-ed48-4a7b-b547-84144012de29"], "port_id": "d8220371-0267-4770-924a-99b9a80612c0", "id": "5799863b-e7c4-4914-8f20-4b6c26fcfc7e"} 2018-10-12 11:00:54,060 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/5799863b-e7c4-4914-8f20-4b6c26fcfc7e/remove_router_interface.json used request id req-a8803281-a14c-47ce-9e4b-dd8d8ec47e5c 2018-10-12 11:00:54,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.22107386589s 2018-10-12 11:00:54,061 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/5799863b-e7c4-4914-8f20-4b6c26fcfc7e/remove_router_interface.json used request id req-a8803281-a14c-47ce-9e4b-dd8d8ec47e5c returning object 5799863b-e7c4-4914-8f20-4b6c26fcfc7e 2018-10-12 11:00:54,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-10-12 11:00:54,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 11:00:54,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1233 X-Openstack-Request-Id: req-5861ca9c-50b5-4721-b25d-f869a5090273 Date: Fri, 12 Oct 2018 11:00:54 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "created_at": "2018-10-12T10:59:07Z", "admin_state_up": true, "updated_at": "2018-10-12T11:00:53Z", "revision_number": 4, "routes": [], "project_id": "eb22c63bf4124e9c92a1035f01238b08", "id": "5799863b-e7c4-4914-8f20-4b6c26fcfc7e", "name": "vping_ssh-router_171c316d-d9b9-44c7-a0df-fee479dda97c"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "created_at": "2018-10-12T10:59:06Z", "admin_state_up": true, "updated_at": "2018-10-12T10:59:07Z", "revision_number": 2, "routes": [], "project_id": "eb22c63bf4124e9c92a1035f01238b08", "id": "66c0154d-77ff-4182-93e1-5cbe8e2197bb", "name": "vping_ssh-router_171c316d-d9b9-44c7-a0df-fee479dda97c"}]} 2018-10-12 11:00:54,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-5861ca9c-50b5-4721-b25d-f869a5090273 2018-10-12 11:00:54,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.078800201416s 2018-10-12 11:00:54,141 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-5861ca9c-50b5-4721-b25d-f869a5090273 2018-10-12 11:00:54,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-10-12 11:00:54,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/5799863b-e7c4-4914-8f20-4b6c26fcfc7e.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 11:00:55,283 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fe01d7b9-992f-4c23-8dd0-a5657f9ff504 Content-Length: 0 Date: Fri, 12 Oct 2018 11:00:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 11:00:55,283 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/5799863b-e7c4-4914-8f20-4b6c26fcfc7e.json used request id req-fe01d7b9-992f-4c23-8dd0-a5657f9ff504 2018-10-12 11:00:55,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.14097595215s 2018-10-12 11:00:55,283 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/5799863b-e7c4-4914-8f20-4b6c26fcfc7e.json used request id req-fe01d7b9-992f-4c23-8dd0-a5657f9ff504 2018-10-12 11:00:55,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-12 11:00:55,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 11:00:55,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-a00e68cf-8896-4ed4-8244-324e25f198fd Date: Fri, 12 Oct 2018 11:00:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c04bee97-6101-4467-940f-5d2187e8c69d","tenant_id":"eb22c63bf4124e9c92a1035f01238b08","created_at":"2018-10-12T10:59:06Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-12T10:59:06Z","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":"eb22c63bf4124e9c92a1035f01238b08","id":"bad01ff4-ed48-4a7b-b547-84144012de29","subnetpool_id":null,"name":"vping_ssh-subnet_171c316d-d9b9-44c7-a0df-fee479dda97c"}]} 2018-10-12 11:00:55,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-a00e68cf-8896-4ed4-8244-324e25f198fd 2018-10-12 11:00:55,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.195282936096s 2018-10-12 11:00:55,480 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-a00e68cf-8896-4ed4-8244-324e25f198fd 2018-10-12 11:00:55,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-12 11:00:55,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/bad01ff4-ed48-4a7b-b547-84144012de29.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 11:00:57,784 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-09ca95a2-df01-4d13-be91-3744d9e66c75 Date: Fri, 12 Oct 2018 11:00:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 11:00:57,784 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/bad01ff4-ed48-4a7b-b547-84144012de29.json used request id req-09ca95a2-df01-4d13-be91-3744d9e66c75 2018-10-12 11:00:57,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.30314612389s 2018-10-12 11:00:57,784 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/bad01ff4-ed48-4a7b-b547-84144012de29.json used request id req-09ca95a2-df01-4d13-be91-3744d9e66c75 2018-10-12 11:00:57,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-12 11:00:57,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 11:00:57,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-9a835667-555d-436f-b06c-14e83538845b Date: Fri, 12 Oct 2018 11:00:57 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"updated_at":"2018-10-12T10:34:14Z","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-12T11:00:57Z","tenant_id":"eb22c63bf4124e9c92a1035f01238b08","created_at":"2018-10-12T10:59:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"eb22c63bf4124e9c92a1035f01238b08","id":"c04bee97-6101-4467-940f-5d2187e8c69d","name":"vping_ssh-net_171c316d-d9b9-44c7-a0df-fee479dda97c"}]} 2018-10-12 11:00:57,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-9a835667-555d-436f-b06c-14e83538845b 2018-10-12 11:00:57,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.107116937637s 2018-10-12 11:00:57,892 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-9a835667-555d-436f-b06c-14e83538845b 2018-10-12 11:00:57,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-12 11:00:57,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/c04bee97-6101-4467-940f-5d2187e8c69d.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 11:00:59,099 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-94cc7c44-9415-4f05-b4e4-73871844443c Date: Fri, 12 Oct 2018 11:00:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 11:00:59,099 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/c04bee97-6101-4467-940f-5d2187e8c69d.json used request id req-94cc7c44-9415-4f05-b4e4-73871844443c 2018-10-12 11:00:59,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.20536804199s 2018-10-12 11:00:59,099 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/c04bee97-6101-4467-940f-5d2187e8c69d.json used request id req-94cc7c44-9415-4f05-b4e4-73871844443c 2018-10-12 11:00:59,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 11:00:59,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 11:00:59,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-6a989f3c-d0d4-4820-b38e-8ed243692d9f Date: Fri, 12 Oct 2018 11:00:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e/snap", "metadata": {}}], "file": "/v2/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e/file", "owner": "eb22c63bf4124e9c92a1035f01238b08", "id": "b46518d6-6a6d-4712-9f1c-97a634a6b80e", "size": 12716032, "self": "/v2/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T10:59:13Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_171c316d-d9b9-44c7-a0df-fee479dda97c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_171c316d-d9b9-44c7-a0df-fee479dda97c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T10:59:11Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 11:00:59,290 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-6a989f3c-d0d4-4820-b38e-8ed243692d9f 2018-10-12 11:00:59,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.190635919571s 2018-10-12 11:00:59,291 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-6a989f3c-d0d4-4820-b38e-8ed243692d9f 2018-10-12 11:00:59,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-12 11:00:59,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}96b4970f765b5f20e3bb3661978b175e0ef5305d" 2018-10-12 11:01:00,210 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e881025e-1312-4c24-872f-c44332079ee8 Date: Fri, 12 Oct 2018 11:01:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 11:01:00,210 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e used request id req-e881025e-1312-4c24-872f-c44332079ee8 2018-10-12 11:01:00,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.917797803879s 2018-10-12 11:01:00,210 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/b46518d6-6a6d-4712-9f1c-97a634a6b80e used request id req-e881025e-1312-4c24-872f-c44332079ee8 2018-10-12 11:01:00,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-12 11:01:00,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}551bd6bf7c5e3d734aa0b1132952fda00fe80a39" 2018-10-12 11:01:00,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01: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-fec36b21-42a5-4508-81f7-9b3234895255 x-compute-request-id: req-fec36b21-42a5-4508-81f7-9b3234895255 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/590d14b4-492a-4eec-86ee-628d2431d0a9", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/590d14b4-492a-4eec-86ee-628d2431d0a9", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "590d14b4-492a-4eec-86ee-628d2431d0a9", "name": "vping_ssh-flavor_171c316d-d9b9-44c7-a0df-fee479dda97c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-12 11:01:00,240 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-fec36b21-42a5-4508-81f7-9b3234895255 2018-10-12 11:01:00,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0292048454285s 2018-10-12 11:01:00,240 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-fec36b21-42a5-4508-81f7-9b3234895255 2018-10-12 11:01:00,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-12 11:01:00,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/590d14b4-492a-4eec-86ee-628d2431d0a9 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}551bd6bf7c5e3d734aa0b1132952fda00fe80a39" 2018-10-12 11:01:00,301 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 11:01: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-bc015b21-2f5b-49fc-b612-66f7770219e6 x-compute-request-id: req-bc015b21-2f5b-49fc-b612-66f7770219e6 Content-Length: 0 Content-Type: application/json 2018-10-12 11:01:00,301 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/590d14b4-492a-4eec-86ee-628d2431d0a9 used request id req-bc015b21-2f5b-49fc-b612-66f7770219e6 2018-10-12 11:01:00,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0591039657593s 2018-10-12 11:01:00,301 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/590d14b4-492a-4eec-86ee-628d2431d0a9 used request id req-bc015b21-2f5b-49fc-b612-66f7770219e6 2018-10-12 11:01:00,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 11:01:00,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}551bd6bf7c5e3d734aa0b1132952fda00fe80a39" 2018-10-12 11:01:00,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15ee6d4c-bce6-4c11-95c8-2212dea1eadb Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_171c316d-d9b9-44c7-a0df-fee479dda97c", "links": {"self": "http://172.30.9.26:5000/v3/users/e82f1b9a63454063896b315d28e3d2f0"}, "domain_id": "default", "enabled": true, "id": "e82f1b9a63454063896b315d28e3d2f0", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 11:01:00,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-15ee6d4c-bce6-4c11-95c8-2212dea1eadb 2018-10-12 11:01:00,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100526094437s 2018-10-12 11:01:00,403 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-15ee6d4c-bce6-4c11-95c8-2212dea1eadb 2018-10-12 11:01:00,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 11:01:00,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/e82f1b9a63454063896b315d28e3d2f0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}551bd6bf7c5e3d734aa0b1132952fda00fe80a39" 2018-10-12 11:01:00,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58b651ae-d02c-4c47-acfa-508935d88fc1 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/e82f1b9a63454063896b315d28e3d2f0"}, "enabled": true, "id": "e82f1b9a63454063896b315d28e3d2f0", "options": {}, "domain_id": "default", "name": "vping_ssh-user_171c316d-d9b9-44c7-a0df-fee479dda97c"}} 2018-10-12 11:01:00,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/e82f1b9a63454063896b315d28e3d2f0 used request id req-58b651ae-d02c-4c47-acfa-508935d88fc1 2018-10-12 11:01:00,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.098797082901s 2018-10-12 11:01:00,508 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/e82f1b9a63454063896b315d28e3d2f0 used request id req-58b651ae-d02c-4c47-acfa-508935d88fc1 2018-10-12 11:01:00,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-12 11:01:00,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/e82f1b9a63454063896b315d28e3d2f0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}551bd6bf7c5e3d734aa0b1132952fda00fe80a39" 2018-10-12 11:01:00,694 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:01:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c98b4bc-3ca4-4b8a-a9ca-db7bed63a8a5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 11:01:00,694 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/e82f1b9a63454063896b315d28e3d2f0 used request id req-0c98b4bc-3ca4-4b8a-a9ca-db7bed63a8a5 2018-10-12 11:01:00,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.185360908508s 2018-10-12 11:01:00,694 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/e82f1b9a63454063896b315d28e3d2f0 used request id req-0c98b4bc-3ca4-4b8a-a9ca-db7bed63a8a5 2018-10-12 11:01:00,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 11:01:00,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}551bd6bf7c5e3d734aa0b1132952fda00fe80a39" 2018-10-12 11:01:00,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74398488-3a1c-4b1c-b542-3403734de708 Content-Encoding: gzip Content-Length: 376 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.26:5000/v3/projects/eb22c63bf4124e9c92a1035f01238b08"}, "enabled": true, "id": "eb22c63bf4124e9c92a1035f01238b08", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_171c316d-d9b9-44c7-a0df-fee479dda97c"}]} 2018-10-12 11:01:00,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-74398488-3a1c-4b1c-b542-3403734de708 2018-10-12 11:01:00,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0852081775665s 2018-10-12 11:01:00,780 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-74398488-3a1c-4b1c-b542-3403734de708 2018-10-12 11:01:00,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-12 11:01:00,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/eb22c63bf4124e9c92a1035f01238b08 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}551bd6bf7c5e3d734aa0b1132952fda00fe80a39" 2018-10-12 11:01:00,969 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:01:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7db7aef9-ed60-44c2-b8a4-4f206f6132c1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 11:01:00,969 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/eb22c63bf4124e9c92a1035f01238b08 used request id req-7db7aef9-ed60-44c2-b8a4-4f206f6132c1 2018-10-12 11:01:00,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.186996936798s 2018-10-12 11:01:00,970 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/eb22c63bf4124e9c92a1035f01238b08 used request id req-7db7aef9-ed60-44c2-b8a4-4f206f6132c1 2018-10-12 11:01:00,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:01:00,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}551bd6bf7c5e3d734aa0b1132952fda00fe80a39" 2018-10-12 11:01:01,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43c64803-f81c-4bfe-b587-63bf4cceef5c Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "feecfc36f90041a3a54ba1e9df0bef20", "links": {"self": "http://172.30.9.26:5000/v3/roles/feecfc36f90041a3a54ba1e9df0bef20"}, "name": "Member"}]} 2018-10-12 11:01:01,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-43c64803-f81c-4bfe-b587-63bf4cceef5c 2018-10-12 11:01:01,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0824980735779s 2018-10-12 11:01:01,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-12 11:01:01,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/feecfc36f90041a3a54ba1e9df0bef20 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}551bd6bf7c5e3d734aa0b1132952fda00fe80a39" 2018-10-12 11:01:01,155 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:01:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e084f39-c4a4-4085-8d58-331ee8650a61 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 11:01:01,155 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/feecfc36f90041a3a54ba1e9df0bef20 used request id req-9e084f39-c4a4-4085-8d58-331ee8650a61 2018-10-12 11:01:01,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.101116895676s 2018-10-12 11:01:01,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-12 11:01:01,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/security-groups.json?project_id=eb22c63bf4124e9c92a1035f01238b08&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}551bd6bf7c5e3d734aa0b1132952fda00fe80a39" 2018-10-12 11:01:01,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-fcde88d8-0f8e-47aa-9b6c-b7c07b42d354 Date: Fri, 12 Oct 2018 11:01:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "created_at": "2018-10-12T10:59:04Z", "updated_at": "2018-10-12T10:59:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:59:04Z", "revision_number": 0, "id": "1d53d4b5-4ca3-45f2-b3c9-31ff6dcdc9d4", "remote_group_id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "remote_ip_prefix": null, "created_at": "2018-10-12T10:59:04Z", "security_group_id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:59:04Z", "revision_number": 0, "id": "72204446-2880-455b-8f35-99971d609e53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:59:04Z", "security_group_id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:59:04Z", "revision_number": 0, "id": "aee31eb7-43f6-4b3c-b2d3-6b6b280e9ff4", "remote_group_id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "remote_ip_prefix": null, "created_at": "2018-10-12T10:59:04Z", "security_group_id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "port_range_min": null, "ethertype": "IPv6", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:59:04Z", "revision_number": 0, "id": "d2581afc-cb25-4495-a54b-6746a4215369", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:59:04Z", "security_group_id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "port_range_min": null, "ethertype": "IPv6", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}], "revision_number": 4, "project_id": "eb22c63bf4124e9c92a1035f01238b08", "id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "name": "default"}]} 2018-10-12 11:01:01,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=eb22c63bf4124e9c92a1035f01238b08&name=default used request id req-fcde88d8-0f8e-47aa-9b6c-b7c07b42d354 2018-10-12 11:01:01,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.183804988861s 2018-10-12 11:01:01,343 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=eb22c63bf4124e9c92a1035f01238b08&name=default used request id req-fcde88d8-0f8e-47aa-9b6c-b7c07b42d354 2018-10-12 11:01:01,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-12 11:01:01,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}551bd6bf7c5e3d734aa0b1132952fda00fe80a39" 2018-10-12 11:01:01,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-966cac7e-f46c-44de-9616-729a63f9ec81 Date: Fri, 12 Oct 2018 11:01:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "updated_at": "2018-10-12T10:34:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "c6536286-1efd-4324-bff2-83bf4e288f74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "652ffd7b-44c1-45ae-bacb-d752209f00a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "2ae4f47a-860c-4316-ac71-26a7138a332b", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "d00fd409-954d-4a7e-b2ce-3b8e9364f9b2", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}], "revision_number": 4, "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "665a8bea-d7bf-418c-8720-ca198157c68e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "updated_at": "2018-10-12T10:44:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "03a7346d-e81e-42f1-90d8-2d77a0e34ff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "3051e92e-adfd-43d1-8ad4-a37e12b00332", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "25484a0d-c36c-4968-8497-2fab34786f38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "c8cd6bce-c3f0-4e98-afd5-635192d18ba4", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 4, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "updated_at": "2018-10-12T10:47:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "bdbe928d-b791-4fc6-90ae-6c3615c86e98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "d081a0eb-165e-4df4-84c6-1cc829e521cc", "remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "9f341cb7-083b-4329-bca3-1a395a91d0be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "949496b4-b497-4a18-b6fe-e484eb4cd872", "remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7a87eb57-d271-422f-a9cd-14b017359d35", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "created_at": "2018-10-12T10:59:04Z", "updated_at": "2018-10-12T10:59:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:59:04Z", "revision_number": 0, "id": "d2581afc-cb25-4495-a54b-6746a4215369", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:59:04Z", "security_group_id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "port_range_min": null, "ethertype": "IPv6", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:59:04Z", "revision_number": 0, "id": "aee31eb7-43f6-4b3c-b2d3-6b6b280e9ff4", "remote_group_id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "remote_ip_prefix": null, "created_at": "2018-10-12T10:59:04Z", "security_group_id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "port_range_min": null, "ethertype": "IPv6", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:59:04Z", "revision_number": 0, "id": "1d53d4b5-4ca3-45f2-b3c9-31ff6dcdc9d4", "remote_group_id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "remote_ip_prefix": null, "created_at": "2018-10-12T10:59:04Z", "security_group_id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:59:04Z", "revision_number": 0, "id": "72204446-2880-455b-8f35-99971d609e53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:59:04Z", "security_group_id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}], "revision_number": 4, "project_id": "eb22c63bf4124e9c92a1035f01238b08", "id": "d5936dff-0afc-4403-9747-4b67282cc3ee", "name": "default"}]} 2018-10-12 11:01:01,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-966cac7e-f46c-44de-9616-729a63f9ec81 2018-10-12 11:01:01,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.202545166016s 2018-10-12 11:01:01,549 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-966cac7e-f46c-44de-9616-729a63f9ec81 2018-10-12 11:01:01,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-12 11:01:01,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/security-groups/d5936dff-0afc-4403-9747-4b67282cc3ee.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}551bd6bf7c5e3d734aa0b1132952fda00fe80a39" 2018-10-12 11:01:01,884 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c7ae959d-0054-43e3-8327-4bc20a0afef7 Content-Length: 0 Date: Fri, 12 Oct 2018 11:01:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 11:01:01,884 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/d5936dff-0afc-4403-9747-4b67282cc3ee.json used request id req-c7ae959d-0054-43e3-8327-4bc20a0afef7 2018-10-12 11:01:01,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.330935955048s 2018-10-12 11:01:01,884 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/d5936dff-0afc-4403-9747-4b67282cc3ee.json used request id req-c7ae959d-0054-43e3-8327-4bc20a0afef7 2018-10-12 11:01:01,884 - xtesting.ci.run_tests - ERROR - The test case 'vping_ssh' failed. 2018-10-12 11:01:01,931 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-10-12 11:01:01,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 11:01:01,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 11:01:01,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 11:01:01,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 11:01:01,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 11:01:01,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 11:01:01,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 11:01:01,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 11:01:01,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 11:01:01,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 11:01:01,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 11:01:01,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 11:01:01,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 11:01:01,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 11:01:01,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 11:01:01,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 11:01:01,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 11:01:01,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 11:01:01,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 11:01:01,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 11:01:01,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 11:01:01,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 11:01:01,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 11:01:01,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 11:01:01,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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-10-12 11:01:01,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-654b3b69-3cf6-4978-8ba9-6d3c1e60748e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 11:01:01,999 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-654b3b69-3cf6-4978-8ba9-6d3c1e60748e 2018-10-12 11:01:02,000 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 11:01:02,380 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T12:01:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["BLqkujWYR-ynJGKFsHswtg"], "issued_at": "2018-10-12T11:01:02.000000Z"}} 2018-10-12 11:01:02,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-12 11:01:02,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}907cae93d48d7ffd05fa804c92804a2e122cc6f3" 2018-10-12 11:01:02,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-231e99e2-ef88-41bc-813d-e2f41f4f901d Date: Fri, 12 Oct 2018 11:01:02 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"}]} 2018-10-12 11:01:02,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-231e99e2-ef88-41bc-813d-e2f41f4f901d 2018-10-12 11:01:02,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.223418951035s 2018-10-12 11:01:02,607 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-231e99e2-ef88-41bc-813d-e2f41f4f901d 2018-10-12 11:01:02,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-12 11:01:02,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}907cae93d48d7ffd05fa804c92804a2e122cc6f3" 2018-10-12 11:01:02,612 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 11:01: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 11:01:02,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907cae93d48d7ffd05fa804c92804a2e122cc6f3" 2018-10-12 11:01:02,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0246f70-7538-4b7b-99b3-d1a43bcc78e5 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/4c63915287d940839daec75dc8b59ff1"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4c63915287d940839daec75dc8b59ff1"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-10-12 11:01:02,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-d0246f70-7538-4b7b-99b3-d1a43bcc78e5 2018-10-12 11:01:02,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0850260257721s 2018-10-12 11:01:02,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-12 11:01:02,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}907cae93d48d7ffd05fa804c92804a2e122cc6f3" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_02cc7057-2279-4565-9b73-089af11247cc"}}' 2018-10-12 11:01:02,854 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 11:01:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-386ea4d6-d51e-4f56-8d15-6d1a0909ef4c 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.26:5000/v3/projects/0c50be0240f64ef3b914a3972302a62c"}, "enabled": true, "id": "0c50be0240f64ef3b914a3972302a62c", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_02cc7057-2279-4565-9b73-089af11247cc"}} 2018-10-12 11:01:02,854 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-386ea4d6-d51e-4f56-8d15-6d1a0909ef4c 2018-10-12 11:01:02,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.161155939102s 2018-10-12 11:01:02,855 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-386ea4d6-d51e-4f56-8d15-6d1a0909ef4c 2018-10-12 11:01:02,855 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_02cc7057-2279-4565-9b73-089af11247cc', 'id': u'0c50be0240f64ef3b914a3972302a62c', '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-10-12 11:01:02,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-12 11:01:03,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.367384910583s 2018-10-12 11:01:03,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/8cf27cf70d7f45f79c406d3bcc85b77d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907cae93d48d7ffd05fa804c92804a2e122cc6f3" 2018-10-12 11:01:03,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a3b75b0-72c8-484f-9401-197ceadee978 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/8cf27cf70d7f45f79c406d3bcc85b77d"}, "enabled": true, "id": "8cf27cf70d7f45f79c406d3bcc85b77d", "options": {}, "domain_id": "default", "name": "vping_userdata-user_02cc7057-2279-4565-9b73-089af11247cc"}} 2018-10-12 11:01:03,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/8cf27cf70d7f45f79c406d3bcc85b77d used request id req-8a3b75b0-72c8-484f-9401-197ceadee978 2018-10-12 11:01:03,384 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'8cf27cf70d7f45f79c406d3bcc85b77d', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_02cc7057-2279-4565-9b73-089af11247cc'}) 2018-10-12 11:01:03,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:01:03,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907cae93d48d7ffd05fa804c92804a2e122cc6f3" 2018-10-12 11:01:03,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd8d12d8-bb8d-4519-ae6c-1c855aa73831 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 11:01:03,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-fd8d12d8-bb8d-4519-ae6c-1c855aa73831 2018-10-12 11:01:03,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0773010253906s 2018-10-12 11:01:03,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:01:03,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907cae93d48d7ffd05fa804c92804a2e122cc6f3" 2018-10-12 11:01:03,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c9f6976-8217-4f56-b47b-9a469e648c6e Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 11:01:03,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-6c9f6976-8217-4f56-b47b-9a469e648c6e 2018-10-12 11:01:03,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0770969390869s 2018-10-12 11:01:03,541 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-12 11:01:03,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-12 11:01:03,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907cae93d48d7ffd05fa804c92804a2e122cc6f3" -d '{"role": {"name": "Member"}}' 2018-10-12 11:01:03,648 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 11:01:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dccaabd7-5d1f-4395-9c19-f48d2e725c5a Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3f0a37d8dee54a6ab04f68904fb315a6", "links": {"self": "http://172.30.9.26:5000/v3/roles/3f0a37d8dee54a6ab04f68904fb315a6"}, "name": "Member"}} 2018-10-12 11:01:03,648 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-dccaabd7-5d1f-4395-9c19-f48d2e725c5a 2018-10-12 11:01:03,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.10631608963s 2018-10-12 11:01:03,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/3f0a37d8dee54a6ab04f68904fb315a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907cae93d48d7ffd05fa804c92804a2e122cc6f3" 2018-10-12 11:01:03,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cb6ec10-4cbd-495b-b3b3-cf89f22a4302 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/3f0a37d8dee54a6ab04f68904fb315a6"}, "domain_id": null, "name": "Member", "id": "3f0a37d8dee54a6ab04f68904fb315a6"}} 2018-10-12 11:01:03,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/3f0a37d8dee54a6ab04f68904fb315a6 used request id req-1cb6ec10-4cbd-495b-b3b3-cf89f22a4302 2018-10-12 11:01:03,663 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/3f0a37d8dee54a6ab04f68904fb315a6'}, 'domain_id': None, 'human_id': None, 'id': u'3f0a37d8dee54a6ab04f68904fb315a6', 'HUMAN_ID': False}) 2018-10-12 11:01:03,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:01:03,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907cae93d48d7ffd05fa804c92804a2e122cc6f3" 2018-10-12 11:01:03,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6df159de-07bb-4b57-b511-4d7c82f3bf91 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "3f0a37d8dee54a6ab04f68904fb315a6", "links": {"self": "http://172.30.9.26:5000/v3/roles/3f0a37d8dee54a6ab04f68904fb315a6"}, "name": "Member"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 11:01:03,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-6df159de-07bb-4b57-b511-4d7c82f3bf91 2018-10-12 11:01:03,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0756778717041s 2018-10-12 11:01:03,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-12 11:01:03,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907cae93d48d7ffd05fa804c92804a2e122cc6f3" 2018-10-12 11:01:03,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afd36c62-614f-49b6-a8f4-94b0ea0cab3c Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 11:01:03,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-afd36c62-614f-49b6-a8f4-94b0ea0cab3c 2018-10-12 11:01:03,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0814769268036s 2018-10-12 11:01:03,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 11:01:03,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}907cae93d48d7ffd05fa804c92804a2e122cc6f3" 2018-10-12 11:01:03,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ba10a50-eb45-45a3-9c7a-f589c5e78d60 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_02cc7057-2279-4565-9b73-089af11247cc", "links": {"self": "http://172.30.9.26:5000/v3/users/8cf27cf70d7f45f79c406d3bcc85b77d"}, "domain_id": "default", "enabled": true, "id": "8cf27cf70d7f45f79c406d3bcc85b77d", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 11:01:03,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-3ba10a50-eb45-45a3-9c7a-f589c5e78d60 2018-10-12 11:01:03,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0933980941772s 2018-10-12 11:01:03,917 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-3ba10a50-eb45-45a3-9c7a-f589c5e78d60 2018-10-12 11:01:03,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 11:01:03,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}907cae93d48d7ffd05fa804c92804a2e122cc6f3" 2018-10-12 11:01:03,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57f2afc5-c419-48b1-b955-951fda6ad1af Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.26:5000/v3/projects/0c50be0240f64ef3b914a3972302a62c"}, "enabled": true, "id": "0c50be0240f64ef3b914a3972302a62c", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_02cc7057-2279-4565-9b73-089af11247cc"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-12 11:01:03,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-57f2afc5-c419-48b1-b955-951fda6ad1af 2018-10-12 11:01:03,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0737609863281s 2018-10-12 11:01:03,998 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-57f2afc5-c419-48b1-b955-951fda6ad1af 2018-10-12 11:01:04,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-12 11:01:04,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=8cf27cf70d7f45f79c406d3bcc85b77d&scope.project.id=0c50be0240f64ef3b914a3972302a62c&role.id=3f0a37d8dee54a6ab04f68904fb315a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907cae93d48d7ffd05fa804c92804a2e122cc6f3" 2018-10-12 11:01:04,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1eabb242-f647-4c4d-b680-a6eb0f563649 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=8cf27cf70d7f45f79c406d3bcc85b77d&scope.project.id=0c50be0240f64ef3b914a3972302a62c&role.id=3f0a37d8dee54a6ab04f68904fb315a6", "previous": null, "next": null}} 2018-10-12 11:01:04,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=8cf27cf70d7f45f79c406d3bcc85b77d&scope.project.id=0c50be0240f64ef3b914a3972302a62c&role.id=3f0a37d8dee54a6ab04f68904fb315a6 used request id req-1eabb242-f647-4c4d-b680-a6eb0f563649 2018-10-12 11:01:04,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0791020393372s 2018-10-12 11:01:04,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-12 11:01:04,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/0c50be0240f64ef3b914a3972302a62c/users/8cf27cf70d7f45f79c406d3bcc85b77d/roles/3f0a37d8dee54a6ab04f68904fb315a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907cae93d48d7ffd05fa804c92804a2e122cc6f3" 2018-10-12 11:01:04,285 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:01:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0fe0857-b928-40f0-a736-0d35993f80bb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 11:01:04,285 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/0c50be0240f64ef3b914a3972302a62c/users/8cf27cf70d7f45f79c406d3bcc85b77d/roles/3f0a37d8dee54a6ab04f68904fb315a6 used request id req-e0fe0857-b928-40f0-a736-0d35993f80bb 2018-10-12 11:01:04,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.205446958542s 2018-10-12 11:01:04,286 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_02cc7057-2279-4565-9b73-089af11247cc', 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': 'ce290f41-5c21-424a-ae8d-4eabdb8c9a55', 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_02cc7057-2279-4565-9b73-089af11247cc', 'project_id': u'0c50be0240f64ef3b914a3972302a62c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-12 11:01:04,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 11:01:04,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 11:01:04,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 11:01:04,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 11:01:04,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 11:01:04,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 11:01:04,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 11:01:04,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 11:01:04,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 11:01:04,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 11:01:04,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 11:01:04,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 11:01:04,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 11:01:04,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 11:01:04,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 11:01:04,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 11:01:04,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 11:01:04,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 11:01:04,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 11:01:04,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 11:01:04,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 11:01:04,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 11:01:04,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 11:01:04,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 11:01:04,291 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_02cc7057-2279-4565-9b73-089af11247cc', 'password': 'ce290f41-5c21-424a-ae8d-4eabdb8c9a55', 'project_name': 'vping_userdata-project_02cc7057-2279-4565-9b73-089af11247cc', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '0c50be0240f64ef3b914a3972302a62c', 'project_domain_name': 'Default'} 2018-10-12 11:01:04,291 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-10-12 11:01:04,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-12 11:01:04,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907cae93d48d7ffd05fa804c92804a2e122cc6f3" 2018-10-12 11:01:04,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f618a792-8c94-4c73-815b-2aab6b3014b4 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/4c63915287d940839daec75dc8b59ff1"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4c63915287d940839daec75dc8b59ff1"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-10-12 11:01:04,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-f618a792-8c94-4c73-815b-2aab6b3014b4 2018-10-12 11:01:04,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0756139755249s 2018-10-12 11:01:04,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 11:01:04,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}907cae93d48d7ffd05fa804c92804a2e122cc6f3" 2018-10-12 11:01:04,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-716883e6-1f2a-40f9-85f5-cbcd931259b5 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.26:5000/v3/projects/0c50be0240f64ef3b914a3972302a62c"}, "enabled": true, "id": "0c50be0240f64ef3b914a3972302a62c", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_02cc7057-2279-4565-9b73-089af11247cc"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-12 11:01:04,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-716883e6-1f2a-40f9-85f5-cbcd931259b5 2018-10-12 11:01:04,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0786459445953s 2018-10-12 11:01:04,448 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-716883e6-1f2a-40f9-85f5-cbcd931259b5 2018-10-12 11:01:04,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-12 11:01:04,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}907cae93d48d7ffd05fa804c92804a2e122cc6f3" -d '{"network": {"tenant_id": "0c50be0240f64ef3b914a3972302a62c", "name": "vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc", "admin_state_up": true}}' 2018-10-12 11:01:04,981 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-3ab0a441-cc0f-477d-8890-4cb9de9c8cec Date: Fri, 12 Oct 2018 11:01: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":"20906289-9875-4bab-b0ee-f7361836a54e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0c50be0240f64ef3b914a3972302a62c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T11:01:04Z","is_default":false,"provider:segmentation_id":68,"name":"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc","admin_state_up":true,"tenant_id":"0c50be0240f64ef3b914a3972302a62c","created_at":"2018-10-12T11:01:04Z","mtu":1450}} 2018-10-12 11:01:04,981 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-3ab0a441-cc0f-477d-8890-4cb9de9c8cec 2018-10-12 11:01:04,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.529406070709s 2018-10-12 11:01:04,981 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-3ab0a441-cc0f-477d-8890-4cb9de9c8cec 2018-10-12 11:01:04,982 - 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-10-12T11:01:04Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'20906289-9875-4bab-b0ee-f7361836a54e', u'provider:segmentation_id': 68, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc', u'admin_state_up': True, u'tenant_id': u'0c50be0240f64ef3b914a3972302a62c', u'created_at': u'2018-10-12T11:01:04Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0c50be0240f64ef3b914a3972302a62c'}) 2018-10-12 11:01:04,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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-10-12 11:01:04,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2797d93b-eb1c-403b-a3f2-4cd532e37fa8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 11:01:04,989 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2797d93b-eb1c-403b-a3f2-4cd532e37fa8 2018-10-12 11:01:04,990 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 11:01:05,363 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3f0a37d8dee54a6ab04f68904fb315a6", "name": "Member"}], "expires_at": "2018-10-12T12:01:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c50be0240f64ef3b914a3972302a62c", "name": "vping_userdata-project_02cc7057-2279-4565-9b73-089af11247cc"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/0c50be0240f64ef3b914a3972302a62c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/0c50be0240f64ef3b914a3972302a62c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/0c50be0240f64ef3b914a3972302a62c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/0c50be0240f64ef3b914a3972302a62c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/0c50be0240f64ef3b914a3972302a62c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/0c50be0240f64ef3b914a3972302a62c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/0c50be0240f64ef3b914a3972302a62c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/0c50be0240f64ef3b914a3972302a62c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/0c50be0240f64ef3b914a3972302a62c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0c50be0240f64ef3b914a3972302a62c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/0c50be0240f64ef3b914a3972302a62c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/0c50be0240f64ef3b914a3972302a62c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_02cc7057-2279-4565-9b73-089af11247cc", "id": "8cf27cf70d7f45f79c406d3bcc85b77d"}, "audit_ids": ["moqNtPUoRFOGmXGCgxkqTw"], "issued_at": "2018-10-12T11:01:05.000000Z"}} 2018-10-12 11:01:05,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-12 11:01:05,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:05,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-2df61b7a-0469-4a29-b366-918089e62c50 Date: Fri, 12 Oct 2018 11:01:05 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-10-12T11:01:04Z","tenant_id":"0c50be0240f64ef3b914a3972302a62c","created_at":"2018-10-12T11:01:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"0c50be0240f64ef3b914a3972302a62c","id":"20906289-9875-4bab-b0ee-f7361836a54e","name":"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"updated_at":"2018-10-12T10:34:14Z","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","name":"external"}]} 2018-10-12 11:01:05,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-2df61b7a-0469-4a29-b366-918089e62c50 2018-10-12 11:01:05,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.250617027283s 2018-10-12 11:01:05,617 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-2df61b7a-0469-4a29-b366-918089e62c50 2018-10-12 11:01:05,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-12 11:01:05,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" -d '{"subnet": {"name": "vping_userdata-subnet_02cc7057-2279-4565-9b73-089af11247cc", "enable_dhcp": true, "network_id": "20906289-9875-4bab-b0ee-f7361836a54e", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-10-12 11:01:06,441 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8ec3507c-5eee-4136-b95c-78881eb9adc7 Date: Fri, 12 Oct 2018 11:01:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20906289-9875-4bab-b0ee-f7361836a54e","tenant_id":"0c50be0240f64ef3b914a3972302a62c","created_at":"2018-10-12T11:01:06Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-12T11:01:06Z","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":"0c50be0240f64ef3b914a3972302a62c","id":"401565d0-9026-438c-88df-11f6b725a1bf","subnetpool_id":null,"name":"vping_userdata-subnet_02cc7057-2279-4565-9b73-089af11247cc"}} 2018-10-12 11:01:06,442 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-8ec3507c-5eee-4136-b95c-78881eb9adc7 2018-10-12 11:01:06,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.822978019714s 2018-10-12 11:01:06,442 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-8ec3507c-5eee-4136-b95c-78881eb9adc7 2018-10-12 11:01:06,442 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-12T11:01:06Z', 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'401565d0-9026-438c-88df-11f6b725a1bf', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_02cc7057-2279-4565-9b73-089af11247cc', u'enable_dhcp': True, u'network_id': u'20906289-9875-4bab-b0ee-f7361836a54e', u'tenant_id': u'0c50be0240f64ef3b914a3972302a62c', u'created_at': u'2018-10-12T11:01:06Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'0c50be0240f64ef3b914a3972302a62c'}) 2018-10-12 11:01:06,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-12 11:01:06,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" -d '{"router": {"external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2"}, "name": "vping_userdata-router_02cc7057-2279-4565-9b73-089af11247cc", "admin_state_up": true}}' 2018-10-12 11:01:07,540 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-9e1ea6a7-c111-4663-adcf-10f04be4646e Date: Fri, 12 Oct 2018 11:01:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "created_at": "2018-10-12T11:01:06Z", "admin_state_up": true, "updated_at": "2018-10-12T11:01:07Z", "revision_number": 2, "routes": [], "project_id": "0c50be0240f64ef3b914a3972302a62c", "id": "d9e14e8a-a760-406b-a2dd-8367f9307f08", "name": "vping_userdata-router_02cc7057-2279-4565-9b73-089af11247cc"}} 2018-10-12 11:01:07,540 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-9e1ea6a7-c111-4663-adcf-10f04be4646e 2018-10-12 11:01:07,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.09736609459s 2018-10-12 11:01:07,541 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-9e1ea6a7-c111-4663-adcf-10f04be4646e 2018-10-12 11:01:07,541 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'71fc6d74-b5f7-4beb-b556-59bef5906bb2', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'82a08d1b-7ae3-4f90-92ce-135e5b7a8821', u'ip_address': u'172.30.9.216'}]}, u'description': u'', u'tags': [], u'tenant_id': u'0c50be0240f64ef3b914a3972302a62c', u'created_at': u'2018-10-12T11:01:06Z', u'admin_state_up': True, u'updated_at': u'2018-10-12T11:01:07Z', u'revision_number': 2, u'routes': [], u'project_id': u'0c50be0240f64ef3b914a3972302a62c', u'id': u'd9e14e8a-a760-406b-a2dd-8367f9307f08', u'name': u'vping_userdata-router_02cc7057-2279-4565-9b73-089af11247cc'}) 2018-10-12 11:01:07,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-10-12 11:01:07,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/d9e14e8a-a760-406b-a2dd-8367f9307f08/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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" -d '{"subnet_id": "401565d0-9026-438c-88df-11f6b725a1bf"}' 2018-10-12 11:01:09,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5bf13f2c-03bd-46f6-951b-e1b881d8c54e Date: Fri, 12 Oct 2018 11:01:09 GMT RESP BODY: {"network_id": "20906289-9875-4bab-b0ee-f7361836a54e", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "subnet_id": "401565d0-9026-438c-88df-11f6b725a1bf", "subnet_ids": ["401565d0-9026-438c-88df-11f6b725a1bf"], "port_id": "af4548ed-13d2-4852-82a3-7e05f9a84532", "id": "d9e14e8a-a760-406b-a2dd-8367f9307f08"} 2018-10-12 11:01:09,719 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/d9e14e8a-a760-406b-a2dd-8367f9307f08/add_router_interface.json used request id req-5bf13f2c-03bd-46f6-951b-e1b881d8c54e 2018-10-12 11:01:09,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.17749381065s 2018-10-12 11:01:09,720 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/d9e14e8a-a760-406b-a2dd-8367f9307f08/add_router_interface.json used request id req-5bf13f2c-03bd-46f6-951b-e1b881d8c54e returning object d9e14e8a-a760-406b-a2dd-8367f9307f08 2018-10-12 11:01:09,720 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-12 11:01:09,851 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-12 11:01:09,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:09,858 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 12 Oct 2018 11:01:09 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-10-12 11:01:09,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 11:01:09,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:10,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-22b60040-23cf-4f09-9b75-7aa0bb6fb8fd Date: Fri, 12 Oct 2018 11:01:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 11:01:10,041 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-22b60040-23cf-4f09-9b75-7aa0bb6fb8fd 2018-10-12 11:01:10,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.179491996765s 2018-10-12 11:01:10,041 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-22b60040-23cf-4f09-9b75-7aa0bb6fb8fd 2018-10-12 11:01:10,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-12 11:01:10,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_02cc7057-2279-4565-9b73-089af11247cc", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_02cc7057-2279-4565-9b73-089af11247cc"}' 2018-10-12 11:01:10,298 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/2615ff7d-47aa-4884-82b1-53664db8dc04 X-Openstack-Request-Id: req-70158b9e-1251-4164-bc95-0c39d229348b Date: Fri, 12 Oct 2018 11:01:10 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/2615ff7d-47aa-4884-82b1-53664db8dc04/file", "owner": "0c50be0240f64ef3b914a3972302a62c", "id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "size": null, "self": "/v2/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T11:01:10Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_02cc7057-2279-4565-9b73-089af11247cc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_02cc7057-2279-4565-9b73-089af11247cc", "checksum": null, "created_at": "2018-10-12T11:01:10Z", "protected": false} 2018-10-12 11:01:10,298 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-70158b9e-1251-4164-bc95-0c39d229348b 2018-10-12 11:01:10,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.255223989487s 2018-10-12 11:01:10,299 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-70158b9e-1251-4164-bc95-0c39d229348b returning object 2615ff7d-47aa-4884-82b1-53664db8dc04 2018-10-12 11:01:10,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-12 11:01:10,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/2615ff7d-47aa-4884-82b1-53664db8dc04/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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" -d '' 2018-10-12 11:01:12,406 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a011e9a4-b5d2-4e0b-85e5-88f00d865477 Date: Fri, 12 Oct 2018 11:01:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 11:01:12,406 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/2615ff7d-47aa-4884-82b1-53664db8dc04/file used request id req-a011e9a4-b5d2-4e0b-85e5-88f00d865477 2018-10-12 11:01:12,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.10635519028s 2018-10-12 11:01:12,406 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/2615ff7d-47aa-4884-82b1-53664db8dc04/file used request id req-a011e9a4-b5d2-4e0b-85e5-88f00d865477 2018-10-12 11:01:12,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 11:01:12,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:12,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-40aa0310-5d3b-4286-9e73-3f006b7a8af5 Date: Fri, 12 Oct 2018 11:01:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/2615ff7d-47aa-4884-82b1-53664db8dc04/snap", "metadata": {}}], "file": "/v2/images/2615ff7d-47aa-4884-82b1-53664db8dc04/file", "owner": "0c50be0240f64ef3b914a3972302a62c", "id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "size": 12716032, "self": "/v2/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/2615ff7d-47aa-4884-82b1-53664db8dc04/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T11:01:12Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_02cc7057-2279-4565-9b73-089af11247cc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_02cc7057-2279-4565-9b73-089af11247cc", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T11:01:10Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 11:01:12,572 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-40aa0310-5d3b-4286-9e73-3f006b7a8af5 2018-10-12 11:01:12,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.165623903275s 2018-10-12 11:01:12,573 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-40aa0310-5d3b-4286-9e73-3f006b7a8af5 2018-10-12 11:01:12,575 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/2615ff7d-47aa-4884-82b1-53664db8dc04/snap', u'metadata': Munch({})})], 'file': u'/v2/images/2615ff7d-47aa-4884-82b1-53664db8dc04/file', 'owner': u'0c50be0240f64ef3b914a3972302a62c', 'id': u'2615ff7d-47aa-4884-82b1-53664db8dc04', 'size': 12716032, u'self': u'/v2/images/2615ff7d-47aa-4884-82b1-53664db8dc04', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0c50be0240f64ef3b914a3972302a62c', 'name': 'vping_userdata-project_02cc7057-2279-4565-9b73-089af11247cc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/2615ff7d-47aa-4884-82b1-53664db8dc04/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-12T11:01:12Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-12T11:01:12Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_02cc7057-2279-4565-9b73-089af11247cc', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/2615ff7d-47aa-4884-82b1-53664db8dc04', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_02cc7057-2279-4565-9b73-089af11247cc', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_02cc7057-2279-4565-9b73-089af11247cc', 'created': u'2018-10-12T11:01:10Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-12T11:01:10Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/2615ff7d-47aa-4884-82b1-53664db8dc04', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_02cc7057-2279-4565-9b73-089af11247cc', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-12 11:01:12,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-12 11:01:12,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}907cae93d48d7ffd05fa804c92804a2e122cc6f3" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_02cc7057-2279-4565-9b73-089af11247cc", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-12 11:01:12,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01: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-75c49551-139e-437a-af9f-a2e7d1cab0a8 x-compute-request-id: req-75c49551-139e-437a-af9f-a2e7d1cab0a8 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "name": "vping_userdata-flavor_02cc7057-2279-4565-9b73-089af11247cc", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 11:01:12,777 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-75c49551-139e-437a-af9f-a2e7d1cab0a8 2018-10-12 11:01:12,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.200781822205s 2018-10-12 11:01:12,777 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-75c49551-139e-437a-af9f-a2e7d1cab0a8 returning object fa17b89c-ec05-41ee-b935-251ce1d5b964 2018-10-12 11:01:12,778 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_02cc7057-2279-4565-9b73-089af11247cc', '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'd6e005d8411b4b378ddb320b792455b0', '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'fa17b89c-ec05-41ee-b935-251ce1d5b964', 'swap': 0}) 2018-10-12 11:01:12,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-12 11:01:12,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964/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}907cae93d48d7ffd05fa804c92804a2e122cc6f3" -d '{"extra_specs": {}}' 2018-10-12 11:01:12,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01: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-6280054f-39fd-40d8-a986-d202adfa71c8 x-compute-request-id: req-6280054f-39fd-40d8-a986-d202adfa71c8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-12 11:01:12,800 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964/os-extra_specs used request id req-6280054f-39fd-40d8-a986-d202adfa71c8 2018-10-12 11:01:12,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0213348865509s 2018-10-12 11:01:12,800 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964/os-extra_specs used request id req-6280054f-39fd-40d8-a986-d202adfa71c8 2018-10-12 11:01:12,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-12 11:01:12,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:13,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-e743003d-3e46-4dc0-806a-44cbb46c2a09 Date: Fri, 12 Oct 2018 11:01:13 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":["401565d0-9026-438c-88df-11f6b725a1bf"],"updated_at":"2018-10-12T11:01:06Z","tenant_id":"0c50be0240f64ef3b914a3972302a62c","created_at":"2018-10-12T11:01:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0c50be0240f64ef3b914a3972302a62c","id":"20906289-9875-4bab-b0ee-f7361836a54e","name":"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"updated_at":"2018-10-12T10:34:14Z","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","name":"external"}]} 2018-10-12 11:01:13,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-e743003d-3e46-4dc0-806a-44cbb46c2a09 2018-10-12 11:01:13,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.252472162247s 2018-10-12 11:01:13,054 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-e743003d-3e46-4dc0-806a-44cbb46c2a09 2018-10-12 11:01:13,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 11:01:13,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:13,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-26794780-6dc3-4656-a6ac-957344faee8b Date: Fri, 12 Oct 2018 11:01:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/2615ff7d-47aa-4884-82b1-53664db8dc04/snap", "metadata": {}}], "file": "/v2/images/2615ff7d-47aa-4884-82b1-53664db8dc04/file", "owner": "0c50be0240f64ef3b914a3972302a62c", "id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "size": 12716032, "self": "/v2/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/2615ff7d-47aa-4884-82b1-53664db8dc04/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T11:01:12Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_02cc7057-2279-4565-9b73-089af11247cc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_02cc7057-2279-4565-9b73-089af11247cc", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T11:01:10Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 11:01:13,239 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-26794780-6dc3-4656-a6ac-957344faee8b 2018-10-12 11:01:13,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.18382191658s 2018-10-12 11:01:13,239 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-26794780-6dc3-4656-a6ac-957344faee8b 2018-10-12 11:01:13,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-12 11:01:13,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:13,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e5e6f83b-6eb8-4d9d-bc26-c60cbaa14ba4 x-compute-request-id: req-e5e6f83b-6eb8-4d9d-bc26-c60cbaa14ba4 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "name": "vping_userdata-flavor_02cc7057-2279-4565-9b73-089af11247cc", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-12 11:01:13,421 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-e5e6f83b-6eb8-4d9d-bc26-c60cbaa14ba4 2018-10-12 11:01:13,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.179728031158s 2018-10-12 11:01:13,421 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-e5e6f83b-6eb8-4d9d-bc26-c60cbaa14ba4 2018-10-12 11:01:13,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-12 11:01:13,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" -d '{"server": {"name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "imageRef": "2615ff7d-47aa-4884-82b1-53664db8dc04", "flavorRef": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "max_count": 1, "min_count": 1, "networks": [{"uuid": "20906289-9875-4bab-b0ee-f7361836a54e"}]}}' 2018-10-12 11:01:15,255 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 11:01:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-db576dc9-4f14-430a-a45b-83bdd74f06c7 x-compute-request-id: req-db576dc9-4f14-430a-a45b-83bdd74f06c7 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "adminPass": "L9dE4dFi6sS4"}} 2018-10-12 11:01:15,255 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-db576dc9-4f14-430a-a45b-83bdd74f06c7 2018-10-12 11:01:15,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.83187699318s 2018-10-12 11:01:15,255 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-db576dc9-4f14-430a-a45b-83bdd74f06c7 2018-10-12 11:01:15,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:01:15,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:15,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01: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-d333967e-1689-4d5c-a0bb-6c68086202e3 x-compute-request-id: req-d333967e-1689-4d5c-a0bb-6c68086202e3 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.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "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-10-12T11:01:15Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:15Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:01:15,915 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d333967e-1689-4d5c-a0bb-6c68086202e3 2018-10-12 11:01:15,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.659137964249s 2018-10-12 11:01:15,916 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d333967e-1689-4d5c-a0bb-6c68086202e3 2018-10-12 11:01:15,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-12 11:01:15,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:16,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-6234ad0b-052a-4bc2-ac24-5146fb3e60b5 Date: Fri, 12 Oct 2018 11:01:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["401565d0-9026-438c-88df-11f6b725a1bf"],"updated_at":"2018-10-12T11:01:06Z","tenant_id":"0c50be0240f64ef3b914a3972302a62c","created_at":"2018-10-12T11:01:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0c50be0240f64ef3b914a3972302a62c","id":"20906289-9875-4bab-b0ee-f7361836a54e","name":"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"updated_at":"2018-10-12T10:34:14Z","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","name":"external"}]} 2018-10-12 11:01:16,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-6234ad0b-052a-4bc2-ac24-5146fb3e60b5 2018-10-12 11:01:16,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.429100990295s 2018-10-12 11:01:16,352 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-6234ad0b-052a-4bc2-ac24-5146fb3e60b5 2018-10-12 11:01:16,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-12 11:01:16,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:16,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4bdf4710-706d-4158-a29f-e62ecbf45736 Date: Fri, 12 Oct 2018 11:01:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20906289-9875-4bab-b0ee-f7361836a54e","tenant_id":"0c50be0240f64ef3b914a3972302a62c","created_at":"2018-10-12T11:01:06Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-12T11:01:06Z","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":"0c50be0240f64ef3b914a3972302a62c","id":"401565d0-9026-438c-88df-11f6b725a1bf","subnetpool_id":null,"name":"vping_userdata-subnet_02cc7057-2279-4565-9b73-089af11247cc"}]} 2018-10-12 11:01:16,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-4bdf4710-706d-4158-a29f-e62ecbf45736 2018-10-12 11:01:16,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.190570831299s 2018-10-12 11:01:16,544 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-4bdf4710-706d-4158-a29f-e62ecbf45736 2018-10-12 11:01:16,544 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-12 11:01:18,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:01:18,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:19,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11: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-d063a38c-fdad-416e-9c32-de8385c20be9 x-compute-request-id: req-d063a38c-fdad-416e-9c32-de8385c20be9 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "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-10-12T11:01:17Z", "hostId": "a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:15Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:01:19,341 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d063a38c-fdad-416e-9c32-de8385c20be9 2018-10-12 11:01:19,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.7936398983s 2018-10-12 11:01:19,341 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d063a38c-fdad-416e-9c32-de8385c20be9 2018-10-12 11:01:19,345 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-12 11:01:21,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:01:21,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:22,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01: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-f5033642-3335-4bf4-840b-452f5162d102 x-compute-request-id: req-f5033642-3335-4bf4-840b-452f5162d102 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:3a:d4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:19.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:20Z", "hostId": "a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:15Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:01:22,121 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f5033642-3335-4bf4-840b-452f5162d102 2018-10-12 11:01:22,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.77360701561s 2018-10-12 11:01:22,121 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f5033642-3335-4bf4-840b-452f5162d102 2018-10-12 11:01:22,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-12 11:01:22,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=34020b2c-71aa-4c26-a15e-a1f80794abb7" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:22,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-59ef6f63-41e4-4c5c-bfcf-789fd98cfaa9 Date: Fri, 12 Oct 2018 11:01:22 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"20906289-9875-4bab-b0ee-f7361836a54e","tenant_id":"0c50be0240f64ef3b914a3972302a62c","created_at":"2018-10-12T11:01:17Z","admin_state_up":true,"updated_at":"2018-10-12T11:01:19Z","binding:vnic_type":"normal","device_id":"34020b2c-71aa-4c26-a15e-a1f80794abb7","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:d7:3a:d4","id":"0f3e4298-18b2-430f-8c6f-beed51215e47","port_security_enabled":true,"project_id":"0c50be0240f64ef3b914a3972302a62c","fixed_ips":[{"subnet_id":"401565d0-9026-438c-88df-11f6b725a1bf","ip_address":"192.168.120.14"}],"extra_dhcp_opts":[],"security_groups":["5daa50ba-deb1-4c1d-adc0-b115dd9e47fb"],"name":""}]} 2018-10-12 11:01:22,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=34020b2c-71aa-4c26-a15e-a1f80794abb7 used request id req-59ef6f63-41e4-4c5c-bfcf-789fd98cfaa9 2018-10-12 11:01:22,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0553810596466s 2018-10-12 11:01:22,181 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=34020b2c-71aa-4c26-a15e-a1f80794abb7 used request id req-59ef6f63-41e4-4c5c-bfcf-789fd98cfaa9 2018-10-12 11:01:22,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-12 11:01:22,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/floatingips.json?port_id=0f3e4298-18b2-430f-8c6f-beed51215e47" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:22,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a29fff30-a5c8-4080-be49-c1db54176baa Date: Fri, 12 Oct 2018 11:01:22 GMT RESP BODY: {"floatingips": []} 2018-10-12 11:01:22,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=0f3e4298-18b2-430f-8c6f-beed51215e47 used request id req-a29fff30-a5c8-4080-be49-c1db54176baa 2018-10-12 11:01:22,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0214469432831s 2018-10-12 11:01:22,208 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=0f3e4298-18b2-430f-8c6f-beed51215e47 used request id req-a29fff30-a5c8-4080-be49-c1db54176baa 2018-10-12 11:01:22,208 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d7:3a:d4', 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'2615ff7d-47aa-4884-82b1-53664db8dc04'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-12T11:01:19.000000', 'flavor': Munch({u'id': u'fa17b89c-ec05-41ee-b935-251ce1d5b964'}), 'az': u'nova', 'id': u'34020b2c-71aa-4c26-a15e-a1f80794abb7', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'8cf27cf70d7f45f79c406d3bcc85b77d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0c50be0240f64ef3b914a3972302a62c', 'name': 'vping_userdata-project_02cc7057-2279-4565-9b73-089af11247cc', '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-10-12T11:01:19.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-12T11:01:20Z', 'hostId': u'a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef', '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-10-12T11:01:19.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'0c50be0240f64ef3b914a3972302a62c', 'name': u'vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc', 'adminPass': u'L9dE4dFi6sS4', 'tenant_id': u'0c50be0240f64ef3b914a3972302a62c', 'region': 'regionOne', 'created': u'2018-10-12T11:01:15Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-12 11:01:22,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-12 11:01:22,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:22,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-fa42b2a4-7c75-4fc5-a120-9018d90acc3c Date: Fri, 12 Oct 2018 11:01:22 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":["401565d0-9026-438c-88df-11f6b725a1bf"],"updated_at":"2018-10-12T11:01:06Z","tenant_id":"0c50be0240f64ef3b914a3972302a62c","created_at":"2018-10-12T11:01:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0c50be0240f64ef3b914a3972302a62c","id":"20906289-9875-4bab-b0ee-f7361836a54e","name":"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"updated_at":"2018-10-12T10:34:14Z","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","name":"external"}]} 2018-10-12 11:01:22,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-fa42b2a4-7c75-4fc5-a120-9018d90acc3c 2018-10-12 11:01:22,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.255446910858s 2018-10-12 11:01:22,465 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-fa42b2a4-7c75-4fc5-a120-9018d90acc3c 2018-10-12 11:01:22,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 11:01:22,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:22,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-007cf8cf-c528-48b8-b9fa-e1916c3513c7 Date: Fri, 12 Oct 2018 11:01:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/2615ff7d-47aa-4884-82b1-53664db8dc04/snap", "metadata": {}}], "file": "/v2/images/2615ff7d-47aa-4884-82b1-53664db8dc04/file", "owner": "0c50be0240f64ef3b914a3972302a62c", "id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "size": 12716032, "self": "/v2/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/2615ff7d-47aa-4884-82b1-53664db8dc04/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T11:01:12Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_02cc7057-2279-4565-9b73-089af11247cc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_02cc7057-2279-4565-9b73-089af11247cc", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T11:01:10Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 11:01:22,497 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-007cf8cf-c528-48b8-b9fa-e1916c3513c7 2018-10-12 11:01:22,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0302579402924s 2018-10-12 11:01:22,497 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-007cf8cf-c528-48b8-b9fa-e1916c3513c7 2018-10-12 11:01:22,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-12 11:01:22,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:22,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5f7a534-9b98-4d61-929f-a3a6d8922f4a x-compute-request-id: req-d5f7a534-9b98-4d61-929f-a3a6d8922f4a Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "name": "vping_userdata-flavor_02cc7057-2279-4565-9b73-089af11247cc", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-12 11:01:22,535 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-d5f7a534-9b98-4d61-929f-a3a6d8922f4a 2018-10-12 11:01:22,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0364048480988s 2018-10-12 11:01:22,536 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-d5f7a534-9b98-4d61-929f-a3a6d8922f4a 2018-10-12 11:01:22,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-12 11:01:22,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" -d '{"server": {"name": "vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc", "imageRef": "2615ff7d-47aa-4884-82b1-53664db8dc04", "flavorRef": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjE0IDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "20906289-9875-4bab-b0ee-f7361836a54e"}]}}' 2018-10-12 11:01:24,071 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 11:01:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4a448412-dde0-48d5-b944-64c7ce0e9468 x-compute-request-id: req-4a448412-dde0-48d5-b944-64c7ce0e9468 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "94162d8f-8591-4b7e-a061-619938462d1d", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "bookmark"}], "adminPass": "c4GnG5WhNWUf"}} 2018-10-12 11:01:24,071 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-4a448412-dde0-48d5-b944-64c7ce0e9468 2018-10-12 11:01:24,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.5345890522s 2018-10-12 11:01:24,072 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-4a448412-dde0-48d5-b944-64c7ce0e9468 2018-10-12 11:01:24,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:01:24,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:24,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11: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-56e5406e-dff8-48b9-ae37-8e3fb5b0781e x-compute-request-id: req-56e5406e-dff8-48b9-ae37-8e3fb5b0781e Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "94162d8f-8591-4b7e-a061-619938462d1d", "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "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-10-12T11:01:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:24Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:3a:d4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:19.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:20Z", "hostId": "a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:15Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:01:24,579 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-56e5406e-dff8-48b9-ae37-8e3fb5b0781e 2018-10-12 11:01:24,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.506098031998s 2018-10-12 11:01:24,579 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-56e5406e-dff8-48b9-ae37-8e3fb5b0781e 2018-10-12 11:01:24,584 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-12 11:01:26,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:01:26,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:27,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11: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-2b15a83b-31a1-4bf5-88bf-fbb91563dafc x-compute-request-id: req-2b15a83b-31a1-4bf5-88bf-fbb91563dafc Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "94162d8f-8591-4b7e-a061-619938462d1d", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "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-10-12T11:01:25Z", "hostId": "cd37190eab409513eaebf3e3ec9c7e9c3dcdbcc3dfc5869c95d75f9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:24Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:3a:d4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:19.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:20Z", "hostId": "a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:15Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:01:27,286 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2b15a83b-31a1-4bf5-88bf-fbb91563dafc 2018-10-12 11:01:27,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.699084043503s 2018-10-12 11:01:27,286 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-2b15a83b-31a1-4bf5-88bf-fbb91563dafc 2018-10-12 11:01:27,290 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-12 11:01:29,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:01:29,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:29,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01: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-6b2cc4a8-4bb4-46c8-b128-94be5be5fadb x-compute-request-id: req-6b2cc4a8-4bb4-46c8-b128-94be5be5fadb Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:0f:e4", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:27.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "94162d8f-8591-4b7e-a061-619938462d1d", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:28Z", "hostId": "cd37190eab409513eaebf3e3ec9c7e9c3dcdbcc3dfc5869c95d75f9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:24Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:3a:d4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:19.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:20Z", "hostId": "a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:15Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:01:29,970 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-6b2cc4a8-4bb4-46c8-b128-94be5be5fadb 2018-10-12 11:01:29,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.676782846451s 2018-10-12 11:01:29,970 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-6b2cc4a8-4bb4-46c8-b128-94be5be5fadb 2018-10-12 11:01:29,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-12 11:01:29,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/ports.json?device_id=94162d8f-8591-4b7e-a061-619938462d1d" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:30,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-c3026be7-0e8d-4538-9e53-feaad6ac10f9 Date: Fri, 12 Oct 2018 11:01:30 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"20906289-9875-4bab-b0ee-f7361836a54e","tenant_id":"0c50be0240f64ef3b914a3972302a62c","created_at":"2018-10-12T11:01:25Z","admin_state_up":true,"updated_at":"2018-10-12T11:01:26Z","binding:vnic_type":"normal","device_id":"94162d8f-8591-4b7e-a061-619938462d1d","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:85:0f:e4","id":"56879808-3dd7-4919-b600-7a34a8421ae6","port_security_enabled":true,"project_id":"0c50be0240f64ef3b914a3972302a62c","fixed_ips":[{"subnet_id":"401565d0-9026-438c-88df-11f6b725a1bf","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["5daa50ba-deb1-4c1d-adc0-b115dd9e47fb"],"name":""}]} 2018-10-12 11:01:30,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=94162d8f-8591-4b7e-a061-619938462d1d used request id req-c3026be7-0e8d-4538-9e53-feaad6ac10f9 2018-10-12 11:01:30,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0542380809784s 2018-10-12 11:01:30,030 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json?device_id=94162d8f-8591-4b7e-a061-619938462d1d used request id req-c3026be7-0e8d-4538-9e53-feaad6ac10f9 2018-10-12 11:01:30,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-12 11:01:30,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/floatingips.json?port_id=56879808-3dd7-4919-b600-7a34a8421ae6" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:30,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-3cead75f-9c8d-41f8-9825-47563b1197ca Date: Fri, 12 Oct 2018 11:01:30 GMT RESP BODY: {"floatingips": []} 2018-10-12 11:01:30,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=56879808-3dd7-4919-b600-7a34a8421ae6 used request id req-3cead75f-9c8d-41f8-9825-47563b1197ca 2018-10-12 11:01:30,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.169504165649s 2018-10-12 11:01:30,205 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json?port_id=56879808-3dd7-4919-b600-7a34a8421ae6 used request id req-3cead75f-9c8d-41f8-9825-47563b1197ca 2018-10-12 11:01:30,205 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:85:0f:e4', u'version': 4, u'addr': u'192.168.120.11', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'2615ff7d-47aa-4884-82b1-53664db8dc04'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-10-12T11:01:27.000000', 'flavor': Munch({u'id': u'fa17b89c-ec05-41ee-b935-251ce1d5b964'}), 'az': u'nova', 'id': u'94162d8f-8591-4b7e-a061-619938462d1d', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'8cf27cf70d7f45f79c406d3bcc85b77d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0c50be0240f64ef3b914a3972302a62c', 'name': 'vping_userdata-project_02cc7057-2279-4565-9b73-089af11247cc', '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-10-12T11:01:27.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-12T11:01:28Z', 'hostId': u'cd37190eab409513eaebf3e3ec9c7e9c3dcdbcc3dfc5869c95d75f9e', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.11', 'cloud': 'envvars', 'host_id': u'cd37190eab409513eaebf3e3ec9c7e9c3dcdbcc3dfc5869c95d75f9e', '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-10-12T11:01:27.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'0c50be0240f64ef3b914a3972302a62c', 'name': u'vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc', 'adminPass': u'c4GnG5WhNWUf', 'tenant_id': u'0c50be0240f64ef3b914a3972302a62c', 'region': 'regionOne', 'created': u'2018-10-12T11:01:24Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-12 11:01:30,206 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-10-12 11:01:31,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:01:31,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:31,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01: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-a771cf93-87e7-4b7b-9916-f1548aab86a7 x-compute-request-id: req-a771cf93-87e7-4b7b-9916-f1548aab86a7 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:0f:e4", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:27.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "94162d8f-8591-4b7e-a061-619938462d1d", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:28Z", "hostId": "cd37190eab409513eaebf3e3ec9c7e9c3dcdbcc3dfc5869c95d75f9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:24Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:3a:d4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:19.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:20Z", "hostId": "a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:15Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:01:31,676 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a771cf93-87e7-4b7b-9916-f1548aab86a7 2018-10-12 11:01:31,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.468710184097s 2018-10-12 11:01:31,677 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a771cf93-87e7-4b7b-9916-f1548aab86a7 2018-10-12 11:01:31,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-12 11:01:31,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 11:01:32,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01: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-3c37c483-89d7-4c49-9861-85a1ff04325a x-compute-request-id: req-3c37c483-89d7-4c49-9861-85a1ff04325a Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531781279 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130530] pid_max: default: 32768 minimum: 301\n[ 0.131426] ACPI: Core revision 20150930\n[ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134117] Security Framework initialized\n[ 0.134937] Yama: becoming mindful.\n[ 0.135669] AppArmor: AppArmor initialized\n[ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141807] Initializing cgroup subsys io\n[ 0.142625] Initializing cgroup subsys memory\n[ 0.143492] Initializing cgroup subsys devices\n[ 0.144382] Initializing cgroup subsys freezer\n[ 0.145256] Initializing cgroup subsys net_cls\n[ 0.146130] Initializing cgroup subsys perf_event\n[ 0.147047] Initializing cgroup subsys net_prio\n[ 0.147942] Initializing cgroup subsys hugetlb\n[ 0.148818] Initializing cgroup subsys pids\n[ 0.149697] CPU: Physical Processor ID: 0\n[ 0.151201] mce: CPU supports 10 MCE banks\n[ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170494] ftrace: allocating 31920 entries in 125 pages\n[ 0.196595] smpboot: Max logical packages: 1\n[ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198803] x2apic enabled\n[ 0.199612] Switched APIC routing to physical x2apic.\n[ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206315] KVM setup paravirtual spinlock\n[ 0.207607] x86: Booted up 1 node, 1 CPUs\n[ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209809] devtmpfs: initialized\n[ 0.211536] evm: security.selinux\n[ 0.212243] evm: security.SMACK64\n[ 0.212931] evm: security.SMACK64EXEC\n[ 0.213675] evm: security.SMACK64TRANSMUTE\n[ 0.214481] evm: security.SMACK64MMAP\n[ 0.215228] evm: security.ima\n[ 0.215868] evm: security.capability\n[ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218526] pinctrl core: initialized pinctrl subsystem\n[ 0.219630] RTC time: 11:01:27, date: 10/12/18\n[ 0.220583] NET: Registered protocol family 16\n[ 0.221552] cpuidle: using governor ladder\n[ 0.222370] cpuidle: using governor menu\n[ 0.223155] PCCT header not found.\n[ 0.223908] ACPI: bus type PCI registered\n[ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225946] PCI: Using configuration type 1 for base access\n[ 0.227694] ACPI: Added _OSI(Module Device)\n[ 0.228542] ACPI: Added _OSI(Processor Device)\n[ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230296] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232395] ACPI: Interpreter enabled\n[ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240546] ACPI: (supports S0 S5)\n[ 0.241252] ACPI: Using IOAPIC for interrupt routing\n[ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251249] acpiphp: Slot [3] registered\n[ 0.252053] acpiphp: Slot [4] registered\n[ 0.252850] acpiphp: Slot [5] registered\n[ 0.253654] acpiphp: Slot [6] registered\n[ 0.254451] acpiphp: Slot [7] registered\n[ 0.255258] acpiphp: Slot [8] registered\n[ 0.256061] acpiphp: Slot [9] registered\n[ 0.256855] acpiphp: Slot [10] registered\n[ 0.257685] acpiphp: Slot [11] registered\n[ 0.258500] acpiphp: Slot [12] registered\n[ 0.259317] acpiphp: Slot [13] registered\n[ 0.260128] acpiphp: Slot [14] registered\n[ 0.260937] acpiphp: Slot [15] registered\n[ 0.271892] acpiphp: Slot [16] registered\n[ 0.272709] acpiphp: Slot [17] registered\n[ 0.273523] acpiphp: Slot [18] registered\n[ 0.274336] acpiphp: Slot [19] registered\n[ 0.275148] acpiphp: Slot [20] registered\n[ 0.275963] acpiphp: Slot [21] registered\n[ 0.276776] acpiphp: Slot [22] registered\n[ 0.277590] acpiphp: Slot [23] registered\n[ 0.278413] acpiphp: Slot [24] registered\n[ 0.279225] acpiphp: Slot [25] registered\n[ 0.280043] acpiphp: Slot [26] registered\n[ 0.280854] acpiphp: Slot [27] registered\n[ 0.281671] acpiphp: Slot [28] registered\n[ 0.282488] acpiphp: Slot [29] registered\n[ 0.283302] acpiphp: Slot [30] registered\n[ 0.284123] acpiphp: Slot [31] registered\n[ 0.284931] PCI host bridge to bus 0000:00\n[ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368818] vgaarb: loaded\n[ 0.369425] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370563] SCSI subsystem initialized\n[ 0.371383] ACPI: bus type USB registered\n[ 0.372196] usbcore: registered new interface driver usbfs\n[ 0.373227] usbcore: registered new interface driver hub\n[ 0.374235] usbcore: registered new device driver usb\n[ 0.375283] PCI: Using ACPI for IRQ routing\n[ 0.376302] NetLabel: Initializing\n[ 0.377014] NetLabel: domain hash size = 128\n[ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378826] NetLabel: unlabeled traffic allowed by default\n[ 0.379922] clocksource: Switched to clocksource kvm-clock\n[ 0.385334] AppArmor: AppArmor Filesystem Enabled\n[ 0.386289] pnp: PnP ACPI init\n[ 0.387196] pnp: PnP ACPI: found 5 devices\n[ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395262] NET: Registered protocol family 2\n[ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398656] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402072] NET: Registered protocol family 1\n[ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433330] Trying to unpack rootfs image as initramfs...\n[ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497292] Scanning for low memory corruption every 60 seconds\n[ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499745] audit: initializing netlink subsys (disabled)\n[ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized\n[ 0.502102] Initialise system trusted keyring\n[ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506157] zbud: loaded\n[ 0.506853] VFS: Disk quotas dquot_6.6.0\n[ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509199] fuse init (API version 7.23)\n[ 0.510087] Key type big_key registered\n[ 0.510883] Allocating IMA MOK and blacklist keyrings.\n[ 0.511998] Key type asymmetric registered\n[ 0.512821] Asymmetric key parser 'x509' registered\n[ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515600] io scheduler noop registered\n[ 0.516407] io scheduler deadline registered (default)\n[ 0.517452] io scheduler cfq registered\n[ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522937] ACPI: Power Button [PWRF]\n[ 0.523903] GHES: HEST is not enabled!\n[ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597479] Linux agpgart interface v0.103\n[ 0.599721] brd: module loaded\n[ 0.601080] loop: module loaded\n[ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607677] GPT:90111 != 2097151\n[ 0.608488] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609815] GPT:90111 != 2097151\n[ 0.625357] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632371] vda: vda1 vda15\n[ 0.633804] scsi host0: ata_piix\n[ 0.634539] scsi host1: ata_piix\n[ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637891] libphy: Fixed MDIO Bus: probed\n[ 0.638705] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641775] PPP generic driver version 2.4.2\n[ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644510] ehci-pci: EHCI PCI platform driver\n[ 0.645563] ehci-platform: EHCI generic platform driver\n[ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648147] ohci-pci: OHCI PCI platform driver\n[ 0.649198] ohci-platform: OHCI generic platform driver\n[ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673750] usb usb1: Product: UHCI Host Controller\n[ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677464] hub 1-0:1.0: USB hub found\n[ 0.678391] hub 1-0:1.0: 2 ports detected\n[ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684250] mousedev: PS/2 mouse device common for all mice\n[ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687892] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692026] i2c /dev entries driver\n[ 0.692913] device-mapper: uevent: version 1.0.3\n[ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697456] NET: Registered protocol family 10\n[ 0.698625] NET: Registered protocol family 17\n[ 0.699681] Key type dns_resolver registered\n[ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704115] registered taskstats version 1\n[ 0.705089] Loading compiled-in X.509 certificates\n[ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708907] zswap: loaded using pool lzo/zbud\n[ 0.710441] Key type trusted registered\n[ 0.712182] Key type encrypted registered\n[ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.714383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.715604] evm: HMAC attrs: 0x1\n[ 0.716673] Magic number: 6:54:24\n[ 0.717549] misc cpu_dma_latency: hash matches\n[ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088)\n[ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721878] EDD information not available.\n[ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.808385] Write protecting the kernel read-only data: 14336k\n[ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811705] 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.854706] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 11:01:32,750 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-3c37c483-89d7-4c49-9861-85a1ff04325a 2018-10-12 11:01:32,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07071995735s 2018-10-12 11:01:32,751 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-3c37c483-89d7-4c49-9861-85a1ff04325a 2018-10-12 11:01:32,751 - 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 531781279 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.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130530] pid_max: default: 32768 minimum: 301 [ 0.131426] ACPI: Core revision 20150930 [ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134117] Security Framework initialized [ 0.134937] Yama: becoming mindful. [ 0.135669] AppArmor: AppArmor initialized [ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141807] Initializing cgroup subsys io [ 0.142625] Initializing cgroup subsys memory [ 0.143492] Initializing cgroup subsys devices [ 0.144382] Initializing cgroup subsys freezer [ 0.145256] Initializing cgroup subsys net_cls [ 0.146130] Initializing cgroup subsys perf_event [ 0.147047] Initializing cgroup subsys net_prio [ 0.147942] Initializing cgroup subsys hugetlb [ 0.148818] Initializing cgroup subsys pids [ 0.149697] CPU: Physical Processor ID: 0 [ 0.151201] mce: CPU supports 10 MCE banks [ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170494] ftrace: allocating 31920 entries in 125 pages [ 0.196595] smpboot: Max logical packages: 1 [ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198803] x2apic enabled [ 0.199612] Switched APIC routing to physical x2apic. [ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206315] KVM setup paravirtual spinlock [ 0.207607] x86: Booted up 1 node, 1 CPUs [ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209809] devtmpfs: initialized [ 0.211536] evm: security.selinux [ 0.212243] evm: security.SMACK64 [ 0.212931] evm: security.SMACK64EXEC [ 0.213675] evm: security.SMACK64TRANSMUTE [ 0.214481] evm: security.SMACK64MMAP [ 0.215228] evm: security.ima [ 0.215868] evm: security.capability [ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218526] pinctrl core: initialized pinctrl subsystem [ 0.219630] RTC time: 11:01:27, date: 10/12/18 [ 0.220583] NET: Registered protocol family 16 [ 0.221552] cpuidle: using governor ladder [ 0.222370] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223908] ACPI: bus type PCI registered [ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225946] PCI: Using configuration type 1 for base access [ 0.227694] ACPI: Added _OSI(Module Device) [ 0.228542] ACPI: Added _OSI(Processor Device) [ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230296] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232395] ACPI: Interpreter enabled [ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240546] ACPI: (supports S0 S5) [ 0.241252] ACPI: Using IOAPIC for interrupt routing [ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251249] acpiphp: Slot [3] registered [ 0.252053] acpiphp: Slot [4] registered [ 0.252850] acpiphp: Slot [5] registered [ 0.253654] acpiphp: Slot [6] registered [ 0.254451] acpiphp: Slot [7] registered [ 0.255258] acpiphp: Slot [8] registered [ 0.256061] acpiphp: Slot [9] registered [ 0.256855] acpiphp: Slot [10] registered [ 0.257685] acpiphp: Slot [11] registered [ 0.258500] acpiphp: Slot [12] registered [ 0.259317] acpiphp: Slot [13] registered [ 0.260128] acpiphp: Slot [14] registered [ 0.260937] acpiphp: Slot [15] registered [ 0.271892] acpiphp: Slot [16] registered [ 0.272709] acpiphp: Slot [17] registered [ 0.273523] acpiphp: Slot [18] registered [ 0.274336] acpiphp: Slot [19] registered [ 0.275148] acpiphp: Slot [20] registered [ 0.275963] acpiphp: Slot [21] registered [ 0.276776] acpiphp: Slot [22] registered [ 0.277590] acpiphp: Slot [23] registered [ 0.278413] acpiphp: Slot [24] registered [ 0.279225] acpiphp: Slot [25] registered [ 0.280043] acpiphp: Slot [26] registered [ 0.280854] acpiphp: Slot [27] registered [ 0.281671] acpiphp: Slot [28] registered [ 0.282488] acpiphp: Slot [29] registered [ 0.283302] acpiphp: Slot [30] registered [ 0.284123] acpiphp: Slot [31] registered [ 0.284931] PCI host bridge to bus 0000:00 [ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368818] vgaarb: loaded [ 0.369425] vgaarb: bridge control possible 0000:00:02.0 [ 0.370563] SCSI subsystem initialized [ 0.371383] ACPI: bus type USB registered [ 0.372196] usbcore: registered new interface driver usbfs [ 0.373227] usbcore: registered new interface driver hub [ 0.374235] usbcore: registered new device driver usb [ 0.375283] PCI: Using ACPI for IRQ routing [ 0.376302] NetLabel: Initializing [ 0.377014] NetLabel: domain hash size = 128 [ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378826] NetLabel: unlabeled traffic allowed by default [ 0.379922] clocksource: Switched to clocksource kvm-clock [ 0.385334] AppArmor: AppArmor Filesystem Enabled [ 0.386289] pnp: PnP ACPI init [ 0.387196] pnp: PnP ACPI: found 5 devices [ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395262] NET: Registered protocol family 2 [ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398656] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402072] NET: Registered protocol family 1 [ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433330] Trying to unpack rootfs image as initramfs... [ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.497292] Scanning for low memory corruption every 60 seconds [ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.499745] audit: initializing netlink subsys (disabled) [ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized [ 0.502102] Initialise system trusted keyring [ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.506157] zbud: loaded [ 0.506853] VFS: Disk quotas dquot_6.6.0 [ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509199] fuse init (API version 7.23) [ 0.510087] Key type big_key registered [ 0.510883] Allocating IMA MOK and blacklist keyrings. [ 0.511998] Key type asymmetric registered [ 0.512821] Asymmetric key parser 'x509' registered [ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515600] io scheduler noop registered [ 0.516407] io scheduler deadline registered (default) [ 0.517452] io scheduler cfq registered [ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.522937] ACPI: Power Button [PWRF] [ 0.523903] GHES: HEST is not enabled! [ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.597479] Linux agpgart interface v0.103 [ 0.599721] brd: module loaded [ 0.601080] loop: module loaded [ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.607677] GPT:90111 != 2097151 [ 0.608488] GPT:Alternate GPT header not at the end of the disk. [ 0.609815] GPT:90111 != 2097151 [ 0.625357] GPT: Use GNU Parted to correct GPT errors. [ 0.632371] vda: vda1 vda15 [ 0.633804] scsi host0: ata_piix [ 0.634539] scsi host1: ata_piix [ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637891] libphy: Fixed MDIO Bus: probed [ 0.638705] tun: Universal TUN/TAP device driver, 1.6 [ 0.639642] tun: (C) 1999-2004 Max Krasnyansky [ 0.641775] PPP generic driver version 2.4.2 [ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644510] ehci-pci: EHCI PCI platform driver [ 0.645563] ehci-platform: EHCI generic platform driver [ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.648147] ohci-pci: OHCI PCI platform driver [ 0.649198] ohci-platform: OHCI generic platform driver [ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver [ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.673750] usb usb1: Product: UHCI Host Controller [ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.676316] usb usb1: SerialNumber: 0000:00:01.2 [ 0.677464] hub 1-0:1.0: USB hub found [ 0.678391] hub 1-0:1.0: 2 ports detected [ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.684250] mousedev: PS/2 mouse device common for all mice [ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687892] rtc_cmos 00:00: RTC can wake from S4 [ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692026] i2c /dev entries driver [ 0.692913] device-mapper: uevent: version 1.0.3 [ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs [ 0.697456] NET: Registered protocol family 10 [ 0.698625] NET: Registered protocol family 17 [ 0.699681] Key type dns_resolver registered [ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704115] registered taskstats version 1 [ 0.705089] Loading compiled-in X.509 certificates [ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708907] zswap: loaded using pool lzo/zbud [ 0.710441] Key type trusted registered [ 0.712182] Key type encrypted registered [ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714383] ima: No TPM chip found, activating TPM-bypass! [ 0.715604] evm: HMAC attrs: 0x1 [ 0.716673] Magic number: 6:54:24 [ 0.717549] misc cpu_dma_latency: hash matches [ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088) [ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.721878] EDD information not available. [ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.808385] Write protecting the kernel read-only data: 14336k [ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811705] 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.854706] 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.24 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... 2018-10-12 11:01:32,752 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-12 11:01:33,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:01:33,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:34,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11: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,Accept-Encoding x-openstack-request-id: req-4bf7e2dc-d8b0-4016-a407-bc32218364ae x-compute-request-id: req-4bf7e2dc-d8b0-4016-a407-bc32218364ae Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:0f:e4", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:27.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "94162d8f-8591-4b7e-a061-619938462d1d", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:28Z", "hostId": "cd37190eab409513eaebf3e3ec9c7e9c3dcdbcc3dfc5869c95d75f9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:24Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:3a:d4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:19.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:20Z", "hostId": "a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:15Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:01:34,400 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-4bf7e2dc-d8b0-4016-a407-bc32218364ae 2018-10-12 11:01:34,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.645987987518s 2018-10-12 11:01:34,401 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-4bf7e2dc-d8b0-4016-a407-bc32218364ae 2018-10-12 11:01:34,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-12 11:01:34,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 11:01:35,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11: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,Accept-Encoding x-openstack-request-id: req-dabe9a9b-9ec6-45e0-b294-0d018be302a9 x-compute-request-id: req-dabe9a9b-9ec6-45e0-b294-0d018be302a9 Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531781279 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130530] pid_max: default: 32768 minimum: 301\n[ 0.131426] ACPI: Core revision 20150930\n[ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134117] Security Framework initialized\n[ 0.134937] Yama: becoming mindful.\n[ 0.135669] AppArmor: AppArmor initialized\n[ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141807] Initializing cgroup subsys io\n[ 0.142625] Initializing cgroup subsys memory\n[ 0.143492] Initializing cgroup subsys devices\n[ 0.144382] Initializing cgroup subsys freezer\n[ 0.145256] Initializing cgroup subsys net_cls\n[ 0.146130] Initializing cgroup subsys perf_event\n[ 0.147047] Initializing cgroup subsys net_prio\n[ 0.147942] Initializing cgroup subsys hugetlb\n[ 0.148818] Initializing cgroup subsys pids\n[ 0.149697] CPU: Physical Processor ID: 0\n[ 0.151201] mce: CPU supports 10 MCE banks\n[ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170494] ftrace: allocating 31920 entries in 125 pages\n[ 0.196595] smpboot: Max logical packages: 1\n[ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198803] x2apic enabled\n[ 0.199612] Switched APIC routing to physical x2apic.\n[ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206315] KVM setup paravirtual spinlock\n[ 0.207607] x86: Booted up 1 node, 1 CPUs\n[ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209809] devtmpfs: initialized\n[ 0.211536] evm: security.selinux\n[ 0.212243] evm: security.SMACK64\n[ 0.212931] evm: security.SMACK64EXEC\n[ 0.213675] evm: security.SMACK64TRANSMUTE\n[ 0.214481] evm: security.SMACK64MMAP\n[ 0.215228] evm: security.ima\n[ 0.215868] evm: security.capability\n[ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218526] pinctrl core: initialized pinctrl subsystem\n[ 0.219630] RTC time: 11:01:27, date: 10/12/18\n[ 0.220583] NET: Registered protocol family 16\n[ 0.221552] cpuidle: using governor ladder\n[ 0.222370] cpuidle: using governor menu\n[ 0.223155] PCCT header not found.\n[ 0.223908] ACPI: bus type PCI registered\n[ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225946] PCI: Using configuration type 1 for base access\n[ 0.227694] ACPI: Added _OSI(Module Device)\n[ 0.228542] ACPI: Added _OSI(Processor Device)\n[ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230296] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232395] ACPI: Interpreter enabled\n[ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240546] ACPI: (supports S0 S5)\n[ 0.241252] ACPI: Using IOAPIC for interrupt routing\n[ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251249] acpiphp: Slot [3] registered\n[ 0.252053] acpiphp: Slot [4] registered\n[ 0.252850] acpiphp: Slot [5] registered\n[ 0.253654] acpiphp: Slot [6] registered\n[ 0.254451] acpiphp: Slot [7] registered\n[ 0.255258] acpiphp: Slot [8] registered\n[ 0.256061] acpiphp: Slot [9] registered\n[ 0.256855] acpiphp: Slot [10] registered\n[ 0.257685] acpiphp: Slot [11] registered\n[ 0.258500] acpiphp: Slot [12] registered\n[ 0.259317] acpiphp: Slot [13] registered\n[ 0.260128] acpiphp: Slot [14] registered\n[ 0.260937] acpiphp: Slot [15] registered\n[ 0.271892] acpiphp: Slot [16] registered\n[ 0.272709] acpiphp: Slot [17] registered\n[ 0.273523] acpiphp: Slot [18] registered\n[ 0.274336] acpiphp: Slot [19] registered\n[ 0.275148] acpiphp: Slot [20] registered\n[ 0.275963] acpiphp: Slot [21] registered\n[ 0.276776] acpiphp: Slot [22] registered\n[ 0.277590] acpiphp: Slot [23] registered\n[ 0.278413] acpiphp: Slot [24] registered\n[ 0.279225] acpiphp: Slot [25] registered\n[ 0.280043] acpiphp: Slot [26] registered\n[ 0.280854] acpiphp: Slot [27] registered\n[ 0.281671] acpiphp: Slot [28] registered\n[ 0.282488] acpiphp: Slot [29] registered\n[ 0.283302] acpiphp: Slot [30] registered\n[ 0.284123] acpiphp: Slot [31] registered\n[ 0.284931] PCI host bridge to bus 0000:00\n[ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368818] vgaarb: loaded\n[ 0.369425] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370563] SCSI subsystem initialized\n[ 0.371383] ACPI: bus type USB registered\n[ 0.372196] usbcore: registered new interface driver usbfs\n[ 0.373227] usbcore: registered new interface driver hub\n[ 0.374235] usbcore: registered new device driver usb\n[ 0.375283] PCI: Using ACPI for IRQ routing\n[ 0.376302] NetLabel: Initializing\n[ 0.377014] NetLabel: domain hash size = 128\n[ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378826] NetLabel: unlabeled traffic allowed by default\n[ 0.379922] clocksource: Switched to clocksource kvm-clock\n[ 0.385334] AppArmor: AppArmor Filesystem Enabled\n[ 0.386289] pnp: PnP ACPI init\n[ 0.387196] pnp: PnP ACPI: found 5 devices\n[ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395262] NET: Registered protocol family 2\n[ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398656] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402072] NET: Registered protocol family 1\n[ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433330] Trying to unpack rootfs image as initramfs...\n[ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497292] Scanning for low memory corruption every 60 seconds\n[ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499745] audit: initializing netlink subsys (disabled)\n[ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized\n[ 0.502102] Initialise system trusted keyring\n[ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506157] zbud: loaded\n[ 0.506853] VFS: Disk quotas dquot_6.6.0\n[ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509199] fuse init (API version 7.23)\n[ 0.510087] Key type big_key registered\n[ 0.510883] Allocating IMA MOK and blacklist keyrings.\n[ 0.511998] Key type asymmetric registered\n[ 0.512821] Asymmetric key parser 'x509' registered\n[ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515600] io scheduler noop registered\n[ 0.516407] io scheduler deadline registered (default)\n[ 0.517452] io scheduler cfq registered\n[ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522937] ACPI: Power Button [PWRF]\n[ 0.523903] GHES: HEST is not enabled!\n[ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597479] Linux agpgart interface v0.103\n[ 0.599721] brd: module loaded\n[ 0.601080] loop: module loaded\n[ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607677] GPT:90111 != 2097151\n[ 0.608488] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609815] GPT:90111 != 2097151\n[ 0.625357] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632371] vda: vda1 vda15\n[ 0.633804] scsi host0: ata_piix\n[ 0.634539] scsi host1: ata_piix\n[ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637891] libphy: Fixed MDIO Bus: probed\n[ 0.638705] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641775] PPP generic driver version 2.4.2\n[ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644510] ehci-pci: EHCI PCI platform driver\n[ 0.645563] ehci-platform: EHCI generic platform driver\n[ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648147] ohci-pci: OHCI PCI platform driver\n[ 0.649198] ohci-platform: OHCI generic platform driver\n[ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673750] usb usb1: Product: UHCI Host Controller\n[ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677464] hub 1-0:1.0: USB hub found\n[ 0.678391] hub 1-0:1.0: 2 ports detected\n[ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684250] mousedev: PS/2 mouse device common for all mice\n[ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687892] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692026] i2c /dev entries driver\n[ 0.692913] device-mapper: uevent: version 1.0.3\n[ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697456] NET: Registered protocol family 10\n[ 0.698625] NET: Registered protocol family 17\n[ 0.699681] Key type dns_resolver registered\n[ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704115] registered taskstats version 1\n[ 0.705089] Loading compiled-in X.509 certificates\n[ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708907] zswap: loaded using pool lzo/zbud\n[ 0.710441] Key type trusted registered\n[ 0.712182] Key type encrypted registered\n[ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.714383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.715604] evm: HMAC attrs: 0x1\n[ 0.716673] Magic number: 6:54:24\n[ 0.717549] misc cpu_dma_latency: hash matches\n[ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088)\n[ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721878] EDD information not available.\n[ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.808385] Write protecting the kernel read-only data: 14336k\n[ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811705] 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.854706] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 11:01:35,498 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-dabe9a9b-9ec6-45e0-b294-0d018be302a9 2018-10-12 11:01:35,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09539103508s 2018-10-12 11:01:35,499 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-dabe9a9b-9ec6-45e0-b294-0d018be302a9 2018-10-12 11:01:35,500 - 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 531781279 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.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130530] pid_max: default: 32768 minimum: 301 [ 0.131426] ACPI: Core revision 20150930 [ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134117] Security Framework initialized [ 0.134937] Yama: becoming mindful. [ 0.135669] AppArmor: AppArmor initialized [ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141807] Initializing cgroup subsys io [ 0.142625] Initializing cgroup subsys memory [ 0.143492] Initializing cgroup subsys devices [ 0.144382] Initializing cgroup subsys freezer [ 0.145256] Initializing cgroup subsys net_cls [ 0.146130] Initializing cgroup subsys perf_event [ 0.147047] Initializing cgroup subsys net_prio [ 0.147942] Initializing cgroup subsys hugetlb [ 0.148818] Initializing cgroup subsys pids [ 0.149697] CPU: Physical Processor ID: 0 [ 0.151201] mce: CPU supports 10 MCE banks [ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170494] ftrace: allocating 31920 entries in 125 pages [ 0.196595] smpboot: Max logical packages: 1 [ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198803] x2apic enabled [ 0.199612] Switched APIC routing to physical x2apic. [ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206315] KVM setup paravirtual spinlock [ 0.207607] x86: Booted up 1 node, 1 CPUs [ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209809] devtmpfs: initialized [ 0.211536] evm: security.selinux [ 0.212243] evm: security.SMACK64 [ 0.212931] evm: security.SMACK64EXEC [ 0.213675] evm: security.SMACK64TRANSMUTE [ 0.214481] evm: security.SMACK64MMAP [ 0.215228] evm: security.ima [ 0.215868] evm: security.capability [ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218526] pinctrl core: initialized pinctrl subsystem [ 0.219630] RTC time: 11:01:27, date: 10/12/18 [ 0.220583] NET: Registered protocol family 16 [ 0.221552] cpuidle: using governor ladder [ 0.222370] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223908] ACPI: bus type PCI registered [ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225946] PCI: Using configuration type 1 for base access [ 0.227694] ACPI: Added _OSI(Module Device) [ 0.228542] ACPI: Added _OSI(Processor Device) [ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230296] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232395] ACPI: Interpreter enabled [ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240546] ACPI: (supports S0 S5) [ 0.241252] ACPI: Using IOAPIC for interrupt routing [ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251249] acpiphp: Slot [3] registered [ 0.252053] acpiphp: Slot [4] registered [ 0.252850] acpiphp: Slot [5] registered [ 0.253654] acpiphp: Slot [6] registered [ 0.254451] acpiphp: Slot [7] registered [ 0.255258] acpiphp: Slot [8] registered [ 0.256061] acpiphp: Slot [9] registered [ 0.256855] acpiphp: Slot [10] registered [ 0.257685] acpiphp: Slot [11] registered [ 0.258500] acpiphp: Slot [12] registered [ 0.259317] acpiphp: Slot [13] registered [ 0.260128] acpiphp: Slot [14] registered [ 0.260937] acpiphp: Slot [15] registered [ 0.271892] acpiphp: Slot [16] registered [ 0.272709] acpiphp: Slot [17] registered [ 0.273523] acpiphp: Slot [18] registered [ 0.274336] acpiphp: Slot [19] registered [ 0.275148] acpiphp: Slot [20] registered [ 0.275963] acpiphp: Slot [21] registered [ 0.276776] acpiphp: Slot [22] registered [ 0.277590] acpiphp: Slot [23] registered [ 0.278413] acpiphp: Slot [24] registered [ 0.279225] acpiphp: Slot [25] registered [ 0.280043] acpiphp: Slot [26] registered [ 0.280854] acpiphp: Slot [27] registered [ 0.281671] acpiphp: Slot [28] registered [ 0.282488] acpiphp: Slot [29] registered [ 0.283302] acpiphp: Slot [30] registered [ 0.284123] acpiphp: Slot [31] registered [ 0.284931] PCI host bridge to bus 0000:00 [ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368818] vgaarb: loaded [ 0.369425] vgaarb: bridge control possible 0000:00:02.0 [ 0.370563] SCSI subsystem initialized [ 0.371383] ACPI: bus type USB registered [ 0.372196] usbcore: registered new interface driver usbfs [ 0.373227] usbcore: registered new interface driver hub [ 0.374235] usbcore: registered new device driver usb [ 0.375283] PCI: Using ACPI for IRQ routing [ 0.376302] NetLabel: Initializing [ 0.377014] NetLabel: domain hash size = 128 [ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378826] NetLabel: unlabeled traffic allowed by default [ 0.379922] clocksource: Switched to clocksource kvm-clock [ 0.385334] AppArmor: AppArmor Filesystem Enabled [ 0.386289] pnp: PnP ACPI init [ 0.387196] pnp: PnP ACPI: found 5 devices [ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395262] NET: Registered protocol family 2 [ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398656] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402072] NET: Registered protocol family 1 [ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433330] Trying to unpack rootfs image as initramfs... [ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.497292] Scanning for low memory corruption every 60 seconds [ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.499745] audit: initializing netlink subsys (disabled) [ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized [ 0.502102] Initialise system trusted keyring [ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.506157] zbud: loaded [ 0.506853] VFS: Disk quotas dquot_6.6.0 [ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509199] fuse init (API version 7.23) [ 0.510087] Key type big_key registered [ 0.510883] Allocating IMA MOK and blacklist keyrings. [ 0.511998] Key type asymmetric registered [ 0.512821] Asymmetric key parser 'x509' registered [ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515600] io scheduler noop registered [ 0.516407] io scheduler deadline registered (default) [ 0.517452] io scheduler cfq registered [ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.522937] ACPI: Power Button [PWRF] [ 0.523903] GHES: HEST is not enabled! [ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.597479] Linux agpgart interface v0.103 [ 0.599721] brd: module loaded [ 0.601080] loop: module loaded [ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.607677] GPT:90111 != 2097151 [ 0.608488] GPT:Alternate GPT header not at the end of the disk. [ 0.609815] GPT:90111 != 2097151 [ 0.625357] GPT: Use GNU Parted to correct GPT errors. [ 0.632371] vda: vda1 vda15 [ 0.633804] scsi host0: ata_piix [ 0.634539] scsi host1: ata_piix [ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637891] libphy: Fixed MDIO Bus: probed [ 0.638705] tun: Universal TUN/TAP device driver, 1.6 [ 0.639642] tun: (C) 1999-2004 Max Krasnyansky [ 0.641775] PPP generic driver version 2.4.2 [ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644510] ehci-pci: EHCI PCI platform driver [ 0.645563] ehci-platform: EHCI generic platform driver [ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.648147] ohci-pci: OHCI PCI platform driver [ 0.649198] ohci-platform: OHCI generic platform driver [ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver [ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.673750] usb usb1: Product: UHCI Host Controller [ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.676316] usb usb1: SerialNumber: 0000:00:01.2 [ 0.677464] hub 1-0:1.0: USB hub found [ 0.678391] hub 1-0:1.0: 2 ports detected [ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.684250] mousedev: PS/2 mouse device common for all mice [ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687892] rtc_cmos 00:00: RTC can wake from S4 [ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692026] i2c /dev entries driver [ 0.692913] device-mapper: uevent: version 1.0.3 [ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs [ 0.697456] NET: Registered protocol family 10 [ 0.698625] NET: Registered protocol family 17 [ 0.699681] Key type dns_resolver registered [ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704115] registered taskstats version 1 [ 0.705089] Loading compiled-in X.509 certificates [ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708907] zswap: loaded using pool lzo/zbud [ 0.710441] Key type trusted registered [ 0.712182] Key type encrypted registered [ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714383] ima: No TPM chip found, activating TPM-bypass! [ 0.715604] evm: HMAC attrs: 0x1 [ 0.716673] Magic number: 6:54:24 [ 0.717549] misc cpu_dma_latency: hash matches [ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088) [ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.721878] EDD information not available. [ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.808385] Write protecting the kernel read-only data: 14336k [ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811705] 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.854706] 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.24 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... 2018-10-12 11:01:36,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:01:36,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:36,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01: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-ed50441e-cf22-4d3a-82b4-14f4f9868e22 x-compute-request-id: req-ed50441e-cf22-4d3a-82b4-14f4f9868e22 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:0f:e4", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:27.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "94162d8f-8591-4b7e-a061-619938462d1d", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:28Z", "hostId": "cd37190eab409513eaebf3e3ec9c7e9c3dcdbcc3dfc5869c95d75f9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:24Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:3a:d4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:19.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:20Z", "hostId": "a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:15Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:01:36,715 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ed50441e-cf22-4d3a-82b4-14f4f9868e22 2018-10-12 11:01:36,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.213105916977s 2018-10-12 11:01:36,716 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ed50441e-cf22-4d3a-82b4-14f4f9868e22 2018-10-12 11:01:36,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-12 11:01:36,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 11:01:37,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01: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-aed08a9d-2929-46e1-9a2c-2b71b6dbec2c x-compute-request-id: req-aed08a9d-2929-46e1-9a2c-2b71b6dbec2c Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531781279 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130530] pid_max: default: 32768 minimum: 301\n[ 0.131426] ACPI: Core revision 20150930\n[ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134117] Security Framework initialized\n[ 0.134937] Yama: becoming mindful.\n[ 0.135669] AppArmor: AppArmor initialized\n[ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141807] Initializing cgroup subsys io\n[ 0.142625] Initializing cgroup subsys memory\n[ 0.143492] Initializing cgroup subsys devices\n[ 0.144382] Initializing cgroup subsys freezer\n[ 0.145256] Initializing cgroup subsys net_cls\n[ 0.146130] Initializing cgroup subsys perf_event\n[ 0.147047] Initializing cgroup subsys net_prio\n[ 0.147942] Initializing cgroup subsys hugetlb\n[ 0.148818] Initializing cgroup subsys pids\n[ 0.149697] CPU: Physical Processor ID: 0\n[ 0.151201] mce: CPU supports 10 MCE banks\n[ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170494] ftrace: allocating 31920 entries in 125 pages\n[ 0.196595] smpboot: Max logical packages: 1\n[ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198803] x2apic enabled\n[ 0.199612] Switched APIC routing to physical x2apic.\n[ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206315] KVM setup paravirtual spinlock\n[ 0.207607] x86: Booted up 1 node, 1 CPUs\n[ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209809] devtmpfs: initialized\n[ 0.211536] evm: security.selinux\n[ 0.212243] evm: security.SMACK64\n[ 0.212931] evm: security.SMACK64EXEC\n[ 0.213675] evm: security.SMACK64TRANSMUTE\n[ 0.214481] evm: security.SMACK64MMAP\n[ 0.215228] evm: security.ima\n[ 0.215868] evm: security.capability\n[ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218526] pinctrl core: initialized pinctrl subsystem\n[ 0.219630] RTC time: 11:01:27, date: 10/12/18\n[ 0.220583] NET: Registered protocol family 16\n[ 0.221552] cpuidle: using governor ladder\n[ 0.222370] cpuidle: using governor menu\n[ 0.223155] PCCT header not found.\n[ 0.223908] ACPI: bus type PCI registered\n[ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225946] PCI: Using configuration type 1 for base access\n[ 0.227694] ACPI: Added _OSI(Module Device)\n[ 0.228542] ACPI: Added _OSI(Processor Device)\n[ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230296] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232395] ACPI: Interpreter enabled\n[ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240546] ACPI: (supports S0 S5)\n[ 0.241252] ACPI: Using IOAPIC for interrupt routing\n[ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251249] acpiphp: Slot [3] registered\n[ 0.252053] acpiphp: Slot [4] registered\n[ 0.252850] acpiphp: Slot [5] registered\n[ 0.253654] acpiphp: Slot [6] registered\n[ 0.254451] acpiphp: Slot [7] registered\n[ 0.255258] acpiphp: Slot [8] registered\n[ 0.256061] acpiphp: Slot [9] registered\n[ 0.256855] acpiphp: Slot [10] registered\n[ 0.257685] acpiphp: Slot [11] registered\n[ 0.258500] acpiphp: Slot [12] registered\n[ 0.259317] acpiphp: Slot [13] registered\n[ 0.260128] acpiphp: Slot [14] registered\n[ 0.260937] acpiphp: Slot [15] registered\n[ 0.271892] acpiphp: Slot [16] registered\n[ 0.272709] acpiphp: Slot [17] registered\n[ 0.273523] acpiphp: Slot [18] registered\n[ 0.274336] acpiphp: Slot [19] registered\n[ 0.275148] acpiphp: Slot [20] registered\n[ 0.275963] acpiphp: Slot [21] registered\n[ 0.276776] acpiphp: Slot [22] registered\n[ 0.277590] acpiphp: Slot [23] registered\n[ 0.278413] acpiphp: Slot [24] registered\n[ 0.279225] acpiphp: Slot [25] registered\n[ 0.280043] acpiphp: Slot [26] registered\n[ 0.280854] acpiphp: Slot [27] registered\n[ 0.281671] acpiphp: Slot [28] registered\n[ 0.282488] acpiphp: Slot [29] registered\n[ 0.283302] acpiphp: Slot [30] registered\n[ 0.284123] acpiphp: Slot [31] registered\n[ 0.284931] PCI host bridge to bus 0000:00\n[ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368818] vgaarb: loaded\n[ 0.369425] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370563] SCSI subsystem initialized\n[ 0.371383] ACPI: bus type USB registered\n[ 0.372196] usbcore: registered new interface driver usbfs\n[ 0.373227] usbcore: registered new interface driver hub\n[ 0.374235] usbcore: registered new device driver usb\n[ 0.375283] PCI: Using ACPI for IRQ routing\n[ 0.376302] NetLabel: Initializing\n[ 0.377014] NetLabel: domain hash size = 128\n[ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378826] NetLabel: unlabeled traffic allowed by default\n[ 0.379922] clocksource: Switched to clocksource kvm-clock\n[ 0.385334] AppArmor: AppArmor Filesystem Enabled\n[ 0.386289] pnp: PnP ACPI init\n[ 0.387196] pnp: PnP ACPI: found 5 devices\n[ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395262] NET: Registered protocol family 2\n[ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398656] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402072] NET: Registered protocol family 1\n[ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433330] Trying to unpack rootfs image as initramfs...\n[ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497292] Scanning for low memory corruption every 60 seconds\n[ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499745] audit: initializing netlink subsys (disabled)\n[ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized\n[ 0.502102] Initialise system trusted keyring\n[ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506157] zbud: loaded\n[ 0.506853] VFS: Disk quotas dquot_6.6.0\n[ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509199] fuse init (API version 7.23)\n[ 0.510087] Key type big_key registered\n[ 0.510883] Allocating IMA MOK and blacklist keyrings.\n[ 0.511998] Key type asymmetric registered\n[ 0.512821] Asymmetric key parser 'x509' registered\n[ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515600] io scheduler noop registered\n[ 0.516407] io scheduler deadline registered (default)\n[ 0.517452] io scheduler cfq registered\n[ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522937] ACPI: Power Button [PWRF]\n[ 0.523903] GHES: HEST is not enabled!\n[ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597479] Linux agpgart interface v0.103\n[ 0.599721] brd: module loaded\n[ 0.601080] loop: module loaded\n[ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607677] GPT:90111 != 2097151\n[ 0.608488] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609815] GPT:90111 != 2097151\n[ 0.625357] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632371] vda: vda1 vda15\n[ 0.633804] scsi host0: ata_piix\n[ 0.634539] scsi host1: ata_piix\n[ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637891] libphy: Fixed MDIO Bus: probed\n[ 0.638705] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641775] PPP generic driver version 2.4.2\n[ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644510] ehci-pci: EHCI PCI platform driver\n[ 0.645563] ehci-platform: EHCI generic platform driver\n[ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648147] ohci-pci: OHCI PCI platform driver\n[ 0.649198] ohci-platform: OHCI generic platform driver\n[ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673750] usb usb1: Product: UHCI Host Controller\n[ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677464] hub 1-0:1.0: USB hub found\n[ 0.678391] hub 1-0:1.0: 2 ports detected\n[ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684250] mousedev: PS/2 mouse device common for all mice\n[ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687892] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692026] i2c /dev entries driver\n[ 0.692913] device-mapper: uevent: version 1.0.3\n[ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697456] NET: Registered protocol family 10\n[ 0.698625] NET: Registered protocol family 17\n[ 0.699681] Key type dns_resolver registered\n[ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704115] registered taskstats version 1\n[ 0.705089] Loading compiled-in X.509 certificates\n[ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708907] zswap: loaded using pool lzo/zbud\n[ 0.710441] Key type trusted registered\n[ 0.712182] Key type encrypted registered\n[ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.714383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.715604] evm: HMAC attrs: 0x1\n[ 0.716673] Magic number: 6:54:24\n[ 0.717549] misc cpu_dma_latency: hash matches\n[ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088)\n[ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721878] EDD information not available.\n[ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.808385] Write protecting the kernel read-only data: 14336k\n[ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811705] 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.854706] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 11:01:37,789 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-aed08a9d-2929-46e1-9a2c-2b71b6dbec2c 2018-10-12 11:01:37,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07107806206s 2018-10-12 11:01:37,790 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-aed08a9d-2929-46e1-9a2c-2b71b6dbec2c 2018-10-12 11:01:37,790 - 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 531781279 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.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130530] pid_max: default: 32768 minimum: 301 [ 0.131426] ACPI: Core revision 20150930 [ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134117] Security Framework initialized [ 0.134937] Yama: becoming mindful. [ 0.135669] AppArmor: AppArmor initialized [ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141807] Initializing cgroup subsys io [ 0.142625] Initializing cgroup subsys memory [ 0.143492] Initializing cgroup subsys devices [ 0.144382] Initializing cgroup subsys freezer [ 0.145256] Initializing cgroup subsys net_cls [ 0.146130] Initializing cgroup subsys perf_event [ 0.147047] Initializing cgroup subsys net_prio [ 0.147942] Initializing cgroup subsys hugetlb [ 0.148818] Initializing cgroup subsys pids [ 0.149697] CPU: Physical Processor ID: 0 [ 0.151201] mce: CPU supports 10 MCE banks [ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170494] ftrace: allocating 31920 entries in 125 pages [ 0.196595] smpboot: Max logical packages: 1 [ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198803] x2apic enabled [ 0.199612] Switched APIC routing to physical x2apic. [ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206315] KVM setup paravirtual spinlock [ 0.207607] x86: Booted up 1 node, 1 CPUs [ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209809] devtmpfs: initialized [ 0.211536] evm: security.selinux [ 0.212243] evm: security.SMACK64 [ 0.212931] evm: security.SMACK64EXEC [ 0.213675] evm: security.SMACK64TRANSMUTE [ 0.214481] evm: security.SMACK64MMAP [ 0.215228] evm: security.ima [ 0.215868] evm: security.capability [ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218526] pinctrl core: initialized pinctrl subsystem [ 0.219630] RTC time: 11:01:27, date: 10/12/18 [ 0.220583] NET: Registered protocol family 16 [ 0.221552] cpuidle: using governor ladder [ 0.222370] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223908] ACPI: bus type PCI registered [ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225946] PCI: Using configuration type 1 for base access [ 0.227694] ACPI: Added _OSI(Module Device) [ 0.228542] ACPI: Added _OSI(Processor Device) [ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230296] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232395] ACPI: Interpreter enabled [ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240546] ACPI: (supports S0 S5) [ 0.241252] ACPI: Using IOAPIC for interrupt routing [ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251249] acpiphp: Slot [3] registered [ 0.252053] acpiphp: Slot [4] registered [ 0.252850] acpiphp: Slot [5] registered [ 0.253654] acpiphp: Slot [6] registered [ 0.254451] acpiphp: Slot [7] registered [ 0.255258] acpiphp: Slot [8] registered [ 0.256061] acpiphp: Slot [9] registered [ 0.256855] acpiphp: Slot [10] registered [ 0.257685] acpiphp: Slot [11] registered [ 0.258500] acpiphp: Slot [12] registered [ 0.259317] acpiphp: Slot [13] registered [ 0.260128] acpiphp: Slot [14] registered [ 0.260937] acpiphp: Slot [15] registered [ 0.271892] acpiphp: Slot [16] registered [ 0.272709] acpiphp: Slot [17] registered [ 0.273523] acpiphp: Slot [18] registered [ 0.274336] acpiphp: Slot [19] registered [ 0.275148] acpiphp: Slot [20] registered [ 0.275963] acpiphp: Slot [21] registered [ 0.276776] acpiphp: Slot [22] registered [ 0.277590] acpiphp: Slot [23] registered [ 0.278413] acpiphp: Slot [24] registered [ 0.279225] acpiphp: Slot [25] registered [ 0.280043] acpiphp: Slot [26] registered [ 0.280854] acpiphp: Slot [27] registered [ 0.281671] acpiphp: Slot [28] registered [ 0.282488] acpiphp: Slot [29] registered [ 0.283302] acpiphp: Slot [30] registered [ 0.284123] acpiphp: Slot [31] registered [ 0.284931] PCI host bridge to bus 0000:00 [ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368818] vgaarb: loaded [ 0.369425] vgaarb: bridge control possible 0000:00:02.0 [ 0.370563] SCSI subsystem initialized [ 0.371383] ACPI: bus type USB registered [ 0.372196] usbcore: registered new interface driver usbfs [ 0.373227] usbcore: registered new interface driver hub [ 0.374235] usbcore: registered new device driver usb [ 0.375283] PCI: Using ACPI for IRQ routing [ 0.376302] NetLabel: Initializing [ 0.377014] NetLabel: domain hash size = 128 [ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378826] NetLabel: unlabeled traffic allowed by default [ 0.379922] clocksource: Switched to clocksource kvm-clock [ 0.385334] AppArmor: AppArmor Filesystem Enabled [ 0.386289] pnp: PnP ACPI init [ 0.387196] pnp: PnP ACPI: found 5 devices [ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395262] NET: Registered protocol family 2 [ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398656] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402072] NET: Registered protocol family 1 [ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433330] Trying to unpack rootfs image as initramfs... [ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.497292] Scanning for low memory corruption every 60 seconds [ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.499745] audit: initializing netlink subsys (disabled) [ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized [ 0.502102] Initialise system trusted keyring [ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.506157] zbud: loaded [ 0.506853] VFS: Disk quotas dquot_6.6.0 [ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509199] fuse init (API version 7.23) [ 0.510087] Key type big_key registered [ 0.510883] Allocating IMA MOK and blacklist keyrings. [ 0.511998] Key type asymmetric registered [ 0.512821] Asymmetric key parser 'x509' registered [ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515600] io scheduler noop registered [ 0.516407] io scheduler deadline registered (default) [ 0.517452] io scheduler cfq registered [ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.522937] ACPI: Power Button [PWRF] [ 0.523903] GHES: HEST is not enabled! [ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.597479] Linux agpgart interface v0.103 [ 0.599721] brd: module loaded [ 0.601080] loop: module loaded [ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.607677] GPT:90111 != 2097151 [ 0.608488] GPT:Alternate GPT header not at the end of the disk. [ 0.609815] GPT:90111 != 2097151 [ 0.625357] GPT: Use GNU Parted to correct GPT errors. [ 0.632371] vda: vda1 vda15 [ 0.633804] scsi host0: ata_piix [ 0.634539] scsi host1: ata_piix [ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637891] libphy: Fixed MDIO Bus: probed [ 0.638705] tun: Universal TUN/TAP device driver, 1.6 [ 0.639642] tun: (C) 1999-2004 Max Krasnyansky [ 0.641775] PPP generic driver version 2.4.2 [ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644510] ehci-pci: EHCI PCI platform driver [ 0.645563] ehci-platform: EHCI generic platform driver [ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.648147] ohci-pci: OHCI PCI platform driver [ 0.649198] ohci-platform: OHCI generic platform driver [ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver [ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.673750] usb usb1: Product: UHCI Host Controller [ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.676316] usb usb1: SerialNumber: 0000:00:01.2 [ 0.677464] hub 1-0:1.0: USB hub found [ 0.678391] hub 1-0:1.0: 2 ports detected [ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.684250] mousedev: PS/2 mouse device common for all mice [ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687892] rtc_cmos 00:00: RTC can wake from S4 [ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692026] i2c /dev entries driver [ 0.692913] device-mapper: uevent: version 1.0.3 [ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs [ 0.697456] NET: Registered protocol family 10 [ 0.698625] NET: Registered protocol family 17 [ 0.699681] Key type dns_resolver registered [ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704115] registered taskstats version 1 [ 0.705089] Loading compiled-in X.509 certificates [ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708907] zswap: loaded using pool lzo/zbud [ 0.710441] Key type trusted registered [ 0.712182] Key type encrypted registered [ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714383] ima: No TPM chip found, activating TPM-bypass! [ 0.715604] evm: HMAC attrs: 0x1 [ 0.716673] Magic number: 6:54:24 [ 0.717549] misc cpu_dma_latency: hash matches [ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088) [ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.721878] EDD information not available. [ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.808385] Write protecting the kernel read-only data: 14336k [ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811705] 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.854706] 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.24 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... 2018-10-12 11:01:38,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:01:38,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:39,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01: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-0bf6b019-6e47-4bab-8709-c204a2c3e4f6 x-compute-request-id: req-0bf6b019-6e47-4bab-8709-c204a2c3e4f6 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:0f:e4", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:27.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "94162d8f-8591-4b7e-a061-619938462d1d", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:28Z", "hostId": "cd37190eab409513eaebf3e3ec9c7e9c3dcdbcc3dfc5869c95d75f9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:24Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:3a:d4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:19.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:20Z", "hostId": "a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:15Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:01:39,207 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0bf6b019-6e47-4bab-8709-c204a2c3e4f6 2018-10-12 11:01:39,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.41462802887s 2018-10-12 11:01:39,208 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-0bf6b019-6e47-4bab-8709-c204a2c3e4f6 2018-10-12 11:01:39,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-12 11:01:39,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 11:01:40,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01: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-3f614d99-5ea3-4a44-9e5a-65fbfd01eaff x-compute-request-id: req-3f614d99-5ea3-4a44-9e5a-65fbfd01eaff Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531781279 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130530] pid_max: default: 32768 minimum: 301\n[ 0.131426] ACPI: Core revision 20150930\n[ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134117] Security Framework initialized\n[ 0.134937] Yama: becoming mindful.\n[ 0.135669] AppArmor: AppArmor initialized\n[ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141807] Initializing cgroup subsys io\n[ 0.142625] Initializing cgroup subsys memory\n[ 0.143492] Initializing cgroup subsys devices\n[ 0.144382] Initializing cgroup subsys freezer\n[ 0.145256] Initializing cgroup subsys net_cls\n[ 0.146130] Initializing cgroup subsys perf_event\n[ 0.147047] Initializing cgroup subsys net_prio\n[ 0.147942] Initializing cgroup subsys hugetlb\n[ 0.148818] Initializing cgroup subsys pids\n[ 0.149697] CPU: Physical Processor ID: 0\n[ 0.151201] mce: CPU supports 10 MCE banks\n[ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170494] ftrace: allocating 31920 entries in 125 pages\n[ 0.196595] smpboot: Max logical packages: 1\n[ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198803] x2apic enabled\n[ 0.199612] Switched APIC routing to physical x2apic.\n[ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206315] KVM setup paravirtual spinlock\n[ 0.207607] x86: Booted up 1 node, 1 CPUs\n[ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209809] devtmpfs: initialized\n[ 0.211536] evm: security.selinux\n[ 0.212243] evm: security.SMACK64\n[ 0.212931] evm: security.SMACK64EXEC\n[ 0.213675] evm: security.SMACK64TRANSMUTE\n[ 0.214481] evm: security.SMACK64MMAP\n[ 0.215228] evm: security.ima\n[ 0.215868] evm: security.capability\n[ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218526] pinctrl core: initialized pinctrl subsystem\n[ 0.219630] RTC time: 11:01:27, date: 10/12/18\n[ 0.220583] NET: Registered protocol family 16\n[ 0.221552] cpuidle: using governor ladder\n[ 0.222370] cpuidle: using governor menu\n[ 0.223155] PCCT header not found.\n[ 0.223908] ACPI: bus type PCI registered\n[ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225946] PCI: Using configuration type 1 for base access\n[ 0.227694] ACPI: Added _OSI(Module Device)\n[ 0.228542] ACPI: Added _OSI(Processor Device)\n[ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230296] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232395] ACPI: Interpreter enabled\n[ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240546] ACPI: (supports S0 S5)\n[ 0.241252] ACPI: Using IOAPIC for interrupt routing\n[ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251249] acpiphp: Slot [3] registered\n[ 0.252053] acpiphp: Slot [4] registered\n[ 0.252850] acpiphp: Slot [5] registered\n[ 0.253654] acpiphp: Slot [6] registered\n[ 0.254451] acpiphp: Slot [7] registered\n[ 0.255258] acpiphp: Slot [8] registered\n[ 0.256061] acpiphp: Slot [9] registered\n[ 0.256855] acpiphp: Slot [10] registered\n[ 0.257685] acpiphp: Slot [11] registered\n[ 0.258500] acpiphp: Slot [12] registered\n[ 0.259317] acpiphp: Slot [13] registered\n[ 0.260128] acpiphp: Slot [14] registered\n[ 0.260937] acpiphp: Slot [15] registered\n[ 0.271892] acpiphp: Slot [16] registered\n[ 0.272709] acpiphp: Slot [17] registered\n[ 0.273523] acpiphp: Slot [18] registered\n[ 0.274336] acpiphp: Slot [19] registered\n[ 0.275148] acpiphp: Slot [20] registered\n[ 0.275963] acpiphp: Slot [21] registered\n[ 0.276776] acpiphp: Slot [22] registered\n[ 0.277590] acpiphp: Slot [23] registered\n[ 0.278413] acpiphp: Slot [24] registered\n[ 0.279225] acpiphp: Slot [25] registered\n[ 0.280043] acpiphp: Slot [26] registered\n[ 0.280854] acpiphp: Slot [27] registered\n[ 0.281671] acpiphp: Slot [28] registered\n[ 0.282488] acpiphp: Slot [29] registered\n[ 0.283302] acpiphp: Slot [30] registered\n[ 0.284123] acpiphp: Slot [31] registered\n[ 0.284931] PCI host bridge to bus 0000:00\n[ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368818] vgaarb: loaded\n[ 0.369425] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370563] SCSI subsystem initialized\n[ 0.371383] ACPI: bus type USB registered\n[ 0.372196] usbcore: registered new interface driver usbfs\n[ 0.373227] usbcore: registered new interface driver hub\n[ 0.374235] usbcore: registered new device driver usb\n[ 0.375283] PCI: Using ACPI for IRQ routing\n[ 0.376302] NetLabel: Initializing\n[ 0.377014] NetLabel: domain hash size = 128\n[ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378826] NetLabel: unlabeled traffic allowed by default\n[ 0.379922] clocksource: Switched to clocksource kvm-clock\n[ 0.385334] AppArmor: AppArmor Filesystem Enabled\n[ 0.386289] pnp: PnP ACPI init\n[ 0.387196] pnp: PnP ACPI: found 5 devices\n[ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395262] NET: Registered protocol family 2\n[ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398656] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402072] NET: Registered protocol family 1\n[ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433330] Trying to unpack rootfs image as initramfs...\n[ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497292] Scanning for low memory corruption every 60 seconds\n[ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499745] audit: initializing netlink subsys (disabled)\n[ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized\n[ 0.502102] Initialise system trusted keyring\n[ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506157] zbud: loaded\n[ 0.506853] VFS: Disk quotas dquot_6.6.0\n[ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509199] fuse init (API version 7.23)\n[ 0.510087] Key type big_key registered\n[ 0.510883] Allocating IMA MOK and blacklist keyrings.\n[ 0.511998] Key type asymmetric registered\n[ 0.512821] Asymmetric key parser 'x509' registered\n[ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515600] io scheduler noop registered\n[ 0.516407] io scheduler deadline registered (default)\n[ 0.517452] io scheduler cfq registered\n[ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522937] ACPI: Power Button [PWRF]\n[ 0.523903] GHES: HEST is not enabled!\n[ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597479] Linux agpgart interface v0.103\n[ 0.599721] brd: module loaded\n[ 0.601080] loop: module loaded\n[ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607677] GPT:90111 != 2097151\n[ 0.608488] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609815] GPT:90111 != 2097151\n[ 0.625357] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632371] vda: vda1 vda15\n[ 0.633804] scsi host0: ata_piix\n[ 0.634539] scsi host1: ata_piix\n[ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637891] libphy: Fixed MDIO Bus: probed\n[ 0.638705] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641775] PPP generic driver version 2.4.2\n[ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644510] ehci-pci: EHCI PCI platform driver\n[ 0.645563] ehci-platform: EHCI generic platform driver\n[ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648147] ohci-pci: OHCI PCI platform driver\n[ 0.649198] ohci-platform: OHCI generic platform driver\n[ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673750] usb usb1: Product: UHCI Host Controller\n[ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677464] hub 1-0:1.0: USB hub found\n[ 0.678391] hub 1-0:1.0: 2 ports detected\n[ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684250] mousedev: PS/2 mouse device common for all mice\n[ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687892] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692026] i2c /dev entries driver\n[ 0.692913] device-mapper: uevent: version 1.0.3\n[ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697456] NET: Registered protocol family 10\n[ 0.698625] NET: Registered protocol family 17\n[ 0.699681] Key type dns_resolver registered\n[ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704115] registered taskstats version 1\n[ 0.705089] Loading compiled-in X.509 certificates\n[ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708907] zswap: loaded using pool lzo/zbud\n[ 0.710441] Key type trusted registered\n[ 0.712182] Key type encrypted registered\n[ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.714383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.715604] evm: HMAC attrs: 0x1\n[ 0.716673] Magic number: 6:54:24\n[ 0.717549] misc cpu_dma_latency: hash matches\n[ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088)\n[ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721878] EDD information not available.\n[ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.808385] Write protecting the kernel read-only data: 14336k\n[ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811705] 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.854706] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 11:01:40,328 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-3f614d99-5ea3-4a44-9e5a-65fbfd01eaff 2018-10-12 11:01:40,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11709403992s 2018-10-12 11:01:40,329 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-3f614d99-5ea3-4a44-9e5a-65fbfd01eaff 2018-10-12 11:01:40,329 - 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 531781279 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.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130530] pid_max: default: 32768 minimum: 301 [ 0.131426] ACPI: Core revision 20150930 [ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134117] Security Framework initialized [ 0.134937] Yama: becoming mindful. [ 0.135669] AppArmor: AppArmor initialized [ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141807] Initializing cgroup subsys io [ 0.142625] Initializing cgroup subsys memory [ 0.143492] Initializing cgroup subsys devices [ 0.144382] Initializing cgroup subsys freezer [ 0.145256] Initializing cgroup subsys net_cls [ 0.146130] Initializing cgroup subsys perf_event [ 0.147047] Initializing cgroup subsys net_prio [ 0.147942] Initializing cgroup subsys hugetlb [ 0.148818] Initializing cgroup subsys pids [ 0.149697] CPU: Physical Processor ID: 0 [ 0.151201] mce: CPU supports 10 MCE banks [ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170494] ftrace: allocating 31920 entries in 125 pages [ 0.196595] smpboot: Max logical packages: 1 [ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198803] x2apic enabled [ 0.199612] Switched APIC routing to physical x2apic. [ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206315] KVM setup paravirtual spinlock [ 0.207607] x86: Booted up 1 node, 1 CPUs [ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209809] devtmpfs: initialized [ 0.211536] evm: security.selinux [ 0.212243] evm: security.SMACK64 [ 0.212931] evm: security.SMACK64EXEC [ 0.213675] evm: security.SMACK64TRANSMUTE [ 0.214481] evm: security.SMACK64MMAP [ 0.215228] evm: security.ima [ 0.215868] evm: security.capability [ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218526] pinctrl core: initialized pinctrl subsystem [ 0.219630] RTC time: 11:01:27, date: 10/12/18 [ 0.220583] NET: Registered protocol family 16 [ 0.221552] cpuidle: using governor ladder [ 0.222370] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223908] ACPI: bus type PCI registered [ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225946] PCI: Using configuration type 1 for base access [ 0.227694] ACPI: Added _OSI(Module Device) [ 0.228542] ACPI: Added _OSI(Processor Device) [ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230296] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232395] ACPI: Interpreter enabled [ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240546] ACPI: (supports S0 S5) [ 0.241252] ACPI: Using IOAPIC for interrupt routing [ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251249] acpiphp: Slot [3] registered [ 0.252053] acpiphp: Slot [4] registered [ 0.252850] acpiphp: Slot [5] registered [ 0.253654] acpiphp: Slot [6] registered [ 0.254451] acpiphp: Slot [7] registered [ 0.255258] acpiphp: Slot [8] registered [ 0.256061] acpiphp: Slot [9] registered [ 0.256855] acpiphp: Slot [10] registered [ 0.257685] acpiphp: Slot [11] registered [ 0.258500] acpiphp: Slot [12] registered [ 0.259317] acpiphp: Slot [13] registered [ 0.260128] acpiphp: Slot [14] registered [ 0.260937] acpiphp: Slot [15] registered [ 0.271892] acpiphp: Slot [16] registered [ 0.272709] acpiphp: Slot [17] registered [ 0.273523] acpiphp: Slot [18] registered [ 0.274336] acpiphp: Slot [19] registered [ 0.275148] acpiphp: Slot [20] registered [ 0.275963] acpiphp: Slot [21] registered [ 0.276776] acpiphp: Slot [22] registered [ 0.277590] acpiphp: Slot [23] registered [ 0.278413] acpiphp: Slot [24] registered [ 0.279225] acpiphp: Slot [25] registered [ 0.280043] acpiphp: Slot [26] registered [ 0.280854] acpiphp: Slot [27] registered [ 0.281671] acpiphp: Slot [28] registered [ 0.282488] acpiphp: Slot [29] registered [ 0.283302] acpiphp: Slot [30] registered [ 0.284123] acpiphp: Slot [31] registered [ 0.284931] PCI host bridge to bus 0000:00 [ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368818] vgaarb: loaded [ 0.369425] vgaarb: bridge control possible 0000:00:02.0 [ 0.370563] SCSI subsystem initialized [ 0.371383] ACPI: bus type USB registered [ 0.372196] usbcore: registered new interface driver usbfs [ 0.373227] usbcore: registered new interface driver hub [ 0.374235] usbcore: registered new device driver usb [ 0.375283] PCI: Using ACPI for IRQ routing [ 0.376302] NetLabel: Initializing [ 0.377014] NetLabel: domain hash size = 128 [ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378826] NetLabel: unlabeled traffic allowed by default [ 0.379922] clocksource: Switched to clocksource kvm-clock [ 0.385334] AppArmor: AppArmor Filesystem Enabled [ 0.386289] pnp: PnP ACPI init [ 0.387196] pnp: PnP ACPI: found 5 devices [ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395262] NET: Registered protocol family 2 [ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398656] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402072] NET: Registered protocol family 1 [ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433330] Trying to unpack rootfs image as initramfs... [ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.497292] Scanning for low memory corruption every 60 seconds [ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.499745] audit: initializing netlink subsys (disabled) [ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized [ 0.502102] Initialise system trusted keyring [ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.506157] zbud: loaded [ 0.506853] VFS: Disk quotas dquot_6.6.0 [ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509199] fuse init (API version 7.23) [ 0.510087] Key type big_key registered [ 0.510883] Allocating IMA MOK and blacklist keyrings. [ 0.511998] Key type asymmetric registered [ 0.512821] Asymmetric key parser 'x509' registered [ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515600] io scheduler noop registered [ 0.516407] io scheduler deadline registered (default) [ 0.517452] io scheduler cfq registered [ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.522937] ACPI: Power Button [PWRF] [ 0.523903] GHES: HEST is not enabled! [ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.597479] Linux agpgart interface v0.103 [ 0.599721] brd: module loaded [ 0.601080] loop: module loaded [ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.607677] GPT:90111 != 2097151 [ 0.608488] GPT:Alternate GPT header not at the end of the disk. [ 0.609815] GPT:90111 != 2097151 [ 0.625357] GPT: Use GNU Parted to correct GPT errors. [ 0.632371] vda: vda1 vda15 [ 0.633804] scsi host0: ata_piix [ 0.634539] scsi host1: ata_piix [ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637891] libphy: Fixed MDIO Bus: probed [ 0.638705] tun: Universal TUN/TAP device driver, 1.6 [ 0.639642] tun: (C) 1999-2004 Max Krasnyansky [ 0.641775] PPP generic driver version 2.4.2 [ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644510] ehci-pci: EHCI PCI platform driver [ 0.645563] ehci-platform: EHCI generic platform driver [ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.648147] ohci-pci: OHCI PCI platform driver [ 0.649198] ohci-platform: OHCI generic platform driver [ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver [ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.673750] usb usb1: Product: UHCI Host Controller [ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.676316] usb usb1: SerialNumber: 0000:00:01.2 [ 0.677464] hub 1-0:1.0: USB hub found [ 0.678391] hub 1-0:1.0: 2 ports detected [ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.684250] mousedev: PS/2 mouse device common for all mice [ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687892] rtc_cmos 00:00: RTC can wake from S4 [ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692026] i2c /dev entries driver [ 0.692913] device-mapper: uevent: version 1.0.3 [ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs [ 0.697456] NET: Registered protocol family 10 [ 0.698625] NET: Registered protocol family 17 [ 0.699681] Key type dns_resolver registered [ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704115] registered taskstats version 1 [ 0.705089] Loading compiled-in X.509 certificates [ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708907] zswap: loaded using pool lzo/zbud [ 0.710441] Key type trusted registered [ 0.712182] Key type encrypted registered [ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714383] ima: No TPM chip found, activating TPM-bypass! [ 0.715604] evm: HMAC attrs: 0x1 [ 0.716673] Magic number: 6:54:24 [ 0.717549] misc cpu_dma_latency: hash matches [ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088) [ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.721878] EDD information not available. [ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.808385] Write protecting the kernel read-only data: 14336k [ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811705] 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.854706] 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.24 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... 2018-10-12 11:01:41,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:01:41,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:41,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01: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-d0e7a37e-a8ec-4ab5-9be5-839d760bbdf3 x-compute-request-id: req-d0e7a37e-a8ec-4ab5-9be5-839d760bbdf3 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:0f:e4", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:27.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "94162d8f-8591-4b7e-a061-619938462d1d", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:28Z", "hostId": "cd37190eab409513eaebf3e3ec9c7e9c3dcdbcc3dfc5869c95d75f9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:24Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:3a:d4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:19.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:20Z", "hostId": "a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:15Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:01:41,851 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d0e7a37e-a8ec-4ab5-9be5-839d760bbdf3 2018-10-12 11:01:41,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.519544124603s 2018-10-12 11:01:41,852 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d0e7a37e-a8ec-4ab5-9be5-839d760bbdf3 2018-10-12 11:01:41,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-12 11:01:41,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 11:01:42,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01: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-4512f258-dd4c-4260-8d00-c87614dcdfa3 x-compute-request-id: req-4512f258-dd4c-4260-8d00-c87614dcdfa3 Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531781279 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130530] pid_max: default: 32768 minimum: 301\n[ 0.131426] ACPI: Core revision 20150930\n[ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134117] Security Framework initialized\n[ 0.134937] Yama: becoming mindful.\n[ 0.135669] AppArmor: AppArmor initialized\n[ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141807] Initializing cgroup subsys io\n[ 0.142625] Initializing cgroup subsys memory\n[ 0.143492] Initializing cgroup subsys devices\n[ 0.144382] Initializing cgroup subsys freezer\n[ 0.145256] Initializing cgroup subsys net_cls\n[ 0.146130] Initializing cgroup subsys perf_event\n[ 0.147047] Initializing cgroup subsys net_prio\n[ 0.147942] Initializing cgroup subsys hugetlb\n[ 0.148818] Initializing cgroup subsys pids\n[ 0.149697] CPU: Physical Processor ID: 0\n[ 0.151201] mce: CPU supports 10 MCE banks\n[ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170494] ftrace: allocating 31920 entries in 125 pages\n[ 0.196595] smpboot: Max logical packages: 1\n[ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198803] x2apic enabled\n[ 0.199612] Switched APIC routing to physical x2apic.\n[ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206315] KVM setup paravirtual spinlock\n[ 0.207607] x86: Booted up 1 node, 1 CPUs\n[ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209809] devtmpfs: initialized\n[ 0.211536] evm: security.selinux\n[ 0.212243] evm: security.SMACK64\n[ 0.212931] evm: security.SMACK64EXEC\n[ 0.213675] evm: security.SMACK64TRANSMUTE\n[ 0.214481] evm: security.SMACK64MMAP\n[ 0.215228] evm: security.ima\n[ 0.215868] evm: security.capability\n[ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218526] pinctrl core: initialized pinctrl subsystem\n[ 0.219630] RTC time: 11:01:27, date: 10/12/18\n[ 0.220583] NET: Registered protocol family 16\n[ 0.221552] cpuidle: using governor ladder\n[ 0.222370] cpuidle: using governor menu\n[ 0.223155] PCCT header not found.\n[ 0.223908] ACPI: bus type PCI registered\n[ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225946] PCI: Using configuration type 1 for base access\n[ 0.227694] ACPI: Added _OSI(Module Device)\n[ 0.228542] ACPI: Added _OSI(Processor Device)\n[ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230296] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232395] ACPI: Interpreter enabled\n[ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240546] ACPI: (supports S0 S5)\n[ 0.241252] ACPI: Using IOAPIC for interrupt routing\n[ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251249] acpiphp: Slot [3] registered\n[ 0.252053] acpiphp: Slot [4] registered\n[ 0.252850] acpiphp: Slot [5] registered\n[ 0.253654] acpiphp: Slot [6] registered\n[ 0.254451] acpiphp: Slot [7] registered\n[ 0.255258] acpiphp: Slot [8] registered\n[ 0.256061] acpiphp: Slot [9] registered\n[ 0.256855] acpiphp: Slot [10] registered\n[ 0.257685] acpiphp: Slot [11] registered\n[ 0.258500] acpiphp: Slot [12] registered\n[ 0.259317] acpiphp: Slot [13] registered\n[ 0.260128] acpiphp: Slot [14] registered\n[ 0.260937] acpiphp: Slot [15] registered\n[ 0.271892] acpiphp: Slot [16] registered\n[ 0.272709] acpiphp: Slot [17] registered\n[ 0.273523] acpiphp: Slot [18] registered\n[ 0.274336] acpiphp: Slot [19] registered\n[ 0.275148] acpiphp: Slot [20] registered\n[ 0.275963] acpiphp: Slot [21] registered\n[ 0.276776] acpiphp: Slot [22] registered\n[ 0.277590] acpiphp: Slot [23] registered\n[ 0.278413] acpiphp: Slot [24] registered\n[ 0.279225] acpiphp: Slot [25] registered\n[ 0.280043] acpiphp: Slot [26] registered\n[ 0.280854] acpiphp: Slot [27] registered\n[ 0.281671] acpiphp: Slot [28] registered\n[ 0.282488] acpiphp: Slot [29] registered\n[ 0.283302] acpiphp: Slot [30] registered\n[ 0.284123] acpiphp: Slot [31] registered\n[ 0.284931] PCI host bridge to bus 0000:00\n[ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368818] vgaarb: loaded\n[ 0.369425] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370563] SCSI subsystem initialized\n[ 0.371383] ACPI: bus type USB registered\n[ 0.372196] usbcore: registered new interface driver usbfs\n[ 0.373227] usbcore: registered new interface driver hub\n[ 0.374235] usbcore: registered new device driver usb\n[ 0.375283] PCI: Using ACPI for IRQ routing\n[ 0.376302] NetLabel: Initializing\n[ 0.377014] NetLabel: domain hash size = 128\n[ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378826] NetLabel: unlabeled traffic allowed by default\n[ 0.379922] clocksource: Switched to clocksource kvm-clock\n[ 0.385334] AppArmor: AppArmor Filesystem Enabled\n[ 0.386289] pnp: PnP ACPI init\n[ 0.387196] pnp: PnP ACPI: found 5 devices\n[ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395262] NET: Registered protocol family 2\n[ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398656] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402072] NET: Registered protocol family 1\n[ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433330] Trying to unpack rootfs image as initramfs...\n[ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497292] Scanning for low memory corruption every 60 seconds\n[ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499745] audit: initializing netlink subsys (disabled)\n[ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized\n[ 0.502102] Initialise system trusted keyring\n[ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506157] zbud: loaded\n[ 0.506853] VFS: Disk quotas dquot_6.6.0\n[ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509199] fuse init (API version 7.23)\n[ 0.510087] Key type big_key registered\n[ 0.510883] Allocating IMA MOK and blacklist keyrings.\n[ 0.511998] Key type asymmetric registered\n[ 0.512821] Asymmetric key parser 'x509' registered\n[ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515600] io scheduler noop registered\n[ 0.516407] io scheduler deadline registered (default)\n[ 0.517452] io scheduler cfq registered\n[ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522937] ACPI: Power Button [PWRF]\n[ 0.523903] GHES: HEST is not enabled!\n[ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597479] Linux agpgart interface v0.103\n[ 0.599721] brd: module loaded\n[ 0.601080] loop: module loaded\n[ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607677] GPT:90111 != 2097151\n[ 0.608488] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609815] GPT:90111 != 2097151\n[ 0.625357] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632371] vda: vda1 vda15\n[ 0.633804] scsi host0: ata_piix\n[ 0.634539] scsi host1: ata_piix\n[ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637891] libphy: Fixed MDIO Bus: probed\n[ 0.638705] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641775] PPP generic driver version 2.4.2\n[ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644510] ehci-pci: EHCI PCI platform driver\n[ 0.645563] ehci-platform: EHCI generic platform driver\n[ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648147] ohci-pci: OHCI PCI platform driver\n[ 0.649198] ohci-platform: OHCI generic platform driver\n[ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673750] usb usb1: Product: UHCI Host Controller\n[ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677464] hub 1-0:1.0: USB hub found\n[ 0.678391] hub 1-0:1.0: 2 ports detected\n[ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684250] mousedev: PS/2 mouse device common for all mice\n[ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687892] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692026] i2c /dev entries driver\n[ 0.692913] device-mapper: uevent: version 1.0.3\n[ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697456] NET: Registered protocol family 10\n[ 0.698625] NET: Registered protocol family 17\n[ 0.699681] Key type dns_resolver registered\n[ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704115] registered taskstats version 1\n[ 0.705089] Loading compiled-in X.509 certificates\n[ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708907] zswap: loaded using pool lzo/zbud\n[ 0.710441] Key type trusted registered\n[ 0.712182] Key type encrypted registered\n[ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.714383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.715604] evm: HMAC attrs: 0x1\n[ 0.716673] Magic number: 6:54:24\n[ 0.717549] misc cpu_dma_latency: hash matches\n[ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088)\n[ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721878] EDD information not available.\n[ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.808385] Write protecting the kernel read-only data: 14336k\n[ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811705] 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.854706] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 11:01:42,947 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-4512f258-dd4c-4260-8d00-c87614dcdfa3 2018-10-12 11:01:42,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09330701828s 2018-10-12 11:01:42,948 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-4512f258-dd4c-4260-8d00-c87614dcdfa3 2018-10-12 11:01:42,949 - 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 531781279 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.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130530] pid_max: default: 32768 minimum: 301 [ 0.131426] ACPI: Core revision 20150930 [ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134117] Security Framework initialized [ 0.134937] Yama: becoming mindful. [ 0.135669] AppArmor: AppArmor initialized [ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141807] Initializing cgroup subsys io [ 0.142625] Initializing cgroup subsys memory [ 0.143492] Initializing cgroup subsys devices [ 0.144382] Initializing cgroup subsys freezer [ 0.145256] Initializing cgroup subsys net_cls [ 0.146130] Initializing cgroup subsys perf_event [ 0.147047] Initializing cgroup subsys net_prio [ 0.147942] Initializing cgroup subsys hugetlb [ 0.148818] Initializing cgroup subsys pids [ 0.149697] CPU: Physical Processor ID: 0 [ 0.151201] mce: CPU supports 10 MCE banks [ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170494] ftrace: allocating 31920 entries in 125 pages [ 0.196595] smpboot: Max logical packages: 1 [ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198803] x2apic enabled [ 0.199612] Switched APIC routing to physical x2apic. [ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206315] KVM setup paravirtual spinlock [ 0.207607] x86: Booted up 1 node, 1 CPUs [ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209809] devtmpfs: initialized [ 0.211536] evm: security.selinux [ 0.212243] evm: security.SMACK64 [ 0.212931] evm: security.SMACK64EXEC [ 0.213675] evm: security.SMACK64TRANSMUTE [ 0.214481] evm: security.SMACK64MMAP [ 0.215228] evm: security.ima [ 0.215868] evm: security.capability [ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218526] pinctrl core: initialized pinctrl subsystem [ 0.219630] RTC time: 11:01:27, date: 10/12/18 [ 0.220583] NET: Registered protocol family 16 [ 0.221552] cpuidle: using governor ladder [ 0.222370] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223908] ACPI: bus type PCI registered [ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225946] PCI: Using configuration type 1 for base access [ 0.227694] ACPI: Added _OSI(Module Device) [ 0.228542] ACPI: Added _OSI(Processor Device) [ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230296] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232395] ACPI: Interpreter enabled [ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240546] ACPI: (supports S0 S5) [ 0.241252] ACPI: Using IOAPIC for interrupt routing [ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251249] acpiphp: Slot [3] registered [ 0.252053] acpiphp: Slot [4] registered [ 0.252850] acpiphp: Slot [5] registered [ 0.253654] acpiphp: Slot [6] registered [ 0.254451] acpiphp: Slot [7] registered [ 0.255258] acpiphp: Slot [8] registered [ 0.256061] acpiphp: Slot [9] registered [ 0.256855] acpiphp: Slot [10] registered [ 0.257685] acpiphp: Slot [11] registered [ 0.258500] acpiphp: Slot [12] registered [ 0.259317] acpiphp: Slot [13] registered [ 0.260128] acpiphp: Slot [14] registered [ 0.260937] acpiphp: Slot [15] registered [ 0.271892] acpiphp: Slot [16] registered [ 0.272709] acpiphp: Slot [17] registered [ 0.273523] acpiphp: Slot [18] registered [ 0.274336] acpiphp: Slot [19] registered [ 0.275148] acpiphp: Slot [20] registered [ 0.275963] acpiphp: Slot [21] registered [ 0.276776] acpiphp: Slot [22] registered [ 0.277590] acpiphp: Slot [23] registered [ 0.278413] acpiphp: Slot [24] registered [ 0.279225] acpiphp: Slot [25] registered [ 0.280043] acpiphp: Slot [26] registered [ 0.280854] acpiphp: Slot [27] registered [ 0.281671] acpiphp: Slot [28] registered [ 0.282488] acpiphp: Slot [29] registered [ 0.283302] acpiphp: Slot [30] registered [ 0.284123] acpiphp: Slot [31] registered [ 0.284931] PCI host bridge to bus 0000:00 [ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368818] vgaarb: loaded [ 0.369425] vgaarb: bridge control possible 0000:00:02.0 [ 0.370563] SCSI subsystem initialized [ 0.371383] ACPI: bus type USB registered [ 0.372196] usbcore: registered new interface driver usbfs [ 0.373227] usbcore: registered new interface driver hub [ 0.374235] usbcore: registered new device driver usb [ 0.375283] PCI: Using ACPI for IRQ routing [ 0.376302] NetLabel: Initializing [ 0.377014] NetLabel: domain hash size = 128 [ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378826] NetLabel: unlabeled traffic allowed by default [ 0.379922] clocksource: Switched to clocksource kvm-clock [ 0.385334] AppArmor: AppArmor Filesystem Enabled [ 0.386289] pnp: PnP ACPI init [ 0.387196] pnp: PnP ACPI: found 5 devices [ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395262] NET: Registered protocol family 2 [ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398656] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402072] NET: Registered protocol family 1 [ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433330] Trying to unpack rootfs image as initramfs... [ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.497292] Scanning for low memory corruption every 60 seconds [ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.499745] audit: initializing netlink subsys (disabled) [ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized [ 0.502102] Initialise system trusted keyring [ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.506157] zbud: loaded [ 0.506853] VFS: Disk quotas dquot_6.6.0 [ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509199] fuse init (API version 7.23) [ 0.510087] Key type big_key registered [ 0.510883] Allocating IMA MOK and blacklist keyrings. [ 0.511998] Key type asymmetric registered [ 0.512821] Asymmetric key parser 'x509' registered [ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515600] io scheduler noop registered [ 0.516407] io scheduler deadline registered (default) [ 0.517452] io scheduler cfq registered [ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.522937] ACPI: Power Button [PWRF] [ 0.523903] GHES: HEST is not enabled! [ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.597479] Linux agpgart interface v0.103 [ 0.599721] brd: module loaded [ 0.601080] loop: module loaded [ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.607677] GPT:90111 != 2097151 [ 0.608488] GPT:Alternate GPT header not at the end of the disk. [ 0.609815] GPT:90111 != 2097151 [ 0.625357] GPT: Use GNU Parted to correct GPT errors. [ 0.632371] vda: vda1 vda15 [ 0.633804] scsi host0: ata_piix [ 0.634539] scsi host1: ata_piix [ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637891] libphy: Fixed MDIO Bus: probed [ 0.638705] tun: Universal TUN/TAP device driver, 1.6 [ 0.639642] tun: (C) 1999-2004 Max Krasnyansky [ 0.641775] PPP generic driver version 2.4.2 [ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644510] ehci-pci: EHCI PCI platform driver [ 0.645563] ehci-platform: EHCI generic platform driver [ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.648147] ohci-pci: OHCI PCI platform driver [ 0.649198] ohci-platform: OHCI generic platform driver [ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver [ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.673750] usb usb1: Product: UHCI Host Controller [ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.676316] usb usb1: SerialNumber: 0000:00:01.2 [ 0.677464] hub 1-0:1.0: USB hub found [ 0.678391] hub 1-0:1.0: 2 ports detected [ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.684250] mousedev: PS/2 mouse device common for all mice [ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687892] rtc_cmos 00:00: RTC can wake from S4 [ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692026] i2c /dev entries driver [ 0.692913] device-mapper: uevent: version 1.0.3 [ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs [ 0.697456] NET: Registered protocol family 10 [ 0.698625] NET: Registered protocol family 17 [ 0.699681] Key type dns_resolver registered [ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704115] registered taskstats version 1 [ 0.705089] Loading compiled-in X.509 certificates [ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708907] zswap: loaded using pool lzo/zbud [ 0.710441] Key type trusted registered [ 0.712182] Key type encrypted registered [ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714383] ima: No TPM chip found, activating TPM-bypass! [ 0.715604] evm: HMAC attrs: 0x1 [ 0.716673] Magic number: 6:54:24 [ 0.717549] misc cpu_dma_latency: hash matches [ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088) [ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.721878] EDD information not available. [ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.808385] Write protecting the kernel read-only data: 14336k [ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811705] 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.854706] 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.24 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... 2018-10-12 11:01:43,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:01:43,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:44,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01: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-5b76d4a5-8f6e-4b3f-9730-4d2b03a90779 x-compute-request-id: req-5b76d4a5-8f6e-4b3f-9730-4d2b03a90779 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:0f:e4", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:27.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "94162d8f-8591-4b7e-a061-619938462d1d", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:28Z", "hostId": "cd37190eab409513eaebf3e3ec9c7e9c3dcdbcc3dfc5869c95d75f9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:24Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:3a:d4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:19.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:20Z", "hostId": "a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:15Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:01:44,443 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5b76d4a5-8f6e-4b3f-9730-4d2b03a90779 2018-10-12 11:01:44,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.492633104324s 2018-10-12 11:01:44,444 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5b76d4a5-8f6e-4b3f-9730-4d2b03a90779 2018-10-12 11:01:44,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-12 11:01:44,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 11:01:45,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01: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-ad692444-35f9-446c-906b-4ad0dafd8590 x-compute-request-id: req-ad692444-35f9-446c-906b-4ad0dafd8590 Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531781279 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130530] pid_max: default: 32768 minimum: 301\n[ 0.131426] ACPI: Core revision 20150930\n[ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134117] Security Framework initialized\n[ 0.134937] Yama: becoming mindful.\n[ 0.135669] AppArmor: AppArmor initialized\n[ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141807] Initializing cgroup subsys io\n[ 0.142625] Initializing cgroup subsys memory\n[ 0.143492] Initializing cgroup subsys devices\n[ 0.144382] Initializing cgroup subsys freezer\n[ 0.145256] Initializing cgroup subsys net_cls\n[ 0.146130] Initializing cgroup subsys perf_event\n[ 0.147047] Initializing cgroup subsys net_prio\n[ 0.147942] Initializing cgroup subsys hugetlb\n[ 0.148818] Initializing cgroup subsys pids\n[ 0.149697] CPU: Physical Processor ID: 0\n[ 0.151201] mce: CPU supports 10 MCE banks\n[ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170494] ftrace: allocating 31920 entries in 125 pages\n[ 0.196595] smpboot: Max logical packages: 1\n[ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198803] x2apic enabled\n[ 0.199612] Switched APIC routing to physical x2apic.\n[ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206315] KVM setup paravirtual spinlock\n[ 0.207607] x86: Booted up 1 node, 1 CPUs\n[ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209809] devtmpfs: initialized\n[ 0.211536] evm: security.selinux\n[ 0.212243] evm: security.SMACK64\n[ 0.212931] evm: security.SMACK64EXEC\n[ 0.213675] evm: security.SMACK64TRANSMUTE\n[ 0.214481] evm: security.SMACK64MMAP\n[ 0.215228] evm: security.ima\n[ 0.215868] evm: security.capability\n[ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218526] pinctrl core: initialized pinctrl subsystem\n[ 0.219630] RTC time: 11:01:27, date: 10/12/18\n[ 0.220583] NET: Registered protocol family 16\n[ 0.221552] cpuidle: using governor ladder\n[ 0.222370] cpuidle: using governor menu\n[ 0.223155] PCCT header not found.\n[ 0.223908] ACPI: bus type PCI registered\n[ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225946] PCI: Using configuration type 1 for base access\n[ 0.227694] ACPI: Added _OSI(Module Device)\n[ 0.228542] ACPI: Added _OSI(Processor Device)\n[ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230296] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232395] ACPI: Interpreter enabled\n[ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240546] ACPI: (supports S0 S5)\n[ 0.241252] ACPI: Using IOAPIC for interrupt routing\n[ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251249] acpiphp: Slot [3] registered\n[ 0.252053] acpiphp: Slot [4] registered\n[ 0.252850] acpiphp: Slot [5] registered\n[ 0.253654] acpiphp: Slot [6] registered\n[ 0.254451] acpiphp: Slot [7] registered\n[ 0.255258] acpiphp: Slot [8] registered\n[ 0.256061] acpiphp: Slot [9] registered\n[ 0.256855] acpiphp: Slot [10] registered\n[ 0.257685] acpiphp: Slot [11] registered\n[ 0.258500] acpiphp: Slot [12] registered\n[ 0.259317] acpiphp: Slot [13] registered\n[ 0.260128] acpiphp: Slot [14] registered\n[ 0.260937] acpiphp: Slot [15] registered\n[ 0.271892] acpiphp: Slot [16] registered\n[ 0.272709] acpiphp: Slot [17] registered\n[ 0.273523] acpiphp: Slot [18] registered\n[ 0.274336] acpiphp: Slot [19] registered\n[ 0.275148] acpiphp: Slot [20] registered\n[ 0.275963] acpiphp: Slot [21] registered\n[ 0.276776] acpiphp: Slot [22] registered\n[ 0.277590] acpiphp: Slot [23] registered\n[ 0.278413] acpiphp: Slot [24] registered\n[ 0.279225] acpiphp: Slot [25] registered\n[ 0.280043] acpiphp: Slot [26] registered\n[ 0.280854] acpiphp: Slot [27] registered\n[ 0.281671] acpiphp: Slot [28] registered\n[ 0.282488] acpiphp: Slot [29] registered\n[ 0.283302] acpiphp: Slot [30] registered\n[ 0.284123] acpiphp: Slot [31] registered\n[ 0.284931] PCI host bridge to bus 0000:00\n[ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368818] vgaarb: loaded\n[ 0.369425] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370563] SCSI subsystem initialized\n[ 0.371383] ACPI: bus type USB registered\n[ 0.372196] usbcore: registered new interface driver usbfs\n[ 0.373227] usbcore: registered new interface driver hub\n[ 0.374235] usbcore: registered new device driver usb\n[ 0.375283] PCI: Using ACPI for IRQ routing\n[ 0.376302] NetLabel: Initializing\n[ 0.377014] NetLabel: domain hash size = 128\n[ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378826] NetLabel: unlabeled traffic allowed by default\n[ 0.379922] clocksource: Switched to clocksource kvm-clock\n[ 0.385334] AppArmor: AppArmor Filesystem Enabled\n[ 0.386289] pnp: PnP ACPI init\n[ 0.387196] pnp: PnP ACPI: found 5 devices\n[ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395262] NET: Registered protocol family 2\n[ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398656] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402072] NET: Registered protocol family 1\n[ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433330] Trying to unpack rootfs image as initramfs...\n[ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497292] Scanning for low memory corruption every 60 seconds\n[ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499745] audit: initializing netlink subsys (disabled)\n[ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized\n[ 0.502102] Initialise system trusted keyring\n[ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506157] zbud: loaded\n[ 0.506853] VFS: Disk quotas dquot_6.6.0\n[ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509199] fuse init (API version 7.23)\n[ 0.510087] Key type big_key registered\n[ 0.510883] Allocating IMA MOK and blacklist keyrings.\n[ 0.511998] Key type asymmetric registered\n[ 0.512821] Asymmetric key parser 'x509' registered\n[ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515600] io scheduler noop registered\n[ 0.516407] io scheduler deadline registered (default)\n[ 0.517452] io scheduler cfq registered\n[ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522937] ACPI: Power Button [PWRF]\n[ 0.523903] GHES: HEST is not enabled!\n[ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597479] Linux agpgart interface v0.103\n[ 0.599721] brd: module loaded\n[ 0.601080] loop: module loaded\n[ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607677] GPT:90111 != 2097151\n[ 0.608488] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609815] GPT:90111 != 2097151\n[ 0.625357] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632371] vda: vda1 vda15\n[ 0.633804] scsi host0: ata_piix\n[ 0.634539] scsi host1: ata_piix\n[ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637891] libphy: Fixed MDIO Bus: probed\n[ 0.638705] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641775] PPP generic driver version 2.4.2\n[ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644510] ehci-pci: EHCI PCI platform driver\n[ 0.645563] ehci-platform: EHCI generic platform driver\n[ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648147] ohci-pci: OHCI PCI platform driver\n[ 0.649198] ohci-platform: OHCI generic platform driver\n[ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673750] usb usb1: Product: UHCI Host Controller\n[ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677464] hub 1-0:1.0: USB hub found\n[ 0.678391] hub 1-0:1.0: 2 ports detected\n[ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684250] mousedev: PS/2 mouse device common for all mice\n[ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687892] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692026] i2c /dev entries driver\n[ 0.692913] device-mapper: uevent: version 1.0.3\n[ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697456] NET: Registered protocol family 10\n[ 0.698625] NET: Registered protocol family 17\n[ 0.699681] Key type dns_resolver registered\n[ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704115] registered taskstats version 1\n[ 0.705089] Loading compiled-in X.509 certificates\n[ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708907] zswap: loaded using pool lzo/zbud\n[ 0.710441] Key type trusted registered\n[ 0.712182] Key type encrypted registered\n[ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.714383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.715604] evm: HMAC attrs: 0x1\n[ 0.716673] Magic number: 6:54:24\n[ 0.717549] misc cpu_dma_latency: hash matches\n[ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088)\n[ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721878] EDD information not available.\n[ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.808385] Write protecting the kernel read-only data: 14336k\n[ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811705] 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.854706] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 11:01:45,515 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-ad692444-35f9-446c-906b-4ad0dafd8590 2018-10-12 11:01:45,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06829500198s 2018-10-12 11:01:45,516 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-ad692444-35f9-446c-906b-4ad0dafd8590 2018-10-12 11:01:45,516 - 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 531781279 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.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130530] pid_max: default: 32768 minimum: 301 [ 0.131426] ACPI: Core revision 20150930 [ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134117] Security Framework initialized [ 0.134937] Yama: becoming mindful. [ 0.135669] AppArmor: AppArmor initialized [ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141807] Initializing cgroup subsys io [ 0.142625] Initializing cgroup subsys memory [ 0.143492] Initializing cgroup subsys devices [ 0.144382] Initializing cgroup subsys freezer [ 0.145256] Initializing cgroup subsys net_cls [ 0.146130] Initializing cgroup subsys perf_event [ 0.147047] Initializing cgroup subsys net_prio [ 0.147942] Initializing cgroup subsys hugetlb [ 0.148818] Initializing cgroup subsys pids [ 0.149697] CPU: Physical Processor ID: 0 [ 0.151201] mce: CPU supports 10 MCE banks [ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170494] ftrace: allocating 31920 entries in 125 pages [ 0.196595] smpboot: Max logical packages: 1 [ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198803] x2apic enabled [ 0.199612] Switched APIC routing to physical x2apic. [ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206315] KVM setup paravirtual spinlock [ 0.207607] x86: Booted up 1 node, 1 CPUs [ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209809] devtmpfs: initialized [ 0.211536] evm: security.selinux [ 0.212243] evm: security.SMACK64 [ 0.212931] evm: security.SMACK64EXEC [ 0.213675] evm: security.SMACK64TRANSMUTE [ 0.214481] evm: security.SMACK64MMAP [ 0.215228] evm: security.ima [ 0.215868] evm: security.capability [ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218526] pinctrl core: initialized pinctrl subsystem [ 0.219630] RTC time: 11:01:27, date: 10/12/18 [ 0.220583] NET: Registered protocol family 16 [ 0.221552] cpuidle: using governor ladder [ 0.222370] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223908] ACPI: bus type PCI registered [ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225946] PCI: Using configuration type 1 for base access [ 0.227694] ACPI: Added _OSI(Module Device) [ 0.228542] ACPI: Added _OSI(Processor Device) [ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230296] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232395] ACPI: Interpreter enabled [ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240546] ACPI: (supports S0 S5) [ 0.241252] ACPI: Using IOAPIC for interrupt routing [ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251249] acpiphp: Slot [3] registered [ 0.252053] acpiphp: Slot [4] registered [ 0.252850] acpiphp: Slot [5] registered [ 0.253654] acpiphp: Slot [6] registered [ 0.254451] acpiphp: Slot [7] registered [ 0.255258] acpiphp: Slot [8] registered [ 0.256061] acpiphp: Slot [9] registered [ 0.256855] acpiphp: Slot [10] registered [ 0.257685] acpiphp: Slot [11] registered [ 0.258500] acpiphp: Slot [12] registered [ 0.259317] acpiphp: Slot [13] registered [ 0.260128] acpiphp: Slot [14] registered [ 0.260937] acpiphp: Slot [15] registered [ 0.271892] acpiphp: Slot [16] registered [ 0.272709] acpiphp: Slot [17] registered [ 0.273523] acpiphp: Slot [18] registered [ 0.274336] acpiphp: Slot [19] registered [ 0.275148] acpiphp: Slot [20] registered [ 0.275963] acpiphp: Slot [21] registered [ 0.276776] acpiphp: Slot [22] registered [ 0.277590] acpiphp: Slot [23] registered [ 0.278413] acpiphp: Slot [24] registered [ 0.279225] acpiphp: Slot [25] registered [ 0.280043] acpiphp: Slot [26] registered [ 0.280854] acpiphp: Slot [27] registered [ 0.281671] acpiphp: Slot [28] registered [ 0.282488] acpiphp: Slot [29] registered [ 0.283302] acpiphp: Slot [30] registered [ 0.284123] acpiphp: Slot [31] registered [ 0.284931] PCI host bridge to bus 0000:00 [ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368818] vgaarb: loaded [ 0.369425] vgaarb: bridge control possible 0000:00:02.0 [ 0.370563] SCSI subsystem initialized [ 0.371383] ACPI: bus type USB registered [ 0.372196] usbcore: registered new interface driver usbfs [ 0.373227] usbcore: registered new interface driver hub [ 0.374235] usbcore: registered new device driver usb [ 0.375283] PCI: Using ACPI for IRQ routing [ 0.376302] NetLabel: Initializing [ 0.377014] NetLabel: domain hash size = 128 [ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378826] NetLabel: unlabeled traffic allowed by default [ 0.379922] clocksource: Switched to clocksource kvm-clock [ 0.385334] AppArmor: AppArmor Filesystem Enabled [ 0.386289] pnp: PnP ACPI init [ 0.387196] pnp: PnP ACPI: found 5 devices [ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395262] NET: Registered protocol family 2 [ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398656] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402072] NET: Registered protocol family 1 [ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433330] Trying to unpack rootfs image as initramfs... [ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.497292] Scanning for low memory corruption every 60 seconds [ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.499745] audit: initializing netlink subsys (disabled) [ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized [ 0.502102] Initialise system trusted keyring [ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.506157] zbud: loaded [ 0.506853] VFS: Disk quotas dquot_6.6.0 [ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509199] fuse init (API version 7.23) [ 0.510087] Key type big_key registered [ 0.510883] Allocating IMA MOK and blacklist keyrings. [ 0.511998] Key type asymmetric registered [ 0.512821] Asymmetric key parser 'x509' registered [ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515600] io scheduler noop registered [ 0.516407] io scheduler deadline registered (default) [ 0.517452] io scheduler cfq registered [ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.522937] ACPI: Power Button [PWRF] [ 0.523903] GHES: HEST is not enabled! [ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.597479] Linux agpgart interface v0.103 [ 0.599721] brd: module loaded [ 0.601080] loop: module loaded [ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.607677] GPT:90111 != 2097151 [ 0.608488] GPT:Alternate GPT header not at the end of the disk. [ 0.609815] GPT:90111 != 2097151 [ 0.625357] GPT: Use GNU Parted to correct GPT errors. [ 0.632371] vda: vda1 vda15 [ 0.633804] scsi host0: ata_piix [ 0.634539] scsi host1: ata_piix [ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637891] libphy: Fixed MDIO Bus: probed [ 0.638705] tun: Universal TUN/TAP device driver, 1.6 [ 0.639642] tun: (C) 1999-2004 Max Krasnyansky [ 0.641775] PPP generic driver version 2.4.2 [ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644510] ehci-pci: EHCI PCI platform driver [ 0.645563] ehci-platform: EHCI generic platform driver [ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.648147] ohci-pci: OHCI PCI platform driver [ 0.649198] ohci-platform: OHCI generic platform driver [ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver [ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.673750] usb usb1: Product: UHCI Host Controller [ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.676316] usb usb1: SerialNumber: 0000:00:01.2 [ 0.677464] hub 1-0:1.0: USB hub found [ 0.678391] hub 1-0:1.0: 2 ports detected [ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.684250] mousedev: PS/2 mouse device common for all mice [ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687892] rtc_cmos 00:00: RTC can wake from S4 [ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692026] i2c /dev entries driver [ 0.692913] device-mapper: uevent: version 1.0.3 [ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs [ 0.697456] NET: Registered protocol family 10 [ 0.698625] NET: Registered protocol family 17 [ 0.699681] Key type dns_resolver registered [ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704115] registered taskstats version 1 [ 0.705089] Loading compiled-in X.509 certificates [ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708907] zswap: loaded using pool lzo/zbud [ 0.710441] Key type trusted registered [ 0.712182] Key type encrypted registered [ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714383] ima: No TPM chip found, activating TPM-bypass! [ 0.715604] evm: HMAC attrs: 0x1 [ 0.716673] Magic number: 6:54:24 [ 0.717549] misc cpu_dma_latency: hash matches [ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088) [ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.721878] EDD information not available. [ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.808385] Write protecting the kernel read-only data: 14336k [ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811705] 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.854706] 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.24 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... 2018-10-12 11:01:46,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:01:46,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:46,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8528ff1f-3764-4ed7-ae3d-a74e1bc2847d x-compute-request-id: req-8528ff1f-3764-4ed7-ae3d-a74e1bc2847d Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:0f:e4", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:27.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "94162d8f-8591-4b7e-a061-619938462d1d", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:28Z", "hostId": "cd37190eab409513eaebf3e3ec9c7e9c3dcdbcc3dfc5869c95d75f9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:24Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:3a:d4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:19.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:20Z", "hostId": "a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:15Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:01:46,925 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8528ff1f-3764-4ed7-ae3d-a74e1bc2847d 2018-10-12 11:01:46,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.406746864319s 2018-10-12 11:01:46,926 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-8528ff1f-3764-4ed7-ae3d-a74e1bc2847d 2018-10-12 11:01:46,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-12 11:01:46,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 11:01:48,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3886446-181b-4f0c-9814-9329560d0936 x-compute-request-id: req-b3886446-181b-4f0c-9814-9329560d0936 Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531781279 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130530] pid_max: default: 32768 minimum: 301\n[ 0.131426] ACPI: Core revision 20150930\n[ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134117] Security Framework initialized\n[ 0.134937] Yama: becoming mindful.\n[ 0.135669] AppArmor: AppArmor initialized\n[ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141807] Initializing cgroup subsys io\n[ 0.142625] Initializing cgroup subsys memory\n[ 0.143492] Initializing cgroup subsys devices\n[ 0.144382] Initializing cgroup subsys freezer\n[ 0.145256] Initializing cgroup subsys net_cls\n[ 0.146130] Initializing cgroup subsys perf_event\n[ 0.147047] Initializing cgroup subsys net_prio\n[ 0.147942] Initializing cgroup subsys hugetlb\n[ 0.148818] Initializing cgroup subsys pids\n[ 0.149697] CPU: Physical Processor ID: 0\n[ 0.151201] mce: CPU supports 10 MCE banks\n[ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170494] ftrace: allocating 31920 entries in 125 pages\n[ 0.196595] smpboot: Max logical packages: 1\n[ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198803] x2apic enabled\n[ 0.199612] Switched APIC routing to physical x2apic.\n[ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206315] KVM setup paravirtual spinlock\n[ 0.207607] x86: Booted up 1 node, 1 CPUs\n[ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209809] devtmpfs: initialized\n[ 0.211536] evm: security.selinux\n[ 0.212243] evm: security.SMACK64\n[ 0.212931] evm: security.SMACK64EXEC\n[ 0.213675] evm: security.SMACK64TRANSMUTE\n[ 0.214481] evm: security.SMACK64MMAP\n[ 0.215228] evm: security.ima\n[ 0.215868] evm: security.capability\n[ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218526] pinctrl core: initialized pinctrl subsystem\n[ 0.219630] RTC time: 11:01:27, date: 10/12/18\n[ 0.220583] NET: Registered protocol family 16\n[ 0.221552] cpuidle: using governor ladder\n[ 0.222370] cpuidle: using governor menu\n[ 0.223155] PCCT header not found.\n[ 0.223908] ACPI: bus type PCI registered\n[ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225946] PCI: Using configuration type 1 for base access\n[ 0.227694] ACPI: Added _OSI(Module Device)\n[ 0.228542] ACPI: Added _OSI(Processor Device)\n[ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230296] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232395] ACPI: Interpreter enabled\n[ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240546] ACPI: (supports S0 S5)\n[ 0.241252] ACPI: Using IOAPIC for interrupt routing\n[ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251249] acpiphp: Slot [3] registered\n[ 0.252053] acpiphp: Slot [4] registered\n[ 0.252850] acpiphp: Slot [5] registered\n[ 0.253654] acpiphp: Slot [6] registered\n[ 0.254451] acpiphp: Slot [7] registered\n[ 0.255258] acpiphp: Slot [8] registered\n[ 0.256061] acpiphp: Slot [9] registered\n[ 0.256855] acpiphp: Slot [10] registered\n[ 0.257685] acpiphp: Slot [11] registered\n[ 0.258500] acpiphp: Slot [12] registered\n[ 0.259317] acpiphp: Slot [13] registered\n[ 0.260128] acpiphp: Slot [14] registered\n[ 0.260937] acpiphp: Slot [15] registered\n[ 0.271892] acpiphp: Slot [16] registered\n[ 0.272709] acpiphp: Slot [17] registered\n[ 0.273523] acpiphp: Slot [18] registered\n[ 0.274336] acpiphp: Slot [19] registered\n[ 0.275148] acpiphp: Slot [20] registered\n[ 0.275963] acpiphp: Slot [21] registered\n[ 0.276776] acpiphp: Slot [22] registered\n[ 0.277590] acpiphp: Slot [23] registered\n[ 0.278413] acpiphp: Slot [24] registered\n[ 0.279225] acpiphp: Slot [25] registered\n[ 0.280043] acpiphp: Slot [26] registered\n[ 0.280854] acpiphp: Slot [27] registered\n[ 0.281671] acpiphp: Slot [28] registered\n[ 0.282488] acpiphp: Slot [29] registered\n[ 0.283302] acpiphp: Slot [30] registered\n[ 0.284123] acpiphp: Slot [31] registered\n[ 0.284931] PCI host bridge to bus 0000:00\n[ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368818] vgaarb: loaded\n[ 0.369425] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370563] SCSI subsystem initialized\n[ 0.371383] ACPI: bus type USB registered\n[ 0.372196] usbcore: registered new interface driver usbfs\n[ 0.373227] usbcore: registered new interface driver hub\n[ 0.374235] usbcore: registered new device driver usb\n[ 0.375283] PCI: Using ACPI for IRQ routing\n[ 0.376302] NetLabel: Initializing\n[ 0.377014] NetLabel: domain hash size = 128\n[ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378826] NetLabel: unlabeled traffic allowed by default\n[ 0.379922] clocksource: Switched to clocksource kvm-clock\n[ 0.385334] AppArmor: AppArmor Filesystem Enabled\n[ 0.386289] pnp: PnP ACPI init\n[ 0.387196] pnp: PnP ACPI: found 5 devices\n[ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395262] NET: Registered protocol family 2\n[ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398656] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402072] NET: Registered protocol family 1\n[ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433330] Trying to unpack rootfs image as initramfs...\n[ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497292] Scanning for low memory corruption every 60 seconds\n[ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499745] audit: initializing netlink subsys (disabled)\n[ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized\n[ 0.502102] Initialise system trusted keyring\n[ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506157] zbud: loaded\n[ 0.506853] VFS: Disk quotas dquot_6.6.0\n[ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509199] fuse init (API version 7.23)\n[ 0.510087] Key type big_key registered\n[ 0.510883] Allocating IMA MOK and blacklist keyrings.\n[ 0.511998] Key type asymmetric registered\n[ 0.512821] Asymmetric key parser 'x509' registered\n[ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515600] io scheduler noop registered\n[ 0.516407] io scheduler deadline registered (default)\n[ 0.517452] io scheduler cfq registered\n[ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522937] ACPI: Power Button [PWRF]\n[ 0.523903] GHES: HEST is not enabled!\n[ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597479] Linux agpgart interface v0.103\n[ 0.599721] brd: module loaded\n[ 0.601080] loop: module loaded\n[ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607677] GPT:90111 != 2097151\n[ 0.608488] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609815] GPT:90111 != 2097151\n[ 0.625357] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632371] vda: vda1 vda15\n[ 0.633804] scsi host0: ata_piix\n[ 0.634539] scsi host1: ata_piix\n[ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637891] libphy: Fixed MDIO Bus: probed\n[ 0.638705] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641775] PPP generic driver version 2.4.2\n[ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644510] ehci-pci: EHCI PCI platform driver\n[ 0.645563] ehci-platform: EHCI generic platform driver\n[ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648147] ohci-pci: OHCI PCI platform driver\n[ 0.649198] ohci-platform: OHCI generic platform driver\n[ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673750] usb usb1: Product: UHCI Host Controller\n[ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677464] hub 1-0:1.0: USB hub found\n[ 0.678391] hub 1-0:1.0: 2 ports detected\n[ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684250] mousedev: PS/2 mouse device common for all mice\n[ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687892] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692026] i2c /dev entries driver\n[ 0.692913] device-mapper: uevent: version 1.0.3\n[ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697456] NET: Registered protocol family 10\n[ 0.698625] NET: Registered protocol family 17\n[ 0.699681] Key type dns_resolver registered\n[ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704115] registered taskstats version 1\n[ 0.705089] Loading compiled-in X.509 certificates\n[ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708907] zswap: loaded using pool lzo/zbud\n[ 0.710441] Key type trusted registered\n[ 0.712182] Key type encrypted registered\n[ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.714383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.715604] evm: HMAC attrs: 0x1\n[ 0.716673] Magic number: 6:54:24\n[ 0.717549] misc cpu_dma_latency: hash matches\n[ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088)\n[ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721878] EDD information not available.\n[ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.808385] Write protecting the kernel read-only data: 14336k\n[ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811705] 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.854706] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 11:01:48,027 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-b3886446-181b-4f0c-9814-9329560d0936 2018-10-12 11:01:48,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09762310982s 2018-10-12 11:01:48,028 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-b3886446-181b-4f0c-9814-9329560d0936 2018-10-12 11:01:48,029 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 531781279 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.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130530] pid_max: default: 32768 minimum: 301 [ 0.131426] ACPI: Core revision 20150930 [ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134117] Security Framework initialized [ 0.134937] Yama: becoming mindful. [ 0.135669] AppArmor: AppArmor initialized [ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141807] Initializing cgroup subsys io [ 0.142625] Initializing cgroup subsys memory [ 0.143492] Initializing cgroup subsys devices [ 0.144382] Initializing cgroup subsys freezer [ 0.145256] Initializing cgroup subsys net_cls [ 0.146130] Initializing cgroup subsys perf_event [ 0.147047] Initializing cgroup subsys net_prio [ 0.147942] Initializing cgroup subsys hugetlb [ 0.148818] Initializing cgroup subsys pids [ 0.149697] CPU: Physical Processor ID: 0 [ 0.151201] mce: CPU supports 10 MCE banks [ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170494] ftrace: allocating 31920 entries in 125 pages [ 0.196595] smpboot: Max logical packages: 1 [ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198803] x2apic enabled [ 0.199612] Switched APIC routing to physical x2apic. [ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206315] KVM setup paravirtual spinlock [ 0.207607] x86: Booted up 1 node, 1 CPUs [ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209809] devtmpfs: initialized [ 0.211536] evm: security.selinux [ 0.212243] evm: security.SMACK64 [ 0.212931] evm: security.SMACK64EXEC [ 0.213675] evm: security.SMACK64TRANSMUTE [ 0.214481] evm: security.SMACK64MMAP [ 0.215228] evm: security.ima [ 0.215868] evm: security.capability [ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218526] pinctrl core: initialized pinctrl subsystem [ 0.219630] RTC time: 11:01:27, date: 10/12/18 [ 0.220583] NET: Registered protocol family 16 [ 0.221552] cpuidle: using governor ladder [ 0.222370] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223908] ACPI: bus type PCI registered [ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225946] PCI: Using configuration type 1 for base access [ 0.227694] ACPI: Added _OSI(Module Device) [ 0.228542] ACPI: Added _OSI(Processor Device) [ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230296] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232395] ACPI: Interpreter enabled [ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240546] ACPI: (supports S0 S5) [ 0.241252] ACPI: Using IOAPIC for interrupt routing [ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251249] acpiphp: Slot [3] registered [ 0.252053] acpiphp: Slot [4] registered [ 0.252850] acpiphp: Slot [5] registered [ 0.253654] acpiphp: Slot [6] registered [ 0.254451] acpiphp: Slot [7] registered [ 0.255258] acpiphp: Slot [8] registered [ 0.256061] acpiphp: Slot [9] registered [ 0.256855] acpiphp: Slot [10] registered [ 0.257685] acpiphp: Slot [11] registered [ 0.258500] acpiphp: Slot [12] registered [ 0.259317] acpiphp: Slot [13] registered [ 0.260128] acpiphp: Slot [14] registered [ 0.260937] acpiphp: Slot [15] registered [ 0.271892] acpiphp: Slot [16] registered [ 0.272709] acpiphp: Slot [17] registered [ 0.273523] acpiphp: Slot [18] registered [ 0.274336] acpiphp: Slot [19] registered [ 0.275148] acpiphp: Slot [20] registered [ 0.275963] acpiphp: Slot [21] registered [ 0.276776] acpiphp: Slot [22] registered [ 0.277590] acpiphp: Slot [23] registered [ 0.278413] acpiphp: Slot [24] registered [ 0.279225] acpiphp: Slot [25] registered [ 0.280043] acpiphp: Slot [26] registered [ 0.280854] acpiphp: Slot [27] registered [ 0.281671] acpiphp: Slot [28] registered [ 0.282488] acpiphp: Slot [29] registered [ 0.283302] acpiphp: Slot [30] registered [ 0.284123] acpiphp: Slot [31] registered [ 0.284931] PCI host bridge to bus 0000:00 [ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368818] vgaarb: loaded [ 0.369425] vgaarb: bridge control possible 0000:00:02.0 [ 0.370563] SCSI subsystem initialized [ 0.371383] ACPI: bus type USB registered [ 0.372196] usbcore: registered new interface driver usbfs [ 0.373227] usbcore: registered new interface driver hub [ 0.374235] usbcore: registered new device driver usb [ 0.375283] PCI: Using ACPI for IRQ routing [ 0.376302] NetLabel: Initializing [ 0.377014] NetLabel: domain hash size = 128 [ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378826] NetLabel: unlabeled traffic allowed by default [ 0.379922] clocksource: Switched to clocksource kvm-clock [ 0.385334] AppArmor: AppArmor Filesystem Enabled [ 0.386289] pnp: PnP ACPI init [ 0.387196] pnp: PnP ACPI: found 5 devices [ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395262] NET: Registered protocol family 2 [ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398656] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402072] NET: Registered protocol family 1 [ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433330] Trying to unpack rootfs image as initramfs... [ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.497292] Scanning for low memory corruption every 60 seconds [ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.499745] audit: initializing netlink subsys (disabled) [ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized [ 0.502102] Initialise system trusted keyring [ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.506157] zbud: loaded [ 0.506853] VFS: Disk quotas dquot_6.6.0 [ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509199] fuse init (API version 7.23) [ 0.510087] Key type big_key registered [ 0.510883] Allocating IMA MOK and blacklist keyrings. [ 0.511998] Key type asymmetric registered [ 0.512821] Asymmetric key parser 'x509' registered [ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515600] io scheduler noop registered [ 0.516407] io scheduler deadline registered (default) [ 0.517452] io scheduler cfq registered [ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.522937] ACPI: Power Button [PWRF] [ 0.523903] GHES: HEST is not enabled! [ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.597479] Linux agpgart interface v0.103 [ 0.599721] brd: module loaded [ 0.601080] loop: module loaded [ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.607677] GPT:90111 != 2097151 [ 0.608488] GPT:Alternate GPT header not at the end of the disk. [ 0.609815] GPT:90111 != 2097151 [ 0.625357] GPT: Use GNU Parted to correct GPT errors. [ 0.632371] vda: vda1 vda15 [ 0.633804] scsi host0: ata_piix [ 0.634539] scsi host1: ata_piix [ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637891] libphy: Fixed MDIO Bus: probed [ 0.638705] tun: Universal TUN/TAP device driver, 1.6 [ 0.639642] tun: (C) 1999-2004 Max Krasnyansky [ 0.641775] PPP generic driver version 2.4.2 [ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644510] ehci-pci: EHCI PCI platform driver [ 0.645563] ehci-platform: EHCI generic platform driver [ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.648147] ohci-pci: OHCI PCI platform driver [ 0.649198] ohci-platform: OHCI generic platform driver [ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver [ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.673750] usb usb1: Product: UHCI Host Controller [ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.676316] usb usb1: SerialNumber: 0000:00:01.2 [ 0.677464] hub 1-0:1.0: USB hub found [ 0.678391] hub 1-0:1.0: 2 ports detected [ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.684250] mousedev: PS/2 mouse device common for all mice [ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687892] rtc_cmos 00:00: RTC can wake from S4 [ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692026] i2c /dev entries driver [ 0.692913] device-mapper: uevent: version 1.0.3 [ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs [ 0.697456] NET: Registered protocol family 10 [ 0.698625] NET: Registered protocol family 17 [ 0.699681] Key type dns_resolver registered [ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704115] registered taskstats version 1 [ 0.705089] Loading compiled-in X.509 certificates [ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708907] zswap: loaded using pool lzo/zbud [ 0.710441] Key type trusted registered [ 0.712182] Key type encrypted registered [ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714383] ima: No TPM chip found, activating TPM-bypass! [ 0.715604] evm: HMAC attrs: 0x1 [ 0.716673] Magic number: 6:54:24 [ 0.717549] misc cpu_dma_latency: hash matches [ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088) [ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.721878] EDD information not available. [ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.808385] Write protecting the kernel read-only data: 14336k [ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811705] 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.854706] 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.24 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... 2018-10-12 11:01:49,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:01:49,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:49,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11: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-34d9228b-55c1-4fda-98e5-2572dfeab525 x-compute-request-id: req-34d9228b-55c1-4fda-98e5-2572dfeab525 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:0f:e4", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:27.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "94162d8f-8591-4b7e-a061-619938462d1d", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:28Z", "hostId": "cd37190eab409513eaebf3e3ec9c7e9c3dcdbcc3dfc5869c95d75f9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:24Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:3a:d4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:19.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:20Z", "hostId": "a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:15Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:01:49,693 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-34d9228b-55c1-4fda-98e5-2572dfeab525 2018-10-12 11:01:49,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.662290096283s 2018-10-12 11:01:49,694 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-34d9228b-55c1-4fda-98e5-2572dfeab525 2018-10-12 11:01:49,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-12 11:01:49,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 11:01:50,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11: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-8e4a95cc-6569-4aab-94d8-ed91f775815c x-compute-request-id: req-8e4a95cc-6569-4aab-94d8-ed91f775815c Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531781279 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130530] pid_max: default: 32768 minimum: 301\n[ 0.131426] ACPI: Core revision 20150930\n[ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134117] Security Framework initialized\n[ 0.134937] Yama: becoming mindful.\n[ 0.135669] AppArmor: AppArmor initialized\n[ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141807] Initializing cgroup subsys io\n[ 0.142625] Initializing cgroup subsys memory\n[ 0.143492] Initializing cgroup subsys devices\n[ 0.144382] Initializing cgroup subsys freezer\n[ 0.145256] Initializing cgroup subsys net_cls\n[ 0.146130] Initializing cgroup subsys perf_event\n[ 0.147047] Initializing cgroup subsys net_prio\n[ 0.147942] Initializing cgroup subsys hugetlb\n[ 0.148818] Initializing cgroup subsys pids\n[ 0.149697] CPU: Physical Processor ID: 0\n[ 0.151201] mce: CPU supports 10 MCE banks\n[ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170494] ftrace: allocating 31920 entries in 125 pages\n[ 0.196595] smpboot: Max logical packages: 1\n[ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198803] x2apic enabled\n[ 0.199612] Switched APIC routing to physical x2apic.\n[ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206315] KVM setup paravirtual spinlock\n[ 0.207607] x86: Booted up 1 node, 1 CPUs\n[ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209809] devtmpfs: initialized\n[ 0.211536] evm: security.selinux\n[ 0.212243] evm: security.SMACK64\n[ 0.212931] evm: security.SMACK64EXEC\n[ 0.213675] evm: security.SMACK64TRANSMUTE\n[ 0.214481] evm: security.SMACK64MMAP\n[ 0.215228] evm: security.ima\n[ 0.215868] evm: security.capability\n[ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218526] pinctrl core: initialized pinctrl subsystem\n[ 0.219630] RTC time: 11:01:27, date: 10/12/18\n[ 0.220583] NET: Registered protocol family 16\n[ 0.221552] cpuidle: using governor ladder\n[ 0.222370] cpuidle: using governor menu\n[ 0.223155] PCCT header not found.\n[ 0.223908] ACPI: bus type PCI registered\n[ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225946] PCI: Using configuration type 1 for base access\n[ 0.227694] ACPI: Added _OSI(Module Device)\n[ 0.228542] ACPI: Added _OSI(Processor Device)\n[ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230296] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232395] ACPI: Interpreter enabled\n[ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240546] ACPI: (supports S0 S5)\n[ 0.241252] ACPI: Using IOAPIC for interrupt routing\n[ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251249] acpiphp: Slot [3] registered\n[ 0.252053] acpiphp: Slot [4] registered\n[ 0.252850] acpiphp: Slot [5] registered\n[ 0.253654] acpiphp: Slot [6] registered\n[ 0.254451] acpiphp: Slot [7] registered\n[ 0.255258] acpiphp: Slot [8] registered\n[ 0.256061] acpiphp: Slot [9] registered\n[ 0.256855] acpiphp: Slot [10] registered\n[ 0.257685] acpiphp: Slot [11] registered\n[ 0.258500] acpiphp: Slot [12] registered\n[ 0.259317] acpiphp: Slot [13] registered\n[ 0.260128] acpiphp: Slot [14] registered\n[ 0.260937] acpiphp: Slot [15] registered\n[ 0.271892] acpiphp: Slot [16] registered\n[ 0.272709] acpiphp: Slot [17] registered\n[ 0.273523] acpiphp: Slot [18] registered\n[ 0.274336] acpiphp: Slot [19] registered\n[ 0.275148] acpiphp: Slot [20] registered\n[ 0.275963] acpiphp: Slot [21] registered\n[ 0.276776] acpiphp: Slot [22] registered\n[ 0.277590] acpiphp: Slot [23] registered\n[ 0.278413] acpiphp: Slot [24] registered\n[ 0.279225] acpiphp: Slot [25] registered\n[ 0.280043] acpiphp: Slot [26] registered\n[ 0.280854] acpiphp: Slot [27] registered\n[ 0.281671] acpiphp: Slot [28] registered\n[ 0.282488] acpiphp: Slot [29] registered\n[ 0.283302] acpiphp: Slot [30] registered\n[ 0.284123] acpiphp: Slot [31] registered\n[ 0.284931] PCI host bridge to bus 0000:00\n[ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368818] vgaarb: loaded\n[ 0.369425] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370563] SCSI subsystem initialized\n[ 0.371383] ACPI: bus type USB registered\n[ 0.372196] usbcore: registered new interface driver usbfs\n[ 0.373227] usbcore: registered new interface driver hub\n[ 0.374235] usbcore: registered new device driver usb\n[ 0.375283] PCI: Using ACPI for IRQ routing\n[ 0.376302] NetLabel: Initializing\n[ 0.377014] NetLabel: domain hash size = 128\n[ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378826] NetLabel: unlabeled traffic allowed by default\n[ 0.379922] clocksource: Switched to clocksource kvm-clock\n[ 0.385334] AppArmor: AppArmor Filesystem Enabled\n[ 0.386289] pnp: PnP ACPI init\n[ 0.387196] pnp: PnP ACPI: found 5 devices\n[ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395262] NET: Registered protocol family 2\n[ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398656] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402072] NET: Registered protocol family 1\n[ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433330] Trying to unpack rootfs image as initramfs...\n[ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497292] Scanning for low memory corruption every 60 seconds\n[ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499745] audit: initializing netlink subsys (disabled)\n[ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized\n[ 0.502102] Initialise system trusted keyring\n[ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506157] zbud: loaded\n[ 0.506853] VFS: Disk quotas dquot_6.6.0\n[ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509199] fuse init (API version 7.23)\n[ 0.510087] Key type big_key registered\n[ 0.510883] Allocating IMA MOK and blacklist keyrings.\n[ 0.511998] Key type asymmetric registered\n[ 0.512821] Asymmetric key parser 'x509' registered\n[ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515600] io scheduler noop registered\n[ 0.516407] io scheduler deadline registered (default)\n[ 0.517452] io scheduler cfq registered\n[ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522937] ACPI: Power Button [PWRF]\n[ 0.523903] GHES: HEST is not enabled!\n[ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597479] Linux agpgart interface v0.103\n[ 0.599721] brd: module loaded\n[ 0.601080] loop: module loaded\n[ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607677] GPT:90111 != 2097151\n[ 0.608488] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609815] GPT:90111 != 2097151\n[ 0.625357] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632371] vda: vda1 vda15\n[ 0.633804] scsi host0: ata_piix\n[ 0.634539] scsi host1: ata_piix\n[ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637891] libphy: Fixed MDIO Bus: probed\n[ 0.638705] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641775] PPP generic driver version 2.4.2\n[ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644510] ehci-pci: EHCI PCI platform driver\n[ 0.645563] ehci-platform: EHCI generic platform driver\n[ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648147] ohci-pci: OHCI PCI platform driver\n[ 0.649198] ohci-platform: OHCI generic platform driver\n[ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673750] usb usb1: Product: UHCI Host Controller\n[ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677464] hub 1-0:1.0: USB hub found\n[ 0.678391] hub 1-0:1.0: 2 ports detected\n[ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684250] mousedev: PS/2 mouse device common for all mice\n[ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687892] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692026] i2c /dev entries driver\n[ 0.692913] device-mapper: uevent: version 1.0.3\n[ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697456] NET: Registered protocol family 10\n[ 0.698625] NET: Registered protocol family 17\n[ 0.699681] Key type dns_resolver registered\n[ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704115] registered taskstats version 1\n[ 0.705089] Loading compiled-in X.509 certificates\n[ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708907] zswap: loaded using pool lzo/zbud\n[ 0.710441] Key type trusted registered\n[ 0.712182] Key type encrypted registered\n[ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.714383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.715604] evm: HMAC attrs: 0x1\n[ 0.716673] Magic number: 6:54:24\n[ 0.717549] misc cpu_dma_latency: hash matches\n[ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088)\n[ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721878] EDD information not available.\n[ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.808385] Write protecting the kernel read-only data: 14336k\n[ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811705] 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.854706] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 11:01:50,800 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-8e4a95cc-6569-4aab-94d8-ed91f775815c 2018-10-12 11:01:50,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10347294807s 2018-10-12 11:01:50,801 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-8e4a95cc-6569-4aab-94d8-ed91f775815c 2018-10-12 11:01:50,801 - 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 531781279 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.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130530] pid_max: default: 32768 minimum: 301 [ 0.131426] ACPI: Core revision 20150930 [ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134117] Security Framework initialized [ 0.134937] Yama: becoming mindful. [ 0.135669] AppArmor: AppArmor initialized [ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141807] Initializing cgroup subsys io [ 0.142625] Initializing cgroup subsys memory [ 0.143492] Initializing cgroup subsys devices [ 0.144382] Initializing cgroup subsys freezer [ 0.145256] Initializing cgroup subsys net_cls [ 0.146130] Initializing cgroup subsys perf_event [ 0.147047] Initializing cgroup subsys net_prio [ 0.147942] Initializing cgroup subsys hugetlb [ 0.148818] Initializing cgroup subsys pids [ 0.149697] CPU: Physical Processor ID: 0 [ 0.151201] mce: CPU supports 10 MCE banks [ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170494] ftrace: allocating 31920 entries in 125 pages [ 0.196595] smpboot: Max logical packages: 1 [ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198803] x2apic enabled [ 0.199612] Switched APIC routing to physical x2apic. [ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206315] KVM setup paravirtual spinlock [ 0.207607] x86: Booted up 1 node, 1 CPUs [ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209809] devtmpfs: initialized [ 0.211536] evm: security.selinux [ 0.212243] evm: security.SMACK64 [ 0.212931] evm: security.SMACK64EXEC [ 0.213675] evm: security.SMACK64TRANSMUTE [ 0.214481] evm: security.SMACK64MMAP [ 0.215228] evm: security.ima [ 0.215868] evm: security.capability [ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218526] pinctrl core: initialized pinctrl subsystem [ 0.219630] RTC time: 11:01:27, date: 10/12/18 [ 0.220583] NET: Registered protocol family 16 [ 0.221552] cpuidle: using governor ladder [ 0.222370] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223908] ACPI: bus type PCI registered [ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225946] PCI: Using configuration type 1 for base access [ 0.227694] ACPI: Added _OSI(Module Device) [ 0.228542] ACPI: Added _OSI(Processor Device) [ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230296] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232395] ACPI: Interpreter enabled [ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240546] ACPI: (supports S0 S5) [ 0.241252] ACPI: Using IOAPIC for interrupt routing [ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251249] acpiphp: Slot [3] registered [ 0.252053] acpiphp: Slot [4] registered [ 0.252850] acpiphp: Slot [5] registered [ 0.253654] acpiphp: Slot [6] registered [ 0.254451] acpiphp: Slot [7] registered [ 0.255258] acpiphp: Slot [8] registered [ 0.256061] acpiphp: Slot [9] registered [ 0.256855] acpiphp: Slot [10] registered [ 0.257685] acpiphp: Slot [11] registered [ 0.258500] acpiphp: Slot [12] registered [ 0.259317] acpiphp: Slot [13] registered [ 0.260128] acpiphp: Slot [14] registered [ 0.260937] acpiphp: Slot [15] registered [ 0.271892] acpiphp: Slot [16] registered [ 0.272709] acpiphp: Slot [17] registered [ 0.273523] acpiphp: Slot [18] registered [ 0.274336] acpiphp: Slot [19] registered [ 0.275148] acpiphp: Slot [20] registered [ 0.275963] acpiphp: Slot [21] registered [ 0.276776] acpiphp: Slot [22] registered [ 0.277590] acpiphp: Slot [23] registered [ 0.278413] acpiphp: Slot [24] registered [ 0.279225] acpiphp: Slot [25] registered [ 0.280043] acpiphp: Slot [26] registered [ 0.280854] acpiphp: Slot [27] registered [ 0.281671] acpiphp: Slot [28] registered [ 0.282488] acpiphp: Slot [29] registered [ 0.283302] acpiphp: Slot [30] registered [ 0.284123] acpiphp: Slot [31] registered [ 0.284931] PCI host bridge to bus 0000:00 [ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368818] vgaarb: loaded [ 0.369425] vgaarb: bridge control possible 0000:00:02.0 [ 0.370563] SCSI subsystem initialized [ 0.371383] ACPI: bus type USB registered [ 0.372196] usbcore: registered new interface driver usbfs [ 0.373227] usbcore: registered new interface driver hub [ 0.374235] usbcore: registered new device driver usb [ 0.375283] PCI: Using ACPI for IRQ routing [ 0.376302] NetLabel: Initializing [ 0.377014] NetLabel: domain hash size = 128 [ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378826] NetLabel: unlabeled traffic allowed by default [ 0.379922] clocksource: Switched to clocksource kvm-clock [ 0.385334] AppArmor: AppArmor Filesystem Enabled [ 0.386289] pnp: PnP ACPI init [ 0.387196] pnp: PnP ACPI: found 5 devices [ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395262] NET: Registered protocol family 2 [ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398656] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402072] NET: Registered protocol family 1 [ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433330] Trying to unpack rootfs image as initramfs... [ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.497292] Scanning for low memory corruption every 60 seconds [ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.499745] audit: initializing netlink subsys (disabled) [ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized [ 0.502102] Initialise system trusted keyring [ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.506157] zbud: loaded [ 0.506853] VFS: Disk quotas dquot_6.6.0 [ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509199] fuse init (API version 7.23) [ 0.510087] Key type big_key registered [ 0.510883] Allocating IMA MOK and blacklist keyrings. [ 0.511998] Key type asymmetric registered [ 0.512821] Asymmetric key parser 'x509' registered [ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515600] io scheduler noop registered [ 0.516407] io scheduler deadline registered (default) [ 0.517452] io scheduler cfq registered [ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.522937] ACPI: Power Button [PWRF] [ 0.523903] GHES: HEST is not enabled! [ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.597479] Linux agpgart interface v0.103 [ 0.599721] brd: module loaded [ 0.601080] loop: module loaded [ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.607677] GPT:90111 != 2097151 [ 0.608488] GPT:Alternate GPT header not at the end of the disk. [ 0.609815] GPT:90111 != 2097151 [ 0.625357] GPT: Use GNU Parted to correct GPT errors. [ 0.632371] vda: vda1 vda15 [ 0.633804] scsi host0: ata_piix [ 0.634539] scsi host1: ata_piix [ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637891] libphy: Fixed MDIO Bus: probed [ 0.638705] tun: Universal TUN/TAP device driver, 1.6 [ 0.639642] tun: (C) 1999-2004 Max Krasnyansky [ 0.641775] PPP generic driver version 2.4.2 [ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644510] ehci-pci: EHCI PCI platform driver [ 0.645563] ehci-platform: EHCI generic platform driver [ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.648147] ohci-pci: OHCI PCI platform driver [ 0.649198] ohci-platform: OHCI generic platform driver [ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver [ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.673750] usb usb1: Product: UHCI Host Controller [ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.676316] usb usb1: SerialNumber: 0000:00:01.2 [ 0.677464] hub 1-0:1.0: USB hub found [ 0.678391] hub 1-0:1.0: 2 ports detected [ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.684250] mousedev: PS/2 mouse device common for all mice [ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687892] rtc_cmos 00:00: RTC can wake from S4 [ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692026] i2c /dev entries driver [ 0.692913] device-mapper: uevent: version 1.0.3 [ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs [ 0.697456] NET: Registered protocol family 10 [ 0.698625] NET: Registered protocol family 17 [ 0.699681] Key type dns_resolver registered [ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704115] registered taskstats version 1 [ 0.705089] Loading compiled-in X.509 certificates [ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708907] zswap: loaded using pool lzo/zbud [ 0.710441] Key type trusted registered [ 0.712182] Key type encrypted registered [ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714383] ima: No TPM chip found, activating TPM-bypass! [ 0.715604] evm: HMAC attrs: 0x1 [ 0.716673] Magic number: 6:54:24 [ 0.717549] misc cpu_dma_latency: hash matches [ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088) [ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.721878] EDD information not available. [ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.808385] Write protecting the kernel read-only data: 14336k [ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811705] 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.854706] 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.24 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... 2018-10-12 11:01:51,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:01:51,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:52,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01: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-60f556cc-d543-49fe-aedd-80ff8e86c926 x-compute-request-id: req-60f556cc-d543-49fe-aedd-80ff8e86c926 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:0f:e4", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:27.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "94162d8f-8591-4b7e-a061-619938462d1d", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:28Z", "hostId": "cd37190eab409513eaebf3e3ec9c7e9c3dcdbcc3dfc5869c95d75f9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:24Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:3a:d4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:19.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:20Z", "hostId": "a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:15Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:01:52,330 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-60f556cc-d543-49fe-aedd-80ff8e86c926 2018-10-12 11:01:52,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.5266020298s 2018-10-12 11:01:52,331 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-60f556cc-d543-49fe-aedd-80ff8e86c926 2018-10-12 11:01:52,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-12 11:01:52,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 11:01:53,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01: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-a7113479-add9-4e55-baf1-e294810cb6aa x-compute-request-id: req-a7113479-add9-4e55-baf1-e294810cb6aa Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531781279 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130530] pid_max: default: 32768 minimum: 301\n[ 0.131426] ACPI: Core revision 20150930\n[ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134117] Security Framework initialized\n[ 0.134937] Yama: becoming mindful.\n[ 0.135669] AppArmor: AppArmor initialized\n[ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141807] Initializing cgroup subsys io\n[ 0.142625] Initializing cgroup subsys memory\n[ 0.143492] Initializing cgroup subsys devices\n[ 0.144382] Initializing cgroup subsys freezer\n[ 0.145256] Initializing cgroup subsys net_cls\n[ 0.146130] Initializing cgroup subsys perf_event\n[ 0.147047] Initializing cgroup subsys net_prio\n[ 0.147942] Initializing cgroup subsys hugetlb\n[ 0.148818] Initializing cgroup subsys pids\n[ 0.149697] CPU: Physical Processor ID: 0\n[ 0.151201] mce: CPU supports 10 MCE banks\n[ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170494] ftrace: allocating 31920 entries in 125 pages\n[ 0.196595] smpboot: Max logical packages: 1\n[ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198803] x2apic enabled\n[ 0.199612] Switched APIC routing to physical x2apic.\n[ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206315] KVM setup paravirtual spinlock\n[ 0.207607] x86: Booted up 1 node, 1 CPUs\n[ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209809] devtmpfs: initialized\n[ 0.211536] evm: security.selinux\n[ 0.212243] evm: security.SMACK64\n[ 0.212931] evm: security.SMACK64EXEC\n[ 0.213675] evm: security.SMACK64TRANSMUTE\n[ 0.214481] evm: security.SMACK64MMAP\n[ 0.215228] evm: security.ima\n[ 0.215868] evm: security.capability\n[ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218526] pinctrl core: initialized pinctrl subsystem\n[ 0.219630] RTC time: 11:01:27, date: 10/12/18\n[ 0.220583] NET: Registered protocol family 16\n[ 0.221552] cpuidle: using governor ladder\n[ 0.222370] cpuidle: using governor menu\n[ 0.223155] PCCT header not found.\n[ 0.223908] ACPI: bus type PCI registered\n[ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225946] PCI: Using configuration type 1 for base access\n[ 0.227694] ACPI: Added _OSI(Module Device)\n[ 0.228542] ACPI: Added _OSI(Processor Device)\n[ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230296] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232395] ACPI: Interpreter enabled\n[ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240546] ACPI: (supports S0 S5)\n[ 0.241252] ACPI: Using IOAPIC for interrupt routing\n[ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251249] acpiphp: Slot [3] registered\n[ 0.252053] acpiphp: Slot [4] registered\n[ 0.252850] acpiphp: Slot [5] registered\n[ 0.253654] acpiphp: Slot [6] registered\n[ 0.254451] acpiphp: Slot [7] registered\n[ 0.255258] acpiphp: Slot [8] registered\n[ 0.256061] acpiphp: Slot [9] registered\n[ 0.256855] acpiphp: Slot [10] registered\n[ 0.257685] acpiphp: Slot [11] registered\n[ 0.258500] acpiphp: Slot [12] registered\n[ 0.259317] acpiphp: Slot [13] registered\n[ 0.260128] acpiphp: Slot [14] registered\n[ 0.260937] acpiphp: Slot [15] registered\n[ 0.271892] acpiphp: Slot [16] registered\n[ 0.272709] acpiphp: Slot [17] registered\n[ 0.273523] acpiphp: Slot [18] registered\n[ 0.274336] acpiphp: Slot [19] registered\n[ 0.275148] acpiphp: Slot [20] registered\n[ 0.275963] acpiphp: Slot [21] registered\n[ 0.276776] acpiphp: Slot [22] registered\n[ 0.277590] acpiphp: Slot [23] registered\n[ 0.278413] acpiphp: Slot [24] registered\n[ 0.279225] acpiphp: Slot [25] registered\n[ 0.280043] acpiphp: Slot [26] registered\n[ 0.280854] acpiphp: Slot [27] registered\n[ 0.281671] acpiphp: Slot [28] registered\n[ 0.282488] acpiphp: Slot [29] registered\n[ 0.283302] acpiphp: Slot [30] registered\n[ 0.284123] acpiphp: Slot [31] registered\n[ 0.284931] PCI host bridge to bus 0000:00\n[ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368818] vgaarb: loaded\n[ 0.369425] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370563] SCSI subsystem initialized\n[ 0.371383] ACPI: bus type USB registered\n[ 0.372196] usbcore: registered new interface driver usbfs\n[ 0.373227] usbcore: registered new interface driver hub\n[ 0.374235] usbcore: registered new device driver usb\n[ 0.375283] PCI: Using ACPI for IRQ routing\n[ 0.376302] NetLabel: Initializing\n[ 0.377014] NetLabel: domain hash size = 128\n[ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378826] NetLabel: unlabeled traffic allowed by default\n[ 0.379922] clocksource: Switched to clocksource kvm-clock\n[ 0.385334] AppArmor: AppArmor Filesystem Enabled\n[ 0.386289] pnp: PnP ACPI init\n[ 0.387196] pnp: PnP ACPI: found 5 devices\n[ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395262] NET: Registered protocol family 2\n[ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398656] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402072] NET: Registered protocol family 1\n[ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433330] Trying to unpack rootfs image as initramfs...\n[ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497292] Scanning for low memory corruption every 60 seconds\n[ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499745] audit: initializing netlink subsys (disabled)\n[ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized\n[ 0.502102] Initialise system trusted keyring\n[ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506157] zbud: loaded\n[ 0.506853] VFS: Disk quotas dquot_6.6.0\n[ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509199] fuse init (API version 7.23)\n[ 0.510087] Key type big_key registered\n[ 0.510883] Allocating IMA MOK and blacklist keyrings.\n[ 0.511998] Key type asymmetric registered\n[ 0.512821] Asymmetric key parser 'x509' registered\n[ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515600] io scheduler noop registered\n[ 0.516407] io scheduler deadline registered (default)\n[ 0.517452] io scheduler cfq registered\n[ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522937] ACPI: Power Button [PWRF]\n[ 0.523903] GHES: HEST is not enabled!\n[ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597479] Linux agpgart interface v0.103\n[ 0.599721] brd: module loaded\n[ 0.601080] loop: module loaded\n[ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607677] GPT:90111 != 2097151\n[ 0.608488] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609815] GPT:90111 != 2097151\n[ 0.625357] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632371] vda: vda1 vda15\n[ 0.633804] scsi host0: ata_piix\n[ 0.634539] scsi host1: ata_piix\n[ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637891] libphy: Fixed MDIO Bus: probed\n[ 0.638705] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641775] PPP generic driver version 2.4.2\n[ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644510] ehci-pci: EHCI PCI platform driver\n[ 0.645563] ehci-platform: EHCI generic platform driver\n[ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648147] ohci-pci: OHCI PCI platform driver\n[ 0.649198] ohci-platform: OHCI generic platform driver\n[ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673750] usb usb1: Product: UHCI Host Controller\n[ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677464] hub 1-0:1.0: USB hub found\n[ 0.678391] hub 1-0:1.0: 2 ports detected\n[ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684250] mousedev: PS/2 mouse device common for all mice\n[ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687892] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692026] i2c /dev entries driver\n[ 0.692913] device-mapper: uevent: version 1.0.3\n[ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697456] NET: Registered protocol family 10\n[ 0.698625] NET: Registered protocol family 17\n[ 0.699681] Key type dns_resolver registered\n[ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704115] registered taskstats version 1\n[ 0.705089] Loading compiled-in X.509 certificates\n[ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708907] zswap: loaded using pool lzo/zbud\n[ 0.710441] Key type trusted registered\n[ 0.712182] Key type encrypted registered\n[ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.714383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.715604] evm: HMAC attrs: 0x1\n[ 0.716673] Magic number: 6:54:24\n[ 0.717549] misc cpu_dma_latency: hash matches\n[ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088)\n[ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721878] EDD information not available.\n[ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.808385] Write protecting the kernel read-only data: 14336k\n[ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811705] 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.854706] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 11:01:53,404 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-a7113479-add9-4e55-baf1-e294810cb6aa 2018-10-12 11:01:53,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0707628727s 2018-10-12 11:01:53,405 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-a7113479-add9-4e55-baf1-e294810cb6aa 2018-10-12 11:01:53,405 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 531781279 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.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130530] pid_max: default: 32768 minimum: 301 [ 0.131426] ACPI: Core revision 20150930 [ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134117] Security Framework initialized [ 0.134937] Yama: becoming mindful. [ 0.135669] AppArmor: AppArmor initialized [ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141807] Initializing cgroup subsys io [ 0.142625] Initializing cgroup subsys memory [ 0.143492] Initializing cgroup subsys devices [ 0.144382] Initializing cgroup subsys freezer [ 0.145256] Initializing cgroup subsys net_cls [ 0.146130] Initializing cgroup subsys perf_event [ 0.147047] Initializing cgroup subsys net_prio [ 0.147942] Initializing cgroup subsys hugetlb [ 0.148818] Initializing cgroup subsys pids [ 0.149697] CPU: Physical Processor ID: 0 [ 0.151201] mce: CPU supports 10 MCE banks [ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170494] ftrace: allocating 31920 entries in 125 pages [ 0.196595] smpboot: Max logical packages: 1 [ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198803] x2apic enabled [ 0.199612] Switched APIC routing to physical x2apic. [ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206315] KVM setup paravirtual spinlock [ 0.207607] x86: Booted up 1 node, 1 CPUs [ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209809] devtmpfs: initialized [ 0.211536] evm: security.selinux [ 0.212243] evm: security.SMACK64 [ 0.212931] evm: security.SMACK64EXEC [ 0.213675] evm: security.SMACK64TRANSMUTE [ 0.214481] evm: security.SMACK64MMAP [ 0.215228] evm: security.ima [ 0.215868] evm: security.capability [ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218526] pinctrl core: initialized pinctrl subsystem [ 0.219630] RTC time: 11:01:27, date: 10/12/18 [ 0.220583] NET: Registered protocol family 16 [ 0.221552] cpuidle: using governor ladder [ 0.222370] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223908] ACPI: bus type PCI registered [ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225946] PCI: Using configuration type 1 for base access [ 0.227694] ACPI: Added _OSI(Module Device) [ 0.228542] ACPI: Added _OSI(Processor Device) [ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230296] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232395] ACPI: Interpreter enabled [ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240546] ACPI: (supports S0 S5) [ 0.241252] ACPI: Using IOAPIC for interrupt routing [ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251249] acpiphp: Slot [3] registered [ 0.252053] acpiphp: Slot [4] registered [ 0.252850] acpiphp: Slot [5] registered [ 0.253654] acpiphp: Slot [6] registered [ 0.254451] acpiphp: Slot [7] registered [ 0.255258] acpiphp: Slot [8] registered [ 0.256061] acpiphp: Slot [9] registered [ 0.256855] acpiphp: Slot [10] registered [ 0.257685] acpiphp: Slot [11] registered [ 0.258500] acpiphp: Slot [12] registered [ 0.259317] acpiphp: Slot [13] registered [ 0.260128] acpiphp: Slot [14] registered [ 0.260937] acpiphp: Slot [15] registered [ 0.271892] acpiphp: Slot [16] registered [ 0.272709] acpiphp: Slot [17] registered [ 0.273523] acpiphp: Slot [18] registered [ 0.274336] acpiphp: Slot [19] registered [ 0.275148] acpiphp: Slot [20] registered [ 0.275963] acpiphp: Slot [21] registered [ 0.276776] acpiphp: Slot [22] registered [ 0.277590] acpiphp: Slot [23] registered [ 0.278413] acpiphp: Slot [24] registered [ 0.279225] acpiphp: Slot [25] registered [ 0.280043] acpiphp: Slot [26] registered [ 0.280854] acpiphp: Slot [27] registered [ 0.281671] acpiphp: Slot [28] registered [ 0.282488] acpiphp: Slot [29] registered [ 0.283302] acpiphp: Slot [30] registered [ 0.284123] acpiphp: Slot [31] registered [ 0.284931] PCI host bridge to bus 0000:00 [ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368818] vgaarb: loaded [ 0.369425] vgaarb: bridge control possible 0000:00:02.0 [ 0.370563] SCSI subsystem initialized [ 0.371383] ACPI: bus type USB registered [ 0.372196] usbcore: registered new interface driver usbfs [ 0.373227] usbcore: registered new interface driver hub [ 0.374235] usbcore: registered new device driver usb [ 0.375283] PCI: Using ACPI for IRQ routing [ 0.376302] NetLabel: Initializing [ 0.377014] NetLabel: domain hash size = 128 [ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378826] NetLabel: unlabeled traffic allowed by default [ 0.379922] clocksource: Switched to clocksource kvm-clock [ 0.385334] AppArmor: AppArmor Filesystem Enabled [ 0.386289] pnp: PnP ACPI init [ 0.387196] pnp: PnP ACPI: found 5 devices [ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395262] NET: Registered protocol family 2 [ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398656] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402072] NET: Registered protocol family 1 [ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433330] Trying to unpack rootfs image as initramfs... [ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.497292] Scanning for low memory corruption every 60 seconds [ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.499745] audit: initializing netlink subsys (disabled) [ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized [ 0.502102] Initialise system trusted keyring [ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.506157] zbud: loaded [ 0.506853] VFS: Disk quotas dquot_6.6.0 [ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509199] fuse init (API version 7.23) [ 0.510087] Key type big_key registered [ 0.510883] Allocating IMA MOK and blacklist keyrings. [ 0.511998] Key type asymmetric registered [ 0.512821] Asymmetric key parser 'x509' registered [ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515600] io scheduler noop registered [ 0.516407] io scheduler deadline registered (default) [ 0.517452] io scheduler cfq registered [ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.522937] ACPI: Power Button [PWRF] [ 0.523903] GHES: HEST is not enabled! [ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.597479] Linux agpgart interface v0.103 [ 0.599721] brd: module loaded [ 0.601080] loop: module loaded [ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.607677] GPT:90111 != 2097151 [ 0.608488] GPT:Alternate GPT header not at the end of the disk. [ 0.609815] GPT:90111 != 2097151 [ 0.625357] GPT: Use GNU Parted to correct GPT errors. [ 0.632371] vda: vda1 vda15 [ 0.633804] scsi host0: ata_piix [ 0.634539] scsi host1: ata_piix [ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637891] libphy: Fixed MDIO Bus: probed [ 0.638705] tun: Universal TUN/TAP device driver, 1.6 [ 0.639642] tun: (C) 1999-2004 Max Krasnyansky [ 0.641775] PPP generic driver version 2.4.2 [ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644510] ehci-pci: EHCI PCI platform driver [ 0.645563] ehci-platform: EHCI generic platform driver [ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.648147] ohci-pci: OHCI PCI platform driver [ 0.649198] ohci-platform: OHCI generic platform driver [ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver [ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.673750] usb usb1: Product: UHCI Host Controller [ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.676316] usb usb1: SerialNumber: 0000:00:01.2 [ 0.677464] hub 1-0:1.0: USB hub found [ 0.678391] hub 1-0:1.0: 2 ports detected [ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.684250] mousedev: PS/2 mouse device common for all mice [ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687892] rtc_cmos 00:00: RTC can wake from S4 [ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692026] i2c /dev entries driver [ 0.692913] device-mapper: uevent: version 1.0.3 [ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs [ 0.697456] NET: Registered protocol family 10 [ 0.698625] NET: Registered protocol family 17 [ 0.699681] Key type dns_resolver registered [ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704115] registered taskstats version 1 [ 0.705089] Loading compiled-in X.509 certificates [ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708907] zswap: loaded using pool lzo/zbud [ 0.710441] Key type trusted registered [ 0.712182] Key type encrypted registered [ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714383] ima: No TPM chip found, activating TPM-bypass! [ 0.715604] evm: HMAC attrs: 0x1 [ 0.716673] Magic number: 6:54:24 [ 0.717549] misc cpu_dma_latency: hash matches [ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088) [ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.721878] EDD information not available. [ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.808385] Write protecting the kernel read-only data: 14336k [ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811705] 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.854706] 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.24 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... 2018-10-12 11:01:54,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:01:54,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:55,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01: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-c91ce354-0ee9-44c3-a1dc-3c0fe64b3a35 x-compute-request-id: req-c91ce354-0ee9-44c3-a1dc-3c0fe64b3a35 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:0f:e4", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:27.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "94162d8f-8591-4b7e-a061-619938462d1d", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:28Z", "hostId": "cd37190eab409513eaebf3e3ec9c7e9c3dcdbcc3dfc5869c95d75f9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:24Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:3a:d4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:19.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:20Z", "hostId": "a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:15Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:01:55,106 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c91ce354-0ee9-44c3-a1dc-3c0fe64b3a35 2018-10-12 11:01:55,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.698509931564s 2018-10-12 11:01:55,107 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c91ce354-0ee9-44c3-a1dc-3c0fe64b3a35 2018-10-12 11:01:55,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-12 11:01:55,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 11:01:56,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01: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-ffa097aa-9ec4-49c5-8e7d-b00c1c1ff830 x-compute-request-id: req-ffa097aa-9ec4-49c5-8e7d-b00c1c1ff830 Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531781279 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130530] pid_max: default: 32768 minimum: 301\n[ 0.131426] ACPI: Core revision 20150930\n[ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134117] Security Framework initialized\n[ 0.134937] Yama: becoming mindful.\n[ 0.135669] AppArmor: AppArmor initialized\n[ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141807] Initializing cgroup subsys io\n[ 0.142625] Initializing cgroup subsys memory\n[ 0.143492] Initializing cgroup subsys devices\n[ 0.144382] Initializing cgroup subsys freezer\n[ 0.145256] Initializing cgroup subsys net_cls\n[ 0.146130] Initializing cgroup subsys perf_event\n[ 0.147047] Initializing cgroup subsys net_prio\n[ 0.147942] Initializing cgroup subsys hugetlb\n[ 0.148818] Initializing cgroup subsys pids\n[ 0.149697] CPU: Physical Processor ID: 0\n[ 0.151201] mce: CPU supports 10 MCE banks\n[ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170494] ftrace: allocating 31920 entries in 125 pages\n[ 0.196595] smpboot: Max logical packages: 1\n[ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198803] x2apic enabled\n[ 0.199612] Switched APIC routing to physical x2apic.\n[ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206315] KVM setup paravirtual spinlock\n[ 0.207607] x86: Booted up 1 node, 1 CPUs\n[ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209809] devtmpfs: initialized\n[ 0.211536] evm: security.selinux\n[ 0.212243] evm: security.SMACK64\n[ 0.212931] evm: security.SMACK64EXEC\n[ 0.213675] evm: security.SMACK64TRANSMUTE\n[ 0.214481] evm: security.SMACK64MMAP\n[ 0.215228] evm: security.ima\n[ 0.215868] evm: security.capability\n[ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218526] pinctrl core: initialized pinctrl subsystem\n[ 0.219630] RTC time: 11:01:27, date: 10/12/18\n[ 0.220583] NET: Registered protocol family 16\n[ 0.221552] cpuidle: using governor ladder\n[ 0.222370] cpuidle: using governor menu\n[ 0.223155] PCCT header not found.\n[ 0.223908] ACPI: bus type PCI registered\n[ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225946] PCI: Using configuration type 1 for base access\n[ 0.227694] ACPI: Added _OSI(Module Device)\n[ 0.228542] ACPI: Added _OSI(Processor Device)\n[ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230296] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232395] ACPI: Interpreter enabled\n[ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240546] ACPI: (supports S0 S5)\n[ 0.241252] ACPI: Using IOAPIC for interrupt routing\n[ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251249] acpiphp: Slot [3] registered\n[ 0.252053] acpiphp: Slot [4] registered\n[ 0.252850] acpiphp: Slot [5] registered\n[ 0.253654] acpiphp: Slot [6] registered\n[ 0.254451] acpiphp: Slot [7] registered\n[ 0.255258] acpiphp: Slot [8] registered\n[ 0.256061] acpiphp: Slot [9] registered\n[ 0.256855] acpiphp: Slot [10] registered\n[ 0.257685] acpiphp: Slot [11] registered\n[ 0.258500] acpiphp: Slot [12] registered\n[ 0.259317] acpiphp: Slot [13] registered\n[ 0.260128] acpiphp: Slot [14] registered\n[ 0.260937] acpiphp: Slot [15] registered\n[ 0.271892] acpiphp: Slot [16] registered\n[ 0.272709] acpiphp: Slot [17] registered\n[ 0.273523] acpiphp: Slot [18] registered\n[ 0.274336] acpiphp: Slot [19] registered\n[ 0.275148] acpiphp: Slot [20] registered\n[ 0.275963] acpiphp: Slot [21] registered\n[ 0.276776] acpiphp: Slot [22] registered\n[ 0.277590] acpiphp: Slot [23] registered\n[ 0.278413] acpiphp: Slot [24] registered\n[ 0.279225] acpiphp: Slot [25] registered\n[ 0.280043] acpiphp: Slot [26] registered\n[ 0.280854] acpiphp: Slot [27] registered\n[ 0.281671] acpiphp: Slot [28] registered\n[ 0.282488] acpiphp: Slot [29] registered\n[ 0.283302] acpiphp: Slot [30] registered\n[ 0.284123] acpiphp: Slot [31] registered\n[ 0.284931] PCI host bridge to bus 0000:00\n[ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368818] vgaarb: loaded\n[ 0.369425] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370563] SCSI subsystem initialized\n[ 0.371383] ACPI: bus type USB registered\n[ 0.372196] usbcore: registered new interface driver usbfs\n[ 0.373227] usbcore: registered new interface driver hub\n[ 0.374235] usbcore: registered new device driver usb\n[ 0.375283] PCI: Using ACPI for IRQ routing\n[ 0.376302] NetLabel: Initializing\n[ 0.377014] NetLabel: domain hash size = 128\n[ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378826] NetLabel: unlabeled traffic allowed by default\n[ 0.379922] clocksource: Switched to clocksource kvm-clock\n[ 0.385334] AppArmor: AppArmor Filesystem Enabled\n[ 0.386289] pnp: PnP ACPI init\n[ 0.387196] pnp: PnP ACPI: found 5 devices\n[ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395262] NET: Registered protocol family 2\n[ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398656] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402072] NET: Registered protocol family 1\n[ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433330] Trying to unpack rootfs image as initramfs...\n[ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497292] Scanning for low memory corruption every 60 seconds\n[ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499745] audit: initializing netlink subsys (disabled)\n[ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized\n[ 0.502102] Initialise system trusted keyring\n[ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506157] zbud: loaded\n[ 0.506853] VFS: Disk quotas dquot_6.6.0\n[ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509199] fuse init (API version 7.23)\n[ 0.510087] Key type big_key registered\n[ 0.510883] Allocating IMA MOK and blacklist keyrings.\n[ 0.511998] Key type asymmetric registered\n[ 0.512821] Asymmetric key parser 'x509' registered\n[ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515600] io scheduler noop registered\n[ 0.516407] io scheduler deadline registered (default)\n[ 0.517452] io scheduler cfq registered\n[ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522937] ACPI: Power Button [PWRF]\n[ 0.523903] GHES: HEST is not enabled!\n[ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597479] Linux agpgart interface v0.103\n[ 0.599721] brd: module loaded\n[ 0.601080] loop: module loaded\n[ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607677] GPT:90111 != 2097151\n[ 0.608488] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609815] GPT:90111 != 2097151\n[ 0.625357] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632371] vda: vda1 vda15\n[ 0.633804] scsi host0: ata_piix\n[ 0.634539] scsi host1: ata_piix\n[ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637891] libphy: Fixed MDIO Bus: probed\n[ 0.638705] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641775] PPP generic driver version 2.4.2\n[ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644510] ehci-pci: EHCI PCI platform driver\n[ 0.645563] ehci-platform: EHCI generic platform driver\n[ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648147] ohci-pci: OHCI PCI platform driver\n[ 0.649198] ohci-platform: OHCI generic platform driver\n[ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673750] usb usb1: Product: UHCI Host Controller\n[ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677464] hub 1-0:1.0: USB hub found\n[ 0.678391] hub 1-0:1.0: 2 ports detected\n[ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684250] mousedev: PS/2 mouse device common for all mice\n[ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687892] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692026] i2c /dev entries driver\n[ 0.692913] device-mapper: uevent: version 1.0.3\n[ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697456] NET: Registered protocol family 10\n[ 0.698625] NET: Registered protocol family 17\n[ 0.699681] Key type dns_resolver registered\n[ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704115] registered taskstats version 1\n[ 0.705089] Loading compiled-in X.509 certificates\n[ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708907] zswap: loaded using pool lzo/zbud\n[ 0.710441] Key type trusted registered\n[ 0.712182] Key type encrypted registered\n[ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.714383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.715604] evm: HMAC attrs: 0x1\n[ 0.716673] Magic number: 6:54:24\n[ 0.717549] misc cpu_dma_latency: hash matches\n[ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088)\n[ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721878] EDD information not available.\n[ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.808385] Write protecting the kernel read-only data: 14336k\n[ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811705] 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.854706] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 11:01:56,216 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-ffa097aa-9ec4-49c5-8e7d-b00c1c1ff830 2018-10-12 11:01:56,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10704684258s 2018-10-12 11:01:56,217 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-ffa097aa-9ec4-49c5-8e7d-b00c1c1ff830 2018-10-12 11:01:56,217 - 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 531781279 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.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130530] pid_max: default: 32768 minimum: 301 [ 0.131426] ACPI: Core revision 20150930 [ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134117] Security Framework initialized [ 0.134937] Yama: becoming mindful. [ 0.135669] AppArmor: AppArmor initialized [ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141807] Initializing cgroup subsys io [ 0.142625] Initializing cgroup subsys memory [ 0.143492] Initializing cgroup subsys devices [ 0.144382] Initializing cgroup subsys freezer [ 0.145256] Initializing cgroup subsys net_cls [ 0.146130] Initializing cgroup subsys perf_event [ 0.147047] Initializing cgroup subsys net_prio [ 0.147942] Initializing cgroup subsys hugetlb [ 0.148818] Initializing cgroup subsys pids [ 0.149697] CPU: Physical Processor ID: 0 [ 0.151201] mce: CPU supports 10 MCE banks [ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170494] ftrace: allocating 31920 entries in 125 pages [ 0.196595] smpboot: Max logical packages: 1 [ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198803] x2apic enabled [ 0.199612] Switched APIC routing to physical x2apic. [ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206315] KVM setup paravirtual spinlock [ 0.207607] x86: Booted up 1 node, 1 CPUs [ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209809] devtmpfs: initialized [ 0.211536] evm: security.selinux [ 0.212243] evm: security.SMACK64 [ 0.212931] evm: security.SMACK64EXEC [ 0.213675] evm: security.SMACK64TRANSMUTE [ 0.214481] evm: security.SMACK64MMAP [ 0.215228] evm: security.ima [ 0.215868] evm: security.capability [ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218526] pinctrl core: initialized pinctrl subsystem [ 0.219630] RTC time: 11:01:27, date: 10/12/18 [ 0.220583] NET: Registered protocol family 16 [ 0.221552] cpuidle: using governor ladder [ 0.222370] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223908] ACPI: bus type PCI registered [ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225946] PCI: Using configuration type 1 for base access [ 0.227694] ACPI: Added _OSI(Module Device) [ 0.228542] ACPI: Added _OSI(Processor Device) [ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230296] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232395] ACPI: Interpreter enabled [ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240546] ACPI: (supports S0 S5) [ 0.241252] ACPI: Using IOAPIC for interrupt routing [ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251249] acpiphp: Slot [3] registered [ 0.252053] acpiphp: Slot [4] registered [ 0.252850] acpiphp: Slot [5] registered [ 0.253654] acpiphp: Slot [6] registered [ 0.254451] acpiphp: Slot [7] registered [ 0.255258] acpiphp: Slot [8] registered [ 0.256061] acpiphp: Slot [9] registered [ 0.256855] acpiphp: Slot [10] registered [ 0.257685] acpiphp: Slot [11] registered [ 0.258500] acpiphp: Slot [12] registered [ 0.259317] acpiphp: Slot [13] registered [ 0.260128] acpiphp: Slot [14] registered [ 0.260937] acpiphp: Slot [15] registered [ 0.271892] acpiphp: Slot [16] registered [ 0.272709] acpiphp: Slot [17] registered [ 0.273523] acpiphp: Slot [18] registered [ 0.274336] acpiphp: Slot [19] registered [ 0.275148] acpiphp: Slot [20] registered [ 0.275963] acpiphp: Slot [21] registered [ 0.276776] acpiphp: Slot [22] registered [ 0.277590] acpiphp: Slot [23] registered [ 0.278413] acpiphp: Slot [24] registered [ 0.279225] acpiphp: Slot [25] registered [ 0.280043] acpiphp: Slot [26] registered [ 0.280854] acpiphp: Slot [27] registered [ 0.281671] acpiphp: Slot [28] registered [ 0.282488] acpiphp: Slot [29] registered [ 0.283302] acpiphp: Slot [30] registered [ 0.284123] acpiphp: Slot [31] registered [ 0.284931] PCI host bridge to bus 0000:00 [ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368818] vgaarb: loaded [ 0.369425] vgaarb: bridge control possible 0000:00:02.0 [ 0.370563] SCSI subsystem initialized [ 0.371383] ACPI: bus type USB registered [ 0.372196] usbcore: registered new interface driver usbfs [ 0.373227] usbcore: registered new interface driver hub [ 0.374235] usbcore: registered new device driver usb [ 0.375283] PCI: Using ACPI for IRQ routing [ 0.376302] NetLabel: Initializing [ 0.377014] NetLabel: domain hash size = 128 [ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378826] NetLabel: unlabeled traffic allowed by default [ 0.379922] clocksource: Switched to clocksource kvm-clock [ 0.385334] AppArmor: AppArmor Filesystem Enabled [ 0.386289] pnp: PnP ACPI init [ 0.387196] pnp: PnP ACPI: found 5 devices [ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395262] NET: Registered protocol family 2 [ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398656] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402072] NET: Registered protocol family 1 [ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433330] Trying to unpack rootfs image as initramfs... [ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.497292] Scanning for low memory corruption every 60 seconds [ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.499745] audit: initializing netlink subsys (disabled) [ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized [ 0.502102] Initialise system trusted keyring [ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.506157] zbud: loaded [ 0.506853] VFS: Disk quotas dquot_6.6.0 [ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509199] fuse init (API version 7.23) [ 0.510087] Key type big_key registered [ 0.510883] Allocating IMA MOK and blacklist keyrings. [ 0.511998] Key type asymmetric registered [ 0.512821] Asymmetric key parser 'x509' registered [ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515600] io scheduler noop registered [ 0.516407] io scheduler deadline registered (default) [ 0.517452] io scheduler cfq registered [ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.522937] ACPI: Power Button [PWRF] [ 0.523903] GHES: HEST is not enabled! [ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.597479] Linux agpgart interface v0.103 [ 0.599721] brd: module loaded [ 0.601080] loop: module loaded [ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.607677] GPT:90111 != 2097151 [ 0.608488] GPT:Alternate GPT header not at the end of the disk. [ 0.609815] GPT:90111 != 2097151 [ 0.625357] GPT: Use GNU Parted to correct GPT errors. [ 0.632371] vda: vda1 vda15 [ 0.633804] scsi host0: ata_piix [ 0.634539] scsi host1: ata_piix [ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637891] libphy: Fixed MDIO Bus: probed [ 0.638705] tun: Universal TUN/TAP device driver, 1.6 [ 0.639642] tun: (C) 1999-2004 Max Krasnyansky [ 0.641775] PPP generic driver version 2.4.2 [ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644510] ehci-pci: EHCI PCI platform driver [ 0.645563] ehci-platform: EHCI generic platform driver [ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.648147] ohci-pci: OHCI PCI platform driver [ 0.649198] ohci-platform: OHCI generic platform driver [ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver [ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.673750] usb usb1: Product: UHCI Host Controller [ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.676316] usb usb1: SerialNumber: 0000:00:01.2 [ 0.677464] hub 1-0:1.0: USB hub found [ 0.678391] hub 1-0:1.0: 2 ports detected [ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.684250] mousedev: PS/2 mouse device common for all mice [ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687892] rtc_cmos 00:00: RTC can wake from S4 [ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692026] i2c /dev entries driver [ 0.692913] device-mapper: uevent: version 1.0.3 [ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs [ 0.697456] NET: Registered protocol family 10 [ 0.698625] NET: Registered protocol family 17 [ 0.699681] Key type dns_resolver registered [ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704115] registered taskstats version 1 [ 0.705089] Loading compiled-in X.509 certificates [ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708907] zswap: loaded using pool lzo/zbud [ 0.710441] Key type trusted registered [ 0.712182] Key type encrypted registered [ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714383] ima: No TPM chip found, activating TPM-bypass! [ 0.715604] evm: HMAC attrs: 0x1 [ 0.716673] Magic number: 6:54:24 [ 0.717549] misc cpu_dma_latency: hash matches [ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088) [ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.721878] EDD information not available. [ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.808385] Write protecting the kernel read-only data: 14336k [ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811705] 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.854706] 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.24 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... 2018-10-12 11:01:57,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:01:57,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:01:57,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01: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-900b62f0-c126-46bc-adf2-de0599c13ef0 x-compute-request-id: req-900b62f0-c126-46bc-adf2-de0599c13ef0 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:0f:e4", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:27.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "94162d8f-8591-4b7e-a061-619938462d1d", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:28Z", "hostId": "cd37190eab409513eaebf3e3ec9c7e9c3dcdbcc3dfc5869c95d75f9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:24Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:3a:d4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:19.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:20Z", "hostId": "a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:15Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:01:57,589 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-900b62f0-c126-46bc-adf2-de0599c13ef0 2018-10-12 11:01:57,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.368680953979s 2018-10-12 11:01:57,589 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-900b62f0-c126-46bc-adf2-de0599c13ef0 2018-10-12 11:01:57,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-12 11:01:57,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 11:01:58,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01: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-43c769ce-3824-4d56-b529-dc5a0421a685 x-compute-request-id: req-43c769ce-3824-4d56-b529-dc5a0421a685 Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531781279 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130530] pid_max: default: 32768 minimum: 301\n[ 0.131426] ACPI: Core revision 20150930\n[ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134117] Security Framework initialized\n[ 0.134937] Yama: becoming mindful.\n[ 0.135669] AppArmor: AppArmor initialized\n[ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141807] Initializing cgroup subsys io\n[ 0.142625] Initializing cgroup subsys memory\n[ 0.143492] Initializing cgroup subsys devices\n[ 0.144382] Initializing cgroup subsys freezer\n[ 0.145256] Initializing cgroup subsys net_cls\n[ 0.146130] Initializing cgroup subsys perf_event\n[ 0.147047] Initializing cgroup subsys net_prio\n[ 0.147942] Initializing cgroup subsys hugetlb\n[ 0.148818] Initializing cgroup subsys pids\n[ 0.149697] CPU: Physical Processor ID: 0\n[ 0.151201] mce: CPU supports 10 MCE banks\n[ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170494] ftrace: allocating 31920 entries in 125 pages\n[ 0.196595] smpboot: Max logical packages: 1\n[ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198803] x2apic enabled\n[ 0.199612] Switched APIC routing to physical x2apic.\n[ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206315] KVM setup paravirtual spinlock\n[ 0.207607] x86: Booted up 1 node, 1 CPUs\n[ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209809] devtmpfs: initialized\n[ 0.211536] evm: security.selinux\n[ 0.212243] evm: security.SMACK64\n[ 0.212931] evm: security.SMACK64EXEC\n[ 0.213675] evm: security.SMACK64TRANSMUTE\n[ 0.214481] evm: security.SMACK64MMAP\n[ 0.215228] evm: security.ima\n[ 0.215868] evm: security.capability\n[ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218526] pinctrl core: initialized pinctrl subsystem\n[ 0.219630] RTC time: 11:01:27, date: 10/12/18\n[ 0.220583] NET: Registered protocol family 16\n[ 0.221552] cpuidle: using governor ladder\n[ 0.222370] cpuidle: using governor menu\n[ 0.223155] PCCT header not found.\n[ 0.223908] ACPI: bus type PCI registered\n[ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225946] PCI: Using configuration type 1 for base access\n[ 0.227694] ACPI: Added _OSI(Module Device)\n[ 0.228542] ACPI: Added _OSI(Processor Device)\n[ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230296] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232395] ACPI: Interpreter enabled\n[ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240546] ACPI: (supports S0 S5)\n[ 0.241252] ACPI: Using IOAPIC for interrupt routing\n[ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251249] acpiphp: Slot [3] registered\n[ 0.252053] acpiphp: Slot [4] registered\n[ 0.252850] acpiphp: Slot [5] registered\n[ 0.253654] acpiphp: Slot [6] registered\n[ 0.254451] acpiphp: Slot [7] registered\n[ 0.255258] acpiphp: Slot [8] registered\n[ 0.256061] acpiphp: Slot [9] registered\n[ 0.256855] acpiphp: Slot [10] registered\n[ 0.257685] acpiphp: Slot [11] registered\n[ 0.258500] acpiphp: Slot [12] registered\n[ 0.259317] acpiphp: Slot [13] registered\n[ 0.260128] acpiphp: Slot [14] registered\n[ 0.260937] acpiphp: Slot [15] registered\n[ 0.271892] acpiphp: Slot [16] registered\n[ 0.272709] acpiphp: Slot [17] registered\n[ 0.273523] acpiphp: Slot [18] registered\n[ 0.274336] acpiphp: Slot [19] registered\n[ 0.275148] acpiphp: Slot [20] registered\n[ 0.275963] acpiphp: Slot [21] registered\n[ 0.276776] acpiphp: Slot [22] registered\n[ 0.277590] acpiphp: Slot [23] registered\n[ 0.278413] acpiphp: Slot [24] registered\n[ 0.279225] acpiphp: Slot [25] registered\n[ 0.280043] acpiphp: Slot [26] registered\n[ 0.280854] acpiphp: Slot [27] registered\n[ 0.281671] acpiphp: Slot [28] registered\n[ 0.282488] acpiphp: Slot [29] registered\n[ 0.283302] acpiphp: Slot [30] registered\n[ 0.284123] acpiphp: Slot [31] registered\n[ 0.284931] PCI host bridge to bus 0000:00\n[ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368818] vgaarb: loaded\n[ 0.369425] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370563] SCSI subsystem initialized\n[ 0.371383] ACPI: bus type USB registered\n[ 0.372196] usbcore: registered new interface driver usbfs\n[ 0.373227] usbcore: registered new interface driver hub\n[ 0.374235] usbcore: registered new device driver usb\n[ 0.375283] PCI: Using ACPI for IRQ routing\n[ 0.376302] NetLabel: Initializing\n[ 0.377014] NetLabel: domain hash size = 128\n[ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378826] NetLabel: unlabeled traffic allowed by default\n[ 0.379922] clocksource: Switched to clocksource kvm-clock\n[ 0.385334] AppArmor: AppArmor Filesystem Enabled\n[ 0.386289] pnp: PnP ACPI init\n[ 0.387196] pnp: PnP ACPI: found 5 devices\n[ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395262] NET: Registered protocol family 2\n[ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398656] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402072] NET: Registered protocol family 1\n[ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433330] Trying to unpack rootfs image as initramfs...\n[ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497292] Scanning for low memory corruption every 60 seconds\n[ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499745] audit: initializing netlink subsys (disabled)\n[ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized\n[ 0.502102] Initialise system trusted keyring\n[ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506157] zbud: loaded\n[ 0.506853] VFS: Disk quotas dquot_6.6.0\n[ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509199] fuse init (API version 7.23)\n[ 0.510087] Key type big_key registered\n[ 0.510883] Allocating IMA MOK and blacklist keyrings.\n[ 0.511998] Key type asymmetric registered\n[ 0.512821] Asymmetric key parser 'x509' registered\n[ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515600] io scheduler noop registered\n[ 0.516407] io scheduler deadline registered (default)\n[ 0.517452] io scheduler cfq registered\n[ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522937] ACPI: Power Button [PWRF]\n[ 0.523903] GHES: HEST is not enabled!\n[ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597479] Linux agpgart interface v0.103\n[ 0.599721] brd: module loaded\n[ 0.601080] loop: module loaded\n[ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607677] GPT:90111 != 2097151\n[ 0.608488] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609815] GPT:90111 != 2097151\n[ 0.625357] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632371] vda: vda1 vda15\n[ 0.633804] scsi host0: ata_piix\n[ 0.634539] scsi host1: ata_piix\n[ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637891] libphy: Fixed MDIO Bus: probed\n[ 0.638705] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641775] PPP generic driver version 2.4.2\n[ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644510] ehci-pci: EHCI PCI platform driver\n[ 0.645563] ehci-platform: EHCI generic platform driver\n[ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648147] ohci-pci: OHCI PCI platform driver\n[ 0.649198] ohci-platform: OHCI generic platform driver\n[ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673750] usb usb1: Product: UHCI Host Controller\n[ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677464] hub 1-0:1.0: USB hub found\n[ 0.678391] hub 1-0:1.0: 2 ports detected\n[ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684250] mousedev: PS/2 mouse device common for all mice\n[ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687892] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692026] i2c /dev entries driver\n[ 0.692913] device-mapper: uevent: version 1.0.3\n[ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697456] NET: Registered protocol family 10\n[ 0.698625] NET: Registered protocol family 17\n[ 0.699681] Key type dns_resolver registered\n[ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704115] registered taskstats version 1\n[ 0.705089] Loading compiled-in X.509 certificates\n[ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708907] zswap: loaded using pool lzo/zbud\n[ 0.710441] Key type trusted registered\n[ 0.712182] Key type encrypted registered\n[ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.714383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.715604] evm: HMAC attrs: 0x1\n[ 0.716673] Magic number: 6:54:24\n[ 0.717549] misc cpu_dma_latency: hash matches\n[ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088)\n[ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721878] EDD information not available.\n[ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.808385] Write protecting the kernel read-only data: 14336k\n[ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811705] 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.854706] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 11:01:58,662 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-43c769ce-3824-4d56-b529-dc5a0421a685 2018-10-12 11:01:58,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07044315338s 2018-10-12 11:01:58,663 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-43c769ce-3824-4d56-b529-dc5a0421a685 2018-10-12 11:01:58,663 - 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 531781279 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.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130530] pid_max: default: 32768 minimum: 301 [ 0.131426] ACPI: Core revision 20150930 [ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134117] Security Framework initialized [ 0.134937] Yama: becoming mindful. [ 0.135669] AppArmor: AppArmor initialized [ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141807] Initializing cgroup subsys io [ 0.142625] Initializing cgroup subsys memory [ 0.143492] Initializing cgroup subsys devices [ 0.144382] Initializing cgroup subsys freezer [ 0.145256] Initializing cgroup subsys net_cls [ 0.146130] Initializing cgroup subsys perf_event [ 0.147047] Initializing cgroup subsys net_prio [ 0.147942] Initializing cgroup subsys hugetlb [ 0.148818] Initializing cgroup subsys pids [ 0.149697] CPU: Physical Processor ID: 0 [ 0.151201] mce: CPU supports 10 MCE banks [ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170494] ftrace: allocating 31920 entries in 125 pages [ 0.196595] smpboot: Max logical packages: 1 [ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198803] x2apic enabled [ 0.199612] Switched APIC routing to physical x2apic. [ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206315] KVM setup paravirtual spinlock [ 0.207607] x86: Booted up 1 node, 1 CPUs [ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209809] devtmpfs: initialized [ 0.211536] evm: security.selinux [ 0.212243] evm: security.SMACK64 [ 0.212931] evm: security.SMACK64EXEC [ 0.213675] evm: security.SMACK64TRANSMUTE [ 0.214481] evm: security.SMACK64MMAP [ 0.215228] evm: security.ima [ 0.215868] evm: security.capability [ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218526] pinctrl core: initialized pinctrl subsystem [ 0.219630] RTC time: 11:01:27, date: 10/12/18 [ 0.220583] NET: Registered protocol family 16 [ 0.221552] cpuidle: using governor ladder [ 0.222370] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223908] ACPI: bus type PCI registered [ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225946] PCI: Using configuration type 1 for base access [ 0.227694] ACPI: Added _OSI(Module Device) [ 0.228542] ACPI: Added _OSI(Processor Device) [ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230296] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232395] ACPI: Interpreter enabled [ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240546] ACPI: (supports S0 S5) [ 0.241252] ACPI: Using IOAPIC for interrupt routing [ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251249] acpiphp: Slot [3] registered [ 0.252053] acpiphp: Slot [4] registered [ 0.252850] acpiphp: Slot [5] registered [ 0.253654] acpiphp: Slot [6] registered [ 0.254451] acpiphp: Slot [7] registered [ 0.255258] acpiphp: Slot [8] registered [ 0.256061] acpiphp: Slot [9] registered [ 0.256855] acpiphp: Slot [10] registered [ 0.257685] acpiphp: Slot [11] registered [ 0.258500] acpiphp: Slot [12] registered [ 0.259317] acpiphp: Slot [13] registered [ 0.260128] acpiphp: Slot [14] registered [ 0.260937] acpiphp: Slot [15] registered [ 0.271892] acpiphp: Slot [16] registered [ 0.272709] acpiphp: Slot [17] registered [ 0.273523] acpiphp: Slot [18] registered [ 0.274336] acpiphp: Slot [19] registered [ 0.275148] acpiphp: Slot [20] registered [ 0.275963] acpiphp: Slot [21] registered [ 0.276776] acpiphp: Slot [22] registered [ 0.277590] acpiphp: Slot [23] registered [ 0.278413] acpiphp: Slot [24] registered [ 0.279225] acpiphp: Slot [25] registered [ 0.280043] acpiphp: Slot [26] registered [ 0.280854] acpiphp: Slot [27] registered [ 0.281671] acpiphp: Slot [28] registered [ 0.282488] acpiphp: Slot [29] registered [ 0.283302] acpiphp: Slot [30] registered [ 0.284123] acpiphp: Slot [31] registered [ 0.284931] PCI host bridge to bus 0000:00 [ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368818] vgaarb: loaded [ 0.369425] vgaarb: bridge control possible 0000:00:02.0 [ 0.370563] SCSI subsystem initialized [ 0.371383] ACPI: bus type USB registered [ 0.372196] usbcore: registered new interface driver usbfs [ 0.373227] usbcore: registered new interface driver hub [ 0.374235] usbcore: registered new device driver usb [ 0.375283] PCI: Using ACPI for IRQ routing [ 0.376302] NetLabel: Initializing [ 0.377014] NetLabel: domain hash size = 128 [ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378826] NetLabel: unlabeled traffic allowed by default [ 0.379922] clocksource: Switched to clocksource kvm-clock [ 0.385334] AppArmor: AppArmor Filesystem Enabled [ 0.386289] pnp: PnP ACPI init [ 0.387196] pnp: PnP ACPI: found 5 devices [ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395262] NET: Registered protocol family 2 [ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398656] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402072] NET: Registered protocol family 1 [ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433330] Trying to unpack rootfs image as initramfs... [ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.497292] Scanning for low memory corruption every 60 seconds [ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.499745] audit: initializing netlink subsys (disabled) [ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized [ 0.502102] Initialise system trusted keyring [ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.506157] zbud: loaded [ 0.506853] VFS: Disk quotas dquot_6.6.0 [ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509199] fuse init (API version 7.23) [ 0.510087] Key type big_key registered [ 0.510883] Allocating IMA MOK and blacklist keyrings. [ 0.511998] Key type asymmetric registered [ 0.512821] Asymmetric key parser 'x509' registered [ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515600] io scheduler noop registered [ 0.516407] io scheduler deadline registered (default) [ 0.517452] io scheduler cfq registered [ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.522937] ACPI: Power Button [PWRF] [ 0.523903] GHES: HEST is not enabled! [ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.597479] Linux agpgart interface v0.103 [ 0.599721] brd: module loaded [ 0.601080] loop: module loaded [ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.607677] GPT:90111 != 2097151 [ 0.608488] GPT:Alternate GPT header not at the end of the disk. [ 0.609815] GPT:90111 != 2097151 [ 0.625357] GPT: Use GNU Parted to correct GPT errors. [ 0.632371] vda: vda1 vda15 [ 0.633804] scsi host0: ata_piix [ 0.634539] scsi host1: ata_piix [ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637891] libphy: Fixed MDIO Bus: probed [ 0.638705] tun: Universal TUN/TAP device driver, 1.6 [ 0.639642] tun: (C) 1999-2004 Max Krasnyansky [ 0.641775] PPP generic driver version 2.4.2 [ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644510] ehci-pci: EHCI PCI platform driver [ 0.645563] ehci-platform: EHCI generic platform driver [ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.648147] ohci-pci: OHCI PCI platform driver [ 0.649198] ohci-platform: OHCI generic platform driver [ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver [ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.673750] usb usb1: Product: UHCI Host Controller [ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.676316] usb usb1: SerialNumber: 0000:00:01.2 [ 0.677464] hub 1-0:1.0: USB hub found [ 0.678391] hub 1-0:1.0: 2 ports detected [ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.684250] mousedev: PS/2 mouse device common for all mice [ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687892] rtc_cmos 00:00: RTC can wake from S4 [ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692026] i2c /dev entries driver [ 0.692913] device-mapper: uevent: version 1.0.3 [ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs [ 0.697456] NET: Registered protocol family 10 [ 0.698625] NET: Registered protocol family 17 [ 0.699681] Key type dns_resolver registered [ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704115] registered taskstats version 1 [ 0.705089] Loading compiled-in X.509 certificates [ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708907] zswap: loaded using pool lzo/zbud [ 0.710441] Key type trusted registered [ 0.712182] Key type encrypted registered [ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714383] ima: No TPM chip found, activating TPM-bypass! [ 0.715604] evm: HMAC attrs: 0x1 [ 0.716673] Magic number: 6:54:24 [ 0.717549] misc cpu_dma_latency: hash matches [ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088) [ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.721878] EDD information not available. [ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.808385] Write protecting the kernel read-only data: 14336k [ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811705] 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.854706] 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.24 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... 2018-10-12 11:01:58,664 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-12 11:01:59,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:01:59,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:02:00,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:01: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-b48a0f31-45d8-4d5f-8e90-9439df07c991 x-compute-request-id: req-b48a0f31-45d8-4d5f-8e90-9439df07c991 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:0f:e4", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:27.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "94162d8f-8591-4b7e-a061-619938462d1d", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:28Z", "hostId": "cd37190eab409513eaebf3e3ec9c7e9c3dcdbcc3dfc5869c95d75f9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:24Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:3a:d4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:19.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:20Z", "hostId": "a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:15Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:02:00,238 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b48a0f31-45d8-4d5f-8e90-9439df07c991 2018-10-12 11:02:00,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.571883916855s 2018-10-12 11:02:00,238 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-b48a0f31-45d8-4d5f-8e90-9439df07c991 2018-10-12 11:02:00,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-12 11:02:00,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 11:02:01,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02: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-67c06b2a-d621-4230-8063-a4da628b1a89 x-compute-request-id: req-67c06b2a-d621-4230-8063-a4da628b1a89 Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531781279 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130530] pid_max: default: 32768 minimum: 301\n[ 0.131426] ACPI: Core revision 20150930\n[ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134117] Security Framework initialized\n[ 0.134937] Yama: becoming mindful.\n[ 0.135669] AppArmor: AppArmor initialized\n[ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141807] Initializing cgroup subsys io\n[ 0.142625] Initializing cgroup subsys memory\n[ 0.143492] Initializing cgroup subsys devices\n[ 0.144382] Initializing cgroup subsys freezer\n[ 0.145256] Initializing cgroup subsys net_cls\n[ 0.146130] Initializing cgroup subsys perf_event\n[ 0.147047] Initializing cgroup subsys net_prio\n[ 0.147942] Initializing cgroup subsys hugetlb\n[ 0.148818] Initializing cgroup subsys pids\n[ 0.149697] CPU: Physical Processor ID: 0\n[ 0.151201] mce: CPU supports 10 MCE banks\n[ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170494] ftrace: allocating 31920 entries in 125 pages\n[ 0.196595] smpboot: Max logical packages: 1\n[ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198803] x2apic enabled\n[ 0.199612] Switched APIC routing to physical x2apic.\n[ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206315] KVM setup paravirtual spinlock\n[ 0.207607] x86: Booted up 1 node, 1 CPUs\n[ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209809] devtmpfs: initialized\n[ 0.211536] evm: security.selinux\n[ 0.212243] evm: security.SMACK64\n[ 0.212931] evm: security.SMACK64EXEC\n[ 0.213675] evm: security.SMACK64TRANSMUTE\n[ 0.214481] evm: security.SMACK64MMAP\n[ 0.215228] evm: security.ima\n[ 0.215868] evm: security.capability\n[ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218526] pinctrl core: initialized pinctrl subsystem\n[ 0.219630] RTC time: 11:01:27, date: 10/12/18\n[ 0.220583] NET: Registered protocol family 16\n[ 0.221552] cpuidle: using governor ladder\n[ 0.222370] cpuidle: using governor menu\n[ 0.223155] PCCT header not found.\n[ 0.223908] ACPI: bus type PCI registered\n[ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225946] PCI: Using configuration type 1 for base access\n[ 0.227694] ACPI: Added _OSI(Module Device)\n[ 0.228542] ACPI: Added _OSI(Processor Device)\n[ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230296] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232395] ACPI: Interpreter enabled\n[ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240546] ACPI: (supports S0 S5)\n[ 0.241252] ACPI: Using IOAPIC for interrupt routing\n[ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251249] acpiphp: Slot [3] registered\n[ 0.252053] acpiphp: Slot [4] registered\n[ 0.252850] acpiphp: Slot [5] registered\n[ 0.253654] acpiphp: Slot [6] registered\n[ 0.254451] acpiphp: Slot [7] registered\n[ 0.255258] acpiphp: Slot [8] registered\n[ 0.256061] acpiphp: Slot [9] registered\n[ 0.256855] acpiphp: Slot [10] registered\n[ 0.257685] acpiphp: Slot [11] registered\n[ 0.258500] acpiphp: Slot [12] registered\n[ 0.259317] acpiphp: Slot [13] registered\n[ 0.260128] acpiphp: Slot [14] registered\n[ 0.260937] acpiphp: Slot [15] registered\n[ 0.271892] acpiphp: Slot [16] registered\n[ 0.272709] acpiphp: Slot [17] registered\n[ 0.273523] acpiphp: Slot [18] registered\n[ 0.274336] acpiphp: Slot [19] registered\n[ 0.275148] acpiphp: Slot [20] registered\n[ 0.275963] acpiphp: Slot [21] registered\n[ 0.276776] acpiphp: Slot [22] registered\n[ 0.277590] acpiphp: Slot [23] registered\n[ 0.278413] acpiphp: Slot [24] registered\n[ 0.279225] acpiphp: Slot [25] registered\n[ 0.280043] acpiphp: Slot [26] registered\n[ 0.280854] acpiphp: Slot [27] registered\n[ 0.281671] acpiphp: Slot [28] registered\n[ 0.282488] acpiphp: Slot [29] registered\n[ 0.283302] acpiphp: Slot [30] registered\n[ 0.284123] acpiphp: Slot [31] registered\n[ 0.284931] PCI host bridge to bus 0000:00\n[ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368818] vgaarb: loaded\n[ 0.369425] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370563] SCSI subsystem initialized\n[ 0.371383] ACPI: bus type USB registered\n[ 0.372196] usbcore: registered new interface driver usbfs\n[ 0.373227] usbcore: registered new interface driver hub\n[ 0.374235] usbcore: registered new device driver usb\n[ 0.375283] PCI: Using ACPI for IRQ routing\n[ 0.376302] NetLabel: Initializing\n[ 0.377014] NetLabel: domain hash size = 128\n[ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378826] NetLabel: unlabeled traffic allowed by default\n[ 0.379922] clocksource: Switched to clocksource kvm-clock\n[ 0.385334] AppArmor: AppArmor Filesystem Enabled\n[ 0.386289] pnp: PnP ACPI init\n[ 0.387196] pnp: PnP ACPI: found 5 devices\n[ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395262] NET: Registered protocol family 2\n[ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398656] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402072] NET: Registered protocol family 1\n[ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433330] Trying to unpack rootfs image as initramfs...\n[ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497292] Scanning for low memory corruption every 60 seconds\n[ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499745] audit: initializing netlink subsys (disabled)\n[ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized\n[ 0.502102] Initialise system trusted keyring\n[ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506157] zbud: loaded\n[ 0.506853] VFS: Disk quotas dquot_6.6.0\n[ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509199] fuse init (API version 7.23)\n[ 0.510087] Key type big_key registered\n[ 0.510883] Allocating IMA MOK and blacklist keyrings.\n[ 0.511998] Key type asymmetric registered\n[ 0.512821] Asymmetric key parser 'x509' registered\n[ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515600] io scheduler noop registered\n[ 0.516407] io scheduler deadline registered (default)\n[ 0.517452] io scheduler cfq registered\n[ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522937] ACPI: Power Button [PWRF]\n[ 0.523903] GHES: HEST is not enabled!\n[ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597479] Linux agpgart interface v0.103\n[ 0.599721] brd: module loaded\n[ 0.601080] loop: module loaded\n[ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607677] GPT:90111 != 2097151\n[ 0.608488] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609815] GPT:90111 != 2097151\n[ 0.625357] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632371] vda: vda1 vda15\n[ 0.633804] scsi host0: ata_piix\n[ 0.634539] scsi host1: ata_piix\n[ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637891] libphy: Fixed MDIO Bus: probed\n[ 0.638705] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641775] PPP generic driver version 2.4.2\n[ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644510] ehci-pci: EHCI PCI platform driver\n[ 0.645563] ehci-platform: EHCI generic platform driver\n[ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648147] ohci-pci: OHCI PCI platform driver\n[ 0.649198] ohci-platform: OHCI generic platform driver\n[ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673750] usb usb1: Product: UHCI Host Controller\n[ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677464] hub 1-0:1.0: USB hub found\n[ 0.678391] hub 1-0:1.0: 2 ports detected\n[ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684250] mousedev: PS/2 mouse device common for all mice\n[ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687892] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692026] i2c /dev entries driver\n[ 0.692913] device-mapper: uevent: version 1.0.3\n[ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697456] NET: Registered protocol family 10\n[ 0.698625] NET: Registered protocol family 17\n[ 0.699681] Key type dns_resolver registered\n[ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704115] registered taskstats version 1\n[ 0.705089] Loading compiled-in X.509 certificates\n[ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708907] zswap: loaded using pool lzo/zbud\n[ 0.710441] Key type trusted registered\n[ 0.712182] Key type encrypted registered\n[ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.714383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.715604] evm: HMAC attrs: 0x1\n[ 0.716673] Magic number: 6:54:24\n[ 0.717549] misc cpu_dma_latency: hash matches\n[ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088)\n[ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721878] EDD information not available.\n[ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.808385] Write protecting the kernel read-only data: 14336k\n[ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811705] 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.854706] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 11:02:01,312 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-67c06b2a-d621-4230-8063-a4da628b1a89 2018-10-12 11:02:01,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07215595245s 2018-10-12 11:02:01,313 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-67c06b2a-d621-4230-8063-a4da628b1a89 2018-10-12 11:02:01,313 - 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 531781279 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.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130530] pid_max: default: 32768 minimum: 301 [ 0.131426] ACPI: Core revision 20150930 [ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134117] Security Framework initialized [ 0.134937] Yama: becoming mindful. [ 0.135669] AppArmor: AppArmor initialized [ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141807] Initializing cgroup subsys io [ 0.142625] Initializing cgroup subsys memory [ 0.143492] Initializing cgroup subsys devices [ 0.144382] Initializing cgroup subsys freezer [ 0.145256] Initializing cgroup subsys net_cls [ 0.146130] Initializing cgroup subsys perf_event [ 0.147047] Initializing cgroup subsys net_prio [ 0.147942] Initializing cgroup subsys hugetlb [ 0.148818] Initializing cgroup subsys pids [ 0.149697] CPU: Physical Processor ID: 0 [ 0.151201] mce: CPU supports 10 MCE banks [ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170494] ftrace: allocating 31920 entries in 125 pages [ 0.196595] smpboot: Max logical packages: 1 [ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198803] x2apic enabled [ 0.199612] Switched APIC routing to physical x2apic. [ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206315] KVM setup paravirtual spinlock [ 0.207607] x86: Booted up 1 node, 1 CPUs [ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209809] devtmpfs: initialized [ 0.211536] evm: security.selinux [ 0.212243] evm: security.SMACK64 [ 0.212931] evm: security.SMACK64EXEC [ 0.213675] evm: security.SMACK64TRANSMUTE [ 0.214481] evm: security.SMACK64MMAP [ 0.215228] evm: security.ima [ 0.215868] evm: security.capability [ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218526] pinctrl core: initialized pinctrl subsystem [ 0.219630] RTC time: 11:01:27, date: 10/12/18 [ 0.220583] NET: Registered protocol family 16 [ 0.221552] cpuidle: using governor ladder [ 0.222370] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223908] ACPI: bus type PCI registered [ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225946] PCI: Using configuration type 1 for base access [ 0.227694] ACPI: Added _OSI(Module Device) [ 0.228542] ACPI: Added _OSI(Processor Device) [ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230296] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232395] ACPI: Interpreter enabled [ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240546] ACPI: (supports S0 S5) [ 0.241252] ACPI: Using IOAPIC for interrupt routing [ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251249] acpiphp: Slot [3] registered [ 0.252053] acpiphp: Slot [4] registered [ 0.252850] acpiphp: Slot [5] registered [ 0.253654] acpiphp: Slot [6] registered [ 0.254451] acpiphp: Slot [7] registered [ 0.255258] acpiphp: Slot [8] registered [ 0.256061] acpiphp: Slot [9] registered [ 0.256855] acpiphp: Slot [10] registered [ 0.257685] acpiphp: Slot [11] registered [ 0.258500] acpiphp: Slot [12] registered [ 0.259317] acpiphp: Slot [13] registered [ 0.260128] acpiphp: Slot [14] registered [ 0.260937] acpiphp: Slot [15] registered [ 0.271892] acpiphp: Slot [16] registered [ 0.272709] acpiphp: Slot [17] registered [ 0.273523] acpiphp: Slot [18] registered [ 0.274336] acpiphp: Slot [19] registered [ 0.275148] acpiphp: Slot [20] registered [ 0.275963] acpiphp: Slot [21] registered [ 0.276776] acpiphp: Slot [22] registered [ 0.277590] acpiphp: Slot [23] registered [ 0.278413] acpiphp: Slot [24] registered [ 0.279225] acpiphp: Slot [25] registered [ 0.280043] acpiphp: Slot [26] registered [ 0.280854] acpiphp: Slot [27] registered [ 0.281671] acpiphp: Slot [28] registered [ 0.282488] acpiphp: Slot [29] registered [ 0.283302] acpiphp: Slot [30] registered [ 0.284123] acpiphp: Slot [31] registered [ 0.284931] PCI host bridge to bus 0000:00 [ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368818] vgaarb: loaded [ 0.369425] vgaarb: bridge control possible 0000:00:02.0 [ 0.370563] SCSI subsystem initialized [ 0.371383] ACPI: bus type USB registered [ 0.372196] usbcore: registered new interface driver usbfs [ 0.373227] usbcore: registered new interface driver hub [ 0.374235] usbcore: registered new device driver usb [ 0.375283] PCI: Using ACPI for IRQ routing [ 0.376302] NetLabel: Initializing [ 0.377014] NetLabel: domain hash size = 128 [ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378826] NetLabel: unlabeled traffic allowed by default [ 0.379922] clocksource: Switched to clocksource kvm-clock [ 0.385334] AppArmor: AppArmor Filesystem Enabled [ 0.386289] pnp: PnP ACPI init [ 0.387196] pnp: PnP ACPI: found 5 devices [ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395262] NET: Registered protocol family 2 [ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398656] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402072] NET: Registered protocol family 1 [ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433330] Trying to unpack rootfs image as initramfs... [ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.497292] Scanning for low memory corruption every 60 seconds [ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.499745] audit: initializing netlink subsys (disabled) [ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized [ 0.502102] Initialise system trusted keyring [ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.506157] zbud: loaded [ 0.506853] VFS: Disk quotas dquot_6.6.0 [ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509199] fuse init (API version 7.23) [ 0.510087] Key type big_key registered [ 0.510883] Allocating IMA MOK and blacklist keyrings. [ 0.511998] Key type asymmetric registered [ 0.512821] Asymmetric key parser 'x509' registered [ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515600] io scheduler noop registered [ 0.516407] io scheduler deadline registered (default) [ 0.517452] io scheduler cfq registered [ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.522937] ACPI: Power Button [PWRF] [ 0.523903] GHES: HEST is not enabled! [ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.597479] Linux agpgart interface v0.103 [ 0.599721] brd: module loaded [ 0.601080] loop: module loaded [ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.607677] GPT:90111 != 2097151 [ 0.608488] GPT:Alternate GPT header not at the end of the disk. [ 0.609815] GPT:90111 != 2097151 [ 0.625357] GPT: Use GNU Parted to correct GPT errors. [ 0.632371] vda: vda1 vda15 [ 0.633804] scsi host0: ata_piix [ 0.634539] scsi host1: ata_piix [ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637891] libphy: Fixed MDIO Bus: probed [ 0.638705] tun: Universal TUN/TAP device driver, 1.6 [ 0.639642] tun: (C) 1999-2004 Max Krasnyansky [ 0.641775] PPP generic driver version 2.4.2 [ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644510] ehci-pci: EHCI PCI platform driver [ 0.645563] ehci-platform: EHCI generic platform driver [ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.648147] ohci-pci: OHCI PCI platform driver [ 0.649198] ohci-platform: OHCI generic platform driver [ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver [ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.673750] usb usb1: Product: UHCI Host Controller [ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.676316] usb usb1: SerialNumber: 0000:00:01.2 [ 0.677464] hub 1-0:1.0: USB hub found [ 0.678391] hub 1-0:1.0: 2 ports detected [ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.684250] mousedev: PS/2 mouse device common for all mice [ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687892] rtc_cmos 00:00: RTC can wake from S4 [ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692026] i2c /dev entries driver [ 0.692913] device-mapper: uevent: version 1.0.3 [ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs [ 0.697456] NET: Registered protocol family 10 [ 0.698625] NET: Registered protocol family 17 [ 0.699681] Key type dns_resolver registered [ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704115] registered taskstats version 1 [ 0.705089] Loading compiled-in X.509 certificates [ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708907] zswap: loaded using pool lzo/zbud [ 0.710441] Key type trusted registered [ 0.712182] Key type encrypted registered [ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714383] ima: No TPM chip found, activating TPM-bypass! [ 0.715604] evm: HMAC attrs: 0x1 [ 0.716673] Magic number: 6:54:24 [ 0.717549] misc cpu_dma_latency: hash matches [ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088) [ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.721878] EDD information not available. [ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.808385] Write protecting the kernel read-only data: 14336k [ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811705] 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.854706] 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.24 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... 2018-10-12 11:02:02,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:02:02,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:02:02,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11: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-ee131046-2cc2-419a-b396-50c06bb799f7 x-compute-request-id: req-ee131046-2cc2-419a-b396-50c06bb799f7 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:0f:e4", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:27.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "94162d8f-8591-4b7e-a061-619938462d1d", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:28Z", "hostId": "cd37190eab409513eaebf3e3ec9c7e9c3dcdbcc3dfc5869c95d75f9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:24Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:3a:d4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:19.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:20Z", "hostId": "a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:15Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:02:02,690 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ee131046-2cc2-419a-b396-50c06bb799f7 2018-10-12 11:02:02,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.373790979385s 2018-10-12 11:02:02,690 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ee131046-2cc2-419a-b396-50c06bb799f7 2018-10-12 11:02:02,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-12 11:02:02,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 11:02:03,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11: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-d69aa85f-d038-4b72-99a1-80a86730aae2 x-compute-request-id: req-d69aa85f-d038-4b72-99a1-80a86730aae2 Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531781279 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130530] pid_max: default: 32768 minimum: 301\n[ 0.131426] ACPI: Core revision 20150930\n[ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134117] Security Framework initialized\n[ 0.134937] Yama: becoming mindful.\n[ 0.135669] AppArmor: AppArmor initialized\n[ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141807] Initializing cgroup subsys io\n[ 0.142625] Initializing cgroup subsys memory\n[ 0.143492] Initializing cgroup subsys devices\n[ 0.144382] Initializing cgroup subsys freezer\n[ 0.145256] Initializing cgroup subsys net_cls\n[ 0.146130] Initializing cgroup subsys perf_event\n[ 0.147047] Initializing cgroup subsys net_prio\n[ 0.147942] Initializing cgroup subsys hugetlb\n[ 0.148818] Initializing cgroup subsys pids\n[ 0.149697] CPU: Physical Processor ID: 0\n[ 0.151201] mce: CPU supports 10 MCE banks\n[ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170494] ftrace: allocating 31920 entries in 125 pages\n[ 0.196595] smpboot: Max logical packages: 1\n[ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198803] x2apic enabled\n[ 0.199612] Switched APIC routing to physical x2apic.\n[ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206315] KVM setup paravirtual spinlock\n[ 0.207607] x86: Booted up 1 node, 1 CPUs\n[ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209809] devtmpfs: initialized\n[ 0.211536] evm: security.selinux\n[ 0.212243] evm: security.SMACK64\n[ 0.212931] evm: security.SMACK64EXEC\n[ 0.213675] evm: security.SMACK64TRANSMUTE\n[ 0.214481] evm: security.SMACK64MMAP\n[ 0.215228] evm: security.ima\n[ 0.215868] evm: security.capability\n[ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218526] pinctrl core: initialized pinctrl subsystem\n[ 0.219630] RTC time: 11:01:27, date: 10/12/18\n[ 0.220583] NET: Registered protocol family 16\n[ 0.221552] cpuidle: using governor ladder\n[ 0.222370] cpuidle: using governor menu\n[ 0.223155] PCCT header not found.\n[ 0.223908] ACPI: bus type PCI registered\n[ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225946] PCI: Using configuration type 1 for base access\n[ 0.227694] ACPI: Added _OSI(Module Device)\n[ 0.228542] ACPI: Added _OSI(Processor Device)\n[ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230296] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232395] ACPI: Interpreter enabled\n[ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240546] ACPI: (supports S0 S5)\n[ 0.241252] ACPI: Using IOAPIC for interrupt routing\n[ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251249] acpiphp: Slot [3] registered\n[ 0.252053] acpiphp: Slot [4] registered\n[ 0.252850] acpiphp: Slot [5] registered\n[ 0.253654] acpiphp: Slot [6] registered\n[ 0.254451] acpiphp: Slot [7] registered\n[ 0.255258] acpiphp: Slot [8] registered\n[ 0.256061] acpiphp: Slot [9] registered\n[ 0.256855] acpiphp: Slot [10] registered\n[ 0.257685] acpiphp: Slot [11] registered\n[ 0.258500] acpiphp: Slot [12] registered\n[ 0.259317] acpiphp: Slot [13] registered\n[ 0.260128] acpiphp: Slot [14] registered\n[ 0.260937] acpiphp: Slot [15] registered\n[ 0.271892] acpiphp: Slot [16] registered\n[ 0.272709] acpiphp: Slot [17] registered\n[ 0.273523] acpiphp: Slot [18] registered\n[ 0.274336] acpiphp: Slot [19] registered\n[ 0.275148] acpiphp: Slot [20] registered\n[ 0.275963] acpiphp: Slot [21] registered\n[ 0.276776] acpiphp: Slot [22] registered\n[ 0.277590] acpiphp: Slot [23] registered\n[ 0.278413] acpiphp: Slot [24] registered\n[ 0.279225] acpiphp: Slot [25] registered\n[ 0.280043] acpiphp: Slot [26] registered\n[ 0.280854] acpiphp: Slot [27] registered\n[ 0.281671] acpiphp: Slot [28] registered\n[ 0.282488] acpiphp: Slot [29] registered\n[ 0.283302] acpiphp: Slot [30] registered\n[ 0.284123] acpiphp: Slot [31] registered\n[ 0.284931] PCI host bridge to bus 0000:00\n[ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368818] vgaarb: loaded\n[ 0.369425] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370563] SCSI subsystem initialized\n[ 0.371383] ACPI: bus type USB registered\n[ 0.372196] usbcore: registered new interface driver usbfs\n[ 0.373227] usbcore: registered new interface driver hub\n[ 0.374235] usbcore: registered new device driver usb\n[ 0.375283] PCI: Using ACPI for IRQ routing\n[ 0.376302] NetLabel: Initializing\n[ 0.377014] NetLabel: domain hash size = 128\n[ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378826] NetLabel: unlabeled traffic allowed by default\n[ 0.379922] clocksource: Switched to clocksource kvm-clock\n[ 0.385334] AppArmor: AppArmor Filesystem Enabled\n[ 0.386289] pnp: PnP ACPI init\n[ 0.387196] pnp: PnP ACPI: found 5 devices\n[ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395262] NET: Registered protocol family 2\n[ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398656] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402072] NET: Registered protocol family 1\n[ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433330] Trying to unpack rootfs image as initramfs...\n[ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497292] Scanning for low memory corruption every 60 seconds\n[ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499745] audit: initializing netlink subsys (disabled)\n[ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized\n[ 0.502102] Initialise system trusted keyring\n[ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506157] zbud: loaded\n[ 0.506853] VFS: Disk quotas dquot_6.6.0\n[ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509199] fuse init (API version 7.23)\n[ 0.510087] Key type big_key registered\n[ 0.510883] Allocating IMA MOK and blacklist keyrings.\n[ 0.511998] Key type asymmetric registered\n[ 0.512821] Asymmetric key parser 'x509' registered\n[ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515600] io scheduler noop registered\n[ 0.516407] io scheduler deadline registered (default)\n[ 0.517452] io scheduler cfq registered\n[ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522937] ACPI: Power Button [PWRF]\n[ 0.523903] GHES: HEST is not enabled!\n[ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597479] Linux agpgart interface v0.103\n[ 0.599721] brd: module loaded\n[ 0.601080] loop: module loaded\n[ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607677] GPT:90111 != 2097151\n[ 0.608488] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609815] GPT:90111 != 2097151\n[ 0.625357] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632371] vda: vda1 vda15\n[ 0.633804] scsi host0: ata_piix\n[ 0.634539] scsi host1: ata_piix\n[ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637891] libphy: Fixed MDIO Bus: probed\n[ 0.638705] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641775] PPP generic driver version 2.4.2\n[ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644510] ehci-pci: EHCI PCI platform driver\n[ 0.645563] ehci-platform: EHCI generic platform driver\n[ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648147] ohci-pci: OHCI PCI platform driver\n[ 0.649198] ohci-platform: OHCI generic platform driver\n[ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673750] usb usb1: Product: UHCI Host Controller\n[ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677464] hub 1-0:1.0: USB hub found\n[ 0.678391] hub 1-0:1.0: 2 ports detected\n[ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684250] mousedev: PS/2 mouse device common for all mice\n[ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687892] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692026] i2c /dev entries driver\n[ 0.692913] device-mapper: uevent: version 1.0.3\n[ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697456] NET: Registered protocol family 10\n[ 0.698625] NET: Registered protocol family 17\n[ 0.699681] Key type dns_resolver registered\n[ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704115] registered taskstats version 1\n[ 0.705089] Loading compiled-in X.509 certificates\n[ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708907] zswap: loaded using pool lzo/zbud\n[ 0.710441] Key type trusted registered\n[ 0.712182] Key type encrypted registered\n[ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.714383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.715604] evm: HMAC attrs: 0x1\n[ 0.716673] Magic number: 6:54:24\n[ 0.717549] misc cpu_dma_latency: hash matches\n[ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088)\n[ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721878] EDD information not available.\n[ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.808385] Write protecting the kernel read-only data: 14336k\n[ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811705] 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.854706] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 11:02:03,787 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-d69aa85f-d038-4b72-99a1-80a86730aae2 2018-10-12 11:02:03,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09370303154s 2018-10-12 11:02:03,788 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-d69aa85f-d038-4b72-99a1-80a86730aae2 2018-10-12 11:02:03,788 - 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 531781279 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.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130530] pid_max: default: 32768 minimum: 301 [ 0.131426] ACPI: Core revision 20150930 [ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134117] Security Framework initialized [ 0.134937] Yama: becoming mindful. [ 0.135669] AppArmor: AppArmor initialized [ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141807] Initializing cgroup subsys io [ 0.142625] Initializing cgroup subsys memory [ 0.143492] Initializing cgroup subsys devices [ 0.144382] Initializing cgroup subsys freezer [ 0.145256] Initializing cgroup subsys net_cls [ 0.146130] Initializing cgroup subsys perf_event [ 0.147047] Initializing cgroup subsys net_prio [ 0.147942] Initializing cgroup subsys hugetlb [ 0.148818] Initializing cgroup subsys pids [ 0.149697] CPU: Physical Processor ID: 0 [ 0.151201] mce: CPU supports 10 MCE banks [ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170494] ftrace: allocating 31920 entries in 125 pages [ 0.196595] smpboot: Max logical packages: 1 [ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198803] x2apic enabled [ 0.199612] Switched APIC routing to physical x2apic. [ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206315] KVM setup paravirtual spinlock [ 0.207607] x86: Booted up 1 node, 1 CPUs [ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209809] devtmpfs: initialized [ 0.211536] evm: security.selinux [ 0.212243] evm: security.SMACK64 [ 0.212931] evm: security.SMACK64EXEC [ 0.213675] evm: security.SMACK64TRANSMUTE [ 0.214481] evm: security.SMACK64MMAP [ 0.215228] evm: security.ima [ 0.215868] evm: security.capability [ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218526] pinctrl core: initialized pinctrl subsystem [ 0.219630] RTC time: 11:01:27, date: 10/12/18 [ 0.220583] NET: Registered protocol family 16 [ 0.221552] cpuidle: using governor ladder [ 0.222370] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223908] ACPI: bus type PCI registered [ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225946] PCI: Using configuration type 1 for base access [ 0.227694] ACPI: Added _OSI(Module Device) [ 0.228542] ACPI: Added _OSI(Processor Device) [ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230296] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232395] ACPI: Interpreter enabled [ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240546] ACPI: (supports S0 S5) [ 0.241252] ACPI: Using IOAPIC for interrupt routing [ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251249] acpiphp: Slot [3] registered [ 0.252053] acpiphp: Slot [4] registered [ 0.252850] acpiphp: Slot [5] registered [ 0.253654] acpiphp: Slot [6] registered [ 0.254451] acpiphp: Slot [7] registered [ 0.255258] acpiphp: Slot [8] registered [ 0.256061] acpiphp: Slot [9] registered [ 0.256855] acpiphp: Slot [10] registered [ 0.257685] acpiphp: Slot [11] registered [ 0.258500] acpiphp: Slot [12] registered [ 0.259317] acpiphp: Slot [13] registered [ 0.260128] acpiphp: Slot [14] registered [ 0.260937] acpiphp: Slot [15] registered [ 0.271892] acpiphp: Slot [16] registered [ 0.272709] acpiphp: Slot [17] registered [ 0.273523] acpiphp: Slot [18] registered [ 0.274336] acpiphp: Slot [19] registered [ 0.275148] acpiphp: Slot [20] registered [ 0.275963] acpiphp: Slot [21] registered [ 0.276776] acpiphp: Slot [22] registered [ 0.277590] acpiphp: Slot [23] registered [ 0.278413] acpiphp: Slot [24] registered [ 0.279225] acpiphp: Slot [25] registered [ 0.280043] acpiphp: Slot [26] registered [ 0.280854] acpiphp: Slot [27] registered [ 0.281671] acpiphp: Slot [28] registered [ 0.282488] acpiphp: Slot [29] registered [ 0.283302] acpiphp: Slot [30] registered [ 0.284123] acpiphp: Slot [31] registered [ 0.284931] PCI host bridge to bus 0000:00 [ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368818] vgaarb: loaded [ 0.369425] vgaarb: bridge control possible 0000:00:02.0 [ 0.370563] SCSI subsystem initialized [ 0.371383] ACPI: bus type USB registered [ 0.372196] usbcore: registered new interface driver usbfs [ 0.373227] usbcore: registered new interface driver hub [ 0.374235] usbcore: registered new device driver usb [ 0.375283] PCI: Using ACPI for IRQ routing [ 0.376302] NetLabel: Initializing [ 0.377014] NetLabel: domain hash size = 128 [ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378826] NetLabel: unlabeled traffic allowed by default [ 0.379922] clocksource: Switched to clocksource kvm-clock [ 0.385334] AppArmor: AppArmor Filesystem Enabled [ 0.386289] pnp: PnP ACPI init [ 0.387196] pnp: PnP ACPI: found 5 devices [ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395262] NET: Registered protocol family 2 [ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398656] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402072] NET: Registered protocol family 1 [ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433330] Trying to unpack rootfs image as initramfs... [ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.497292] Scanning for low memory corruption every 60 seconds [ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.499745] audit: initializing netlink subsys (disabled) [ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized [ 0.502102] Initialise system trusted keyring [ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.506157] zbud: loaded [ 0.506853] VFS: Disk quotas dquot_6.6.0 [ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509199] fuse init (API version 7.23) [ 0.510087] Key type big_key registered [ 0.510883] Allocating IMA MOK and blacklist keyrings. [ 0.511998] Key type asymmetric registered [ 0.512821] Asymmetric key parser 'x509' registered [ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515600] io scheduler noop registered [ 0.516407] io scheduler deadline registered (default) [ 0.517452] io scheduler cfq registered [ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.522937] ACPI: Power Button [PWRF] [ 0.523903] GHES: HEST is not enabled! [ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.597479] Linux agpgart interface v0.103 [ 0.599721] brd: module loaded [ 0.601080] loop: module loaded [ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.607677] GPT:90111 != 2097151 [ 0.608488] GPT:Alternate GPT header not at the end of the disk. [ 0.609815] GPT:90111 != 2097151 [ 0.625357] GPT: Use GNU Parted to correct GPT errors. [ 0.632371] vda: vda1 vda15 [ 0.633804] scsi host0: ata_piix [ 0.634539] scsi host1: ata_piix [ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637891] libphy: Fixed MDIO Bus: probed [ 0.638705] tun: Universal TUN/TAP device driver, 1.6 [ 0.639642] tun: (C) 1999-2004 Max Krasnyansky [ 0.641775] PPP generic driver version 2.4.2 [ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644510] ehci-pci: EHCI PCI platform driver [ 0.645563] ehci-platform: EHCI generic platform driver [ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.648147] ohci-pci: OHCI PCI platform driver [ 0.649198] ohci-platform: OHCI generic platform driver [ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver [ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.673750] usb usb1: Product: UHCI Host Controller [ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.676316] usb usb1: SerialNumber: 0000:00:01.2 [ 0.677464] hub 1-0:1.0: USB hub found [ 0.678391] hub 1-0:1.0: 2 ports detected [ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.684250] mousedev: PS/2 mouse device common for all mice [ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687892] rtc_cmos 00:00: RTC can wake from S4 [ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692026] i2c /dev entries driver [ 0.692913] device-mapper: uevent: version 1.0.3 [ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs [ 0.697456] NET: Registered protocol family 10 [ 0.698625] NET: Registered protocol family 17 [ 0.699681] Key type dns_resolver registered [ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704115] registered taskstats version 1 [ 0.705089] Loading compiled-in X.509 certificates [ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708907] zswap: loaded using pool lzo/zbud [ 0.710441] Key type trusted registered [ 0.712182] Key type encrypted registered [ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714383] ima: No TPM chip found, activating TPM-bypass! [ 0.715604] evm: HMAC attrs: 0x1 [ 0.716673] Magic number: 6:54:24 [ 0.717549] misc cpu_dma_latency: hash matches [ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088) [ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.721878] EDD information not available. [ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.808385] Write protecting the kernel read-only data: 14336k [ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811705] 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.854706] 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.24 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... 2018-10-12 11:02:04,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:02:04,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:02:05,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02: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-c3f0dc5e-42f7-4bfd-a83d-95b4208acb8f x-compute-request-id: req-c3f0dc5e-42f7-4bfd-a83d-95b4208acb8f Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:0f:e4", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:27.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "94162d8f-8591-4b7e-a061-619938462d1d", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:28Z", "hostId": "cd37190eab409513eaebf3e3ec9c7e9c3dcdbcc3dfc5869c95d75f9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:24Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:3a:d4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:19.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:20Z", "hostId": "a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:15Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:02:05,459 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c3f0dc5e-42f7-4bfd-a83d-95b4208acb8f 2018-10-12 11:02:05,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.668414831161s 2018-10-12 11:02:05,459 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-c3f0dc5e-42f7-4bfd-a83d-95b4208acb8f 2018-10-12 11:02:05,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-12 11:02:05,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 11:02:06,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11: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-c0263c3a-b5a8-4419-9784-f22f11ba88fb x-compute-request-id: req-c0263c3a-b5a8-4419-9784-f22f11ba88fb Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531781279 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130530] pid_max: default: 32768 minimum: 301\n[ 0.131426] ACPI: Core revision 20150930\n[ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134117] Security Framework initialized\n[ 0.134937] Yama: becoming mindful.\n[ 0.135669] AppArmor: AppArmor initialized\n[ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141807] Initializing cgroup subsys io\n[ 0.142625] Initializing cgroup subsys memory\n[ 0.143492] Initializing cgroup subsys devices\n[ 0.144382] Initializing cgroup subsys freezer\n[ 0.145256] Initializing cgroup subsys net_cls\n[ 0.146130] Initializing cgroup subsys perf_event\n[ 0.147047] Initializing cgroup subsys net_prio\n[ 0.147942] Initializing cgroup subsys hugetlb\n[ 0.148818] Initializing cgroup subsys pids\n[ 0.149697] CPU: Physical Processor ID: 0\n[ 0.151201] mce: CPU supports 10 MCE banks\n[ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170494] ftrace: allocating 31920 entries in 125 pages\n[ 0.196595] smpboot: Max logical packages: 1\n[ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198803] x2apic enabled\n[ 0.199612] Switched APIC routing to physical x2apic.\n[ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206315] KVM setup paravirtual spinlock\n[ 0.207607] x86: Booted up 1 node, 1 CPUs\n[ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209809] devtmpfs: initialized\n[ 0.211536] evm: security.selinux\n[ 0.212243] evm: security.SMACK64\n[ 0.212931] evm: security.SMACK64EXEC\n[ 0.213675] evm: security.SMACK64TRANSMUTE\n[ 0.214481] evm: security.SMACK64MMAP\n[ 0.215228] evm: security.ima\n[ 0.215868] evm: security.capability\n[ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218526] pinctrl core: initialized pinctrl subsystem\n[ 0.219630] RTC time: 11:01:27, date: 10/12/18\n[ 0.220583] NET: Registered protocol family 16\n[ 0.221552] cpuidle: using governor ladder\n[ 0.222370] cpuidle: using governor menu\n[ 0.223155] PCCT header not found.\n[ 0.223908] ACPI: bus type PCI registered\n[ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225946] PCI: Using configuration type 1 for base access\n[ 0.227694] ACPI: Added _OSI(Module Device)\n[ 0.228542] ACPI: Added _OSI(Processor Device)\n[ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230296] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232395] ACPI: Interpreter enabled\n[ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240546] ACPI: (supports S0 S5)\n[ 0.241252] ACPI: Using IOAPIC for interrupt routing\n[ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251249] acpiphp: Slot [3] registered\n[ 0.252053] acpiphp: Slot [4] registered\n[ 0.252850] acpiphp: Slot [5] registered\n[ 0.253654] acpiphp: Slot [6] registered\n[ 0.254451] acpiphp: Slot [7] registered\n[ 0.255258] acpiphp: Slot [8] registered\n[ 0.256061] acpiphp: Slot [9] registered\n[ 0.256855] acpiphp: Slot [10] registered\n[ 0.257685] acpiphp: Slot [11] registered\n[ 0.258500] acpiphp: Slot [12] registered\n[ 0.259317] acpiphp: Slot [13] registered\n[ 0.260128] acpiphp: Slot [14] registered\n[ 0.260937] acpiphp: Slot [15] registered\n[ 0.271892] acpiphp: Slot [16] registered\n[ 0.272709] acpiphp: Slot [17] registered\n[ 0.273523] acpiphp: Slot [18] registered\n[ 0.274336] acpiphp: Slot [19] registered\n[ 0.275148] acpiphp: Slot [20] registered\n[ 0.275963] acpiphp: Slot [21] registered\n[ 0.276776] acpiphp: Slot [22] registered\n[ 0.277590] acpiphp: Slot [23] registered\n[ 0.278413] acpiphp: Slot [24] registered\n[ 0.279225] acpiphp: Slot [25] registered\n[ 0.280043] acpiphp: Slot [26] registered\n[ 0.280854] acpiphp: Slot [27] registered\n[ 0.281671] acpiphp: Slot [28] registered\n[ 0.282488] acpiphp: Slot [29] registered\n[ 0.283302] acpiphp: Slot [30] registered\n[ 0.284123] acpiphp: Slot [31] registered\n[ 0.284931] PCI host bridge to bus 0000:00\n[ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368818] vgaarb: loaded\n[ 0.369425] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370563] SCSI subsystem initialized\n[ 0.371383] ACPI: bus type USB registered\n[ 0.372196] usbcore: registered new interface driver usbfs\n[ 0.373227] usbcore: registered new interface driver hub\n[ 0.374235] usbcore: registered new device driver usb\n[ 0.375283] PCI: Using ACPI for IRQ routing\n[ 0.376302] NetLabel: Initializing\n[ 0.377014] NetLabel: domain hash size = 128\n[ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378826] NetLabel: unlabeled traffic allowed by default\n[ 0.379922] clocksource: Switched to clocksource kvm-clock\n[ 0.385334] AppArmor: AppArmor Filesystem Enabled\n[ 0.386289] pnp: PnP ACPI init\n[ 0.387196] pnp: PnP ACPI: found 5 devices\n[ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395262] NET: Registered protocol family 2\n[ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398656] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402072] NET: Registered protocol family 1\n[ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433330] Trying to unpack rootfs image as initramfs...\n[ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497292] Scanning for low memory corruption every 60 seconds\n[ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499745] audit: initializing netlink subsys (disabled)\n[ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized\n[ 0.502102] Initialise system trusted keyring\n[ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506157] zbud: loaded\n[ 0.506853] VFS: Disk quotas dquot_6.6.0\n[ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509199] fuse init (API version 7.23)\n[ 0.510087] Key type big_key registered\n[ 0.510883] Allocating IMA MOK and blacklist keyrings.\n[ 0.511998] Key type asymmetric registered\n[ 0.512821] Asymmetric key parser 'x509' registered\n[ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515600] io scheduler noop registered\n[ 0.516407] io scheduler deadline registered (default)\n[ 0.517452] io scheduler cfq registered\n[ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522937] ACPI: Power Button [PWRF]\n[ 0.523903] GHES: HEST is not enabled!\n[ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597479] Linux agpgart interface v0.103\n[ 0.599721] brd: module loaded\n[ 0.601080] loop: module loaded\n[ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607677] GPT:90111 != 2097151\n[ 0.608488] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609815] GPT:90111 != 2097151\n[ 0.625357] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632371] vda: vda1 vda15\n[ 0.633804] scsi host0: ata_piix\n[ 0.634539] scsi host1: ata_piix\n[ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637891] libphy: Fixed MDIO Bus: probed\n[ 0.638705] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641775] PPP generic driver version 2.4.2\n[ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644510] ehci-pci: EHCI PCI platform driver\n[ 0.645563] ehci-platform: EHCI generic platform driver\n[ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648147] ohci-pci: OHCI PCI platform driver\n[ 0.649198] ohci-platform: OHCI generic platform driver\n[ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673750] usb usb1: Product: UHCI Host Controller\n[ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677464] hub 1-0:1.0: USB hub found\n[ 0.678391] hub 1-0:1.0: 2 ports detected\n[ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684250] mousedev: PS/2 mouse device common for all mice\n[ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687892] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692026] i2c /dev entries driver\n[ 0.692913] device-mapper: uevent: version 1.0.3\n[ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697456] NET: Registered protocol family 10\n[ 0.698625] NET: Registered protocol family 17\n[ 0.699681] Key type dns_resolver registered\n[ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704115] registered taskstats version 1\n[ 0.705089] Loading compiled-in X.509 certificates\n[ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708907] zswap: loaded using pool lzo/zbud\n[ 0.710441] Key type trusted registered\n[ 0.712182] Key type encrypted registered\n[ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.714383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.715604] evm: HMAC attrs: 0x1\n[ 0.716673] Magic number: 6:54:24\n[ 0.717549] misc cpu_dma_latency: hash matches\n[ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088)\n[ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721878] EDD information not available.\n[ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.808385] Write protecting the kernel read-only data: 14336k\n[ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811705] 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.854706] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 11:02:06,558 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-c0263c3a-b5a8-4419-9784-f22f11ba88fb 2018-10-12 11:02:06,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0959610939s 2018-10-12 11:02:06,559 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-c0263c3a-b5a8-4419-9784-f22f11ba88fb 2018-10-12 11:02:06,559 - 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 531781279 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.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130530] pid_max: default: 32768 minimum: 301 [ 0.131426] ACPI: Core revision 20150930 [ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134117] Security Framework initialized [ 0.134937] Yama: becoming mindful. [ 0.135669] AppArmor: AppArmor initialized [ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141807] Initializing cgroup subsys io [ 0.142625] Initializing cgroup subsys memory [ 0.143492] Initializing cgroup subsys devices [ 0.144382] Initializing cgroup subsys freezer [ 0.145256] Initializing cgroup subsys net_cls [ 0.146130] Initializing cgroup subsys perf_event [ 0.147047] Initializing cgroup subsys net_prio [ 0.147942] Initializing cgroup subsys hugetlb [ 0.148818] Initializing cgroup subsys pids [ 0.149697] CPU: Physical Processor ID: 0 [ 0.151201] mce: CPU supports 10 MCE banks [ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170494] ftrace: allocating 31920 entries in 125 pages [ 0.196595] smpboot: Max logical packages: 1 [ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198803] x2apic enabled [ 0.199612] Switched APIC routing to physical x2apic. [ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206315] KVM setup paravirtual spinlock [ 0.207607] x86: Booted up 1 node, 1 CPUs [ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209809] devtmpfs: initialized [ 0.211536] evm: security.selinux [ 0.212243] evm: security.SMACK64 [ 0.212931] evm: security.SMACK64EXEC [ 0.213675] evm: security.SMACK64TRANSMUTE [ 0.214481] evm: security.SMACK64MMAP [ 0.215228] evm: security.ima [ 0.215868] evm: security.capability [ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218526] pinctrl core: initialized pinctrl subsystem [ 0.219630] RTC time: 11:01:27, date: 10/12/18 [ 0.220583] NET: Registered protocol family 16 [ 0.221552] cpuidle: using governor ladder [ 0.222370] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223908] ACPI: bus type PCI registered [ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225946] PCI: Using configuration type 1 for base access [ 0.227694] ACPI: Added _OSI(Module Device) [ 0.228542] ACPI: Added _OSI(Processor Device) [ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230296] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232395] ACPI: Interpreter enabled [ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240546] ACPI: (supports S0 S5) [ 0.241252] ACPI: Using IOAPIC for interrupt routing [ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251249] acpiphp: Slot [3] registered [ 0.252053] acpiphp: Slot [4] registered [ 0.252850] acpiphp: Slot [5] registered [ 0.253654] acpiphp: Slot [6] registered [ 0.254451] acpiphp: Slot [7] registered [ 0.255258] acpiphp: Slot [8] registered [ 0.256061] acpiphp: Slot [9] registered [ 0.256855] acpiphp: Slot [10] registered [ 0.257685] acpiphp: Slot [11] registered [ 0.258500] acpiphp: Slot [12] registered [ 0.259317] acpiphp: Slot [13] registered [ 0.260128] acpiphp: Slot [14] registered [ 0.260937] acpiphp: Slot [15] registered [ 0.271892] acpiphp: Slot [16] registered [ 0.272709] acpiphp: Slot [17] registered [ 0.273523] acpiphp: Slot [18] registered [ 0.274336] acpiphp: Slot [19] registered [ 0.275148] acpiphp: Slot [20] registered [ 0.275963] acpiphp: Slot [21] registered [ 0.276776] acpiphp: Slot [22] registered [ 0.277590] acpiphp: Slot [23] registered [ 0.278413] acpiphp: Slot [24] registered [ 0.279225] acpiphp: Slot [25] registered [ 0.280043] acpiphp: Slot [26] registered [ 0.280854] acpiphp: Slot [27] registered [ 0.281671] acpiphp: Slot [28] registered [ 0.282488] acpiphp: Slot [29] registered [ 0.283302] acpiphp: Slot [30] registered [ 0.284123] acpiphp: Slot [31] registered [ 0.284931] PCI host bridge to bus 0000:00 [ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368818] vgaarb: loaded [ 0.369425] vgaarb: bridge control possible 0000:00:02.0 [ 0.370563] SCSI subsystem initialized [ 0.371383] ACPI: bus type USB registered [ 0.372196] usbcore: registered new interface driver usbfs [ 0.373227] usbcore: registered new interface driver hub [ 0.374235] usbcore: registered new device driver usb [ 0.375283] PCI: Using ACPI for IRQ routing [ 0.376302] NetLabel: Initializing [ 0.377014] NetLabel: domain hash size = 128 [ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378826] NetLabel: unlabeled traffic allowed by default [ 0.379922] clocksource: Switched to clocksource kvm-clock [ 0.385334] AppArmor: AppArmor Filesystem Enabled [ 0.386289] pnp: PnP ACPI init [ 0.387196] pnp: PnP ACPI: found 5 devices [ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395262] NET: Registered protocol family 2 [ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398656] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402072] NET: Registered protocol family 1 [ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433330] Trying to unpack rootfs image as initramfs... [ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.497292] Scanning for low memory corruption every 60 seconds [ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.499745] audit: initializing netlink subsys (disabled) [ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized [ 0.502102] Initialise system trusted keyring [ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.506157] zbud: loaded [ 0.506853] VFS: Disk quotas dquot_6.6.0 [ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509199] fuse init (API version 7.23) [ 0.510087] Key type big_key registered [ 0.510883] Allocating IMA MOK and blacklist keyrings. [ 0.511998] Key type asymmetric registered [ 0.512821] Asymmetric key parser 'x509' registered [ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515600] io scheduler noop registered [ 0.516407] io scheduler deadline registered (default) [ 0.517452] io scheduler cfq registered [ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.522937] ACPI: Power Button [PWRF] [ 0.523903] GHES: HEST is not enabled! [ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.597479] Linux agpgart interface v0.103 [ 0.599721] brd: module loaded [ 0.601080] loop: module loaded [ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.607677] GPT:90111 != 2097151 [ 0.608488] GPT:Alternate GPT header not at the end of the disk. [ 0.609815] GPT:90111 != 2097151 [ 0.625357] GPT: Use GNU Parted to correct GPT errors. [ 0.632371] vda: vda1 vda15 [ 0.633804] scsi host0: ata_piix [ 0.634539] scsi host1: ata_piix [ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637891] libphy: Fixed MDIO Bus: probed [ 0.638705] tun: Universal TUN/TAP device driver, 1.6 [ 0.639642] tun: (C) 1999-2004 Max Krasnyansky [ 0.641775] PPP generic driver version 2.4.2 [ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644510] ehci-pci: EHCI PCI platform driver [ 0.645563] ehci-platform: EHCI generic platform driver [ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.648147] ohci-pci: OHCI PCI platform driver [ 0.649198] ohci-platform: OHCI generic platform driver [ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver [ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.673750] usb usb1: Product: UHCI Host Controller [ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.676316] usb usb1: SerialNumber: 0000:00:01.2 [ 0.677464] hub 1-0:1.0: USB hub found [ 0.678391] hub 1-0:1.0: 2 ports detected [ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.684250] mousedev: PS/2 mouse device common for all mice [ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687892] rtc_cmos 00:00: RTC can wake from S4 [ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692026] i2c /dev entries driver [ 0.692913] device-mapper: uevent: version 1.0.3 [ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs [ 0.697456] NET: Registered protocol family 10 [ 0.698625] NET: Registered protocol family 17 [ 0.699681] Key type dns_resolver registered [ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704115] registered taskstats version 1 [ 0.705089] Loading compiled-in X.509 certificates [ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708907] zswap: loaded using pool lzo/zbud [ 0.710441] Key type trusted registered [ 0.712182] Key type encrypted registered [ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714383] ima: No TPM chip found, activating TPM-bypass! [ 0.715604] evm: HMAC attrs: 0x1 [ 0.716673] Magic number: 6:54:24 [ 0.717549] misc cpu_dma_latency: hash matches [ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088) [ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.721878] EDD information not available. [ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.808385] Write protecting the kernel read-only data: 14336k [ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811705] 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.854706] 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.24 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... 2018-10-12 11:02:07,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:02:07,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:02:08,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02: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-5ce71b66-560c-42d6-80a2-e5563760d360 x-compute-request-id: req-5ce71b66-560c-42d6-80a2-e5563760d360 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:0f:e4", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:27.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "94162d8f-8591-4b7e-a061-619938462d1d", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:28Z", "hostId": "cd37190eab409513eaebf3e3ec9c7e9c3dcdbcc3dfc5869c95d75f9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:24Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:3a:d4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:19.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:20Z", "hostId": "a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:15Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:02:08,316 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5ce71b66-560c-42d6-80a2-e5563760d360 2018-10-12 11:02:08,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.754535913467s 2018-10-12 11:02:08,316 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5ce71b66-560c-42d6-80a2-e5563760d360 2018-10-12 11:02:08,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-12 11:02:08,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 11:02:09,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7145968b-f748-4753-9294-bf30c7a9194c x-compute-request-id: req-7145968b-f748-4753-9294-bf30c7a9194c Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531781279 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130530] pid_max: default: 32768 minimum: 301\n[ 0.131426] ACPI: Core revision 20150930\n[ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134117] Security Framework initialized\n[ 0.134937] Yama: becoming mindful.\n[ 0.135669] AppArmor: AppArmor initialized\n[ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141807] Initializing cgroup subsys io\n[ 0.142625] Initializing cgroup subsys memory\n[ 0.143492] Initializing cgroup subsys devices\n[ 0.144382] Initializing cgroup subsys freezer\n[ 0.145256] Initializing cgroup subsys net_cls\n[ 0.146130] Initializing cgroup subsys perf_event\n[ 0.147047] Initializing cgroup subsys net_prio\n[ 0.147942] Initializing cgroup subsys hugetlb\n[ 0.148818] Initializing cgroup subsys pids\n[ 0.149697] CPU: Physical Processor ID: 0\n[ 0.151201] mce: CPU supports 10 MCE banks\n[ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170494] ftrace: allocating 31920 entries in 125 pages\n[ 0.196595] smpboot: Max logical packages: 1\n[ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198803] x2apic enabled\n[ 0.199612] Switched APIC routing to physical x2apic.\n[ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206315] KVM setup paravirtual spinlock\n[ 0.207607] x86: Booted up 1 node, 1 CPUs\n[ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209809] devtmpfs: initialized\n[ 0.211536] evm: security.selinux\n[ 0.212243] evm: security.SMACK64\n[ 0.212931] evm: security.SMACK64EXEC\n[ 0.213675] evm: security.SMACK64TRANSMUTE\n[ 0.214481] evm: security.SMACK64MMAP\n[ 0.215228] evm: security.ima\n[ 0.215868] evm: security.capability\n[ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218526] pinctrl core: initialized pinctrl subsystem\n[ 0.219630] RTC time: 11:01:27, date: 10/12/18\n[ 0.220583] NET: Registered protocol family 16\n[ 0.221552] cpuidle: using governor ladder\n[ 0.222370] cpuidle: using governor menu\n[ 0.223155] PCCT header not found.\n[ 0.223908] ACPI: bus type PCI registered\n[ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225946] PCI: Using configuration type 1 for base access\n[ 0.227694] ACPI: Added _OSI(Module Device)\n[ 0.228542] ACPI: Added _OSI(Processor Device)\n[ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230296] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232395] ACPI: Interpreter enabled\n[ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240546] ACPI: (supports S0 S5)\n[ 0.241252] ACPI: Using IOAPIC for interrupt routing\n[ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251249] acpiphp: Slot [3] registered\n[ 0.252053] acpiphp: Slot [4] registered\n[ 0.252850] acpiphp: Slot [5] registered\n[ 0.253654] acpiphp: Slot [6] registered\n[ 0.254451] acpiphp: Slot [7] registered\n[ 0.255258] acpiphp: Slot [8] registered\n[ 0.256061] acpiphp: Slot [9] registered\n[ 0.256855] acpiphp: Slot [10] registered\n[ 0.257685] acpiphp: Slot [11] registered\n[ 0.258500] acpiphp: Slot [12] registered\n[ 0.259317] acpiphp: Slot [13] registered\n[ 0.260128] acpiphp: Slot [14] registered\n[ 0.260937] acpiphp: Slot [15] registered\n[ 0.271892] acpiphp: Slot [16] registered\n[ 0.272709] acpiphp: Slot [17] registered\n[ 0.273523] acpiphp: Slot [18] registered\n[ 0.274336] acpiphp: Slot [19] registered\n[ 0.275148] acpiphp: Slot [20] registered\n[ 0.275963] acpiphp: Slot [21] registered\n[ 0.276776] acpiphp: Slot [22] registered\n[ 0.277590] acpiphp: Slot [23] registered\n[ 0.278413] acpiphp: Slot [24] registered\n[ 0.279225] acpiphp: Slot [25] registered\n[ 0.280043] acpiphp: Slot [26] registered\n[ 0.280854] acpiphp: Slot [27] registered\n[ 0.281671] acpiphp: Slot [28] registered\n[ 0.282488] acpiphp: Slot [29] registered\n[ 0.283302] acpiphp: Slot [30] registered\n[ 0.284123] acpiphp: Slot [31] registered\n[ 0.284931] PCI host bridge to bus 0000:00\n[ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368818] vgaarb: loaded\n[ 0.369425] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370563] SCSI subsystem initialized\n[ 0.371383] ACPI: bus type USB registered\n[ 0.372196] usbcore: registered new interface driver usbfs\n[ 0.373227] usbcore: registered new interface driver hub\n[ 0.374235] usbcore: registered new device driver usb\n[ 0.375283] PCI: Using ACPI for IRQ routing\n[ 0.376302] NetLabel: Initializing\n[ 0.377014] NetLabel: domain hash size = 128\n[ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378826] NetLabel: unlabeled traffic allowed by default\n[ 0.379922] clocksource: Switched to clocksource kvm-clock\n[ 0.385334] AppArmor: AppArmor Filesystem Enabled\n[ 0.386289] pnp: PnP ACPI init\n[ 0.387196] pnp: PnP ACPI: found 5 devices\n[ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395262] NET: Registered protocol family 2\n[ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398656] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402072] NET: Registered protocol family 1\n[ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433330] Trying to unpack rootfs image as initramfs...\n[ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497292] Scanning for low memory corruption every 60 seconds\n[ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499745] audit: initializing netlink subsys (disabled)\n[ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized\n[ 0.502102] Initialise system trusted keyring\n[ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506157] zbud: loaded\n[ 0.506853] VFS: Disk quotas dquot_6.6.0\n[ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509199] fuse init (API version 7.23)\n[ 0.510087] Key type big_key registered\n[ 0.510883] Allocating IMA MOK and blacklist keyrings.\n[ 0.511998] Key type asymmetric registered\n[ 0.512821] Asymmetric key parser 'x509' registered\n[ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515600] io scheduler noop registered\n[ 0.516407] io scheduler deadline registered (default)\n[ 0.517452] io scheduler cfq registered\n[ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522937] ACPI: Power Button [PWRF]\n[ 0.523903] GHES: HEST is not enabled!\n[ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597479] Linux agpgart interface v0.103\n[ 0.599721] brd: module loaded\n[ 0.601080] loop: module loaded\n[ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607677] GPT:90111 != 2097151\n[ 0.608488] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609815] GPT:90111 != 2097151\n[ 0.625357] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632371] vda: vda1 vda15\n[ 0.633804] scsi host0: ata_piix\n[ 0.634539] scsi host1: ata_piix\n[ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637891] libphy: Fixed MDIO Bus: probed\n[ 0.638705] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641775] PPP generic driver version 2.4.2\n[ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644510] ehci-pci: EHCI PCI platform driver\n[ 0.645563] ehci-platform: EHCI generic platform driver\n[ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648147] ohci-pci: OHCI PCI platform driver\n[ 0.649198] ohci-platform: OHCI generic platform driver\n[ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673750] usb usb1: Product: UHCI Host Controller\n[ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677464] hub 1-0:1.0: USB hub found\n[ 0.678391] hub 1-0:1.0: 2 ports detected\n[ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684250] mousedev: PS/2 mouse device common for all mice\n[ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687892] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692026] i2c /dev entries driver\n[ 0.692913] device-mapper: uevent: version 1.0.3\n[ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697456] NET: Registered protocol family 10\n[ 0.698625] NET: Registered protocol family 17\n[ 0.699681] Key type dns_resolver registered\n[ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704115] registered taskstats version 1\n[ 0.705089] Loading compiled-in X.509 certificates\n[ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708907] zswap: loaded using pool lzo/zbud\n[ 0.710441] Key type trusted registered\n[ 0.712182] Key type encrypted registered\n[ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.714383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.715604] evm: HMAC attrs: 0x1\n[ 0.716673] Magic number: 6:54:24\n[ 0.717549] misc cpu_dma_latency: hash matches\n[ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088)\n[ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721878] EDD information not available.\n[ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.808385] Write protecting the kernel read-only data: 14336k\n[ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811705] 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.854706] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 11:02:09,400 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-7145968b-f748-4753-9294-bf30c7a9194c 2018-10-12 11:02:09,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0808930397s 2018-10-12 11:02:09,401 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-7145968b-f748-4753-9294-bf30c7a9194c 2018-10-12 11:02:09,401 - 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 531781279 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.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130530] pid_max: default: 32768 minimum: 301 [ 0.131426] ACPI: Core revision 20150930 [ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134117] Security Framework initialized [ 0.134937] Yama: becoming mindful. [ 0.135669] AppArmor: AppArmor initialized [ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141807] Initializing cgroup subsys io [ 0.142625] Initializing cgroup subsys memory [ 0.143492] Initializing cgroup subsys devices [ 0.144382] Initializing cgroup subsys freezer [ 0.145256] Initializing cgroup subsys net_cls [ 0.146130] Initializing cgroup subsys perf_event [ 0.147047] Initializing cgroup subsys net_prio [ 0.147942] Initializing cgroup subsys hugetlb [ 0.148818] Initializing cgroup subsys pids [ 0.149697] CPU: Physical Processor ID: 0 [ 0.151201] mce: CPU supports 10 MCE banks [ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170494] ftrace: allocating 31920 entries in 125 pages [ 0.196595] smpboot: Max logical packages: 1 [ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198803] x2apic enabled [ 0.199612] Switched APIC routing to physical x2apic. [ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206315] KVM setup paravirtual spinlock [ 0.207607] x86: Booted up 1 node, 1 CPUs [ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209809] devtmpfs: initialized [ 0.211536] evm: security.selinux [ 0.212243] evm: security.SMACK64 [ 0.212931] evm: security.SMACK64EXEC [ 0.213675] evm: security.SMACK64TRANSMUTE [ 0.214481] evm: security.SMACK64MMAP [ 0.215228] evm: security.ima [ 0.215868] evm: security.capability [ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218526] pinctrl core: initialized pinctrl subsystem [ 0.219630] RTC time: 11:01:27, date: 10/12/18 [ 0.220583] NET: Registered protocol family 16 [ 0.221552] cpuidle: using governor ladder [ 0.222370] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223908] ACPI: bus type PCI registered [ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225946] PCI: Using configuration type 1 for base access [ 0.227694] ACPI: Added _OSI(Module Device) [ 0.228542] ACPI: Added _OSI(Processor Device) [ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230296] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232395] ACPI: Interpreter enabled [ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240546] ACPI: (supports S0 S5) [ 0.241252] ACPI: Using IOAPIC for interrupt routing [ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251249] acpiphp: Slot [3] registered [ 0.252053] acpiphp: Slot [4] registered [ 0.252850] acpiphp: Slot [5] registered [ 0.253654] acpiphp: Slot [6] registered [ 0.254451] acpiphp: Slot [7] registered [ 0.255258] acpiphp: Slot [8] registered [ 0.256061] acpiphp: Slot [9] registered [ 0.256855] acpiphp: Slot [10] registered [ 0.257685] acpiphp: Slot [11] registered [ 0.258500] acpiphp: Slot [12] registered [ 0.259317] acpiphp: Slot [13] registered [ 0.260128] acpiphp: Slot [14] registered [ 0.260937] acpiphp: Slot [15] registered [ 0.271892] acpiphp: Slot [16] registered [ 0.272709] acpiphp: Slot [17] registered [ 0.273523] acpiphp: Slot [18] registered [ 0.274336] acpiphp: Slot [19] registered [ 0.275148] acpiphp: Slot [20] registered [ 0.275963] acpiphp: Slot [21] registered [ 0.276776] acpiphp: Slot [22] registered [ 0.277590] acpiphp: Slot [23] registered [ 0.278413] acpiphp: Slot [24] registered [ 0.279225] acpiphp: Slot [25] registered [ 0.280043] acpiphp: Slot [26] registered [ 0.280854] acpiphp: Slot [27] registered [ 0.281671] acpiphp: Slot [28] registered [ 0.282488] acpiphp: Slot [29] registered [ 0.283302] acpiphp: Slot [30] registered [ 0.284123] acpiphp: Slot [31] registered [ 0.284931] PCI host bridge to bus 0000:00 [ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368818] vgaarb: loaded [ 0.369425] vgaarb: bridge control possible 0000:00:02.0 [ 0.370563] SCSI subsystem initialized [ 0.371383] ACPI: bus type USB registered [ 0.372196] usbcore: registered new interface driver usbfs [ 0.373227] usbcore: registered new interface driver hub [ 0.374235] usbcore: registered new device driver usb [ 0.375283] PCI: Using ACPI for IRQ routing [ 0.376302] NetLabel: Initializing [ 0.377014] NetLabel: domain hash size = 128 [ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378826] NetLabel: unlabeled traffic allowed by default [ 0.379922] clocksource: Switched to clocksource kvm-clock [ 0.385334] AppArmor: AppArmor Filesystem Enabled [ 0.386289] pnp: PnP ACPI init [ 0.387196] pnp: PnP ACPI: found 5 devices [ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395262] NET: Registered protocol family 2 [ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398656] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402072] NET: Registered protocol family 1 [ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433330] Trying to unpack rootfs image as initramfs... [ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.497292] Scanning for low memory corruption every 60 seconds [ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.499745] audit: initializing netlink subsys (disabled) [ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized [ 0.502102] Initialise system trusted keyring [ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.506157] zbud: loaded [ 0.506853] VFS: Disk quotas dquot_6.6.0 [ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509199] fuse init (API version 7.23) [ 0.510087] Key type big_key registered [ 0.510883] Allocating IMA MOK and blacklist keyrings. [ 0.511998] Key type asymmetric registered [ 0.512821] Asymmetric key parser 'x509' registered [ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515600] io scheduler noop registered [ 0.516407] io scheduler deadline registered (default) [ 0.517452] io scheduler cfq registered [ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.522937] ACPI: Power Button [PWRF] [ 0.523903] GHES: HEST is not enabled! [ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.597479] Linux agpgart interface v0.103 [ 0.599721] brd: module loaded [ 0.601080] loop: module loaded [ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.607677] GPT:90111 != 2097151 [ 0.608488] GPT:Alternate GPT header not at the end of the disk. [ 0.609815] GPT:90111 != 2097151 [ 0.625357] GPT: Use GNU Parted to correct GPT errors. [ 0.632371] vda: vda1 vda15 [ 0.633804] scsi host0: ata_piix [ 0.634539] scsi host1: ata_piix [ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637891] libphy: Fixed MDIO Bus: probed [ 0.638705] tun: Universal TUN/TAP device driver, 1.6 [ 0.639642] tun: (C) 1999-2004 Max Krasnyansky [ 0.641775] PPP generic driver version 2.4.2 [ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644510] ehci-pci: EHCI PCI platform driver [ 0.645563] ehci-platform: EHCI generic platform driver [ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.648147] ohci-pci: OHCI PCI platform driver [ 0.649198] ohci-platform: OHCI generic platform driver [ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver [ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.673750] usb usb1: Product: UHCI Host Controller [ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.676316] usb usb1: SerialNumber: 0000:00:01.2 [ 0.677464] hub 1-0:1.0: USB hub found [ 0.678391] hub 1-0:1.0: 2 ports detected [ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.684250] mousedev: PS/2 mouse device common for all mice [ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687892] rtc_cmos 00:00: RTC can wake from S4 [ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692026] i2c /dev entries driver [ 0.692913] device-mapper: uevent: version 1.0.3 [ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs [ 0.697456] NET: Registered protocol family 10 [ 0.698625] NET: Registered protocol family 17 [ 0.699681] Key type dns_resolver registered [ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704115] registered taskstats version 1 [ 0.705089] Loading compiled-in X.509 certificates [ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708907] zswap: loaded using pool lzo/zbud [ 0.710441] Key type trusted registered [ 0.712182] Key type encrypted registered [ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714383] ima: No TPM chip found, activating TPM-bypass! [ 0.715604] evm: HMAC attrs: 0x1 [ 0.716673] Magic number: 6:54:24 [ 0.717549] misc cpu_dma_latency: hash matches [ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088) [ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.721878] EDD information not available. [ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.808385] Write protecting the kernel read-only data: 14336k [ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811705] 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.854706] 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.24 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... 2018-10-12 11:02:10,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:02:10,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:02:10,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7e6d184a-2894-48f7-92fd-f2d37f34cb74 x-compute-request-id: req-7e6d184a-2894-48f7-92fd-f2d37f34cb74 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:0f:e4", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:27.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "94162d8f-8591-4b7e-a061-619938462d1d", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:28Z", "hostId": "cd37190eab409513eaebf3e3ec9c7e9c3dcdbcc3dfc5869c95d75f9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:24Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:3a:d4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:19.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:20Z", "hostId": "a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:15Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:02:10,939 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-7e6d184a-2894-48f7-92fd-f2d37f34cb74 2018-10-12 11:02:10,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.535977125168s 2018-10-12 11:02:10,940 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-7e6d184a-2894-48f7-92fd-f2d37f34cb74 2018-10-12 11:02:10,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-12 11:02:10,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 11:02:12,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e405057-7d10-4261-ba24-5d07502e54e2 x-compute-request-id: req-5e405057-7d10-4261-ba24-5d07502e54e2 Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531781279 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130530] pid_max: default: 32768 minimum: 301\n[ 0.131426] ACPI: Core revision 20150930\n[ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134117] Security Framework initialized\n[ 0.134937] Yama: becoming mindful.\n[ 0.135669] AppArmor: AppArmor initialized\n[ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141807] Initializing cgroup subsys io\n[ 0.142625] Initializing cgroup subsys memory\n[ 0.143492] Initializing cgroup subsys devices\n[ 0.144382] Initializing cgroup subsys freezer\n[ 0.145256] Initializing cgroup subsys net_cls\n[ 0.146130] Initializing cgroup subsys perf_event\n[ 0.147047] Initializing cgroup subsys net_prio\n[ 0.147942] Initializing cgroup subsys hugetlb\n[ 0.148818] Initializing cgroup subsys pids\n[ 0.149697] CPU: Physical Processor ID: 0\n[ 0.151201] mce: CPU supports 10 MCE banks\n[ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170494] ftrace: allocating 31920 entries in 125 pages\n[ 0.196595] smpboot: Max logical packages: 1\n[ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198803] x2apic enabled\n[ 0.199612] Switched APIC routing to physical x2apic.\n[ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206315] KVM setup paravirtual spinlock\n[ 0.207607] x86: Booted up 1 node, 1 CPUs\n[ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209809] devtmpfs: initialized\n[ 0.211536] evm: security.selinux\n[ 0.212243] evm: security.SMACK64\n[ 0.212931] evm: security.SMACK64EXEC\n[ 0.213675] evm: security.SMACK64TRANSMUTE\n[ 0.214481] evm: security.SMACK64MMAP\n[ 0.215228] evm: security.ima\n[ 0.215868] evm: security.capability\n[ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218526] pinctrl core: initialized pinctrl subsystem\n[ 0.219630] RTC time: 11:01:27, date: 10/12/18\n[ 0.220583] NET: Registered protocol family 16\n[ 0.221552] cpuidle: using governor ladder\n[ 0.222370] cpuidle: using governor menu\n[ 0.223155] PCCT header not found.\n[ 0.223908] ACPI: bus type PCI registered\n[ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225946] PCI: Using configuration type 1 for base access\n[ 0.227694] ACPI: Added _OSI(Module Device)\n[ 0.228542] ACPI: Added _OSI(Processor Device)\n[ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230296] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232395] ACPI: Interpreter enabled\n[ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240546] ACPI: (supports S0 S5)\n[ 0.241252] ACPI: Using IOAPIC for interrupt routing\n[ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251249] acpiphp: Slot [3] registered\n[ 0.252053] acpiphp: Slot [4] registered\n[ 0.252850] acpiphp: Slot [5] registered\n[ 0.253654] acpiphp: Slot [6] registered\n[ 0.254451] acpiphp: Slot [7] registered\n[ 0.255258] acpiphp: Slot [8] registered\n[ 0.256061] acpiphp: Slot [9] registered\n[ 0.256855] acpiphp: Slot [10] registered\n[ 0.257685] acpiphp: Slot [11] registered\n[ 0.258500] acpiphp: Slot [12] registered\n[ 0.259317] acpiphp: Slot [13] registered\n[ 0.260128] acpiphp: Slot [14] registered\n[ 0.260937] acpiphp: Slot [15] registered\n[ 0.271892] acpiphp: Slot [16] registered\n[ 0.272709] acpiphp: Slot [17] registered\n[ 0.273523] acpiphp: Slot [18] registered\n[ 0.274336] acpiphp: Slot [19] registered\n[ 0.275148] acpiphp: Slot [20] registered\n[ 0.275963] acpiphp: Slot [21] registered\n[ 0.276776] acpiphp: Slot [22] registered\n[ 0.277590] acpiphp: Slot [23] registered\n[ 0.278413] acpiphp: Slot [24] registered\n[ 0.279225] acpiphp: Slot [25] registered\n[ 0.280043] acpiphp: Slot [26] registered\n[ 0.280854] acpiphp: Slot [27] registered\n[ 0.281671] acpiphp: Slot [28] registered\n[ 0.282488] acpiphp: Slot [29] registered\n[ 0.283302] acpiphp: Slot [30] registered\n[ 0.284123] acpiphp: Slot [31] registered\n[ 0.284931] PCI host bridge to bus 0000:00\n[ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368818] vgaarb: loaded\n[ 0.369425] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370563] SCSI subsystem initialized\n[ 0.371383] ACPI: bus type USB registered\n[ 0.372196] usbcore: registered new interface driver usbfs\n[ 0.373227] usbcore: registered new interface driver hub\n[ 0.374235] usbcore: registered new device driver usb\n[ 0.375283] PCI: Using ACPI for IRQ routing\n[ 0.376302] NetLabel: Initializing\n[ 0.377014] NetLabel: domain hash size = 128\n[ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378826] NetLabel: unlabeled traffic allowed by default\n[ 0.379922] clocksource: Switched to clocksource kvm-clock\n[ 0.385334] AppArmor: AppArmor Filesystem Enabled\n[ 0.386289] pnp: PnP ACPI init\n[ 0.387196] pnp: PnP ACPI: found 5 devices\n[ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395262] NET: Registered protocol family 2\n[ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398656] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402072] NET: Registered protocol family 1\n[ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433330] Trying to unpack rootfs image as initramfs...\n[ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497292] Scanning for low memory corruption every 60 seconds\n[ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499745] audit: initializing netlink subsys (disabled)\n[ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized\n[ 0.502102] Initialise system trusted keyring\n[ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506157] zbud: loaded\n[ 0.506853] VFS: Disk quotas dquot_6.6.0\n[ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509199] fuse init (API version 7.23)\n[ 0.510087] Key type big_key registered\n[ 0.510883] Allocating IMA MOK and blacklist keyrings.\n[ 0.511998] Key type asymmetric registered\n[ 0.512821] Asymmetric key parser 'x509' registered\n[ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515600] io scheduler noop registered\n[ 0.516407] io scheduler deadline registered (default)\n[ 0.517452] io scheduler cfq registered\n[ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522937] ACPI: Power Button [PWRF]\n[ 0.523903] GHES: HEST is not enabled!\n[ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597479] Linux agpgart interface v0.103\n[ 0.599721] brd: module loaded\n[ 0.601080] loop: module loaded\n[ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607677] GPT:90111 != 2097151\n[ 0.608488] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609815] GPT:90111 != 2097151\n[ 0.625357] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632371] vda: vda1 vda15\n[ 0.633804] scsi host0: ata_piix\n[ 0.634539] scsi host1: ata_piix\n[ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637891] libphy: Fixed MDIO Bus: probed\n[ 0.638705] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641775] PPP generic driver version 2.4.2\n[ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644510] ehci-pci: EHCI PCI platform driver\n[ 0.645563] ehci-platform: EHCI generic platform driver\n[ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648147] ohci-pci: OHCI PCI platform driver\n[ 0.649198] ohci-platform: OHCI generic platform driver\n[ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673750] usb usb1: Product: UHCI Host Controller\n[ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677464] hub 1-0:1.0: USB hub found\n[ 0.678391] hub 1-0:1.0: 2 ports detected\n[ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684250] mousedev: PS/2 mouse device common for all mice\n[ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687892] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692026] i2c /dev entries driver\n[ 0.692913] device-mapper: uevent: version 1.0.3\n[ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697456] NET: Registered protocol family 10\n[ 0.698625] NET: Registered protocol family 17\n[ 0.699681] Key type dns_resolver registered\n[ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704115] registered taskstats version 1\n[ 0.705089] Loading compiled-in X.509 certificates\n[ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708907] zswap: loaded using pool lzo/zbud\n[ 0.710441] Key type trusted registered\n[ 0.712182] Key type encrypted registered\n[ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.714383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.715604] evm: HMAC attrs: 0x1\n[ 0.716673] Magic number: 6:54:24\n[ 0.717549] misc cpu_dma_latency: hash matches\n[ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088)\n[ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721878] EDD information not available.\n[ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.808385] Write protecting the kernel read-only data: 14336k\n[ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811705] 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.854706] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 11:02:12,015 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-5e405057-7d10-4261-ba24-5d07502e54e2 2018-10-12 11:02:12,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07230210304s 2018-10-12 11:02:12,016 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-5e405057-7d10-4261-ba24-5d07502e54e2 2018-10-12 11:02:12,016 - 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 531781279 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.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130530] pid_max: default: 32768 minimum: 301 [ 0.131426] ACPI: Core revision 20150930 [ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134117] Security Framework initialized [ 0.134937] Yama: becoming mindful. [ 0.135669] AppArmor: AppArmor initialized [ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141807] Initializing cgroup subsys io [ 0.142625] Initializing cgroup subsys memory [ 0.143492] Initializing cgroup subsys devices [ 0.144382] Initializing cgroup subsys freezer [ 0.145256] Initializing cgroup subsys net_cls [ 0.146130] Initializing cgroup subsys perf_event [ 0.147047] Initializing cgroup subsys net_prio [ 0.147942] Initializing cgroup subsys hugetlb [ 0.148818] Initializing cgroup subsys pids [ 0.149697] CPU: Physical Processor ID: 0 [ 0.151201] mce: CPU supports 10 MCE banks [ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170494] ftrace: allocating 31920 entries in 125 pages [ 0.196595] smpboot: Max logical packages: 1 [ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198803] x2apic enabled [ 0.199612] Switched APIC routing to physical x2apic. [ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206315] KVM setup paravirtual spinlock [ 0.207607] x86: Booted up 1 node, 1 CPUs [ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209809] devtmpfs: initialized [ 0.211536] evm: security.selinux [ 0.212243] evm: security.SMACK64 [ 0.212931] evm: security.SMACK64EXEC [ 0.213675] evm: security.SMACK64TRANSMUTE [ 0.214481] evm: security.SMACK64MMAP [ 0.215228] evm: security.ima [ 0.215868] evm: security.capability [ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218526] pinctrl core: initialized pinctrl subsystem [ 0.219630] RTC time: 11:01:27, date: 10/12/18 [ 0.220583] NET: Registered protocol family 16 [ 0.221552] cpuidle: using governor ladder [ 0.222370] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223908] ACPI: bus type PCI registered [ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225946] PCI: Using configuration type 1 for base access [ 0.227694] ACPI: Added _OSI(Module Device) [ 0.228542] ACPI: Added _OSI(Processor Device) [ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230296] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232395] ACPI: Interpreter enabled [ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240546] ACPI: (supports S0 S5) [ 0.241252] ACPI: Using IOAPIC for interrupt routing [ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251249] acpiphp: Slot [3] registered [ 0.252053] acpiphp: Slot [4] registered [ 0.252850] acpiphp: Slot [5] registered [ 0.253654] acpiphp: Slot [6] registered [ 0.254451] acpiphp: Slot [7] registered [ 0.255258] acpiphp: Slot [8] registered [ 0.256061] acpiphp: Slot [9] registered [ 0.256855] acpiphp: Slot [10] registered [ 0.257685] acpiphp: Slot [11] registered [ 0.258500] acpiphp: Slot [12] registered [ 0.259317] acpiphp: Slot [13] registered [ 0.260128] acpiphp: Slot [14] registered [ 0.260937] acpiphp: Slot [15] registered [ 0.271892] acpiphp: Slot [16] registered [ 0.272709] acpiphp: Slot [17] registered [ 0.273523] acpiphp: Slot [18] registered [ 0.274336] acpiphp: Slot [19] registered [ 0.275148] acpiphp: Slot [20] registered [ 0.275963] acpiphp: Slot [21] registered [ 0.276776] acpiphp: Slot [22] registered [ 0.277590] acpiphp: Slot [23] registered [ 0.278413] acpiphp: Slot [24] registered [ 0.279225] acpiphp: Slot [25] registered [ 0.280043] acpiphp: Slot [26] registered [ 0.280854] acpiphp: Slot [27] registered [ 0.281671] acpiphp: Slot [28] registered [ 0.282488] acpiphp: Slot [29] registered [ 0.283302] acpiphp: Slot [30] registered [ 0.284123] acpiphp: Slot [31] registered [ 0.284931] PCI host bridge to bus 0000:00 [ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368818] vgaarb: loaded [ 0.369425] vgaarb: bridge control possible 0000:00:02.0 [ 0.370563] SCSI subsystem initialized [ 0.371383] ACPI: bus type USB registered [ 0.372196] usbcore: registered new interface driver usbfs [ 0.373227] usbcore: registered new interface driver hub [ 0.374235] usbcore: registered new device driver usb [ 0.375283] PCI: Using ACPI for IRQ routing [ 0.376302] NetLabel: Initializing [ 0.377014] NetLabel: domain hash size = 128 [ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378826] NetLabel: unlabeled traffic allowed by default [ 0.379922] clocksource: Switched to clocksource kvm-clock [ 0.385334] AppArmor: AppArmor Filesystem Enabled [ 0.386289] pnp: PnP ACPI init [ 0.387196] pnp: PnP ACPI: found 5 devices [ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395262] NET: Registered protocol family 2 [ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398656] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402072] NET: Registered protocol family 1 [ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433330] Trying to unpack rootfs image as initramfs... [ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.497292] Scanning for low memory corruption every 60 seconds [ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.499745] audit: initializing netlink subsys (disabled) [ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized [ 0.502102] Initialise system trusted keyring [ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.506157] zbud: loaded [ 0.506853] VFS: Disk quotas dquot_6.6.0 [ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509199] fuse init (API version 7.23) [ 0.510087] Key type big_key registered [ 0.510883] Allocating IMA MOK and blacklist keyrings. [ 0.511998] Key type asymmetric registered [ 0.512821] Asymmetric key parser 'x509' registered [ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515600] io scheduler noop registered [ 0.516407] io scheduler deadline registered (default) [ 0.517452] io scheduler cfq registered [ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.522937] ACPI: Power Button [PWRF] [ 0.523903] GHES: HEST is not enabled! [ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.597479] Linux agpgart interface v0.103 [ 0.599721] brd: module loaded [ 0.601080] loop: module loaded [ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.607677] GPT:90111 != 2097151 [ 0.608488] GPT:Alternate GPT header not at the end of the disk. [ 0.609815] GPT:90111 != 2097151 [ 0.625357] GPT: Use GNU Parted to correct GPT errors. [ 0.632371] vda: vda1 vda15 [ 0.633804] scsi host0: ata_piix [ 0.634539] scsi host1: ata_piix [ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637891] libphy: Fixed MDIO Bus: probed [ 0.638705] tun: Universal TUN/TAP device driver, 1.6 [ 0.639642] tun: (C) 1999-2004 Max Krasnyansky [ 0.641775] PPP generic driver version 2.4.2 [ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644510] ehci-pci: EHCI PCI platform driver [ 0.645563] ehci-platform: EHCI generic platform driver [ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.648147] ohci-pci: OHCI PCI platform driver [ 0.649198] ohci-platform: OHCI generic platform driver [ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver [ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.673750] usb usb1: Product: UHCI Host Controller [ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.676316] usb usb1: SerialNumber: 0000:00:01.2 [ 0.677464] hub 1-0:1.0: USB hub found [ 0.678391] hub 1-0:1.0: 2 ports detected [ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.684250] mousedev: PS/2 mouse device common for all mice [ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687892] rtc_cmos 00:00: RTC can wake from S4 [ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692026] i2c /dev entries driver [ 0.692913] device-mapper: uevent: version 1.0.3 [ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs [ 0.697456] NET: Registered protocol family 10 [ 0.698625] NET: Registered protocol family 17 [ 0.699681] Key type dns_resolver registered [ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704115] registered taskstats version 1 [ 0.705089] Loading compiled-in X.509 certificates [ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708907] zswap: loaded using pool lzo/zbud [ 0.710441] Key type trusted registered [ 0.712182] Key type encrypted registered [ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714383] ima: No TPM chip found, activating TPM-bypass! [ 0.715604] evm: HMAC attrs: 0x1 [ 0.716673] Magic number: 6:54:24 [ 0.717549] misc cpu_dma_latency: hash matches [ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088) [ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.721878] EDD information not available. [ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.808385] Write protecting the kernel read-only data: 14336k [ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811705] 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.854706] 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.24 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... 2018-10-12 11:02:13,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:02:13,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:02:13,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11: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-5a43d30a-08f4-4b38-a85c-a43643b42545 x-compute-request-id: req-5a43d30a-08f4-4b38-a85c-a43643b42545 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:0f:e4", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:27.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "94162d8f-8591-4b7e-a061-619938462d1d", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:28Z", "hostId": "cd37190eab409513eaebf3e3ec9c7e9c3dcdbcc3dfc5869c95d75f9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:24Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:3a:d4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:19.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:20Z", "hostId": "a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:15Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:02:13,661 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5a43d30a-08f4-4b38-a85c-a43643b42545 2018-10-12 11:02:13,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.643112897873s 2018-10-12 11:02:13,662 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5a43d30a-08f4-4b38-a85c-a43643b42545 2018-10-12 11:02:13,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-12 11:02:13,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 11:02:14,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11: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-2ae2f12d-f80a-4a17-8f7f-c3b1e92ade40 x-compute-request-id: req-2ae2f12d-f80a-4a17-8f7f-c3b1e92ade40 Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531781279 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130530] pid_max: default: 32768 minimum: 301\n[ 0.131426] ACPI: Core revision 20150930\n[ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134117] Security Framework initialized\n[ 0.134937] Yama: becoming mindful.\n[ 0.135669] AppArmor: AppArmor initialized\n[ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141807] Initializing cgroup subsys io\n[ 0.142625] Initializing cgroup subsys memory\n[ 0.143492] Initializing cgroup subsys devices\n[ 0.144382] Initializing cgroup subsys freezer\n[ 0.145256] Initializing cgroup subsys net_cls\n[ 0.146130] Initializing cgroup subsys perf_event\n[ 0.147047] Initializing cgroup subsys net_prio\n[ 0.147942] Initializing cgroup subsys hugetlb\n[ 0.148818] Initializing cgroup subsys pids\n[ 0.149697] CPU: Physical Processor ID: 0\n[ 0.151201] mce: CPU supports 10 MCE banks\n[ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170494] ftrace: allocating 31920 entries in 125 pages\n[ 0.196595] smpboot: Max logical packages: 1\n[ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198803] x2apic enabled\n[ 0.199612] Switched APIC routing to physical x2apic.\n[ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206315] KVM setup paravirtual spinlock\n[ 0.207607] x86: Booted up 1 node, 1 CPUs\n[ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209809] devtmpfs: initialized\n[ 0.211536] evm: security.selinux\n[ 0.212243] evm: security.SMACK64\n[ 0.212931] evm: security.SMACK64EXEC\n[ 0.213675] evm: security.SMACK64TRANSMUTE\n[ 0.214481] evm: security.SMACK64MMAP\n[ 0.215228] evm: security.ima\n[ 0.215868] evm: security.capability\n[ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218526] pinctrl core: initialized pinctrl subsystem\n[ 0.219630] RTC time: 11:01:27, date: 10/12/18\n[ 0.220583] NET: Registered protocol family 16\n[ 0.221552] cpuidle: using governor ladder\n[ 0.222370] cpuidle: using governor menu\n[ 0.223155] PCCT header not found.\n[ 0.223908] ACPI: bus type PCI registered\n[ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225946] PCI: Using configuration type 1 for base access\n[ 0.227694] ACPI: Added _OSI(Module Device)\n[ 0.228542] ACPI: Added _OSI(Processor Device)\n[ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230296] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232395] ACPI: Interpreter enabled\n[ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240546] ACPI: (supports S0 S5)\n[ 0.241252] ACPI: Using IOAPIC for interrupt routing\n[ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251249] acpiphp: Slot [3] registered\n[ 0.252053] acpiphp: Slot [4] registered\n[ 0.252850] acpiphp: Slot [5] registered\n[ 0.253654] acpiphp: Slot [6] registered\n[ 0.254451] acpiphp: Slot [7] registered\n[ 0.255258] acpiphp: Slot [8] registered\n[ 0.256061] acpiphp: Slot [9] registered\n[ 0.256855] acpiphp: Slot [10] registered\n[ 0.257685] acpiphp: Slot [11] registered\n[ 0.258500] acpiphp: Slot [12] registered\n[ 0.259317] acpiphp: Slot [13] registered\n[ 0.260128] acpiphp: Slot [14] registered\n[ 0.260937] acpiphp: Slot [15] registered\n[ 0.271892] acpiphp: Slot [16] registered\n[ 0.272709] acpiphp: Slot [17] registered\n[ 0.273523] acpiphp: Slot [18] registered\n[ 0.274336] acpiphp: Slot [19] registered\n[ 0.275148] acpiphp: Slot [20] registered\n[ 0.275963] acpiphp: Slot [21] registered\n[ 0.276776] acpiphp: Slot [22] registered\n[ 0.277590] acpiphp: Slot [23] registered\n[ 0.278413] acpiphp: Slot [24] registered\n[ 0.279225] acpiphp: Slot [25] registered\n[ 0.280043] acpiphp: Slot [26] registered\n[ 0.280854] acpiphp: Slot [27] registered\n[ 0.281671] acpiphp: Slot [28] registered\n[ 0.282488] acpiphp: Slot [29] registered\n[ 0.283302] acpiphp: Slot [30] registered\n[ 0.284123] acpiphp: Slot [31] registered\n[ 0.284931] PCI host bridge to bus 0000:00\n[ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368818] vgaarb: loaded\n[ 0.369425] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370563] SCSI subsystem initialized\n[ 0.371383] ACPI: bus type USB registered\n[ 0.372196] usbcore: registered new interface driver usbfs\n[ 0.373227] usbcore: registered new interface driver hub\n[ 0.374235] usbcore: registered new device driver usb\n[ 0.375283] PCI: Using ACPI for IRQ routing\n[ 0.376302] NetLabel: Initializing\n[ 0.377014] NetLabel: domain hash size = 128\n[ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378826] NetLabel: unlabeled traffic allowed by default\n[ 0.379922] clocksource: Switched to clocksource kvm-clock\n[ 0.385334] AppArmor: AppArmor Filesystem Enabled\n[ 0.386289] pnp: PnP ACPI init\n[ 0.387196] pnp: PnP ACPI: found 5 devices\n[ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395262] NET: Registered protocol family 2\n[ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398656] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402072] NET: Registered protocol family 1\n[ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433330] Trying to unpack rootfs image as initramfs...\n[ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497292] Scanning for low memory corruption every 60 seconds\n[ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499745] audit: initializing netlink subsys (disabled)\n[ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized\n[ 0.502102] Initialise system trusted keyring\n[ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506157] zbud: loaded\n[ 0.506853] VFS: Disk quotas dquot_6.6.0\n[ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509199] fuse init (API version 7.23)\n[ 0.510087] Key type big_key registered\n[ 0.510883] Allocating IMA MOK and blacklist keyrings.\n[ 0.511998] Key type asymmetric registered\n[ 0.512821] Asymmetric key parser 'x509' registered\n[ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515600] io scheduler noop registered\n[ 0.516407] io scheduler deadline registered (default)\n[ 0.517452] io scheduler cfq registered\n[ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522937] ACPI: Power Button [PWRF]\n[ 0.523903] GHES: HEST is not enabled!\n[ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597479] Linux agpgart interface v0.103\n[ 0.599721] brd: module loaded\n[ 0.601080] loop: module loaded\n[ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607677] GPT:90111 != 2097151\n[ 0.608488] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609815] GPT:90111 != 2097151\n[ 0.625357] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632371] vda: vda1 vda15\n[ 0.633804] scsi host0: ata_piix\n[ 0.634539] scsi host1: ata_piix\n[ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637891] libphy: Fixed MDIO Bus: probed\n[ 0.638705] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641775] PPP generic driver version 2.4.2\n[ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644510] ehci-pci: EHCI PCI platform driver\n[ 0.645563] ehci-platform: EHCI generic platform driver\n[ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648147] ohci-pci: OHCI PCI platform driver\n[ 0.649198] ohci-platform: OHCI generic platform driver\n[ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673750] usb usb1: Product: UHCI Host Controller\n[ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677464] hub 1-0:1.0: USB hub found\n[ 0.678391] hub 1-0:1.0: 2 ports detected\n[ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684250] mousedev: PS/2 mouse device common for all mice\n[ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687892] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692026] i2c /dev entries driver\n[ 0.692913] device-mapper: uevent: version 1.0.3\n[ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697456] NET: Registered protocol family 10\n[ 0.698625] NET: Registered protocol family 17\n[ 0.699681] Key type dns_resolver registered\n[ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704115] registered taskstats version 1\n[ 0.705089] Loading compiled-in X.509 certificates\n[ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708907] zswap: loaded using pool lzo/zbud\n[ 0.710441] Key type trusted registered\n[ 0.712182] Key type encrypted registered\n[ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.714383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.715604] evm: HMAC attrs: 0x1\n[ 0.716673] Magic number: 6:54:24\n[ 0.717549] misc cpu_dma_latency: hash matches\n[ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088)\n[ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721878] EDD information not available.\n[ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.808385] Write protecting the kernel read-only data: 14336k\n[ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811705] 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.854706] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 11:02:14,734 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-2ae2f12d-f80a-4a17-8f7f-c3b1e92ade40 2018-10-12 11:02:14,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06993913651s 2018-10-12 11:02:14,735 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-2ae2f12d-f80a-4a17-8f7f-c3b1e92ade40 2018-10-12 11:02:14,736 - 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 531781279 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.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130530] pid_max: default: 32768 minimum: 301 [ 0.131426] ACPI: Core revision 20150930 [ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134117] Security Framework initialized [ 0.134937] Yama: becoming mindful. [ 0.135669] AppArmor: AppArmor initialized [ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141807] Initializing cgroup subsys io [ 0.142625] Initializing cgroup subsys memory [ 0.143492] Initializing cgroup subsys devices [ 0.144382] Initializing cgroup subsys freezer [ 0.145256] Initializing cgroup subsys net_cls [ 0.146130] Initializing cgroup subsys perf_event [ 0.147047] Initializing cgroup subsys net_prio [ 0.147942] Initializing cgroup subsys hugetlb [ 0.148818] Initializing cgroup subsys pids [ 0.149697] CPU: Physical Processor ID: 0 [ 0.151201] mce: CPU supports 10 MCE banks [ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170494] ftrace: allocating 31920 entries in 125 pages [ 0.196595] smpboot: Max logical packages: 1 [ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198803] x2apic enabled [ 0.199612] Switched APIC routing to physical x2apic. [ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206315] KVM setup paravirtual spinlock [ 0.207607] x86: Booted up 1 node, 1 CPUs [ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209809] devtmpfs: initialized [ 0.211536] evm: security.selinux [ 0.212243] evm: security.SMACK64 [ 0.212931] evm: security.SMACK64EXEC [ 0.213675] evm: security.SMACK64TRANSMUTE [ 0.214481] evm: security.SMACK64MMAP [ 0.215228] evm: security.ima [ 0.215868] evm: security.capability [ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218526] pinctrl core: initialized pinctrl subsystem [ 0.219630] RTC time: 11:01:27, date: 10/12/18 [ 0.220583] NET: Registered protocol family 16 [ 0.221552] cpuidle: using governor ladder [ 0.222370] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223908] ACPI: bus type PCI registered [ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225946] PCI: Using configuration type 1 for base access [ 0.227694] ACPI: Added _OSI(Module Device) [ 0.228542] ACPI: Added _OSI(Processor Device) [ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230296] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232395] ACPI: Interpreter enabled [ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240546] ACPI: (supports S0 S5) [ 0.241252] ACPI: Using IOAPIC for interrupt routing [ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251249] acpiphp: Slot [3] registered [ 0.252053] acpiphp: Slot [4] registered [ 0.252850] acpiphp: Slot [5] registered [ 0.253654] acpiphp: Slot [6] registered [ 0.254451] acpiphp: Slot [7] registered [ 0.255258] acpiphp: Slot [8] registered [ 0.256061] acpiphp: Slot [9] registered [ 0.256855] acpiphp: Slot [10] registered [ 0.257685] acpiphp: Slot [11] registered [ 0.258500] acpiphp: Slot [12] registered [ 0.259317] acpiphp: Slot [13] registered [ 0.260128] acpiphp: Slot [14] registered [ 0.260937] acpiphp: Slot [15] registered [ 0.271892] acpiphp: Slot [16] registered [ 0.272709] acpiphp: Slot [17] registered [ 0.273523] acpiphp: Slot [18] registered [ 0.274336] acpiphp: Slot [19] registered [ 0.275148] acpiphp: Slot [20] registered [ 0.275963] acpiphp: Slot [21] registered [ 0.276776] acpiphp: Slot [22] registered [ 0.277590] acpiphp: Slot [23] registered [ 0.278413] acpiphp: Slot [24] registered [ 0.279225] acpiphp: Slot [25] registered [ 0.280043] acpiphp: Slot [26] registered [ 0.280854] acpiphp: Slot [27] registered [ 0.281671] acpiphp: Slot [28] registered [ 0.282488] acpiphp: Slot [29] registered [ 0.283302] acpiphp: Slot [30] registered [ 0.284123] acpiphp: Slot [31] registered [ 0.284931] PCI host bridge to bus 0000:00 [ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368818] vgaarb: loaded [ 0.369425] vgaarb: bridge control possible 0000:00:02.0 [ 0.370563] SCSI subsystem initialized [ 0.371383] ACPI: bus type USB registered [ 0.372196] usbcore: registered new interface driver usbfs [ 0.373227] usbcore: registered new interface driver hub [ 0.374235] usbcore: registered new device driver usb [ 0.375283] PCI: Using ACPI for IRQ routing [ 0.376302] NetLabel: Initializing [ 0.377014] NetLabel: domain hash size = 128 [ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378826] NetLabel: unlabeled traffic allowed by default [ 0.379922] clocksource: Switched to clocksource kvm-clock [ 0.385334] AppArmor: AppArmor Filesystem Enabled [ 0.386289] pnp: PnP ACPI init [ 0.387196] pnp: PnP ACPI: found 5 devices [ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395262] NET: Registered protocol family 2 [ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398656] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402072] NET: Registered protocol family 1 [ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433330] Trying to unpack rootfs image as initramfs... [ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.497292] Scanning for low memory corruption every 60 seconds [ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.499745] audit: initializing netlink subsys (disabled) [ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized [ 0.502102] Initialise system trusted keyring [ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.506157] zbud: loaded [ 0.506853] VFS: Disk quotas dquot_6.6.0 [ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509199] fuse init (API version 7.23) [ 0.510087] Key type big_key registered [ 0.510883] Allocating IMA MOK and blacklist keyrings. [ 0.511998] Key type asymmetric registered [ 0.512821] Asymmetric key parser 'x509' registered [ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515600] io scheduler noop registered [ 0.516407] io scheduler deadline registered (default) [ 0.517452] io scheduler cfq registered [ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.522937] ACPI: Power Button [PWRF] [ 0.523903] GHES: HEST is not enabled! [ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.597479] Linux agpgart interface v0.103 [ 0.599721] brd: module loaded [ 0.601080] loop: module loaded [ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.607677] GPT:90111 != 2097151 [ 0.608488] GPT:Alternate GPT header not at the end of the disk. [ 0.609815] GPT:90111 != 2097151 [ 0.625357] GPT: Use GNU Parted to correct GPT errors. [ 0.632371] vda: vda1 vda15 [ 0.633804] scsi host0: ata_piix [ 0.634539] scsi host1: ata_piix [ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637891] libphy: Fixed MDIO Bus: probed [ 0.638705] tun: Universal TUN/TAP device driver, 1.6 [ 0.639642] tun: (C) 1999-2004 Max Krasnyansky [ 0.641775] PPP generic driver version 2.4.2 [ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644510] ehci-pci: EHCI PCI platform driver [ 0.645563] ehci-platform: EHCI generic platform driver [ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.648147] ohci-pci: OHCI PCI platform driver [ 0.649198] ohci-platform: OHCI generic platform driver [ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver [ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.673750] usb usb1: Product: UHCI Host Controller [ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.676316] usb usb1: SerialNumber: 0000:00:01.2 [ 0.677464] hub 1-0:1.0: USB hub found [ 0.678391] hub 1-0:1.0: 2 ports detected [ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.684250] mousedev: PS/2 mouse device common for all mice [ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687892] rtc_cmos 00:00: RTC can wake from S4 [ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692026] i2c /dev entries driver [ 0.692913] device-mapper: uevent: version 1.0.3 [ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs [ 0.697456] NET: Registered protocol family 10 [ 0.698625] NET: Registered protocol family 17 [ 0.699681] Key type dns_resolver registered [ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704115] registered taskstats version 1 [ 0.705089] Loading compiled-in X.509 certificates [ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708907] zswap: loaded using pool lzo/zbud [ 0.710441] Key type trusted registered [ 0.712182] Key type encrypted registered [ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714383] ima: No TPM chip found, activating TPM-bypass! [ 0.715604] evm: HMAC attrs: 0x1 [ 0.716673] Magic number: 6:54:24 [ 0.717549] misc cpu_dma_latency: hash matches [ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088) [ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.721878] EDD information not available. [ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.808385] Write protecting the kernel read-only data: 14336k [ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811705] 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.854706] 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.24 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... 2018-10-12 11:02:15,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:02:15,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:02:16,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02: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-ced72fcd-314d-4864-8379-80c61c7495ec x-compute-request-id: req-ced72fcd-314d-4864-8379-80c61c7495ec Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:0f:e4", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:27.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "94162d8f-8591-4b7e-a061-619938462d1d", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:28Z", "hostId": "cd37190eab409513eaebf3e3ec9c7e9c3dcdbcc3dfc5869c95d75f9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:24Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:3a:d4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:19.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:20Z", "hostId": "a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:15Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:02:16,283 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ced72fcd-314d-4864-8379-80c61c7495ec 2018-10-12 11:02:16,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.545266151428s 2018-10-12 11:02:16,284 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-ced72fcd-314d-4864-8379-80c61c7495ec 2018-10-12 11:02:16,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-12 11:02:16,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 11:02:17,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02: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-7adfbf53-9817-4592-b9b2-d588f85da981 x-compute-request-id: req-7adfbf53-9817-4592-b9b2-d588f85da981 Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531781279 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130530] pid_max: default: 32768 minimum: 301\n[ 0.131426] ACPI: Core revision 20150930\n[ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134117] Security Framework initialized\n[ 0.134937] Yama: becoming mindful.\n[ 0.135669] AppArmor: AppArmor initialized\n[ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141807] Initializing cgroup subsys io\n[ 0.142625] Initializing cgroup subsys memory\n[ 0.143492] Initializing cgroup subsys devices\n[ 0.144382] Initializing cgroup subsys freezer\n[ 0.145256] Initializing cgroup subsys net_cls\n[ 0.146130] Initializing cgroup subsys perf_event\n[ 0.147047] Initializing cgroup subsys net_prio\n[ 0.147942] Initializing cgroup subsys hugetlb\n[ 0.148818] Initializing cgroup subsys pids\n[ 0.149697] CPU: Physical Processor ID: 0\n[ 0.151201] mce: CPU supports 10 MCE banks\n[ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170494] ftrace: allocating 31920 entries in 125 pages\n[ 0.196595] smpboot: Max logical packages: 1\n[ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198803] x2apic enabled\n[ 0.199612] Switched APIC routing to physical x2apic.\n[ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206315] KVM setup paravirtual spinlock\n[ 0.207607] x86: Booted up 1 node, 1 CPUs\n[ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209809] devtmpfs: initialized\n[ 0.211536] evm: security.selinux\n[ 0.212243] evm: security.SMACK64\n[ 0.212931] evm: security.SMACK64EXEC\n[ 0.213675] evm: security.SMACK64TRANSMUTE\n[ 0.214481] evm: security.SMACK64MMAP\n[ 0.215228] evm: security.ima\n[ 0.215868] evm: security.capability\n[ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218526] pinctrl core: initialized pinctrl subsystem\n[ 0.219630] RTC time: 11:01:27, date: 10/12/18\n[ 0.220583] NET: Registered protocol family 16\n[ 0.221552] cpuidle: using governor ladder\n[ 0.222370] cpuidle: using governor menu\n[ 0.223155] PCCT header not found.\n[ 0.223908] ACPI: bus type PCI registered\n[ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225946] PCI: Using configuration type 1 for base access\n[ 0.227694] ACPI: Added _OSI(Module Device)\n[ 0.228542] ACPI: Added _OSI(Processor Device)\n[ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230296] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232395] ACPI: Interpreter enabled\n[ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240546] ACPI: (supports S0 S5)\n[ 0.241252] ACPI: Using IOAPIC for interrupt routing\n[ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251249] acpiphp: Slot [3] registered\n[ 0.252053] acpiphp: Slot [4] registered\n[ 0.252850] acpiphp: Slot [5] registered\n[ 0.253654] acpiphp: Slot [6] registered\n[ 0.254451] acpiphp: Slot [7] registered\n[ 0.255258] acpiphp: Slot [8] registered\n[ 0.256061] acpiphp: Slot [9] registered\n[ 0.256855] acpiphp: Slot [10] registered\n[ 0.257685] acpiphp: Slot [11] registered\n[ 0.258500] acpiphp: Slot [12] registered\n[ 0.259317] acpiphp: Slot [13] registered\n[ 0.260128] acpiphp: Slot [14] registered\n[ 0.260937] acpiphp: Slot [15] registered\n[ 0.271892] acpiphp: Slot [16] registered\n[ 0.272709] acpiphp: Slot [17] registered\n[ 0.273523] acpiphp: Slot [18] registered\n[ 0.274336] acpiphp: Slot [19] registered\n[ 0.275148] acpiphp: Slot [20] registered\n[ 0.275963] acpiphp: Slot [21] registered\n[ 0.276776] acpiphp: Slot [22] registered\n[ 0.277590] acpiphp: Slot [23] registered\n[ 0.278413] acpiphp: Slot [24] registered\n[ 0.279225] acpiphp: Slot [25] registered\n[ 0.280043] acpiphp: Slot [26] registered\n[ 0.280854] acpiphp: Slot [27] registered\n[ 0.281671] acpiphp: Slot [28] registered\n[ 0.282488] acpiphp: Slot [29] registered\n[ 0.283302] acpiphp: Slot [30] registered\n[ 0.284123] acpiphp: Slot [31] registered\n[ 0.284931] PCI host bridge to bus 0000:00\n[ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368818] vgaarb: loaded\n[ 0.369425] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370563] SCSI subsystem initialized\n[ 0.371383] ACPI: bus type USB registered\n[ 0.372196] usbcore: registered new interface driver usbfs\n[ 0.373227] usbcore: registered new interface driver hub\n[ 0.374235] usbcore: registered new device driver usb\n[ 0.375283] PCI: Using ACPI for IRQ routing\n[ 0.376302] NetLabel: Initializing\n[ 0.377014] NetLabel: domain hash size = 128\n[ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378826] NetLabel: unlabeled traffic allowed by default\n[ 0.379922] clocksource: Switched to clocksource kvm-clock\n[ 0.385334] AppArmor: AppArmor Filesystem Enabled\n[ 0.386289] pnp: PnP ACPI init\n[ 0.387196] pnp: PnP ACPI: found 5 devices\n[ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395262] NET: Registered protocol family 2\n[ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398656] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402072] NET: Registered protocol family 1\n[ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433330] Trying to unpack rootfs image as initramfs...\n[ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497292] Scanning for low memory corruption every 60 seconds\n[ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499745] audit: initializing netlink subsys (disabled)\n[ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized\n[ 0.502102] Initialise system trusted keyring\n[ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506157] zbud: loaded\n[ 0.506853] VFS: Disk quotas dquot_6.6.0\n[ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509199] fuse init (API version 7.23)\n[ 0.510087] Key type big_key registered\n[ 0.510883] Allocating IMA MOK and blacklist keyrings.\n[ 0.511998] Key type asymmetric registered\n[ 0.512821] Asymmetric key parser 'x509' registered\n[ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515600] io scheduler noop registered\n[ 0.516407] io scheduler deadline registered (default)\n[ 0.517452] io scheduler cfq registered\n[ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522937] ACPI: Power Button [PWRF]\n[ 0.523903] GHES: HEST is not enabled!\n[ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597479] Linux agpgart interface v0.103\n[ 0.599721] brd: module loaded\n[ 0.601080] loop: module loaded\n[ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607677] GPT:90111 != 2097151\n[ 0.608488] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609815] GPT:90111 != 2097151\n[ 0.625357] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632371] vda: vda1 vda15\n[ 0.633804] scsi host0: ata_piix\n[ 0.634539] scsi host1: ata_piix\n[ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637891] libphy: Fixed MDIO Bus: probed\n[ 0.638705] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641775] PPP generic driver version 2.4.2\n[ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644510] ehci-pci: EHCI PCI platform driver\n[ 0.645563] ehci-platform: EHCI generic platform driver\n[ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648147] ohci-pci: OHCI PCI platform driver\n[ 0.649198] ohci-platform: OHCI generic platform driver\n[ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673750] usb usb1: Product: UHCI Host Controller\n[ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677464] hub 1-0:1.0: USB hub found\n[ 0.678391] hub 1-0:1.0: 2 ports detected\n[ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684250] mousedev: PS/2 mouse device common for all mice\n[ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687892] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692026] i2c /dev entries driver\n[ 0.692913] device-mapper: uevent: version 1.0.3\n[ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697456] NET: Registered protocol family 10\n[ 0.698625] NET: Registered protocol family 17\n[ 0.699681] Key type dns_resolver registered\n[ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704115] registered taskstats version 1\n[ 0.705089] Loading compiled-in X.509 certificates\n[ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708907] zswap: loaded using pool lzo/zbud\n[ 0.710441] Key type trusted registered\n[ 0.712182] Key type encrypted registered\n[ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.714383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.715604] evm: HMAC attrs: 0x1\n[ 0.716673] Magic number: 6:54:24\n[ 0.717549] misc cpu_dma_latency: hash matches\n[ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088)\n[ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721878] EDD information not available.\n[ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.808385] Write protecting the kernel read-only data: 14336k\n[ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811705] 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.854706] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 11:02:17,358 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-7adfbf53-9817-4592-b9b2-d588f85da981 2018-10-12 11:02:17,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07096385956s 2018-10-12 11:02:17,359 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-7adfbf53-9817-4592-b9b2-d588f85da981 2018-10-12 11:02:17,359 - 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 531781279 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.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130530] pid_max: default: 32768 minimum: 301 [ 0.131426] ACPI: Core revision 20150930 [ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134117] Security Framework initialized [ 0.134937] Yama: becoming mindful. [ 0.135669] AppArmor: AppArmor initialized [ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141807] Initializing cgroup subsys io [ 0.142625] Initializing cgroup subsys memory [ 0.143492] Initializing cgroup subsys devices [ 0.144382] Initializing cgroup subsys freezer [ 0.145256] Initializing cgroup subsys net_cls [ 0.146130] Initializing cgroup subsys perf_event [ 0.147047] Initializing cgroup subsys net_prio [ 0.147942] Initializing cgroup subsys hugetlb [ 0.148818] Initializing cgroup subsys pids [ 0.149697] CPU: Physical Processor ID: 0 [ 0.151201] mce: CPU supports 10 MCE banks [ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170494] ftrace: allocating 31920 entries in 125 pages [ 0.196595] smpboot: Max logical packages: 1 [ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198803] x2apic enabled [ 0.199612] Switched APIC routing to physical x2apic. [ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206315] KVM setup paravirtual spinlock [ 0.207607] x86: Booted up 1 node, 1 CPUs [ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209809] devtmpfs: initialized [ 0.211536] evm: security.selinux [ 0.212243] evm: security.SMACK64 [ 0.212931] evm: security.SMACK64EXEC [ 0.213675] evm: security.SMACK64TRANSMUTE [ 0.214481] evm: security.SMACK64MMAP [ 0.215228] evm: security.ima [ 0.215868] evm: security.capability [ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218526] pinctrl core: initialized pinctrl subsystem [ 0.219630] RTC time: 11:01:27, date: 10/12/18 [ 0.220583] NET: Registered protocol family 16 [ 0.221552] cpuidle: using governor ladder [ 0.222370] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223908] ACPI: bus type PCI registered [ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225946] PCI: Using configuration type 1 for base access [ 0.227694] ACPI: Added _OSI(Module Device) [ 0.228542] ACPI: Added _OSI(Processor Device) [ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230296] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232395] ACPI: Interpreter enabled [ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240546] ACPI: (supports S0 S5) [ 0.241252] ACPI: Using IOAPIC for interrupt routing [ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251249] acpiphp: Slot [3] registered [ 0.252053] acpiphp: Slot [4] registered [ 0.252850] acpiphp: Slot [5] registered [ 0.253654] acpiphp: Slot [6] registered [ 0.254451] acpiphp: Slot [7] registered [ 0.255258] acpiphp: Slot [8] registered [ 0.256061] acpiphp: Slot [9] registered [ 0.256855] acpiphp: Slot [10] registered [ 0.257685] acpiphp: Slot [11] registered [ 0.258500] acpiphp: Slot [12] registered [ 0.259317] acpiphp: Slot [13] registered [ 0.260128] acpiphp: Slot [14] registered [ 0.260937] acpiphp: Slot [15] registered [ 0.271892] acpiphp: Slot [16] registered [ 0.272709] acpiphp: Slot [17] registered [ 0.273523] acpiphp: Slot [18] registered [ 0.274336] acpiphp: Slot [19] registered [ 0.275148] acpiphp: Slot [20] registered [ 0.275963] acpiphp: Slot [21] registered [ 0.276776] acpiphp: Slot [22] registered [ 0.277590] acpiphp: Slot [23] registered [ 0.278413] acpiphp: Slot [24] registered [ 0.279225] acpiphp: Slot [25] registered [ 0.280043] acpiphp: Slot [26] registered [ 0.280854] acpiphp: Slot [27] registered [ 0.281671] acpiphp: Slot [28] registered [ 0.282488] acpiphp: Slot [29] registered [ 0.283302] acpiphp: Slot [30] registered [ 0.284123] acpiphp: Slot [31] registered [ 0.284931] PCI host bridge to bus 0000:00 [ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368818] vgaarb: loaded [ 0.369425] vgaarb: bridge control possible 0000:00:02.0 [ 0.370563] SCSI subsystem initialized [ 0.371383] ACPI: bus type USB registered [ 0.372196] usbcore: registered new interface driver usbfs [ 0.373227] usbcore: registered new interface driver hub [ 0.374235] usbcore: registered new device driver usb [ 0.375283] PCI: Using ACPI for IRQ routing [ 0.376302] NetLabel: Initializing [ 0.377014] NetLabel: domain hash size = 128 [ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378826] NetLabel: unlabeled traffic allowed by default [ 0.379922] clocksource: Switched to clocksource kvm-clock [ 0.385334] AppArmor: AppArmor Filesystem Enabled [ 0.386289] pnp: PnP ACPI init [ 0.387196] pnp: PnP ACPI: found 5 devices [ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395262] NET: Registered protocol family 2 [ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398656] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402072] NET: Registered protocol family 1 [ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433330] Trying to unpack rootfs image as initramfs... [ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.497292] Scanning for low memory corruption every 60 seconds [ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.499745] audit: initializing netlink subsys (disabled) [ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized [ 0.502102] Initialise system trusted keyring [ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.506157] zbud: loaded [ 0.506853] VFS: Disk quotas dquot_6.6.0 [ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509199] fuse init (API version 7.23) [ 0.510087] Key type big_key registered [ 0.510883] Allocating IMA MOK and blacklist keyrings. [ 0.511998] Key type asymmetric registered [ 0.512821] Asymmetric key parser 'x509' registered [ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515600] io scheduler noop registered [ 0.516407] io scheduler deadline registered (default) [ 0.517452] io scheduler cfq registered [ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.522937] ACPI: Power Button [PWRF] [ 0.523903] GHES: HEST is not enabled! [ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.597479] Linux agpgart interface v0.103 [ 0.599721] brd: module loaded [ 0.601080] loop: module loaded [ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.607677] GPT:90111 != 2097151 [ 0.608488] GPT:Alternate GPT header not at the end of the disk. [ 0.609815] GPT:90111 != 2097151 [ 0.625357] GPT: Use GNU Parted to correct GPT errors. [ 0.632371] vda: vda1 vda15 [ 0.633804] scsi host0: ata_piix [ 0.634539] scsi host1: ata_piix [ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637891] libphy: Fixed MDIO Bus: probed [ 0.638705] tun: Universal TUN/TAP device driver, 1.6 [ 0.639642] tun: (C) 1999-2004 Max Krasnyansky [ 0.641775] PPP generic driver version 2.4.2 [ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644510] ehci-pci: EHCI PCI platform driver [ 0.645563] ehci-platform: EHCI generic platform driver [ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.648147] ohci-pci: OHCI PCI platform driver [ 0.649198] ohci-platform: OHCI generic platform driver [ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver [ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.673750] usb usb1: Product: UHCI Host Controller [ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.676316] usb usb1: SerialNumber: 0000:00:01.2 [ 0.677464] hub 1-0:1.0: USB hub found [ 0.678391] hub 1-0:1.0: 2 ports detected [ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.684250] mousedev: PS/2 mouse device common for all mice [ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687892] rtc_cmos 00:00: RTC can wake from S4 [ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692026] i2c /dev entries driver [ 0.692913] device-mapper: uevent: version 1.0.3 [ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs [ 0.697456] NET: Registered protocol family 10 [ 0.698625] NET: Registered protocol family 17 [ 0.699681] Key type dns_resolver registered [ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704115] registered taskstats version 1 [ 0.705089] Loading compiled-in X.509 certificates [ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708907] zswap: loaded using pool lzo/zbud [ 0.710441] Key type trusted registered [ 0.712182] Key type encrypted registered [ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714383] ima: No TPM chip found, activating TPM-bypass! [ 0.715604] evm: HMAC attrs: 0x1 [ 0.716673] Magic number: 6:54:24 [ 0.717549] misc cpu_dma_latency: hash matches [ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088) [ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.721878] EDD information not available. [ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.808385] Write protecting the kernel read-only data: 14336k [ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811705] 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.854706] 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.24 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... 2018-10-12 11:02:18,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:02:18,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:02:18,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02: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-09138434-6da2-4a4f-842d-7af7f71e9de4 x-compute-request-id: req-09138434-6da2-4a4f-842d-7af7f71e9de4 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:0f:e4", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:27.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "94162d8f-8591-4b7e-a061-619938462d1d", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:28Z", "hostId": "cd37190eab409513eaebf3e3ec9c7e9c3dcdbcc3dfc5869c95d75f9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:24Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:3a:d4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:19.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:20Z", "hostId": "a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:15Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:02:18,887 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-09138434-6da2-4a4f-842d-7af7f71e9de4 2018-10-12 11:02:18,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.525507926941s 2018-10-12 11:02:18,887 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-09138434-6da2-4a4f-842d-7af7f71e9de4 2018-10-12 11:02:18,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-12 11:02:18,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 11:02:19,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02: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-7996a660-775c-42d7-a680-caa74719c52f x-compute-request-id: req-7996a660-775c-42d7-a680-caa74719c52f Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531781279 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130530] pid_max: default: 32768 minimum: 301\n[ 0.131426] ACPI: Core revision 20150930\n[ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134117] Security Framework initialized\n[ 0.134937] Yama: becoming mindful.\n[ 0.135669] AppArmor: AppArmor initialized\n[ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141807] Initializing cgroup subsys io\n[ 0.142625] Initializing cgroup subsys memory\n[ 0.143492] Initializing cgroup subsys devices\n[ 0.144382] Initializing cgroup subsys freezer\n[ 0.145256] Initializing cgroup subsys net_cls\n[ 0.146130] Initializing cgroup subsys perf_event\n[ 0.147047] Initializing cgroup subsys net_prio\n[ 0.147942] Initializing cgroup subsys hugetlb\n[ 0.148818] Initializing cgroup subsys pids\n[ 0.149697] CPU: Physical Processor ID: 0\n[ 0.151201] mce: CPU supports 10 MCE banks\n[ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170494] ftrace: allocating 31920 entries in 125 pages\n[ 0.196595] smpboot: Max logical packages: 1\n[ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198803] x2apic enabled\n[ 0.199612] Switched APIC routing to physical x2apic.\n[ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206315] KVM setup paravirtual spinlock\n[ 0.207607] x86: Booted up 1 node, 1 CPUs\n[ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209809] devtmpfs: initialized\n[ 0.211536] evm: security.selinux\n[ 0.212243] evm: security.SMACK64\n[ 0.212931] evm: security.SMACK64EXEC\n[ 0.213675] evm: security.SMACK64TRANSMUTE\n[ 0.214481] evm: security.SMACK64MMAP\n[ 0.215228] evm: security.ima\n[ 0.215868] evm: security.capability\n[ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218526] pinctrl core: initialized pinctrl subsystem\n[ 0.219630] RTC time: 11:01:27, date: 10/12/18\n[ 0.220583] NET: Registered protocol family 16\n[ 0.221552] cpuidle: using governor ladder\n[ 0.222370] cpuidle: using governor menu\n[ 0.223155] PCCT header not found.\n[ 0.223908] ACPI: bus type PCI registered\n[ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225946] PCI: Using configuration type 1 for base access\n[ 0.227694] ACPI: Added _OSI(Module Device)\n[ 0.228542] ACPI: Added _OSI(Processor Device)\n[ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230296] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232395] ACPI: Interpreter enabled\n[ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240546] ACPI: (supports S0 S5)\n[ 0.241252] ACPI: Using IOAPIC for interrupt routing\n[ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251249] acpiphp: Slot [3] registered\n[ 0.252053] acpiphp: Slot [4] registered\n[ 0.252850] acpiphp: Slot [5] registered\n[ 0.253654] acpiphp: Slot [6] registered\n[ 0.254451] acpiphp: Slot [7] registered\n[ 0.255258] acpiphp: Slot [8] registered\n[ 0.256061] acpiphp: Slot [9] registered\n[ 0.256855] acpiphp: Slot [10] registered\n[ 0.257685] acpiphp: Slot [11] registered\n[ 0.258500] acpiphp: Slot [12] registered\n[ 0.259317] acpiphp: Slot [13] registered\n[ 0.260128] acpiphp: Slot [14] registered\n[ 0.260937] acpiphp: Slot [15] registered\n[ 0.271892] acpiphp: Slot [16] registered\n[ 0.272709] acpiphp: Slot [17] registered\n[ 0.273523] acpiphp: Slot [18] registered\n[ 0.274336] acpiphp: Slot [19] registered\n[ 0.275148] acpiphp: Slot [20] registered\n[ 0.275963] acpiphp: Slot [21] registered\n[ 0.276776] acpiphp: Slot [22] registered\n[ 0.277590] acpiphp: Slot [23] registered\n[ 0.278413] acpiphp: Slot [24] registered\n[ 0.279225] acpiphp: Slot [25] registered\n[ 0.280043] acpiphp: Slot [26] registered\n[ 0.280854] acpiphp: Slot [27] registered\n[ 0.281671] acpiphp: Slot [28] registered\n[ 0.282488] acpiphp: Slot [29] registered\n[ 0.283302] acpiphp: Slot [30] registered\n[ 0.284123] acpiphp: Slot [31] registered\n[ 0.284931] PCI host bridge to bus 0000:00\n[ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368818] vgaarb: loaded\n[ 0.369425] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370563] SCSI subsystem initialized\n[ 0.371383] ACPI: bus type USB registered\n[ 0.372196] usbcore: registered new interface driver usbfs\n[ 0.373227] usbcore: registered new interface driver hub\n[ 0.374235] usbcore: registered new device driver usb\n[ 0.375283] PCI: Using ACPI for IRQ routing\n[ 0.376302] NetLabel: Initializing\n[ 0.377014] NetLabel: domain hash size = 128\n[ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378826] NetLabel: unlabeled traffic allowed by default\n[ 0.379922] clocksource: Switched to clocksource kvm-clock\n[ 0.385334] AppArmor: AppArmor Filesystem Enabled\n[ 0.386289] pnp: PnP ACPI init\n[ 0.387196] pnp: PnP ACPI: found 5 devices\n[ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395262] NET: Registered protocol family 2\n[ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398656] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402072] NET: Registered protocol family 1\n[ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433330] Trying to unpack rootfs image as initramfs...\n[ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497292] Scanning for low memory corruption every 60 seconds\n[ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499745] audit: initializing netlink subsys (disabled)\n[ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized\n[ 0.502102] Initialise system trusted keyring\n[ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506157] zbud: loaded\n[ 0.506853] VFS: Disk quotas dquot_6.6.0\n[ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509199] fuse init (API version 7.23)\n[ 0.510087] Key type big_key registered\n[ 0.510883] Allocating IMA MOK and blacklist keyrings.\n[ 0.511998] Key type asymmetric registered\n[ 0.512821] Asymmetric key parser 'x509' registered\n[ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515600] io scheduler noop registered\n[ 0.516407] io scheduler deadline registered (default)\n[ 0.517452] io scheduler cfq registered\n[ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522937] ACPI: Power Button [PWRF]\n[ 0.523903] GHES: HEST is not enabled!\n[ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597479] Linux agpgart interface v0.103\n[ 0.599721] brd: module loaded\n[ 0.601080] loop: module loaded\n[ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607677] GPT:90111 != 2097151\n[ 0.608488] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609815] GPT:90111 != 2097151\n[ 0.625357] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632371] vda: vda1 vda15\n[ 0.633804] scsi host0: ata_piix\n[ 0.634539] scsi host1: ata_piix\n[ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637891] libphy: Fixed MDIO Bus: probed\n[ 0.638705] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641775] PPP generic driver version 2.4.2\n[ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644510] ehci-pci: EHCI PCI platform driver\n[ 0.645563] ehci-platform: EHCI generic platform driver\n[ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648147] ohci-pci: OHCI PCI platform driver\n[ 0.649198] ohci-platform: OHCI generic platform driver\n[ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673750] usb usb1: Product: UHCI Host Controller\n[ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677464] hub 1-0:1.0: USB hub found\n[ 0.678391] hub 1-0:1.0: 2 ports detected\n[ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684250] mousedev: PS/2 mouse device common for all mice\n[ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687892] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692026] i2c /dev entries driver\n[ 0.692913] device-mapper: uevent: version 1.0.3\n[ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697456] NET: Registered protocol family 10\n[ 0.698625] NET: Registered protocol family 17\n[ 0.699681] Key type dns_resolver registered\n[ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704115] registered taskstats version 1\n[ 0.705089] Loading compiled-in X.509 certificates\n[ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708907] zswap: loaded using pool lzo/zbud\n[ 0.710441] Key type trusted registered\n[ 0.712182] Key type encrypted registered\n[ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.714383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.715604] evm: HMAC attrs: 0x1\n[ 0.716673] Magic number: 6:54:24\n[ 0.717549] misc cpu_dma_latency: hash matches\n[ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088)\n[ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721878] EDD information not available.\n[ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.808385] Write protecting the kernel read-only data: 14336k\n[ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811705] 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.854706] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 11:02:19,991 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-7996a660-775c-42d7-a680-caa74719c52f 2018-10-12 11:02:19,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10159516335s 2018-10-12 11:02:19,992 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-7996a660-775c-42d7-a680-caa74719c52f 2018-10-12 11:02:19,993 - 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 531781279 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.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130530] pid_max: default: 32768 minimum: 301 [ 0.131426] ACPI: Core revision 20150930 [ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134117] Security Framework initialized [ 0.134937] Yama: becoming mindful. [ 0.135669] AppArmor: AppArmor initialized [ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141807] Initializing cgroup subsys io [ 0.142625] Initializing cgroup subsys memory [ 0.143492] Initializing cgroup subsys devices [ 0.144382] Initializing cgroup subsys freezer [ 0.145256] Initializing cgroup subsys net_cls [ 0.146130] Initializing cgroup subsys perf_event [ 0.147047] Initializing cgroup subsys net_prio [ 0.147942] Initializing cgroup subsys hugetlb [ 0.148818] Initializing cgroup subsys pids [ 0.149697] CPU: Physical Processor ID: 0 [ 0.151201] mce: CPU supports 10 MCE banks [ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170494] ftrace: allocating 31920 entries in 125 pages [ 0.196595] smpboot: Max logical packages: 1 [ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198803] x2apic enabled [ 0.199612] Switched APIC routing to physical x2apic. [ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206315] KVM setup paravirtual spinlock [ 0.207607] x86: Booted up 1 node, 1 CPUs [ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209809] devtmpfs: initialized [ 0.211536] evm: security.selinux [ 0.212243] evm: security.SMACK64 [ 0.212931] evm: security.SMACK64EXEC [ 0.213675] evm: security.SMACK64TRANSMUTE [ 0.214481] evm: security.SMACK64MMAP [ 0.215228] evm: security.ima [ 0.215868] evm: security.capability [ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218526] pinctrl core: initialized pinctrl subsystem [ 0.219630] RTC time: 11:01:27, date: 10/12/18 [ 0.220583] NET: Registered protocol family 16 [ 0.221552] cpuidle: using governor ladder [ 0.222370] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223908] ACPI: bus type PCI registered [ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225946] PCI: Using configuration type 1 for base access [ 0.227694] ACPI: Added _OSI(Module Device) [ 0.228542] ACPI: Added _OSI(Processor Device) [ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230296] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232395] ACPI: Interpreter enabled [ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240546] ACPI: (supports S0 S5) [ 0.241252] ACPI: Using IOAPIC for interrupt routing [ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251249] acpiphp: Slot [3] registered [ 0.252053] acpiphp: Slot [4] registered [ 0.252850] acpiphp: Slot [5] registered [ 0.253654] acpiphp: Slot [6] registered [ 0.254451] acpiphp: Slot [7] registered [ 0.255258] acpiphp: Slot [8] registered [ 0.256061] acpiphp: Slot [9] registered [ 0.256855] acpiphp: Slot [10] registered [ 0.257685] acpiphp: Slot [11] registered [ 0.258500] acpiphp: Slot [12] registered [ 0.259317] acpiphp: Slot [13] registered [ 0.260128] acpiphp: Slot [14] registered [ 0.260937] acpiphp: Slot [15] registered [ 0.271892] acpiphp: Slot [16] registered [ 0.272709] acpiphp: Slot [17] registered [ 0.273523] acpiphp: Slot [18] registered [ 0.274336] acpiphp: Slot [19] registered [ 0.275148] acpiphp: Slot [20] registered [ 0.275963] acpiphp: Slot [21] registered [ 0.276776] acpiphp: Slot [22] registered [ 0.277590] acpiphp: Slot [23] registered [ 0.278413] acpiphp: Slot [24] registered [ 0.279225] acpiphp: Slot [25] registered [ 0.280043] acpiphp: Slot [26] registered [ 0.280854] acpiphp: Slot [27] registered [ 0.281671] acpiphp: Slot [28] registered [ 0.282488] acpiphp: Slot [29] registered [ 0.283302] acpiphp: Slot [30] registered [ 0.284123] acpiphp: Slot [31] registered [ 0.284931] PCI host bridge to bus 0000:00 [ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368818] vgaarb: loaded [ 0.369425] vgaarb: bridge control possible 0000:00:02.0 [ 0.370563] SCSI subsystem initialized [ 0.371383] ACPI: bus type USB registered [ 0.372196] usbcore: registered new interface driver usbfs [ 0.373227] usbcore: registered new interface driver hub [ 0.374235] usbcore: registered new device driver usb [ 0.375283] PCI: Using ACPI for IRQ routing [ 0.376302] NetLabel: Initializing [ 0.377014] NetLabel: domain hash size = 128 [ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378826] NetLabel: unlabeled traffic allowed by default [ 0.379922] clocksource: Switched to clocksource kvm-clock [ 0.385334] AppArmor: AppArmor Filesystem Enabled [ 0.386289] pnp: PnP ACPI init [ 0.387196] pnp: PnP ACPI: found 5 devices [ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395262] NET: Registered protocol family 2 [ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398656] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402072] NET: Registered protocol family 1 [ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433330] Trying to unpack rootfs image as initramfs... [ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.497292] Scanning for low memory corruption every 60 seconds [ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.499745] audit: initializing netlink subsys (disabled) [ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized [ 0.502102] Initialise system trusted keyring [ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.506157] zbud: loaded [ 0.506853] VFS: Disk quotas dquot_6.6.0 [ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509199] fuse init (API version 7.23) [ 0.510087] Key type big_key registered [ 0.510883] Allocating IMA MOK and blacklist keyrings. [ 0.511998] Key type asymmetric registered [ 0.512821] Asymmetric key parser 'x509' registered [ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515600] io scheduler noop registered [ 0.516407] io scheduler deadline registered (default) [ 0.517452] io scheduler cfq registered [ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.522937] ACPI: Power Button [PWRF] [ 0.523903] GHES: HEST is not enabled! [ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.597479] Linux agpgart interface v0.103 [ 0.599721] brd: module loaded [ 0.601080] loop: module loaded [ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.607677] GPT:90111 != 2097151 [ 0.608488] GPT:Alternate GPT header not at the end of the disk. [ 0.609815] GPT:90111 != 2097151 [ 0.625357] GPT: Use GNU Parted to correct GPT errors. [ 0.632371] vda: vda1 vda15 [ 0.633804] scsi host0: ata_piix [ 0.634539] scsi host1: ata_piix [ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637891] libphy: Fixed MDIO Bus: probed [ 0.638705] tun: Universal TUN/TAP device driver, 1.6 [ 0.639642] tun: (C) 1999-2004 Max Krasnyansky [ 0.641775] PPP generic driver version 2.4.2 [ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644510] ehci-pci: EHCI PCI platform driver [ 0.645563] ehci-platform: EHCI generic platform driver [ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.648147] ohci-pci: OHCI PCI platform driver [ 0.649198] ohci-platform: OHCI generic platform driver [ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver [ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.673750] usb usb1: Product: UHCI Host Controller [ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.676316] usb usb1: SerialNumber: 0000:00:01.2 [ 0.677464] hub 1-0:1.0: USB hub found [ 0.678391] hub 1-0:1.0: 2 ports detected [ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.684250] mousedev: PS/2 mouse device common for all mice [ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687892] rtc_cmos 00:00: RTC can wake from S4 [ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692026] i2c /dev entries driver [ 0.692913] device-mapper: uevent: version 1.0.3 [ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs [ 0.697456] NET: Registered protocol family 10 [ 0.698625] NET: Registered protocol family 17 [ 0.699681] Key type dns_resolver registered [ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704115] registered taskstats version 1 [ 0.705089] Loading compiled-in X.509 certificates [ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708907] zswap: loaded using pool lzo/zbud [ 0.710441] Key type trusted registered [ 0.712182] Key type encrypted registered [ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714383] ima: No TPM chip found, activating TPM-bypass! [ 0.715604] evm: HMAC attrs: 0x1 [ 0.716673] Magic number: 6:54:24 [ 0.717549] misc cpu_dma_latency: hash matches [ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088) [ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.721878] EDD information not available. [ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.808385] Write protecting the kernel read-only data: 14336k [ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811705] 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.854706] 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.24 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... 2018-10-12 11:02:20,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:02:20,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:02:21,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02: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-f61c329d-7a78-428e-af61-534fa570fcdc x-compute-request-id: req-f61c329d-7a78-428e-af61-534fa570fcdc Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:0f:e4", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:27.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "94162d8f-8591-4b7e-a061-619938462d1d", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:28Z", "hostId": "cd37190eab409513eaebf3e3ec9c7e9c3dcdbcc3dfc5869c95d75f9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:24Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:3a:d4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:19.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:20Z", "hostId": "a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:15Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:02:21,599 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f61c329d-7a78-428e-af61-534fa570fcdc 2018-10-12 11:02:21,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.605152130127s 2018-10-12 11:02:21,601 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-f61c329d-7a78-428e-af61-534fa570fcdc 2018-10-12 11:02:21,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-12 11:02:21,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 11:02:22,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02: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-37eb91a9-8ea1-477d-9dea-7f1b53f53a32 x-compute-request-id: req-37eb91a9-8ea1-477d-9dea-7f1b53f53a32 Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531781279 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130530] pid_max: default: 32768 minimum: 301\n[ 0.131426] ACPI: Core revision 20150930\n[ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134117] Security Framework initialized\n[ 0.134937] Yama: becoming mindful.\n[ 0.135669] AppArmor: AppArmor initialized\n[ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141807] Initializing cgroup subsys io\n[ 0.142625] Initializing cgroup subsys memory\n[ 0.143492] Initializing cgroup subsys devices\n[ 0.144382] Initializing cgroup subsys freezer\n[ 0.145256] Initializing cgroup subsys net_cls\n[ 0.146130] Initializing cgroup subsys perf_event\n[ 0.147047] Initializing cgroup subsys net_prio\n[ 0.147942] Initializing cgroup subsys hugetlb\n[ 0.148818] Initializing cgroup subsys pids\n[ 0.149697] CPU: Physical Processor ID: 0\n[ 0.151201] mce: CPU supports 10 MCE banks\n[ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170494] ftrace: allocating 31920 entries in 125 pages\n[ 0.196595] smpboot: Max logical packages: 1\n[ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198803] x2apic enabled\n[ 0.199612] Switched APIC routing to physical x2apic.\n[ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206315] KVM setup paravirtual spinlock\n[ 0.207607] x86: Booted up 1 node, 1 CPUs\n[ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209809] devtmpfs: initialized\n[ 0.211536] evm: security.selinux\n[ 0.212243] evm: security.SMACK64\n[ 0.212931] evm: security.SMACK64EXEC\n[ 0.213675] evm: security.SMACK64TRANSMUTE\n[ 0.214481] evm: security.SMACK64MMAP\n[ 0.215228] evm: security.ima\n[ 0.215868] evm: security.capability\n[ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218526] pinctrl core: initialized pinctrl subsystem\n[ 0.219630] RTC time: 11:01:27, date: 10/12/18\n[ 0.220583] NET: Registered protocol family 16\n[ 0.221552] cpuidle: using governor ladder\n[ 0.222370] cpuidle: using governor menu\n[ 0.223155] PCCT header not found.\n[ 0.223908] ACPI: bus type PCI registered\n[ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225946] PCI: Using configuration type 1 for base access\n[ 0.227694] ACPI: Added _OSI(Module Device)\n[ 0.228542] ACPI: Added _OSI(Processor Device)\n[ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230296] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232395] ACPI: Interpreter enabled\n[ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240546] ACPI: (supports S0 S5)\n[ 0.241252] ACPI: Using IOAPIC for interrupt routing\n[ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251249] acpiphp: Slot [3] registered\n[ 0.252053] acpiphp: Slot [4] registered\n[ 0.252850] acpiphp: Slot [5] registered\n[ 0.253654] acpiphp: Slot [6] registered\n[ 0.254451] acpiphp: Slot [7] registered\n[ 0.255258] acpiphp: Slot [8] registered\n[ 0.256061] acpiphp: Slot [9] registered\n[ 0.256855] acpiphp: Slot [10] registered\n[ 0.257685] acpiphp: Slot [11] registered\n[ 0.258500] acpiphp: Slot [12] registered\n[ 0.259317] acpiphp: Slot [13] registered\n[ 0.260128] acpiphp: Slot [14] registered\n[ 0.260937] acpiphp: Slot [15] registered\n[ 0.271892] acpiphp: Slot [16] registered\n[ 0.272709] acpiphp: Slot [17] registered\n[ 0.273523] acpiphp: Slot [18] registered\n[ 0.274336] acpiphp: Slot [19] registered\n[ 0.275148] acpiphp: Slot [20] registered\n[ 0.275963] acpiphp: Slot [21] registered\n[ 0.276776] acpiphp: Slot [22] registered\n[ 0.277590] acpiphp: Slot [23] registered\n[ 0.278413] acpiphp: Slot [24] registered\n[ 0.279225] acpiphp: Slot [25] registered\n[ 0.280043] acpiphp: Slot [26] registered\n[ 0.280854] acpiphp: Slot [27] registered\n[ 0.281671] acpiphp: Slot [28] registered\n[ 0.282488] acpiphp: Slot [29] registered\n[ 0.283302] acpiphp: Slot [30] registered\n[ 0.284123] acpiphp: Slot [31] registered\n[ 0.284931] PCI host bridge to bus 0000:00\n[ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368818] vgaarb: loaded\n[ 0.369425] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370563] SCSI subsystem initialized\n[ 0.371383] ACPI: bus type USB registered\n[ 0.372196] usbcore: registered new interface driver usbfs\n[ 0.373227] usbcore: registered new interface driver hub\n[ 0.374235] usbcore: registered new device driver usb\n[ 0.375283] PCI: Using ACPI for IRQ routing\n[ 0.376302] NetLabel: Initializing\n[ 0.377014] NetLabel: domain hash size = 128\n[ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378826] NetLabel: unlabeled traffic allowed by default\n[ 0.379922] clocksource: Switched to clocksource kvm-clock\n[ 0.385334] AppArmor: AppArmor Filesystem Enabled\n[ 0.386289] pnp: PnP ACPI init\n[ 0.387196] pnp: PnP ACPI: found 5 devices\n[ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395262] NET: Registered protocol family 2\n[ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398656] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402072] NET: Registered protocol family 1\n[ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433330] Trying to unpack rootfs image as initramfs...\n[ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497292] Scanning for low memory corruption every 60 seconds\n[ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499745] audit: initializing netlink subsys (disabled)\n[ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized\n[ 0.502102] Initialise system trusted keyring\n[ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506157] zbud: loaded\n[ 0.506853] VFS: Disk quotas dquot_6.6.0\n[ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509199] fuse init (API version 7.23)\n[ 0.510087] Key type big_key registered\n[ 0.510883] Allocating IMA MOK and blacklist keyrings.\n[ 0.511998] Key type asymmetric registered\n[ 0.512821] Asymmetric key parser 'x509' registered\n[ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515600] io scheduler noop registered\n[ 0.516407] io scheduler deadline registered (default)\n[ 0.517452] io scheduler cfq registered\n[ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522937] ACPI: Power Button [PWRF]\n[ 0.523903] GHES: HEST is not enabled!\n[ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597479] Linux agpgart interface v0.103\n[ 0.599721] brd: module loaded\n[ 0.601080] loop: module loaded\n[ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607677] GPT:90111 != 2097151\n[ 0.608488] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609815] GPT:90111 != 2097151\n[ 0.625357] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632371] vda: vda1 vda15\n[ 0.633804] scsi host0: ata_piix\n[ 0.634539] scsi host1: ata_piix\n[ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637891] libphy: Fixed MDIO Bus: probed\n[ 0.638705] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641775] PPP generic driver version 2.4.2\n[ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644510] ehci-pci: EHCI PCI platform driver\n[ 0.645563] ehci-platform: EHCI generic platform driver\n[ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648147] ohci-pci: OHCI PCI platform driver\n[ 0.649198] ohci-platform: OHCI generic platform driver\n[ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673750] usb usb1: Product: UHCI Host Controller\n[ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677464] hub 1-0:1.0: USB hub found\n[ 0.678391] hub 1-0:1.0: 2 ports detected\n[ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684250] mousedev: PS/2 mouse device common for all mice\n[ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687892] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692026] i2c /dev entries driver\n[ 0.692913] device-mapper: uevent: version 1.0.3\n[ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697456] NET: Registered protocol family 10\n[ 0.698625] NET: Registered protocol family 17\n[ 0.699681] Key type dns_resolver registered\n[ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704115] registered taskstats version 1\n[ 0.705089] Loading compiled-in X.509 certificates\n[ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708907] zswap: loaded using pool lzo/zbud\n[ 0.710441] Key type trusted registered\n[ 0.712182] Key type encrypted registered\n[ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.714383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.715604] evm: HMAC attrs: 0x1\n[ 0.716673] Magic number: 6:54:24\n[ 0.717549] misc cpu_dma_latency: hash matches\n[ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088)\n[ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721878] EDD information not available.\n[ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.808385] Write protecting the kernel read-only data: 14336k\n[ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811705] 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.854706] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 11:02:22,679 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-37eb91a9-8ea1-477d-9dea-7f1b53f53a32 2018-10-12 11:02:22,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07404112816s 2018-10-12 11:02:22,680 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-37eb91a9-8ea1-477d-9dea-7f1b53f53a32 2018-10-12 11:02:22,680 - 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 531781279 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.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130530] pid_max: default: 32768 minimum: 301 [ 0.131426] ACPI: Core revision 20150930 [ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134117] Security Framework initialized [ 0.134937] Yama: becoming mindful. [ 0.135669] AppArmor: AppArmor initialized [ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141807] Initializing cgroup subsys io [ 0.142625] Initializing cgroup subsys memory [ 0.143492] Initializing cgroup subsys devices [ 0.144382] Initializing cgroup subsys freezer [ 0.145256] Initializing cgroup subsys net_cls [ 0.146130] Initializing cgroup subsys perf_event [ 0.147047] Initializing cgroup subsys net_prio [ 0.147942] Initializing cgroup subsys hugetlb [ 0.148818] Initializing cgroup subsys pids [ 0.149697] CPU: Physical Processor ID: 0 [ 0.151201] mce: CPU supports 10 MCE banks [ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170494] ftrace: allocating 31920 entries in 125 pages [ 0.196595] smpboot: Max logical packages: 1 [ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198803] x2apic enabled [ 0.199612] Switched APIC routing to physical x2apic. [ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206315] KVM setup paravirtual spinlock [ 0.207607] x86: Booted up 1 node, 1 CPUs [ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209809] devtmpfs: initialized [ 0.211536] evm: security.selinux [ 0.212243] evm: security.SMACK64 [ 0.212931] evm: security.SMACK64EXEC [ 0.213675] evm: security.SMACK64TRANSMUTE [ 0.214481] evm: security.SMACK64MMAP [ 0.215228] evm: security.ima [ 0.215868] evm: security.capability [ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218526] pinctrl core: initialized pinctrl subsystem [ 0.219630] RTC time: 11:01:27, date: 10/12/18 [ 0.220583] NET: Registered protocol family 16 [ 0.221552] cpuidle: using governor ladder [ 0.222370] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223908] ACPI: bus type PCI registered [ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225946] PCI: Using configuration type 1 for base access [ 0.227694] ACPI: Added _OSI(Module Device) [ 0.228542] ACPI: Added _OSI(Processor Device) [ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230296] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232395] ACPI: Interpreter enabled [ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240546] ACPI: (supports S0 S5) [ 0.241252] ACPI: Using IOAPIC for interrupt routing [ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251249] acpiphp: Slot [3] registered [ 0.252053] acpiphp: Slot [4] registered [ 0.252850] acpiphp: Slot [5] registered [ 0.253654] acpiphp: Slot [6] registered [ 0.254451] acpiphp: Slot [7] registered [ 0.255258] acpiphp: Slot [8] registered [ 0.256061] acpiphp: Slot [9] registered [ 0.256855] acpiphp: Slot [10] registered [ 0.257685] acpiphp: Slot [11] registered [ 0.258500] acpiphp: Slot [12] registered [ 0.259317] acpiphp: Slot [13] registered [ 0.260128] acpiphp: Slot [14] registered [ 0.260937] acpiphp: Slot [15] registered [ 0.271892] acpiphp: Slot [16] registered [ 0.272709] acpiphp: Slot [17] registered [ 0.273523] acpiphp: Slot [18] registered [ 0.274336] acpiphp: Slot [19] registered [ 0.275148] acpiphp: Slot [20] registered [ 0.275963] acpiphp: Slot [21] registered [ 0.276776] acpiphp: Slot [22] registered [ 0.277590] acpiphp: Slot [23] registered [ 0.278413] acpiphp: Slot [24] registered [ 0.279225] acpiphp: Slot [25] registered [ 0.280043] acpiphp: Slot [26] registered [ 0.280854] acpiphp: Slot [27] registered [ 0.281671] acpiphp: Slot [28] registered [ 0.282488] acpiphp: Slot [29] registered [ 0.283302] acpiphp: Slot [30] registered [ 0.284123] acpiphp: Slot [31] registered [ 0.284931] PCI host bridge to bus 0000:00 [ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368818] vgaarb: loaded [ 0.369425] vgaarb: bridge control possible 0000:00:02.0 [ 0.370563] SCSI subsystem initialized [ 0.371383] ACPI: bus type USB registered [ 0.372196] usbcore: registered new interface driver usbfs [ 0.373227] usbcore: registered new interface driver hub [ 0.374235] usbcore: registered new device driver usb [ 0.375283] PCI: Using ACPI for IRQ routing [ 0.376302] NetLabel: Initializing [ 0.377014] NetLabel: domain hash size = 128 [ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378826] NetLabel: unlabeled traffic allowed by default [ 0.379922] clocksource: Switched to clocksource kvm-clock [ 0.385334] AppArmor: AppArmor Filesystem Enabled [ 0.386289] pnp: PnP ACPI init [ 0.387196] pnp: PnP ACPI: found 5 devices [ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395262] NET: Registered protocol family 2 [ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398656] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402072] NET: Registered protocol family 1 [ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433330] Trying to unpack rootfs image as initramfs... [ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.497292] Scanning for low memory corruption every 60 seconds [ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.499745] audit: initializing netlink subsys (disabled) [ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized [ 0.502102] Initialise system trusted keyring [ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.506157] zbud: loaded [ 0.506853] VFS: Disk quotas dquot_6.6.0 [ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509199] fuse init (API version 7.23) [ 0.510087] Key type big_key registered [ 0.510883] Allocating IMA MOK and blacklist keyrings. [ 0.511998] Key type asymmetric registered [ 0.512821] Asymmetric key parser 'x509' registered [ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515600] io scheduler noop registered [ 0.516407] io scheduler deadline registered (default) [ 0.517452] io scheduler cfq registered [ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.522937] ACPI: Power Button [PWRF] [ 0.523903] GHES: HEST is not enabled! [ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.597479] Linux agpgart interface v0.103 [ 0.599721] brd: module loaded [ 0.601080] loop: module loaded [ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.607677] GPT:90111 != 2097151 [ 0.608488] GPT:Alternate GPT header not at the end of the disk. [ 0.609815] GPT:90111 != 2097151 [ 0.625357] GPT: Use GNU Parted to correct GPT errors. [ 0.632371] vda: vda1 vda15 [ 0.633804] scsi host0: ata_piix [ 0.634539] scsi host1: ata_piix [ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637891] libphy: Fixed MDIO Bus: probed [ 0.638705] tun: Universal TUN/TAP device driver, 1.6 [ 0.639642] tun: (C) 1999-2004 Max Krasnyansky [ 0.641775] PPP generic driver version 2.4.2 [ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644510] ehci-pci: EHCI PCI platform driver [ 0.645563] ehci-platform: EHCI generic platform driver [ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.648147] ohci-pci: OHCI PCI platform driver [ 0.649198] ohci-platform: OHCI generic platform driver [ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver [ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.673750] usb usb1: Product: UHCI Host Controller [ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.676316] usb usb1: SerialNumber: 0000:00:01.2 [ 0.677464] hub 1-0:1.0: USB hub found [ 0.678391] hub 1-0:1.0: 2 ports detected [ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.684250] mousedev: PS/2 mouse device common for all mice [ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687892] rtc_cmos 00:00: RTC can wake from S4 [ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692026] i2c /dev entries driver [ 0.692913] device-mapper: uevent: version 1.0.3 [ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs [ 0.697456] NET: Registered protocol family 10 [ 0.698625] NET: Registered protocol family 17 [ 0.699681] Key type dns_resolver registered [ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704115] registered taskstats version 1 [ 0.705089] Loading compiled-in X.509 certificates [ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708907] zswap: loaded using pool lzo/zbud [ 0.710441] Key type trusted registered [ 0.712182] Key type encrypted registered [ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714383] ima: No TPM chip found, activating TPM-bypass! [ 0.715604] evm: HMAC attrs: 0x1 [ 0.716673] Magic number: 6:54:24 [ 0.717549] misc cpu_dma_latency: hash matches [ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088) [ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.721878] EDD information not available. [ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.808385] Write protecting the kernel read-only data: 14336k [ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811705] 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.854706] 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.24 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... 2018-10-12 11:02:23,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:02:23,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:02:24,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5c6adc2b-fcf3-450b-af92-dfaa7a9f98ea x-compute-request-id: req-5c6adc2b-fcf3-450b-af92-dfaa7a9f98ea Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:0f:e4", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:27.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "94162d8f-8591-4b7e-a061-619938462d1d", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:28Z", "hostId": "cd37190eab409513eaebf3e3ec9c7e9c3dcdbcc3dfc5869c95d75f9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:24Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:3a:d4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:19.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:20Z", "hostId": "a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:15Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:02:24,203 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5c6adc2b-fcf3-450b-af92-dfaa7a9f98ea 2018-10-12 11:02:24,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.520126104355s 2018-10-12 11:02:24,204 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-5c6adc2b-fcf3-450b-af92-dfaa7a9f98ea 2018-10-12 11:02:24,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-12 11:02:24,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 11:02:25,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11: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-db3afc81-7735-40c5-971d-9d841693a4a2 x-compute-request-id: req-db3afc81-7735-40c5-971d-9d841693a4a2 Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531781279 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130530] pid_max: default: 32768 minimum: 301\n[ 0.131426] ACPI: Core revision 20150930\n[ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134117] Security Framework initialized\n[ 0.134937] Yama: becoming mindful.\n[ 0.135669] AppArmor: AppArmor initialized\n[ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141807] Initializing cgroup subsys io\n[ 0.142625] Initializing cgroup subsys memory\n[ 0.143492] Initializing cgroup subsys devices\n[ 0.144382] Initializing cgroup subsys freezer\n[ 0.145256] Initializing cgroup subsys net_cls\n[ 0.146130] Initializing cgroup subsys perf_event\n[ 0.147047] Initializing cgroup subsys net_prio\n[ 0.147942] Initializing cgroup subsys hugetlb\n[ 0.148818] Initializing cgroup subsys pids\n[ 0.149697] CPU: Physical Processor ID: 0\n[ 0.151201] mce: CPU supports 10 MCE banks\n[ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170494] ftrace: allocating 31920 entries in 125 pages\n[ 0.196595] smpboot: Max logical packages: 1\n[ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198803] x2apic enabled\n[ 0.199612] Switched APIC routing to physical x2apic.\n[ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206315] KVM setup paravirtual spinlock\n[ 0.207607] x86: Booted up 1 node, 1 CPUs\n[ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209809] devtmpfs: initialized\n[ 0.211536] evm: security.selinux\n[ 0.212243] evm: security.SMACK64\n[ 0.212931] evm: security.SMACK64EXEC\n[ 0.213675] evm: security.SMACK64TRANSMUTE\n[ 0.214481] evm: security.SMACK64MMAP\n[ 0.215228] evm: security.ima\n[ 0.215868] evm: security.capability\n[ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218526] pinctrl core: initialized pinctrl subsystem\n[ 0.219630] RTC time: 11:01:27, date: 10/12/18\n[ 0.220583] NET: Registered protocol family 16\n[ 0.221552] cpuidle: using governor ladder\n[ 0.222370] cpuidle: using governor menu\n[ 0.223155] PCCT header not found.\n[ 0.223908] ACPI: bus type PCI registered\n[ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225946] PCI: Using configuration type 1 for base access\n[ 0.227694] ACPI: Added _OSI(Module Device)\n[ 0.228542] ACPI: Added _OSI(Processor Device)\n[ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230296] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232395] ACPI: Interpreter enabled\n[ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240546] ACPI: (supports S0 S5)\n[ 0.241252] ACPI: Using IOAPIC for interrupt routing\n[ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251249] acpiphp: Slot [3] registered\n[ 0.252053] acpiphp: Slot [4] registered\n[ 0.252850] acpiphp: Slot [5] registered\n[ 0.253654] acpiphp: Slot [6] registered\n[ 0.254451] acpiphp: Slot [7] registered\n[ 0.255258] acpiphp: Slot [8] registered\n[ 0.256061] acpiphp: Slot [9] registered\n[ 0.256855] acpiphp: Slot [10] registered\n[ 0.257685] acpiphp: Slot [11] registered\n[ 0.258500] acpiphp: Slot [12] registered\n[ 0.259317] acpiphp: Slot [13] registered\n[ 0.260128] acpiphp: Slot [14] registered\n[ 0.260937] acpiphp: Slot [15] registered\n[ 0.271892] acpiphp: Slot [16] registered\n[ 0.272709] acpiphp: Slot [17] registered\n[ 0.273523] acpiphp: Slot [18] registered\n[ 0.274336] acpiphp: Slot [19] registered\n[ 0.275148] acpiphp: Slot [20] registered\n[ 0.275963] acpiphp: Slot [21] registered\n[ 0.276776] acpiphp: Slot [22] registered\n[ 0.277590] acpiphp: Slot [23] registered\n[ 0.278413] acpiphp: Slot [24] registered\n[ 0.279225] acpiphp: Slot [25] registered\n[ 0.280043] acpiphp: Slot [26] registered\n[ 0.280854] acpiphp: Slot [27] registered\n[ 0.281671] acpiphp: Slot [28] registered\n[ 0.282488] acpiphp: Slot [29] registered\n[ 0.283302] acpiphp: Slot [30] registered\n[ 0.284123] acpiphp: Slot [31] registered\n[ 0.284931] PCI host bridge to bus 0000:00\n[ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368818] vgaarb: loaded\n[ 0.369425] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370563] SCSI subsystem initialized\n[ 0.371383] ACPI: bus type USB registered\n[ 0.372196] usbcore: registered new interface driver usbfs\n[ 0.373227] usbcore: registered new interface driver hub\n[ 0.374235] usbcore: registered new device driver usb\n[ 0.375283] PCI: Using ACPI for IRQ routing\n[ 0.376302] NetLabel: Initializing\n[ 0.377014] NetLabel: domain hash size = 128\n[ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378826] NetLabel: unlabeled traffic allowed by default\n[ 0.379922] clocksource: Switched to clocksource kvm-clock\n[ 0.385334] AppArmor: AppArmor Filesystem Enabled\n[ 0.386289] pnp: PnP ACPI init\n[ 0.387196] pnp: PnP ACPI: found 5 devices\n[ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395262] NET: Registered protocol family 2\n[ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398656] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402072] NET: Registered protocol family 1\n[ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433330] Trying to unpack rootfs image as initramfs...\n[ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497292] Scanning for low memory corruption every 60 seconds\n[ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499745] audit: initializing netlink subsys (disabled)\n[ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized\n[ 0.502102] Initialise system trusted keyring\n[ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506157] zbud: loaded\n[ 0.506853] VFS: Disk quotas dquot_6.6.0\n[ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509199] fuse init (API version 7.23)\n[ 0.510087] Key type big_key registered\n[ 0.510883] Allocating IMA MOK and blacklist keyrings.\n[ 0.511998] Key type asymmetric registered\n[ 0.512821] Asymmetric key parser 'x509' registered\n[ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515600] io scheduler noop registered\n[ 0.516407] io scheduler deadline registered (default)\n[ 0.517452] io scheduler cfq registered\n[ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522937] ACPI: Power Button [PWRF]\n[ 0.523903] GHES: HEST is not enabled!\n[ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597479] Linux agpgart interface v0.103\n[ 0.599721] brd: module loaded\n[ 0.601080] loop: module loaded\n[ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607677] GPT:90111 != 2097151\n[ 0.608488] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609815] GPT:90111 != 2097151\n[ 0.625357] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632371] vda: vda1 vda15\n[ 0.633804] scsi host0: ata_piix\n[ 0.634539] scsi host1: ata_piix\n[ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637891] libphy: Fixed MDIO Bus: probed\n[ 0.638705] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641775] PPP generic driver version 2.4.2\n[ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644510] ehci-pci: EHCI PCI platform driver\n[ 0.645563] ehci-platform: EHCI generic platform driver\n[ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648147] ohci-pci: OHCI PCI platform driver\n[ 0.649198] ohci-platform: OHCI generic platform driver\n[ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673750] usb usb1: Product: UHCI Host Controller\n[ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677464] hub 1-0:1.0: USB hub found\n[ 0.678391] hub 1-0:1.0: 2 ports detected\n[ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684250] mousedev: PS/2 mouse device common for all mice\n[ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687892] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692026] i2c /dev entries driver\n[ 0.692913] device-mapper: uevent: version 1.0.3\n[ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697456] NET: Registered protocol family 10\n[ 0.698625] NET: Registered protocol family 17\n[ 0.699681] Key type dns_resolver registered\n[ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704115] registered taskstats version 1\n[ 0.705089] Loading compiled-in X.509 certificates\n[ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708907] zswap: loaded using pool lzo/zbud\n[ 0.710441] Key type trusted registered\n[ 0.712182] Key type encrypted registered\n[ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.714383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.715604] evm: HMAC attrs: 0x1\n[ 0.716673] Magic number: 6:54:24\n[ 0.717549] misc cpu_dma_latency: hash matches\n[ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088)\n[ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721878] EDD information not available.\n[ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.808385] Write protecting the kernel read-only data: 14336k\n[ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811705] 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.854706] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 11:02:25,311 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-db3afc81-7735-40c5-971d-9d841693a4a2 2018-10-12 11:02:25,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.1046860218s 2018-10-12 11:02:25,312 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-db3afc81-7735-40c5-971d-9d841693a4a2 2018-10-12 11:02:25,312 - 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 531781279 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.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130530] pid_max: default: 32768 minimum: 301 [ 0.131426] ACPI: Core revision 20150930 [ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134117] Security Framework initialized [ 0.134937] Yama: becoming mindful. [ 0.135669] AppArmor: AppArmor initialized [ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141807] Initializing cgroup subsys io [ 0.142625] Initializing cgroup subsys memory [ 0.143492] Initializing cgroup subsys devices [ 0.144382] Initializing cgroup subsys freezer [ 0.145256] Initializing cgroup subsys net_cls [ 0.146130] Initializing cgroup subsys perf_event [ 0.147047] Initializing cgroup subsys net_prio [ 0.147942] Initializing cgroup subsys hugetlb [ 0.148818] Initializing cgroup subsys pids [ 0.149697] CPU: Physical Processor ID: 0 [ 0.151201] mce: CPU supports 10 MCE banks [ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170494] ftrace: allocating 31920 entries in 125 pages [ 0.196595] smpboot: Max logical packages: 1 [ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198803] x2apic enabled [ 0.199612] Switched APIC routing to physical x2apic. [ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206315] KVM setup paravirtual spinlock [ 0.207607] x86: Booted up 1 node, 1 CPUs [ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209809] devtmpfs: initialized [ 0.211536] evm: security.selinux [ 0.212243] evm: security.SMACK64 [ 0.212931] evm: security.SMACK64EXEC [ 0.213675] evm: security.SMACK64TRANSMUTE [ 0.214481] evm: security.SMACK64MMAP [ 0.215228] evm: security.ima [ 0.215868] evm: security.capability [ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218526] pinctrl core: initialized pinctrl subsystem [ 0.219630] RTC time: 11:01:27, date: 10/12/18 [ 0.220583] NET: Registered protocol family 16 [ 0.221552] cpuidle: using governor ladder [ 0.222370] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223908] ACPI: bus type PCI registered [ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225946] PCI: Using configuration type 1 for base access [ 0.227694] ACPI: Added _OSI(Module Device) [ 0.228542] ACPI: Added _OSI(Processor Device) [ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230296] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232395] ACPI: Interpreter enabled [ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240546] ACPI: (supports S0 S5) [ 0.241252] ACPI: Using IOAPIC for interrupt routing [ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251249] acpiphp: Slot [3] registered [ 0.252053] acpiphp: Slot [4] registered [ 0.252850] acpiphp: Slot [5] registered [ 0.253654] acpiphp: Slot [6] registered [ 0.254451] acpiphp: Slot [7] registered [ 0.255258] acpiphp: Slot [8] registered [ 0.256061] acpiphp: Slot [9] registered [ 0.256855] acpiphp: Slot [10] registered [ 0.257685] acpiphp: Slot [11] registered [ 0.258500] acpiphp: Slot [12] registered [ 0.259317] acpiphp: Slot [13] registered [ 0.260128] acpiphp: Slot [14] registered [ 0.260937] acpiphp: Slot [15] registered [ 0.271892] acpiphp: Slot [16] registered [ 0.272709] acpiphp: Slot [17] registered [ 0.273523] acpiphp: Slot [18] registered [ 0.274336] acpiphp: Slot [19] registered [ 0.275148] acpiphp: Slot [20] registered [ 0.275963] acpiphp: Slot [21] registered [ 0.276776] acpiphp: Slot [22] registered [ 0.277590] acpiphp: Slot [23] registered [ 0.278413] acpiphp: Slot [24] registered [ 0.279225] acpiphp: Slot [25] registered [ 0.280043] acpiphp: Slot [26] registered [ 0.280854] acpiphp: Slot [27] registered [ 0.281671] acpiphp: Slot [28] registered [ 0.282488] acpiphp: Slot [29] registered [ 0.283302] acpiphp: Slot [30] registered [ 0.284123] acpiphp: Slot [31] registered [ 0.284931] PCI host bridge to bus 0000:00 [ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368818] vgaarb: loaded [ 0.369425] vgaarb: bridge control possible 0000:00:02.0 [ 0.370563] SCSI subsystem initialized [ 0.371383] ACPI: bus type USB registered [ 0.372196] usbcore: registered new interface driver usbfs [ 0.373227] usbcore: registered new interface driver hub [ 0.374235] usbcore: registered new device driver usb [ 0.375283] PCI: Using ACPI for IRQ routing [ 0.376302] NetLabel: Initializing [ 0.377014] NetLabel: domain hash size = 128 [ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378826] NetLabel: unlabeled traffic allowed by default [ 0.379922] clocksource: Switched to clocksource kvm-clock [ 0.385334] AppArmor: AppArmor Filesystem Enabled [ 0.386289] pnp: PnP ACPI init [ 0.387196] pnp: PnP ACPI: found 5 devices [ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395262] NET: Registered protocol family 2 [ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398656] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402072] NET: Registered protocol family 1 [ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433330] Trying to unpack rootfs image as initramfs... [ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.497292] Scanning for low memory corruption every 60 seconds [ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.499745] audit: initializing netlink subsys (disabled) [ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized [ 0.502102] Initialise system trusted keyring [ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.506157] zbud: loaded [ 0.506853] VFS: Disk quotas dquot_6.6.0 [ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509199] fuse init (API version 7.23) [ 0.510087] Key type big_key registered [ 0.510883] Allocating IMA MOK and blacklist keyrings. [ 0.511998] Key type asymmetric registered [ 0.512821] Asymmetric key parser 'x509' registered [ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515600] io scheduler noop registered [ 0.516407] io scheduler deadline registered (default) [ 0.517452] io scheduler cfq registered [ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.522937] ACPI: Power Button [PWRF] [ 0.523903] GHES: HEST is not enabled! [ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.597479] Linux agpgart interface v0.103 [ 0.599721] brd: module loaded [ 0.601080] loop: module loaded [ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.607677] GPT:90111 != 2097151 [ 0.608488] GPT:Alternate GPT header not at the end of the disk. [ 0.609815] GPT:90111 != 2097151 [ 0.625357] GPT: Use GNU Parted to correct GPT errors. [ 0.632371] vda: vda1 vda15 [ 0.633804] scsi host0: ata_piix [ 0.634539] scsi host1: ata_piix [ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637891] libphy: Fixed MDIO Bus: probed [ 0.638705] tun: Universal TUN/TAP device driver, 1.6 [ 0.639642] tun: (C) 1999-2004 Max Krasnyansky [ 0.641775] PPP generic driver version 2.4.2 [ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644510] ehci-pci: EHCI PCI platform driver [ 0.645563] ehci-platform: EHCI generic platform driver [ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.648147] ohci-pci: OHCI PCI platform driver [ 0.649198] ohci-platform: OHCI generic platform driver [ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver [ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.673750] usb usb1: Product: UHCI Host Controller [ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.676316] usb usb1: SerialNumber: 0000:00:01.2 [ 0.677464] hub 1-0:1.0: USB hub found [ 0.678391] hub 1-0:1.0: 2 ports detected [ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.684250] mousedev: PS/2 mouse device common for all mice [ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687892] rtc_cmos 00:00: RTC can wake from S4 [ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692026] i2c /dev entries driver [ 0.692913] device-mapper: uevent: version 1.0.3 [ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs [ 0.697456] NET: Registered protocol family 10 [ 0.698625] NET: Registered protocol family 17 [ 0.699681] Key type dns_resolver registered [ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704115] registered taskstats version 1 [ 0.705089] Loading compiled-in X.509 certificates [ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708907] zswap: loaded using pool lzo/zbud [ 0.710441] Key type trusted registered [ 0.712182] Key type encrypted registered [ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714383] ima: No TPM chip found, activating TPM-bypass! [ 0.715604] evm: HMAC attrs: 0x1 [ 0.716673] Magic number: 6:54:24 [ 0.717549] misc cpu_dma_latency: hash matches [ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088) [ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.721878] EDD information not available. [ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.808385] Write protecting the kernel read-only data: 14336k [ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811705] 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.854706] 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.24 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... 2018-10-12 11:02:25,313 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-10-12 11:02:26,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:02:26,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:02:26,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-04229328-e73c-4da9-9bb7-f09f1fa7fd37 x-compute-request-id: req-04229328-e73c-4da9-9bb7-f09f1fa7fd37 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:0f:e4", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:27.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "94162d8f-8591-4b7e-a061-619938462d1d", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:28Z", "hostId": "cd37190eab409513eaebf3e3ec9c7e9c3dcdbcc3dfc5869c95d75f9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:24Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:3a:d4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:19.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:20Z", "hostId": "a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:15Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:02:26,965 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-04229328-e73c-4da9-9bb7-f09f1fa7fd37 2018-10-12 11:02:26,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.650684118271s 2018-10-12 11:02:26,966 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-04229328-e73c-4da9-9bb7-f09f1fa7fd37 2018-10-12 11:02:26,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-12 11:02:26,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 11:02:28,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9cf3bdb4-cf1e-4366-b85a-fa08bbe11798 x-compute-request-id: req-9cf3bdb4-cf1e-4366-b85a-fa08bbe11798 Content-Encoding: gzip Content-Length: 7708 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531781279 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130530] pid_max: default: 32768 minimum: 301\n[ 0.131426] ACPI: Core revision 20150930\n[ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134117] Security Framework initialized\n[ 0.134937] Yama: becoming mindful.\n[ 0.135669] AppArmor: AppArmor initialized\n[ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141807] Initializing cgroup subsys io\n[ 0.142625] Initializing cgroup subsys memory\n[ 0.143492] Initializing cgroup subsys devices\n[ 0.144382] Initializing cgroup subsys freezer\n[ 0.145256] Initializing cgroup subsys net_cls\n[ 0.146130] Initializing cgroup subsys perf_event\n[ 0.147047] Initializing cgroup subsys net_prio\n[ 0.147942] Initializing cgroup subsys hugetlb\n[ 0.148818] Initializing cgroup subsys pids\n[ 0.149697] CPU: Physical Processor ID: 0\n[ 0.151201] mce: CPU supports 10 MCE banks\n[ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170494] ftrace: allocating 31920 entries in 125 pages\n[ 0.196595] smpboot: Max logical packages: 1\n[ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198803] x2apic enabled\n[ 0.199612] Switched APIC routing to physical x2apic.\n[ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206315] KVM setup paravirtual spinlock\n[ 0.207607] x86: Booted up 1 node, 1 CPUs\n[ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209809] devtmpfs: initialized\n[ 0.211536] evm: security.selinux\n[ 0.212243] evm: security.SMACK64\n[ 0.212931] evm: security.SMACK64EXEC\n[ 0.213675] evm: security.SMACK64TRANSMUTE\n[ 0.214481] evm: security.SMACK64MMAP\n[ 0.215228] evm: security.ima\n[ 0.215868] evm: security.capability\n[ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218526] pinctrl core: initialized pinctrl subsystem\n[ 0.219630] RTC time: 11:01:27, date: 10/12/18\n[ 0.220583] NET: Registered protocol family 16\n[ 0.221552] cpuidle: using governor ladder\n[ 0.222370] cpuidle: using governor menu\n[ 0.223155] PCCT header not found.\n[ 0.223908] ACPI: bus type PCI registered\n[ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225946] PCI: Using configuration type 1 for base access\n[ 0.227694] ACPI: Added _OSI(Module Device)\n[ 0.228542] ACPI: Added _OSI(Processor Device)\n[ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230296] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232395] ACPI: Interpreter enabled\n[ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240546] ACPI: (supports S0 S5)\n[ 0.241252] ACPI: Using IOAPIC for interrupt routing\n[ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251249] acpiphp: Slot [3] registered\n[ 0.252053] acpiphp: Slot [4] registered\n[ 0.252850] acpiphp: Slot [5] registered\n[ 0.253654] acpiphp: Slot [6] registered\n[ 0.254451] acpiphp: Slot [7] registered\n[ 0.255258] acpiphp: Slot [8] registered\n[ 0.256061] acpiphp: Slot [9] registered\n[ 0.256855] acpiphp: Slot [10] registered\n[ 0.257685] acpiphp: Slot [11] registered\n[ 0.258500] acpiphp: Slot [12] registered\n[ 0.259317] acpiphp: Slot [13] registered\n[ 0.260128] acpiphp: Slot [14] registered\n[ 0.260937] acpiphp: Slot [15] registered\n[ 0.271892] acpiphp: Slot [16] registered\n[ 0.272709] acpiphp: Slot [17] registered\n[ 0.273523] acpiphp: Slot [18] registered\n[ 0.274336] acpiphp: Slot [19] registered\n[ 0.275148] acpiphp: Slot [20] registered\n[ 0.275963] acpiphp: Slot [21] registered\n[ 0.276776] acpiphp: Slot [22] registered\n[ 0.277590] acpiphp: Slot [23] registered\n[ 0.278413] acpiphp: Slot [24] registered\n[ 0.279225] acpiphp: Slot [25] registered\n[ 0.280043] acpiphp: Slot [26] registered\n[ 0.280854] acpiphp: Slot [27] registered\n[ 0.281671] acpiphp: Slot [28] registered\n[ 0.282488] acpiphp: Slot [29] registered\n[ 0.283302] acpiphp: Slot [30] registered\n[ 0.284123] acpiphp: Slot [31] registered\n[ 0.284931] PCI host bridge to bus 0000:00\n[ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368818] vgaarb: loaded\n[ 0.369425] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370563] SCSI subsystem initialized\n[ 0.371383] ACPI: bus type USB registered\n[ 0.372196] usbcore: registered new interface driver usbfs\n[ 0.373227] usbcore: registered new interface driver hub\n[ 0.374235] usbcore: registered new device driver usb\n[ 0.375283] PCI: Using ACPI for IRQ routing\n[ 0.376302] NetLabel: Initializing\n[ 0.377014] NetLabel: domain hash size = 128\n[ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378826] NetLabel: unlabeled traffic allowed by default\n[ 0.379922] clocksource: Switched to clocksource kvm-clock\n[ 0.385334] AppArmor: AppArmor Filesystem Enabled\n[ 0.386289] pnp: PnP ACPI init\n[ 0.387196] pnp: PnP ACPI: found 5 devices\n[ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395262] NET: Registered protocol family 2\n[ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398656] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402072] NET: Registered protocol family 1\n[ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433330] Trying to unpack rootfs image as initramfs...\n[ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497292] Scanning for low memory corruption every 60 seconds\n[ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499745] audit: initializing netlink subsys (disabled)\n[ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized\n[ 0.502102] Initialise system trusted keyring\n[ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506157] zbud: loaded\n[ 0.506853] VFS: Disk quotas dquot_6.6.0\n[ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509199] fuse init (API version 7.23)\n[ 0.510087] Key type big_key registered\n[ 0.510883] Allocating IMA MOK and blacklist keyrings.\n[ 0.511998] Key type asymmetric registered\n[ 0.512821] Asymmetric key parser 'x509' registered\n[ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515600] io scheduler noop registered\n[ 0.516407] io scheduler deadline registered (default)\n[ 0.517452] io scheduler cfq registered\n[ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522937] ACPI: Power Button [PWRF]\n[ 0.523903] GHES: HEST is not enabled!\n[ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597479] Linux agpgart interface v0.103\n[ 0.599721] brd: module loaded\n[ 0.601080] loop: module loaded\n[ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607677] GPT:90111 != 2097151\n[ 0.608488] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609815] GPT:90111 != 2097151\n[ 0.625357] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632371] vda: vda1 vda15\n[ 0.633804] scsi host0: ata_piix\n[ 0.634539] scsi host1: ata_piix\n[ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637891] libphy: Fixed MDIO Bus: probed\n[ 0.638705] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641775] PPP generic driver version 2.4.2\n[ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644510] ehci-pci: EHCI PCI platform driver\n[ 0.645563] ehci-platform: EHCI generic platform driver\n[ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648147] ohci-pci: OHCI PCI platform driver\n[ 0.649198] ohci-platform: OHCI generic platform driver\n[ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673750] usb usb1: Product: UHCI Host Controller\n[ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677464] hub 1-0:1.0: USB hub found\n[ 0.678391] hub 1-0:1.0: 2 ports detected\n[ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684250] mousedev: PS/2 mouse device common for all mice\n[ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687892] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692026] i2c /dev entries driver\n[ 0.692913] device-mapper: uevent: version 1.0.3\n[ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697456] NET: Registered protocol family 10\n[ 0.698625] NET: Registered protocol family 17\n[ 0.699681] Key type dns_resolver registered\n[ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704115] registered taskstats version 1\n[ 0.705089] Loading compiled-in X.509 certificates\n[ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708907] zswap: loaded using pool lzo/zbud\n[ 0.710441] Key type trusted registered\n[ 0.712182] Key type encrypted registered\n[ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.714383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.715604] evm: HMAC attrs: 0x1\n[ 0.716673] Magic number: 6:54:24\n[ 0.717549] misc cpu_dma_latency: hash matches\n[ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088)\n[ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721878] EDD information not available.\n[ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.808385] Write protecting the kernel read-only data: 14336k\n[ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811705] 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.854706] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 11:02:28,063 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-9cf3bdb4-cf1e-4366-b85a-fa08bbe11798 2018-10-12 11:02:28,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.095236063s 2018-10-12 11:02:28,064 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-9cf3bdb4-cf1e-4366-b85a-fa08bbe11798 2018-10-12 11:02:28,065 - 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 531781279 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.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130530] pid_max: default: 32768 minimum: 301 [ 0.131426] ACPI: Core revision 20150930 [ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134117] Security Framework initialized [ 0.134937] Yama: becoming mindful. [ 0.135669] AppArmor: AppArmor initialized [ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141807] Initializing cgroup subsys io [ 0.142625] Initializing cgroup subsys memory [ 0.143492] Initializing cgroup subsys devices [ 0.144382] Initializing cgroup subsys freezer [ 0.145256] Initializing cgroup subsys net_cls [ 0.146130] Initializing cgroup subsys perf_event [ 0.147047] Initializing cgroup subsys net_prio [ 0.147942] Initializing cgroup subsys hugetlb [ 0.148818] Initializing cgroup subsys pids [ 0.149697] CPU: Physical Processor ID: 0 [ 0.151201] mce: CPU supports 10 MCE banks [ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170494] ftrace: allocating 31920 entries in 125 pages [ 0.196595] smpboot: Max logical packages: 1 [ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198803] x2apic enabled [ 0.199612] Switched APIC routing to physical x2apic. [ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206315] KVM setup paravirtual spinlock [ 0.207607] x86: Booted up 1 node, 1 CPUs [ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209809] devtmpfs: initialized [ 0.211536] evm: security.selinux [ 0.212243] evm: security.SMACK64 [ 0.212931] evm: security.SMACK64EXEC [ 0.213675] evm: security.SMACK64TRANSMUTE [ 0.214481] evm: security.SMACK64MMAP [ 0.215228] evm: security.ima [ 0.215868] evm: security.capability [ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218526] pinctrl core: initialized pinctrl subsystem [ 0.219630] RTC time: 11:01:27, date: 10/12/18 [ 0.220583] NET: Registered protocol family 16 [ 0.221552] cpuidle: using governor ladder [ 0.222370] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223908] ACPI: bus type PCI registered [ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225946] PCI: Using configuration type 1 for base access [ 0.227694] ACPI: Added _OSI(Module Device) [ 0.228542] ACPI: Added _OSI(Processor Device) [ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230296] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232395] ACPI: Interpreter enabled [ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240546] ACPI: (supports S0 S5) [ 0.241252] ACPI: Using IOAPIC for interrupt routing [ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251249] acpiphp: Slot [3] registered [ 0.252053] acpiphp: Slot [4] registered [ 0.252850] acpiphp: Slot [5] registered [ 0.253654] acpiphp: Slot [6] registered [ 0.254451] acpiphp: Slot [7] registered [ 0.255258] acpiphp: Slot [8] registered [ 0.256061] acpiphp: Slot [9] registered [ 0.256855] acpiphp: Slot [10] registered [ 0.257685] acpiphp: Slot [11] registered [ 0.258500] acpiphp: Slot [12] registered [ 0.259317] acpiphp: Slot [13] registered [ 0.260128] acpiphp: Slot [14] registered [ 0.260937] acpiphp: Slot [15] registered [ 0.271892] acpiphp: Slot [16] registered [ 0.272709] acpiphp: Slot [17] registered [ 0.273523] acpiphp: Slot [18] registered [ 0.274336] acpiphp: Slot [19] registered [ 0.275148] acpiphp: Slot [20] registered [ 0.275963] acpiphp: Slot [21] registered [ 0.276776] acpiphp: Slot [22] registered [ 0.277590] acpiphp: Slot [23] registered [ 0.278413] acpiphp: Slot [24] registered [ 0.279225] acpiphp: Slot [25] registered [ 0.280043] acpiphp: Slot [26] registered [ 0.280854] acpiphp: Slot [27] registered [ 0.281671] acpiphp: Slot [28] registered [ 0.282488] acpiphp: Slot [29] registered [ 0.283302] acpiphp: Slot [30] registered [ 0.284123] acpiphp: Slot [31] registered [ 0.284931] PCI host bridge to bus 0000:00 [ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368818] vgaarb: loaded [ 0.369425] vgaarb: bridge control possible 0000:00:02.0 [ 0.370563] SCSI subsystem initialized [ 0.371383] ACPI: bus type USB registered [ 0.372196] usbcore: registered new interface driver usbfs [ 0.373227] usbcore: registered new interface driver hub [ 0.374235] usbcore: registered new device driver usb [ 0.375283] PCI: Using ACPI for IRQ routing [ 0.376302] NetLabel: Initializing [ 0.377014] NetLabel: domain hash size = 128 [ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378826] NetLabel: unlabeled traffic allowed by default [ 0.379922] clocksource: Switched to clocksource kvm-clock [ 0.385334] AppArmor: AppArmor Filesystem Enabled [ 0.386289] pnp: PnP ACPI init [ 0.387196] pnp: PnP ACPI: found 5 devices [ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395262] NET: Registered protocol family 2 [ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398656] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402072] NET: Registered protocol family 1 [ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433330] Trying to unpack rootfs image as initramfs... [ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.497292] Scanning for low memory corruption every 60 seconds [ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.499745] audit: initializing netlink subsys (disabled) [ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized [ 0.502102] Initialise system trusted keyring [ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.506157] zbud: loaded [ 0.506853] VFS: Disk quotas dquot_6.6.0 [ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509199] fuse init (API version 7.23) [ 0.510087] Key type big_key registered [ 0.510883] Allocating IMA MOK and blacklist keyrings. [ 0.511998] Key type asymmetric registered [ 0.512821] Asymmetric key parser 'x509' registered [ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515600] io scheduler noop registered [ 0.516407] io scheduler deadline registered (default) [ 0.517452] io scheduler cfq registered [ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.522937] ACPI: Power Button [PWRF] [ 0.523903] GHES: HEST is not enabled! [ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.597479] Linux agpgart interface v0.103 [ 0.599721] brd: module loaded [ 0.601080] loop: module loaded [ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.607677] GPT:90111 != 2097151 [ 0.608488] GPT:Alternate GPT header not at the end of the disk. [ 0.609815] GPT:90111 != 2097151 [ 0.625357] GPT: Use GNU Parted to correct GPT errors. [ 0.632371] vda: vda1 vda15 [ 0.633804] scsi host0: ata_piix [ 0.634539] scsi host1: ata_piix [ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637891] libphy: Fixed MDIO Bus: probed [ 0.638705] tun: Universal TUN/TAP device driver, 1.6 [ 0.639642] tun: (C) 1999-2004 Max Krasnyansky [ 0.641775] PPP generic driver version 2.4.2 [ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644510] ehci-pci: EHCI PCI platform driver [ 0.645563] ehci-platform: EHCI generic platform driver [ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.648147] ohci-pci: OHCI PCI platform driver [ 0.649198] ohci-platform: OHCI generic platform driver [ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver [ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.673750] usb usb1: Product: UHCI Host Controller [ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.676316] usb usb1: SerialNumber: 0000:00:01.2 [ 0.677464] hub 1-0:1.0: USB hub found [ 0.678391] hub 1-0:1.0: 2 ports detected [ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.684250] mousedev: PS/2 mouse device common for all mice [ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687892] rtc_cmos 00:00: RTC can wake from S4 [ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692026] i2c /dev entries driver [ 0.692913] device-mapper: uevent: version 1.0.3 [ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs [ 0.697456] NET: Registered protocol family 10 [ 0.698625] NET: Registered protocol family 17 [ 0.699681] Key type dns_resolver registered [ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704115] registered taskstats version 1 [ 0.705089] Loading compiled-in X.509 certificates [ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708907] zswap: loaded using pool lzo/zbud [ 0.710441] Key type trusted registered [ 0.712182] Key type encrypted registered [ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714383] ima: No TPM chip found, activating TPM-bypass! [ 0.715604] evm: HMAC attrs: 0x1 [ 0.716673] Magic number: 6:54:24 [ 0.717549] misc cpu_dma_latency: hash matches [ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088) [ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.721878] EDD information not available. [ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.808385] Write protecting the kernel read-only data: 14336k [ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811705] 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.854706] 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.24 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... 2018-10-12 11:02:29,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:02:29,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:02:29,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02: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-a1ec5d01-897e-455e-8f29-a862b992fbfd x-compute-request-id: req-a1ec5d01-897e-455e-8f29-a862b992fbfd Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:0f:e4", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:27.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "94162d8f-8591-4b7e-a061-619938462d1d", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:28Z", "hostId": "cd37190eab409513eaebf3e3ec9c7e9c3dcdbcc3dfc5869c95d75f9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:24Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:3a:d4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:19.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:20Z", "hostId": "a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:15Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:02:29,650 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a1ec5d01-897e-455e-8f29-a862b992fbfd 2018-10-12 11:02:29,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.582424879074s 2018-10-12 11:02:29,650 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-a1ec5d01-897e-455e-8f29-a862b992fbfd 2018-10-12 11:02:29,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-12 11:02:29,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 11:02:30,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02: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-18149b05-2f18-420d-9c9c-3f8f3ee29f80 x-compute-request-id: req-18149b05-2f18-420d-9c9c-3f8f3ee29f80 Content-Encoding: gzip Content-Length: 7846 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531781279 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130530] pid_max: default: 32768 minimum: 301\n[ 0.131426] ACPI: Core revision 20150930\n[ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134117] Security Framework initialized\n[ 0.134937] Yama: becoming mindful.\n[ 0.135669] AppArmor: AppArmor initialized\n[ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141807] Initializing cgroup subsys io\n[ 0.142625] Initializing cgroup subsys memory\n[ 0.143492] Initializing cgroup subsys devices\n[ 0.144382] Initializing cgroup subsys freezer\n[ 0.145256] Initializing cgroup subsys net_cls\n[ 0.146130] Initializing cgroup subsys perf_event\n[ 0.147047] Initializing cgroup subsys net_prio\n[ 0.147942] Initializing cgroup subsys hugetlb\n[ 0.148818] Initializing cgroup subsys pids\n[ 0.149697] CPU: Physical Processor ID: 0\n[ 0.151201] mce: CPU supports 10 MCE banks\n[ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170494] ftrace: allocating 31920 entries in 125 pages\n[ 0.196595] smpboot: Max logical packages: 1\n[ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198803] x2apic enabled\n[ 0.199612] Switched APIC routing to physical x2apic.\n[ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206315] KVM setup paravirtual spinlock\n[ 0.207607] x86: Booted up 1 node, 1 CPUs\n[ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209809] devtmpfs: initialized\n[ 0.211536] evm: security.selinux\n[ 0.212243] evm: security.SMACK64\n[ 0.212931] evm: security.SMACK64EXEC\n[ 0.213675] evm: security.SMACK64TRANSMUTE\n[ 0.214481] evm: security.SMACK64MMAP\n[ 0.215228] evm: security.ima\n[ 0.215868] evm: security.capability\n[ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218526] pinctrl core: initialized pinctrl subsystem\n[ 0.219630] RTC time: 11:01:27, date: 10/12/18\n[ 0.220583] NET: Registered protocol family 16\n[ 0.221552] cpuidle: using governor ladder\n[ 0.222370] cpuidle: using governor menu\n[ 0.223155] PCCT header not found.\n[ 0.223908] ACPI: bus type PCI registered\n[ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225946] PCI: Using configuration type 1 for base access\n[ 0.227694] ACPI: Added _OSI(Module Device)\n[ 0.228542] ACPI: Added _OSI(Processor Device)\n[ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230296] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232395] ACPI: Interpreter enabled\n[ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240546] ACPI: (supports S0 S5)\n[ 0.241252] ACPI: Using IOAPIC for interrupt routing\n[ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251249] acpiphp: Slot [3] registered\n[ 0.252053] acpiphp: Slot [4] registered\n[ 0.252850] acpiphp: Slot [5] registered\n[ 0.253654] acpiphp: Slot [6] registered\n[ 0.254451] acpiphp: Slot [7] registered\n[ 0.255258] acpiphp: Slot [8] registered\n[ 0.256061] acpiphp: Slot [9] registered\n[ 0.256855] acpiphp: Slot [10] registered\n[ 0.257685] acpiphp: Slot [11] registered\n[ 0.258500] acpiphp: Slot [12] registered\n[ 0.259317] acpiphp: Slot [13] registered\n[ 0.260128] acpiphp: Slot [14] registered\n[ 0.260937] acpiphp: Slot [15] registered\n[ 0.271892] acpiphp: Slot [16] registered\n[ 0.272709] acpiphp: Slot [17] registered\n[ 0.273523] acpiphp: Slot [18] registered\n[ 0.274336] acpiphp: Slot [19] registered\n[ 0.275148] acpiphp: Slot [20] registered\n[ 0.275963] acpiphp: Slot [21] registered\n[ 0.276776] acpiphp: Slot [22] registered\n[ 0.277590] acpiphp: Slot [23] registered\n[ 0.278413] acpiphp: Slot [24] registered\n[ 0.279225] acpiphp: Slot [25] registered\n[ 0.280043] acpiphp: Slot [26] registered\n[ 0.280854] acpiphp: Slot [27] registered\n[ 0.281671] acpiphp: Slot [28] registered\n[ 0.282488] acpiphp: Slot [29] registered\n[ 0.283302] acpiphp: Slot [30] registered\n[ 0.284123] acpiphp: Slot [31] registered\n[ 0.284931] PCI host bridge to bus 0000:00\n[ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368818] vgaarb: loaded\n[ 0.369425] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370563] SCSI subsystem initialized\n[ 0.371383] ACPI: bus type USB registered\n[ 0.372196] usbcore: registered new interface driver usbfs\n[ 0.373227] usbcore: registered new interface driver hub\n[ 0.374235] usbcore: registered new device driver usb\n[ 0.375283] PCI: Using ACPI for IRQ routing\n[ 0.376302] NetLabel: Initializing\n[ 0.377014] NetLabel: domain hash size = 128\n[ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378826] NetLabel: unlabeled traffic allowed by default\n[ 0.379922] clocksource: Switched to clocksource kvm-clock\n[ 0.385334] AppArmor: AppArmor Filesystem Enabled\n[ 0.386289] pnp: PnP ACPI init\n[ 0.387196] pnp: PnP ACPI: found 5 devices\n[ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395262] NET: Registered protocol family 2\n[ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398656] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402072] NET: Registered protocol family 1\n[ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433330] Trying to unpack rootfs image as initramfs...\n[ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497292] Scanning for low memory corruption every 60 seconds\n[ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499745] audit: initializing netlink subsys (disabled)\n[ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized\n[ 0.502102] Initialise system trusted keyring\n[ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506157] zbud: loaded\n[ 0.506853] VFS: Disk quotas dquot_6.6.0\n[ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509199] fuse init (API version 7.23)\n[ 0.510087] Key type big_key registered\n[ 0.510883] Allocating IMA MOK and blacklist keyrings.\n[ 0.511998] Key type asymmetric registered\n[ 0.512821] Asymmetric key parser 'x509' registered\n[ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515600] io scheduler noop registered\n[ 0.516407] io scheduler deadline registered (default)\n[ 0.517452] io scheduler cfq registered\n[ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522937] ACPI: Power Button [PWRF]\n[ 0.523903] GHES: HEST is not enabled!\n[ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597479] Linux agpgart interface v0.103\n[ 0.599721] brd: module loaded\n[ 0.601080] loop: module loaded\n[ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607677] GPT:90111 != 2097151\n[ 0.608488] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609815] GPT:90111 != 2097151\n[ 0.625357] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632371] vda: vda1 vda15\n[ 0.633804] scsi host0: ata_piix\n[ 0.634539] scsi host1: ata_piix\n[ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637891] libphy: Fixed MDIO Bus: probed\n[ 0.638705] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641775] PPP generic driver version 2.4.2\n[ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644510] ehci-pci: EHCI PCI platform driver\n[ 0.645563] ehci-platform: EHCI generic platform driver\n[ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648147] ohci-pci: OHCI PCI platform driver\n[ 0.649198] ohci-platform: OHCI generic platform driver\n[ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673750] usb usb1: Product: UHCI Host Controller\n[ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677464] hub 1-0:1.0: USB hub found\n[ 0.678391] hub 1-0:1.0: 2 ports detected\n[ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684250] mousedev: PS/2 mouse device common for all mice\n[ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687892] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692026] i2c /dev entries driver\n[ 0.692913] device-mapper: uevent: version 1.0.3\n[ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697456] NET: Registered protocol family 10\n[ 0.698625] NET: Registered protocol family 17\n[ 0.699681] Key type dns_resolver registered\n[ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704115] registered taskstats version 1\n[ 0.705089] Loading compiled-in X.509 certificates\n[ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708907] zswap: loaded using pool lzo/zbud\n[ 0.710441] Key type trusted registered\n[ 0.712182] Key type encrypted registered\n[ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.714383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.715604] evm: HMAC attrs: 0x1\n[ 0.716673] Magic number: 6:54:24\n[ 0.717549] misc cpu_dma_latency: hash matches\n[ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088)\n[ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721878] EDD information not available.\n[ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.808385] Write protecting the kernel read-only data: 14336k\n[ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811705] 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.854706] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\n"} 2018-10-12 11:02:30,724 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-18149b05-2f18-420d-9c9c-3f8f3ee29f80 2018-10-12 11:02:30,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07104301453s 2018-10-12 11:02:30,725 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-18149b05-2f18-420d-9c9c-3f8f3ee29f80 2018-10-12 11:02:30,725 - 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 531781279 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.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130530] pid_max: default: 32768 minimum: 301 [ 0.131426] ACPI: Core revision 20150930 [ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134117] Security Framework initialized [ 0.134937] Yama: becoming mindful. [ 0.135669] AppArmor: AppArmor initialized [ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141807] Initializing cgroup subsys io [ 0.142625] Initializing cgroup subsys memory [ 0.143492] Initializing cgroup subsys devices [ 0.144382] Initializing cgroup subsys freezer [ 0.145256] Initializing cgroup subsys net_cls [ 0.146130] Initializing cgroup subsys perf_event [ 0.147047] Initializing cgroup subsys net_prio [ 0.147942] Initializing cgroup subsys hugetlb [ 0.148818] Initializing cgroup subsys pids [ 0.149697] CPU: Physical Processor ID: 0 [ 0.151201] mce: CPU supports 10 MCE banks [ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170494] ftrace: allocating 31920 entries in 125 pages [ 0.196595] smpboot: Max logical packages: 1 [ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198803] x2apic enabled [ 0.199612] Switched APIC routing to physical x2apic. [ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206315] KVM setup paravirtual spinlock [ 0.207607] x86: Booted up 1 node, 1 CPUs [ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209809] devtmpfs: initialized [ 0.211536] evm: security.selinux [ 0.212243] evm: security.SMACK64 [ 0.212931] evm: security.SMACK64EXEC [ 0.213675] evm: security.SMACK64TRANSMUTE [ 0.214481] evm: security.SMACK64MMAP [ 0.215228] evm: security.ima [ 0.215868] evm: security.capability [ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218526] pinctrl core: initialized pinctrl subsystem [ 0.219630] RTC time: 11:01:27, date: 10/12/18 [ 0.220583] NET: Registered protocol family 16 [ 0.221552] cpuidle: using governor ladder [ 0.222370] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223908] ACPI: bus type PCI registered [ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225946] PCI: Using configuration type 1 for base access [ 0.227694] ACPI: Added _OSI(Module Device) [ 0.228542] ACPI: Added _OSI(Processor Device) [ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230296] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232395] ACPI: Interpreter enabled [ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240546] ACPI: (supports S0 S5) [ 0.241252] ACPI: Using IOAPIC for interrupt routing [ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251249] acpiphp: Slot [3] registered [ 0.252053] acpiphp: Slot [4] registered [ 0.252850] acpiphp: Slot [5] registered [ 0.253654] acpiphp: Slot [6] registered [ 0.254451] acpiphp: Slot [7] registered [ 0.255258] acpiphp: Slot [8] registered [ 0.256061] acpiphp: Slot [9] registered [ 0.256855] acpiphp: Slot [10] registered [ 0.257685] acpiphp: Slot [11] registered [ 0.258500] acpiphp: Slot [12] registered [ 0.259317] acpiphp: Slot [13] registered [ 0.260128] acpiphp: Slot [14] registered [ 0.260937] acpiphp: Slot [15] registered [ 0.271892] acpiphp: Slot [16] registered [ 0.272709] acpiphp: Slot [17] registered [ 0.273523] acpiphp: Slot [18] registered [ 0.274336] acpiphp: Slot [19] registered [ 0.275148] acpiphp: Slot [20] registered [ 0.275963] acpiphp: Slot [21] registered [ 0.276776] acpiphp: Slot [22] registered [ 0.277590] acpiphp: Slot [23] registered [ 0.278413] acpiphp: Slot [24] registered [ 0.279225] acpiphp: Slot [25] registered [ 0.280043] acpiphp: Slot [26] registered [ 0.280854] acpiphp: Slot [27] registered [ 0.281671] acpiphp: Slot [28] registered [ 0.282488] acpiphp: Slot [29] registered [ 0.283302] acpiphp: Slot [30] registered [ 0.284123] acpiphp: Slot [31] registered [ 0.284931] PCI host bridge to bus 0000:00 [ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368818] vgaarb: loaded [ 0.369425] vgaarb: bridge control possible 0000:00:02.0 [ 0.370563] SCSI subsystem initialized [ 0.371383] ACPI: bus type USB registered [ 0.372196] usbcore: registered new interface driver usbfs [ 0.373227] usbcore: registered new interface driver hub [ 0.374235] usbcore: registered new device driver usb [ 0.375283] PCI: Using ACPI for IRQ routing [ 0.376302] NetLabel: Initializing [ 0.377014] NetLabel: domain hash size = 128 [ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378826] NetLabel: unlabeled traffic allowed by default [ 0.379922] clocksource: Switched to clocksource kvm-clock [ 0.385334] AppArmor: AppArmor Filesystem Enabled [ 0.386289] pnp: PnP ACPI init [ 0.387196] pnp: PnP ACPI: found 5 devices [ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395262] NET: Registered protocol family 2 [ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398656] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402072] NET: Registered protocol family 1 [ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433330] Trying to unpack rootfs image as initramfs... [ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.497292] Scanning for low memory corruption every 60 seconds [ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.499745] audit: initializing netlink subsys (disabled) [ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized [ 0.502102] Initialise system trusted keyring [ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.506157] zbud: loaded [ 0.506853] VFS: Disk quotas dquot_6.6.0 [ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509199] fuse init (API version 7.23) [ 0.510087] Key type big_key registered [ 0.510883] Allocating IMA MOK and blacklist keyrings. [ 0.511998] Key type asymmetric registered [ 0.512821] Asymmetric key parser 'x509' registered [ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515600] io scheduler noop registered [ 0.516407] io scheduler deadline registered (default) [ 0.517452] io scheduler cfq registered [ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.522937] ACPI: Power Button [PWRF] [ 0.523903] GHES: HEST is not enabled! [ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.597479] Linux agpgart interface v0.103 [ 0.599721] brd: module loaded [ 0.601080] loop: module loaded [ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.607677] GPT:90111 != 2097151 [ 0.608488] GPT:Alternate GPT header not at the end of the disk. [ 0.609815] GPT:90111 != 2097151 [ 0.625357] GPT: Use GNU Parted to correct GPT errors. [ 0.632371] vda: vda1 vda15 [ 0.633804] scsi host0: ata_piix [ 0.634539] scsi host1: ata_piix [ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637891] libphy: Fixed MDIO Bus: probed [ 0.638705] tun: Universal TUN/TAP device driver, 1.6 [ 0.639642] tun: (C) 1999-2004 Max Krasnyansky [ 0.641775] PPP generic driver version 2.4.2 [ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644510] ehci-pci: EHCI PCI platform driver [ 0.645563] ehci-platform: EHCI generic platform driver [ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.648147] ohci-pci: OHCI PCI platform driver [ 0.649198] ohci-platform: OHCI generic platform driver [ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver [ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.673750] usb usb1: Product: UHCI Host Controller [ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.676316] usb usb1: SerialNumber: 0000:00:01.2 [ 0.677464] hub 1-0:1.0: USB hub found [ 0.678391] hub 1-0:1.0: 2 ports detected [ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.684250] mousedev: PS/2 mouse device common for all mice [ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687892] rtc_cmos 00:00: RTC can wake from S4 [ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692026] i2c /dev entries driver [ 0.692913] device-mapper: uevent: version 1.0.3 [ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs [ 0.697456] NET: Registered protocol family 10 [ 0.698625] NET: Registered protocol family 17 [ 0.699681] Key type dns_resolver registered [ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704115] registered taskstats version 1 [ 0.705089] Loading compiled-in X.509 certificates [ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708907] zswap: loaded using pool lzo/zbud [ 0.710441] Key type trusted registered [ 0.712182] Key type encrypted registered [ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714383] ima: No TPM chip found, activating TPM-bypass! [ 0.715604] evm: HMAC attrs: 0x1 [ 0.716673] Magic number: 6:54:24 [ 0.717549] misc cpu_dma_latency: hash matches [ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088) [ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.721878] EDD information not available. [ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.808385] Write protecting the kernel read-only data: 14336k [ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811705] 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.854706] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id 2018-10-12 11:02:31,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:02:31,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:02:32,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11: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-4b26259d-4f4e-4597-b9cc-89f296da33f3 x-compute-request-id: req-4b26259d-4f4e-4597-b9cc-89f296da33f3 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:0f:e4", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:27.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "94162d8f-8591-4b7e-a061-619938462d1d", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:28Z", "hostId": "cd37190eab409513eaebf3e3ec9c7e9c3dcdbcc3dfc5869c95d75f9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:24Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:3a:d4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:19.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:20Z", "hostId": "a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:15Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:02:32,463 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-4b26259d-4f4e-4597-b9cc-89f296da33f3 2018-10-12 11:02:32,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.736060857773s 2018-10-12 11:02:32,464 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-4b26259d-4f4e-4597-b9cc-89f296da33f3 2018-10-12 11:02:32,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-12 11:02:32,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 11:02:33,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02: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-26a0f09e-4c17-407f-b931-43f5eef32e75 x-compute-request-id: req-26a0f09e-4c17-407f-b931-43f5eef32e75 Content-Encoding: gzip Content-Length: 9396 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 531781279 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130530] pid_max: default: 32768 minimum: 301\n[ 0.131426] ACPI: Core revision 20150930\n[ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134117] Security Framework initialized\n[ 0.134937] Yama: becoming mindful.\n[ 0.135669] AppArmor: AppArmor initialized\n[ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141807] Initializing cgroup subsys io\n[ 0.142625] Initializing cgroup subsys memory\n[ 0.143492] Initializing cgroup subsys devices\n[ 0.144382] Initializing cgroup subsys freezer\n[ 0.145256] Initializing cgroup subsys net_cls\n[ 0.146130] Initializing cgroup subsys perf_event\n[ 0.147047] Initializing cgroup subsys net_prio\n[ 0.147942] Initializing cgroup subsys hugetlb\n[ 0.148818] Initializing cgroup subsys pids\n[ 0.149697] CPU: Physical Processor ID: 0\n[ 0.151201] mce: CPU supports 10 MCE banks\n[ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170494] ftrace: allocating 31920 entries in 125 pages\n[ 0.196595] smpboot: Max logical packages: 1\n[ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198803] x2apic enabled\n[ 0.199612] Switched APIC routing to physical x2apic.\n[ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206315] KVM setup paravirtual spinlock\n[ 0.207607] x86: Booted up 1 node, 1 CPUs\n[ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209809] devtmpfs: initialized\n[ 0.211536] evm: security.selinux\n[ 0.212243] evm: security.SMACK64\n[ 0.212931] evm: security.SMACK64EXEC\n[ 0.213675] evm: security.SMACK64TRANSMUTE\n[ 0.214481] evm: security.SMACK64MMAP\n[ 0.215228] evm: security.ima\n[ 0.215868] evm: security.capability\n[ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218526] pinctrl core: initialized pinctrl subsystem\n[ 0.219630] RTC time: 11:01:27, date: 10/12/18\n[ 0.220583] NET: Registered protocol family 16\n[ 0.221552] cpuidle: using governor ladder\n[ 0.222370] cpuidle: using governor menu\n[ 0.223155] PCCT header not found.\n[ 0.223908] ACPI: bus type PCI registered\n[ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225946] PCI: Using configuration type 1 for base access\n[ 0.227694] ACPI: Added _OSI(Module Device)\n[ 0.228542] ACPI: Added _OSI(Processor Device)\n[ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230296] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232395] ACPI: Interpreter enabled\n[ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240546] ACPI: (supports S0 S5)\n[ 0.241252] ACPI: Using IOAPIC for interrupt routing\n[ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251249] acpiphp: Slot [3] registered\n[ 0.252053] acpiphp: Slot [4] registered\n[ 0.252850] acpiphp: Slot [5] registered\n[ 0.253654] acpiphp: Slot [6] registered\n[ 0.254451] acpiphp: Slot [7] registered\n[ 0.255258] acpiphp: Slot [8] registered\n[ 0.256061] acpiphp: Slot [9] registered\n[ 0.256855] acpiphp: Slot [10] registered\n[ 0.257685] acpiphp: Slot [11] registered\n[ 0.258500] acpiphp: Slot [12] registered\n[ 0.259317] acpiphp: Slot [13] registered\n[ 0.260128] acpiphp: Slot [14] registered\n[ 0.260937] acpiphp: Slot [15] registered\n[ 0.271892] acpiphp: Slot [16] registered\n[ 0.272709] acpiphp: Slot [17] registered\n[ 0.273523] acpiphp: Slot [18] registered\n[ 0.274336] acpiphp: Slot [19] registered\n[ 0.275148] acpiphp: Slot [20] registered\n[ 0.275963] acpiphp: Slot [21] registered\n[ 0.276776] acpiphp: Slot [22] registered\n[ 0.277590] acpiphp: Slot [23] registered\n[ 0.278413] acpiphp: Slot [24] registered\n[ 0.279225] acpiphp: Slot [25] registered\n[ 0.280043] acpiphp: Slot [26] registered\n[ 0.280854] acpiphp: Slot [27] registered\n[ 0.281671] acpiphp: Slot [28] registered\n[ 0.282488] acpiphp: Slot [29] registered\n[ 0.283302] acpiphp: Slot [30] registered\n[ 0.284123] acpiphp: Slot [31] registered\n[ 0.284931] PCI host bridge to bus 0000:00\n[ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368818] vgaarb: loaded\n[ 0.369425] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370563] SCSI subsystem initialized\n[ 0.371383] ACPI: bus type USB registered\n[ 0.372196] usbcore: registered new interface driver usbfs\n[ 0.373227] usbcore: registered new interface driver hub\n[ 0.374235] usbcore: registered new device driver usb\n[ 0.375283] PCI: Using ACPI for IRQ routing\n[ 0.376302] NetLabel: Initializing\n[ 0.377014] NetLabel: domain hash size = 128\n[ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378826] NetLabel: unlabeled traffic allowed by default\n[ 0.379922] clocksource: Switched to clocksource kvm-clock\n[ 0.385334] AppArmor: AppArmor Filesystem Enabled\n[ 0.386289] pnp: PnP ACPI init\n[ 0.387196] pnp: PnP ACPI: found 5 devices\n[ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395262] NET: Registered protocol family 2\n[ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398656] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402072] NET: Registered protocol family 1\n[ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433330] Trying to unpack rootfs image as initramfs...\n[ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497292] Scanning for low memory corruption every 60 seconds\n[ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499745] audit: initializing netlink subsys (disabled)\n[ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized\n[ 0.502102] Initialise system trusted keyring\n[ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506157] zbud: loaded\n[ 0.506853] VFS: Disk quotas dquot_6.6.0\n[ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509199] fuse init (API version 7.23)\n[ 0.510087] Key type big_key registered\n[ 0.510883] Allocating IMA MOK and blacklist keyrings.\n[ 0.511998] Key type asymmetric registered\n[ 0.512821] Asymmetric key parser 'x509' registered\n[ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515600] io scheduler noop registered\n[ 0.516407] io scheduler deadline registered (default)\n[ 0.517452] io scheduler cfq registered\n[ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522937] ACPI: Power Button [PWRF]\n[ 0.523903] GHES: HEST is not enabled!\n[ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597479] Linux agpgart interface v0.103\n[ 0.599721] brd: module loaded\n[ 0.601080] loop: module loaded\n[ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607677] GPT:90111 != 2097151\n[ 0.608488] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609815] GPT:90111 != 2097151\n[ 0.625357] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632371] vda: vda1 vda15\n[ 0.633804] scsi host0: ata_piix\n[ 0.634539] scsi host1: ata_piix\n[ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637891] libphy: Fixed MDIO Bus: probed\n[ 0.638705] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639642] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641775] PPP generic driver version 2.4.2\n[ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644510] ehci-pci: EHCI PCI platform driver\n[ 0.645563] ehci-platform: EHCI generic platform driver\n[ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648147] ohci-pci: OHCI PCI platform driver\n[ 0.649198] ohci-platform: OHCI generic platform driver\n[ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.673750] usb usb1: Product: UHCI Host Controller\n[ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677464] hub 1-0:1.0: USB hub found\n[ 0.678391] hub 1-0:1.0: 2 ports detected\n[ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684250] mousedev: PS/2 mouse device common for all mice\n[ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687892] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692026] i2c /dev entries driver\n[ 0.692913] device-mapper: uevent: version 1.0.3\n[ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697456] NET: Registered protocol family 10\n[ 0.698625] NET: Registered protocol family 17\n[ 0.699681] Key type dns_resolver registered\n[ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704115] registered taskstats version 1\n[ 0.705089] Loading compiled-in X.509 certificates\n[ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708907] zswap: loaded using pool lzo/zbud\n[ 0.710441] Key type trusted registered\n[ 0.712182] Key type encrypted registered\n[ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.714383] ima: No TPM chip found, activating TPM-bypass!\n[ 0.715604] evm: HMAC attrs: 0x1\n[ 0.716673] Magic number: 6:54:24\n[ 0.717549] misc cpu_dma_latency: hash matches\n[ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088)\n[ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721878] EDD information not available.\n[ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.808385] Write protecting the kernel read-only data: 14336k\n[ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811705] 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.854706] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDbTxNfd2W8EsP5pMDwOAzjEMvD1YK3Qr9b4Vq9G8glrueh4vFWpheeLoXKdYfjKzHcADD2H9YqI8XpbRuLc/HfdwhkQ0IYSno70JAcfu5QXB2Y3WGc/HyLW6MAdBs3JigmGazZgHJzsc9ZtJRrMYXicJLf09uNSKJDX/ojPMJ8XwCdmOEpLSaSxN5sCKhIVBU+yng6+SEcWcTxLghdMlBcfrbmYLxl4++YqJaAULTOYI5nM3n1bpVZ7jd9qzvW0yshaQk7PkaJTtq3YRiJuJ4/QlNd5KhZexKI9/tfZoe78VXjm3DoJXW1t6+e0NXbw00YTsrIEWKlKQRN/qu/AUPn root@vping-userdata-vm2-02cc7057-2279-4565-9b73-089af11247cc\nssh-dss AAAAB3NzaC1kc3MAAACBANy/43YxuYqJmZNBRp6/kcFzlgQhr9s63NMVvu6fN61sukWURo1HBHEj3sq6fMNmj8wYsPjP4vl3IpVdEQVeN30UuZ4tvAKN02EUkrvMJYMYEUHcP4lwpTthJHFAggH5ynpBwyfh+j4h0s1c9xmFRwUaeergm/w1RNi3CH4l7Uz7AAAAFQCsFHhqfw1kl3aBXa0a8q3Dj6xMNQAAAIEAlXtEzInXiqJB4Yd5Ehybr51TQ0YZMLX4ELGjRRY3MP5b93jliArEGyzhFAtmwazVnxp8maCIqnDRB8/8ucwlFYBGCgTPgBTAFexgG+kANpB/u3yngirQizV0jWF6ppA0ZeFdIuNw8zVKM7SFgeN4vXw9Y65k9R2Pu5J66G2XzOgAAACAembcwlCn6rBRTe2F7fmLfA56a+8Xa3kIDc64YUBvZhKjZ3gf6S3c/R9O0prlWxczfpHAQ/ojuvV0RKmiOOowcl7DnJjHphlFfMepBPPeJaWA7KMDrMmRh+uejwR6jvVNwegPD8dnXsAYpwqGyxpa6o49Owl6NZ2gGLWcK2+KD74= root@vping-userdata-vm2-02cc7057-2279-4565-9b73-089af11247cc\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.11,24,fe80::f816:3eff:fe85:fe4/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.11 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-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-02cc7057-2279-4565-9b73-089af11247cc\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=63.83 ===\n"} 2018-10-12 11:02:33,534 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-26a0f09e-4c17-407f-b931-43f5eef32e75 2018-10-12 11:02:33,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06766605377s 2018-10-12 11:02:33,535 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d/action used request id req-26a0f09e-4c17-407f-b931-43f5eef32e75 2018-10-12 11:02:33,535 - 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 531781279 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.128879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130530] pid_max: default: 32768 minimum: 301 [ 0.131426] ACPI: Core revision 20150930 [ 0.132806] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134117] Security Framework initialized [ 0.134937] Yama: becoming mindful. [ 0.135669] AppArmor: AppArmor initialized [ 0.136535] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137911] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139201] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140418] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141807] Initializing cgroup subsys io [ 0.142625] Initializing cgroup subsys memory [ 0.143492] Initializing cgroup subsys devices [ 0.144382] Initializing cgroup subsys freezer [ 0.145256] Initializing cgroup subsys net_cls [ 0.146130] Initializing cgroup subsys perf_event [ 0.147047] Initializing cgroup subsys net_prio [ 0.147942] Initializing cgroup subsys hugetlb [ 0.148818] Initializing cgroup subsys pids [ 0.149697] CPU: Physical Processor ID: 0 [ 0.151201] mce: CPU supports 10 MCE banks [ 0.152065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164148] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170494] ftrace: allocating 31920 entries in 125 pages [ 0.196595] smpboot: Max logical packages: 1 [ 0.197450] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198803] x2apic enabled [ 0.199612] Switched APIC routing to physical x2apic. [ 0.201375] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202505] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204512] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206315] KVM setup paravirtual spinlock [ 0.207607] x86: Booted up 1 node, 1 CPUs [ 0.208417] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209809] devtmpfs: initialized [ 0.211536] evm: security.selinux [ 0.212243] evm: security.SMACK64 [ 0.212931] evm: security.SMACK64EXEC [ 0.213675] evm: security.SMACK64TRANSMUTE [ 0.214481] evm: security.SMACK64MMAP [ 0.215228] evm: security.ima [ 0.215868] evm: security.capability [ 0.216670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218526] pinctrl core: initialized pinctrl subsystem [ 0.219630] RTC time: 11:01:27, date: 10/12/18 [ 0.220583] NET: Registered protocol family 16 [ 0.221552] cpuidle: using governor ladder [ 0.222370] cpuidle: using governor menu [ 0.223155] PCCT header not found. [ 0.223908] ACPI: bus type PCI registered [ 0.224710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225946] PCI: Using configuration type 1 for base access [ 0.227694] ACPI: Added _OSI(Module Device) [ 0.228542] ACPI: Added _OSI(Processor Device) [ 0.229400] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230296] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232395] ACPI: Interpreter enabled [ 0.233174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236857] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240546] ACPI: (supports S0 S5) [ 0.241252] ACPI: Using IOAPIC for interrupt routing [ 0.242353] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246597] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.249024] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.251249] acpiphp: Slot [3] registered [ 0.252053] acpiphp: Slot [4] registered [ 0.252850] acpiphp: Slot [5] registered [ 0.253654] acpiphp: Slot [6] registered [ 0.254451] acpiphp: Slot [7] registered [ 0.255258] acpiphp: Slot [8] registered [ 0.256061] acpiphp: Slot [9] registered [ 0.256855] acpiphp: Slot [10] registered [ 0.257685] acpiphp: Slot [11] registered [ 0.258500] acpiphp: Slot [12] registered [ 0.259317] acpiphp: Slot [13] registered [ 0.260128] acpiphp: Slot [14] registered [ 0.260937] acpiphp: Slot [15] registered [ 0.271892] acpiphp: Slot [16] registered [ 0.272709] acpiphp: Slot [17] registered [ 0.273523] acpiphp: Slot [18] registered [ 0.274336] acpiphp: Slot [19] registered [ 0.275148] acpiphp: Slot [20] registered [ 0.275963] acpiphp: Slot [21] registered [ 0.276776] acpiphp: Slot [22] registered [ 0.277590] acpiphp: Slot [23] registered [ 0.278413] acpiphp: Slot [24] registered [ 0.279225] acpiphp: Slot [25] registered [ 0.280043] acpiphp: Slot [26] registered [ 0.280854] acpiphp: Slot [27] registered [ 0.281671] acpiphp: Slot [28] registered [ 0.282488] acpiphp: Slot [29] registered [ 0.283302] acpiphp: Slot [30] registered [ 0.284123] acpiphp: Slot [31] registered [ 0.284931] PCI host bridge to bus 0000:00 [ 0.285750] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286975] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.288204] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.289660] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.291114] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.297275] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.299741] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.301008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.307896] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.309333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357730] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359220] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362067] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.363456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364713] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366201] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368818] vgaarb: loaded [ 0.369425] vgaarb: bridge control possible 0000:00:02.0 [ 0.370563] SCSI subsystem initialized [ 0.371383] ACPI: bus type USB registered [ 0.372196] usbcore: registered new interface driver usbfs [ 0.373227] usbcore: registered new interface driver hub [ 0.374235] usbcore: registered new device driver usb [ 0.375283] PCI: Using ACPI for IRQ routing [ 0.376302] NetLabel: Initializing [ 0.377014] NetLabel: domain hash size = 128 [ 0.377872] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.378826] NetLabel: unlabeled traffic allowed by default [ 0.379922] clocksource: Switched to clocksource kvm-clock [ 0.385334] AppArmor: AppArmor Filesystem Enabled [ 0.386289] pnp: PnP ACPI init [ 0.387196] pnp: PnP ACPI: found 5 devices [ 0.393564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395262] NET: Registered protocol family 2 [ 0.396218] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397489] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398656] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399815] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400895] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402072] NET: Registered protocol family 1 [ 0.402933] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404035] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405105] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419126] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433330] Trying to unpack rootfs image as initramfs... [ 0.483238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.497292] Scanning for low memory corruption every 60 seconds [ 0.498597] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.499745] audit: initializing netlink subsys (disabled) [ 0.500795] audit: type=2000 audit(1539342088.533:1): initialized [ 0.502102] Initialise system trusted keyring [ 0.503027] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.504197] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.506157] zbud: loaded [ 0.506853] VFS: Disk quotas dquot_6.6.0 [ 0.507671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509199] fuse init (API version 7.23) [ 0.510087] Key type big_key registered [ 0.510883] Allocating IMA MOK and blacklist keyrings. [ 0.511998] Key type asymmetric registered [ 0.512821] Asymmetric key parser 'x509' registered [ 0.513772] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515600] io scheduler noop registered [ 0.516407] io scheduler deadline registered (default) [ 0.517452] io scheduler cfq registered [ 0.518434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519687] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521208] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.522937] ACPI: Power Button [PWRF] [ 0.523903] GHES: HEST is not enabled! [ 0.537987] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.568296] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.571057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.595054] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.597479] Linux agpgart interface v0.103 [ 0.599721] brd: module loaded [ 0.601080] loop: module loaded [ 0.605942] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.607677] GPT:90111 != 2097151 [ 0.608488] GPT:Alternate GPT header not at the end of the disk. [ 0.609815] GPT:90111 != 2097151 [ 0.625357] GPT: Use GNU Parted to correct GPT errors. [ 0.632371] vda: vda1 vda15 [ 0.633804] scsi host0: ata_piix [ 0.634539] scsi host1: ata_piix [ 0.635248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.636458] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.637891] libphy: Fixed MDIO Bus: probed [ 0.638705] tun: Universal TUN/TAP device driver, 1.6 [ 0.639642] tun: (C) 1999-2004 Max Krasnyansky [ 0.641775] PPP generic driver version 2.4.2 [ 0.642911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.644510] ehci-pci: EHCI PCI platform driver [ 0.645563] ehci-platform: EHCI generic platform driver [ 0.646761] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.648147] ohci-pci: OHCI PCI platform driver [ 0.649198] ohci-platform: OHCI generic platform driver [ 0.650393] uhci_hcd: USB Universal Host Controller Interface driver [ 0.665009] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.666215] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.667971] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.669213] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.670565] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.672062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.673750] usb usb1: Product: UHCI Host Controller [ 0.674920] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.676316] usb usb1: SerialNumber: 0000:00:01.2 [ 0.677464] hub 1-0:1.0: USB hub found [ 0.678391] hub 1-0:1.0: 2 ports detected [ 0.679453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.681887] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.683023] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.684250] mousedev: PS/2 mouse device common for all mice [ 0.685722] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687892] rtc_cmos 00:00: RTC can wake from S4 [ 0.689162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690583] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692026] i2c /dev entries driver [ 0.692913] device-mapper: uevent: version 1.0.3 [ 0.694015] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.695951] ledtrig-cpu: registered to indicate activity on CPUs [ 0.697456] NET: Registered protocol family 10 [ 0.698625] NET: Registered protocol family 17 [ 0.699681] Key type dns_resolver registered [ 0.700784] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702053] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704115] registered taskstats version 1 [ 0.705089] Loading compiled-in X.509 certificates [ 0.706690] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708907] zswap: loaded using pool lzo/zbud [ 0.710441] Key type trusted registered [ 0.712182] Key type encrypted registered [ 0.713161] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714383] ima: No TPM chip found, activating TPM-bypass! [ 0.715604] evm: HMAC attrs: 0x1 [ 0.716673] Magic number: 6:54:24 [ 0.717549] misc cpu_dma_latency: hash matches [ 0.718653] rtc_cmos 00:00: setting system clock to 2018-10-12 11:01:28 UTC (1539342088) [ 0.720549] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.721878] EDD information not available. [ 0.796904] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.808385] Write protecting the kernel read-only data: 14336k [ 0.809937] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811705] 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.854706] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 61.35. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDbTxNfd2W8EsP5pMDwOAzjEMvD1YK3Qr9b4Vq9G8glrueh4vFWpheeLoXKdYfjKzHcADD2H9YqI8XpbRuLc/HfdwhkQ0IYSno70JAcfu5QXB2Y3WGc/HyLW6MAdBs3JigmGazZgHJzsc9ZtJRrMYXicJLf09uNSKJDX/ojPMJ8XwCdmOEpLSaSxN5sCKhIVBU+yng6+SEcWcTxLghdMlBcfrbmYLxl4++YqJaAULTOYI5nM3n1bpVZ7jd9qzvW0yshaQk7PkaJTtq3YRiJuJ4/QlNd5KhZexKI9/tfZoe78VXjm3DoJXW1t6+e0NXbw00YTsrIEWKlKQRN/qu/AUPn root@vping-userdata-vm2-02cc7057-2279-4565-9b73-089af11247cc ssh-dss AAAAB3NzaC1kc3MAAACBANy/43YxuYqJmZNBRp6/kcFzlgQhr9s63NMVvu6fN61sukWURo1HBHEj3sq6fMNmj8wYsPjP4vl3IpVdEQVeN30UuZ4tvAKN02EUkrvMJYMYEUHcP4lwpTthJHFAggH5ynpBwyfh+j4h0s1c9xmFRwUaeergm/w1RNi3CH4l7Uz7AAAAFQCsFHhqfw1kl3aBXa0a8q3Dj6xMNQAAAIEAlXtEzInXiqJB4Yd5Ehybr51TQ0YZMLX4ELGjRRY3MP5b93jliArEGyzhFAtmwazVnxp8maCIqnDRB8/8ucwlFYBGCgTPgBTAFexgG+kANpB/u3yngirQizV0jWF6ppA0ZeFdIuNw8zVKM7SFgeN4vXw9Y65k9R2Pu5J66G2XzOgAAACAembcwlCn6rBRTe2F7fmLfA56a+8Xa3kIDc64YUBvZhKjZ3gf6S3c/R9O0prlWxczfpHAQ/ojuvV0RKmiOOowcl7DnJjHphlFfMepBPPeJaWA7KMDrMmRh+uejwR6jvVNwegPD8dnXsAYpwqGyxpa6o49Owl6NZ2gGLWcK2+KD74= root@vping-userdata-vm2-02cc7057-2279-4565-9b73-089af11247cc -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.11,24,fe80::f816:3eff:fe85:fe4/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.11 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-02cc7057-2279-4565-9b73-089af11247cc launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=63.83 === 2018-10-12 11:02:33,537 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-10-12 11:02:33,658 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-12 11:02:33,659 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 01:29 | PASS | +------------------------+------------------+------------------+----------------+ 2018-10-12 11:02:33,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-12 11:02:33,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:02:33,817 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:02:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-19dde34e-85f2-4af7-ac61-0a8969a6cc16 x-compute-request-id: req-19dde34e-85f2-4af7-ac61-0a8969a6cc16 Content-Type: application/json 2018-10-12 11:02:33,817 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7 used request id req-19dde34e-85f2-4af7-ac61-0a8969a6cc16 2018-10-12 11:02:33,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.152484893799s 2018-10-12 11:02:33,817 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7 used request id req-19dde34e-85f2-4af7-ac61-0a8969a6cc16 2018-10-12 11:02:33,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:02:33,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:02:34,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-28e0e4ec-b777-4d65-8557-4e9494ea5183 x-compute-request-id: req-28e0e4ec-b777-4d65-8557-4e9494ea5183 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:0f:e4", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:27.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "94162d8f-8591-4b7e-a061-619938462d1d", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:28Z", "hostId": "cd37190eab409513eaebf3e3ec9c7e9c3dcdbcc3dfc5869c95d75f9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:24Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:3a:d4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:19.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:02:33Z", "hostId": "a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:15Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:02:34,546 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-28e0e4ec-b777-4d65-8557-4e9494ea5183 2018-10-12 11:02:34,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.728379011154s 2018-10-12 11:02:34,547 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-28e0e4ec-b777-4d65-8557-4e9494ea5183 2018-10-12 11:02:34,549 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-12 11:02:36,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:02:36,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:02:37,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11: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-1ddcef90-e1e0-4892-b56a-0377f1cef40f x-compute-request-id: req-1ddcef90-e1e0-4892-b56a-0377f1cef40f Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:0f:e4", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:27.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "94162d8f-8591-4b7e-a061-619938462d1d", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:28Z", "hostId": "cd37190eab409513eaebf3e3ec9c7e9c3dcdbcc3dfc5869c95d75f9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:24Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/34020b2c-71aa-4c26-a15e-a1f80794abb7", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:19.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "34020b2c-71aa-4c26-a15e-a1f80794abb7", "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:02:35Z", "hostId": "a2b32a1aedf767e5283fe270c5614ce3ee6973814e296e908ed9ecef", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:15Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:02:37,061 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-1ddcef90-e1e0-4892-b56a-0377f1cef40f 2018-10-12 11:02:37,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.509715795517s 2018-10-12 11:02:37,062 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-1ddcef90-e1e0-4892-b56a-0377f1cef40f 2018-10-12 11:02:37,064 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-12 11:02:39,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:02:39,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:02:39,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11: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-546f2d36-0e57-4e8e-91af-6ac964e2ff51 x-compute-request-id: req-546f2d36-0e57-4e8e-91af-6ac964e2ff51 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:0f:e4", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:27.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "94162d8f-8591-4b7e-a061-619938462d1d", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:01:28Z", "hostId": "cd37190eab409513eaebf3e3ec9c7e9c3dcdbcc3dfc5869c95d75f9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:24Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:02:39,565 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-546f2d36-0e57-4e8e-91af-6ac964e2ff51 2018-10-12 11:02:39,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.498383998871s 2018-10-12 11:02:39,566 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-546f2d36-0e57-4e8e-91af-6ac964e2ff51 2018-10-12 11:02:39,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-12 11:02:39,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:02:39,733 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11: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 x-openstack-request-id: req-5a20f89a-643f-4327-9b33-b5877c0368df x-compute-request-id: req-5a20f89a-643f-4327-9b33-b5877c0368df Content-Type: application/json 2018-10-12 11:02:39,733 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d used request id req-5a20f89a-643f-4327-9b33-b5877c0368df 2018-10-12 11:02:39,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.166110038757s 2018-10-12 11:02:39,734 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d used request id req-5a20f89a-643f-4327-9b33-b5877c0368df 2018-10-12 11:02:39,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:02:39,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:02:40,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11: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-69d123e0-02c4-47a8-bbaa-3df2fd63be7f x-compute-request-id: req-69d123e0-02c4-47a8-bbaa-3df2fd63be7f Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:0f:e4", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/94162d8f-8591-4b7e-a061-619938462d1d", "rel": "bookmark"}], "image": {"id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "links": [{"href": "http://172.30.9.26:8774/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-12T11:01:27.000000", "flavor": {"id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "links": [{"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}]}, "id": "94162d8f-8591-4b7e-a061-619938462d1d", "security_groups": [{"name": "default"}], "user_id": "8cf27cf70d7f45f79c406d3bcc85b77d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T11:02:39Z", "hostId": "cd37190eab409513eaebf3e3ec9c7e9c3dcdbcc3dfc5869c95d75f9e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_02cc7057-2279-4565-9b73-089af11247cc", "created": "2018-10-12T11:01:24Z", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-12 11:02:40,245 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-69d123e0-02c4-47a8-bbaa-3df2fd63be7f 2018-10-12 11:02:40,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.51056599617s 2018-10-12 11:02:40,245 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-69d123e0-02c4-47a8-bbaa-3df2fd63be7f 2018-10-12 11:02:40,247 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-12 11:02:42,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-12 11:02:42,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:02:42,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bb611148-a362-45da-b925-d9e3df3cbee7 x-compute-request-id: req-bb611148-a362-45da-b925-d9e3df3cbee7 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-12 11:02:42,334 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-bb611148-a362-45da-b925-d9e3df3cbee7 2018-10-12 11:02:42,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.084764957428s 2018-10-12 11:02:42,334 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-bb611148-a362-45da-b925-d9e3df3cbee7 2018-10-12 11:02:42,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-10-12 11:02:42,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/d9e14e8a-a760-406b-a2dd-8367f9307f08/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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" -d '{"subnet_id": "401565d0-9026-438c-88df-11f6b725a1bf"}' 2018-10-12 11:02:43,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-414f3992-9272-458c-b116-3937b9564b4d Date: Fri, 12 Oct 2018 11:02:43 GMT RESP BODY: {"network_id": "20906289-9875-4bab-b0ee-f7361836a54e", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "subnet_id": "401565d0-9026-438c-88df-11f6b725a1bf", "subnet_ids": ["401565d0-9026-438c-88df-11f6b725a1bf"], "port_id": "af4548ed-13d2-4852-82a3-7e05f9a84532", "id": "d9e14e8a-a760-406b-a2dd-8367f9307f08"} 2018-10-12 11:02:43,440 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/d9e14e8a-a760-406b-a2dd-8367f9307f08/remove_router_interface.json used request id req-414f3992-9272-458c-b116-3937b9564b4d 2018-10-12 11:02:43,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.10465312004s 2018-10-12 11:02:43,440 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/d9e14e8a-a760-406b-a2dd-8367f9307f08/remove_router_interface.json used request id req-414f3992-9272-458c-b116-3937b9564b4d returning object d9e14e8a-a760-406b-a2dd-8367f9307f08 2018-10-12 11:02:43,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-10-12 11:02:43,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:02:43,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-cbf7b6da-4e37-451b-9c7a-1f4be3b7ec7a Date: Fri, 12 Oct 2018 11:02:43 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "created_at": "2018-10-12T11:01:06Z", "admin_state_up": true, "updated_at": "2018-10-12T11:02:42Z", "revision_number": 4, "routes": [], "project_id": "0c50be0240f64ef3b914a3972302a62c", "id": "d9e14e8a-a760-406b-a2dd-8367f9307f08", "name": "vping_userdata-router_02cc7057-2279-4565-9b73-089af11247cc"}]} 2018-10-12 11:02:43,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-cbf7b6da-4e37-451b-9c7a-1f4be3b7ec7a 2018-10-12 11:02:43,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.069363117218s 2018-10-12 11:02:43,511 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-cbf7b6da-4e37-451b-9c7a-1f4be3b7ec7a 2018-10-12 11:02:43,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-10-12 11:02:43,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/d9e14e8a-a760-406b-a2dd-8367f9307f08.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:02:44,642 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7a538ac3-6385-46a5-85e5-fe7409691c72 Content-Length: 0 Date: Fri, 12 Oct 2018 11:02:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 11:02:44,642 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/d9e14e8a-a760-406b-a2dd-8367f9307f08.json used request id req-7a538ac3-6385-46a5-85e5-fe7409691c72 2018-10-12 11:02:44,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.12990283966s 2018-10-12 11:02:44,642 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/d9e14e8a-a760-406b-a2dd-8367f9307f08.json used request id req-7a538ac3-6385-46a5-85e5-fe7409691c72 2018-10-12 11:02:44,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-12 11:02:44,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:02:44,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4724240e-b644-4028-9b57-951737257416 Date: Fri, 12 Oct 2018 11:02:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20906289-9875-4bab-b0ee-f7361836a54e","tenant_id":"0c50be0240f64ef3b914a3972302a62c","created_at":"2018-10-12T11:01:06Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-12T11:01:06Z","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":"0c50be0240f64ef3b914a3972302a62c","id":"401565d0-9026-438c-88df-11f6b725a1bf","subnetpool_id":null,"name":"vping_userdata-subnet_02cc7057-2279-4565-9b73-089af11247cc"}]} 2018-10-12 11:02:44,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-4724240e-b644-4028-9b57-951737257416 2018-10-12 11:02:44,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0519800186157s 2018-10-12 11:02:44,695 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-4724240e-b644-4028-9b57-951737257416 2018-10-12 11:02:44,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-12 11:02:44,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/401565d0-9026-438c-88df-11f6b725a1bf.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:02:46,934 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3bea4235-1992-4543-89e3-58fabaa91c55 Date: Fri, 12 Oct 2018 11:02:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 11:02:46,934 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/401565d0-9026-438c-88df-11f6b725a1bf.json used request id req-3bea4235-1992-4543-89e3-58fabaa91c55 2018-10-12 11:02:46,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.23792481422s 2018-10-12 11:02:46,935 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/401565d0-9026-438c-88df-11f6b725a1bf.json used request id req-3bea4235-1992-4543-89e3-58fabaa91c55 2018-10-12 11:02:46,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-12 11:02:46,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:02:47,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-e7120be3-f3de-472c-a47c-383d58a4837f Date: Fri, 12 Oct 2018 11:02:47 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-12T11:02:46Z","tenant_id":"0c50be0240f64ef3b914a3972302a62c","created_at":"2018-10-12T11:01:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0c50be0240f64ef3b914a3972302a62c","id":"20906289-9875-4bab-b0ee-f7361836a54e","name":"vping_userdata-net_02cc7057-2279-4565-9b73-089af11247cc"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"updated_at":"2018-10-12T10:34:14Z","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","name":"external"}]} 2018-10-12 11:02:47,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-e7120be3-f3de-472c-a47c-383d58a4837f 2018-10-12 11:02:47,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.14146399498s 2018-10-12 11:02:47,077 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-e7120be3-f3de-472c-a47c-383d58a4837f 2018-10-12 11:02:47,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-12 11:02:47,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/20906289-9875-4bab-b0ee-f7361836a54e.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:02:48,232 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9341ba72-80ed-429e-9cdf-a20ba2072d04 Date: Fri, 12 Oct 2018 11:02:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 11:02:48,232 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/20906289-9875-4bab-b0ee-f7361836a54e.json used request id req-9341ba72-80ed-429e-9cdf-a20ba2072d04 2018-10-12 11:02:48,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.15375709534s 2018-10-12 11:02:48,232 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/20906289-9875-4bab-b0ee-f7361836a54e.json used request id req-9341ba72-80ed-429e-9cdf-a20ba2072d04 2018-10-12 11:02:48,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 11:02:48,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:02:48,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-7ae5be34-174b-498d-bfac-f028e007a546 Date: Fri, 12 Oct 2018 11:02:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/2615ff7d-47aa-4884-82b1-53664db8dc04/snap", "metadata": {}}], "file": "/v2/images/2615ff7d-47aa-4884-82b1-53664db8dc04/file", "owner": "0c50be0240f64ef3b914a3972302a62c", "id": "2615ff7d-47aa-4884-82b1-53664db8dc04", "size": 12716032, "self": "/v2/images/2615ff7d-47aa-4884-82b1-53664db8dc04", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/2615ff7d-47aa-4884-82b1-53664db8dc04/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T11:01:12Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_02cc7057-2279-4565-9b73-089af11247cc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_02cc7057-2279-4565-9b73-089af11247cc", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T11:01:10Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 11:02:48,415 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-7ae5be34-174b-498d-bfac-f028e007a546 2018-10-12 11:02:48,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.182672023773s 2018-10-12 11:02:48,416 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-7ae5be34-174b-498d-bfac-f028e007a546 2018-10-12 11:02:48,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-12 11:02:48,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/2615ff7d-47aa-4884-82b1-53664db8dc04 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}85fd07cae91cda260d5ab21c7a79433ae0f1dc5d" 2018-10-12 11:02:49,390 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6701a073-bfca-4446-95cb-fb8e9f3e8137 Date: Fri, 12 Oct 2018 11:02:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 11:02:49,390 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/2615ff7d-47aa-4884-82b1-53664db8dc04 used request id req-6701a073-bfca-4446-95cb-fb8e9f3e8137 2018-10-12 11:02:49,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.972080945969s 2018-10-12 11:02:49,390 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/2615ff7d-47aa-4884-82b1-53664db8dc04 used request id req-6701a073-bfca-4446-95cb-fb8e9f3e8137 2018-10-12 11:02:49,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-12 11:02:49,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}907cae93d48d7ffd05fa804c92804a2e122cc6f3" 2018-10-12 11:02:49,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02: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-481b9cdf-79aa-4d72-be81-f02cf7d81ee3 x-compute-request-id: req-481b9cdf-79aa-4d72-be81-f02cf7d81ee3 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "fa17b89c-ec05-41ee-b935-251ce1d5b964", "name": "vping_userdata-flavor_02cc7057-2279-4565-9b73-089af11247cc", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-12 11:02:49,424 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-481b9cdf-79aa-4d72-be81-f02cf7d81ee3 2018-10-12 11:02:49,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0329329967499s 2018-10-12 11:02:49,424 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-481b9cdf-79aa-4d72-be81-f02cf7d81ee3 2018-10-12 11:02:49,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-12 11:02:49,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}907cae93d48d7ffd05fa804c92804a2e122cc6f3" 2018-10-12 11:02:49,475 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 11:02: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-deb41b4d-0c55-4bc0-a8e2-eac740551dcb x-compute-request-id: req-deb41b4d-0c55-4bc0-a8e2-eac740551dcb Content-Length: 0 Content-Type: application/json 2018-10-12 11:02:49,475 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964 used request id req-deb41b4d-0c55-4bc0-a8e2-eac740551dcb 2018-10-12 11:02:49,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0498881340027s 2018-10-12 11:02:49,476 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/fa17b89c-ec05-41ee-b935-251ce1d5b964 used request id req-deb41b4d-0c55-4bc0-a8e2-eac740551dcb 2018-10-12 11:02:49,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 11:02:49,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}907cae93d48d7ffd05fa804c92804a2e122cc6f3" 2018-10-12 11:02:49,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eca11ff7-d7bb-416f-9a47-c5081195b18b Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_02cc7057-2279-4565-9b73-089af11247cc", "links": {"self": "http://172.30.9.26:5000/v3/users/8cf27cf70d7f45f79c406d3bcc85b77d"}, "domain_id": "default", "enabled": true, "id": "8cf27cf70d7f45f79c406d3bcc85b77d", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 11:02:49,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-eca11ff7-d7bb-416f-9a47-c5081195b18b 2018-10-12 11:02:49,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0951361656189s 2018-10-12 11:02:49,572 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-eca11ff7-d7bb-416f-9a47-c5081195b18b 2018-10-12 11:02:49,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 11:02:49,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/8cf27cf70d7f45f79c406d3bcc85b77d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}907cae93d48d7ffd05fa804c92804a2e122cc6f3" 2018-10-12 11:02:49,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f877d64-6c20-43a5-8f74-232076ae8564 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/8cf27cf70d7f45f79c406d3bcc85b77d"}, "enabled": true, "id": "8cf27cf70d7f45f79c406d3bcc85b77d", "options": {}, "domain_id": "default", "name": "vping_userdata-user_02cc7057-2279-4565-9b73-089af11247cc"}} 2018-10-12 11:02:49,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/8cf27cf70d7f45f79c406d3bcc85b77d used request id req-0f877d64-6c20-43a5-8f74-232076ae8564 2018-10-12 11:02:49,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0921330451965s 2018-10-12 11:02:49,670 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/8cf27cf70d7f45f79c406d3bcc85b77d used request id req-0f877d64-6c20-43a5-8f74-232076ae8564 2018-10-12 11:02:49,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-12 11:02:49,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/8cf27cf70d7f45f79c406d3bcc85b77d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}907cae93d48d7ffd05fa804c92804a2e122cc6f3" 2018-10-12 11:02:49,873 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:02:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71e4dbd6-5dd4-46d4-b3ba-04a9e1cbebc8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 11:02:49,873 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/8cf27cf70d7f45f79c406d3bcc85b77d used request id req-71e4dbd6-5dd4-46d4-b3ba-04a9e1cbebc8 2018-10-12 11:02:49,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.202622175217s 2018-10-12 11:02:49,874 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/8cf27cf70d7f45f79c406d3bcc85b77d used request id req-71e4dbd6-5dd4-46d4-b3ba-04a9e1cbebc8 2018-10-12 11:02:49,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 11:02:49,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}907cae93d48d7ffd05fa804c92804a2e122cc6f3" 2018-10-12 11:02:49,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f281e49-d1b7-40d9-a86f-fcb21a2c0071 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.26:5000/v3/projects/0c50be0240f64ef3b914a3972302a62c"}, "enabled": true, "id": "0c50be0240f64ef3b914a3972302a62c", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_02cc7057-2279-4565-9b73-089af11247cc"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-12 11:02:49,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-9f281e49-d1b7-40d9-a86f-fcb21a2c0071 2018-10-12 11:02:49,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0797040462494s 2018-10-12 11:02:49,954 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-9f281e49-d1b7-40d9-a86f-fcb21a2c0071 2018-10-12 11:02:49,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-12 11:02:49,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/0c50be0240f64ef3b914a3972302a62c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}907cae93d48d7ffd05fa804c92804a2e122cc6f3" 2018-10-12 11:02:50,117 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:02:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c858e171-9165-4448-adbd-a7caf15c2dba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 11:02:50,118 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/0c50be0240f64ef3b914a3972302a62c used request id req-c858e171-9165-4448-adbd-a7caf15c2dba 2018-10-12 11:02:50,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.160987138748s 2018-10-12 11:02:50,118 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/0c50be0240f64ef3b914a3972302a62c used request id req-c858e171-9165-4448-adbd-a7caf15c2dba 2018-10-12 11:02:50,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:02:50,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907cae93d48d7ffd05fa804c92804a2e122cc6f3" 2018-10-12 11:02:50,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dde79c49-5948-4226-955b-cdf9faabc4d3 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "3f0a37d8dee54a6ab04f68904fb315a6", "links": {"self": "http://172.30.9.26:5000/v3/roles/3f0a37d8dee54a6ab04f68904fb315a6"}, "name": "Member"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 11:02:50,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-dde79c49-5948-4226-955b-cdf9faabc4d3 2018-10-12 11:02:50,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.07359790802s 2018-10-12 11:02:50,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-12 11:02:50,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/3f0a37d8dee54a6ab04f68904fb315a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907cae93d48d7ffd05fa804c92804a2e122cc6f3" 2018-10-12 11:02:50,294 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:02:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b74e6d5-bd5a-492f-a690-0f886fc75ddd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 11:02:50,294 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/3f0a37d8dee54a6ab04f68904fb315a6 used request id req-5b74e6d5-bd5a-492f-a690-0f886fc75ddd 2018-10-12 11:02:50,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.10044503212s 2018-10-12 11:02:50,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-12 11:02:50,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/security-groups.json?project_id=0c50be0240f64ef3b914a3972302a62c&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}907cae93d48d7ffd05fa804c92804a2e122cc6f3" 2018-10-12 11:02:50,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-f6295fde-ba5e-4649-9298-426e9a811b19 Date: Fri, 12 Oct 2018 11:02:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "created_at": "2018-10-12T11:01:04Z", "updated_at": "2018-10-12T11:01:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T11:01:04Z", "revision_number": 0, "id": "51881645-4329-45cb-a98f-d8c9a7c2f337", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T11:01:04Z", "security_group_id": "5daa50ba-deb1-4c1d-adc0-b115dd9e47fb", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "port_range_min": null, "ethertype": "IPv6", "project_id": "0c50be0240f64ef3b914a3972302a62c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T11:01:04Z", "revision_number": 0, "id": "66ff37d4-5cf6-426b-8376-8490fca34667", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T11:01:04Z", "security_group_id": "5daa50ba-deb1-4c1d-adc0-b115dd9e47fb", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "port_range_min": null, "ethertype": "IPv4", "project_id": "0c50be0240f64ef3b914a3972302a62c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T11:01:04Z", "revision_number": 0, "id": "6f5bfdf1-b5ba-40ad-94fa-32b248cbc920", "remote_group_id": "5daa50ba-deb1-4c1d-adc0-b115dd9e47fb", "remote_ip_prefix": null, "created_at": "2018-10-12T11:01:04Z", "security_group_id": "5daa50ba-deb1-4c1d-adc0-b115dd9e47fb", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "port_range_min": null, "ethertype": "IPv6", "project_id": "0c50be0240f64ef3b914a3972302a62c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T11:01:04Z", "revision_number": 0, "id": "fdfa7365-08b6-4c9d-9ea1-385e35f53c85", "remote_group_id": "5daa50ba-deb1-4c1d-adc0-b115dd9e47fb", "remote_ip_prefix": null, "created_at": "2018-10-12T11:01:04Z", "security_group_id": "5daa50ba-deb1-4c1d-adc0-b115dd9e47fb", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "port_range_min": null, "ethertype": "IPv4", "project_id": "0c50be0240f64ef3b914a3972302a62c"}], "revision_number": 4, "project_id": "0c50be0240f64ef3b914a3972302a62c", "id": "5daa50ba-deb1-4c1d-adc0-b115dd9e47fb", "name": "default"}]} 2018-10-12 11:02:50,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=0c50be0240f64ef3b914a3972302a62c&name=default used request id req-f6295fde-ba5e-4649-9298-426e9a811b19 2018-10-12 11:02:50,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.201493024826s 2018-10-12 11:02:50,499 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=0c50be0240f64ef3b914a3972302a62c&name=default used request id req-f6295fde-ba5e-4649-9298-426e9a811b19 2018-10-12 11:02:50,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-12 11:02:50,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}907cae93d48d7ffd05fa804c92804a2e122cc6f3" 2018-10-12 11:02:50,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-1660d411-5b17-497e-a92d-2d567acbd53c Date: Fri, 12 Oct 2018 11:02:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "created_at": "2018-10-12T11:01:04Z", "updated_at": "2018-10-12T11:01:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T11:01:04Z", "revision_number": 0, "id": "6f5bfdf1-b5ba-40ad-94fa-32b248cbc920", "remote_group_id": "5daa50ba-deb1-4c1d-adc0-b115dd9e47fb", "remote_ip_prefix": null, "created_at": "2018-10-12T11:01:04Z", "security_group_id": "5daa50ba-deb1-4c1d-adc0-b115dd9e47fb", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "port_range_min": null, "ethertype": "IPv6", "project_id": "0c50be0240f64ef3b914a3972302a62c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T11:01:04Z", "revision_number": 0, "id": "66ff37d4-5cf6-426b-8376-8490fca34667", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T11:01:04Z", "security_group_id": "5daa50ba-deb1-4c1d-adc0-b115dd9e47fb", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "port_range_min": null, "ethertype": "IPv4", "project_id": "0c50be0240f64ef3b914a3972302a62c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T11:01:04Z", "revision_number": 0, "id": "fdfa7365-08b6-4c9d-9ea1-385e35f53c85", "remote_group_id": "5daa50ba-deb1-4c1d-adc0-b115dd9e47fb", "remote_ip_prefix": null, "created_at": "2018-10-12T11:01:04Z", "security_group_id": "5daa50ba-deb1-4c1d-adc0-b115dd9e47fb", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "port_range_min": null, "ethertype": "IPv4", "project_id": "0c50be0240f64ef3b914a3972302a62c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T11:01:04Z", "revision_number": 0, "id": "51881645-4329-45cb-a98f-d8c9a7c2f337", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T11:01:04Z", "security_group_id": "5daa50ba-deb1-4c1d-adc0-b115dd9e47fb", "tenant_id": "0c50be0240f64ef3b914a3972302a62c", "port_range_min": null, "ethertype": "IPv6", "project_id": "0c50be0240f64ef3b914a3972302a62c"}], "revision_number": 4, "project_id": "0c50be0240f64ef3b914a3972302a62c", "id": "5daa50ba-deb1-4c1d-adc0-b115dd9e47fb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "updated_at": "2018-10-12T10:34:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "d00fd409-954d-4a7e-b2ce-3b8e9364f9b2", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "2ae4f47a-860c-4316-ac71-26a7138a332b", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "c6536286-1efd-4324-bff2-83bf4e288f74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "652ffd7b-44c1-45ae-bacb-d752209f00a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}], "revision_number": 4, "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "665a8bea-d7bf-418c-8720-ca198157c68e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "updated_at": "2018-10-12T10:44:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "c8cd6bce-c3f0-4e98-afd5-635192d18ba4", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "25484a0d-c36c-4968-8497-2fab34786f38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "03a7346d-e81e-42f1-90d8-2d77a0e34ff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "3051e92e-adfd-43d1-8ad4-a37e12b00332", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 4, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "updated_at": "2018-10-12T10:47:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "bdbe928d-b791-4fc6-90ae-6c3615c86e98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "9f341cb7-083b-4329-bca3-1a395a91d0be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "d081a0eb-165e-4df4-84c6-1cc829e521cc", "remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "949496b4-b497-4a18-b6fe-e484eb4cd872", "remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7a87eb57-d271-422f-a9cd-14b017359d35", "name": "default"}]} 2018-10-12 11:02:50,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-1660d411-5b17-497e-a92d-2d567acbd53c 2018-10-12 11:02:50,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.213460922241s 2018-10-12 11:02:50,716 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-1660d411-5b17-497e-a92d-2d567acbd53c 2018-10-12 11:02:50,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-12 11:02:50,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/security-groups/5daa50ba-deb1-4c1d-adc0-b115dd9e47fb.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}907cae93d48d7ffd05fa804c92804a2e122cc6f3" 2018-10-12 11:02:51,050 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b9259332-404e-4295-b587-356213ec9dba Content-Length: 0 Date: Fri, 12 Oct 2018 11:02:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 11:02:51,050 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/5daa50ba-deb1-4c1d-adc0-b115dd9e47fb.json used request id req-b9259332-404e-4295-b587-356213ec9dba 2018-10-12 11:02:51,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.329475164413s 2018-10-12 11:02:51,050 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/5daa50ba-deb1-4c1d-adc0-b115dd9e47fb.json used request id req-b9259332-404e-4295-b587-356213ec9dba 2018-10-12 11:02:51,103 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-10-12 11:02:51,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 11:02:51,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 11:02:51,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 11:02:51,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 11:02:51,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 11:02:51,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 11:02:51,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 11:02:51,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 11:02:51,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 11:02:51,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 11:02:51,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 11:02:51,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 11:02:51,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 11:02:51,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 11:02:51,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 11:02:51,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 11:02:51,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 11:02:51,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 11:02:51,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 11:02:51,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 11:02:51,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 11:02:51,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 11:02:51,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 11:02:51,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 11:02:51,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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-10-12 11:02:51,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-209687e0-fa58-4106-91d5-5525d15538bf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 11:02:51,155 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-209687e0-fa58-4106-91d5-5525d15538bf 2018-10-12 11:02:51,155 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 11:02:51,531 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T12:02:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["PLXyzIF_QwOSRECGO6BL-A"], "issued_at": "2018-10-12T11:02:51.000000Z"}} 2018-10-12 11:02:51,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-12 11:02:51,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:02:51,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-4616f1d9-f63f-4256-81e2-cf17c65c1f83 Date: Fri, 12 Oct 2018 11:02:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"}]} 2018-10-12 11:02:51,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4616f1d9-f63f-4256-81e2-cf17c65c1f83 2018-10-12 11:02:51,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.387545108795s 2018-10-12 11:02:51,922 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4616f1d9-f63f-4256-81e2-cf17c65c1f83 2018-10-12 11:02:51,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-12 11:02:51,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:02:51,931 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 11:02: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 11:02:51,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:02:52,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d238c81-e264-469e-88a6-df6ba3c689e5 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/4c63915287d940839daec75dc8b59ff1"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4c63915287d940839daec75dc8b59ff1"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-10-12 11:02:52,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-5d238c81-e264-469e-88a6-df6ba3c689e5 2018-10-12 11:02:52,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0915260314941s 2018-10-12 11:02:52,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-12 11:02:52,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}7adbee1d8263515a0beb302c4b037fb7b00730f9" -d '{"project": {"description": "Created by OPNFV Functest: tempest_smoke_serial", "enabled": true, "domain_id": "default", "name": "tempest_smoke_seri-project_0e83460a-1a5e-495a-9515-643106db8593"}}' 2018-10-12 11:02:52,126 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 11:02:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3984d6cb-b113-41d2-bd38-d89223942019 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.26:5000/v3/projects/f100765a54424728b3055dfb2af594ce"}, "enabled": true, "id": "f100765a54424728b3055dfb2af594ce", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_0e83460a-1a5e-495a-9515-643106db8593"}} 2018-10-12 11:02:52,127 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-3984d6cb-b113-41d2-bd38-d89223942019 2018-10-12 11:02:52,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.110871076584s 2018-10-12 11:02:52,127 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-3984d6cb-b113-41d2-bd38-d89223942019 2018-10-12 11:02:52,128 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_0e83460a-1a5e-495a-9515-643106db8593', 'id': u'f100765a54424728b3055dfb2af594ce', '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-10-12 11:02:52,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-12 11:02:52,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.350565910339s 2018-10-12 11:02:52,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/ca1d6e0652f9403295ab89ef97a14926 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:02:52,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de74ae94-2fbf-4218-aa14-ebfa3670a255 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/ca1d6e0652f9403295ab89ef97a14926"}, "enabled": true, "id": "ca1d6e0652f9403295ab89ef97a14926", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_0e83460a-1a5e-495a-9515-643106db8593"}} 2018-10-12 11:02:52,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/ca1d6e0652f9403295ab89ef97a14926 used request id req-de74ae94-2fbf-4218-aa14-ebfa3670a255 2018-10-12 11:02:52,576 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'ca1d6e0652f9403295ab89ef97a14926', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_0e83460a-1a5e-495a-9515-643106db8593'}) 2018-10-12 11:02:52,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:02:52,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:02:52,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15c73e08-aa0d-4690-8151-95ffbee7ca4a Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 11:02:52,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-15c73e08-aa0d-4690-8151-95ffbee7ca4a 2018-10-12 11:02:52,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0749378204346s 2018-10-12 11:02:52,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:02:52,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:02:52,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e30d01a7-8cf4-4602-bcf2-da54ee0ae347 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 11:02:52,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-e30d01a7-8cf4-4602-bcf2-da54ee0ae347 2018-10-12 11:02:52,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0804851055145s 2018-10-12 11:02:52,734 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-12 11:02:52,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-12 11:02:52,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7adbee1d8263515a0beb302c4b037fb7b00730f9" -d '{"role": {"name": "Member"}}' 2018-10-12 11:02:52,839 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 11:02:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8827c208-b2d4-4acc-8d88-f949e7c50e65 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "be1891943f1a40a3b989f0d38e0a5537", "links": {"self": "http://172.30.9.26:5000/v3/roles/be1891943f1a40a3b989f0d38e0a5537"}, "name": "Member"}} 2018-10-12 11:02:52,839 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-8827c208-b2d4-4acc-8d88-f949e7c50e65 2018-10-12 11:02:52,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.104764938354s 2018-10-12 11:02:52,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/be1891943f1a40a3b989f0d38e0a5537 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:02:52,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c1cfb27-81da-470e-b6a9-6ad28aa6f344 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/be1891943f1a40a3b989f0d38e0a5537"}, "domain_id": null, "name": "Member", "id": "be1891943f1a40a3b989f0d38e0a5537"}} 2018-10-12 11:02:52,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/be1891943f1a40a3b989f0d38e0a5537 used request id req-2c1cfb27-81da-470e-b6a9-6ad28aa6f344 2018-10-12 11:02:52,913 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/be1891943f1a40a3b989f0d38e0a5537'}, 'domain_id': None, 'human_id': None, 'id': u'be1891943f1a40a3b989f0d38e0a5537', 'HUMAN_ID': False}) 2018-10-12 11:02:52,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:02:52,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:02:53,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2083d8bb-286b-4217-9cc1-1cce06a9b51a Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "be1891943f1a40a3b989f0d38e0a5537", "links": {"self": "http://172.30.9.26:5000/v3/roles/be1891943f1a40a3b989f0d38e0a5537"}, "name": "Member"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 11:02:53,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-2083d8bb-286b-4217-9cc1-1cce06a9b51a 2018-10-12 11:02:53,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0870690345764s 2018-10-12 11:02:53,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-12 11:02:53,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:02:53,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-123f371e-5a47-49d2-9cbd-03f93d3a3e40 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 11:02:53,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-123f371e-5a47-49d2-9cbd-03f93d3a3e40 2018-10-12 11:02:53,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0786550045013s 2018-10-12 11:02:53,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 11:02:53,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:02:53,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6529b3b2-9b83-4758-ace0-cc770b14ad0c Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_0e83460a-1a5e-495a-9515-643106db8593", "links": {"self": "http://172.30.9.26:5000/v3/users/ca1d6e0652f9403295ab89ef97a14926"}, "domain_id": "default", "enabled": true, "id": "ca1d6e0652f9403295ab89ef97a14926", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 11:02:53,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-6529b3b2-9b83-4758-ace0-cc770b14ad0c 2018-10-12 11:02:53,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0925030708313s 2018-10-12 11:02:53,174 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-6529b3b2-9b83-4758-ace0-cc770b14ad0c 2018-10-12 11:02:53,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 11:02:53,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:02:53,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-143fff6a-f3c6-486f-8b47-89e5e7e2538a Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26: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.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "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.26:5000/v3/projects/f100765a54424728b3055dfb2af594ce"}, "enabled": true, "id": "f100765a54424728b3055dfb2af594ce", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_0e83460a-1a5e-495a-9515-643106db8593"}]} 2018-10-12 11:02:53,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-143fff6a-f3c6-486f-8b47-89e5e7e2538a 2018-10-12 11:02:53,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0822520256042s 2018-10-12 11:02:53,263 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-143fff6a-f3c6-486f-8b47-89e5e7e2538a 2018-10-12 11:02:53,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-12 11:02:53,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=ca1d6e0652f9403295ab89ef97a14926&scope.project.id=f100765a54424728b3055dfb2af594ce&role.id=be1891943f1a40a3b989f0d38e0a5537 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:02:53,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb02bfbe-2b58-468a-8d86-a311bef3fd1e Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=ca1d6e0652f9403295ab89ef97a14926&scope.project.id=f100765a54424728b3055dfb2af594ce&role.id=be1891943f1a40a3b989f0d38e0a5537", "previous": null, "next": null}} 2018-10-12 11:02:53,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=ca1d6e0652f9403295ab89ef97a14926&scope.project.id=f100765a54424728b3055dfb2af594ce&role.id=be1891943f1a40a3b989f0d38e0a5537 used request id req-fb02bfbe-2b58-468a-8d86-a311bef3fd1e 2018-10-12 11:02:53,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0787119865417s 2018-10-12 11:02:53,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-12 11:02:53,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/f100765a54424728b3055dfb2af594ce/users/ca1d6e0652f9403295ab89ef97a14926/roles/be1891943f1a40a3b989f0d38e0a5537 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:02:53,477 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:02:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-655fd542-1dab-4232-8663-6025ef8e1698 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 11:02:53,477 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/f100765a54424728b3055dfb2af594ce/users/ca1d6e0652f9403295ab89ef97a14926/roles/be1891943f1a40a3b989f0d38e0a5537 used request id req-655fd542-1dab-4232-8663-6025ef8e1698 2018-10-12 11:02:53,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.13206911087s 2018-10-12 11:02:53,478 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_0e83460a-1a5e-495a-9515-643106db8593', 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': '903da18b-18c3-4e76-9638-3df4a7221626', 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_0e83460a-1a5e-495a-9515-643106db8593', 'project_id': u'f100765a54424728b3055dfb2af594ce', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-12 11:02:53,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 11:02:53,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 11:02:53,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 11:02:53,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 11:02:53,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 11:02:53,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 11:02:53,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 11:02:53,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 11:02:53,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 11:02:53,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 11:02:53,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 11:02:53,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 11:02:53,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 11:02:53,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 11:02:53,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 11:02:53,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 11:02:53,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 11:02:53,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 11:02:53,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 11:02:53,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 11:02:53,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 11:02:53,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 11:02:53,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 11:02:53,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 11:02:53,483 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_0e83460a-1a5e-495a-9515-643106db8593', 'password': '903da18b-18c3-4e76-9638-3df4a7221626', 'project_name': 'tempest_smoke_seri-project_0e83460a-1a5e-495a-9515-643106db8593', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': 'f100765a54424728b3055dfb2af594ce', 'project_domain_name': 'Default'} 2018-10-12 11:02:53,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:02:53,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:02:53,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84045b47-5e32-4a39-a1d3-21eeb946b5e0 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "be1891943f1a40a3b989f0d38e0a5537", "links": {"self": "http://172.30.9.26:5000/v3/roles/be1891943f1a40a3b989f0d38e0a5537"}, "name": "Member"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 11:02:53,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-84045b47-5e32-4a39-a1d3-21eeb946b5e0 2018-10-12 11:02:53,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0866329669952s 2018-10-12 11:02:53,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:02:53,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:02:53,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2501498c-b8a1-438b-8115-8a3a7cd397ab Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "be1891943f1a40a3b989f0d38e0a5537", "links": {"self": "http://172.30.9.26:5000/v3/roles/be1891943f1a40a3b989f0d38e0a5537"}, "name": "Member"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 11:02:53,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-2501498c-b8a1-438b-8115-8a3a7cd397ab 2018-10-12 11:02:53,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0838849544525s 2018-10-12 11:02:53,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-12 11:02:53,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:02:53,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec117c74-03b6-40c3-a3c7-62bc9e9231b6 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 11:02:53,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-ec117c74-03b6-40c3-a3c7-62bc9e9231b6 2018-10-12 11:02:53,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.07199883461s 2018-10-12 11:02:53,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 11:02:53,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:02:53,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68bc5399-3c10-4b9e-a600-e8553d0382ab Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_0e83460a-1a5e-495a-9515-643106db8593", "links": {"self": "http://172.30.9.26:5000/v3/users/ca1d6e0652f9403295ab89ef97a14926"}, "domain_id": "default", "enabled": true, "id": "ca1d6e0652f9403295ab89ef97a14926", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 11:02:53,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-68bc5399-3c10-4b9e-a600-e8553d0382ab 2018-10-12 11:02:53,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.108287811279s 2018-10-12 11:02:53,839 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-68bc5399-3c10-4b9e-a600-e8553d0382ab 2018-10-12 11:02:53,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 11:02:53,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:02:53,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55c4e75b-e5e7-426c-9e80-33e46e036732 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26: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.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "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.26:5000/v3/projects/f100765a54424728b3055dfb2af594ce"}, "enabled": true, "id": "f100765a54424728b3055dfb2af594ce", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_0e83460a-1a5e-495a-9515-643106db8593"}]} 2018-10-12 11:02:53,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-55c4e75b-e5e7-426c-9e80-33e46e036732 2018-10-12 11:02:53,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0782239437103s 2018-10-12 11:02:53,923 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-55c4e75b-e5e7-426c-9e80-33e46e036732 2018-10-12 11:02:53,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-12 11:02:53,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=ca1d6e0652f9403295ab89ef97a14926&scope.project.id=f100765a54424728b3055dfb2af594ce&role.id=112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:02:54,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8aae623c-a73b-4185-b2f3-f08a95c420d0 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=ca1d6e0652f9403295ab89ef97a14926&scope.project.id=f100765a54424728b3055dfb2af594ce&role.id=112190b0dab44ef9a2f2f86430c0c451", "previous": null, "next": null}} 2018-10-12 11:02:54,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=ca1d6e0652f9403295ab89ef97a14926&scope.project.id=f100765a54424728b3055dfb2af594ce&role.id=112190b0dab44ef9a2f2f86430c0c451 used request id req-8aae623c-a73b-4185-b2f3-f08a95c420d0 2018-10-12 11:02:54,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0757761001587s 2018-10-12 11:02:54,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-12 11:02:54,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/f100765a54424728b3055dfb2af594ce/users/ca1d6e0652f9403295ab89ef97a14926/roles/112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:02:54,123 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:02:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40df3b95-294d-430a-85fe-52e128486b30 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 11:02:54,123 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/f100765a54424728b3055dfb2af594ce/users/ca1d6e0652f9403295ab89ef97a14926/roles/112190b0dab44ef9a2f2f86430c0c451 used request id req-40df3b95-294d-430a-85fe-52e128486b30 2018-10-12 11:02:54,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.121311187744s 2018-10-12 11:02:54,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:02:54,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:02:54,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01dc4080-9487-49b0-bc6f-6f0bdc7dbd68 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "be1891943f1a40a3b989f0d38e0a5537", "links": {"self": "http://172.30.9.26:5000/v3/roles/be1891943f1a40a3b989f0d38e0a5537"}, "name": "Member"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 11:02:54,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-01dc4080-9487-49b0-bc6f-6f0bdc7dbd68 2018-10-12 11:02:54,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0787930488586s 2018-10-12 11:02:54,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-12 11:02:54,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:02:54,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaf9dfd6-8df1-42e3-9b4a-96b58c47bfbb Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 11:02:54,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-eaf9dfd6-8df1-42e3-9b4a-96b58c47bfbb 2018-10-12 11:02:54,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0767810344696s 2018-10-12 11:02:54,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 11:02:54,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:02:54,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-444f1ae9-3520-413b-a05c-318042dabdb9 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_0e83460a-1a5e-495a-9515-643106db8593", "links": {"self": "http://172.30.9.26:5000/v3/users/ca1d6e0652f9403295ab89ef97a14926"}, "domain_id": "default", "enabled": true, "id": "ca1d6e0652f9403295ab89ef97a14926", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 11:02:54,378 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-444f1ae9-3520-413b-a05c-318042dabdb9 2018-10-12 11:02:54,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0968310832977s 2018-10-12 11:02:54,379 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-444f1ae9-3520-413b-a05c-318042dabdb9 2018-10-12 11:02:54,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-12 11:02:54,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=ca1d6e0652f9403295ab89ef97a14926&role.id=112190b0dab44ef9a2f2f86430c0c451&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:02:54,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:02:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cae4138c-9fc4-4ced-950a-12c752087a51 Content-Encoding: gzip Content-Length: 190 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=ca1d6e0652f9403295ab89ef97a14926&role.id=112190b0dab44ef9a2f2f86430c0c451&scope.domain.id=default", "previous": null, "next": null}} 2018-10-12 11:02:54,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=ca1d6e0652f9403295ab89ef97a14926&role.id=112190b0dab44ef9a2f2f86430c0c451&scope.domain.id=default used request id req-cae4138c-9fc4-4ced-950a-12c752087a51 2018-10-12 11:02:54,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0813839435577s 2018-10-12 11:02:54,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-12 11:02:54,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/domains/default/users/ca1d6e0652f9403295ab89ef97a14926/roles/112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:02:54,613 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:02:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40a34c3b-0bb8-4122-935d-90740992b98a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 11:02:54,613 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/domains/default/users/ca1d6e0652f9403295ab89ef97a14926/roles/112190b0dab44ef9a2f2f86430c0c451 used request id req-40a34c3b-0bb8-4122-935d-90740992b98a 2018-10-12 11:02:54,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.147089958191s 2018-10-12 11:02:54,614 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-12 11:02:59,875 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-12 11:02:59.567 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9587c0e3-fb63-44bf-b745-38a3b464564b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9587c0e3-fb63-44bf-b745-38a3b464564b | 2018-10-12T11:02:59 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9587c0e3-fb63-44bf-b745-38a3b464564b ~/.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-10-12 11:03:03,094 - 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-10-12 11:03:03,095 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-12 11:03:09,208 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-12 11:03:07.422 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-12 11:03:07.559 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-12 11:03:09.014 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4431525a-47ec-481d-82fe-33ed4b1b9198) has been successfully created! Using verifier 'opnfv-tempest' (UUID=4431525a-47ec-481d-82fe-33ed4b1b9198) as the default verifier for the future CLI operations. 2018-10-12 11:03:12,118 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-10-12 11:03:12,118 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-12 11:03:12,248 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-12 11:03:12,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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-10-12 11:03:12,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:03:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44a956ce-3220-4402-89c5-78cd59b9147b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 11:03:12,255 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-44a956ce-3220-4402-89c5-78cd59b9147b 2018-10-12 11:03:12,256 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 11:03:12,632 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "be1891943f1a40a3b989f0d38e0a5537", "name": "Member"}], "expires_at": "2018-10-12T12:03:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f100765a54424728b3055dfb2af594ce", "name": "tempest_smoke_seri-project_0e83460a-1a5e-495a-9515-643106db8593"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/f100765a54424728b3055dfb2af594ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/f100765a54424728b3055dfb2af594ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/f100765a54424728b3055dfb2af594ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f100765a54424728b3055dfb2af594ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/f100765a54424728b3055dfb2af594ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/f100765a54424728b3055dfb2af594ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f100765a54424728b3055dfb2af594ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/f100765a54424728b3055dfb2af594ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/f100765a54424728b3055dfb2af594ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f100765a54424728b3055dfb2af594ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/f100765a54424728b3055dfb2af594ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/f100765a54424728b3055dfb2af594ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_smoke_serial-user_0e83460a-1a5e-495a-9515-643106db8593", "id": "ca1d6e0652f9403295ab89ef97a14926"}, "audit_ids": ["6ZkQ3lQ4ROuayLij4zS4DQ"], "issued_at": "2018-10-12T11:03:12.000000Z"}} 2018-10-12 11:03:12,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}a447274a195a33b49be9e68070a4011f91a389e9" 2018-10-12 11:03:12,640 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 12 Oct 2018 11:03:12 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-10-12 11:03:12,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 11:03:12,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}a447274a195a33b49be9e68070a4011f91a389e9" 2018-10-12 11:03:12,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-dbcaf76f-ff66-4be5-a6cf-b96623423114 Date: Fri, 12 Oct 2018 11:03:12 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 11:03:12,807 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-dbcaf76f-ff66-4be5-a6cf-b96623423114 2018-10-12 11:03:12,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.163711071014s 2018-10-12 11:03:12,807 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-dbcaf76f-ff66-4be5-a6cf-b96623423114 2018-10-12 11:03:12,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-12 11:03:12,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}a447274a195a33b49be9e68070a4011f91a389e9" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_0e83460a-1a5e-495a-9515-643106db8593", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_0e83460a-1a5e-495a-9515-643106db8593"}' 2018-10-12 11:03:13,090 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/e6872518-aaec-4bf5-8256-3aea452e2efa X-Openstack-Request-Id: req-ae24d0ce-5fcd-4dde-ac85-2ff4cf49f9fc Date: Fri, 12 Oct 2018 11:03:13 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/e6872518-aaec-4bf5-8256-3aea452e2efa/file", "owner": "f100765a54424728b3055dfb2af594ce", "id": "e6872518-aaec-4bf5-8256-3aea452e2efa", "size": null, "self": "/v2/images/e6872518-aaec-4bf5-8256-3aea452e2efa", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T11:03:12Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_0e83460a-1a5e-495a-9515-643106db8593", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_0e83460a-1a5e-495a-9515-643106db8593", "checksum": null, "created_at": "2018-10-12T11:03:12Z", "protected": false} 2018-10-12 11:03:13,090 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-ae24d0ce-5fcd-4dde-ac85-2ff4cf49f9fc 2018-10-12 11:03:13,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.281964063644s 2018-10-12 11:03:13,091 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-ae24d0ce-5fcd-4dde-ac85-2ff4cf49f9fc returning object e6872518-aaec-4bf5-8256-3aea452e2efa 2018-10-12 11:03:13,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-12 11:03:13,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/e6872518-aaec-4bf5-8256-3aea452e2efa/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}a447274a195a33b49be9e68070a4011f91a389e9" -d '' 2018-10-12 11:03:14,816 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-170c8f2e-481e-4e6d-9116-d4a8374d3f6f Date: Fri, 12 Oct 2018 11:03:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 11:03:14,816 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/e6872518-aaec-4bf5-8256-3aea452e2efa/file used request id req-170c8f2e-481e-4e6d-9116-d4a8374d3f6f 2018-10-12 11:03:14,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.7239921093s 2018-10-12 11:03:14,816 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/e6872518-aaec-4bf5-8256-3aea452e2efa/file used request id req-170c8f2e-481e-4e6d-9116-d4a8374d3f6f 2018-10-12 11:03:14,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 11:03:14,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}a447274a195a33b49be9e68070a4011f91a389e9" 2018-10-12 11:03:14,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-2aef336c-8975-408a-9bc8-6c9ef8a0f3dd Date: Fri, 12 Oct 2018 11:03:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/e6872518-aaec-4bf5-8256-3aea452e2efa/snap", "metadata": {}}], "file": "/v2/images/e6872518-aaec-4bf5-8256-3aea452e2efa/file", "owner": "f100765a54424728b3055dfb2af594ce", "id": "e6872518-aaec-4bf5-8256-3aea452e2efa", "size": 12716032, "self": "/v2/images/e6872518-aaec-4bf5-8256-3aea452e2efa", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/e6872518-aaec-4bf5-8256-3aea452e2efa/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T11:03:14Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_0e83460a-1a5e-495a-9515-643106db8593", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_0e83460a-1a5e-495a-9515-643106db8593", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T11:03:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 11:03:14,839 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-2aef336c-8975-408a-9bc8-6c9ef8a0f3dd 2018-10-12 11:03:14,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0228741168976s 2018-10-12 11:03:14,840 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-2aef336c-8975-408a-9bc8-6c9ef8a0f3dd 2018-10-12 11:03:14,842 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/e6872518-aaec-4bf5-8256-3aea452e2efa/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e6872518-aaec-4bf5-8256-3aea452e2efa/file', 'owner': u'f100765a54424728b3055dfb2af594ce', 'id': u'e6872518-aaec-4bf5-8256-3aea452e2efa', 'size': 12716032, u'self': u'/v2/images/e6872518-aaec-4bf5-8256-3aea452e2efa', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f100765a54424728b3055dfb2af594ce', 'name': 'tempest_smoke_seri-project_0e83460a-1a5e-495a-9515-643106db8593', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/e6872518-aaec-4bf5-8256-3aea452e2efa/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-12T11:03:14Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-12T11:03:14Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_0e83460a-1a5e-495a-9515-643106db8593', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/e6872518-aaec-4bf5-8256-3aea452e2efa', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_0e83460a-1a5e-495a-9515-643106db8593', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_0e83460a-1a5e-495a-9515-643106db8593', 'created': u'2018-10-12T11:03:12Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-12T11:03:12Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/e6872518-aaec-4bf5-8256-3aea452e2efa', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_0e83460a-1a5e-495a-9515-643106db8593', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-12 11:03:14,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-12 11:03:14,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}7adbee1d8263515a0beb302c4b037fb7b00730f9" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke_serial-flavor_0e83460a-1a5e-495a-9515-643106db8593", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-12 11:03:15,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:03: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-c3f70d2e-493d-4300-b50e-1579473675a6 x-compute-request-id: req-c3f70d2e-493d-4300-b50e-1579473675a6 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/463328b1-a07c-4b83-b139-37c4ec4ac87e", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/463328b1-a07c-4b83-b139-37c4ec4ac87e", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "463328b1-a07c-4b83-b139-37c4ec4ac87e", "name": "tempest_smoke_serial-flavor_0e83460a-1a5e-495a-9515-643106db8593", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 11:03:15,029 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-c3f70d2e-493d-4300-b50e-1579473675a6 2018-10-12 11:03:15,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.186051130295s 2018-10-12 11:03:15,030 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-c3f70d2e-493d-4300-b50e-1579473675a6 returning object 463328b1-a07c-4b83-b139-37c4ec4ac87e 2018-10-12 11:03:15,030 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_0e83460a-1a5e-495a-9515-643106db8593', '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'd6e005d8411b4b378ddb320b792455b0', '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'463328b1-a07c-4b83-b139-37c4ec4ac87e', 'swap': 0}) 2018-10-12 11:03:15,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-12 11:03:15,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/463328b1-a07c-4b83-b139-37c4ec4ac87e/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}7adbee1d8263515a0beb302c4b037fb7b00730f9" -d '{"extra_specs": {}}' 2018-10-12 11:03:15,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11: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 x-openstack-request-id: req-1419dade-e0e4-40e1-99d5-7d518af7daef x-compute-request-id: req-1419dade-e0e4-40e1-99d5-7d518af7daef Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-12 11:03:15,051 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/463328b1-a07c-4b83-b139-37c4ec4ac87e/os-extra_specs used request id req-1419dade-e0e4-40e1-99d5-7d518af7daef 2018-10-12 11:03:15,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0202968120575s 2018-10-12 11:03:15,052 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/463328b1-a07c-4b83-b139-37c4ec4ac87e/os-extra_specs used request id req-1419dade-e0e4-40e1-99d5-7d518af7daef 2018-10-12 11:03:15,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:03:15,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}a447274a195a33b49be9e68070a4011f91a389e9" 2018-10-12 11:03:15,063 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 11:03:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 11:03:15,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a447274a195a33b49be9e68070a4011f91a389e9" 2018-10-12 11:03:15,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:03:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d067c1a2-49aa-4269-81a0-012543657d74 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "be1891943f1a40a3b989f0d38e0a5537", "links": {"self": "http://172.30.9.26:5000/v3/roles/be1891943f1a40a3b989f0d38e0a5537"}, "name": "Member"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 11:03:15,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-d067c1a2-49aa-4269-81a0-012543657d74 2018-10-12 11:03:15,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.115321159363s 2018-10-12 11:03:15,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-12 11:03:15,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}a447274a195a33b49be9e68070a4011f91a389e9" 2018-10-12 11:03:15,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11: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-21b4aead-dbca-49c8-a940-a1f7a3e20dc2 x-compute-request-id: req-21b4aead-dbca-49c8-a940-a1f7a3e20dc2 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 108}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 114}, "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": 6}]} 2018-10-12 11:03:15,376 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-21b4aead-dbca-49c8-a940-a1f7a3e20dc2 2018-10-12 11:03:15,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.203346967697s 2018-10-12 11:03:15,377 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-21b4aead-dbca-49c8-a940-a1f7a3e20dc2 2018-10-12 11:03:15,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 11:03:15,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}a447274a195a33b49be9e68070a4011f91a389e9" 2018-10-12 11:03:15,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-e39e7e10-82e1-449a-abc7-c91ce1c92db1 Date: Fri, 12 Oct 2018 11:03:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/e6872518-aaec-4bf5-8256-3aea452e2efa/snap", "metadata": {}}], "file": "/v2/images/e6872518-aaec-4bf5-8256-3aea452e2efa/file", "owner": "f100765a54424728b3055dfb2af594ce", "id": "e6872518-aaec-4bf5-8256-3aea452e2efa", "size": 12716032, "self": "/v2/images/e6872518-aaec-4bf5-8256-3aea452e2efa", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/e6872518-aaec-4bf5-8256-3aea452e2efa/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T11:03:14Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_0e83460a-1a5e-495a-9515-643106db8593", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_0e83460a-1a5e-495a-9515-643106db8593", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T11:03:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 11:03:15,598 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-e39e7e10-82e1-449a-abc7-c91ce1c92db1 2018-10-12 11:03:15,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.220788002014s 2018-10-12 11:03:15,599 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-e39e7e10-82e1-449a-abc7-c91ce1c92db1 2018-10-12 11:03:15,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-12 11:03:15,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}a447274a195a33b49be9e68070a4011f91a389e9" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_0e83460a-1a5e-495a-9515-643106db8593", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_alt_0e83460a-1a5e-495a-9515-643106db8593"}' 2018-10-12 11:03:15,673 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 899 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/816fba5d-5430-4314-9b21-1999e0ecfaec X-Openstack-Request-Id: req-59e107cb-cf1c-4f97-ac9b-2aba254f45aa Date: Fri, 12 Oct 2018 11:03:15 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/816fba5d-5430-4314-9b21-1999e0ecfaec/file", "owner": "f100765a54424728b3055dfb2af594ce", "id": "816fba5d-5430-4314-9b21-1999e0ecfaec", "size": null, "self": "/v2/images/816fba5d-5430-4314-9b21-1999e0ecfaec", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T11:03:15Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_0e83460a-1a5e-495a-9515-643106db8593", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_0e83460a-1a5e-495a-9515-643106db8593", "checksum": null, "created_at": "2018-10-12T11:03:15Z", "protected": false} 2018-10-12 11:03:15,673 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-59e107cb-cf1c-4f97-ac9b-2aba254f45aa 2018-10-12 11:03:15,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0718040466309s 2018-10-12 11:03:15,674 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-59e107cb-cf1c-4f97-ac9b-2aba254f45aa returning object 816fba5d-5430-4314-9b21-1999e0ecfaec 2018-10-12 11:03:15,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-12 11:03:15,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/816fba5d-5430-4314-9b21-1999e0ecfaec/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}a447274a195a33b49be9e68070a4011f91a389e9" -d '' 2018-10-12 11:03:16,936 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-39190e5b-6710-4011-b73a-ceb28fd2cedc Date: Fri, 12 Oct 2018 11:03:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 11:03:16,936 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/816fba5d-5430-4314-9b21-1999e0ecfaec/file used request id req-39190e5b-6710-4011-b73a-ceb28fd2cedc 2018-10-12 11:03:16,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.26165699959s 2018-10-12 11:03:16,936 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/816fba5d-5430-4314-9b21-1999e0ecfaec/file used request id req-39190e5b-6710-4011-b73a-ceb28fd2cedc 2018-10-12 11:03:16,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 11:03:16,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}a447274a195a33b49be9e68070a4011f91a389e9" 2018-10-12 11:03:17,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2383 Content-Type: application/json X-Openstack-Request-Id: req-c49ff91e-9d56-4a18-84dc-4284161149aa Date: Fri, 12 Oct 2018 11:03:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/816fba5d-5430-4314-9b21-1999e0ecfaec/snap", "metadata": {}}], "file": "/v2/images/816fba5d-5430-4314-9b21-1999e0ecfaec/file", "owner": "f100765a54424728b3055dfb2af594ce", "id": "816fba5d-5430-4314-9b21-1999e0ecfaec", "size": 12716032, "self": "/v2/images/816fba5d-5430-4314-9b21-1999e0ecfaec", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/816fba5d-5430-4314-9b21-1999e0ecfaec/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T11:03:16Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_0e83460a-1a5e-495a-9515-643106db8593", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_0e83460a-1a5e-495a-9515-643106db8593", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T11:03:15Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/e6872518-aaec-4bf5-8256-3aea452e2efa/snap", "metadata": {}}], "file": "/v2/images/e6872518-aaec-4bf5-8256-3aea452e2efa/file", "owner": "f100765a54424728b3055dfb2af594ce", "id": "e6872518-aaec-4bf5-8256-3aea452e2efa", "size": 12716032, "self": "/v2/images/e6872518-aaec-4bf5-8256-3aea452e2efa", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/e6872518-aaec-4bf5-8256-3aea452e2efa/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T11:03:14Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_0e83460a-1a5e-495a-9515-643106db8593", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_0e83460a-1a5e-495a-9515-643106db8593", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T11:03:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 11:03:17,104 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-c49ff91e-9d56-4a18-84dc-4284161149aa 2018-10-12 11:03:17,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.166734933853s 2018-10-12 11:03:17,104 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-c49ff91e-9d56-4a18-84dc-4284161149aa 2018-10-12 11:03:17,106 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/816fba5d-5430-4314-9b21-1999e0ecfaec/snap', u'metadata': Munch({})})], 'file': u'/v2/images/816fba5d-5430-4314-9b21-1999e0ecfaec/file', 'owner': u'f100765a54424728b3055dfb2af594ce', 'id': u'816fba5d-5430-4314-9b21-1999e0ecfaec', 'size': 12716032, u'self': u'/v2/images/816fba5d-5430-4314-9b21-1999e0ecfaec', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f100765a54424728b3055dfb2af594ce', 'name': 'tempest_smoke_seri-project_0e83460a-1a5e-495a-9515-643106db8593', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/816fba5d-5430-4314-9b21-1999e0ecfaec/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-12T11:03:16Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-12T11:03:16Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_0e83460a-1a5e-495a-9515-643106db8593', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/816fba5d-5430-4314-9b21-1999e0ecfaec', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_0e83460a-1a5e-495a-9515-643106db8593', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_0e83460a-1a5e-495a-9515-643106db8593', 'created': u'2018-10-12T11:03:15Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-12T11:03:15Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/816fba5d-5430-4314-9b21-1999e0ecfaec', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_0e83460a-1a5e-495a-9515-643106db8593', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-12 11:03:17,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-12 11:03:17,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}7adbee1d8263515a0beb302c4b037fb7b00730f9" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke_serial-flavor_alt_0e83460a-1a5e-495a-9515-643106db8593", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-12 11:03:17,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:03: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-004d00f8-a454-4aab-b43c-317e0bf5abc4 x-compute-request-id: req-004d00f8-a454-4aab-b43c-317e0bf5abc4 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/508fcb76-3b1f-46cb-ba19-43d2b54b0c5a", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/508fcb76-3b1f-46cb-ba19-43d2b54b0c5a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "508fcb76-3b1f-46cb-ba19-43d2b54b0c5a", "name": "tempest_smoke_serial-flavor_alt_0e83460a-1a5e-495a-9515-643106db8593", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 11:03:17,186 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-004d00f8-a454-4aab-b43c-317e0bf5abc4 2018-10-12 11:03:17,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0787568092346s 2018-10-12 11:03:17,186 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-004d00f8-a454-4aab-b43c-317e0bf5abc4 returning object 508fcb76-3b1f-46cb-ba19-43d2b54b0c5a 2018-10-12 11:03:17,187 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_0e83460a-1a5e-495a-9515-643106db8593', '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'd6e005d8411b4b378ddb320b792455b0', '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'508fcb76-3b1f-46cb-ba19-43d2b54b0c5a', 'swap': 0}) 2018-10-12 11:03:17,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-12 11:03:17,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/508fcb76-3b1f-46cb-ba19-43d2b54b0c5a/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}7adbee1d8263515a0beb302c4b037fb7b00730f9" -d '{"extra_specs": {}}' 2018-10-12 11:03:17,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:03: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-32d8e63e-e90c-4810-b1ec-8d45c28710ec x-compute-request-id: req-32d8e63e-e90c-4810-b1ec-8d45c28710ec Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-12 11:03:17,209 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/508fcb76-3b1f-46cb-ba19-43d2b54b0c5a/os-extra_specs used request id req-32d8e63e-e90c-4810-b1ec-8d45c28710ec 2018-10-12 11:03:17,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0213301181793s 2018-10-12 11:03:17,210 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/508fcb76-3b1f-46cb-ba19-43d2b54b0c5a/os-extra_specs used request id req-32d8e63e-e90c-4810-b1ec-8d45c28710ec 2018-10-12 11:03:17,210 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_0e83460a-1a5e-495a-9515-643106db8593', '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'd6e005d8411b4b378ddb320b792455b0', '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'508fcb76-3b1f-46cb-ba19-43d2b54b0c5a', 'swap': 0}) 2018-10-12 11:03:20,344 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-12 11:03:19.328 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4431525a-47ec-481d-82fe-33ed4b1b9198) for deployment 'opnfv-rally' (UUID=9587c0e3-fb63-44bf-b745-38a3b464564b). 2018-10-12 11:03:20.179 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-12 11:03:20.182 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4431525a-47ec-481d-82fe-33ed4b1b9198) has been successfully configured for deployment 'opnfv-rally' (UUID=9587c0e3-fb63-44bf-b745-38a3b464564b)! 2018-10-12 11:03:20,344 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-12 11:03:20,345 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-12 11:03:20,347 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-12 11:03:20,363 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-12 11:03:24,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-4431525a-47ec-481d-82fe-33ed4b1b9198/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-10-12 11:03:24,029 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-12 11:03:24,045 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-12 11:03:24,046 - 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-10-12 11:03:26,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:03:26.128 49 INFO rally.api [-] Starting verification (UUID=52016347-e7f1-4b2d-882d-4fd51e433f38) for deployment 'opnfv-rally' (UUID=9587c0e3-fb63-44bf-b745-38a3b464564b) by verifier 'opnfv-tempest' (UUID=4431525a-47ec-481d-82fe-33ed4b1b9198). 2018-10-12 11:03:26,129 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 52016347-e7f1-4b2d-882d-4fd51e433f38 2018-10-12 11:03:32,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:03:32.181 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.180s] 2018-10-12 11:03:32,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:03:32.239 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.058s] 2018-10-12 11:03:38,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:03:38.775 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.325s] 2018-10-12 11:03:41,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:03:41.909 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.134s] 2018-10-12 11:03:54,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:03:54.253 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [5.480s] 2018-10-12 11:04:09,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:04:09.823 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [9.942s] 2018-10-12 11:04:49,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:04:49.040 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.061s] 2018-10-12 11:04:49,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:04:49.042 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-10-12 11:05:20,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:05:20.879 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.074s] 2018-10-12 11:05:20,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:05:20.880 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-10-12 11:05:52,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:05:52.896 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.067s] 2018-10-12 11:05:52,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:05:52.898 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-10-12 11:07:41,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:07:41.131 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [74.741s] 2018-10-12 11:08:02,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:08:02.835 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.060s] 2018-10-12 11:08:02,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:08:02.931 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.096s] 2018-10-12 11:08:10,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:08:10.878 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.669s] 2018-10-12 11:08:10,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:08:10.888 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-10-12 11:08:12,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:08:12.452 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-10-12 11:08:12,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:08:12.452 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-10-12 11:08:16,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:08:16.705 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.352s] 2018-10-12 11:08:23,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:08:23.106 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.409s] 2018-10-12 11:08:30,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:08:30.102 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.629s] 2018-10-12 11:08:37,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:08:37.777 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.424s] 2018-10-12 11:08:47,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:08:47.299 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.003s] 2018-10-12 11:08:54,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:08:54.196 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.701s] 2018-10-12 11:09:00,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:09:00.607 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.164s] 2018-10-12 11:09:08,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:09:08.383 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.378s] 2018-10-12 11:09:15,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:09:15.788 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.745s] 2018-10-12 11:09:25,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:09:25.211 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.642s] 2018-10-12 11:09:27,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:09:27.582 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-10-12 11:09:29,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:09:29.486 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.070s] 2018-10-12 11:09:29,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:09:29.568 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.082s] 2018-10-12 11:09:29,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:09:29.646 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.077s] 2018-10-12 11:09:29,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:09:29.653 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-10-12 11:09:33,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:09:33.586 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.757s] 2018-10-12 11:09:35,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:09:35.863 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.275s] 2018-10-12 11:09:37,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:09:37.803 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.940s] 2018-10-12 11:09:43,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:09:43.293 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-10-12 11:09:50,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:09:50.648 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.619s] 2018-10-12 11:10:03,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:10:03.281 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.809s] 2018-10-12 11:10:06,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:10:06.749 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.467s] 2018-10-12 11:10:17,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:10:17.666 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.673s] 2018-10-12 11:10:21,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:10:21.475 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.807s] 2018-10-12 11:10:30,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:10:30.325 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.850s] 2018-10-12 11:10:40,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:10:40.105 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.384s] 2018-10-12 11:10:43,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:10:43.720 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.614s] 2018-10-12 11:10:50,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:10:50.119 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.399s] 2018-10-12 11:11:05,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:11:05.468 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.185s] 2018-10-12 11:11:05,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:11:05.880 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.413s] 2018-10-12 11:11:06,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:11:06.155 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.274s] 2018-10-12 11:11:06,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:11:06.344 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.189s] 2018-10-12 11:11:06,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:11:06.591 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.246s] 2018-10-12 11:11:06,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:11:06.642 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.051s] 2018-10-12 11:11:20,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:11:20.880 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.017s] 2018-10-12 11:11:21,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:11:21.156 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.276s] 2018-10-12 11:11:21,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:11:21.265 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.108s] 2018-10-12 11:11:21,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:11:21.346 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.081s] 2018-10-12 11:11:21,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:11:21.478 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.131s] 2018-10-12 11:11:21,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:11:21.695 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.216s] 2018-10-12 11:11:35,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:11:35.519 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.058s] 2018-10-12 11:11:41,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:11:41.974 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.454s] 2018-10-12 11:11:44,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:11:44.076 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.101s] 2018-10-12 11:11:44,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:11:44.290 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.214s] 2018-10-12 11:11:44,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:11:44.343 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.054s] 2018-10-12 11:11:57,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:11:57.105 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.291s] 2018-10-12 11:12:03,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:12:03.604 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.498s] 2018-10-12 11:12:05,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:12:05.363 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.758s] 2018-10-12 11:12:05,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:12:05.568 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.205s] 2018-10-12 11:12:05,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:12:05.646 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.077s] 2018-10-12 11:12:20,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:12:20.348 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.092s] 2018-10-12 11:12:26,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:12:26.050 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.702s] 2018-10-12 11:12:30,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:12:30.951 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.900s] 2018-10-12 11:12:34,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:12:34.896 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.944s] 2018-10-12 11:12:59,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:12:59.867 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.400s] 2018-10-12 11:13:05,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:13:05.591 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.725s] 2018-10-12 11:13:09,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:13:09.617 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.023s] 2018-10-12 11:13:16,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:13:16.325 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [6.709s] 2018-10-12 11:13:33,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:13:33.421 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.556s] 2018-10-12 11:13:35,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:13:35.889 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.464s] 2018-10-12 11:13:35,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:13:35.958 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.072s] 2018-10-12 11:13:40,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:13:40.590 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.460s] 2018-10-12 11:13:42,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:13:42.714 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.122s] 2018-10-12 11:13:42,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:13:42.902 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.191s] 2018-10-12 11:13:47,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:13:47.355 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.409s] 2018-10-12 11:13:50,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:13:50.682 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-10-12 11:13:51,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:13:51.938 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-10-12 11:13:51,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:13:51.941 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-10-12 11:13:51,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:13:51.942 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-10-12 11:13:51,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:13:51.943 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-12 11:13:51,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:13:51.944 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-10-12 11:13:53,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:13:53.792 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-10-12 11:14:07,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:14:07.826 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [8.841s] 2018-10-12 11:14:21,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:14:21.555 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.844s] 2018-10-12 11:14:33,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:14:33.888 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.330s] 2018-10-12 11:14:43,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:14:43.956 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.040s] 2018-10-12 11:17:25,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:17:25.656 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [155.987s] 2018-10-12 11:17:42,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:17:42.510 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps ... fail 2018-10-12 11:17:50,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:17:50.695 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode ... fail 2018-10-12 11:17:54,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 52016347-e7f1-4b2d-882d-4fd51e433f38 2018-10-12 11:17:54,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '52016347-e7f1-4b2d-882d-4fd51e433f38']'. 2018-10-12 11:17:54,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-12 11:17:54,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-12 11:17:54,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-12 11:17:54,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 52016347-e7f1-4b2d-882d-4fd51e433f38 | 2018-10-12 11:17:54,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-12 11:17:54,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-12 11:03:26 | 2018-10-12 11:17:54,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-12 11:17:53 | 2018-10-12 11:17:54,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:14:27 | 2018-10-12 11:17:54,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-10-12 11:17:54,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-12 11:17:54,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-12 11:17:54,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 4431525a-47ec-481d-82fe-33ed4b1b9198) | 2018-10-12 11:17:54,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-12 11:17:54,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9587c0e3-fb63-44bf-b745-38a3b464564b) | 2018-10-12 11:17:54,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-10-12 11:17:54,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 860.57 | 2018-10-12 11:17:54,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 87 | 2018-10-12 11:17:54,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-10-12 11:17:54,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-12 11:17:54,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-12 11:17:54,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-10-12 11:17:54,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-12 11:17:54,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-12 11:17:54,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-12 11:17:55,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 96.6666666667% 2018-10-12 11:17:55,149 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-12 11:17:55,149 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 14:43 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-10-12 11:17:55,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-12 11:17:55,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/816fba5d-5430-4314-9b21-1999e0ecfaec -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a447274a195a33b49be9e68070a4011f91a389e9" 2018-10-12 11:17:56,423 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2a399cda-1cb7-40ac-b5d9-5d7c29ed8ddb Date: Fri, 12 Oct 2018 11:17:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 11:17:56,423 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/816fba5d-5430-4314-9b21-1999e0ecfaec used request id req-2a399cda-1cb7-40ac-b5d9-5d7c29ed8ddb 2018-10-12 11:17:56,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.26910090446s 2018-10-12 11:17:56,424 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/816fba5d-5430-4314-9b21-1999e0ecfaec used request id req-2a399cda-1cb7-40ac-b5d9-5d7c29ed8ddb 2018-10-12 11:17:56,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-12 11:17:56,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:17:56,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:17:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c1bc105-804f-4504-b47e-8a8266d17d6d x-compute-request-id: req-3c1bc105-804f-4504-b47e-8a8266d17d6d Content-Encoding: gzip Content-Length: 371 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/463328b1-a07c-4b83-b139-37c4ec4ac87e", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/463328b1-a07c-4b83-b139-37c4ec4ac87e", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "463328b1-a07c-4b83-b139-37c4ec4ac87e", "name": "tempest_smoke_serial-flavor_0e83460a-1a5e-495a-9515-643106db8593", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/508fcb76-3b1f-46cb-ba19-43d2b54b0c5a", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/508fcb76-3b1f-46cb-ba19-43d2b54b0c5a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "508fcb76-3b1f-46cb-ba19-43d2b54b0c5a", "name": "tempest_smoke_serial-flavor_alt_0e83460a-1a5e-495a-9515-643106db8593", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-12 11:17:56,606 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-3c1bc105-804f-4504-b47e-8a8266d17d6d 2018-10-12 11:17:56,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.181644916534s 2018-10-12 11:17:56,606 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-3c1bc105-804f-4504-b47e-8a8266d17d6d 2018-10-12 11:17:56,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-12 11:17:56,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/508fcb76-3b1f-46cb-ba19-43d2b54b0c5a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:17:56,755 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 11:17:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-73f418d4-7fe9-4cda-9dc5-5550bd1e0451 x-compute-request-id: req-73f418d4-7fe9-4cda-9dc5-5550bd1e0451 Content-Length: 0 Content-Type: application/json 2018-10-12 11:17:56,755 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/508fcb76-3b1f-46cb-ba19-43d2b54b0c5a used request id req-73f418d4-7fe9-4cda-9dc5-5550bd1e0451 2018-10-12 11:17:56,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.146147966385s 2018-10-12 11:17:56,755 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/508fcb76-3b1f-46cb-ba19-43d2b54b0c5a used request id req-73f418d4-7fe9-4cda-9dc5-5550bd1e0451 2018-10-12 11:17:56,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 11:17:56,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}a447274a195a33b49be9e68070a4011f91a389e9" 2018-10-12 11:17:56,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-615577b9-4e5e-43c0-9b47-c45274ddcd29 Date: Fri, 12 Oct 2018 11:17:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/e6872518-aaec-4bf5-8256-3aea452e2efa/snap", "metadata": {}}], "file": "/v2/images/e6872518-aaec-4bf5-8256-3aea452e2efa/file", "owner": "f100765a54424728b3055dfb2af594ce", "id": "e6872518-aaec-4bf5-8256-3aea452e2efa", "size": 12716032, "self": "/v2/images/e6872518-aaec-4bf5-8256-3aea452e2efa", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/e6872518-aaec-4bf5-8256-3aea452e2efa/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T11:03:14Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_0e83460a-1a5e-495a-9515-643106db8593", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_0e83460a-1a5e-495a-9515-643106db8593", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T11:03:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 11:17:56,928 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-615577b9-4e5e-43c0-9b47-c45274ddcd29 2018-10-12 11:17:56,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.172451972961s 2018-10-12 11:17:56,929 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-615577b9-4e5e-43c0-9b47-c45274ddcd29 2018-10-12 11:17:56,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-12 11:17:56,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/e6872518-aaec-4bf5-8256-3aea452e2efa -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a447274a195a33b49be9e68070a4011f91a389e9" 2018-10-12 11:17:58,681 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f125fa18-9536-406c-a603-1d5a02ce8c75 Date: Fri, 12 Oct 2018 11:17:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 11:17:58,681 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/e6872518-aaec-4bf5-8256-3aea452e2efa used request id req-f125fa18-9536-406c-a603-1d5a02ce8c75 2018-10-12 11:17:58,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.75103497505s 2018-10-12 11:17:58,682 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/e6872518-aaec-4bf5-8256-3aea452e2efa used request id req-f125fa18-9536-406c-a603-1d5a02ce8c75 2018-10-12 11:17:58,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-12 11:17:58,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:17:58,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:17: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-7a599a38-ed08-4ab8-ba17-8906dc61e701 x-compute-request-id: req-7a599a38-ed08-4ab8-ba17-8906dc61e701 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/463328b1-a07c-4b83-b139-37c4ec4ac87e", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/463328b1-a07c-4b83-b139-37c4ec4ac87e", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "463328b1-a07c-4b83-b139-37c4ec4ac87e", "name": "tempest_smoke_serial-flavor_0e83460a-1a5e-495a-9515-643106db8593", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-12 11:17:58,716 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-7a599a38-ed08-4ab8-ba17-8906dc61e701 2018-10-12 11:17:58,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0339269638062s 2018-10-12 11:17:58,717 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-7a599a38-ed08-4ab8-ba17-8906dc61e701 2018-10-12 11:17:58,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-12 11:17:58,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/463328b1-a07c-4b83-b139-37c4ec4ac87e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:17:58,765 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 11:17: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-e9bd1185-6a18-427b-8f6b-a21871c8fd10 x-compute-request-id: req-e9bd1185-6a18-427b-8f6b-a21871c8fd10 Content-Length: 0 Content-Type: application/json 2018-10-12 11:17:58,766 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/463328b1-a07c-4b83-b139-37c4ec4ac87e used request id req-e9bd1185-6a18-427b-8f6b-a21871c8fd10 2018-10-12 11:17:58,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0472629070282s 2018-10-12 11:17:58,766 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/463328b1-a07c-4b83-b139-37c4ec4ac87e used request id req-e9bd1185-6a18-427b-8f6b-a21871c8fd10 2018-10-12 11:17:58,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 11:17:58,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:17:58,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:17:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef791dfa-be48-4529-b7b1-44dfaa55c5f1 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_0e83460a-1a5e-495a-9515-643106db8593", "links": {"self": "http://172.30.9.26:5000/v3/users/ca1d6e0652f9403295ab89ef97a14926"}, "domain_id": "default", "enabled": true, "id": "ca1d6e0652f9403295ab89ef97a14926", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 11:17:58,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-ef791dfa-be48-4529-b7b1-44dfaa55c5f1 2018-10-12 11:17:58,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.105070829391s 2018-10-12 11:17:58,872 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-ef791dfa-be48-4529-b7b1-44dfaa55c5f1 2018-10-12 11:17:58,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 11:17:58,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/ca1d6e0652f9403295ab89ef97a14926 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:17:58,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:17:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3aa670a7-5b2b-4da8-8b14-eff3643f2c97 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/ca1d6e0652f9403295ab89ef97a14926"}, "enabled": true, "id": "ca1d6e0652f9403295ab89ef97a14926", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_0e83460a-1a5e-495a-9515-643106db8593"}} 2018-10-12 11:17:58,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/ca1d6e0652f9403295ab89ef97a14926 used request id req-3aa670a7-5b2b-4da8-8b14-eff3643f2c97 2018-10-12 11:17:58,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0868539810181s 2018-10-12 11:17:58,965 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/ca1d6e0652f9403295ab89ef97a14926 used request id req-3aa670a7-5b2b-4da8-8b14-eff3643f2c97 2018-10-12 11:17:58,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-12 11:17:58,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/ca1d6e0652f9403295ab89ef97a14926 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:17:59,178 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:17:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-665f4ebb-1762-4cbf-9877-eb03b1068098 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 11:17:59,178 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/ca1d6e0652f9403295ab89ef97a14926 used request id req-665f4ebb-1762-4cbf-9877-eb03b1068098 2018-10-12 11:17:59,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.212186098099s 2018-10-12 11:17:59,178 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/ca1d6e0652f9403295ab89ef97a14926 used request id req-665f4ebb-1762-4cbf-9877-eb03b1068098 2018-10-12 11:17:59,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 11:17:59,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:17:59,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:17:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c79f1f02-54bc-4dc3-bad0-b5e44975ee50 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "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.26:5000/v3/projects/f100765a54424728b3055dfb2af594ce"}, "enabled": true, "id": "f100765a54424728b3055dfb2af594ce", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_0e83460a-1a5e-495a-9515-643106db8593"}]} 2018-10-12 11:17:59,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-c79f1f02-54bc-4dc3-bad0-b5e44975ee50 2018-10-12 11:17:59,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.081974029541s 2018-10-12 11:17:59,261 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-c79f1f02-54bc-4dc3-bad0-b5e44975ee50 2018-10-12 11:17:59,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-12 11:17:59,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/f100765a54424728b3055dfb2af594ce -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:17:59,420 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:17:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4d53422-09fe-4d40-9227-13a1640eaa78 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 11:17:59,421 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/f100765a54424728b3055dfb2af594ce used request id req-e4d53422-09fe-4d40-9227-13a1640eaa78 2018-10-12 11:17:59,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.157149076462s 2018-10-12 11:17:59,421 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/f100765a54424728b3055dfb2af594ce used request id req-e4d53422-09fe-4d40-9227-13a1640eaa78 2018-10-12 11:17:59,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:17:59,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:17:59,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:17:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-418989d0-116a-4c38-97f3-17b5392104ac Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "be1891943f1a40a3b989f0d38e0a5537", "links": {"self": "http://172.30.9.26:5000/v3/roles/be1891943f1a40a3b989f0d38e0a5537"}, "name": "Member"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 11:17:59,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-418989d0-116a-4c38-97f3-17b5392104ac 2018-10-12 11:17:59,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0844430923462s 2018-10-12 11:17:59,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-12 11:17:59,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/be1891943f1a40a3b989f0d38e0a5537 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:17:59,615 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:17:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7850430d-ff14-4dbb-be1f-d910de8830f5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 11:17:59,615 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/be1891943f1a40a3b989f0d38e0a5537 used request id req-7850430d-ff14-4dbb-be1f-d910de8830f5 2018-10-12 11:17:59,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.1075527668s 2018-10-12 11:17:59,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-12 11:17:59,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/security-groups.json?project_id=f100765a54424728b3055dfb2af594ce&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7adbee1d8263515a0beb302c4b037fb7b00730f9" 2018-10-12 11:17:59,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-1408761b-3364-4fff-8fdc-0eb5df40ebc9 Date: Fri, 12 Oct 2018 11:17:59 GMT RESP BODY: {"security_groups": []} 2018-10-12 11:17:59,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=f100765a54424728b3055dfb2af594ce&name=default used request id req-1408761b-3364-4fff-8fdc-0eb5df40ebc9 2018-10-12 11:17:59,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.210589170456s 2018-10-12 11:17:59,829 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=f100765a54424728b3055dfb2af594ce&name=default used request id req-1408761b-3364-4fff-8fdc-0eb5df40ebc9 2018-10-12 11:17:59,829 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-10-12 11:17:59,883 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-10-12 11:17:59,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 11:17:59,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 11:17:59,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 11:17:59,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 11:17:59,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 11:17:59,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 11:17:59,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 11:17:59,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 11:17:59,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 11:17:59,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 11:17:59,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 11:17:59,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 11:17:59,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 11:17:59,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 11:17:59,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 11:17:59,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 11:17:59,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 11:17:59,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 11:17:59,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 11:17:59,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 11:17:59,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 11:17:59,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 11:17:59,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 11:17:59,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 11:17:59,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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-10-12 11:17:59,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:17:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-648d5826-bd21-4c08-8375-254143915758 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 11:17:59,979 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-648d5826-bd21-4c08-8375-254143915758 2018-10-12 11:17:59,980 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 11:18:00,359 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T12:18:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["zsez_ve1SpO76cpORahLyg"], "issued_at": "2018-10-12T11:18:00.000000Z"}} 2018-10-12 11:18:00,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-12 11:18:00,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}bc5bef103e704f060db8e658b8b2c7768c9c5def" 2018-10-12 11:18:00,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-d07ea14e-e956-404e-b432-62a5ebfc1c6f Date: Fri, 12 Oct 2018 11:18:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"}]} 2018-10-12 11:18:00,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d07ea14e-e956-404e-b432-62a5ebfc1c6f 2018-10-12 11:18:00,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.230880022049s 2018-10-12 11:18:00,593 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d07ea14e-e956-404e-b432-62a5ebfc1c6f 2018-10-12 11:18:00,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-12 11:18:00,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}bc5bef103e704f060db8e658b8b2c7768c9c5def" 2018-10-12 11:18:00,602 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 11:18: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 11:18:00,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc5bef103e704f060db8e658b8b2c7768c9c5def" 2018-10-12 11:18:00,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d3316d1-1002-4242-b8ad-addc7c6bc90e Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/4c63915287d940839daec75dc8b59ff1"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4c63915287d940839daec75dc8b59ff1"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-10-12 11:18:00,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-8d3316d1-1002-4242-b8ad-addc7c6bc90e 2018-10-12 11:18:00,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0850899219513s 2018-10-12 11:18:00,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-12 11:18:00,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}bc5bef103e704f060db8e658b8b2c7768c9c5def" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_21b288be-afb9-4c97-91b8-8cd7abdf83c0"}}' 2018-10-12 11:18:00,782 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 11:18:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c5528df-88a6-473b-8f8a-3088e4cc8a8a 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.26:5000/v3/projects/f024d8ca6ec34247a132234f3944486e"}, "enabled": true, "id": "f024d8ca6ec34247a132234f3944486e", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_21b288be-afb9-4c97-91b8-8cd7abdf83c0"}} 2018-10-12 11:18:00,783 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-5c5528df-88a6-473b-8f8a-3088e4cc8a8a 2018-10-12 11:18:00,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.102514982224s 2018-10-12 11:18:00,783 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-5c5528df-88a6-473b-8f8a-3088e4cc8a8a 2018-10-12 11:18:00,784 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_21b288be-afb9-4c97-91b8-8cd7abdf83c0', 'id': u'f024d8ca6ec34247a132234f3944486e', '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-10-12 11:18:00,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-12 11:18:01,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.363273859024s 2018-10-12 11:18:01,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/d7a425651fbd445098e12c9334c958d2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc5bef103e704f060db8e658b8b2c7768c9c5def" 2018-10-12 11:18:01,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4153f1ac-f403-4f2b-b65a-90954db1dd2c Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/d7a425651fbd445098e12c9334c958d2"}, "enabled": true, "id": "d7a425651fbd445098e12c9334c958d2", "options": {}, "domain_id": "default", "name": "rally_sanity-user_21b288be-afb9-4c97-91b8-8cd7abdf83c0"}} 2018-10-12 11:18:01,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/d7a425651fbd445098e12c9334c958d2 used request id req-4153f1ac-f403-4f2b-b65a-90954db1dd2c 2018-10-12 11:18:01,238 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd7a425651fbd445098e12c9334c958d2', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_21b288be-afb9-4c97-91b8-8cd7abdf83c0'}) 2018-10-12 11:18:01,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:18:01,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc5bef103e704f060db8e658b8b2c7768c9c5def" 2018-10-12 11:18:01,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8956173b-dddc-45d9-9889-73f8be272f3d Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 11:18:01,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-8956173b-dddc-45d9-9889-73f8be272f3d 2018-10-12 11:18:01,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0814650058746s 2018-10-12 11:18:01,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:18:01,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc5bef103e704f060db8e658b8b2c7768c9c5def" 2018-10-12 11:18:01,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d832511c-ba18-4f12-a9a7-167708796712 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 11:18:01,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-d832511c-ba18-4f12-a9a7-167708796712 2018-10-12 11:18:01,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0842971801758s 2018-10-12 11:18:01,406 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-12 11:18:01,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-12 11:18:01,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc5bef103e704f060db8e658b8b2c7768c9c5def" -d '{"role": {"name": "Member"}}' 2018-10-12 11:18:01,501 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 11:18:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d63f4d84-8db9-49d6-aac1-240fe333c47d Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c9594f78030f494ea2d33a47d9c3127c", "links": {"self": "http://172.30.9.26:5000/v3/roles/c9594f78030f494ea2d33a47d9c3127c"}, "name": "Member"}} 2018-10-12 11:18:01,501 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-d63f4d84-8db9-49d6-aac1-240fe333c47d 2018-10-12 11:18:01,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0950129032135s 2018-10-12 11:18:01,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/c9594f78030f494ea2d33a47d9c3127c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc5bef103e704f060db8e658b8b2c7768c9c5def" 2018-10-12 11:18:01,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6bf09a0-aa78-46cc-ad2f-7a5958c410b3 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/c9594f78030f494ea2d33a47d9c3127c"}, "domain_id": null, "name": "Member", "id": "c9594f78030f494ea2d33a47d9c3127c"}} 2018-10-12 11:18:01,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/c9594f78030f494ea2d33a47d9c3127c used request id req-d6bf09a0-aa78-46cc-ad2f-7a5958c410b3 2018-10-12 11:18:01,582 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/c9594f78030f494ea2d33a47d9c3127c'}, 'domain_id': None, 'human_id': None, 'id': u'c9594f78030f494ea2d33a47d9c3127c', 'HUMAN_ID': False}) 2018-10-12 11:18:01,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:18:01,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc5bef103e704f060db8e658b8b2c7768c9c5def" 2018-10-12 11:18:01,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df8deab6-2634-47a2-ad80-6f4882aaac36 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c9594f78030f494ea2d33a47d9c3127c", "links": {"self": "http://172.30.9.26:5000/v3/roles/c9594f78030f494ea2d33a47d9c3127c"}, "name": "Member"}]} 2018-10-12 11:18:01,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-df8deab6-2634-47a2-ad80-6f4882aaac36 2018-10-12 11:18:01,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0825910568237s 2018-10-12 11:18:01,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-12 11:18:01,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc5bef103e704f060db8e658b8b2c7768c9c5def" 2018-10-12 11:18:01,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ba288cf-330c-47ff-afe4-ce6928418676 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 11:18:01,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-0ba288cf-330c-47ff-afe4-ce6928418676 2018-10-12 11:18:01,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0673768520355s 2018-10-12 11:18:01,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 11:18:01,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}bc5bef103e704f060db8e658b8b2c7768c9c5def" 2018-10-12 11:18:01,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c676157-5e2a-47fc-adb9-fc5793275345 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_21b288be-afb9-4c97-91b8-8cd7abdf83c0", "links": {"self": "http://172.30.9.26:5000/v3/users/d7a425651fbd445098e12c9334c958d2"}, "domain_id": "default", "enabled": true, "id": "d7a425651fbd445098e12c9334c958d2", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 11:18:01,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-1c676157-5e2a-47fc-adb9-fc5793275345 2018-10-12 11:18:01,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0958352088928s 2018-10-12 11:18:01,832 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-1c676157-5e2a-47fc-adb9-fc5793275345 2018-10-12 11:18:01,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 11:18:01,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}bc5bef103e704f060db8e658b8b2c7768c9c5def" 2018-10-12 11:18:01,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdbcfb88-42ac-4192-b349-cf85bb2c492f Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26: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.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.26:5000/v3/projects/f024d8ca6ec34247a132234f3944486e"}, "enabled": true, "id": "f024d8ca6ec34247a132234f3944486e", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_21b288be-afb9-4c97-91b8-8cd7abdf83c0"}]} 2018-10-12 11:18:01,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-bdbcfb88-42ac-4192-b349-cf85bb2c492f 2018-10-12 11:18:01,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0804169178009s 2018-10-12 11:18:01,919 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-bdbcfb88-42ac-4192-b349-cf85bb2c492f 2018-10-12 11:18:01,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-12 11:18:01,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=d7a425651fbd445098e12c9334c958d2&scope.project.id=f024d8ca6ec34247a132234f3944486e&role.id=c9594f78030f494ea2d33a47d9c3127c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc5bef103e704f060db8e658b8b2c7768c9c5def" 2018-10-12 11:18:01,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfb0e668-8e1a-4d40-8ef2-92faa83e613a Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=d7a425651fbd445098e12c9334c958d2&scope.project.id=f024d8ca6ec34247a132234f3944486e&role.id=c9594f78030f494ea2d33a47d9c3127c", "previous": null, "next": null}} 2018-10-12 11:18:01,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=d7a425651fbd445098e12c9334c958d2&scope.project.id=f024d8ca6ec34247a132234f3944486e&role.id=c9594f78030f494ea2d33a47d9c3127c used request id req-bfb0e668-8e1a-4d40-8ef2-92faa83e613a 2018-10-12 11:18:01,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0728540420532s 2018-10-12 11:18:01,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-12 11:18:01,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/f024d8ca6ec34247a132234f3944486e/users/d7a425651fbd445098e12c9334c958d2/roles/c9594f78030f494ea2d33a47d9c3127c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc5bef103e704f060db8e658b8b2c7768c9c5def" 2018-10-12 11:18:02,139 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:18:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d75a9fd-782c-40a8-8b4a-8b55358f2d29 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 11:18:02,139 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/f024d8ca6ec34247a132234f3944486e/users/d7a425651fbd445098e12c9334c958d2/roles/c9594f78030f494ea2d33a47d9c3127c used request id req-9d75a9fd-782c-40a8-8b4a-8b55358f2d29 2018-10-12 11:18:02,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.144856929779s 2018-10-12 11:18:02,140 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_21b288be-afb9-4c97-91b8-8cd7abdf83c0', 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': '64a86df1-ed14-42de-997b-c270517a15b2', 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_21b288be-afb9-4c97-91b8-8cd7abdf83c0', 'project_id': u'f024d8ca6ec34247a132234f3944486e', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-12 11:18:02,141 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 11:18:02,141 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 11:18:02,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 11:18:02,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 11:18:02,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 11:18:02,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 11:18:02,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 11:18:02,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 11:18:02,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 11:18:02,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 11:18:02,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 11:18:02,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 11:18:02,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 11:18:02,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 11:18:02,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 11:18:02,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 11:18:02,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 11:18:02,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 11:18:02,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 11:18:02,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 11:18:02,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 11:18:02,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 11:18:02,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 11:18:02,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 11:18:02,145 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_21b288be-afb9-4c97-91b8-8cd7abdf83c0', 'password': '64a86df1-ed14-42de-997b-c270517a15b2', 'project_name': 'rally_sanity-project_21b288be-afb9-4c97-91b8-8cd7abdf83c0', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': 'f024d8ca6ec34247a132234f3944486e', 'project_domain_name': 'Default'} 2018-10-12 11:18:02,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:18:02,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc5bef103e704f060db8e658b8b2c7768c9c5def" 2018-10-12 11:18:02,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44744e25-2f81-40fa-9433-c2ccdc2af70e Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c9594f78030f494ea2d33a47d9c3127c", "links": {"self": "http://172.30.9.26:5000/v3/roles/c9594f78030f494ea2d33a47d9c3127c"}, "name": "Member"}]} 2018-10-12 11:18:02,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-44744e25-2f81-40fa-9433-c2ccdc2af70e 2018-10-12 11:18:02,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0766890048981s 2018-10-12 11:18:02,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:18:02,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc5bef103e704f060db8e658b8b2c7768c9c5def" 2018-10-12 11:18:02,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd160aab-75eb-4985-b56c-8c965599dfd1 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c9594f78030f494ea2d33a47d9c3127c", "links": {"self": "http://172.30.9.26:5000/v3/roles/c9594f78030f494ea2d33a47d9c3127c"}, "name": "Member"}]} 2018-10-12 11:18:02,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-bd160aab-75eb-4985-b56c-8c965599dfd1 2018-10-12 11:18:02,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0734980106354s 2018-10-12 11:18:02,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-12 11:18:02,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc5bef103e704f060db8e658b8b2c7768c9c5def" 2018-10-12 11:18:02,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b0d8008-dfac-4f26-95d0-b3c31beccf30 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 11:18:02,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-1b0d8008-dfac-4f26-95d0-b3c31beccf30 2018-10-12 11:18:02,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0852420330048s 2018-10-12 11:18:02,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 11:18:02,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}bc5bef103e704f060db8e658b8b2c7768c9c5def" 2018-10-12 11:18:02,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22b3cd1a-3286-40e5-8167-5a70a4b1b15b Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_21b288be-afb9-4c97-91b8-8cd7abdf83c0", "links": {"self": "http://172.30.9.26:5000/v3/users/d7a425651fbd445098e12c9334c958d2"}, "domain_id": "default", "enabled": true, "id": "d7a425651fbd445098e12c9334c958d2", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 11:18:02,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-22b3cd1a-3286-40e5-8167-5a70a4b1b15b 2018-10-12 11:18:02,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.167891025543s 2018-10-12 11:18:02,553 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-22b3cd1a-3286-40e5-8167-5a70a4b1b15b 2018-10-12 11:18:02,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 11:18:02,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}bc5bef103e704f060db8e658b8b2c7768c9c5def" 2018-10-12 11:18:02,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5e3e123-6338-467f-bbb2-cebc6d62aa19 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26: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.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.26:5000/v3/projects/f024d8ca6ec34247a132234f3944486e"}, "enabled": true, "id": "f024d8ca6ec34247a132234f3944486e", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_21b288be-afb9-4c97-91b8-8cd7abdf83c0"}]} 2018-10-12 11:18:02,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-d5e3e123-6338-467f-bbb2-cebc6d62aa19 2018-10-12 11:18:02,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0772700309753s 2018-10-12 11:18:02,637 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-d5e3e123-6338-467f-bbb2-cebc6d62aa19 2018-10-12 11:18:02,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-12 11:18:02,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=d7a425651fbd445098e12c9334c958d2&scope.project.id=f024d8ca6ec34247a132234f3944486e&role.id=112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc5bef103e704f060db8e658b8b2c7768c9c5def" 2018-10-12 11:18:02,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c04d541-a991-4272-a1c8-3a6cdd8dd6ff Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=d7a425651fbd445098e12c9334c958d2&scope.project.id=f024d8ca6ec34247a132234f3944486e&role.id=112190b0dab44ef9a2f2f86430c0c451", "previous": null, "next": null}} 2018-10-12 11:18:02,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=d7a425651fbd445098e12c9334c958d2&scope.project.id=f024d8ca6ec34247a132234f3944486e&role.id=112190b0dab44ef9a2f2f86430c0c451 used request id req-1c04d541-a991-4272-a1c8-3a6cdd8dd6ff 2018-10-12 11:18:02,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0788090229034s 2018-10-12 11:18:02,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-12 11:18:02,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/f024d8ca6ec34247a132234f3944486e/users/d7a425651fbd445098e12c9334c958d2/roles/112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc5bef103e704f060db8e658b8b2c7768c9c5def" 2018-10-12 11:18:02,833 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:18:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4b8a761-1dfb-4e6f-941e-d1abb0fb3bdd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 11:18:02,833 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/f024d8ca6ec34247a132234f3944486e/users/d7a425651fbd445098e12c9334c958d2/roles/112190b0dab44ef9a2f2f86430c0c451 used request id req-b4b8a761-1dfb-4e6f-941e-d1abb0fb3bdd 2018-10-12 11:18:02,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.114933013916s 2018-10-12 11:18:02,834 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-10-12 11:18:03,188 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Max retries exceeded with url: /resources/monitoring/ping (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2018-10-12 11:18:03,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-12 11:18:03,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc5bef103e704f060db8e658b8b2c7768c9c5def" 2018-10-12 11:18:03,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-392ae0f8-e813-49e7-87f5-da69d082d9b6 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/4c63915287d940839daec75dc8b59ff1"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4c63915287d940839daec75dc8b59ff1"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-10-12 11:18:03,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-392ae0f8-e813-49e7-87f5-da69d082d9b6 2018-10-12 11:18:03,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0742609500885s 2018-10-12 11:18:03,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 11:18:03,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}bc5bef103e704f060db8e658b8b2c7768c9c5def" 2018-10-12 11:18:03,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17740944-e358-4c5a-a9c3-2f665985acac Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26: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.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.26:5000/v3/projects/f024d8ca6ec34247a132234f3944486e"}, "enabled": true, "id": "f024d8ca6ec34247a132234f3944486e", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_21b288be-afb9-4c97-91b8-8cd7abdf83c0"}]} 2018-10-12 11:18:03,340 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-17740944-e358-4c5a-a9c3-2f665985acac 2018-10-12 11:18:03,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0758299827576s 2018-10-12 11:18:03,341 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-17740944-e358-4c5a-a9c3-2f665985acac 2018-10-12 11:18:03,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-12 11:18:03,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}bc5bef103e704f060db8e658b8b2c7768c9c5def" -d '{"network": {"shared": true, "tenant_id": "f024d8ca6ec34247a132234f3944486e", "name": "rally_sanity-net_21b288be-afb9-4c97-91b8-8cd7abdf83c0", "admin_state_up": true}}' 2018-10-12 11:18:04,122 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d69b97eb-1f6d-40b2-95c4-b395cf876930 Date: Fri, 12 Oct 2018 11:18: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":"33057958-ba1e-4a2a-9afc-53addfad8fcb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"f024d8ca6ec34247a132234f3944486e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T11:18:03Z","is_default":false,"provider:segmentation_id":97,"name":"rally_sanity-net_21b288be-afb9-4c97-91b8-8cd7abdf83c0","admin_state_up":true,"tenant_id":"f024d8ca6ec34247a132234f3944486e","created_at":"2018-10-12T11:18:03Z","mtu":1450}} 2018-10-12 11:18:04,123 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-d69b97eb-1f6d-40b2-95c4-b395cf876930 2018-10-12 11:18:04,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.779185056686s 2018-10-12 11:18:04,123 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-d69b97eb-1f6d-40b2-95c4-b395cf876930 2018-10-12 11:18:04,124 - 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-10-12T11:18:03Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'33057958-ba1e-4a2a-9afc-53addfad8fcb', u'provider:segmentation_id': 97, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_21b288be-afb9-4c97-91b8-8cd7abdf83c0', u'admin_state_up': True, u'tenant_id': u'f024d8ca6ec34247a132234f3944486e', u'created_at': u'2018-10-12T11:18:03Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'f024d8ca6ec34247a132234f3944486e'}) 2018-10-12 11:18:04,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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-10-12 11:18:04,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9975d20f-41e2-4290-ba9d-df0139bfc9d9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 11:18:04,131 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9975d20f-41e2-4290-ba9d-df0139bfc9d9 2018-10-12 11:18:04,132 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 11:18:04,504 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c9594f78030f494ea2d33a47d9c3127c", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T12:18:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f024d8ca6ec34247a132234f3944486e", "name": "rally_sanity-project_21b288be-afb9-4c97-91b8-8cd7abdf83c0"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/f024d8ca6ec34247a132234f3944486e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/f024d8ca6ec34247a132234f3944486e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/f024d8ca6ec34247a132234f3944486e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f024d8ca6ec34247a132234f3944486e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/f024d8ca6ec34247a132234f3944486e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/f024d8ca6ec34247a132234f3944486e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/f024d8ca6ec34247a132234f3944486e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/f024d8ca6ec34247a132234f3944486e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/f024d8ca6ec34247a132234f3944486e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f024d8ca6ec34247a132234f3944486e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/f024d8ca6ec34247a132234f3944486e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/f024d8ca6ec34247a132234f3944486e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_21b288be-afb9-4c97-91b8-8cd7abdf83c0", "id": "d7a425651fbd445098e12c9334c958d2"}, "audit_ids": ["KO_GHIIwQI2qFR_o8qjPBQ"], "issued_at": "2018-10-12T11:18:04.000000Z"}} 2018-10-12 11:18:04,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-12 11:18:04,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}29fedc8a43647bfa65c2a758c73b128789766b8f" 2018-10-12 11:18:04,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1349 X-Openstack-Request-Id: req-bf50dc2f-f17a-417b-a71e-31f2c92f0bd7 Date: Fri, 12 Oct 2018 11:18:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"33057958-ba1e-4a2a-9afc-53addfad8fcb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"f024d8ca6ec34247a132234f3944486e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T11:18:03Z","provider:segmentation_id":97,"name":"rally_sanity-net_21b288be-afb9-4c97-91b8-8cd7abdf83c0","admin_state_up":true,"tenant_id":"f024d8ca6ec34247a132234f3944486e","created_at":"2018-10-12T11:18:03Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"}]} 2018-10-12 11:18:04,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-bf50dc2f-f17a-417b-a71e-31f2c92f0bd7 2018-10-12 11:18:04,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.210658073425s 2018-10-12 11:18:04,718 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-bf50dc2f-f17a-417b-a71e-31f2c92f0bd7 2018-10-12 11:18:04,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-12 11:18:04,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}29fedc8a43647bfa65c2a758c73b128789766b8f" -d '{"subnet": {"name": "rally_sanity-subnet_21b288be-afb9-4c97-91b8-8cd7abdf83c0", "enable_dhcp": true, "network_id": "33057958-ba1e-4a2a-9afc-53addfad8fcb", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-10-12 11:18:05,320 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-424a488a-539f-4878-925f-583632427207 Date: Fri, 12 Oct 2018 11:18:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33057958-ba1e-4a2a-9afc-53addfad8fcb","tenant_id":"f024d8ca6ec34247a132234f3944486e","created_at":"2018-10-12T11:18:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-12T11:18:04Z","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":"f024d8ca6ec34247a132234f3944486e","id":"847a65b2-1b46-4f71-9462-5cedbfd0308e","subnetpool_id":null,"name":"rally_sanity-subnet_21b288be-afb9-4c97-91b8-8cd7abdf83c0"}} 2018-10-12 11:18:05,320 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-424a488a-539f-4878-925f-583632427207 2018-10-12 11:18:05,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.600167989731s 2018-10-12 11:18:05,320 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-424a488a-539f-4878-925f-583632427207 2018-10-12 11:18:05,321 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-12T11:18:04Z', 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'847a65b2-1b46-4f71-9462-5cedbfd0308e', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_21b288be-afb9-4c97-91b8-8cd7abdf83c0', u'enable_dhcp': True, u'network_id': u'33057958-ba1e-4a2a-9afc-53addfad8fcb', u'tenant_id': u'f024d8ca6ec34247a132234f3944486e', u'created_at': u'2018-10-12T11:18:04Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'f024d8ca6ec34247a132234f3944486e'}) 2018-10-12 11:18:05,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-12 11:18:05,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}29fedc8a43647bfa65c2a758c73b128789766b8f" -d '{"router": {"external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2"}, "name": "rally_sanity-router_21b288be-afb9-4c97-91b8-8cd7abdf83c0", "admin_state_up": true}}' 2018-10-12 11:18:06,340 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 164 X-Openstack-Request-Id: req-8e8102b9-e5c0-4730-bb21-6574b719c9a1 Date: Fri, 12 Oct 2018 11:18:06 GMT RESP BODY: {"NeutronError": {"message": "No more IP addresses available on network 71fc6d74-b5f7-4beb-b556-59bef5906bb2.", "type": "IpAddressGenerationFailure", "detail": ""}} 2018-10-12 11:18:06,340 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-8e8102b9-e5c0-4730-bb21-6574b719c9a1 2018-10-12 11:18:06,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.01879811287s 2018-10-12 11:18:06,340 - functest.core.tenantnetwork - ERROR - Cannot run rally_sanity Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 240, in run self._create_network_resources() File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 231, in _create_network_resources ext_gateway_net_id=self.ext_net.id) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 3247, in create_router error_message="Error creating router {0}".format(name)) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 294, in post return self.request(url, 'POST', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 201, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 115, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 163, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: Error creating router rally_sanity-router_21b288be-afb9-4c97-91b8-8cd7abdf83c0. (409) Client Error for url: http://172.30.9.26:9696/v2.0/routers.json No more IP addresses available on network 71fc6d74-b5f7-4beb-b556-59bef5906bb2. (Inner Exception: 'args') 2018-10-12 11:18:06,379 - functest.core.singlevm - ERROR - Cannot run rally_sanity Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 237, in run **kwargs) == testcase.TestCase.EX_OK AssertionError 2018-10-12 11:18:06,380 - functest.opnfv_tests.openstack.rally.rally - ERROR - Error with run: 2018-10-12 11:18:06,491 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-12 11:18:06,491 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 00:03 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-10-12 11:18:06,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-12 11:18:06,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}29fedc8a43647bfa65c2a758c73b128789766b8f" 2018-10-12 11:18:06,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-0bc7d555-062b-49b2-bfbd-2faa4508f13f Date: Fri, 12 Oct 2018 11:18:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:14Z","dns_nameservers":[],"updated_at":"2018-10-12T10:34:14Z","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":"a326b90e4e0b4021a92eb982e1729d5e","id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33057958-ba1e-4a2a-9afc-53addfad8fcb","tenant_id":"f024d8ca6ec34247a132234f3944486e","created_at":"2018-10-12T11:18:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-12T11:18:04Z","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":"f024d8ca6ec34247a132234f3944486e","id":"847a65b2-1b46-4f71-9462-5cedbfd0308e","subnetpool_id":null,"name":"rally_sanity-subnet_21b288be-afb9-4c97-91b8-8cd7abdf83c0"}]} 2018-10-12 11:18:06,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-0bc7d555-062b-49b2-bfbd-2faa4508f13f 2018-10-12 11:18:06,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.200476884842s 2018-10-12 11:18:06,697 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-0bc7d555-062b-49b2-bfbd-2faa4508f13f 2018-10-12 11:18:06,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-12 11:18:06,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/847a65b2-1b46-4f71-9462-5cedbfd0308e.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}29fedc8a43647bfa65c2a758c73b128789766b8f" 2018-10-12 11:18:08,400 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c39e407d-e495-48d9-8a04-c773ec7dbaf9 Date: Fri, 12 Oct 2018 11:18:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 11:18:08,401 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/847a65b2-1b46-4f71-9462-5cedbfd0308e.json used request id req-c39e407d-e495-48d9-8a04-c773ec7dbaf9 2018-10-12 11:18:08,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.70163702965s 2018-10-12 11:18:08,401 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/847a65b2-1b46-4f71-9462-5cedbfd0308e.json used request id req-c39e407d-e495-48d9-8a04-c773ec7dbaf9 2018-10-12 11:18:08,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-12 11:18:08,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}29fedc8a43647bfa65c2a758c73b128789766b8f" 2018-10-12 11:18:08,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-4d5a3f4f-89ab-4bfa-8016-b74d405614f1 Date: Fri, 12 Oct 2018 11:18:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"33057958-ba1e-4a2a-9afc-53addfad8fcb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"f024d8ca6ec34247a132234f3944486e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T11:18:08Z","provider:segmentation_id":97,"name":"rally_sanity-net_21b288be-afb9-4c97-91b8-8cd7abdf83c0","admin_state_up":true,"tenant_id":"f024d8ca6ec34247a132234f3944486e","created_at":"2018-10-12T11:18:03Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"}]} 2018-10-12 11:18:08,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-4d5a3f4f-89ab-4bfa-8016-b74d405614f1 2018-10-12 11:18:08,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.327699899673s 2018-10-12 11:18:08,729 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-4d5a3f4f-89ab-4bfa-8016-b74d405614f1 2018-10-12 11:18:08,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-12 11:18:08,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/33057958-ba1e-4a2a-9afc-53addfad8fcb.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}29fedc8a43647bfa65c2a758c73b128789766b8f" 2018-10-12 11:18:10,078 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d24eb2de-459f-4d64-a51b-2e92c9fc6794 Date: Fri, 12 Oct 2018 11:18:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 11:18:10,078 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/33057958-ba1e-4a2a-9afc-53addfad8fcb.json used request id req-d24eb2de-459f-4d64-a51b-2e92c9fc6794 2018-10-12 11:18:10,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.34712505341s 2018-10-12 11:18:10,078 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/33057958-ba1e-4a2a-9afc-53addfad8fcb.json used request id req-d24eb2de-459f-4d64-a51b-2e92c9fc6794 2018-10-12 11:18:10,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 11:18:10,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}bc5bef103e704f060db8e658b8b2c7768c9c5def" 2018-10-12 11:18:10,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62f8ddf8-43e3-461e-b841-0d7cfa76890f Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_21b288be-afb9-4c97-91b8-8cd7abdf83c0", "links": {"self": "http://172.30.9.26:5000/v3/users/d7a425651fbd445098e12c9334c958d2"}, "domain_id": "default", "enabled": true, "id": "d7a425651fbd445098e12c9334c958d2", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 11:18:10,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-62f8ddf8-43e3-461e-b841-0d7cfa76890f 2018-10-12 11:18:10,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103296995163s 2018-10-12 11:18:10,183 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-62f8ddf8-43e3-461e-b841-0d7cfa76890f 2018-10-12 11:18:10,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 11:18:10,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/d7a425651fbd445098e12c9334c958d2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bc5bef103e704f060db8e658b8b2c7768c9c5def" 2018-10-12 11:18:10,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bdade0c-8ddc-440c-b09e-76e63d7623a7 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/d7a425651fbd445098e12c9334c958d2"}, "enabled": true, "id": "d7a425651fbd445098e12c9334c958d2", "options": {}, "domain_id": "default", "name": "rally_sanity-user_21b288be-afb9-4c97-91b8-8cd7abdf83c0"}} 2018-10-12 11:18:10,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/d7a425651fbd445098e12c9334c958d2 used request id req-1bdade0c-8ddc-440c-b09e-76e63d7623a7 2018-10-12 11:18:10,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0954310894012s 2018-10-12 11:18:10,284 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/d7a425651fbd445098e12c9334c958d2 used request id req-1bdade0c-8ddc-440c-b09e-76e63d7623a7 2018-10-12 11:18:10,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-12 11:18:10,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/d7a425651fbd445098e12c9334c958d2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bc5bef103e704f060db8e658b8b2c7768c9c5def" 2018-10-12 11:18:10,483 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:18:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-715f2d90-efee-4a49-b7ff-58f12fb82d20 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 11:18:10,483 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/d7a425651fbd445098e12c9334c958d2 used request id req-715f2d90-efee-4a49-b7ff-58f12fb82d20 2018-10-12 11:18:10,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.198369026184s 2018-10-12 11:18:10,484 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/d7a425651fbd445098e12c9334c958d2 used request id req-715f2d90-efee-4a49-b7ff-58f12fb82d20 2018-10-12 11:18:10,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 11:18:10,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}bc5bef103e704f060db8e658b8b2c7768c9c5def" 2018-10-12 11:18:10,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3cc1b33-1734-460a-98d5-150d5d2fe57c Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.26:5000/v3/projects/f024d8ca6ec34247a132234f3944486e"}, "enabled": true, "id": "f024d8ca6ec34247a132234f3944486e", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_21b288be-afb9-4c97-91b8-8cd7abdf83c0"}]} 2018-10-12 11:18:10,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-b3cc1b33-1734-460a-98d5-150d5d2fe57c 2018-10-12 11:18:10,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0813009738922s 2018-10-12 11:18:10,566 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-b3cc1b33-1734-460a-98d5-150d5d2fe57c 2018-10-12 11:18:10,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-12 11:18:10,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/f024d8ca6ec34247a132234f3944486e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bc5bef103e704f060db8e658b8b2c7768c9c5def" 2018-10-12 11:18:10,714 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:18:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a84e1b31-d78f-43b4-b213-eedc6c5bba44 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 11:18:10,714 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/f024d8ca6ec34247a132234f3944486e used request id req-a84e1b31-d78f-43b4-b213-eedc6c5bba44 2018-10-12 11:18:10,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.146061897278s 2018-10-12 11:18:10,714 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/f024d8ca6ec34247a132234f3944486e used request id req-a84e1b31-d78f-43b4-b213-eedc6c5bba44 2018-10-12 11:18:10,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:18:10,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc5bef103e704f060db8e658b8b2c7768c9c5def" 2018-10-12 11:18:10,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2ab5cb3-a212-4079-907d-e6e949d02ce5 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c9594f78030f494ea2d33a47d9c3127c", "links": {"self": "http://172.30.9.26:5000/v3/roles/c9594f78030f494ea2d33a47d9c3127c"}, "name": "Member"}]} 2018-10-12 11:18:10,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-d2ab5cb3-a212-4079-907d-e6e949d02ce5 2018-10-12 11:18:10,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0897061824799s 2018-10-12 11:18:10,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-12 11:18:10,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/c9594f78030f494ea2d33a47d9c3127c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc5bef103e704f060db8e658b8b2c7768c9c5def" 2018-10-12 11:18:10,914 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:18:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a6d9b5d-64d4-4801-a7b8-9f6816111e1e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 11:18:10,915 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/c9594f78030f494ea2d33a47d9c3127c used request id req-0a6d9b5d-64d4-4801-a7b8-9f6816111e1e 2018-10-12 11:18:10,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.108469963074s 2018-10-12 11:18:10,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-12 11:18:10,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/security-groups.json?project_id=f024d8ca6ec34247a132234f3944486e&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bc5bef103e704f060db8e658b8b2c7768c9c5def" 2018-10-12 11:18:11,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-91a564f6-18fe-49b2-a6a0-6abc0644dbb8 Date: Fri, 12 Oct 2018 11:18:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f024d8ca6ec34247a132234f3944486e", "created_at": "2018-10-12T11:18:03Z", "updated_at": "2018-10-12T11:18:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T11:18:03Z", "revision_number": 0, "id": "153adbf5-17ea-4cfc-bcab-771724cb7450", "remote_group_id": "6c01f979-3a9d-405f-adae-7715b143e986", "remote_ip_prefix": null, "created_at": "2018-10-12T11:18:03Z", "security_group_id": "6c01f979-3a9d-405f-adae-7715b143e986", "tenant_id": "f024d8ca6ec34247a132234f3944486e", "port_range_min": null, "ethertype": "IPv4", "project_id": "f024d8ca6ec34247a132234f3944486e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T11:18:03Z", "revision_number": 0, "id": "63ac3cd1-e7a4-45fc-b8e3-e686d43ad723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T11:18:03Z", "security_group_id": "6c01f979-3a9d-405f-adae-7715b143e986", "tenant_id": "f024d8ca6ec34247a132234f3944486e", "port_range_min": null, "ethertype": "IPv4", "project_id": "f024d8ca6ec34247a132234f3944486e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T11:18:03Z", "revision_number": 0, "id": "92147f3e-7c41-4eea-a567-fc018c3fab22", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T11:18:03Z", "security_group_id": "6c01f979-3a9d-405f-adae-7715b143e986", "tenant_id": "f024d8ca6ec34247a132234f3944486e", "port_range_min": null, "ethertype": "IPv6", "project_id": "f024d8ca6ec34247a132234f3944486e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T11:18:03Z", "revision_number": 0, "id": "9e38aa92-d5b0-47b9-9226-02a6ff14ad99", "remote_group_id": "6c01f979-3a9d-405f-adae-7715b143e986", "remote_ip_prefix": null, "created_at": "2018-10-12T11:18:03Z", "security_group_id": "6c01f979-3a9d-405f-adae-7715b143e986", "tenant_id": "f024d8ca6ec34247a132234f3944486e", "port_range_min": null, "ethertype": "IPv6", "project_id": "f024d8ca6ec34247a132234f3944486e"}], "revision_number": 4, "project_id": "f024d8ca6ec34247a132234f3944486e", "id": "6c01f979-3a9d-405f-adae-7715b143e986", "name": "default"}]} 2018-10-12 11:18:11,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=f024d8ca6ec34247a132234f3944486e&name=default used request id req-91a564f6-18fe-49b2-a6a0-6abc0644dbb8 2018-10-12 11:18:11,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.191429138184s 2018-10-12 11:18:11,109 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=f024d8ca6ec34247a132234f3944486e&name=default used request id req-91a564f6-18fe-49b2-a6a0-6abc0644dbb8 2018-10-12 11:18:11,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-12 11:18:11,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}bc5bef103e704f060db8e658b8b2c7768c9c5def" 2018-10-12 11:18:11,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-48189b24-ff39-4dc9-8f6d-805bc5a1d661 Date: Fri, 12 Oct 2018 11:18:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "updated_at": "2018-10-12T10:34:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "c6536286-1efd-4324-bff2-83bf4e288f74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "652ffd7b-44c1-45ae-bacb-d752209f00a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "d00fd409-954d-4a7e-b2ce-3b8e9364f9b2", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "2ae4f47a-860c-4316-ac71-26a7138a332b", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}], "revision_number": 4, "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "665a8bea-d7bf-418c-8720-ca198157c68e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f024d8ca6ec34247a132234f3944486e", "created_at": "2018-10-12T11:18:03Z", "updated_at": "2018-10-12T11:18:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T11:18:03Z", "revision_number": 0, "id": "92147f3e-7c41-4eea-a567-fc018c3fab22", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T11:18:03Z", "security_group_id": "6c01f979-3a9d-405f-adae-7715b143e986", "tenant_id": "f024d8ca6ec34247a132234f3944486e", "port_range_min": null, "ethertype": "IPv6", "project_id": "f024d8ca6ec34247a132234f3944486e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T11:18:03Z", "revision_number": 0, "id": "153adbf5-17ea-4cfc-bcab-771724cb7450", "remote_group_id": "6c01f979-3a9d-405f-adae-7715b143e986", "remote_ip_prefix": null, "created_at": "2018-10-12T11:18:03Z", "security_group_id": "6c01f979-3a9d-405f-adae-7715b143e986", "tenant_id": "f024d8ca6ec34247a132234f3944486e", "port_range_min": null, "ethertype": "IPv4", "project_id": "f024d8ca6ec34247a132234f3944486e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T11:18:03Z", "revision_number": 0, "id": "63ac3cd1-e7a4-45fc-b8e3-e686d43ad723", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T11:18:03Z", "security_group_id": "6c01f979-3a9d-405f-adae-7715b143e986", "tenant_id": "f024d8ca6ec34247a132234f3944486e", "port_range_min": null, "ethertype": "IPv4", "project_id": "f024d8ca6ec34247a132234f3944486e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T11:18:03Z", "revision_number": 0, "id": "9e38aa92-d5b0-47b9-9226-02a6ff14ad99", "remote_group_id": "6c01f979-3a9d-405f-adae-7715b143e986", "remote_ip_prefix": null, "created_at": "2018-10-12T11:18:03Z", "security_group_id": "6c01f979-3a9d-405f-adae-7715b143e986", "tenant_id": "f024d8ca6ec34247a132234f3944486e", "port_range_min": null, "ethertype": "IPv6", "project_id": "f024d8ca6ec34247a132234f3944486e"}], "revision_number": 4, "project_id": "f024d8ca6ec34247a132234f3944486e", "id": "6c01f979-3a9d-405f-adae-7715b143e986", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "updated_at": "2018-10-12T10:44:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "03a7346d-e81e-42f1-90d8-2d77a0e34ff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "3051e92e-adfd-43d1-8ad4-a37e12b00332", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "c8cd6bce-c3f0-4e98-afd5-635192d18ba4", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "25484a0d-c36c-4968-8497-2fab34786f38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 4, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "updated_at": "2018-10-12T10:47:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "bdbe928d-b791-4fc6-90ae-6c3615c86e98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "9f341cb7-083b-4329-bca3-1a395a91d0be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "d081a0eb-165e-4df4-84c6-1cc829e521cc", "remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "949496b4-b497-4a18-b6fe-e484eb4cd872", "remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7a87eb57-d271-422f-a9cd-14b017359d35", "name": "default"}]} 2018-10-12 11:18:11,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-48189b24-ff39-4dc9-8f6d-805bc5a1d661 2018-10-12 11:18:11,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.189368963242s 2018-10-12 11:18:11,302 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json used request id req-48189b24-ff39-4dc9-8f6d-805bc5a1d661 2018-10-12 11:18:11,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-12 11:18:11,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/security-groups/6c01f979-3a9d-405f-adae-7715b143e986.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bc5bef103e704f060db8e658b8b2c7768c9c5def" 2018-10-12 11:18:11,658 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-022aabe8-eb3f-4d76-b650-05ca8c306055 Content-Length: 0 Date: Fri, 12 Oct 2018 11:18:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 11:18:11,658 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/6c01f979-3a9d-405f-adae-7715b143e986.json used request id req-022aabe8-eb3f-4d76-b650-05ca8c306055 2018-10-12 11:18:11,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.351331949234s 2018-10-12 11:18:11,658 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/security-groups/6c01f979-3a9d-405f-adae-7715b143e986.json used request id req-022aabe8-eb3f-4d76-b650-05ca8c306055 2018-10-12 11:18:11,659 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-10-12 11:18:11,712 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-10-12 11:18:11,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 11:18:11,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 11:18:11,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 11:18:11,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 11:18:11,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 11:18:11,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 11:18:11,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 11:18:11,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 11:18:11,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 11:18:11,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 11:18:11,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 11:18:11,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 11:18:11,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 11:18:11,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 11:18:11,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 11:18:11,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 11:18:11,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 11:18:11,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 11:18:11,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 11:18:11,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 11:18:11,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 11:18:11,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 11:18:11,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 11:18:11,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 11:18:11,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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-10-12 11:18:11,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae5915ac-080f-49b7-b5f3-1b35f9eca54a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 11:18:11,803 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ae5915ac-080f-49b7-b5f3-1b35f9eca54a 2018-10-12 11:18:11,803 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 11:18:12,177 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T12:18:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["u0ouJg4sSLCZxvSRnnXOOQ"], "issued_at": "2018-10-12T11:18:12.000000Z"}} 2018-10-12 11:18:12,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-12 11:18:12,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:18:12,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-b4e4d5ff-ecea-4924-8f77-9ae7856aaaec Date: Fri, 12 Oct 2018 11:18:12 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"}]} 2018-10-12 11:18:12,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b4e4d5ff-ecea-4924-8f77-9ae7856aaaec 2018-10-12 11:18:12,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.238717079163s 2018-10-12 11:18:12,419 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b4e4d5ff-ecea-4924-8f77-9ae7856aaaec 2018-10-12 11:18:12,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-12 11:18:12,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:18:12,428 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 11:18: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 11:18:12,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:18:12,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a6d8851-5a6b-484f-9e8e-15deca92f87d Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/4c63915287d940839daec75dc8b59ff1"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4c63915287d940839daec75dc8b59ff1"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-10-12 11:18:12,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-9a6d8851-5a6b-484f-9e8e-15deca92f87d 2018-10-12 11:18:12,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0880560874939s 2018-10-12 11:18:12,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-12 11:18:12,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" -d '{"project": {"description": "Created by OPNFV Functest: refstack_defcore", "enabled": true, "domain_id": "default", "name": "refstack_defcore-project_d64a55f8-f474-450a-9dff-04a12d75a36a"}}' 2018-10-12 11:18:12,628 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 11:18:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e87566d-68a5-47e5-98f4-13c64c2cf81f 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.26:5000/v3/projects/ab9b101d9bdc4e66a2eacf92a4dc88d2"}, "enabled": true, "id": "ab9b101d9bdc4e66a2eacf92a4dc88d2", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_d64a55f8-f474-450a-9dff-04a12d75a36a"}} 2018-10-12 11:18:12,628 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-4e87566d-68a5-47e5-98f4-13c64c2cf81f 2018-10-12 11:18:12,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.118782997131s 2018-10-12 11:18:12,628 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-4e87566d-68a5-47e5-98f4-13c64c2cf81f 2018-10-12 11:18:12,629 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_d64a55f8-f474-450a-9dff-04a12d75a36a', 'id': u'ab9b101d9bdc4e66a2eacf92a4dc88d2', '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-10-12 11:18:12,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-12 11:18:12,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.35061788559s 2018-10-12 11:18:12,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/c56b26ece2434d8eb67ee2662bf565e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:18:13,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddc7195a-9c4a-4c8b-8e91-7fe01e1dbebf Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/c56b26ece2434d8eb67ee2662bf565e0"}, "enabled": true, "id": "c56b26ece2434d8eb67ee2662bf565e0", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_d64a55f8-f474-450a-9dff-04a12d75a36a"}} 2018-10-12 11:18:13,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/c56b26ece2434d8eb67ee2662bf565e0 used request id req-ddc7195a-9c4a-4c8b-8e91-7fe01e1dbebf 2018-10-12 11:18:13,082 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c56b26ece2434d8eb67ee2662bf565e0', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_d64a55f8-f474-450a-9dff-04a12d75a36a'}) 2018-10-12 11:18:13,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:18:13,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:18:13,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7fd3fe4-0df8-4303-b0d0-5eb541dd1abc Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 11:18:13,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-c7fd3fe4-0df8-4303-b0d0-5eb541dd1abc 2018-10-12 11:18:13,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0756759643555s 2018-10-12 11:18:13,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:18:13,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:18:13,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9c39239-71a2-469f-8b38-fbdd866cdc51 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 11:18:13,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-f9c39239-71a2-469f-8b38-fbdd866cdc51 2018-10-12 11:18:13,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0841398239136s 2018-10-12 11:18:13,244 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-12 11:18:13,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-12 11:18:13,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" -d '{"role": {"name": "Member"}}' 2018-10-12 11:18:13,352 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 11:18:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a0681b7-9e3d-4a21-bbb9-d0e01f212f93 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5318a3ef1cd040b1a79763b12f001ba3", "links": {"self": "http://172.30.9.26:5000/v3/roles/5318a3ef1cd040b1a79763b12f001ba3"}, "name": "Member"}} 2018-10-12 11:18:13,352 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-9a0681b7-9e3d-4a21-bbb9-d0e01f212f93 2018-10-12 11:18:13,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.107572793961s 2018-10-12 11:18:13,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/5318a3ef1cd040b1a79763b12f001ba3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:18:13,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb12b508-f4eb-4386-9b3b-f8e4b93471da Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/5318a3ef1cd040b1a79763b12f001ba3"}, "domain_id": null, "name": "Member", "id": "5318a3ef1cd040b1a79763b12f001ba3"}} 2018-10-12 11:18:13,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/5318a3ef1cd040b1a79763b12f001ba3 used request id req-bb12b508-f4eb-4386-9b3b-f8e4b93471da 2018-10-12 11:18:13,438 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/5318a3ef1cd040b1a79763b12f001ba3'}, 'domain_id': None, 'human_id': None, 'id': u'5318a3ef1cd040b1a79763b12f001ba3', 'HUMAN_ID': False}) 2018-10-12 11:18:13,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:18:13,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:18:13,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2563129b-eca9-47e1-98b5-5eb4be30b143 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "5318a3ef1cd040b1a79763b12f001ba3", "links": {"self": "http://172.30.9.26:5000/v3/roles/5318a3ef1cd040b1a79763b12f001ba3"}, "name": "Member"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 11:18:13,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-2563129b-eca9-47e1-98b5-5eb4be30b143 2018-10-12 11:18:13,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0911200046539s 2018-10-12 11:18:13,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-12 11:18:13,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:18:13,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5af896ec-63a6-40ae-bdc8-6898ba2fcd30 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 11:18:13,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-5af896ec-63a6-40ae-bdc8-6898ba2fcd30 2018-10-12 11:18:13,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0785930156708s 2018-10-12 11:18:13,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 11:18:13,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:18:13,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe7931ec-c27b-49ac-9e1c-84c6f4a90ff4 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_d64a55f8-f474-450a-9dff-04a12d75a36a", "links": {"self": "http://172.30.9.26:5000/v3/users/c56b26ece2434d8eb67ee2662bf565e0"}, "domain_id": "default", "enabled": true, "id": "c56b26ece2434d8eb67ee2662bf565e0", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 11:18:13,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-fe7931ec-c27b-49ac-9e1c-84c6f4a90ff4 2018-10-12 11:18:13,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0910670757294s 2018-10-12 11:18:13,702 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-fe7931ec-c27b-49ac-9e1c-84c6f4a90ff4 2018-10-12 11:18:13,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 11:18:13,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:18:13,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cce3be8-56b3-4422-b62c-be89b0649a6d Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26: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.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.26:5000/v3/projects/ab9b101d9bdc4e66a2eacf92a4dc88d2"}, "enabled": true, "id": "ab9b101d9bdc4e66a2eacf92a4dc88d2", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_d64a55f8-f474-450a-9dff-04a12d75a36a"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-12 11:18:13,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-9cce3be8-56b3-4422-b62c-be89b0649a6d 2018-10-12 11:18:13,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0801072120667s 2018-10-12 11:18:13,789 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-9cce3be8-56b3-4422-b62c-be89b0649a6d 2018-10-12 11:18:13,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-12 11:18:13,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=c56b26ece2434d8eb67ee2662bf565e0&scope.project.id=ab9b101d9bdc4e66a2eacf92a4dc88d2&role.id=5318a3ef1cd040b1a79763b12f001ba3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:18:13,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82660c3d-1eba-47ec-80f7-836a865c1b2f Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=c56b26ece2434d8eb67ee2662bf565e0&scope.project.id=ab9b101d9bdc4e66a2eacf92a4dc88d2&role.id=5318a3ef1cd040b1a79763b12f001ba3", "previous": null, "next": null}} 2018-10-12 11:18:13,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=c56b26ece2434d8eb67ee2662bf565e0&scope.project.id=ab9b101d9bdc4e66a2eacf92a4dc88d2&role.id=5318a3ef1cd040b1a79763b12f001ba3 used request id req-82660c3d-1eba-47ec-80f7-836a865c1b2f 2018-10-12 11:18:13,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0798671245575s 2018-10-12 11:18:13,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-12 11:18:13,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/ab9b101d9bdc4e66a2eacf92a4dc88d2/users/c56b26ece2434d8eb67ee2662bf565e0/roles/5318a3ef1cd040b1a79763b12f001ba3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:18:13,995 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:18:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-262eb07d-85b9-4fcf-8b0a-4d5cbf6276b3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 11:18:13,995 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/ab9b101d9bdc4e66a2eacf92a4dc88d2/users/c56b26ece2434d8eb67ee2662bf565e0/roles/5318a3ef1cd040b1a79763b12f001ba3 used request id req-262eb07d-85b9-4fcf-8b0a-4d5cbf6276b3 2018-10-12 11:18:13,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.124119997025s 2018-10-12 11:18:13,996 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_d64a55f8-f474-450a-9dff-04a12d75a36a', 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': '81380017-3b6c-45a5-ae72-f62f3d9dfec7', 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_d64a55f8-f474-450a-9dff-04a12d75a36a', 'project_id': u'ab9b101d9bdc4e66a2eacf92a4dc88d2', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-12 11:18:13,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 11:18:13,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 11:18:13,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 11:18:13,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 11:18:13,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 11:18:13,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 11:18:13,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 11:18:13,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 11:18:13,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 11:18:13,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 11:18:13,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 11:18:13,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 11:18:13,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 11:18:13,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 11:18:13,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 11:18:13,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 11:18:14,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 11:18:14,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 11:18:14,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 11:18:14,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 11:18:14,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 11:18:14,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 11:18:14,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 11:18:14,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 11:18:14,002 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_d64a55f8-f474-450a-9dff-04a12d75a36a', 'password': '81380017-3b6c-45a5-ae72-f62f3d9dfec7', 'project_name': 'refstack_defcore-project_d64a55f8-f474-450a-9dff-04a12d75a36a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': 'ab9b101d9bdc4e66a2eacf92a4dc88d2', 'project_domain_name': 'Default'} 2018-10-12 11:18:14,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:18:14,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:18:14,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae92c881-ee91-4dd5-9282-0d7b707d8180 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "5318a3ef1cd040b1a79763b12f001ba3", "links": {"self": "http://172.30.9.26:5000/v3/roles/5318a3ef1cd040b1a79763b12f001ba3"}, "name": "Member"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 11:18:14,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-ae92c881-ee91-4dd5-9282-0d7b707d8180 2018-10-12 11:18:14,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0811238288879s 2018-10-12 11:18:14,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:18:14,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:18:14,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6925c493-0c4e-4eb8-9c0e-5e878eef9ee7 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "5318a3ef1cd040b1a79763b12f001ba3", "links": {"self": "http://172.30.9.26:5000/v3/roles/5318a3ef1cd040b1a79763b12f001ba3"}, "name": "Member"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 11:18:14,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-6925c493-0c4e-4eb8-9c0e-5e878eef9ee7 2018-10-12 11:18:14,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0776081085205s 2018-10-12 11:18:14,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-12 11:18:14,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:18:14,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44f89e79-24da-46a5-90d8-97c3f1fb0fb4 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 11:18:14,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-44f89e79-24da-46a5-90d8-97c3f1fb0fb4 2018-10-12 11:18:14,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0162279605865s 2018-10-12 11:18:14,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 11:18:14,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:18:14,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f04c545a-c95f-4de0-a410-f0ba09c99c96 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_d64a55f8-f474-450a-9dff-04a12d75a36a", "links": {"self": "http://172.30.9.26:5000/v3/users/c56b26ece2434d8eb67ee2662bf565e0"}, "domain_id": "default", "enabled": true, "id": "c56b26ece2434d8eb67ee2662bf565e0", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 11:18:14,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-f04c545a-c95f-4de0-a410-f0ba09c99c96 2018-10-12 11:18:14,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0949850082397s 2018-10-12 11:18:14,276 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-f04c545a-c95f-4de0-a410-f0ba09c99c96 2018-10-12 11:18:14,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 11:18:14,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:18:14,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf008c1a-81fc-47f6-b2ba-3e00b910137e Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26: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.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.26:5000/v3/projects/ab9b101d9bdc4e66a2eacf92a4dc88d2"}, "enabled": true, "id": "ab9b101d9bdc4e66a2eacf92a4dc88d2", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_d64a55f8-f474-450a-9dff-04a12d75a36a"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-12 11:18:14,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-bf008c1a-81fc-47f6-b2ba-3e00b910137e 2018-10-12 11:18:14,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0807299613953s 2018-10-12 11:18:14,363 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-bf008c1a-81fc-47f6-b2ba-3e00b910137e 2018-10-12 11:18:14,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-12 11:18:14,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=c56b26ece2434d8eb67ee2662bf565e0&scope.project.id=ab9b101d9bdc4e66a2eacf92a4dc88d2&role.id=112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:18:14,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49120338-8050-473a-92d0-6d21ba09192c Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=c56b26ece2434d8eb67ee2662bf565e0&scope.project.id=ab9b101d9bdc4e66a2eacf92a4dc88d2&role.id=112190b0dab44ef9a2f2f86430c0c451", "previous": null, "next": null}} 2018-10-12 11:18:14,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=c56b26ece2434d8eb67ee2662bf565e0&scope.project.id=ab9b101d9bdc4e66a2eacf92a4dc88d2&role.id=112190b0dab44ef9a2f2f86430c0c451 used request id req-49120338-8050-473a-92d0-6d21ba09192c 2018-10-12 11:18:14,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0766408443451s 2018-10-12 11:18:14,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-12 11:18:14,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/ab9b101d9bdc4e66a2eacf92a4dc88d2/users/c56b26ece2434d8eb67ee2662bf565e0/roles/112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:18:14,564 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:18:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b49aa18-5b14-4c96-8fa2-25a386978070 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 11:18:14,564 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/ab9b101d9bdc4e66a2eacf92a4dc88d2/users/c56b26ece2434d8eb67ee2662bf565e0/roles/112190b0dab44ef9a2f2f86430c0c451 used request id req-5b49aa18-5b14-4c96-8fa2-25a386978070 2018-10-12 11:18:14,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.121810913086s 2018-10-12 11:18:14,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:18:14,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:18:14,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61e126ca-4acc-489b-8d47-2481f9a741d6 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "5318a3ef1cd040b1a79763b12f001ba3", "links": {"self": "http://172.30.9.26:5000/v3/roles/5318a3ef1cd040b1a79763b12f001ba3"}, "name": "Member"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 11:18:14,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-61e126ca-4acc-489b-8d47-2481f9a741d6 2018-10-12 11:18:14,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0766367912292s 2018-10-12 11:18:14,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-12 11:18:14,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:18:14,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34812d40-3413-45f1-be6b-ce7548a1b999 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 11:18:14,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-34812d40-3413-45f1-be6b-ce7548a1b999 2018-10-12 11:18:14,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0751671791077s 2018-10-12 11:18:14,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 11:18:14,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:18:14,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f472d9f-4531-4a0d-82bb-f92628c29bca Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_d64a55f8-f474-450a-9dff-04a12d75a36a", "links": {"self": "http://172.30.9.26:5000/v3/users/c56b26ece2434d8eb67ee2662bf565e0"}, "domain_id": "default", "enabled": true, "id": "c56b26ece2434d8eb67ee2662bf565e0", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 11:18:14,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-6f472d9f-4531-4a0d-82bb-f92628c29bca 2018-10-12 11:18:14,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0994720458984s 2018-10-12 11:18:14,819 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-6f472d9f-4531-4a0d-82bb-f92628c29bca 2018-10-12 11:18:14,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-12 11:18:14,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=c56b26ece2434d8eb67ee2662bf565e0&role.id=112190b0dab44ef9a2f2f86430c0c451&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:18:14,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61b00a7a-ded7-4523-ada4-10c27ee788a1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=c56b26ece2434d8eb67ee2662bf565e0&role.id=112190b0dab44ef9a2f2f86430c0c451&scope.domain.id=default", "previous": null, "next": null}} 2018-10-12 11:18:14,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=c56b26ece2434d8eb67ee2662bf565e0&role.id=112190b0dab44ef9a2f2f86430c0c451&scope.domain.id=default used request id req-61b00a7a-ded7-4523-ada4-10c27ee788a1 2018-10-12 11:18:14,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0805060863495s 2018-10-12 11:18:14,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-12 11:18:14,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/domains/default/users/c56b26ece2434d8eb67ee2662bf565e0/roles/112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:18:15,025 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:18:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d3ced2c-26b9-4bf8-bb3c-1ff8f6b33bf2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 11:18:15,025 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/domains/default/users/c56b26ece2434d8eb67ee2662bf565e0/roles/112190b0dab44ef9a2f2f86430c0c451 used request id req-3d3ced2c-26b9-4bf8-bb3c-1ff8f6b33bf2 2018-10-12 11:18:15,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.120051860809s 2018-10-12 11:18:15,026 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-12 11:18:17,543 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-12 11:18:17.147 202 INFO rally.deployment.engine [-] Deployment 9587c0e3-fb63-44bf-b745-38a3b464564b | Starting: Destroy cloud and free allocated resources. 2018-10-12 11:18:17.255 202 INFO rally.deployment.engine [-] Deployment 9587c0e3-fb63-44bf-b745-38a3b464564b | Completed: Destroy cloud and free allocated resources. 2018-10-12 11:18:17.297 202 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=4431525a-47ec-481d-82fe-33ed4b1b9198) for deployment 'opnfv-rally'. 2018-10-12 11:18:17.315 202 INFO rally.api [-] Deleting verification (UUID=52016347-e7f1-4b2d-882d-4fd51e433f38). 2018-10-12 11:18:17.348 202 INFO rally.api [-] Verification has been successfully deleted! 2018-10-12 11:18:17.349 202 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=4431525a-47ec-481d-82fe-33ed4b1b9198). 2018-10-12 11:18:17.354 202 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-12 11:18:19,894 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-12 11:18:19.603 205 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2da3a86f-8bbe-4b32-923d-dfe70c9dbc19) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2da3a86f-8bbe-4b32-923d-dfe70c9dbc19 | 2018-10-12T11:18:19 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2da3a86f-8bbe-4b32-923d-dfe70c9dbc19 ~/.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-10-12 11:18:23,195 - 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-10-12 11:18:23,196 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-12 11:18:25,720 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-12 11:18:25.468 211 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=4431525a-47ec-481d-82fe-33ed4b1b9198). 2018-10-12 11:18:25.583 211 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-12 11:18:29,219 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-12 11:18:27.763 214 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-12 11:18:27.901 214 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-12 11:18:28.979 214 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8d262b5e-249e-4812-9dbd-79aa64d3dc7c) has been successfully created! Using verifier 'opnfv-tempest' (UUID=8d262b5e-249e-4812-9dbd-79aa64d3dc7c) as the default verifier for the future CLI operations. 2018-10-12 11:18:32,238 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-10-12 11:18:32,239 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-12 11:18:32,367 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-12 11:18:32,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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-10-12 11:18:32,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c601523-3017-44be-ac16-8747654fa148 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 11:18:32,375 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9c601523-3017-44be-ac16-8747654fa148 2018-10-12 11:18:32,376 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 11:18:32,748 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "5318a3ef1cd040b1a79763b12f001ba3", "name": "Member"}], "expires_at": "2018-10-12T12:18:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ab9b101d9bdc4e66a2eacf92a4dc88d2", "name": "refstack_defcore-project_d64a55f8-f474-450a-9dff-04a12d75a36a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/ab9b101d9bdc4e66a2eacf92a4dc88d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/ab9b101d9bdc4e66a2eacf92a4dc88d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/ab9b101d9bdc4e66a2eacf92a4dc88d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/ab9b101d9bdc4e66a2eacf92a4dc88d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/ab9b101d9bdc4e66a2eacf92a4dc88d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/ab9b101d9bdc4e66a2eacf92a4dc88d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/ab9b101d9bdc4e66a2eacf92a4dc88d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/ab9b101d9bdc4e66a2eacf92a4dc88d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/ab9b101d9bdc4e66a2eacf92a4dc88d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ab9b101d9bdc4e66a2eacf92a4dc88d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/ab9b101d9bdc4e66a2eacf92a4dc88d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/ab9b101d9bdc4e66a2eacf92a4dc88d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "refstack_defcore-user_d64a55f8-f474-450a-9dff-04a12d75a36a", "id": "c56b26ece2434d8eb67ee2662bf565e0"}, "audit_ids": ["AfLVVax-SzSPXFBkJOR3zg"], "issued_at": "2018-10-12T11:18:32.000000Z"}} 2018-10-12 11:18:32,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}3f7b667853ebf65d138e8bf1754e4b4554302eba" 2018-10-12 11:18:32,758 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 12 Oct 2018 11:18:32 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-10-12 11:18:32,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 11:18:32,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}3f7b667853ebf65d138e8bf1754e4b4554302eba" 2018-10-12 11:18:32,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-75209dc2-02cd-4aa3-aa6a-34825afb2ded Date: Fri, 12 Oct 2018 11:18:32 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 11:18:32,948 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-75209dc2-02cd-4aa3-aa6a-34825afb2ded 2018-10-12 11:18:32,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.186651945114s 2018-10-12 11:18:32,949 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-75209dc2-02cd-4aa3-aa6a-34825afb2ded 2018-10-12 11:18:32,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-12 11:18:32,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}3f7b667853ebf65d138e8bf1754e4b4554302eba" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_d64a55f8-f474-450a-9dff-04a12d75a36a", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_d64a55f8-f474-450a-9dff-04a12d75a36a"}' 2018-10-12 11:18:33,252 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 883 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/4b6105d9-406c-4bd4-805e-72f733f7ed43 X-Openstack-Request-Id: req-42554db9-7b7f-4623-bce8-3f2c000b147e Date: Fri, 12 Oct 2018 11:18:33 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/4b6105d9-406c-4bd4-805e-72f733f7ed43/file", "owner": "ab9b101d9bdc4e66a2eacf92a4dc88d2", "id": "4b6105d9-406c-4bd4-805e-72f733f7ed43", "size": null, "self": "/v2/images/4b6105d9-406c-4bd4-805e-72f733f7ed43", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T11:18:33Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_d64a55f8-f474-450a-9dff-04a12d75a36a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_d64a55f8-f474-450a-9dff-04a12d75a36a", "checksum": null, "created_at": "2018-10-12T11:18:33Z", "protected": false} 2018-10-12 11:18:33,253 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-42554db9-7b7f-4623-bce8-3f2c000b147e 2018-10-12 11:18:33,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.302088022232s 2018-10-12 11:18:33,253 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-42554db9-7b7f-4623-bce8-3f2c000b147e returning object 4b6105d9-406c-4bd4-805e-72f733f7ed43 2018-10-12 11:18:33,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-12 11:18:33,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/4b6105d9-406c-4bd4-805e-72f733f7ed43/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}3f7b667853ebf65d138e8bf1754e4b4554302eba" -d '' 2018-10-12 11:18:34,821 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3c01d177-964d-4435-bb8a-d47fff97a1a8 Date: Fri, 12 Oct 2018 11:18:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 11:18:34,821 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/4b6105d9-406c-4bd4-805e-72f733f7ed43/file used request id req-3c01d177-964d-4435-bb8a-d47fff97a1a8 2018-10-12 11:18:34,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.56709599495s 2018-10-12 11:18:34,821 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/4b6105d9-406c-4bd4-805e-72f733f7ed43/file used request id req-3c01d177-964d-4435-bb8a-d47fff97a1a8 2018-10-12 11:18:34,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 11:18:34,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}3f7b667853ebf65d138e8bf1754e4b4554302eba" 2018-10-12 11:18:34,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-9dc44329-9c78-4e20-bf15-f614748def18 Date: Fri, 12 Oct 2018 11:18:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/4b6105d9-406c-4bd4-805e-72f733f7ed43/snap", "metadata": {}}], "file": "/v2/images/4b6105d9-406c-4bd4-805e-72f733f7ed43/file", "owner": "ab9b101d9bdc4e66a2eacf92a4dc88d2", "id": "4b6105d9-406c-4bd4-805e-72f733f7ed43", "size": 12716032, "self": "/v2/images/4b6105d9-406c-4bd4-805e-72f733f7ed43", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/4b6105d9-406c-4bd4-805e-72f733f7ed43/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T11:18:34Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_d64a55f8-f474-450a-9dff-04a12d75a36a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_d64a55f8-f474-450a-9dff-04a12d75a36a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T11:18:33Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 11:18:34,987 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-9dc44329-9c78-4e20-bf15-f614748def18 2018-10-12 11:18:34,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.164780855179s 2018-10-12 11:18:34,987 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-9dc44329-9c78-4e20-bf15-f614748def18 2018-10-12 11:18:34,989 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/4b6105d9-406c-4bd4-805e-72f733f7ed43/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4b6105d9-406c-4bd4-805e-72f733f7ed43/file', 'owner': u'ab9b101d9bdc4e66a2eacf92a4dc88d2', 'id': u'4b6105d9-406c-4bd4-805e-72f733f7ed43', 'size': 12716032, u'self': u'/v2/images/4b6105d9-406c-4bd4-805e-72f733f7ed43', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ab9b101d9bdc4e66a2eacf92a4dc88d2', 'name': 'refstack_defcore-project_d64a55f8-f474-450a-9dff-04a12d75a36a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/4b6105d9-406c-4bd4-805e-72f733f7ed43/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-12T11:18:34Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-12T11:18:34Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_d64a55f8-f474-450a-9dff-04a12d75a36a', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/4b6105d9-406c-4bd4-805e-72f733f7ed43', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_d64a55f8-f474-450a-9dff-04a12d75a36a', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_d64a55f8-f474-450a-9dff-04a12d75a36a', 'created': u'2018-10-12T11:18:33Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-12T11:18:33Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/4b6105d9-406c-4bd4-805e-72f733f7ed43', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_d64a55f8-f474-450a-9dff-04a12d75a36a', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-12 11:18:34,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-12 11:18:34,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_d64a55f8-f474-450a-9dff-04a12d75a36a", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-12 11:18:35,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c44873f9-488c-4340-b923-dc8d6734310c x-compute-request-id: req-c44873f9-488c-4340-b923-dc8d6734310c Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/a547fea1-1f65-42a9-95bb-d8b283b74db5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/a547fea1-1f65-42a9-95bb-d8b283b74db5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a547fea1-1f65-42a9-95bb-d8b283b74db5", "name": "refstack_defcore-flavor_d64a55f8-f474-450a-9dff-04a12d75a36a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 11:18:35,213 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-c44873f9-488c-4340-b923-dc8d6734310c 2018-10-12 11:18:35,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.222673892975s 2018-10-12 11:18:35,213 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-c44873f9-488c-4340-b923-dc8d6734310c returning object a547fea1-1f65-42a9-95bb-d8b283b74db5 2018-10-12 11:18:35,214 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_d64a55f8-f474-450a-9dff-04a12d75a36a', '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'd6e005d8411b4b378ddb320b792455b0', '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'a547fea1-1f65-42a9-95bb-d8b283b74db5', 'swap': 0}) 2018-10-12 11:18:35,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-12 11:18:35,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/a547fea1-1f65-42a9-95bb-d8b283b74db5/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}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" -d '{"extra_specs": {}}' 2018-10-12 11:18:35,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c0138e04-ace3-480c-84aa-4b2b9f16a40e x-compute-request-id: req-c0138e04-ace3-480c-84aa-4b2b9f16a40e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-12 11:18:35,236 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/a547fea1-1f65-42a9-95bb-d8b283b74db5/os-extra_specs used request id req-c0138e04-ace3-480c-84aa-4b2b9f16a40e 2018-10-12 11:18:35,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0215020179749s 2018-10-12 11:18:35,237 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/a547fea1-1f65-42a9-95bb-d8b283b74db5/os-extra_specs used request id req-c0138e04-ace3-480c-84aa-4b2b9f16a40e 2018-10-12 11:18:35,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:18:35,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}3f7b667853ebf65d138e8bf1754e4b4554302eba" 2018-10-12 11:18:35,246 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 11:18:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 11:18:35,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f7b667853ebf65d138e8bf1754e4b4554302eba" 2018-10-12 11:18:35,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e21d8c74-1dd6-47d8-ab54-98540c4d4c80 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "5318a3ef1cd040b1a79763b12f001ba3", "links": {"self": "http://172.30.9.26:5000/v3/roles/5318a3ef1cd040b1a79763b12f001ba3"}, "name": "Member"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 11:18:35,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-e21d8c74-1dd6-47d8-ab54-98540c4d4c80 2018-10-12 11:18:35,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.176403999329s 2018-10-12 11:18:35,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-12 11:18:35,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}3f7b667853ebf65d138e8bf1754e4b4554302eba" 2018-10-12 11:18:35,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2eeb335a-317f-4cd9-9300-912a0ab10c93 x-compute-request-id: req-2eeb335a-317f-4cd9-9300-912a0ab10c93 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 108}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 114}, "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": 6}]} 2018-10-12 11:18:35,610 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-2eeb335a-317f-4cd9-9300-912a0ab10c93 2018-10-12 11:18:35,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.191555976868s 2018-10-12 11:18:35,610 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-2eeb335a-317f-4cd9-9300-912a0ab10c93 2018-10-12 11:18:35,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 11:18:35,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}3f7b667853ebf65d138e8bf1754e4b4554302eba" 2018-10-12 11:18:35,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-c074c9cb-7a41-4761-822b-59e2005564b2 Date: Fri, 12 Oct 2018 11:18:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/4b6105d9-406c-4bd4-805e-72f733f7ed43/snap", "metadata": {}}], "file": "/v2/images/4b6105d9-406c-4bd4-805e-72f733f7ed43/file", "owner": "ab9b101d9bdc4e66a2eacf92a4dc88d2", "id": "4b6105d9-406c-4bd4-805e-72f733f7ed43", "size": 12716032, "self": "/v2/images/4b6105d9-406c-4bd4-805e-72f733f7ed43", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/4b6105d9-406c-4bd4-805e-72f733f7ed43/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T11:18:34Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_d64a55f8-f474-450a-9dff-04a12d75a36a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_d64a55f8-f474-450a-9dff-04a12d75a36a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T11:18:33Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 11:18:35,775 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-c074c9cb-7a41-4761-822b-59e2005564b2 2018-10-12 11:18:35,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.163724899292s 2018-10-12 11:18:35,775 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-c074c9cb-7a41-4761-822b-59e2005564b2 2018-10-12 11:18:35,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-12 11:18:35,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}3f7b667853ebf65d138e8bf1754e4b4554302eba" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_d64a55f8-f474-450a-9dff-04a12d75a36a", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_d64a55f8-f474-450a-9dff-04a12d75a36a"}' 2018-10-12 11:18:36,095 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/a840d50b-bce4-4f9c-8a89-0ebf4f53a5eb X-Openstack-Request-Id: req-a80f8758-f7c1-4f39-8c94-97d815572be9 Date: Fri, 12 Oct 2018 11:18:36 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/a840d50b-bce4-4f9c-8a89-0ebf4f53a5eb/file", "owner": "ab9b101d9bdc4e66a2eacf92a4dc88d2", "id": "a840d50b-bce4-4f9c-8a89-0ebf4f53a5eb", "size": null, "self": "/v2/images/a840d50b-bce4-4f9c-8a89-0ebf4f53a5eb", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T11:18:35Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_d64a55f8-f474-450a-9dff-04a12d75a36a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_d64a55f8-f474-450a-9dff-04a12d75a36a", "checksum": null, "created_at": "2018-10-12T11:18:35Z", "protected": false} 2018-10-12 11:18:36,095 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-a80f8758-f7c1-4f39-8c94-97d815572be9 2018-10-12 11:18:36,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.317651033401s 2018-10-12 11:18:36,096 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-a80f8758-f7c1-4f39-8c94-97d815572be9 returning object a840d50b-bce4-4f9c-8a89-0ebf4f53a5eb 2018-10-12 11:18:36,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-12 11:18:36,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/a840d50b-bce4-4f9c-8a89-0ebf4f53a5eb/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}3f7b667853ebf65d138e8bf1754e4b4554302eba" -d '' 2018-10-12 11:18:38,023 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6cad9d2d-ea2d-4519-994a-0eea793d35a7 Date: Fri, 12 Oct 2018 11:18:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 11:18:38,024 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/a840d50b-bce4-4f9c-8a89-0ebf4f53a5eb/file used request id req-6cad9d2d-ea2d-4519-994a-0eea793d35a7 2018-10-12 11:18:38,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.92687797546s 2018-10-12 11:18:38,024 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/a840d50b-bce4-4f9c-8a89-0ebf4f53a5eb/file used request id req-6cad9d2d-ea2d-4519-994a-0eea793d35a7 2018-10-12 11:18:38,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 11:18:38,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}3f7b667853ebf65d138e8bf1754e4b4554302eba" 2018-10-12 11:18:38,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2367 Content-Type: application/json X-Openstack-Request-Id: req-938000b4-759d-4683-a73c-52d288d00dfd Date: Fri, 12 Oct 2018 11:18:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/a840d50b-bce4-4f9c-8a89-0ebf4f53a5eb/snap", "metadata": {}}], "file": "/v2/images/a840d50b-bce4-4f9c-8a89-0ebf4f53a5eb/file", "owner": "ab9b101d9bdc4e66a2eacf92a4dc88d2", "id": "a840d50b-bce4-4f9c-8a89-0ebf4f53a5eb", "size": 12716032, "self": "/v2/images/a840d50b-bce4-4f9c-8a89-0ebf4f53a5eb", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/a840d50b-bce4-4f9c-8a89-0ebf4f53a5eb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T11:18:37Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_d64a55f8-f474-450a-9dff-04a12d75a36a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_d64a55f8-f474-450a-9dff-04a12d75a36a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T11:18:35Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/4b6105d9-406c-4bd4-805e-72f733f7ed43/snap", "metadata": {}}], "file": "/v2/images/4b6105d9-406c-4bd4-805e-72f733f7ed43/file", "owner": "ab9b101d9bdc4e66a2eacf92a4dc88d2", "id": "4b6105d9-406c-4bd4-805e-72f733f7ed43", "size": 12716032, "self": "/v2/images/4b6105d9-406c-4bd4-805e-72f733f7ed43", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/4b6105d9-406c-4bd4-805e-72f733f7ed43/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T11:18:34Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_d64a55f8-f474-450a-9dff-04a12d75a36a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_d64a55f8-f474-450a-9dff-04a12d75a36a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T11:18:33Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 11:18:38,050 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-938000b4-759d-4683-a73c-52d288d00dfd 2018-10-12 11:18:38,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0253551006317s 2018-10-12 11:18:38,050 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-938000b4-759d-4683-a73c-52d288d00dfd 2018-10-12 11:18:38,053 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/a840d50b-bce4-4f9c-8a89-0ebf4f53a5eb/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a840d50b-bce4-4f9c-8a89-0ebf4f53a5eb/file', 'owner': u'ab9b101d9bdc4e66a2eacf92a4dc88d2', 'id': u'a840d50b-bce4-4f9c-8a89-0ebf4f53a5eb', 'size': 12716032, u'self': u'/v2/images/a840d50b-bce4-4f9c-8a89-0ebf4f53a5eb', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ab9b101d9bdc4e66a2eacf92a4dc88d2', 'name': 'refstack_defcore-project_d64a55f8-f474-450a-9dff-04a12d75a36a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/a840d50b-bce4-4f9c-8a89-0ebf4f53a5eb/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-12T11:18:37Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-12T11:18:37Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_d64a55f8-f474-450a-9dff-04a12d75a36a', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/a840d50b-bce4-4f9c-8a89-0ebf4f53a5eb', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_d64a55f8-f474-450a-9dff-04a12d75a36a', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_d64a55f8-f474-450a-9dff-04a12d75a36a', 'created': u'2018-10-12T11:18:35Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-12T11:18:35Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/a840d50b-bce4-4f9c-8a89-0ebf4f53a5eb', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_d64a55f8-f474-450a-9dff-04a12d75a36a', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-12 11:18:38,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-12 11:18:38,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_d64a55f8-f474-450a-9dff-04a12d75a36a", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-12 11:18:38,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc1d3328-e150-480b-b883-c1222e3034f3 x-compute-request-id: req-dc1d3328-e150-480b-b883-c1222e3034f3 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/afb8e47e-003f-45a1-905f-792339cd70bb", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/afb8e47e-003f-45a1-905f-792339cd70bb", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "afb8e47e-003f-45a1-905f-792339cd70bb", "name": "refstack_defcore-flavor_alt_d64a55f8-f474-450a-9dff-04a12d75a36a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 11:18:38,143 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-dc1d3328-e150-480b-b883-c1222e3034f3 2018-10-12 11:18:38,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0886521339417s 2018-10-12 11:18:38,143 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-dc1d3328-e150-480b-b883-c1222e3034f3 returning object afb8e47e-003f-45a1-905f-792339cd70bb 2018-10-12 11:18:38,144 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_d64a55f8-f474-450a-9dff-04a12d75a36a', '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'd6e005d8411b4b378ddb320b792455b0', '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'afb8e47e-003f-45a1-905f-792339cd70bb', 'swap': 0}) 2018-10-12 11:18:38,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-12 11:18:38,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/afb8e47e-003f-45a1-905f-792339cd70bb/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}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" -d '{"extra_specs": {}}' 2018-10-12 11:18:38,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:18:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-223750dd-b208-41f6-8dcd-e8c84b934933 x-compute-request-id: req-223750dd-b208-41f6-8dcd-e8c84b934933 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-12 11:18:38,163 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/afb8e47e-003f-45a1-905f-792339cd70bb/os-extra_specs used request id req-223750dd-b208-41f6-8dcd-e8c84b934933 2018-10-12 11:18:38,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0187001228333s 2018-10-12 11:18:38,164 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/afb8e47e-003f-45a1-905f-792339cd70bb/os-extra_specs used request id req-223750dd-b208-41f6-8dcd-e8c84b934933 2018-10-12 11:18:38,164 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_d64a55f8-f474-450a-9dff-04a12d75a36a', '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'd6e005d8411b4b378ddb320b792455b0', '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'afb8e47e-003f-45a1-905f-792339cd70bb', 'swap': 0}) 2018-10-12 11:18:41,229 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-12 11:18:40.218 233 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8d262b5e-249e-4812-9dbd-79aa64d3dc7c) for deployment 'opnfv-rally' (UUID=2da3a86f-8bbe-4b32-923d-dfe70c9dbc19). 2018-10-12 11:18:41.066 233 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-12 11:18:41.068 233 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8d262b5e-249e-4812-9dbd-79aa64d3dc7c) has been successfully configured for deployment 'opnfv-rally' (UUID=2da3a86f-8bbe-4b32-923d-dfe70c9dbc19)! 2018-10-12 11:18:41,230 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-12 11:18:41,230 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-12 11:18:41,233 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-12 11:18:46,160 - 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-10-12 11:18:46,161 - 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-10-12 11:18:46,161 - 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-10-12 11:18:46,161 - 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-10-12 11:18:46,161 - 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-10-12 11:18:46,161 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks not found in Tempest list. 2018-10-12 11:18:46,161 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw not found in Tempest list. 2018-10-12 11:18:46,161 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_by_name not found in Tempest list. 2018-10-12 11:18:46,161 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_status not found in Tempest list. 2018-10-12 11:18:46,161 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_crud_snapshot_metadata not found in Tempest list. 2018-10-12 11:18:46,161 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_with_params not found in Tempest list. 2018-10-12 11:18:46,162 - 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-10-12 11:18:46,162 - 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-10-12 11:18:46,162 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_pagination not found in Tempest list. 2018-10-12 11:18:46,162 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_invalid_volume_id not found in Tempest list. 2018-10-12 11:18:46,162 - 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-10-12 11:18:46,162 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_invalid_volume_id not found in Tempest list. 2018-10-12 11:18:46,162 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions not found in Tempest list. 2018-10-12 11:18:46,162 - 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-10-12 11:18:46,162 - 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-10-12 11:18:46,162 - 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-10-12 11:18:46,162 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2018-10-12 11:18:46,163 - 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-10-12 11:18:46,163 - 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-10-12 11:18:46,163 - 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-10-12 11:18:46,163 - 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-10-12 11:18:46,163 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params not found in Tempest list. 2018-10-12 11:18:46,163 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_status not found in Tempest list. 2018-10-12 11:18:46,163 - 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-10-12 11:18:46,163 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet not found in Tempest list. 2018-10-12 11:18:46,163 - 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-10-12 11:18:46,163 - 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-10-12 11:18:46,163 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload not found in Tempest list. 2018-10-12 11:18:46,164 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields not found in Tempest list. 2018-10-12 11:18:46,164 - 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-10-12 11:18:46,164 - 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-10-12 11:18:46,164 - 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-10-12 11:18:46,164 - 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-10-12 11:18:46,164 - 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-10-12 11:18:46,164 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses not found in Tempest list. 2018-10-12 11:18:46,164 - 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-10-12 11:18:46,164 - 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-10-12 11:18:46,164 - 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-10-12 11:18:46,165 - 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-10-12 11:18:46,165 - 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-10-12 11:18:46,165 - 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-10-12 11:18:46,165 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_all_attributes not found in Tempest list. 2018-10-12 11:18:46,165 - 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-10-12 11:18:46,165 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_update_delete_network_subnet not found in Tempest list. 2018-10-12 11:18:46,165 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list not found in Tempest list. 2018-10-12 11:18:46,165 - 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-10-12 11:18:46,165 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network not found in Tempest list. 2018-10-12 11:18:46,165 - 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-10-12 11:18:46,165 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields not found in Tempest list. 2018-10-12 11:18:46,166 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata_item not found in Tempest list. 2018-10-12 11:18:46,166 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_delete_network_with_subnet not found in Tempest list. 2018-10-12 11:18:46,166 - 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-10-12 11:18:46,166 - 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-10-12 11:18:46,166 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_media_types not found in Tempest list. 2018-10-12 11:18:46,166 - 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-10-12 11:18:46,166 - 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-10-12 11:18:46,166 - 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-10-12 11:18:46,166 - 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-10-12 11:18:46,166 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields not found in Tempest list. 2018-10-12 11:18:46,166 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources not found in Tempest list. 2018-10-12 11:18:46,166 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_without_gateway not found in Tempest list. 2018-10-12 11:18:46,167 - 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-10-12 11:18:46,167 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_limit not found in Tempest list. 2018-10-12 11:18:46,167 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params not found in Tempest list. 2018-10-12 11:18:46,167 - 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-10-12 11:18:46,167 - 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-10-12 11:18:46,167 - 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-10-12 11:18:46,167 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields not found in Tempest list. 2018-10-12 11:18:46,167 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_visibility not found in Tempest list. 2018-10-12 11:18:46,167 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_images_schema not found in Tempest list. 2018-10-12 11:18:46,167 - 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-10-12 11:18:46,167 - 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-10-12 11:18:46,167 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable not found in Tempest list. 2018-10-12 11:18:46,168 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_readonly_update not found in Tempest list. 2018-10-12 11:18:46,168 - 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-10-12 11:18:46,168 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot not found in Tempest list. 2018-10-12 11:18:46,168 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata_item not found in Tempest list. 2018-10-12 11:18:46,168 - 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-10-12 11:18:46,168 - 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-10-12 11:18:46,168 - 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-10-12 11:18:46,168 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_availability_zone.AvailabilityZoneV2TestJSON.test_get_availability_zone_list not found in Tempest list. 2018-10-12 11:18:46,168 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets not found in Tempest list. 2018-10-12 11:18:46,168 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2018-10-12 11:18:46,168 - 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-10-12 11:18:46,168 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_details not found in Tempest list. 2018-10-12 11:18:46,169 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_crud_volume_metadata not found in Tempest list. 2018-10-12 11:18:46,169 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_image_schema not found in Tempest list. 2018-10-12 11:18:46,169 - 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-10-12 11:18:46,169 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_size not found in Tempest list. 2018-10-12 11:18:46,169 - refstack_client.list_parser - DEBUG - Number of tests: 200 2018-10-12 11:18:46,171 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-12 11:18:46,188 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-12 11:18:46,188 - 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-10-12 11:18:48,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:18:48.337 245 INFO rally.api [-] Starting verification (UUID=2707fb12-4450-4ce0-ba14-d0c73099f0c7) for deployment 'opnfv-rally' (UUID=2da3a86f-8bbe-4b32-923d-dfe70c9dbc19) by verifier 'opnfv-tempest' (UUID=8d262b5e-249e-4812-9dbd-79aa64d3dc7c). 2018-10-12 11:18:48,339 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 2707fb12-4450-4ce0-ba14-d0c73099f0c7 2018-10-12 11:18:55,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:18:55.120 245 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.199s] 2018-10-12 11:18:55,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:18:55.193 245 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.073s] 2018-10-12 11:18:56,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:18:56.940 245 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.952s] 2018-10-12 11:18:58,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:18:58.669 245 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.235s] 2018-10-12 11:19:04,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:04.966 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [10.019s] 2018-10-12 11:19:13,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:13.631 245 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [16.687s] 2018-10-12 11:19:20,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:20.615 245 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.062s] 2018-10-12 11:19:20,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:20.626 245 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-10-12 11:19:20,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:20.772 245 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.145s] 2018-10-12 11:19:20,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:20.784 245 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-10-12 11:19:20,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:20.796 245 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-10-12 11:19:20,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:20.826 245 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.030s] 2018-10-12 11:19:21,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:21.074 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.066s] 2018-10-12 11:19:21,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:21.891 245 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [1.063s] 2018-10-12 11:19:21,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:21.951 245 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.059s] 2018-10-12 11:19:22,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:22.246 245 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.294s] 2018-10-12 11:19:22,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:22.262 245 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.016s] 2018-10-12 11:19:22,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:22.327 245 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.065s] 2018-10-12 11:19:24,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:24.411 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [3.335s] 2018-10-12 11:19:28,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:28.072 245 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-10-12 11:19:30,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:30.650 245 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [17.015s] 2018-10-12 11:19:31,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:31.648 245 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.065s] 2018-10-12 11:19:31,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:31.690 245 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [28.305s] 2018-10-12 11:19:31,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:31.736 245 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.088s] 2018-10-12 11:19:31,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:31.814 245 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.078s] 2018-10-12 11:19:32,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:32.773 245 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.089s] 2018-10-12 11:19:35,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:35.557 245 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.158s] 2018-10-12 11:19:35,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:35.702 245 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.144s] 2018-10-12 11:19:36,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:36.428 245 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.724s] 2018-10-12 11:19:36,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:36.570 245 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.143s] 2018-10-12 11:19:36,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:36.718 245 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.147s] 2018-10-12 11:19:41,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:41.408 245 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [10.758s] 2018-10-12 11:19:50,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:50.404 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.545s] 2018-10-12 11:19:50,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:50.799 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.394s] 2018-10-12 11:19:51,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:51.225 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.425s] 2018-10-12 11:19:51,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:51.583 245 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [8.007s] 2018-10-12 11:19:52,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:52.070 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.845s] 2018-10-12 11:19:52,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:52.391 245 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON ... fail 2018-10-12 11:19:52,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:52.774 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.704s] 2018-10-12 11:19:52,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:52.860 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.084s] 2018-10-12 11:19:52,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:52.944 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.084s] 2018-10-12 11:19:53,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:53.015 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.070s] 2018-10-12 11:19:53,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:53.092 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.076s] 2018-10-12 11:19:53,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:53.160 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.067s] 2018-10-12 11:19:53,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:53.309 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.148s] 2018-10-12 11:19:58,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:19:58.650 245 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [7.066s] 2018-10-12 11:20:03,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:03.302 245 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.651s] 2018-10-12 11:20:05,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:05.058 245 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk ... fail 2018-10-12 11:20:07,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:07.993 245 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.690s] 2018-10-12 11:20:12,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:12.751 245 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.756s] 2018-10-12 11:20:13,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:13.895 245 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.439s] 2018-10-12 11:20:14,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:14.142 245 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.246s] 2018-10-12 11:20:14,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:14.379 245 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.236s] 2018-10-12 11:20:14,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:14.864 245 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.484s] 2018-10-12 11:20:15,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:15.300 245 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.435s] 2018-10-12 11:20:16,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:16.044 245 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.744s] 2018-10-12 11:20:18,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:18.134 245 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.382s] 2018-10-12 11:20:19,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:19.583 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON ... fail 2018-10-12 11:20:22,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:22.233 245 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.099s] 2018-10-12 11:20:22,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:22.258 245 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.823s] 2018-10-12 11:20:24,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:24.574 245 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.314s] 2018-10-12 11:20:28,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:28.894 245 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.660s] 2018-10-12 11:20:31,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:31.044 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.672s] 2018-10-12 11:20:32,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:32.131 245 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.847s] 2018-10-12 11:20:32,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:32.151 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.107s] 2018-10-12 11:20:33,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:33.035 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.882s] 2018-10-12 11:20:33,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:33.721 245 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.589s] 2018-10-12 11:20:34,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:34.211 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.175s] 2018-10-12 11:20:35,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:35.198 245 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [6.303s] 2018-10-12 11:20:35,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:35.306 245 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.108s] 2018-10-12 11:20:35,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:35.350 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.139s] 2018-10-12 11:20:35,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:35.445 245 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.138s] 2018-10-12 11:20:35,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:35.534 245 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.089s] 2018-10-12 11:20:35,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:35.599 245 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.064s] 2018-10-12 11:20:35,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:35.710 245 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.110s] 2018-10-12 11:20:35,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:35.808 245 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.098s] 2018-10-12 11:20:35,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:35.878 245 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.070s] 2018-10-12 11:20:35,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:35.932 245 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.053s] 2018-10-12 11:20:36,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:36.101 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.749s] 2018-10-12 11:20:36,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:36.906 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.804s] 2018-10-12 11:20:37,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:37.499 245 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.772s] 2018-10-12 11:20:37,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:37.605 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.700s] 2018-10-12 11:20:38,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:38.412 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.806s] 2018-10-12 11:20:38,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:38.672 245 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.177s] 2018-10-12 11:20:39,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:39.209 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.795s] 2018-10-12 11:20:39,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:39.764 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.555s] 2018-10-12 11:20:40,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:40.636 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.872s] 2018-10-12 11:20:41,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:41.432 245 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.756s] 2018-10-12 11:20:41,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:41.464 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.827s] 2018-10-12 11:20:42,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:42.215 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.750s] 2018-10-12 11:20:42,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:42.463 245 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.530s] 2018-10-12 11:20:42,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:42.907 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.691s] 2018-10-12 11:20:43,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:43.334 245 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.901s] 2018-10-12 11:20:43,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:43.419 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.512s] 2018-10-12 11:20:43,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:43.789 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.369s] 2018-10-12 11:20:44,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:44.183 245 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.394s] 2018-10-12 11:20:44,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:44.919 245 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.584s] 2018-10-12 11:20:45,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:45.115 245 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.199s] 2018-10-12 11:20:48,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:48.920 245 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.182s] 2018-10-12 11:20:50,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:50.070 245 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.161s] 2018-10-12 11:20:50,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:50.252 245 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [68.827s] 2018-10-12 11:20:51,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:51.376 245 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.064s] 2018-10-12 11:20:51,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:51.549 245 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.477s] 2018-10-12 11:20:52,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:52.710 245 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.160s] 2018-10-12 11:20:53,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:53.845 245 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.134s] 2018-10-12 11:20:54,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:54.471 245 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.318s] 2018-10-12 11:20:54,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:54.808 245 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.337s] 2018-10-12 11:20:55,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:55.064 245 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.219s] 2018-10-12 11:20:55,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:55.457 245 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.766s] 2018-10-12 11:20:56,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:56.365 245 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.908s] 2018-10-12 11:20:56,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:56.577 245 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.510s] 2018-10-12 11:20:58,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:58.357 245 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.780s] 2018-10-12 11:20:58,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:58.583 245 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.226s] 2018-10-12 11:20:58,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:58.613 245 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.029s] 2018-10-12 11:20:58,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:58.772 245 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.159s] 2018-10-12 11:20:58,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:20:58.933 245 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.160s] 2018-10-12 11:21:01,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:01.493 245 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.867s] 2018-10-12 11:21:05,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:05.771 245 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON ... fail 2018-10-12 11:21:06,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:06.056 245 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.617s] 2018-10-12 11:21:06,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:06.884 245 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.829s] 2018-10-12 11:21:07,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:07.646 245 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.153s] 2018-10-12 11:21:08,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:08.140 245 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.321s] 2018-10-12 11:21:10,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:10.543 245 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.895s] 2018-10-12 11:21:10,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:10.740 245 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.197s] 2018-10-12 11:21:10,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:10.817 245 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.075s] 2018-10-12 11:21:11,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:11.017 245 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.200s] 2018-10-12 11:21:11,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:11.212 245 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.194s] 2018-10-12 11:21:17,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:17.957 245 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.221s] 2018-10-12 11:21:20,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:20.754 245 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [6.501s] 2018-10-12 11:21:26,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:26.626 245 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.871s] 2018-10-12 11:21:26,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:26.987 245 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-10-12 11:21:27,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:27.136 245 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.149s] 2018-10-12 11:21:27,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:27.176 245 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.039s] 2018-10-12 11:21:27,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:27.364 245 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.188s] 2018-10-12 11:21:27,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:27.398 245 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.034s] 2018-10-12 11:21:27,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:27.743 245 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.343s] 2018-10-12 11:21:28,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:28.095 245 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.352s] 2018-10-12 11:21:28,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:28.286 245 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.189s] 2018-10-12 11:21:28,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:28.326 245 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.039s] 2018-10-12 11:21:28,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:28.367 245 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.041s] 2018-10-12 11:21:28,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:28.620 245 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.191s] 2018-10-12 11:21:36,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:36.125 245 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [39.753s] 2018-10-12 11:21:38,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:38.229 245 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [9.606s] 2018-10-12 11:21:42,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:42.337 245 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.838s] 2018-10-12 11:21:42,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:42.504 245 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.167s] 2018-10-12 11:21:48,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:48.049 245 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.982s] 2018-10-12 11:21:50,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:50.560 245 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.224s] 2018-10-12 11:21:50,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:50.770 245 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.210s] 2018-10-12 11:21:52,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:52.415 245 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [14.181s] 2018-10-12 11:21:57,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:57.105 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.241s] 2018-10-12 11:21:57,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:21:57.818 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.712s] 2018-10-12 11:22:03,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:03.009 245 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.170s] 2018-10-12 11:22:03,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:03.202 245 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.192s] 2018-10-12 11:22:10,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:10.818 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.038s] 2018-10-12 11:22:10,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:10.860 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.042s] 2018-10-12 11:22:10,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:10.917 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.056s] 2018-10-12 11:22:11,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:11.522 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.603s] 2018-10-12 11:22:11,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:11.754 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.231s] 2018-10-12 11:22:12,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:12.212 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.458s] 2018-10-12 11:22:12,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:12.258 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.046s] 2018-10-12 11:22:12,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:12.454 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.196s] 2018-10-12 11:22:12,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:12.506 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.051s] 2018-10-12 11:22:12,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:12.559 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.053s] 2018-10-12 11:22:12,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:12.602 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.043s] 2018-10-12 11:22:12,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:12.678 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.074s] 2018-10-12 11:22:12,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:12.909 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.230s] 2018-10-12 11:22:12,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:12.958 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.048s] 2018-10-12 11:22:13,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:13.155 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.197s] 2018-10-12 11:22:19,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:19.898 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.169s] 2018-10-12 11:22:20,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:20.072 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.173s] 2018-10-12 11:22:20,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:20.254 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.182s] 2018-10-12 11:22:20,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:20.405 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.151s] 2018-10-12 11:22:20,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:20.567 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.161s] 2018-10-12 11:22:20,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:20.729 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.161s] 2018-10-12 11:22:20,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:20.803 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.074s] 2018-10-12 11:22:20,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:20.976 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.172s] 2018-10-12 11:22:20,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:20.986 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.009s] 2018-10-12 11:22:21,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:21.017 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.031s] 2018-10-12 11:22:21,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:21.171 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.153s] 2018-10-12 11:22:21,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:21.217 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.045s] 2018-10-12 11:22:21,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:21.409 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.191s] 2018-10-12 11:22:21,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:21.445 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.036s] 2018-10-12 11:22:21,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:21.481 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.035s] 2018-10-12 11:22:21,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:21.492 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-10-12 11:22:21,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:21.526 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.034s] 2018-10-12 11:22:21,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:21.558 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.031s] 2018-10-12 11:22:21,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:21.592 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.033s] 2018-10-12 11:22:21,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:22:21.771 245 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.179s] 2018-10-12 11:22:26,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 2707fb12-4450-4ce0-ba14-d0c73099f0c7 2018-10-12 11:22:26,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '2707fb12-4450-4ce0-ba14-d0c73099f0c7']'. 2018-10-12 11:22:27,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-12 11:22:27,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-12 11:22:27,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-12 11:22:27,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 2707fb12-4450-4ce0-ba14-d0c73099f0c7 | 2018-10-12 11:22:27,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-12 11:22:27,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-12 11:18:48 | 2018-10-12 11:22:27,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-12 11:22:25 | 2018-10-12 11:22:27,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:37 | 2018-10-12 11:22:27,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-10-12 11:22:27,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-12 11:22:27,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-12 11:22:27,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 8d262b5e-249e-4812-9dbd-79aa64d3dc7c) | 2018-10-12 11:22:27,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-12 11:22:27,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2da3a86f-8bbe-4b32-923d-dfe70c9dbc19) | 2018-10-12 11:22:27,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 200 | 2018-10-12 11:22:27,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 208.685 | 2018-10-12 11:22:27,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 184 | 2018-10-12 11:22:27,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-10-12 11:22:27,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-12 11:22:27,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-12 11:22:27,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 16 | 2018-10-12 11:22:27,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-12 11:22:27,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-12 11:22:27,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-12 11:22:27,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 92.0% 2018-10-12 11:22:27,439 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-12 11:22:27,439 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 03:55 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-10-12 11:22:27,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-12 11:22:27,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/a840d50b-bce4-4f9c-8a89-0ebf4f53a5eb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f7b667853ebf65d138e8bf1754e4b4554302eba" 2018-10-12 11:22:28,203 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6ba5fb80-30a7-4942-9157-0783a1df9acc Date: Fri, 12 Oct 2018 11:22:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 11:22:28,204 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/a840d50b-bce4-4f9c-8a89-0ebf4f53a5eb used request id req-6ba5fb80-30a7-4942-9157-0783a1df9acc 2018-10-12 11:22:28,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.759840965271s 2018-10-12 11:22:28,204 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/a840d50b-bce4-4f9c-8a89-0ebf4f53a5eb used request id req-6ba5fb80-30a7-4942-9157-0783a1df9acc 2018-10-12 11:22:28,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-12 11:22:28,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:22:28,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22: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-e225d1d2-eb93-4ce7-9295-9e575b093fd0 x-compute-request-id: req-e225d1d2-eb93-4ce7-9295-9e575b093fd0 Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/a547fea1-1f65-42a9-95bb-d8b283b74db5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/a547fea1-1f65-42a9-95bb-d8b283b74db5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a547fea1-1f65-42a9-95bb-d8b283b74db5", "name": "refstack_defcore-flavor_d64a55f8-f474-450a-9dff-04a12d75a36a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/afb8e47e-003f-45a1-905f-792339cd70bb", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/afb8e47e-003f-45a1-905f-792339cd70bb", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "afb8e47e-003f-45a1-905f-792339cd70bb", "name": "refstack_defcore-flavor_alt_d64a55f8-f474-450a-9dff-04a12d75a36a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-12 11:22:28,235 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-e225d1d2-eb93-4ce7-9295-9e575b093fd0 2018-10-12 11:22:28,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0310740470886s 2018-10-12 11:22:28,236 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-e225d1d2-eb93-4ce7-9295-9e575b093fd0 2018-10-12 11:22:28,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-12 11:22:28,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/afb8e47e-003f-45a1-905f-792339cd70bb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:22:28,294 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 11:22: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-c46c870c-431f-403b-9efe-134b2c653d19 x-compute-request-id: req-c46c870c-431f-403b-9efe-134b2c653d19 Content-Length: 0 Content-Type: application/json 2018-10-12 11:22:28,295 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/afb8e47e-003f-45a1-905f-792339cd70bb used request id req-c46c870c-431f-403b-9efe-134b2c653d19 2018-10-12 11:22:28,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0565240383148s 2018-10-12 11:22:28,295 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/afb8e47e-003f-45a1-905f-792339cd70bb used request id req-c46c870c-431f-403b-9efe-134b2c653d19 2018-10-12 11:22:28,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 11:22:28,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}3f7b667853ebf65d138e8bf1754e4b4554302eba" 2018-10-12 11:22:28,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-28850252-b40b-4eb2-a12a-4a84d397fc39 Date: Fri, 12 Oct 2018 11:22:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/4b6105d9-406c-4bd4-805e-72f733f7ed43/snap", "metadata": {}}], "file": "/v2/images/4b6105d9-406c-4bd4-805e-72f733f7ed43/file", "owner": "ab9b101d9bdc4e66a2eacf92a4dc88d2", "id": "4b6105d9-406c-4bd4-805e-72f733f7ed43", "size": 12716032, "self": "/v2/images/4b6105d9-406c-4bd4-805e-72f733f7ed43", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/4b6105d9-406c-4bd4-805e-72f733f7ed43/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T11:18:34Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_d64a55f8-f474-450a-9dff-04a12d75a36a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_d64a55f8-f474-450a-9dff-04a12d75a36a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T11:18:33Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 11:22:28,473 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-28850252-b40b-4eb2-a12a-4a84d397fc39 2018-10-12 11:22:28,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.177680015564s 2018-10-12 11:22:28,474 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-28850252-b40b-4eb2-a12a-4a84d397fc39 2018-10-12 11:22:28,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-12 11:22:28,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/4b6105d9-406c-4bd4-805e-72f733f7ed43 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f7b667853ebf65d138e8bf1754e4b4554302eba" 2018-10-12 11:22:29,353 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-62651f6f-d400-4452-85d9-362bb20ace89 Date: Fri, 12 Oct 2018 11:22:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 11:22:29,354 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/4b6105d9-406c-4bd4-805e-72f733f7ed43 used request id req-62651f6f-d400-4452-85d9-362bb20ace89 2018-10-12 11:22:29,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.877794981003s 2018-10-12 11:22:29,354 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/4b6105d9-406c-4bd4-805e-72f733f7ed43 used request id req-62651f6f-d400-4452-85d9-362bb20ace89 2018-10-12 11:22:29,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-12 11:22:29,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:22:29,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22: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-b48bfa0f-3174-4ddb-9bf2-080cc637417f x-compute-request-id: req-b48bfa0f-3174-4ddb-9bf2-080cc637417f Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/a547fea1-1f65-42a9-95bb-d8b283b74db5", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/a547fea1-1f65-42a9-95bb-d8b283b74db5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a547fea1-1f65-42a9-95bb-d8b283b74db5", "name": "refstack_defcore-flavor_d64a55f8-f474-450a-9dff-04a12d75a36a", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-12 11:22:29,388 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-b48bfa0f-3174-4ddb-9bf2-080cc637417f 2018-10-12 11:22:29,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0337591171265s 2018-10-12 11:22:29,389 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-b48bfa0f-3174-4ddb-9bf2-080cc637417f 2018-10-12 11:22:29,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-12 11:22:29,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/a547fea1-1f65-42a9-95bb-d8b283b74db5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:22:29,432 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 11:22: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-a7e16b08-249a-43f7-9b04-54480d749741 x-compute-request-id: req-a7e16b08-249a-43f7-9b04-54480d749741 Content-Length: 0 Content-Type: application/json 2018-10-12 11:22:29,432 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/a547fea1-1f65-42a9-95bb-d8b283b74db5 used request id req-a7e16b08-249a-43f7-9b04-54480d749741 2018-10-12 11:22:29,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0416879653931s 2018-10-12 11:22:29,433 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/a547fea1-1f65-42a9-95bb-d8b283b74db5 used request id req-a7e16b08-249a-43f7-9b04-54480d749741 2018-10-12 11:22:29,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 11:22:29,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:22:29,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1532791d-2711-4323-970d-7f6f00e0dbcc Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_d64a55f8-f474-450a-9dff-04a12d75a36a", "links": {"self": "http://172.30.9.26:5000/v3/users/c56b26ece2434d8eb67ee2662bf565e0"}, "domain_id": "default", "enabled": true, "id": "c56b26ece2434d8eb67ee2662bf565e0", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 11:22:29,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-1532791d-2711-4323-970d-7f6f00e0dbcc 2018-10-12 11:22:29,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101483106613s 2018-10-12 11:22:29,535 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-1532791d-2711-4323-970d-7f6f00e0dbcc 2018-10-12 11:22:29,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 11:22:29,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/c56b26ece2434d8eb67ee2662bf565e0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:22:29,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7eb29d62-1ec7-4424-a8ed-9678117dfa7d Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/c56b26ece2434d8eb67ee2662bf565e0"}, "enabled": true, "id": "c56b26ece2434d8eb67ee2662bf565e0", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_d64a55f8-f474-450a-9dff-04a12d75a36a"}} 2018-10-12 11:22:29,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/c56b26ece2434d8eb67ee2662bf565e0 used request id req-7eb29d62-1ec7-4424-a8ed-9678117dfa7d 2018-10-12 11:22:29,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0888199806213s 2018-10-12 11:22:29,631 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/c56b26ece2434d8eb67ee2662bf565e0 used request id req-7eb29d62-1ec7-4424-a8ed-9678117dfa7d 2018-10-12 11:22:29,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-12 11:22:29,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/c56b26ece2434d8eb67ee2662bf565e0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:22:29,799 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:22:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b63fc07-aebd-4f49-9289-b4fce337043b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 11:22:29,799 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/c56b26ece2434d8eb67ee2662bf565e0 used request id req-0b63fc07-aebd-4f49-9289-b4fce337043b 2018-10-12 11:22:29,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.168220043182s 2018-10-12 11:22:29,800 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/c56b26ece2434d8eb67ee2662bf565e0 used request id req-0b63fc07-aebd-4f49-9289-b4fce337043b 2018-10-12 11:22:29,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 11:22:29,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:22:29,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54bc35bc-a0dd-4ebc-a3b1-45b0c40ec805 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.26:5000/v3/projects/ab9b101d9bdc4e66a2eacf92a4dc88d2"}, "enabled": true, "id": "ab9b101d9bdc4e66a2eacf92a4dc88d2", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_d64a55f8-f474-450a-9dff-04a12d75a36a"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-12 11:22:29,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-54bc35bc-a0dd-4ebc-a3b1-45b0c40ec805 2018-10-12 11:22:29,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0821709632874s 2018-10-12 11:22:29,883 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-54bc35bc-a0dd-4ebc-a3b1-45b0c40ec805 2018-10-12 11:22:29,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-12 11:22:29,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/ab9b101d9bdc4e66a2eacf92a4dc88d2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:22:30,044 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:22:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-afa63c45-61ed-428f-b46a-bd56dbfda603 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 11:22:30,044 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/ab9b101d9bdc4e66a2eacf92a4dc88d2 used request id req-afa63c45-61ed-428f-b46a-bd56dbfda603 2018-10-12 11:22:30,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.158926963806s 2018-10-12 11:22:30,044 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/ab9b101d9bdc4e66a2eacf92a4dc88d2 used request id req-afa63c45-61ed-428f-b46a-bd56dbfda603 2018-10-12 11:22:30,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:22:30,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:22:30,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b2b3035-2baa-4190-8de0-36a8264c9772 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "5318a3ef1cd040b1a79763b12f001ba3", "links": {"self": "http://172.30.9.26:5000/v3/roles/5318a3ef1cd040b1a79763b12f001ba3"}, "name": "Member"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 11:22:30,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-1b2b3035-2baa-4190-8de0-36a8264c9772 2018-10-12 11:22:30,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0875580310822s 2018-10-12 11:22:30,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-12 11:22:30,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/5318a3ef1cd040b1a79763b12f001ba3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:22:30,239 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:22:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e9d8379-b2ff-4f04-b18e-10a48a1aaf13 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 11:22:30,239 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/5318a3ef1cd040b1a79763b12f001ba3 used request id req-0e9d8379-b2ff-4f04-b18e-10a48a1aaf13 2018-10-12 11:22:30,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.105087041855s 2018-10-12 11:22:30,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-12 11:22:30,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/security-groups.json?project_id=ab9b101d9bdc4e66a2eacf92a4dc88d2&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6bf0cb1137cf35af751b2ab51c54c7d1c7199430" 2018-10-12 11:22:30,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-63983d70-28de-4390-aef2-c5f0cd1a2d51 Date: Fri, 12 Oct 2018 11:22:30 GMT RESP BODY: {"security_groups": []} 2018-10-12 11:22:30,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=ab9b101d9bdc4e66a2eacf92a4dc88d2&name=default used request id req-63983d70-28de-4390-aef2-c5f0cd1a2d51 2018-10-12 11:22:30,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.178006887436s 2018-10-12 11:22:30,420 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=ab9b101d9bdc4e66a2eacf92a4dc88d2&name=default used request id req-63983d70-28de-4390-aef2-c5f0cd1a2d51 2018-10-12 11:22:30,420 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-10-12 11:22:30,473 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-10-12 11:22:30,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 11:22:30,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 11:22:30,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 11:22:30,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 11:22:30,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 11:22:30,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 11:22:30,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 11:22:30,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 11:22:30,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 11:22:30,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 11:22:30,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 11:22:30,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 11:22:30,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 11:22:30,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 11:22:30,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 11:22:30,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 11:22:30,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 11:22:30,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 11:22:30,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 11:22:30,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 11:22:30,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 11:22:30,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 11:22:30,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 11:22:30,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 11:22:30,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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-10-12 11:22:30,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f62d8e6-f649-4993-9e1a-0101c6dafbcd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 11:22:30,547 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2f62d8e6-f649-4993-9e1a-0101c6dafbcd 2018-10-12 11:22:30,548 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 11:22:30,917 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T12:22:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["YyHMFjC_T7yDxttF41flcQ"], "issued_at": "2018-10-12T11:22:30.000000Z"}} 2018-10-12 11:22:30,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-12 11:22:30,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:22:31,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e08aa214-826d-4ac9-9ab8-e8c8e00303e9 Date: Fri, 12 Oct 2018 11:22:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"}]} 2018-10-12 11:22:31,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e08aa214-826d-4ac9-9ab8-e8c8e00303e9 2018-10-12 11:22:31,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.238888025284s 2018-10-12 11:22:31,159 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e08aa214-826d-4ac9-9ab8-e8c8e00303e9 2018-10-12 11:22:31,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-12 11:22:31,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:22:31,168 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 11:22:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 11:22:31,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:22:31,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f57b5dd-f5bc-41ba-8a12-e4ad386b521d Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/4c63915287d940839daec75dc8b59ff1"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4c63915287d940839daec75dc8b59ff1"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-10-12 11:22:31,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-9f57b5dd-f5bc-41ba-8a12-e4ad386b521d 2018-10-12 11:22:31,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0930600166321s 2018-10-12 11:22:31,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-12 11:22:31,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}5e712390eec05d84a50c281cd4922fb87d5733a1" -d '{"project": {"description": "Created by OPNFV Functest: patrole", "enabled": true, "domain_id": "default", "name": "patrole-project_dbca83a8-69f2-422e-a481-23449251667d"}}' 2018-10-12 11:22:31,371 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 11:22:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f43baa2-b1d9-4219-9c7a-120e79ac1359 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.26:5000/v3/projects/af1d8c7813bc4e68bcfda0cf0d9f5efd"}, "enabled": true, "id": "af1d8c7813bc4e68bcfda0cf0d9f5efd", "parent_id": "default", "domain_id": "default", "name": "patrole-project_dbca83a8-69f2-422e-a481-23449251667d"}} 2018-10-12 11:22:31,371 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-0f43baa2-b1d9-4219-9c7a-120e79ac1359 2018-10-12 11:22:31,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.116409778595s 2018-10-12 11:22:31,372 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-0f43baa2-b1d9-4219-9c7a-120e79ac1359 2018-10-12 11:22:31,372 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_dbca83a8-69f2-422e-a481-23449251667d', 'id': u'af1d8c7813bc4e68bcfda0cf0d9f5efd', '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-10-12 11:22:31,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-12 11:22:31,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.34503698349s 2018-10-12 11:22:31,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/c9783681197a42f79029dafeb0481b50 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:22:31,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06118523-3cbf-4e48-983a-835675dba610 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/c9783681197a42f79029dafeb0481b50"}, "enabled": true, "id": "c9783681197a42f79029dafeb0481b50", "options": {}, "domain_id": "default", "name": "patrole-user_dbca83a8-69f2-422e-a481-23449251667d"}} 2018-10-12 11:22:31,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/c9783681197a42f79029dafeb0481b50 used request id req-06118523-3cbf-4e48-983a-835675dba610 2018-10-12 11:22:31,817 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c9783681197a42f79029dafeb0481b50', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_dbca83a8-69f2-422e-a481-23449251667d'}) 2018-10-12 11:22:31,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:22:31,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:22:31,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c11428a-9b7e-4c42-8495-bf69051b1e62 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 11:22:31,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-4c11428a-9b7e-4c42-8495-bf69051b1e62 2018-10-12 11:22:31,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.078752040863s 2018-10-12 11:22:31,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:22:31,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:22:31,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fb665a6-a173-4cef-9d86-3f3b2aed3e40 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 11:22:31,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-3fb665a6-a173-4cef-9d86-3f3b2aed3e40 2018-10-12 11:22:31,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.094085931778s 2018-10-12 11:22:31,992 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-12 11:22:31,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-12 11:22:31,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e712390eec05d84a50c281cd4922fb87d5733a1" -d '{"role": {"name": "Member"}}' 2018-10-12 11:22:32,084 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 11:22:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ac6448e-41f0-421f-9e93-8f0ccb3e3891 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c9d855322bcd4f7eb6129bc27eb32284", "links": {"self": "http://172.30.9.26:5000/v3/roles/c9d855322bcd4f7eb6129bc27eb32284"}, "name": "Member"}} 2018-10-12 11:22:32,084 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-5ac6448e-41f0-421f-9e93-8f0ccb3e3891 2018-10-12 11:22:32,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0911898612976s 2018-10-12 11:22:32,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/c9d855322bcd4f7eb6129bc27eb32284 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:22:32,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fd84d8a-5642-413f-b93f-67aa472abea8 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/c9d855322bcd4f7eb6129bc27eb32284"}, "domain_id": null, "name": "Member", "id": "c9d855322bcd4f7eb6129bc27eb32284"}} 2018-10-12 11:22:32,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/c9d855322bcd4f7eb6129bc27eb32284 used request id req-8fd84d8a-5642-413f-b93f-67aa472abea8 2018-10-12 11:22:32,100 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/c9d855322bcd4f7eb6129bc27eb32284'}, 'domain_id': None, 'human_id': None, 'id': u'c9d855322bcd4f7eb6129bc27eb32284', 'HUMAN_ID': False}) 2018-10-12 11:22:32,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:22:32,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:22:32,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4fc0e9a-985f-4fc7-aa51-38d71220e6c5 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c9d855322bcd4f7eb6129bc27eb32284", "links": {"self": "http://172.30.9.26:5000/v3/roles/c9d855322bcd4f7eb6129bc27eb32284"}, "name": "Member"}]} 2018-10-12 11:22:32,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-b4fc0e9a-985f-4fc7-aa51-38d71220e6c5 2018-10-12 11:22:32,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0817019939423s 2018-10-12 11:22:32,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-12 11:22:32,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:22:32,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a096481-ea01-4c48-8c8b-17afc01a1dde Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 11:22:32,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-3a096481-ea01-4c48-8c8b-17afc01a1dde 2018-10-12 11:22:32,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.079029083252s 2018-10-12 11:22:32,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 11:22:32,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:22:32,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de8ee47d-8926-4b1c-a813-14d1b7bbbcff Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_dbca83a8-69f2-422e-a481-23449251667d", "links": {"self": "http://172.30.9.26:5000/v3/users/c9783681197a42f79029dafeb0481b50"}, "domain_id": "default", "enabled": true, "id": "c9783681197a42f79029dafeb0481b50", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 11:22:32,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-de8ee47d-8926-4b1c-a813-14d1b7bbbcff 2018-10-12 11:22:32,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.089387178421s 2018-10-12 11:22:32,353 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-de8ee47d-8926-4b1c-a813-14d1b7bbbcff 2018-10-12 11:22:32,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 11:22:32,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:22:32,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4764f7e-4fe9-4d5a-b982-5d4d828f4167 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26: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.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.26:5000/v3/projects/af1d8c7813bc4e68bcfda0cf0d9f5efd"}, "enabled": true, "id": "af1d8c7813bc4e68bcfda0cf0d9f5efd", "parent_id": "default", "domain_id": "default", "name": "patrole-project_dbca83a8-69f2-422e-a481-23449251667d"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-12 11:22:32,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-c4764f7e-4fe9-4d5a-b982-5d4d828f4167 2018-10-12 11:22:32,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0832750797272s 2018-10-12 11:22:32,443 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-c4764f7e-4fe9-4d5a-b982-5d4d828f4167 2018-10-12 11:22:32,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-12 11:22:32,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=c9783681197a42f79029dafeb0481b50&scope.project.id=af1d8c7813bc4e68bcfda0cf0d9f5efd&role.id=c9d855322bcd4f7eb6129bc27eb32284 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:22:32,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cde3a17-14e9-4e1e-9a09-2b4c8104684c Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=c9783681197a42f79029dafeb0481b50&scope.project.id=af1d8c7813bc4e68bcfda0cf0d9f5efd&role.id=c9d855322bcd4f7eb6129bc27eb32284", "previous": null, "next": null}} 2018-10-12 11:22:32,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=c9783681197a42f79029dafeb0481b50&scope.project.id=af1d8c7813bc4e68bcfda0cf0d9f5efd&role.id=c9d855322bcd4f7eb6129bc27eb32284 used request id req-8cde3a17-14e9-4e1e-9a09-2b4c8104684c 2018-10-12 11:22:32,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0831460952759s 2018-10-12 11:22:32,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-12 11:22:32,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/af1d8c7813bc4e68bcfda0cf0d9f5efd/users/c9783681197a42f79029dafeb0481b50/roles/c9d855322bcd4f7eb6129bc27eb32284 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:22:32,648 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:22:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7bf352cd-4f49-4628-945b-1e7fd655560a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 11:22:32,649 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/af1d8c7813bc4e68bcfda0cf0d9f5efd/users/c9783681197a42f79029dafeb0481b50/roles/c9d855322bcd4f7eb6129bc27eb32284 used request id req-7bf352cd-4f49-4628-945b-1e7fd655560a 2018-10-12 11:22:32,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.120126008987s 2018-10-12 11:22:32,650 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_dbca83a8-69f2-422e-a481-23449251667d', 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': 'f5d3d118-bb7f-44a4-a0db-145ca7f4e674', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_dbca83a8-69f2-422e-a481-23449251667d', 'project_id': u'af1d8c7813bc4e68bcfda0cf0d9f5efd', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-12 11:22:32,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 11:22:32,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 11:22:32,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 11:22:32,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 11:22:32,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 11:22:32,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 11:22:32,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 11:22:32,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 11:22:32,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 11:22:32,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 11:22:32,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 11:22:32,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 11:22:32,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 11:22:32,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 11:22:32,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 11:22:32,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 11:22:32,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 11:22:32,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 11:22:32,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 11:22:32,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 11:22:32,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 11:22:32,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 11:22:32,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 11:22:32,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 11:22:32,655 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_dbca83a8-69f2-422e-a481-23449251667d', 'password': 'f5d3d118-bb7f-44a4-a0db-145ca7f4e674', 'project_name': 'patrole-project_dbca83a8-69f2-422e-a481-23449251667d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': 'af1d8c7813bc4e68bcfda0cf0d9f5efd', 'project_domain_name': 'Default'} 2018-10-12 11:22:32,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:22:32,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:22:32,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3905ea28-49f1-4ff3-ac78-ca2f78b573d3 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c9d855322bcd4f7eb6129bc27eb32284", "links": {"self": "http://172.30.9.26:5000/v3/roles/c9d855322bcd4f7eb6129bc27eb32284"}, "name": "Member"}]} 2018-10-12 11:22:32,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-3905ea28-49f1-4ff3-ac78-ca2f78b573d3 2018-10-12 11:22:32,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0786399841309s 2018-10-12 11:22:32,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:22:32,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:22:32,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6bb6571-2027-4e69-a040-8112e7f1693d Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c9d855322bcd4f7eb6129bc27eb32284", "links": {"self": "http://172.30.9.26:5000/v3/roles/c9d855322bcd4f7eb6129bc27eb32284"}, "name": "Member"}]} 2018-10-12 11:22:32,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-c6bb6571-2027-4e69-a040-8112e7f1693d 2018-10-12 11:22:32,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0832471847534s 2018-10-12 11:22:32,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-12 11:22:32,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:22:32,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-594433c2-8f77-4496-a93c-6e1d32d3d760 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 11:22:32,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-594433c2-8f77-4496-a93c-6e1d32d3d760 2018-10-12 11:22:32,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0763568878174s 2018-10-12 11:22:32,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 11:22:32,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:22:32,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4842890-1ea7-4dac-982c-cf081881ad53 Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_dbca83a8-69f2-422e-a481-23449251667d", "links": {"self": "http://172.30.9.26:5000/v3/users/c9783681197a42f79029dafeb0481b50"}, "domain_id": "default", "enabled": true, "id": "c9783681197a42f79029dafeb0481b50", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 11:22:32,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-a4842890-1ea7-4dac-982c-cf081881ad53 2018-10-12 11:22:32,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0992119312286s 2018-10-12 11:22:32,997 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-a4842890-1ea7-4dac-982c-cf081881ad53 2018-10-12 11:22:33,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 11:22:33,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:22:33,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b426a121-f161-491e-8c55-6dd6cd090b48 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26: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.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.26:5000/v3/projects/af1d8c7813bc4e68bcfda0cf0d9f5efd"}, "enabled": true, "id": "af1d8c7813bc4e68bcfda0cf0d9f5efd", "parent_id": "default", "domain_id": "default", "name": "patrole-project_dbca83a8-69f2-422e-a481-23449251667d"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-12 11:22:33,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-b426a121-f161-491e-8c55-6dd6cd090b48 2018-10-12 11:22:33,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0789318084717s 2018-10-12 11:22:33,083 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-b426a121-f161-491e-8c55-6dd6cd090b48 2018-10-12 11:22:33,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-12 11:22:33,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=c9783681197a42f79029dafeb0481b50&scope.project.id=af1d8c7813bc4e68bcfda0cf0d9f5efd&role.id=112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:22:33,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65243399-f77d-4d1a-b6f6-d31419358c88 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=c9783681197a42f79029dafeb0481b50&scope.project.id=af1d8c7813bc4e68bcfda0cf0d9f5efd&role.id=112190b0dab44ef9a2f2f86430c0c451", "previous": null, "next": null}} 2018-10-12 11:22:33,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=c9783681197a42f79029dafeb0481b50&scope.project.id=af1d8c7813bc4e68bcfda0cf0d9f5efd&role.id=112190b0dab44ef9a2f2f86430c0c451 used request id req-65243399-f77d-4d1a-b6f6-d31419358c88 2018-10-12 11:22:33,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0724129676819s 2018-10-12 11:22:33,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-12 11:22:33,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/af1d8c7813bc4e68bcfda0cf0d9f5efd/users/c9783681197a42f79029dafeb0481b50/roles/112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:22:33,308 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:22:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62f30db0-112c-48a9-86b7-07d23c5c1392 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 11:22:33,308 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/af1d8c7813bc4e68bcfda0cf0d9f5efd/users/c9783681197a42f79029dafeb0481b50/roles/112190b0dab44ef9a2f2f86430c0c451 used request id req-62f30db0-112c-48a9-86b7-07d23c5c1392 2018-10-12 11:22:33,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.150434017181s 2018-10-12 11:22:33,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:22:33,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:22:33,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01a9bef3-b107-4e03-b97d-7b80ac8ee8ef Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c9d855322bcd4f7eb6129bc27eb32284", "links": {"self": "http://172.30.9.26:5000/v3/roles/c9d855322bcd4f7eb6129bc27eb32284"}, "name": "Member"}]} 2018-10-12 11:22:33,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-01a9bef3-b107-4e03-b97d-7b80ac8ee8ef 2018-10-12 11:22:33,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0807700157166s 2018-10-12 11:22:33,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-12 11:22:33,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:22:33,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01d91a82-7782-4ed3-8036-3dffc9e4714a Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 11:22:33,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-01d91a82-7782-4ed3-8036-3dffc9e4714a 2018-10-12 11:22:33,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0749549865723s 2018-10-12 11:22:33,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 11:22:33,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:22:33,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24d89c3a-f851-486f-8fc1-3e5f94a4ce5b Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_dbca83a8-69f2-422e-a481-23449251667d", "links": {"self": "http://172.30.9.26:5000/v3/users/c9783681197a42f79029dafeb0481b50"}, "domain_id": "default", "enabled": true, "id": "c9783681197a42f79029dafeb0481b50", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 11:22:33,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-24d89c3a-f851-486f-8fc1-3e5f94a4ce5b 2018-10-12 11:22:33,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0963959693909s 2018-10-12 11:22:33,563 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-24d89c3a-f851-486f-8fc1-3e5f94a4ce5b 2018-10-12 11:22:33,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-12 11:22:33,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=c9783681197a42f79029dafeb0481b50&role.id=112190b0dab44ef9a2f2f86430c0c451&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:22:33,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8853742e-3bed-4017-9cf4-30d1e781760f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=c9783681197a42f79029dafeb0481b50&role.id=112190b0dab44ef9a2f2f86430c0c451&scope.domain.id=default", "previous": null, "next": null}} 2018-10-12 11:22:33,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=c9783681197a42f79029dafeb0481b50&role.id=112190b0dab44ef9a2f2f86430c0c451&scope.domain.id=default used request id req-8853742e-3bed-4017-9cf4-30d1e781760f 2018-10-12 11:22:33,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0797719955444s 2018-10-12 11:22:33,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-12 11:22:33,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/domains/default/users/c9783681197a42f79029dafeb0481b50/roles/112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:22:33,768 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:22:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a60f3746-e444-4a6c-999a-975f14016f22 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 11:22:33,768 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/domains/default/users/c9783681197a42f79029dafeb0481b50/roles/112190b0dab44ef9a2f2f86430c0c451 used request id req-a60f3746-e444-4a6c-999a-975f14016f22 2018-10-12 11:22:33,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.118901968002s 2018-10-12 11:22:33,769 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-12 11:22:36,282 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-12 11:22:35.901 275 INFO rally.deployment.engine [-] Deployment 2da3a86f-8bbe-4b32-923d-dfe70c9dbc19 | Starting: Destroy cloud and free allocated resources. 2018-10-12 11:22:35.992 275 INFO rally.deployment.engine [-] Deployment 2da3a86f-8bbe-4b32-923d-dfe70c9dbc19 | Completed: Destroy cloud and free allocated resources. 2018-10-12 11:22:36.044 275 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=8d262b5e-249e-4812-9dbd-79aa64d3dc7c) for deployment 'opnfv-rally'. 2018-10-12 11:22:36.069 275 INFO rally.api [-] Deleting verification (UUID=2707fb12-4450-4ce0-ba14-d0c73099f0c7). 2018-10-12 11:22:36.110 275 INFO rally.api [-] Verification has been successfully deleted! 2018-10-12 11:22:36.111 275 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=8d262b5e-249e-4812-9dbd-79aa64d3dc7c). 2018-10-12 11:22:36.116 275 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-12 11:22:38,820 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-12 11:22:38.534 278 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=5b397d40-770e-48b8-85b0-617987e12fbf) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 5b397d40-770e-48b8-85b0-617987e12fbf | 2018-10-12T11:22:38 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 5b397d40-770e-48b8-85b0-617987e12fbf ~/.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-10-12 11:22:42,058 - 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-10-12 11:22:42,058 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-12 11:22:44,306 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-12 11:22:44.031 284 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=8d262b5e-249e-4812-9dbd-79aa64d3dc7c). 2018-10-12 11:22:44.159 284 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-12 11:22:47,850 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-12 11:22:46.398 287 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-12 11:22:46.517 287 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-12 11:22:47.608 287 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ef6064fd-6809-4531-ae7b-af4eeb5dd035) has been successfully created! Using verifier 'opnfv-tempest' (UUID=ef6064fd-6809-4531-ae7b-af4eeb5dd035) as the default verifier for the future CLI operations. 2018-10-12 11:22:50,774 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-10-12 11:22:50,775 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-12 11:22:50,902 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-12 11:22:50,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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-10-12 11:22:50,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-960358f4-3fbd-40b6-8bbb-a6327ea78a0b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 11:22:50,909 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-960358f4-3fbd-40b6-8bbb-a6327ea78a0b 2018-10-12 11:22:50,909 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 11:22:51,283 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c9d855322bcd4f7eb6129bc27eb32284", "name": "Member"}, {"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T12:22:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af1d8c7813bc4e68bcfda0cf0d9f5efd", "name": "patrole-project_dbca83a8-69f2-422e-a481-23449251667d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/af1d8c7813bc4e68bcfda0cf0d9f5efd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/af1d8c7813bc4e68bcfda0cf0d9f5efd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/af1d8c7813bc4e68bcfda0cf0d9f5efd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/af1d8c7813bc4e68bcfda0cf0d9f5efd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/af1d8c7813bc4e68bcfda0cf0d9f5efd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/af1d8c7813bc4e68bcfda0cf0d9f5efd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/af1d8c7813bc4e68bcfda0cf0d9f5efd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/af1d8c7813bc4e68bcfda0cf0d9f5efd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/af1d8c7813bc4e68bcfda0cf0d9f5efd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/af1d8c7813bc4e68bcfda0cf0d9f5efd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/af1d8c7813bc4e68bcfda0cf0d9f5efd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/af1d8c7813bc4e68bcfda0cf0d9f5efd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "patrole-user_dbca83a8-69f2-422e-a481-23449251667d", "id": "c9783681197a42f79029dafeb0481b50"}, "audit_ids": ["jzN9XsduT3mThWm-yxZRnA"], "issued_at": "2018-10-12T11:22:51.000000Z"}} 2018-10-12 11:22:51,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}35d38d1e1aba2911279633057f376fba0609dca7" 2018-10-12 11:22:51,291 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 12 Oct 2018 11:22:51 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-10-12 11:22:51,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 11:22:51,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}35d38d1e1aba2911279633057f376fba0609dca7" 2018-10-12 11:22:51,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-525decca-41af-458c-badc-93f4a23c7502 Date: Fri, 12 Oct 2018 11:22:51 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 11:22:51,483 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-525decca-41af-458c-badc-93f4a23c7502 2018-10-12 11:22:51,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.188476085663s 2018-10-12 11:22:51,483 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-525decca-41af-458c-badc-93f4a23c7502 2018-10-12 11:22:51,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-12 11:22:51,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}35d38d1e1aba2911279633057f376fba0609dca7" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_dbca83a8-69f2-422e-a481-23449251667d", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_dbca83a8-69f2-422e-a481-23449251667d"}' 2018-10-12 11:22:51,696 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 865 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/b9acae21-f7d9-409c-8a69-c2e5e1ee7279 X-Openstack-Request-Id: req-44ea06e2-bde1-4c20-b344-1fde069af0e5 Date: Fri, 12 Oct 2018 11:22:51 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/b9acae21-f7d9-409c-8a69-c2e5e1ee7279/file", "owner": "af1d8c7813bc4e68bcfda0cf0d9f5efd", "id": "b9acae21-f7d9-409c-8a69-c2e5e1ee7279", "size": null, "self": "/v2/images/b9acae21-f7d9-409c-8a69-c2e5e1ee7279", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T11:22:51Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_dbca83a8-69f2-422e-a481-23449251667d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_dbca83a8-69f2-422e-a481-23449251667d", "checksum": null, "created_at": "2018-10-12T11:22:51Z", "protected": false} 2018-10-12 11:22:51,696 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-44ea06e2-bde1-4c20-b344-1fde069af0e5 2018-10-12 11:22:51,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.210743904114s 2018-10-12 11:22:51,696 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-44ea06e2-bde1-4c20-b344-1fde069af0e5 returning object b9acae21-f7d9-409c-8a69-c2e5e1ee7279 2018-10-12 11:22:51,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-12 11:22:51,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/b9acae21-f7d9-409c-8a69-c2e5e1ee7279/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}35d38d1e1aba2911279633057f376fba0609dca7" -d '' 2018-10-12 11:22:53,235 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7d012dd7-4d93-4418-9716-cee446964d9f Date: Fri, 12 Oct 2018 11:22:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 11:22:53,235 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/b9acae21-f7d9-409c-8a69-c2e5e1ee7279/file used request id req-7d012dd7-4d93-4418-9716-cee446964d9f 2018-10-12 11:22:53,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.53791308403s 2018-10-12 11:22:53,235 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/b9acae21-f7d9-409c-8a69-c2e5e1ee7279/file used request id req-7d012dd7-4d93-4418-9716-cee446964d9f 2018-10-12 11:22:53,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 11:22:53,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}35d38d1e1aba2911279633057f376fba0609dca7" 2018-10-12 11:22:53,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-97ba39d1-9b89-47ac-9477-12eb3740dbea Date: Fri, 12 Oct 2018 11:22:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/b9acae21-f7d9-409c-8a69-c2e5e1ee7279/snap", "metadata": {}}], "file": "/v2/images/b9acae21-f7d9-409c-8a69-c2e5e1ee7279/file", "owner": "af1d8c7813bc4e68bcfda0cf0d9f5efd", "id": "b9acae21-f7d9-409c-8a69-c2e5e1ee7279", "size": 12716032, "self": "/v2/images/b9acae21-f7d9-409c-8a69-c2e5e1ee7279", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/b9acae21-f7d9-409c-8a69-c2e5e1ee7279/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T11:22:53Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_dbca83a8-69f2-422e-a481-23449251667d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_dbca83a8-69f2-422e-a481-23449251667d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T11:22:51Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 11:22:53,412 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-97ba39d1-9b89-47ac-9477-12eb3740dbea 2018-10-12 11:22:53,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.176069974899s 2018-10-12 11:22:53,412 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-97ba39d1-9b89-47ac-9477-12eb3740dbea 2018-10-12 11:22:53,414 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/b9acae21-f7d9-409c-8a69-c2e5e1ee7279/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b9acae21-f7d9-409c-8a69-c2e5e1ee7279/file', 'owner': u'af1d8c7813bc4e68bcfda0cf0d9f5efd', 'id': u'b9acae21-f7d9-409c-8a69-c2e5e1ee7279', 'size': 12716032, u'self': u'/v2/images/b9acae21-f7d9-409c-8a69-c2e5e1ee7279', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'af1d8c7813bc4e68bcfda0cf0d9f5efd', 'name': 'patrole-project_dbca83a8-69f2-422e-a481-23449251667d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/b9acae21-f7d9-409c-8a69-c2e5e1ee7279/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-12T11:22:53Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-12T11:22:53Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_dbca83a8-69f2-422e-a481-23449251667d', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b9acae21-f7d9-409c-8a69-c2e5e1ee7279', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_dbca83a8-69f2-422e-a481-23449251667d', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_dbca83a8-69f2-422e-a481-23449251667d', 'created': u'2018-10-12T11:22:51Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-12T11:22:51Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b9acae21-f7d9-409c-8a69-c2e5e1ee7279', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_dbca83a8-69f2-422e-a481-23449251667d', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-12 11:22:53,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-12 11:22:53,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}5e712390eec05d84a50c281cd4922fb87d5733a1" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_dbca83a8-69f2-422e-a481-23449251667d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-12 11:22:53,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0410a223-35bf-4d37-a5e5-ff881338fac5 x-compute-request-id: req-0410a223-35bf-4d37-a5e5-ff881338fac5 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/7b1b03ce-11f0-423d-ac33-33f8cf61c2d6", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/7b1b03ce-11f0-423d-ac33-33f8cf61c2d6", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7b1b03ce-11f0-423d-ac33-33f8cf61c2d6", "name": "patrole-flavor_dbca83a8-69f2-422e-a481-23449251667d", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 11:22:53,624 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-0410a223-35bf-4d37-a5e5-ff881338fac5 2018-10-12 11:22:53,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.208600997925s 2018-10-12 11:22:53,624 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-0410a223-35bf-4d37-a5e5-ff881338fac5 returning object 7b1b03ce-11f0-423d-ac33-33f8cf61c2d6 2018-10-12 11:22:53,625 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_dbca83a8-69f2-422e-a481-23449251667d', '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'd6e005d8411b4b378ddb320b792455b0', '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'7b1b03ce-11f0-423d-ac33-33f8cf61c2d6', 'swap': 0}) 2018-10-12 11:22:53,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-12 11:22:53,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/7b1b03ce-11f0-423d-ac33-33f8cf61c2d6/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}5e712390eec05d84a50c281cd4922fb87d5733a1" -d '{"extra_specs": {}}' 2018-10-12 11:22:53,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fc03aeea-c766-4e2f-b3c6-01eba8cfd529 x-compute-request-id: req-fc03aeea-c766-4e2f-b3c6-01eba8cfd529 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-12 11:22:53,646 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/7b1b03ce-11f0-423d-ac33-33f8cf61c2d6/os-extra_specs used request id req-fc03aeea-c766-4e2f-b3c6-01eba8cfd529 2018-10-12 11:22:53,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0200140476227s 2018-10-12 11:22:53,646 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/7b1b03ce-11f0-423d-ac33-33f8cf61c2d6/os-extra_specs used request id req-fc03aeea-c766-4e2f-b3c6-01eba8cfd529 2018-10-12 11:22:53,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:22:53,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}35d38d1e1aba2911279633057f376fba0609dca7" 2018-10-12 11:22:53,659 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 11:22:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 11:22:53,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35d38d1e1aba2911279633057f376fba0609dca7" 2018-10-12 11:22:53,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-258db9c6-b496-4907-8bfa-51b6089712da Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c9d855322bcd4f7eb6129bc27eb32284", "links": {"self": "http://172.30.9.26:5000/v3/roles/c9d855322bcd4f7eb6129bc27eb32284"}, "name": "Member"}]} 2018-10-12 11:22:53,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-258db9c6-b496-4907-8bfa-51b6089712da 2018-10-12 11:22:53,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.105710029602s 2018-10-12 11:22:53,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-12 11:22:53,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}35d38d1e1aba2911279633057f376fba0609dca7" 2018-10-12 11:22:53,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5bd503f0-62a9-4579-a443-64838d5aa347 x-compute-request-id: req-5bd503f0-62a9-4579-a443-64838d5aa347 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 108}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 114}, "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": 6}]} 2018-10-12 11:22:53,950 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-5bd503f0-62a9-4579-a443-64838d5aa347 2018-10-12 11:22:53,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.192974090576s 2018-10-12 11:22:53,950 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-5bd503f0-62a9-4579-a443-64838d5aa347 2018-10-12 11:22:53,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 11:22:53,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}35d38d1e1aba2911279633057f376fba0609dca7" 2018-10-12 11:22:54,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-528dc747-561e-451e-9037-3d0fadba4826 Date: Fri, 12 Oct 2018 11:22:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/b9acae21-f7d9-409c-8a69-c2e5e1ee7279/snap", "metadata": {}}], "file": "/v2/images/b9acae21-f7d9-409c-8a69-c2e5e1ee7279/file", "owner": "af1d8c7813bc4e68bcfda0cf0d9f5efd", "id": "b9acae21-f7d9-409c-8a69-c2e5e1ee7279", "size": 12716032, "self": "/v2/images/b9acae21-f7d9-409c-8a69-c2e5e1ee7279", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/b9acae21-f7d9-409c-8a69-c2e5e1ee7279/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T11:22:53Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_dbca83a8-69f2-422e-a481-23449251667d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_dbca83a8-69f2-422e-a481-23449251667d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T11:22:51Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 11:22:54,123 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-528dc747-561e-451e-9037-3d0fadba4826 2018-10-12 11:22:54,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171864032745s 2018-10-12 11:22:54,124 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-528dc747-561e-451e-9037-3d0fadba4826 2018-10-12 11:22:54,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-12 11:22:54,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}35d38d1e1aba2911279633057f376fba0609dca7" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_dbca83a8-69f2-422e-a481-23449251667d", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_dbca83a8-69f2-422e-a481-23449251667d"}' 2018-10-12 11:22:54,325 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 873 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/a6917911-a144-4c04-ad1b-c9d641df5c21 X-Openstack-Request-Id: req-e0e1ca55-0ee7-4e35-8e6a-c2c73c619693 Date: Fri, 12 Oct 2018 11:22:54 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/a6917911-a144-4c04-ad1b-c9d641df5c21/file", "owner": "af1d8c7813bc4e68bcfda0cf0d9f5efd", "id": "a6917911-a144-4c04-ad1b-c9d641df5c21", "size": null, "self": "/v2/images/a6917911-a144-4c04-ad1b-c9d641df5c21", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T11:22:54Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_dbca83a8-69f2-422e-a481-23449251667d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_dbca83a8-69f2-422e-a481-23449251667d", "checksum": null, "created_at": "2018-10-12T11:22:54Z", "protected": false} 2018-10-12 11:22:54,325 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-e0e1ca55-0ee7-4e35-8e6a-c2c73c619693 2018-10-12 11:22:54,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.199379920959s 2018-10-12 11:22:54,326 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-e0e1ca55-0ee7-4e35-8e6a-c2c73c619693 returning object a6917911-a144-4c04-ad1b-c9d641df5c21 2018-10-12 11:22:54,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-12 11:22:54,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/a6917911-a144-4c04-ad1b-c9d641df5c21/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}35d38d1e1aba2911279633057f376fba0609dca7" -d '' 2018-10-12 11:22:55,580 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bd13abf5-340b-47b8-9fcd-ef58ac34ec5d Date: Fri, 12 Oct 2018 11:22:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 11:22:55,581 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/a6917911-a144-4c04-ad1b-c9d641df5c21/file used request id req-bd13abf5-340b-47b8-9fcd-ef58ac34ec5d 2018-10-12 11:22:55,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.25413393974s 2018-10-12 11:22:55,581 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/a6917911-a144-4c04-ad1b-c9d641df5c21/file used request id req-bd13abf5-340b-47b8-9fcd-ef58ac34ec5d 2018-10-12 11:22:55,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 11:22:55,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}35d38d1e1aba2911279633057f376fba0609dca7" 2018-10-12 11:22:55,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2331 Content-Type: application/json X-Openstack-Request-Id: req-52d518ac-cb23-4046-8eda-b6b484c0abdf Date: Fri, 12 Oct 2018 11:22:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/a6917911-a144-4c04-ad1b-c9d641df5c21/snap", "metadata": {}}], "file": "/v2/images/a6917911-a144-4c04-ad1b-c9d641df5c21/file", "owner": "af1d8c7813bc4e68bcfda0cf0d9f5efd", "id": "a6917911-a144-4c04-ad1b-c9d641df5c21", "size": 12716032, "self": "/v2/images/a6917911-a144-4c04-ad1b-c9d641df5c21", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/a6917911-a144-4c04-ad1b-c9d641df5c21/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T11:22:55Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_dbca83a8-69f2-422e-a481-23449251667d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_dbca83a8-69f2-422e-a481-23449251667d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T11:22:54Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/b9acae21-f7d9-409c-8a69-c2e5e1ee7279/snap", "metadata": {}}], "file": "/v2/images/b9acae21-f7d9-409c-8a69-c2e5e1ee7279/file", "owner": "af1d8c7813bc4e68bcfda0cf0d9f5efd", "id": "b9acae21-f7d9-409c-8a69-c2e5e1ee7279", "size": 12716032, "self": "/v2/images/b9acae21-f7d9-409c-8a69-c2e5e1ee7279", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/b9acae21-f7d9-409c-8a69-c2e5e1ee7279/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T11:22:53Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_dbca83a8-69f2-422e-a481-23449251667d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_dbca83a8-69f2-422e-a481-23449251667d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T11:22:51Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 11:22:55,755 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-52d518ac-cb23-4046-8eda-b6b484c0abdf 2018-10-12 11:22:55,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.173131942749s 2018-10-12 11:22:55,755 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-52d518ac-cb23-4046-8eda-b6b484c0abdf 2018-10-12 11:22:55,758 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/a6917911-a144-4c04-ad1b-c9d641df5c21/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a6917911-a144-4c04-ad1b-c9d641df5c21/file', 'owner': u'af1d8c7813bc4e68bcfda0cf0d9f5efd', 'id': u'a6917911-a144-4c04-ad1b-c9d641df5c21', 'size': 12716032, u'self': u'/v2/images/a6917911-a144-4c04-ad1b-c9d641df5c21', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'af1d8c7813bc4e68bcfda0cf0d9f5efd', 'name': 'patrole-project_dbca83a8-69f2-422e-a481-23449251667d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/a6917911-a144-4c04-ad1b-c9d641df5c21/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-12T11:22:55Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-12T11:22:55Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_dbca83a8-69f2-422e-a481-23449251667d', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/a6917911-a144-4c04-ad1b-c9d641df5c21', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_dbca83a8-69f2-422e-a481-23449251667d', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_dbca83a8-69f2-422e-a481-23449251667d', 'created': u'2018-10-12T11:22:54Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-12T11:22:54Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/a6917911-a144-4c04-ad1b-c9d641df5c21', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_dbca83a8-69f2-422e-a481-23449251667d', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-12 11:22:55,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-12 11:22:55,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}5e712390eec05d84a50c281cd4922fb87d5733a1" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_dbca83a8-69f2-422e-a481-23449251667d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-12 11:22:55,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-35720729-34b7-46fe-8fcd-16a243de4420 x-compute-request-id: req-35720729-34b7-46fe-8fcd-16a243de4420 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/0d2471d3-ff3b-4449-bda7-55ce1bf70d90", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/0d2471d3-ff3b-4449-bda7-55ce1bf70d90", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0d2471d3-ff3b-4449-bda7-55ce1bf70d90", "name": "patrole-flavor_alt_dbca83a8-69f2-422e-a481-23449251667d", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 11:22:55,806 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-35720729-34b7-46fe-8fcd-16a243de4420 2018-10-12 11:22:55,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0473940372467s 2018-10-12 11:22:55,807 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-35720729-34b7-46fe-8fcd-16a243de4420 returning object 0d2471d3-ff3b-4449-bda7-55ce1bf70d90 2018-10-12 11:22:55,808 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_dbca83a8-69f2-422e-a481-23449251667d', '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'd6e005d8411b4b378ddb320b792455b0', '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'0d2471d3-ff3b-4449-bda7-55ce1bf70d90', 'swap': 0}) 2018-10-12 11:22:55,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-12 11:22:55,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/0d2471d3-ff3b-4449-bda7-55ce1bf70d90/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}5e712390eec05d84a50c281cd4922fb87d5733a1" -d '{"extra_specs": {}}' 2018-10-12 11:22:55,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:22:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7ee15581-52f3-48c7-8c61-daa398527631 x-compute-request-id: req-7ee15581-52f3-48c7-8c61-daa398527631 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-12 11:22:55,834 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/0d2471d3-ff3b-4449-bda7-55ce1bf70d90/os-extra_specs used request id req-7ee15581-52f3-48c7-8c61-daa398527631 2018-10-12 11:22:55,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0262839794159s 2018-10-12 11:22:55,835 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/0d2471d3-ff3b-4449-bda7-55ce1bf70d90/os-extra_specs used request id req-7ee15581-52f3-48c7-8c61-daa398527631 2018-10-12 11:22:55,835 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_dbca83a8-69f2-422e-a481-23449251667d', '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'd6e005d8411b4b378ddb320b792455b0', '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'0d2471d3-ff3b-4449-bda7-55ce1bf70d90', 'swap': 0}) 2018-10-12 11:22:58,950 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-12 11:22:57.883 306 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ef6064fd-6809-4531-ae7b-af4eeb5dd035) for deployment 'opnfv-rally' (UUID=5b397d40-770e-48b8-85b0-617987e12fbf). 2018-10-12 11:22:58.774 306 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-12 11:22:58.776 306 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ef6064fd-6809-4531-ae7b-af4eeb5dd035) has been successfully configured for deployment 'opnfv-rally' (UUID=5b397d40-770e-48b8-85b0-617987e12fbf)! 2018-10-12 11:22:58,950 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-12 11:22:58,951 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-12 11:22:58,953 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-12 11:22:58,971 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-12 11:23:02,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-ef6064fd-6809-4531-ae7b-af4eeb5dd035/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-10-12 11:23:02,541 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-12 11:23:02,573 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-12 11:23:02,574 - 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-10-12 11:23:04,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 11:23:04.644 315 INFO rally.api [-] Starting verification (UUID=58991350-81fa-45eb-971b-2365176b1183) for deployment 'opnfv-rally' (UUID=5b397d40-770e-48b8-85b0-617987e12fbf) by verifier 'opnfv-tempest' (UUID=ef6064fd-6809-4531-ae7b-af4eeb5dd035). 2018-10-12 11:23:04,646 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 58991350-81fa-45eb-971b-2365176b1183 2018-10-12 11:25:42,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 58991350-81fa-45eb-971b-2365176b1183 2018-10-12 11:25:42,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '58991350-81fa-45eb-971b-2365176b1183']'. 2018-10-12 11:25:43,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-12 11:25:43,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-12 11:25:43,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-12 11:25:43,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 58991350-81fa-45eb-971b-2365176b1183 | 2018-10-12 11:25:43,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-10-12 11:25:43,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-12 11:23:04 | 2018-10-12 11:25:43,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-12 11:25:42 | 2018-10-12 11:25:43,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:38 | 2018-10-12 11:25:43,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-12 11:25:43,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-12 11:25:43,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: ef6064fd-6809-4531-ae7b-af4eeb5dd035) | 2018-10-12 11:25:43,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-12 11:25:43,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 5b397d40-770e-48b8-85b0-617987e12fbf) | 2018-10-12 11:25:43,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-10-12 11:25:43,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 149.533 | 2018-10-12 11:25:43,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-10-12 11:25:43,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-10-12 11:25:43,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-12 11:25:43,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-12 11:25:43,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-10-12 11:25:43,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-12 11:25:43,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-12 11:25:43,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-12 11:25:43,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-10-12 11:25:43,983 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-12 11:25:43,983 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:53 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-12 11:25:43,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-12 11:25:43,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/a6917911-a144-4c04-ad1b-c9d641df5c21 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}35d38d1e1aba2911279633057f376fba0609dca7" 2018-10-12 11:25:45,486 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5bcdb686-a7a2-419c-8044-1622b3e8359b Date: Fri, 12 Oct 2018 11:25:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 11:25:45,486 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/a6917911-a144-4c04-ad1b-c9d641df5c21 used request id req-5bcdb686-a7a2-419c-8044-1622b3e8359b 2018-10-12 11:25:45,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.49932003021s 2018-10-12 11:25:45,486 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/a6917911-a144-4c04-ad1b-c9d641df5c21 used request id req-5bcdb686-a7a2-419c-8044-1622b3e8359b 2018-10-12 11:25:45,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-12 11:25:45,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:25:45,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:25: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-cbb12539-95fc-408f-87df-99784a146680 x-compute-request-id: req-cbb12539-95fc-408f-87df-99784a146680 Content-Encoding: gzip Content-Length: 359 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/0d2471d3-ff3b-4449-bda7-55ce1bf70d90", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/0d2471d3-ff3b-4449-bda7-55ce1bf70d90", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0d2471d3-ff3b-4449-bda7-55ce1bf70d90", "name": "patrole-flavor_alt_dbca83a8-69f2-422e-a481-23449251667d", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/7b1b03ce-11f0-423d-ac33-33f8cf61c2d6", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/7b1b03ce-11f0-423d-ac33-33f8cf61c2d6", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7b1b03ce-11f0-423d-ac33-33f8cf61c2d6", "name": "patrole-flavor_dbca83a8-69f2-422e-a481-23449251667d", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-12 11:25:45,527 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-cbb12539-95fc-408f-87df-99784a146680 2018-10-12 11:25:45,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0402860641479s 2018-10-12 11:25:45,527 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-cbb12539-95fc-408f-87df-99784a146680 2018-10-12 11:25:45,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-12 11:25:45,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/0d2471d3-ff3b-4449-bda7-55ce1bf70d90 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:25:45,589 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 11:25: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-3df442cf-44d3-4173-8284-48376c18b3c5 x-compute-request-id: req-3df442cf-44d3-4173-8284-48376c18b3c5 Content-Length: 0 Content-Type: application/json 2018-10-12 11:25:45,589 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/0d2471d3-ff3b-4449-bda7-55ce1bf70d90 used request id req-3df442cf-44d3-4173-8284-48376c18b3c5 2018-10-12 11:25:45,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0597341060638s 2018-10-12 11:25:45,590 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/0d2471d3-ff3b-4449-bda7-55ce1bf70d90 used request id req-3df442cf-44d3-4173-8284-48376c18b3c5 2018-10-12 11:25:45,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 11:25:45,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}35d38d1e1aba2911279633057f376fba0609dca7" 2018-10-12 11:25:45,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-81776025-ff6f-4674-9933-45a0ec2e3a3f Date: Fri, 12 Oct 2018 11:25:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/b9acae21-f7d9-409c-8a69-c2e5e1ee7279/snap", "metadata": {}}], "file": "/v2/images/b9acae21-f7d9-409c-8a69-c2e5e1ee7279/file", "owner": "af1d8c7813bc4e68bcfda0cf0d9f5efd", "id": "b9acae21-f7d9-409c-8a69-c2e5e1ee7279", "size": 12716032, "self": "/v2/images/b9acae21-f7d9-409c-8a69-c2e5e1ee7279", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/b9acae21-f7d9-409c-8a69-c2e5e1ee7279/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T11:22:53Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_dbca83a8-69f2-422e-a481-23449251667d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_dbca83a8-69f2-422e-a481-23449251667d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T11:22:51Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 11:25:45,766 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-81776025-ff6f-4674-9933-45a0ec2e3a3f 2018-10-12 11:25:45,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.176419019699s 2018-10-12 11:25:45,767 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-81776025-ff6f-4674-9933-45a0ec2e3a3f 2018-10-12 11:25:45,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-12 11:25:45,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/b9acae21-f7d9-409c-8a69-c2e5e1ee7279 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}35d38d1e1aba2911279633057f376fba0609dca7" 2018-10-12 11:25:47,659 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7ac938dd-8f5b-4547-b9e4-9a6cb838297c Date: Fri, 12 Oct 2018 11:25:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 11:25:47,659 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/b9acae21-f7d9-409c-8a69-c2e5e1ee7279 used request id req-7ac938dd-8f5b-4547-b9e4-9a6cb838297c 2018-10-12 11:25:47,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.8911678791s 2018-10-12 11:25:47,660 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/b9acae21-f7d9-409c-8a69-c2e5e1ee7279 used request id req-7ac938dd-8f5b-4547-b9e4-9a6cb838297c 2018-10-12 11:25:47,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-12 11:25:47,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:25:47,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:25: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-7229edee-0873-4fc4-9aff-6659ea6d61d9 x-compute-request-id: req-7229edee-0873-4fc4-9aff-6659ea6d61d9 Content-Encoding: gzip Content-Length: 304 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/7b1b03ce-11f0-423d-ac33-33f8cf61c2d6", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/7b1b03ce-11f0-423d-ac33-33f8cf61c2d6", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7b1b03ce-11f0-423d-ac33-33f8cf61c2d6", "name": "patrole-flavor_dbca83a8-69f2-422e-a481-23449251667d", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-12 11:25:47,695 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-7229edee-0873-4fc4-9aff-6659ea6d61d9 2018-10-12 11:25:47,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0342857837677s 2018-10-12 11:25:47,695 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-7229edee-0873-4fc4-9aff-6659ea6d61d9 2018-10-12 11:25:47,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-12 11:25:47,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/7b1b03ce-11f0-423d-ac33-33f8cf61c2d6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:25:47,749 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 11:25: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-9c2a117b-e711-4b2a-b471-b9c86535e279 x-compute-request-id: req-9c2a117b-e711-4b2a-b471-b9c86535e279 Content-Length: 0 Content-Type: application/json 2018-10-12 11:25:47,750 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/7b1b03ce-11f0-423d-ac33-33f8cf61c2d6 used request id req-9c2a117b-e711-4b2a-b471-b9c86535e279 2018-10-12 11:25:47,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0530889034271s 2018-10-12 11:25:47,750 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/7b1b03ce-11f0-423d-ac33-33f8cf61c2d6 used request id req-9c2a117b-e711-4b2a-b471-b9c86535e279 2018-10-12 11:25:47,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 11:25:47,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:25:47,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:25:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65dc344a-c89b-4aa4-a970-7b599dc33a2e Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_dbca83a8-69f2-422e-a481-23449251667d", "links": {"self": "http://172.30.9.26:5000/v3/users/c9783681197a42f79029dafeb0481b50"}, "domain_id": "default", "enabled": true, "id": "c9783681197a42f79029dafeb0481b50", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 11:25:47,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-65dc344a-c89b-4aa4-a970-7b599dc33a2e 2018-10-12 11:25:47,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.116435050964s 2018-10-12 11:25:47,867 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-65dc344a-c89b-4aa4-a970-7b599dc33a2e 2018-10-12 11:25:47,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 11:25:47,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/c9783681197a42f79029dafeb0481b50 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:25:47,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:25:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efb265dc-688f-4fb6-8e1b-6146d61d272b Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/c9783681197a42f79029dafeb0481b50"}, "enabled": true, "id": "c9783681197a42f79029dafeb0481b50", "options": {}, "domain_id": "default", "name": "patrole-user_dbca83a8-69f2-422e-a481-23449251667d"}} 2018-10-12 11:25:47,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/c9783681197a42f79029dafeb0481b50 used request id req-efb265dc-688f-4fb6-8e1b-6146d61d272b 2018-10-12 11:25:47,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0942180156708s 2018-10-12 11:25:47,968 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/c9783681197a42f79029dafeb0481b50 used request id req-efb265dc-688f-4fb6-8e1b-6146d61d272b 2018-10-12 11:25:47,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-12 11:25:47,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/c9783681197a42f79029dafeb0481b50 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:25:48,154 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:25:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b134611-0573-47a0-a43e-23e5f2c3a515 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 11:25:48,154 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/c9783681197a42f79029dafeb0481b50 used request id req-1b134611-0573-47a0-a43e-23e5f2c3a515 2018-10-12 11:25:48,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.18581700325s 2018-10-12 11:25:48,155 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/c9783681197a42f79029dafeb0481b50 used request id req-1b134611-0573-47a0-a43e-23e5f2c3a515 2018-10-12 11:25:48,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 11:25:48,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:25:48,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:25:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0eb35fb-3803-4ea1-a538-552131527d12 Content-Encoding: gzip Content-Length: 376 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.26:5000/v3/projects/af1d8c7813bc4e68bcfda0cf0d9f5efd"}, "enabled": true, "id": "af1d8c7813bc4e68bcfda0cf0d9f5efd", "parent_id": "default", "domain_id": "default", "name": "patrole-project_dbca83a8-69f2-422e-a481-23449251667d"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-12 11:25:48,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-f0eb35fb-3803-4ea1-a538-552131527d12 2018-10-12 11:25:48,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0836458206177s 2018-10-12 11:25:48,239 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-f0eb35fb-3803-4ea1-a538-552131527d12 2018-10-12 11:25:48,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-12 11:25:48,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/af1d8c7813bc4e68bcfda0cf0d9f5efd -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:25:48,385 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:25:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9caeb8d0-a77a-43e6-9f9e-b3a12c5f901e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 11:25:48,386 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/af1d8c7813bc4e68bcfda0cf0d9f5efd used request id req-9caeb8d0-a77a-43e6-9f9e-b3a12c5f901e 2018-10-12 11:25:48,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.1441822052s 2018-10-12 11:25:48,386 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/af1d8c7813bc4e68bcfda0cf0d9f5efd used request id req-9caeb8d0-a77a-43e6-9f9e-b3a12c5f901e 2018-10-12 11:25:48,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 11:25:48,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:25:48,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:25:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d5fff79-fe8a-4ae1-805d-dbd281a68ae3 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c9d855322bcd4f7eb6129bc27eb32284", "links": {"self": "http://172.30.9.26:5000/v3/roles/c9d855322bcd4f7eb6129bc27eb32284"}, "name": "Member"}]} 2018-10-12 11:25:48,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-0d5fff79-fe8a-4ae1-805d-dbd281a68ae3 2018-10-12 11:25:48,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0878911018372s 2018-10-12 11:25:48,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-12 11:25:48,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/c9d855322bcd4f7eb6129bc27eb32284 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:25:48,593 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 11:25:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dfbfdafe-dfb6-454b-a6ba-2c22349d4690 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 11:25:48,593 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/c9d855322bcd4f7eb6129bc27eb32284 used request id req-dfbfdafe-dfb6-454b-a6ba-2c22349d4690 2018-10-12 11:25:48,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.11701798439s 2018-10-12 11:25:48,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-12 11:25:48,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/security-groups.json?project_id=af1d8c7813bc4e68bcfda0cf0d9f5efd&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e712390eec05d84a50c281cd4922fb87d5733a1" 2018-10-12 11:25:48,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-39942ef2-74ac-4fa8-8b21-d1c881a5d273 Date: Fri, 12 Oct 2018 11:25:48 GMT RESP BODY: {"security_groups": []} 2018-10-12 11:25:48,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=af1d8c7813bc4e68bcfda0cf0d9f5efd&name=default used request id req-39942ef2-74ac-4fa8-8b21-d1c881a5d273 2018-10-12 11:25:48,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.175670862198s 2018-10-12 11:25:48,772 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=af1d8c7813bc4e68bcfda0cf0d9f5efd&name=default used request id req-39942ef2-74ac-4fa8-8b21-d1c881a5d273 2018-10-12 11:25:48,825 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-10-12 11:25:49,429 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-10-12 11:25:49,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 11:25:49,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 11:25:49,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 11:25:49,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 11:25:49,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 11:25:49,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 11:25:49,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 11:25:49,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 11:25:49,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 11:25:49,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 11:25:49,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 11:25:49,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 11:25:49,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 11:25:49,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 11:25:49,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 11:25:49,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 11:25:49,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 11:25:49,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 11:25:49,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 11:25:49,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 11:25:49,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 11:25:49,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 11:25:49,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 11:25:49,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 11:25:49,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-10-12 11:25:49,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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-10-12 11:25:49,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:25:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a2bbeff-bc45-4b99-9875-9b89622eef4d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 11:25:49,438 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0a2bbeff-bc45-4b99-9875-9b89622eef4d 2018-10-12 11:25:49,438 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 11:25:49,822 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T12:25:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["0FbFt6oyQvueW9OiPZzRWA"], "issued_at": "2018-10-12T11:25:49.000000Z"}} 2018-10-12 11:25:49,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}fc4b7ad12cdd72b9a72a158823ee85513f4ef619" 2018-10-12 11:25:49,832 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 11:25:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 11:25:49,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc4b7ad12cdd72b9a72a158823ee85513f4ef619" 2018-10-12 11:25:49,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:25:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ebb92af-4377-4625-aa45-f60f4c5b9f58 Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service", "links": {"self": "http://172.30.9.26:5000/v3/services/3f14ae737d074769bab75c055e59c418"}, "enabled": true, "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.26:5000/v3/services/575a31b657da440aa39a1ed3c4b4750c"}, "enabled": true, "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.26:5000/v3/services/5dbe9c70355e42dabd5f446bdde860a2"}, "enabled": true, "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.26:5000/v3/services/885c33ea42a140a0b6584331cf5b466e"}, "enabled": true, "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.26:5000/v3/services/908b442d52804f59be2323d5fdc83247"}, "enabled": true, "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.26:5000/v3/services/99a05c7e704941eabd48f1256fb193ee"}, "enabled": true, "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.26:5000/v3/services/a53b384921a243b9b9218df65591fdd9"}, "enabled": true, "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.26:5000/v3/services/a9760b0f79bc4009b1745bef8b81f00c"}, "enabled": true, "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.26:5000/v3/services/c08098309c314786b1d99523076606b1"}, "enabled": true, "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.26:5000/v3/services/c8152c9b46ed47549b7ae340d59133ee"}, "enabled": true, "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.26:5000/v3/services/dd21c497a8264b5b8735e7dd135359d1"}, "enabled": true, "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.26:5000/v3/services/e18f3a2363e34f7d9196ad66025b7e5d"}, "enabled": true, "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.26:5000/v3/services/e1bca4167c0c40109295c492dba00cf3"}, "enabled": true, "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.26:5000/v3/services/f25ab165c8fd40179d07350d56d6e749"}, "enabled": true, "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.26:5000/v3/services/f5ec3c2711334d0f8d85c551c91311fe"}, "enabled": true, "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "links": {"self": "http://172.30.9.26:5000/v3/services", "previous": null, "next": null}} 2018-10-12 11:25:49,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/services used request id req-8ebb92af-4377-4625-aa45-f60f4c5b9f58 2018-10-12 11:25:49,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.47807598114s 2018-10-12 11:25:49,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-10-12 11:25:49,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc4b7ad12cdd72b9a72a158823ee85513f4ef619" 2018-10-12 11:25:50,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 11:25:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8087d413-33f3-489b-88a4-f25d2db4d5e2 Content-Encoding: gzip Content-Length: 1940 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/01b24011c3744b49ad056e010602e9e4"}, "url": "http://172.30.9.26:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e1bca4167c0c40109295c492dba00cf3", "id": "01b24011c3744b49ad056e010602e9e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/12d189fb29504c53b86ba8bce81d4bd5"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a53b384921a243b9b9218df65591fdd9", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/170719860d9343b082d8183b488be0ba"}, "url": "http://172.30.9.26:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5dbe9c70355e42dabd5f446bdde860a2", "id": "170719860d9343b082d8183b488be0ba"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/1eea06fca2dc4e2eac3701c4efd05f5a"}, "url": "http://192.30.9.8:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c8152c9b46ed47549b7ae340d59133ee", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/25e58856078f415b8b91b0c8683dc575"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "99a05c7e704941eabd48f1256fb193ee", "id": "25e58856078f415b8b91b0c8683dc575"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/2a993ccef21f455c8bb5dc3e65a52893"}, "url": "http://172.30.9.26:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f25ab165c8fd40179d07350d56d6e749", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/2d2aaa279a854c008ea182af95605071"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3f14ae737d074769bab75c055e59c418", "id": "2d2aaa279a854c008ea182af95605071"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/306551100f8d43d786bda0fe337625ae"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "dd21c497a8264b5b8735e7dd135359d1", "id": "306551100f8d43d786bda0fe337625ae"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/410d300ffa5649c0ba700c8a81d3a99c"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "99a05c7e704941eabd48f1256fb193ee", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/43a33f0e9a4b4d4fa900758266c5c7af"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "dd21c497a8264b5b8735e7dd135359d1", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/4e8f24ba554340a8b2e8b40539abd870"}, "url": "http://172.30.9.26:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "dd21c497a8264b5b8735e7dd135359d1", "id": "4e8f24ba554340a8b2e8b40539abd870"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/544f7a47d78d418382c074f86031c510"}, "url": "http://172.30.9.26:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "99a05c7e704941eabd48f1256fb193ee", "id": "544f7a47d78d418382c074f86031c510"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/556a7865bc33491fbe4f6709f0f3c9d4"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3f14ae737d074769bab75c055e59c418", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/5d1014a736694bc59ac60f0b2bffc14e"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a9760b0f79bc4009b1745bef8b81f00c", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/6d60493f955b4514a8b853a42c88e4cf"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "908b442d52804f59be2323d5fdc83247", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/750cd83a93f14721b669cdc0e26b9357"}, "url": "http://192.30.9.8:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5dbe9c70355e42dabd5f446bdde860a2", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/76a6499865d947ffa1b6cac38b8a1580"}, "url": "http://192.30.9.8:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c8152c9b46ed47549b7ae340d59133ee", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/76b24b6d620d41b5b690298fedebfd2d"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f25ab165c8fd40179d07350d56d6e749", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/791fbce18b9248be84eb086b16fe953f"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "575a31b657da440aa39a1ed3c4b4750c", "id": "791fbce18b9248be84eb086b16fe953f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/7ef2451b5d9e4487bad5340a8e133548"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f25ab165c8fd40179d07350d56d6e749", "id": "7ef2451b5d9e4487bad5340a8e133548"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/885345b2500c4c579a3c2026d798f62c"}, "url": "http://192.30.9.8:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5dbe9c70355e42dabd5f446bdde860a2", "id": "885345b2500c4c579a3c2026d798f62c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/946a07ec380d42f4a0dcf202582bbff5"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "575a31b657da440aa39a1ed3c4b4750c", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/96a035a4b6e74af58a40b6f04bc53407"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e18f3a2363e34f7d9196ad66025b7e5d", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, "url": "http://172.30.9.26:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f5ec3c2711334d0f8d85c551c91311fe", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ab85718ebbf7478ea56a36e1443b6b76"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a9760b0f79bc4009b1745bef8b81f00c", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ba6aaedffd3946faa52b97fe138de4d8"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e18f3a2363e34f7d9196ad66025b7e5d", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/be2050b422be4a2d8d5d8c74444db5d9"}, "url": "http://172.30.9.26:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a53b384921a243b9b9218df65591fdd9", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/bedfe025144040399270256d49157b4c"}, "url": "http://192.30.9.8:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f5ec3c2711334d0f8d85c551c91311fe", "id": "bedfe025144040399270256d49157b4c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/c033bf6bcb4b4cd3bc8f8df919e8058a"}, "url": "http://172.30.9.26:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "575a31b657da440aa39a1ed3c4b4750c", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/c1ba30b772c649739b4d17d55e2c3aa9"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a53b384921a243b9b9218df65591fdd9", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/c748cf79eba94cedacdf36b7cb4e98c2"}, "url": "http://172.30.9.26:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a9760b0f79bc4009b1745bef8b81f00c", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/c7ae194220d94d59a2d39fdd23b5ae50"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "908b442d52804f59be2323d5fdc83247", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ca8034d8f8ac40c88919a63014f3c71e"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e1bca4167c0c40109295c492dba00cf3", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ce5d72da33b04f4fa2ce7d20eead1214"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e1bca4167c0c40109295c492dba00cf3", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/d90686d7070d4642b1ac4bea7dc43769"}, "url": "http://172.30.9.26:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3f14ae737d074769bab75c055e59c418", "id": "d90686d7070d4642b1ac4bea7dc43769"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ddae0567bbb648b99efd89b61f964171"}, "url": "http://172.30.9.26:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "908b442d52804f59be2323d5fdc83247", "id": "ddae0567bbb648b99efd89b61f964171"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/df4888e5f7794b42b21d054053a95c6c"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c08098309c314786b1d99523076606b1", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/e72c827d7c904b6887832ec6e8934e5d"}, "url": "http://172.30.9.26:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e18f3a2363e34f7d9196ad66025b7e5d", "id": "e72c827d7c904b6887832ec6e8934e5d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ee7544c6763c406983194e3902d8b3db"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c08098309c314786b1d99523076606b1", "id": "ee7544c6763c406983194e3902d8b3db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/f07ef2b08a2f41719e574a2f5f166676"}, "url": "http://172.30.9.26:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c08098309c314786b1d99523076606b1", "id": "f07ef2b08a2f41719e574a2f5f166676"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/f4ac33cb0b8644c58e1b0e520cdcb159"}, "url": "http://172.30.9.26:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c8152c9b46ed47549b7ae340d59133ee", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/f9dee30ca07b43f29e5027e12d5efbff"}, "url": "http://192.30.9.8:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f5ec3c2711334d0f8d85c551c91311fe", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "links": {"self": "http://172.30.9.26:5000/v3/endpoints", "previous": null, "next": null}} 2018-10-12 11:25:50,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/endpoints used request id req-8087d413-33f3-489b-88a4-f25d2db4d5e2 2018-10-12 11:25:50,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.086669921875s 2018-10-12 11:26:09,676 - 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-10-12 11:26:09,722 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-10-12 11:26:09,955 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-10-12 11:26:10,071 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-12 11:26:10,071 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-12 11:26:10,127 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-10-12 11:26:11,690 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-12 11:26:13,787 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-10-12 11:26:13,788 - openstack_tests - INFO - OS Credentials = > 2018-10-12 11:26:14,768 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-12 11:26:14,768 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-10-12 11:26:16,138 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-2f069337-20ec-4c1-proj 2018-10-12 11:26:17,251 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-2f069337-20ec-4c1-user 2018-10-12 11:26:17,438 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-2f069337-20ec-4c1-proj-role 2018-10-12 11:26:17,455 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-2f069337-20ec-4c1-proj-role to project CreateSecurityGroupTests-2f069337-20ec-4c1-proj 2018-10-12 11:26:18,335 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-60d58680-7f41-4876-985f-337b1d4afe57name... 2018-10-12 11:26:18,335 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-60d58680-7f41-4876-985f-337b1d4afe57name 2018-10-12 11:26:18,714 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a2b265ee-1fd7-42c2-91a4-42dced023948 2018-10-12 11:26:18,893 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a2b265ee-1fd7-42c2-91a4-42dced023948 2018-10-12 11:26:19,067 - neutron_utils - INFO - Retrieving security group with ID - a2b265ee-1fd7-42c2-91a4-42dced023948 2018-10-12 11:26:19,142 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a2b265ee-1fd7-42c2-91a4-42dced023948 2018-10-12 11:26:19,171 - neutron_utils - INFO - Retrieving security group with ID - a2b265ee-1fd7-42c2-91a4-42dced023948 2018-10-12 11:26:19,362 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a2b265ee-1fd7-42c2-91a4-42dced023948 2018-10-12 11:26:19,544 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-60d58680-7f41-4876-985f-337b1d4afe57name 2018-10-12 11:26:19,829 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a2b265ee-1fd7-42c2-91a4-42dced023948 2018-10-12 11:26:20,163 - neutron_utils - INFO - Retrieving security group with ID - a2b265ee-1fd7-42c2-91a4-42dced023948 2018-10-12 11:26:20,213 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a2b265ee-1fd7-42c2-91a4-42dced023948 2018-10-12 11:26:20,838 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a2b265ee-1fd7-42c2-91a4-42dced023948 2018-10-12 11:26:21,027 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a2b265ee-1fd7-42c2-91a4-42dced023948 2018-10-12 11:26:21,396 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a2b265ee-1fd7-42c2-91a4-42dced023948 2018-10-12 11:26:21,764 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a2b265ee-1fd7-42c2-91a4-42dced023948 2018-10-12 11:26:22,156 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a2b265ee-1fd7-42c2-91a4-42dced023948 2018-10-12 11:26:22,409 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a2b265ee-1fd7-42c2-91a4-42dced023948 2018-10-12 11:26:22,588 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-60d58680-7f41-4876-985f-337b1d4afe57name 2018-10-12 11:26:22,722 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a2b265ee-1fd7-42c2-91a4-42dced023948 2018-10-12 11:26:23,082 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a2b265ee-1fd7-42c2-91a4-42dced023948 2018-10-12 11:26:23,277 - neutron_utils - INFO - Deleting security group rule with ID - e161ec26-a80c-45c9-8ed3-8a84a601c229 2018-10-12 11:26:23,387 - neutron_utils - INFO - Deleting security group rule with ID - 98ebaf32-e5e0-4372-8727-4f74c7234c5d 2018-10-12 11:26:23,626 - neutron_utils - INFO - Deleting security group rule with ID - 6bd5cd6a-0c00-452b-b522-ed3559e67338 2018-10-12 11:26:23,885 - neutron_utils - INFO - Deleting security group rule with ID - e188d3cb-7650-471a-b66d-784555983323 2018-10-12 11:26:24,130 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-60d58680-7f41-4876-985f-337b1d4afe57name 2018-10-12 11:26:25,058 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8ed9dca4-cb35-47da-9356-e9e2b4b38970 2018-10-12 11:26:25,233 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:26:25,547 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-2f069337-20ec-4c1-proj 2018-10-12 11:26:25,794 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-2f069337-20ec-4c1-proj-role 2018-10-12 11:26:25,993 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-2f069337-20ec-4c1-user 2018-10-12 11:26:27,443 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-744f9f80-389c-441-proj 2018-10-12 11:26:28,450 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-744f9f80-389c-441-user 2018-10-12 11:26:28,725 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-744f9f80-389c-441-proj-role 2018-10-12 11:26:28,824 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-744f9f80-389c-441-proj-role to project CreateSecurityGroupTests-744f9f80-389c-441-proj 2018-10-12 11:26:29,718 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-f2f784c4-b67f-451b-acc2-57efd21dbf23name... 2018-10-12 11:26:29,718 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-f2f784c4-b67f-451b-acc2-57efd21dbf23name 2018-10-12 11:26:30,127 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 51a0f547-982b-44e1-90f8-2669831d4ee3 2018-10-12 11:26:30,298 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 51a0f547-982b-44e1-90f8-2669831d4ee3 2018-10-12 11:26:30,326 - neutron_utils - INFO - Retrieving security group with ID - 51a0f547-982b-44e1-90f8-2669831d4ee3 2018-10-12 11:26:30,511 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 51a0f547-982b-44e1-90f8-2669831d4ee3 2018-10-12 11:26:30,715 - neutron_utils - INFO - Retrieving security group with ID - 51a0f547-982b-44e1-90f8-2669831d4ee3 2018-10-12 11:26:30,914 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 51a0f547-982b-44e1-90f8-2669831d4ee3 2018-10-12 11:26:31,082 - neutron_utils - INFO - Retrieving security group with ID - 51a0f547-982b-44e1-90f8-2669831d4ee3 2018-10-12 11:26:31,280 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 51a0f547-982b-44e1-90f8-2669831d4ee3 2018-10-12 11:26:31,460 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-f2f784c4-b67f-451b-acc2-57efd21dbf23name 2018-10-12 11:26:32,310 - neutron_utils - INFO - Deleting security group rule with ID - 7a2ad62f-0024-47a0-89fe-56bb91bb8f4c 2018-10-12 11:26:32,337 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 7a2ad62f-0024-47a0-89fe-56bb91bb8f4c does not exist Neutron server returns request_ids: ['req-8b285992-8ce9-4bd8-9879-53777f4872c2'] 2018-10-12 11:26:32,337 - neutron_utils - INFO - Deleting security group rule with ID - f855f63f-2652-4fa8-b397-1c9754ec474b 2018-10-12 11:26:32,507 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule f855f63f-2652-4fa8-b397-1c9754ec474b does not exist Neutron server returns request_ids: ['req-9b32efa3-b715-4918-93a8-743d05a54d01'] 2018-10-12 11:26:32,508 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-f2f784c4-b67f-451b-acc2-57efd21dbf23name 2018-10-12 11:26:32,536 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 51a0f547-982b-44e1-90f8-2669831d4ee3 does not exist Neutron server returns request_ids: ['req-b18ff2e9-47bd-4132-8438-03281434cd7f'] 2018-10-12 11:26:33,116 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d66ba96c-1bf0-4518-a2d8-25288fa98a84 2018-10-12 11:26:33,298 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:26:33,695 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-744f9f80-389c-441-proj 2018-10-12 11:26:33,943 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-744f9f80-389c-441-proj-role 2018-10-12 11:26:34,156 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-744f9f80-389c-441-user 2018-10-12 11:26:35,563 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-f0e0d5df-8c74-4fe-proj 2018-10-12 11:26:36,713 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-f0e0d5df-8c74-4fe-user 2018-10-12 11:26:36,988 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-f0e0d5df-8c74-4fe-proj-role 2018-10-12 11:26:37,008 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-f0e0d5df-8c74-4fe-proj-role to project CreateSecurityGroupTests-f0e0d5df-8c74-4fe-proj 2018-10-12 11:26:37,736 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-0def4654-c838-4750-8a84-36407792459ename... 2018-10-12 11:26:37,736 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-0def4654-c838-4750-8a84-36407792459ename 2018-10-12 11:26:38,343 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ab74d87-e703-4fe9-97de-a813ee1ce7af 2018-10-12 11:26:38,518 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ab74d87-e703-4fe9-97de-a813ee1ce7af 2018-10-12 11:26:38,696 - neutron_utils - INFO - Retrieving security group with ID - 7ab74d87-e703-4fe9-97de-a813ee1ce7af 2018-10-12 11:26:38,749 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ab74d87-e703-4fe9-97de-a813ee1ce7af 2018-10-12 11:26:38,928 - neutron_utils - INFO - Retrieving security group with ID - 7ab74d87-e703-4fe9-97de-a813ee1ce7af 2018-10-12 11:26:39,120 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ab74d87-e703-4fe9-97de-a813ee1ce7af 2018-10-12 11:26:39,299 - neutron_utils - INFO - Retrieving security group with ID - 7ab74d87-e703-4fe9-97de-a813ee1ce7af 2018-10-12 11:26:39,501 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ab74d87-e703-4fe9-97de-a813ee1ce7af 2018-10-12 11:26:40,605 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ab74d87-e703-4fe9-97de-a813ee1ce7af 2018-10-12 11:26:40,785 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ab74d87-e703-4fe9-97de-a813ee1ce7af 2018-10-12 11:26:41,674 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ab74d87-e703-4fe9-97de-a813ee1ce7af 2018-10-12 11:26:41,847 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ab74d87-e703-4fe9-97de-a813ee1ce7af 2018-10-12 11:26:42,017 - neutron_utils - INFO - Retrieving security group with ID - 7ab74d87-e703-4fe9-97de-a813ee1ce7af 2018-10-12 11:26:42,066 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ab74d87-e703-4fe9-97de-a813ee1ce7af 2018-10-12 11:26:42,243 - neutron_utils - INFO - Deleting security group rule with ID - 8a086b4e-6846-4970-bf15-fa66826e6dc8 2018-10-12 11:26:42,406 - neutron_utils - INFO - Deleting security group rule with ID - 72b73913-7631-4f80-82f8-4b53600061b7 2018-10-12 11:26:42,666 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-0def4654-c838-4750-8a84-36407792459ename 2018-10-12 11:26:43,274 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 611d96fa-2c7a-45c2-b26f-8c2ca8788dc5 2018-10-12 11:26:43,461 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:26:43,767 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-f0e0d5df-8c74-4fe-proj 2018-10-12 11:26:44,021 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-f0e0d5df-8c74-4fe-proj-role 2018-10-12 11:26:44,220 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-f0e0d5df-8c74-4fe-user 2018-10-12 11:26:45,803 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-d80c7416-e879-4c9-proj 2018-10-12 11:26:46,988 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-d80c7416-e879-4c9-user 2018-10-12 11:26:47,210 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-d80c7416-e879-4c9-proj-role 2018-10-12 11:26:47,296 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-d80c7416-e879-4c9-proj-role to project CreateSecurityGroupTests-d80c7416-e879-4c9-proj 2018-10-12 11:26:48,067 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-8be7624f-737e-4070-8ca6-f5cd3210b3b2name... 2018-10-12 11:26:48,067 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-8be7624f-737e-4070-8ca6-f5cd3210b3b2name 2018-10-12 11:26:48,684 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c1de1f49-07be-453d-a268-5b6a555f2319 2018-10-12 11:26:48,844 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c1de1f49-07be-453d-a268-5b6a555f2319 2018-10-12 11:26:49,015 - neutron_utils - INFO - Retrieving security group with ID - c1de1f49-07be-453d-a268-5b6a555f2319 2018-10-12 11:26:49,220 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c1de1f49-07be-453d-a268-5b6a555f2319 2018-10-12 11:26:49,392 - neutron_utils - INFO - Retrieving security group with ID - c1de1f49-07be-453d-a268-5b6a555f2319 2018-10-12 11:26:49,671 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c1de1f49-07be-453d-a268-5b6a555f2319 2018-10-12 11:26:49,852 - neutron_utils - INFO - Retrieving security group with ID - c1de1f49-07be-453d-a268-5b6a555f2319 2018-10-12 11:26:50,036 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c1de1f49-07be-453d-a268-5b6a555f2319 2018-10-12 11:26:50,733 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c1de1f49-07be-453d-a268-5b6a555f2319 2018-10-12 11:26:50,933 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c1de1f49-07be-453d-a268-5b6a555f2319 2018-10-12 11:26:51,224 - neutron_utils - INFO - Deleting security group rule with ID - 5074bccb-aff4-437b-8cd9-d8ebcf5774e1 2018-10-12 11:26:51,484 - neutron_utils - INFO - Deleting security group rule with ID - ab700180-de54-4c46-a4b5-8ebeb9b88f68 2018-10-12 11:26:51,737 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-8be7624f-737e-4070-8ca6-f5cd3210b3b2name 2018-10-12 11:26:52,755 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f41882b4-6e51-4fe0-964f-5a2acc6ad21d 2018-10-12 11:26:52,927 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:26:53,419 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-d80c7416-e879-4c9-proj 2018-10-12 11:26:53,651 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-d80c7416-e879-4c9-proj-role 2018-10-12 11:26:53,874 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-d80c7416-e879-4c9-user 2018-10-12 11:26:55,258 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-951e580c-9cd1-4be-proj 2018-10-12 11:26:56,330 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-951e580c-9cd1-4be-user 2018-10-12 11:26:56,534 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-951e580c-9cd1-4be-proj-role 2018-10-12 11:26:56,627 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-951e580c-9cd1-4be-proj-role to project CreateSecurityGroupTests-951e580c-9cd1-4be-proj 2018-10-12 11:26:57,577 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-1f8d83c9-0209-4a2d-b469-372ad4726a3bname... 2018-10-12 11:26:57,577 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-1f8d83c9-0209-4a2d-b469-372ad4726a3bname 2018-10-12 11:26:57,954 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 693823f7-da79-421e-b2da-b984153a9ddd 2018-10-12 11:26:58,132 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 693823f7-da79-421e-b2da-b984153a9ddd 2018-10-12 11:26:58,304 - neutron_utils - INFO - Retrieving security group with ID - 693823f7-da79-421e-b2da-b984153a9ddd 2018-10-12 11:26:58,381 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 693823f7-da79-421e-b2da-b984153a9ddd 2018-10-12 11:26:58,410 - neutron_utils - INFO - Retrieving security group with ID - 693823f7-da79-421e-b2da-b984153a9ddd 2018-10-12 11:26:58,597 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 693823f7-da79-421e-b2da-b984153a9ddd 2018-10-12 11:26:58,809 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-1f8d83c9-0209-4a2d-b469-372ad4726a3bname 2018-10-12 11:26:59,090 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 693823f7-da79-421e-b2da-b984153a9ddd 2018-10-12 11:26:59,595 - neutron_utils - INFO - Retrieving security group with ID - 693823f7-da79-421e-b2da-b984153a9ddd 2018-10-12 11:26:59,794 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 693823f7-da79-421e-b2da-b984153a9ddd 2018-10-12 11:27:00,442 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 693823f7-da79-421e-b2da-b984153a9ddd 2018-10-12 11:27:00,625 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 693823f7-da79-421e-b2da-b984153a9ddd 2018-10-12 11:27:01,083 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 693823f7-da79-421e-b2da-b984153a9ddd 2018-10-12 11:27:01,318 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 693823f7-da79-421e-b2da-b984153a9ddd 2018-10-12 11:27:01,700 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 693823f7-da79-421e-b2da-b984153a9ddd 2018-10-12 11:27:01,881 - neutron_utils - INFO - Deleting security group rule with ID - 13fdf874-346f-4769-aa06-36b70740bf07 2018-10-12 11:27:02,128 - neutron_utils - INFO - Deleting security group rule with ID - 2ebb411d-f401-427c-8f16-0c8c2e567e10 2018-10-12 11:27:02,366 - neutron_utils - INFO - Deleting security group rule with ID - 900c4d66-2684-420e-ada5-c60922647d22 2018-10-12 11:27:02,466 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-1f8d83c9-0209-4a2d-b469-372ad4726a3bname 2018-10-12 11:27:02,919 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3bc19c31-90df-41aa-a5e6-fe3c71501296 2018-10-12 11:27:03,101 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:27:03,408 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-951e580c-9cd1-4be-proj 2018-10-12 11:27:03,656 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-951e580c-9cd1-4be-proj-role 2018-10-12 11:27:03,863 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-951e580c-9cd1-4be-user 2018-10-12 11:27:05,306 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-08cafad6-373b-46d-proj 2018-10-12 11:27:06,223 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-08cafad6-373b-46d-user 2018-10-12 11:27:06,413 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-08cafad6-373b-46d-proj-role 2018-10-12 11:27:06,504 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-08cafad6-373b-46d-proj-role to project CreateSecurityGroupTests-08cafad6-373b-46d-proj 2018-10-12 11:27:07,505 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-b076b825-28cb-482b-87e5-0b93afaac36bname... 2018-10-12 11:27:07,505 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-b076b825-28cb-482b-87e5-0b93afaac36bname 2018-10-12 11:27:07,894 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4789704f-81fe-438d-8263-a1f94fe8d236 2018-10-12 11:27:08,070 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4789704f-81fe-438d-8263-a1f94fe8d236 2018-10-12 11:27:08,234 - neutron_utils - INFO - Retrieving security group with ID - 4789704f-81fe-438d-8263-a1f94fe8d236 2018-10-12 11:27:08,316 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4789704f-81fe-438d-8263-a1f94fe8d236 2018-10-12 11:27:08,491 - neutron_utils - INFO - Retrieving security group with ID - 4789704f-81fe-438d-8263-a1f94fe8d236 2018-10-12 11:27:08,692 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4789704f-81fe-438d-8263-a1f94fe8d236 2018-10-12 11:27:08,880 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-b076b825-28cb-482b-87e5-0b93afaac36bname 2018-10-12 11:27:09,017 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4789704f-81fe-438d-8263-a1f94fe8d236 2018-10-12 11:27:09,576 - neutron_utils - INFO - Retrieving security group with ID - 4789704f-81fe-438d-8263-a1f94fe8d236 2018-10-12 11:27:09,627 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4789704f-81fe-438d-8263-a1f94fe8d236 2018-10-12 11:27:10,220 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4789704f-81fe-438d-8263-a1f94fe8d236 2018-10-12 11:27:10,405 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4789704f-81fe-438d-8263-a1f94fe8d236 2018-10-12 11:27:10,777 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4789704f-81fe-438d-8263-a1f94fe8d236 2018-10-12 11:27:11,153 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4789704f-81fe-438d-8263-a1f94fe8d236 2018-10-12 11:27:11,529 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4789704f-81fe-438d-8263-a1f94fe8d236 2018-10-12 11:27:11,713 - neutron_utils - INFO - Deleting security group rule with ID - c45f2b6a-f7a6-4208-9aa5-d326ab9e39cc 2018-10-12 11:27:11,960 - neutron_utils - INFO - Deleting security group rule with ID - e7e7453f-ab2c-4189-bc79-a48d4bd06629 2018-10-12 11:27:12,061 - neutron_utils - INFO - Deleting security group rule with ID - 0d23f224-352c-4cee-b838-63163920daef 2018-10-12 11:27:12,158 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-b076b825-28cb-482b-87e5-0b93afaac36bname 2018-10-12 11:27:12,928 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d0d2f19e-1e60-482f-aa6c-3db95557c04b 2018-10-12 11:27:13,108 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:27:13,405 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-08cafad6-373b-46d-proj 2018-10-12 11:27:13,656 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-08cafad6-373b-46d-proj-role 2018-10-12 11:27:13,855 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-08cafad6-373b-46d-user 2018-10-12 11:27:15,276 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-27fe5732-52c9-4f0-proj 2018-10-12 11:27:16,264 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-27fe5732-52c9-4f0-user 2018-10-12 11:27:16,467 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-27fe5732-52c9-4f0-proj-role 2018-10-12 11:27:16,556 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-27fe5732-52c9-4f0-proj-role to project CreateSecurityGroupTests-27fe5732-52c9-4f0-proj 2018-10-12 11:27:17,440 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-fe203d18-0089-4176-a4a0-1dc64c846662name... 2018-10-12 11:27:17,440 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-fe203d18-0089-4176-a4a0-1dc64c846662name 2018-10-12 11:27:17,834 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af21af55-dd0d-498f-a265-56c89292a213 2018-10-12 11:27:18,010 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af21af55-dd0d-498f-a265-56c89292a213 2018-10-12 11:27:18,183 - neutron_utils - INFO - Retrieving security group with ID - af21af55-dd0d-498f-a265-56c89292a213 2018-10-12 11:27:18,368 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af21af55-dd0d-498f-a265-56c89292a213 2018-10-12 11:27:18,540 - neutron_utils - INFO - Retrieving security group with ID - af21af55-dd0d-498f-a265-56c89292a213 2018-10-12 11:27:18,735 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af21af55-dd0d-498f-a265-56c89292a213 2018-10-12 11:27:18,902 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-fe203d18-0089-4176-a4a0-1dc64c846662name 2018-10-12 11:27:19,187 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af21af55-dd0d-498f-a265-56c89292a213 2018-10-12 11:27:19,541 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-fe203d18-0089-4176-a4a0-1dc64c846662name 2018-10-12 11:27:19,679 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af21af55-dd0d-498f-a265-56c89292a213 2018-10-12 11:27:19,888 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-fe203d18-0089-4176-a4a0-1dc64c846662name 2018-10-12 11:27:20,159 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af21af55-dd0d-498f-a265-56c89292a213 2018-10-12 11:27:20,380 - neutron_utils - INFO - Retrieving security group with ID - af21af55-dd0d-498f-a265-56c89292a213 2018-10-12 11:27:20,574 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af21af55-dd0d-498f-a265-56c89292a213 2018-10-12 11:27:21,350 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af21af55-dd0d-498f-a265-56c89292a213 2018-10-12 11:27:21,534 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af21af55-dd0d-498f-a265-56c89292a213 2018-10-12 11:27:21,908 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af21af55-dd0d-498f-a265-56c89292a213 2018-10-12 11:27:22,291 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af21af55-dd0d-498f-a265-56c89292a213 2018-10-12 11:27:22,661 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af21af55-dd0d-498f-a265-56c89292a213 2018-10-12 11:27:22,905 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af21af55-dd0d-498f-a265-56c89292a213 2018-10-12 11:27:23,142 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af21af55-dd0d-498f-a265-56c89292a213 2018-10-12 11:27:23,229 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af21af55-dd0d-498f-a265-56c89292a213 2018-10-12 11:27:23,607 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af21af55-dd0d-498f-a265-56c89292a213 2018-10-12 11:27:23,842 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af21af55-dd0d-498f-a265-56c89292a213 2018-10-12 11:27:23,876 - neutron_utils - INFO - Deleting security group rule with ID - 603baefd-eb87-4d58-9d69-f424c8e28293 2018-10-12 11:27:24,117 - neutron_utils - INFO - Deleting security group rule with ID - 708a6597-9ea2-4e93-9177-4f8fc2210a0b 2018-10-12 11:27:24,355 - neutron_utils - INFO - Deleting security group rule with ID - bba95d4a-a6cd-4742-9463-e8cc581dbba2 2018-10-12 11:27:24,487 - neutron_utils - INFO - Deleting security group rule with ID - 07335e81-6f1a-4054-8b78-1c36842fac5f 2018-10-12 11:27:24,746 - neutron_utils - INFO - Deleting security group rule with ID - 61c6a51c-b495-4e9a-8663-4aead54ac4ed 2018-10-12 11:27:24,851 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-fe203d18-0089-4176-a4a0-1dc64c846662name 2018-10-12 11:27:25,469 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 01393e2c-59d9-415b-b30c-2e7dca760afc 2018-10-12 11:27:25,651 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:27:25,966 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-27fe5732-52c9-4f0-proj 2018-10-12 11:27:26,194 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-27fe5732-52c9-4f0-proj-role 2018-10-12 11:27:26,420 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-27fe5732-52c9-4f0-user 2018-10-12 11:27:27,839 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-95362154-92bb-46d-proj 2018-10-12 11:27:28,882 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-95362154-92bb-46d-user 2018-10-12 11:27:29,078 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-95362154-92bb-46d-proj-role 2018-10-12 11:27:29,097 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-95362154-92bb-46d-proj-role to project CreateSecurityGroupTests-95362154-92bb-46d-proj 2018-10-12 11:27:29,970 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-7b06a2bf-1a59-4c77-8943-0fd092c5309cname... 2018-10-12 11:27:29,970 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-7b06a2bf-1a59-4c77-8943-0fd092c5309cname 2018-10-12 11:27:30,409 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fed0abed-8c74-453d-95b7-c764dce5654a 2018-10-12 11:27:30,592 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fed0abed-8c74-453d-95b7-c764dce5654a 2018-10-12 11:27:30,752 - neutron_utils - INFO - Retrieving security group with ID - fed0abed-8c74-453d-95b7-c764dce5654a 2018-10-12 11:27:30,956 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fed0abed-8c74-453d-95b7-c764dce5654a 2018-10-12 11:27:30,985 - neutron_utils - INFO - Retrieving security group with ID - fed0abed-8c74-453d-95b7-c764dce5654a 2018-10-12 11:27:31,180 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fed0abed-8c74-453d-95b7-c764dce5654a 2018-10-12 11:27:31,353 - neutron_utils - INFO - Retrieving security group with ID - fed0abed-8c74-453d-95b7-c764dce5654a 2018-10-12 11:27:31,553 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fed0abed-8c74-453d-95b7-c764dce5654a 2018-10-12 11:27:32,476 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fed0abed-8c74-453d-95b7-c764dce5654a 2018-10-12 11:27:32,646 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fed0abed-8c74-453d-95b7-c764dce5654a 2018-10-12 11:27:32,829 - neutron_utils - INFO - Deleting security group rule with ID - d962afaf-2671-41a0-a387-00f948af19e2 2018-10-12 11:27:33,093 - neutron_utils - INFO - Deleting security group rule with ID - b9ae547c-117b-480f-a20f-599609c65a8f 2018-10-12 11:27:33,198 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-7b06a2bf-1a59-4c77-8943-0fd092c5309cname 2018-10-12 11:27:34,053 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e9ba57bb-cd4c-495e-81ac-0fb67c823235 2018-10-12 11:27:34,224 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:27:34,529 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-95362154-92bb-46d-proj 2018-10-12 11:27:34,758 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-95362154-92bb-46d-proj-role 2018-10-12 11:27:34,959 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-95362154-92bb-46d-user 2018-10-12 11:27:36,355 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-b8b90dd9-7a92-495-proj 2018-10-12 11:27:37,517 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-b8b90dd9-7a92-495-user 2018-10-12 11:27:37,803 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-b8b90dd9-7a92-495-proj-role 2018-10-12 11:27:37,894 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-b8b90dd9-7a92-495-proj-role to project CreateSecurityGroupTests-b8b90dd9-7a92-495-proj 2018-10-12 11:27:38,792 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-7a16c893-8c78-45bc-b9d8-d456d5f5711fname... 2018-10-12 11:27:38,792 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-7a16c893-8c78-45bc-b9d8-d456d5f5711fname 2018-10-12 11:27:39,200 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98f400b2-8e5f-49a0-92d6-b2c14b59c05d 2018-10-12 11:27:39,392 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98f400b2-8e5f-49a0-92d6-b2c14b59c05d 2018-10-12 11:27:39,568 - neutron_utils - INFO - Retrieving security group with ID - 98f400b2-8e5f-49a0-92d6-b2c14b59c05d 2018-10-12 11:27:39,777 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98f400b2-8e5f-49a0-92d6-b2c14b59c05d 2018-10-12 11:27:39,808 - neutron_utils - INFO - Retrieving security group with ID - 98f400b2-8e5f-49a0-92d6-b2c14b59c05d 2018-10-12 11:27:40,088 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98f400b2-8e5f-49a0-92d6-b2c14b59c05d 2018-10-12 11:27:40,143 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-7a16c893-8c78-45bc-b9d8-d456d5f5711fname 2018-10-12 11:27:40,278 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98f400b2-8e5f-49a0-92d6-b2c14b59c05d 2018-10-12 11:27:40,632 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-7a16c893-8c78-45bc-b9d8-d456d5f5711fname 2018-10-12 11:27:40,773 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98f400b2-8e5f-49a0-92d6-b2c14b59c05d 2018-10-12 11:27:41,331 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-7a16c893-8c78-45bc-b9d8-d456d5f5711fname 2018-10-12 11:27:41,608 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98f400b2-8e5f-49a0-92d6-b2c14b59c05d 2018-10-12 11:27:41,829 - neutron_utils - INFO - Retrieving security group with ID - 98f400b2-8e5f-49a0-92d6-b2c14b59c05d 2018-10-12 11:27:41,882 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98f400b2-8e5f-49a0-92d6-b2c14b59c05d 2018-10-12 11:27:42,490 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98f400b2-8e5f-49a0-92d6-b2c14b59c05d 2018-10-12 11:27:42,664 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98f400b2-8e5f-49a0-92d6-b2c14b59c05d 2018-10-12 11:27:43,039 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98f400b2-8e5f-49a0-92d6-b2c14b59c05d 2018-10-12 11:27:43,412 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98f400b2-8e5f-49a0-92d6-b2c14b59c05d 2018-10-12 11:27:43,644 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98f400b2-8e5f-49a0-92d6-b2c14b59c05d 2018-10-12 11:27:44,031 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98f400b2-8e5f-49a0-92d6-b2c14b59c05d 2018-10-12 11:27:44,255 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98f400b2-8e5f-49a0-92d6-b2c14b59c05d 2018-10-12 11:27:44,525 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98f400b2-8e5f-49a0-92d6-b2c14b59c05d 2018-10-12 11:27:44,614 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98f400b2-8e5f-49a0-92d6-b2c14b59c05d 2018-10-12 11:27:44,862 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98f400b2-8e5f-49a0-92d6-b2c14b59c05d 2018-10-12 11:27:45,118 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98f400b2-8e5f-49a0-92d6-b2c14b59c05d 2018-10-12 11:27:45,204 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98f400b2-8e5f-49a0-92d6-b2c14b59c05d 2018-10-12 11:27:45,446 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98f400b2-8e5f-49a0-92d6-b2c14b59c05d 2018-10-12 11:27:45,542 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98f400b2-8e5f-49a0-92d6-b2c14b59c05d 2018-10-12 11:27:45,613 - neutron_utils - INFO - Deleting security group rule with ID - 07743270-2256-423b-b668-7f23b5646631 2018-10-12 11:27:45,900 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98f400b2-8e5f-49a0-92d6-b2c14b59c05d 2018-10-12 11:27:45,932 - neutron_utils - INFO - Deleting security group rule with ID - 86aec9de-3d45-4d33-b82c-344719f650e1 2018-10-12 11:27:46,036 - neutron_utils - INFO - Deleting security group rule with ID - 07743270-2256-423b-b668-7f23b5646631 2018-10-12 11:27:46,064 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 07743270-2256-423b-b668-7f23b5646631 does not exist Neutron server returns request_ids: ['req-f46c86eb-6515-4d72-b18b-7c5a2636910f'] 2018-10-12 11:27:46,064 - neutron_utils - INFO - Deleting security group rule with ID - d028934f-413f-44b2-9f8f-ea28fed3e471 2018-10-12 11:27:46,317 - neutron_utils - INFO - Deleting security group rule with ID - ae7e584d-c1e7-458f-98a9-76ca59c6ab74 2018-10-12 11:27:46,417 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-7a16c893-8c78-45bc-b9d8-d456d5f5711fname 2018-10-12 11:27:47,307 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d4833188-8bd2-44e4-b7f0-4f955cfe0e78 2018-10-12 11:27:47,497 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:27:47,810 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-b8b90dd9-7a92-495-proj 2018-10-12 11:27:48,045 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-b8b90dd9-7a92-495-proj-role 2018-10-12 11:27:48,240 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-b8b90dd9-7a92-495-user 2018-10-12 11:27:49,653 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-aeb2b9b7-e2ca-49b-proj 2018-10-12 11:27:50,707 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-aeb2b9b7-e2ca-49b-user 2018-10-12 11:27:50,917 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-aeb2b9b7-e2ca-49b-proj-role 2018-10-12 11:27:50,934 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-aeb2b9b7-e2ca-49b-proj-role to project CreateSecurityGroupTests-aeb2b9b7-e2ca-49b-proj 2018-10-12 11:27:51,838 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-f555100f-f9d8-42c5-a803-9aea24405cfcname... 2018-10-12 11:27:51,838 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-f555100f-f9d8-42c5-a803-9aea24405cfcname 2018-10-12 11:27:52,241 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1ca9fbc-4555-491e-a9a3-c46513c457fa 2018-10-12 11:27:52,405 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1ca9fbc-4555-491e-a9a3-c46513c457fa 2018-10-12 11:27:52,578 - neutron_utils - INFO - Retrieving security group with ID - e1ca9fbc-4555-491e-a9a3-c46513c457fa 2018-10-12 11:27:52,778 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1ca9fbc-4555-491e-a9a3-c46513c457fa 2018-10-12 11:27:53,030 - neutron_utils - INFO - Retrieving security group with ID - e1ca9fbc-4555-491e-a9a3-c46513c457fa 2018-10-12 11:27:53,220 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1ca9fbc-4555-491e-a9a3-c46513c457fa 2018-10-12 11:27:53,393 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-f555100f-f9d8-42c5-a803-9aea24405cfcname 2018-10-12 11:27:53,658 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1ca9fbc-4555-491e-a9a3-c46513c457fa 2018-10-12 11:27:54,145 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-f555100f-f9d8-42c5-a803-9aea24405cfcname 2018-10-12 11:27:54,457 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1ca9fbc-4555-491e-a9a3-c46513c457fa 2018-10-12 11:27:54,842 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-f555100f-f9d8-42c5-a803-9aea24405cfcname 2018-10-12 11:27:54,975 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1ca9fbc-4555-491e-a9a3-c46513c457fa 2018-10-12 11:27:55,355 - neutron_utils - INFO - Retrieving security group with ID - e1ca9fbc-4555-491e-a9a3-c46513c457fa 2018-10-12 11:27:55,552 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1ca9fbc-4555-491e-a9a3-c46513c457fa 2018-10-12 11:27:56,299 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1ca9fbc-4555-491e-a9a3-c46513c457fa 2018-10-12 11:27:56,490 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1ca9fbc-4555-491e-a9a3-c46513c457fa 2018-10-12 11:27:56,945 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1ca9fbc-4555-491e-a9a3-c46513c457fa 2018-10-12 11:27:57,323 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1ca9fbc-4555-491e-a9a3-c46513c457fa 2018-10-12 11:27:57,692 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1ca9fbc-4555-491e-a9a3-c46513c457fa 2018-10-12 11:27:57,929 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1ca9fbc-4555-491e-a9a3-c46513c457fa 2018-10-12 11:27:58,307 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1ca9fbc-4555-491e-a9a3-c46513c457fa 2018-10-12 11:27:58,728 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1ca9fbc-4555-491e-a9a3-c46513c457fa 2018-10-12 11:27:59,121 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1ca9fbc-4555-491e-a9a3-c46513c457fa 2018-10-12 11:27:59,211 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1ca9fbc-4555-491e-a9a3-c46513c457fa 2018-10-12 11:27:59,294 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1ca9fbc-4555-491e-a9a3-c46513c457fa 2018-10-12 11:27:59,609 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1ca9fbc-4555-491e-a9a3-c46513c457fa 2018-10-12 11:27:59,982 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1ca9fbc-4555-491e-a9a3-c46513c457fa 2018-10-12 11:28:00,020 - neutron_utils - INFO - Deleting security group rule with ID - 2e6b2390-0e24-4565-84e3-41dd248b52c2 2018-10-12 11:28:00,169 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-10-12 11:28:00,169 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1ca9fbc-4555-491e-a9a3-c46513c457fa 2018-10-12 11:28:00,339 - neutron_utils - INFO - Deleting security group rule with ID - 72e41b7b-fc41-4e17-a687-6469c9dbad05 2018-10-12 11:28:00,614 - neutron_utils - INFO - Deleting security group rule with ID - 9ec4ded9-f004-47d1-b8b5-be87bd3e1caa 2018-10-12 11:28:00,874 - neutron_utils - INFO - Deleting security group rule with ID - 01cd0439-626d-40db-9985-219dc17ddf8e 2018-10-12 11:28:01,129 - neutron_utils - INFO - Deleting security group rule with ID - 36aae44f-3f7c-49c6-bf47-7f7dedc83411 2018-10-12 11:28:01,376 - neutron_utils - INFO - Deleting security group rule with ID - 2e6b2390-0e24-4565-84e3-41dd248b52c2 2018-10-12 11:28:01,544 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 2e6b2390-0e24-4565-84e3-41dd248b52c2 does not exist Neutron server returns request_ids: ['req-da33a202-6a3f-49f6-b473-ea3ec58af75b'] 2018-10-12 11:28:01,544 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-f555100f-f9d8-42c5-a803-9aea24405cfcname 2018-10-12 11:28:02,342 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ae50cc8b-4c83-4e04-ad99-417b15c085ff 2018-10-12 11:28:02,523 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:28:02,836 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-aeb2b9b7-e2ca-49b-proj 2018-10-12 11:28:03,111 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-aeb2b9b7-e2ca-49b-proj-role 2018-10-12 11:28:03,399 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-aeb2b9b7-e2ca-49b-user 2018-10-12 11:28:04,803 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-4fa1c16d-c0a4-403-proj 2018-10-12 11:28:05,839 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-4fa1c16d-c0a4-403-user 2018-10-12 11:28:06,025 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-4fa1c16d-c0a4-403-proj-role 2018-10-12 11:28:06,117 - keystone_utils - INFO - Granting role CreateImageSuccessTests-4fa1c16d-c0a4-403-proj-role to project CreateImageSuccessTests-4fa1c16d-c0a4-403-proj 2018-10-12 11:28:08,998 - create_image - INFO - Created image with name - CreateImageSuccessTests-91547170-f79f-4428-95e4-ac4fef0a7d00 2018-10-12 11:28:09,017 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-91547170-f79f-4428-95e4-ac4fef0a7d00 2018-10-12 11:28:09,810 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-91547170-f79f-4428-95e4-ac4fef0a7d00 2018-10-12 11:28:11,417 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-91547170-f79f-4428-95e4-ac4fef0a7d00 2018-10-12 11:28:11,993 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-4fa1c16d-c0a4-403-proj 2018-10-12 11:28:12,202 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-4fa1c16d-c0a4-403-proj-role 2018-10-12 11:28:12,403 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-4fa1c16d-c0a4-403-user 2018-10-12 11:28:13,827 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-faf9ef78-8172-462-proj 2018-10-12 11:28:15,037 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-faf9ef78-8172-462-user 2018-10-12 11:28:15,234 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-faf9ef78-8172-462-proj-role 2018-10-12 11:28:15,315 - keystone_utils - INFO - Granting role CreateImageSuccessTests-faf9ef78-8172-462-proj-role to project CreateImageSuccessTests-faf9ef78-8172-462-proj 2018-10-12 11:28:18,201 - create_image - INFO - Created image with name - CreateImageSuccessTests-a1a48ed2-5e17-4ba3-9fe5-f077594ba2b1 2018-10-12 11:28:18,369 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-a1a48ed2-5e17-4ba3-9fe5-f077594ba2b1 2018-10-12 11:28:19,083 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-a1a48ed2-5e17-4ba3-9fe5-f077594ba2b1 2018-10-12 11:28:20,671 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-faf9ef78-8172-462-proj 2018-10-12 11:28:20,866 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-faf9ef78-8172-462-proj-role 2018-10-12 11:28:21,063 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-faf9ef78-8172-462-user 2018-10-12 11:28:22,468 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-21fbd9cc-34d1-4d5-proj 2018-10-12 11:28:23,594 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-21fbd9cc-34d1-4d5-user 2018-10-12 11:28:23,719 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-21fbd9cc-34d1-4d5-proj-role 2018-10-12 11:28:23,740 - keystone_utils - INFO - Granting role CreateImageSuccessTests-21fbd9cc-34d1-4d5-proj-role to project CreateImageSuccessTests-21fbd9cc-34d1-4d5-proj 2018-10-12 11:28:26,718 - create_image - INFO - Created image with name - CreateImageSuccessTests-4bd5080f-e513-4be8-8c67-6a926d64aec8 2018-10-12 11:28:26,878 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-4bd5080f-e513-4be8-8c67-6a926d64aec8 2018-10-12 11:28:27,749 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-4bd5080f-e513-4be8-8c67-6a926d64aec8 2018-10-12 11:28:29,452 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-21fbd9cc-34d1-4d5-proj 2018-10-12 11:28:29,668 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-21fbd9cc-34d1-4d5-proj-role 2018-10-12 11:28:29,861 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-21fbd9cc-34d1-4d5-user 2018-10-12 11:28:31,252 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-b15313b4-87d7-48f-proj 2018-10-12 11:28:32,246 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-b15313b4-87d7-48f-user 2018-10-12 11:28:32,450 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-b15313b4-87d7-48f-proj-role 2018-10-12 11:28:32,540 - keystone_utils - INFO - Granting role CreateImageSuccessTests-b15313b4-87d7-48f-proj-role to project CreateImageSuccessTests-b15313b4-87d7-48f-proj 2018-10-12 11:28:35,526 - create_image - INFO - Created image with name - CreateImageSuccessTests-db5a7263-4132-42b2-aea9-e86e75cb2dab 2018-10-12 11:28:35,546 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-db5a7263-4132-42b2-aea9-e86e75cb2dab 2018-10-12 11:28:36,268 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-db5a7263-4132-42b2-aea9-e86e75cb2dab 2018-10-12 11:28:38,169 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-b15313b4-87d7-48f-proj 2018-10-12 11:28:38,386 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-b15313b4-87d7-48f-proj-role 2018-10-12 11:28:38,617 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-b15313b4-87d7-48f-user 2018-10-12 11:28:40,018 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-ebd540d3-4a9c-403-proj 2018-10-12 11:28:41,068 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-ebd540d3-4a9c-403-user 2018-10-12 11:28:41,270 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-ebd540d3-4a9c-403-proj-role 2018-10-12 11:28:41,354 - keystone_utils - INFO - Granting role CreateImageSuccessTests-ebd540d3-4a9c-403-proj-role to project CreateImageSuccessTests-ebd540d3-4a9c-403-proj 2018-10-12 11:28:44,426 - create_image - INFO - Created image with name - CreateImageSuccessTests-6181f2c9-01d5-4026-955a-7bb30b225f16 2018-10-12 11:28:44,700 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-6181f2c9-01d5-4026-955a-7bb30b225f16 2018-10-12 11:28:46,211 - create_image - INFO - Found image with name - CreateImageSuccessTests-6181f2c9-01d5-4026-955a-7bb30b225f16 2018-10-12 11:28:46,211 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-6181f2c9-01d5-4026-955a-7bb30b225f16 2018-10-12 11:28:48,307 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-ebd540d3-4a9c-403-proj 2018-10-12 11:28:48,513 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-ebd540d3-4a9c-403-proj-role 2018-10-12 11:28:48,727 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-ebd540d3-4a9c-403-user 2018-10-12 11:28:50,270 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-f8eb7a85-c7c2-4e8-proj 2018-10-12 11:28:51,330 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-f8eb7a85-c7c2-4e8-user 2018-10-12 11:28:51,533 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-f8eb7a85-c7c2-4e8-proj-role 2018-10-12 11:28:51,630 - keystone_utils - INFO - Granting role CreateImageSuccessTests-f8eb7a85-c7c2-4e8-proj-role to project CreateImageSuccessTests-f8eb7a85-c7c2-4e8-proj 2018-10-12 11:28:54,852 - create_image - INFO - Created image with name - CreateImageSuccessTests-6eb92a0a-dc9c-4c7f-9d76-96cc16a6b6bd 2018-10-12 11:28:55,012 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-6eb92a0a-dc9c-4c7f-9d76-96cc16a6b6bd 2018-10-12 11:28:56,603 - create_image - INFO - Found image with name - CreateImageSuccessTests-6eb92a0a-dc9c-4c7f-9d76-96cc16a6b6bd 2018-10-12 11:28:56,603 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-6eb92a0a-dc9c-4c7f-9d76-96cc16a6b6bd 2018-10-12 11:28:58,642 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-f8eb7a85-c7c2-4e8-proj 2018-10-12 11:28:58,837 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-f8eb7a85-c7c2-4e8-proj-role 2018-10-12 11:28:59,023 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-f8eb7a85-c7c2-4e8-user 2018-10-12 11:29:00,408 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-8efbd303-1bff-4d0-proj 2018-10-12 11:29:01,523 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-8efbd303-1bff-4d0-user 2018-10-12 11:29:01,714 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-8efbd303-1bff-4d0-proj-role 2018-10-12 11:29:01,805 - keystone_utils - INFO - Granting role CreateImageNegativeTests-8efbd303-1bff-4d0-proj-role to project CreateImageNegativeTests-8efbd303-1bff-4d0-proj 2018-10-12 11:29:03,030 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-10-12 11:29:03,030 - glance_utils - INFO - Deleting image named - CreateImageNegativeTests-7d901877-39fc-4c23-b3cc-cae1ce8c832b 2018-10-12 11:29:03,972 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-8efbd303-1bff-4d0-proj 2018-10-12 11:29:04,202 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-8efbd303-1bff-4d0-proj-role 2018-10-12 11:29:04,409 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-8efbd303-1bff-4d0-user 2018-10-12 11:29:05,947 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-5173f98a-ba56-4c2-proj 2018-10-12 11:29:07,073 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-5173f98a-ba56-4c2-user 2018-10-12 11:29:07,270 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-5173f98a-ba56-4c2-proj-role 2018-10-12 11:29:07,289 - keystone_utils - INFO - Granting role CreateImageNegativeTests-5173f98a-ba56-4c2-proj-role to project CreateImageNegativeTests-5173f98a-ba56-4c2-proj 2018-10-12 11:29:08,553 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-10-12 11:29:08,553 - glance_utils - INFO - Removing file ./tmp/5b0a93bb-638d-454a-b0af-7fc1fb1242b4 2018-10-12 11:29:08,991 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-5173f98a-ba56-4c2-proj 2018-10-12 11:29:09,202 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-5173f98a-ba56-4c2-proj-role 2018-10-12 11:29:09,397 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-5173f98a-ba56-4c2-user 2018-10-12 11:29:10,815 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-a32548c0-d9fc-4e4-proj 2018-10-12 11:29:11,810 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-a32548c0-d9fc-4e4-user 2018-10-12 11:29:12,000 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-a32548c0-d9fc-4e4-proj-role 2018-10-12 11:29:12,088 - keystone_utils - INFO - Granting role CreateImageNegativeTests-a32548c0-d9fc-4e4-proj-role to project CreateImageNegativeTests-a32548c0-d9fc-4e4-proj 2018-10-12 11:29:13,255 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-a32548c0-d9fc-4e4-proj 2018-10-12 11:29:13,448 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-a32548c0-d9fc-4e4-proj-role 2018-10-12 11:29:13,638 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-a32548c0-d9fc-4e4-user 2018-10-12 11:29:15,037 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-f76d7c81-59a9-467-proj 2018-10-12 11:29:16,116 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-f76d7c81-59a9-467-user 2018-10-12 11:29:16,318 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-f76d7c81-59a9-467-proj-role 2018-10-12 11:29:16,409 - keystone_utils - INFO - Granting role CreateImageNegativeTests-f76d7c81-59a9-467-proj-role to project CreateImageNegativeTests-f76d7c81-59a9-467-proj 2018-10-12 11:29:17,738 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-f76d7c81-59a9-467-proj 2018-10-12 11:29:17,950 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-f76d7c81-59a9-467-proj-role 2018-10-12 11:29:18,118 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-f76d7c81-59a9-467-user 2018-10-12 11:29:19,540 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-e081cf81-ac8e-4f3-proj 2018-10-12 11:29:20,570 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-e081cf81-ac8e-4f3-user 2018-10-12 11:29:20,780 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-e081cf81-ac8e-4f3-proj-role 2018-10-12 11:29:20,863 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-e081cf81-ac8e-4f3-proj-role to project CreateMultiPartImageTests-e081cf81-ac8e-4f3-proj 2018-10-12 11:29:20,993 - create_image_tests - WARNING - Will not download the kernel image. Cannot execute test 2018-10-12 11:29:21,413 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-e081cf81-ac8e-4f3-proj 2018-10-12 11:29:21,710 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-e081cf81-ac8e-4f3-proj-role 2018-10-12 11:29:21,906 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-e081cf81-ac8e-4f3-user 2018-10-12 11:29:23,336 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-8aaca663-a125-47c-proj 2018-10-12 11:29:24,390 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-8aaca663-a125-47c-user 2018-10-12 11:29:24,575 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-8aaca663-a125-47c-proj-role 2018-10-12 11:29:24,595 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-8aaca663-a125-47c-proj-role to project CreateMultiPartImageTests-8aaca663-a125-47c-proj 2018-10-12 11:29:24,724 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-10-12 11:29:25,204 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-8aaca663-a125-47c-proj 2018-10-12 11:29:25,416 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-8aaca663-a125-47c-proj-role 2018-10-12 11:29:25,618 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-8aaca663-a125-47c-user 2018-10-12 11:29:27,031 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-90520df3-bd72-4e1-proj 2018-10-12 11:29:28,169 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-90520df3-bd72-4e1-user 2018-10-12 11:29:28,360 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-90520df3-bd72-4e1-proj-role 2018-10-12 11:29:28,458 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-90520df3-bd72-4e1-proj-role to project CreateMultiPartImageTests-90520df3-bd72-4e1-proj 2018-10-12 11:29:28,622 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-10-12 11:29:29,107 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-90520df3-bd72-4e1-proj 2018-10-12 11:29:29,321 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-90520df3-bd72-4e1-proj-role 2018-10-12 11:29:29,534 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-90520df3-bd72-4e1-user 2018-10-12 11:29:30,935 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-0f2b3c04-0640-40f-proj 2018-10-12 11:29:32,043 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-0f2b3c04-0640-40f-user 2018-10-12 11:29:32,246 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-0f2b3c04-0640-40f-proj-role 2018-10-12 11:29:32,329 - keystone_utils - INFO - Granting role CreateKeypairsTests-0f2b3c04-0640-40f-proj-role to project CreateKeypairsTests-0f2b3c04-0640-40f-proj 2018-10-12 11:29:33,143 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-5f9df916-29ef-47cc-85b0-afed148f3093... 2018-10-12 11:29:33,143 - OpenStackKeypair - INFO - Creating new keypair 2018-10-12 11:29:33,234 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-5f9df916-29ef-47cc-85b0-afed148f3093 2018-10-12 11:29:34,425 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-0f2b3c04-0640-40f-proj 2018-10-12 11:29:34,735 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-0f2b3c04-0640-40f-proj-role 2018-10-12 11:29:34,951 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-0f2b3c04-0640-40f-user 2018-10-12 11:29:36,318 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-a257113d-ab36-466-proj 2018-10-12 11:29:37,438 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-a257113d-ab36-466-user 2018-10-12 11:29:37,623 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-a257113d-ab36-466-proj-role 2018-10-12 11:29:37,712 - keystone_utils - INFO - Granting role CreateKeypairsTests-a257113d-ab36-466-proj-role to project CreateKeypairsTests-a257113d-ab36-466-proj 2018-10-12 11:29:38,002 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-64d870aa-5516-400f-9d3f-c20fd5d0e89a.pub 2018-10-12 11:29:38,626 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-64d870aa-5516-400f-9d3f-c20fd5d0e89a... 2018-10-12 11:29:38,626 - OpenStackKeypair - INFO - Uploading existing keypair 2018-10-12 11:29:38,627 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsTests-64d870aa-5516-400f-9d3f-c20fd5d0e89a.pub 2018-10-12 11:29:38,627 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-64d870aa-5516-400f-9d3f-c20fd5d0e89a 2018-10-12 11:29:39,848 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-a257113d-ab36-466-proj 2018-10-12 11:29:40,039 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-a257113d-ab36-466-proj-role 2018-10-12 11:29:40,239 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-a257113d-ab36-466-user 2018-10-12 11:29:41,659 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-4ad2b596-1cc6-455-proj 2018-10-12 11:29:42,808 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-4ad2b596-1cc6-455-user 2018-10-12 11:29:43,001 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-4ad2b596-1cc6-455-proj-role 2018-10-12 11:29:43,086 - keystone_utils - INFO - Granting role CreateKeypairsTests-4ad2b596-1cc6-455-proj-role to project CreateKeypairsTests-4ad2b596-1cc6-455-proj 2018-10-12 11:29:43,868 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-32e2e5cb-8ec2-4e5c-b4b9-78bf8753723f... 2018-10-12 11:29:43,869 - OpenStackKeypair - INFO - Creating new keypair 2018-10-12 11:30:40,478 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-32e2e5cb-8ec2-4e5c-b4b9-78bf8753723f 2018-10-12 11:30:41,663 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-4ad2b596-1cc6-455-proj 2018-10-12 11:30:41,873 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-4ad2b596-1cc6-455-proj-role 2018-10-12 11:30:42,081 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-4ad2b596-1cc6-455-user 2018-10-12 11:30:43,480 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-707dc783-f5c2-4ac-proj 2018-10-12 11:30:44,481 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-707dc783-f5c2-4ac-user 2018-10-12 11:30:44,678 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-707dc783-f5c2-4ac-proj-role 2018-10-12 11:30:44,764 - keystone_utils - INFO - Granting role CreateKeypairsTests-707dc783-f5c2-4ac-proj-role to project CreateKeypairsTests-707dc783-f5c2-4ac-proj 2018-10-12 11:30:45,912 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-758512ed-d405-42d8-8872-3380ed737864... 2018-10-12 11:30:45,912 - OpenStackKeypair - INFO - Creating new keypair 2018-10-12 11:30:45,974 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-758512ed-d405-42d8-8872-3380ed737864 2018-10-12 11:30:47,119 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-707dc783-f5c2-4ac-proj 2018-10-12 11:30:47,345 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-707dc783-f5c2-4ac-proj-role 2018-10-12 11:30:47,544 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-707dc783-f5c2-4ac-user 2018-10-12 11:30:49,097 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-cc226bf4-47b5-40e-proj 2018-10-12 11:30:50,169 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-cc226bf4-47b5-40e-user 2018-10-12 11:30:50,355 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-cc226bf4-47b5-40e-proj-role 2018-10-12 11:30:50,375 - keystone_utils - INFO - Granting role CreateKeypairsTests-cc226bf4-47b5-40e-proj-role to project CreateKeypairsTests-cc226bf4-47b5-40e-proj 2018-10-12 11:30:51,202 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-dee07f7f-fe0a-4ba4-a33c-45c029492179... 2018-10-12 11:30:51,202 - OpenStackKeypair - INFO - Creating new keypair 2018-10-12 11:30:51,236 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-dee07f7f-fe0a-4ba4-a33c-45c029492179 2018-10-12 11:30:51,315 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-dee07f7f-fe0a-4ba4-a33c-45c029492179.pub 2018-10-12 11:30:51,316 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsTests-dee07f7f-fe0a-4ba4-a33c-45c029492179 2018-10-12 11:30:51,882 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-dee07f7f-fe0a-4ba4-a33c-45c029492179.pub] 2018-10-12 11:30:51,882 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsTests-dee07f7f-fe0a-4ba4-a33c-45c029492179] 2018-10-12 11:30:52,370 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-cc226bf4-47b5-40e-proj 2018-10-12 11:30:52,598 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-cc226bf4-47b5-40e-proj-role 2018-10-12 11:30:52,806 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-cc226bf4-47b5-40e-user 2018-10-12 11:30:54,205 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-9ee6d88c-93b5-442-proj 2018-10-12 11:30:55,344 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-9ee6d88c-93b5-442-user 2018-10-12 11:30:55,528 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-9ee6d88c-93b5-442-proj-role 2018-10-12 11:30:55,615 - keystone_utils - INFO - Granting role CreateKeypairsTests-9ee6d88c-93b5-442-proj-role to project CreateKeypairsTests-9ee6d88c-93b5-442-proj 2018-10-12 11:30:56,364 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-803f617a-efb0-4823-bc5b-c68b18bb10fc... 2018-10-12 11:30:56,364 - OpenStackKeypair - INFO - Creating new keypair 2018-10-12 11:30:56,405 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-803f617a-efb0-4823-bc5b-c68b18bb10fc 2018-10-12 11:30:56,496 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-803f617a-efb0-4823-bc5b-c68b18bb10fc.pub 2018-10-12 11:30:57,481 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-803f617a-efb0-4823-bc5b-c68b18bb10fc.pub] 2018-10-12 11:30:57,958 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-9ee6d88c-93b5-442-proj 2018-10-12 11:30:58,160 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-9ee6d88c-93b5-442-proj-role 2018-10-12 11:30:58,367 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-9ee6d88c-93b5-442-user 2018-10-12 11:30:59,864 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-d83b7005-b1e4-480-proj 2018-10-12 11:31:00,971 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-d83b7005-b1e4-480-user 2018-10-12 11:31:01,169 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-d83b7005-b1e4-480-proj-role 2018-10-12 11:31:01,251 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-d83b7005-b1e4-480-proj-role to project CreateKeypairsCleanupTests-d83b7005-b1e4-480-proj 2018-10-12 11:31:01,568 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-913897b8-d053-453a-ae25-1fc34996c579.pub 2018-10-12 11:31:01,568 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-913897b8-d053-453a-ae25-1fc34996c579 2018-10-12 11:31:02,192 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-913897b8-d053-453a-ae25-1fc34996c579... 2018-10-12 11:31:02,192 - OpenStackKeypair - INFO - Uploading existing keypair 2018-10-12 11:31:02,192 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-913897b8-d053-453a-ae25-1fc34996c579.pub 2018-10-12 11:31:02,192 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-913897b8-d053-453a-ae25-1fc34996c579 2018-10-12 11:31:02,276 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-913897b8-d053-453a-ae25-1fc34996c579.pub] 2018-10-12 11:31:02,277 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-913897b8-d053-453a-ae25-1fc34996c579] 2018-10-12 11:31:02,769 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-d83b7005-b1e4-480-proj 2018-10-12 11:31:02,962 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-d83b7005-b1e4-480-proj-role 2018-10-12 11:31:03,156 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-d83b7005-b1e4-480-user 2018-10-12 11:31:04,685 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-276e1784-e79e-4dd-proj 2018-10-12 11:31:05,804 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-276e1784-e79e-4dd-user 2018-10-12 11:31:06,008 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-276e1784-e79e-4dd-proj-role 2018-10-12 11:31:06,028 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-276e1784-e79e-4dd-proj-role to project CreateKeypairsCleanupTests-276e1784-e79e-4dd-proj 2018-10-12 11:31:06,376 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-87444408-d42b-42e5-906d-0ee9717d3711.pub 2018-10-12 11:31:06,376 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-87444408-d42b-42e5-906d-0ee9717d3711 2018-10-12 11:31:06,984 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-87444408-d42b-42e5-906d-0ee9717d3711... 2018-10-12 11:31:06,984 - OpenStackKeypair - INFO - Uploading existing keypair 2018-10-12 11:31:06,984 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-87444408-d42b-42e5-906d-0ee9717d3711.pub 2018-10-12 11:31:06,985 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-87444408-d42b-42e5-906d-0ee9717d3711 2018-10-12 11:31:07,546 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-276e1784-e79e-4dd-proj 2018-10-12 11:31:07,729 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-276e1784-e79e-4dd-proj-role 2018-10-12 11:31:07,855 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-276e1784-e79e-4dd-user 2018-10-12 11:31:09,223 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-85cb8a51-57f7-45b-proj 2018-10-12 11:31:10,349 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-85cb8a51-57f7-45b-user 2018-10-12 11:31:10,540 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-85cb8a51-57f7-45b-proj-role 2018-10-12 11:31:10,558 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-85cb8a51-57f7-45b-proj-role to project CreateKeypairsCleanupTests-85cb8a51-57f7-45b-proj 2018-10-12 11:31:11,295 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-46e28e0b-8083-4b05-bfbe-3533526ea105... 2018-10-12 11:31:11,295 - OpenStackKeypair - INFO - Creating new keypair 2018-10-12 11:31:11,304 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-46e28e0b-8083-4b05-bfbe-3533526ea105 2018-10-12 11:31:11,382 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-46e28e0b-8083-4b05-bfbe-3533526ea105.pub 2018-10-12 11:31:11,382 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-46e28e0b-8083-4b05-bfbe-3533526ea105 2018-10-12 11:31:11,421 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-46e28e0b-8083-4b05-bfbe-3533526ea105.pub] 2018-10-12 11:31:11,421 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-46e28e0b-8083-4b05-bfbe-3533526ea105] 2018-10-12 11:31:11,898 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-85cb8a51-57f7-45b-proj 2018-10-12 11:31:12,160 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-85cb8a51-57f7-45b-proj-role 2018-10-12 11:31:12,362 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-85cb8a51-57f7-45b-user 2018-10-12 11:31:13,732 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-c88972fd-6ad9-4f5-proj 2018-10-12 11:31:14,876 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-c88972fd-6ad9-4f5-user 2018-10-12 11:31:15,073 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-c88972fd-6ad9-4f5-proj-role 2018-10-12 11:31:15,093 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-c88972fd-6ad9-4f5-proj-role to project CreateKeypairsCleanupTests-c88972fd-6ad9-4f5-proj 2018-10-12 11:31:15,846 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-4187d539-b880-4991-8b87-6876575cca53... 2018-10-12 11:31:15,847 - OpenStackKeypair - INFO - Creating new keypair 2018-10-12 11:31:15,890 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-4187d539-b880-4991-8b87-6876575cca53 2018-10-12 11:31:15,943 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-4187d539-b880-4991-8b87-6876575cca53.pub 2018-10-12 11:31:15,944 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-4187d539-b880-4991-8b87-6876575cca53 2018-10-12 11:31:15,971 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-4187d539-b880-4991-8b87-6876575cca53.pub] 2018-10-12 11:31:15,972 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-4187d539-b880-4991-8b87-6876575cca53] 2018-10-12 11:31:16,457 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-c88972fd-6ad9-4f5-proj 2018-10-12 11:31:16,664 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-c88972fd-6ad9-4f5-proj-role 2018-10-12 11:31:16,979 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-c88972fd-6ad9-4f5-user 2018-10-12 11:31:18,373 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-41806f2f-1b62-474-proj 2018-10-12 11:31:19,349 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-41806f2f-1b62-474-user 2018-10-12 11:31:19,540 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-41806f2f-1b62-474-proj-role 2018-10-12 11:31:19,626 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-41806f2f-1b62-474-proj-role to project CreateKeypairsCleanupTests-41806f2f-1b62-474-proj 2018-10-12 11:31:20,356 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-72508499-9019-4d83-a542-0dbd270baae1... 2018-10-12 11:31:20,356 - OpenStackKeypair - INFO - Creating new keypair 2018-10-12 11:31:20,405 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-72508499-9019-4d83-a542-0dbd270baae1 2018-10-12 11:31:20,472 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-72508499-9019-4d83-a542-0dbd270baae1.pub 2018-10-12 11:31:20,473 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-72508499-9019-4d83-a542-0dbd270baae1 2018-10-12 11:31:21,054 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-41806f2f-1b62-474-proj 2018-10-12 11:31:21,244 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-41806f2f-1b62-474-proj-role 2018-10-12 11:31:21,444 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-41806f2f-1b62-474-user 2018-10-12 11:31:22,797 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-1e7f979c-620a-404-proj 2018-10-12 11:31:24,007 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-1e7f979c-620a-404-user 2018-10-12 11:31:24,205 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-1e7f979c-620a-404-proj-role 2018-10-12 11:31:24,296 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-1e7f979c-620a-404-proj-role to project CreateNetworkSuccessTests-1e7f979c-620a-404-proj 2018-10-12 11:31:25,042 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-a31cfb5b-605e-4ead-9d48-40716c771da7-pub-net 2018-10-12 11:31:26,083 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-a31cfb5b-605e-4ead-9d48-40716c771da7-pub-subnet 2018-10-12 11:31:28,175 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-a31cfb5b-605e-4ead-9d48-40716c771da7-pub-subnet 2018-10-12 11:31:28,175 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-a31cfb5b-605e-4ead-9d48-40716c771da7-pub-subnet 2018-10-12 11:31:30,649 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-a31cfb5b-605e-4ead-9d48-40716c771da7-pub-net 2018-10-12 11:31:32,242 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-a31cfb5b-605e-4ead-9d48-40716c771da7-pub-subnet 2018-10-12 11:31:32,242 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-a31cfb5b-605e-4ead-9d48-40716c771da7-pub-subnet 2018-10-12 11:31:32,282 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-a31cfb5b-605e-4ead-9d48-40716c771da7-pub-net 2018-10-12 11:31:32,854 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 66cff781-d0fc-44fa-91c6-5dcb0021f5fc 2018-10-12 11:31:33,035 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:31:33,391 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-1e7f979c-620a-404-proj 2018-10-12 11:31:33,663 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-1e7f979c-620a-404-proj-role 2018-10-12 11:31:33,862 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-1e7f979c-620a-404-user 2018-10-12 11:31:35,277 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-a04b1434-a6bc-41b-proj 2018-10-12 11:31:36,331 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-a04b1434-a6bc-41b-user 2018-10-12 11:31:36,529 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-a04b1434-a6bc-41b-proj-role 2018-10-12 11:31:36,548 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-a04b1434-a6bc-41b-proj-role to project CreateNetworkSuccessTests-a04b1434-a6bc-41b-proj 2018-10-12 11:31:37,316 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-b7a79d3e-2869-4678-9b4d-4fe3c3b1531e-pub-net 2018-10-12 11:31:39,422 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-b7a79d3e-2869-4678-9b4d-4fe3c3b1531e-pub-subnet 2018-10-12 11:31:44,084 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-b7a79d3e-2869-4678-9b4d-4fe3c3b1531e-pub-router 2018-10-12 11:31:45,190 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-b7a79d3e-2869-4678-9b4d-4fe3c3b1531e-pub-subnet 2018-10-12 11:31:45,190 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-b7a79d3e-2869-4678-9b4d-4fe3c3b1531e-pub-subnet 2018-10-12 11:31:47,281 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-b7a79d3e-2869-4678-9b4d-4fe3c3b1531e-pub-net 2018-10-12 11:31:49,451 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 376fd16a-ccc6-485f-becb-673fd9a946e2 2018-10-12 11:31:49,640 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:31:49,972 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-a04b1434-a6bc-41b-proj 2018-10-12 11:31:50,220 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-a04b1434-a6bc-41b-proj-role 2018-10-12 11:31:50,454 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-a04b1434-a6bc-41b-user 2018-10-12 11:31:51,888 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-456a9c4b-a50b-4cc-proj 2018-10-12 11:31:52,876 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-456a9c4b-a50b-4cc-user 2018-10-12 11:31:53,085 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-456a9c4b-a50b-4cc-proj-role 2018-10-12 11:31:53,172 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-456a9c4b-a50b-4cc-proj-role to project CreateNetworkSuccessTests-456a9c4b-a50b-4cc-proj 2018-10-12 11:31:53,953 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-1d2b6ffd-ff30-417d-a451-3d587ecd8741-pub-net 2018-10-12 11:31:56,152 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-1d2b6ffd-ff30-417d-a451-3d587ecd8741-pub-subnet 2018-10-12 11:32:00,001 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-1d2b6ffd-ff30-417d-a451-3d587ecd8741-pub-router 2018-10-12 11:32:00,959 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-1d2b6ffd-ff30-417d-a451-3d587ecd8741-pub-subnet 2018-10-12 11:32:00,959 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-1d2b6ffd-ff30-417d-a451-3d587ecd8741-pub-subnet 2018-10-12 11:32:03,176 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-1d2b6ffd-ff30-417d-a451-3d587ecd8741-pub-net 2018-10-12 11:32:04,947 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a2c596b7-17dc-412e-a5c0-6c385606a1bf 2018-10-12 11:32:05,117 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:32:05,455 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-456a9c4b-a50b-4cc-proj 2018-10-12 11:32:05,699 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-456a9c4b-a50b-4cc-proj-role 2018-10-12 11:32:05,900 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-456a9c4b-a50b-4cc-user 2018-10-12 11:32:07,249 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-d3b61dda-adc7-4a7-proj 2018-10-12 11:32:08,385 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-d3b61dda-adc7-4a7-user 2018-10-12 11:32:08,588 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-d3b61dda-adc7-4a7-proj-role 2018-10-12 11:32:08,680 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-d3b61dda-adc7-4a7-proj-role to project CreateNetworkSuccessTests-d3b61dda-adc7-4a7-proj 2018-10-12 11:32:09,445 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-7fcb5046-3212-45c0-888a-577ddbaa6510-pub-net 2018-10-12 11:32:10,498 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-7fcb5046-3212-45c0-888a-577ddbaa6510-pub-subnet 2018-10-12 11:32:13,430 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-7fcb5046-3212-45c0-888a-577ddbaa6510-pub-router 2018-10-12 11:32:14,318 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-7fcb5046-3212-45c0-888a-577ddbaa6510-pub-subnet 2018-10-12 11:32:14,319 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-7fcb5046-3212-45c0-888a-577ddbaa6510-pub-subnet 2018-10-12 11:32:16,731 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-7fcb5046-3212-45c0-888a-577ddbaa6510-pub-net 2018-10-12 11:32:18,651 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 751bd150-d8e9-45db-97fa-5785e0cfdaab 2018-10-12 11:32:18,829 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:32:19,157 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-d3b61dda-adc7-4a7-proj 2018-10-12 11:32:19,394 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-d3b61dda-adc7-4a7-proj-role 2018-10-12 11:32:19,606 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-d3b61dda-adc7-4a7-user 2018-10-12 11:32:21,116 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-cbc07045-9bb0-4e7-proj 2018-10-12 11:32:22,355 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-cbc07045-9bb0-4e7-user 2018-10-12 11:32:22,559 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-cbc07045-9bb0-4e7-proj-role 2018-10-12 11:32:22,577 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-cbc07045-9bb0-4e7-proj-role to project CreateNetworkSuccessTests-cbc07045-9bb0-4e7-proj 2018-10-12 11:32:23,323 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-e4593dc4-c699-423d-b229-5ae0f31558d4-pub-net 2018-10-12 11:32:24,508 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-e4593dc4-c699-423d-b229-5ae0f31558d4-pub-subnet 2018-10-12 11:32:27,110 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-e4593dc4-c699-423d-b229-5ae0f31558d4-pub-subnet 2018-10-12 11:32:27,110 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-e4593dc4-c699-423d-b229-5ae0f31558d4-pub-subnet 2018-10-12 11:32:29,391 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-e4593dc4-c699-423d-b229-5ae0f31558d4-pub-net 2018-10-12 11:32:31,533 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7dc9d9b4-2e54-46a4-a0fe-6448d9f31f34 2018-10-12 11:32:31,706 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:32:32,169 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-cbc07045-9bb0-4e7-proj 2018-10-12 11:32:32,376 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-cbc07045-9bb0-4e7-proj-role 2018-10-12 11:32:32,574 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-cbc07045-9bb0-4e7-user 2018-10-12 11:32:34,013 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-e7fbffb3-adf2-4ad-proj 2018-10-12 11:32:35,091 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-e7fbffb3-adf2-4ad-user 2018-10-12 11:32:35,289 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-e7fbffb3-adf2-4ad-proj-role 2018-10-12 11:32:35,376 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-e7fbffb3-adf2-4ad-proj-role to project CreateNetworkSuccessTests-e7fbffb3-adf2-4ad-proj 2018-10-12 11:32:36,198 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-63e894bb-24aa-4356-beda-043f54efafb3-pub-net 2018-10-12 11:32:37,295 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-63e894bb-24aa-4356-beda-043f54efafb3-pub-subnet 2018-10-12 11:32:39,724 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-63e894bb-24aa-4356-beda-043f54efafb3-pub-subnet 2018-10-12 11:32:39,724 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-63e894bb-24aa-4356-beda-043f54efafb3-pub-subnet 2018-10-12 11:32:42,100 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-63e894bb-24aa-4356-beda-043f54efafb3-pub-net 2018-10-12 11:32:44,366 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d279d20-b419-4eb4-a54c-03ca9eb175f7 2018-10-12 11:32:44,546 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:32:44,882 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-e7fbffb3-adf2-4ad-proj 2018-10-12 11:32:45,166 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-e7fbffb3-adf2-4ad-proj-role 2018-10-12 11:32:45,368 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-e7fbffb3-adf2-4ad-user 2018-10-12 11:32:46,828 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-875af392-d980-43a-proj 2018-10-12 11:32:47,906 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-875af392-d980-43a-user 2018-10-12 11:32:48,115 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-875af392-d980-43a-proj-role 2018-10-12 11:32:48,135 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-875af392-d980-43a-proj-role to project CreateRouterSuccessTests-875af392-d980-43a-proj 2018-10-12 11:32:49,888 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-47241cdf-bd18-4403-baaa-ee7ce42d88db-pub-router 2018-10-12 11:32:51,457 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-875af392-d980-43a-proj 2018-10-12 11:32:51,657 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-875af392-d980-43a-proj-role 2018-10-12 11:32:51,861 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-875af392-d980-43a-user 2018-10-12 11:32:53,253 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-4b8a4817-5c62-43d-proj 2018-10-12 11:32:54,451 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-4b8a4817-5c62-43d-user 2018-10-12 11:32:54,660 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-4b8a4817-5c62-43d-proj-role 2018-10-12 11:32:54,678 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-4b8a4817-5c62-43d-proj-role to project CreateRouterSuccessTests-4b8a4817-5c62-43d-proj 2018-10-12 11:32:55,912 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-5ec41d83-159a-4f87-95b9-4be2c3c63606-pub-router 2018-10-12 11:32:57,509 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-5ec41d83-159a-4f87-95b9-4be2c3c63606-pub-router 2018-10-12 11:32:57,509 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-5ec41d83-159a-4f87-95b9-4be2c3c63606-pub-router 2018-10-12 11:32:58,392 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-4b8a4817-5c62-43d-proj 2018-10-12 11:32:58,598 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-4b8a4817-5c62-43d-proj-role 2018-10-12 11:32:58,805 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-4b8a4817-5c62-43d-user 2018-10-12 11:33:00,151 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-df1fa22e-f1d7-4c6-proj 2018-10-12 11:33:01,199 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-df1fa22e-f1d7-4c6-user 2018-10-12 11:33:01,397 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-df1fa22e-f1d7-4c6-proj-role 2018-10-12 11:33:01,488 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-df1fa22e-f1d7-4c6-proj-role to project CreateRouterSuccessTests-df1fa22e-f1d7-4c6-proj 2018-10-12 11:33:02,725 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-8b0b9074-8038-448e-b8fa-0dfb4859ccea-pub-router 2018-10-12 11:33:04,299 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-8b0b9074-8038-448e-b8fa-0dfb4859ccea-pub-router 2018-10-12 11:33:04,300 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-8b0b9074-8038-448e-b8fa-0dfb4859ccea-pub-router 2018-10-12 11:33:05,070 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-df1fa22e-f1d7-4c6-proj 2018-10-12 11:33:05,472 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-df1fa22e-f1d7-4c6-proj-role 2018-10-12 11:33:05,686 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-df1fa22e-f1d7-4c6-user 2018-10-12 11:33:07,103 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-cf9b892f-ebcd-4fd-proj 2018-10-12 11:33:08,283 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-cf9b892f-ebcd-4fd-user 2018-10-12 11:33:08,481 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-cf9b892f-ebcd-4fd-proj-role 2018-10-12 11:33:08,566 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-cf9b892f-ebcd-4fd-proj-role to project CreateRouterSuccessTests-cf9b892f-ebcd-4fd-proj 2018-10-12 11:33:10,397 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-ca3dcbfc-fc98-4db0-ba88-8a6fc78c9d3e-pub-router 2018-10-12 11:33:11,799 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-cf9b892f-ebcd-4fd-proj 2018-10-12 11:33:12,017 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-cf9b892f-ebcd-4fd-proj-role 2018-10-12 11:33:12,149 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-cf9b892f-ebcd-4fd-user 2018-10-12 11:33:13,559 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-8704f217-1aad-4c1-proj 2018-10-12 11:33:14,673 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-8704f217-1aad-4c1-user 2018-10-12 11:33:14,852 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-8704f217-1aad-4c1-proj-role 2018-10-12 11:33:14,872 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-8704f217-1aad-4c1-proj-role to project CreateRouterSuccessTests-8704f217-1aad-4c1-proj 2018-10-12 11:33:15,625 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-11df7ce0-2e2d-4a92-bbe6-80b683d66774-pub-net1 2018-10-12 11:33:16,566 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-11df7ce0-2e2d-4a92-bbe6-80b683d66774-pub-subnet1 2018-10-12 11:33:19,161 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-11df7ce0-2e2d-4a92-bbe6-80b683d66774-pub-router 2018-10-12 11:33:20,163 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-11df7ce0-2e2d-4a92-bbe6-80b683d66774-pub-subnet1 2018-10-12 11:33:20,163 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-11df7ce0-2e2d-4a92-bbe6-80b683d66774-pub-subnet1 2018-10-12 11:33:22,517 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-11df7ce0-2e2d-4a92-bbe6-80b683d66774-pub-net1 2018-10-12 11:33:24,504 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b7fef829-9873-4705-b2a0-4e7217e410d7 2018-10-12 11:33:24,682 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:33:25,051 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-8704f217-1aad-4c1-proj 2018-10-12 11:33:25,335 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-8704f217-1aad-4c1-proj-role 2018-10-12 11:33:25,530 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-8704f217-1aad-4c1-user 2018-10-12 11:33:26,906 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-23d66eca-9cc2-456-proj 2018-10-12 11:33:27,906 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-23d66eca-9cc2-456-user 2018-10-12 11:33:28,098 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-23d66eca-9cc2-456-proj-role 2018-10-12 11:33:28,186 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-23d66eca-9cc2-456-proj-role to project CreateRouterSuccessTests-23d66eca-9cc2-456-proj 2018-10-12 11:33:30,033 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-6c47b3c0-01f7-4631-801f-e82d36470363-pub-router 2018-10-12 11:33:31,476 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-23d66eca-9cc2-456-proj 2018-10-12 11:33:31,681 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-23d66eca-9cc2-456-proj-role 2018-10-12 11:33:31,888 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-23d66eca-9cc2-456-user 2018-10-12 11:33:33,343 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-0643e256-a27c-4a8-proj 2018-10-12 11:33:34,411 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-0643e256-a27c-4a8-user 2018-10-12 11:33:34,619 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-0643e256-a27c-4a8-proj-role 2018-10-12 11:33:34,704 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-0643e256-a27c-4a8-proj-role to project CreateRouterSuccessTests-0643e256-a27c-4a8-proj 2018-10-12 11:33:35,464 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-342effe1-eef0-4a77-bbf7-ee8d3e1050a6-pub-net1 2018-10-12 11:33:36,405 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-342effe1-eef0-4a77-bbf7-ee8d3e1050a6-pub-subnet1 2018-10-12 11:33:38,126 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-342effe1-eef0-4a77-bbf7-ee8d3e1050a6-pub-net2 2018-10-12 11:33:38,900 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-342effe1-eef0-4a77-bbf7-ee8d3e1050a6-pub-subnet2 2018-10-12 11:33:41,179 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-342effe1-eef0-4a77-bbf7-ee8d3e1050a6-pub-router 2018-10-12 11:33:42,328 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-342effe1-eef0-4a77-bbf7-ee8d3e1050a6-port1 for router - CreateRouterSuccessTests-342effe1-eef0-4a77-bbf7-ee8d3e1050a6-pub-router 2018-10-12 11:33:43,912 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-342effe1-eef0-4a77-bbf7-ee8d3e1050a6-pub-net1 2018-10-12 11:33:45,000 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-342effe1-eef0-4a77-bbf7-ee8d3e1050a6-port1 for router - CreateRouterSuccessTests-342effe1-eef0-4a77-bbf7-ee8d3e1050a6-pub-router 2018-10-12 11:33:45,000 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-342effe1-eef0-4a77-bbf7-ee8d3e1050a6-pub-router 2018-10-12 11:33:47,138 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-342effe1-eef0-4a77-bbf7-ee8d3e1050a6-port2 for router - CreateRouterSuccessTests-342effe1-eef0-4a77-bbf7-ee8d3e1050a6-pub-router 2018-10-12 11:33:48,428 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-342effe1-eef0-4a77-bbf7-ee8d3e1050a6-pub-net2 2018-10-12 11:33:49,347 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-342effe1-eef0-4a77-bbf7-ee8d3e1050a6-port2 for router - CreateRouterSuccessTests-342effe1-eef0-4a77-bbf7-ee8d3e1050a6-pub-router 2018-10-12 11:33:49,347 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-342effe1-eef0-4a77-bbf7-ee8d3e1050a6-pub-router 2018-10-12 11:33:58,842 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-342effe1-eef0-4a77-bbf7-ee8d3e1050a6-pub-router and port CreateRouterSuccessTests-342effe1-eef0-4a77-bbf7-ee8d3e1050a6-port1 2018-10-12 11:33:58,842 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-342effe1-eef0-4a77-bbf7-ee8d3e1050a6-pub-router 2018-10-12 11:34:00,042 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-342effe1-eef0-4a77-bbf7-ee8d3e1050a6-pub-router and port CreateRouterSuccessTests-342effe1-eef0-4a77-bbf7-ee8d3e1050a6-port2 2018-10-12 11:34:00,042 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-342effe1-eef0-4a77-bbf7-ee8d3e1050a6-pub-router 2018-10-12 11:34:01,252 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-342effe1-eef0-4a77-bbf7-ee8d3e1050a6-pub-router 2018-10-12 11:34:01,252 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-342effe1-eef0-4a77-bbf7-ee8d3e1050a6-pub-router 2018-10-12 11:34:01,615 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-342effe1-eef0-4a77-bbf7-ee8d3e1050a6-pub-subnet1 2018-10-12 11:34:01,615 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-342effe1-eef0-4a77-bbf7-ee8d3e1050a6-pub-subnet1 2018-10-12 11:34:04,072 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-342effe1-eef0-4a77-bbf7-ee8d3e1050a6-pub-net1 2018-10-12 11:34:05,593 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-342effe1-eef0-4a77-bbf7-ee8d3e1050a6-pub-subnet2 2018-10-12 11:34:05,593 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-342effe1-eef0-4a77-bbf7-ee8d3e1050a6-pub-subnet2 2018-10-12 11:34:07,989 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-342effe1-eef0-4a77-bbf7-ee8d3e1050a6-pub-net2 2018-10-12 11:34:10,377 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7291d000-709b-4cbf-a86a-330d3253f025 2018-10-12 11:34:10,562 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:34:10,896 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-0643e256-a27c-4a8-proj 2018-10-12 11:34:11,149 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-0643e256-a27c-4a8-proj-role 2018-10-12 11:34:11,352 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-0643e256-a27c-4a8-user 2018-10-12 11:34:12,793 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-0b678ae6-759f-4c6-proj 2018-10-12 11:34:13,894 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-0b678ae6-759f-4c6-user 2018-10-12 11:34:14,104 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-0b678ae6-759f-4c6-proj-role 2018-10-12 11:34:14,197 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-0b678ae6-759f-4c6-proj-role to project CreateRouterSuccessTests-0b678ae6-759f-4c6-proj 2018-10-12 11:34:16,032 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-ce62f77d-dc51-45a3-9f97-623191b1881c-pub-router 2018-10-12 11:34:17,692 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-0b678ae6-759f-4c6-proj 2018-10-12 11:34:17,994 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-0b678ae6-759f-4c6-proj-role 2018-10-12 11:34:18,192 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-0b678ae6-759f-4c6-user 2018-10-12 11:34:19,649 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-5378558b-d55c-488-proj 2018-10-12 11:34:20,746 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-5378558b-d55c-488-user 2018-10-12 11:34:20,937 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-5378558b-d55c-488-proj-role 2018-10-12 11:34:21,026 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-5378558b-d55c-488-proj-role to project CreateRouterSuccessTests-5378558b-d55c-488-proj 2018-10-12 11:34:22,297 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-d8d43467-872b-4fe5-83b5-377726ffa0ff-pub-router 2018-10-12 11:34:23,323 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-d8d43467-872b-4fe5-83b5-377726ffa0ff-port1 for router - CreateRouterSuccessTests-d8d43467-872b-4fe5-83b5-377726ffa0ff-pub-router 2018-10-12 11:34:23,943 - neutron_utils - INFO - Creating port for network with name - external 2018-10-12 11:34:24,360 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-d8d43467-872b-4fe5-83b5-377726ffa0ff-pub-router 2018-10-12 11:34:24,360 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-d8d43467-872b-4fe5-83b5-377726ffa0ff-pub-router 2018-10-12 11:34:25,263 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-5378558b-d55c-488-proj 2018-10-12 11:34:25,479 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-5378558b-d55c-488-proj-role 2018-10-12 11:34:25,684 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-5378558b-d55c-488-user 2018-10-12 11:34:27,116 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-74cd0c17-66f9-4e7-proj 2018-10-12 11:34:28,199 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-74cd0c17-66f9-4e7-user 2018-10-12 11:34:28,391 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-74cd0c17-66f9-4e7-proj-role 2018-10-12 11:34:28,483 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-74cd0c17-66f9-4e7-proj-role to project CreateRouterSuccessTests-74cd0c17-66f9-4e7-proj 2018-10-12 11:34:29,253 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-74e2c214-67da-40f3-99e4-dc1c836eff8b-pub-net1 2018-10-12 11:34:30,245 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-74e2c214-67da-40f3-99e4-dc1c836eff8b-pub-subnet1 2018-10-12 11:34:32,987 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-74e2c214-67da-40f3-99e4-dc1c836eff8b-pub-router 2018-10-12 11:34:34,091 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-74e2c214-67da-40f3-99e4-dc1c836eff8b-pub-subnet1 2018-10-12 11:34:34,092 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-74e2c214-67da-40f3-99e4-dc1c836eff8b-pub-subnet1 2018-10-12 11:34:36,521 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-74e2c214-67da-40f3-99e4-dc1c836eff8b-pub-net1 2018-10-12 11:34:38,287 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1d009671-7d49-4b77-826d-99f87f640078 2018-10-12 11:34:38,642 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:34:39,021 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-74cd0c17-66f9-4e7-proj 2018-10-12 11:34:39,269 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-74cd0c17-66f9-4e7-proj-role 2018-10-12 11:34:39,475 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-74cd0c17-66f9-4e7-user 2018-10-12 11:34:41,080 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-548bda4f-8c33-4fb-proj 2018-10-12 11:34:42,081 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-548bda4f-8c33-4fb-user 2018-10-12 11:34:42,290 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-548bda4f-8c33-4fb-proj-role 2018-10-12 11:34:42,382 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-548bda4f-8c33-4fb-proj-role to project CreateRouterSuccessTests-548bda4f-8c33-4fb-proj 2018-10-12 11:34:43,165 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-85f151da-7618-4a2c-a93e-449e7359de7b-pub-net1 2018-10-12 11:34:43,970 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-85f151da-7618-4a2c-a93e-449e7359de7b-pub-subnet1 2018-10-12 11:34:46,598 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-85f151da-7618-4a2c-a93e-449e7359de7b-pub-router 2018-10-12 11:34:47,630 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-85f151da-7618-4a2c-a93e-449e7359de7b-pub-subnet1 2018-10-12 11:34:47,631 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-85f151da-7618-4a2c-a93e-449e7359de7b-pub-subnet1 2018-10-12 11:34:49,721 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-85f151da-7618-4a2c-a93e-449e7359de7b-pub-net1 2018-10-12 11:34:51,955 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-548bda4f-8c33-4fb-proj 2018-10-12 11:34:52,136 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-548bda4f-8c33-4fb-proj-role 2018-10-12 11:34:52,338 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-548bda4f-8c33-4fb-user 2018-10-12 11:34:53,853 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-d7778dd5-e793-4d2-proj 2018-10-12 11:34:55,134 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-d7778dd5-e793-4d2-user 2018-10-12 11:34:55,338 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-d7778dd5-e793-4d2-proj-role 2018-10-12 11:34:55,421 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-d7778dd5-e793-4d2-proj-role to project CreateRouterNegativeTests-d7778dd5-e793-4d2-proj 2018-10-12 11:34:56,189 - neutron_utils - INFO - Creating network with name CreateRouterNegativeTests-3b7cf555-9865-431c-94eb-ea8b67450aaf-pub-net1 2018-10-12 11:34:57,030 - neutron_utils - INFO - Creating subnet with name CreateRouterNegativeTests-3b7cf555-9865-431c-94eb-ea8b67450aaf-pub-subnet1 2018-10-12 11:34:59,646 - neutron_utils - INFO - Creating router with name - CreateRouterNegativeTests-3b7cf555-9865-431c-94eb-ea8b67450aaf-pub-router 2018-10-12 11:35:00,864 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-3b7cf555-9865-431c-94eb-ea8b67450aaf-pub-subnet1 2018-10-12 11:35:00,864 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-3b7cf555-9865-431c-94eb-ea8b67450aaf-pub-subnet1 2018-10-12 11:35:03,111 - neutron_utils - INFO - Deleting network with name CreateRouterNegativeTests-3b7cf555-9865-431c-94eb-ea8b67450aaf-pub-net1 2018-10-12 11:35:05,073 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-d7778dd5-e793-4d2-proj 2018-10-12 11:35:05,287 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-d7778dd5-e793-4d2-proj-role 2018-10-12 11:35:05,483 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-d7778dd5-e793-4d2-user 2018-10-12 11:35:06,900 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-99b8a8b3-d5e4-47d-proj 2018-10-12 11:35:08,110 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-99b8a8b3-d5e4-47d-user 2018-10-12 11:35:08,321 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-99b8a8b3-d5e4-47d-proj-role 2018-10-12 11:35:08,341 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-99b8a8b3-d5e4-47d-proj-role to project CreateRouterNegativeTests-99b8a8b3-d5e4-47d-proj 2018-10-12 11:35:10,248 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-99b8a8b3-d5e4-47d-proj 2018-10-12 11:35:10,460 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-99b8a8b3-d5e4-47d-proj-role 2018-10-12 11:35:10,660 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-99b8a8b3-d5e4-47d-user 2018-10-12 11:35:12,044 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-e23f8987-7f59-4d6-proj 2018-10-12 11:35:13,170 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-e23f8987-7f59-4d6-user 2018-10-12 11:35:13,367 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-e23f8987-7f59-4d6-proj-role 2018-10-12 11:35:13,387 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-e23f8987-7f59-4d6-proj-role to project CreateRouterNegativeTests-e23f8987-7f59-4d6-proj 2018-10-12 11:35:13,973 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-e23f8987-7f59-4d6-proj 2018-10-12 11:35:14,179 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-e23f8987-7f59-4d6-proj-role 2018-10-12 11:35:14,374 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-e23f8987-7f59-4d6-user 2018-10-12 11:35:15,728 - keystone_utils - INFO - Created project with name - CreateQoSTests-722fa460-dd49-442-proj 2018-10-12 11:35:16,858 - keystone_utils - INFO - Created user with name - CreateQoSTests-722fa460-dd49-442-user 2018-10-12 11:35:17,050 - keystone_utils - INFO - Created role with name - CreateQoSTests-722fa460-dd49-442-proj-role 2018-10-12 11:35:17,141 - keystone_utils - INFO - Granting role CreateQoSTests-722fa460-dd49-442-proj-role to project CreateQoSTests-722fa460-dd49-442-proj 2018-10-12 11:35:18,148 - create_qos - INFO - Created qos with name - CreateQoSTests-876d4874-dc49-4202-901f-b27cd88736d3 2018-10-12 11:35:18,868 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-876d4874-dc49-4202-901f-b27cd88736d3 2018-10-12 11:35:19,265 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-876d4874-dc49-4202-901f-b27cd88736d3 2018-10-12 11:35:19,928 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-722fa460-dd49-442-proj 2018-10-12 11:35:20,125 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-722fa460-dd49-442-proj-role 2018-10-12 11:35:20,314 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-722fa460-dd49-442-user 2018-10-12 11:35:21,697 - keystone_utils - INFO - Created project with name - CreateQoSTests-33c7c437-21fb-405-proj 2018-10-12 11:35:22,745 - keystone_utils - INFO - Created user with name - CreateQoSTests-33c7c437-21fb-405-user 2018-10-12 11:35:22,949 - keystone_utils - INFO - Created role with name - CreateQoSTests-33c7c437-21fb-405-proj-role 2018-10-12 11:35:22,969 - keystone_utils - INFO - Granting role CreateQoSTests-33c7c437-21fb-405-proj-role to project CreateQoSTests-33c7c437-21fb-405-proj 2018-10-12 11:35:23,973 - create_qos - INFO - Created qos with name - CreateQoSTests-d4952a44-e7e0-4a8c-bbd7-16951f291f25 2018-10-12 11:35:24,141 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-d4952a44-e7e0-4a8c-bbd7-16951f291f25 2018-10-12 11:35:24,851 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-33c7c437-21fb-405-proj 2018-10-12 11:35:25,058 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-33c7c437-21fb-405-proj-role 2018-10-12 11:35:25,262 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-33c7c437-21fb-405-user 2018-10-12 11:35:26,625 - keystone_utils - INFO - Created project with name - CreateQoSTests-461843a5-bcb3-4dd-proj 2018-10-12 11:35:27,673 - keystone_utils - INFO - Created user with name - CreateQoSTests-461843a5-bcb3-4dd-user 2018-10-12 11:35:27,870 - keystone_utils - INFO - Created role with name - CreateQoSTests-461843a5-bcb3-4dd-proj-role 2018-10-12 11:35:27,961 - keystone_utils - INFO - Granting role CreateQoSTests-461843a5-bcb3-4dd-proj-role to project CreateQoSTests-461843a5-bcb3-4dd-proj 2018-10-12 11:35:28,951 - create_qos - INFO - Created qos with name - CreateQoSTests-1aa78cef-e7ae-459b-9e2f-01f9870266c1 2018-10-12 11:35:29,788 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-1aa78cef-e7ae-459b-9e2f-01f9870266c1 2018-10-12 11:35:30,548 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-461843a5-bcb3-4dd-proj 2018-10-12 11:35:30,748 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-461843a5-bcb3-4dd-proj-role 2018-10-12 11:35:30,879 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-461843a5-bcb3-4dd-user 2018-10-12 11:35:32,278 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-9ed3a6fb-5694-4f2-proj 2018-10-12 11:35:33,386 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-9ed3a6fb-5694-4f2-user 2018-10-12 11:35:33,589 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-9ed3a6fb-5694-4f2-proj-role 2018-10-12 11:35:33,677 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-9ed3a6fb-5694-4f2-proj-role to project CreateSimpleVolumeTypeSuccessTests-9ed3a6fb-5694-4f2-proj 2018-10-12 11:35:34,661 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-e2c77f01-5e87-479c-9600-fd50033284f1 2018-10-12 11:35:35,194 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-e2c77f01-5e87-479c-9600-fd50033284f1 2018-10-12 11:35:35,577 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-e2c77f01-5e87-479c-9600-fd50033284f1 2018-10-12 11:35:36,151 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-9ed3a6fb-5694-4f2-proj 2018-10-12 11:35:36,377 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-9ed3a6fb-5694-4f2-proj-role 2018-10-12 11:35:36,570 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-9ed3a6fb-5694-4f2-user 2018-10-12 11:35:38,044 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-022a276f-a8d0-459-proj 2018-10-12 11:35:39,176 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-022a276f-a8d0-459-user 2018-10-12 11:35:39,367 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-022a276f-a8d0-459-proj-role 2018-10-12 11:35:39,459 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-022a276f-a8d0-459-proj-role to project CreateSimpleVolumeTypeSuccessTests-022a276f-a8d0-459-proj 2018-10-12 11:35:40,426 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-056bd1ed-edaf-4d24-bd35-15d992c77239 2018-10-12 11:35:42,039 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-056bd1ed-edaf-4d24-bd35-15d992c77239 2018-10-12 11:35:42,907 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-022a276f-a8d0-459-proj 2018-10-12 11:35:43,101 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-022a276f-a8d0-459-proj-role 2018-10-12 11:35:43,227 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-022a276f-a8d0-459-user 2018-10-12 11:35:44,571 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-d14388ee-cb80-40e-proj 2018-10-12 11:35:45,697 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-d14388ee-cb80-40e-user 2018-10-12 11:35:45,907 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-d14388ee-cb80-40e-proj-role 2018-10-12 11:35:45,998 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-d14388ee-cb80-40e-proj-role to project CreateSimpleVolumeTypeSuccessTests-d14388ee-cb80-40e-proj 2018-10-12 11:35:46,990 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-bf657622-41eb-42af-9d4c-3836d93c73d8 2018-10-12 11:35:48,043 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-bf657622-41eb-42af-9d4c-3836d93c73d8 2018-10-12 11:35:48,676 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-d14388ee-cb80-40e-proj 2018-10-12 11:35:48,874 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-d14388ee-cb80-40e-proj-role 2018-10-12 11:35:49,071 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-d14388ee-cb80-40e-user 2018-10-12 11:35:50,469 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-bcd85c98-df1c-45b-proj 2018-10-12 11:35:51,524 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-bcd85c98-df1c-45b-user 2018-10-12 11:35:51,704 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-bcd85c98-df1c-45b-proj-role 2018-10-12 11:35:51,792 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-bcd85c98-df1c-45b-proj-role to project CreateVolumeTypeComplexTests-bcd85c98-df1c-45b-proj 2018-10-12 11:35:52,704 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-3c02b60c-3657-48a2-8e16-a6b16fecb66e-qos-spec 2018-10-12 11:35:53,813 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-3c02b60c-3657-48a2-8e16-a6b16fecb66e-vol_type 2018-10-12 11:35:54,355 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-3c02b60c-3657-48a2-8e16-a6b16fecb66e-vol_type 2018-10-12 11:35:54,567 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-3c02b60c-3657-48a2-8e16-a6b16fecb66e-qos-spec 2018-10-12 11:35:55,270 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-bcd85c98-df1c-45b-proj 2018-10-12 11:35:55,472 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-bcd85c98-df1c-45b-proj-role 2018-10-12 11:35:55,605 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-bcd85c98-df1c-45b-user 2018-10-12 11:35:57,033 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-9007b9a8-9ebc-46b-proj 2018-10-12 11:35:58,093 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-9007b9a8-9ebc-46b-user 2018-10-12 11:35:58,284 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-9007b9a8-9ebc-46b-proj-role 2018-10-12 11:35:58,373 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-9007b9a8-9ebc-46b-proj-role to project CreateVolumeTypeComplexTests-9007b9a8-9ebc-46b-proj 2018-10-12 11:35:59,417 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-0bf8cbe5-f7a6-40cf-aeae-5174cbc782ac-qos-spec 2018-10-12 11:36:00,674 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-0bf8cbe5-f7a6-40cf-aeae-5174cbc782ac-vol_type 2018-10-12 11:36:01,486 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-0bf8cbe5-f7a6-40cf-aeae-5174cbc782ac-vol_type 2018-10-12 11:36:01,680 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-0bf8cbe5-f7a6-40cf-aeae-5174cbc782ac-qos-spec 2018-10-12 11:36:02,388 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-9007b9a8-9ebc-46b-proj 2018-10-12 11:36:02,605 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-9007b9a8-9ebc-46b-proj-role 2018-10-12 11:36:02,748 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-9007b9a8-9ebc-46b-user 2018-10-12 11:36:04,248 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-343ed933-acbe-44a-proj 2018-10-12 11:36:05,362 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-343ed933-acbe-44a-user 2018-10-12 11:36:05,554 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-343ed933-acbe-44a-proj-role 2018-10-12 11:36:05,574 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-343ed933-acbe-44a-proj-role to project CreateVolumeTypeComplexTests-343ed933-acbe-44a-proj 2018-10-12 11:36:06,549 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-d617378b-d172-4745-83c4-9d6078dffd19-qos-spec 2018-10-12 11:36:07,949 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-d617378b-d172-4745-83c4-9d6078dffd19-vol_type 2018-10-12 11:36:08,645 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-d617378b-d172-4745-83c4-9d6078dffd19-vol_type 2018-10-12 11:36:08,854 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-d617378b-d172-4745-83c4-9d6078dffd19-qos-spec 2018-10-12 11:36:09,324 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-343ed933-acbe-44a-proj 2018-10-12 11:36:09,535 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-343ed933-acbe-44a-proj-role 2018-10-12 11:36:09,737 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-343ed933-acbe-44a-user 2018-10-12 11:36:11,104 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-cc5af914-7429-468-proj 2018-10-12 11:36:12,236 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-cc5af914-7429-468-user 2018-10-12 11:36:12,428 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-cc5af914-7429-468-proj-role 2018-10-12 11:36:12,447 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-cc5af914-7429-468-proj-role to project CreateSimpleVolumeSuccessTests-cc5af914-7429-468-proj 2018-10-12 11:36:14,222 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-6a47f454-fc87-4f58-9f5b-4a915d05c586 2018-10-12 11:36:14,420 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-6a47f454-fc87-4f58-9f5b-4a915d05c586 2018-10-12 11:36:14,886 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-6a47f454-fc87-4f58-9f5b-4a915d05c586 2018-10-12 11:36:18,409 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-6a47f454-fc87-4f58-9f5b-4a915d05c586 2018-10-12 11:36:19,085 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-cc5af914-7429-468-proj 2018-10-12 11:36:19,287 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-cc5af914-7429-468-proj-role 2018-10-12 11:36:19,490 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-cc5af914-7429-468-user 2018-10-12 11:36:20,907 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-2edccc82-b1a5-4ff-proj 2018-10-12 11:36:22,026 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-2edccc82-b1a5-4ff-user 2018-10-12 11:36:22,254 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-2edccc82-b1a5-4ff-proj-role 2018-10-12 11:36:22,346 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-2edccc82-b1a5-4ff-proj-role to project CreateSimpleVolumeSuccessTests-2edccc82-b1a5-4ff-proj 2018-10-12 11:36:24,191 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-f619753f-2bbf-4788-8422-70e5e52b5153 2018-10-12 11:36:24,389 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-f619753f-2bbf-4788-8422-70e5e52b5153 2018-10-12 11:36:25,353 - create_volume - INFO - Did not create volume due to cleanup mode 2018-10-12 11:36:25,551 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-f619753f-2bbf-4788-8422-70e5e52b5153 2018-10-12 11:36:28,871 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-f619753f-2bbf-4788-8422-70e5e52b5153 2018-10-12 11:36:29,371 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-2edccc82-b1a5-4ff-proj 2018-10-12 11:36:29,586 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-2edccc82-b1a5-4ff-proj-role 2018-10-12 11:36:29,877 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-2edccc82-b1a5-4ff-user 2018-10-12 11:36:31,374 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-65c6cd3b-a697-41a-proj 2018-10-12 11:36:32,338 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-65c6cd3b-a697-41a-user 2018-10-12 11:36:32,458 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-65c6cd3b-a697-41a-proj-role 2018-10-12 11:36:32,544 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-65c6cd3b-a697-41a-proj-role to project CreateSimpleVolumeSuccessTests-65c6cd3b-a697-41a-proj 2018-10-12 11:36:34,298 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-a0737837-f2b7-4f01-8e45-edac6b3b71b4 2018-10-12 11:36:34,490 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-a0737837-f2b7-4f01-8e45-edac6b3b71b4 2018-10-12 11:36:34,961 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-a0737837-f2b7-4f01-8e45-edac6b3b71b4 2018-10-12 11:36:38,559 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-a0737837-f2b7-4f01-8e45-edac6b3b71b4 2018-10-12 11:36:39,130 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-65c6cd3b-a697-41a-proj 2018-10-12 11:36:39,311 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-65c6cd3b-a697-41a-proj-role 2018-10-12 11:36:39,523 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-65c6cd3b-a697-41a-user 2018-10-12 11:36:40,973 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-f912d50b-b8f6-491-proj 2018-10-12 11:36:42,015 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-f912d50b-b8f6-491-user 2018-10-12 11:36:42,207 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-f912d50b-b8f6-491-proj-role 2018-10-12 11:36:42,295 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-f912d50b-b8f6-491-proj-role to project CreateSimpleVolumeFailureTests-f912d50b-b8f6-491-proj 2018-10-12 11:36:43,837 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-f912d50b-b8f6-491-proj 2018-10-12 11:36:44,089 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-f912d50b-b8f6-491-proj-role 2018-10-12 11:36:44,280 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-f912d50b-b8f6-491-user 2018-10-12 11:36:45,716 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-cc1ecf8d-1798-4fb-proj 2018-10-12 11:36:46,776 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-cc1ecf8d-1798-4fb-user 2018-10-12 11:36:46,979 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-cc1ecf8d-1798-4fb-proj-role 2018-10-12 11:36:47,068 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-cc1ecf8d-1798-4fb-proj-role to project CreateSimpleVolumeFailureTests-cc1ecf8d-1798-4fb-proj 2018-10-12 11:36:48,476 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-cc1ecf8d-1798-4fb-proj 2018-10-12 11:36:48,808 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-cc1ecf8d-1798-4fb-proj-role 2018-10-12 11:36:49,014 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-cc1ecf8d-1798-4fb-user 2018-10-12 11:36:50,416 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-7bbdbf6f-a34d-4fa-proj 2018-10-12 11:36:51,470 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-7bbdbf6f-a34d-4fa-user 2018-10-12 11:36:51,589 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-7bbdbf6f-a34d-4fa-proj-role 2018-10-12 11:36:51,683 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-7bbdbf6f-a34d-4fa-proj-role to project CreateSimpleVolumeFailureTests-7bbdbf6f-a34d-4fa-proj 2018-10-12 11:36:53,179 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-7bbdbf6f-a34d-4fa-proj 2018-10-12 11:36:53,382 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-7bbdbf6f-a34d-4fa-proj-role 2018-10-12 11:36:53,592 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-7bbdbf6f-a34d-4fa-user 2018-10-12 11:36:54,973 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-e92ca07b-18af-42c-proj 2018-10-12 11:36:56,014 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-e92ca07b-18af-42c-user 2018-10-12 11:36:56,206 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-e92ca07b-18af-42c-proj-role 2018-10-12 11:36:56,363 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-e92ca07b-18af-42c-proj-role to project CreateVolumeWithTypeTests-e92ca07b-18af-42c-proj 2018-10-12 11:36:57,263 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-f385c8d0-1c40-4e5e-903e-6288f4c79754-vol-type 2018-10-12 11:36:58,075 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-f385c8d0-1c40-4e5e-903e-6288f4c79754-vol-type 2018-10-12 11:36:58,770 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-e92ca07b-18af-42c-proj 2018-10-12 11:36:58,964 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-e92ca07b-18af-42c-proj-role 2018-10-12 11:36:59,089 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-e92ca07b-18af-42c-user 2018-10-12 11:37:00,416 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-7d483ace-2120-49b-proj 2018-10-12 11:37:01,476 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-7d483ace-2120-49b-user 2018-10-12 11:37:01,685 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-7d483ace-2120-49b-proj-role 2018-10-12 11:37:01,706 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-7d483ace-2120-49b-proj-role to project CreateVolumeWithTypeTests-7d483ace-2120-49b-proj 2018-10-12 11:37:03,439 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-af648390-661c-4554-b2dd-4c8feb796112-vol-type 2018-10-12 11:37:04,720 - create_volume - INFO - Created volume with name - CreateVolumeWithTypeTests-af648390-661c-4554-b2dd-4c8feb796112-vol 2018-10-12 11:37:07,995 - create_volume - INFO - Volume is now active with name - CreateVolumeWithTypeTests-af648390-661c-4554-b2dd-4c8feb796112-vol 2018-10-12 11:37:08,195 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-af648390-661c-4554-b2dd-4c8feb796112-vol 2018-10-12 11:37:11,685 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithTypeTests-af648390-661c-4554-b2dd-4c8feb796112-vol 2018-10-12 11:37:11,685 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-af648390-661c-4554-b2dd-4c8feb796112-vol-type 2018-10-12 11:37:12,404 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-7d483ace-2120-49b-proj 2018-10-12 11:37:12,640 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-7d483ace-2120-49b-proj-role 2018-10-12 11:37:12,842 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-7d483ace-2120-49b-user 2018-10-12 11:37:14,260 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-77e62185-cc61-488-proj 2018-10-12 11:37:15,368 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-77e62185-cc61-488-user 2018-10-12 11:37:15,566 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-77e62185-cc61-488-proj-role 2018-10-12 11:37:15,648 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-77e62185-cc61-488-proj-role to project CreateVolumeWithImageTests-77e62185-cc61-488-proj 2018-10-12 11:37:18,916 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-07930698-ffc1-49d0-a494-6cdf4db196b1-image 2018-10-12 11:37:19,069 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-07930698-ffc1-49d0-a494-6cdf4db196b1-image 2018-10-12 11:37:20,113 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-07930698-ffc1-49d0-a494-6cdf4db196b1-image 2018-10-12 11:37:21,525 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-77e62185-cc61-488-proj 2018-10-12 11:37:21,760 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-77e62185-cc61-488-proj-role 2018-10-12 11:37:21,975 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-77e62185-cc61-488-user 2018-10-12 11:37:23,548 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-dcd9bc85-3b5b-4c2-proj 2018-10-12 11:37:24,656 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-dcd9bc85-3b5b-4c2-user 2018-10-12 11:37:24,854 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-dcd9bc85-3b5b-4c2-proj-role 2018-10-12 11:37:24,941 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-dcd9bc85-3b5b-4c2-proj-role to project CreateVolumeWithImageTests-dcd9bc85-3b5b-4c2-proj 2018-10-12 11:37:27,667 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-cf47329f-3cb0-4f41-9d43-e4c3d6f25714-image 2018-10-12 11:37:27,821 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-cf47329f-3cb0-4f41-9d43-e4c3d6f25714-image 2018-10-12 11:37:30,204 - create_volume - INFO - Created volume with name - CreateVolumeWithImageTests-cf47329f-3cb0-4f41-9d43-e4c3d6f25714-vol 2018-10-12 11:37:36,663 - create_volume - INFO - Volume is now active with name - CreateVolumeWithImageTests-cf47329f-3cb0-4f41-9d43-e4c3d6f25714-vol 2018-10-12 11:37:37,637 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithImageTests-cf47329f-3cb0-4f41-9d43-e4c3d6f25714-vol 2018-10-12 11:37:41,287 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithImageTests-cf47329f-3cb0-4f41-9d43-e4c3d6f25714-vol 2018-10-12 11:37:41,287 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-cf47329f-3cb0-4f41-9d43-e4c3d6f25714-image 2018-10-12 11:37:43,706 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-dcd9bc85-3b5b-4c2-proj 2018-10-12 11:37:43,909 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-dcd9bc85-3b5b-4c2-proj-role 2018-10-12 11:37:44,104 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-dcd9bc85-3b5b-4c2-user 2018-10-12 11:37:45,493 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-9f3331dd-fdbe-4b4-proj 2018-10-12 11:37:46,697 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-9f3331dd-fdbe-4b4-user 2018-10-12 11:37:46,889 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-9f3331dd-fdbe-4b4-proj-role 2018-10-12 11:37:46,976 - keystone_utils - INFO - Granting role SimpleHealthCheck-9f3331dd-fdbe-4b4-proj-role to project SimpleHealthCheck-9f3331dd-fdbe-4b4-proj 2018-10-12 11:37:50,022 - create_image - INFO - Created image with name - SimpleHealthCheck-20c063ee-ff99-4fd4-bdf6-6f87ee323295-image 2018-10-12 11:37:50,193 - create_image - INFO - Image is now active with name - SimpleHealthCheck-20c063ee-ff99-4fd4-bdf6-6f87ee323295-image 2018-10-12 11:37:50,823 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-20c063ee-ff99-4fd4-bdf6-6f87ee323295-priv-net 2018-10-12 11:37:51,880 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-20c063ee-ff99-4fd4-bdf6-6f87ee323295-priv-subnet 2018-10-12 11:37:57,329 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-20c063ee-ff99-4fd4-bdf6-6f87ee323295-priv-net 2018-10-12 11:37:58,784 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-20c063ee-ff99-4fd4-bdf6-6f87ee323295-inst 2018-10-12 11:38:01,387 - create_instance - INFO - Created instance with name - SimpleHealthCheck-20c063ee-ff99-4fd4-bdf6-6f87ee323295-inst 2018-10-12 11:38:09,040 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:38:10,213 - create_instance_tests - INFO - Looking for IP 10.55.0.5 in the console log 2018-10-12 11:39:08,730 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-12 11:39:08,733 - create_instance - INFO - Deleting Port with ID - 7a92716d-3bb5-4388-8ea9-5112d77bc096 2018-10-12 11:39:08,734 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-20c063ee-ff99-4fd4-bdf6-6f87ee323295port-1 2018-10-12 11:39:09,247 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-20c063ee-ff99-4fd4-bdf6-6f87ee323295-inst 2018-10-12 11:39:09,569 - create_instance - INFO - Checking deletion status 2018-10-12 11:39:12,868 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-20c063ee-ff99-4fd4-bdf6-6f87ee323295-inst 2018-10-12 11:39:12,869 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-20c063ee-ff99-4fd4-bdf6-6f87ee323295-priv-subnet 2018-10-12 11:39:12,869 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-20c063ee-ff99-4fd4-bdf6-6f87ee323295-priv-subnet 2018-10-12 11:39:15,428 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-20c063ee-ff99-4fd4-bdf6-6f87ee323295-priv-net 2018-10-12 11:39:17,036 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-20c063ee-ff99-4fd4-bdf6-6f87ee323295-image 2018-10-12 11:39:18,496 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 694baaf0-e7ec-419a-bb68-f8b2aca665d4 2018-10-12 11:39:18,679 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:39:19,251 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-9f3331dd-fdbe-4b4-proj 2018-10-12 11:39:19,467 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-9f3331dd-fdbe-4b4-proj-role 2018-10-12 11:39:19,667 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-9f3331dd-fdbe-4b4-user 2018-10-12 11:39:21,171 - keystone_utils - INFO - Created project with name - CreateInstanceTwoNetTests-d4743632-729f-4fd-proj 2018-10-12 11:39:22,376 - keystone_utils - INFO - Created user with name - CreateInstanceTwoNetTests-d4743632-729f-4fd-user 2018-10-12 11:39:22,603 - keystone_utils - INFO - Created role with name - CreateInstanceTwoNetTests-d4743632-729f-4fd-proj-role 2018-10-12 11:39:22,686 - keystone_utils - INFO - Granting role CreateInstanceTwoNetTests-d4743632-729f-4fd-proj-role to project CreateInstanceTwoNetTests-d4743632-729f-4fd-proj 2018-10-12 11:39:25,659 - create_image - INFO - Created image with name - CreateInstanceTwoNetTests-86d08e88-dffd-444f-8862-4d2ee3b51006 2018-10-12 11:39:25,678 - create_image - INFO - Image is now active with name - CreateInstanceTwoNetTests-86d08e88-dffd-444f-8862-4d2ee3b51006 2018-10-12 11:39:26,317 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-net1 2018-10-12 11:39:27,212 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-subnet1 2018-10-12 11:39:29,371 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-net2 2018-10-12 11:39:30,360 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-subnet2 2018-10-12 11:39:32,578 - neutron_utils - INFO - Creating router with name - CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-pub-router 2018-10-12 11:39:33,640 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-router-port1 for router - CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-pub-router 2018-10-12 11:39:35,112 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-net1 2018-10-12 11:39:35,876 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-router-port1 for router - CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-pub-router 2018-10-12 11:39:35,876 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-pub-router 2018-10-12 11:39:37,941 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-router-port2 for router - CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-pub-router 2018-10-12 11:39:39,485 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-net2 2018-10-12 11:39:40,571 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-router-port2 for router - CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-pub-router 2018-10-12 11:39:40,571 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-pub-router 2018-10-12 11:39:44,095 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-sec-grp... 2018-10-12 11:39:44,095 - neutron_utils - INFO - Creating security group with name - CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-sec-grp 2018-10-12 11:39:44,477 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1786050c-2a02-4afb-8624-b52ff14f3618 2018-10-12 11:39:44,643 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1786050c-2a02-4afb-8624-b52ff14f3618 2018-10-12 11:39:44,814 - neutron_utils - INFO - Retrieving security group with ID - 1786050c-2a02-4afb-8624-b52ff14f3618 2018-10-12 11:39:44,888 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1786050c-2a02-4afb-8624-b52ff14f3618 2018-10-12 11:39:44,916 - neutron_utils - INFO - Retrieving security group with ID - 1786050c-2a02-4afb-8624-b52ff14f3618 2018-10-12 11:39:44,968 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1786050c-2a02-4afb-8624-b52ff14f3618 2018-10-12 11:39:45,139 - neutron_utils - INFO - Creating security group to security group - CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-sec-grp 2018-10-12 11:39:45,410 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1786050c-2a02-4afb-8624-b52ff14f3618 2018-10-12 11:39:45,908 - neutron_utils - INFO - Retrieving security group with ID - 1786050c-2a02-4afb-8624-b52ff14f3618 2018-10-12 11:39:45,960 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1786050c-2a02-4afb-8624-b52ff14f3618 2018-10-12 11:39:49,843 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-net1 2018-10-12 11:39:51,570 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-inst1 2018-10-12 11:39:53,911 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-inst1 2018-10-12 11:40:01,220 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:40:05,822 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-net2 2018-10-12 11:40:06,968 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-inst2 2018-10-12 11:40:09,483 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-inst2 2018-10-12 11:40:20,600 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:40:22,237 - create_instance_tests - INFO - Looking for IP 10.200.201.5 in the console log 2018-10-12 11:40:23,910 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-12 11:40:23,910 - create_instance_tests - INFO - Looking for IP 10.200.202.5 in the console log 2018-10-12 11:41:21,809 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-12 11:41:35,263 - create_instance - INFO - Deleting Port with ID - 87e5e925-cef2-4eae-99b8-3883e7c1c61b 2018-10-12 11:41:35,263 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-vm1-port 2018-10-12 11:41:35,780 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-inst1 2018-10-12 11:41:35,982 - create_instance - INFO - Checking deletion status 2018-10-12 11:41:49,319 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-inst1 2018-10-12 11:41:49,320 - create_instance - INFO - Deleting Port with ID - 997feb8c-51bf-495a-a005-60c30505b24a 2018-10-12 11:41:49,320 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-vm2-port 2018-10-12 11:41:50,183 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-inst2 2018-10-12 11:41:50,575 - create_instance - INFO - Checking deletion status 2018-10-12 11:42:00,376 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-inst2 2018-10-12 11:42:00,444 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-pub-router and port CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-router-port1 2018-10-12 11:42:00,445 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-pub-router 2018-10-12 11:42:01,663 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-pub-router and port CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-router-port2 2018-10-12 11:42:01,663 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-pub-router 2018-10-12 11:42:02,897 - OpenStackNetwork - INFO - Removing router CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-pub-router 2018-10-12 11:42:02,898 - neutron_utils - INFO - Deleting router with name - CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-pub-router 2018-10-12 11:42:03,503 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-subnet1 2018-10-12 11:42:03,504 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-subnet1 2018-10-12 11:42:05,930 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-net1 2018-10-12 11:42:07,254 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-subnet2 2018-10-12 11:42:07,254 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-subnet2 2018-10-12 11:42:09,680 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-net2 2018-10-12 11:42:11,324 - neutron_utils - INFO - Deleting security group rule with ID - 41875c38-f2c2-4764-9d52-7014c8e8be9d 2018-10-12 11:42:11,593 - neutron_utils - INFO - Deleting security group rule with ID - 07af45c5-4b4a-455f-b591-e4e61117276f 2018-10-12 11:42:11,854 - neutron_utils - INFO - Deleting security group rule with ID - 15542a3d-69f4-44b9-9dc7-8ba81ef53b5c 2018-10-12 11:42:11,975 - neutron_utils - INFO - Deleting security group with name - CreateInstanceTwoNetTests-a085cc7c-1010-4e9f-960a-7cc6c6cab2d5-sec-grp 2018-10-12 11:42:12,156 - glance_utils - INFO - Deleting image named - CreateInstanceTwoNetTests-86d08e88-dffd-444f-8862-4d2ee3b51006 2018-10-12 11:42:14,273 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f7a67f8-9186-4bd3-aa07-f53e493ad04e 2018-10-12 11:42:14,451 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:42:14,774 - keystone_utils - INFO - Deleting project with name - CreateInstanceTwoNetTests-d4743632-729f-4fd-proj 2018-10-12 11:42:15,037 - keystone_utils - INFO - Deleting role with name - CreateInstanceTwoNetTests-d4743632-729f-4fd-proj-role 2018-10-12 11:42:15,247 - keystone_utils - INFO - Deleting user with name - CreateInstanceTwoNetTests-d4743632-729f-4fd-user 2018-10-12 11:42:16,819 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-aad39147-7524-4d8-proj 2018-10-12 11:42:17,974 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-aad39147-7524-4d8-user 2018-10-12 11:42:18,262 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-aad39147-7524-4d8-proj-role 2018-10-12 11:42:18,282 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-aad39147-7524-4d8-proj-role to project CreateInstanceSimpleTests-aad39147-7524-4d8-proj 2018-10-12 11:42:22,100 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-997c9d7c-11bb-4c7e-b57a-bca00b79ce93-image 2018-10-12 11:42:22,124 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-997c9d7c-11bb-4c7e-b57a-bca00b79ce93-image 2018-10-12 11:42:23,484 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-997c9d7c-11bb-4c7e-b57a-bca00b79ce93-pub-net 2018-10-12 11:42:24,316 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-997c9d7c-11bb-4c7e-b57a-bca00b79ce93-pub-subnet 2018-10-12 11:42:29,938 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-997c9d7c-11bb-4c7e-b57a-bca00b79ce93-pub-net 2018-10-12 11:42:31,422 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-997c9d7c-11bb-4c7e-b57a-bca00b79ce93-inst 2018-10-12 11:42:33,904 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-997c9d7c-11bb-4c7e-b57a-bca00b79ce93-inst 2018-10-12 11:42:40,937 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:42:46,884 - create_instance - INFO - Deleting Port with ID - 2d72d6c5-423c-4475-a42f-cc8b38772d7e 2018-10-12 11:42:46,884 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-997c9d7c-11bb-4c7e-b57a-bca00b79ce93-port 2018-10-12 11:42:47,435 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-997c9d7c-11bb-4c7e-b57a-bca00b79ce93-inst 2018-10-12 11:42:47,797 - create_instance - INFO - Checking deletion status 2018-10-12 11:42:51,119 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-997c9d7c-11bb-4c7e-b57a-bca00b79ce93-inst 2018-10-12 11:42:51,175 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-997c9d7c-11bb-4c7e-b57a-bca00b79ce93-pub-subnet 2018-10-12 11:42:51,175 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-997c9d7c-11bb-4c7e-b57a-bca00b79ce93-pub-subnet 2018-10-12 11:42:53,450 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-997c9d7c-11bb-4c7e-b57a-bca00b79ce93-pub-net 2018-10-12 11:42:54,767 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-997c9d7c-11bb-4c7e-b57a-bca00b79ce93-image 2018-10-12 11:42:56,304 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-aad39147-7524-4d8-proj 2018-10-12 11:42:56,528 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-aad39147-7524-4d8-proj-role 2018-10-12 11:42:56,738 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-aad39147-7524-4d8-user 2018-10-12 11:42:58,299 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-6153ce96-fdc2-451-proj 2018-10-12 11:42:59,376 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-6153ce96-fdc2-451-user 2018-10-12 11:42:59,603 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-6153ce96-fdc2-451-proj-role 2018-10-12 11:42:59,688 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-6153ce96-fdc2-451-proj-role to project CreateInstanceSimpleTests-6153ce96-fdc2-451-proj 2018-10-12 11:43:02,378 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-d93a69ff-e3a0-46c2-a454-d90dc2408c56-image 2018-10-12 11:43:02,615 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-d93a69ff-e3a0-46c2-a454-d90dc2408c56-image 2018-10-12 11:43:03,946 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-d93a69ff-e3a0-46c2-a454-d90dc2408c56-pub-net 2018-10-12 11:43:05,010 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-d93a69ff-e3a0-46c2-a454-d90dc2408c56-pub-subnet 2018-10-12 11:43:11,231 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-d93a69ff-e3a0-46c2-a454-d90dc2408c56-pub-net 2018-10-12 11:43:13,117 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-d93a69ff-e3a0-46c2-a454-d90dc2408c56-inst 2018-10-12 11:43:15,453 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-d93a69ff-e3a0-46c2-a454-d90dc2408c56-inst 2018-10-12 11:43:23,163 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:43:37,441 - create_instance - INFO - Deleting Port with ID - 816f45fa-94da-4510-aa61-72def3a59cab 2018-10-12 11:43:37,441 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-d93a69ff-e3a0-46c2-a454-d90dc2408c56-port 2018-10-12 11:43:37,929 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-d93a69ff-e3a0-46c2-a454-d90dc2408c56-inst 2018-10-12 11:43:37,973 - create_instance - WARNING - Instance already deleted - Instance b843e772-c38d-41b7-8098-e5d18ef2d1b4 could not be found. (HTTP 404) (Request-ID: req-4da65612-3a17-46ee-94e6-414c38878e3b) 2018-10-12 11:43:37,974 - create_instance - INFO - Checking deletion status 2018-10-12 11:43:38,023 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-d93a69ff-e3a0-46c2-a454-d90dc2408c56-inst 2018-10-12 11:43:38,078 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-d93a69ff-e3a0-46c2-a454-d90dc2408c56-pub-subnet 2018-10-12 11:43:38,078 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-d93a69ff-e3a0-46c2-a454-d90dc2408c56-pub-subnet 2018-10-12 11:43:40,554 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-d93a69ff-e3a0-46c2-a454-d90dc2408c56-pub-net 2018-10-12 11:43:41,973 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-d93a69ff-e3a0-46c2-a454-d90dc2408c56-image 2018-10-12 11:43:44,238 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7c31b540-b7fc-4115-b846-7f610703d081 2018-10-12 11:43:44,411 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:43:44,725 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-6153ce96-fdc2-451-proj 2018-10-12 11:43:45,019 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-6153ce96-fdc2-451-proj-role 2018-10-12 11:43:45,212 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-6153ce96-fdc2-451-user 2018-10-12 11:43:46,687 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-f2f78cfb-4e90-4a0-proj 2018-10-12 11:43:47,897 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-f2f78cfb-4e90-4a0-user 2018-10-12 11:43:48,094 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-f2f78cfb-4e90-4a0-proj-role 2018-10-12 11:43:48,113 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-f2f78cfb-4e90-4a0-proj-role to project CreateInstancePortManipulationTests-f2f78cfb-4e90-4a0-proj 2018-10-12 11:43:51,511 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-0f85707d-014d-45c9-b6bd-3f0aa25c6099-image 2018-10-12 11:43:51,683 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-0f85707d-014d-45c9-b6bd-3f0aa25c6099-image 2018-10-12 11:43:52,246 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-0f85707d-014d-45c9-b6bd-3f0aa25c6099-pub-net 2018-10-12 11:43:53,612 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-0f85707d-014d-45c9-b6bd-3f0aa25c6099-pub-subnet 2018-10-12 11:44:00,338 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-0f85707d-014d-45c9-b6bd-3f0aa25c6099-pub-net 2018-10-12 11:44:02,445 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-0f85707d-014d-45c9-b6bd-3f0aa25c6099-inst 2018-10-12 11:44:04,826 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-0f85707d-014d-45c9-b6bd-3f0aa25c6099-inst 2018-10-12 11:44:13,064 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:44:15,693 - create_instance - INFO - Deleting Port with ID - 21b7b0dd-deac-4842-a318-558b2bcc59c5 2018-10-12 11:44:15,693 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-0f85707d-014d-45c9-b6bd-3f0aa25c6099port-1 2018-10-12 11:44:16,166 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-0f85707d-014d-45c9-b6bd-3f0aa25c6099-inst 2018-10-12 11:44:16,366 - create_instance - INFO - Checking deletion status 2018-10-12 11:44:23,063 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-0f85707d-014d-45c9-b6bd-3f0aa25c6099-inst 2018-10-12 11:44:23,186 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-0f85707d-014d-45c9-b6bd-3f0aa25c6099-pub-subnet 2018-10-12 11:44:23,186 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-0f85707d-014d-45c9-b6bd-3f0aa25c6099-pub-subnet 2018-10-12 11:44:25,685 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-0f85707d-014d-45c9-b6bd-3f0aa25c6099-pub-net 2018-10-12 11:44:27,460 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-0f85707d-014d-45c9-b6bd-3f0aa25c6099-image 2018-10-12 11:44:29,988 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3e97ee69-7b45-4c29-9422-c48dba19d20d 2018-10-12 11:44:30,153 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:44:30,474 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-f2f78cfb-4e90-4a0-proj 2018-10-12 11:44:30,678 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-f2f78cfb-4e90-4a0-proj-role 2018-10-12 11:44:30,891 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-f2f78cfb-4e90-4a0-user 2018-10-12 11:44:32,286 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-ceab04a7-c918-496-proj 2018-10-12 11:44:33,579 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-ceab04a7-c918-496-user 2018-10-12 11:44:33,801 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-ceab04a7-c918-496-proj-role 2018-10-12 11:44:33,820 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-ceab04a7-c918-496-proj-role to project CreateInstancePortManipulationTests-ceab04a7-c918-496-proj 2018-10-12 11:44:36,389 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-54606a1a-9318-4220-86ca-40d2f655eceb-image 2018-10-12 11:44:36,565 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-54606a1a-9318-4220-86ca-40d2f655eceb-image 2018-10-12 11:44:37,567 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-54606a1a-9318-4220-86ca-40d2f655eceb-pub-net 2018-10-12 11:44:38,532 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-54606a1a-9318-4220-86ca-40d2f655eceb-pub-subnet 2018-10-12 11:44:45,463 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-54606a1a-9318-4220-86ca-40d2f655eceb-pub-net 2018-10-12 11:44:45,677 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-54606a1a-9318-4220-86ca-40d2f655eceb-pub-subnet 2018-10-12 11:44:45,677 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-54606a1a-9318-4220-86ca-40d2f655eceb-pub-subnet 2018-10-12 11:44:48,044 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-54606a1a-9318-4220-86ca-40d2f655eceb-pub-net 2018-10-12 11:44:49,410 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-54606a1a-9318-4220-86ca-40d2f655eceb-image 2018-10-12 11:44:50,997 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 272515b3-8168-4977-b5dd-477728a527f2 2018-10-12 11:44:51,180 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:44:51,875 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-ceab04a7-c918-496-proj 2018-10-12 11:44:52,223 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-ceab04a7-c918-496-proj-role 2018-10-12 11:44:52,503 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-ceab04a7-c918-496-user 2018-10-12 11:44:54,131 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-57cfd8cb-94e4-44a-proj 2018-10-12 11:44:55,190 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-57cfd8cb-94e4-44a-user 2018-10-12 11:44:55,394 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-57cfd8cb-94e4-44a-proj-role 2018-10-12 11:44:55,479 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-57cfd8cb-94e4-44a-proj-role to project CreateInstancePortManipulationTests-57cfd8cb-94e4-44a-proj 2018-10-12 11:44:58,591 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-fe6f1820-5ad5-4ed7-b742-95bffaa7fede-image 2018-10-12 11:44:58,752 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-fe6f1820-5ad5-4ed7-b742-95bffaa7fede-image 2018-10-12 11:44:59,369 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-fe6f1820-5ad5-4ed7-b742-95bffaa7fede-pub-net 2018-10-12 11:45:01,267 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-fe6f1820-5ad5-4ed7-b742-95bffaa7fede-pub-subnet 2018-10-12 11:45:07,852 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-fe6f1820-5ad5-4ed7-b742-95bffaa7fede-pub-net 2018-10-12 11:45:08,072 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-fe6f1820-5ad5-4ed7-b742-95bffaa7fede-pub-subnet 2018-10-12 11:45:08,072 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-fe6f1820-5ad5-4ed7-b742-95bffaa7fede-pub-subnet 2018-10-12 11:45:10,440 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-fe6f1820-5ad5-4ed7-b742-95bffaa7fede-pub-net 2018-10-12 11:45:11,817 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-fe6f1820-5ad5-4ed7-b742-95bffaa7fede-image 2018-10-12 11:45:13,248 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 56c39229-46d3-49f6-8d29-2e24cf49c0d8 2018-10-12 11:45:13,416 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:45:13,753 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-57cfd8cb-94e4-44a-proj 2018-10-12 11:45:14,013 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-57cfd8cb-94e4-44a-proj-role 2018-10-12 11:45:14,220 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-57cfd8cb-94e4-44a-user 2018-10-12 11:45:15,777 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-e4b049ee-d53e-483-proj 2018-10-12 11:45:16,861 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-e4b049ee-d53e-483-user 2018-10-12 11:45:17,065 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-e4b049ee-d53e-483-proj-role 2018-10-12 11:45:17,166 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-e4b049ee-d53e-483-proj-role to project CreateInstancePortManipulationTests-e4b049ee-d53e-483-proj 2018-10-12 11:45:21,383 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-68e2eb48-5635-4b32-a300-3f01c790ef90-image 2018-10-12 11:45:21,540 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-68e2eb48-5635-4b32-a300-3f01c790ef90-image 2018-10-12 11:45:22,200 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-68e2eb48-5635-4b32-a300-3f01c790ef90-pub-net 2018-10-12 11:45:23,007 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-68e2eb48-5635-4b32-a300-3f01c790ef90-pub-subnet 2018-10-12 11:45:28,563 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-68e2eb48-5635-4b32-a300-3f01c790ef90-pub-net 2018-10-12 11:45:28,965 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-68e2eb48-5635-4b32-a300-3f01c790ef90-pub-subnet 2018-10-12 11:45:28,965 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-68e2eb48-5635-4b32-a300-3f01c790ef90-pub-subnet 2018-10-12 11:45:31,297 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-68e2eb48-5635-4b32-a300-3f01c790ef90-pub-net 2018-10-12 11:45:32,821 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-68e2eb48-5635-4b32-a300-3f01c790ef90-image 2018-10-12 11:45:34,172 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 58a10f34-5e15-4ca3-a6ca-0e857bd92163 2018-10-12 11:45:34,422 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:45:34,744 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-e4b049ee-d53e-483-proj 2018-10-12 11:45:34,996 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-e4b049ee-d53e-483-proj-role 2018-10-12 11:45:35,184 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-e4b049ee-d53e-483-user 2018-10-12 11:45:36,627 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-a6621343-4ef4-4b4-proj 2018-10-12 11:45:37,633 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-a6621343-4ef4-4b4-user 2018-10-12 11:45:37,831 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-a6621343-4ef4-4b4-proj-role 2018-10-12 11:45:37,923 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-a6621343-4ef4-4b4-proj-role to project CreateInstancePortManipulationTests-a6621343-4ef4-4b4-proj 2018-10-12 11:45:41,914 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-19e7519b-f851-42cc-9a0f-38a62a1a3a2b-image 2018-10-12 11:45:42,086 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-19e7519b-f851-42cc-9a0f-38a62a1a3a2b-image 2018-10-12 11:45:42,696 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-19e7519b-f851-42cc-9a0f-38a62a1a3a2b-pub-net 2018-10-12 11:45:43,757 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-19e7519b-f851-42cc-9a0f-38a62a1a3a2b-pub-subnet 2018-10-12 11:45:49,899 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-19e7519b-f851-42cc-9a0f-38a62a1a3a2b-pub-net 2018-10-12 11:45:50,266 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-19e7519b-f851-42cc-9a0f-38a62a1a3a2b-pub-subnet 2018-10-12 11:45:50,266 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-19e7519b-f851-42cc-9a0f-38a62a1a3a2b-pub-subnet 2018-10-12 11:45:52,463 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-19e7519b-f851-42cc-9a0f-38a62a1a3a2b-pub-net 2018-10-12 11:45:54,193 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-19e7519b-f851-42cc-9a0f-38a62a1a3a2b-image 2018-10-12 11:45:56,929 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 099c435a-3e23-4f46-b458-2f1c1252ae1a 2018-10-12 11:45:57,100 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:45:57,437 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-a6621343-4ef4-4b4-proj 2018-10-12 11:45:57,666 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-a6621343-4ef4-4b4-proj-role 2018-10-12 11:45:57,869 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-a6621343-4ef4-4b4-user 2018-10-12 11:45:59,274 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-fc125c7c-211e-4ce-proj 2018-10-12 11:46:00,400 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-fc125c7c-211e-4ce-user 2018-10-12 11:46:00,532 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-fc125c7c-211e-4ce-proj-role 2018-10-12 11:46:00,614 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-fc125c7c-211e-4ce-proj-role to project CreateInstancePortManipulationTests-fc125c7c-211e-4ce-proj 2018-10-12 11:46:03,732 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-20bcb5c9-646f-4bca-828b-6db5604cb444-image 2018-10-12 11:46:03,895 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-20bcb5c9-646f-4bca-828b-6db5604cb444-image 2018-10-12 11:46:04,510 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-20bcb5c9-646f-4bca-828b-6db5604cb444-pub-net 2018-10-12 11:46:05,979 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-20bcb5c9-646f-4bca-828b-6db5604cb444-pub-subnet 2018-10-12 11:46:12,384 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-20bcb5c9-646f-4bca-828b-6db5604cb444-pub-net 2018-10-12 11:46:14,044 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-20bcb5c9-646f-4bca-828b-6db5604cb444-inst 2018-10-12 11:46:17,174 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-20bcb5c9-646f-4bca-828b-6db5604cb444-inst 2018-10-12 11:46:24,180 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:46:25,349 - create_instance - INFO - Deleting Port with ID - f5cd204d-9d8c-49e6-9364-bac1c9225ff9 2018-10-12 11:46:25,349 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-20bcb5c9-646f-4bca-828b-6db5604cb444port-1 2018-10-12 11:46:25,940 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-20bcb5c9-646f-4bca-828b-6db5604cb444-inst 2018-10-12 11:46:26,103 - create_instance - INFO - Checking deletion status 2018-10-12 11:46:30,315 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-20bcb5c9-646f-4bca-828b-6db5604cb444-inst 2018-10-12 11:46:30,366 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-20bcb5c9-646f-4bca-828b-6db5604cb444-pub-subnet 2018-10-12 11:46:30,367 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-20bcb5c9-646f-4bca-828b-6db5604cb444-pub-subnet 2018-10-12 11:46:32,882 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-20bcb5c9-646f-4bca-828b-6db5604cb444-pub-net 2018-10-12 11:46:34,191 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-20bcb5c9-646f-4bca-828b-6db5604cb444-image 2018-10-12 11:46:36,088 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 640a138c-dfa9-4dd3-9cc3-705891151342 2018-10-12 11:46:36,270 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:46:36,626 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-fc125c7c-211e-4ce-proj 2018-10-12 11:46:36,900 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-fc125c7c-211e-4ce-proj-role 2018-10-12 11:46:37,123 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-fc125c7c-211e-4ce-user 2018-10-12 11:46:38,616 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-a3bdb46a-c9b5-45a-proj 2018-10-12 11:46:39,778 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-a3bdb46a-c9b5-45a-user 2018-10-12 11:46:39,927 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-a3bdb46a-c9b5-45a-proj-role 2018-10-12 11:46:40,023 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-a3bdb46a-c9b5-45a-proj-role to project CreateInstancePortManipulationTests-a3bdb46a-c9b5-45a-proj 2018-10-12 11:46:43,043 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-7523da64-a96d-4d83-9475-32c9953fdd2f-image 2018-10-12 11:46:43,203 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-7523da64-a96d-4d83-9475-32c9953fdd2f-image 2018-10-12 11:46:43,837 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-7523da64-a96d-4d83-9475-32c9953fdd2f-pub-net 2018-10-12 11:46:44,998 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-7523da64-a96d-4d83-9475-32c9953fdd2f-pub-subnet 2018-10-12 11:46:50,966 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-7523da64-a96d-4d83-9475-32c9953fdd2f-pub-net 2018-10-12 11:46:52,476 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-7523da64-a96d-4d83-9475-32c9953fdd2f-inst 2018-10-12 11:46:55,534 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-7523da64-a96d-4d83-9475-32c9953fdd2f-inst 2018-10-12 11:47:02,703 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:47:04,303 - create_instance - INFO - Deleting Port with ID - ab0fce06-40d0-41d3-ad4b-f6c03197b125 2018-10-12 11:47:04,303 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-7523da64-a96d-4d83-9475-32c9953fdd2fport-1 2018-10-12 11:47:04,920 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-7523da64-a96d-4d83-9475-32c9953fdd2f-inst 2018-10-12 11:47:05,102 - create_instance - INFO - Checking deletion status 2018-10-12 11:47:08,539 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-7523da64-a96d-4d83-9475-32c9953fdd2f-inst 2018-10-12 11:47:08,589 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-7523da64-a96d-4d83-9475-32c9953fdd2f-pub-subnet 2018-10-12 11:47:08,589 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-7523da64-a96d-4d83-9475-32c9953fdd2f-pub-subnet 2018-10-12 11:47:11,021 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-7523da64-a96d-4d83-9475-32c9953fdd2f-pub-net 2018-10-12 11:47:12,150 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-7523da64-a96d-4d83-9475-32c9953fdd2f-image 2018-10-12 11:47:13,881 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9e773bed-e721-4e24-b544-35a134f3cbdc 2018-10-12 11:47:14,046 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:47:14,381 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-a3bdb46a-c9b5-45a-proj 2018-10-12 11:47:14,668 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-a3bdb46a-c9b5-45a-proj-role 2018-10-12 11:47:14,863 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-a3bdb46a-c9b5-45a-user 2018-10-12 11:47:16,286 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-658d0931-27d7-4db-proj 2018-10-12 11:47:17,472 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-658d0931-27d7-4db-user 2018-10-12 11:47:17,683 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-658d0931-27d7-4db-proj-role 2018-10-12 11:47:17,782 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-658d0931-27d7-4db-proj-role to project CreateInstancePortManipulationTests-658d0931-27d7-4db-proj 2018-10-12 11:47:21,300 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-aafa5708-cf9b-4818-b2cd-0e9e03f619a8-image 2018-10-12 11:47:21,473 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-aafa5708-cf9b-4818-b2cd-0e9e03f619a8-image 2018-10-12 11:47:22,094 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-aafa5708-cf9b-4818-b2cd-0e9e03f619a8-pub-net 2018-10-12 11:47:23,338 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-aafa5708-cf9b-4818-b2cd-0e9e03f619a8-pub-subnet 2018-10-12 11:47:29,124 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-aafa5708-cf9b-4818-b2cd-0e9e03f619a8-pub-net 2018-10-12 11:47:30,742 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-aafa5708-cf9b-4818-b2cd-0e9e03f619a8-inst 2018-10-12 11:47:33,493 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-aafa5708-cf9b-4818-b2cd-0e9e03f619a8-inst 2018-10-12 11:47:41,036 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:47:41,971 - create_instance - INFO - Deleting Port with ID - 24192512-4cfb-492a-b2fa-c47254144f36 2018-10-12 11:47:41,971 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-aafa5708-cf9b-4818-b2cd-0e9e03f619a8port-1 2018-10-12 11:47:42,567 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-aafa5708-cf9b-4818-b2cd-0e9e03f619a8-inst 2018-10-12 11:47:42,732 - create_instance - INFO - Checking deletion status 2018-10-12 11:47:46,409 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-aafa5708-cf9b-4818-b2cd-0e9e03f619a8-inst 2018-10-12 11:47:46,462 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-aafa5708-cf9b-4818-b2cd-0e9e03f619a8-pub-subnet 2018-10-12 11:47:46,463 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-aafa5708-cf9b-4818-b2cd-0e9e03f619a8-pub-subnet 2018-10-12 11:47:48,984 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-aafa5708-cf9b-4818-b2cd-0e9e03f619a8-pub-net 2018-10-12 11:47:50,308 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-aafa5708-cf9b-4818-b2cd-0e9e03f619a8-image 2018-10-12 11:47:53,105 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9e5caf9d-1e28-48a4-b784-86f4b39722b8 2018-10-12 11:47:53,272 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:47:53,587 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-658d0931-27d7-4db-proj 2018-10-12 11:47:53,961 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-658d0931-27d7-4db-proj-role 2018-10-12 11:47:54,197 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-658d0931-27d7-4db-user 2018-10-12 11:47:55,735 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-c75302f1-1cfa-4d0-proj 2018-10-12 11:47:56,873 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-c75302f1-1cfa-4d0-user 2018-10-12 11:47:57,070 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-c75302f1-1cfa-4d0-proj-role 2018-10-12 11:47:57,163 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-c75302f1-1cfa-4d0-proj-role to project CreateInstancePortManipulationTests-c75302f1-1cfa-4d0-proj 2018-10-12 11:48:00,088 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-b6cc9805-0c6a-48ea-bc06-44726f0c6b82-image 2018-10-12 11:48:00,243 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-b6cc9805-0c6a-48ea-bc06-44726f0c6b82-image 2018-10-12 11:48:00,900 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-b6cc9805-0c6a-48ea-bc06-44726f0c6b82-pub-net 2018-10-12 11:48:01,955 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-b6cc9805-0c6a-48ea-bc06-44726f0c6b82-pub-subnet 2018-10-12 11:48:08,200 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-b6cc9805-0c6a-48ea-bc06-44726f0c6b82-pub-net 2018-10-12 11:48:09,709 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-b6cc9805-0c6a-48ea-bc06-44726f0c6b82-inst 2018-10-12 11:48:12,311 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-b6cc9805-0c6a-48ea-bc06-44726f0c6b82-inst 2018-10-12 11:48:20,053 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:48:20,920 - create_instance - INFO - Deleting Port with ID - 5992ff10-caa0-46f0-a2ac-7c030ce60a5d 2018-10-12 11:48:20,920 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-b6cc9805-0c6a-48ea-bc06-44726f0c6b82port-1 2018-10-12 11:48:21,572 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-b6cc9805-0c6a-48ea-bc06-44726f0c6b82-inst 2018-10-12 11:48:21,870 - create_instance - INFO - Checking deletion status 2018-10-12 11:48:25,021 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-b6cc9805-0c6a-48ea-bc06-44726f0c6b82-inst 2018-10-12 11:48:25,068 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-b6cc9805-0c6a-48ea-bc06-44726f0c6b82-pub-subnet 2018-10-12 11:48:25,068 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-b6cc9805-0c6a-48ea-bc06-44726f0c6b82-pub-subnet 2018-10-12 11:48:27,597 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-b6cc9805-0c6a-48ea-bc06-44726f0c6b82-pub-net 2018-10-12 11:48:28,873 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-b6cc9805-0c6a-48ea-bc06-44726f0c6b82-image 2018-10-12 11:48:30,816 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 418c6201-31ad-4306-a066-69877287ce74 2018-10-12 11:48:30,995 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:48:31,339 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-c75302f1-1cfa-4d0-proj 2018-10-12 11:48:31,565 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-c75302f1-1cfa-4d0-proj-role 2018-10-12 11:48:31,758 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-c75302f1-1cfa-4d0-user 2018-10-12 11:48:33,192 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-229ea94d-e330-4c6-proj 2018-10-12 11:48:34,323 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-229ea94d-e330-4c6-user 2018-10-12 11:48:34,521 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-229ea94d-e330-4c6-proj-role 2018-10-12 11:48:34,611 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-229ea94d-e330-4c6-proj-role to project CreateInstancePortManipulationTests-229ea94d-e330-4c6-proj 2018-10-12 11:48:38,536 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-625b43db-e48b-4acb-b80c-84aba3c46d03-image 2018-10-12 11:48:38,705 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-625b43db-e48b-4acb-b80c-84aba3c46d03-image 2018-10-12 11:48:39,320 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-625b43db-e48b-4acb-b80c-84aba3c46d03-pub-net 2018-10-12 11:48:40,481 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-625b43db-e48b-4acb-b80c-84aba3c46d03-pub-subnet 2018-10-12 11:48:42,952 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-625b43db-e48b-4acb-b80c-84aba3c46d03net2 2018-10-12 11:48:43,796 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-625b43db-e48b-4acb-b80c-84aba3c46d03-subnet1 2018-10-12 11:48:44,531 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-625b43db-e48b-4acb-b80c-84aba3c46d03-subnet2 2018-10-12 11:48:49,843 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-625b43db-e48b-4acb-b80c-84aba3c46d03net2 2018-10-12 11:48:51,880 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-625b43db-e48b-4acb-b80c-84aba3c46d03-inst 2018-10-12 11:48:55,057 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-625b43db-e48b-4acb-b80c-84aba3c46d03-inst 2018-10-12 11:49:02,503 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:49:03,150 - create_instance - INFO - Deleting Port with ID - c2afb267-c6d2-4026-abf2-21a3c464b1c6 2018-10-12 11:49:03,150 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-625b43db-e48b-4acb-b80c-84aba3c46d03port-1 2018-10-12 11:49:03,631 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-625b43db-e48b-4acb-b80c-84aba3c46d03-inst 2018-10-12 11:49:03,773 - create_instance - INFO - Checking deletion status 2018-10-12 11:49:07,225 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-625b43db-e48b-4acb-b80c-84aba3c46d03-inst 2018-10-12 11:49:07,265 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-625b43db-e48b-4acb-b80c-84aba3c46d03-pub-subnet 2018-10-12 11:49:07,265 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-625b43db-e48b-4acb-b80c-84aba3c46d03-pub-subnet 2018-10-12 11:49:09,596 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-625b43db-e48b-4acb-b80c-84aba3c46d03-pub-net 2018-10-12 11:49:11,390 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-625b43db-e48b-4acb-b80c-84aba3c46d03-subnet2 2018-10-12 11:49:11,390 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-625b43db-e48b-4acb-b80c-84aba3c46d03-subnet2 2018-10-12 11:49:13,745 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-625b43db-e48b-4acb-b80c-84aba3c46d03-subnet1 2018-10-12 11:49:13,745 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-625b43db-e48b-4acb-b80c-84aba3c46d03-subnet1 2018-10-12 11:49:15,994 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-625b43db-e48b-4acb-b80c-84aba3c46d03net2 2018-10-12 11:49:17,323 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-625b43db-e48b-4acb-b80c-84aba3c46d03-image 2018-10-12 11:49:18,589 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 02981a7c-9034-4351-ae85-b1dddba22724 2018-10-12 11:49:18,765 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:49:19,086 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-229ea94d-e330-4c6-proj 2018-10-12 11:49:19,356 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-229ea94d-e330-4c6-proj-role 2018-10-12 11:49:19,554 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-229ea94d-e330-4c6-user 2018-10-12 11:49:20,946 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-df061a76-932d-4bd-proj 2018-10-12 11:49:22,012 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-df061a76-932d-4bd-user 2018-10-12 11:49:22,221 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-df061a76-932d-4bd-proj-role 2018-10-12 11:49:22,308 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-df061a76-932d-4bd-proj-role to project InstanceSecurityGroupTests-df061a76-932d-4bd-proj 2018-10-12 11:49:24,728 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-bff63527-9765-4e98-9b1a-a31453efa0b5-image 2018-10-12 11:49:24,883 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-bff63527-9765-4e98-9b1a-a31453efa0b5-image 2018-10-12 11:49:25,498 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-bff63527-9765-4e98-9b1a-a31453efa0b5-pub-net 2018-10-12 11:49:26,573 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-bff63527-9765-4e98-9b1a-a31453efa0b5-pub-subnet 2018-10-12 11:49:32,368 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-bff63527-9765-4e98-9b1a-a31453efa0b5-pub-net 2018-10-12 11:49:34,268 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-bff63527-9765-4e98-9b1a-a31453efa0b5-inst 2018-10-12 11:49:36,661 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-bff63527-9765-4e98-9b1a-a31453efa0b5-inst 2018-10-12 11:49:44,522 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:49:46,383 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-bff63527-9765-4e98-9b1a-a31453efa0b5-name... 2018-10-12 11:49:46,383 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-bff63527-9765-4e98-9b1a-a31453efa0b5-name 2018-10-12 11:49:46,740 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 70e9b331-2b5e-4058-86e1-dd4738bb56b0 2018-10-12 11:49:46,919 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 70e9b331-2b5e-4058-86e1-dd4738bb56b0 2018-10-12 11:49:47,095 - neutron_utils - INFO - Retrieving security group with ID - 70e9b331-2b5e-4058-86e1-dd4738bb56b0 2018-10-12 11:49:47,281 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 70e9b331-2b5e-4058-86e1-dd4738bb56b0 2018-10-12 11:49:47,309 - neutron_utils - INFO - Retrieving security group with ID - 70e9b331-2b5e-4058-86e1-dd4738bb56b0 2018-10-12 11:49:47,500 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 70e9b331-2b5e-4058-86e1-dd4738bb56b0 2018-10-12 11:49:47,573 - neutron_utils - INFO - Retrieving security group with ID - 70e9b331-2b5e-4058-86e1-dd4738bb56b0 2018-10-12 11:49:47,623 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 70e9b331-2b5e-4058-86e1-dd4738bb56b0 2018-10-12 11:49:47,790 - neutron_utils - INFO - Deleting security group rule with ID - 119cfc81-7fca-4a79-b7cc-01f19537f644 2018-10-12 11:49:48,079 - neutron_utils - INFO - Deleting security group rule with ID - 7d37944a-01c0-47ed-98d4-015f231dc968 2018-10-12 11:49:48,345 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-bff63527-9765-4e98-9b1a-a31453efa0b5-name 2018-10-12 11:49:51,812 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:49:55,578 - nova_utils - ERROR - Unexpected error while adding security group [InstanceSecurityGroupTests-bff63527-9765-4e98-9b1a-a31453efa0b5-name] - Security group InstanceSecurityGroupTests-bff63527-9765-4e98-9b1a-a31453efa0b5-name is not found for project 902646f832024132ac902a11e6795bc6 (HTTP 404) (Request-ID: req-1a08ef8b-0243-4e34-ac89-0e1000698782) 2018-10-12 11:49:55,578 - create_instance - WARNING - Security group not added - Security group InstanceSecurityGroupTests-bff63527-9765-4e98-9b1a-a31453efa0b5-name is not found for project 902646f832024132ac902a11e6795bc6 (HTTP 404) (Request-ID: req-1a08ef8b-0243-4e34-ac89-0e1000698782) 2018-10-12 11:49:57,949 - create_instance - INFO - Deleting Port with ID - c8358bc6-4431-4869-8d5f-a99447e9175b 2018-10-12 11:49:57,949 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-bff63527-9765-4e98-9b1a-a31453efa0b5-port 2018-10-12 11:49:58,398 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-bff63527-9765-4e98-9b1a-a31453efa0b5-inst 2018-10-12 11:49:58,564 - create_instance - INFO - Checking deletion status 2018-10-12 11:50:05,095 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-bff63527-9765-4e98-9b1a-a31453efa0b5-inst 2018-10-12 11:50:05,134 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-bff63527-9765-4e98-9b1a-a31453efa0b5-pub-subnet 2018-10-12 11:50:05,135 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-bff63527-9765-4e98-9b1a-a31453efa0b5-pub-subnet 2018-10-12 11:50:07,636 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-bff63527-9765-4e98-9b1a-a31453efa0b5-pub-net 2018-10-12 11:50:08,957 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-bff63527-9765-4e98-9b1a-a31453efa0b5-image 2018-10-12 11:50:10,716 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 59e15217-6185-4eba-8cc4-784b74468b83 2018-10-12 11:50:10,882 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:50:11,211 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-df061a76-932d-4bd-proj 2018-10-12 11:50:11,428 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-df061a76-932d-4bd-proj-role 2018-10-12 11:50:11,622 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-df061a76-932d-4bd-user 2018-10-12 11:50:13,072 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-ad5ddb16-de85-41b-proj 2018-10-12 11:50:14,257 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-ad5ddb16-de85-41b-user 2018-10-12 11:50:14,449 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-ad5ddb16-de85-41b-proj-role 2018-10-12 11:50:14,540 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-ad5ddb16-de85-41b-proj-role to project InstanceSecurityGroupTests-ad5ddb16-de85-41b-proj 2018-10-12 11:50:18,057 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-1e34166b-eb25-412e-a3e3-02be6da834f9-image 2018-10-12 11:50:18,213 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-1e34166b-eb25-412e-a3e3-02be6da834f9-image 2018-10-12 11:50:18,849 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-1e34166b-eb25-412e-a3e3-02be6da834f9-pub-net 2018-10-12 11:50:19,842 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-1e34166b-eb25-412e-a3e3-02be6da834f9-pub-subnet 2018-10-12 11:50:23,208 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-1e34166b-eb25-412e-a3e3-02be6da834f9-name... 2018-10-12 11:50:23,208 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-1e34166b-eb25-412e-a3e3-02be6da834f9-name 2018-10-12 11:50:23,623 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fe469b4b-8709-4062-93dd-570d1642bb2a 2018-10-12 11:50:23,798 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fe469b4b-8709-4062-93dd-570d1642bb2a 2018-10-12 11:50:23,965 - neutron_utils - INFO - Retrieving security group with ID - fe469b4b-8709-4062-93dd-570d1642bb2a 2018-10-12 11:50:24,157 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fe469b4b-8709-4062-93dd-570d1642bb2a 2018-10-12 11:50:24,323 - neutron_utils - INFO - Retrieving security group with ID - fe469b4b-8709-4062-93dd-570d1642bb2a 2018-10-12 11:50:24,374 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fe469b4b-8709-4062-93dd-570d1642bb2a 2018-10-12 11:50:24,556 - neutron_utils - INFO - Retrieving security group with ID - fe469b4b-8709-4062-93dd-570d1642bb2a 2018-10-12 11:50:24,749 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fe469b4b-8709-4062-93dd-570d1642bb2a 2018-10-12 11:50:28,466 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-1e34166b-eb25-412e-a3e3-02be6da834f9-pub-net 2018-10-12 11:50:30,260 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-1e34166b-eb25-412e-a3e3-02be6da834f9-inst 2018-10-12 11:50:33,583 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-1e34166b-eb25-412e-a3e3-02be6da834f9-inst 2018-10-12 11:50:40,799 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:50:42,388 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:50:48,375 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:50:50,979 - nova_utils - WARNING - Security group [InstanceSecurityGroupTests-1e34166b-eb25-412e-a3e3-02be6da834f9-name] already added to VM [InstanceSecurityGroupTests-1e34166b-eb25-412e-a3e3-02be6da834f9-inst] 2018-10-12 11:50:52,889 - create_instance - INFO - Deleting Port with ID - 99c174c6-c88a-4906-a39c-5c54ba6d7f40 2018-10-12 11:50:52,889 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-1e34166b-eb25-412e-a3e3-02be6da834f9-port 2018-10-12 11:50:53,477 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-1e34166b-eb25-412e-a3e3-02be6da834f9-inst 2018-10-12 11:50:53,672 - create_instance - INFO - Checking deletion status 2018-10-12 11:50:56,999 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-1e34166b-eb25-412e-a3e3-02be6da834f9-inst 2018-10-12 11:50:57,000 - neutron_utils - INFO - Deleting security group rule with ID - 6edd35e7-b20f-46d0-830f-5b6e78a389e3 2018-10-12 11:50:57,107 - neutron_utils - INFO - Deleting security group rule with ID - 187ebf0b-0479-48ad-b352-3c6659e4d93d 2018-10-12 11:50:57,498 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-1e34166b-eb25-412e-a3e3-02be6da834f9-name 2018-10-12 11:50:57,852 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-1e34166b-eb25-412e-a3e3-02be6da834f9-pub-subnet 2018-10-12 11:50:57,853 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-1e34166b-eb25-412e-a3e3-02be6da834f9-pub-subnet 2018-10-12 11:51:00,320 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-1e34166b-eb25-412e-a3e3-02be6da834f9-pub-net 2018-10-12 11:51:01,744 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-1e34166b-eb25-412e-a3e3-02be6da834f9-image 2018-10-12 11:51:03,823 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4245c462-db83-42da-ad22-439fc99ad6c5 2018-10-12 11:51:03,992 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:51:04,333 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-ad5ddb16-de85-41b-proj 2018-10-12 11:51:04,830 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-ad5ddb16-de85-41b-proj-role 2018-10-12 11:51:05,023 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-ad5ddb16-de85-41b-user 2018-10-12 11:51:06,491 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-4f8f799e-0c7d-45c-proj 2018-10-12 11:51:07,630 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-4f8f799e-0c7d-45c-user 2018-10-12 11:51:07,826 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-4f8f799e-0c7d-45c-proj-role 2018-10-12 11:51:07,914 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-4f8f799e-0c7d-45c-proj-role to project InstanceSecurityGroupTests-4f8f799e-0c7d-45c-proj 2018-10-12 11:51:11,573 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-d8d54677-c07a-477b-b5f8-daf278bfcc77-image 2018-10-12 11:51:11,744 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-d8d54677-c07a-477b-b5f8-daf278bfcc77-image 2018-10-12 11:51:12,364 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-d8d54677-c07a-477b-b5f8-daf278bfcc77-pub-net 2018-10-12 11:51:13,376 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-d8d54677-c07a-477b-b5f8-daf278bfcc77-pub-subnet 2018-10-12 11:51:19,434 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-d8d54677-c07a-477b-b5f8-daf278bfcc77-pub-net 2018-10-12 11:51:21,116 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-d8d54677-c07a-477b-b5f8-daf278bfcc77-inst 2018-10-12 11:51:23,884 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-d8d54677-c07a-477b-b5f8-daf278bfcc77-inst 2018-10-12 11:51:31,569 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:51:33,137 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-d8d54677-c07a-477b-b5f8-daf278bfcc77-name... 2018-10-12 11:51:33,137 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-d8d54677-c07a-477b-b5f8-daf278bfcc77-name 2018-10-12 11:51:33,522 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eddc494b-cbd0-4a71-ac9a-5e99d79d3b1f 2018-10-12 11:51:33,698 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eddc494b-cbd0-4a71-ac9a-5e99d79d3b1f 2018-10-12 11:51:33,874 - neutron_utils - INFO - Retrieving security group with ID - eddc494b-cbd0-4a71-ac9a-5e99d79d3b1f 2018-10-12 11:51:34,052 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eddc494b-cbd0-4a71-ac9a-5e99d79d3b1f 2018-10-12 11:51:34,228 - neutron_utils - INFO - Retrieving security group with ID - eddc494b-cbd0-4a71-ac9a-5e99d79d3b1f 2018-10-12 11:51:34,280 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eddc494b-cbd0-4a71-ac9a-5e99d79d3b1f 2018-10-12 11:51:34,457 - neutron_utils - INFO - Retrieving security group with ID - eddc494b-cbd0-4a71-ac9a-5e99d79d3b1f 2018-10-12 11:51:34,508 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eddc494b-cbd0-4a71-ac9a-5e99d79d3b1f 2018-10-12 11:51:37,333 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:51:42,844 - create_instance - INFO - Deleting Port with ID - 7229f984-731b-49d8-8311-4f37ae4fe0b0 2018-10-12 11:51:42,844 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-d8d54677-c07a-477b-b5f8-daf278bfcc77-port 2018-10-12 11:51:43,395 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-d8d54677-c07a-477b-b5f8-daf278bfcc77-inst 2018-10-12 11:51:43,559 - create_instance - INFO - Checking deletion status 2018-10-12 11:51:46,802 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-d8d54677-c07a-477b-b5f8-daf278bfcc77-inst 2018-10-12 11:51:46,803 - neutron_utils - INFO - Deleting security group rule with ID - 1e236779-b247-47a1-8d1b-7b73f2b559e1 2018-10-12 11:51:47,057 - neutron_utils - INFO - Deleting security group rule with ID - 2f4ab9c5-db9c-48f1-b54b-f297e85b9d54 2018-10-12 11:51:47,175 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-d8d54677-c07a-477b-b5f8-daf278bfcc77-name 2018-10-12 11:51:47,524 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-d8d54677-c07a-477b-b5f8-daf278bfcc77-pub-subnet 2018-10-12 11:51:47,524 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-d8d54677-c07a-477b-b5f8-daf278bfcc77-pub-subnet 2018-10-12 11:51:49,962 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-d8d54677-c07a-477b-b5f8-daf278bfcc77-pub-net 2018-10-12 11:51:51,929 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-d8d54677-c07a-477b-b5f8-daf278bfcc77-image 2018-10-12 11:51:54,159 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d3fcf31d-5c16-4b03-9828-91f9b8348ae1 2018-10-12 11:51:54,329 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:51:54,654 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-4f8f799e-0c7d-45c-proj 2018-10-12 11:51:54,979 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-4f8f799e-0c7d-45c-proj-role 2018-10-12 11:51:55,197 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-4f8f799e-0c7d-45c-user 2018-10-12 11:51:56,629 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-bb986b28-bc16-440-proj 2018-10-12 11:51:57,689 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-bb986b28-bc16-440-user 2018-10-12 11:51:57,899 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-bb986b28-bc16-440-proj-role 2018-10-12 11:51:57,986 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-bb986b28-bc16-440-proj-role to project InstanceSecurityGroupTests-bb986b28-bc16-440-proj 2018-10-12 11:52:01,655 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-3da60655-1898-4920-8c4a-79990f821f88-image 2018-10-12 11:52:01,819 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-3da60655-1898-4920-8c4a-79990f821f88-image 2018-10-12 11:52:02,451 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-3da60655-1898-4920-8c4a-79990f821f88-pub-net 2018-10-12 11:52:03,588 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-3da60655-1898-4920-8c4a-79990f821f88-pub-subnet 2018-10-12 11:52:06,314 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-3da60655-1898-4920-8c4a-79990f821f88-name... 2018-10-12 11:52:06,314 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-3da60655-1898-4920-8c4a-79990f821f88-name 2018-10-12 11:52:06,762 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fbff9ab0-9e5f-423b-b9fb-4a3a26045e5d 2018-10-12 11:52:06,966 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fbff9ab0-9e5f-423b-b9fb-4a3a26045e5d 2018-10-12 11:52:07,139 - neutron_utils - INFO - Retrieving security group with ID - fbff9ab0-9e5f-423b-b9fb-4a3a26045e5d 2018-10-12 11:52:07,327 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fbff9ab0-9e5f-423b-b9fb-4a3a26045e5d 2018-10-12 11:52:07,505 - neutron_utils - INFO - Retrieving security group with ID - fbff9ab0-9e5f-423b-b9fb-4a3a26045e5d 2018-10-12 11:52:07,729 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fbff9ab0-9e5f-423b-b9fb-4a3a26045e5d 2018-10-12 11:52:07,757 - neutron_utils - INFO - Retrieving security group with ID - fbff9ab0-9e5f-423b-b9fb-4a3a26045e5d 2018-10-12 11:52:07,953 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fbff9ab0-9e5f-423b-b9fb-4a3a26045e5d 2018-10-12 11:52:11,553 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-3da60655-1898-4920-8c4a-79990f821f88-pub-net 2018-10-12 11:52:13,205 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-3da60655-1898-4920-8c4a-79990f821f88-inst 2018-10-12 11:52:16,122 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-3da60655-1898-4920-8c4a-79990f821f88-inst 2018-10-12 11:52:23,548 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:52:24,977 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:52:29,634 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:52:34,233 - create_instance - INFO - Deleting Port with ID - 790c44e3-890f-47c2-ba73-20f2c82f2a97 2018-10-12 11:52:34,233 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-3da60655-1898-4920-8c4a-79990f821f88-port 2018-10-12 11:52:34,694 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-3da60655-1898-4920-8c4a-79990f821f88-inst 2018-10-12 11:52:34,898 - create_instance - INFO - Checking deletion status 2018-10-12 11:52:38,201 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-3da60655-1898-4920-8c4a-79990f821f88-inst 2018-10-12 11:52:38,202 - neutron_utils - INFO - Deleting security group rule with ID - aad1b610-fc1b-441e-b088-ba2eede9ba99 2018-10-12 11:52:38,496 - neutron_utils - INFO - Deleting security group rule with ID - 09a5bbd7-7041-47c5-ae5f-9881e73336b7 2018-10-12 11:52:38,853 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-3da60655-1898-4920-8c4a-79990f821f88-name 2018-10-12 11:52:39,182 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-3da60655-1898-4920-8c4a-79990f821f88-pub-subnet 2018-10-12 11:52:39,182 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-3da60655-1898-4920-8c4a-79990f821f88-pub-subnet 2018-10-12 11:52:41,495 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-3da60655-1898-4920-8c4a-79990f821f88-pub-net 2018-10-12 11:52:42,795 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-3da60655-1898-4920-8c4a-79990f821f88-image 2018-10-12 11:52:44,757 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 040c4ba2-2d71-4e8a-99ca-f1b1d1e9b3cd 2018-10-12 11:52:44,957 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:52:45,279 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-bb986b28-bc16-440-proj 2018-10-12 11:52:45,506 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-bb986b28-bc16-440-proj-role 2018-10-12 11:52:45,705 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-bb986b28-bc16-440-user 2018-10-12 11:52:47,078 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-dc5096f1-a82a-4d5-proj 2018-10-12 11:52:48,203 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-dc5096f1-a82a-4d5-user 2018-10-12 11:52:48,401 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-dc5096f1-a82a-4d5-proj-role 2018-10-12 11:52:48,421 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-dc5096f1-a82a-4d5-proj-role to project InstanceSecurityGroupTests-dc5096f1-a82a-4d5-proj 2018-10-12 11:52:52,009 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-7016ccde-eea6-46e6-a841-0be80a21b506-image 2018-10-12 11:52:52,164 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-7016ccde-eea6-46e6-a841-0be80a21b506-image 2018-10-12 11:52:52,793 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-7016ccde-eea6-46e6-a841-0be80a21b506-pub-net 2018-10-12 11:52:53,991 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-7016ccde-eea6-46e6-a841-0be80a21b506-pub-subnet 2018-10-12 11:52:56,391 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-7016ccde-eea6-46e6-a841-0be80a21b506-name... 2018-10-12 11:52:56,391 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-7016ccde-eea6-46e6-a841-0be80a21b506-name 2018-10-12 11:52:56,978 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5e42d94c-536e-40a1-8c61-0cd3c1a7b0b5 2018-10-12 11:52:57,164 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5e42d94c-536e-40a1-8c61-0cd3c1a7b0b5 2018-10-12 11:52:57,341 - neutron_utils - INFO - Retrieving security group with ID - 5e42d94c-536e-40a1-8c61-0cd3c1a7b0b5 2018-10-12 11:52:57,564 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5e42d94c-536e-40a1-8c61-0cd3c1a7b0b5 2018-10-12 11:52:57,810 - neutron_utils - INFO - Retrieving security group with ID - 5e42d94c-536e-40a1-8c61-0cd3c1a7b0b5 2018-10-12 11:52:57,863 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5e42d94c-536e-40a1-8c61-0cd3c1a7b0b5 2018-10-12 11:52:58,024 - neutron_utils - INFO - Retrieving security group with ID - 5e42d94c-536e-40a1-8c61-0cd3c1a7b0b5 2018-10-12 11:52:58,228 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5e42d94c-536e-40a1-8c61-0cd3c1a7b0b5 2018-10-12 11:53:01,916 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-7016ccde-eea6-46e6-a841-0be80a21b506-pub-net 2018-10-12 11:53:03,608 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-7016ccde-eea6-46e6-a841-0be80a21b506-inst 2018-10-12 11:53:05,972 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-7016ccde-eea6-46e6-a841-0be80a21b506-inst 2018-10-12 11:53:13,399 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:53:17,255 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:53:19,336 - create_instance - WARNING - Security group not removed - Security group InstanceSecurityGroupTests-7016ccde-eea6-46e6-a841-0be80a21b506-name not associated with the instance 0f7d6489-f3f4-4a45-850f-56435bb5baa5 (HTTP 404) (Request-ID: req-a1cea39d-2034-4896-ad95-4119ca18d116) 2018-10-12 11:53:20,926 - create_instance - INFO - Deleting Port with ID - 3c3a187e-cde8-4fe4-a5d6-277e573cfa7d 2018-10-12 11:53:20,926 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-7016ccde-eea6-46e6-a841-0be80a21b506-port 2018-10-12 11:53:21,627 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-7016ccde-eea6-46e6-a841-0be80a21b506-inst 2018-10-12 11:53:21,787 - create_instance - INFO - Checking deletion status 2018-10-12 11:53:25,094 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-7016ccde-eea6-46e6-a841-0be80a21b506-inst 2018-10-12 11:53:25,094 - neutron_utils - INFO - Deleting security group rule with ID - b98ae857-2d40-475b-badf-84c80f9a6623 2018-10-12 11:53:25,384 - neutron_utils - INFO - Deleting security group rule with ID - 3a61a9f6-f365-4839-912c-f94253b354a6 2018-10-12 11:53:25,654 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-7016ccde-eea6-46e6-a841-0be80a21b506-name 2018-10-12 11:53:26,015 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-7016ccde-eea6-46e6-a841-0be80a21b506-pub-subnet 2018-10-12 11:53:26,015 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-7016ccde-eea6-46e6-a841-0be80a21b506-pub-subnet 2018-10-12 11:53:28,491 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-7016ccde-eea6-46e6-a841-0be80a21b506-pub-net 2018-10-12 11:53:30,146 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-7016ccde-eea6-46e6-a841-0be80a21b506-image 2018-10-12 11:53:31,950 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dd352973-e148-4a8f-819a-57f0f76db2d0 2018-10-12 11:53:32,115 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:53:32,451 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-dc5096f1-a82a-4d5-proj 2018-10-12 11:53:32,771 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-dc5096f1-a82a-4d5-proj-role 2018-10-12 11:53:32,967 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-dc5096f1-a82a-4d5-user 2018-10-12 11:53:34,355 - keystone_utils - INFO - Created project with name - CreateInstanceOnComputeHost-67a1eb01-adb2-491-proj 2018-10-12 11:53:35,498 - keystone_utils - INFO - Created user with name - CreateInstanceOnComputeHost-67a1eb01-adb2-491-user 2018-10-12 11:53:35,779 - keystone_utils - INFO - Created role with name - CreateInstanceOnComputeHost-67a1eb01-adb2-491-proj-role 2018-10-12 11:53:35,866 - keystone_utils - INFO - Granting role CreateInstanceOnComputeHost-67a1eb01-adb2-491-proj-role to project CreateInstanceOnComputeHost-67a1eb01-adb2-491-proj 2018-10-12 11:53:36,634 - neutron_utils - INFO - Creating network with name CreateInstanceOnComputeHost-064d8c6a-1186-4dc8-814d-e5406a4fe198-priv-net 2018-10-12 11:53:37,455 - neutron_utils - INFO - Creating subnet with name CreateInstanceOnComputeHost-064d8c6a-1186-4dc8-814d-e5406a4fe198-priv-subnet 2018-10-12 11:53:43,393 - create_image - INFO - Created image with name - CreateInstanceOnComputeHost-064d8c6a-1186-4dc8-814d-e5406a4fe198-image 2018-10-12 11:53:43,569 - create_image - INFO - Image is now active with name - CreateInstanceOnComputeHost-064d8c6a-1186-4dc8-814d-e5406a4fe198-image 2018-10-12 11:53:47,330 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-064d8c6a-1186-4dc8-814d-e5406a4fe198-priv-net 2018-10-12 11:53:48,933 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-064d8c6a-1186-4dc8-814d-e5406a4fe198-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-10-12 11:53:51,099 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-064d8c6a-1186-4dc8-814d-e5406a4fe198-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-10-12 11:53:58,496 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:54:05,491 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-064d8c6a-1186-4dc8-814d-e5406a4fe198-priv-net 2018-10-12 11:54:06,767 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-064d8c6a-1186-4dc8-814d-e5406a4fe198-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-10-12 11:54:08,991 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-064d8c6a-1186-4dc8-814d-e5406a4fe198-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-10-12 11:54:16,401 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:54:21,222 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:54:23,308 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:54:24,494 - create_instance - INFO - Deleting Port with ID - b958e536-fb40-42bd-8bc5-0da7089adf54 2018-10-12 11:54:24,495 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-064d8c6a-1186-4dc8-814d-e5406a4fe198port-1 2018-10-12 11:54:24,933 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-064d8c6a-1186-4dc8-814d-e5406a4fe198-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-10-12 11:54:25,099 - create_instance - INFO - Checking deletion status 2018-10-12 11:54:28,388 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-064d8c6a-1186-4dc8-814d-e5406a4fe198-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-10-12 11:54:28,390 - create_instance - INFO - Deleting Port with ID - f6056796-e278-44e1-9434-e420294ffb47 2018-10-12 11:54:28,390 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-064d8c6a-1186-4dc8-814d-e5406a4fe198port-2 2018-10-12 11:54:28,977 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-064d8c6a-1186-4dc8-814d-e5406a4fe198-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-10-12 11:54:29,152 - create_instance - INFO - Checking deletion status 2018-10-12 11:54:32,471 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-064d8c6a-1186-4dc8-814d-e5406a4fe198-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-10-12 11:54:32,524 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-064d8c6a-1186-4dc8-814d-e5406a4fe198-priv-subnet 2018-10-12 11:54:32,524 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-064d8c6a-1186-4dc8-814d-e5406a4fe198-priv-subnet 2018-10-12 11:54:34,717 - neutron_utils - INFO - Deleting network with name CreateInstanceOnComputeHost-064d8c6a-1186-4dc8-814d-e5406a4fe198-priv-net 2018-10-12 11:54:36,460 - glance_utils - INFO - Deleting image named - CreateInstanceOnComputeHost-064d8c6a-1186-4dc8-814d-e5406a4fe198-image 2018-10-12 11:54:38,580 - keystone_utils - INFO - Deleting project with name - CreateInstanceOnComputeHost-67a1eb01-adb2-491-proj 2018-10-12 11:54:38,789 - keystone_utils - INFO - Deleting role with name - CreateInstanceOnComputeHost-67a1eb01-adb2-491-proj-role 2018-10-12 11:54:38,974 - keystone_utils - INFO - Deleting user with name - CreateInstanceOnComputeHost-67a1eb01-adb2-491-user 2018-10-12 11:54:40,395 - keystone_utils - INFO - Created project with name - CreateInstanceFromThreePartImage-af757152-d403-43c-proj 2018-10-12 11:54:41,534 - keystone_utils - INFO - Created user with name - CreateInstanceFromThreePartImage-af757152-d403-43c-user 2018-10-12 11:54:41,738 - keystone_utils - INFO - Created role with name - CreateInstanceFromThreePartImage-af757152-d403-43c-proj-role 2018-10-12 11:54:41,830 - keystone_utils - INFO - Granting role CreateInstanceFromThreePartImage-af757152-d403-43c-proj-role to project CreateInstanceFromThreePartImage-af757152-d403-43c-proj 2018-10-12 11:54:41,958 - create_instance_tests - WARNING - 3 Part image will not be tested. Image metadata has overridden this functionality 2018-10-12 11:54:45,013 - create_image - INFO - Created image with name - CreateInstanceFromThreePartImage-ccfc7ea4-903b-48f2-9d90-a0507f25756e 2018-10-12 11:54:45,174 - create_image - INFO - Image is now active with name - CreateInstanceFromThreePartImage-ccfc7ea4-903b-48f2-9d90-a0507f25756e 2018-10-12 11:54:46,582 - neutron_utils - INFO - Creating network with name CreateInstanceFromThreePartImage-ccfc7ea4-903b-48f2-9d90-a0507f25756e-pub-net 2018-10-12 11:54:47,626 - neutron_utils - INFO - Creating subnet with name CreateInstanceFromThreePartImage-ccfc7ea4-903b-48f2-9d90-a0507f25756e-pub-subnet 2018-10-12 11:54:52,943 - neutron_utils - INFO - Creating port for network with name - CreateInstanceFromThreePartImage-ccfc7ea4-903b-48f2-9d90-a0507f25756e-pub-net 2018-10-12 11:54:54,807 - nova_utils - INFO - Creating VM with name - CreateInstanceFromThreePartImage-ccfc7ea4-903b-48f2-9d90-a0507f25756e-inst 2018-10-12 11:54:56,742 - create_instance - INFO - Created instance with name - CreateInstanceFromThreePartImage-ccfc7ea4-903b-48f2-9d90-a0507f25756e-inst 2018-10-12 11:55:04,063 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:55:05,406 - create_instance - INFO - Deleting Port with ID - 7376abb7-6fd0-48af-8081-dbac9c1ff092 2018-10-12 11:55:05,406 - neutron_utils - INFO - Deleting port with name CreateInstanceFromThreePartImage-ccfc7ea4-903b-48f2-9d90-a0507f25756e-port 2018-10-12 11:55:05,995 - create_instance - INFO - Deleting VM instance - CreateInstanceFromThreePartImage-ccfc7ea4-903b-48f2-9d90-a0507f25756e-inst 2018-10-12 11:55:06,272 - create_instance - INFO - Checking deletion status 2018-10-12 11:55:12,812 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceFromThreePartImage-ccfc7ea4-903b-48f2-9d90-a0507f25756e-inst 2018-10-12 11:55:12,854 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-ccfc7ea4-903b-48f2-9d90-a0507f25756e-pub-subnet 2018-10-12 11:55:12,854 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-ccfc7ea4-903b-48f2-9d90-a0507f25756e-pub-subnet 2018-10-12 11:55:15,142 - neutron_utils - INFO - Deleting network with name CreateInstanceFromThreePartImage-ccfc7ea4-903b-48f2-9d90-a0507f25756e-pub-net 2018-10-12 11:55:16,520 - glance_utils - INFO - Deleting image named - CreateInstanceFromThreePartImage-ccfc7ea4-903b-48f2-9d90-a0507f25756e 2018-10-12 11:55:18,305 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 286acbc6-8e25-464f-a2fe-afa767efe6a0 2018-10-12 11:55:18,488 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:55:18,827 - keystone_utils - INFO - Deleting project with name - CreateInstanceFromThreePartImage-af757152-d403-43c-proj 2018-10-12 11:55:19,052 - keystone_utils - INFO - Deleting role with name - CreateInstanceFromThreePartImage-af757152-d403-43c-proj-role 2018-10-12 11:55:19,252 - keystone_utils - INFO - Deleting user with name - CreateInstanceFromThreePartImage-af757152-d403-43c-user 2018-10-12 11:55:20,660 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-150de73d-179a-478-proj 2018-10-12 11:55:21,900 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-150de73d-179a-478-user 2018-10-12 11:55:22,050 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-150de73d-179a-478-proj-role 2018-10-12 11:55:22,131 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-150de73d-179a-478-proj-role to project CreateInstanceVolumeTests-150de73d-179a-478-proj 2018-10-12 11:55:25,113 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-4633c4f3-d390-480b-8abb-25bc5408f179-image 2018-10-12 11:55:25,132 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-4633c4f3-d390-480b-8abb-25bc5408f179-image 2018-10-12 11:55:26,465 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-4633c4f3-d390-480b-8abb-25bc5408f179-pub-net 2018-10-12 11:55:27,317 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-4633c4f3-d390-480b-8abb-25bc5408f179-pub-subnet 2018-10-12 11:55:30,616 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-4633c4f3-d390-480b-8abb-25bc5408f179-1 2018-10-12 11:55:31,189 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-4633c4f3-d390-480b-8abb-25bc5408f179-1 2018-10-12 11:55:33,320 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-4633c4f3-d390-480b-8abb-25bc5408f179-2 2018-10-12 11:55:33,892 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-4633c4f3-d390-480b-8abb-25bc5408f179-2 2018-10-12 11:55:37,425 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-4633c4f3-d390-480b-8abb-25bc5408f179-pub-net 2018-10-12 11:55:39,221 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-4633c4f3-d390-480b-8abb-25bc5408f179-inst 2018-10-12 11:55:40,825 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-4633c4f3-d390-480b-8abb-25bc5408f179-inst 2018-10-12 11:55:48,510 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:55:50,354 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:55:55,779 - create_instance - INFO - Deleting Port with ID - 82b4a4a9-46b6-4056-bc70-60f5f0f4e507 2018-10-12 11:55:55,779 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-4633c4f3-d390-480b-8abb-25bc5408f179-port 2018-10-12 11:56:01,588 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-4633c4f3-d390-480b-8abb-25bc5408f179-inst 2018-10-12 11:56:01,740 - create_instance - INFO - Checking deletion status 2018-10-12 11:56:05,032 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-4633c4f3-d390-480b-8abb-25bc5408f179-inst 2018-10-12 11:56:05,089 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-4633c4f3-d390-480b-8abb-25bc5408f179-pub-subnet 2018-10-12 11:56:05,089 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-4633c4f3-d390-480b-8abb-25bc5408f179-pub-subnet 2018-10-12 11:56:07,664 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-4633c4f3-d390-480b-8abb-25bc5408f179-pub-net 2018-10-12 11:56:09,343 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-4633c4f3-d390-480b-8abb-25bc5408f179-2 2018-10-12 11:56:13,055 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-4633c4f3-d390-480b-8abb-25bc5408f179-2 2018-10-12 11:56:13,247 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-4633c4f3-d390-480b-8abb-25bc5408f179-1 2018-10-12 11:56:17,230 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-4633c4f3-d390-480b-8abb-25bc5408f179-1 2018-10-12 11:56:17,231 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-4633c4f3-d390-480b-8abb-25bc5408f179-image 2018-10-12 11:56:19,180 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a343fc59-188e-4f77-b68a-ba0377f04221 2018-10-12 11:56:19,360 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:56:19,682 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-150de73d-179a-478-proj 2018-10-12 11:56:20,004 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-150de73d-179a-478-proj-role 2018-10-12 11:56:20,203 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-150de73d-179a-478-user 2018-10-12 11:56:21,678 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-ba4926e9-92b7-414-proj 2018-10-12 11:56:22,803 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-ba4926e9-92b7-414-user 2018-10-12 11:56:22,935 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-ba4926e9-92b7-414-proj-role 2018-10-12 11:56:23,024 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-ba4926e9-92b7-414-proj-role to project CreateInstanceVolumeTests-ba4926e9-92b7-414-proj 2018-10-12 11:56:26,738 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-3bfb8832-bf6c-4ff2-b695-61c004bd45a1-image 2018-10-12 11:56:27,298 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-3bfb8832-bf6c-4ff2-b695-61c004bd45a1-image 2018-10-12 11:56:28,618 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-3bfb8832-bf6c-4ff2-b695-61c004bd45a1-pub-net 2018-10-12 11:56:29,641 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-3bfb8832-bf6c-4ff2-b695-61c004bd45a1-pub-subnet 2018-10-12 11:56:33,306 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-3bfb8832-bf6c-4ff2-b695-61c004bd45a1-1 2018-10-12 11:56:33,881 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-3bfb8832-bf6c-4ff2-b695-61c004bd45a1-1 2018-10-12 11:56:35,333 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-3bfb8832-bf6c-4ff2-b695-61c004bd45a1-2 2018-10-12 11:56:35,908 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-3bfb8832-bf6c-4ff2-b695-61c004bd45a1-2 2018-10-12 11:56:39,260 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-3bfb8832-bf6c-4ff2-b695-61c004bd45a1-pub-net 2018-10-12 11:56:40,963 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-3bfb8832-bf6c-4ff2-b695-61c004bd45a1-inst 2018-10-12 11:56:43,253 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-3bfb8832-bf6c-4ff2-b695-61c004bd45a1-inst 2018-10-12 11:56:50,692 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:56:53,228 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:56:57,000 - create_instance - INFO - VM is - ACTIVE 2018-10-12 11:57:02,291 - create_instance - INFO - Deleting Port with ID - 8c0c6d7b-2ed1-4eff-bba4-b464f91dd940 2018-10-12 11:57:02,291 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-3bfb8832-bf6c-4ff2-b695-61c004bd45a1-port 2018-10-12 11:57:12,220 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-3bfb8832-bf6c-4ff2-b695-61c004bd45a1-inst 2018-10-12 11:57:12,368 - create_instance - INFO - Checking deletion status 2018-10-12 11:57:15,647 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-3bfb8832-bf6c-4ff2-b695-61c004bd45a1-inst 2018-10-12 11:57:15,698 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-3bfb8832-bf6c-4ff2-b695-61c004bd45a1-pub-subnet 2018-10-12 11:57:15,698 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-3bfb8832-bf6c-4ff2-b695-61c004bd45a1-pub-subnet 2018-10-12 11:57:18,304 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-3bfb8832-bf6c-4ff2-b695-61c004bd45a1-pub-net 2018-10-12 11:57:19,849 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-3bfb8832-bf6c-4ff2-b695-61c004bd45a1-2 2018-10-12 11:57:20,629 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-3bfb8832-bf6c-4ff2-b695-61c004bd45a1-2 2018-10-12 11:57:20,823 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-3bfb8832-bf6c-4ff2-b695-61c004bd45a1-1 2018-10-12 11:57:24,671 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-3bfb8832-bf6c-4ff2-b695-61c004bd45a1-1 2018-10-12 11:57:24,672 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-3bfb8832-bf6c-4ff2-b695-61c004bd45a1-image 2018-10-12 11:57:27,279 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bc36161e-59d6-4903-8c93-4b7076e0279f 2018-10-12 11:57:27,456 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:57:27,805 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-ba4926e9-92b7-414-proj 2018-10-12 11:57:28,016 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-ba4926e9-92b7-414-proj-role 2018-10-12 11:57:28,220 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-ba4926e9-92b7-414-user 2018-10-12 11:57:29,744 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-8dc42b8d-80d8-4c9-proj 2018-10-12 11:57:31,293 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-8dc42b8d-80d8-4c9-proj 2018-10-12 11:57:31,423 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-8dc42b8d-80d8-4c9-user 2018-10-12 11:57:31,613 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-8dc42b8d-80d8-4c9-proj-role 2018-10-12 11:57:31,629 - keystone_utils - INFO - Granting role CreateStackSuccessTests-8dc42b8d-80d8-4c9-proj-role to project CreateStackSuccessTests-8dc42b8d-80d8-4c9-proj 2018-10-12 11:57:35,346 - create_image - INFO - Created image with name - CreateStackSuccessTests-17c7b6e1-f3f5-46aa-9fff-bbbc63de405f-image 2018-10-12 11:57:35,365 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-17c7b6e1-f3f5-46aa-9fff-bbbc63de405f-image 2018-10-12 11:57:40,772 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-17c7b6e1-f3f5-46aa-9fff-bbbc63de405f-stack 2018-10-12 11:57:56,883 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-17c7b6e1-f3f5-46aa-9fff-bbbc63de405f-stack 2018-10-12 11:58:07,960 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-17c7b6e1-f3f5-46aa-9fff-bbbc63de405f-stack 2018-10-12 11:58:08,625 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-17c7b6e1-f3f5-46aa-9fff-bbbc63de405f-image 2018-10-12 11:58:10,667 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7f33d020-f755-4d3a-80c5-3ad49df3e895 2018-10-12 11:58:10,848 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:58:11,174 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-8dc42b8d-80d8-4c9-proj 2018-10-12 11:58:11,424 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-8dc42b8d-80d8-4c9-proj-role 2018-10-12 11:58:11,618 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-8dc42b8d-80d8-4c9-user 2018-10-12 11:58:13,098 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-3f975c40-32bf-43a-proj 2018-10-12 11:58:14,720 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-3f975c40-32bf-43a-proj 2018-10-12 11:58:14,801 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-3f975c40-32bf-43a-user 2018-10-12 11:58:15,139 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-3f975c40-32bf-43a-proj-role 2018-10-12 11:58:15,233 - keystone_utils - INFO - Granting role CreateStackSuccessTests-3f975c40-32bf-43a-proj-role to project CreateStackSuccessTests-3f975c40-32bf-43a-proj 2018-10-12 11:58:17,921 - create_image - INFO - Created image with name - CreateStackSuccessTests-25785457-55db-443f-8a5f-1f55decc95c3-image 2018-10-12 11:58:18,094 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-25785457-55db-443f-8a5f-1f55decc95c3-image 2018-10-12 11:58:22,910 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-25785457-55db-443f-8a5f-1f55decc95c3-stack 2018-10-12 11:58:40,738 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-25785457-55db-443f-8a5f-1f55decc95c3-stack 2018-10-12 11:58:42,802 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-25785457-55db-443f-8a5f-1f55decc95c3-stack 2018-10-12 11:58:42,802 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-25785457-55db-443f-8a5f-1f55decc95c3-stack 2018-10-12 11:58:42,803 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-25785457-55db-443f-8a5f-1f55decc95c3-stack 2018-10-12 11:58:58,877 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-25785457-55db-443f-8a5f-1f55decc95c3-stack 2018-10-12 11:58:59,454 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-25785457-55db-443f-8a5f-1f55decc95c3-image 2018-10-12 11:59:02,085 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8164dbe8-5f46-4a13-b710-83042eb6779f 2018-10-12 11:59:02,264 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:59:02,584 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-3f975c40-32bf-43a-proj 2018-10-12 11:59:02,885 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-3f975c40-32bf-43a-proj-role 2018-10-12 11:59:03,205 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-3f975c40-32bf-43a-user 2018-10-12 11:59:04,625 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-70e91d51-d9b9-494-proj 2018-10-12 11:59:06,107 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-70e91d51-d9b9-494-proj 2018-10-12 11:59:06,233 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-70e91d51-d9b9-494-user 2018-10-12 11:59:06,451 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-70e91d51-d9b9-494-proj-role 2018-10-12 11:59:06,536 - keystone_utils - INFO - Granting role CreateStackSuccessTests-70e91d51-d9b9-494-proj-role to project CreateStackSuccessTests-70e91d51-d9b9-494-proj 2018-10-12 11:59:09,320 - create_image - INFO - Created image with name - CreateStackSuccessTests-79cc9fc8-2372-4586-b5bf-9533346c5ae6-image 2018-10-12 11:59:09,339 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-79cc9fc8-2372-4586-b5bf-9533346c5ae6-image 2018-10-12 11:59:13,403 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-79cc9fc8-2372-4586-b5bf-9533346c5ae6-stack 2018-10-12 11:59:13,404 - create_stack - ERROR - Timeout checking for stack status for CREATE_COMPLETE 2018-10-12 11:59:13,758 - create_stack - ERROR - ERROR: STACK CREATION FAILED: Stack CREATE started 2018-10-12 11:59:13,758 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-79cc9fc8-2372-4586-b5bf-9533346c5ae6-stack 2018-10-12 11:59:24,174 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-79cc9fc8-2372-4586-b5bf-9533346c5ae6-stack 2018-10-12 11:59:24,230 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-79cc9fc8-2372-4586-b5bf-9533346c5ae6-image 2018-10-12 11:59:26,258 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4036e248-87bb-49af-b794-76f2310b12b9 2018-10-12 11:59:26,439 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 11:59:26,777 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-70e91d51-d9b9-494-proj 2018-10-12 11:59:27,047 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-70e91d51-d9b9-494-proj-role 2018-10-12 11:59:27,247 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-70e91d51-d9b9-494-user 2018-10-12 11:59:28,697 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-4b9a2967-e80a-4d5-proj 2018-10-12 11:59:30,282 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-4b9a2967-e80a-4d5-proj 2018-10-12 11:59:30,405 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-4b9a2967-e80a-4d5-user 2018-10-12 11:59:30,601 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-4b9a2967-e80a-4d5-proj-role 2018-10-12 11:59:30,682 - keystone_utils - INFO - Granting role CreateStackSuccessTests-4b9a2967-e80a-4d5-proj-role to project CreateStackSuccessTests-4b9a2967-e80a-4d5-proj 2018-10-12 11:59:33,628 - create_image - INFO - Created image with name - CreateStackSuccessTests-8f1e2749-92a2-48c7-9685-f2dfbbab14d3-image 2018-10-12 11:59:33,647 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-8f1e2749-92a2-48c7-9685-f2dfbbab14d3-image 2018-10-12 11:59:37,671 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-8f1e2749-92a2-48c7-9685-f2dfbbab14d3-stack 2018-10-12 11:59:54,532 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-8f1e2749-92a2-48c7-9685-f2dfbbab14d3-stack 2018-10-12 11:59:55,459 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-8f1e2749-92a2-48c7-9685-f2dfbbab14d3-stack 2018-10-12 12:00:06,152 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-8f1e2749-92a2-48c7-9685-f2dfbbab14d3-stack 2018-10-12 12:00:06,204 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-8f1e2749-92a2-48c7-9685-f2dfbbab14d3-image 2018-10-12 12:00:08,546 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2cea115d-f6d4-44ae-b7ec-b761ed377956 2018-10-12 12:00:08,731 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 12:00:09,062 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-4b9a2967-e80a-4d5-proj 2018-10-12 12:00:09,431 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-4b9a2967-e80a-4d5-proj-role 2018-10-12 12:00:09,644 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-4b9a2967-e80a-4d5-user 2018-10-12 12:00:11,080 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-ac4affea-6bd3-4c1-proj 2018-10-12 12:00:12,609 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-ac4affea-6bd3-4c1-proj 2018-10-12 12:00:12,749 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-ac4affea-6bd3-4c1-user 2018-10-12 12:00:12,948 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-ac4affea-6bd3-4c1-proj-role 2018-10-12 12:00:13,038 - keystone_utils - INFO - Granting role CreateStackSuccessTests-ac4affea-6bd3-4c1-proj-role to project CreateStackSuccessTests-ac4affea-6bd3-4c1-proj 2018-10-12 12:00:16,071 - create_image - INFO - Created image with name - CreateStackSuccessTests-3cae989a-048b-4123-b022-011dfa820de3-image 2018-10-12 12:00:16,228 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-3cae989a-048b-4123-b022-011dfa820de3-image 2018-10-12 12:00:20,199 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-3cae989a-048b-4123-b022-011dfa820de3-stack 2018-10-12 12:00:37,498 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-3cae989a-048b-4123-b022-011dfa820de3-stack 2018-10-12 12:00:39,099 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-3cae989a-048b-4123-b022-011dfa820de3-stack 2018-10-12 12:00:39,452 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-3cae989a-048b-4123-b022-011dfa820de3-stack 2018-10-12 12:00:49,555 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-3cae989a-048b-4123-b022-011dfa820de3-stack 2018-10-12 12:00:49,750 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-3cae989a-048b-4123-b022-011dfa820de3-image 2018-10-12 12:00:52,793 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7705dc8d-133a-491b-af25-4914196833a6 2018-10-12 12:00:52,984 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 12:00:53,328 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-ac4affea-6bd3-4c1-proj 2018-10-12 12:00:53,622 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-ac4affea-6bd3-4c1-proj-role 2018-10-12 12:00:53,834 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-ac4affea-6bd3-4c1-user 2018-10-12 12:00:55,320 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-ad93c2fe-8a21-47f-proj 2018-10-12 12:00:56,860 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-ad93c2fe-8a21-47f-proj 2018-10-12 12:00:57,032 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-ad93c2fe-8a21-47f-user 2018-10-12 12:00:57,253 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-ad93c2fe-8a21-47f-proj-role 2018-10-12 12:00:57,335 - keystone_utils - INFO - Granting role CreateStackSuccessTests-ad93c2fe-8a21-47f-proj-role to project CreateStackSuccessTests-ad93c2fe-8a21-47f-proj 2018-10-12 12:01:00,067 - create_image - INFO - Created image with name - CreateStackSuccessTests-5403258e-f12d-4ecc-a662-9eb9da5ad833-image 2018-10-12 12:01:00,243 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-5403258e-f12d-4ecc-a662-9eb9da5ad833-image 2018-10-12 12:01:04,454 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-5403258e-f12d-4ecc-a662-9eb9da5ad833-stack 2018-10-12 12:01:24,338 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-5403258e-f12d-4ecc-a662-9eb9da5ad833-stack 2018-10-12 12:01:27,931 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-5403258e-f12d-4ecc-a662-9eb9da5ad833-stack 2018-10-12 12:01:41,387 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-5403258e-f12d-4ecc-a662-9eb9da5ad833-stack 2018-10-12 12:01:41,443 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-5403258e-f12d-4ecc-a662-9eb9da5ad833-image 2018-10-12 12:01:43,545 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 45b547d5-ab29-402f-a7db-9e1911760208 2018-10-12 12:01:43,722 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 12:01:44,057 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-ad93c2fe-8a21-47f-proj 2018-10-12 12:01:44,352 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-ad93c2fe-8a21-47f-proj-role 2018-10-12 12:01:44,569 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-ad93c2fe-8a21-47f-user 2018-10-12 12:01:46,032 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-0e7a6f48-e60a-4f4-proj 2018-10-12 12:01:47,670 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-0e7a6f48-e60a-4f4-proj 2018-10-12 12:01:47,742 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-0e7a6f48-e60a-4f4-user 2018-10-12 12:01:47,943 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-0e7a6f48-e60a-4f4-proj-role 2018-10-12 12:01:48,025 - keystone_utils - INFO - Granting role CreateStackSuccessTests-0e7a6f48-e60a-4f4-proj-role to project CreateStackSuccessTests-0e7a6f48-e60a-4f4-proj 2018-10-12 12:01:50,965 - create_image - INFO - Created image with name - CreateStackSuccessTests-2b87c5cf-7d59-482b-8ce1-25259b66e64a-image 2018-10-12 12:01:51,129 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-2b87c5cf-7d59-482b-8ce1-25259b66e64a-image 2018-10-12 12:01:54,996 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-2b87c5cf-7d59-482b-8ce1-25259b66e64a-stack 2018-10-12 12:02:11,980 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-2b87c5cf-7d59-482b-8ce1-25259b66e64a-stack 2018-10-12 12:02:18,596 - create_instance - INFO - Found existing machine with name - CreateStackSuccessTests-2b87c5cf-7d59-482b-8ce1-25259b66e64a-inst 2018-10-12 12:02:26,433 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-2b87c5cf-7d59-482b-8ce1-25259b66e64a-stack 2018-10-12 12:02:42,370 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-2b87c5cf-7d59-482b-8ce1-25259b66e64a-stack 2018-10-12 12:02:42,580 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-2b87c5cf-7d59-482b-8ce1-25259b66e64a-image 2018-10-12 12:02:44,610 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7a5895ac-2fde-4c66-abc7-38b6c09f7398 2018-10-12 12:02:44,778 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 12:02:45,136 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-0e7a6f48-e60a-4f4-proj 2018-10-12 12:02:45,616 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-0e7a6f48-e60a-4f4-proj-role 2018-10-12 12:02:45,824 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-0e7a6f48-e60a-4f4-user 2018-10-12 12:02:47,243 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-f6f8aa39-1ac6-4fe-proj 2018-10-12 12:02:48,718 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-f6f8aa39-1ac6-4fe-proj 2018-10-12 12:02:49,306 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-f6f8aa39-1ac6-4fe-proj 2018-10-12 12:02:49,442 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-f6f8aa39-1ac6-4fe-user 2018-10-12 12:02:49,643 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-f6f8aa39-1ac6-4fe-proj-role 2018-10-12 12:02:49,730 - keystone_utils - INFO - Granting role CreateStackVolumeTests-f6f8aa39-1ac6-4fe-proj-role to project CreateStackVolumeTests-f6f8aa39-1ac6-4fe-proj 2018-10-12 12:02:52,587 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-7540d13e-aa07-4cc5-8977-6f022d06370b-stack 2018-10-12 12:02:56,736 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-7540d13e-aa07-4cc5-8977-6f022d06370b-stack 2018-10-12 12:02:57,774 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-7540d13e-aa07-4cc5-8977-6f022d06370b-stack 2018-10-12 12:03:01,557 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-7540d13e-aa07-4cc5-8977-6f022d06370b-stack 2018-10-12 12:03:02,817 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-f6f8aa39-1ac6-4fe-proj 2018-10-12 12:03:03,083 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-f6f8aa39-1ac6-4fe-proj-role 2018-10-12 12:03:03,363 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-f6f8aa39-1ac6-4fe-user 2018-10-12 12:03:04,757 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-0ecc9595-bfc2-4b0-proj 2018-10-12 12:03:06,379 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-0ecc9595-bfc2-4b0-proj 2018-10-12 12:03:06,888 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-0ecc9595-bfc2-4b0-proj 2018-10-12 12:03:07,011 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-0ecc9595-bfc2-4b0-user 2018-10-12 12:03:07,206 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-0ecc9595-bfc2-4b0-proj-role 2018-10-12 12:03:07,289 - keystone_utils - INFO - Granting role CreateStackVolumeTests-0ecc9595-bfc2-4b0-proj-role to project CreateStackVolumeTests-0ecc9595-bfc2-4b0-proj 2018-10-12 12:03:10,040 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-b7821a2a-bee1-427a-a406-4e2b6987d211-stack 2018-10-12 12:03:13,874 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-b7821a2a-bee1-427a-a406-4e2b6987d211-stack 2018-10-12 12:03:15,520 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-b7821a2a-bee1-427a-a406-4e2b6987d211-stack 2018-10-12 12:03:19,004 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-b7821a2a-bee1-427a-a406-4e2b6987d211-stack 2018-10-12 12:03:19,784 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-0ecc9595-bfc2-4b0-proj 2018-10-12 12:03:20,011 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-0ecc9595-bfc2-4b0-proj-role 2018-10-12 12:03:20,211 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-0ecc9595-bfc2-4b0-user 2018-10-12 12:03:21,631 - keystone_utils - INFO - Created project with name - CreateStackFlavorTests-798b70aa-623c-42e-proj 2018-10-12 12:03:23,221 - keystone_utils - INFO - Granting role admin to project CreateStackFlavorTests-798b70aa-623c-42e-proj 2018-10-12 12:03:23,589 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFlavorTests-798b70aa-623c-42e-proj 2018-10-12 12:03:23,724 - keystone_utils - INFO - Created user with name - CreateStackFlavorTests-798b70aa-623c-42e-user 2018-10-12 12:03:23,853 - keystone_utils - INFO - Created role with name - CreateStackFlavorTests-798b70aa-623c-42e-proj-role 2018-10-12 12:03:23,943 - keystone_utils - INFO - Granting role CreateStackFlavorTests-798b70aa-623c-42e-proj-role to project CreateStackFlavorTests-798b70aa-623c-42e-proj 2018-10-12 12:03:26,666 - create_stack - INFO - Created stack with name - CreateStackFlavorTests-8c58c6a2-ec71-47ea-9c87-ce7f1b22ddce-stack 2018-10-12 12:03:27,076 - create_stack - INFO - Stack is now active with name - CreateStackFlavorTests-8c58c6a2-ec71-47ea-9c87-ce7f1b22ddce-stack 2018-10-12 12:03:28,131 - create_flavor - INFO - Found flavor with name - CreateStackFlavorTests-8c58c6a2-ec71-47ea-9c87-ce7f1b22ddce-stack-flavor-2c7kwxysnemd 2018-10-12 12:03:28,131 - create_stack - INFO - Deleting stack - CreateStackFlavorTests-8c58c6a2-ec71-47ea-9c87-ce7f1b22ddce-stack 2018-10-12 12:03:31,782 - create_stack - INFO - Attempting to delete again stack - CreateStackFlavorTests-8c58c6a2-ec71-47ea-9c87-ce7f1b22ddce-stack 2018-10-12 12:03:32,461 - keystone_utils - INFO - Deleting project with name - CreateStackFlavorTests-798b70aa-623c-42e-proj 2018-10-12 12:03:32,695 - keystone_utils - INFO - Deleting role with name - CreateStackFlavorTests-798b70aa-623c-42e-proj-role 2018-10-12 12:03:32,895 - keystone_utils - INFO - Deleting user with name - CreateStackFlavorTests-798b70aa-623c-42e-user 2018-10-12 12:03:34,320 - keystone_utils - INFO - Created project with name - CreateStackKeypairTests-0388c206-dd89-4f8-proj 2018-10-12 12:03:35,938 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackKeypairTests-0388c206-dd89-4f8-proj 2018-10-12 12:03:36,065 - keystone_utils - INFO - Created user with name - CreateStackKeypairTests-0388c206-dd89-4f8-user 2018-10-12 12:03:36,272 - keystone_utils - INFO - Created role with name - CreateStackKeypairTests-0388c206-dd89-4f8-proj-role 2018-10-12 12:03:36,363 - keystone_utils - INFO - Granting role CreateStackKeypairTests-0388c206-dd89-4f8-proj-role to project CreateStackKeypairTests-0388c206-dd89-4f8-proj 2018-10-12 12:03:39,015 - create_stack - INFO - Created stack with name - CreateStackKeypairTests-CreateStackKeypairTests-bd16ebf3-b239-4086-b782-9bcd9e50bf3c-stack 2018-10-12 12:03:39,477 - create_stack - INFO - Stack is now active with name - CreateStackKeypairTests-CreateStackKeypairTests-bd16ebf3-b239-4086-b782-9bcd9e50bf3c-stack 2018-10-12 12:03:41,366 - create_stack - INFO - Deleting stack - CreateStackKeypairTests-CreateStackKeypairTests-bd16ebf3-b239-4086-b782-9bcd9e50bf3c-stack 2018-10-12 12:03:45,013 - create_stack - INFO - Attempting to delete again stack - CreateStackKeypairTests-CreateStackKeypairTests-bd16ebf3-b239-4086-b782-9bcd9e50bf3c-stack 2018-10-12 12:03:45,842 - keystone_utils - INFO - Deleting project with name - CreateStackKeypairTests-0388c206-dd89-4f8-proj 2018-10-12 12:03:46,066 - keystone_utils - INFO - Deleting role with name - CreateStackKeypairTests-0388c206-dd89-4f8-proj-role 2018-10-12 12:03:46,265 - keystone_utils - INFO - Deleting user with name - CreateStackKeypairTests-0388c206-dd89-4f8-user 2018-10-12 12:03:47,674 - keystone_utils - INFO - Created project with name - CreateStackSecurityGroupTests-f489b328-9868-456-proj 2018-10-12 12:03:49,188 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSecurityGroupTests-f489b328-9868-456-proj 2018-10-12 12:03:49,311 - keystone_utils - INFO - Created user with name - CreateStackSecurityGroupTests-f489b328-9868-456-user 2018-10-12 12:03:49,512 - keystone_utils - INFO - Created role with name - CreateStackSecurityGroupTests-f489b328-9868-456-proj-role 2018-10-12 12:03:49,532 - keystone_utils - INFO - Granting role CreateStackSecurityGroupTests-f489b328-9868-456-proj-role to project CreateStackSecurityGroupTests-f489b328-9868-456-proj 2018-10-12 12:03:52,232 - create_stack - INFO - Created stack with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-82be313b-9c90-442a-a4f8-8f29262dfbfe-stack 2018-10-12 12:03:55,845 - create_stack - INFO - Stack is now active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-82be313b-9c90-442a-a4f8-8f29262dfbfe-stack 2018-10-12 12:03:56,072 - neutron_utils - INFO - Retrieving security group with ID - c6de93ca-dd7c-4b4e-a8fb-8172efc42b96 2018-10-12 12:03:56,269 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c6de93ca-dd7c-4b4e-a8fb-8172efc42b96 2018-10-12 12:03:56,458 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c6de93ca-dd7c-4b4e-a8fb-8172efc42b96 2018-10-12 12:03:57,409 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c6de93ca-dd7c-4b4e-a8fb-8172efc42b96 2018-10-12 12:03:57,596 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c6de93ca-dd7c-4b4e-a8fb-8172efc42b96 2018-10-12 12:03:57,773 - neutron_utils - INFO - Retrieving security group with ID - c6de93ca-dd7c-4b4e-a8fb-8172efc42b96 2018-10-12 12:03:57,826 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c6de93ca-dd7c-4b4e-a8fb-8172efc42b96 2018-10-12 12:03:57,856 - create_stack - INFO - Deleting stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-82be313b-9c90-442a-a4f8-8f29262dfbfe-stack 2018-10-12 12:04:01,621 - create_stack - INFO - Attempting to delete again stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-82be313b-9c90-442a-a4f8-8f29262dfbfe-stack 2018-10-12 12:04:01,997 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 37873e0f-7048-4c68-b581-9fc0e9a6e782 2018-10-12 12:04:02,210 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 12:04:02,508 - keystone_utils - INFO - Deleting project with name - CreateStackSecurityGroupTests-f489b328-9868-456-proj 2018-10-12 12:04:02,766 - keystone_utils - INFO - Deleting role with name - CreateStackSecurityGroupTests-f489b328-9868-456-proj-role 2018-10-12 12:04:02,955 - keystone_utils - INFO - Deleting user with name - CreateStackSecurityGroupTests-f489b328-9868-456-user 2018-10-12 12:04:04,368 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-a582ce21-0910-42a-proj 2018-10-12 12:04:06,008 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-a582ce21-0910-42a-proj 2018-10-12 12:04:06,072 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-a582ce21-0910-42a-user 2018-10-12 12:04:06,266 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-a582ce21-0910-42a-proj-role 2018-10-12 12:04:06,358 - keystone_utils - INFO - Granting role CreateStackNegativeTests-a582ce21-0910-42a-proj-role to project CreateStackNegativeTests-a582ce21-0910-42a-proj 2018-10-12 12:04:07,621 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-a582ce21-0910-42a-proj 2018-10-12 12:04:07,833 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-a582ce21-0910-42a-proj-role 2018-10-12 12:04:08,034 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-a582ce21-0910-42a-user 2018-10-12 12:04:09,548 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-3c98d025-081c-439-proj 2018-10-12 12:04:11,160 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-3c98d025-081c-439-proj 2018-10-12 12:04:11,281 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-3c98d025-081c-439-user 2018-10-12 12:04:11,464 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-3c98d025-081c-439-proj-role 2018-10-12 12:04:11,552 - keystone_utils - INFO - Granting role CreateStackNegativeTests-3c98d025-081c-439-proj-role to project CreateStackNegativeTests-3c98d025-081c-439-proj 2018-10-12 12:04:13,220 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-3c98d025-081c-439-proj 2018-10-12 12:04:13,438 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-3c98d025-081c-439-proj-role 2018-10-12 12:04:13,628 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-3c98d025-081c-439-user 2018-10-12 12:04:15,093 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-f4e2c153-1e3b-4e7-proj 2018-10-12 12:04:16,141 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-f4e2c153-1e3b-4e7-user 2018-10-12 12:04:16,260 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-f4e2c153-1e3b-4e7-proj-role 2018-10-12 12:04:16,351 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-f4e2c153-1e3b-4e7-proj-role to project CreateInstanceSingleNetworkTests-f4e2c153-1e3b-4e7-proj 2018-10-12 12:04:19,605 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-ca0b303b-86da-4332-88b2-6d921ae371f0-image 2018-10-12 12:04:19,625 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-ca0b303b-86da-4332-88b2-6d921ae371f0-image 2018-10-12 12:04:20,196 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-ca0b303b-86da-4332-88b2-6d921ae371f0-pub-net 2018-10-12 12:04:21,420 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-ca0b303b-86da-4332-88b2-6d921ae371f0-pub-subnet 2018-10-12 12:04:24,464 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-ca0b303b-86da-4332-88b2-6d921ae371f0-pub-router 2018-10-12 12:04:25,559 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-ca0b303b-86da-4332-88b2-6d921ae371f0-pub-subnet 2018-10-12 12:04:25,560 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-ca0b303b-86da-4332-88b2-6d921ae371f0-pub-subnet 2018-10-12 12:04:27,907 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-ca0b303b-86da-4332-88b2-6d921ae371f0-pub-net 2018-10-12 12:04:29,287 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-ca0b303b-86da-4332-88b2-6d921ae371f0-image 2018-10-12 12:04:30,955 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7a8f6692-a777-4976-b943-29f52097545a 2018-10-12 12:04:31,120 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 12:04:31,463 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-f4e2c153-1e3b-4e7-proj 2018-10-12 12:04:31,731 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-f4e2c153-1e3b-4e7-proj-role 2018-10-12 12:04:31,933 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-f4e2c153-1e3b-4e7-user 2018-10-12 12:04:33,362 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-eaec560d-fd4d-4d4-proj 2018-10-12 12:04:34,488 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-eaec560d-fd4d-4d4-user 2018-10-12 12:04:34,680 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-eaec560d-fd4d-4d4-proj-role 2018-10-12 12:04:34,765 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-eaec560d-fd4d-4d4-proj-role to project CreateInstanceSingleNetworkTests-eaec560d-fd4d-4d4-proj 2018-10-12 12:04:38,172 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-28b1667a-e035-4c87-aaf1-93e7acd85780-image 2018-10-12 12:04:38,340 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-28b1667a-e035-4c87-aaf1-93e7acd85780-image 2018-10-12 12:04:38,925 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-28b1667a-e035-4c87-aaf1-93e7acd85780-pub-net 2018-10-12 12:04:40,012 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-28b1667a-e035-4c87-aaf1-93e7acd85780-pub-subnet 2018-10-12 12:04:42,576 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-28b1667a-e035-4c87-aaf1-93e7acd85780-pub-router 2018-10-12 12:04:43,685 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-28b1667a-e035-4c87-aaf1-93e7acd85780-pub-subnet 2018-10-12 12:04:43,685 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-28b1667a-e035-4c87-aaf1-93e7acd85780-pub-subnet 2018-10-12 12:04:46,086 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-28b1667a-e035-4c87-aaf1-93e7acd85780-pub-net 2018-10-12 12:04:47,487 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-28b1667a-e035-4c87-aaf1-93e7acd85780-image 2018-10-12 12:04:49,461 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1efcea7d-891c-4a16-921b-678f9045c7d1 2018-10-12 12:04:49,639 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 12:04:49,951 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-eaec560d-fd4d-4d4-proj 2018-10-12 12:04:50,259 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-eaec560d-fd4d-4d4-proj-role 2018-10-12 12:04:50,469 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-eaec560d-fd4d-4d4-user 2018-10-12 12:04:51,881 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-633e8a6d-2add-4f7-proj 2018-10-12 12:04:52,955 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-633e8a6d-2add-4f7-user 2018-10-12 12:04:53,375 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-633e8a6d-2add-4f7-proj-role 2018-10-12 12:04:53,464 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-633e8a6d-2add-4f7-proj-role to project CreateInstanceSingleNetworkTests-633e8a6d-2add-4f7-proj 2018-10-12 12:04:56,048 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-d21ef81f-63a3-4a4f-affb-f23009cc67cf-image 2018-10-12 12:04:56,068 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-d21ef81f-63a3-4a4f-affb-f23009cc67cf-image 2018-10-12 12:04:56,690 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-d21ef81f-63a3-4a4f-affb-f23009cc67cf-pub-net 2018-10-12 12:04:58,051 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-d21ef81f-63a3-4a4f-affb-f23009cc67cf-pub-subnet 2018-10-12 12:05:00,862 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-d21ef81f-63a3-4a4f-affb-f23009cc67cf-pub-router 2018-10-12 12:05:01,877 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-d21ef81f-63a3-4a4f-affb-f23009cc67cf-pub-subnet 2018-10-12 12:05:01,877 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-d21ef81f-63a3-4a4f-affb-f23009cc67cf-pub-subnet 2018-10-12 12:05:04,275 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-d21ef81f-63a3-4a4f-affb-f23009cc67cf-pub-net 2018-10-12 12:05:05,641 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-d21ef81f-63a3-4a4f-affb-f23009cc67cf-image 2018-10-12 12:05:07,604 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7d639ead-85bf-4f5d-844a-e724bc077fa5 2018-10-12 12:05:07,856 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 12:05:08,319 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-633e8a6d-2add-4f7-proj 2018-10-12 12:05:08,557 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-633e8a6d-2add-4f7-proj-role 2018-10-12 12:05:08,780 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-633e8a6d-2add-4f7-user 2018-10-12 12:05:10,446 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-4f23cec0-0c17-4c4-proj 2018-10-12 12:05:11,632 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-4f23cec0-0c17-4c4-user 2018-10-12 12:05:11,830 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-4f23cec0-0c17-4c4-proj-role 2018-10-12 12:05:11,847 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-4f23cec0-0c17-4c4-proj-role to project CreateInstanceSingleNetworkTests-4f23cec0-0c17-4c4-proj 2018-10-12 12:05:14,846 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-2cb1cc79-3be0-409b-9093-a99cacb44765-image 2018-10-12 12:05:15,009 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-2cb1cc79-3be0-409b-9093-a99cacb44765-image 2018-10-12 12:05:15,631 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-2cb1cc79-3be0-409b-9093-a99cacb44765-pub-net 2018-10-12 12:05:16,498 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-2cb1cc79-3be0-409b-9093-a99cacb44765-pub-subnet 2018-10-12 12:05:19,389 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-2cb1cc79-3be0-409b-9093-a99cacb44765-pub-router 2018-10-12 12:05:20,278 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-2cb1cc79-3be0-409b-9093-a99cacb44765-pub-subnet 2018-10-12 12:05:20,278 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-2cb1cc79-3be0-409b-9093-a99cacb44765-pub-subnet 2018-10-12 12:05:22,740 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-2cb1cc79-3be0-409b-9093-a99cacb44765-pub-net 2018-10-12 12:05:24,336 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-2cb1cc79-3be0-409b-9093-a99cacb44765-image 2018-10-12 12:05:26,343 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da7473e9-8487-4e5d-aa93-a7e9b023b0f3 2018-10-12 12:05:26,507 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 12:05:26,826 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-4f23cec0-0c17-4c4-proj 2018-10-12 12:05:27,030 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-4f23cec0-0c17-4c4-proj-role 2018-10-12 12:05:27,229 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-4f23cec0-0c17-4c4-user 2018-10-12 12:05:28,686 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-b0cfbc5d-86ef-400-proj 2018-10-12 12:05:29,812 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-b0cfbc5d-86ef-400-user 2018-10-12 12:05:30,105 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-b0cfbc5d-86ef-400-proj-role 2018-10-12 12:05:30,195 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-b0cfbc5d-86ef-400-proj-role to project CreateInstanceSingleNetworkTests-b0cfbc5d-86ef-400-proj 2018-10-12 12:05:33,656 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-ce3dbe8c-454d-4c4e-876e-9536f6cdd680-image 2018-10-12 12:05:33,815 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-ce3dbe8c-454d-4c4e-876e-9536f6cdd680-image 2018-10-12 12:05:34,435 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-ce3dbe8c-454d-4c4e-876e-9536f6cdd680-pub-net 2018-10-12 12:05:35,651 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-ce3dbe8c-454d-4c4e-876e-9536f6cdd680-pub-subnet 2018-10-12 12:05:38,508 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-ce3dbe8c-454d-4c4e-876e-9536f6cdd680-pub-router 2018-10-12 12:05:39,583 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-ce3dbe8c-454d-4c4e-876e-9536f6cdd680-pub-subnet 2018-10-12 12:05:39,583 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-ce3dbe8c-454d-4c4e-876e-9536f6cdd680-pub-subnet 2018-10-12 12:05:41,865 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-ce3dbe8c-454d-4c4e-876e-9536f6cdd680-pub-net 2018-10-12 12:05:43,192 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-ce3dbe8c-454d-4c4e-876e-9536f6cdd680-image 2018-10-12 12:05:45,584 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d7e11667-ddc6-4ceb-9638-e39c89a42920 2018-10-12 12:05:45,752 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 12:05:46,074 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-b0cfbc5d-86ef-400-proj 2018-10-12 12:05:46,325 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-b0cfbc5d-86ef-400-proj-role 2018-10-12 12:05:46,593 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-b0cfbc5d-86ef-400-user 2018-10-12 12:05:48,035 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-801aac7e-e527-478-proj 2018-10-12 12:05:49,136 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-801aac7e-e527-478-user 2018-10-12 12:05:49,422 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-801aac7e-e527-478-proj-role 2018-10-12 12:05:49,519 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-801aac7e-e527-478-proj-role to project CreateInstanceSingleNetworkTests-801aac7e-e527-478-proj 2018-10-12 12:05:52,652 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-ff4b8f8f-9f99-4f5d-b941-83090d596575-image 2018-10-12 12:05:52,672 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-ff4b8f8f-9f99-4f5d-b941-83090d596575-image 2018-10-12 12:05:53,311 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-ff4b8f8f-9f99-4f5d-b941-83090d596575-pub-net 2018-10-12 12:05:54,386 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-ff4b8f8f-9f99-4f5d-b941-83090d596575-pub-subnet 2018-10-12 12:05:57,187 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-ff4b8f8f-9f99-4f5d-b941-83090d596575-pub-router 2018-10-12 12:05:58,108 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-ff4b8f8f-9f99-4f5d-b941-83090d596575-pub-subnet 2018-10-12 12:05:58,108 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-ff4b8f8f-9f99-4f5d-b941-83090d596575-pub-subnet 2018-10-12 12:06:00,585 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-ff4b8f8f-9f99-4f5d-b941-83090d596575-pub-net 2018-10-12 12:06:02,348 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-ff4b8f8f-9f99-4f5d-b941-83090d596575-image 2018-10-12 12:06:04,121 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1e836680-d6e1-42d4-b2fa-5321e53b6ddd 2018-10-12 12:06:04,297 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 12:06:04,606 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-801aac7e-e527-478-proj 2018-10-12 12:06:04,838 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-801aac7e-e527-478-proj-role 2018-10-12 12:06:05,054 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-801aac7e-e527-478-user 2018-10-12 12:06:06,513 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-ee0580a0-918b-414-proj 2018-10-12 12:06:07,590 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-ee0580a0-918b-414-user 2018-10-12 12:06:07,800 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-ee0580a0-918b-414-proj-role 2018-10-12 12:06:07,886 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-ee0580a0-918b-414-proj-role to project CreateInstanceSingleNetworkTests-ee0580a0-918b-414-proj 2018-10-12 12:06:11,387 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-a51d1fdd-2088-48be-ab99-6bff40940a11-image 2018-10-12 12:06:11,650 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-a51d1fdd-2088-48be-ab99-6bff40940a11-image 2018-10-12 12:06:12,282 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-a51d1fdd-2088-48be-ab99-6bff40940a11-pub-net 2018-10-12 12:06:13,484 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-a51d1fdd-2088-48be-ab99-6bff40940a11-pub-subnet 2018-10-12 12:06:16,298 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-a51d1fdd-2088-48be-ab99-6bff40940a11-pub-router 2018-10-12 12:06:17,188 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-a51d1fdd-2088-48be-ab99-6bff40940a11-pub-subnet 2018-10-12 12:06:17,188 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-a51d1fdd-2088-48be-ab99-6bff40940a11-pub-subnet 2018-10-12 12:06:19,605 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-a51d1fdd-2088-48be-ab99-6bff40940a11-pub-net 2018-10-12 12:06:20,883 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-a51d1fdd-2088-48be-ab99-6bff40940a11-image 2018-10-12 12:06:22,978 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c4be8f45-06b0-4789-8fcc-4df315f92b3d 2018-10-12 12:06:23,240 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 12:06:23,582 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-ee0580a0-918b-414-proj 2018-10-12 12:06:23,833 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-ee0580a0-918b-414-proj-role 2018-10-12 12:06:24,115 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-ee0580a0-918b-414-user 2018-10-12 12:06:25,465 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-d0e89dfc-325e-4a7-proj 2018-10-12 12:06:27,103 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-d0e89dfc-325e-4a7-proj 2018-10-12 12:06:27,597 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-d0e89dfc-325e-4a7-proj 2018-10-12 12:06:27,718 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-d0e89dfc-325e-4a7-user 2018-10-12 12:06:27,926 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-d0e89dfc-325e-4a7-proj-role 2018-10-12 12:06:28,007 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-d0e89dfc-325e-4a7-proj-role to project CreateStackFloatingIpTests-d0e89dfc-325e-4a7-proj 2018-10-12 12:06:31,420 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-c12510eb-3f73-401c-9c94-e86b734f20b1-image 2018-10-12 12:06:31,671 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-c12510eb-3f73-401c-9c94-e86b734f20b1-image 2018-10-12 12:06:36,083 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-c12510eb-3f73-401c-9c94-e86b734f20b1-stack 2018-10-12 12:06:43,759 - create_stack - ERROR - Stack CreateStackFloatingIpTests-CreateStackFloatingIpTests-c12510eb-3f73-401c-9c94-e86b734f20b1-stack failed 2018-10-12 12:06:43,759 - create_stack - ERROR - Resource: [flavor2] status: [INIT_COMPLETE] reason: [] 2018-10-12 12:06:43,759 - create_stack - ERROR - Resource: [floating_ip] status: [INIT_COMPLETE] reason: [] 2018-10-12 12:06:43,760 - create_stack - ERROR - Resource: [floating_ip_association] status: [INIT_COMPLETE] reason: [] 2018-10-12 12:06:43,760 - create_stack - ERROR - Resource: [keypair] status: [INIT_COMPLETE] reason: [] 2018-10-12 12:06:43,760 - create_stack - ERROR - Resource: [management_router_interface] status: [INIT_COMPLETE] reason: [] 2018-10-12 12:06:43,760 - create_stack - ERROR - Resource: [management_router] status: [CREATE_FAILED] reason: [IpAddressGenerationFailureClient: resources.management_router: No more IP addresses available on network 71fc6d74-b5f7-4beb-b556-59bef5906bb2. Neutron server returns request_ids: ['req-75a4cf7a-66b8-4728-900c-16a5684f63bf']] 2018-10-12 12:06:43,760 - create_stack - ERROR - Resource: [vm1] status: [INIT_COMPLETE] reason: [] 2018-10-12 12:06:43,760 - create_stack - ERROR - Resource: [vm2] status: [INIT_COMPLETE] reason: [] 2018-10-12 12:06:43,784 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-c12510eb-3f73-401c-9c94-e86b734f20b1-stack 2018-10-12 12:06:53,757 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-c12510eb-3f73-401c-9c94-e86b734f20b1-stack 2018-10-12 12:06:53,815 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-c12510eb-3f73-401c-9c94-e86b734f20b1-image 2018-10-12 12:06:55,925 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 88734bf9-a8f7-4197-9ec9-17ad6d2679aa 2018-10-12 12:06:56,095 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 12:06:56,406 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-d0e89dfc-325e-4a7-proj 2018-10-12 12:06:56,647 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-d0e89dfc-325e-4a7-proj-role 2018-10-12 12:06:56,965 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-d0e89dfc-325e-4a7-user 2018-10-12 12:06:58,375 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-a1504422-8eb5-4c9-proj 2018-10-12 12:06:59,937 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-a1504422-8eb5-4c9-proj 2018-10-12 12:07:00,442 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-a1504422-8eb5-4c9-proj 2018-10-12 12:07:00,569 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-a1504422-8eb5-4c9-user 2018-10-12 12:07:00,782 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-a1504422-8eb5-4c9-proj-role 2018-10-12 12:07:00,870 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-a1504422-8eb5-4c9-proj-role to project CreateStackFloatingIpTests-a1504422-8eb5-4c9-proj 2018-10-12 12:07:04,425 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-130c1c1e-7786-4317-a830-945325445fd3-image 2018-10-12 12:07:04,607 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-130c1c1e-7786-4317-a830-945325445fd3-image 2018-10-12 12:07:09,136 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-130c1c1e-7786-4317-a830-945325445fd3-stack 2018-10-12 12:07:16,511 - create_stack - ERROR - Stack CreateStackFloatingIpTests-CreateStackFloatingIpTests-130c1c1e-7786-4317-a830-945325445fd3-stack failed 2018-10-12 12:07:16,511 - create_stack - ERROR - Resource: [floating_ip] status: [INIT_COMPLETE] reason: [] 2018-10-12 12:07:16,511 - create_stack - ERROR - Resource: [floating_ip_association] status: [INIT_COMPLETE] reason: [] 2018-10-12 12:07:16,511 - create_stack - ERROR - Resource: [management_router] status: [CREATE_FAILED] reason: [IpAddressGenerationFailureClient: resources.management_router: No more IP addresses available on network 71fc6d74-b5f7-4beb-b556-59bef5906bb2. Neutron server returns request_ids: ['req-1056e150-c07c-4b18-aac2-76f0a6544cb2']] 2018-10-12 12:07:16,511 - create_stack - ERROR - Resource: [management_router_interface] status: [INIT_COMPLETE] reason: [] 2018-10-12 12:07:16,511 - create_stack - ERROR - Resource: [vm1] status: [INIT_COMPLETE] reason: [] 2018-10-12 12:07:16,512 - create_stack - ERROR - Resource: [vm2] status: [CREATE_IN_PROGRESS] reason: [state changed] 2018-10-12 12:07:16,512 - create_stack - ERROR - Resource: [port1] status: [INIT_COMPLETE] reason: [] 2018-10-12 12:07:16,512 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-130c1c1e-7786-4317-a830-945325445fd3-stack 2018-10-12 12:07:30,500 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-130c1c1e-7786-4317-a830-945325445fd3-stack 2018-10-12 12:07:30,553 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-130c1c1e-7786-4317-a830-945325445fd3-image 2018-10-12 12:07:32,319 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 72afa695-76d8-43cf-a416-08f0bef2807e 2018-10-12 12:07:32,513 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 12:07:32,845 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-a1504422-8eb5-4c9-proj 2018-10-12 12:07:33,181 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-a1504422-8eb5-4c9-proj-role 2018-10-12 12:07:33,382 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-a1504422-8eb5-4c9-user 2018-10-12 12:07:34,842 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-135537f7-6efa-4b4-proj 2018-10-12 12:07:35,920 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-135537f7-6efa-4b4-user 2018-10-12 12:07:36,129 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-135537f7-6efa-4b4-proj-role 2018-10-12 12:07:36,218 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-135537f7-6efa-4b4-proj-role to project AnsibleProvisioningTests-135537f7-6efa-4b4-proj 2018-10-12 12:07:45,354 - create_image - INFO - Created image with name - AnsibleProvisioningTests-1d65bbf2-ab5a-49cd-8421-cde921dd22ee--image 2018-10-12 12:07:45,509 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-1d65bbf2-ab5a-49cd-8421-cde921dd22ee--image 2018-10-12 12:07:46,205 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-1d65bbf2-ab5a-49cd-8421-cde921dd22ee-pub-net 2018-10-12 12:07:47,429 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-1d65bbf2-ab5a-49cd-8421-cde921dd22ee-pub-subnet 2018-10-12 12:07:50,126 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-1d65bbf2-ab5a-49cd-8421-cde921dd22ee-pub-router 2018-10-12 12:07:51,237 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-1d65bbf2-ab5a-49cd-8421-cde921dd22ee-pub-subnet 2018-10-12 12:07:51,238 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-1d65bbf2-ab5a-49cd-8421-cde921dd22ee-pub-subnet 2018-10-12 12:07:53,602 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-1d65bbf2-ab5a-49cd-8421-cde921dd22ee-pub-net 2018-10-12 12:07:54,836 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-1d65bbf2-ab5a-49cd-8421-cde921dd22ee--image 2018-10-12 12:07:56,570 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0f72d9b9-bebb-4cf0-9f62-fad4fe7fdf6a 2018-10-12 12:07:56,751 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 12:07:57,081 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-135537f7-6efa-4b4-proj 2018-10-12 12:07:57,330 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-135537f7-6efa-4b4-proj-role 2018-10-12 12:07:57,614 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-135537f7-6efa-4b4-user 2018-10-12 12:07:58,980 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-78fd3ffd-3a23-40c-proj 2018-10-12 12:08:00,112 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-78fd3ffd-3a23-40c-user 2018-10-12 12:08:00,334 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-78fd3ffd-3a23-40c-proj-role 2018-10-12 12:08:00,423 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-78fd3ffd-3a23-40c-proj-role to project AnsibleProvisioningTests-78fd3ffd-3a23-40c-proj 2018-10-12 12:08:09,263 - create_image - INFO - Created image with name - AnsibleProvisioningTests-2261961d-d2d8-4fe8-a027-69d4e0fdf69f--image 2018-10-12 12:08:09,416 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-2261961d-d2d8-4fe8-a027-69d4e0fdf69f--image 2018-10-12 12:08:10,047 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-2261961d-d2d8-4fe8-a027-69d4e0fdf69f-pub-net 2018-10-12 12:08:11,028 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-2261961d-d2d8-4fe8-a027-69d4e0fdf69f-pub-subnet 2018-10-12 12:08:13,568 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-2261961d-d2d8-4fe8-a027-69d4e0fdf69f-pub-router 2018-10-12 12:08:14,518 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-2261961d-d2d8-4fe8-a027-69d4e0fdf69f-pub-subnet 2018-10-12 12:08:14,518 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-2261961d-d2d8-4fe8-a027-69d4e0fdf69f-pub-subnet 2018-10-12 12:08:16,943 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-2261961d-d2d8-4fe8-a027-69d4e0fdf69f-pub-net 2018-10-12 12:08:18,312 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-2261961d-d2d8-4fe8-a027-69d4e0fdf69f--image 2018-10-12 12:08:19,816 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 63f27aea-b150-40a4-a95b-bc29a4714179 2018-10-12 12:08:20,006 - neutron_utils - INFO - Deleting security group with name - default 2018-10-12 12:08:20,320 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-78fd3ffd-3a23-40c-proj 2018-10-12 12:08:20,665 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-78fd3ffd-3a23-40c-proj-role 2018-10-12 12:08:20,873 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-78fd3ffd-3a23-40c-user 2018-10-12 12:08:21,282 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-12 12:08:21,282 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 42:06 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-10-12 12:08:23,473 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-10-12 12:08:23,523 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-10-12 12:08:24,913 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-12 12:08:26,822 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-12 12:08:29,318 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-12 12:08:28.950 405 INFO rally.deployment.engine [-] Deployment 5b397d40-770e-48b8-85b0-617987e12fbf | Starting: Destroy cloud and free allocated resources. 2018-10-12 12:08:29.034 405 INFO rally.deployment.engine [-] Deployment 5b397d40-770e-48b8-85b0-617987e12fbf | Completed: Destroy cloud and free allocated resources. 2018-10-12 12:08:29.071 405 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=ef6064fd-6809-4531-ae7b-af4eeb5dd035) for deployment 'opnfv-rally'. 2018-10-12 12:08:29.094 405 INFO rally.api [-] Deleting verification (UUID=58991350-81fa-45eb-971b-2365176b1183). 2018-10-12 12:08:29.125 405 INFO rally.api [-] Verification has been successfully deleted! 2018-10-12 12:08:29.126 405 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=ef6064fd-6809-4531-ae7b-af4eeb5dd035). 2018-10-12 12:08:29.132 405 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-12 12:08:31,763 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-12 12:08:31.473 408 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=709fe8f3-5344-4c79-8ebd-f7ead5aab7ca) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 709fe8f3-5344-4c79-8ebd-f7ead5aab7ca | 2018-10-12T12:08:31 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 709fe8f3-5344-4c79-8ebd-f7ead5aab7ca ~/.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-10-12 12:08:35,086 - 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-10-12 12:08:35,086 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-12 12:08:37,500 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-12 12:08:37.214 414 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=ef6064fd-6809-4531-ae7b-af4eeb5dd035). 2018-10-12 12:08:37.345 414 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-12 12:08:40,689 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-12 12:08:39.443 417 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-12 12:08:39.585 417 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-12 12:08:40.526 417 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f8108415-1e1a-4fba-9f0a-16093857c485) has been successfully created! Using verifier 'opnfv-tempest' (UUID=f8108415-1e1a-4fba-9f0a-16093857c485) as the default verifier for the future CLI operations. 2018-10-12 12:08:43,738 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-10-12 12:08:52,037 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-12 12:08:51.011 436 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f8108415-1e1a-4fba-9f0a-16093857c485) for deployment 'opnfv-rally' (UUID=709fe8f3-5344-4c79-8ebd-f7ead5aab7ca). 2018-10-12 12:08:51.881 436 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-12 12:08:51.884 436 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f8108415-1e1a-4fba-9f0a-16093857c485) has been successfully configured for deployment 'opnfv-rally' (UUID=709fe8f3-5344-4c79-8ebd-f7ead5aab7ca)! 2018-10-12 12:08:55,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-f8108415-1e1a-4fba-9f0a-16093857c485/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-10-12 12:08:55,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-10-12 12:08:57,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:08:57.682 445 INFO rally.api [-] Starting verification (UUID=b0854e1d-0092-428c-89a4-305e7fd2d187) for deployment 'opnfv-rally' (UUID=709fe8f3-5344-4c79-8ebd-f7ead5aab7ca) by verifier 'opnfv-tempest' (UUID=f8108415-1e1a-4fba-9f0a-16093857c485). 2018-10-12 12:10:47,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: b0854e1d-0092-428c-89a4-305e7fd2d187 2018-10-12 12:10:47,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'b0854e1d-0092-428c-89a4-305e7fd2d187']'. 2018-10-12 12:10:48,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-12 12:10:48,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-12 12:10:48,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-12 12:10:48,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | b0854e1d-0092-428c-89a4-305e7fd2d187 | 2018-10-12 12:10:48,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-12 12:10:48,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-12 12:08:57 | 2018-10-12 12:10:48,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-12 12:10:47 | 2018-10-12 12:10:48,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:50 | 2018-10-12 12:10:48,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-12 12:10:48,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-12 12:10:48,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: f8108415-1e1a-4fba-9f0a-16093857c485) | 2018-10-12 12:10:48,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-12 12:10:48,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 709fe8f3-5344-4c79-8ebd-f7ead5aab7ca) | 2018-10-12 12:10:48,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-10-12 12:10:48,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 99.541 | 2018-10-12 12:10:48,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-10-12 12:10:48,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-10-12 12:10:48,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-12 12:10:48,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-12 12:10:48,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-10-12 12:10:48,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-12 12:10:48,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-12 12:10:48,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-12 12:10:48,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-10-12 12:10:48,976 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-12 12:10:48,977 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:05 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-10-12 12:10:52,548 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-10-12 12:10:52,549 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:42 | FAIL | | vping_userdata | functest | smoke | 01:29 | PASS | | tempest_smoke_serial | functest | smoke | 14:43 | FAIL | | rally_sanity | functest | smoke | 00:03 | FAIL | | refstack_defcore | functest | smoke | 03:55 | FAIL | | patrole | functest | smoke | 02:53 | PASS | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 42:06 | FAIL | | neutron_trunk | functest | smoke | 02:05 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-10-12 12:10:52,560 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-10-12 12:10:56,237 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-299 | | 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-10-12 12:10:56,242 - 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=pWYKCY62jZnEAHjzsECP3aEaq export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26: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.8 export OS_REGION_NAME=regionOne 2018-10-12 12:10:56,243 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-12 12:10:56,244 - 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-10-12 12:10:56,265 - xtesting.ci.run_tests - INFO - Loading test case 'doctor-notification'... 2018-10-12 12:10:56,291 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-10-12 12:15:38,224 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-10-12 12:15:38,361 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-12 12:15:38,362 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:42 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-10-12 12:15:38,396 - xtesting.ci.run_tests - INFO - Loading test case 'bgpvpn'... 2018-10-12 12:15:39,867 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-10-12 12:15:40,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:15:40,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:15:40,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:15:40,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:15:40,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:15:40,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:15:40,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:15:40,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:15:40,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:15:40,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:15:40,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:15:40,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:15:40,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:15:40,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:15:40,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:15:40,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:15:40,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:15:40,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:15:40,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:15:40,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:15:40,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:15:40,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:15:40,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:15:40,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:15:40,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:15:40,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:15:40,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:15:40,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:15:40,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:15:40,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:15:40,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:15:40,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:15:40,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:15:40,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:15:40,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:15:40,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:15:40,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:15:40,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:15:40,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:15:40,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:15:40,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:15:40,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:15:40,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:15:40,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:15:40,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:15:40,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:15:40,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:15:40,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:15:40,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-12 12:15:41,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:15:41,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:15:41,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:15:41,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:15:41,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:15:41,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:15:41,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:15:41,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:15:41,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:15:41,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:15:41,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:15:41,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:15:41,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:15:41,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:15:41,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:15:41,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:15:41,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:15:41,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:15:41,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:15:41,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:15:41,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:15:41,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:15:41,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:15:41,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:15:41,006 - sdnvpn.lib.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-10-12 12:15:41,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:15:41,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:15:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95754249-0d75-4841-8f16-7a7f120766ad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:15:41,014 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-95754249-0d75-4841-8f16-7a7f120766ad 2018-10-12 12:15:41,015 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:15:41,386 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:15:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["_YkGVmFPQ-eGSj-xndRZdw"], "issued_at": "2018-10-12T12:15:41.000000Z"}} 2018-10-12 12:15:41,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}655f37fe547e48439e08c5c449518162791c977f" 2018-10-12 12:15:41,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:15:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cff85a18-6afb-4660-aade-58ae98ef1744 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:15:41,467 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-cff85a18-6afb-4660-aade-58ae98ef1744 2018-10-12 12:15:41,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.8:35357 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:15:41,477 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 12:15: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://192.30.9.8: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.8:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 12:15:41,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.8:35357/v3/projects? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}655f37fe547e48439e08c5c449518162791c977f" 2018-10-12 12:15:41,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:15:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d348940-72a7-4342-a88b-fd691b1fc43d Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"links": {"self": "http://192.30.9.8:35357/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://192.30.9.8:35357/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://192.30.9.8:35357/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-12 12:15:41,563 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.8:35357/v3/projects used request id req-0d348940-72a7-4342-a88b-fd691b1fc43d 2018-10-12 12:15:41,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:15:41,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:15:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21af32fa-c146-41dd-957e-7b975a7f7008 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:15:41,571 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-21af32fa-c146-41dd-957e-7b975a7f7008 2018-10-12 12:15:41,572 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:15:41,939 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:15:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["to0_6NdgQyCXt1VaAnxaNA"], "issued_at": "2018-10-12T12:15:41.000000Z"}} 2018-10-12 12:15:41,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/quotas/d6e005d8411b4b378ddb320b792455b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" 2018-10-12 12:15:42,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-5dfe488c-bd41-4e21-8e79-ca1c8d98e433 Date: Fri, 12 Oct 2018 12:15:42 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-10-12 12:15:42,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/quotas/d6e005d8411b4b378ddb320b792455b0 used request id req-5dfe488c-bd41-4e21-8e79-ca1c8d98e433 2018-10-12 12:15:42,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:15:42,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:15:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e073a17e-2278-4c60-8886-b8eec29b5aad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:15:42,113 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e073a17e-2278-4c60-8886-b8eec29b5aad 2018-10-12 12:15:42,113 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:15:42,490 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:15:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["h6B-lbMcTU67alcEVkYnTQ"], "issued_at": "2018-10-12T12:15:42.000000Z"}} 2018-10-12 12:15:42,493 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-quota-class-sets/default -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3afcf310687a97db8c2f3f0850db4aa641867c0b" 2018-10-12 12:15:42,644 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:15:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c263d7d-3924-4588-be54-553ea2d8476f x-compute-request-id: req-8c263d7d-3924-4588-be54-553ea2d8476f 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-10-12 12:15:42,644 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-quota-class-sets/default used request id req-8c263d7d-3924-4588-be54-553ea2d8476f 2018-10-12 12:15:42,645 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting net/subnet/port/router quota to unlimited 2018-10-12 12:15:42,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/quotas/d6e005d8411b4b378ddb320b792455b0 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" -d '{"quota": {"subnet": -1, "router": -1, "network": -1, "port": -1}}' 2018-10-12 12:15:43,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 198 X-Openstack-Request-Id: req-9713409f-294a-4f99-8cfc-676cadab2489 Date: Fri, 12 Oct 2018 12:15:43 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-10-12 12:15:43,008 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/quotas/d6e005d8411b4b378ddb320b792455b0 used request id req-9713409f-294a-4f99-8cfc-676cadab2489 2018-10-12 12:15:43,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:15:43,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:15:43,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:15:43,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:15:43,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:15:43,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:15:43,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:15:43,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:15:43,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:15:43,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:15:43,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:15:43,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:15:43,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:15:43,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:15:43,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:15:43,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:15:43,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:15:43,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:15:43,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:15:43,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:15:43,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:15:43,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:15:43,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:15:43,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:15:43,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:15:43,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:15:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-922866f6-d424-4e79-a918-9850e714cb1e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:15:43,020 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-922866f6-d424-4e79-a918-9850e714cb1e 2018-10-12 12:15:43,021 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:15:43,401 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:15:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["MvY-JDnmTLCB4DDn5PX6qQ"], "issued_at": "2018-10-12T12:15:43.000000Z"}} 2018-10-12 12:15:43,404 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}928f2b36d5b0950e36289852eaa0c744eacc9555" 2018-10-12 12:15:43,583 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:15:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae3dc734-098f-4aeb-bbc6-ac78214fe3f9 x-compute-request-id: req-ae3dc734-098f-4aeb-bbc6-ac78214fe3f9 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-12 12:15:43,583 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail used request id req-ae3dc734-098f-4aeb-bbc6-ac78214fe3f9 2018-10-12 12:15:43,584 - sdnvpn.lib.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2018-10-12 12:15:43,584 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting instances quota class to unlimited 2018-10-12 12:15:43,587 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26: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}3afcf310687a97db8c2f3f0850db4aa641867c0b" -d '{"quota_class_set": {"instances": -1}}' 2018-10-12 12:15:43,626 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:15:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-877e9ac0-23b4-4e27-9172-eb985f485db8 x-compute-request-id: req-877e9ac0-23b4-4e27-9172-eb985f485db8 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-10-12 12:15:43,626 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.26:8774/v2.1/os-quota-class-sets/default used request id req-877e9ac0-23b4-4e27-9172-eb985f485db8 2018-10-12 12:15:43,627 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the Floating IP Addresses 2018-10-12 12:15:43,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" 2018-10-12 12:15:43,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 477 X-Openstack-Request-Id: req-b150adcf-418a-450d-8edb-4e67ad16c354 Date: Fri, 12 Oct 2018 12:15:43 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-10-12T11:00:51Z", "floating_network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "fixed_ip_address": null, "floating_ip_address": "172.30.9.210", "revision_number": 1, "port_id": null, "id": "1911a3e0-6280-40e6-87d9-073f1499258b", "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "created_at": "2018-10-12T10:59:38Z", "project_id": "eb22c63bf4124e9c92a1035f01238b08"}]} 2018-10-12 12:15:43,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-b150adcf-418a-450d-8edb-4e67ad16c354 2018-10-12 12:15:43,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/floatingips/1911a3e0-6280-40e6-87d9-073f1499258b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" 2018-10-12 12:15:44,569 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c24c394e-7ce5-4f81-8dc1-6304a65be723 Content-Length: 0 Date: Fri, 12 Oct 2018 12:15:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:15:44,569 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/1911a3e0-6280-40e6-87d9-073f1499258b used request id req-c24c394e-7ce5-4f81-8dc1-6304a65be723 2018-10-12 12:15:44,569 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the stale routers 2018-10-12 12:15:44,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" 2018-10-12 12:15:44,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14811 X-Openstack-Request-Id: req-511ca827-7c6b-448d-b868-c4b21e26e3a0 Date: Fri, 12 Oct 2018 12:15:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T11:04:21Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.212"}],"id":"12ab221c-aeb3-4e69-9a4d-21ee425c1d68","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7a:d0:d9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"f61ddc9e-646d-43ee-bd5f-1ed4cdb25879","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T11:04:21Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:59:07Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.201"}],"id":"26c2ead3-ac6c-4b99-8a1d-a5f5f145e4ed","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:1f:85:0f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"66c0154d-77ff-4182-93e1-5cbe8e2197bb","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T10:59:07Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T11:05:04Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.219"}],"id":"288f2484-803b-48df-b3a0-38fbcf587f09","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:1b:45:2c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"8cc32df7-2a32-4678-a0ce-94e51785638b","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T11:05:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T11:17:35Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.218"}],"id":"31d4f210-21ef-4c00-b7dd-09e5033c6a87","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:26:70:d2","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"220ed9c1-72cf-4ddc-8151-6712125959e9","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T11:17:35Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:48:39Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.205"}],"id":"43afbf04-1c0e-4925-8102-65c65e832f63","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fd:29:9a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"74c10b68-d19e-41fe-9f2a-00bdb9c87027","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T10:48:38Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:48:42Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.206"}],"id":"47ded3ff-0eec-49b6-9585-a68ebf5617fa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f9:0f:59","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"1967ee3f-2239-4988-977d-42969f392b6d","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T10:48:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:48:41Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.204"}],"id":"48378d4f-9d26-49b4-9fef-2e69b247d3dd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:92:51:47","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"64eb0385-0683-464b-81be-4d97d4b79c11","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T10:48:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T11:17:33Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.217"}],"id":"4ea99e0d-f28e-41e0-835b-0e904b2d4530","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:41:99:a6","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"db3ef45a-7f96-4724-a06a-f08a497cafe8","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T11:17:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:48:39Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.200"}],"id":"5039131b-1b7c-4985-ace9-ad1fabe4a36a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c6:a3:af","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"aae74116-4a81-4d1d-b47f-2655092dcf37","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T10:48:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T11:04:20Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.213"}],"id":"68ae2c8a-f935-4a17-89bd-418243fe22f7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:02:c0:24","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"73b1d245-0fe7-40ab-b49b-16740fd1e2a7","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T11:04:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T11:13:12Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.215"}],"id":"6a055bdd-2044-4dde-b589-460507f293f3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:84:7f:6b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"71538003-bc52-49ee-8918-2c93815cda9c","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T11:13:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T11:17:34Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.203"}],"id":"7331376a-8f78-4278-88b3-dd8f013048b9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:63:36:72","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"64bd4149-35b7-43f0-843d-94e3d0d3d363","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T11:17:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:55:33Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.211"}],"id":"7eed4b93-b53c-4b12-8b8a-1e4833adc7a9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cc:3e:89","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"1b1c1c6b-1de0-497d-b355-94599d0c0815","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T10:55:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T11:13:10Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.216"}],"id":"7f62aa5e-63be-4254-98f2-f6009ea86f03","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a7:4c:00","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7962e05d-c0c7-4a44-bb95-4dfb70f280a6","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T11:13:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T11:12:31Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.220"}],"id":"be64d18f-4405-43ce-a368-2661deebd40f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:85:0f:42","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"116ee438-ce88-4e00-bc71-1931d4571085","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T11:12:31Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T11:04:19Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.214"}],"id":"c8867884-ef4f-4dc2-9bd2-bd9e54ffc3e1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:21:7c:ab","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b8a3eab9-dd7a-4bb6-96dc-8b947c1ed289","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T11:04:19Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T11:13:11Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.209"}],"id":"ca2f25d8-5f84-49ef-8a82-74d3d1ecb335","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:84:8c:9c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"260678d8-2934-4671-b5ef-644fd6d523eb","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T11:13:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T11:17:32Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.207"}],"id":"dc221c2f-35e3-495f-92b4-611c4ad34c11","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f0:b8:e6","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"bbd1953a-1900-4b28-a2da-7c80ca8ebf45","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T11:17:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T11:05:36Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.208"}],"id":"f10dda4b-e42e-4d8a-bf59-254adcff6d70","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:1e:d6:cf","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"ba3282cc-f40b-4fd5-b2b6-1c6283e26dde","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T11:05:35Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T10:47:03Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.202"}],"id":"f21167c5-6cdb-45a2-afea-d107385ec62b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a5:8d:d6","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"91746159-2418-4c30-9572-b40ad071c8ff","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T10:47:03Z","binding:vnic_type":"normal"}]} 2018-10-12 12:15:44,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports used request id req-511ca827-7c6b-448d-b868-c4b21e26e3a0 2018-10-12 12:15:44,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" 2018-10-12 12:15:45,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12576 X-Openstack-Request-Id: req-18a44532-617d-4e7b-b88b-7e2e355b3f2a Date: Fri, 12 Oct 2018 12:15:45 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.220"}]}, "description": "", "tags": [], "tenant_id": "91f4b591f0f643d2bb03e75bbc92578c", "created_at": "2018-10-12T11:12:31Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-10-12T11:12:32Z", "revision_number": 2, "routes": [], "project_id": "91f4b591f0f643d2bb03e75bbc92578c", "id": "116ee438-ce88-4e00-bc71-1931d4571085", "name": "tempest-RoutersIpV6Test-router-906101951"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:41Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T10:48:42Z", "revision_number": 2, "routes": [], "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "1967ee3f-2239-4988-977d-42969f392b6d", "name": "NeutronUtilsRouterTests-15ba56ed-3dfd-47bb-8955-c4ef014003b5-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:55:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T10:55:34Z", "revision_number": 2, "routes": [], "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "1b1c1c6b-1de0-497d-b355-94599d0c0815", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "8e5821a59a434a6790db0fb4bb1cfa5f", "created_at": "2018-10-12T11:17:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T11:17:36Z", "revision_number": 2, "routes": [], "project_id": "8e5821a59a434a6790db0fb4bb1cfa5f", "id": "220ed9c1-72cf-4ddc-8151-6712125959e9", "name": "tempest-TestServerBasicOps-1705987241-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "234096da3646480992066590e7d667fc", "created_at": "2018-10-12T11:13:10Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-10-12T11:13:11Z", "revision_number": 2, "routes": [], "project_id": "234096da3646480992066590e7d667fc", "id": "260678d8-2934-4671-b5ef-644fd6d523eb", "name": "tempest-RoutersTest-router-305228569"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "8e5821a59a434a6790db0fb4bb1cfa5f", "created_at": "2018-10-12T11:17:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T11:17:34Z", "revision_number": 2, "routes": [], "project_id": "8e5821a59a434a6790db0fb4bb1cfa5f", "id": "64bd4149-35b7-43f0-843d-94e3d0d3d363", "name": "tempest-TestServerBasicOps-1705987241-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:40Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T10:48:41Z", "revision_number": 2, "routes": [], "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "64eb0385-0683-464b-81be-4d97d4b79c11", "name": "NeutronUtilsRouterTests-15ba56ed-3dfd-47bb-8955-c4ef014003b5-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "created_at": "2018-10-12T10:59:06Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T10:59:07Z", "revision_number": 2, "routes": [], "project_id": "eb22c63bf4124e9c92a1035f01238b08", "id": "66c0154d-77ff-4182-93e1-5cbe8e2197bb", "name": "vping_ssh-router_171c316d-d9b9-44c7-a0df-fee479dda97c"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "234096da3646480992066590e7d667fc", "created_at": "2018-10-12T11:13:11Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-10-12T11:13:12Z", "revision_number": 2, "routes": [], "project_id": "234096da3646480992066590e7d667fc", "id": "71538003-bc52-49ee-8918-2c93815cda9c", "name": "tempest-RoutersTest-router-305228569"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "92959deaa53846ba8aef5abf7035e252", "created_at": "2018-10-12T11:04:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T11:04:20Z", "revision_number": 2, "routes": [], "project_id": "92959deaa53846ba8aef5abf7035e252", "id": "73b1d245-0fe7-40ab-b49b-16740fd1e2a7", "name": "tempest-ServersTestBootFromVolume-100952361-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T10:48:39Z", "revision_number": 2, "routes": [], "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "74c10b68-d19e-41fe-9f2a-00bdb9c87027", "name": "NeutronUtilsRouterTests-15ba56ed-3dfd-47bb-8955-c4ef014003b5-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "234096da3646480992066590e7d667fc", "created_at": "2018-10-12T11:13:09Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-10-12T11:13:10Z", "revision_number": 2, "routes": [], "project_id": "234096da3646480992066590e7d667fc", "id": "7962e05d-c0c7-4a44-bb95-4dfb70f280a6", "name": "tempest-RoutersTest-router-305228569"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.219"}]}, "description": "", "tags": [], "tenant_id": "f8a192856a0c4a709655b46552f712e3", "created_at": "2018-10-12T11:05:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T11:05:04Z", "revision_number": 2, "routes": [], "project_id": "f8a192856a0c4a709655b46552f712e3", "id": "8cc32df7-2a32-4678-a0ce-94e51785638b", "name": "tempest-ServersTestJSON-555356425-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:47:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T10:47:04Z", "revision_number": 2, "routes": [], "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "91746159-2418-4c30-9572-b40ad071c8ff", "name": "NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:39Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T10:48:40Z", "revision_number": 2, "routes": [], "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "aae74116-4a81-4d1d-b47f-2655092dcf37", "name": "NeutronUtilsRouterTests-15ba56ed-3dfd-47bb-8955-c4ef014003b5-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "92959deaa53846ba8aef5abf7035e252", "created_at": "2018-10-12T11:04:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T11:04:19Z", "revision_number": 2, "routes": [], "project_id": "92959deaa53846ba8aef5abf7035e252", "id": "b8a3eab9-dd7a-4bb6-96dc-8b947c1ed289", "name": "tempest-ServersTestBootFromVolume-100952361-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "fc7999b3de72412eadd327300928272a", "created_at": "2018-10-12T11:05:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T11:05:36Z", "revision_number": 2, "routes": [], "project_id": "fc7999b3de72412eadd327300928272a", "id": "ba3282cc-f40b-4fd5-b2b6-1c6283e26dde", "name": "tempest-ServersTestManualDisk-799658869-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "8e5821a59a434a6790db0fb4bb1cfa5f", "created_at": "2018-10-12T11:17:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T11:17:32Z", "revision_number": 2, "routes": [], "project_id": "8e5821a59a434a6790db0fb4bb1cfa5f", "id": "bbd1953a-1900-4b28-a2da-7c80ca8ebf45", "name": "tempest-TestServerBasicOps-1705987241-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "8e5821a59a434a6790db0fb4bb1cfa5f", "created_at": "2018-10-12T11:17:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T11:17:33Z", "revision_number": 2, "routes": [], "project_id": "8e5821a59a434a6790db0fb4bb1cfa5f", "id": "db3ef45a-7f96-4724-a06a-f08a497cafe8", "name": "tempest-TestServerBasicOps-1705987241-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "92959deaa53846ba8aef5abf7035e252", "created_at": "2018-10-12T11:04:21Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T11:04:21Z", "revision_number": 2, "routes": [], "project_id": "92959deaa53846ba8aef5abf7035e252", "id": "f61ddc9e-646d-43ee-bd5f-1ed4cdb25879", "name": "tempest-ServersTestBootFromVolume-100952361-router"}]} 2018-10-12 12:15:45,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers used request id req-18a44532-617d-4e7b-b88b-7e2e355b3f2a 2018-10-12 12:15:45,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/116ee438-ce88-4e00-bc71-1931d4571085 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" -d '{"router": {"external_gateway_info": {}}}' 2018-10-12 12:15:45,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 450 X-Openstack-Request-Id: req-b0929aff-7d55-4d2a-a39f-f8e13f59c07c Date: Fri, 12 Oct 2018 12:15:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "91f4b591f0f643d2bb03e75bbc92578c", "created_at": "2018-10-12T11:12:31Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-10-12T12:15:45Z", "revision_number": 5, "routes": [], "project_id": "91f4b591f0f643d2bb03e75bbc92578c", "id": "116ee438-ce88-4e00-bc71-1931d4571085", "name": "tempest-RoutersIpV6Test-router-906101951"}} 2018-10-12 12:15:45,706 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/116ee438-ce88-4e00-bc71-1931d4571085 used request id req-b0929aff-7d55-4d2a-a39f-f8e13f59c07c 2018-10-12 12:15:45,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/116ee438-ce88-4e00-bc71-1931d4571085 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" 2018-10-12 12:15:46,458 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5103f2be-7e31-499e-a140-2e85b96b533f Content-Length: 0 Date: Fri, 12 Oct 2018 12:15:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:15:46,458 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/116ee438-ce88-4e00-bc71-1931d4571085 used request id req-5103f2be-7e31-499e-a140-2e85b96b533f 2018-10-12 12:15:46,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/1967ee3f-2239-4988-977d-42969f392b6d -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" -d '{"router": {"external_gateway_info": {}}}' 2018-10-12 12:15:47,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-18908032-0100-4693-8627-6f9417f5e8f5 Date: Fri, 12 Oct 2018 12:15:47 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:41Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:15:47Z", "revision_number": 5, "routes": [], "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "1967ee3f-2239-4988-977d-42969f392b6d", "name": "NeutronUtilsRouterTests-15ba56ed-3dfd-47bb-8955-c4ef014003b5-pub-router"}} 2018-10-12 12:15:47,298 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/1967ee3f-2239-4988-977d-42969f392b6d used request id req-18908032-0100-4693-8627-6f9417f5e8f5 2018-10-12 12:15:47,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/1967ee3f-2239-4988-977d-42969f392b6d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" 2018-10-12 12:15:47,901 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6268b1ce-d28e-43e1-82a6-5706ee176f3a Content-Length: 0 Date: Fri, 12 Oct 2018 12:15:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:15:47,901 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/1967ee3f-2239-4988-977d-42969f392b6d used request id req-6268b1ce-d28e-43e1-82a6-5706ee176f3a 2018-10-12 12:15:47,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/1b1c1c6b-1de0-497d-b355-94599d0c0815 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" -d '{"router": {"external_gateway_info": {}}}' 2018-10-12 12:15:48,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 420 X-Openstack-Request-Id: req-a3b8332d-5b9c-41f0-bbe8-6e8e2b848010 Date: Fri, 12 Oct 2018 12:15:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:55:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:15:48Z", "revision_number": 5, "routes": [], "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "1b1c1c6b-1de0-497d-b355-94599d0c0815", "name": "mgmt_router"}} 2018-10-12 12:15:48,693 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/1b1c1c6b-1de0-497d-b355-94599d0c0815 used request id req-a3b8332d-5b9c-41f0-bbe8-6e8e2b848010 2018-10-12 12:15:48,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/1b1c1c6b-1de0-497d-b355-94599d0c0815 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" 2018-10-12 12:15:49,245 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7bdffbcb-f1fa-48d3-9faf-2b6ef317cecf Content-Length: 0 Date: Fri, 12 Oct 2018 12:15:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:15:49,245 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/1b1c1c6b-1de0-497d-b355-94599d0c0815 used request id req-7bdffbcb-f1fa-48d3-9faf-2b6ef317cecf 2018-10-12 12:15:49,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/220ed9c1-72cf-4ddc-8151-6712125959e9 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" -d '{"router": {"external_gateway_info": {}}}' 2018-10-12 12:15:50,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 453 X-Openstack-Request-Id: req-58021b9a-76c2-4202-8b17-d3ffe45d93ad Date: Fri, 12 Oct 2018 12:15:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8e5821a59a434a6790db0fb4bb1cfa5f", "created_at": "2018-10-12T11:17:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:15:49Z", "revision_number": 5, "routes": [], "project_id": "8e5821a59a434a6790db0fb4bb1cfa5f", "id": "220ed9c1-72cf-4ddc-8151-6712125959e9", "name": "tempest-TestServerBasicOps-1705987241-router"}} 2018-10-12 12:15:50,068 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/220ed9c1-72cf-4ddc-8151-6712125959e9 used request id req-58021b9a-76c2-4202-8b17-d3ffe45d93ad 2018-10-12 12:15:50,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/220ed9c1-72cf-4ddc-8151-6712125959e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" 2018-10-12 12:15:50,485 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5692d6a9-a7de-466a-9d55-43eceac48d3b Content-Length: 0 Date: Fri, 12 Oct 2018 12:15:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:15:50,485 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/220ed9c1-72cf-4ddc-8151-6712125959e9 used request id req-5692d6a9-a7de-466a-9d55-43eceac48d3b 2018-10-12 12:15:50,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/260678d8-2934-4671-b5ef-644fd6d523eb -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" -d '{"router": {"external_gateway_info": {}}}' 2018-10-12 12:15:51,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 446 X-Openstack-Request-Id: req-cdc51f62-a334-4c1a-8010-a2c9176f56a5 Date: Fri, 12 Oct 2018 12:15:51 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "234096da3646480992066590e7d667fc", "created_at": "2018-10-12T11:13:10Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-10-12T12:15:51Z", "revision_number": 5, "routes": [], "project_id": "234096da3646480992066590e7d667fc", "id": "260678d8-2934-4671-b5ef-644fd6d523eb", "name": "tempest-RoutersTest-router-305228569"}} 2018-10-12 12:15:51,322 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/260678d8-2934-4671-b5ef-644fd6d523eb used request id req-cdc51f62-a334-4c1a-8010-a2c9176f56a5 2018-10-12 12:15:51,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/260678d8-2934-4671-b5ef-644fd6d523eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" 2018-10-12 12:15:51,622 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-62d46e5a-b5a4-4d75-8b5a-426fad689292 Content-Length: 0 Date: Fri, 12 Oct 2018 12:15:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:15:51,622 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/260678d8-2934-4671-b5ef-644fd6d523eb used request id req-62d46e5a-b5a4-4d75-8b5a-426fad689292 2018-10-12 12:15:51,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/64bd4149-35b7-43f0-843d-94e3d0d3d363 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" -d '{"router": {"external_gateway_info": {}}}' 2018-10-12 12:15:52,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 453 X-Openstack-Request-Id: req-448ee5e2-3775-4721-8eac-4e55c6661b6c Date: Fri, 12 Oct 2018 12:15:52 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8e5821a59a434a6790db0fb4bb1cfa5f", "created_at": "2018-10-12T11:17:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:15:52Z", "revision_number": 5, "routes": [], "project_id": "8e5821a59a434a6790db0fb4bb1cfa5f", "id": "64bd4149-35b7-43f0-843d-94e3d0d3d363", "name": "tempest-TestServerBasicOps-1705987241-router"}} 2018-10-12 12:15:52,622 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/64bd4149-35b7-43f0-843d-94e3d0d3d363 used request id req-448ee5e2-3775-4721-8eac-4e55c6661b6c 2018-10-12 12:15:52,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/64bd4149-35b7-43f0-843d-94e3d0d3d363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" 2018-10-12 12:15:53,029 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-faec9431-3916-48bc-ba9a-0efe290199e7 Content-Length: 0 Date: Fri, 12 Oct 2018 12:15:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:15:53,029 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/64bd4149-35b7-43f0-843d-94e3d0d3d363 used request id req-faec9431-3916-48bc-ba9a-0efe290199e7 2018-10-12 12:15:53,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/64eb0385-0683-464b-81be-4d97d4b79c11 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" -d '{"router": {"external_gateway_info": {}}}' 2018-10-12 12:15:53,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-d2c70514-c78b-4c9b-b1f4-96e64825ae45 Date: Fri, 12 Oct 2018 12:15:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:40Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:15:53Z", "revision_number": 5, "routes": [], "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "64eb0385-0683-464b-81be-4d97d4b79c11", "name": "NeutronUtilsRouterTests-15ba56ed-3dfd-47bb-8955-c4ef014003b5-pub-router"}} 2018-10-12 12:15:53,847 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/64eb0385-0683-464b-81be-4d97d4b79c11 used request id req-d2c70514-c78b-4c9b-b1f4-96e64825ae45 2018-10-12 12:15:53,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/64eb0385-0683-464b-81be-4d97d4b79c11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" 2018-10-12 12:15:54,143 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1de24647-83ab-43b8-97fc-f3a0e12d3cc9 Content-Length: 0 Date: Fri, 12 Oct 2018 12:15:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:15:54,143 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/64eb0385-0683-464b-81be-4d97d4b79c11 used request id req-1de24647-83ab-43b8-97fc-f3a0e12d3cc9 2018-10-12 12:15:54,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/66c0154d-77ff-4182-93e1-5cbe8e2197bb -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" -d '{"router": {"external_gateway_info": {}}}' 2018-10-12 12:15:55,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 462 X-Openstack-Request-Id: req-3e7f2e66-7928-4b5d-bfde-ac88de2ac64a Date: Fri, 12 Oct 2018 12:15:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "eb22c63bf4124e9c92a1035f01238b08", "created_at": "2018-10-12T10:59:06Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:15:54Z", "revision_number": 5, "routes": [], "project_id": "eb22c63bf4124e9c92a1035f01238b08", "id": "66c0154d-77ff-4182-93e1-5cbe8e2197bb", "name": "vping_ssh-router_171c316d-d9b9-44c7-a0df-fee479dda97c"}} 2018-10-12 12:15:55,223 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/66c0154d-77ff-4182-93e1-5cbe8e2197bb used request id req-3e7f2e66-7928-4b5d-bfde-ac88de2ac64a 2018-10-12 12:15:55,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/66c0154d-77ff-4182-93e1-5cbe8e2197bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" 2018-10-12 12:15:55,647 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7ffc35a7-354d-4168-8274-e3df9b9341f3 Content-Length: 0 Date: Fri, 12 Oct 2018 12:15:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:15:55,648 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/66c0154d-77ff-4182-93e1-5cbe8e2197bb used request id req-7ffc35a7-354d-4168-8274-e3df9b9341f3 2018-10-12 12:15:55,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/71538003-bc52-49ee-8918-2c93815cda9c -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" -d '{"router": {"external_gateway_info": {}}}' 2018-10-12 12:15:56,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 446 X-Openstack-Request-Id: req-f8ed80de-e88d-400f-946d-44a971ddfdfc Date: Fri, 12 Oct 2018 12:15:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "234096da3646480992066590e7d667fc", "created_at": "2018-10-12T11:13:11Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-10-12T12:15:56Z", "revision_number": 5, "routes": [], "project_id": "234096da3646480992066590e7d667fc", "id": "71538003-bc52-49ee-8918-2c93815cda9c", "name": "tempest-RoutersTest-router-305228569"}} 2018-10-12 12:15:56,465 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/71538003-bc52-49ee-8918-2c93815cda9c used request id req-f8ed80de-e88d-400f-946d-44a971ddfdfc 2018-10-12 12:15:56,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/71538003-bc52-49ee-8918-2c93815cda9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" 2018-10-12 12:15:57,085 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c4dbd992-42a1-491d-9dbf-17a4b0be59dd Content-Length: 0 Date: Fri, 12 Oct 2018 12:15:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:15:57,086 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/71538003-bc52-49ee-8918-2c93815cda9c used request id req-c4dbd992-42a1-491d-9dbf-17a4b0be59dd 2018-10-12 12:15:57,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/73b1d245-0fe7-40ab-b49b-16740fd1e2a7 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" -d '{"router": {"external_gateway_info": {}}}' 2018-10-12 12:15:57,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 459 X-Openstack-Request-Id: req-fd069823-7eeb-4d05-8267-5f88fb3b9d4e Date: Fri, 12 Oct 2018 12:15:57 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "92959deaa53846ba8aef5abf7035e252", "created_at": "2018-10-12T11:04:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:15:57Z", "revision_number": 5, "routes": [], "project_id": "92959deaa53846ba8aef5abf7035e252", "id": "73b1d245-0fe7-40ab-b49b-16740fd1e2a7", "name": "tempest-ServersTestBootFromVolume-100952361-router"}} 2018-10-12 12:15:57,927 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/73b1d245-0fe7-40ab-b49b-16740fd1e2a7 used request id req-fd069823-7eeb-4d05-8267-5f88fb3b9d4e 2018-10-12 12:15:57,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/73b1d245-0fe7-40ab-b49b-16740fd1e2a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" 2018-10-12 12:15:58,341 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c3de4568-0cf8-41ef-bdee-387e9e417206 Content-Length: 0 Date: Fri, 12 Oct 2018 12:15:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:15:58,341 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/73b1d245-0fe7-40ab-b49b-16740fd1e2a7 used request id req-c3de4568-0cf8-41ef-bdee-387e9e417206 2018-10-12 12:15:58,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/74c10b68-d19e-41fe-9f2a-00bdb9c87027 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" -d '{"router": {"external_gateway_info": {}}}' 2018-10-12 12:15:59,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-9707185f-fead-4269-9f60-5e260b91960a Date: Fri, 12 Oct 2018 12:15:59 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:15:58Z", "revision_number": 5, "routes": [], "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "74c10b68-d19e-41fe-9f2a-00bdb9c87027", "name": "NeutronUtilsRouterTests-15ba56ed-3dfd-47bb-8955-c4ef014003b5-pub-router"}} 2018-10-12 12:15:59,118 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/74c10b68-d19e-41fe-9f2a-00bdb9c87027 used request id req-9707185f-fead-4269-9f60-5e260b91960a 2018-10-12 12:15:59,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/74c10b68-d19e-41fe-9f2a-00bdb9c87027 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" 2018-10-12 12:15:59,604 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-32432695-1bae-46bb-acae-1c6a5dea5d9a Content-Length: 0 Date: Fri, 12 Oct 2018 12:15:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:15:59,604 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/74c10b68-d19e-41fe-9f2a-00bdb9c87027 used request id req-32432695-1bae-46bb-acae-1c6a5dea5d9a 2018-10-12 12:15:59,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/7962e05d-c0c7-4a44-bb95-4dfb70f280a6 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" -d '{"router": {"external_gateway_info": {}}}' 2018-10-12 12:16:00,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 446 X-Openstack-Request-Id: req-774fe6cb-9224-4a6a-80f0-4683213a300e Date: Fri, 12 Oct 2018 12:16:00 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "234096da3646480992066590e7d667fc", "created_at": "2018-10-12T11:13:09Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-10-12T12:16:00Z", "revision_number": 5, "routes": [], "project_id": "234096da3646480992066590e7d667fc", "id": "7962e05d-c0c7-4a44-bb95-4dfb70f280a6", "name": "tempest-RoutersTest-router-305228569"}} 2018-10-12 12:16:00,633 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/7962e05d-c0c7-4a44-bb95-4dfb70f280a6 used request id req-774fe6cb-9224-4a6a-80f0-4683213a300e 2018-10-12 12:16:00,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/7962e05d-c0c7-4a44-bb95-4dfb70f280a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" 2018-10-12 12:16:01,197 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d76b31b8-3981-4886-af3f-a5f5b417d680 Content-Length: 0 Date: Fri, 12 Oct 2018 12:16:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:16:01,198 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/7962e05d-c0c7-4a44-bb95-4dfb70f280a6 used request id req-d76b31b8-3981-4886-af3f-a5f5b417d680 2018-10-12 12:16:01,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/8cc32df7-2a32-4678-a0ce-94e51785638b -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" -d '{"router": {"external_gateway_info": {}}}' 2018-10-12 12:16:02,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 449 X-Openstack-Request-Id: req-6454ca5c-e65e-47ee-be6a-f1ce4c1e29e2 Date: Fri, 12 Oct 2018 12:16:02 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f8a192856a0c4a709655b46552f712e3", "created_at": "2018-10-12T11:05:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:16:01Z", "revision_number": 5, "routes": [], "project_id": "f8a192856a0c4a709655b46552f712e3", "id": "8cc32df7-2a32-4678-a0ce-94e51785638b", "name": "tempest-ServersTestJSON-555356425-router"}} 2018-10-12 12:16:02,209 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/8cc32df7-2a32-4678-a0ce-94e51785638b used request id req-6454ca5c-e65e-47ee-be6a-f1ce4c1e29e2 2018-10-12 12:16:02,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/8cc32df7-2a32-4678-a0ce-94e51785638b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" 2018-10-12 12:16:02,628 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4774b38f-1e8d-45d0-8cd0-6288615f193c Content-Length: 0 Date: Fri, 12 Oct 2018 12:16:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:16:02,628 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/8cc32df7-2a32-4678-a0ce-94e51785638b used request id req-4774b38f-1e8d-45d0-8cd0-6288615f193c 2018-10-12 12:16:02,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/91746159-2418-4c30-9572-b40ad071c8ff -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" -d '{"router": {"external_gateway_info": {}}}' 2018-10-12 12:16:03,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-82d4a185-89a7-40f4-8ce4-7099248bbc03 Date: Fri, 12 Oct 2018 12:16:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:47:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:16:03Z", "revision_number": 5, "routes": [], "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "91746159-2418-4c30-9572-b40ad071c8ff", "name": "NeutronUtilsRouterTests-79cf0a96-9335-447d-9a53-c0a736ce2c91-pub-router"}} 2018-10-12 12:16:03,486 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/91746159-2418-4c30-9572-b40ad071c8ff used request id req-82d4a185-89a7-40f4-8ce4-7099248bbc03 2018-10-12 12:16:03,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/91746159-2418-4c30-9572-b40ad071c8ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" 2018-10-12 12:16:03,899 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3e0a482c-40ce-4110-abaa-1855fba72248 Content-Length: 0 Date: Fri, 12 Oct 2018 12:16:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:16:03,899 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/91746159-2418-4c30-9572-b40ad071c8ff used request id req-3e0a482c-40ce-4110-abaa-1855fba72248 2018-10-12 12:16:03,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/aae74116-4a81-4d1d-b47f-2655092dcf37 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" -d '{"router": {"external_gateway_info": {}}}' 2018-10-12 12:16:04,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-3961c374-3352-4f23-8173-ddcd995f8962 Date: Fri, 12 Oct 2018 12:16:04 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "104d75bb2cac4b4998c38732dc15f0bd", "created_at": "2018-10-12T10:48:39Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:16:04Z", "revision_number": 5, "routes": [], "project_id": "104d75bb2cac4b4998c38732dc15f0bd", "id": "aae74116-4a81-4d1d-b47f-2655092dcf37", "name": "NeutronUtilsRouterTests-15ba56ed-3dfd-47bb-8955-c4ef014003b5-pub-router"}} 2018-10-12 12:16:04,593 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/aae74116-4a81-4d1d-b47f-2655092dcf37 used request id req-3961c374-3352-4f23-8173-ddcd995f8962 2018-10-12 12:16:04,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/aae74116-4a81-4d1d-b47f-2655092dcf37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" 2018-10-12 12:16:04,891 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2d6961a7-f778-440f-96ef-3141ba51dfad Content-Length: 0 Date: Fri, 12 Oct 2018 12:16:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:16:04,892 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/aae74116-4a81-4d1d-b47f-2655092dcf37 used request id req-2d6961a7-f778-440f-96ef-3141ba51dfad 2018-10-12 12:16:04,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/b8a3eab9-dd7a-4bb6-96dc-8b947c1ed289 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" -d '{"router": {"external_gateway_info": {}}}' 2018-10-12 12:16:05,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 459 X-Openstack-Request-Id: req-b8e054cb-4d63-4e18-a820-2ccc63f1192e Date: Fri, 12 Oct 2018 12:16:05 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "92959deaa53846ba8aef5abf7035e252", "created_at": "2018-10-12T11:04:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:16:05Z", "revision_number": 5, "routes": [], "project_id": "92959deaa53846ba8aef5abf7035e252", "id": "b8a3eab9-dd7a-4bb6-96dc-8b947c1ed289", "name": "tempest-ServersTestBootFromVolume-100952361-router"}} 2018-10-12 12:16:05,728 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/b8a3eab9-dd7a-4bb6-96dc-8b947c1ed289 used request id req-b8e054cb-4d63-4e18-a820-2ccc63f1192e 2018-10-12 12:16:05,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/b8a3eab9-dd7a-4bb6-96dc-8b947c1ed289 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" 2018-10-12 12:16:06,000 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-52f26f2f-b503-453a-80be-6203630ee401 Content-Length: 0 Date: Fri, 12 Oct 2018 12:16:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:16:06,000 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/b8a3eab9-dd7a-4bb6-96dc-8b947c1ed289 used request id req-52f26f2f-b503-453a-80be-6203630ee401 2018-10-12 12:16:06,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/ba3282cc-f40b-4fd5-b2b6-1c6283e26dde -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" -d '{"router": {"external_gateway_info": {}}}' 2018-10-12 12:16:06,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 455 X-Openstack-Request-Id: req-230b4546-37ff-413a-b1b9-17d88faea6db Date: Fri, 12 Oct 2018 12:16:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "fc7999b3de72412eadd327300928272a", "created_at": "2018-10-12T11:05:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:16:06Z", "revision_number": 5, "routes": [], "project_id": "fc7999b3de72412eadd327300928272a", "id": "ba3282cc-f40b-4fd5-b2b6-1c6283e26dde", "name": "tempest-ServersTestManualDisk-799658869-router"}} 2018-10-12 12:16:06,850 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/ba3282cc-f40b-4fd5-b2b6-1c6283e26dde used request id req-230b4546-37ff-413a-b1b9-17d88faea6db 2018-10-12 12:16:06,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/ba3282cc-f40b-4fd5-b2b6-1c6283e26dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" 2018-10-12 12:16:07,192 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2d24ba78-af85-4101-ad78-1927ade9cd3c Content-Length: 0 Date: Fri, 12 Oct 2018 12:16:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:16:07,192 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/ba3282cc-f40b-4fd5-b2b6-1c6283e26dde used request id req-2d24ba78-af85-4101-ad78-1927ade9cd3c 2018-10-12 12:16:07,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/bbd1953a-1900-4b28-a2da-7c80ca8ebf45 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" -d '{"router": {"external_gateway_info": {}}}' 2018-10-12 12:16:08,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 453 X-Openstack-Request-Id: req-6a2dd861-cf89-4529-92b6-fc476a15ab97 Date: Fri, 12 Oct 2018 12:16:08 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8e5821a59a434a6790db0fb4bb1cfa5f", "created_at": "2018-10-12T11:17:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:16:07Z", "revision_number": 5, "routes": [], "project_id": "8e5821a59a434a6790db0fb4bb1cfa5f", "id": "bbd1953a-1900-4b28-a2da-7c80ca8ebf45", "name": "tempest-TestServerBasicOps-1705987241-router"}} 2018-10-12 12:16:08,203 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/bbd1953a-1900-4b28-a2da-7c80ca8ebf45 used request id req-6a2dd861-cf89-4529-92b6-fc476a15ab97 2018-10-12 12:16:08,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/bbd1953a-1900-4b28-a2da-7c80ca8ebf45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" 2018-10-12 12:16:08,658 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-18f9a958-e4fa-480e-adb1-5f11cee29bc2 Content-Length: 0 Date: Fri, 12 Oct 2018 12:16:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:16:08,659 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/bbd1953a-1900-4b28-a2da-7c80ca8ebf45 used request id req-18f9a958-e4fa-480e-adb1-5f11cee29bc2 2018-10-12 12:16:08,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/db3ef45a-7f96-4724-a06a-f08a497cafe8 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" -d '{"router": {"external_gateway_info": {}}}' 2018-10-12 12:16:09,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 453 X-Openstack-Request-Id: req-16de3528-373c-48e6-b3e5-ae674486c3c3 Date: Fri, 12 Oct 2018 12:16:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8e5821a59a434a6790db0fb4bb1cfa5f", "created_at": "2018-10-12T11:17:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:16:09Z", "revision_number": 5, "routes": [], "project_id": "8e5821a59a434a6790db0fb4bb1cfa5f", "id": "db3ef45a-7f96-4724-a06a-f08a497cafe8", "name": "tempest-TestServerBasicOps-1705987241-router"}} 2018-10-12 12:16:09,631 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/db3ef45a-7f96-4724-a06a-f08a497cafe8 used request id req-16de3528-373c-48e6-b3e5-ae674486c3c3 2018-10-12 12:16:09,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/db3ef45a-7f96-4724-a06a-f08a497cafe8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" 2018-10-12 12:16:09,931 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e89aa722-5401-4022-9932-0a5121b5e0bc Content-Length: 0 Date: Fri, 12 Oct 2018 12:16:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:16:09,932 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/db3ef45a-7f96-4724-a06a-f08a497cafe8 used request id req-e89aa722-5401-4022-9932-0a5121b5e0bc 2018-10-12 12:16:09,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/f61ddc9e-646d-43ee-bd5f-1ed4cdb25879 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" -d '{"router": {"external_gateway_info": {}}}' 2018-10-12 12:16:10,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 459 X-Openstack-Request-Id: req-25beff84-cfcd-4595-bbe6-ffab01c41aab Date: Fri, 12 Oct 2018 12:16:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "92959deaa53846ba8aef5abf7035e252", "created_at": "2018-10-12T11:04:21Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:16:10Z", "revision_number": 5, "routes": [], "project_id": "92959deaa53846ba8aef5abf7035e252", "id": "f61ddc9e-646d-43ee-bd5f-1ed4cdb25879", "name": "tempest-ServersTestBootFromVolume-100952361-router"}} 2018-10-12 12:16:10,626 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/f61ddc9e-646d-43ee-bd5f-1ed4cdb25879 used request id req-25beff84-cfcd-4595-bbe6-ffab01c41aab 2018-10-12 12:16:10,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/f61ddc9e-646d-43ee-bd5f-1ed4cdb25879 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" 2018-10-12 12:16:11,113 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7e52a124-7a3b-4188-880d-440613a53a0b Content-Length: 0 Date: Fri, 12 Oct 2018 12:16:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:16:11,114 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/f61ddc9e-646d-43ee-bd5f-1ed4cdb25879 used request id req-7e52a124-7a3b-4188-880d-440613a53a0b 2018-10-12 12:16:11,184 - 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-10-12 12:16:11,185 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================================== 2018-10-12 12:16:11,185 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_9 2018-10-12 12:16:11,271 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_9 main method 2018-10-12 12:16:11,274 - paramiko.transport - DEBUG - starting thread (client mode): 0xb5cb9b50L 2018-10-12 12:16:11,275 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:16:11,305 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:16:11,305 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:16:11,310 - 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-10-12 12:16:11,310 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:16:11,311 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:16:11,311 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:16:11,311 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:16:11,311 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:16:11,321 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:16:11,322 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:16:11,338 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.173: 60df55f7b7086c1de5e8c6261a27377f 2018-10-12 12:16:11,339 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:16:11,361 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:16:11,396 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:16:11,403 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:16:11,606 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:16:11,607 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:16:11,645 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:16:11,646 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:16:11,677 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:16:16,810 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:16:16,812 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:16:16,814 - paramiko.transport - DEBUG - starting thread (client mode): 0xb2a22ad0L 2018-10-12 12:16:16,814 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:16:16,819 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:16:16,820 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:16:16,822 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-12 12:16:16,822 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:16:16,822 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:16:16,822 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:16:16,822 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:16:16,823 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:16:16,827 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:16:16,828 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:16:16,830 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 77dbd377a7f57ec502fe4ba12fb524fc 2018-10-12 12:16:16,830 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:16:16,867 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:16:16,879 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:16:16,895 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:16:16,959 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:16:16,959 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:16:16,998 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:16:16,999 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:16:17,005 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:16:17,042 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:16:17,043 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:16:17,044 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:16:17,045 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:16:17,045 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:16:17,086 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:16:17,131 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:16:17,133 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:16:17,133 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:16:17,134 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:16:17,134 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:16:17,175 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:16:17,204 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:16:17,205 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:16:17,207 - paramiko.transport - DEBUG - starting thread (client mode): 0xb2ab1350L 2018-10-12 12:16:17,208 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:16:17,214 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:16:17,214 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:16:17,217 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-12 12:16:17,217 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:16:17,217 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:16:17,217 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:16:17,217 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:16:17,217 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:16:17,222 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:16:17,223 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:16:17,239 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: db68117b9c6f1957b4f5ef76338012c9 2018-10-12 12:16:17,240 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:16:17,262 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:16:17,273 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:16:17,304 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:16:17,373 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:16:17,373 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:16:17,413 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:16:17,414 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:16:17,423 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:16:17,456 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:16:17,456 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:16:17,457 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:16:17,458 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:16:17,458 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:16:17,499 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:16:17,546 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:16:17,547 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:16:17,548 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:16:17,549 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:16:17,549 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:16:17,589 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:16:17,620 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:16:17,622 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:16:17,623 - paramiko.transport - DEBUG - starting thread (client mode): 0xb2a69310L 2018-10-12 12:16:17,624 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:16:17,630 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:16:17,630 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:16:17,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-10-12 12:16:17,633 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:16:17,633 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:16:17,633 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:16:17,633 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:16:17,633 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:16:17,638 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:16:17,638 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:16:17,639 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 3e60efe4c07c47ac5686aef869e8d2e0 2018-10-12 12:16:17,640 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:16:17,678 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:16:17,688 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:16:17,704 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:16:17,778 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:16:17,778 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:16:17,818 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:16:17,819 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:16:17,823 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:16:17,858 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:16:17,859 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:16:17,860 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:16:17,860 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:16:17,861 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:16:17,901 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:16:17,949 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:16:17,951 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:16:17,951 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:16:17,952 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:16:17,952 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:16:17,993 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:16:18,025 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:16:18,026 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:16:18,029 - paramiko.transport - DEBUG - starting thread (client mode): 0xb298b350L 2018-10-12 12:16:18,029 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:16:18,033 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:16:18,034 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:16:18,036 - 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-10-12 12:16:18,036 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:16:18,037 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:16:18,037 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:16:18,037 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:16:18,037 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:16:18,041 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:16:18,043 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:16:18,045 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: b6456090c3906ad29d22f6dc7a9c8e68 2018-10-12 12:16:18,045 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:16:18,082 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:16:18,091 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:16:18,110 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:16:18,182 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:16:18,182 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:16:18,221 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:16:18,222 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:16:18,228 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:16:18,262 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:16:18,263 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:16:18,263 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:16:18,264 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:16:18,265 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:16:18,305 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:16:18,347 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:16:18,348 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:16:18,349 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:16:18,350 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:16:18,350 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:16:18,391 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:16:18,418 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:16:18,419 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:16:18,421 - paramiko.transport - DEBUG - starting thread (client mode): 0xb2996090L 2018-10-12 12:16:18,421 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:16:18,426 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:16:18,426 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:16:18,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-10-12 12:16:18,429 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:16:18,429 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:16:18,429 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:16:18,429 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:16:18,429 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:16:18,433 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:16:18,434 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:16:18,437 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 8b834273936dee769d1dc2c2677f5d5e 2018-10-12 12:16:18,437 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:16:18,474 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:16:18,485 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:16:18,502 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:16:18,565 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:16:18,565 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:16:18,604 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:16:18,605 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:16:18,609 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:16:18,638 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:16:18,639 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:16:18,640 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:16:18,640 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:16:18,641 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:16:18,682 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:16:18,724 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:16:18,726 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:16:18,726 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:16:18,728 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:16:18,728 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:16:18,768 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:16:18,795 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:16:18,796 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:16:18,797 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:16:18,798 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:16:18,798 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:16:18,807 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:16:24,112 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:16:24,114 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:16:24,116 - paramiko.transport - DEBUG - starting thread (client mode): 0xb2a22410L 2018-10-12 12:16:24,116 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:16:24,123 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:16:24,123 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:16:24,126 - 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-10-12 12:16:24,126 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:16:24,127 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:16:24,127 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:16:24,127 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:16:24,127 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:16:24,132 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:16:24,132 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:16:24,148 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 77dbd377a7f57ec502fe4ba12fb524fc 2018-10-12 12:16:24,149 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:16:24,172 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:16:24,184 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:16:24,213 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:16:24,282 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:16:24,283 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:16:24,322 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:16:24,323 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:16:24,333 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:16:24,371 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:16:24,372 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:16:24,373 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:16:24,374 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:16:24,374 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:16:24,415 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:16:24,454 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:16:24,455 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:16:24,456 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:16:24,457 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:16:24,457 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:16:24,498 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:16:24,529 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:16:24,531 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:16:24,533 - paramiko.transport - DEBUG - starting thread (client mode): 0xb2986fd0L 2018-10-12 12:16:24,534 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:16:24,539 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:16:24,539 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:16:24,542 - 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-10-12 12:16:24,542 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:16:24,542 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:16:24,542 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:16:24,543 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:16:24,543 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:16:24,548 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:16:24,548 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:16:24,549 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: db68117b9c6f1957b4f5ef76338012c9 2018-10-12 12:16:24,550 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:16:24,587 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:16:24,598 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:16:24,615 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:16:24,678 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:16:24,678 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:16:24,718 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:16:24,719 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:16:24,726 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:16:24,760 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:16:24,760 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:16:24,761 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:16:24,762 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:16:24,762 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:16:24,804 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:16:24,840 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:16:24,842 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:16:24,842 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:16:24,843 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:16:24,843 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:16:24,884 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:16:24,917 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:16:24,919 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:16:24,921 - paramiko.transport - DEBUG - starting thread (client mode): 0xb2996410L 2018-10-12 12:16:24,921 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:16:24,927 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:16:24,927 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:16:24,930 - 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-10-12 12:16:24,930 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:16:24,930 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:16:24,930 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:16:24,930 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:16:24,930 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:16:24,935 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:16:24,936 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:16:24,936 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 3e60efe4c07c47ac5686aef869e8d2e0 2018-10-12 12:16:24,937 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:16:24,975 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:16:24,986 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:16:25,002 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:16:25,070 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:16:25,070 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:16:25,109 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:16:25,110 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:16:25,121 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:16:25,155 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:16:25,156 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:16:25,156 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:16:25,157 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:16:25,157 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:16:25,198 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:16:25,233 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:16:25,235 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:16:25,236 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:16:25,236 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:16:25,237 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:16:25,277 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:16:25,307 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:16:25,309 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:16:25,311 - paramiko.transport - DEBUG - starting thread (client mode): 0xb29d9250L 2018-10-12 12:16:25,311 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:16:25,316 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:16:25,316 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:16:25,318 - 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-10-12 12:16:25,318 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:16:25,318 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:16:25,318 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:16:25,318 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:16:25,319 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:16:25,323 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:16:25,323 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:16:25,327 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: b6456090c3906ad29d22f6dc7a9c8e68 2018-10-12 12:16:25,327 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:16:25,363 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:16:25,374 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:16:25,392 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:16:25,450 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:16:25,450 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:16:25,489 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:16:25,490 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:16:25,495 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:16:25,524 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:16:25,525 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:16:25,526 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:16:25,526 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:16:25,527 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:16:25,567 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:16:25,596 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:16:25,598 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:16:25,598 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:16:25,599 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:16:25,600 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:16:25,640 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:16:25,666 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:16:25,668 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:16:25,669 - paramiko.transport - DEBUG - starting thread (client mode): 0xb29b39d0L 2018-10-12 12:16:25,670 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:16:25,675 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:16:25,675 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:16:25,676 - 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-10-12 12:16:25,676 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:16:25,677 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:16:25,677 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:16:25,677 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:16:25,677 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:16:25,681 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:16:25,682 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:16:25,685 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 8b834273936dee769d1dc2c2677f5d5e 2018-10-12 12:16:25,686 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:16:25,722 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:16:25,732 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:16:25,750 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:16:25,809 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:16:25,809 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:16:25,848 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:16:25,849 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:16:25,853 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:16:25,882 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:16:25,883 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:16:25,884 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:16:25,885 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:16:25,885 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:16:25,926 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:16:25,958 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:16:25,960 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:16:25,960 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:16:25,961 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:16:25,961 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:16:26,002 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:16:26,030 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:16:26,031 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-12 12:16:26,032 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-12 12:16:26,033 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-12 12:16:26,033 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:16:26,037 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-12 12:16:26,091 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-12 12:16:26,091 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-12 12:16:26,092 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-12 12:16:26,092 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-12 12:16:26,093 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-12 12:16:26,097 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-12 12:16:26,149 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-12 12:16:26,149 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-12 12:16:26,150 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-12 12:16:26,150 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-12 12:16:26,151 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-12 12:16:26,155 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-12 12:16:26,206 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-12 12:16:26,207 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-12 12:16:26,208 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-12 12:16:26,209 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-12 12:16:26,209 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-12 12:16:26,211 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-12 12:16:26,283 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-12 12:16:26,284 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-12 12:16:26,285 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-12 12:16:26,285 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-12 12:16:26,286 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-12 12:16:26,288 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-12 12:16:26,360 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-12 12:16:26,361 - sdnvpn-results - INFO - Verify that all OpenStack nodes OVS br-int have fail_mode set to secure 2018-10-12 12:16:26,361 - __name__ - INFO - Controller (ODL) list is ready 2018-10-12 12:16:26,362 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-12 12:16:26,364 - paramiko.transport - DEBUG - starting thread (client mode): 0xb298b0d0L 2018-10-12 12:16:26,364 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:16:26,388 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:16:26,389 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:16:26,394 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-12 12:16:26,394 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:16:26,394 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:16:26,394 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:16:26,395 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:16:26,395 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:16:26,403 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:16:26,403 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:16:26,428 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.173: 60df55f7b7086c1de5e8c6261a27377f 2018-10-12 12:16:26,428 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:16:26,443 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:16:26,480 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:16:26,493 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:16:26,694 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:16:26,694 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:16:26,734 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:16:26,734 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:16:26,766 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:16:32,227 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:16:32,229 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:16:32,231 - paramiko.transport - DEBUG - starting thread (client mode): 0xb29cc990L 2018-10-12 12:16:32,231 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:16:32,239 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:16:32,239 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:16:32,242 - 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-10-12 12:16:32,242 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:16:32,242 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:16:32,243 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:16:32,243 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:16:32,243 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:16:32,248 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:16:32,248 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:16:32,263 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 77dbd377a7f57ec502fe4ba12fb524fc 2018-10-12 12:16:32,263 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:16:32,287 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:16:32,301 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:16:32,328 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:16:32,410 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:16:32,411 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:16:32,450 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:16:32,451 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:16:32,464 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:16:32,500 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:16:32,501 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:16:32,502 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:16:32,503 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:16:32,503 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:16:32,544 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:16:32,582 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:16:32,583 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:16:32,584 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:16:32,585 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:16:32,585 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:16:32,626 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:16:32,658 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:16:32,659 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:16:32,661 - paramiko.transport - DEBUG - starting thread (client mode): 0xb29d36d0L 2018-10-12 12:16:32,662 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:16:32,667 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:16:32,667 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:16:32,670 - 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-10-12 12:16:32,671 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:16:32,671 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:16:32,671 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:16:32,671 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:16:32,671 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:16:32,676 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:16:32,677 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:16:32,693 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: db68117b9c6f1957b4f5ef76338012c9 2018-10-12 12:16:32,694 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:16:32,716 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:16:32,728 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:16:32,758 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:16:32,811 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:16:32,811 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:16:32,850 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:16:32,851 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:16:32,863 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:16:32,899 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:16:32,900 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:16:32,901 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:16:32,901 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:16:32,902 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:16:32,943 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:16:32,981 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:16:32,982 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:16:32,983 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:16:32,984 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:16:32,984 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:16:33,025 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:16:33,057 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:16:33,058 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:16:33,061 - paramiko.transport - DEBUG - starting thread (client mode): 0xb29e11d0L 2018-10-12 12:16:33,061 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:16:33,067 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:16:33,068 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:16:33,071 - 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-10-12 12:16:33,071 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:16:33,071 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:16:33,071 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:16:33,071 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:16:33,071 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:16:33,076 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:16:33,077 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:16:33,093 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 3e60efe4c07c47ac5686aef869e8d2e0 2018-10-12 12:16:33,093 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:16:33,116 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:16:33,129 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:16:33,158 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:16:33,241 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:16:33,241 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:16:33,280 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:16:33,280 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:16:33,294 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:16:33,336 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:16:33,337 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:16:33,337 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:16:33,338 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:16:33,339 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:16:33,379 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:16:33,418 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:16:33,419 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:16:33,420 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:16:33,421 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:16:33,421 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:16:33,462 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:16:33,493 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:16:33,494 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:16:33,496 - paramiko.transport - DEBUG - starting thread (client mode): 0xb29e72d0L 2018-10-12 12:16:33,497 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:16:33,501 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:16:33,501 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:16:33,502 - 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-10-12 12:16:33,503 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:16:33,503 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:16:33,503 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:16:33,503 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:16:33,503 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:16:33,508 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:16:33,509 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:16:33,512 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: b6456090c3906ad29d22f6dc7a9c8e68 2018-10-12 12:16:33,513 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:16:33,548 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:16:33,558 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:16:33,577 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:16:33,636 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:16:33,637 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:16:33,676 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:16:33,676 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:16:33,680 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:16:33,708 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:16:33,709 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:16:33,710 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:16:33,711 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:16:33,711 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:16:33,752 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:16:33,782 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:16:33,784 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:16:33,784 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:16:33,785 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:16:33,785 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:16:33,825 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:16:33,851 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:16:33,852 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:16:33,854 - paramiko.transport - DEBUG - starting thread (client mode): 0xb29f1390L 2018-10-12 12:16:33,854 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:16:33,859 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:16:33,860 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:16:33,861 - 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-10-12 12:16:33,862 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:16:33,862 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:16:33,862 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:16:33,862 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:16:33,862 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:16:33,867 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:16:33,867 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:16:33,870 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 8b834273936dee769d1dc2c2677f5d5e 2018-10-12 12:16:33,870 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:16:33,907 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:16:33,917 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:16:33,935 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:16:33,992 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:16:33,992 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:16:34,031 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:16:34,032 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:16:34,038 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:16:34,067 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:16:34,068 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:16:34,069 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:16:34,070 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:16:34,070 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:16:34,111 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:16:34,144 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:16:34,146 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:16:34,147 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:16:34,147 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:16:34,148 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:16:34,188 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:16:34,216 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:16:34,217 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:16:34,218 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:16:34,219 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:16:34,219 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:16:34,225 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:16:39,326 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:16:39,327 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:16:39,329 - paramiko.transport - DEBUG - starting thread (client mode): 0xb29cc650L 2018-10-12 12:16:39,330 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:16:39,336 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:16:39,337 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:16:39,340 - 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-10-12 12:16:39,340 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:16:39,341 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:16:39,341 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:16:39,341 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:16:39,341 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:16:39,346 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:16:39,347 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:16:39,361 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 77dbd377a7f57ec502fe4ba12fb524fc 2018-10-12 12:16:39,362 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:16:39,386 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:16:39,399 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:16:39,426 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:16:39,499 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:16:39,499 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:16:39,538 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:16:39,539 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:16:39,546 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:16:39,582 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:16:39,583 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:16:39,583 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:16:39,584 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:16:39,585 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:16:39,626 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:16:39,665 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:16:39,666 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:16:39,667 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:16:39,668 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:16:39,668 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:16:39,709 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:16:39,741 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:16:39,743 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:16:39,745 - paramiko.transport - DEBUG - starting thread (client mode): 0xb29ebe10L 2018-10-12 12:16:39,745 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:16:39,751 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:16:39,751 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:16:39,754 - 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-10-12 12:16:39,755 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:16:39,755 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:16:39,755 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:16:39,755 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:16:39,755 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:16:39,761 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:16:39,761 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:16:39,777 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: db68117b9c6f1957b4f5ef76338012c9 2018-10-12 12:16:39,777 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:16:39,801 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:16:39,812 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:16:39,842 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:16:39,894 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:16:39,894 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:16:39,934 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:16:39,935 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:16:39,946 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:16:39,982 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:16:39,983 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:16:39,984 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:16:39,985 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:16:39,985 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:16:40,026 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:16:40,063 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:16:40,065 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:16:40,065 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:16:40,066 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:16:40,067 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:16:40,108 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:16:40,141 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:16:40,142 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:16:40,144 - paramiko.transport - DEBUG - starting thread (client mode): 0xb1915810L 2018-10-12 12:16:40,145 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:16:40,150 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:16:40,151 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:16:40,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-10-12 12:16:40,154 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:16:40,154 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:16:40,154 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:16:40,154 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:16:40,155 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:16:40,159 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:16:40,159 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:16:40,176 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 3e60efe4c07c47ac5686aef869e8d2e0 2018-10-12 12:16:40,177 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:16:40,199 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:16:40,209 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:16:40,241 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:16:40,298 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:16:40,299 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:16:40,338 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:16:40,339 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:16:40,345 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:16:40,380 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:16:40,381 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:16:40,382 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:16:40,383 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:16:40,383 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:16:40,424 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:16:40,462 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:16:40,463 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:16:40,464 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:16:40,465 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:16:40,465 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:16:40,506 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:16:40,538 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:16:40,539 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:16:40,541 - paramiko.transport - DEBUG - starting thread (client mode): 0xb19166d0L 2018-10-12 12:16:40,542 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:16:40,547 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:16:40,548 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:16:40,550 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-12 12:16:40,550 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:16:40,550 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:16:40,551 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:16:40,551 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:16:40,551 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:16:40,556 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:16:40,556 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:16:40,557 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: b6456090c3906ad29d22f6dc7a9c8e68 2018-10-12 12:16:40,558 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:16:40,595 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:16:40,607 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:16:40,622 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:16:40,704 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:16:40,704 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:16:40,744 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:16:40,744 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:16:40,757 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:16:40,786 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:16:40,786 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:16:40,787 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:16:40,788 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:16:40,788 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:16:40,828 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:16:40,858 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:16:40,860 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:16:40,860 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:16:40,861 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:16:40,861 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:16:40,901 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:16:40,927 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:16:40,929 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:16:40,930 - paramiko.transport - DEBUG - starting thread (client mode): 0xb1926410L 2018-10-12 12:16:40,931 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:16:40,935 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:16:40,935 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:16:40,937 - 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-10-12 12:16:40,937 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:16:40,937 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:16:40,937 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:16:40,937 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:16:40,938 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:16:40,942 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:16:40,942 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:16:40,946 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 8b834273936dee769d1dc2c2677f5d5e 2018-10-12 12:16:40,947 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:16:40,982 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:16:40,993 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:16:41,011 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:16:41,069 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:16:41,069 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:16:41,108 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:16:41,109 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:16:41,115 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:16:41,144 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:16:41,145 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:16:41,146 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:16:41,147 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:16:41,147 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:16:41,188 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:16:41,221 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:16:41,222 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:16:41,223 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:16:41,224 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:16:41,224 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:16:41,265 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:16:41,293 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:16:41,294 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-12 12:16:41,295 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-12 12:16:41,296 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-12 12:16:41,296 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:16:41,301 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-12 12:16:41,346 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-12 12:16:41,347 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-12 12:16:41,348 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-12 12:16:41,349 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-12 12:16:41,349 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-12 12:16:41,390 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-12 12:16:41,427 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-12 12:16:41,428 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-12 12:16:41,429 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-12 12:16:41,429 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-12 12:16:41,430 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-12 12:16:41,434 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-12 12:16:41,485 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-12 12:16:41,486 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-12 12:16:41,487 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-12 12:16:41,487 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-12 12:16:41,487 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-12 12:16:41,528 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-12 12:16:41,568 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-12 12:16:41,569 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-12 12:16:41,570 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-12 12:16:41,570 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-12 12:16:41,571 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-12 12:16:41,574 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-12 12:16:41,623 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-12 12:16:41,624 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-12 12:16:41,625 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-12 12:16:41,625 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-12 12:16:41,625 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-12 12:16:41,666 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-12 12:16:41,707 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-12 12:16:41,708 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-12 12:16:41,709 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-12 12:16:41,709 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-12 12:16:41,710 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-12 12:16:41,714 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-12 12:16:41,751 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-12 12:16:41,752 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-12 12:16:41,753 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-12 12:16:41,754 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-12 12:16:41,754 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-12 12:16:41,794 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-12 12:16:41,827 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-12 12:16:41,828 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-12 12:16:41,829 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-12 12:16:41,830 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-12 12:16:41,830 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-12 12:16:41,834 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-12 12:16:41,876 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-12 12:16:41,877 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-12 12:16:41,877 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-12 12:16:41,879 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-12 12:16:41,879 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-12 12:16:41,919 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-12 12:16:41,957 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-12 12:16:41,957 - 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-10-12 12:16:41,958 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-12 12:16:41,958 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-12 12:16:41,958 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_9 2018-10-12 12:16:41,959 - 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-10-12 12:16:41,959 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence' 2018-10-12 12:16:41,960 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ========================================================================================= 2018-10-12 12:16:41,960 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_8 2018-10-12 12:16:42,050 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_8 main method 2018-10-12 12:16:42,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:16:42,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:16:42,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:16:42,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:16:42,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:16:42,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:16:42,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:16:42,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:16:42,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:16:42,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:16:42,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:16:42,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:16:42,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:16:42,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:16:42,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:16:42,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:16:42,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:16:42,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:16:42,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:16:42,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:16:42,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:16:42,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:16:42,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:16:42,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:16:42,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:16:42,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:16:42,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:16:42,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:16:42,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:16:42,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:16:42,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:16:42,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:16:42,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:16:42,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:16:42,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:16:42,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:16:42,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:16:42,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:16:42,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:16:42,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:16:42,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:16:42,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:16:42,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:16:42,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:16:42,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:16:42,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:16:42,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:16:42,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:16:42,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-12 12:16:42,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:16:42,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:16:42,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:16:42,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:16:42,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:16:42,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:16:42,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:16:42,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:16:42,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:16:42,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:16:42,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:16:42,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:16:42,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:16:42,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:16:42,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:16:42,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:16:42,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:16:42,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:16:42,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:16:42,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:16:42,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:16:42,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:16:42,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:16:42,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:16:42,060 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-12 12:16:42,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:16:42,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:16:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5d02e9b-4928-4892-bd13-38b1d4998a1a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:16:42,173 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f5d02e9b-4928-4892-bd13-38b1d4998a1a 2018-10-12 12:16:42,173 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:16:42,548 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:16:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["ytpxhx9WRn-QN9AKc9t6aw"], "issued_at": "2018-10-12T12:16:42.000000Z"}} 2018-10-12 12:16:42,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}82f2e53c10a0c64d667e74eb0dff8861bb2a6230" 2018-10-12 12:16:42,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-6dccf9d2-cadf-4510-b323-857bd6b41b0f Date: Fri, 12 Oct 2018 12:16:42 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-12 12:16:42,719 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20 used request id req-6dccf9d2-cadf-4510-b323-857bd6b41b0f 2018-10-12 12:16:42,719 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-12 12:16:42,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}82f2e53c10a0c64d667e74eb0dff8861bb2a6230" 2018-10-12 12:16:42,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-275c20a8-4c7d-41d7-aca0-751e6ea87906 Date: Fri, 12 Oct 2018 12:16: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-10-12 12:16:42,879 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-275c20a8-4c7d-41d7-aca0-751e6ea87906 2018-10-12 12:16:42,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}82f2e53c10a0c64d667e74eb0dff8861bb2a6230" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-12 12:16:43,141 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/64fc5739-f511-43dd-b4ff-a26f0a104f7b X-Openstack-Request-Id: req-6d9c5fc7-269a-4153-a7b9-b958d1b3e780 Date: Fri, 12 Oct 2018 12:16:43 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T12:16:43Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-12T12:16:43Z", "visibility": "public", "locations": [], "self": "/v2/images/64fc5739-f511-43dd-b4ff-a26f0a104f7b", "min_disk": 0, "protected": false, "id": "64fc5739-f511-43dd-b4ff-a26f0a104f7b", "file": "/v2/images/64fc5739-f511-43dd-b4ff-a26f0a104f7b/file", "checksum": null, "owner": "d6e005d8411b4b378ddb320b792455b0", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 12:16:43,141 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-6d9c5fc7-269a-4153-a7b9-b958d1b3e780 2018-10-12 12:16:43,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/64fc5739-f511-43dd-b4ff-a26f0a104f7b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}82f2e53c10a0c64d667e74eb0dff8861bb2a6230" -d '' 2018-10-12 12:16:44,468 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6c2c5189-e397-497e-bb6b-a5656e8cd1e5 Date: Fri, 12 Oct 2018 12:16:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 12:16:44,468 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/64fc5739-f511-43dd-b4ff-a26f0a104f7b/file used request id req-6c2c5189-e397-497e-bb6b-a5656e8cd1e5 2018-10-12 12:16:44,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:16:44,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:16:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cc48a88-0586-4a42-abc0-db23ac4d0447 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:16:44,476 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9cc48a88-0586-4a42-abc0-db23ac4d0447 2018-10-12 12:16:44,477 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:16:44,853 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:16:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["R9rKHg7bThOu-N8R0WVflQ"], "issued_at": "2018-10-12T12:16:44.000000Z"}} 2018-10-12 12:16:44,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" 2018-10-12 12:16:45,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-08f182ae-51e6-4881-8c41-10ac9e5d7d4d Date: Fri, 12 Oct 2018 12:16:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"}]} 2018-10-12 12:16:45,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-08f182ae-51e6-4881-8c41-10ac9e5d7d4d 2018-10-12 12:16:45,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" 2018-10-12 12:16:45,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-362c5feb-208a-4fe2-b911-fe7f10f5dfe6 Date: Fri, 12 Oct 2018 12:16:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:14Z","dns_nameservers":[],"updated_at":"2018-10-12T10:34:14Z","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":"a326b90e4e0b4021a92eb982e1729d5e","id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-12 12:16:45,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-362c5feb-208a-4fe2-b911-fe7f10f5dfe6 2018-10-12 12:16:45,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" 2018-10-12 12:16:45,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-02862297-54f9-4bb6-8b8a-8dbae250c047 Date: Fri, 12 Oct 2018 12:16:45 GMT RESP BODY: {"routers": []} 2018-10-12 12:16:45,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers used request id req-02862297-54f9-4bb6-8b8a-8dbae250c047 2018-10-12 12:16:45,480 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2018-10-12 12:16:45,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" -d '{"network": {"name": "sdnvpn-8-1", "admin_state_up": true}}' 2018-10-12 12:16:46,006 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-13ed05f2-a438-4d2f-bde4-f4a6b648c405 Date: Fri, 12 Oct 2018 12:16: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":"6c34f08f-4e80-482b-b13f-ec454db08ffa","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T12:16:45Z","is_default":false,"provider:segmentation_id":83,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:16:45Z","mtu":1450}} 2018-10-12 12:16:46,006 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-13ed05f2-a438-4d2f-bde4-f4a6b648c405 2018-10-12 12:16:46,006 - sdnvpn.lib.openstack_utils - DEBUG - Network '6c34f08f-4e80-482b-b13f-ec454db08ffa' created successfully 2018-10-12 12:16:46,007 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-12 12:16:46,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" -d '{"subnets": [{"ip_version": 4, "network_id": "6c34f08f-4e80-482b-b13f-ec454db08ffa", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-1-subnet"}]}' 2018-10-12 12:16:46,646 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-37ce7435-c5b6-47b1-a908-ebe8ab0c4b2c Date: Fri, 12 Oct 2018 12:16:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6c34f08f-4e80-482b-b13f-ec454db08ffa","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:16:46Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-12T12:16: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":"d6e005d8411b4b378ddb320b792455b0","id":"76853bed-41ec-420b-a159-76649272bc3b","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"}]} 2018-10-12 12:16:46,646 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-37ce7435-c5b6-47b1-a908-ebe8ab0c4b2c 2018-10-12 12:16:46,646 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '76853bed-41ec-420b-a159-76649272bc3b' created successfully 2018-10-12 12:16:46,647 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-12 12:16:46,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" -d '{"router": {"name": "sdnvpn-8-1-router", "admin_state_up": true}}' 2018-10-12 12:16:46,990 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-61d1a369-c049-42dc-b288-ac2d9b9edae2 Date: Fri, 12 Oct 2018 12:16:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:16:46Z", "revision_number": 0, "routes": [], "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "77f3bad9-bb1a-4c3a-a9ff-4a04cb39a845", "name": "sdnvpn-8-1-router"}} 2018-10-12 12:16:46,990 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-61d1a369-c049-42dc-b288-ac2d9b9edae2 2018-10-12 12:16:46,991 - sdnvpn.lib.openstack_utils - DEBUG - Router '77f3bad9-bb1a-4c3a-a9ff-4a04cb39a845' created successfully 2018-10-12 12:16:46,991 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-12 12:16:46,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/77f3bad9-bb1a-4c3a-a9ff-4a04cb39a845/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" -d '{"subnet_id": "76853bed-41ec-420b-a159-76649272bc3b"}' 2018-10-12 12:16:48,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-37c298f4-eeaf-4b50-929f-d0a79733823c Date: Fri, 12 Oct 2018 12:16:48 GMT RESP BODY: {"network_id": "6c34f08f-4e80-482b-b13f-ec454db08ffa", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "subnet_id": "76853bed-41ec-420b-a159-76649272bc3b", "subnet_ids": ["76853bed-41ec-420b-a159-76649272bc3b"], "port_id": "f8ef7515-2372-440d-8fe6-f0f58901faad", "id": "77f3bad9-bb1a-4c3a-a9ff-4a04cb39a845"} 2018-10-12 12:16:48,291 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/77f3bad9-bb1a-4c3a-a9ff-4a04cb39a845/add_router_interface used request id req-37c298f4-eeaf-4b50-929f-d0a79733823c 2018-10-12 12:16:48,292 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-12 12:16:48,292 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-12 12:16:48,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" 2018-10-12 12:16:48,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-03fac48d-efb0-481d-b72d-a243d8305ac6 Date: Fri, 12 Oct 2018 12:16:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6c34f08f-4e80-482b-b13f-ec454db08ffa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":["76853bed-41ec-420b-a159-76649272bc3b"],"description":"","tags":[],"updated_at":"2018-10-12T12:16:46Z","provider:segmentation_id":83,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:16:45Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"}]} 2018-10-12 12:16:48,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-03fac48d-efb0-481d-b72d-a243d8305ac6 2018-10-12 12:16:48,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/77f3bad9-bb1a-4c3a-a9ff-4a04cb39a845 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" -d '{"router": {"external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2"}}}' 2018-10-12 12:16:49,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-64b86683-751d-4dae-8598-319169ff10e9 Date: Fri, 12 Oct 2018 12:16:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:16:49Z", "revision_number": 3, "routes": [], "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "77f3bad9-bb1a-4c3a-a9ff-4a04cb39a845", "name": "sdnvpn-8-1-router"}} 2018-10-12 12:16:49,707 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/77f3bad9-bb1a-4c3a-a9ff-4a04cb39a845 used request id req-64b86683-751d-4dae-8598-319169ff10e9 2018-10-12 12:16:49,708 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-12 12:16:49,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" 2018-10-12 12:16:49,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-af36b9e9-d4cc-454c-babb-aad43ad67560 Date: Fri, 12 Oct 2018 12:16:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6c34f08f-4e80-482b-b13f-ec454db08ffa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":["76853bed-41ec-420b-a159-76649272bc3b"],"description":"","tags":[],"updated_at":"2018-10-12T12:16:46Z","provider:segmentation_id":83,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:16:45Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"}]} 2018-10-12 12:16:49,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-af36b9e9-d4cc-454c-babb-aad43ad67560 2018-10-12 12:16:49,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" 2018-10-12 12:16:50,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1253 X-Openstack-Request-Id: req-e8a25ee2-3514-4310-95b9-2db464806dda Date: Fri, 12 Oct 2018 12:16:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6c34f08f-4e80-482b-b13f-ec454db08ffa","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:16:46Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-12T12:16: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":"d6e005d8411b4b378ddb320b792455b0","id":"76853bed-41ec-420b-a159-76649272bc3b","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:14Z","dns_nameservers":[],"updated_at":"2018-10-12T10:34:14Z","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":"a326b90e4e0b4021a92eb982e1729d5e","id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-12 12:16:50,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-e8a25ee2-3514-4310-95b9-2db464806dda 2018-10-12 12:16:50,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" 2018-10-12 12:16:50,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-f36c9ac8-ba53-43e2-bc62-e68ba18c6b9e Date: Fri, 12 Oct 2018 12:16:50 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:16:49Z", "revision_number": 3, "routes": [], "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "77f3bad9-bb1a-4c3a-a9ff-4a04cb39a845", "name": "sdnvpn-8-1-router"}]} 2018-10-12 12:16:50,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers used request id req-f36c9ac8-ba53-43e2-bc62-e68ba18c6b9e 2018-10-12 12:16:50,360 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-2... 2018-10-12 12:16:50,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" -d '{"network": {"name": "sdnvpn-8-2", "admin_state_up": true}}' 2018-10-12 12:16:50,877 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-d8cc5394-edc9-45f2-a62b-b8e751ae6453 Date: Fri, 12 Oct 2018 12:16:50 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e3284ba8-8be7-400a-81f2-0aa01020ae5f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T12:16:50Z","is_default":false,"provider:segmentation_id":8,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:16:50Z","mtu":1450}} 2018-10-12 12:16:50,877 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-d8cc5394-edc9-45f2-a62b-b8e751ae6453 2018-10-12 12:16:50,878 - sdnvpn.lib.openstack_utils - DEBUG - Network 'e3284ba8-8be7-400a-81f2-0aa01020ae5f' created successfully 2018-10-12 12:16:50,878 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-12 12:16:50,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" -d '{"subnets": [{"ip_version": 4, "network_id": "e3284ba8-8be7-400a-81f2-0aa01020ae5f", "cidr": "10.10.20.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-2-subnet"}]}' 2018-10-12 12:16:51,232 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-d1c0019f-6f0e-45a3-a5a9-36a7a3572898 Date: Fri, 12 Oct 2018 12:16:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e3284ba8-8be7-400a-81f2-0aa01020ae5f","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:16:50Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-12T12:16:50Z","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":"d6e005d8411b4b378ddb320b792455b0","id":"abc1621f-76cd-404b-a97f-2a5e1a10355c","subnetpool_id":null,"name":"sdnvpn-8-2-subnet"}]} 2018-10-12 12:16:51,232 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-d1c0019f-6f0e-45a3-a5a9-36a7a3572898 2018-10-12 12:16:51,232 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'abc1621f-76cd-404b-a97f-2a5e1a10355c' created successfully 2018-10-12 12:16:51,232 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-12 12:16:51,233 - sdnvpn.lib.openstack_utils - DEBUG - Router '77f3bad9-bb1a-4c3a-a9ff-4a04cb39a845' created successfully 2018-10-12 12:16:51,233 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-12 12:16:51,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/77f3bad9-bb1a-4c3a-a9ff-4a04cb39a845/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" -d '{"subnet_id": "abc1621f-76cd-404b-a97f-2a5e1a10355c"}' 2018-10-12 12:16:52,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ab01d889-19f9-4f3c-a761-63dacb27c78c Date: Fri, 12 Oct 2018 12:16:52 GMT RESP BODY: {"network_id": "e3284ba8-8be7-400a-81f2-0aa01020ae5f", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "subnet_id": "abc1621f-76cd-404b-a97f-2a5e1a10355c", "subnet_ids": ["abc1621f-76cd-404b-a97f-2a5e1a10355c"], "port_id": "1df7ca59-ca62-4018-92c0-d63c919d8f6b", "id": "77f3bad9-bb1a-4c3a-a9ff-4a04cb39a845"} 2018-10-12 12:16:52,679 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/77f3bad9-bb1a-4c3a-a9ff-4a04cb39a845/add_router_interface used request id req-ab01d889-19f9-4f3c-a761-63dacb27c78c 2018-10-12 12:16:52,679 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-12 12:16:52,679 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-12 12:16:52,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" 2018-10-12 12:16:53,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2006 X-Openstack-Request-Id: req-9590a5d8-ebbe-4f34-bf50-faebc2527ddd Date: Fri, 12 Oct 2018 12:16:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6c34f08f-4e80-482b-b13f-ec454db08ffa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":["76853bed-41ec-420b-a159-76649272bc3b"],"description":"","tags":[],"updated_at":"2018-10-12T12:16:46Z","provider:segmentation_id":83,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:16:45Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e3284ba8-8be7-400a-81f2-0aa01020ae5f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":["abc1621f-76cd-404b-a97f-2a5e1a10355c"],"description":"","tags":[],"updated_at":"2018-10-12T12:16:50Z","provider:segmentation_id":8,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:16:50Z","provider:network_type":"vxlan"}]} 2018-10-12 12:16:53,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-9590a5d8-ebbe-4f34-bf50-faebc2527ddd 2018-10-12 12:16:53,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/77f3bad9-bb1a-4c3a-a9ff-4a04cb39a845 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" -d '{"router": {"external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2"}}}' 2018-10-12 12:16:53,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-c116eda3-1c50-4dce-b790-cd1e943ea46b Date: Fri, 12 Oct 2018 12:16:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:16:53Z", "revision_number": 5, "routes": [], "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "77f3bad9-bb1a-4c3a-a9ff-4a04cb39a845", "name": "sdnvpn-8-1-router"}} 2018-10-12 12:16:53,648 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/77f3bad9-bb1a-4c3a-a9ff-4a04cb39a845 used request id req-c116eda3-1c50-4dce-b790-cd1e943ea46b 2018-10-12 12:16:53,648 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-12 12:16:53,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" 2018-10-12 12:16:53,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-10cb6a96-6e1d-45c3-9f2b-cbef8bca1127 Date: Fri, 12 Oct 2018 12:16:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "created_at": "2018-10-12T12:11:38Z", "updated_at": "2018-10-12T12:11:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "1e3a1018-ad30-4590-a304-5695017ce9df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "670a735b-aa37-4b15-a4af-7d422f280a47", "remote_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "f775879f-edd8-4ca7-8c5b-92d05be5901b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "afd171d3-7f5e-4987-afe0-cc382d12e0d9", "remote_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}], "revision_number": 4, "project_id": "0f9cd33d54bb43498a1eec2e9b62c518", "id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "updated_at": "2018-10-12T10:34:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "2ae4f47a-860c-4316-ac71-26a7138a332b", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "d00fd409-954d-4a7e-b2ce-3b8e9364f9b2", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "c6536286-1efd-4324-bff2-83bf4e288f74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "652ffd7b-44c1-45ae-bacb-d752209f00a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}], "revision_number": 4, "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "665a8bea-d7bf-418c-8720-ca198157c68e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "updated_at": "2018-10-12T10:44:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "25484a0d-c36c-4968-8497-2fab34786f38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "c8cd6bce-c3f0-4e98-afd5-635192d18ba4", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "03a7346d-e81e-42f1-90d8-2d77a0e34ff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "3051e92e-adfd-43d1-8ad4-a37e12b00332", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 4, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "updated_at": "2018-10-12T10:47:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "d081a0eb-165e-4df4-84c6-1cc829e521cc", "remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "9f341cb7-083b-4329-bca3-1a395a91d0be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "949496b4-b497-4a18-b6fe-e484eb4cd872", "remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "bdbe928d-b791-4fc6-90ae-6c3615c86e98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7a87eb57-d271-422f-a9cd-14b017359d35", "name": "default"}]} 2018-10-12 12:16:53,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-10cb6a96-6e1d-45c3-9f2b-cbef8bca1127 2018-10-12 12:16:53,855 - sdnvpn.lib.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2018-10-12 12:16:53,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" -d '{"security_group": {"name": "sdnvpn-sg", "description": "Security group for SDNVPN test cases"}}' 2018-10-12 12:16:54,092 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1377 X-Openstack-Request-Id: req-003be6cf-b5e9-472b-947d-1cda3fcd540b Date: Fri, 12 Oct 2018 12:16:54 GMT RESP BODY: {"security_group": {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:53Z", "updated_at": "2018-10-12T12:16:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:16:53Z", "revision_number": 0, "id": "4691902c-126e-41c9-9882-de419c0d0ffd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:53Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:16:53Z", "revision_number": 0, "id": "5ca0f127-7885-4327-aeb8-e9148550c582", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:53Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 2, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "a012b764-3d71-4fe8-a730-445db10f62d9", "name": "sdnvpn-sg"}} 2018-10-12 12:16:54,093 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-003be6cf-b5e9-472b-947d-1cda3fcd540b 2018-10-12 12:16:54,093 - sdnvpn.lib.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=a012b764-3d71-4fe8-a730-445db10f62d9 created successfully. 2018-10-12 12:16:54,093 - sdnvpn.lib.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2018-10-12 12:16:54,094 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2018-10-12 12:16:54,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" -d '{"security_group_rule": {"direction": "ingress", "protocol": "icmp", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9"}}' 2018-10-12 12:16:54,432 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-a6d40785-9597-4b49-951f-b588cbef05b2 Date: Fri, 12 Oct 2018 12:16:54 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-10-12T12:16:54Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:54Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "8fcefee5-c604-41bd-95ee-cc233116bce2"}} 2018-10-12 12:16:54,432 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-a6d40785-9597-4b49-951f-b588cbef05b2 2018-10-12 12:16:54,433 - sdnvpn.lib.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2018-10-12 12:16:54,433 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-10-12 12:16:54,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" -d '{"security_group_rule": {"port_range_min": "22", "direction": "ingress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9"}}' 2018-10-12 12:16:54,798 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-dbe69b20-95c3-4111-9dab-a850c537f47c Date: Fri, 12 Oct 2018 12:16: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": 22, "updated_at": "2018-10-12T12:16:54Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": 22, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:54Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "7d142794-4b1a-4c7a-973d-eff35efe06b9"}} 2018-10-12 12:16:54,798 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-dbe69b20-95c3-4111-9dab-a850c537f47c 2018-10-12 12:16:54,798 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-10-12 12:16:54,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" -d '{"security_group_rule": {"port_range_min": "22", "direction": "egress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9"}}' 2018-10-12 12:16:55,241 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 506 X-Openstack-Request-Id: req-7682a472-cac9-4715-b2f1-1145d3265f18 Date: Fri, 12 Oct 2018 12:16:55 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-10-12T12:16:55Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": 22, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:55Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "b87fbce2-7987-4a1e-b96d-22d8f7dcb7d0"}} 2018-10-12 12:16:55,241 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-7682a472-cac9-4715-b2f1-1145d3265f18 2018-10-12 12:16:55,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" 2018-10-12 12:16:55,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10290 X-Openstack-Request-Id: req-fec01deb-2cfa-4738-948c-348ea1f95697 Date: Fri, 12 Oct 2018 12:16:55 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-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "03a7346d-e81e-42f1-90d8-2d77a0e34ff5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "port_range_min": null, "revision_number": 0, "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "created_at": "2018-10-12T12:11:38Z", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518", "id": "1e3a1018-ad30-4590-a304-5695017ce9df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "25484a0d-c36c-4968-8497-2fab34786f38"}, {"remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "port_range_min": null, "revision_number": 0, "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "2ae4f47a-860c-4316-ac71-26a7138a332b"}, {"remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "3051e92e-adfd-43d1-8ad4-a37e12b00332"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:16:53Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:53Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "4691902c-126e-41c9-9882-de419c0d0ffd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:16:53Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:53Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "5ca0f127-7885-4327-aeb8-e9148550c582"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "port_range_min": null, "revision_number": 0, "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "652ffd7b-44c1-45ae-bacb-d752209f00a6"}, {"remote_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "port_range_min": null, "revision_number": 0, "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "created_at": "2018-10-12T12:11:38Z", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518", "id": "670a735b-aa37-4b15-a4af-7d422f280a47"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-12T12:16:54Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": 22, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:54Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "7d142794-4b1a-4c7a-973d-eff35efe06b9"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:16:54Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:54Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "8fcefee5-c604-41bd-95ee-cc233116bce2"}, {"remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "project_id": "", "id": "949496b4-b497-4a18-b6fe-e484eb4cd872"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "project_id": "", "id": "9f341cb7-083b-4329-bca3-1a395a91d0be"}, {"remote_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "port_range_min": null, "revision_number": 0, "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "created_at": "2018-10-12T12:11:38Z", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518", "id": "afd171d3-7f5e-4987-afe0-cc382d12e0d9"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-12T12:16:55Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": 22, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:55Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "b87fbce2-7987-4a1e-b96d-22d8f7dcb7d0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "project_id": "", "id": "bdbe928d-b791-4fc6-90ae-6c3615c86e98"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "port_range_min": null, "revision_number": 0, "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "c6536286-1efd-4324-bff2-83bf4e288f74"}, {"remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "c8cd6bce-c3f0-4e98-afd5-635192d18ba4"}, {"remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "port_range_min": null, "revision_number": 0, "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "d00fd409-954d-4a7e-b2ce-3b8e9364f9b2"}, {"remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "project_id": "", "id": "d081a0eb-165e-4df4-84c6-1cc829e521cc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "port_range_min": null, "revision_number": 0, "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "created_at": "2018-10-12T12:11:38Z", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518", "id": "f775879f-edd8-4ca7-8c5b-92d05be5901b"}]} 2018-10-12 12:16:55,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-fec01deb-2cfa-4738-948c-348ea1f95697 2018-10-12 12:16:55,325 - sdnvpn_test_utils - INFO - This rule exists for security group: a012b764-3d71-4fe8-a730-445db10f62d9 2018-10-12 12:16:55,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" 2018-10-12 12:16:55,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10290 X-Openstack-Request-Id: req-1dd29647-fa82-4a69-bef0-6c1067a18ece Date: Fri, 12 Oct 2018 12:16:55 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-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "03a7346d-e81e-42f1-90d8-2d77a0e34ff5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "port_range_min": null, "revision_number": 0, "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "created_at": "2018-10-12T12:11:38Z", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518", "id": "1e3a1018-ad30-4590-a304-5695017ce9df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "25484a0d-c36c-4968-8497-2fab34786f38"}, {"remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "port_range_min": null, "revision_number": 0, "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "2ae4f47a-860c-4316-ac71-26a7138a332b"}, {"remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "3051e92e-adfd-43d1-8ad4-a37e12b00332"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:16:53Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:53Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "4691902c-126e-41c9-9882-de419c0d0ffd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:16:53Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:53Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "5ca0f127-7885-4327-aeb8-e9148550c582"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "port_range_min": null, "revision_number": 0, "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "652ffd7b-44c1-45ae-bacb-d752209f00a6"}, {"remote_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "port_range_min": null, "revision_number": 0, "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "created_at": "2018-10-12T12:11:38Z", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518", "id": "670a735b-aa37-4b15-a4af-7d422f280a47"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-12T12:16:54Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": 22, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:54Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "7d142794-4b1a-4c7a-973d-eff35efe06b9"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:16:54Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:54Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "8fcefee5-c604-41bd-95ee-cc233116bce2"}, {"remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "project_id": "", "id": "949496b4-b497-4a18-b6fe-e484eb4cd872"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "project_id": "", "id": "9f341cb7-083b-4329-bca3-1a395a91d0be"}, {"remote_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "port_range_min": null, "revision_number": 0, "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "created_at": "2018-10-12T12:11:38Z", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518", "id": "afd171d3-7f5e-4987-afe0-cc382d12e0d9"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-12T12:16:55Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": 22, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:55Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "b87fbce2-7987-4a1e-b96d-22d8f7dcb7d0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "project_id": "", "id": "bdbe928d-b791-4fc6-90ae-6c3615c86e98"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "port_range_min": null, "revision_number": 0, "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "c6536286-1efd-4324-bff2-83bf4e288f74"}, {"remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "c8cd6bce-c3f0-4e98-afd5-635192d18ba4"}, {"remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "port_range_min": null, "revision_number": 0, "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "d00fd409-954d-4a7e-b2ce-3b8e9364f9b2"}, {"remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "project_id": "", "id": "d081a0eb-165e-4df4-84c6-1cc829e521cc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "port_range_min": null, "revision_number": 0, "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "created_at": "2018-10-12T12:11:38Z", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518", "id": "f775879f-edd8-4ca7-8c5b-92d05be5901b"}]} 2018-10-12 12:16:55,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-1dd29647-fa82-4a69-bef0-6c1067a18ece 2018-10-12 12:16:55,368 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-10-12 12:16:55,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" -d '{"security_group_rule": {"port_range_min": 80, "direction": "ingress", "protocol": "tcp", "port_range_max": 80, "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9"}}' 2018-10-12 12:16:55,749 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-974fa45e-c1e5-4f43-a023-6db3409d915f Date: Fri, 12 Oct 2018 12:16:55 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-10-12T12:16:55Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": 80, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:55Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "4e0ddac3-3647-4aa1-bd6e-209bacf3d20b"}} 2018-10-12 12:16:55,749 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-974fa45e-c1e5-4f43-a023-6db3409d915f 2018-10-12 12:16:55,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:16:55,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:16:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-399a7bef-d51b-46d2-a45a-83d87216600f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:16:55,757 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-399a7bef-d51b-46d2-a45a-83d87216600f 2018-10-12 12:16:55,758 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:16:56,132 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:16:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["jeevE3P0SP-2_faCwJTRHQ"], "issued_at": "2018-10-12T12:16:56.000000Z"}} 2018-10-12 12:16:56,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc62f6140810b3e87e0f83a5a961a613cc710d9" 2018-10-12 12:16:56,302 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:16: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-97569d7e-90b3-42fe-b723-49c223aaf4cd x-compute-request-id: req-97569d7e-90b3-42fe-b723-49c223aaf4cd Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 108}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 114}, "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": 6}]} 2018-10-12 12:16:56,303 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-97569d7e-90b3-42fe-b723-49c223aaf4cd 2018-10-12 12:16:56,304 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-10-12 12:16:56,304 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-2'... 2018-10-12 12:16:56,304 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-2 flavor=m1.tiny image=64fc5739-f511-43dd-b4ff-a26f0a104f7b network=e3284ba8-8be7-400a-81f2-0aa01020ae5f secgroup=a012b764-3d71-4fe8-a730-445db10f62d9 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-12 12:16:56,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:16:56,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:16:56,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:16:56,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:16:56,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:16:56,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:16:56,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:16:56,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:16:56,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:16:56,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:16:56,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:16:56,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:16:56,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:16:56,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:16:56,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:16:56,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:16:56,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:16:56,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:16:56,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:16:56,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:16:56,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:16:56,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:16:56,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:16:56,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:16:56,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:16:56,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:16:56,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:16:56,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:16:56,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:16:56,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:16:56,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:16:56,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:16:56,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:16:56,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:16:56,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:16:56,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:16:56,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:16:56,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:16:56,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:16:56,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:16:56,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:16:56,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:16:56,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:16:56,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:16:56,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:16:56,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:16:56,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:16:56,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:16:56,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:16:56,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:16:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6c0c0df-4a9d-4338-a3c5-461388c59855 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:16:56,324 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e6c0c0df-4a9d-4338-a3c5-461388c59855 2018-10-12 12:16:56,324 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:16:56,691 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:16:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["F_KPRvuvTU-m8_8Uod_Obg"], "issued_at": "2018-10-12T12:16:56.000000Z"}} 2018-10-12 12:16:56,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cb3305656d78c336ff02140116950cad3f265f0" 2018-10-12 12:16:56,865 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:16: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-440a58e4-5c81-4fec-8d3a-055b8642f382 x-compute-request-id: req-440a58e4-5c81-4fec-8d3a-055b8642f382 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-12 12:16:56,865 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-440a58e4-5c81-4fec-8d3a-055b8642f382 2018-10-12 12:16:56,868 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cb3305656d78c336ff02140116950cad3f265f0" 2018-10-12 12:16:56,887 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:16: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-371a475c-1cf1-4b28-bb5d-e199ae7aedd5 x-compute-request-id: req-371a475c-1cf1-4b28-bb5d-e199ae7aedd5 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:16:56,887 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 used request id req-371a475c-1cf1-4b28-bb5d-e199ae7aedd5 2018-10-12 12:16:56,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cb3305656d78c336ff02140116950cad3f265f0" -d '{"server": {"name": "sdnvpn-8-2", "imageRef": "64fc5739-f511-43dd-b4ff-a26f0a104f7b", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "da26bcae-e1ba-4983-b952-ae51fda523b7", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e3284ba8-8be7-400a-81f2-0aa01020ae5f"}]}}' 2018-10-12 12:16:58,439 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:16: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-9186702d-efa0-4abb-aab8-bf7b7b08cd88 x-compute-request-id: req-9186702d-efa0-4abb-aab8-bf7b7b08cd88 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5105e71f-4967-4891-8710-5d3747203f6d", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5105e71f-4967-4891-8710-5d3747203f6d", "rel": "bookmark"}], "adminPass": "ejprNKSrQe27"}} 2018-10-12 12:16:58,439 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-9186702d-efa0-4abb-aab8-bf7b7b08cd88 2018-10-12 12:16:58,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:16:58,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:16:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7174ea0d-23fc-451c-8bd2-3e4c23f31740 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:16:58,447 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7174ea0d-23fc-451c-8bd2-3e4c23f31740 2018-10-12 12:16:58,447 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:16:58,824 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:16:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["cOyRAciaT6CAu1sFKGbbWw"], "issued_at": "2018-10-12T12:16:58.000000Z"}} 2018-10-12 12:16:58,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af39a616a897ab74737737f243eb2cb4b9420630" 2018-10-12 12:16:59,326 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:16:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15c4fd2b-a81c-4688-a89f-d8b901774d32 x-compute-request-id: req-15c4fd2b-a81c-4688-a89f-d8b901774d32 Content-Encoding: gzip Content-Length: 615 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5105e71f-4967-4891-8710-5d3747203f6d", "rel": "bookmark"}], "image": {"id": "64fc5739-f511-43dd-b4ff-a26f0a104f7b", "links": [{"href": "http://172.30.9.26:8774/images/64fc5739-f511-43dd-b4ff-a26f0a104f7b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "5105e71f-4967-4891-8710-5d3747203f6d", "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:16: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-8-2", "created": "2018-10-12T12:16:58Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:16:59,326 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d used request id req-15c4fd2b-a81c-4688-a89f-d8b901774d32 2018-10-12 12:17:02,333 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af39a616a897ab74737737f243eb2cb4b9420630" 2018-10-12 12:17:03,101 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:17: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-a0a7f099-27b1-4bf4-a30a-b6eae4386c4c x-compute-request-id: req-a0a7f099-27b1-4bf4-a30a-b6eae4386c4c Content-Encoding: gzip Content-Length: 774 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:44:95:71", "version": 4, "addr": "10.10.20.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5105e71f-4967-4891-8710-5d3747203f6d", "rel": "bookmark"}], "image": {"id": "64fc5739-f511-43dd-b4ff-a26f0a104f7b", "links": [{"href": "http://172.30.9.26:8774/images/64fc5739-f511-43dd-b4ff-a26f0a104f7b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000cf", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "5105e71f-4967-4891-8710-5d3747203f6d", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:16:59Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-8-2", "created": "2018-10-12T12:16:58Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:17:03,102 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d used request id req-a0a7f099-27b1-4bf4-a30a-b6eae4386c4c 2018-10-12 12:17:06,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af39a616a897ab74737737f243eb2cb4b9420630" 2018-10-12 12:17:06,835 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:17: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-ac93c539-9805-455a-b163-3e908ab8b0d6 x-compute-request-id: req-ac93c539-9805-455a-b163-3e908ab8b0d6 Content-Encoding: gzip Content-Length: 779 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:44:95:71", "version": 4, "addr": "10.10.20.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5105e71f-4967-4891-8710-5d3747203f6d", "rel": "bookmark"}], "image": {"id": "64fc5739-f511-43dd-b4ff-a26f0a104f7b", "links": [{"href": "http://172.30.9.26:8774/images/64fc5739-f511-43dd-b4ff-a26f0a104f7b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000cf", "OS-SRV-USG:launched_at": "2018-10-12T12:17:02.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "5105e71f-4967-4891-8710-5d3747203f6d", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T12:17:03Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-8-2", "created": "2018-10-12T12:16:58Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:17:06,835 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d used request id req-ac93c539-9805-455a-b163-3e908ab8b0d6 2018-10-12 12:17:06,839 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cb3305656d78c336ff02140116950cad3f265f0" 2018-10-12 12:17:07,462 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:17: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-6f13c659-e0bd-4174-996f-bd5e073dcc8c x-compute-request-id: req-6f13c659-e0bd-4174-996f-bd5e073dcc8c Content-Encoding: gzip Content-Length: 779 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:44:95:71", "version": 4, "addr": "10.10.20.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5105e71f-4967-4891-8710-5d3747203f6d", "rel": "bookmark"}], "image": {"id": "64fc5739-f511-43dd-b4ff-a26f0a104f7b", "links": [{"href": "http://172.30.9.26:8774/images/64fc5739-f511-43dd-b4ff-a26f0a104f7b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000cf", "OS-SRV-USG:launched_at": "2018-10-12T12:17:02.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "5105e71f-4967-4891-8710-5d3747203f6d", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T12:17:03Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-8-2", "created": "2018-10-12T12:16:58Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:17:07,462 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d used request id req-6f13c659-e0bd-4174-996f-bd5e073dcc8c 2018-10-12 12:17:07,463 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-2' booted successfully. IP='10.10.20.7'. 2018-10-12 12:17:07,463 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-2' to security group 'sdnvpn-sg'... 2018-10-12 12:17:07,466 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc62f6140810b3e87e0f83a5a961a613cc710d9" -d '{"addSecurityGroup": {"name": "a012b764-3d71-4fe8-a730-445db10f62d9"}}' 2018-10-12 12:17:08,909 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:17: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-279a80b2-0bcc-4ce7-b9c7-75fe644c7182 x-compute-request-id: req-279a80b2-0bcc-4ce7-b9c7-75fe644c7182 Content-Length: 0 Content-Type: application/json 2018-10-12 12:17:08,909 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action used request id req-279a80b2-0bcc-4ce7-b9c7-75fe644c7182 2018-10-12 12:17:08,910 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-1'... 2018-10-12 12:17:08,910 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-1 flavor=m1.tiny image=64fc5739-f511-43dd-b4ff-a26f0a104f7b network=6c34f08f-4e80-482b-b13f-ec454db08ffa secgroup=a012b764-3d71-4fe8-a730-445db10f62d9 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.20.7 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-10-12 12:17:08,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:17:08,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:17:08,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:17:08,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:17:08,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:17:08,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:17:08,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:17:08,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:17:08,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:17:08,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:17:08,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:17:08,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:17:08,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:17:08,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:17:08,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:17:08,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:17:08,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:17:08,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:17:08,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:17:08,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:17:08,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:17:08,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:17:08,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:17:08,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:17:08,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:17:08,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:17:08,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:17:08,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:17:08,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:17:08,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:17:08,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:17:08,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:17:08,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:17:08,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:17:08,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:17:08,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:17:08,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:17:08,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:17:08,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:17:08,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:17:08,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:17:08,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:17:08,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:17:08,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:17:08,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:17:08,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:17:08,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:17:08,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:17:08,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:17:08,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:17:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc3e1f00-4728-434b-aaef-d0f7d3f8254b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:17:08,928 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-cc3e1f00-4728-434b-aaef-d0f7d3f8254b 2018-10-12 12:17:08,928 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:17:09,306 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:17:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["kehqvNh6Qom3VP0ZM_b01w"], "issued_at": "2018-10-12T12:17:09.000000Z"}} 2018-10-12 12:17:09,308 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa229312b896a5edebd8e697c7130a747a702f1b" 2018-10-12 12:17:09,418 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:17:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6337697f-3ae3-4077-85b9-5ea3b5006ffd x-compute-request-id: req-6337697f-3ae3-4077-85b9-5ea3b5006ffd Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-12 12:17:09,419 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-6337697f-3ae3-4077-85b9-5ea3b5006ffd 2018-10-12 12:17:09,422 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa229312b896a5edebd8e697c7130a747a702f1b" 2018-10-12 12:17:09,441 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:17:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c44b92a-6b49-4902-b32d-78f2ec87cb78 x-compute-request-id: req-1c44b92a-6b49-4902-b32d-78f2ec87cb78 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:17:09,441 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 used request id req-1c44b92a-6b49-4902-b32d-78f2ec87cb78 2018-10-12 12:17:09,444 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa229312b896a5edebd8e697c7130a747a702f1b" -d '{"server": {"name": "sdnvpn-8-1", "imageRef": "64fc5739-f511-43dd-b4ff-a26f0a104f7b", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "da26bcae-e1ba-4983-b952-ae51fda523b7", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4yMC43CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6c34f08f-4e80-482b-b13f-ec454db08ffa"}], "config_drive": true}}' 2018-10-12 12:17:11,014 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:17:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-413350e1-e5c2-4425-b36b-99a2dd23dcf5 x-compute-request-id: req-413350e1-e5c2-4425-b36b-99a2dd23dcf5 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1691e0f2-35e1-49da-a6f3-e5cb7a5605b7", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7", "rel": "bookmark"}], "adminPass": "kwKMG4dJiat3"}} 2018-10-12 12:17:11,014 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-413350e1-e5c2-4425-b36b-99a2dd23dcf5 2018-10-12 12:17:11,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:17:11,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:17:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f79f9fc3-3e82-4708-9c84-2ab355715848 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:17:11,021 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f79f9fc3-3e82-4708-9c84-2ab355715848 2018-10-12 12:17:11,022 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:17:11,405 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:17:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["OhzrB6qrSIepUL_E69v4yQ"], "issued_at": "2018-10-12T12:17:11.000000Z"}} 2018-10-12 12:17:11,408 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73213cfe7cb6b131533182b80d32a064730f7863" 2018-10-12 12:17:11,746 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:17:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73b2381f-227e-4d0d-97c3-e9f918c1ecc4 x-compute-request-id: req-73b2381f-227e-4d0d-97c3-e9f918c1ecc4 Content-Encoding: gzip Content-Length: 623 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7", "rel": "bookmark"}], "image": {"id": "64fc5739-f511-43dd-b4ff-a26f0a104f7b", "links": [{"href": "http://172.30.9.26:8774/images/64fc5739-f511-43dd-b4ff-a26f0a104f7b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "1691e0f2-35e1-49da-a6f3-e5cb7a5605b7", "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:17:11Z", "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-10-12T12:17:10Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:17:11,746 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7 used request id req-73b2381f-227e-4d0d-97c3-e9f918c1ecc4 2018-10-12 12:17:14,752 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73213cfe7cb6b131533182b80d32a064730f7863" 2018-10-12 12:17:15,515 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:17: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-aac2d5b8-a1de-4f5e-9789-d2476f8fa8b2 x-compute-request-id: req-aac2d5b8-a1de-4f5e-9789-d2476f8fa8b2 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.26:8774/v2.1/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7", "rel": "bookmark"}], "image": {"id": "64fc5739-f511-43dd-b4ff-a26f0a104f7b", "links": [{"href": "http://172.30.9.26:8774/images/64fc5739-f511-43dd-b4ff-a26f0a104f7b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d2", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "1691e0f2-35e1-49da-a6f3-e5cb7a5605b7", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:17:12Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-8-1", "created": "2018-10-12T12:17:10Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:17:15,516 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7 used request id req-aac2d5b8-a1de-4f5e-9789-d2476f8fa8b2 2018-10-12 12:17:18,522 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73213cfe7cb6b131533182b80d32a064730f7863" 2018-10-12 12:17:19,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:17:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d459182d-1493-4d91-af14-d9baeba898de x-compute-request-id: req-d459182d-1493-4d91-af14-d9baeba898de Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-8-1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:71:c8", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7", "rel": "bookmark"}], "image": {"id": "64fc5739-f511-43dd-b4ff-a26f0a104f7b", "links": [{"href": "http://172.30.9.26:8774/images/64fc5739-f511-43dd-b4ff-a26f0a104f7b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d2", "OS-SRV-USG:launched_at": "2018-10-12T12:17:15.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "1691e0f2-35e1-49da-a6f3-e5cb7a5605b7", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:17:16Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-8-1", "created": "2018-10-12T12:17:10Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:17:19,306 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7 used request id req-d459182d-1493-4d91-af14-d9baeba898de 2018-10-12 12:17:19,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa229312b896a5edebd8e697c7130a747a702f1b" 2018-10-12 12:17:19,701 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:17:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7f5ae0b9-8239-4c04-9ccb-2897bb481e2a x-compute-request-id: req-7f5ae0b9-8239-4c04-9ccb-2897bb481e2a Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-8-1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:71:c8", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7", "rel": "bookmark"}], "image": {"id": "64fc5739-f511-43dd-b4ff-a26f0a104f7b", "links": [{"href": "http://172.30.9.26:8774/images/64fc5739-f511-43dd-b4ff-a26f0a104f7b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d2", "OS-SRV-USG:launched_at": "2018-10-12T12:17:15.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "1691e0f2-35e1-49da-a6f3-e5cb7a5605b7", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:17:16Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-8-1", "created": "2018-10-12T12:17:10Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:17:19,701 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7 used request id req-7f5ae0b9-8239-4c04-9ccb-2897bb481e2a 2018-10-12 12:17:19,701 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-1' booted successfully. IP='10.10.10.5'. 2018-10-12 12:17:19,701 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-1' to security group 'sdnvpn-sg'... 2018-10-12 12:17:19,704 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc62f6140810b3e87e0f83a5a961a613cc710d9" -d '{"addSecurityGroup": {"name": "a012b764-3d71-4fe8-a730-445db10f62d9"}}' 2018-10-12 12:17:21,178 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:17:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-00ad5e3e-6bae-4a37-901b-cb9b1295b346 x-compute-request-id: req-00ad5e3e-6bae-4a37-901b-cb9b1295b346 Content-Length: 0 Content-Type: application/json 2018-10-12 12:17:21,178 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7/action used request id req-00ad5e3e-6bae-4a37-901b-cb9b1295b346 2018-10-12 12:17:21,179 - sdnvpn_test_utils - INFO - Waiting for instance 5105e71f-4967-4891-8710-5d3747203f6d to boot up 2018-10-12 12:17:21,182 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cb3305656d78c336ff02140116950cad3f265f0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:17:22,301 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:17:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d60d86a1-ce61-4206-a008-6e7a05fb915c x-compute-request-id: req-d60d86a1-ce61-4206-a008-6e7a05fb915c 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 557429688 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130872] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132509] pid_max: default: 32768 minimum: 301\n[ 0.133393] ACPI: Core revision 20150930\n[ 0.134777] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136076] Security Framework initialized\n[ 0.136882] Yama: becoming mindful.\n[ 0.137607] AppArmor: AppArmor initialized\n[ 0.138465] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139773] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141035] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142225] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143614] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145272] Initializing cgroup subsys devices\n[ 0.146143] Initializing cgroup subsys freezer\n[ 0.147004] Initializing cgroup subsys net_cls\n[ 0.147864] Initializing cgroup subsys perf_event\n[ 0.148761] Initializing cgroup subsys net_prio\n[ 0.149630] Initializing cgroup subsys hugetlb\n[ 0.150488] Initializing cgroup subsys pids\n[ 0.151354] CPU: Physical Processor ID: 0\n[ 0.152854] mce: CPU supports 10 MCE banks\n[ 0.153698] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154687] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166747] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173218] ftrace: allocating 31920 entries in 125 pages\n[ 0.200584] smpboot: Max logical packages: 1\n[ 0.201459] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202793] x2apic enabled\n[ 0.203591] Switched APIC routing to physical x2apic.\n[ 0.205318] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206417] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208374] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210125] KVM setup paravirtual spinlock\n[ 0.211575] x86: Booted up 1 node, 1 CPUs\n[ 0.212363] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213724] devtmpfs: initialized\n[ 0.215444] evm: security.selinux\n[ 0.216128] evm: security.SMACK64\n[ 0.216806] evm: security.SMACK64EXEC\n[ 0.217540] evm: security.SMACK64TRANSMUTE\n[ 0.218332] evm: security.SMACK64MMAP\n[ 0.219062] evm: security.ima\n[ 0.219695] evm: security.capability\n[ 0.220497] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222317] pinctrl core: initialized pinctrl subsystem\n[ 0.223407] RTC time: 12:17:02, date: 10/12/18\n[ 0.224352] NET: Registered protocol family 16\n[ 0.225317] cpuidle: using governor ladder\n[ 0.226116] cpuidle: using governor menu\n[ 0.226887] PCCT header not found.\n[ 0.227638] ACPI: bus type PCI registered\n[ 0.228428] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229647] PCI: Using configuration type 1 for base access\n[ 0.231406] ACPI: Added _OSI(Module Device)\n[ 0.232227] ACPI: Added _OSI(Processor Device)\n[ 0.233075] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233953] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236078] ACPI: Interpreter enabled\n[ 0.236849] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244117] ACPI: (supports S0 S5)\n[ 0.244811] ACPI: Using IOAPIC for interrupt routing\n[ 0.245773] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248843] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249967] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251171] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252338] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254516] acpiphp: Slot [3] registered\n[ 0.255305] acpiphp: Slot [4] registered\n[ 0.256085] acpiphp: Slot [5] registered\n[ 0.256869] acpiphp: Slot [6] registered\n[ 0.257650] acpiphp: Slot [7] registered\n[ 0.258437] acpiphp: Slot [8] registered\n[ 0.259218] acpiphp: Slot [9] registered\n[ 0.260000] acpiphp: Slot [10] registered\n[ 0.260796] acpiphp: Slot [11] registered\n[ 0.261599] acpiphp: Slot [12] registered\n[ 0.262396] acpiphp: Slot [13] registered\n[ 0.263191] acpiphp: Slot [14] registered\n[ 0.263988] acpiphp: Slot [15] registered\n[ 0.274809] acpiphp: Slot [16] registered\n[ 0.275610] acpiphp: Slot [17] registered\n[ 0.276405] acpiphp: Slot [18] registered\n[ 0.277196] acpiphp: Slot [19] registered\n[ 0.277993] acpiphp: Slot [20] registered\n[ 0.278790] acpiphp: Slot [21] registered\n[ 0.279591] acpiphp: Slot [22] registered\n[ 0.280387] acpiphp: Slot [23] registered\n[ 0.281178] acpiphp: Slot [24] registered\n[ 0.281975] acpiphp: Slot [25] registered\n[ 0.282771] acpiphp: Slot [26] registered\n[ 0.283565] acpiphp: Slot [27] registered\n[ 0.284366] acpiphp: Slot [28] registered\n[ 0.285160] acpiphp: Slot [29] registered\n[ 0.285955] acpiphp: Slot [30] registered\n[ 0.286749] acpiphp: Slot [31] registered\n[ 0.287542] PCI host bridge to bus 0000:00\n[ 0.288333] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289524] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290710] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292126] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293550] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299937] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301210] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302379] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303631] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310801] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360042] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361525] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362934] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364333] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365714] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367593] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368785] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369831] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371361] vgaarb: loaded\n[ 0.371957] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373093] SCSI subsystem initialized\n[ 0.373909] ACPI: bus type USB registered\n[ 0.374720] usbcore: registered new interface driver usbfs\n[ 0.375742] usbcore: registered new interface driver hub\n[ 0.376741] usbcore: registered new device driver usb\n[ 0.377792] PCI: Using ACPI for IRQ routing\n[ 0.378817] NetLabel: Initializing\n[ 0.379525] NetLabel: domain hash size = 128\n[ 0.380373] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381315] NetLabel: unlabeled traffic allowed by default\n[ 0.382404] clocksource: Switched to clocksource kvm-clock\n[ 0.388214] AppArmor: AppArmor Filesystem Enabled\n[ 0.389175] pnp: PnP ACPI init\n[ 0.390089] pnp: PnP ACPI: found 5 devices\n[ 0.396462] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398147] NET: Registered protocol family 2\n[ 0.399114] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400376] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401530] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403757] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404923] NET: Registered protocol family 1\n[ 0.405784] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406882] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422048] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436289] Trying to unpack rootfs image as initramfs...\n[ 0.486189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500121] Scanning for low memory corruption every 60 seconds\n[ 0.501997] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503699] audit: initializing netlink subsys (disabled)\n[ 0.505187] audit: type=2000 audit(1539346623.389:1): initialized\n[ 0.507003] Initialise system trusted keyring\n[ 0.508308] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509966] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512518] zbud: loaded\n[ 0.513443] VFS: Disk quotas dquot_6.6.0\n[ 0.514621] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516734] fuse init (API version 7.23)\n[ 0.517961] Key type big_key registered\n[ 0.519088] Allocating IMA MOK and blacklist keyrings.\n[ 0.520640] Key type asymmetric registered\n[ 0.521813] Asymmetric key parser 'x509' registered\n[ 0.523193] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525686] io scheduler noop registered\n[ 0.526822] io scheduler deadline registered (default)\n[ 0.528247] io scheduler cfq registered\n[ 0.529412] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530949] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532797] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534890] ACPI: Power Button [PWRF]\n[ 0.536040] GHES: HEST is not enabled!\n[ 0.550041] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581358] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606551] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609868] Linux agpgart interface v0.103\n[ 0.612346] brd: module loaded\n[ 0.613861] loop: module loaded\n[ 0.619230] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.621258] GPT:90111 != 2097151\n[ 0.622185] GPT:Alternate GPT header not at the end of the disk.\n[ 0.623691] GPT:90111 != 2097151\n[ 0.624610] GPT: Use GNU Parted to correct GPT errors.\n[ 0.625985] vda: vda1 vda15\n[ 0.627947] scsi host0: ata_piix\n[ 0.628903] scsi host1: ata_piix\n[ 0.629789] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631526] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633523] libphy: Fixed MDIO Bus: probed\n[ 0.634832] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636182] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638848] PPP generic driver version 2.4.2\n[ 0.639868] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641028] ehci-pci: EHCI PCI platform driver\n[ 0.641874] ehci-platform: EHCI generic platform driver\n[ 0.642842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643940] ohci-pci: OHCI PCI platform driver\n[ 0.644785] ohci-platform: OHCI generic platform driver\n[ 0.645746] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660436] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661409] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662829] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663812] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664910] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667486] usb usb1: Product: UHCI Host Controller\n[ 0.668400] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669509] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670560] hub 1-0:1.0: USB hub found\n[ 0.671319] hub 1-0:1.0: 2 ports detected\n[ 0.672204] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674277] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675211] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676218] mousedev: PS/2 mouse device common for all mice\n[ 0.677459] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679254] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680319] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681481] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682650] i2c /dev entries driver\n[ 0.683403] device-mapper: uevent: version 1.0.3\n[ 0.684317] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685890] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687180] NET: Registered protocol family 10\n[ 0.688169] NET: Registered protocol family 17\n[ 0.689043] Key type dns_resolver registered\n[ 0.689952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691027] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692745] registered taskstats version 1\n[ 0.693565] Loading compiled-in X.509 certificates\n[ 0.694994] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696808] zswap: loaded using pool lzo/zbud\n[ 0.698199] Key type trusted registered\n[ 0.699751] Key type encrypted registered\n[ 0.700570] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702586] evm: HMAC attrs: 0x1\n[ 0.703519] Magic number: 6:916:278\n[ 0.704281] tty tty15: hash matches\n[ 0.705053] rtc_cmos 00:00: setting system clock to 2018-10-12 12:17:03 UTC (1539346623)\n[ 0.706632] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707721] EDD information not available.\n[ 0.791410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802996] Write protecting the kernel read-only data: 14336k\n[ 0.804558] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806314] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.22\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.429254] 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-10-12 12:17:22,301 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action used request id req-d60d86a1-ce61-4206-a008-6e7a05fb915c 2018-10-12 12:17:24,317 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cb3305656d78c336ff02140116950cad3f265f0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:17:25,384 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:17:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-313fa93f-9990-4fd3-97f8-18c504895557 x-compute-request-id: req-313fa93f-9990-4fd3-97f8-18c504895557 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 557429688 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130872] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132509] pid_max: default: 32768 minimum: 301\n[ 0.133393] ACPI: Core revision 20150930\n[ 0.134777] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136076] Security Framework initialized\n[ 0.136882] Yama: becoming mindful.\n[ 0.137607] AppArmor: AppArmor initialized\n[ 0.138465] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139773] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141035] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142225] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143614] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145272] Initializing cgroup subsys devices\n[ 0.146143] Initializing cgroup subsys freezer\n[ 0.147004] Initializing cgroup subsys net_cls\n[ 0.147864] Initializing cgroup subsys perf_event\n[ 0.148761] Initializing cgroup subsys net_prio\n[ 0.149630] Initializing cgroup subsys hugetlb\n[ 0.150488] Initializing cgroup subsys pids\n[ 0.151354] CPU: Physical Processor ID: 0\n[ 0.152854] mce: CPU supports 10 MCE banks\n[ 0.153698] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154687] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166747] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173218] ftrace: allocating 31920 entries in 125 pages\n[ 0.200584] smpboot: Max logical packages: 1\n[ 0.201459] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202793] x2apic enabled\n[ 0.203591] Switched APIC routing to physical x2apic.\n[ 0.205318] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206417] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208374] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210125] KVM setup paravirtual spinlock\n[ 0.211575] x86: Booted up 1 node, 1 CPUs\n[ 0.212363] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213724] devtmpfs: initialized\n[ 0.215444] evm: security.selinux\n[ 0.216128] evm: security.SMACK64\n[ 0.216806] evm: security.SMACK64EXEC\n[ 0.217540] evm: security.SMACK64TRANSMUTE\n[ 0.218332] evm: security.SMACK64MMAP\n[ 0.219062] evm: security.ima\n[ 0.219695] evm: security.capability\n[ 0.220497] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222317] pinctrl core: initialized pinctrl subsystem\n[ 0.223407] RTC time: 12:17:02, date: 10/12/18\n[ 0.224352] NET: Registered protocol family 16\n[ 0.225317] cpuidle: using governor ladder\n[ 0.226116] cpuidle: using governor menu\n[ 0.226887] PCCT header not found.\n[ 0.227638] ACPI: bus type PCI registered\n[ 0.228428] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229647] PCI: Using configuration type 1 for base access\n[ 0.231406] ACPI: Added _OSI(Module Device)\n[ 0.232227] ACPI: Added _OSI(Processor Device)\n[ 0.233075] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233953] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236078] ACPI: Interpreter enabled\n[ 0.236849] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244117] ACPI: (supports S0 S5)\n[ 0.244811] ACPI: Using IOAPIC for interrupt routing\n[ 0.245773] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248843] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249967] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251171] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252338] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254516] acpiphp: Slot [3] registered\n[ 0.255305] acpiphp: Slot [4] registered\n[ 0.256085] acpiphp: Slot [5] registered\n[ 0.256869] acpiphp: Slot [6] registered\n[ 0.257650] acpiphp: Slot [7] registered\n[ 0.258437] acpiphp: Slot [8] registered\n[ 0.259218] acpiphp: Slot [9] registered\n[ 0.260000] acpiphp: Slot [10] registered\n[ 0.260796] acpiphp: Slot [11] registered\n[ 0.261599] acpiphp: Slot [12] registered\n[ 0.262396] acpiphp: Slot [13] registered\n[ 0.263191] acpiphp: Slot [14] registered\n[ 0.263988] acpiphp: Slot [15] registered\n[ 0.274809] acpiphp: Slot [16] registered\n[ 0.275610] acpiphp: Slot [17] registered\n[ 0.276405] acpiphp: Slot [18] registered\n[ 0.277196] acpiphp: Slot [19] registered\n[ 0.277993] acpiphp: Slot [20] registered\n[ 0.278790] acpiphp: Slot [21] registered\n[ 0.279591] acpiphp: Slot [22] registered\n[ 0.280387] acpiphp: Slot [23] registered\n[ 0.281178] acpiphp: Slot [24] registered\n[ 0.281975] acpiphp: Slot [25] registered\n[ 0.282771] acpiphp: Slot [26] registered\n[ 0.283565] acpiphp: Slot [27] registered\n[ 0.284366] acpiphp: Slot [28] registered\n[ 0.285160] acpiphp: Slot [29] registered\n[ 0.285955] acpiphp: Slot [30] registered\n[ 0.286749] acpiphp: Slot [31] registered\n[ 0.287542] PCI host bridge to bus 0000:00\n[ 0.288333] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289524] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290710] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292126] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293550] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299937] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301210] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302379] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303631] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310801] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360042] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361525] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362934] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364333] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365714] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367593] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368785] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369831] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371361] vgaarb: loaded\n[ 0.371957] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373093] SCSI subsystem initialized\n[ 0.373909] ACPI: bus type USB registered\n[ 0.374720] usbcore: registered new interface driver usbfs\n[ 0.375742] usbcore: registered new interface driver hub\n[ 0.376741] usbcore: registered new device driver usb\n[ 0.377792] PCI: Using ACPI for IRQ routing\n[ 0.378817] NetLabel: Initializing\n[ 0.379525] NetLabel: domain hash size = 128\n[ 0.380373] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381315] NetLabel: unlabeled traffic allowed by default\n[ 0.382404] clocksource: Switched to clocksource kvm-clock\n[ 0.388214] AppArmor: AppArmor Filesystem Enabled\n[ 0.389175] pnp: PnP ACPI init\n[ 0.390089] pnp: PnP ACPI: found 5 devices\n[ 0.396462] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398147] NET: Registered protocol family 2\n[ 0.399114] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400376] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401530] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403757] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404923] NET: Registered protocol family 1\n[ 0.405784] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406882] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422048] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436289] Trying to unpack rootfs image as initramfs...\n[ 0.486189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500121] Scanning for low memory corruption every 60 seconds\n[ 0.501997] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503699] audit: initializing netlink subsys (disabled)\n[ 0.505187] audit: type=2000 audit(1539346623.389:1): initialized\n[ 0.507003] Initialise system trusted keyring\n[ 0.508308] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509966] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512518] zbud: loaded\n[ 0.513443] VFS: Disk quotas dquot_6.6.0\n[ 0.514621] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516734] fuse init (API version 7.23)\n[ 0.517961] Key type big_key registered\n[ 0.519088] Allocating IMA MOK and blacklist keyrings.\n[ 0.520640] Key type asymmetric registered\n[ 0.521813] Asymmetric key parser 'x509' registered\n[ 0.523193] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525686] io scheduler noop registered\n[ 0.526822] io scheduler deadline registered (default)\n[ 0.528247] io scheduler cfq registered\n[ 0.529412] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530949] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532797] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534890] ACPI: Power Button [PWRF]\n[ 0.536040] GHES: HEST is not enabled!\n[ 0.550041] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581358] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606551] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609868] Linux agpgart interface v0.103\n[ 0.612346] brd: module loaded\n[ 0.613861] loop: module loaded\n[ 0.619230] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.621258] GPT:90111 != 2097151\n[ 0.622185] GPT:Alternate GPT header not at the end of the disk.\n[ 0.623691] GPT:90111 != 2097151\n[ 0.624610] GPT: Use GNU Parted to correct GPT errors.\n[ 0.625985] vda: vda1 vda15\n[ 0.627947] scsi host0: ata_piix\n[ 0.628903] scsi host1: ata_piix\n[ 0.629789] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631526] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633523] libphy: Fixed MDIO Bus: probed\n[ 0.634832] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636182] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638848] PPP generic driver version 2.4.2\n[ 0.639868] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641028] ehci-pci: EHCI PCI platform driver\n[ 0.641874] ehci-platform: EHCI generic platform driver\n[ 0.642842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643940] ohci-pci: OHCI PCI platform driver\n[ 0.644785] ohci-platform: OHCI generic platform driver\n[ 0.645746] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660436] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661409] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662829] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663812] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664910] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667486] usb usb1: Product: UHCI Host Controller\n[ 0.668400] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669509] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670560] hub 1-0:1.0: USB hub found\n[ 0.671319] hub 1-0:1.0: 2 ports detected\n[ 0.672204] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674277] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675211] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676218] mousedev: PS/2 mouse device common for all mice\n[ 0.677459] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679254] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680319] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681481] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682650] i2c /dev entries driver\n[ 0.683403] device-mapper: uevent: version 1.0.3\n[ 0.684317] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685890] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687180] NET: Registered protocol family 10\n[ 0.688169] NET: Registered protocol family 17\n[ 0.689043] Key type dns_resolver registered\n[ 0.689952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691027] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692745] registered taskstats version 1\n[ 0.693565] Loading compiled-in X.509 certificates\n[ 0.694994] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696808] zswap: loaded using pool lzo/zbud\n[ 0.698199] Key type trusted registered\n[ 0.699751] Key type encrypted registered\n[ 0.700570] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702586] evm: HMAC attrs: 0x1\n[ 0.703519] Magic number: 6:916:278\n[ 0.704281] tty tty15: hash matches\n[ 0.705053] rtc_cmos 00:00: setting system clock to 2018-10-12 12:17:03 UTC (1539346623)\n[ 0.706632] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707721] EDD information not available.\n[ 0.791410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802996] Write protecting the kernel read-only data: 14336k\n[ 0.804558] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806314] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.22\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.429254] 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-10-12 12:17:25,385 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action used request id req-313fa93f-9990-4fd3-97f8-18c504895557 2018-10-12 12:17:27,401 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cb3305656d78c336ff02140116950cad3f265f0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:17:28,478 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:17:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-91a08d30-6aba-4555-a18b-76c77cb859eb x-compute-request-id: req-91a08d30-6aba-4555-a18b-76c77cb859eb 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 557429688 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130872] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132509] pid_max: default: 32768 minimum: 301\n[ 0.133393] ACPI: Core revision 20150930\n[ 0.134777] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136076] Security Framework initialized\n[ 0.136882] Yama: becoming mindful.\n[ 0.137607] AppArmor: AppArmor initialized\n[ 0.138465] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139773] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141035] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142225] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143614] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145272] Initializing cgroup subsys devices\n[ 0.146143] Initializing cgroup subsys freezer\n[ 0.147004] Initializing cgroup subsys net_cls\n[ 0.147864] Initializing cgroup subsys perf_event\n[ 0.148761] Initializing cgroup subsys net_prio\n[ 0.149630] Initializing cgroup subsys hugetlb\n[ 0.150488] Initializing cgroup subsys pids\n[ 0.151354] CPU: Physical Processor ID: 0\n[ 0.152854] mce: CPU supports 10 MCE banks\n[ 0.153698] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154687] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166747] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173218] ftrace: allocating 31920 entries in 125 pages\n[ 0.200584] smpboot: Max logical packages: 1\n[ 0.201459] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202793] x2apic enabled\n[ 0.203591] Switched APIC routing to physical x2apic.\n[ 0.205318] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206417] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208374] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210125] KVM setup paravirtual spinlock\n[ 0.211575] x86: Booted up 1 node, 1 CPUs\n[ 0.212363] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213724] devtmpfs: initialized\n[ 0.215444] evm: security.selinux\n[ 0.216128] evm: security.SMACK64\n[ 0.216806] evm: security.SMACK64EXEC\n[ 0.217540] evm: security.SMACK64TRANSMUTE\n[ 0.218332] evm: security.SMACK64MMAP\n[ 0.219062] evm: security.ima\n[ 0.219695] evm: security.capability\n[ 0.220497] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222317] pinctrl core: initialized pinctrl subsystem\n[ 0.223407] RTC time: 12:17:02, date: 10/12/18\n[ 0.224352] NET: Registered protocol family 16\n[ 0.225317] cpuidle: using governor ladder\n[ 0.226116] cpuidle: using governor menu\n[ 0.226887] PCCT header not found.\n[ 0.227638] ACPI: bus type PCI registered\n[ 0.228428] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229647] PCI: Using configuration type 1 for base access\n[ 0.231406] ACPI: Added _OSI(Module Device)\n[ 0.232227] ACPI: Added _OSI(Processor Device)\n[ 0.233075] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233953] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236078] ACPI: Interpreter enabled\n[ 0.236849] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244117] ACPI: (supports S0 S5)\n[ 0.244811] ACPI: Using IOAPIC for interrupt routing\n[ 0.245773] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248843] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249967] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251171] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252338] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254516] acpiphp: Slot [3] registered\n[ 0.255305] acpiphp: Slot [4] registered\n[ 0.256085] acpiphp: Slot [5] registered\n[ 0.256869] acpiphp: Slot [6] registered\n[ 0.257650] acpiphp: Slot [7] registered\n[ 0.258437] acpiphp: Slot [8] registered\n[ 0.259218] acpiphp: Slot [9] registered\n[ 0.260000] acpiphp: Slot [10] registered\n[ 0.260796] acpiphp: Slot [11] registered\n[ 0.261599] acpiphp: Slot [12] registered\n[ 0.262396] acpiphp: Slot [13] registered\n[ 0.263191] acpiphp: Slot [14] registered\n[ 0.263988] acpiphp: Slot [15] registered\n[ 0.274809] acpiphp: Slot [16] registered\n[ 0.275610] acpiphp: Slot [17] registered\n[ 0.276405] acpiphp: Slot [18] registered\n[ 0.277196] acpiphp: Slot [19] registered\n[ 0.277993] acpiphp: Slot [20] registered\n[ 0.278790] acpiphp: Slot [21] registered\n[ 0.279591] acpiphp: Slot [22] registered\n[ 0.280387] acpiphp: Slot [23] registered\n[ 0.281178] acpiphp: Slot [24] registered\n[ 0.281975] acpiphp: Slot [25] registered\n[ 0.282771] acpiphp: Slot [26] registered\n[ 0.283565] acpiphp: Slot [27] registered\n[ 0.284366] acpiphp: Slot [28] registered\n[ 0.285160] acpiphp: Slot [29] registered\n[ 0.285955] acpiphp: Slot [30] registered\n[ 0.286749] acpiphp: Slot [31] registered\n[ 0.287542] PCI host bridge to bus 0000:00\n[ 0.288333] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289524] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290710] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292126] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293550] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299937] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301210] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302379] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303631] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310801] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360042] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361525] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362934] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364333] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365714] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367593] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368785] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369831] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371361] vgaarb: loaded\n[ 0.371957] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373093] SCSI subsystem initialized\n[ 0.373909] ACPI: bus type USB registered\n[ 0.374720] usbcore: registered new interface driver usbfs\n[ 0.375742] usbcore: registered new interface driver hub\n[ 0.376741] usbcore: registered new device driver usb\n[ 0.377792] PCI: Using ACPI for IRQ routing\n[ 0.378817] NetLabel: Initializing\n[ 0.379525] NetLabel: domain hash size = 128\n[ 0.380373] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381315] NetLabel: unlabeled traffic allowed by default\n[ 0.382404] clocksource: Switched to clocksource kvm-clock\n[ 0.388214] AppArmor: AppArmor Filesystem Enabled\n[ 0.389175] pnp: PnP ACPI init\n[ 0.390089] pnp: PnP ACPI: found 5 devices\n[ 0.396462] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398147] NET: Registered protocol family 2\n[ 0.399114] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400376] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401530] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403757] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404923] NET: Registered protocol family 1\n[ 0.405784] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406882] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422048] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436289] Trying to unpack rootfs image as initramfs...\n[ 0.486189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500121] Scanning for low memory corruption every 60 seconds\n[ 0.501997] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503699] audit: initializing netlink subsys (disabled)\n[ 0.505187] audit: type=2000 audit(1539346623.389:1): initialized\n[ 0.507003] Initialise system trusted keyring\n[ 0.508308] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509966] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512518] zbud: loaded\n[ 0.513443] VFS: Disk quotas dquot_6.6.0\n[ 0.514621] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516734] fuse init (API version 7.23)\n[ 0.517961] Key type big_key registered\n[ 0.519088] Allocating IMA MOK and blacklist keyrings.\n[ 0.520640] Key type asymmetric registered\n[ 0.521813] Asymmetric key parser 'x509' registered\n[ 0.523193] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525686] io scheduler noop registered\n[ 0.526822] io scheduler deadline registered (default)\n[ 0.528247] io scheduler cfq registered\n[ 0.529412] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530949] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532797] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534890] ACPI: Power Button [PWRF]\n[ 0.536040] GHES: HEST is not enabled!\n[ 0.550041] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581358] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606551] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609868] Linux agpgart interface v0.103\n[ 0.612346] brd: module loaded\n[ 0.613861] loop: module loaded\n[ 0.619230] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.621258] GPT:90111 != 2097151\n[ 0.622185] GPT:Alternate GPT header not at the end of the disk.\n[ 0.623691] GPT:90111 != 2097151\n[ 0.624610] GPT: Use GNU Parted to correct GPT errors.\n[ 0.625985] vda: vda1 vda15\n[ 0.627947] scsi host0: ata_piix\n[ 0.628903] scsi host1: ata_piix\n[ 0.629789] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631526] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633523] libphy: Fixed MDIO Bus: probed\n[ 0.634832] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636182] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638848] PPP generic driver version 2.4.2\n[ 0.639868] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641028] ehci-pci: EHCI PCI platform driver\n[ 0.641874] ehci-platform: EHCI generic platform driver\n[ 0.642842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643940] ohci-pci: OHCI PCI platform driver\n[ 0.644785] ohci-platform: OHCI generic platform driver\n[ 0.645746] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660436] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661409] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662829] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663812] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664910] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667486] usb usb1: Product: UHCI Host Controller\n[ 0.668400] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669509] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670560] hub 1-0:1.0: USB hub found\n[ 0.671319] hub 1-0:1.0: 2 ports detected\n[ 0.672204] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674277] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675211] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676218] mousedev: PS/2 mouse device common for all mice\n[ 0.677459] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679254] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680319] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681481] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682650] i2c /dev entries driver\n[ 0.683403] device-mapper: uevent: version 1.0.3\n[ 0.684317] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685890] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687180] NET: Registered protocol family 10\n[ 0.688169] NET: Registered protocol family 17\n[ 0.689043] Key type dns_resolver registered\n[ 0.689952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691027] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692745] registered taskstats version 1\n[ 0.693565] Loading compiled-in X.509 certificates\n[ 0.694994] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696808] zswap: loaded using pool lzo/zbud\n[ 0.698199] Key type trusted registered\n[ 0.699751] Key type encrypted registered\n[ 0.700570] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702586] evm: HMAC attrs: 0x1\n[ 0.703519] Magic number: 6:916:278\n[ 0.704281] tty tty15: hash matches\n[ 0.705053] rtc_cmos 00:00: setting system clock to 2018-10-12 12:17:03 UTC (1539346623)\n[ 0.706632] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707721] EDD information not available.\n[ 0.791410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802996] Write protecting the kernel read-only data: 14336k\n[ 0.804558] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806314] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.22\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.429254] 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-10-12 12:17:28,479 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action used request id req-91a08d30-6aba-4555-a18b-76c77cb859eb 2018-10-12 12:17:30,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cb3305656d78c336ff02140116950cad3f265f0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:17:31,578 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:17:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1524a8e2-d1b4-4832-9e76-9a1c98c4c436 x-compute-request-id: req-1524a8e2-d1b4-4832-9e76-9a1c98c4c436 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 557429688 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130872] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132509] pid_max: default: 32768 minimum: 301\n[ 0.133393] ACPI: Core revision 20150930\n[ 0.134777] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136076] Security Framework initialized\n[ 0.136882] Yama: becoming mindful.\n[ 0.137607] AppArmor: AppArmor initialized\n[ 0.138465] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139773] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141035] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142225] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143614] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145272] Initializing cgroup subsys devices\n[ 0.146143] Initializing cgroup subsys freezer\n[ 0.147004] Initializing cgroup subsys net_cls\n[ 0.147864] Initializing cgroup subsys perf_event\n[ 0.148761] Initializing cgroup subsys net_prio\n[ 0.149630] Initializing cgroup subsys hugetlb\n[ 0.150488] Initializing cgroup subsys pids\n[ 0.151354] CPU: Physical Processor ID: 0\n[ 0.152854] mce: CPU supports 10 MCE banks\n[ 0.153698] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154687] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166747] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173218] ftrace: allocating 31920 entries in 125 pages\n[ 0.200584] smpboot: Max logical packages: 1\n[ 0.201459] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202793] x2apic enabled\n[ 0.203591] Switched APIC routing to physical x2apic.\n[ 0.205318] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206417] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208374] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210125] KVM setup paravirtual spinlock\n[ 0.211575] x86: Booted up 1 node, 1 CPUs\n[ 0.212363] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213724] devtmpfs: initialized\n[ 0.215444] evm: security.selinux\n[ 0.216128] evm: security.SMACK64\n[ 0.216806] evm: security.SMACK64EXEC\n[ 0.217540] evm: security.SMACK64TRANSMUTE\n[ 0.218332] evm: security.SMACK64MMAP\n[ 0.219062] evm: security.ima\n[ 0.219695] evm: security.capability\n[ 0.220497] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222317] pinctrl core: initialized pinctrl subsystem\n[ 0.223407] RTC time: 12:17:02, date: 10/12/18\n[ 0.224352] NET: Registered protocol family 16\n[ 0.225317] cpuidle: using governor ladder\n[ 0.226116] cpuidle: using governor menu\n[ 0.226887] PCCT header not found.\n[ 0.227638] ACPI: bus type PCI registered\n[ 0.228428] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229647] PCI: Using configuration type 1 for base access\n[ 0.231406] ACPI: Added _OSI(Module Device)\n[ 0.232227] ACPI: Added _OSI(Processor Device)\n[ 0.233075] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233953] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236078] ACPI: Interpreter enabled\n[ 0.236849] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244117] ACPI: (supports S0 S5)\n[ 0.244811] ACPI: Using IOAPIC for interrupt routing\n[ 0.245773] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248843] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249967] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251171] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252338] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254516] acpiphp: Slot [3] registered\n[ 0.255305] acpiphp: Slot [4] registered\n[ 0.256085] acpiphp: Slot [5] registered\n[ 0.256869] acpiphp: Slot [6] registered\n[ 0.257650] acpiphp: Slot [7] registered\n[ 0.258437] acpiphp: Slot [8] registered\n[ 0.259218] acpiphp: Slot [9] registered\n[ 0.260000] acpiphp: Slot [10] registered\n[ 0.260796] acpiphp: Slot [11] registered\n[ 0.261599] acpiphp: Slot [12] registered\n[ 0.262396] acpiphp: Slot [13] registered\n[ 0.263191] acpiphp: Slot [14] registered\n[ 0.263988] acpiphp: Slot [15] registered\n[ 0.274809] acpiphp: Slot [16] registered\n[ 0.275610] acpiphp: Slot [17] registered\n[ 0.276405] acpiphp: Slot [18] registered\n[ 0.277196] acpiphp: Slot [19] registered\n[ 0.277993] acpiphp: Slot [20] registered\n[ 0.278790] acpiphp: Slot [21] registered\n[ 0.279591] acpiphp: Slot [22] registered\n[ 0.280387] acpiphp: Slot [23] registered\n[ 0.281178] acpiphp: Slot [24] registered\n[ 0.281975] acpiphp: Slot [25] registered\n[ 0.282771] acpiphp: Slot [26] registered\n[ 0.283565] acpiphp: Slot [27] registered\n[ 0.284366] acpiphp: Slot [28] registered\n[ 0.285160] acpiphp: Slot [29] registered\n[ 0.285955] acpiphp: Slot [30] registered\n[ 0.286749] acpiphp: Slot [31] registered\n[ 0.287542] PCI host bridge to bus 0000:00\n[ 0.288333] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289524] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290710] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292126] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293550] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299937] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301210] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302379] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303631] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310801] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360042] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361525] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362934] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364333] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365714] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367593] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368785] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369831] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371361] vgaarb: loaded\n[ 0.371957] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373093] SCSI subsystem initialized\n[ 0.373909] ACPI: bus type USB registered\n[ 0.374720] usbcore: registered new interface driver usbfs\n[ 0.375742] usbcore: registered new interface driver hub\n[ 0.376741] usbcore: registered new device driver usb\n[ 0.377792] PCI: Using ACPI for IRQ routing\n[ 0.378817] NetLabel: Initializing\n[ 0.379525] NetLabel: domain hash size = 128\n[ 0.380373] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381315] NetLabel: unlabeled traffic allowed by default\n[ 0.382404] clocksource: Switched to clocksource kvm-clock\n[ 0.388214] AppArmor: AppArmor Filesystem Enabled\n[ 0.389175] pnp: PnP ACPI init\n[ 0.390089] pnp: PnP ACPI: found 5 devices\n[ 0.396462] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398147] NET: Registered protocol family 2\n[ 0.399114] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400376] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401530] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403757] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404923] NET: Registered protocol family 1\n[ 0.405784] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406882] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422048] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436289] Trying to unpack rootfs image as initramfs...\n[ 0.486189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500121] Scanning for low memory corruption every 60 seconds\n[ 0.501997] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503699] audit: initializing netlink subsys (disabled)\n[ 0.505187] audit: type=2000 audit(1539346623.389:1): initialized\n[ 0.507003] Initialise system trusted keyring\n[ 0.508308] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509966] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512518] zbud: loaded\n[ 0.513443] VFS: Disk quotas dquot_6.6.0\n[ 0.514621] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516734] fuse init (API version 7.23)\n[ 0.517961] Key type big_key registered\n[ 0.519088] Allocating IMA MOK and blacklist keyrings.\n[ 0.520640] Key type asymmetric registered\n[ 0.521813] Asymmetric key parser 'x509' registered\n[ 0.523193] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525686] io scheduler noop registered\n[ 0.526822] io scheduler deadline registered (default)\n[ 0.528247] io scheduler cfq registered\n[ 0.529412] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530949] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532797] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534890] ACPI: Power Button [PWRF]\n[ 0.536040] GHES: HEST is not enabled!\n[ 0.550041] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581358] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606551] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609868] Linux agpgart interface v0.103\n[ 0.612346] brd: module loaded\n[ 0.613861] loop: module loaded\n[ 0.619230] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.621258] GPT:90111 != 2097151\n[ 0.622185] GPT:Alternate GPT header not at the end of the disk.\n[ 0.623691] GPT:90111 != 2097151\n[ 0.624610] GPT: Use GNU Parted to correct GPT errors.\n[ 0.625985] vda: vda1 vda15\n[ 0.627947] scsi host0: ata_piix\n[ 0.628903] scsi host1: ata_piix\n[ 0.629789] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631526] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633523] libphy: Fixed MDIO Bus: probed\n[ 0.634832] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636182] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638848] PPP generic driver version 2.4.2\n[ 0.639868] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641028] ehci-pci: EHCI PCI platform driver\n[ 0.641874] ehci-platform: EHCI generic platform driver\n[ 0.642842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643940] ohci-pci: OHCI PCI platform driver\n[ 0.644785] ohci-platform: OHCI generic platform driver\n[ 0.645746] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660436] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661409] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662829] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663812] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664910] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667486] usb usb1: Product: UHCI Host Controller\n[ 0.668400] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669509] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670560] hub 1-0:1.0: USB hub found\n[ 0.671319] hub 1-0:1.0: 2 ports detected\n[ 0.672204] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674277] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675211] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676218] mousedev: PS/2 mouse device common for all mice\n[ 0.677459] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679254] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680319] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681481] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682650] i2c /dev entries driver\n[ 0.683403] device-mapper: uevent: version 1.0.3\n[ 0.684317] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685890] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687180] NET: Registered protocol family 10\n[ 0.688169] NET: Registered protocol family 17\n[ 0.689043] Key type dns_resolver registered\n[ 0.689952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691027] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692745] registered taskstats version 1\n[ 0.693565] Loading compiled-in X.509 certificates\n[ 0.694994] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696808] zswap: loaded using pool lzo/zbud\n[ 0.698199] Key type trusted registered\n[ 0.699751] Key type encrypted registered\n[ 0.700570] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702586] evm: HMAC attrs: 0x1\n[ 0.703519] Magic number: 6:916:278\n[ 0.704281] tty tty15: hash matches\n[ 0.705053] rtc_cmos 00:00: setting system clock to 2018-10-12 12:17:03 UTC (1539346623)\n[ 0.706632] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707721] EDD information not available.\n[ 0.791410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802996] Write protecting the kernel read-only data: 14336k\n[ 0.804558] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806314] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.22\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.429254] 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-10-12 12:17:31,578 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action used request id req-1524a8e2-d1b4-4832-9e76-9a1c98c4c436 2018-10-12 12:17:33,596 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cb3305656d78c336ff02140116950cad3f265f0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:17:34,661 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:17:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-88ea2900-6b3f-4ae8-be82-7b6836292f27 x-compute-request-id: req-88ea2900-6b3f-4ae8-be82-7b6836292f27 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 557429688 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130872] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132509] pid_max: default: 32768 minimum: 301\n[ 0.133393] ACPI: Core revision 20150930\n[ 0.134777] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136076] Security Framework initialized\n[ 0.136882] Yama: becoming mindful.\n[ 0.137607] AppArmor: AppArmor initialized\n[ 0.138465] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139773] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141035] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142225] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143614] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145272] Initializing cgroup subsys devices\n[ 0.146143] Initializing cgroup subsys freezer\n[ 0.147004] Initializing cgroup subsys net_cls\n[ 0.147864] Initializing cgroup subsys perf_event\n[ 0.148761] Initializing cgroup subsys net_prio\n[ 0.149630] Initializing cgroup subsys hugetlb\n[ 0.150488] Initializing cgroup subsys pids\n[ 0.151354] CPU: Physical Processor ID: 0\n[ 0.152854] mce: CPU supports 10 MCE banks\n[ 0.153698] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154687] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166747] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173218] ftrace: allocating 31920 entries in 125 pages\n[ 0.200584] smpboot: Max logical packages: 1\n[ 0.201459] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202793] x2apic enabled\n[ 0.203591] Switched APIC routing to physical x2apic.\n[ 0.205318] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206417] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208374] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210125] KVM setup paravirtual spinlock\n[ 0.211575] x86: Booted up 1 node, 1 CPUs\n[ 0.212363] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213724] devtmpfs: initialized\n[ 0.215444] evm: security.selinux\n[ 0.216128] evm: security.SMACK64\n[ 0.216806] evm: security.SMACK64EXEC\n[ 0.217540] evm: security.SMACK64TRANSMUTE\n[ 0.218332] evm: security.SMACK64MMAP\n[ 0.219062] evm: security.ima\n[ 0.219695] evm: security.capability\n[ 0.220497] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222317] pinctrl core: initialized pinctrl subsystem\n[ 0.223407] RTC time: 12:17:02, date: 10/12/18\n[ 0.224352] NET: Registered protocol family 16\n[ 0.225317] cpuidle: using governor ladder\n[ 0.226116] cpuidle: using governor menu\n[ 0.226887] PCCT header not found.\n[ 0.227638] ACPI: bus type PCI registered\n[ 0.228428] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229647] PCI: Using configuration type 1 for base access\n[ 0.231406] ACPI: Added _OSI(Module Device)\n[ 0.232227] ACPI: Added _OSI(Processor Device)\n[ 0.233075] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233953] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236078] ACPI: Interpreter enabled\n[ 0.236849] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244117] ACPI: (supports S0 S5)\n[ 0.244811] ACPI: Using IOAPIC for interrupt routing\n[ 0.245773] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248843] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249967] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251171] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252338] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254516] acpiphp: Slot [3] registered\n[ 0.255305] acpiphp: Slot [4] registered\n[ 0.256085] acpiphp: Slot [5] registered\n[ 0.256869] acpiphp: Slot [6] registered\n[ 0.257650] acpiphp: Slot [7] registered\n[ 0.258437] acpiphp: Slot [8] registered\n[ 0.259218] acpiphp: Slot [9] registered\n[ 0.260000] acpiphp: Slot [10] registered\n[ 0.260796] acpiphp: Slot [11] registered\n[ 0.261599] acpiphp: Slot [12] registered\n[ 0.262396] acpiphp: Slot [13] registered\n[ 0.263191] acpiphp: Slot [14] registered\n[ 0.263988] acpiphp: Slot [15] registered\n[ 0.274809] acpiphp: Slot [16] registered\n[ 0.275610] acpiphp: Slot [17] registered\n[ 0.276405] acpiphp: Slot [18] registered\n[ 0.277196] acpiphp: Slot [19] registered\n[ 0.277993] acpiphp: Slot [20] registered\n[ 0.278790] acpiphp: Slot [21] registered\n[ 0.279591] acpiphp: Slot [22] registered\n[ 0.280387] acpiphp: Slot [23] registered\n[ 0.281178] acpiphp: Slot [24] registered\n[ 0.281975] acpiphp: Slot [25] registered\n[ 0.282771] acpiphp: Slot [26] registered\n[ 0.283565] acpiphp: Slot [27] registered\n[ 0.284366] acpiphp: Slot [28] registered\n[ 0.285160] acpiphp: Slot [29] registered\n[ 0.285955] acpiphp: Slot [30] registered\n[ 0.286749] acpiphp: Slot [31] registered\n[ 0.287542] PCI host bridge to bus 0000:00\n[ 0.288333] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289524] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290710] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292126] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293550] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299937] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301210] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302379] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303631] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310801] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360042] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361525] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362934] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364333] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365714] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367593] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368785] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369831] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371361] vgaarb: loaded\n[ 0.371957] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373093] SCSI subsystem initialized\n[ 0.373909] ACPI: bus type USB registered\n[ 0.374720] usbcore: registered new interface driver usbfs\n[ 0.375742] usbcore: registered new interface driver hub\n[ 0.376741] usbcore: registered new device driver usb\n[ 0.377792] PCI: Using ACPI for IRQ routing\n[ 0.378817] NetLabel: Initializing\n[ 0.379525] NetLabel: domain hash size = 128\n[ 0.380373] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381315] NetLabel: unlabeled traffic allowed by default\n[ 0.382404] clocksource: Switched to clocksource kvm-clock\n[ 0.388214] AppArmor: AppArmor Filesystem Enabled\n[ 0.389175] pnp: PnP ACPI init\n[ 0.390089] pnp: PnP ACPI: found 5 devices\n[ 0.396462] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398147] NET: Registered protocol family 2\n[ 0.399114] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400376] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401530] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403757] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404923] NET: Registered protocol family 1\n[ 0.405784] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406882] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422048] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436289] Trying to unpack rootfs image as initramfs...\n[ 0.486189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500121] Scanning for low memory corruption every 60 seconds\n[ 0.501997] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503699] audit: initializing netlink subsys (disabled)\n[ 0.505187] audit: type=2000 audit(1539346623.389:1): initialized\n[ 0.507003] Initialise system trusted keyring\n[ 0.508308] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509966] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512518] zbud: loaded\n[ 0.513443] VFS: Disk quotas dquot_6.6.0\n[ 0.514621] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516734] fuse init (API version 7.23)\n[ 0.517961] Key type big_key registered\n[ 0.519088] Allocating IMA MOK and blacklist keyrings.\n[ 0.520640] Key type asymmetric registered\n[ 0.521813] Asymmetric key parser 'x509' registered\n[ 0.523193] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525686] io scheduler noop registered\n[ 0.526822] io scheduler deadline registered (default)\n[ 0.528247] io scheduler cfq registered\n[ 0.529412] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530949] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532797] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534890] ACPI: Power Button [PWRF]\n[ 0.536040] GHES: HEST is not enabled!\n[ 0.550041] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581358] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606551] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609868] Linux agpgart interface v0.103\n[ 0.612346] brd: module loaded\n[ 0.613861] loop: module loaded\n[ 0.619230] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.621258] GPT:90111 != 2097151\n[ 0.622185] GPT:Alternate GPT header not at the end of the disk.\n[ 0.623691] GPT:90111 != 2097151\n[ 0.624610] GPT: Use GNU Parted to correct GPT errors.\n[ 0.625985] vda: vda1 vda15\n[ 0.627947] scsi host0: ata_piix\n[ 0.628903] scsi host1: ata_piix\n[ 0.629789] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631526] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633523] libphy: Fixed MDIO Bus: probed\n[ 0.634832] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636182] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638848] PPP generic driver version 2.4.2\n[ 0.639868] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641028] ehci-pci: EHCI PCI platform driver\n[ 0.641874] ehci-platform: EHCI generic platform driver\n[ 0.642842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643940] ohci-pci: OHCI PCI platform driver\n[ 0.644785] ohci-platform: OHCI generic platform driver\n[ 0.645746] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660436] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661409] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662829] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663812] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664910] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667486] usb usb1: Product: UHCI Host Controller\n[ 0.668400] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669509] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670560] hub 1-0:1.0: USB hub found\n[ 0.671319] hub 1-0:1.0: 2 ports detected\n[ 0.672204] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674277] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675211] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676218] mousedev: PS/2 mouse device common for all mice\n[ 0.677459] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679254] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680319] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681481] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682650] i2c /dev entries driver\n[ 0.683403] device-mapper: uevent: version 1.0.3\n[ 0.684317] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685890] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687180] NET: Registered protocol family 10\n[ 0.688169] NET: Registered protocol family 17\n[ 0.689043] Key type dns_resolver registered\n[ 0.689952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691027] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692745] registered taskstats version 1\n[ 0.693565] Loading compiled-in X.509 certificates\n[ 0.694994] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696808] zswap: loaded using pool lzo/zbud\n[ 0.698199] Key type trusted registered\n[ 0.699751] Key type encrypted registered\n[ 0.700570] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702586] evm: HMAC attrs: 0x1\n[ 0.703519] Magic number: 6:916:278\n[ 0.704281] tty tty15: hash matches\n[ 0.705053] rtc_cmos 00:00: setting system clock to 2018-10-12 12:17:03 UTC (1539346623)\n[ 0.706632] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707721] EDD information not available.\n[ 0.791410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802996] Write protecting the kernel read-only data: 14336k\n[ 0.804558] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806314] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.22\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.429254] 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-10-12 12:17:34,662 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action used request id req-88ea2900-6b3f-4ae8-be82-7b6836292f27 2018-10-12 12:17:36,679 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cb3305656d78c336ff02140116950cad3f265f0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:17:37,748 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:17:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5f8d7ea9-75cd-4067-8613-fc074cf79887 x-compute-request-id: req-5f8d7ea9-75cd-4067-8613-fc074cf79887 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 557429688 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130872] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132509] pid_max: default: 32768 minimum: 301\n[ 0.133393] ACPI: Core revision 20150930\n[ 0.134777] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136076] Security Framework initialized\n[ 0.136882] Yama: becoming mindful.\n[ 0.137607] AppArmor: AppArmor initialized\n[ 0.138465] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139773] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141035] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142225] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143614] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145272] Initializing cgroup subsys devices\n[ 0.146143] Initializing cgroup subsys freezer\n[ 0.147004] Initializing cgroup subsys net_cls\n[ 0.147864] Initializing cgroup subsys perf_event\n[ 0.148761] Initializing cgroup subsys net_prio\n[ 0.149630] Initializing cgroup subsys hugetlb\n[ 0.150488] Initializing cgroup subsys pids\n[ 0.151354] CPU: Physical Processor ID: 0\n[ 0.152854] mce: CPU supports 10 MCE banks\n[ 0.153698] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154687] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166747] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173218] ftrace: allocating 31920 entries in 125 pages\n[ 0.200584] smpboot: Max logical packages: 1\n[ 0.201459] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202793] x2apic enabled\n[ 0.203591] Switched APIC routing to physical x2apic.\n[ 0.205318] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206417] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208374] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210125] KVM setup paravirtual spinlock\n[ 0.211575] x86: Booted up 1 node, 1 CPUs\n[ 0.212363] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213724] devtmpfs: initialized\n[ 0.215444] evm: security.selinux\n[ 0.216128] evm: security.SMACK64\n[ 0.216806] evm: security.SMACK64EXEC\n[ 0.217540] evm: security.SMACK64TRANSMUTE\n[ 0.218332] evm: security.SMACK64MMAP\n[ 0.219062] evm: security.ima\n[ 0.219695] evm: security.capability\n[ 0.220497] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222317] pinctrl core: initialized pinctrl subsystem\n[ 0.223407] RTC time: 12:17:02, date: 10/12/18\n[ 0.224352] NET: Registered protocol family 16\n[ 0.225317] cpuidle: using governor ladder\n[ 0.226116] cpuidle: using governor menu\n[ 0.226887] PCCT header not found.\n[ 0.227638] ACPI: bus type PCI registered\n[ 0.228428] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229647] PCI: Using configuration type 1 for base access\n[ 0.231406] ACPI: Added _OSI(Module Device)\n[ 0.232227] ACPI: Added _OSI(Processor Device)\n[ 0.233075] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233953] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236078] ACPI: Interpreter enabled\n[ 0.236849] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244117] ACPI: (supports S0 S5)\n[ 0.244811] ACPI: Using IOAPIC for interrupt routing\n[ 0.245773] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248843] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249967] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251171] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252338] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254516] acpiphp: Slot [3] registered\n[ 0.255305] acpiphp: Slot [4] registered\n[ 0.256085] acpiphp: Slot [5] registered\n[ 0.256869] acpiphp: Slot [6] registered\n[ 0.257650] acpiphp: Slot [7] registered\n[ 0.258437] acpiphp: Slot [8] registered\n[ 0.259218] acpiphp: Slot [9] registered\n[ 0.260000] acpiphp: Slot [10] registered\n[ 0.260796] acpiphp: Slot [11] registered\n[ 0.261599] acpiphp: Slot [12] registered\n[ 0.262396] acpiphp: Slot [13] registered\n[ 0.263191] acpiphp: Slot [14] registered\n[ 0.263988] acpiphp: Slot [15] registered\n[ 0.274809] acpiphp: Slot [16] registered\n[ 0.275610] acpiphp: Slot [17] registered\n[ 0.276405] acpiphp: Slot [18] registered\n[ 0.277196] acpiphp: Slot [19] registered\n[ 0.277993] acpiphp: Slot [20] registered\n[ 0.278790] acpiphp: Slot [21] registered\n[ 0.279591] acpiphp: Slot [22] registered\n[ 0.280387] acpiphp: Slot [23] registered\n[ 0.281178] acpiphp: Slot [24] registered\n[ 0.281975] acpiphp: Slot [25] registered\n[ 0.282771] acpiphp: Slot [26] registered\n[ 0.283565] acpiphp: Slot [27] registered\n[ 0.284366] acpiphp: Slot [28] registered\n[ 0.285160] acpiphp: Slot [29] registered\n[ 0.285955] acpiphp: Slot [30] registered\n[ 0.286749] acpiphp: Slot [31] registered\n[ 0.287542] PCI host bridge to bus 0000:00\n[ 0.288333] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289524] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290710] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292126] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293550] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299937] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301210] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302379] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303631] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310801] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360042] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361525] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362934] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364333] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365714] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367593] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368785] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369831] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371361] vgaarb: loaded\n[ 0.371957] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373093] SCSI subsystem initialized\n[ 0.373909] ACPI: bus type USB registered\n[ 0.374720] usbcore: registered new interface driver usbfs\n[ 0.375742] usbcore: registered new interface driver hub\n[ 0.376741] usbcore: registered new device driver usb\n[ 0.377792] PCI: Using ACPI for IRQ routing\n[ 0.378817] NetLabel: Initializing\n[ 0.379525] NetLabel: domain hash size = 128\n[ 0.380373] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381315] NetLabel: unlabeled traffic allowed by default\n[ 0.382404] clocksource: Switched to clocksource kvm-clock\n[ 0.388214] AppArmor: AppArmor Filesystem Enabled\n[ 0.389175] pnp: PnP ACPI init\n[ 0.390089] pnp: PnP ACPI: found 5 devices\n[ 0.396462] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398147] NET: Registered protocol family 2\n[ 0.399114] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400376] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401530] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403757] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404923] NET: Registered protocol family 1\n[ 0.405784] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406882] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422048] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436289] Trying to unpack rootfs image as initramfs...\n[ 0.486189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500121] Scanning for low memory corruption every 60 seconds\n[ 0.501997] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503699] audit: initializing netlink subsys (disabled)\n[ 0.505187] audit: type=2000 audit(1539346623.389:1): initialized\n[ 0.507003] Initialise system trusted keyring\n[ 0.508308] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509966] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512518] zbud: loaded\n[ 0.513443] VFS: Disk quotas dquot_6.6.0\n[ 0.514621] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516734] fuse init (API version 7.23)\n[ 0.517961] Key type big_key registered\n[ 0.519088] Allocating IMA MOK and blacklist keyrings.\n[ 0.520640] Key type asymmetric registered\n[ 0.521813] Asymmetric key parser 'x509' registered\n[ 0.523193] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525686] io scheduler noop registered\n[ 0.526822] io scheduler deadline registered (default)\n[ 0.528247] io scheduler cfq registered\n[ 0.529412] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530949] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532797] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534890] ACPI: Power Button [PWRF]\n[ 0.536040] GHES: HEST is not enabled!\n[ 0.550041] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581358] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606551] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609868] Linux agpgart interface v0.103\n[ 0.612346] brd: module loaded\n[ 0.613861] loop: module loaded\n[ 0.619230] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.621258] GPT:90111 != 2097151\n[ 0.622185] GPT:Alternate GPT header not at the end of the disk.\n[ 0.623691] GPT:90111 != 2097151\n[ 0.624610] GPT: Use GNU Parted to correct GPT errors.\n[ 0.625985] vda: vda1 vda15\n[ 0.627947] scsi host0: ata_piix\n[ 0.628903] scsi host1: ata_piix\n[ 0.629789] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631526] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633523] libphy: Fixed MDIO Bus: probed\n[ 0.634832] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636182] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638848] PPP generic driver version 2.4.2\n[ 0.639868] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641028] ehci-pci: EHCI PCI platform driver\n[ 0.641874] ehci-platform: EHCI generic platform driver\n[ 0.642842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643940] ohci-pci: OHCI PCI platform driver\n[ 0.644785] ohci-platform: OHCI generic platform driver\n[ 0.645746] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660436] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661409] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662829] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663812] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664910] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667486] usb usb1: Product: UHCI Host Controller\n[ 0.668400] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669509] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670560] hub 1-0:1.0: USB hub found\n[ 0.671319] hub 1-0:1.0: 2 ports detected\n[ 0.672204] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674277] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675211] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676218] mousedev: PS/2 mouse device common for all mice\n[ 0.677459] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679254] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680319] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681481] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682650] i2c /dev entries driver\n[ 0.683403] device-mapper: uevent: version 1.0.3\n[ 0.684317] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685890] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687180] NET: Registered protocol family 10\n[ 0.688169] NET: Registered protocol family 17\n[ 0.689043] Key type dns_resolver registered\n[ 0.689952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691027] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692745] registered taskstats version 1\n[ 0.693565] Loading compiled-in X.509 certificates\n[ 0.694994] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696808] zswap: loaded using pool lzo/zbud\n[ 0.698199] Key type trusted registered\n[ 0.699751] Key type encrypted registered\n[ 0.700570] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702586] evm: HMAC attrs: 0x1\n[ 0.703519] Magic number: 6:916:278\n[ 0.704281] tty tty15: hash matches\n[ 0.705053] rtc_cmos 00:00: setting system clock to 2018-10-12 12:17:03 UTC (1539346623)\n[ 0.706632] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707721] EDD information not available.\n[ 0.791410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802996] Write protecting the kernel read-only data: 14336k\n[ 0.804558] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806314] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.22\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.429254] 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-10-12 12:17:37,748 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action used request id req-5f8d7ea9-75cd-4067-8613-fc074cf79887 2018-10-12 12:17:39,765 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cb3305656d78c336ff02140116950cad3f265f0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:17:40,860 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:17: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-e2160c59-ae58-46ec-8cf3-85de4d2a6f5a x-compute-request-id: req-e2160c59-ae58-46ec-8cf3-85de4d2a6f5a 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 557429688 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130872] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132509] pid_max: default: 32768 minimum: 301\n[ 0.133393] ACPI: Core revision 20150930\n[ 0.134777] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136076] Security Framework initialized\n[ 0.136882] Yama: becoming mindful.\n[ 0.137607] AppArmor: AppArmor initialized\n[ 0.138465] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139773] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141035] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142225] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143614] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145272] Initializing cgroup subsys devices\n[ 0.146143] Initializing cgroup subsys freezer\n[ 0.147004] Initializing cgroup subsys net_cls\n[ 0.147864] Initializing cgroup subsys perf_event\n[ 0.148761] Initializing cgroup subsys net_prio\n[ 0.149630] Initializing cgroup subsys hugetlb\n[ 0.150488] Initializing cgroup subsys pids\n[ 0.151354] CPU: Physical Processor ID: 0\n[ 0.152854] mce: CPU supports 10 MCE banks\n[ 0.153698] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154687] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166747] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173218] ftrace: allocating 31920 entries in 125 pages\n[ 0.200584] smpboot: Max logical packages: 1\n[ 0.201459] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202793] x2apic enabled\n[ 0.203591] Switched APIC routing to physical x2apic.\n[ 0.205318] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206417] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208374] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210125] KVM setup paravirtual spinlock\n[ 0.211575] x86: Booted up 1 node, 1 CPUs\n[ 0.212363] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213724] devtmpfs: initialized\n[ 0.215444] evm: security.selinux\n[ 0.216128] evm: security.SMACK64\n[ 0.216806] evm: security.SMACK64EXEC\n[ 0.217540] evm: security.SMACK64TRANSMUTE\n[ 0.218332] evm: security.SMACK64MMAP\n[ 0.219062] evm: security.ima\n[ 0.219695] evm: security.capability\n[ 0.220497] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222317] pinctrl core: initialized pinctrl subsystem\n[ 0.223407] RTC time: 12:17:02, date: 10/12/18\n[ 0.224352] NET: Registered protocol family 16\n[ 0.225317] cpuidle: using governor ladder\n[ 0.226116] cpuidle: using governor menu\n[ 0.226887] PCCT header not found.\n[ 0.227638] ACPI: bus type PCI registered\n[ 0.228428] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229647] PCI: Using configuration type 1 for base access\n[ 0.231406] ACPI: Added _OSI(Module Device)\n[ 0.232227] ACPI: Added _OSI(Processor Device)\n[ 0.233075] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233953] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236078] ACPI: Interpreter enabled\n[ 0.236849] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244117] ACPI: (supports S0 S5)\n[ 0.244811] ACPI: Using IOAPIC for interrupt routing\n[ 0.245773] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248843] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249967] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251171] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252338] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254516] acpiphp: Slot [3] registered\n[ 0.255305] acpiphp: Slot [4] registered\n[ 0.256085] acpiphp: Slot [5] registered\n[ 0.256869] acpiphp: Slot [6] registered\n[ 0.257650] acpiphp: Slot [7] registered\n[ 0.258437] acpiphp: Slot [8] registered\n[ 0.259218] acpiphp: Slot [9] registered\n[ 0.260000] acpiphp: Slot [10] registered\n[ 0.260796] acpiphp: Slot [11] registered\n[ 0.261599] acpiphp: Slot [12] registered\n[ 0.262396] acpiphp: Slot [13] registered\n[ 0.263191] acpiphp: Slot [14] registered\n[ 0.263988] acpiphp: Slot [15] registered\n[ 0.274809] acpiphp: Slot [16] registered\n[ 0.275610] acpiphp: Slot [17] registered\n[ 0.276405] acpiphp: Slot [18] registered\n[ 0.277196] acpiphp: Slot [19] registered\n[ 0.277993] acpiphp: Slot [20] registered\n[ 0.278790] acpiphp: Slot [21] registered\n[ 0.279591] acpiphp: Slot [22] registered\n[ 0.280387] acpiphp: Slot [23] registered\n[ 0.281178] acpiphp: Slot [24] registered\n[ 0.281975] acpiphp: Slot [25] registered\n[ 0.282771] acpiphp: Slot [26] registered\n[ 0.283565] acpiphp: Slot [27] registered\n[ 0.284366] acpiphp: Slot [28] registered\n[ 0.285160] acpiphp: Slot [29] registered\n[ 0.285955] acpiphp: Slot [30] registered\n[ 0.286749] acpiphp: Slot [31] registered\n[ 0.287542] PCI host bridge to bus 0000:00\n[ 0.288333] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289524] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290710] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292126] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293550] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299937] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301210] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302379] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303631] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310801] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360042] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361525] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362934] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364333] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365714] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367593] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368785] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369831] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371361] vgaarb: loaded\n[ 0.371957] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373093] SCSI subsystem initialized\n[ 0.373909] ACPI: bus type USB registered\n[ 0.374720] usbcore: registered new interface driver usbfs\n[ 0.375742] usbcore: registered new interface driver hub\n[ 0.376741] usbcore: registered new device driver usb\n[ 0.377792] PCI: Using ACPI for IRQ routing\n[ 0.378817] NetLabel: Initializing\n[ 0.379525] NetLabel: domain hash size = 128\n[ 0.380373] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381315] NetLabel: unlabeled traffic allowed by default\n[ 0.382404] clocksource: Switched to clocksource kvm-clock\n[ 0.388214] AppArmor: AppArmor Filesystem Enabled\n[ 0.389175] pnp: PnP ACPI init\n[ 0.390089] pnp: PnP ACPI: found 5 devices\n[ 0.396462] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398147] NET: Registered protocol family 2\n[ 0.399114] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400376] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401530] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403757] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404923] NET: Registered protocol family 1\n[ 0.405784] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406882] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422048] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436289] Trying to unpack rootfs image as initramfs...\n[ 0.486189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500121] Scanning for low memory corruption every 60 seconds\n[ 0.501997] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503699] audit: initializing netlink subsys (disabled)\n[ 0.505187] audit: type=2000 audit(1539346623.389:1): initialized\n[ 0.507003] Initialise system trusted keyring\n[ 0.508308] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509966] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512518] zbud: loaded\n[ 0.513443] VFS: Disk quotas dquot_6.6.0\n[ 0.514621] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516734] fuse init (API version 7.23)\n[ 0.517961] Key type big_key registered\n[ 0.519088] Allocating IMA MOK and blacklist keyrings.\n[ 0.520640] Key type asymmetric registered\n[ 0.521813] Asymmetric key parser 'x509' registered\n[ 0.523193] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525686] io scheduler noop registered\n[ 0.526822] io scheduler deadline registered (default)\n[ 0.528247] io scheduler cfq registered\n[ 0.529412] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530949] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532797] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534890] ACPI: Power Button [PWRF]\n[ 0.536040] GHES: HEST is not enabled!\n[ 0.550041] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581358] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606551] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609868] Linux agpgart interface v0.103\n[ 0.612346] brd: module loaded\n[ 0.613861] loop: module loaded\n[ 0.619230] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.621258] GPT:90111 != 2097151\n[ 0.622185] GPT:Alternate GPT header not at the end of the disk.\n[ 0.623691] GPT:90111 != 2097151\n[ 0.624610] GPT: Use GNU Parted to correct GPT errors.\n[ 0.625985] vda: vda1 vda15\n[ 0.627947] scsi host0: ata_piix\n[ 0.628903] scsi host1: ata_piix\n[ 0.629789] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631526] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633523] libphy: Fixed MDIO Bus: probed\n[ 0.634832] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636182] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638848] PPP generic driver version 2.4.2\n[ 0.639868] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641028] ehci-pci: EHCI PCI platform driver\n[ 0.641874] ehci-platform: EHCI generic platform driver\n[ 0.642842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643940] ohci-pci: OHCI PCI platform driver\n[ 0.644785] ohci-platform: OHCI generic platform driver\n[ 0.645746] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660436] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661409] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662829] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663812] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664910] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667486] usb usb1: Product: UHCI Host Controller\n[ 0.668400] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669509] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670560] hub 1-0:1.0: USB hub found\n[ 0.671319] hub 1-0:1.0: 2 ports detected\n[ 0.672204] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674277] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675211] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676218] mousedev: PS/2 mouse device common for all mice\n[ 0.677459] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679254] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680319] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681481] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682650] i2c /dev entries driver\n[ 0.683403] device-mapper: uevent: version 1.0.3\n[ 0.684317] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685890] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687180] NET: Registered protocol family 10\n[ 0.688169] NET: Registered protocol family 17\n[ 0.689043] Key type dns_resolver registered\n[ 0.689952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691027] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692745] registered taskstats version 1\n[ 0.693565] Loading compiled-in X.509 certificates\n[ 0.694994] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696808] zswap: loaded using pool lzo/zbud\n[ 0.698199] Key type trusted registered\n[ 0.699751] Key type encrypted registered\n[ 0.700570] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702586] evm: HMAC attrs: 0x1\n[ 0.703519] Magic number: 6:916:278\n[ 0.704281] tty tty15: hash matches\n[ 0.705053] rtc_cmos 00:00: setting system clock to 2018-10-12 12:17:03 UTC (1539346623)\n[ 0.706632] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707721] EDD information not available.\n[ 0.791410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802996] Write protecting the kernel read-only data: 14336k\n[ 0.804558] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806314] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.22\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.429254] 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-10-12 12:17:40,861 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action used request id req-e2160c59-ae58-46ec-8cf3-85de4d2a6f5a 2018-10-12 12:17:42,878 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cb3305656d78c336ff02140116950cad3f265f0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:17:43,946 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:17: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-794a1321-a1ea-4942-98be-3a60f1a021f7 x-compute-request-id: req-794a1321-a1ea-4942-98be-3a60f1a021f7 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 557429688 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130872] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132509] pid_max: default: 32768 minimum: 301\n[ 0.133393] ACPI: Core revision 20150930\n[ 0.134777] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136076] Security Framework initialized\n[ 0.136882] Yama: becoming mindful.\n[ 0.137607] AppArmor: AppArmor initialized\n[ 0.138465] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139773] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141035] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142225] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143614] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145272] Initializing cgroup subsys devices\n[ 0.146143] Initializing cgroup subsys freezer\n[ 0.147004] Initializing cgroup subsys net_cls\n[ 0.147864] Initializing cgroup subsys perf_event\n[ 0.148761] Initializing cgroup subsys net_prio\n[ 0.149630] Initializing cgroup subsys hugetlb\n[ 0.150488] Initializing cgroup subsys pids\n[ 0.151354] CPU: Physical Processor ID: 0\n[ 0.152854] mce: CPU supports 10 MCE banks\n[ 0.153698] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154687] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166747] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173218] ftrace: allocating 31920 entries in 125 pages\n[ 0.200584] smpboot: Max logical packages: 1\n[ 0.201459] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202793] x2apic enabled\n[ 0.203591] Switched APIC routing to physical x2apic.\n[ 0.205318] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206417] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208374] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210125] KVM setup paravirtual spinlock\n[ 0.211575] x86: Booted up 1 node, 1 CPUs\n[ 0.212363] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213724] devtmpfs: initialized\n[ 0.215444] evm: security.selinux\n[ 0.216128] evm: security.SMACK64\n[ 0.216806] evm: security.SMACK64EXEC\n[ 0.217540] evm: security.SMACK64TRANSMUTE\n[ 0.218332] evm: security.SMACK64MMAP\n[ 0.219062] evm: security.ima\n[ 0.219695] evm: security.capability\n[ 0.220497] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222317] pinctrl core: initialized pinctrl subsystem\n[ 0.223407] RTC time: 12:17:02, date: 10/12/18\n[ 0.224352] NET: Registered protocol family 16\n[ 0.225317] cpuidle: using governor ladder\n[ 0.226116] cpuidle: using governor menu\n[ 0.226887] PCCT header not found.\n[ 0.227638] ACPI: bus type PCI registered\n[ 0.228428] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229647] PCI: Using configuration type 1 for base access\n[ 0.231406] ACPI: Added _OSI(Module Device)\n[ 0.232227] ACPI: Added _OSI(Processor Device)\n[ 0.233075] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233953] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236078] ACPI: Interpreter enabled\n[ 0.236849] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244117] ACPI: (supports S0 S5)\n[ 0.244811] ACPI: Using IOAPIC for interrupt routing\n[ 0.245773] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248843] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249967] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251171] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252338] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254516] acpiphp: Slot [3] registered\n[ 0.255305] acpiphp: Slot [4] registered\n[ 0.256085] acpiphp: Slot [5] registered\n[ 0.256869] acpiphp: Slot [6] registered\n[ 0.257650] acpiphp: Slot [7] registered\n[ 0.258437] acpiphp: Slot [8] registered\n[ 0.259218] acpiphp: Slot [9] registered\n[ 0.260000] acpiphp: Slot [10] registered\n[ 0.260796] acpiphp: Slot [11] registered\n[ 0.261599] acpiphp: Slot [12] registered\n[ 0.262396] acpiphp: Slot [13] registered\n[ 0.263191] acpiphp: Slot [14] registered\n[ 0.263988] acpiphp: Slot [15] registered\n[ 0.274809] acpiphp: Slot [16] registered\n[ 0.275610] acpiphp: Slot [17] registered\n[ 0.276405] acpiphp: Slot [18] registered\n[ 0.277196] acpiphp: Slot [19] registered\n[ 0.277993] acpiphp: Slot [20] registered\n[ 0.278790] acpiphp: Slot [21] registered\n[ 0.279591] acpiphp: Slot [22] registered\n[ 0.280387] acpiphp: Slot [23] registered\n[ 0.281178] acpiphp: Slot [24] registered\n[ 0.281975] acpiphp: Slot [25] registered\n[ 0.282771] acpiphp: Slot [26] registered\n[ 0.283565] acpiphp: Slot [27] registered\n[ 0.284366] acpiphp: Slot [28] registered\n[ 0.285160] acpiphp: Slot [29] registered\n[ 0.285955] acpiphp: Slot [30] registered\n[ 0.286749] acpiphp: Slot [31] registered\n[ 0.287542] PCI host bridge to bus 0000:00\n[ 0.288333] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289524] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290710] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292126] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293550] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299937] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301210] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302379] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303631] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310801] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360042] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361525] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362934] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364333] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365714] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367593] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368785] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369831] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371361] vgaarb: loaded\n[ 0.371957] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373093] SCSI subsystem initialized\n[ 0.373909] ACPI: bus type USB registered\n[ 0.374720] usbcore: registered new interface driver usbfs\n[ 0.375742] usbcore: registered new interface driver hub\n[ 0.376741] usbcore: registered new device driver usb\n[ 0.377792] PCI: Using ACPI for IRQ routing\n[ 0.378817] NetLabel: Initializing\n[ 0.379525] NetLabel: domain hash size = 128\n[ 0.380373] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381315] NetLabel: unlabeled traffic allowed by default\n[ 0.382404] clocksource: Switched to clocksource kvm-clock\n[ 0.388214] AppArmor: AppArmor Filesystem Enabled\n[ 0.389175] pnp: PnP ACPI init\n[ 0.390089] pnp: PnP ACPI: found 5 devices\n[ 0.396462] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398147] NET: Registered protocol family 2\n[ 0.399114] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400376] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401530] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403757] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404923] NET: Registered protocol family 1\n[ 0.405784] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406882] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422048] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436289] Trying to unpack rootfs image as initramfs...\n[ 0.486189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500121] Scanning for low memory corruption every 60 seconds\n[ 0.501997] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503699] audit: initializing netlink subsys (disabled)\n[ 0.505187] audit: type=2000 audit(1539346623.389:1): initialized\n[ 0.507003] Initialise system trusted keyring\n[ 0.508308] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509966] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512518] zbud: loaded\n[ 0.513443] VFS: Disk quotas dquot_6.6.0\n[ 0.514621] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516734] fuse init (API version 7.23)\n[ 0.517961] Key type big_key registered\n[ 0.519088] Allocating IMA MOK and blacklist keyrings.\n[ 0.520640] Key type asymmetric registered\n[ 0.521813] Asymmetric key parser 'x509' registered\n[ 0.523193] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525686] io scheduler noop registered\n[ 0.526822] io scheduler deadline registered (default)\n[ 0.528247] io scheduler cfq registered\n[ 0.529412] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530949] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532797] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534890] ACPI: Power Button [PWRF]\n[ 0.536040] GHES: HEST is not enabled!\n[ 0.550041] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581358] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606551] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609868] Linux agpgart interface v0.103\n[ 0.612346] brd: module loaded\n[ 0.613861] loop: module loaded\n[ 0.619230] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.621258] GPT:90111 != 2097151\n[ 0.622185] GPT:Alternate GPT header not at the end of the disk.\n[ 0.623691] GPT:90111 != 2097151\n[ 0.624610] GPT: Use GNU Parted to correct GPT errors.\n[ 0.625985] vda: vda1 vda15\n[ 0.627947] scsi host0: ata_piix\n[ 0.628903] scsi host1: ata_piix\n[ 0.629789] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631526] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633523] libphy: Fixed MDIO Bus: probed\n[ 0.634832] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636182] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638848] PPP generic driver version 2.4.2\n[ 0.639868] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641028] ehci-pci: EHCI PCI platform driver\n[ 0.641874] ehci-platform: EHCI generic platform driver\n[ 0.642842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643940] ohci-pci: OHCI PCI platform driver\n[ 0.644785] ohci-platform: OHCI generic platform driver\n[ 0.645746] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660436] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661409] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662829] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663812] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664910] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667486] usb usb1: Product: UHCI Host Controller\n[ 0.668400] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669509] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670560] hub 1-0:1.0: USB hub found\n[ 0.671319] hub 1-0:1.0: 2 ports detected\n[ 0.672204] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674277] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675211] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676218] mousedev: PS/2 mouse device common for all mice\n[ 0.677459] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679254] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680319] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681481] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682650] i2c /dev entries driver\n[ 0.683403] device-mapper: uevent: version 1.0.3\n[ 0.684317] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685890] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687180] NET: Registered protocol family 10\n[ 0.688169] NET: Registered protocol family 17\n[ 0.689043] Key type dns_resolver registered\n[ 0.689952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691027] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692745] registered taskstats version 1\n[ 0.693565] Loading compiled-in X.509 certificates\n[ 0.694994] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696808] zswap: loaded using pool lzo/zbud\n[ 0.698199] Key type trusted registered\n[ 0.699751] Key type encrypted registered\n[ 0.700570] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702586] evm: HMAC attrs: 0x1\n[ 0.703519] Magic number: 6:916:278\n[ 0.704281] tty tty15: hash matches\n[ 0.705053] rtc_cmos 00:00: setting system clock to 2018-10-12 12:17:03 UTC (1539346623)\n[ 0.706632] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707721] EDD information not available.\n[ 0.791410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802996] Write protecting the kernel read-only data: 14336k\n[ 0.804558] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806314] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.22\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.429254] 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-10-12 12:17:43,946 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action used request id req-794a1321-a1ea-4942-98be-3a60f1a021f7 2018-10-12 12:17:45,964 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cb3305656d78c336ff02140116950cad3f265f0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:17:47,042 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:17: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-cec0c5f8-80c0-4692-99e9-20cde6198020 x-compute-request-id: req-cec0c5f8-80c0-4692-99e9-20cde6198020 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 557429688 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130872] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132509] pid_max: default: 32768 minimum: 301\n[ 0.133393] ACPI: Core revision 20150930\n[ 0.134777] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136076] Security Framework initialized\n[ 0.136882] Yama: becoming mindful.\n[ 0.137607] AppArmor: AppArmor initialized\n[ 0.138465] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139773] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141035] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142225] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143614] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145272] Initializing cgroup subsys devices\n[ 0.146143] Initializing cgroup subsys freezer\n[ 0.147004] Initializing cgroup subsys net_cls\n[ 0.147864] Initializing cgroup subsys perf_event\n[ 0.148761] Initializing cgroup subsys net_prio\n[ 0.149630] Initializing cgroup subsys hugetlb\n[ 0.150488] Initializing cgroup subsys pids\n[ 0.151354] CPU: Physical Processor ID: 0\n[ 0.152854] mce: CPU supports 10 MCE banks\n[ 0.153698] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154687] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166747] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173218] ftrace: allocating 31920 entries in 125 pages\n[ 0.200584] smpboot: Max logical packages: 1\n[ 0.201459] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202793] x2apic enabled\n[ 0.203591] Switched APIC routing to physical x2apic.\n[ 0.205318] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206417] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208374] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210125] KVM setup paravirtual spinlock\n[ 0.211575] x86: Booted up 1 node, 1 CPUs\n[ 0.212363] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213724] devtmpfs: initialized\n[ 0.215444] evm: security.selinux\n[ 0.216128] evm: security.SMACK64\n[ 0.216806] evm: security.SMACK64EXEC\n[ 0.217540] evm: security.SMACK64TRANSMUTE\n[ 0.218332] evm: security.SMACK64MMAP\n[ 0.219062] evm: security.ima\n[ 0.219695] evm: security.capability\n[ 0.220497] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222317] pinctrl core: initialized pinctrl subsystem\n[ 0.223407] RTC time: 12:17:02, date: 10/12/18\n[ 0.224352] NET: Registered protocol family 16\n[ 0.225317] cpuidle: using governor ladder\n[ 0.226116] cpuidle: using governor menu\n[ 0.226887] PCCT header not found.\n[ 0.227638] ACPI: bus type PCI registered\n[ 0.228428] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229647] PCI: Using configuration type 1 for base access\n[ 0.231406] ACPI: Added _OSI(Module Device)\n[ 0.232227] ACPI: Added _OSI(Processor Device)\n[ 0.233075] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233953] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236078] ACPI: Interpreter enabled\n[ 0.236849] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244117] ACPI: (supports S0 S5)\n[ 0.244811] ACPI: Using IOAPIC for interrupt routing\n[ 0.245773] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248843] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249967] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251171] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252338] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254516] acpiphp: Slot [3] registered\n[ 0.255305] acpiphp: Slot [4] registered\n[ 0.256085] acpiphp: Slot [5] registered\n[ 0.256869] acpiphp: Slot [6] registered\n[ 0.257650] acpiphp: Slot [7] registered\n[ 0.258437] acpiphp: Slot [8] registered\n[ 0.259218] acpiphp: Slot [9] registered\n[ 0.260000] acpiphp: Slot [10] registered\n[ 0.260796] acpiphp: Slot [11] registered\n[ 0.261599] acpiphp: Slot [12] registered\n[ 0.262396] acpiphp: Slot [13] registered\n[ 0.263191] acpiphp: Slot [14] registered\n[ 0.263988] acpiphp: Slot [15] registered\n[ 0.274809] acpiphp: Slot [16] registered\n[ 0.275610] acpiphp: Slot [17] registered\n[ 0.276405] acpiphp: Slot [18] registered\n[ 0.277196] acpiphp: Slot [19] registered\n[ 0.277993] acpiphp: Slot [20] registered\n[ 0.278790] acpiphp: Slot [21] registered\n[ 0.279591] acpiphp: Slot [22] registered\n[ 0.280387] acpiphp: Slot [23] registered\n[ 0.281178] acpiphp: Slot [24] registered\n[ 0.281975] acpiphp: Slot [25] registered\n[ 0.282771] acpiphp: Slot [26] registered\n[ 0.283565] acpiphp: Slot [27] registered\n[ 0.284366] acpiphp: Slot [28] registered\n[ 0.285160] acpiphp: Slot [29] registered\n[ 0.285955] acpiphp: Slot [30] registered\n[ 0.286749] acpiphp: Slot [31] registered\n[ 0.287542] PCI host bridge to bus 0000:00\n[ 0.288333] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289524] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290710] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292126] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293550] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299937] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301210] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302379] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303631] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310801] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360042] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361525] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362934] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364333] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365714] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367593] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368785] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369831] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371361] vgaarb: loaded\n[ 0.371957] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373093] SCSI subsystem initialized\n[ 0.373909] ACPI: bus type USB registered\n[ 0.374720] usbcore: registered new interface driver usbfs\n[ 0.375742] usbcore: registered new interface driver hub\n[ 0.376741] usbcore: registered new device driver usb\n[ 0.377792] PCI: Using ACPI for IRQ routing\n[ 0.378817] NetLabel: Initializing\n[ 0.379525] NetLabel: domain hash size = 128\n[ 0.380373] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381315] NetLabel: unlabeled traffic allowed by default\n[ 0.382404] clocksource: Switched to clocksource kvm-clock\n[ 0.388214] AppArmor: AppArmor Filesystem Enabled\n[ 0.389175] pnp: PnP ACPI init\n[ 0.390089] pnp: PnP ACPI: found 5 devices\n[ 0.396462] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398147] NET: Registered protocol family 2\n[ 0.399114] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400376] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401530] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403757] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404923] NET: Registered protocol family 1\n[ 0.405784] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406882] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422048] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436289] Trying to unpack rootfs image as initramfs...\n[ 0.486189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500121] Scanning for low memory corruption every 60 seconds\n[ 0.501997] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503699] audit: initializing netlink subsys (disabled)\n[ 0.505187] audit: type=2000 audit(1539346623.389:1): initialized\n[ 0.507003] Initialise system trusted keyring\n[ 0.508308] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509966] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512518] zbud: loaded\n[ 0.513443] VFS: Disk quotas dquot_6.6.0\n[ 0.514621] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516734] fuse init (API version 7.23)\n[ 0.517961] Key type big_key registered\n[ 0.519088] Allocating IMA MOK and blacklist keyrings.\n[ 0.520640] Key type asymmetric registered\n[ 0.521813] Asymmetric key parser 'x509' registered\n[ 0.523193] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525686] io scheduler noop registered\n[ 0.526822] io scheduler deadline registered (default)\n[ 0.528247] io scheduler cfq registered\n[ 0.529412] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530949] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532797] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534890] ACPI: Power Button [PWRF]\n[ 0.536040] GHES: HEST is not enabled!\n[ 0.550041] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581358] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606551] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609868] Linux agpgart interface v0.103\n[ 0.612346] brd: module loaded\n[ 0.613861] loop: module loaded\n[ 0.619230] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.621258] GPT:90111 != 2097151\n[ 0.622185] GPT:Alternate GPT header not at the end of the disk.\n[ 0.623691] GPT:90111 != 2097151\n[ 0.624610] GPT: Use GNU Parted to correct GPT errors.\n[ 0.625985] vda: vda1 vda15\n[ 0.627947] scsi host0: ata_piix\n[ 0.628903] scsi host1: ata_piix\n[ 0.629789] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631526] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633523] libphy: Fixed MDIO Bus: probed\n[ 0.634832] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636182] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638848] PPP generic driver version 2.4.2\n[ 0.639868] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641028] ehci-pci: EHCI PCI platform driver\n[ 0.641874] ehci-platform: EHCI generic platform driver\n[ 0.642842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643940] ohci-pci: OHCI PCI platform driver\n[ 0.644785] ohci-platform: OHCI generic platform driver\n[ 0.645746] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660436] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661409] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662829] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663812] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664910] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667486] usb usb1: Product: UHCI Host Controller\n[ 0.668400] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669509] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670560] hub 1-0:1.0: USB hub found\n[ 0.671319] hub 1-0:1.0: 2 ports detected\n[ 0.672204] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674277] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675211] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676218] mousedev: PS/2 mouse device common for all mice\n[ 0.677459] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679254] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680319] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681481] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682650] i2c /dev entries driver\n[ 0.683403] device-mapper: uevent: version 1.0.3\n[ 0.684317] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685890] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687180] NET: Registered protocol family 10\n[ 0.688169] NET: Registered protocol family 17\n[ 0.689043] Key type dns_resolver registered\n[ 0.689952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691027] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692745] registered taskstats version 1\n[ 0.693565] Loading compiled-in X.509 certificates\n[ 0.694994] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696808] zswap: loaded using pool lzo/zbud\n[ 0.698199] Key type trusted registered\n[ 0.699751] Key type encrypted registered\n[ 0.700570] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702586] evm: HMAC attrs: 0x1\n[ 0.703519] Magic number: 6:916:278\n[ 0.704281] tty tty15: hash matches\n[ 0.705053] rtc_cmos 00:00: setting system clock to 2018-10-12 12:17:03 UTC (1539346623)\n[ 0.706632] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707721] EDD information not available.\n[ 0.791410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802996] Write protecting the kernel read-only data: 14336k\n[ 0.804558] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806314] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.22\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.429254] 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-10-12 12:17:47,043 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action used request id req-cec0c5f8-80c0-4692-99e9-20cde6198020 2018-10-12 12:17:49,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cb3305656d78c336ff02140116950cad3f265f0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:17:50,127 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:17:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f17491c-1158-4a6d-9a11-20c997c2b177 x-compute-request-id: req-3f17491c-1158-4a6d-9a11-20c997c2b177 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 557429688 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130872] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132509] pid_max: default: 32768 minimum: 301\n[ 0.133393] ACPI: Core revision 20150930\n[ 0.134777] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136076] Security Framework initialized\n[ 0.136882] Yama: becoming mindful.\n[ 0.137607] AppArmor: AppArmor initialized\n[ 0.138465] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139773] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141035] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142225] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143614] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145272] Initializing cgroup subsys devices\n[ 0.146143] Initializing cgroup subsys freezer\n[ 0.147004] Initializing cgroup subsys net_cls\n[ 0.147864] Initializing cgroup subsys perf_event\n[ 0.148761] Initializing cgroup subsys net_prio\n[ 0.149630] Initializing cgroup subsys hugetlb\n[ 0.150488] Initializing cgroup subsys pids\n[ 0.151354] CPU: Physical Processor ID: 0\n[ 0.152854] mce: CPU supports 10 MCE banks\n[ 0.153698] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154687] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166747] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173218] ftrace: allocating 31920 entries in 125 pages\n[ 0.200584] smpboot: Max logical packages: 1\n[ 0.201459] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202793] x2apic enabled\n[ 0.203591] Switched APIC routing to physical x2apic.\n[ 0.205318] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206417] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208374] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210125] KVM setup paravirtual spinlock\n[ 0.211575] x86: Booted up 1 node, 1 CPUs\n[ 0.212363] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213724] devtmpfs: initialized\n[ 0.215444] evm: security.selinux\n[ 0.216128] evm: security.SMACK64\n[ 0.216806] evm: security.SMACK64EXEC\n[ 0.217540] evm: security.SMACK64TRANSMUTE\n[ 0.218332] evm: security.SMACK64MMAP\n[ 0.219062] evm: security.ima\n[ 0.219695] evm: security.capability\n[ 0.220497] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222317] pinctrl core: initialized pinctrl subsystem\n[ 0.223407] RTC time: 12:17:02, date: 10/12/18\n[ 0.224352] NET: Registered protocol family 16\n[ 0.225317] cpuidle: using governor ladder\n[ 0.226116] cpuidle: using governor menu\n[ 0.226887] PCCT header not found.\n[ 0.227638] ACPI: bus type PCI registered\n[ 0.228428] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229647] PCI: Using configuration type 1 for base access\n[ 0.231406] ACPI: Added _OSI(Module Device)\n[ 0.232227] ACPI: Added _OSI(Processor Device)\n[ 0.233075] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233953] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236078] ACPI: Interpreter enabled\n[ 0.236849] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244117] ACPI: (supports S0 S5)\n[ 0.244811] ACPI: Using IOAPIC for interrupt routing\n[ 0.245773] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248843] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249967] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251171] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252338] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254516] acpiphp: Slot [3] registered\n[ 0.255305] acpiphp: Slot [4] registered\n[ 0.256085] acpiphp: Slot [5] registered\n[ 0.256869] acpiphp: Slot [6] registered\n[ 0.257650] acpiphp: Slot [7] registered\n[ 0.258437] acpiphp: Slot [8] registered\n[ 0.259218] acpiphp: Slot [9] registered\n[ 0.260000] acpiphp: Slot [10] registered\n[ 0.260796] acpiphp: Slot [11] registered\n[ 0.261599] acpiphp: Slot [12] registered\n[ 0.262396] acpiphp: Slot [13] registered\n[ 0.263191] acpiphp: Slot [14] registered\n[ 0.263988] acpiphp: Slot [15] registered\n[ 0.274809] acpiphp: Slot [16] registered\n[ 0.275610] acpiphp: Slot [17] registered\n[ 0.276405] acpiphp: Slot [18] registered\n[ 0.277196] acpiphp: Slot [19] registered\n[ 0.277993] acpiphp: Slot [20] registered\n[ 0.278790] acpiphp: Slot [21] registered\n[ 0.279591] acpiphp: Slot [22] registered\n[ 0.280387] acpiphp: Slot [23] registered\n[ 0.281178] acpiphp: Slot [24] registered\n[ 0.281975] acpiphp: Slot [25] registered\n[ 0.282771] acpiphp: Slot [26] registered\n[ 0.283565] acpiphp: Slot [27] registered\n[ 0.284366] acpiphp: Slot [28] registered\n[ 0.285160] acpiphp: Slot [29] registered\n[ 0.285955] acpiphp: Slot [30] registered\n[ 0.286749] acpiphp: Slot [31] registered\n[ 0.287542] PCI host bridge to bus 0000:00\n[ 0.288333] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289524] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290710] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292126] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293550] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299937] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301210] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302379] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303631] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310801] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360042] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361525] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362934] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364333] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365714] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367593] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368785] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369831] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371361] vgaarb: loaded\n[ 0.371957] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373093] SCSI subsystem initialized\n[ 0.373909] ACPI: bus type USB registered\n[ 0.374720] usbcore: registered new interface driver usbfs\n[ 0.375742] usbcore: registered new interface driver hub\n[ 0.376741] usbcore: registered new device driver usb\n[ 0.377792] PCI: Using ACPI for IRQ routing\n[ 0.378817] NetLabel: Initializing\n[ 0.379525] NetLabel: domain hash size = 128\n[ 0.380373] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381315] NetLabel: unlabeled traffic allowed by default\n[ 0.382404] clocksource: Switched to clocksource kvm-clock\n[ 0.388214] AppArmor: AppArmor Filesystem Enabled\n[ 0.389175] pnp: PnP ACPI init\n[ 0.390089] pnp: PnP ACPI: found 5 devices\n[ 0.396462] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398147] NET: Registered protocol family 2\n[ 0.399114] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400376] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401530] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403757] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404923] NET: Registered protocol family 1\n[ 0.405784] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406882] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422048] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436289] Trying to unpack rootfs image as initramfs...\n[ 0.486189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500121] Scanning for low memory corruption every 60 seconds\n[ 0.501997] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503699] audit: initializing netlink subsys (disabled)\n[ 0.505187] audit: type=2000 audit(1539346623.389:1): initialized\n[ 0.507003] Initialise system trusted keyring\n[ 0.508308] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509966] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512518] zbud: loaded\n[ 0.513443] VFS: Disk quotas dquot_6.6.0\n[ 0.514621] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516734] fuse init (API version 7.23)\n[ 0.517961] Key type big_key registered\n[ 0.519088] Allocating IMA MOK and blacklist keyrings.\n[ 0.520640] Key type asymmetric registered\n[ 0.521813] Asymmetric key parser 'x509' registered\n[ 0.523193] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525686] io scheduler noop registered\n[ 0.526822] io scheduler deadline registered (default)\n[ 0.528247] io scheduler cfq registered\n[ 0.529412] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530949] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532797] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534890] ACPI: Power Button [PWRF]\n[ 0.536040] GHES: HEST is not enabled!\n[ 0.550041] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581358] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606551] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609868] Linux agpgart interface v0.103\n[ 0.612346] brd: module loaded\n[ 0.613861] loop: module loaded\n[ 0.619230] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.621258] GPT:90111 != 2097151\n[ 0.622185] GPT:Alternate GPT header not at the end of the disk.\n[ 0.623691] GPT:90111 != 2097151\n[ 0.624610] GPT: Use GNU Parted to correct GPT errors.\n[ 0.625985] vda: vda1 vda15\n[ 0.627947] scsi host0: ata_piix\n[ 0.628903] scsi host1: ata_piix\n[ 0.629789] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631526] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633523] libphy: Fixed MDIO Bus: probed\n[ 0.634832] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636182] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638848] PPP generic driver version 2.4.2\n[ 0.639868] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641028] ehci-pci: EHCI PCI platform driver\n[ 0.641874] ehci-platform: EHCI generic platform driver\n[ 0.642842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643940] ohci-pci: OHCI PCI platform driver\n[ 0.644785] ohci-platform: OHCI generic platform driver\n[ 0.645746] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660436] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661409] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662829] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663812] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664910] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667486] usb usb1: Product: UHCI Host Controller\n[ 0.668400] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669509] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670560] hub 1-0:1.0: USB hub found\n[ 0.671319] hub 1-0:1.0: 2 ports detected\n[ 0.672204] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674277] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675211] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676218] mousedev: PS/2 mouse device common for all mice\n[ 0.677459] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679254] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680319] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681481] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682650] i2c /dev entries driver\n[ 0.683403] device-mapper: uevent: version 1.0.3\n[ 0.684317] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685890] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687180] NET: Registered protocol family 10\n[ 0.688169] NET: Registered protocol family 17\n[ 0.689043] Key type dns_resolver registered\n[ 0.689952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691027] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692745] registered taskstats version 1\n[ 0.693565] Loading compiled-in X.509 certificates\n[ 0.694994] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696808] zswap: loaded using pool lzo/zbud\n[ 0.698199] Key type trusted registered\n[ 0.699751] Key type encrypted registered\n[ 0.700570] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702586] evm: HMAC attrs: 0x1\n[ 0.703519] Magic number: 6:916:278\n[ 0.704281] tty tty15: hash matches\n[ 0.705053] rtc_cmos 00:00: setting system clock to 2018-10-12 12:17:03 UTC (1539346623)\n[ 0.706632] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707721] EDD information not available.\n[ 0.791410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802996] Write protecting the kernel read-only data: 14336k\n[ 0.804558] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806314] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.22\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.429254] 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-10-12 12:17:50,127 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action used request id req-3f17491c-1158-4a6d-9a11-20c997c2b177 2018-10-12 12:17:52,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cb3305656d78c336ff02140116950cad3f265f0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:17:53,230 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:17:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7458c26-be7c-4dbd-9194-11285e202888 x-compute-request-id: req-f7458c26-be7c-4dbd-9194-11285e202888 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 557429688 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130872] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132509] pid_max: default: 32768 minimum: 301\n[ 0.133393] ACPI: Core revision 20150930\n[ 0.134777] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136076] Security Framework initialized\n[ 0.136882] Yama: becoming mindful.\n[ 0.137607] AppArmor: AppArmor initialized\n[ 0.138465] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139773] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141035] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142225] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143614] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145272] Initializing cgroup subsys devices\n[ 0.146143] Initializing cgroup subsys freezer\n[ 0.147004] Initializing cgroup subsys net_cls\n[ 0.147864] Initializing cgroup subsys perf_event\n[ 0.148761] Initializing cgroup subsys net_prio\n[ 0.149630] Initializing cgroup subsys hugetlb\n[ 0.150488] Initializing cgroup subsys pids\n[ 0.151354] CPU: Physical Processor ID: 0\n[ 0.152854] mce: CPU supports 10 MCE banks\n[ 0.153698] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154687] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166747] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173218] ftrace: allocating 31920 entries in 125 pages\n[ 0.200584] smpboot: Max logical packages: 1\n[ 0.201459] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202793] x2apic enabled\n[ 0.203591] Switched APIC routing to physical x2apic.\n[ 0.205318] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206417] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208374] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210125] KVM setup paravirtual spinlock\n[ 0.211575] x86: Booted up 1 node, 1 CPUs\n[ 0.212363] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213724] devtmpfs: initialized\n[ 0.215444] evm: security.selinux\n[ 0.216128] evm: security.SMACK64\n[ 0.216806] evm: security.SMACK64EXEC\n[ 0.217540] evm: security.SMACK64TRANSMUTE\n[ 0.218332] evm: security.SMACK64MMAP\n[ 0.219062] evm: security.ima\n[ 0.219695] evm: security.capability\n[ 0.220497] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222317] pinctrl core: initialized pinctrl subsystem\n[ 0.223407] RTC time: 12:17:02, date: 10/12/18\n[ 0.224352] NET: Registered protocol family 16\n[ 0.225317] cpuidle: using governor ladder\n[ 0.226116] cpuidle: using governor menu\n[ 0.226887] PCCT header not found.\n[ 0.227638] ACPI: bus type PCI registered\n[ 0.228428] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229647] PCI: Using configuration type 1 for base access\n[ 0.231406] ACPI: Added _OSI(Module Device)\n[ 0.232227] ACPI: Added _OSI(Processor Device)\n[ 0.233075] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233953] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236078] ACPI: Interpreter enabled\n[ 0.236849] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244117] ACPI: (supports S0 S5)\n[ 0.244811] ACPI: Using IOAPIC for interrupt routing\n[ 0.245773] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248843] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249967] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251171] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252338] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254516] acpiphp: Slot [3] registered\n[ 0.255305] acpiphp: Slot [4] registered\n[ 0.256085] acpiphp: Slot [5] registered\n[ 0.256869] acpiphp: Slot [6] registered\n[ 0.257650] acpiphp: Slot [7] registered\n[ 0.258437] acpiphp: Slot [8] registered\n[ 0.259218] acpiphp: Slot [9] registered\n[ 0.260000] acpiphp: Slot [10] registered\n[ 0.260796] acpiphp: Slot [11] registered\n[ 0.261599] acpiphp: Slot [12] registered\n[ 0.262396] acpiphp: Slot [13] registered\n[ 0.263191] acpiphp: Slot [14] registered\n[ 0.263988] acpiphp: Slot [15] registered\n[ 0.274809] acpiphp: Slot [16] registered\n[ 0.275610] acpiphp: Slot [17] registered\n[ 0.276405] acpiphp: Slot [18] registered\n[ 0.277196] acpiphp: Slot [19] registered\n[ 0.277993] acpiphp: Slot [20] registered\n[ 0.278790] acpiphp: Slot [21] registered\n[ 0.279591] acpiphp: Slot [22] registered\n[ 0.280387] acpiphp: Slot [23] registered\n[ 0.281178] acpiphp: Slot [24] registered\n[ 0.281975] acpiphp: Slot [25] registered\n[ 0.282771] acpiphp: Slot [26] registered\n[ 0.283565] acpiphp: Slot [27] registered\n[ 0.284366] acpiphp: Slot [28] registered\n[ 0.285160] acpiphp: Slot [29] registered\n[ 0.285955] acpiphp: Slot [30] registered\n[ 0.286749] acpiphp: Slot [31] registered\n[ 0.287542] PCI host bridge to bus 0000:00\n[ 0.288333] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289524] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290710] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292126] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293550] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299937] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301210] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302379] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303631] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310801] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360042] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361525] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362934] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364333] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365714] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367593] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368785] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369831] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371361] vgaarb: loaded\n[ 0.371957] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373093] SCSI subsystem initialized\n[ 0.373909] ACPI: bus type USB registered\n[ 0.374720] usbcore: registered new interface driver usbfs\n[ 0.375742] usbcore: registered new interface driver hub\n[ 0.376741] usbcore: registered new device driver usb\n[ 0.377792] PCI: Using ACPI for IRQ routing\n[ 0.378817] NetLabel: Initializing\n[ 0.379525] NetLabel: domain hash size = 128\n[ 0.380373] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381315] NetLabel: unlabeled traffic allowed by default\n[ 0.382404] clocksource: Switched to clocksource kvm-clock\n[ 0.388214] AppArmor: AppArmor Filesystem Enabled\n[ 0.389175] pnp: PnP ACPI init\n[ 0.390089] pnp: PnP ACPI: found 5 devices\n[ 0.396462] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398147] NET: Registered protocol family 2\n[ 0.399114] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400376] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401530] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403757] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404923] NET: Registered protocol family 1\n[ 0.405784] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406882] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422048] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436289] Trying to unpack rootfs image as initramfs...\n[ 0.486189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500121] Scanning for low memory corruption every 60 seconds\n[ 0.501997] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503699] audit: initializing netlink subsys (disabled)\n[ 0.505187] audit: type=2000 audit(1539346623.389:1): initialized\n[ 0.507003] Initialise system trusted keyring\n[ 0.508308] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509966] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512518] zbud: loaded\n[ 0.513443] VFS: Disk quotas dquot_6.6.0\n[ 0.514621] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516734] fuse init (API version 7.23)\n[ 0.517961] Key type big_key registered\n[ 0.519088] Allocating IMA MOK and blacklist keyrings.\n[ 0.520640] Key type asymmetric registered\n[ 0.521813] Asymmetric key parser 'x509' registered\n[ 0.523193] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525686] io scheduler noop registered\n[ 0.526822] io scheduler deadline registered (default)\n[ 0.528247] io scheduler cfq registered\n[ 0.529412] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530949] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532797] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534890] ACPI: Power Button [PWRF]\n[ 0.536040] GHES: HEST is not enabled!\n[ 0.550041] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581358] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606551] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609868] Linux agpgart interface v0.103\n[ 0.612346] brd: module loaded\n[ 0.613861] loop: module loaded\n[ 0.619230] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.621258] GPT:90111 != 2097151\n[ 0.622185] GPT:Alternate GPT header not at the end of the disk.\n[ 0.623691] GPT:90111 != 2097151\n[ 0.624610] GPT: Use GNU Parted to correct GPT errors.\n[ 0.625985] vda: vda1 vda15\n[ 0.627947] scsi host0: ata_piix\n[ 0.628903] scsi host1: ata_piix\n[ 0.629789] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631526] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633523] libphy: Fixed MDIO Bus: probed\n[ 0.634832] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636182] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638848] PPP generic driver version 2.4.2\n[ 0.639868] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641028] ehci-pci: EHCI PCI platform driver\n[ 0.641874] ehci-platform: EHCI generic platform driver\n[ 0.642842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643940] ohci-pci: OHCI PCI platform driver\n[ 0.644785] ohci-platform: OHCI generic platform driver\n[ 0.645746] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660436] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661409] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662829] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663812] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664910] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667486] usb usb1: Product: UHCI Host Controller\n[ 0.668400] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669509] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670560] hub 1-0:1.0: USB hub found\n[ 0.671319] hub 1-0:1.0: 2 ports detected\n[ 0.672204] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674277] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675211] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676218] mousedev: PS/2 mouse device common for all mice\n[ 0.677459] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679254] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680319] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681481] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682650] i2c /dev entries driver\n[ 0.683403] device-mapper: uevent: version 1.0.3\n[ 0.684317] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685890] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687180] NET: Registered protocol family 10\n[ 0.688169] NET: Registered protocol family 17\n[ 0.689043] Key type dns_resolver registered\n[ 0.689952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691027] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692745] registered taskstats version 1\n[ 0.693565] Loading compiled-in X.509 certificates\n[ 0.694994] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696808] zswap: loaded using pool lzo/zbud\n[ 0.698199] Key type trusted registered\n[ 0.699751] Key type encrypted registered\n[ 0.700570] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702586] evm: HMAC attrs: 0x1\n[ 0.703519] Magic number: 6:916:278\n[ 0.704281] tty tty15: hash matches\n[ 0.705053] rtc_cmos 00:00: setting system clock to 2018-10-12 12:17:03 UTC (1539346623)\n[ 0.706632] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707721] EDD information not available.\n[ 0.791410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802996] Write protecting the kernel read-only data: 14336k\n[ 0.804558] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806314] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.22\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.429254] 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-10-12 12:17:53,231 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action used request id req-f7458c26-be7c-4dbd-9194-11285e202888 2018-10-12 12:17:55,248 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cb3305656d78c336ff02140116950cad3f265f0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:17:56,325 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:17:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f4f5ab9-fb86-4976-988c-febb1a2526fd x-compute-request-id: req-1f4f5ab9-fb86-4976-988c-febb1a2526fd 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 557429688 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130872] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132509] pid_max: default: 32768 minimum: 301\n[ 0.133393] ACPI: Core revision 20150930\n[ 0.134777] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136076] Security Framework initialized\n[ 0.136882] Yama: becoming mindful.\n[ 0.137607] AppArmor: AppArmor initialized\n[ 0.138465] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139773] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141035] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142225] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143614] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145272] Initializing cgroup subsys devices\n[ 0.146143] Initializing cgroup subsys freezer\n[ 0.147004] Initializing cgroup subsys net_cls\n[ 0.147864] Initializing cgroup subsys perf_event\n[ 0.148761] Initializing cgroup subsys net_prio\n[ 0.149630] Initializing cgroup subsys hugetlb\n[ 0.150488] Initializing cgroup subsys pids\n[ 0.151354] CPU: Physical Processor ID: 0\n[ 0.152854] mce: CPU supports 10 MCE banks\n[ 0.153698] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154687] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166747] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173218] ftrace: allocating 31920 entries in 125 pages\n[ 0.200584] smpboot: Max logical packages: 1\n[ 0.201459] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202793] x2apic enabled\n[ 0.203591] Switched APIC routing to physical x2apic.\n[ 0.205318] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206417] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208374] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210125] KVM setup paravirtual spinlock\n[ 0.211575] x86: Booted up 1 node, 1 CPUs\n[ 0.212363] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213724] devtmpfs: initialized\n[ 0.215444] evm: security.selinux\n[ 0.216128] evm: security.SMACK64\n[ 0.216806] evm: security.SMACK64EXEC\n[ 0.217540] evm: security.SMACK64TRANSMUTE\n[ 0.218332] evm: security.SMACK64MMAP\n[ 0.219062] evm: security.ima\n[ 0.219695] evm: security.capability\n[ 0.220497] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222317] pinctrl core: initialized pinctrl subsystem\n[ 0.223407] RTC time: 12:17:02, date: 10/12/18\n[ 0.224352] NET: Registered protocol family 16\n[ 0.225317] cpuidle: using governor ladder\n[ 0.226116] cpuidle: using governor menu\n[ 0.226887] PCCT header not found.\n[ 0.227638] ACPI: bus type PCI registered\n[ 0.228428] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229647] PCI: Using configuration type 1 for base access\n[ 0.231406] ACPI: Added _OSI(Module Device)\n[ 0.232227] ACPI: Added _OSI(Processor Device)\n[ 0.233075] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233953] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236078] ACPI: Interpreter enabled\n[ 0.236849] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244117] ACPI: (supports S0 S5)\n[ 0.244811] ACPI: Using IOAPIC for interrupt routing\n[ 0.245773] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248843] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249967] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251171] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252338] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254516] acpiphp: Slot [3] registered\n[ 0.255305] acpiphp: Slot [4] registered\n[ 0.256085] acpiphp: Slot [5] registered\n[ 0.256869] acpiphp: Slot [6] registered\n[ 0.257650] acpiphp: Slot [7] registered\n[ 0.258437] acpiphp: Slot [8] registered\n[ 0.259218] acpiphp: Slot [9] registered\n[ 0.260000] acpiphp: Slot [10] registered\n[ 0.260796] acpiphp: Slot [11] registered\n[ 0.261599] acpiphp: Slot [12] registered\n[ 0.262396] acpiphp: Slot [13] registered\n[ 0.263191] acpiphp: Slot [14] registered\n[ 0.263988] acpiphp: Slot [15] registered\n[ 0.274809] acpiphp: Slot [16] registered\n[ 0.275610] acpiphp: Slot [17] registered\n[ 0.276405] acpiphp: Slot [18] registered\n[ 0.277196] acpiphp: Slot [19] registered\n[ 0.277993] acpiphp: Slot [20] registered\n[ 0.278790] acpiphp: Slot [21] registered\n[ 0.279591] acpiphp: Slot [22] registered\n[ 0.280387] acpiphp: Slot [23] registered\n[ 0.281178] acpiphp: Slot [24] registered\n[ 0.281975] acpiphp: Slot [25] registered\n[ 0.282771] acpiphp: Slot [26] registered\n[ 0.283565] acpiphp: Slot [27] registered\n[ 0.284366] acpiphp: Slot [28] registered\n[ 0.285160] acpiphp: Slot [29] registered\n[ 0.285955] acpiphp: Slot [30] registered\n[ 0.286749] acpiphp: Slot [31] registered\n[ 0.287542] PCI host bridge to bus 0000:00\n[ 0.288333] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289524] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290710] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292126] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293550] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299937] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301210] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302379] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303631] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310801] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360042] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361525] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362934] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364333] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365714] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367593] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368785] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369831] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371361] vgaarb: loaded\n[ 0.371957] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373093] SCSI subsystem initialized\n[ 0.373909] ACPI: bus type USB registered\n[ 0.374720] usbcore: registered new interface driver usbfs\n[ 0.375742] usbcore: registered new interface driver hub\n[ 0.376741] usbcore: registered new device driver usb\n[ 0.377792] PCI: Using ACPI for IRQ routing\n[ 0.378817] NetLabel: Initializing\n[ 0.379525] NetLabel: domain hash size = 128\n[ 0.380373] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381315] NetLabel: unlabeled traffic allowed by default\n[ 0.382404] clocksource: Switched to clocksource kvm-clock\n[ 0.388214] AppArmor: AppArmor Filesystem Enabled\n[ 0.389175] pnp: PnP ACPI init\n[ 0.390089] pnp: PnP ACPI: found 5 devices\n[ 0.396462] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398147] NET: Registered protocol family 2\n[ 0.399114] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400376] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401530] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403757] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404923] NET: Registered protocol family 1\n[ 0.405784] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406882] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422048] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436289] Trying to unpack rootfs image as initramfs...\n[ 0.486189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500121] Scanning for low memory corruption every 60 seconds\n[ 0.501997] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503699] audit: initializing netlink subsys (disabled)\n[ 0.505187] audit: type=2000 audit(1539346623.389:1): initialized\n[ 0.507003] Initialise system trusted keyring\n[ 0.508308] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509966] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512518] zbud: loaded\n[ 0.513443] VFS: Disk quotas dquot_6.6.0\n[ 0.514621] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516734] fuse init (API version 7.23)\n[ 0.517961] Key type big_key registered\n[ 0.519088] Allocating IMA MOK and blacklist keyrings.\n[ 0.520640] Key type asymmetric registered\n[ 0.521813] Asymmetric key parser 'x509' registered\n[ 0.523193] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525686] io scheduler noop registered\n[ 0.526822] io scheduler deadline registered (default)\n[ 0.528247] io scheduler cfq registered\n[ 0.529412] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530949] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532797] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534890] ACPI: Power Button [PWRF]\n[ 0.536040] GHES: HEST is not enabled!\n[ 0.550041] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581358] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606551] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609868] Linux agpgart interface v0.103\n[ 0.612346] brd: module loaded\n[ 0.613861] loop: module loaded\n[ 0.619230] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.621258] GPT:90111 != 2097151\n[ 0.622185] GPT:Alternate GPT header not at the end of the disk.\n[ 0.623691] GPT:90111 != 2097151\n[ 0.624610] GPT: Use GNU Parted to correct GPT errors.\n[ 0.625985] vda: vda1 vda15\n[ 0.627947] scsi host0: ata_piix\n[ 0.628903] scsi host1: ata_piix\n[ 0.629789] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631526] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633523] libphy: Fixed MDIO Bus: probed\n[ 0.634832] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636182] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638848] PPP generic driver version 2.4.2\n[ 0.639868] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641028] ehci-pci: EHCI PCI platform driver\n[ 0.641874] ehci-platform: EHCI generic platform driver\n[ 0.642842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643940] ohci-pci: OHCI PCI platform driver\n[ 0.644785] ohci-platform: OHCI generic platform driver\n[ 0.645746] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660436] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661409] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662829] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663812] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664910] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667486] usb usb1: Product: UHCI Host Controller\n[ 0.668400] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669509] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670560] hub 1-0:1.0: USB hub found\n[ 0.671319] hub 1-0:1.0: 2 ports detected\n[ 0.672204] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674277] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675211] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676218] mousedev: PS/2 mouse device common for all mice\n[ 0.677459] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679254] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680319] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681481] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682650] i2c /dev entries driver\n[ 0.683403] device-mapper: uevent: version 1.0.3\n[ 0.684317] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685890] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687180] NET: Registered protocol family 10\n[ 0.688169] NET: Registered protocol family 17\n[ 0.689043] Key type dns_resolver registered\n[ 0.689952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691027] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692745] registered taskstats version 1\n[ 0.693565] Loading compiled-in X.509 certificates\n[ 0.694994] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696808] zswap: loaded using pool lzo/zbud\n[ 0.698199] Key type trusted registered\n[ 0.699751] Key type encrypted registered\n[ 0.700570] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702586] evm: HMAC attrs: 0x1\n[ 0.703519] Magic number: 6:916:278\n[ 0.704281] tty tty15: hash matches\n[ 0.705053] rtc_cmos 00:00: setting system clock to 2018-10-12 12:17:03 UTC (1539346623)\n[ 0.706632] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707721] EDD information not available.\n[ 0.791410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802996] Write protecting the kernel read-only data: 14336k\n[ 0.804558] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806314] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.22\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.429254] 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-10-12 12:17:56,326 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action used request id req-1f4f5ab9-fb86-4976-988c-febb1a2526fd 2018-10-12 12:17:58,343 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cb3305656d78c336ff02140116950cad3f265f0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:17:59,412 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:17: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-02ef4643-7543-4ada-83ed-ae3c5f9db809 x-compute-request-id: req-02ef4643-7543-4ada-83ed-ae3c5f9db809 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 557429688 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130872] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132509] pid_max: default: 32768 minimum: 301\n[ 0.133393] ACPI: Core revision 20150930\n[ 0.134777] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136076] Security Framework initialized\n[ 0.136882] Yama: becoming mindful.\n[ 0.137607] AppArmor: AppArmor initialized\n[ 0.138465] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139773] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141035] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142225] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143614] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145272] Initializing cgroup subsys devices\n[ 0.146143] Initializing cgroup subsys freezer\n[ 0.147004] Initializing cgroup subsys net_cls\n[ 0.147864] Initializing cgroup subsys perf_event\n[ 0.148761] Initializing cgroup subsys net_prio\n[ 0.149630] Initializing cgroup subsys hugetlb\n[ 0.150488] Initializing cgroup subsys pids\n[ 0.151354] CPU: Physical Processor ID: 0\n[ 0.152854] mce: CPU supports 10 MCE banks\n[ 0.153698] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154687] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166747] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173218] ftrace: allocating 31920 entries in 125 pages\n[ 0.200584] smpboot: Max logical packages: 1\n[ 0.201459] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202793] x2apic enabled\n[ 0.203591] Switched APIC routing to physical x2apic.\n[ 0.205318] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206417] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208374] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210125] KVM setup paravirtual spinlock\n[ 0.211575] x86: Booted up 1 node, 1 CPUs\n[ 0.212363] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213724] devtmpfs: initialized\n[ 0.215444] evm: security.selinux\n[ 0.216128] evm: security.SMACK64\n[ 0.216806] evm: security.SMACK64EXEC\n[ 0.217540] evm: security.SMACK64TRANSMUTE\n[ 0.218332] evm: security.SMACK64MMAP\n[ 0.219062] evm: security.ima\n[ 0.219695] evm: security.capability\n[ 0.220497] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222317] pinctrl core: initialized pinctrl subsystem\n[ 0.223407] RTC time: 12:17:02, date: 10/12/18\n[ 0.224352] NET: Registered protocol family 16\n[ 0.225317] cpuidle: using governor ladder\n[ 0.226116] cpuidle: using governor menu\n[ 0.226887] PCCT header not found.\n[ 0.227638] ACPI: bus type PCI registered\n[ 0.228428] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229647] PCI: Using configuration type 1 for base access\n[ 0.231406] ACPI: Added _OSI(Module Device)\n[ 0.232227] ACPI: Added _OSI(Processor Device)\n[ 0.233075] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233953] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236078] ACPI: Interpreter enabled\n[ 0.236849] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244117] ACPI: (supports S0 S5)\n[ 0.244811] ACPI: Using IOAPIC for interrupt routing\n[ 0.245773] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248843] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249967] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251171] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252338] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254516] acpiphp: Slot [3] registered\n[ 0.255305] acpiphp: Slot [4] registered\n[ 0.256085] acpiphp: Slot [5] registered\n[ 0.256869] acpiphp: Slot [6] registered\n[ 0.257650] acpiphp: Slot [7] registered\n[ 0.258437] acpiphp: Slot [8] registered\n[ 0.259218] acpiphp: Slot [9] registered\n[ 0.260000] acpiphp: Slot [10] registered\n[ 0.260796] acpiphp: Slot [11] registered\n[ 0.261599] acpiphp: Slot [12] registered\n[ 0.262396] acpiphp: Slot [13] registered\n[ 0.263191] acpiphp: Slot [14] registered\n[ 0.263988] acpiphp: Slot [15] registered\n[ 0.274809] acpiphp: Slot [16] registered\n[ 0.275610] acpiphp: Slot [17] registered\n[ 0.276405] acpiphp: Slot [18] registered\n[ 0.277196] acpiphp: Slot [19] registered\n[ 0.277993] acpiphp: Slot [20] registered\n[ 0.278790] acpiphp: Slot [21] registered\n[ 0.279591] acpiphp: Slot [22] registered\n[ 0.280387] acpiphp: Slot [23] registered\n[ 0.281178] acpiphp: Slot [24] registered\n[ 0.281975] acpiphp: Slot [25] registered\n[ 0.282771] acpiphp: Slot [26] registered\n[ 0.283565] acpiphp: Slot [27] registered\n[ 0.284366] acpiphp: Slot [28] registered\n[ 0.285160] acpiphp: Slot [29] registered\n[ 0.285955] acpiphp: Slot [30] registered\n[ 0.286749] acpiphp: Slot [31] registered\n[ 0.287542] PCI host bridge to bus 0000:00\n[ 0.288333] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289524] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290710] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292126] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293550] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299937] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301210] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302379] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303631] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310801] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360042] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361525] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362934] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364333] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365714] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367593] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368785] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369831] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371361] vgaarb: loaded\n[ 0.371957] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373093] SCSI subsystem initialized\n[ 0.373909] ACPI: bus type USB registered\n[ 0.374720] usbcore: registered new interface driver usbfs\n[ 0.375742] usbcore: registered new interface driver hub\n[ 0.376741] usbcore: registered new device driver usb\n[ 0.377792] PCI: Using ACPI for IRQ routing\n[ 0.378817] NetLabel: Initializing\n[ 0.379525] NetLabel: domain hash size = 128\n[ 0.380373] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381315] NetLabel: unlabeled traffic allowed by default\n[ 0.382404] clocksource: Switched to clocksource kvm-clock\n[ 0.388214] AppArmor: AppArmor Filesystem Enabled\n[ 0.389175] pnp: PnP ACPI init\n[ 0.390089] pnp: PnP ACPI: found 5 devices\n[ 0.396462] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398147] NET: Registered protocol family 2\n[ 0.399114] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400376] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401530] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403757] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404923] NET: Registered protocol family 1\n[ 0.405784] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406882] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422048] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436289] Trying to unpack rootfs image as initramfs...\n[ 0.486189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500121] Scanning for low memory corruption every 60 seconds\n[ 0.501997] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503699] audit: initializing netlink subsys (disabled)\n[ 0.505187] audit: type=2000 audit(1539346623.389:1): initialized\n[ 0.507003] Initialise system trusted keyring\n[ 0.508308] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509966] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512518] zbud: loaded\n[ 0.513443] VFS: Disk quotas dquot_6.6.0\n[ 0.514621] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516734] fuse init (API version 7.23)\n[ 0.517961] Key type big_key registered\n[ 0.519088] Allocating IMA MOK and blacklist keyrings.\n[ 0.520640] Key type asymmetric registered\n[ 0.521813] Asymmetric key parser 'x509' registered\n[ 0.523193] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525686] io scheduler noop registered\n[ 0.526822] io scheduler deadline registered (default)\n[ 0.528247] io scheduler cfq registered\n[ 0.529412] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530949] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532797] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534890] ACPI: Power Button [PWRF]\n[ 0.536040] GHES: HEST is not enabled!\n[ 0.550041] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581358] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606551] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609868] Linux agpgart interface v0.103\n[ 0.612346] brd: module loaded\n[ 0.613861] loop: module loaded\n[ 0.619230] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.621258] GPT:90111 != 2097151\n[ 0.622185] GPT:Alternate GPT header not at the end of the disk.\n[ 0.623691] GPT:90111 != 2097151\n[ 0.624610] GPT: Use GNU Parted to correct GPT errors.\n[ 0.625985] vda: vda1 vda15\n[ 0.627947] scsi host0: ata_piix\n[ 0.628903] scsi host1: ata_piix\n[ 0.629789] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631526] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633523] libphy: Fixed MDIO Bus: probed\n[ 0.634832] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636182] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638848] PPP generic driver version 2.4.2\n[ 0.639868] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641028] ehci-pci: EHCI PCI platform driver\n[ 0.641874] ehci-platform: EHCI generic platform driver\n[ 0.642842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643940] ohci-pci: OHCI PCI platform driver\n[ 0.644785] ohci-platform: OHCI generic platform driver\n[ 0.645746] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660436] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661409] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662829] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663812] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664910] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667486] usb usb1: Product: UHCI Host Controller\n[ 0.668400] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669509] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670560] hub 1-0:1.0: USB hub found\n[ 0.671319] hub 1-0:1.0: 2 ports detected\n[ 0.672204] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674277] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675211] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676218] mousedev: PS/2 mouse device common for all mice\n[ 0.677459] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679254] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680319] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681481] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682650] i2c /dev entries driver\n[ 0.683403] device-mapper: uevent: version 1.0.3\n[ 0.684317] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685890] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687180] NET: Registered protocol family 10\n[ 0.688169] NET: Registered protocol family 17\n[ 0.689043] Key type dns_resolver registered\n[ 0.689952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691027] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692745] registered taskstats version 1\n[ 0.693565] Loading compiled-in X.509 certificates\n[ 0.694994] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696808] zswap: loaded using pool lzo/zbud\n[ 0.698199] Key type trusted registered\n[ 0.699751] Key type encrypted registered\n[ 0.700570] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702586] evm: HMAC attrs: 0x1\n[ 0.703519] Magic number: 6:916:278\n[ 0.704281] tty tty15: hash matches\n[ 0.705053] rtc_cmos 00:00: setting system clock to 2018-10-12 12:17:03 UTC (1539346623)\n[ 0.706632] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707721] EDD information not available.\n[ 0.791410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802996] Write protecting the kernel read-only data: 14336k\n[ 0.804558] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806314] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.22\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.429254] 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-10-12 12:17:59,412 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action used request id req-02ef4643-7543-4ada-83ed-ae3c5f9db809 2018-10-12 12:18:01,429 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cb3305656d78c336ff02140116950cad3f265f0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:18:02,495 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:18: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-f3a43fb3-1388-4085-971a-7ec9727b76a2 x-compute-request-id: req-f3a43fb3-1388-4085-971a-7ec9727b76a2 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 557429688 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130872] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132509] pid_max: default: 32768 minimum: 301\n[ 0.133393] ACPI: Core revision 20150930\n[ 0.134777] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136076] Security Framework initialized\n[ 0.136882] Yama: becoming mindful.\n[ 0.137607] AppArmor: AppArmor initialized\n[ 0.138465] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139773] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141035] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142225] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143614] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145272] Initializing cgroup subsys devices\n[ 0.146143] Initializing cgroup subsys freezer\n[ 0.147004] Initializing cgroup subsys net_cls\n[ 0.147864] Initializing cgroup subsys perf_event\n[ 0.148761] Initializing cgroup subsys net_prio\n[ 0.149630] Initializing cgroup subsys hugetlb\n[ 0.150488] Initializing cgroup subsys pids\n[ 0.151354] CPU: Physical Processor ID: 0\n[ 0.152854] mce: CPU supports 10 MCE banks\n[ 0.153698] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154687] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166747] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173218] ftrace: allocating 31920 entries in 125 pages\n[ 0.200584] smpboot: Max logical packages: 1\n[ 0.201459] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202793] x2apic enabled\n[ 0.203591] Switched APIC routing to physical x2apic.\n[ 0.205318] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206417] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208374] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210125] KVM setup paravirtual spinlock\n[ 0.211575] x86: Booted up 1 node, 1 CPUs\n[ 0.212363] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213724] devtmpfs: initialized\n[ 0.215444] evm: security.selinux\n[ 0.216128] evm: security.SMACK64\n[ 0.216806] evm: security.SMACK64EXEC\n[ 0.217540] evm: security.SMACK64TRANSMUTE\n[ 0.218332] evm: security.SMACK64MMAP\n[ 0.219062] evm: security.ima\n[ 0.219695] evm: security.capability\n[ 0.220497] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222317] pinctrl core: initialized pinctrl subsystem\n[ 0.223407] RTC time: 12:17:02, date: 10/12/18\n[ 0.224352] NET: Registered protocol family 16\n[ 0.225317] cpuidle: using governor ladder\n[ 0.226116] cpuidle: using governor menu\n[ 0.226887] PCCT header not found.\n[ 0.227638] ACPI: bus type PCI registered\n[ 0.228428] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229647] PCI: Using configuration type 1 for base access\n[ 0.231406] ACPI: Added _OSI(Module Device)\n[ 0.232227] ACPI: Added _OSI(Processor Device)\n[ 0.233075] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233953] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236078] ACPI: Interpreter enabled\n[ 0.236849] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244117] ACPI: (supports S0 S5)\n[ 0.244811] ACPI: Using IOAPIC for interrupt routing\n[ 0.245773] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248843] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249967] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251171] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252338] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254516] acpiphp: Slot [3] registered\n[ 0.255305] acpiphp: Slot [4] registered\n[ 0.256085] acpiphp: Slot [5] registered\n[ 0.256869] acpiphp: Slot [6] registered\n[ 0.257650] acpiphp: Slot [7] registered\n[ 0.258437] acpiphp: Slot [8] registered\n[ 0.259218] acpiphp: Slot [9] registered\n[ 0.260000] acpiphp: Slot [10] registered\n[ 0.260796] acpiphp: Slot [11] registered\n[ 0.261599] acpiphp: Slot [12] registered\n[ 0.262396] acpiphp: Slot [13] registered\n[ 0.263191] acpiphp: Slot [14] registered\n[ 0.263988] acpiphp: Slot [15] registered\n[ 0.274809] acpiphp: Slot [16] registered\n[ 0.275610] acpiphp: Slot [17] registered\n[ 0.276405] acpiphp: Slot [18] registered\n[ 0.277196] acpiphp: Slot [19] registered\n[ 0.277993] acpiphp: Slot [20] registered\n[ 0.278790] acpiphp: Slot [21] registered\n[ 0.279591] acpiphp: Slot [22] registered\n[ 0.280387] acpiphp: Slot [23] registered\n[ 0.281178] acpiphp: Slot [24] registered\n[ 0.281975] acpiphp: Slot [25] registered\n[ 0.282771] acpiphp: Slot [26] registered\n[ 0.283565] acpiphp: Slot [27] registered\n[ 0.284366] acpiphp: Slot [28] registered\n[ 0.285160] acpiphp: Slot [29] registered\n[ 0.285955] acpiphp: Slot [30] registered\n[ 0.286749] acpiphp: Slot [31] registered\n[ 0.287542] PCI host bridge to bus 0000:00\n[ 0.288333] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289524] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290710] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292126] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293550] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299937] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301210] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302379] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303631] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310801] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360042] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361525] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362934] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364333] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365714] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367593] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368785] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369831] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371361] vgaarb: loaded\n[ 0.371957] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373093] SCSI subsystem initialized\n[ 0.373909] ACPI: bus type USB registered\n[ 0.374720] usbcore: registered new interface driver usbfs\n[ 0.375742] usbcore: registered new interface driver hub\n[ 0.376741] usbcore: registered new device driver usb\n[ 0.377792] PCI: Using ACPI for IRQ routing\n[ 0.378817] NetLabel: Initializing\n[ 0.379525] NetLabel: domain hash size = 128\n[ 0.380373] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381315] NetLabel: unlabeled traffic allowed by default\n[ 0.382404] clocksource: Switched to clocksource kvm-clock\n[ 0.388214] AppArmor: AppArmor Filesystem Enabled\n[ 0.389175] pnp: PnP ACPI init\n[ 0.390089] pnp: PnP ACPI: found 5 devices\n[ 0.396462] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398147] NET: Registered protocol family 2\n[ 0.399114] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400376] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401530] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403757] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404923] NET: Registered protocol family 1\n[ 0.405784] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406882] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422048] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436289] Trying to unpack rootfs image as initramfs...\n[ 0.486189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500121] Scanning for low memory corruption every 60 seconds\n[ 0.501997] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503699] audit: initializing netlink subsys (disabled)\n[ 0.505187] audit: type=2000 audit(1539346623.389:1): initialized\n[ 0.507003] Initialise system trusted keyring\n[ 0.508308] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509966] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512518] zbud: loaded\n[ 0.513443] VFS: Disk quotas dquot_6.6.0\n[ 0.514621] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516734] fuse init (API version 7.23)\n[ 0.517961] Key type big_key registered\n[ 0.519088] Allocating IMA MOK and blacklist keyrings.\n[ 0.520640] Key type asymmetric registered\n[ 0.521813] Asymmetric key parser 'x509' registered\n[ 0.523193] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525686] io scheduler noop registered\n[ 0.526822] io scheduler deadline registered (default)\n[ 0.528247] io scheduler cfq registered\n[ 0.529412] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530949] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532797] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534890] ACPI: Power Button [PWRF]\n[ 0.536040] GHES: HEST is not enabled!\n[ 0.550041] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581358] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606551] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609868] Linux agpgart interface v0.103\n[ 0.612346] brd: module loaded\n[ 0.613861] loop: module loaded\n[ 0.619230] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.621258] GPT:90111 != 2097151\n[ 0.622185] GPT:Alternate GPT header not at the end of the disk.\n[ 0.623691] GPT:90111 != 2097151\n[ 0.624610] GPT: Use GNU Parted to correct GPT errors.\n[ 0.625985] vda: vda1 vda15\n[ 0.627947] scsi host0: ata_piix\n[ 0.628903] scsi host1: ata_piix\n[ 0.629789] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631526] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633523] libphy: Fixed MDIO Bus: probed\n[ 0.634832] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636182] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638848] PPP generic driver version 2.4.2\n[ 0.639868] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641028] ehci-pci: EHCI PCI platform driver\n[ 0.641874] ehci-platform: EHCI generic platform driver\n[ 0.642842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643940] ohci-pci: OHCI PCI platform driver\n[ 0.644785] ohci-platform: OHCI generic platform driver\n[ 0.645746] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660436] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661409] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662829] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663812] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664910] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667486] usb usb1: Product: UHCI Host Controller\n[ 0.668400] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669509] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670560] hub 1-0:1.0: USB hub found\n[ 0.671319] hub 1-0:1.0: 2 ports detected\n[ 0.672204] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674277] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675211] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676218] mousedev: PS/2 mouse device common for all mice\n[ 0.677459] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679254] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680319] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681481] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682650] i2c /dev entries driver\n[ 0.683403] device-mapper: uevent: version 1.0.3\n[ 0.684317] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685890] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687180] NET: Registered protocol family 10\n[ 0.688169] NET: Registered protocol family 17\n[ 0.689043] Key type dns_resolver registered\n[ 0.689952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691027] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692745] registered taskstats version 1\n[ 0.693565] Loading compiled-in X.509 certificates\n[ 0.694994] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696808] zswap: loaded using pool lzo/zbud\n[ 0.698199] Key type trusted registered\n[ 0.699751] Key type encrypted registered\n[ 0.700570] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702586] evm: HMAC attrs: 0x1\n[ 0.703519] Magic number: 6:916:278\n[ 0.704281] tty tty15: hash matches\n[ 0.705053] rtc_cmos 00:00: setting system clock to 2018-10-12 12:17:03 UTC (1539346623)\n[ 0.706632] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707721] EDD information not available.\n[ 0.791410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802996] Write protecting the kernel read-only data: 14336k\n[ 0.804558] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806314] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.22\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.429254] 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-10-12 12:18:02,496 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action used request id req-f3a43fb3-1388-4085-971a-7ec9727b76a2 2018-10-12 12:18:04,511 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cb3305656d78c336ff02140116950cad3f265f0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:18:05,578 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:18:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3fc5a43d-3f0e-44a2-911b-04c73cae5622 x-compute-request-id: req-3fc5a43d-3f0e-44a2-911b-04c73cae5622 Content-Encoding: gzip Content-Length: 7830 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557429688 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130872] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132509] pid_max: default: 32768 minimum: 301\n[ 0.133393] ACPI: Core revision 20150930\n[ 0.134777] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136076] Security Framework initialized\n[ 0.136882] Yama: becoming mindful.\n[ 0.137607] AppArmor: AppArmor initialized\n[ 0.138465] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139773] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141035] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142225] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143614] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145272] Initializing cgroup subsys devices\n[ 0.146143] Initializing cgroup subsys freezer\n[ 0.147004] Initializing cgroup subsys net_cls\n[ 0.147864] Initializing cgroup subsys perf_event\n[ 0.148761] Initializing cgroup subsys net_prio\n[ 0.149630] Initializing cgroup subsys hugetlb\n[ 0.150488] Initializing cgroup subsys pids\n[ 0.151354] CPU: Physical Processor ID: 0\n[ 0.152854] mce: CPU supports 10 MCE banks\n[ 0.153698] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154687] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166747] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173218] ftrace: allocating 31920 entries in 125 pages\n[ 0.200584] smpboot: Max logical packages: 1\n[ 0.201459] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202793] x2apic enabled\n[ 0.203591] Switched APIC routing to physical x2apic.\n[ 0.205318] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206417] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208374] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210125] KVM setup paravirtual spinlock\n[ 0.211575] x86: Booted up 1 node, 1 CPUs\n[ 0.212363] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213724] devtmpfs: initialized\n[ 0.215444] evm: security.selinux\n[ 0.216128] evm: security.SMACK64\n[ 0.216806] evm: security.SMACK64EXEC\n[ 0.217540] evm: security.SMACK64TRANSMUTE\n[ 0.218332] evm: security.SMACK64MMAP\n[ 0.219062] evm: security.ima\n[ 0.219695] evm: security.capability\n[ 0.220497] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222317] pinctrl core: initialized pinctrl subsystem\n[ 0.223407] RTC time: 12:17:02, date: 10/12/18\n[ 0.224352] NET: Registered protocol family 16\n[ 0.225317] cpuidle: using governor ladder\n[ 0.226116] cpuidle: using governor menu\n[ 0.226887] PCCT header not found.\n[ 0.227638] ACPI: bus type PCI registered\n[ 0.228428] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229647] PCI: Using configuration type 1 for base access\n[ 0.231406] ACPI: Added _OSI(Module Device)\n[ 0.232227] ACPI: Added _OSI(Processor Device)\n[ 0.233075] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233953] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236078] ACPI: Interpreter enabled\n[ 0.236849] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244117] ACPI: (supports S0 S5)\n[ 0.244811] ACPI: Using IOAPIC for interrupt routing\n[ 0.245773] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248843] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249967] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251171] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252338] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254516] acpiphp: Slot [3] registered\n[ 0.255305] acpiphp: Slot [4] registered\n[ 0.256085] acpiphp: Slot [5] registered\n[ 0.256869] acpiphp: Slot [6] registered\n[ 0.257650] acpiphp: Slot [7] registered\n[ 0.258437] acpiphp: Slot [8] registered\n[ 0.259218] acpiphp: Slot [9] registered\n[ 0.260000] acpiphp: Slot [10] registered\n[ 0.260796] acpiphp: Slot [11] registered\n[ 0.261599] acpiphp: Slot [12] registered\n[ 0.262396] acpiphp: Slot [13] registered\n[ 0.263191] acpiphp: Slot [14] registered\n[ 0.263988] acpiphp: Slot [15] registered\n[ 0.274809] acpiphp: Slot [16] registered\n[ 0.275610] acpiphp: Slot [17] registered\n[ 0.276405] acpiphp: Slot [18] registered\n[ 0.277196] acpiphp: Slot [19] registered\n[ 0.277993] acpiphp: Slot [20] registered\n[ 0.278790] acpiphp: Slot [21] registered\n[ 0.279591] acpiphp: Slot [22] registered\n[ 0.280387] acpiphp: Slot [23] registered\n[ 0.281178] acpiphp: Slot [24] registered\n[ 0.281975] acpiphp: Slot [25] registered\n[ 0.282771] acpiphp: Slot [26] registered\n[ 0.283565] acpiphp: Slot [27] registered\n[ 0.284366] acpiphp: Slot [28] registered\n[ 0.285160] acpiphp: Slot [29] registered\n[ 0.285955] acpiphp: Slot [30] registered\n[ 0.286749] acpiphp: Slot [31] registered\n[ 0.287542] PCI host bridge to bus 0000:00\n[ 0.288333] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289524] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290710] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292126] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293550] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299937] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301210] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302379] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303631] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310801] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360042] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361525] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362934] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364333] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365714] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367593] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368785] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369831] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371361] vgaarb: loaded\n[ 0.371957] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373093] SCSI subsystem initialized\n[ 0.373909] ACPI: bus type USB registered\n[ 0.374720] usbcore: registered new interface driver usbfs\n[ 0.375742] usbcore: registered new interface driver hub\n[ 0.376741] usbcore: registered new device driver usb\n[ 0.377792] PCI: Using ACPI for IRQ routing\n[ 0.378817] NetLabel: Initializing\n[ 0.379525] NetLabel: domain hash size = 128\n[ 0.380373] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381315] NetLabel: unlabeled traffic allowed by default\n[ 0.382404] clocksource: Switched to clocksource kvm-clock\n[ 0.388214] AppArmor: AppArmor Filesystem Enabled\n[ 0.389175] pnp: PnP ACPI init\n[ 0.390089] pnp: PnP ACPI: found 5 devices\n[ 0.396462] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398147] NET: Registered protocol family 2\n[ 0.399114] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400376] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401530] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403757] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404923] NET: Registered protocol family 1\n[ 0.405784] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406882] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422048] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436289] Trying to unpack rootfs image as initramfs...\n[ 0.486189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500121] Scanning for low memory corruption every 60 seconds\n[ 0.501997] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503699] audit: initializing netlink subsys (disabled)\n[ 0.505187] audit: type=2000 audit(1539346623.389:1): initialized\n[ 0.507003] Initialise system trusted keyring\n[ 0.508308] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509966] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512518] zbud: loaded\n[ 0.513443] VFS: Disk quotas dquot_6.6.0\n[ 0.514621] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516734] fuse init (API version 7.23)\n[ 0.517961] Key type big_key registered\n[ 0.519088] Allocating IMA MOK and blacklist keyrings.\n[ 0.520640] Key type asymmetric registered\n[ 0.521813] Asymmetric key parser 'x509' registered\n[ 0.523193] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525686] io scheduler noop registered\n[ 0.526822] io scheduler deadline registered (default)\n[ 0.528247] io scheduler cfq registered\n[ 0.529412] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530949] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532797] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534890] ACPI: Power Button [PWRF]\n[ 0.536040] GHES: HEST is not enabled!\n[ 0.550041] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581358] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606551] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609868] Linux agpgart interface v0.103\n[ 0.612346] brd: module loaded\n[ 0.613861] loop: module loaded\n[ 0.619230] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.621258] GPT:90111 != 2097151\n[ 0.622185] GPT:Alternate GPT header not at the end of the disk.\n[ 0.623691] GPT:90111 != 2097151\n[ 0.624610] GPT: Use GNU Parted to correct GPT errors.\n[ 0.625985] vda: vda1 vda15\n[ 0.627947] scsi host0: ata_piix\n[ 0.628903] scsi host1: ata_piix\n[ 0.629789] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631526] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633523] libphy: Fixed MDIO Bus: probed\n[ 0.634832] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636182] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638848] PPP generic driver version 2.4.2\n[ 0.639868] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641028] ehci-pci: EHCI PCI platform driver\n[ 0.641874] ehci-platform: EHCI generic platform driver\n[ 0.642842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643940] ohci-pci: OHCI PCI platform driver\n[ 0.644785] ohci-platform: OHCI generic platform driver\n[ 0.645746] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660436] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661409] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662829] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663812] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664910] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667486] usb usb1: Product: UHCI Host Controller\n[ 0.668400] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669509] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670560] hub 1-0:1.0: USB hub found\n[ 0.671319] hub 1-0:1.0: 2 ports detected\n[ 0.672204] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674277] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675211] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676218] mousedev: PS/2 mouse device common for all mice\n[ 0.677459] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679254] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680319] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681481] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682650] i2c /dev entries driver\n[ 0.683403] device-mapper: uevent: version 1.0.3\n[ 0.684317] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685890] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687180] NET: Registered protocol family 10\n[ 0.688169] NET: Registered protocol family 17\n[ 0.689043] Key type dns_resolver registered\n[ 0.689952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691027] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692745] registered taskstats version 1\n[ 0.693565] Loading compiled-in X.509 certificates\n[ 0.694994] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696808] zswap: loaded using pool lzo/zbud\n[ 0.698199] Key type trusted registered\n[ 0.699751] Key type encrypted registered\n[ 0.700570] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702586] evm: HMAC attrs: 0x1\n[ 0.703519] Magic number: 6:916:278\n[ 0.704281] tty tty15: hash matches\n[ 0.705053] rtc_cmos 00:00: setting system clock to 2018-10-12 12:17:03 UTC (1539346623)\n[ 0.706632] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707721] EDD information not available.\n[ 0.791410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802996] Write protecting the kernel read-only data: 14336k\n[ 0.804558] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806314] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.22\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.429254] 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.20.7...\nLease of 10.10.20.7 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\n"} 2018-10-12 12:18:05,578 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action used request id req-3fc5a43d-3f0e-44a2-911b-04c73cae5622 2018-10-12 12:18:07,595 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cb3305656d78c336ff02140116950cad3f265f0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:18:08,667 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:18: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-b0f8308f-f76b-430f-997a-acdfc44da571 x-compute-request-id: req-b0f8308f-f76b-430f-997a-acdfc44da571 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 557429688 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130872] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132509] pid_max: default: 32768 minimum: 301\n[ 0.133393] ACPI: Core revision 20150930\n[ 0.134777] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136076] Security Framework initialized\n[ 0.136882] Yama: becoming mindful.\n[ 0.137607] AppArmor: AppArmor initialized\n[ 0.138465] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139773] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141035] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142225] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143614] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145272] Initializing cgroup subsys devices\n[ 0.146143] Initializing cgroup subsys freezer\n[ 0.147004] Initializing cgroup subsys net_cls\n[ 0.147864] Initializing cgroup subsys perf_event\n[ 0.148761] Initializing cgroup subsys net_prio\n[ 0.149630] Initializing cgroup subsys hugetlb\n[ 0.150488] Initializing cgroup subsys pids\n[ 0.151354] CPU: Physical Processor ID: 0\n[ 0.152854] mce: CPU supports 10 MCE banks\n[ 0.153698] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154687] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166747] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173218] ftrace: allocating 31920 entries in 125 pages\n[ 0.200584] smpboot: Max logical packages: 1\n[ 0.201459] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202793] x2apic enabled\n[ 0.203591] Switched APIC routing to physical x2apic.\n[ 0.205318] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206417] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208374] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210125] KVM setup paravirtual spinlock\n[ 0.211575] x86: Booted up 1 node, 1 CPUs\n[ 0.212363] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213724] devtmpfs: initialized\n[ 0.215444] evm: security.selinux\n[ 0.216128] evm: security.SMACK64\n[ 0.216806] evm: security.SMACK64EXEC\n[ 0.217540] evm: security.SMACK64TRANSMUTE\n[ 0.218332] evm: security.SMACK64MMAP\n[ 0.219062] evm: security.ima\n[ 0.219695] evm: security.capability\n[ 0.220497] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222317] pinctrl core: initialized pinctrl subsystem\n[ 0.223407] RTC time: 12:17:02, date: 10/12/18\n[ 0.224352] NET: Registered protocol family 16\n[ 0.225317] cpuidle: using governor ladder\n[ 0.226116] cpuidle: using governor menu\n[ 0.226887] PCCT header not found.\n[ 0.227638] ACPI: bus type PCI registered\n[ 0.228428] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229647] PCI: Using configuration type 1 for base access\n[ 0.231406] ACPI: Added _OSI(Module Device)\n[ 0.232227] ACPI: Added _OSI(Processor Device)\n[ 0.233075] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233953] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236078] ACPI: Interpreter enabled\n[ 0.236849] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240488] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242314] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244117] ACPI: (supports S0 S5)\n[ 0.244811] ACPI: Using IOAPIC for interrupt routing\n[ 0.245773] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248843] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249967] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251171] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252338] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254516] acpiphp: Slot [3] registered\n[ 0.255305] acpiphp: Slot [4] registered\n[ 0.256085] acpiphp: Slot [5] registered\n[ 0.256869] acpiphp: Slot [6] registered\n[ 0.257650] acpiphp: Slot [7] registered\n[ 0.258437] acpiphp: Slot [8] registered\n[ 0.259218] acpiphp: Slot [9] registered\n[ 0.260000] acpiphp: Slot [10] registered\n[ 0.260796] acpiphp: Slot [11] registered\n[ 0.261599] acpiphp: Slot [12] registered\n[ 0.262396] acpiphp: Slot [13] registered\n[ 0.263191] acpiphp: Slot [14] registered\n[ 0.263988] acpiphp: Slot [15] registered\n[ 0.274809] acpiphp: Slot [16] registered\n[ 0.275610] acpiphp: Slot [17] registered\n[ 0.276405] acpiphp: Slot [18] registered\n[ 0.277196] acpiphp: Slot [19] registered\n[ 0.277993] acpiphp: Slot [20] registered\n[ 0.278790] acpiphp: Slot [21] registered\n[ 0.279591] acpiphp: Slot [22] registered\n[ 0.280387] acpiphp: Slot [23] registered\n[ 0.281178] acpiphp: Slot [24] registered\n[ 0.281975] acpiphp: Slot [25] registered\n[ 0.282771] acpiphp: Slot [26] registered\n[ 0.283565] acpiphp: Slot [27] registered\n[ 0.284366] acpiphp: Slot [28] registered\n[ 0.285160] acpiphp: Slot [29] registered\n[ 0.285955] acpiphp: Slot [30] registered\n[ 0.286749] acpiphp: Slot [31] registered\n[ 0.287542] PCI host bridge to bus 0000:00\n[ 0.288333] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289524] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290710] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292126] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293550] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299937] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301210] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302379] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303631] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310801] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360042] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361525] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362934] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364333] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365714] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367593] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368785] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369831] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371361] vgaarb: loaded\n[ 0.371957] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373093] SCSI subsystem initialized\n[ 0.373909] ACPI: bus type USB registered\n[ 0.374720] usbcore: registered new interface driver usbfs\n[ 0.375742] usbcore: registered new interface driver hub\n[ 0.376741] usbcore: registered new device driver usb\n[ 0.377792] PCI: Using ACPI for IRQ routing\n[ 0.378817] NetLabel: Initializing\n[ 0.379525] NetLabel: domain hash size = 128\n[ 0.380373] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381315] NetLabel: unlabeled traffic allowed by default\n[ 0.382404] clocksource: Switched to clocksource kvm-clock\n[ 0.388214] AppArmor: AppArmor Filesystem Enabled\n[ 0.389175] pnp: PnP ACPI init\n[ 0.390089] pnp: PnP ACPI: found 5 devices\n[ 0.396462] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398147] NET: Registered protocol family 2\n[ 0.399114] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400376] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401530] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402690] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403757] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404923] NET: Registered protocol family 1\n[ 0.405784] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406882] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407952] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422048] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436289] Trying to unpack rootfs image as initramfs...\n[ 0.486189] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500121] Scanning for low memory corruption every 60 seconds\n[ 0.501997] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503699] audit: initializing netlink subsys (disabled)\n[ 0.505187] audit: type=2000 audit(1539346623.389:1): initialized\n[ 0.507003] Initialise system trusted keyring\n[ 0.508308] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509966] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512518] zbud: loaded\n[ 0.513443] VFS: Disk quotas dquot_6.6.0\n[ 0.514621] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516734] fuse init (API version 7.23)\n[ 0.517961] Key type big_key registered\n[ 0.519088] Allocating IMA MOK and blacklist keyrings.\n[ 0.520640] Key type asymmetric registered\n[ 0.521813] Asymmetric key parser 'x509' registered\n[ 0.523193] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525686] io scheduler noop registered\n[ 0.526822] io scheduler deadline registered (default)\n[ 0.528247] io scheduler cfq registered\n[ 0.529412] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530949] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532797] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534890] ACPI: Power Button [PWRF]\n[ 0.536040] GHES: HEST is not enabled!\n[ 0.550041] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581358] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606551] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609868] Linux agpgart interface v0.103\n[ 0.612346] brd: module loaded\n[ 0.613861] loop: module loaded\n[ 0.619230] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.621258] GPT:90111 != 2097151\n[ 0.622185] GPT:Alternate GPT header not at the end of the disk.\n[ 0.623691] GPT:90111 != 2097151\n[ 0.624610] GPT: Use GNU Parted to correct GPT errors.\n[ 0.625985] vda: vda1 vda15\n[ 0.627947] scsi host0: ata_piix\n[ 0.628903] scsi host1: ata_piix\n[ 0.629789] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631526] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633523] libphy: Fixed MDIO Bus: probed\n[ 0.634832] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636182] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638848] PPP generic driver version 2.4.2\n[ 0.639868] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641028] ehci-pci: EHCI PCI platform driver\n[ 0.641874] ehci-platform: EHCI generic platform driver\n[ 0.642842] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643940] ohci-pci: OHCI PCI platform driver\n[ 0.644785] ohci-platform: OHCI generic platform driver\n[ 0.645746] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660436] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661409] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662829] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663812] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664910] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667486] usb usb1: Product: UHCI Host Controller\n[ 0.668400] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669509] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670560] hub 1-0:1.0: USB hub found\n[ 0.671319] hub 1-0:1.0: 2 ports detected\n[ 0.672204] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674277] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675211] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676218] mousedev: PS/2 mouse device common for all mice\n[ 0.677459] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679254] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680319] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681481] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682650] i2c /dev entries driver\n[ 0.683403] device-mapper: uevent: version 1.0.3\n[ 0.684317] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685890] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687180] NET: Registered protocol family 10\n[ 0.688169] NET: Registered protocol family 17\n[ 0.689043] Key type dns_resolver registered\n[ 0.689952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691027] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692745] registered taskstats version 1\n[ 0.693565] Loading compiled-in X.509 certificates\n[ 0.694994] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696808] zswap: loaded using pool lzo/zbud\n[ 0.698199] Key type trusted registered\n[ 0.699751] Key type encrypted registered\n[ 0.700570] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702586] evm: HMAC attrs: 0x1\n[ 0.703519] Magic number: 6:916:278\n[ 0.704281] tty tty15: hash matches\n[ 0.705053] rtc_cmos 00:00: setting system clock to 2018-10-12 12:17:03 UTC (1539346623)\n[ 0.706632] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707721] EDD information not available.\n[ 0.791410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802996] Write protecting the kernel read-only data: 14336k\n[ 0.804558] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806314] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.22\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.429254] 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.20.7...\nLease of 10.10.20.7 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.35. iid=i-000000cc\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNFfegOVWKSLmh+K4yIh88LbeZh28bHk2CccM3BPZn3rj/3YLZGPWs2TFWfv+XagYIMcpLia9TOBme1BoJD15vtbo1Am8R2txR4opyFJvhgakCLyU7YV6NnjqQQpVgRXyv8Ieg7HBdVyGJMf/uYzcfCLv4iSaJ+jg1C0HME0enVTBQj1zjHyYBZ+dM/rbtXVYDL+YhSmSuPIvwuLjIgodrKdF2MQUWX6L6Nd7+n9dgqZ0xMUqGLytne/6shE+eZHCB7Zhj+ZTfmddusO6mLozLH491LhZTGLeK74rK7SCp1lSjWh2qJAanfmTvhbrsoigpk8DdjvX64eVpL8QkKZN7 root@sdnvpn-8-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOY1S7b8ddxVVpT3SLGk0ThUVtblPWR8EWAQa6IrStV3J/fD3iJJlKv9biCesgld7vg1ppiRDn0upSlzx2x91CwN2DrUkRoeSO05+QMCDwzJBBs5PcKN2HHN1oJTitKYfnQuLEKpxgSVXD1WP41tgTiCN1pO5Kh+YsePhkxsbYc9AAAAFQDScERka9YPyqk0KZaQ/BDaIe4WJwAAAIBvHDHx/jITxG11vrR7/A2E6iiN/gvBXkB0b5AQUSjFqElz3C40vgz3WDEVzl/Af0NbLs8i+MPv+szeU6HNHGmH3Av0rAIudpbt42XWbYnuLzSdiWeY3FnJnl8ewUxJFaj789TFl/ofaKE5UFij5A+zPwuCd8/SKbI+HA9Ov/jgTwAAAIBn8iiwHkheJIgDV9gphTEGSefkTbZOIdG8PxOWt7bPT2T/DNMmnWbRDkKPIW4RXZoRRRGQPG/HPAQ+9e1dFygsSLXh8yodJO714g3CNsnqUTQMAXl2ATCsPIeBsp6lIjLJdW/wk8ipGtvZ9wCmX6qv/E/dr2GCtZhDrv2vlco8Og== 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.7,24,fe80::f816:3eff:fe44:9571/64,\nip-route:default via 10.10.20.1 dev eth0 \nip-route:10.10.20.0/24 dev eth0 src 10.10.20.7 \nip-route:169.254.169.254 via 10.10.20.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-000000cc\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.87 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-8-2 login: "} 2018-10-12 12:18:08,668 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action used request id req-b0f8308f-f76b-430f-997a-acdfc44da571 2018-10-12 12:18:10,697 - sdnvpn_test_utils - INFO - Waiting for instance 1691e0f2-35e1-49da-a6f3-e5cb7a5605b7 to boot up 2018-10-12 12:18:10,701 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa229312b896a5edebd8e697c7130a747a702f1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:18:11,895 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:18: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-d835cf33-6933-46ae-af2a-6a21e7f0b8cf x-compute-request-id: req-d835cf33-6933-46ae-af2a-6a21e7f0b8cf Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502165509 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130179] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.131784] pid_max: default: 32768 minimum: 301\n[ 0.132649] ACPI: Core revision 20150930\n[ 0.134008] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135287] Security Framework initialized\n[ 0.136081] Yama: becoming mindful.\n[ 0.136787] AppArmor: AppArmor initialized\n[ 0.137633] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138921] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140170] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142685] Initializing cgroup subsys io\n[ 0.143471] Initializing cgroup subsys memory\n[ 0.144298] Initializing cgroup subsys devices\n[ 0.145139] Initializing cgroup subsys freezer\n[ 0.145991] Initializing cgroup subsys net_cls\n[ 0.146836] Initializing cgroup subsys perf_event\n[ 0.147715] Initializing cgroup subsys net_prio\n[ 0.148566] Initializing cgroup subsys hugetlb\n[ 0.149413] Initializing cgroup subsys pids\n[ 0.150263] CPU: Physical Processor ID: 0\n[ 0.151731] mce: CPU supports 10 MCE banks\n[ 0.152551] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153526] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164179] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170579] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197471] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198782] x2apic enabled\n[ 0.199578] Switched APIC routing to physical x2apic.\n[ 0.201300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202384] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204312] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206052] KVM setup paravirtual spinlock\n[ 0.207314] x86: Booted up 1 node, 1 CPUs\n[ 0.208099] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.209442] devtmpfs: initialized\n[ 0.211136] evm: security.selinux\n[ 0.211821] evm: security.SMACK64\n[ 0.212491] evm: security.SMACK64EXEC\n[ 0.213208] evm: security.SMACK64TRANSMUTE\n[ 0.213990] evm: security.SMACK64MMAP\n[ 0.214709] evm: security.ima\n[ 0.215332] evm: security.capability\n[ 0.216115] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217904] pinctrl core: initialized pinctrl subsystem\n[ 0.218967] RTC time: 12:17:15, date: 10/12/18\n[ 0.219905] NET: Registered protocol family 16\n[ 0.220855] cpuidle: using governor ladder\n[ 0.221646] cpuidle: using governor menu\n[ 0.222402] PCCT header not found.\n[ 0.223130] ACPI: bus type PCI registered\n[ 0.223911] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225110] PCI: Using configuration type 1 for base access\n[ 0.226831] ACPI: Added _OSI(Module Device)\n[ 0.227644] ACPI: Added _OSI(Processor Device)\n[ 0.228481] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229349] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231456] ACPI: Interpreter enabled\n[ 0.232227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234034] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237623] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239402] ACPI: (supports S0 S5)\n[ 0.240086] ACPI: Using IOAPIC for interrupt routing\n[ 0.241068] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244107] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245211] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246400] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249713] acpiphp: Slot [3] registered\n[ 0.250489] acpiphp: Slot [4] registered\n[ 0.251260] acpiphp: Slot [5] registered\n[ 0.252042] acpiphp: Slot [6] registered\n[ 0.252817] acpiphp: Slot [7] registered\n[ 0.253591] acpiphp: Slot [8] registered\n[ 0.254363] acpiphp: Slot [9] registered\n[ 0.255142] acpiphp: Slot [10] registered\n[ 0.255929] acpiphp: Slot [11] registered\n[ 0.256720] acpiphp: Slot [12] registered\n[ 0.257521] acpiphp: Slot [13] registered\n[ 0.258304] acpiphp: Slot [14] registered\n[ 0.259089] acpiphp: Slot [15] registered\n[ 0.269850] acpiphp: Slot [16] registered\n[ 0.270642] acpiphp: Slot [17] registered\n[ 0.271425] acpiphp: Slot [18] registered\n[ 0.272210] acpiphp: Slot [19] registered\n[ 0.273002] acpiphp: Slot [20] registered\n[ 0.273790] acpiphp: Slot [21] registered\n[ 0.274584] acpiphp: Slot [22] registered\n[ 0.275369] acpiphp: Slot [23] registered\n[ 0.276155] acpiphp: Slot [24] registered\n[ 0.276950] acpiphp: Slot [25] registered\n[ 0.277746] acpiphp: Slot [26] registered\n[ 0.278538] acpiphp: Slot [27] registered\n[ 0.279329] acpiphp: Slot [28] registered\n[ 0.280128] acpiphp: Slot [29] registered\n[ 0.280920] acpiphp: Slot [30] registered\n[ 0.281706] acpiphp: Slot [31] registered\n[ 0.282492] PCI host bridge to bus 0000:00\n[ 0.283274] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285632] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287032] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288433] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294648] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295917] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297048] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298271] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304651] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306068] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351551] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353014] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354395] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355797] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357147] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358365] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359695] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360722] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362230] vgaarb: loaded\n[ 0.362820] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363936] SCSI subsystem initialized\n[ 0.364734] ACPI: bus type USB registered\n[ 0.365532] usbcore: registered new interface driver usbfs\n[ 0.366532] usbcore: registered new interface driver hub\n[ 0.367509] usbcore: registered new device driver usb\n[ 0.368542] PCI: Using ACPI for IRQ routing\n[ 0.369544] NetLabel: Initializing\n[ 0.370237] NetLabel: domain hash size = 128\n[ 0.371066] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371987] NetLabel: unlabeled traffic allowed by default\n[ 0.373055] clocksource: Switched to clocksource kvm-clock\n[ 0.378547] AppArmor: AppArmor Filesystem Enabled\n[ 0.379486] pnp: PnP ACPI init\n[ 0.380383] pnp: PnP ACPI: found 5 devices\n[ 0.386725] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388375] NET: Registered protocol family 2\n[ 0.389311] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391686] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392825] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395021] NET: Registered protocol family 1\n[ 0.395879] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396936] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397974] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412073] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426318] Trying to unpack rootfs image as initramfs...\n[ 0.475911] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489820] Scanning for low memory corruption every 60 seconds\n[ 0.491142] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492266] audit: initializing netlink subsys (disabled)\n[ 0.493275] audit: type=2000 audit(1539346636.333:1): initialized\n[ 0.494560] Initialise system trusted keyring\n[ 0.495474] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496611] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498551] zbud: loaded\n[ 0.499241] VFS: Disk quotas dquot_6.6.0\n[ 0.500043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501539] fuse init (API version 7.23)\n[ 0.502416] Key type big_key registered\n[ 0.503205] Allocating IMA MOK and blacklist keyrings.\n[ 0.504665] Key type asymmetric registered\n[ 0.505482] Asymmetric key parser 'x509' registered\n[ 0.506417] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507862] io scheduler noop registered\n[ 0.508646] io scheduler deadline registered (default)\n[ 0.509629] io scheduler cfq registered\n[ 0.510445] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511470] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512698] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514145] ACPI: Power Button [PWRF]\n[ 0.514972] GHES: HEST is not enabled!\n[ 0.528644] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556776] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559040] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583120] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585207] Linux agpgart interface v0.103\n[ 0.589221] brd: module loaded\n[ 0.590408] loop: module loaded\n[ 0.595202] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617391] GPT:90111 != 2097151\n[ 0.618061] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619114] GPT:90111 != 2097151\n[ 0.619769] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620701] vda: vda1 vda15\n[ 0.622429] scsi host0: ata_piix\n[ 0.623149] scsi host1: ata_piix\n[ 0.623847] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625026] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626434] libphy: Fixed MDIO Bus: probed\n[ 0.627228] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628149] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630394] PPP generic driver version 2.4.2\n[ 0.631263] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632592] ehci-pci: EHCI PCI platform driver\n[ 0.633448] ehci-platform: EHCI generic platform driver\n[ 0.634417] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635514] ohci-pci: OHCI PCI platform driver\n[ 0.636356] ohci-platform: OHCI generic platform driver\n[ 0.637326] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651819] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652787] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654204] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655204] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656292] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657493] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658875] usb usb1: Product: UHCI Host Controller\n[ 0.659787] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660899] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661887] hub 1-0:1.0: USB hub found\n[ 0.662648] hub 1-0:1.0: 2 ports detected\n[ 0.663533] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665638] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666560] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667554] mousedev: PS/2 mouse device common for all mice\n[ 0.668778] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670589] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671641] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672802] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673965] i2c /dev entries driver\n[ 0.674712] device-mapper: uevent: version 1.0.3\n[ 0.675620] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678474] NET: Registered protocol family 10\n[ 0.679427] NET: Registered protocol family 17\n[ 0.680288] Key type dns_resolver registered\n[ 0.681201] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682265] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683965] registered taskstats version 1\n[ 0.684786] Loading compiled-in X.509 certificates\n[ 0.686212] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688014] zswap: loaded using pool lzo/zbud\n[ 0.689372] Key type trusted registered\n[ 0.690906] Key type encrypted registered\n[ 0.691718] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693730] evm: HMAC attrs: 0x1\n[ 0.695017] Magic number: 6:916:278\n[ 0.695783] tty tty15: hash matches\n[ 0.696560] rtc_cmos 00:00: setting system clock to 2018-10-12 12:17:16 UTC (1539346636)\n[ 0.698115] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699204] EDD information not available.\n[ 0.781607] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783000] ata1.00: configured for MWDMA2\n[ 0.794425] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796592] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797769] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.798986] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.800809] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802305] Write protecting the kernel read-only data: 14336k\n[ 0.803824] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805579] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.308279] 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-10-12 12:18:11,896 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7/action used request id req-d835cf33-6933-46ae-af2a-6a21e7f0b8cf 2018-10-12 12:18:13,902 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa229312b896a5edebd8e697c7130a747a702f1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:18:14,984 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:18: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-184eb237-7184-457b-a319-d4fbb5a250aa x-compute-request-id: req-184eb237-7184-457b-a319-d4fbb5a250aa Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502165509 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130179] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.131784] pid_max: default: 32768 minimum: 301\n[ 0.132649] ACPI: Core revision 20150930\n[ 0.134008] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135287] Security Framework initialized\n[ 0.136081] Yama: becoming mindful.\n[ 0.136787] AppArmor: AppArmor initialized\n[ 0.137633] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138921] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140170] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142685] Initializing cgroup subsys io\n[ 0.143471] Initializing cgroup subsys memory\n[ 0.144298] Initializing cgroup subsys devices\n[ 0.145139] Initializing cgroup subsys freezer\n[ 0.145991] Initializing cgroup subsys net_cls\n[ 0.146836] Initializing cgroup subsys perf_event\n[ 0.147715] Initializing cgroup subsys net_prio\n[ 0.148566] Initializing cgroup subsys hugetlb\n[ 0.149413] Initializing cgroup subsys pids\n[ 0.150263] CPU: Physical Processor ID: 0\n[ 0.151731] mce: CPU supports 10 MCE banks\n[ 0.152551] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153526] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164179] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170579] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197471] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198782] x2apic enabled\n[ 0.199578] Switched APIC routing to physical x2apic.\n[ 0.201300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202384] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204312] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206052] KVM setup paravirtual spinlock\n[ 0.207314] x86: Booted up 1 node, 1 CPUs\n[ 0.208099] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.209442] devtmpfs: initialized\n[ 0.211136] evm: security.selinux\n[ 0.211821] evm: security.SMACK64\n[ 0.212491] evm: security.SMACK64EXEC\n[ 0.213208] evm: security.SMACK64TRANSMUTE\n[ 0.213990] evm: security.SMACK64MMAP\n[ 0.214709] evm: security.ima\n[ 0.215332] evm: security.capability\n[ 0.216115] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217904] pinctrl core: initialized pinctrl subsystem\n[ 0.218967] RTC time: 12:17:15, date: 10/12/18\n[ 0.219905] NET: Registered protocol family 16\n[ 0.220855] cpuidle: using governor ladder\n[ 0.221646] cpuidle: using governor menu\n[ 0.222402] PCCT header not found.\n[ 0.223130] ACPI: bus type PCI registered\n[ 0.223911] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225110] PCI: Using configuration type 1 for base access\n[ 0.226831] ACPI: Added _OSI(Module Device)\n[ 0.227644] ACPI: Added _OSI(Processor Device)\n[ 0.228481] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229349] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231456] ACPI: Interpreter enabled\n[ 0.232227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234034] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237623] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239402] ACPI: (supports S0 S5)\n[ 0.240086] ACPI: Using IOAPIC for interrupt routing\n[ 0.241068] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244107] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245211] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246400] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249713] acpiphp: Slot [3] registered\n[ 0.250489] acpiphp: Slot [4] registered\n[ 0.251260] acpiphp: Slot [5] registered\n[ 0.252042] acpiphp: Slot [6] registered\n[ 0.252817] acpiphp: Slot [7] registered\n[ 0.253591] acpiphp: Slot [8] registered\n[ 0.254363] acpiphp: Slot [9] registered\n[ 0.255142] acpiphp: Slot [10] registered\n[ 0.255929] acpiphp: Slot [11] registered\n[ 0.256720] acpiphp: Slot [12] registered\n[ 0.257521] acpiphp: Slot [13] registered\n[ 0.258304] acpiphp: Slot [14] registered\n[ 0.259089] acpiphp: Slot [15] registered\n[ 0.269850] acpiphp: Slot [16] registered\n[ 0.270642] acpiphp: Slot [17] registered\n[ 0.271425] acpiphp: Slot [18] registered\n[ 0.272210] acpiphp: Slot [19] registered\n[ 0.273002] acpiphp: Slot [20] registered\n[ 0.273790] acpiphp: Slot [21] registered\n[ 0.274584] acpiphp: Slot [22] registered\n[ 0.275369] acpiphp: Slot [23] registered\n[ 0.276155] acpiphp: Slot [24] registered\n[ 0.276950] acpiphp: Slot [25] registered\n[ 0.277746] acpiphp: Slot [26] registered\n[ 0.278538] acpiphp: Slot [27] registered\n[ 0.279329] acpiphp: Slot [28] registered\n[ 0.280128] acpiphp: Slot [29] registered\n[ 0.280920] acpiphp: Slot [30] registered\n[ 0.281706] acpiphp: Slot [31] registered\n[ 0.282492] PCI host bridge to bus 0000:00\n[ 0.283274] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285632] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287032] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288433] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294648] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295917] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297048] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298271] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304651] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306068] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351551] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353014] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354395] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355797] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357147] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358365] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359695] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360722] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362230] vgaarb: loaded\n[ 0.362820] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363936] SCSI subsystem initialized\n[ 0.364734] ACPI: bus type USB registered\n[ 0.365532] usbcore: registered new interface driver usbfs\n[ 0.366532] usbcore: registered new interface driver hub\n[ 0.367509] usbcore: registered new device driver usb\n[ 0.368542] PCI: Using ACPI for IRQ routing\n[ 0.369544] NetLabel: Initializing\n[ 0.370237] NetLabel: domain hash size = 128\n[ 0.371066] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371987] NetLabel: unlabeled traffic allowed by default\n[ 0.373055] clocksource: Switched to clocksource kvm-clock\n[ 0.378547] AppArmor: AppArmor Filesystem Enabled\n[ 0.379486] pnp: PnP ACPI init\n[ 0.380383] pnp: PnP ACPI: found 5 devices\n[ 0.386725] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388375] NET: Registered protocol family 2\n[ 0.389311] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391686] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392825] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395021] NET: Registered protocol family 1\n[ 0.395879] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396936] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397974] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412073] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426318] Trying to unpack rootfs image as initramfs...\n[ 0.475911] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489820] Scanning for low memory corruption every 60 seconds\n[ 0.491142] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492266] audit: initializing netlink subsys (disabled)\n[ 0.493275] audit: type=2000 audit(1539346636.333:1): initialized\n[ 0.494560] Initialise system trusted keyring\n[ 0.495474] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496611] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498551] zbud: loaded\n[ 0.499241] VFS: Disk quotas dquot_6.6.0\n[ 0.500043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501539] fuse init (API version 7.23)\n[ 0.502416] Key type big_key registered\n[ 0.503205] Allocating IMA MOK and blacklist keyrings.\n[ 0.504665] Key type asymmetric registered\n[ 0.505482] Asymmetric key parser 'x509' registered\n[ 0.506417] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507862] io scheduler noop registered\n[ 0.508646] io scheduler deadline registered (default)\n[ 0.509629] io scheduler cfq registered\n[ 0.510445] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511470] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512698] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514145] ACPI: Power Button [PWRF]\n[ 0.514972] GHES: HEST is not enabled!\n[ 0.528644] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556776] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559040] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583120] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585207] Linux agpgart interface v0.103\n[ 0.589221] brd: module loaded\n[ 0.590408] loop: module loaded\n[ 0.595202] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617391] GPT:90111 != 2097151\n[ 0.618061] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619114] GPT:90111 != 2097151\n[ 0.619769] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620701] vda: vda1 vda15\n[ 0.622429] scsi host0: ata_piix\n[ 0.623149] scsi host1: ata_piix\n[ 0.623847] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625026] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626434] libphy: Fixed MDIO Bus: probed\n[ 0.627228] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628149] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630394] PPP generic driver version 2.4.2\n[ 0.631263] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632592] ehci-pci: EHCI PCI platform driver\n[ 0.633448] ehci-platform: EHCI generic platform driver\n[ 0.634417] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635514] ohci-pci: OHCI PCI platform driver\n[ 0.636356] ohci-platform: OHCI generic platform driver\n[ 0.637326] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651819] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652787] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654204] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655204] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656292] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657493] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658875] usb usb1: Product: UHCI Host Controller\n[ 0.659787] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660899] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661887] hub 1-0:1.0: USB hub found\n[ 0.662648] hub 1-0:1.0: 2 ports detected\n[ 0.663533] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665638] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666560] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667554] mousedev: PS/2 mouse device common for all mice\n[ 0.668778] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670589] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671641] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672802] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673965] i2c /dev entries driver\n[ 0.674712] device-mapper: uevent: version 1.0.3\n[ 0.675620] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678474] NET: Registered protocol family 10\n[ 0.679427] NET: Registered protocol family 17\n[ 0.680288] Key type dns_resolver registered\n[ 0.681201] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682265] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683965] registered taskstats version 1\n[ 0.684786] Loading compiled-in X.509 certificates\n[ 0.686212] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688014] zswap: loaded using pool lzo/zbud\n[ 0.689372] Key type trusted registered\n[ 0.690906] Key type encrypted registered\n[ 0.691718] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693730] evm: HMAC attrs: 0x1\n[ 0.695017] Magic number: 6:916:278\n[ 0.695783] tty tty15: hash matches\n[ 0.696560] rtc_cmos 00:00: setting system clock to 2018-10-12 12:17:16 UTC (1539346636)\n[ 0.698115] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699204] EDD information not available.\n[ 0.781607] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783000] ata1.00: configured for MWDMA2\n[ 0.794425] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796592] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797769] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.798986] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.800809] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802305] Write protecting the kernel read-only data: 14336k\n[ 0.803824] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805579] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.308279] 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-10-12 12:18:14,985 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7/action used request id req-184eb237-7184-457b-a319-d4fbb5a250aa 2018-10-12 12:18:16,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa229312b896a5edebd8e697c7130a747a702f1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:18:18,058 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:18: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-8210db85-63ce-4292-af6e-004d1b57ea67 x-compute-request-id: req-8210db85-63ce-4292-af6e-004d1b57ea67 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502165509 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130179] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.131784] pid_max: default: 32768 minimum: 301\n[ 0.132649] ACPI: Core revision 20150930\n[ 0.134008] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135287] Security Framework initialized\n[ 0.136081] Yama: becoming mindful.\n[ 0.136787] AppArmor: AppArmor initialized\n[ 0.137633] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138921] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140170] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142685] Initializing cgroup subsys io\n[ 0.143471] Initializing cgroup subsys memory\n[ 0.144298] Initializing cgroup subsys devices\n[ 0.145139] Initializing cgroup subsys freezer\n[ 0.145991] Initializing cgroup subsys net_cls\n[ 0.146836] Initializing cgroup subsys perf_event\n[ 0.147715] Initializing cgroup subsys net_prio\n[ 0.148566] Initializing cgroup subsys hugetlb\n[ 0.149413] Initializing cgroup subsys pids\n[ 0.150263] CPU: Physical Processor ID: 0\n[ 0.151731] mce: CPU supports 10 MCE banks\n[ 0.152551] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153526] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164179] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170579] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197471] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198782] x2apic enabled\n[ 0.199578] Switched APIC routing to physical x2apic.\n[ 0.201300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202384] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204312] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206052] KVM setup paravirtual spinlock\n[ 0.207314] x86: Booted up 1 node, 1 CPUs\n[ 0.208099] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.209442] devtmpfs: initialized\n[ 0.211136] evm: security.selinux\n[ 0.211821] evm: security.SMACK64\n[ 0.212491] evm: security.SMACK64EXEC\n[ 0.213208] evm: security.SMACK64TRANSMUTE\n[ 0.213990] evm: security.SMACK64MMAP\n[ 0.214709] evm: security.ima\n[ 0.215332] evm: security.capability\n[ 0.216115] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217904] pinctrl core: initialized pinctrl subsystem\n[ 0.218967] RTC time: 12:17:15, date: 10/12/18\n[ 0.219905] NET: Registered protocol family 16\n[ 0.220855] cpuidle: using governor ladder\n[ 0.221646] cpuidle: using governor menu\n[ 0.222402] PCCT header not found.\n[ 0.223130] ACPI: bus type PCI registered\n[ 0.223911] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225110] PCI: Using configuration type 1 for base access\n[ 0.226831] ACPI: Added _OSI(Module Device)\n[ 0.227644] ACPI: Added _OSI(Processor Device)\n[ 0.228481] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229349] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231456] ACPI: Interpreter enabled\n[ 0.232227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234034] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237623] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239402] ACPI: (supports S0 S5)\n[ 0.240086] ACPI: Using IOAPIC for interrupt routing\n[ 0.241068] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244107] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245211] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246400] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249713] acpiphp: Slot [3] registered\n[ 0.250489] acpiphp: Slot [4] registered\n[ 0.251260] acpiphp: Slot [5] registered\n[ 0.252042] acpiphp: Slot [6] registered\n[ 0.252817] acpiphp: Slot [7] registered\n[ 0.253591] acpiphp: Slot [8] registered\n[ 0.254363] acpiphp: Slot [9] registered\n[ 0.255142] acpiphp: Slot [10] registered\n[ 0.255929] acpiphp: Slot [11] registered\n[ 0.256720] acpiphp: Slot [12] registered\n[ 0.257521] acpiphp: Slot [13] registered\n[ 0.258304] acpiphp: Slot [14] registered\n[ 0.259089] acpiphp: Slot [15] registered\n[ 0.269850] acpiphp: Slot [16] registered\n[ 0.270642] acpiphp: Slot [17] registered\n[ 0.271425] acpiphp: Slot [18] registered\n[ 0.272210] acpiphp: Slot [19] registered\n[ 0.273002] acpiphp: Slot [20] registered\n[ 0.273790] acpiphp: Slot [21] registered\n[ 0.274584] acpiphp: Slot [22] registered\n[ 0.275369] acpiphp: Slot [23] registered\n[ 0.276155] acpiphp: Slot [24] registered\n[ 0.276950] acpiphp: Slot [25] registered\n[ 0.277746] acpiphp: Slot [26] registered\n[ 0.278538] acpiphp: Slot [27] registered\n[ 0.279329] acpiphp: Slot [28] registered\n[ 0.280128] acpiphp: Slot [29] registered\n[ 0.280920] acpiphp: Slot [30] registered\n[ 0.281706] acpiphp: Slot [31] registered\n[ 0.282492] PCI host bridge to bus 0000:00\n[ 0.283274] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285632] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287032] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288433] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294648] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295917] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297048] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298271] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304651] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306068] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351551] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353014] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354395] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355797] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357147] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358365] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359695] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360722] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362230] vgaarb: loaded\n[ 0.362820] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363936] SCSI subsystem initialized\n[ 0.364734] ACPI: bus type USB registered\n[ 0.365532] usbcore: registered new interface driver usbfs\n[ 0.366532] usbcore: registered new interface driver hub\n[ 0.367509] usbcore: registered new device driver usb\n[ 0.368542] PCI: Using ACPI for IRQ routing\n[ 0.369544] NetLabel: Initializing\n[ 0.370237] NetLabel: domain hash size = 128\n[ 0.371066] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371987] NetLabel: unlabeled traffic allowed by default\n[ 0.373055] clocksource: Switched to clocksource kvm-clock\n[ 0.378547] AppArmor: AppArmor Filesystem Enabled\n[ 0.379486] pnp: PnP ACPI init\n[ 0.380383] pnp: PnP ACPI: found 5 devices\n[ 0.386725] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388375] NET: Registered protocol family 2\n[ 0.389311] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391686] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392825] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395021] NET: Registered protocol family 1\n[ 0.395879] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396936] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397974] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412073] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426318] Trying to unpack rootfs image as initramfs...\n[ 0.475911] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489820] Scanning for low memory corruption every 60 seconds\n[ 0.491142] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492266] audit: initializing netlink subsys (disabled)\n[ 0.493275] audit: type=2000 audit(1539346636.333:1): initialized\n[ 0.494560] Initialise system trusted keyring\n[ 0.495474] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496611] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498551] zbud: loaded\n[ 0.499241] VFS: Disk quotas dquot_6.6.0\n[ 0.500043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501539] fuse init (API version 7.23)\n[ 0.502416] Key type big_key registered\n[ 0.503205] Allocating IMA MOK and blacklist keyrings.\n[ 0.504665] Key type asymmetric registered\n[ 0.505482] Asymmetric key parser 'x509' registered\n[ 0.506417] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507862] io scheduler noop registered\n[ 0.508646] io scheduler deadline registered (default)\n[ 0.509629] io scheduler cfq registered\n[ 0.510445] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511470] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512698] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514145] ACPI: Power Button [PWRF]\n[ 0.514972] GHES: HEST is not enabled!\n[ 0.528644] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556776] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559040] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583120] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585207] Linux agpgart interface v0.103\n[ 0.589221] brd: module loaded\n[ 0.590408] loop: module loaded\n[ 0.595202] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617391] GPT:90111 != 2097151\n[ 0.618061] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619114] GPT:90111 != 2097151\n[ 0.619769] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620701] vda: vda1 vda15\n[ 0.622429] scsi host0: ata_piix\n[ 0.623149] scsi host1: ata_piix\n[ 0.623847] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625026] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626434] libphy: Fixed MDIO Bus: probed\n[ 0.627228] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628149] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630394] PPP generic driver version 2.4.2\n[ 0.631263] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632592] ehci-pci: EHCI PCI platform driver\n[ 0.633448] ehci-platform: EHCI generic platform driver\n[ 0.634417] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635514] ohci-pci: OHCI PCI platform driver\n[ 0.636356] ohci-platform: OHCI generic platform driver\n[ 0.637326] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651819] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652787] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654204] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655204] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656292] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657493] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658875] usb usb1: Product: UHCI Host Controller\n[ 0.659787] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660899] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661887] hub 1-0:1.0: USB hub found\n[ 0.662648] hub 1-0:1.0: 2 ports detected\n[ 0.663533] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665638] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666560] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667554] mousedev: PS/2 mouse device common for all mice\n[ 0.668778] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670589] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671641] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672802] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673965] i2c /dev entries driver\n[ 0.674712] device-mapper: uevent: version 1.0.3\n[ 0.675620] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678474] NET: Registered protocol family 10\n[ 0.679427] NET: Registered protocol family 17\n[ 0.680288] Key type dns_resolver registered\n[ 0.681201] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682265] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683965] registered taskstats version 1\n[ 0.684786] Loading compiled-in X.509 certificates\n[ 0.686212] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688014] zswap: loaded using pool lzo/zbud\n[ 0.689372] Key type trusted registered\n[ 0.690906] Key type encrypted registered\n[ 0.691718] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693730] evm: HMAC attrs: 0x1\n[ 0.695017] Magic number: 6:916:278\n[ 0.695783] tty tty15: hash matches\n[ 0.696560] rtc_cmos 00:00: setting system clock to 2018-10-12 12:17:16 UTC (1539346636)\n[ 0.698115] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699204] EDD information not available.\n[ 0.781607] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783000] ata1.00: configured for MWDMA2\n[ 0.794425] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796592] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797769] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.798986] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.800809] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802305] Write protecting the kernel read-only data: 14336k\n[ 0.803824] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805579] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.308279] 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-10-12 12:18:18,059 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7/action used request id req-8210db85-63ce-4292-af6e-004d1b57ea67 2018-10-12 12:18:20,065 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa229312b896a5edebd8e697c7130a747a702f1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:18:21,896 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:18: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-8d2f0cbf-ea28-4d92-a940-c92f1c23e65a x-compute-request-id: req-8d2f0cbf-ea28-4d92-a940-c92f1c23e65a Content-Encoding: gzip Content-Length: 8054 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502165509 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130179] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.131784] pid_max: default: 32768 minimum: 301\n[ 0.132649] ACPI: Core revision 20150930\n[ 0.134008] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135287] Security Framework initialized\n[ 0.136081] Yama: becoming mindful.\n[ 0.136787] AppArmor: AppArmor initialized\n[ 0.137633] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138921] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140170] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142685] Initializing cgroup subsys io\n[ 0.143471] Initializing cgroup subsys memory\n[ 0.144298] Initializing cgroup subsys devices\n[ 0.145139] Initializing cgroup subsys freezer\n[ 0.145991] Initializing cgroup subsys net_cls\n[ 0.146836] Initializing cgroup subsys perf_event\n[ 0.147715] Initializing cgroup subsys net_prio\n[ 0.148566] Initializing cgroup subsys hugetlb\n[ 0.149413] Initializing cgroup subsys pids\n[ 0.150263] CPU: Physical Processor ID: 0\n[ 0.151731] mce: CPU supports 10 MCE banks\n[ 0.152551] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153526] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164179] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170579] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197471] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198782] x2apic enabled\n[ 0.199578] Switched APIC routing to physical x2apic.\n[ 0.201300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202384] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204312] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206052] KVM setup paravirtual spinlock\n[ 0.207314] x86: Booted up 1 node, 1 CPUs\n[ 0.208099] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.209442] devtmpfs: initialized\n[ 0.211136] evm: security.selinux\n[ 0.211821] evm: security.SMACK64\n[ 0.212491] evm: security.SMACK64EXEC\n[ 0.213208] evm: security.SMACK64TRANSMUTE\n[ 0.213990] evm: security.SMACK64MMAP\n[ 0.214709] evm: security.ima\n[ 0.215332] evm: security.capability\n[ 0.216115] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217904] pinctrl core: initialized pinctrl subsystem\n[ 0.218967] RTC time: 12:17:15, date: 10/12/18\n[ 0.219905] NET: Registered protocol family 16\n[ 0.220855] cpuidle: using governor ladder\n[ 0.221646] cpuidle: using governor menu\n[ 0.222402] PCCT header not found.\n[ 0.223130] ACPI: bus type PCI registered\n[ 0.223911] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225110] PCI: Using configuration type 1 for base access\n[ 0.226831] ACPI: Added _OSI(Module Device)\n[ 0.227644] ACPI: Added _OSI(Processor Device)\n[ 0.228481] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229349] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231456] ACPI: Interpreter enabled\n[ 0.232227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234034] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237623] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239402] ACPI: (supports S0 S5)\n[ 0.240086] ACPI: Using IOAPIC for interrupt routing\n[ 0.241068] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244107] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245211] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246400] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249713] acpiphp: Slot [3] registered\n[ 0.250489] acpiphp: Slot [4] registered\n[ 0.251260] acpiphp: Slot [5] registered\n[ 0.252042] acpiphp: Slot [6] registered\n[ 0.252817] acpiphp: Slot [7] registered\n[ 0.253591] acpiphp: Slot [8] registered\n[ 0.254363] acpiphp: Slot [9] registered\n[ 0.255142] acpiphp: Slot [10] registered\n[ 0.255929] acpiphp: Slot [11] registered\n[ 0.256720] acpiphp: Slot [12] registered\n[ 0.257521] acpiphp: Slot [13] registered\n[ 0.258304] acpiphp: Slot [14] registered\n[ 0.259089] acpiphp: Slot [15] registered\n[ 0.269850] acpiphp: Slot [16] registered\n[ 0.270642] acpiphp: Slot [17] registered\n[ 0.271425] acpiphp: Slot [18] registered\n[ 0.272210] acpiphp: Slot [19] registered\n[ 0.273002] acpiphp: Slot [20] registered\n[ 0.273790] acpiphp: Slot [21] registered\n[ 0.274584] acpiphp: Slot [22] registered\n[ 0.275369] acpiphp: Slot [23] registered\n[ 0.276155] acpiphp: Slot [24] registered\n[ 0.276950] acpiphp: Slot [25] registered\n[ 0.277746] acpiphp: Slot [26] registered\n[ 0.278538] acpiphp: Slot [27] registered\n[ 0.279329] acpiphp: Slot [28] registered\n[ 0.280128] acpiphp: Slot [29] registered\n[ 0.280920] acpiphp: Slot [30] registered\n[ 0.281706] acpiphp: Slot [31] registered\n[ 0.282492] PCI host bridge to bus 0000:00\n[ 0.283274] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285632] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287032] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288433] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294648] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295917] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297048] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298271] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304651] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306068] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351551] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353014] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354395] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355797] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357147] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358365] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359695] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360722] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362230] vgaarb: loaded\n[ 0.362820] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363936] SCSI subsystem initialized\n[ 0.364734] ACPI: bus type USB registered\n[ 0.365532] usbcore: registered new interface driver usbfs\n[ 0.366532] usbcore: registered new interface driver hub\n[ 0.367509] usbcore: registered new device driver usb\n[ 0.368542] PCI: Using ACPI for IRQ routing\n[ 0.369544] NetLabel: Initializing\n[ 0.370237] NetLabel: domain hash size = 128\n[ 0.371066] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371987] NetLabel: unlabeled traffic allowed by default\n[ 0.373055] clocksource: Switched to clocksource kvm-clock\n[ 0.378547] AppArmor: AppArmor Filesystem Enabled\n[ 0.379486] pnp: PnP ACPI init\n[ 0.380383] pnp: PnP ACPI: found 5 devices\n[ 0.386725] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388375] NET: Registered protocol family 2\n[ 0.389311] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391686] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392825] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395021] NET: Registered protocol family 1\n[ 0.395879] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396936] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397974] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412073] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426318] Trying to unpack rootfs image as initramfs...\n[ 0.475911] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489820] Scanning for low memory corruption every 60 seconds\n[ 0.491142] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492266] audit: initializing netlink subsys (disabled)\n[ 0.493275] audit: type=2000 audit(1539346636.333:1): initialized\n[ 0.494560] Initialise system trusted keyring\n[ 0.495474] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496611] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498551] zbud: loaded\n[ 0.499241] VFS: Disk quotas dquot_6.6.0\n[ 0.500043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501539] fuse init (API version 7.23)\n[ 0.502416] Key type big_key registered\n[ 0.503205] Allocating IMA MOK and blacklist keyrings.\n[ 0.504665] Key type asymmetric registered\n[ 0.505482] Asymmetric key parser 'x509' registered\n[ 0.506417] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507862] io scheduler noop registered\n[ 0.508646] io scheduler deadline registered (default)\n[ 0.509629] io scheduler cfq registered\n[ 0.510445] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511470] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512698] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514145] ACPI: Power Button [PWRF]\n[ 0.514972] GHES: HEST is not enabled!\n[ 0.528644] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556776] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559040] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583120] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585207] Linux agpgart interface v0.103\n[ 0.589221] brd: module loaded\n[ 0.590408] loop: module loaded\n[ 0.595202] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617391] GPT:90111 != 2097151\n[ 0.618061] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619114] GPT:90111 != 2097151\n[ 0.619769] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620701] vda: vda1 vda15\n[ 0.622429] scsi host0: ata_piix\n[ 0.623149] scsi host1: ata_piix\n[ 0.623847] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625026] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626434] libphy: Fixed MDIO Bus: probed\n[ 0.627228] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628149] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630394] PPP generic driver version 2.4.2\n[ 0.631263] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632592] ehci-pci: EHCI PCI platform driver\n[ 0.633448] ehci-platform: EHCI generic platform driver\n[ 0.634417] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635514] ohci-pci: OHCI PCI platform driver\n[ 0.636356] ohci-platform: OHCI generic platform driver\n[ 0.637326] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651819] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652787] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654204] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655204] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656292] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657493] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658875] usb usb1: Product: UHCI Host Controller\n[ 0.659787] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660899] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661887] hub 1-0:1.0: USB hub found\n[ 0.662648] hub 1-0:1.0: 2 ports detected\n[ 0.663533] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665638] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666560] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667554] mousedev: PS/2 mouse device common for all mice\n[ 0.668778] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670589] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671641] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672802] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673965] i2c /dev entries driver\n[ 0.674712] device-mapper: uevent: version 1.0.3\n[ 0.675620] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678474] NET: Registered protocol family 10\n[ 0.679427] NET: Registered protocol family 17\n[ 0.680288] Key type dns_resolver registered\n[ 0.681201] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682265] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683965] registered taskstats version 1\n[ 0.684786] Loading compiled-in X.509 certificates\n[ 0.686212] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688014] zswap: loaded using pool lzo/zbud\n[ 0.689372] Key type trusted registered\n[ 0.690906] Key type encrypted registered\n[ 0.691718] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693730] evm: HMAC attrs: 0x1\n[ 0.695017] Magic number: 6:916:278\n[ 0.695783] tty tty15: hash matches\n[ 0.696560] rtc_cmos 00:00: setting system clock to 2018-10-12 12:17:16 UTC (1539346636)\n[ 0.698115] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699204] EDD information not available.\n[ 0.781607] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783000] ata1.00: configured for MWDMA2\n[ 0.794425] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796592] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797769] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.798986] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.800809] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802305] Write protecting the kernel read-only data: 14336k\n[ 0.803824] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805579] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.308279] 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.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"} 2018-10-12 12:18:21,897 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7/action used request id req-8d2f0cbf-ea28-4d92-a940-c92f1c23e65a 2018-10-12 12:18:23,900 - sdnvpn.test.functest.testcase_8 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-12 12:18:53,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa229312b896a5edebd8e697c7130a747a702f1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:18:54,996 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:18: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-a94e73e3-df5d-4267-b226-2850ded206d7 x-compute-request-id: req-a94e73e3-df5d-4267-b226-2850ded206d7 Content-Encoding: gzip Content-Length: 8091 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502165509 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130179] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.131784] pid_max: default: 32768 minimum: 301\n[ 0.132649] ACPI: Core revision 20150930\n[ 0.134008] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135287] Security Framework initialized\n[ 0.136081] Yama: becoming mindful.\n[ 0.136787] AppArmor: AppArmor initialized\n[ 0.137633] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138921] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140170] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142685] Initializing cgroup subsys io\n[ 0.143471] Initializing cgroup subsys memory\n[ 0.144298] Initializing cgroup subsys devices\n[ 0.145139] Initializing cgroup subsys freezer\n[ 0.145991] Initializing cgroup subsys net_cls\n[ 0.146836] Initializing cgroup subsys perf_event\n[ 0.147715] Initializing cgroup subsys net_prio\n[ 0.148566] Initializing cgroup subsys hugetlb\n[ 0.149413] Initializing cgroup subsys pids\n[ 0.150263] CPU: Physical Processor ID: 0\n[ 0.151731] mce: CPU supports 10 MCE banks\n[ 0.152551] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153526] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164179] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170579] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197471] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198782] x2apic enabled\n[ 0.199578] Switched APIC routing to physical x2apic.\n[ 0.201300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202384] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204312] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206052] KVM setup paravirtual spinlock\n[ 0.207314] x86: Booted up 1 node, 1 CPUs\n[ 0.208099] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.209442] devtmpfs: initialized\n[ 0.211136] evm: security.selinux\n[ 0.211821] evm: security.SMACK64\n[ 0.212491] evm: security.SMACK64EXEC\n[ 0.213208] evm: security.SMACK64TRANSMUTE\n[ 0.213990] evm: security.SMACK64MMAP\n[ 0.214709] evm: security.ima\n[ 0.215332] evm: security.capability\n[ 0.216115] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217904] pinctrl core: initialized pinctrl subsystem\n[ 0.218967] RTC time: 12:17:15, date: 10/12/18\n[ 0.219905] NET: Registered protocol family 16\n[ 0.220855] cpuidle: using governor ladder\n[ 0.221646] cpuidle: using governor menu\n[ 0.222402] PCCT header not found.\n[ 0.223130] ACPI: bus type PCI registered\n[ 0.223911] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225110] PCI: Using configuration type 1 for base access\n[ 0.226831] ACPI: Added _OSI(Module Device)\n[ 0.227644] ACPI: Added _OSI(Processor Device)\n[ 0.228481] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229349] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231456] ACPI: Interpreter enabled\n[ 0.232227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234034] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237623] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239402] ACPI: (supports S0 S5)\n[ 0.240086] ACPI: Using IOAPIC for interrupt routing\n[ 0.241068] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244107] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245211] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246400] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249713] acpiphp: Slot [3] registered\n[ 0.250489] acpiphp: Slot [4] registered\n[ 0.251260] acpiphp: Slot [5] registered\n[ 0.252042] acpiphp: Slot [6] registered\n[ 0.252817] acpiphp: Slot [7] registered\n[ 0.253591] acpiphp: Slot [8] registered\n[ 0.254363] acpiphp: Slot [9] registered\n[ 0.255142] acpiphp: Slot [10] registered\n[ 0.255929] acpiphp: Slot [11] registered\n[ 0.256720] acpiphp: Slot [12] registered\n[ 0.257521] acpiphp: Slot [13] registered\n[ 0.258304] acpiphp: Slot [14] registered\n[ 0.259089] acpiphp: Slot [15] registered\n[ 0.269850] acpiphp: Slot [16] registered\n[ 0.270642] acpiphp: Slot [17] registered\n[ 0.271425] acpiphp: Slot [18] registered\n[ 0.272210] acpiphp: Slot [19] registered\n[ 0.273002] acpiphp: Slot [20] registered\n[ 0.273790] acpiphp: Slot [21] registered\n[ 0.274584] acpiphp: Slot [22] registered\n[ 0.275369] acpiphp: Slot [23] registered\n[ 0.276155] acpiphp: Slot [24] registered\n[ 0.276950] acpiphp: Slot [25] registered\n[ 0.277746] acpiphp: Slot [26] registered\n[ 0.278538] acpiphp: Slot [27] registered\n[ 0.279329] acpiphp: Slot [28] registered\n[ 0.280128] acpiphp: Slot [29] registered\n[ 0.280920] acpiphp: Slot [30] registered\n[ 0.281706] acpiphp: Slot [31] registered\n[ 0.282492] PCI host bridge to bus 0000:00\n[ 0.283274] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285632] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287032] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288433] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294648] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295917] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297048] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298271] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304651] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306068] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351551] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353014] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354395] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355797] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357147] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358365] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359695] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360722] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362230] vgaarb: loaded\n[ 0.362820] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363936] SCSI subsystem initialized\n[ 0.364734] ACPI: bus type USB registered\n[ 0.365532] usbcore: registered new interface driver usbfs\n[ 0.366532] usbcore: registered new interface driver hub\n[ 0.367509] usbcore: registered new device driver usb\n[ 0.368542] PCI: Using ACPI for IRQ routing\n[ 0.369544] NetLabel: Initializing\n[ 0.370237] NetLabel: domain hash size = 128\n[ 0.371066] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371987] NetLabel: unlabeled traffic allowed by default\n[ 0.373055] clocksource: Switched to clocksource kvm-clock\n[ 0.378547] AppArmor: AppArmor Filesystem Enabled\n[ 0.379486] pnp: PnP ACPI init\n[ 0.380383] pnp: PnP ACPI: found 5 devices\n[ 0.386725] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388375] NET: Registered protocol family 2\n[ 0.389311] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391686] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392825] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395021] NET: Registered protocol family 1\n[ 0.395879] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396936] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397974] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412073] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426318] Trying to unpack rootfs image as initramfs...\n[ 0.475911] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489820] Scanning for low memory corruption every 60 seconds\n[ 0.491142] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492266] audit: initializing netlink subsys (disabled)\n[ 0.493275] audit: type=2000 audit(1539346636.333:1): initialized\n[ 0.494560] Initialise system trusted keyring\n[ 0.495474] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496611] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498551] zbud: loaded\n[ 0.499241] VFS: Disk quotas dquot_6.6.0\n[ 0.500043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501539] fuse init (API version 7.23)\n[ 0.502416] Key type big_key registered\n[ 0.503205] Allocating IMA MOK and blacklist keyrings.\n[ 0.504665] Key type asymmetric registered\n[ 0.505482] Asymmetric key parser 'x509' registered\n[ 0.506417] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507862] io scheduler noop registered\n[ 0.508646] io scheduler deadline registered (default)\n[ 0.509629] io scheduler cfq registered\n[ 0.510445] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511470] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512698] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514145] ACPI: Power Button [PWRF]\n[ 0.514972] GHES: HEST is not enabled!\n[ 0.528644] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556776] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559040] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583120] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585207] Linux agpgart interface v0.103\n[ 0.589221] brd: module loaded\n[ 0.590408] loop: module loaded\n[ 0.595202] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617391] GPT:90111 != 2097151\n[ 0.618061] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619114] GPT:90111 != 2097151\n[ 0.619769] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620701] vda: vda1 vda15\n[ 0.622429] scsi host0: ata_piix\n[ 0.623149] scsi host1: ata_piix\n[ 0.623847] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625026] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626434] libphy: Fixed MDIO Bus: probed\n[ 0.627228] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628149] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630394] PPP generic driver version 2.4.2\n[ 0.631263] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632592] ehci-pci: EHCI PCI platform driver\n[ 0.633448] ehci-platform: EHCI generic platform driver\n[ 0.634417] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635514] ohci-pci: OHCI PCI platform driver\n[ 0.636356] ohci-platform: OHCI generic platform driver\n[ 0.637326] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651819] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652787] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654204] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655204] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656292] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657493] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658875] usb usb1: Product: UHCI Host Controller\n[ 0.659787] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660899] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661887] hub 1-0:1.0: USB hub found\n[ 0.662648] hub 1-0:1.0: 2 ports detected\n[ 0.663533] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665638] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666560] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667554] mousedev: PS/2 mouse device common for all mice\n[ 0.668778] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670589] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671641] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672802] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673965] i2c /dev entries driver\n[ 0.674712] device-mapper: uevent: version 1.0.3\n[ 0.675620] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678474] NET: Registered protocol family 10\n[ 0.679427] NET: Registered protocol family 17\n[ 0.680288] Key type dns_resolver registered\n[ 0.681201] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682265] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683965] registered taskstats version 1\n[ 0.684786] Loading compiled-in X.509 certificates\n[ 0.686212] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688014] zswap: loaded using pool lzo/zbud\n[ 0.689372] Key type trusted registered\n[ 0.690906] Key type encrypted registered\n[ 0.691718] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693730] evm: HMAC attrs: 0x1\n[ 0.695017] Magic number: 6:916:278\n[ 0.695783] tty tty15: hash matches\n[ 0.696560] rtc_cmos 00:00: setting system clock to 2018-10-12 12:17:16 UTC (1539346636)\n[ 0.698115] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699204] EDD information not available.\n[ 0.781607] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783000] ata1.00: configured for MWDMA2\n[ 0.794425] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796592] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797769] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.798986] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.800809] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802305] Write protecting the kernel read-only data: 14336k\n[ 0.803824] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805579] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.308279] 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.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 3.96s]\nping 10.10.20.7 OK\nping 10.10.20.7 OK\nping 10.10.20.7 OK\n"} 2018-10-12 12:18:54,997 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7/action used request id req-a94e73e3-df5d-4267-b226-2850ded206d7 2018-10-12 12:18:54,998 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-8-1' (10.10.10.5) to 'sdnvpn-8-2' (10.10.20.7). -->Expected result: can ping. 2018-10-12 12:18:55,001 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa229312b896a5edebd8e697c7130a747a702f1b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:18:56,123 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:18: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-ddee8f4f-6ef8-4bd5-8e8d-3f60e5db20a6 x-compute-request-id: req-ddee8f4f-6ef8-4bd5-8e8d-3f60e5db20a6 Content-Encoding: gzip Content-Length: 8091 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502165509 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130179] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.131784] pid_max: default: 32768 minimum: 301\n[ 0.132649] ACPI: Core revision 20150930\n[ 0.134008] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135287] Security Framework initialized\n[ 0.136081] Yama: becoming mindful.\n[ 0.136787] AppArmor: AppArmor initialized\n[ 0.137633] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138921] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140170] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141340] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142685] Initializing cgroup subsys io\n[ 0.143471] Initializing cgroup subsys memory\n[ 0.144298] Initializing cgroup subsys devices\n[ 0.145139] Initializing cgroup subsys freezer\n[ 0.145991] Initializing cgroup subsys net_cls\n[ 0.146836] Initializing cgroup subsys perf_event\n[ 0.147715] Initializing cgroup subsys net_prio\n[ 0.148566] Initializing cgroup subsys hugetlb\n[ 0.149413] Initializing cgroup subsys pids\n[ 0.150263] CPU: Physical Processor ID: 0\n[ 0.151731] mce: CPU supports 10 MCE banks\n[ 0.152551] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153526] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164179] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170579] ftrace: allocating 31920 entries in 125 pages\n[ 0.196619] smpboot: Max logical packages: 1\n[ 0.197471] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198782] x2apic enabled\n[ 0.199578] Switched APIC routing to physical x2apic.\n[ 0.201300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202384] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204312] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206052] KVM setup paravirtual spinlock\n[ 0.207314] x86: Booted up 1 node, 1 CPUs\n[ 0.208099] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.209442] devtmpfs: initialized\n[ 0.211136] evm: security.selinux\n[ 0.211821] evm: security.SMACK64\n[ 0.212491] evm: security.SMACK64EXEC\n[ 0.213208] evm: security.SMACK64TRANSMUTE\n[ 0.213990] evm: security.SMACK64MMAP\n[ 0.214709] evm: security.ima\n[ 0.215332] evm: security.capability\n[ 0.216115] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217904] pinctrl core: initialized pinctrl subsystem\n[ 0.218967] RTC time: 12:17:15, date: 10/12/18\n[ 0.219905] NET: Registered protocol family 16\n[ 0.220855] cpuidle: using governor ladder\n[ 0.221646] cpuidle: using governor menu\n[ 0.222402] PCCT header not found.\n[ 0.223130] ACPI: bus type PCI registered\n[ 0.223911] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225110] PCI: Using configuration type 1 for base access\n[ 0.226831] ACPI: Added _OSI(Module Device)\n[ 0.227644] ACPI: Added _OSI(Processor Device)\n[ 0.228481] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229349] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231456] ACPI: Interpreter enabled\n[ 0.232227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234034] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237623] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239402] ACPI: (supports S0 S5)\n[ 0.240086] ACPI: Using IOAPIC for interrupt routing\n[ 0.241068] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244107] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245211] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246400] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247559] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249713] acpiphp: Slot [3] registered\n[ 0.250489] acpiphp: Slot [4] registered\n[ 0.251260] acpiphp: Slot [5] registered\n[ 0.252042] acpiphp: Slot [6] registered\n[ 0.252817] acpiphp: Slot [7] registered\n[ 0.253591] acpiphp: Slot [8] registered\n[ 0.254363] acpiphp: Slot [9] registered\n[ 0.255142] acpiphp: Slot [10] registered\n[ 0.255929] acpiphp: Slot [11] registered\n[ 0.256720] acpiphp: Slot [12] registered\n[ 0.257521] acpiphp: Slot [13] registered\n[ 0.258304] acpiphp: Slot [14] registered\n[ 0.259089] acpiphp: Slot [15] registered\n[ 0.269850] acpiphp: Slot [16] registered\n[ 0.270642] acpiphp: Slot [17] registered\n[ 0.271425] acpiphp: Slot [18] registered\n[ 0.272210] acpiphp: Slot [19] registered\n[ 0.273002] acpiphp: Slot [20] registered\n[ 0.273790] acpiphp: Slot [21] registered\n[ 0.274584] acpiphp: Slot [22] registered\n[ 0.275369] acpiphp: Slot [23] registered\n[ 0.276155] acpiphp: Slot [24] registered\n[ 0.276950] acpiphp: Slot [25] registered\n[ 0.277746] acpiphp: Slot [26] registered\n[ 0.278538] acpiphp: Slot [27] registered\n[ 0.279329] acpiphp: Slot [28] registered\n[ 0.280128] acpiphp: Slot [29] registered\n[ 0.280920] acpiphp: Slot [30] registered\n[ 0.281706] acpiphp: Slot [31] registered\n[ 0.282492] PCI host bridge to bus 0000:00\n[ 0.283274] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285632] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287032] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288433] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294648] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295917] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297048] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298271] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304651] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306068] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351551] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353014] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354395] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355797] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357147] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358365] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359695] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360722] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362230] vgaarb: loaded\n[ 0.362820] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363936] SCSI subsystem initialized\n[ 0.364734] ACPI: bus type USB registered\n[ 0.365532] usbcore: registered new interface driver usbfs\n[ 0.366532] usbcore: registered new interface driver hub\n[ 0.367509] usbcore: registered new device driver usb\n[ 0.368542] PCI: Using ACPI for IRQ routing\n[ 0.369544] NetLabel: Initializing\n[ 0.370237] NetLabel: domain hash size = 128\n[ 0.371066] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371987] NetLabel: unlabeled traffic allowed by default\n[ 0.373055] clocksource: Switched to clocksource kvm-clock\n[ 0.378547] AppArmor: AppArmor Filesystem Enabled\n[ 0.379486] pnp: PnP ACPI init\n[ 0.380383] pnp: PnP ACPI: found 5 devices\n[ 0.386725] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388375] NET: Registered protocol family 2\n[ 0.389311] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391686] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392825] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393881] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395021] NET: Registered protocol family 1\n[ 0.395879] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396936] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397974] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412073] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426318] Trying to unpack rootfs image as initramfs...\n[ 0.475911] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489820] Scanning for low memory corruption every 60 seconds\n[ 0.491142] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492266] audit: initializing netlink subsys (disabled)\n[ 0.493275] audit: type=2000 audit(1539346636.333:1): initialized\n[ 0.494560] Initialise system trusted keyring\n[ 0.495474] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496611] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498551] zbud: loaded\n[ 0.499241] VFS: Disk quotas dquot_6.6.0\n[ 0.500043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501539] fuse init (API version 7.23)\n[ 0.502416] Key type big_key registered\n[ 0.503205] Allocating IMA MOK and blacklist keyrings.\n[ 0.504665] Key type asymmetric registered\n[ 0.505482] Asymmetric key parser 'x509' registered\n[ 0.506417] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507862] io scheduler noop registered\n[ 0.508646] io scheduler deadline registered (default)\n[ 0.509629] io scheduler cfq registered\n[ 0.510445] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511470] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512698] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514145] ACPI: Power Button [PWRF]\n[ 0.514972] GHES: HEST is not enabled!\n[ 0.528644] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556776] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559040] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583120] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585207] Linux agpgart interface v0.103\n[ 0.589221] brd: module loaded\n[ 0.590408] loop: module loaded\n[ 0.595202] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617391] GPT:90111 != 2097151\n[ 0.618061] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619114] GPT:90111 != 2097151\n[ 0.619769] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620701] vda: vda1 vda15\n[ 0.622429] scsi host0: ata_piix\n[ 0.623149] scsi host1: ata_piix\n[ 0.623847] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625026] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626434] libphy: Fixed MDIO Bus: probed\n[ 0.627228] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628149] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630394] PPP generic driver version 2.4.2\n[ 0.631263] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632592] ehci-pci: EHCI PCI platform driver\n[ 0.633448] ehci-platform: EHCI generic platform driver\n[ 0.634417] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635514] ohci-pci: OHCI PCI platform driver\n[ 0.636356] ohci-platform: OHCI generic platform driver\n[ 0.637326] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651819] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652787] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654204] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655204] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656292] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657493] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658875] usb usb1: Product: UHCI Host Controller\n[ 0.659787] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660899] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661887] hub 1-0:1.0: USB hub found\n[ 0.662648] hub 1-0:1.0: 2 ports detected\n[ 0.663533] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665638] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666560] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667554] mousedev: PS/2 mouse device common for all mice\n[ 0.668778] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670589] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671641] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672802] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673965] i2c /dev entries driver\n[ 0.674712] device-mapper: uevent: version 1.0.3\n[ 0.675620] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677209] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678474] NET: Registered protocol family 10\n[ 0.679427] NET: Registered protocol family 17\n[ 0.680288] Key type dns_resolver registered\n[ 0.681201] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682265] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683965] registered taskstats version 1\n[ 0.684786] Loading compiled-in X.509 certificates\n[ 0.686212] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688014] zswap: loaded using pool lzo/zbud\n[ 0.689372] Key type trusted registered\n[ 0.690906] Key type encrypted registered\n[ 0.691718] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692711] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693730] evm: HMAC attrs: 0x1\n[ 0.695017] Magic number: 6:916:278\n[ 0.695783] tty tty15: hash matches\n[ 0.696560] rtc_cmos 00:00: setting system clock to 2018-10-12 12:17:16 UTC (1539346636)\n[ 0.698115] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699204] EDD information not available.\n[ 0.781607] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783000] ata1.00: configured for MWDMA2\n[ 0.794425] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796592] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797769] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.798986] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.800809] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802305] Write protecting the kernel read-only data: 14336k\n[ 0.803824] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805579] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.308279] 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.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 3.96s]\nping 10.10.20.7 OK\nping 10.10.20.7 OK\nping 10.10.20.7 OK\n"} 2018-10-12 12:18:56,124 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7/action used request id req-ddee8f4f-6ef8-4bd5-8e8d-3f60e5db20a6 2018-10-12 12:18:56,125 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-8-1' can ping 'sdnvpn-8-2' 2018-10-12 12:18:56,126 - sdnvpn-results - INFO - Assign a Floating IP to sdnvpn-8-1 2018-10-12 12:18:56,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" 2018-10-12 12:18:56,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2006 X-Openstack-Request-Id: req-5629e6b9-cb8c-4456-b8de-dbb0fdb8ce5d Date: Fri, 12 Oct 2018 12:18:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6c34f08f-4e80-482b-b13f-ec454db08ffa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":["76853bed-41ec-420b-a159-76649272bc3b"],"description":"","tags":[],"updated_at":"2018-10-12T12:16:46Z","provider:segmentation_id":83,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:16:45Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e3284ba8-8be7-400a-81f2-0aa01020ae5f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":["abc1621f-76cd-404b-a97f-2a5e1a10355c"],"description":"","tags":[],"updated_at":"2018-10-12T12:16:50Z","provider:segmentation_id":8,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:16:50Z","provider:network_type":"vxlan"}]} 2018-10-12 12:18:56,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-5629e6b9-cb8c-4456-b8de-dbb0fdb8ce5d 2018-10-12 12:18:56,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" -d '{"floatingip": {"floating_network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2"}}' 2018-10-12 12:18:57,475 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-7b610155-3c29-4c7f-9cc0-cf82b22f0a8c Date: Fri, 12 Oct 2018 12:18:57 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-10-12T12:18:57Z", "floating_network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "fixed_ip_address": null, "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": null, "id": "9ae590a0-397a-4da6-b7a4-76a3c6524a62", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:18:57Z", "project_id": "d6e005d8411b4b378ddb320b792455b0"}} 2018-10-12 12:18:57,475 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-7b610155-3c29-4c7f-9cc0-cf82b22f0a8c 2018-10-12 12:18:57,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc62f6140810b3e87e0f83a5a961a613cc710d9" -d '{"addFloatingIp": {"address": "172.30.9.200"}}' 2018-10-12 12:19:00,171 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:18:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b8fbbdfb-2f63-4fe1-943e-a0beba134920 x-compute-request-id: req-b8fbbdfb-2f63-4fe1-943e-a0beba134920 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-10-12 12:19:00,171 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7/action used request id req-b8fbbdfb-2f63-4fe1-943e-a0beba134920 2018-10-12 12:19:00,172 - sdnvpn-results - INFO - Ping sdnvpn-8-1 via Floating IP 2018-10-12 12:19:00,172 - sdnvpn-results - DEBUG - Ping IP 172.30.9.200 2018-10-12 12:19:00,172 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.200 -c 10' 2018-10-12 12:19:09,189 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc62f6140810b3e87e0f83a5a961a613cc710d9" -d '{"forceDelete": null}' 2018-10-12 12:19:09,355 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:19: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-3e2c9f82-59e0-4d89-ac9c-3a920f927984 x-compute-request-id: req-3e2c9f82-59e0-4d89-ac9c-3a920f927984 Content-Length: 0 Content-Type: application/json 2018-10-12 12:19:09,355 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/1691e0f2-35e1-49da-a6f3-e5cb7a5605b7/action used request id req-3e2c9f82-59e0-4d89-ac9c-3a920f927984 2018-10-12 12:19:09,358 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adc62f6140810b3e87e0f83a5a961a613cc710d9" -d '{"forceDelete": null}' 2018-10-12 12:19:09,523 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:19: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-21ea8c05-03e1-4a3a-8930-1467ee6604c4 x-compute-request-id: req-21ea8c05-03e1-4a3a-8930-1467ee6604c4 Content-Length: 0 Content-Type: application/json 2018-10-12 12:19:09,523 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/5105e71f-4967-4891-8710-5d3747203f6d/action used request id req-21ea8c05-03e1-4a3a-8930-1467ee6604c4 2018-10-12 12:19:09,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/64fc5739-f511-43dd-b4ff-a26f0a104f7b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}82f2e53c10a0c64d667e74eb0dff8861bb2a6230" 2018-10-12 12:19:10,930 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-37bd5eb2-c0db-485e-91c4-5dc8c8d3f49d Date: Fri, 12 Oct 2018 12:19:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 12:19:10,930 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/64fc5739-f511-43dd-b4ff-a26f0a104f7b used request id req-37bd5eb2-c0db-485e-91c4-5dc8c8d3f49d 2018-10-12 12:19:10,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/floatingips/9ae590a0-397a-4da6-b7a4-76a3c6524a62 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" 2018-10-12 12:19:11,603 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c0c5f996-aa75-4e5e-aa97-d8f998665150 Content-Length: 0 Date: Fri, 12 Oct 2018 12:19:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:19:11,603 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/9ae590a0-397a-4da6-b7a4-76a3c6524a62 used request id req-c0c5f996-aa75-4e5e-aa97-d8f998665150 2018-10-12 12:19:11,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/77f3bad9-bb1a-4c3a-a9ff-4a04cb39a845/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" -d '{"subnet_id": "76853bed-41ec-420b-a159-76649272bc3b"}' 2018-10-12 12:19:12,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7966f0d5-aaee-414f-aa95-c98a1fa3a5dc Date: Fri, 12 Oct 2018 12:19:12 GMT RESP BODY: {"network_id": "6c34f08f-4e80-482b-b13f-ec454db08ffa", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "subnet_id": "76853bed-41ec-420b-a159-76649272bc3b", "subnet_ids": ["76853bed-41ec-420b-a159-76649272bc3b"], "port_id": "f8ef7515-2372-440d-8fe6-f0f58901faad", "id": "77f3bad9-bb1a-4c3a-a9ff-4a04cb39a845"} 2018-10-12 12:19:12,775 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/77f3bad9-bb1a-4c3a-a9ff-4a04cb39a845/remove_router_interface used request id req-7966f0d5-aaee-414f-aa95-c98a1fa3a5dc 2018-10-12 12:19:12,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/77f3bad9-bb1a-4c3a-a9ff-4a04cb39a845/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" -d '{"subnet_id": "abc1621f-76cd-404b-a97f-2a5e1a10355c"}' 2018-10-12 12:19:14,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bc2ab733-a5f5-48d4-aa0c-5f4e0622ae6e Date: Fri, 12 Oct 2018 12:19:14 GMT RESP BODY: {"network_id": "e3284ba8-8be7-400a-81f2-0aa01020ae5f", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "subnet_id": "abc1621f-76cd-404b-a97f-2a5e1a10355c", "subnet_ids": ["abc1621f-76cd-404b-a97f-2a5e1a10355c"], "port_id": "1df7ca59-ca62-4018-92c0-d63c919d8f6b", "id": "77f3bad9-bb1a-4c3a-a9ff-4a04cb39a845"} 2018-10-12 12:19:14,015 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/77f3bad9-bb1a-4c3a-a9ff-4a04cb39a845/remove_router_interface used request id req-bc2ab733-a5f5-48d4-aa0c-5f4e0622ae6e 2018-10-12 12:19:14,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/77f3bad9-bb1a-4c3a-a9ff-4a04cb39a845 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" -d '{"router": {"external_gateway_info": {}}}' 2018-10-12 12:19:14,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-9f867231-8582-4936-8ae1-3ffb1c453c17 Date: Fri, 12 Oct 2018 12:19:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:19:14Z", "revision_number": 10, "routes": [], "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "77f3bad9-bb1a-4c3a-a9ff-4a04cb39a845", "name": "sdnvpn-8-1-router"}} 2018-10-12 12:19:14,966 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/77f3bad9-bb1a-4c3a-a9ff-4a04cb39a845 used request id req-9f867231-8582-4936-8ae1-3ffb1c453c17 2018-10-12 12:19:14,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/76853bed-41ec-420b-a159-76649272bc3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" 2018-10-12 12:19:17,253 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-828bb01a-deef-4f59-a4cf-2a236e2404ac Date: Fri, 12 Oct 2018 12:19:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:19:17,254 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/76853bed-41ec-420b-a159-76649272bc3b used request id req-828bb01a-deef-4f59-a4cf-2a236e2404ac 2018-10-12 12:19:17,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/abc1621f-76cd-404b-a97f-2a5e1a10355c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" 2018-10-12 12:19:19,690 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9cfc566b-59b0-47c3-9d87-617a7f66a82a Date: Fri, 12 Oct 2018 12:19:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:19:19,690 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/abc1621f-76cd-404b-a97f-2a5e1a10355c used request id req-9cfc566b-59b0-47c3-9d87-617a7f66a82a 2018-10-12 12:19:19,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/77f3bad9-bb1a-4c3a-a9ff-4a04cb39a845 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" 2018-10-12 12:19:19,965 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ffcebfdf-4e11-4a0c-8c3d-cca63d4857d8 Content-Length: 0 Date: Fri, 12 Oct 2018 12:19:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:19:19,965 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/77f3bad9-bb1a-4c3a-a9ff-4a04cb39a845 used request id req-ffcebfdf-4e11-4a0c-8c3d-cca63d4857d8 2018-10-12 12:19:19,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/6c34f08f-4e80-482b-b13f-ec454db08ffa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" 2018-10-12 12:19:20,701 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bab4f652-a538-46a6-8311-b1beadb09652 Date: Fri, 12 Oct 2018 12:19:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:19:20,701 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/6c34f08f-4e80-482b-b13f-ec454db08ffa used request id req-bab4f652-a538-46a6-8311-b1beadb09652 2018-10-12 12:19:20,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/e3284ba8-8be7-400a-81f2-0aa01020ae5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ac6a34854f6190bf4bcef185c8dd33b44aa549" 2018-10-12 12:19:21,273 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2bb8ee07-ac87-4b5d-ac5b-705d0d37b2ed Date: Fri, 12 Oct 2018 12:19:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:19:21,274 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/e3284ba8-8be7-400a-81f2-0aa01020ae5f used request id req-2bb8ee07-ac87-4b5d-ac5b-705d0d37b2ed 2018-10-12 12:19:21,274 - 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.200 | +========================================================================================+ 2018-10-12 12:19:21,274 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-12 12:19:21,274 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_8 2018-10-12 12:19:21,275 - 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.200': 'PASS'}]} 2018-10-12 12:19:21,275 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_3 - Data center gateway integration' 2018-10-12 12:19:21,275 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - =========================================================================== 2018-10-12 12:19:21,275 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_3 2018-10-12 12:19:21,370 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_3 main method 2018-10-12 12:19:21,373 - paramiko.transport - DEBUG - starting thread (client mode): 0xb0fb70d0L 2018-10-12 12:19:21,373 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:19:21,400 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:19:21,401 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:19:21,405 - 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-10-12 12:19:21,405 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:19:21,405 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:19:21,405 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:19:21,406 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:19:21,406 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:19:21,413 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:19:21,414 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:19:21,437 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.173: 60df55f7b7086c1de5e8c6261a27377f 2018-10-12 12:19:21,437 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:19:21,453 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:19:21,488 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:19:21,502 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:19:21,737 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:19:21,737 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:19:21,776 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:19:21,777 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:19:21,812 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:19:26,433 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:19:26,435 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:19:26,437 - paramiko.transport - DEBUG - starting thread (client mode): 0xb101fed0L 2018-10-12 12:19:26,437 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:19:26,443 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:19:26,443 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:19:26,447 - 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-10-12 12:19:26,447 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:19:26,447 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:19:26,447 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:19:26,447 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:19:26,447 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:19:26,452 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:19:26,453 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:19:26,469 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 77dbd377a7f57ec502fe4ba12fb524fc 2018-10-12 12:19:26,470 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:19:26,492 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:19:26,505 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:19:26,534 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:19:26,609 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:19:26,609 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:19:26,648 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:19:26,649 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:19:26,655 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:19:26,690 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:19:26,691 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:19:26,691 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:19:26,692 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:19:26,693 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:19:26,734 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:19:26,774 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:19:26,775 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:19:26,776 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:19:26,777 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:19:26,777 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:19:26,817 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:19:26,849 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:19:26,851 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:19:26,852 - paramiko.transport - DEBUG - starting thread (client mode): 0xb0f74350L 2018-10-12 12:19:26,853 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:19:26,859 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:19:26,859 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:19:26,863 - 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-10-12 12:19:26,863 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:19:26,863 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:19:26,863 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:19:26,863 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:19:26,863 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:19:26,868 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:19:26,868 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:19:26,884 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: db68117b9c6f1957b4f5ef76338012c9 2018-10-12 12:19:26,885 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:19:26,908 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:19:26,920 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:19:26,949 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:19:27,024 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:19:27,024 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:19:27,063 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:19:27,064 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:19:27,070 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:19:27,105 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:19:27,106 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:19:27,107 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:19:27,108 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:19:27,108 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:19:27,148 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:19:27,185 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:19:27,186 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:19:27,187 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:19:27,188 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:19:27,188 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:19:27,229 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:19:27,261 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:19:27,262 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:19:27,264 - paramiko.transport - DEBUG - starting thread (client mode): 0xb0fd2c90L 2018-10-12 12:19:27,264 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:19:27,269 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:19:27,269 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:19:27,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-10-12 12:19:27,272 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:19:27,272 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:19:27,272 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:19:27,273 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:19:27,273 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:19:27,277 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:19:27,278 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:19:27,280 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 3e60efe4c07c47ac5686aef869e8d2e0 2018-10-12 12:19:27,281 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:19:27,317 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:19:27,328 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:19:27,345 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:19:27,413 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:19:27,414 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:19:27,453 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:19:27,453 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:19:27,464 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:19:27,494 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:19:27,495 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:19:27,496 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:19:27,497 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:19:27,497 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:19:27,538 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:19:27,573 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:19:27,575 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:19:27,576 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:19:27,577 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:19:27,577 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:19:27,618 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:19:27,648 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:19:27,649 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:19:27,651 - paramiko.transport - DEBUG - starting thread (client mode): 0xb100b950L 2018-10-12 12:19:27,652 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:19:27,656 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:19:27,656 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:19:27,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-10-12 12:19:27,659 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:19:27,660 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:19:27,660 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:19:27,660 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:19:27,660 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:19:27,664 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:19:27,665 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:19:27,667 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: b6456090c3906ad29d22f6dc7a9c8e68 2018-10-12 12:19:27,668 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:19:27,704 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:19:27,714 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:19:27,732 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:19:27,794 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:19:27,794 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:19:27,833 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:19:27,834 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:19:27,838 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:19:27,869 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:19:27,870 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:19:27,871 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:19:27,872 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:19:27,872 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:19:27,913 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:19:27,944 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:19:27,946 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:19:27,946 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:19:27,948 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:19:27,948 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:19:27,988 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:19:28,016 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:19:28,017 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:19:28,019 - paramiko.transport - DEBUG - starting thread (client mode): 0xb0f48390L 2018-10-12 12:19:28,019 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:19:28,024 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:19:28,024 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:19:28,026 - 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-10-12 12:19:28,026 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:19:28,027 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:19:28,027 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:19:28,027 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:19:28,027 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:19:28,032 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:19:28,032 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:19:28,035 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 8b834273936dee769d1dc2c2677f5d5e 2018-10-12 12:19:28,035 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:19:28,071 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:19:28,082 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:19:28,100 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:19:28,169 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:19:28,169 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:19:28,208 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:19:28,209 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:19:28,218 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:19:28,249 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:19:28,250 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:19:28,250 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:19:28,251 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:19:28,251 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:19:28,292 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:19:28,325 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:19:28,326 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:19:28,327 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:19:28,328 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:19:28,328 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:19:28,368 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:19:28,399 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:19:28,400 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:19:28,400 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:19:28,402 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:19:28,402 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:19:28,411 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:19:33,066 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:19:33,067 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:19:33,069 - paramiko.transport - DEBUG - starting thread (client mode): 0xb0fb7790L 2018-10-12 12:19:33,070 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:19:33,077 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:19:33,077 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:19:33,080 - 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-10-12 12:19:33,080 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:19:33,080 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:19:33,081 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:19:33,081 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:19:33,081 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:19:33,085 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:19:33,086 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:19:33,101 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 77dbd377a7f57ec502fe4ba12fb524fc 2018-10-12 12:19:33,102 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:19:33,125 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:19:33,138 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:19:33,167 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:19:33,230 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:19:33,230 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:19:33,269 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:19:33,270 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:19:33,275 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:19:33,313 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:19:33,314 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:19:33,315 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:19:33,315 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:19:33,315 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:19:33,357 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:19:33,397 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:19:33,398 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:19:33,399 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:19:33,400 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:19:33,400 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:19:33,440 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:19:33,473 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:19:33,474 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:19:33,476 - paramiko.transport - DEBUG - starting thread (client mode): 0xb0fd0710L 2018-10-12 12:19:33,476 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:19:33,481 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:19:33,482 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:19:33,484 - 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-10-12 12:19:33,484 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:19:33,484 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:19:33,484 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:19:33,485 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:19:33,485 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:19:33,489 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:19:33,490 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:19:33,492 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: db68117b9c6f1957b4f5ef76338012c9 2018-10-12 12:19:33,492 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:19:33,529 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:19:33,539 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:19:33,557 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:19:33,621 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:19:33,621 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:19:33,660 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:19:33,660 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:19:33,669 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:19:33,700 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:19:33,701 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:19:33,701 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:19:33,702 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:19:33,702 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:19:33,743 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:19:33,777 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:19:33,779 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:19:33,779 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:19:33,780 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:19:33,780 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:19:33,820 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:19:33,850 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:19:33,851 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:19:33,854 - paramiko.transport - DEBUG - starting thread (client mode): 0xb103fb90L 2018-10-12 12:19:33,854 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:19:33,860 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:19:33,861 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:19:33,864 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-12 12:19:33,864 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:19:33,864 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:19:33,865 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:19:33,865 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:19:33,865 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:19:33,869 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:19:33,870 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:19:33,886 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 3e60efe4c07c47ac5686aef869e8d2e0 2018-10-12 12:19:33,887 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:19:33,909 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:19:33,921 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:19:33,951 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:19:34,014 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:19:34,014 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:19:34,053 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:19:34,053 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:19:34,058 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:19:34,092 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:19:34,093 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:19:34,094 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:19:34,095 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:19:34,095 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:19:34,136 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:19:34,173 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:19:34,174 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:19:34,175 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:19:34,176 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:19:34,176 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:19:34,217 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:19:34,248 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:19:34,250 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:19:34,251 - paramiko.transport - DEBUG - starting thread (client mode): 0xb1043b10L 2018-10-12 12:19:34,252 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:19:34,256 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:19:34,256 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:19:34,258 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-12 12:19:34,259 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:19:34,259 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:19:34,259 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:19:34,259 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:19:34,259 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:19:34,264 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:19:34,264 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:19:34,267 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: b6456090c3906ad29d22f6dc7a9c8e68 2018-10-12 12:19:34,268 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:19:34,303 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:19:34,314 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:19:34,332 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:19:34,393 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:19:34,393 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:19:34,432 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:19:34,432 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:19:34,435 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:19:34,465 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:19:34,467 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:19:34,468 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:19:34,468 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:19:34,469 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:19:34,509 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:19:34,542 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:19:34,543 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:19:34,544 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:19:34,545 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:19:34,545 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:19:34,585 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:19:34,612 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:19:34,613 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:19:34,614 - paramiko.transport - DEBUG - starting thread (client mode): 0xb104aad0L 2018-10-12 12:19:34,615 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:19:34,620 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:19:34,620 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:19:34,621 - 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-10-12 12:19:34,622 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:19:34,622 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:19:34,622 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:19:34,622 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:19:34,622 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:19:34,626 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:19:34,627 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:19:34,631 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 8b834273936dee769d1dc2c2677f5d5e 2018-10-12 12:19:34,631 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:19:34,666 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:19:34,676 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:19:34,696 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:19:34,750 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:19:34,750 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:19:34,789 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:19:34,790 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:19:34,798 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:19:34,829 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:19:34,829 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:19:34,830 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:19:34,831 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:19:34,831 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:19:34,871 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:19:34,904 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:19:34,905 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:19:34,906 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:19:34,906 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:19:34,907 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:19:34,948 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:19:34,975 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:19:34,976 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-12 12:19:34,977 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:19:34,978 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-12 12:19:34,978 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-12 12:19:34,983 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-12 12:19:35,036 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-12 12:19:35,037 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-12 12:19:35,038 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-12 12:19:35,039 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-12 12:19:35,039 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-12 12:19:35,044 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-12 12:19:35,095 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-12 12:19:35,096 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-12 12:19:35,096 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-12 12:19:35,097 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-12 12:19:35,097 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-12 12:19:35,100 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-12 12:19:35,155 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-12 12:19:35,156 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-12 12:19:35,157 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-12 12:19:35,157 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-12 12:19:35,157 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-12 12:19:35,161 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-12 12:19:35,201 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-12 12:19:35,202 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-12 12:19:35,203 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-12 12:19:35,204 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-12 12:19:35,204 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-12 12:19:35,208 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-12 12:19:35,246 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-12 12:19:35,247 - sdnvpn-results - INFO - Verify that OpenDaylight can start/communicate with zrpcd/Quagga 2018-10-12 12:19:35,247 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-12 12:19:35,247 - sdnvpn.test.functest.testcase_3 - INFO - Controller (ODL) list is ready 2018-10-12 12:19:35,248 - sdnvpn.test.functest.testcase_3 - INFO - Checking if zrpcd is running on the controller nodes 2018-10-12 12:19:35,249 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-12 12:19:35,249 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-12 12:19:35,250 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-12 12:19:35,252 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-12 12:19:35,306 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-12 12:19:35,306 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-2 2018-10-12 12:19:35,307 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-12 12:19:35,308 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-12 12:19:35,308 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-12 12:19:35,309 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-12 12:19:35,311 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-12 12:19:35,364 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-12 12:19:35,365 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-0 2018-10-12 12:19:35,366 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-12 12:19:35,367 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-12 12:19:35,367 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-12 12:19:35,367 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-12 12:19:35,370 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-12 12:19:35,425 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-12 12:19:35,426 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-1 2018-10-12 12:19:35,430 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-12 12:19:35,449 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-12 12:19:35,450 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-12 12:19:35,450 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-12 12:19:35,452 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-12 12:19:35,493 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-12 12:19:35,494 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-12 12:19:35,494 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-12 12:19:35,495 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-12 12:19:35,495 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-12 12:19:35,537 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-12 12:19:35,576 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-12 12:19:35,578 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-12 12:19:35,579 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-12 12:19:35,580 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-12 12:19:35,580 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-12 12:19:35,621 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-12 12:19:35,651 - paramiko.transport.sftp - INFO - [chan 7] Opened sftp connection (server version 3) 2018-10-12 12:19:35,651 - paramiko.transport.sftp - DEBUG - [chan 7] stat('/home/heat-admin/akka.conf') 2018-10-12 12:19:35,653 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') 2018-10-12 12:19:35,654 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') -> 00000000 2018-10-12 12:19:35,657 - paramiko.transport.sftp - DEBUG - [chan 7] close(00000000) 2018-10-12 12:19:35,660 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-12 12:19:35,661 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-12 12:19:35,661 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-12 12:19:35,664 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-12 12:19:35,708 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-12 12:19:35,709 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-12 12:19:35,709 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-12 12:19:35,710 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-12 12:19:35,710 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-12 12:19:35,752 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-12 12:19:35,796 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-12 12:19:35,798 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-12 12:19:35,798 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-12 12:19:35,799 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-12 12:19:35,799 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-12 12:19:35,841 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-12 12:19:35,875 - paramiko.transport.sftp - INFO - [chan 7] Opened sftp connection (server version 3) 2018-10-12 12:19:35,875 - paramiko.transport.sftp - DEBUG - [chan 7] stat('/home/heat-admin/akka.conf') 2018-10-12 12:19:35,876 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') 2018-10-12 12:19:35,877 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') -> 00000000 2018-10-12 12:19:35,881 - paramiko.transport.sftp - DEBUG - [chan 7] close(00000000) 2018-10-12 12:19:35,882 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-12 12:19:35,883 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-12 12:19:35,883 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-12 12:19:35,886 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-12 12:19:35,929 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-12 12:19:35,930 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-12 12:19:35,931 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-12 12:19:35,932 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-12 12:19:35,932 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-12 12:19:35,973 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-12 12:19:36,014 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-12 12:19:36,015 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-12 12:19:36,016 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-12 12:19:36,017 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-12 12:19:36,017 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-12 12:19:36,058 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-12 12:19:36,089 - paramiko.transport.sftp - INFO - [chan 7] Opened sftp connection (server version 3) 2018-10-12 12:19:36,089 - paramiko.transport.sftp - DEBUG - [chan 7] stat('/home/heat-admin/akka.conf') 2018-10-12 12:19:36,090 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') 2018-10-12 12:19:36,091 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') -> 00000000 2018-10-12 12:19:36,095 - paramiko.transport.sftp - DEBUG - [chan 7] close(00000000) 2018-10-12 12:19:36,097 - sdnvpn.test.functest.testcase_3 - INFO - BGP entity owner is overcloud-controller-1 2018-10-12 12:19:36,097 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-10-12 12:19:36,098 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-10-12 12:19:36,098 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-10-12 12:19:36,101 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-10-12 12:19:36,101 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-10-12 12:19:36,102 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-10-12 12:19:36,102 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-10-12 12:19:36,103 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-10-12 12:19:36,140 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-10-12 12:19:36,141 - sdnvpn.test.functest.testcase_3 - INFO - Starting bgp speaker of controller at IP 172.30.9.25 2018-10-12 12:19:36,142 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-10-12 12:19:36,142 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-10-12 12:19:36,143 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-10-12 12:19:36,143 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-10-12 12:19:36,184 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-10-12 12:19:39,379 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-10-12 12:19:39,380 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-10-12 12:19:39,381 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-10-12 12:19:39,382 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-10-12 12:19:39,382 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-10-12 12:19:39,423 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-10-12 12:19:40,081 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-10-12 12:19:40,082 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-10-12 12:19:45,087 - sdnvpn.test.functest.testcase_3 - INFO - Checking if bgpd is running on the controller node 2018-10-12 12:19:45,087 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-10-12 12:19:45,088 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-10-12 12:19:45,088 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-10-12 12:19:45,091 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-10-12 12:19:45,144 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-10-12 12:19:45,145 - sdnvpn.test.functest.testcase_3 - INFO - bgpd is running on the controller node 2018-10-12 12:19:45,146 - sdnvpn.test.functest.testcase_3 - INFO - Downloading image 2018-10-12 12:19:45,146 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-10-12 12:19:50,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:19:50,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:19:50,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:19:50,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:19:50,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:19:50,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:19:50,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:19:50,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:19:50,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:19:50,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:19:50,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:19:50,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:19:50,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:19:50,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:19:50,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:19:50,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:19:50,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:19:50,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:19:50,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:19:50,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:19:50,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:19:50,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:19:50,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:19:50,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:19:50,702 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-12 12:19:50,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:19:50,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:19:50,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:19:50,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:19:50,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:19:50,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:19:50,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:19:50,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:19:50,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:19:50,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:19:50,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:19:50,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:19:50,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:19:50,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:19:50,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:19:50,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:19:50,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:19:50,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:19:50,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:19:50,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:19:50,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:19:50,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:19:50,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:19:50,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:19:50,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:19:50,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:19:50,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:19:50,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:19:50,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:19:50,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:19:50,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:19:50,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:19:50,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:19:50,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:19:50,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:19:50,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:19:50,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:19:50,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:19:50,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:19:50,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:19:50,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:19:50,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:19:50,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:19:50,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:19:50,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:19:50,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:19:50,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:19:50,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:19:50,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-12 12:19:50,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:19:50,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:19:50,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:19:50,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:19:50,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:19:50,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:19:50,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:19:50,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:19:50,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:19:50,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:19:50,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:19:50,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:19:50,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:19:50,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:19:50,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:19:50,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:19:50,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:19:50,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:19:50,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:19:50,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:19:50,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:19:50,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:19:50,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:19:50,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:19:50,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:19:50,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6967152-1ec8-4399-bee1-caa989362459 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:19:50,714 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d6967152-1ec8-4399-bee1-caa989362459 2018-10-12 12:19:50,715 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:19:51,107 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:19:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["aC2KoGBdRFajyyeLuy06lA"], "issued_at": "2018-10-12T12:19:51.000000Z"}} 2018-10-12 12:19:51,110 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60ec8690b5b508a4f5f82df1ce178405aadd9ccf" 2018-10-12 12:19:51,298 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:19: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-0cf23fb9-61fd-40bf-b347-9e286eace1a5 x-compute-request-id: req-0cf23fb9-61fd-40bf-b347-9e286eace1a5 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-12 12:19:51,298 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail used request id req-0cf23fb9-61fd-40bf-b347-9e286eace1a5 2018-10-12 12:19:51,300 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-10-12 12:19:51,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60ec8690b5b508a4f5f82df1ce178405aadd9ccf" -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-10-12 12:19:51,348 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:19: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-5afe4d9d-6d3f-481d-a482-c5fc8b63bba8 x-compute-request-id: req-5afe4d9d-6d3f-481d-a482-c5fc8b63bba8 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:19:51,349 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-5afe4d9d-6d3f-481d-a482-c5fc8b63bba8 2018-10-12 12:19:51,349 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=c6b59870-ba2f-45bb-97cc-9e4b4ec6f204 created successfully. 2018-10-12 12:19:51,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:19:51,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:19:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce740d09-8260-4e9e-86d7-ab6a1f744df8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:19:51,357 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ce740d09-8260-4e9e-86d7-ab6a1f744df8 2018-10-12 12:19:51,358 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:19:51,749 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:19:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["CY1iCqg2RbadfukdhYKlnw"], "issued_at": "2018-10-12T12:19:51.000000Z"}} 2018-10-12 12:19:51,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" 2018-10-12 12:19:51,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12700 X-Openstack-Request-Id: req-b81d0bf9-6ae2-46ff-81fe-36ba7a3e9d55 Date: Fri, 12 Oct 2018 12:19:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "created_at": "2018-10-12T12:11:38Z", "updated_at": "2018-10-12T12:11:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "1e3a1018-ad30-4590-a304-5695017ce9df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "670a735b-aa37-4b15-a4af-7d422f280a47", "remote_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "afd171d3-7f5e-4987-afe0-cc382d12e0d9", "remote_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "f775879f-edd8-4ca7-8c5b-92d05be5901b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}], "revision_number": 4, "project_id": "0f9cd33d54bb43498a1eec2e9b62c518", "id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "updated_at": "2018-10-12T10:34:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "2ae4f47a-860c-4316-ac71-26a7138a332b", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "652ffd7b-44c1-45ae-bacb-d752209f00a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "c6536286-1efd-4324-bff2-83bf4e288f74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "d00fd409-954d-4a7e-b2ce-3b8e9364f9b2", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}], "revision_number": 4, "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "665a8bea-d7bf-418c-8720-ca198157c68e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "updated_at": "2018-10-12T10:44:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "03a7346d-e81e-42f1-90d8-2d77a0e34ff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "25484a0d-c36c-4968-8497-2fab34786f38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "3051e92e-adfd-43d1-8ad4-a37e12b00332", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "c8cd6bce-c3f0-4e98-afd5-635192d18ba4", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 4, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "updated_at": "2018-10-12T10:47:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "949496b4-b497-4a18-b6fe-e484eb4cd872", "remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "9f341cb7-083b-4329-bca3-1a395a91d0be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "bdbe928d-b791-4fc6-90ae-6c3615c86e98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "d081a0eb-165e-4df4-84c6-1cc829e521cc", "remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7a87eb57-d271-422f-a9cd-14b017359d35", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:53Z", "updated_at": "2018-10-12T12:16:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:16:53Z", "revision_number": 0, "id": "4691902c-126e-41c9-9882-de419c0d0ffd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:53Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-12T12:16:55Z", "revision_number": 0, "id": "4e0ddac3-3647-4aa1-bd6e-209bacf3d20b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:55Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:16:53Z", "revision_number": 0, "id": "5ca0f127-7885-4327-aeb8-e9148550c582", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:53Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-12T12:16:54Z", "revision_number": 0, "id": "7d142794-4b1a-4c7a-973d-eff35efe06b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:54Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:16:54Z", "revision_number": 0, "id": "8fcefee5-c604-41bd-95ee-cc233116bce2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:54Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-12T12:16:55Z", "revision_number": 0, "id": "b87fbce2-7987-4a1e-b96d-22d8f7dcb7d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:55Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 6, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "a012b764-3d71-4fe8-a730-445db10f62d9", "name": "sdnvpn-sg"}]} 2018-10-12 12:19:51,963 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-b81d0bf9-6ae2-46ff-81fe-36ba7a3e9d55 2018-10-12 12:19:51,964 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-12 12:19:51,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" 2018-10-12 12:19:52,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10774 X-Openstack-Request-Id: req-594f1386-56e2-4512-bef5-03dbaf180165 Date: Fri, 12 Oct 2018 12:19:52 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-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "03a7346d-e81e-42f1-90d8-2d77a0e34ff5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "port_range_min": null, "revision_number": 0, "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "created_at": "2018-10-12T12:11:38Z", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518", "id": "1e3a1018-ad30-4590-a304-5695017ce9df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "25484a0d-c36c-4968-8497-2fab34786f38"}, {"remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "port_range_min": null, "revision_number": 0, "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "2ae4f47a-860c-4316-ac71-26a7138a332b"}, {"remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "3051e92e-adfd-43d1-8ad4-a37e12b00332"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:16:53Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:53Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "4691902c-126e-41c9-9882-de419c0d0ffd"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-10-12T12:16:55Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": 80, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:55Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "4e0ddac3-3647-4aa1-bd6e-209bacf3d20b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:16:53Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:53Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "5ca0f127-7885-4327-aeb8-e9148550c582"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "port_range_min": null, "revision_number": 0, "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "652ffd7b-44c1-45ae-bacb-d752209f00a6"}, {"remote_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "port_range_min": null, "revision_number": 0, "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "created_at": "2018-10-12T12:11:38Z", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518", "id": "670a735b-aa37-4b15-a4af-7d422f280a47"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-12T12:16:54Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": 22, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:54Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "7d142794-4b1a-4c7a-973d-eff35efe06b9"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:16:54Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:54Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "8fcefee5-c604-41bd-95ee-cc233116bce2"}, {"remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "project_id": "", "id": "949496b4-b497-4a18-b6fe-e484eb4cd872"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "project_id": "", "id": "9f341cb7-083b-4329-bca3-1a395a91d0be"}, {"remote_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "port_range_min": null, "revision_number": 0, "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "created_at": "2018-10-12T12:11:38Z", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518", "id": "afd171d3-7f5e-4987-afe0-cc382d12e0d9"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-12T12:16:55Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": 22, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:55Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "b87fbce2-7987-4a1e-b96d-22d8f7dcb7d0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "project_id": "", "id": "bdbe928d-b791-4fc6-90ae-6c3615c86e98"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "port_range_min": null, "revision_number": 0, "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "c6536286-1efd-4324-bff2-83bf4e288f74"}, {"remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "c8cd6bce-c3f0-4e98-afd5-635192d18ba4"}, {"remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "port_range_min": null, "revision_number": 0, "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "d00fd409-954d-4a7e-b2ce-3b8e9364f9b2"}, {"remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "project_id": "", "id": "d081a0eb-165e-4df4-84c6-1cc829e521cc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "port_range_min": null, "revision_number": 0, "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "created_at": "2018-10-12T12:11:38Z", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518", "id": "f775879f-edd8-4ca7-8c5b-92d05be5901b"}]} 2018-10-12 12:19:52,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-594f1386-56e2-4512-bef5-03dbaf180165 2018-10-12 12:19:52,140 - sdnvpn_test_utils - INFO - This rule exists for security group: a012b764-3d71-4fe8-a730-445db10f62d9 2018-10-12 12:19:52,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" 2018-10-12 12:19:52,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10774 X-Openstack-Request-Id: req-72b3fc61-9a37-43f3-a718-de97ad56ecfd Date: Fri, 12 Oct 2018 12:19:52 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-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "03a7346d-e81e-42f1-90d8-2d77a0e34ff5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "port_range_min": null, "revision_number": 0, "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "created_at": "2018-10-12T12:11:38Z", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518", "id": "1e3a1018-ad30-4590-a304-5695017ce9df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "25484a0d-c36c-4968-8497-2fab34786f38"}, {"remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "port_range_min": null, "revision_number": 0, "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "2ae4f47a-860c-4316-ac71-26a7138a332b"}, {"remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "3051e92e-adfd-43d1-8ad4-a37e12b00332"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:16:53Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:53Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "4691902c-126e-41c9-9882-de419c0d0ffd"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-10-12T12:16:55Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": 80, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:55Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "4e0ddac3-3647-4aa1-bd6e-209bacf3d20b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:16:53Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:53Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "5ca0f127-7885-4327-aeb8-e9148550c582"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "port_range_min": null, "revision_number": 0, "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "652ffd7b-44c1-45ae-bacb-d752209f00a6"}, {"remote_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "port_range_min": null, "revision_number": 0, "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "created_at": "2018-10-12T12:11:38Z", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518", "id": "670a735b-aa37-4b15-a4af-7d422f280a47"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-12T12:16:54Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": 22, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:54Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "7d142794-4b1a-4c7a-973d-eff35efe06b9"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:16:54Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:54Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "8fcefee5-c604-41bd-95ee-cc233116bce2"}, {"remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "project_id": "", "id": "949496b4-b497-4a18-b6fe-e484eb4cd872"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "project_id": "", "id": "9f341cb7-083b-4329-bca3-1a395a91d0be"}, {"remote_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "port_range_min": null, "revision_number": 0, "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "created_at": "2018-10-12T12:11:38Z", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518", "id": "afd171d3-7f5e-4987-afe0-cc382d12e0d9"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-12T12:16:55Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": 22, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:55Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "b87fbce2-7987-4a1e-b96d-22d8f7dcb7d0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "project_id": "", "id": "bdbe928d-b791-4fc6-90ae-6c3615c86e98"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "port_range_min": null, "revision_number": 0, "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "c6536286-1efd-4324-bff2-83bf4e288f74"}, {"remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "c8cd6bce-c3f0-4e98-afd5-635192d18ba4"}, {"remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "port_range_min": null, "revision_number": 0, "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "d00fd409-954d-4a7e-b2ce-3b8e9364f9b2"}, {"remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "project_id": "", "id": "d081a0eb-165e-4df4-84c6-1cc829e521cc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "port_range_min": null, "revision_number": 0, "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "created_at": "2018-10-12T12:11:38Z", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518", "id": "f775879f-edd8-4ca7-8c5b-92d05be5901b"}]} 2018-10-12 12:19:52,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-72b3fc61-9a37-43f3-a718-de97ad56ecfd 2018-10-12 12:19:52,362 - sdnvpn_test_utils - INFO - This rule exists for security group: a012b764-3d71-4fe8-a730-445db10f62d9 2018-10-12 12:19:52,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" 2018-10-12 12:19:52,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10774 X-Openstack-Request-Id: req-22a1e691-8238-4288-94bf-9b7ac2829739 Date: Fri, 12 Oct 2018 12:19:52 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-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "03a7346d-e81e-42f1-90d8-2d77a0e34ff5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "port_range_min": null, "revision_number": 0, "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "created_at": "2018-10-12T12:11:38Z", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518", "id": "1e3a1018-ad30-4590-a304-5695017ce9df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "25484a0d-c36c-4968-8497-2fab34786f38"}, {"remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "port_range_min": null, "revision_number": 0, "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "2ae4f47a-860c-4316-ac71-26a7138a332b"}, {"remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "3051e92e-adfd-43d1-8ad4-a37e12b00332"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:16:53Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:53Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "4691902c-126e-41c9-9882-de419c0d0ffd"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-10-12T12:16:55Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": 80, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:55Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "4e0ddac3-3647-4aa1-bd6e-209bacf3d20b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:16:53Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:53Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "5ca0f127-7885-4327-aeb8-e9148550c582"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "port_range_min": null, "revision_number": 0, "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "652ffd7b-44c1-45ae-bacb-d752209f00a6"}, {"remote_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "port_range_min": null, "revision_number": 0, "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "created_at": "2018-10-12T12:11:38Z", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518", "id": "670a735b-aa37-4b15-a4af-7d422f280a47"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-12T12:16:54Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": 22, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:54Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "7d142794-4b1a-4c7a-973d-eff35efe06b9"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:16:54Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:54Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "8fcefee5-c604-41bd-95ee-cc233116bce2"}, {"remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "project_id": "", "id": "949496b4-b497-4a18-b6fe-e484eb4cd872"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "project_id": "", "id": "9f341cb7-083b-4329-bca3-1a395a91d0be"}, {"remote_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "port_range_min": null, "revision_number": 0, "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "created_at": "2018-10-12T12:11:38Z", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518", "id": "afd171d3-7f5e-4987-afe0-cc382d12e0d9"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-12T12:16:55Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": 22, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:55Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "b87fbce2-7987-4a1e-b96d-22d8f7dcb7d0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "project_id": "", "id": "bdbe928d-b791-4fc6-90ae-6c3615c86e98"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "port_range_min": null, "revision_number": 0, "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "c6536286-1efd-4324-bff2-83bf4e288f74"}, {"remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "port_range_min": null, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "c8cd6bce-c3f0-4e98-afd5-635192d18ba4"}, {"remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "port_range_min": null, "revision_number": 0, "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "d00fd409-954d-4a7e-b2ce-3b8e9364f9b2"}, {"remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "project_id": "", "id": "d081a0eb-165e-4df4-84c6-1cc829e521cc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "port_range_min": null, "revision_number": 0, "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "created_at": "2018-10-12T12:11:38Z", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518", "id": "f775879f-edd8-4ca7-8c5b-92d05be5901b"}]} 2018-10-12 12:19:52,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-22a1e691-8238-4288-94bf-9b7ac2829739 2018-10-12 12:19:52,554 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-10-12 12:19:52,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}58a89099ccebe3beefd4f7d2b089cf75004444ad" -d '{"security_group_rule": {"port_range_min": 179, "direction": "ingress", "protocol": "tcp", "port_range_max": 179, "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9"}}' 2018-10-12 12:19:52,786 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-04972c01-f6a7-4ab8-819e-0bcd0c494ddc Date: Fri, 12 Oct 2018 12:19:52 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 179, "updated_at": "2018-10-12T12:19:52Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "port_range_min": 179, "revision_number": 0, "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:19:52Z", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "4a594b00-87c5-4885-845b-b291b8a68e42"}} 2018-10-12 12:19:52,787 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/security-group-rules used request id req-04972c01-f6a7-4ab8-819e-0bcd0c494ddc 2018-10-12 12:19:52,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" 2018-10-12 12:19:53,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-8aa3ed38-3002-4120-98ec-6e4cc9508a11 Date: Fri, 12 Oct 2018 12:19:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"}]} 2018-10-12 12:19:53,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-8aa3ed38-3002-4120-98ec-6e4cc9508a11 2018-10-12 12:19:53,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" 2018-10-12 12:19:53,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-b31d0985-89f1-4efe-a04e-da1e0dd52be5 Date: Fri, 12 Oct 2018 12:19:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:14Z","dns_nameservers":[],"updated_at":"2018-10-12T10:34:14Z","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":"a326b90e4e0b4021a92eb982e1729d5e","id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-12 12:19:53,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-b31d0985-89f1-4efe-a04e-da1e0dd52be5 2018-10-12 12:19:53,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" 2018-10-12 12:19:53,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4f76f516-273c-4cd9-9c94-175e0ba0b8fd Date: Fri, 12 Oct 2018 12:19:53 GMT RESP BODY: {"routers": []} 2018-10-12 12:19:53,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers used request id req-4f76f516-273c-4cd9-9c94-175e0ba0b8fd 2018-10-12 12:19:53,430 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-1-net... 2018-10-12 12:19:53,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" -d '{"network": {"name": "sdnvpn-3-1-net", "admin_state_up": true}}' 2018-10-12 12:19:53,802 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-55eaa26f-1360-4af9-a3a1-8cdf3b99ec2a Date: Fri, 12 Oct 2018 12:19: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":"ce4e5639-919f-4c3c-af1e-cb1273995507","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T12:19:53Z","is_default":false,"provider:segmentation_id":66,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:19:53Z","mtu":1450}} 2018-10-12 12:19:53,802 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-55eaa26f-1360-4af9-a3a1-8cdf3b99ec2a 2018-10-12 12:19:53,803 - sdnvpn.lib.openstack_utils - DEBUG - Network 'ce4e5639-919f-4c3c-af1e-cb1273995507' created successfully 2018-10-12 12:19:53,803 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-12 12:19:53,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" -d '{"subnets": [{"ip_version": 4, "network_id": "ce4e5639-919f-4c3c-af1e-cb1273995507", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-3-1-subnet"}]}' 2018-10-12 12:19:54,310 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-1e0a7ed9-57c1-4888-97ec-79cd91161949 Date: Fri, 12 Oct 2018 12:19:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce4e5639-919f-4c3c-af1e-cb1273995507","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:19:54Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-12T12:19:54Z","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":"d6e005d8411b4b378ddb320b792455b0","id":"83205e8d-310e-4e15-ac55-c3bd344e5545","subnetpool_id":null,"name":"sdnvpn-3-1-subnet"}]} 2018-10-12 12:19:54,310 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-1e0a7ed9-57c1-4888-97ec-79cd91161949 2018-10-12 12:19:54,311 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '83205e8d-310e-4e15-ac55-c3bd344e5545' created successfully 2018-10-12 12:19:54,311 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-12 12:19:54,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" -d '{"router": {"name": "sdnvpn-3-1-router", "admin_state_up": true}}' 2018-10-12 12:19:54,439 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-2031f3f4-eb14-4918-887a-1c3a89cd0150 Date: Fri, 12 Oct 2018 12:19:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:19:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:19:54Z", "revision_number": 0, "routes": [], "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "1a1e92d8-a3e4-4217-b686-23e729ce25c5", "name": "sdnvpn-3-1-router"}} 2018-10-12 12:19:54,439 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-2031f3f4-eb14-4918-887a-1c3a89cd0150 2018-10-12 12:19:54,439 - sdnvpn.lib.openstack_utils - DEBUG - Router '1a1e92d8-a3e4-4217-b686-23e729ce25c5' created successfully 2018-10-12 12:19:54,439 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-12 12:19:54,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/1a1e92d8-a3e4-4217-b686-23e729ce25c5/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" -d '{"subnet_id": "83205e8d-310e-4e15-ac55-c3bd344e5545"}' 2018-10-12 12:19:55,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4b45aadd-2478-49c2-bdbd-d42b73f421cd Date: Fri, 12 Oct 2018 12:19:55 GMT RESP BODY: {"network_id": "ce4e5639-919f-4c3c-af1e-cb1273995507", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "subnet_id": "83205e8d-310e-4e15-ac55-c3bd344e5545", "subnet_ids": ["83205e8d-310e-4e15-ac55-c3bd344e5545"], "port_id": "4c731229-6489-4a2e-ab84-ae86dd8cdb01", "id": "1a1e92d8-a3e4-4217-b686-23e729ce25c5"} 2018-10-12 12:19:55,857 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/1a1e92d8-a3e4-4217-b686-23e729ce25c5/add_router_interface used request id req-4b45aadd-2478-49c2-bdbd-d42b73f421cd 2018-10-12 12:19:55,858 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-12 12:19:55,858 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-12 12:19:55,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" 2018-10-12 12:19:56,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-20ad18b6-693e-4ee7-bc31-1d973661bfd5 Date: Fri, 12 Oct 2018 12:19:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ce4e5639-919f-4c3c-af1e-cb1273995507","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":["83205e8d-310e-4e15-ac55-c3bd344e5545"],"description":"","tags":[],"updated_at":"2018-10-12T12:19:54Z","provider:segmentation_id":66,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:19:53Z","provider:network_type":"vxlan"}]} 2018-10-12 12:19:56,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-20ad18b6-693e-4ee7-bc31-1d973661bfd5 2018-10-12 12:19:56,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/1a1e92d8-a3e4-4217-b686-23e729ce25c5 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" -d '{"router": {"external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2"}}}' 2018-10-12 12:19:57,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-d9d6c2bf-3424-4078-842c-07787a40e9c4 Date: Fri, 12 Oct 2018 12:19:57 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:19:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:19:57Z", "revision_number": 3, "routes": [], "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "1a1e92d8-a3e4-4217-b686-23e729ce25c5", "name": "sdnvpn-3-1-router"}} 2018-10-12 12:19:57,440 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/1a1e92d8-a3e4-4217-b686-23e729ce25c5 used request id req-d9d6c2bf-3424-4078-842c-07787a40e9c4 2018-10-12 12:19:57,441 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-12 12:19:57,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" 2018-10-12 12:19:57,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-efd1fdaf-8d56-4630-9536-e81d9c370d26 Date: Fri, 12 Oct 2018 12:19:57 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ce4e5639-919f-4c3c-af1e-cb1273995507","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":["83205e8d-310e-4e15-ac55-c3bd344e5545"],"description":"","tags":[],"updated_at":"2018-10-12T12:19:54Z","provider:segmentation_id":66,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:19:53Z","provider:network_type":"vxlan"}]} 2018-10-12 12:19:57,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-efd1fdaf-8d56-4630-9536-e81d9c370d26 2018-10-12 12:19:57,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" 2018-10-12 12:19:57,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1253 X-Openstack-Request-Id: req-be417a24-a0db-4cfc-b36f-e125223bf276 Date: Fri, 12 Oct 2018 12:19:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:14Z","dns_nameservers":[],"updated_at":"2018-10-12T10:34:14Z","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":"a326b90e4e0b4021a92eb982e1729d5e","id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce4e5639-919f-4c3c-af1e-cb1273995507","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:19:54Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-12T12:19:54Z","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":"d6e005d8411b4b378ddb320b792455b0","id":"83205e8d-310e-4e15-ac55-c3bd344e5545","subnetpool_id":null,"name":"sdnvpn-3-1-subnet"}]} 2018-10-12 12:19:57,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-be417a24-a0db-4cfc-b36f-e125223bf276 2018-10-12 12:19:57,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" 2018-10-12 12:19:58,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-ca6c4ef5-cfb0-4d76-94de-729897aede56 Date: Fri, 12 Oct 2018 12:19:58 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:19:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:19:57Z", "revision_number": 3, "routes": [], "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "1a1e92d8-a3e4-4217-b686-23e729ce25c5", "name": "sdnvpn-3-1-router"}]} 2018-10-12 12:19:58,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers used request id req-ca6c4ef5-cfb0-4d76-94de-729897aede56 2018-10-12 12:19:58,009 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-2-quagga-net... 2018-10-12 12:19:58,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" -d '{"network": {"name": "sdnvpn-3-2-quagga-net", "admin_state_up": true}}' 2018-10-12 12:19:58,400 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-004ca16b-5194-4368-9af3-a3dfa2d8c620 Date: Fri, 12 Oct 2018 12:19:58 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"4e9a9033-5124-43c7-9422-a436a1493dd5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T12:19:58Z","is_default":false,"provider:segmentation_id":67,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:19:58Z","mtu":1450}} 2018-10-12 12:19:58,400 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-004ca16b-5194-4368-9af3-a3dfa2d8c620 2018-10-12 12:19:58,401 - sdnvpn.lib.openstack_utils - DEBUG - Network '4e9a9033-5124-43c7-9422-a436a1493dd5' created successfully 2018-10-12 12:19:58,401 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-12 12:19:58,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" -d '{"subnets": [{"ip_version": 4, "network_id": "4e9a9033-5124-43c7-9422-a436a1493dd5", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-3-2-quagga-subnet"}]}' 2018-10-12 12:19:58,921 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-4abadc19-bcfd-4d04-9c45-3f49bcba7e92 Date: Fri, 12 Oct 2018 12:19:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e9a9033-5124-43c7-9422-a436a1493dd5","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:19:58Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-12T12:19:58Z","gateway_ip":"10.10.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.11.2","end":"10.10.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.11.0/24","project_id":"d6e005d8411b4b378ddb320b792455b0","id":"22857f00-dfe1-447e-94dd-2b064809ff1c","subnetpool_id":null,"name":"sdnvpn-3-2-quagga-subnet"}]} 2018-10-12 12:19:58,921 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-4abadc19-bcfd-4d04-9c45-3f49bcba7e92 2018-10-12 12:19:58,922 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '22857f00-dfe1-447e-94dd-2b064809ff1c' created successfully 2018-10-12 12:19:58,922 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-12 12:19:58,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" -d '{"router": {"name": "sdnvpn-3-2-quagga-router", "admin_state_up": true}}' 2018-10-12 12:19:59,134 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 433 X-Openstack-Request-Id: req-87a92850-5c5d-4fd9-ac34-a10455f55c03 Date: Fri, 12 Oct 2018 12:19:59 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:19:59Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:19:59Z", "revision_number": 0, "routes": [], "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "0095fb1d-46d3-4563-b32d-cdc2f779d1e9", "name": "sdnvpn-3-2-quagga-router"}} 2018-10-12 12:19:59,134 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-87a92850-5c5d-4fd9-ac34-a10455f55c03 2018-10-12 12:19:59,135 - sdnvpn.lib.openstack_utils - DEBUG - Router '0095fb1d-46d3-4563-b32d-cdc2f779d1e9' created successfully 2018-10-12 12:19:59,135 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-12 12:19:59,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/0095fb1d-46d3-4563-b32d-cdc2f779d1e9/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" -d '{"subnet_id": "22857f00-dfe1-447e-94dd-2b064809ff1c"}' 2018-10-12 12:20:00,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-652e8fb1-dc4d-40a2-a98f-27ee9376bfde Date: Fri, 12 Oct 2018 12:20:00 GMT RESP BODY: {"network_id": "4e9a9033-5124-43c7-9422-a436a1493dd5", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "subnet_id": "22857f00-dfe1-447e-94dd-2b064809ff1c", "subnet_ids": ["22857f00-dfe1-447e-94dd-2b064809ff1c"], "port_id": "4df028ec-17e7-4174-9e29-c98ba5021cf0", "id": "0095fb1d-46d3-4563-b32d-cdc2f779d1e9"} 2018-10-12 12:20:00,540 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/0095fb1d-46d3-4563-b32d-cdc2f779d1e9/add_router_interface used request id req-652e8fb1-dc4d-40a2-a98f-27ee9376bfde 2018-10-12 12:20:00,541 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-12 12:20:00,541 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-12 12:20:00,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" 2018-10-12 12:20:00,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2022 X-Openstack-Request-Id: req-510996f6-09c9-4f48-ba1a-26a3cfd7f532 Date: Fri, 12 Oct 2018 12:20:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4e9a9033-5124-43c7-9422-a436a1493dd5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":["22857f00-dfe1-447e-94dd-2b064809ff1c"],"description":"","tags":[],"updated_at":"2018-10-12T12:19:58Z","provider:segmentation_id":67,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:19:58Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ce4e5639-919f-4c3c-af1e-cb1273995507","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":["83205e8d-310e-4e15-ac55-c3bd344e5545"],"description":"","tags":[],"updated_at":"2018-10-12T12:19:54Z","provider:segmentation_id":66,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:19:53Z","provider:network_type":"vxlan"}]} 2018-10-12 12:20:00,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-510996f6-09c9-4f48-ba1a-26a3cfd7f532 2018-10-12 12:20:00,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/0095fb1d-46d3-4563-b32d-cdc2f779d1e9 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" -d '{"router": {"external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2"}}}' 2018-10-12 12:20:02,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-2c63a4cb-1b28-48a1-9e89-a302f91718ed Date: Fri, 12 Oct 2018 12:20:02 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:19:59Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:20:02Z", "revision_number": 3, "routes": [], "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "0095fb1d-46d3-4563-b32d-cdc2f779d1e9", "name": "sdnvpn-3-2-quagga-router"}} 2018-10-12 12:20:02,092 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/0095fb1d-46d3-4563-b32d-cdc2f779d1e9 used request id req-2c63a4cb-1b28-48a1-9e89-a302f91718ed 2018-10-12 12:20:02,092 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-12 12:20:02,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:20:02,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:20:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df070194-4195-4a61-8615-8137834779b6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:20:02,101 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-df070194-4195-4a61-8615-8137834779b6 2018-10-12 12:20:02,101 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:20:02,480 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:20:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["NoKeQQs7Qg2MOgP9HiLO_A"], "issued_at": "2018-10-12T12:20:02.000000Z"}} 2018-10-12 12:20:02,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}03ff64a4fefae1fd47899c49068f9a58cd4560bd" 2018-10-12 12:20:02,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-f6b4782b-5cfa-4b30-8504-e04be28e4366 Date: Fri, 12 Oct 2018 12:20:02 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-12 12:20:02,647 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20 used request id req-f6b4782b-5cfa-4b30-8504-e04be28e4366 2018-10-12 12:20:02,648 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-10-12 12:20:02,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}03ff64a4fefae1fd47899c49068f9a58cd4560bd" 2018-10-12 12:20:02,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0aa74164-154a-4f57-8d10-55fccbd25378 Date: Fri, 12 Oct 2018 12:20:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-12 12:20:02,805 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-0aa74164-154a-4f57-8d10-55fccbd25378 2018-10-12 12:20:02,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}03ff64a4fefae1fd47899c49068f9a58cd4560bd" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-ubuntu", "visibility": "public"}' 2018-10-12 12:20:03,026 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 574 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2 X-Openstack-Request-Id: req-36891701-a036-4615-80b7-b670c698744a Date: Fri, 12 Oct 2018 12:20:03 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-10-12T12:20:03Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-12T12:20:03Z", "visibility": "public", "locations": [], "self": "/v2/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "min_disk": 0, "protected": false, "id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "file": "/v2/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2/file", "checksum": null, "owner": "d6e005d8411b4b378ddb320b792455b0", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 12:20:03,026 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-36891701-a036-4615-80b7-b670c698744a 2018-10-12 12:20:03,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}03ff64a4fefae1fd47899c49068f9a58cd4560bd" -d '' 2018-10-12 12:20:15,925 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-70c147d7-c603-4099-bc51-f5792a264758 Date: Fri, 12 Oct 2018 12:20:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 12:20:15,925 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2/file used request id req-70c147d7-c603-4099-bc51-f5792a264758 2018-10-12 12:20:15,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" 2018-10-12 12:20:16,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2022 X-Openstack-Request-Id: req-f41de890-e654-4e50-b6d3-f7d9bcc10df6 Date: Fri, 12 Oct 2018 12:20:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4e9a9033-5124-43c7-9422-a436a1493dd5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":["22857f00-dfe1-447e-94dd-2b064809ff1c"],"description":"","tags":[],"updated_at":"2018-10-12T12:19:58Z","provider:segmentation_id":67,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:19:58Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ce4e5639-919f-4c3c-af1e-cb1273995507","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":["83205e8d-310e-4e15-ac55-c3bd344e5545"],"description":"","tags":[],"updated_at":"2018-10-12T12:19:54Z","provider:segmentation_id":66,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:19:53Z","provider:network_type":"vxlan"}]} 2018-10-12 12:20:16,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-f41de890-e654-4e50-b6d3-f7d9bcc10df6 2018-10-12 12:20:16,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" -d '{"floatingip": {"floating_network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2"}}' 2018-10-12 12:20:17,559 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-8f052577-b229-4d20-893b-f53ffa4704b7 Date: Fri, 12 Oct 2018 12:20:17 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-10-12T12:20:17Z", "floating_network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": null, "id": "afad4f69-e2b6-49fb-a349-cbca5a565cd7", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:20:17Z", "project_id": "d6e005d8411b4b378ddb320b792455b0"}} 2018-10-12 12:20:17,559 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-8f052577-b229-4d20-893b-f53ffa4704b7 2018-10-12 12:20:17,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" 2018-10-12 12:20:17,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2022 X-Openstack-Request-Id: req-70ff1a3f-4b24-4451-af4c-0fcc7da5ea17 Date: Fri, 12 Oct 2018 12:20:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4e9a9033-5124-43c7-9422-a436a1493dd5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":["22857f00-dfe1-447e-94dd-2b064809ff1c"],"description":"","tags":[],"updated_at":"2018-10-12T12:19:58Z","provider:segmentation_id":67,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:19:58Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ce4e5639-919f-4c3c-af1e-cb1273995507","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":["83205e8d-310e-4e15-ac55-c3bd344e5545"],"description":"","tags":[],"updated_at":"2018-10-12T12:19:54Z","provider:segmentation_id":66,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:19:53Z","provider:network_type":"vxlan"}]} 2018-10-12 12:20:17,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-70ff1a3f-4b24-4451-af4c-0fcc7da5ea17 2018-10-12 12:20:17,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" -d '{"floatingip": {"floating_network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2"}}' 2018-10-12 12:20:19,183 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-cb087e98-e931-436a-8a21-d8d77be6de6f Date: Fri, 12 Oct 2018 12:20:19 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-10-12T12:20:18Z", "floating_network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "fixed_ip_address": null, "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": null, "id": "a48a1efc-3141-40db-9cbb-ba54c151d804", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:20:18Z", "project_id": "d6e005d8411b4b378ddb320b792455b0"}} 2018-10-12 12:20:19,183 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/floatingips used request id req-cb087e98-e931-436a-8a21-d8d77be6de6f 2018-10-12 12:20:19,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:20:19,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:20:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97f5665a-2ed8-4b7b-8544-322d61965e56 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:20:19,190 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-97f5665a-2ed8-4b7b-8544-322d61965e56 2018-10-12 12:20:19,191 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:20:19,569 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:20:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["ZDkqPulgRNO2lTbR-Jl06A"], "issued_at": "2018-10-12T12:20:19.000000Z"}} 2018-10-12 12:20:19,573 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0f18ac81277f8cf6041b71fd477aceb734f6b4" 2018-10-12 12:20:19,760 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:20: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-5a4bc255-267c-4e69-9ca6-aa55846d623c x-compute-request-id: req-5a4bc255-267c-4e69-9ca6-aa55846d623c Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 108}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 114}, "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": 6}]} 2018-10-12 12:20:19,760 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-5a4bc255-267c-4e69-9ca6-aa55846d623c 2018-10-12 12:20:19,762 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-12 12:20:19,763 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-12 12:20:19,763 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-12 12:20:19,766 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-12 12:20:19,804 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-12 12:20:19,806 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-12 12:20:19,806 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-12 12:20:19,807 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-12 12:20:19,808 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-12 12:20:19,812 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-12 12:20:19,847 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-12 12:20:19,849 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-12 12:20:19,860 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-3-2-quagga'... 2018-10-12 12:20:19,860 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-3-2-quagga flavor=m1.custom image=1080c1ca-8614-496f-9033-fe3ad26c6ed2 network=4e9a9033-5124-43c7-9422-a436a1493dd5 secgroup=a012b764-3d71-4fe8-a730-445db10f62d9 hypervisor=nova:overcloud-novacompute-1.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.25 OWN_IP=172.30.9.203 # 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-10-12 12:20:19,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:20:19,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:20:19,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:20:19,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:20:19,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:20:19,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:20:19,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:20:19,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:20:19,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:20:19,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:20:19,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:20:19,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:20:19,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:20:19,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:20:19,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:20:19,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:20:19,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:20:19,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:20:19,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:20:19,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:20:19,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:20:19,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:20:19,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:20:19,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:20:19,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:20:19,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:20:19,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:20:19,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:20:19,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:20:19,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:20:19,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:20:19,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:20:19,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:20:19,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:20:19,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:20:19,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:20:19,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:20:19,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:20:19,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:20:19,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:20:19,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:20:19,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:20:19,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:20:19,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:20:19,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:20:19,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:20:19,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:20:19,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:20:19,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:20:19,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:20:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebab1add-045d-48dd-bfbc-686cf59f1c08 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:20:19,879 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ebab1add-045d-48dd-bfbc-686cf59f1c08 2018-10-12 12:20:19,879 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:20:20,256 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:20:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["0qV6vwqGT8WYwkLuqOV7ug"], "issued_at": "2018-10-12T12:20:20.000000Z"}} 2018-10-12 12:20:20,259 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ede53f4ab0d3107430de9015c7e516add25368c4" 2018-10-12 12:20:20,422 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:20: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-f17207ea-585e-4a39-af56-8938ea71ad4d x-compute-request-id: req-f17207ea-585e-4a39-af56-8938ea71ad4d Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-12 12:20:20,422 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-f17207ea-585e-4a39-af56-8938ea71ad4d 2018-10-12 12:20:20,425 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ede53f4ab0d3107430de9015c7e516add25368c4" 2018-10-12 12:20:20,446 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:20: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-9cb2cf63-065b-466f-87f5-897edd4153b4 x-compute-request-id: req-9cb2cf63-065b-466f-87f5-897edd4153b4 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:20:20,446 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204 used request id req-9cb2cf63-065b-466f-87f5-897edd4153b4 2018-10-12 12:20:20,449 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ede53f4ab0d3107430de9015c7e516add25368c4" -d '{"server": {"name": "sdnvpn-3-2-quagga", "imageRef": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "user_data": "IyEgL2Jpbi9iYXNoCgpzZXQgLXhlCgojIGNoYW5nZSB0aGUgcGFzc3dvcmQgYmVjYXVzZSB0aGlzIHNjcmlwdCBpcyBydW4gb24gYSBwYXNzd29yZGxlc3MgY2xvdWQtaW1hZ2UKZWNobyAndWJ1bnR1Om9wbmZ2JyB8IGNocGFzc3dkCgojIFdhaXQgZm9yIGEgZmxvYXRpbmcgSVAKIyBhcyBhIHdvcmthcm91bmQgdG8gTkFUIGJyZWFrYWdlCnNsZWVwIDIwCgojIFZhcmlhYmxlcyB0byBiZSBmaWxsZWQgaW4gd2l0aCBweXRob24KTkVJR0hCT1JfSVA9MTcyLjMwLjkuMjUKT1dOX0lQPTE3Mi4zMC45LjIwMwojIGRpcmVjdGx5IGFjY2VzcyB0aGUgaW5zdGFuY2UgZnJvbSB0aGUgZXh0ZXJuYWwgbmV0IHdpdGhvdXQgTkFUCkVYVF9ORVRfTUFTSz0yNAoKaWYgW1sgJChnZXRlbnQgaG9zdHMgfCBhd2sgJ3twcmludCAkMn0nKSAhPSAqIiQoY2F0IC9ldGMvaG9zdG5hbWUgfCBhd2sgJ3twcmludCAkMX0nKSIqIF1dCnRoZW4gCmVjaG8gIjEyNy4wLjEuMSAkKGNhdCAvZXRjL2hvc3RuYW1lIHwgYXdrICd7cHJpbnQgJDF9JykiIHwgdGVlIC1hIC9ldGMvaG9zdHMKZmkKCnF1YWdnYV9pbnQ9JycKZm9yIG5ldF9pbnQgaW4gJChuZXRzdGF0IC1pYSB8IGF3ayAnTlI+MntwcmludCAkMX0nKTsKZG8KaWYgWyAteiAiJChpZmNvbmZpZyB8IGdyZXAgJG5ldF9pbnQpIiBdCnRoZW4KcXVhZ2dhX2ludD0kbmV0X2ludApicmVhawpmaQpkb25lCmlmIFsgLXogIiRxdWFnZ2FfaW50IiBdCnRoZW4KZWNobyAnTm8gYXZhaWxhYmxlIG5ldHdvcmsgaW50ZXJmYWNlJwpmaQoKaXAgbGluayBzZXQgJHF1YWdnYV9pbnQgdXAKaXAgYWRkciBhZGQgJE9XTl9JUC8kRVhUX05FVF9NQVNLIGRldiAkcXVhZ2dhX2ludAoKWkVCUkFfQ09ORklHX0xPQ0FUSU9OPSIvZXRjL3F1YWdnYS96ZWJyYS5jb25mIgpEQUVNT05TX0ZJTEVfTE9DQVRJT049Ii9ldGMvcXVhZ2dhL2RhZW1vbnMiCkJHUERfQ09ORklHX0xPQ0FUSU9OPSIvZXRjL3F1YWdnYS9iZ3BkLmNvbmYiCkJHUERfTE9HX0ZJTEU9Ii92YXIvbG9nL2JncGQubG9nIgoKIyBRdWFnZ2EgaXMgYWxyZWFkeSBpbnN0YWxsZWQgdG8gcnVuIGFzIHdlbGwgaW4gc2V0dXBzIHdpdGhvdXQgaW5ldAojIGRucyBmaXgKIyBlY2hvICJuYW1lc2VydmVyIDguOC44LjgiID4gL2V0Yy9yZXNvbHZjb25mL3Jlc29sdi5jb25mLmQvaGVhZAojIHJlc29sdmNvbmYgLXUKIyBERUJJQU5fRlJPTlRFTkQ9bm9uaW50ZXJhY3RpdmUgYXB0LWdldCB1cGRhdGUKIyBERUJJQU5fRlJPTlRFTkQ9bm9uaW50ZXJhY3RpdmUgYXB0LWdldCBpbnN0YWxsIHF1YWdnYSAteQoKdG91Y2ggJEJHUERfTE9HX0ZJTEUKY2hvd24gcXVhZ2dhOnF1YWdnYSAkQkdQRF9MT0dfRklMRQoKY2hvd24gcXVhZ2dhOnF1YWdnYSAkREFFTU9OU19GSUxFX0xPQ0FUSU9OCmNhdCA8PENBVEVPRiA+ICREQUVNT05TX0ZJTEVfTE9DQVRJT04KemVicmE9eWVzCmJncGQ9eWVzCm9zcGZkPW5vCm9zcGY2ZD1ubwpyaXBkPW5vCnJpcG5nZD1ubwppc2lzZD1ubwpiYWJlbGQ9bm8KQ0FURU9GCgp0b3VjaCAkWkVCUkFfQ09ORklHX0xPQ0FUSU9OCmNob3duIHF1YWdnYTpxdWFnZ2EgJFpFQlJBX0NPTkZJR19MT0NBVElPTgoKY2F0IDw8Q0FURU9GID4gJEJHUERfQ09ORklHX0xPQ0FUSU9OCiEgLSotIGJncCAtKi0KCmhvc3RuYW1lIGJncGQKcGFzc3dvcmQgc2RuY2JncGMKCnJvdXRlciBiZ3AgMjAwCiBiZ3Agcm91dGVyLWlkICR7T1dOX0lQfQogbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gcmVtb3RlLWFzIDEwMAogbm8gbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gYWN0aXZhdGUKIQogYWRkcmVzcy1mYW1pbHkgdnBudjQgdW5pY2FzdAogbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gYWN0aXZhdGUKIGV4aXQtYWRkcmVzcy1mYW1pbHkKIQpsaW5lIHZ0eQogZXhlYy10aW1lb3V0IDAgMAohCmRlYnVnIGJncCBldmVudHMKZGVidWcgYmdwICB1cGRhdGVzCmxvZyBmaWxlICR7QkdQRF9MT0dfRklMRX0KZW5kCkNBVEVPRgpjaG93biBxdWFnZ2E6cXVhZ2dhICRCR1BEX0NPTkZJR19MT0NBVElPTgpzZXJ2aWNlIHF1YWdnYSByZXN0YXJ0CnBncmVwIGJncGQKcGdyZXAgemVicmEK", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.10.11.5", "uuid": "4e9a9033-5124-43c7-9422-a436a1493dd5"}], "config_drive": true}}' 2018-10-12 12:20:22,321 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:20: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-292bc194-8b70-4a16-a47c-e60128ad6796 x-compute-request-id: req-292bc194-8b70-4a16-a47c-e60128ad6796 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "adminPass": "H6h5Jt6rSzis"}} 2018-10-12 12:20:22,321 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-292bc194-8b70-4a16-a47c-e60128ad6796 2018-10-12 12:20:22,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:20:22,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:20:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-539fe986-0f37-400f-8b41-39e44a71ac46 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:20:22,328 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-539fe986-0f37-400f-8b41-39e44a71ac46 2018-10-12 12:20:22,329 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:20:22,705 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:20:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["ariVlFCCTgO5OdXnPLcRKQ"], "issued_at": "2018-10-12T12:20:22.000000Z"}} 2018-10-12 12:20:22,708 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:20:23,227 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:20: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-9ddc2504-09bd-4047-b2cc-973e0c3ae0f0 x-compute-request-id: req-9ddc2504-09bd-4047-b2cc-973e0c3ae0f0 Content-Encoding: gzip Content-Length: 623 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:22Z", "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-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:20:23,227 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-9ddc2504-09bd-4047-b2cc-973e0c3ae0f0 2018-10-12 12:20:26,233 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:20:26,985 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:20: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-0f6c29b5-b07e-474f-ac92-f22be90ef50e x-compute-request-id: req-0f6c29b5-b07e-474f-ac92-f22be90ef50e Content-Encoding: gzip Content-Length: 716 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:20:26,986 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-0f6c29b5-b07e-474f-ac92-f22be90ef50e 2018-10-12 12:20:29,992 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:20:30,788 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:20:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea637a1a-1f5b-47bb-a70e-b2295ba0df38 x-compute-request-id: req-ea637a1a-1f5b-47bb-a70e-b2295ba0df38 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:20:30,788 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-ea637a1a-1f5b-47bb-a70e-b2295ba0df38 2018-10-12 12:20:33,792 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:20:34,286 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:20: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-e684d4ad-eb5c-4e9c-8401-2ff077e3b38c x-compute-request-id: req-e684d4ad-eb5c-4e9c-8401-2ff077e3b38c Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:20:34,286 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-e684d4ad-eb5c-4e9c-8401-2ff077e3b38c 2018-10-12 12:20:37,293 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:20:38,053 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:20:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8812c516-5467-470a-8d44-223d9de0dc77 x-compute-request-id: req-8812c516-5467-470a-8d44-223d9de0dc77 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:20:38,053 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-8812c516-5467-470a-8d44-223d9de0dc77 2018-10-12 12:20:41,060 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:20:41,668 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:20: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-d1e811c6-d00c-4f16-a4fb-58e9507e3309 x-compute-request-id: req-d1e811c6-d00c-4f16-a4fb-58e9507e3309 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:20:41,669 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-d1e811c6-d00c-4f16-a4fb-58e9507e3309 2018-10-12 12:20:44,675 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:20:45,267 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:20:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-355e80dc-e30b-4510-bde7-bceedb0647e5 x-compute-request-id: req-355e80dc-e30b-4510-bde7-bceedb0647e5 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:20:45,268 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-355e80dc-e30b-4510-bde7-bceedb0647e5 2018-10-12 12:20:48,274 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:20:48,928 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:20: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-1470a6cf-5960-4465-b652-2820716415a3 x-compute-request-id: req-1470a6cf-5960-4465-b652-2820716415a3 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:20:48,928 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-1470a6cf-5960-4465-b652-2820716415a3 2018-10-12 12:20:51,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:20:52,403 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:20: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-d39b17fa-cd21-4b3f-8296-1ac8a6e952c4 x-compute-request-id: req-d39b17fa-cd21-4b3f-8296-1ac8a6e952c4 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:20:52,403 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-d39b17fa-cd21-4b3f-8296-1ac8a6e952c4 2018-10-12 12:20:55,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:20:56,144 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:20: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-f4d24322-7a01-4e70-ae34-4792165e5e8f x-compute-request-id: req-f4d24322-7a01-4e70-ae34-4792165e5e8f Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:20:56,144 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-f4d24322-7a01-4e70-ae34-4792165e5e8f 2018-10-12 12:20:59,150 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:20:59,461 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:20: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-60857c0a-674d-4d59-9ce3-800f973cb5d9 x-compute-request-id: req-60857c0a-674d-4d59-9ce3-800f973cb5d9 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:20:59,462 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-60857c0a-674d-4d59-9ce3-800f973cb5d9 2018-10-12 12:21:02,468 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:21:03,089 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:21: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-37b66877-b9cf-4c34-9b4e-6f22fd1e0df9 x-compute-request-id: req-37b66877-b9cf-4c34-9b4e-6f22fd1e0df9 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:21:03,090 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-37b66877-b9cf-4c34-9b4e-6f22fd1e0df9 2018-10-12 12:21:06,096 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:21:06,930 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:21: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-5e6ac80f-fa1e-4813-8ce4-879cb6a4d061 x-compute-request-id: req-5e6ac80f-fa1e-4813-8ce4-879cb6a4d061 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:21:06,931 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-5e6ac80f-fa1e-4813-8ce4-879cb6a4d061 2018-10-12 12:21:09,938 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:21:10,706 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:21: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-0449c592-6c46-4b14-8b74-d7832f4ecae9 x-compute-request-id: req-0449c592-6c46-4b14-8b74-d7832f4ecae9 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:21:10,707 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-0449c592-6c46-4b14-8b74-d7832f4ecae9 2018-10-12 12:21:13,713 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:21:14,475 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:21: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-5e496c9c-f3fd-4490-b294-da4063cf0999 x-compute-request-id: req-5e496c9c-f3fd-4490-b294-da4063cf0999 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:21:14,475 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-5e496c9c-f3fd-4490-b294-da4063cf0999 2018-10-12 12:21:17,481 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:21:18,225 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:21: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-5cb4dcf3-93fd-4a16-bd57-c8b2fa36f893 x-compute-request-id: req-5cb4dcf3-93fd-4a16-bd57-c8b2fa36f893 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:21:18,225 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-5cb4dcf3-93fd-4a16-bd57-c8b2fa36f893 2018-10-12 12:21:21,231 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:21:21,846 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:21: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-511f9976-6ffe-4620-8095-10a9147f7362 x-compute-request-id: req-511f9976-6ffe-4620-8095-10a9147f7362 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:21:21,846 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-511f9976-6ffe-4620-8095-10a9147f7362 2018-10-12 12:21:24,853 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:21:25,505 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:21: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-ebf7c96c-0b0b-4e34-95ab-2e8984057641 x-compute-request-id: req-ebf7c96c-0b0b-4e34-95ab-2e8984057641 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:21:25,505 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-ebf7c96c-0b0b-4e34-95ab-2e8984057641 2018-10-12 12:21:28,512 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:21:29,150 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:21: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-f627cbfa-f2a8-410c-a692-d1392113d240 x-compute-request-id: req-f627cbfa-f2a8-410c-a692-d1392113d240 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:21:29,150 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-f627cbfa-f2a8-410c-a692-d1392113d240 2018-10-12 12:21:32,156 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:21:32,895 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:21: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-e9f9f6b6-4678-4367-92e7-ec2afbc0eb80 x-compute-request-id: req-e9f9f6b6-4678-4367-92e7-ec2afbc0eb80 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:21:32,895 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-e9f9f6b6-4678-4367-92e7-ec2afbc0eb80 2018-10-12 12:21:35,902 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:21:36,553 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:21: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-83a5d36f-4fb9-446b-9db1-dbe438321776 x-compute-request-id: req-83a5d36f-4fb9-446b-9db1-dbe438321776 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:21:36,553 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-83a5d36f-4fb9-446b-9db1-dbe438321776 2018-10-12 12:21:39,559 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:21:40,019 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:21: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-84d1c433-3b86-4829-9594-ba957a297124 x-compute-request-id: req-84d1c433-3b86-4829-9594-ba957a297124 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:21:40,019 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-84d1c433-3b86-4829-9594-ba957a297124 2018-10-12 12:21:43,025 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:21:43,504 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:21: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-2da711c3-3ecb-4d26-92f6-630de70e90b6 x-compute-request-id: req-2da711c3-3ecb-4d26-92f6-630de70e90b6 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:21:43,504 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-2da711c3-3ecb-4d26-92f6-630de70e90b6 2018-10-12 12:21:46,511 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:21:46,979 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:21:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5f4756d6-815c-4bfb-9278-57e29cdfef28 x-compute-request-id: req-5f4756d6-815c-4bfb-9278-57e29cdfef28 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:21:46,979 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-5f4756d6-815c-4bfb-9278-57e29cdfef28 2018-10-12 12:21:49,986 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:21:50,306 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:21: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-c4c69782-1a4c-47be-af4f-814ca8f2bd33 x-compute-request-id: req-c4c69782-1a4c-47be-af4f-814ca8f2bd33 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:21:50,306 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-c4c69782-1a4c-47be-af4f-814ca8f2bd33 2018-10-12 12:21:53,312 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:21:53,790 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:21: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-e6052159-7e58-4c66-b2d0-593371094faa x-compute-request-id: req-e6052159-7e58-4c66-b2d0-593371094faa Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:21:53,790 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-e6052159-7e58-4c66-b2d0-593371094faa 2018-10-12 12:21:56,796 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:21:57,106 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:21: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-3d21492b-dd54-49ab-b165-d74205970adc x-compute-request-id: req-3d21492b-dd54-49ab-b165-d74205970adc Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:21:57,106 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-3d21492b-dd54-49ab-b165-d74205970adc 2018-10-12 12:22:00,112 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:22:00,672 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:22: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-e868dde4-969a-423a-a140-2f597370de4f x-compute-request-id: req-e868dde4-969a-423a-a140-2f597370de4f Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:22:00,672 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-e868dde4-969a-423a-a140-2f597370de4f 2018-10-12 12:22:03,678 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:22:04,308 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:22: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-d37c8521-52fc-4c31-8994-25856e6cb8b7 x-compute-request-id: req-d37c8521-52fc-4c31-8994-25856e6cb8b7 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:22:04,309 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-d37c8521-52fc-4c31-8994-25856e6cb8b7 2018-10-12 12:22:07,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:22:07,783 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-6397032f-5233-480f-a902-4269148d9785 x-compute-request-id: req-6397032f-5233-480f-a902-4269148d9785 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:22:07,783 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-6397032f-5233-480f-a902-4269148d9785 2018-10-12 12:22:10,789 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:22:11,123 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:22: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-db09ab0b-064f-420a-a6e5-9a444a9ffe1c x-compute-request-id: req-db09ab0b-064f-420a-a6e5-9a444a9ffe1c Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:22:11,124 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-db09ab0b-064f-420a-a6e5-9a444a9ffe1c 2018-10-12 12:22:14,130 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:22:14,589 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:22: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-6f5e9111-dbef-48b3-a01d-737ba266ad7a x-compute-request-id: req-6f5e9111-dbef-48b3-a01d-737ba266ad7a Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:22:14,589 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-6f5e9111-dbef-48b3-a01d-737ba266ad7a 2018-10-12 12:22:17,596 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:22:17,973 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:22: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-647c68c1-34ac-408b-aa00-fe8c562bd30d x-compute-request-id: req-647c68c1-34ac-408b-aa00-fe8c562bd30d Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:22:17,973 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-647c68c1-34ac-408b-aa00-fe8c562bd30d 2018-10-12 12:22:20,980 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:22:21,471 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:22: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-5a4e50a5-a253-4719-b40a-9cbe34cd6974 x-compute-request-id: req-5a4e50a5-a253-4719-b40a-9cbe34cd6974 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:22:21,471 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-5a4e50a5-a253-4719-b40a-9cbe34cd6974 2018-10-12 12:22:24,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:22:24,918 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:22: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-886f7ac5-879d-4549-aca0-4de1663ec926 x-compute-request-id: req-886f7ac5-879d-4549-aca0-4de1663ec926 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:22:24,918 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-886f7ac5-879d-4549-aca0-4de1663ec926 2018-10-12 12:22:27,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:22:28,459 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:22: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-fa239528-2047-4f51-9325-e0d4f602c9fa x-compute-request-id: req-fa239528-2047-4f51-9325-e0d4f602c9fa Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:22:28,459 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-fa239528-2047-4f51-9325-e0d4f602c9fa 2018-10-12 12:22:31,465 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:22:32,053 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:22: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-95b2b820-db42-4ac5-9b75-ac900f383aee x-compute-request-id: req-95b2b820-db42-4ac5-9b75-ac900f383aee Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:20:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:22:32,054 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-95b2b820-db42-4ac5-9b75-ac900f383aee 2018-10-12 12:22:35,060 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8392931c440b2302bb2cd39b7773cdfe20522b74" 2018-10-12 12:22:35,549 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-d04def70-828f-4790-80cc-aca861270007 x-compute-request-id: req-d04def70-828f-4790-80cc-aca861270007 Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": "2018-10-12T12:22:32.000000", "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:22:33Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:22:35,549 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-d04def70-828f-4790-80cc-aca861270007 2018-10-12 12:22:35,552 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ede53f4ab0d3107430de9015c7e516add25368c4" 2018-10-12 12:22:36,317 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-a1af0334-d1e1-4223-803e-7618ee1ea138 x-compute-request-id: req-a1af0334-d1e1-4223-803e-7618ee1ea138 Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:bb:fa", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "rel": "bookmark"}], "image": {"id": "1080c1ca-8614-496f-9033-fe3ad26c6ed2", "links": [{"href": "http://172.30.9.26:8774/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": "2018-10-12T12:22:32.000000", "flavor": {"id": "c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "links": [{"href": "http://172.30.9.26:8774/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204", "rel": "bookmark"}]}, "id": "fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:22:33Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-3-2-quagga", "created": "2018-10-12T12:20:22Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:22:36,317 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf used request id req-a1af0334-d1e1-4223-803e-7618ee1ea138 2018-10-12 12:22:36,318 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-3-2-quagga' booted successfully. IP='10.10.11.5'. 2018-10-12 12:22:36,318 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-3-2-quagga' to security group 'a012b764-3d71-4fe8-a730-445db10f62d9'... 2018-10-12 12:22:36,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0f18ac81277f8cf6041b71fd477aceb734f6b4" -d '{"addSecurityGroup": {"name": "a012b764-3d71-4fe8-a730-445db10f62d9"}}' 2018-10-12 12:22:37,829 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12: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-431b9df7-0268-4e61-952d-baa65f5ebedd x-compute-request-id: req-431b9df7-0268-4e61-952d-baa65f5ebedd Content-Length: 0 Content-Type: application/json 2018-10-12 12:22:37,829 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf/action used request id req-431b9df7-0268-4e61-952d-baa65f5ebedd 2018-10-12 12:22:37,833 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0f18ac81277f8cf6041b71fd477aceb734f6b4" -d '{"addFloatingIp": {"address": "172.30.9.202"}}' 2018-10-12 12:22:40,122 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:22:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-76f4ea41-3da8-46fb-90bd-c64aeb88d653 x-compute-request-id: req-76f4ea41-3da8-46fb-90bd-c64aeb88d653 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-10-12 12:22:40,122 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf/action used request id req-76f4ea41-3da8-46fb-90bd-c64aeb88d653 2018-10-12 12:22:40,123 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-12 12:22:40,124 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-12 12:22:40,124 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-12 12:22:40,128 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-12 12:22:40,289 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-12 12:22:40,290 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-12 12:22:40,291 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-12 12:22:40,292 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-12 12:22:40,292 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-12 12:22:40,332 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-12 12:22:40,423 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-12 12:22:40,423 - sdnvpn_test_utils - INFO - Waiting for cloud init of instance: sdnvpn-3-2-quagga 2018-10-12 12:22:40,427 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ede53f4ab0d3107430de9015c7e516add25368c4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:22:40,430 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-12 12:22:41,499 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:22: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-10e21b0c-4732-424f-ae3b-a57ba1177014 x-compute-request-id: req-10e21b0c-4732-424f-ae3b-a57ba1177014 Content-Encoding: gzip Content-Length: 10569 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 718966109 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.146148] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.148305] pid_max: default: 32768 minimum: 301\n[ 0.149486] ACPI: Core revision 20150930\n[ 0.151092] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152791] Security Framework initialized\n[ 0.153861] Yama: becoming mindful.\n[ 0.154810] AppArmor: AppArmor initialized\n[ 0.155930] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.157777] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159859] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.161503] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163310] Initializing cgroup subsys io\n[ 0.164380] Initializing cgroup subsys memory\n[ 0.165508] Initializing cgroup subsys devices\n[ 0.166646] Initializing cgroup subsys freezer\n[ 0.167782] Initializing cgroup subsys net_cls\n[ 0.168918] Initializing cgroup subsys perf_event\n[ 0.170099] Initializing cgroup subsys net_prio\n[ 0.171267] Initializing cgroup subsys hugetlb\n[ 0.172406] Initializing cgroup subsys pids\n[ 0.173541] CPU: Physical Processor ID: 0\n[ 0.175293] mce: CPU supports 10 MCE banks\n[ 0.176394] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.177720] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.190067] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.196963] ftrace: allocating 32123 entries in 126 pages\n[ 0.223898] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225512] smpboot: Max logical packages: 1\n[ 0.226776] x2apic enabled\n[ 0.227754] Switched APIC routing to physical x2apic.\n[ 0.229812] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231088] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233095] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234877] KVM setup paravirtual spinlock\n[ 0.236153] x86: Booted up 1 node, 1 CPUs\n[ 0.236967] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.238362] devtmpfs: initialized\n[ 0.240844] evm: security.selinux\n[ 0.241571] evm: security.SMACK64\n[ 0.242265] evm: security.SMACK64EXEC\n[ 0.243007] evm: security.SMACK64TRANSMUTE\n[ 0.243822] evm: security.SMACK64MMAP\n[ 0.244567] evm: security.ima\n[ 0.245201] evm: security.capability\n[ 0.246004] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247858] pinctrl core: initialized pinctrl subsystem\n[ 0.248952] RTC time: 12:22:32, date: 10/12/18\n[ 0.249887] NET: Registered protocol family 16\n[ 0.250860] cpuidle: using governor ladder\n[ 0.251694] cpuidle: using governor menu\n[ 0.252484] PCCT header not found.\n[ 0.253234] ACPI: bus type PCI registered\n[ 0.254036] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255274] PCI: Using configuration type 1 for base access\n[ 0.257420] ACPI: Added _OSI(Module Device)\n[ 0.258255] ACPI: Added _OSI(Processor Device)\n[ 0.259116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260016] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.262141] ACPI: Interpreter enabled\n[ 0.262906] ACPI: (supports S0 S5)\n[ 0.263608] ACPI: Using IOAPIC for interrupt routing\n[ 0.264542] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267608] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268726] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269940] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271122] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273456] acpiphp: Slot [3] registered\n[ 0.274242] acpiphp: Slot [4] registered\n[ 0.275028] acpiphp: Slot [5] registered\n[ 0.275819] acpiphp: Slot [6] registered\n[ 0.276607] acpiphp: Slot [7] registered\n[ 0.277389] acpiphp: Slot [8] registered\n[ 0.278167] acpiphp: Slot [9] registered\n[ 0.278954] acpiphp: Slot [10] registered\n[ 0.279751] acpiphp: Slot [11] registered\n[ 0.280562] acpiphp: Slot [12] registered\n[ 0.281360] acpiphp: Slot [13] registered\n[ 0.282170] acpiphp: Slot [14] registered\n[ 0.292921] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294546] acpiphp: Slot [17] registered\n[ 0.295355] acpiphp: Slot [18] registered\n[ 0.296160] acpiphp: Slot [19] registered\n[ 0.296974] acpiphp: Slot [20] registered\n[ 0.297786] acpiphp: Slot [21] registered\n[ 0.298598] acpiphp: Slot [22] registered\n[ 0.299410] acpiphp: Slot [23] registered\n[ 0.300215] acpiphp: Slot [24] registered\n[ 0.301033] acpiphp: Slot [25] registered\n[ 0.301848] acpiphp: Slot [26] registered\n[ 0.302669] acpiphp: Slot [27] registered\n[ 0.303480] acpiphp: Slot [28] registered\n[ 0.304290] acpiphp: Slot [29] registered\n[ 0.305110] acpiphp: Slot [30] registered\n[ 0.305924] acpiphp: Slot [31] registered\n[ 0.306734] PCI host bridge to bus 0000:00\n[ 0.307548] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309987] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.311448] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312915] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.319278] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320562] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321735] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.323024] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.329521] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330953] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.379761] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.381378] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.382801] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.384210] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.385584] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.387452] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.388610] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.389657] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.391194] vgaarb: loaded\n[ 0.391793] vgaarb: bridge control possible 0000:00:02.0\n[ 0.392938] SCSI subsystem initialized\n[ 0.393750] ACPI: bus type USB registered\n[ 0.394560] usbcore: registered new interface driver usbfs\n[ 0.395579] usbcore: registered new interface driver hub\n[ 0.396574] usbcore: registered new device driver usb\n[ 0.397616] PCI: Using ACPI for IRQ routing\n[ 0.398637] NetLabel: Initializing\n[ 0.399346] NetLabel: domain hash size = 128\n[ 0.400186] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401131] NetLabel: unlabeled traffic allowed by default\n[ 0.402222] amd_nb: Cannot enumerate AMD northbridges\n[ 0.403207] clocksource: Switched to clocksource kvm-clock\n[ 0.408617] AppArmor: AppArmor Filesystem Enabled\n[ 0.409570] pnp: PnP ACPI init\n[ 0.410476] pnp: PnP ACPI: found 5 devices\n[ 0.416519] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.418212] NET: Registered protocol family 2\n[ 0.419189] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.420475] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.421670] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.422844] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.423940] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.425120] NET: Registered protocol family 1\n[ 0.425982] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.427069] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.428137] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.442216] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.456568] Trying to unpack rootfs image as initramfs...\n[ 1.733426] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.748638] Scanning for low memory corruption every 60 seconds\n[ 1.750168] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.751322] audit: initializing netlink subsys (disabled)\n[ 1.752346] audit: type=2000 audit(1539346954.395:1): initialized\n[ 1.753647] Initialise system trusted keyring\n[ 1.754572] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.755744] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.757747] zbud: loaded\n[ 1.758449] VFS: Disk quotas dquot_6.6.0\n[ 1.759273] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.760674] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.761894] fuse init (API version 7.23)\n[ 1.762771] Key type big_key registered\n[ 1.763571] Allocating IMA MOK and blacklist keyrings.\n[ 1.764674] Key type asymmetric registered\n[ 1.765495] Asymmetric key parser 'x509' registered\n[ 1.766463] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.767930] io scheduler noop registered\n[ 1.768727] io scheduler deadline registered (default)\n[ 1.769711] io scheduler cfq registered\n[ 1.770540] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.771590] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.772854] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.774294] ACPI: Power Button [PWRF]\n[ 1.775123] GHES: HEST is not enabled!\n[ 1.789113] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.819300] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.821603] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.845219] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.847335] Linux agpgart interface v0.103\n[ 1.849341] brd: module loaded\n[ 1.850594] loop: module loaded\n[ 1.852106] vda: vda1\n[ 1.853388] scsi host0: ata_piix\n[ 1.854120] scsi host1: ata_piix\n[ 1.854831] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.856056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.857520] libphy: Fixed MDIO Bus: probed\n[ 1.858336] tun: Universal TUN/TAP device driver, 1.6\n[ 1.859289] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.861429] PPP generic driver version 2.4.2\n[ 1.862334] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.863597] ehci-pci: EHCI PCI platform driver\n[ 1.864470] ehci-platform: EHCI generic platform driver\n[ 1.865456] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.866582] ohci-pci: OHCI PCI platform driver\n[ 1.867480] ohci-platform: OHCI generic platform driver\n[ 1.868474] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.882917] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.883921] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.885377] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.886375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.887515] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.888736] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.890158] usb usb1: Product: UHCI Host Controller\n[ 1.891093] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.892238] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.893238] hub 1-0:1.0: USB hub found\n[ 1.894028] hub 1-0:1.0: 2 ports detected\n[ 1.894937] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.897063] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.898031] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.899068] mousedev: PS/2 mouse device common for all mice\n[ 1.900326] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.902174] rtc_cmos 00:00: RTC can wake from S4\n[ 1.903292] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.904486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.905675] i2c /dev entries driver\n[ 1.906425] device-mapper: uevent: version 1.0.3\n[ 1.907379] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.909016] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.910291] NET: Registered protocol family 10\n[ 1.911331] NET: Registered protocol family 17\n[ 1.912218] Key type dns_resolver registered\n[ 1.913155] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.914255] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.916016] registered taskstats version 1\n[ 1.916851] Loading compiled-in X.509 certificates\n[ 1.918287] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.920143] zswap: loaded using pool lzo/zbud\n[ 1.921959] Key type trusted registered\n[ 1.924238] Key type encrypted registered\n[ 1.925093] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.926122] ima: No TPM chip found, activating TPM-bypass!\n[ 1.927163] evm: HMAC attrs: 0x1\n[ 1.928115] Magic number: 6:22:380\n[ 1.928942] rtc_cmos 00:00: setting system clock to 2018-10-12 12:22:34 UTC (1539346954)\n[ 1.930538] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.931660] EDD information not available.\n[ 2.011793] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.013243] ata1.00: configured for MWDMA2\n[ 2.014442] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.016759] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.017993] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.029590] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.031461] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.032995] Write protecting the kernel read-only data: 14336k\n[ 2.034535] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.036262] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.045150] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.046925] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048942] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050806] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052661] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054478] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056352] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058126] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.060447] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062236] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089770] virtio_net virtio0 ens3: renamed from eth0\n[ 2.098159] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.100009] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.127597] FDC 0 is a S82078B\n[ 2.129141] AVX2 version of gcm_enc/dec engaged.\n[ 2.130066] AES CTR mode by8 optimization enabled\n[ 2.203242] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.368164] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.369598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.370875] usb 1-1: Product: QEMU USB Tablet\n[ 2.371727] usb 1-1: Manufacturer: QEMU\n[ 2.372521] usb 1-1: SerialNumber: 42\n[ 2.379724] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.386628] usbcore: registered new interface driver usbhid\n[ 2.387751] usbhid: USB HID core driver\n[ 2.389461] 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.391752] 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.747279] tsc: Refined TSC clocksource calibration: 3491.906 MHz\n[ 2.748532] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\nBegin: Loading essential drivers ... [ 3.363898] md: linear personality registered for level -1\n[ 3.366506] md: multipath personality registered for level -4\n[ 3.369139] md: raid0 personality registered for level 0\n[ 3.372046] md: raid1 personality registered for level 1\n[ 3.443214] raid6: sse2x1 gen() 11325 MB/s\n[ 3.511209] raid6: sse2x1 xor() 8743 MB/s\n[ 3.579210] raid6: sse2x2 gen() 14330 MB/s\n[ 3.647211] raid6: sse2x2 xor() 9914 MB/s\n[ 3.715212] raid6: sse2x4 gen() 16540 MB/s\n[ 3.783209] raid6: sse2x4 xor() 11584 MB/s\n[ 3.851209] raid6: avx2x1 gen() 22272 MB/s\n[ 3.919210] raid6: avx2x2 gen() 25528 MB/s\n[ 3.987210] raid6: avx2x4 gen() 29445 MB/s\n[ 3.988087] raid6: using algorithm avx2x4 gen() 29445 MB/s\n[ 3.989106] raid6: using avx2x2 recovery algorithm\n[ 3.991016] xor: automatically using best checksumming function:\n[ 4.031209] avx : 35230.000 MB/sec\n[ 4.033032] async_tx: api initialized (async)\n[ 4.040377] md: raid6 personality registered for level 6\n[ 4.041447] md: raid5 personality registered for level 5\n[ 4.042442] md: raid4 personality registered for level 4\n[ 4.046577] 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.070216] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.098935] 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.198737] 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.201987] systemd[1]: Detected virtualization kvm.\n[ 4.202929] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.206918] systemd[1]: Set hostname to .\n[ 4.211849] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.213232] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.329147] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.331744] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.333796] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.335923] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.339658] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.341638] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.344587] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.347840] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.351793] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[ 4.355815] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 4.364130] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.367611] 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.375523] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.378815] iscsi: registered transport (tcp)\n[ 4.380053] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.383717] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.391811] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.394349] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.398005] 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.404821] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.408136] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.410725] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.414076] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.417705] systemd[1]: Reached target Slices.\n[ 4.418751] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Reached target Slices.\n[ 4.421230] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.425896] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.428761] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[ 4.431201] iscsi: registered transport (iser)\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.434787] 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.438542] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.442049] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.444238] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.448285] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.456583] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.458454] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.467605] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.470000] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Load Kernel Modules.\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 Uncomplicated firewall.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started 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 Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\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 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.893186] cloud-init[453]: Cloud-init v. 0.7.9 running 'init-local' at Fri, 12 Oct 2018 12:22:37 +0000. Up 5.21 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n"} 2018-10-12 12:22:41,500 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf/action used request id req-10e21b0c-4732-424f-ae3b-a57ba1177014 2018-10-12 12:23:11,523 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ede53f4ab0d3107430de9015c7e516add25368c4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:23:12,613 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:23:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-947bdc5f-bdc7-4e58-9363-d7be7dc6e032 x-compute-request-id: req-947bdc5f-bdc7-4e58-9363-d7be7dc6e032 Content-Encoding: gzip Content-Length: 14979 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 718966109 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.146148] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.148305] pid_max: default: 32768 minimum: 301\n[ 0.149486] ACPI: Core revision 20150930\n[ 0.151092] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152791] Security Framework initialized\n[ 0.153861] Yama: becoming mindful.\n[ 0.154810] AppArmor: AppArmor initialized\n[ 0.155930] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.157777] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159859] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.161503] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163310] Initializing cgroup subsys io\n[ 0.164380] Initializing cgroup subsys memory\n[ 0.165508] Initializing cgroup subsys devices\n[ 0.166646] Initializing cgroup subsys freezer\n[ 0.167782] Initializing cgroup subsys net_cls\n[ 0.168918] Initializing cgroup subsys perf_event\n[ 0.170099] Initializing cgroup subsys net_prio\n[ 0.171267] Initializing cgroup subsys hugetlb\n[ 0.172406] Initializing cgroup subsys pids\n[ 0.173541] CPU: Physical Processor ID: 0\n[ 0.175293] mce: CPU supports 10 MCE banks\n[ 0.176394] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.177720] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.190067] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.196963] ftrace: allocating 32123 entries in 126 pages\n[ 0.223898] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225512] smpboot: Max logical packages: 1\n[ 0.226776] x2apic enabled\n[ 0.227754] Switched APIC routing to physical x2apic.\n[ 0.229812] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231088] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233095] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234877] KVM setup paravirtual spinlock\n[ 0.236153] x86: Booted up 1 node, 1 CPUs\n[ 0.236967] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.238362] devtmpfs: initialized\n[ 0.240844] evm: security.selinux\n[ 0.241571] evm: security.SMACK64\n[ 0.242265] evm: security.SMACK64EXEC\n[ 0.243007] evm: security.SMACK64TRANSMUTE\n[ 0.243822] evm: security.SMACK64MMAP\n[ 0.244567] evm: security.ima\n[ 0.245201] evm: security.capability\n[ 0.246004] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247858] pinctrl core: initialized pinctrl subsystem\n[ 0.248952] RTC time: 12:22:32, date: 10/12/18\n[ 0.249887] NET: Registered protocol family 16\n[ 0.250860] cpuidle: using governor ladder\n[ 0.251694] cpuidle: using governor menu\n[ 0.252484] PCCT header not found.\n[ 0.253234] ACPI: bus type PCI registered\n[ 0.254036] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255274] PCI: Using configuration type 1 for base access\n[ 0.257420] ACPI: Added _OSI(Module Device)\n[ 0.258255] ACPI: Added _OSI(Processor Device)\n[ 0.259116] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260016] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.262141] ACPI: Interpreter enabled\n[ 0.262906] ACPI: (supports S0 S5)\n[ 0.263608] ACPI: Using IOAPIC for interrupt routing\n[ 0.264542] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267608] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268726] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269940] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271122] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273456] acpiphp: Slot [3] registered\n[ 0.274242] acpiphp: Slot [4] registered\n[ 0.275028] acpiphp: Slot [5] registered\n[ 0.275819] acpiphp: Slot [6] registered\n[ 0.276607] acpiphp: Slot [7] registered\n[ 0.277389] acpiphp: Slot [8] registered\n[ 0.278167] acpiphp: Slot [9] registered\n[ 0.278954] acpiphp: Slot [10] registered\n[ 0.279751] acpiphp: Slot [11] registered\n[ 0.280562] acpiphp: Slot [12] registered\n[ 0.281360] acpiphp: Slot [13] registered\n[ 0.282170] acpiphp: Slot [14] registered\n[ 0.292921] acpiphp: Slot [15] registered\n[ 0.293737] acpiphp: Slot [16] registered\n[ 0.294546] acpiphp: Slot [17] registered\n[ 0.295355] acpiphp: Slot [18] registered\n[ 0.296160] acpiphp: Slot [19] registered\n[ 0.296974] acpiphp: Slot [20] registered\n[ 0.297786] acpiphp: Slot [21] registered\n[ 0.298598] acpiphp: Slot [22] registered\n[ 0.299410] acpiphp: Slot [23] registered\n[ 0.300215] acpiphp: Slot [24] registered\n[ 0.301033] acpiphp: Slot [25] registered\n[ 0.301848] acpiphp: Slot [26] registered\n[ 0.302669] acpiphp: Slot [27] registered\n[ 0.303480] acpiphp: Slot [28] registered\n[ 0.304290] acpiphp: Slot [29] registered\n[ 0.305110] acpiphp: Slot [30] registered\n[ 0.305924] acpiphp: Slot [31] registered\n[ 0.306734] PCI host bridge to bus 0000:00\n[ 0.307548] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.308765] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309987] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.311448] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312915] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.319278] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320562] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321735] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.323024] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.329521] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330953] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.379761] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.381378] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.382801] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.384210] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.385584] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.387452] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.388610] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.389657] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.391194] vgaarb: loaded\n[ 0.391793] vgaarb: bridge control possible 0000:00:02.0\n[ 0.392938] SCSI subsystem initialized\n[ 0.393750] ACPI: bus type USB registered\n[ 0.394560] usbcore: registered new interface driver usbfs\n[ 0.395579] usbcore: registered new interface driver hub\n[ 0.396574] usbcore: registered new device driver usb\n[ 0.397616] PCI: Using ACPI for IRQ routing\n[ 0.398637] NetLabel: Initializing\n[ 0.399346] NetLabel: domain hash size = 128\n[ 0.400186] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401131] NetLabel: unlabeled traffic allowed by default\n[ 0.402222] amd_nb: Cannot enumerate AMD northbridges\n[ 0.403207] clocksource: Switched to clocksource kvm-clock\n[ 0.408617] AppArmor: AppArmor Filesystem Enabled\n[ 0.409570] pnp: PnP ACPI init\n[ 0.410476] pnp: PnP ACPI: found 5 devices\n[ 0.416519] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.418212] NET: Registered protocol family 2\n[ 0.419189] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.420475] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.421670] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.422844] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.423940] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.425120] NET: Registered protocol family 1\n[ 0.425982] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.427069] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.428137] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.442216] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.456568] Trying to unpack rootfs image as initramfs...\n[ 1.733426] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.748638] Scanning for low memory corruption every 60 seconds\n[ 1.750168] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.751322] audit: initializing netlink subsys (disabled)\n[ 1.752346] audit: type=2000 audit(1539346954.395:1): initialized\n[ 1.753647] Initialise system trusted keyring\n[ 1.754572] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.755744] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.757747] zbud: loaded\n[ 1.758449] VFS: Disk quotas dquot_6.6.0\n[ 1.759273] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.760674] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.761894] fuse init (API version 7.23)\n[ 1.762771] Key type big_key registered\n[ 1.763571] Allocating IMA MOK and blacklist keyrings.\n[ 1.764674] Key type asymmetric registered\n[ 1.765495] Asymmetric key parser 'x509' registered\n[ 1.766463] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.767930] io scheduler noop registered\n[ 1.768727] io scheduler deadline registered (default)\n[ 1.769711] io scheduler cfq registered\n[ 1.770540] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.771590] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.772854] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.774294] ACPI: Power Button [PWRF]\n[ 1.775123] GHES: HEST is not enabled!\n[ 1.789113] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.819300] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.821603] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.845219] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.847335] Linux agpgart interface v0.103\n[ 1.849341] brd: module loaded\n[ 1.850594] loop: module loaded\n[ 1.852106] vda: vda1\n[ 1.853388] scsi host0: ata_piix\n[ 1.854120] scsi host1: ata_piix\n[ 1.854831] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.856056] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.857520] libphy: Fixed MDIO Bus: probed\n[ 1.858336] tun: Universal TUN/TAP device driver, 1.6\n[ 1.859289] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.861429] PPP generic driver version 2.4.2\n[ 1.862334] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.863597] ehci-pci: EHCI PCI platform driver\n[ 1.864470] ehci-platform: EHCI generic platform driver\n[ 1.865456] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.866582] ohci-pci: OHCI PCI platform driver\n[ 1.867480] ohci-platform: OHCI generic platform driver\n[ 1.868474] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.882917] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.883921] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.885377] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.886375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.887515] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.888736] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.890158] usb usb1: Product: UHCI Host Controller\n[ 1.891093] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.892238] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.893238] hub 1-0:1.0: USB hub found\n[ 1.894028] hub 1-0:1.0: 2 ports detected\n[ 1.894937] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.897063] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.898031] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.899068] mousedev: PS/2 mouse device common for all mice\n[ 1.900326] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.902174] rtc_cmos 00:00: RTC can wake from S4\n[ 1.903292] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.904486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.905675] i2c /dev entries driver\n[ 1.906425] device-mapper: uevent: version 1.0.3\n[ 1.907379] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.909016] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.910291] NET: Registered protocol family 10\n[ 1.911331] NET: Registered protocol family 17\n[ 1.912218] Key type dns_resolver registered\n[ 1.913155] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.914255] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.916016] registered taskstats version 1\n[ 1.916851] Loading compiled-in X.509 certificates\n[ 1.918287] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.920143] zswap: loaded using pool lzo/zbud\n[ 1.921959] Key type trusted registered\n[ 1.924238] Key type encrypted registered\n[ 1.925093] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.926122] ima: No TPM chip found, activating TPM-bypass!\n[ 1.927163] evm: HMAC attrs: 0x1\n[ 1.928115] Magic number: 6:22:380\n[ 1.928942] rtc_cmos 00:00: setting system clock to 2018-10-12 12:22:34 UTC (1539346954)\n[ 1.930538] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.931660] EDD information not available.\n[ 2.011793] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.013243] ata1.00: configured for MWDMA2\n[ 2.014442] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.016759] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.017993] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.029590] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.031461] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.032995] Write protecting the kernel read-only data: 14336k\n[ 2.034535] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.036262] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.045150] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.046925] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048942] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050806] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052661] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054478] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056352] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058126] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.060447] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062236] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089770] virtio_net virtio0 ens3: renamed from eth0\n[ 2.098159] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.100009] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.127597] FDC 0 is a S82078B\n[ 2.129141] AVX2 version of gcm_enc/dec engaged.\n[ 2.130066] AES CTR mode by8 optimization enabled\n[ 2.203242] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.368164] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.369598] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.370875] usb 1-1: Product: QEMU USB Tablet\n[ 2.371727] usb 1-1: Manufacturer: QEMU\n[ 2.372521] usb 1-1: SerialNumber: 42\n[ 2.379724] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.386628] usbcore: registered new interface driver usbhid\n[ 2.387751] usbhid: USB HID core driver\n[ 2.389461] 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.391752] 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.747279] tsc: Refined TSC clocksource calibration: 3491.906 MHz\n[ 2.748532] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\nBegin: Loading essential drivers ... [ 3.363898] md: linear personality registered for level -1\n[ 3.366506] md: multipath personality registered for level -4\n[ 3.369139] md: raid0 personality registered for level 0\n[ 3.372046] md: raid1 personality registered for level 1\n[ 3.443214] raid6: sse2x1 gen() 11325 MB/s\n[ 3.511209] raid6: sse2x1 xor() 8743 MB/s\n[ 3.579210] raid6: sse2x2 gen() 14330 MB/s\n[ 3.647211] raid6: sse2x2 xor() 9914 MB/s\n[ 3.715212] raid6: sse2x4 gen() 16540 MB/s\n[ 3.783209] raid6: sse2x4 xor() 11584 MB/s\n[ 3.851209] raid6: avx2x1 gen() 22272 MB/s\n[ 3.919210] raid6: avx2x2 gen() 25528 MB/s\n[ 3.987210] raid6: avx2x4 gen() 29445 MB/s\n[ 3.988087] raid6: using algorithm avx2x4 gen() 29445 MB/s\n[ 3.989106] raid6: using avx2x2 recovery algorithm\n[ 3.991016] xor: automatically using best checksumming function:\n[ 4.031209] avx : 35230.000 MB/sec\n[ 4.033032] async_tx: api initialized (async)\n[ 4.040377] md: raid6 personality registered for level 6\n[ 4.041447] md: raid5 personality registered for level 5\n[ 4.042442] md: raid4 personality registered for level 4\n[ 4.046577] 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.070216] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.098935] 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.198737] 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.201987] systemd[1]: Detected virtualization kvm.\n[ 4.202929] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.206918] systemd[1]: Set hostname to .\n[ 4.211849] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.213232] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.329147] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.331744] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.333796] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.335923] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.339658] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.341638] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.344587] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.347840] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.351793] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[ 4.355815] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 4.364130] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.367611] 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.375523] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.378815] iscsi: registered transport (tcp)\n[ 4.380053] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.383717] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.391811] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.394349] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.398005] 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.404821] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.408136] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.410725] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.414076] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.417705] systemd[1]: Reached target Slices.\n[ 4.418751] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Reached target Slices.\n[ 4.421230] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.425896] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.428761] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[ 4.431201] iscsi: registered transport (iser)\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.434787] 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.438542] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.442049] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.444238] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.448285] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.456583] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.458454] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.467605] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.470000] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Load Kernel Modules.\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 Uncomplicated firewall.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started 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 Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\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 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.893186] cloud-init[453]: Cloud-init v. 0.7.9 running 'init-local' at Fri, 12 Oct 2018 12:22:37 +0000. Up 5.21 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 8.396322] cloud-init[1052]: Cloud-init v. 0.7.9 running 'init' at Fri, 12 Oct 2018 12:22:39 +0000. Up 7.05 seconds.\n[ 8.398065] cloud-init[1052]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.404141] cloud-init[1052]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.405982] cloud-init[1052]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.407765] cloud-init[1052]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.413518] cloud-init[1052]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.415292] cloud-init[1052]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.420287] cloud-init[1052]: ci-info: | ens6 | False | . | . | . | 52:54:00:91:7a:a6 |\n[ 8.424100] cloud-init[1052]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:db:bb:fa |\n[ 8.425874] cloud-init[1052]: ci-info: | ens3 | True | fe80::f816:3eff:fedb:bbfa/64 | . | link | fa:16:3e:db:bb:fa |\n[ 8.432129] cloud-init[1052]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.433916] cloud-init[1052]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.436103] cloud-init[1052]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.440102] cloud-init[1052]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.444102] cloud-init[1052]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.449862] cloud-init[1052]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target System Initialization.[ 8.456299] cloud-init[1052]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.458327] cloud-init[1052]: ci-info: | 2 | 169.254.169.254 | 10.10.11.3 | 255.255.255.255 | ens3 | UGH |\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m[ 8.462429] cloud-init[1052]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.470242] cloud-init[1052]: Generating public/private rsa key pair.\n[ 8.471611] cloud-init[1052]: ] Reached target Paths.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.476913] cloud-init[1052]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.478393] cloud-init[1052]: The key fingerprint is:\n[ 8.479416] cloud-init[1052]: SHA256:00su0F1CElrC9AYFv6ZMdJaO7Mvef8DVxGNzZp999yc root@sdnvpn-3-2-quagga Starting LXD - unix socket.\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[ 8.484228] cloud-init[1052]: The key's randomart image is:\n[ 8.485047] cloud-init[1052]: +---[RSA 2048]----+\n[ 8.485780] cloud-init[1052]: | o=o=.. . |\n[ 8.486521] cloud-init[1052]: | .B + * +|\n[ 8.487263] cloud-init[1052]: | o B . .+ *+|\n[ 8.487988] \n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\ncloud-init[1052]: | o B + o. ..=|\n[ 8.493516] cloud-init[1052]: | = S.+. +|\n[ 8.498992] cloud-init[1052]: | + + +o. E o|[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n\n[ 8.504213] cloud-init[1052]: | + . o. ..|\n[ 8.506253] cloud-init[1052]: | . o . . | Starting Accounts Service...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n\n[ 8.512717] cloud-init[1052]: | .+ .... |\n[ 8.515214] cloud-init[1052]: +----[SHA256]-----+\n Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting /etc/rc.local Compatibility...\n Starting Apply the settings specified in cloud-config...[ 8.519067] cloud-init[1052]: Generating public/private dsa key pair.\n[ 8.535174] \ncloud-init[1052]: Starting LXD - container startup/shutdown...\n Starting Login Service...\n Starting LSB: MD monitoring daemon...\n Starting System Logging Service...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.571015] cloud-init[1052]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.581082] cloud-init[1052]: [[0;32m OK [0m] Started Regular background program processing daemon.\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\nThe key fingerprint is:[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started System Logging Service.\n[ 8.628194] cloud-init[1052]: SHA256:npGNxrSKnZMbaG+nyJ7JD5EHogDiNh7XR8kL92X+fS4 root@sdnvpn-3-2-quagga\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n[ 8.660562] cloud-init[1052]: The key's randomart image is:\n[ 8.672451] cloud-init[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[1052]: +---[DSA 1024]----+\n[ 8.685637] cloud-init[1052]: |o ... |\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[ 8.702271] cloud-init[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...[1052]: \n Starting Login to default iSCSI targets...\n|+ ...+ o |\n[ 8.711469] cloud-init[1052]: [[0;32m OK [0m] Started LXD - container startup/shutdown.\n|.=....o.+ + |\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[ 8.745376] cloud-init[1052]: |+.+. o.+ * . |[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Started Accounts Service.\n\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[ 8.755694] [[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: automatic crash report generation...cloud-init[1052]: |.. o . S . . . |\n[ 8.763403] cloud-init[1052]: \n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting Permit User Sessions...\n[[0;32m OK [0m] Started Permit User Sessions.\n| * * o . ..|\n Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[ 8.803957] cloud-init[1052]: | = B o ..|\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[ 8.846436] cloud-init[1052]: | + *.+. E .|\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started Set console scheme.\n[ 8.853429] cloud-init[1052]: | .Bo=o . |\n[ 8.856371] cloud-init[1052]: +----[SHA256]-----+\n[ 8.868118] cloud-init[1052]: Generating public/private ecdsa key pair.\n[ 8.871698] cloud-init[1052]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.884095] cloud-init[1052]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.885793] cloud-init[1052]: The key fingerprint is:\n[ 8.887003] cloud-init[1052]: [[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\nSHA256:lEmCCiSf8AQSc9AtE5Jf2dKoE7+O1nG+cXoC1yzwq3Q root@sdnvpn-3-2-quagga\n[ 8.900297] cloud-init[1052]: The key's randomart image is:\n[ 8.901421] cloud-init[1052]: +---[ECDSA 256]---+\n[ 8.904048] cloud-init[1052]: |@B+o *. . |\n[ 8.908093] cloud-init[1052]: |=O=.B oo o |\n[ 8.909499] cloud-init[1052]: | o+O . + |\n[ 8.912766] cloud-init[1052]: | = o . |\n[ 8.916171] cloud-init[1052]: | . + oS |\n[ 8.919100] cloud-init[1052]: | + = o |\n[ 8.922270] cloud-init[1052]: | +.*Eo. |\n[ 8.925762] cloud-init[1052]: | o.o.++. |\n[ 8.928588] cloud-init[1052]: | . ..o+ |\n[ 8.931452] cloud-init[1052]: +----[SHA256]-----+\n[ 8.934567] cloud-init[1052]: Generating public/private ed25519 key pair.\n[ 8.938324] cloud-init[1052]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.948277] cloud-init[1052]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.950219] cloud-init[1052]: The key fingerprint is:\n[ 8.956084] cloud-init[1052]: SHA256:I6Wsp/hfGAOGIULq1t6DbVI+VfJ+dlVRZVuwbFoGR74 root@sdnvpn-3-2-quagga\n[ 8.958280] cloud-init[1052]: The key's randomart image is:\n[ 8.959731] cloud-init[1052]: +--[ED25519 256]--+\n[ 8.964894] cloud-init[1052]: |+.. ..+oB|\n[ 8.966272] cloud-init[1052]: |o. o = o+|\n[ 8.967621] cloud-init[1052]: |. . o ... B..|\n[ 8.972988] cloud-init[1052]: |. .. o o+ = ..|\n[ 8.974507] cloud-init[1052]: | o . .*.S. . E. |\n[ 8.975854] cloud-init[1052]: |. . *..=.. . |\n[ 8.980078] cloud-init[1052]: | +.Bo .. o . |\n[ 8.981658] cloud-init[1052]: | .ooo. o . |\n[ 8.988083] cloud-init[1052]: | ..o.. |\n[ 8.989440] cloud-init[1052]: +----[SHA256]-----+\n[ 9.187006] cloud-init[1175]: 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.816470] cloud-init[1175]: en_US.UTF-8... done\n[ 9.819462] cloud-init[1175]: Generation complete.\n[ 10.494493] cloud-init[1175]: Cloud-init v. 0.7.9 running 'modules:config' at Fri, 12 Oct 2018 12:22:41 +0000. Up 9.12 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.797146] cloud-init[1422]: + chpasswd\n[ 10.798496] cloud-init[1422]: + echo ubuntu:opnfv\n[ 10.843798] cloud-init[1422]: + sleep 20\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: [ 30.845691] cloud-init[1422]: + NEIGHBOR_IP=172.30.9.25\n[ 30.846732] cloud-init[1422]: + OWN_IP=172.30.9.203\n[ 30.847562] cloud-init[1422]: + EXT_NET_MASK=24\n[ 30.849925] cloud-init[1422]: ++ awk '{print $2}'\n[ 30.850842] cloud-init[1422]: ++ getent hosts\n[ 30.854498] cloud-init[1422]: ++ awk '{print $1}'\n[ 30.856122] cloud-init[1422]: ++ cat /etc/hostname\n[ 30.857570] cloud-init[1422]: + [[ localhost\n[ 30.860026] cloud-init[1422]: ip6-localhost != *\\s\\d\\n\\v\\p\\n\\-\\3\\-\\2\\-\\q\\u\\a\\g\\g\\a* ]]\n[ 30.861539] cloud-init[1422]: + tee -a /etc/hosts\n[ 30.864111] cloud-init[1422]: ++ awk '{print $1}'\n[ 30.864970] cloud-init[1422]: ++ cat /etc/hostname\n[ 30.867670] cloud-init[1422]: + echo '127.0.1.1 sdnvpn-3-2-quagga'\n[ 30.869191] cloud-init[1422]: 127.0.1.1 sdnvpn-3-2-quagga\n[ 30.870376] cloud-init[1422]: + quagga_int=\n[ 30.872064] cloud-init[1422]: ++ awk 'NR>2{print $1}'\n[ 30.874207] cloud-init[1422]: ++ netstat -ia\n[ 30.876137] cloud-init[1422]: + for net_int in '$(netstat -ia | awk '\\''NR>2{print $1}'\\'')'\n[ 30.879604] cloud-init[1422]: ++ grep ens3\n[ 30.880778] cloud-init[1422]: ++ ifconfig\n[ 30.882062] cloud-init[1422]: + '[' -z 'ens3 Link encap:Ethernet HWaddr fa:16:3e:db:bb:fa ' ']'\n[ 30.883836] cloud-init[1422]: + for net_int in '$(netstat -ia | awk '\\''NR>2{print $1}'\\'')'\n[ 30.920446] cloud-init[1422]: ++ grep ens6\n[ 30.921543] cloud-init[1422]: ++ ifconfig\n[ 30.922415] cloud-init[1422]: + '[' -z '' ']'\n[ 30.923333] cloud-init[1422]: + quagga_int=ens6\n[ 30.928827] cloud-init[1422]: + break\n[ 30.931471] cloud-init[1422]: + '[' -z ens6 ']'\n[ 30.932964] cloud-init[1422]: + ip link set ens6 up\n[ 30.935224] cloud-init[1422]: + ip addr add 172.30.9.203/24 dev ens6\n[ 30.938075] cloud-init[1422]: + ZEBRA_CONFIG_LOCATION=/etc/quagga/zebra.conf\n[ 30.939396] cloud-init[1422]: + DAEMONS_FILE_LOCATION=/etc/quagga/daemons\n[ 30.942826] cloud-init[1422]: + BGPD_CONFIG_LOCATION=/etc/quagga/bgpd.conf\n[ 30.945472] cloud-init[1422]: + BGPD_LOG_FILE=/var/log/bgpd.log\n[ 30.961473] cloud-init[1422]: + touch /var/log/bgpd.log\n[ 30.966685] cloud-init[1422]: + chown quagga:quagga /var/log/bgpd.log\n[ 30.967982] cloud-init[1422]: + chown quagga:quagga /etc/quagga/daemons\n[ 30.971232] cloud-init[1422]: + cat\n[ 30.972912] cloud-init[1422]: + touch /etc/quagga/zebra.conf\n[ 30.975148] cloud-init[1422]: + chown quagga:quagga /etc/quagga/zebra.conf\n[ 30.976734] cloud-init[1422]: + cat\n[ 30.978461] cloud-init[1422]: + chown quagga:quagga /etc/quagga/bgpd.conf\n[ 30.979862] cloud-init[1422]: + service quagga restart\n[ 31.002700] cloud-init[1422]: + pgrep bgpd\n[ 31.007835] cloud-init[1422]: 1521\n[ 31.008784] cloud-init[1422]: + pgrep zebra\n[ 31.011363] cloud-init[1422]: 1517\nci-info: no authorized ssh keys fingerprints found for user ubuntu.\n<14>Oct 12 12:23:03 ec2: \n<14>Oct 12 12:23:03 ec2: #############################################################\n<14>Oct 12 12:23:03 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\n<14>Oct 12 12:23:03 ec2: 1024 SHA256:npGNxrSKnZMbaG+nyJ7JD5EHogDiNh7XR8kL92X+fS4 root@sdnvpn-3-2-quagga (DSA)\n<14>Oct 12 12:23:03 ec2: 256 SHA256:lEmCCiSf8AQSc9AtE5Jf2dKoE7+O1nG+cXoC1yzwq3Q root@sdnvpn-3-2-quagga (ECDSA)\n<14>Oct 12 12:23:03 ec2: 256 SHA256:I6Wsp/hfGAOGIULq1t6DbVI+VfJ+dlVRZVuwbFoGR74 root@sdnvpn-3-2-quagga (ED25519)\n<14>Oct 12 12:23:03 ec2: 2048 SHA256:00su0F1CElrC9AYFv6ZMdJaO7Mvef8DVxGNzZp999yc root@sdnvpn-3-2-quagga (RSA)\n<14>Oct 12 12:23:03 ec2: -----END SSH HOST KEY FINGERPRINTS-----\n<14>Oct 12 12:23:03 ec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLt9oqvmx6JXrzDPEMW59ZSRGvg/CmHVyyAzj9T3s/d7jue0/ZhG28vCuN4Nh3KmBxRtl7Aqum5ye/sQPFWOC8g= root@sdnvpn-3-2-quagga\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEudn2YLa54VNKZCFU2B+xhPbr5eCRcsQVEMfRa/I0Uo root@sdnvpn-3-2-quagga\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCmfNM00uTCTxBv2t044dVQ2kb421J+MIKxHfHeOFyGqAo1y3ekvxzRexXjeOfxB9OPZ2MiM7lQVOVAtILh6q0ib/LPb5LdDHAoMjXzH1l4/5l9aWZDpzXPtfa3feZfSNZaho+NgqfIpv0WGXSJcOM6VBudRapr+KB0hd29pTpqz88hfPYKkVI7Sn272yoeiTMm3UK5tleCXvxS6m5Jb9U9DNwv/QQLblEZVp7DQXrKaUzztQAp0Zlk54FdOIGZ95C4wZTgqD7/mfCBl7Fv2zCHN44JF+tcSOZfYtSJfY24R4u9xG/LLyebA4JD+zZdeU2/U5WBVXtFCGjvksWornV1 root@sdnvpn-3-2-quagga\n-----END SSH HOST KEY KEYS-----\n[ 31.058705] cloud-init[1422]: Cloud-init v. 0.7.9 running 'modules:final' at Fri, 12 Oct 2018 12:22:43 +0000. Up 10.72 seconds.\n[ 31.061235] cloud-init[1422]: ci-info: no authorized ssh keys fingerprints found for user ubuntu.\n[ 31.068023] cloud-init[1422]: Cloud-init v. 0.7.9 finished at Fri, 12 Oct 2018 12:23:03 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 31.05 seconds\n"} 2018-10-12 12:23:12,614 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf/action used request id req-947bdc5f-bdc7-4e58-9363-d7be7dc6e032 2018-10-12 12:23:12,616 - sdnvpn_test_utils - INFO - Finished waiting for cloud init of instance sdnvpn-3-2-quagga result was True 2018-10-12 12:23:12,617 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-10-12 12:23:12,618 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-10-12 12:23:12,618 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-10-12 12:23:12,620 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-10-12 12:23:13,320 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-10-12 12:23:13,321 - sdnvpn-quagga - INFO - Maybe stdout of configure-bgp -op add-neighbor --as-num 200 --ip 172.30.9.203 --use-source-ip 172.30.9.25: client: JAVA_HOME not set; results may vary  2018-10-12 12:23:13,322 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-10-12 12:23:13,323 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-10-12 12:23:13,324 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-10-12 12:23:13,324 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-10-12 12:23:13,365 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-10-12 12:23:14,040 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-10-12 12:23:14,041 - 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.203, remote AS 200, local AS 100, external link BGP version 4, remote router ID 0.0.0.0 BGP state = Idle Last read 00:00:00, hold time is 180, keepalive interval is 60 seconds Message statistics: Inq depth is 0 Outq depth is 0 Sent Rcvd Opens: 0 0 Notifications: 0 0 Updates: 0 0 Keepalives: 0 0 Route Refresh: 0 0 Capability: 0 0 Total: 0 0 Minimum time between advertisement runs is 30 seconds For address family: VPN-IPv4 Unicast NEXT_HOP is propagated unchanged to this neighbor Community attribute sent to this neighbor(both) 0 accepted prefixes Connections established 0; dropped 0 Last reset never Next start timer due in 1 seconds Read thread: off Write thread: off  2018-10-12 12:23:14,041 - sdnvpn-quagga - INFO - Opens sent/received: 0 0 2018-10-12 12:23:14,041 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-10-12 12:23:14,042 - sdnvpn-quagga - INFO - Peering state: BGP state = Idle 2018-10-12 12:23:15,044 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-10-12 12:23:15,044 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-10-12 12:23:15,045 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-10-12 12:23:15,047 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-10-12 12:23:15,732 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-10-12 12:23:15,734 - 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.203, remote AS 200, local AS 100, external link BGP version 4, remote router ID 172.30.9.203 BGP state = Established, up for 00:00:00 Last read00:00:00, hold time is 180, keepalive interval is 60 seconds Neighbor capabilities: 4 Byte AS: advertised and received Route refresh: advertised and received(old & new) Address family VPN-IPv4 Unicast: advertised and received Graceful Restart Capabilty: advertised and received Remote Restart timer is 120 seconds Address families by peer: none Graceful restart informations: End-of-RIB send: End-of-RIB received: Message statistics: Inq depth is 0 Outq depth is 0 Sent Rcvd Opens: 1 1 Notifications: 0 0 Updates: 0 0 Keepalives: 2 1 Route Refresh: 0 0 Capability: 0 0 Total: 3 2 Minimum time between advertisement runs is 30 seconds Update source is 172.30.9.25 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.25, Local port: 41679 Foreign host: 172.30.9.203, Foreign port: 179 Nexthop: 172.30.9.25 Nexthop global: :: Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off  2018-10-12 12:23:15,734 - sdnvpn-quagga - INFO - Opens sent/received: 1 1 2018-10-12 12:23:15,734 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-10-12 12:23:15,735 - sdnvpn-quagga - INFO - Peering state: BGP state = Established, up for 00:00:00 2018-10-12 12:23:16,736 - sdnvpn-quagga - INFO - Quagga peered with OpenDaylight 2018-10-12 12:23:16,737 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-12 12:23:16,738 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-12 12:23:16,738 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-12 12:23:16,741 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-12 12:23:16,816 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-10-12 12:23:16,817 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-10-12 12:23:16,818 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-10-12 12:23:16,819 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-10-12 12:23:16,819 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-10-12 12:23:16,860 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-10-12 12:23:16,971 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-10-12 12:23:16,972 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-10-12 12:23:16,973 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-10-12 12:23:16,974 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-10-12 12:23:16,974 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-10-12 12:23:17,015 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-10-12 12:23:17,158 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-10-12 12:23:17,162 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0f18ac81277f8cf6041b71fd477aceb734f6b4" 2018-10-12 12:23:17,163 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-10-12 12:23:17,226 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:23: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-6d04bdde-1b13-450b-b89f-492968cfab29 x-compute-request-id: req-6d04bdde-1b13-450b-b89f-492968cfab29 Content-Length: 0 Content-Type: application/json 2018-10-12 12:23:17,226 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/c6b59870-ba2f-45bb-97cc-9e4b4ec6f204 used request id req-6d04bdde-1b13-450b-b89f-492968cfab29 2018-10-12 12:23:17,229 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e0f18ac81277f8cf6041b71fd477aceb734f6b4" -d '{"forceDelete": null}' 2018-10-12 12:23:17,393 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:23: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-a60b3dff-8db2-45be-ac41-029e6f96c016 x-compute-request-id: req-a60b3dff-8db2-45be-ac41-029e6f96c016 Content-Length: 0 Content-Type: application/json 2018-10-12 12:23:17,393 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/fb6ffa37-fffa-4b1e-b0cd-b1045a1821bf/action used request id req-a60b3dff-8db2-45be-ac41-029e6f96c016 2018-10-12 12:23:17,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}03ff64a4fefae1fd47899c49068f9a58cd4560bd" 2018-10-12 12:23:18,996 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-27630fa9-8016-4cde-bd23-8375453a1c08 Date: Fri, 12 Oct 2018 12:23:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 12:23:18,996 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/1080c1ca-8614-496f-9033-fe3ad26c6ed2 used request id req-27630fa9-8016-4cde-bd23-8375453a1c08 2018-10-12 12:23:19,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/floatingips/afad4f69-e2b6-49fb-a349-cbca5a565cd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" 2018-10-12 12:23:19,782 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c28fdeec-a2c9-4160-b18d-5b88773f4bc9 Content-Length: 0 Date: Fri, 12 Oct 2018 12:23:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:23:19,782 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/afad4f69-e2b6-49fb-a349-cbca5a565cd7 used request id req-c28fdeec-a2c9-4160-b18d-5b88773f4bc9 2018-10-12 12:23:19,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/floatingips/a48a1efc-3141-40db-9cbb-ba54c151d804 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" 2018-10-12 12:23:20,419 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-35c25e8a-8432-4c10-a08f-dc0eadfbbf07 Content-Length: 0 Date: Fri, 12 Oct 2018 12:23:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:23:20,420 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/floatingips/a48a1efc-3141-40db-9cbb-ba54c151d804 used request id req-35c25e8a-8432-4c10-a08f-dc0eadfbbf07 2018-10-12 12:23:20,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/1a1e92d8-a3e4-4217-b686-23e729ce25c5/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" -d '{"subnet_id": "83205e8d-310e-4e15-ac55-c3bd344e5545"}' 2018-10-12 12:23:21,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-76c16adb-0eb6-4d4e-a7b9-831fb44d91da Date: Fri, 12 Oct 2018 12:23:21 GMT RESP BODY: {"network_id": "ce4e5639-919f-4c3c-af1e-cb1273995507", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "subnet_id": "83205e8d-310e-4e15-ac55-c3bd344e5545", "subnet_ids": ["83205e8d-310e-4e15-ac55-c3bd344e5545"], "port_id": "4c731229-6489-4a2e-ab84-ae86dd8cdb01", "id": "1a1e92d8-a3e4-4217-b686-23e729ce25c5"} 2018-10-12 12:23:21,615 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/1a1e92d8-a3e4-4217-b686-23e729ce25c5/remove_router_interface used request id req-76c16adb-0eb6-4d4e-a7b9-831fb44d91da 2018-10-12 12:23:21,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/0095fb1d-46d3-4563-b32d-cdc2f779d1e9/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" -d '{"subnet_id": "22857f00-dfe1-447e-94dd-2b064809ff1c"}' 2018-10-12 12:23:22,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-58cb8043-37f4-4efb-808d-f35e5eccbfe3 Date: Fri, 12 Oct 2018 12:23:22 GMT RESP BODY: {"network_id": "4e9a9033-5124-43c7-9422-a436a1493dd5", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "subnet_id": "22857f00-dfe1-447e-94dd-2b064809ff1c", "subnet_ids": ["22857f00-dfe1-447e-94dd-2b064809ff1c"], "port_id": "4df028ec-17e7-4174-9e29-c98ba5021cf0", "id": "0095fb1d-46d3-4563-b32d-cdc2f779d1e9"} 2018-10-12 12:23:22,699 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/0095fb1d-46d3-4563-b32d-cdc2f779d1e9/remove_router_interface used request id req-58cb8043-37f4-4efb-808d-f35e5eccbfe3 2018-10-12 12:23:22,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/1a1e92d8-a3e4-4217-b686-23e729ce25c5 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" -d '{"router": {"external_gateway_info": {}}}' 2018-10-12 12:23:23,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-69c89de8-8ca3-40a7-b123-eb8b29afc6e2 Date: Fri, 12 Oct 2018 12:23:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:19:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:23:23Z", "revision_number": 7, "routes": [], "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "1a1e92d8-a3e4-4217-b686-23e729ce25c5", "name": "sdnvpn-3-1-router"}} 2018-10-12 12:23:23,462 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/1a1e92d8-a3e4-4217-b686-23e729ce25c5 used request id req-69c89de8-8ca3-40a7-b123-eb8b29afc6e2 2018-10-12 12:23:23,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/0095fb1d-46d3-4563-b32d-cdc2f779d1e9 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" -d '{"router": {"external_gateway_info": {}}}' 2018-10-12 12:23:24,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 433 X-Openstack-Request-Id: req-04bfb0cf-51dd-45a2-bae0-96f2cd1a33bb Date: Fri, 12 Oct 2018 12:23:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:19:59Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:23:24Z", "revision_number": 7, "routes": [], "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "0095fb1d-46d3-4563-b32d-cdc2f779d1e9", "name": "sdnvpn-3-2-quagga-router"}} 2018-10-12 12:23:24,290 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/0095fb1d-46d3-4563-b32d-cdc2f779d1e9 used request id req-04bfb0cf-51dd-45a2-bae0-96f2cd1a33bb 2018-10-12 12:23:24,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/83205e8d-310e-4e15-ac55-c3bd344e5545 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" 2018-10-12 12:23:26,600 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b418ddab-e968-4e00-866f-4373bca7940a Date: Fri, 12 Oct 2018 12:23:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:23:26,601 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/83205e8d-310e-4e15-ac55-c3bd344e5545 used request id req-b418ddab-e968-4e00-866f-4373bca7940a 2018-10-12 12:23:26,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/22857f00-dfe1-447e-94dd-2b064809ff1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" 2018-10-12 12:23:28,934 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-80b570d5-1edf-45e4-951c-8b10336ca89b Date: Fri, 12 Oct 2018 12:23:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:23:28,934 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/22857f00-dfe1-447e-94dd-2b064809ff1c used request id req-80b570d5-1edf-45e4-951c-8b10336ca89b 2018-10-12 12:23:28,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/1a1e92d8-a3e4-4217-b686-23e729ce25c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" 2018-10-12 12:23:29,696 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7d2966d7-1b5d-4c97-9679-d1b8af127c52 Content-Length: 0 Date: Fri, 12 Oct 2018 12:23:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:23:29,696 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/1a1e92d8-a3e4-4217-b686-23e729ce25c5 used request id req-7d2966d7-1b5d-4c97-9679-d1b8af127c52 2018-10-12 12:23:29,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/0095fb1d-46d3-4563-b32d-cdc2f779d1e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" 2018-10-12 12:23:30,116 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-56df5c81-0033-4a13-aa4d-7162beab14f6 Content-Length: 0 Date: Fri, 12 Oct 2018 12:23:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:23:30,116 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/0095fb1d-46d3-4563-b32d-cdc2f779d1e9 used request id req-56df5c81-0033-4a13-aa4d-7162beab14f6 2018-10-12 12:23:30,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/ce4e5639-919f-4c3c-af1e-cb1273995507 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" 2018-10-12 12:23:30,832 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7779dbc0-0323-4d5f-99f8-481685922b03 Date: Fri, 12 Oct 2018 12:23:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:23:30,832 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/ce4e5639-919f-4c3c-af1e-cb1273995507 used request id req-7779dbc0-0323-4d5f-99f8-481685922b03 2018-10-12 12:23:30,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/4e9a9033-5124-43c7-9422-a436a1493dd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a89099ccebe3beefd4f7d2b089cf75004444ad" 2018-10-12 12:23:31,581 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a67556b2-e31e-4cb8-be5f-f6498dc833ae Date: Fri, 12 Oct 2018 12:23:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:23:31,581 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/4e9a9033-5124-43c7-9422-a436a1493dd5 used request id req-a67556b2-e31e-4cb8-be5f-f6498dc833ae 2018-10-12 12:23:31,582 - 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-10-12 12:23:31,582 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-12 12:23:31,583 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_3 2018-10-12 12:23:31,583 - 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-10-12 12:23:31,583 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_2 - Tenant separation' 2018-10-12 12:23:31,583 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================= 2018-10-12 12:23:31,583 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_2 2018-10-12 12:23:31,670 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_2 main method 2018-10-12 12:23:31,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:23:31,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:23:31,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:23:31,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:23:31,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:23:31,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:23:31,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:23:31,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:23:31,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:23:31,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:23:31,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:23:31,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:23:31,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:23:31,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:23:31,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:23:31,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:23:31,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:23:31,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:23:31,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:23:31,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:23:31,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:23:31,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:23:31,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:23:31,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:23:31,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:23:31,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:23:31,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:23:31,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:23:31,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:23:31,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:23:31,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:23:31,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:23:31,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:23:31,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:23:31,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:23:31,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:23:31,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:23:31,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:23:31,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:23:31,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:23:31,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:23:31,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:23:31,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:23:31,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:23:31,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:23:31,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:23:31,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:23:31,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:23:31,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-12 12:23:31,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:23:31,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:23:31,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:23:31,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:23:31,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:23:31,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:23:31,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:23:31,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:23:31,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:23:31,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:23:31,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:23:31,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:23:31,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:23:31,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:23:31,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:23:31,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:23:31,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:23:31,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:23:31,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:23:31,678 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:23:31,679 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:23:31,679 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:23:31,679 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:23:31,679 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:23:31,679 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-12 12:23:31,680 - sdnvpn.test.functest.testcase_2 - DEBUG - Using private key /usr/lib/python2.7/site-packages/sdnvpn/artifacts/id_rsa injected to the VMs. 2018-10-12 12:23:31,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:23:31,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:23:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ea1dcc1-7aca-48be-b820-e0299602573a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:23:31,704 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2ea1dcc1-7aca-48be-b820-e0299602573a 2018-10-12 12:23:31,704 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:23:32,101 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:23:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["4snu4L4PSPm4BUHoJKOVlA"], "issued_at": "2018-10-12T12:23:32.000000Z"}} 2018-10-12 12:23:32,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1e9fe9046a681b388c0df96eff888261b90e257a" 2018-10-12 12:23:32,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-d91b9241-8dd9-41e9-857a-67b9f5cc6c68 Date: Fri, 12 Oct 2018 12:23:32 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-12 12:23:32,273 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20 used request id req-d91b9241-8dd9-41e9-857a-67b9f5cc6c68 2018-10-12 12:23:32,274 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-12 12:23:32,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1e9fe9046a681b388c0df96eff888261b90e257a" 2018-10-12 12:23:32,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7f21844b-40bf-4f55-a39d-589a1ae4de1c Date: Fri, 12 Oct 2018 12:23:32 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-12 12:23:32,438 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-7f21844b-40bf-4f55-a39d-589a1ae4de1c 2018-10-12 12:23:32,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1e9fe9046a681b388c0df96eff888261b90e257a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-12 12:23:32,658 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/c88431e7-3406-47ab-9427-15e9bf54cd84 X-Openstack-Request-Id: req-63dcf2a1-d446-4639-92f6-ec639a153d43 Date: Fri, 12 Oct 2018 12:23:32 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T12:23:32Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-12T12:23:32Z", "visibility": "public", "locations": [], "self": "/v2/images/c88431e7-3406-47ab-9427-15e9bf54cd84", "min_disk": 0, "protected": false, "id": "c88431e7-3406-47ab-9427-15e9bf54cd84", "file": "/v2/images/c88431e7-3406-47ab-9427-15e9bf54cd84/file", "checksum": null, "owner": "d6e005d8411b4b378ddb320b792455b0", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 12:23:32,659 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-63dcf2a1-d446-4639-92f6-ec639a153d43 2018-10-12 12:23:32,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/c88431e7-3406-47ab-9427-15e9bf54cd84/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1e9fe9046a681b388c0df96eff888261b90e257a" -d '' 2018-10-12 12:23:34,338 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9150d22c-03d4-49d8-9ae7-5fdd4b2606d2 Date: Fri, 12 Oct 2018 12:23:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 12:23:34,338 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/c88431e7-3406-47ab-9427-15e9bf54cd84/file used request id req-9150d22c-03d4-49d8-9ae7-5fdd4b2606d2 2018-10-12 12:23:34,338 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-1-net 2018-10-12 12:23:34,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:23:34,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:23:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff3e4870-b622-4d05-b7e1-c11bc6a12658 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:23:34,346 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ff3e4870-b622-4d05-b7e1-c11bc6a12658 2018-10-12 12:23:34,347 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:23:34,728 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:23:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["Sq-AP9I3RKaz_303zs6xYA"], "issued_at": "2018-10-12T12:23:34.000000Z"}} 2018-10-12 12:23:34,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1d54438c1ddc8566d5a606211a7048eed559d09" -d '{"network": {"name": "sdnvpn-2-1-net", "admin_state_up": true}}' 2018-10-12 12:23:35,144 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-55287f24-ec9f-4460-bde6-f1575600ae02 Date: Fri, 12 Oct 2018 12:23: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":"4b370e70-00fa-48db-adc4-dd9058a4b649","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T12:23:34Z","is_default":false,"provider:segmentation_id":73,"name":"sdnvpn-2-1-net","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:23:34Z","mtu":1450}} 2018-10-12 12:23:35,144 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-55287f24-ec9f-4460-bde6-f1575600ae02 2018-10-12 12:23:35,144 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-1a-subnet in network 4b370e70-00fa-48db-adc4-dd9058a4b649 with cidr 10.10.10.0/24 2018-10-12 12:23:35,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1d54438c1ddc8566d5a606211a7048eed559d09" -d '{"subnets": [{"ip_version": 4, "network_id": "4b370e70-00fa-48db-adc4-dd9058a4b649", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-1a-subnet"}]}' 2018-10-12 12:23:35,790 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-f0c0a35e-7084-4439-82c6-fad275eab7b4 Date: Fri, 12 Oct 2018 12:23:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4b370e70-00fa-48db-adc4-dd9058a4b649","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:23:35Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-12T12:23:35Z","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":"d6e005d8411b4b378ddb320b792455b0","id":"eb2e7233-238d-4e00-9366-65c52df4a0bd","subnetpool_id":null,"name":"sdnvpn-2-1a-subnet"}]} 2018-10-12 12:23:35,791 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-f0c0a35e-7084-4439-82c6-fad275eab7b4 2018-10-12 12:23:35,791 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-2-net 2018-10-12 12:23:35,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1d54438c1ddc8566d5a606211a7048eed559d09" -d '{"network": {"name": "sdnvpn-2-2-net", "admin_state_up": true}}' 2018-10-12 12:23:36,233 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-77a5a535-52ba-4478-8fdc-1b6f7cf6d50f Date: Fri, 12 Oct 2018 12:23:36 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"4cc12adf-9ab0-4fe7-acd4-88d71b94b5bd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T12:23:36Z","is_default":false,"provider:segmentation_id":45,"name":"sdnvpn-2-2-net","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:23:36Z","mtu":1450}} 2018-10-12 12:23:36,233 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-77a5a535-52ba-4478-8fdc-1b6f7cf6d50f 2018-10-12 12:23:36,234 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-2b-subnet in network 4cc12adf-9ab0-4fe7-acd4-88d71b94b5bd with cidr 10.10.10.0/24 2018-10-12 12:23:36,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1d54438c1ddc8566d5a606211a7048eed559d09" -d '{"subnets": [{"ip_version": 4, "network_id": "4cc12adf-9ab0-4fe7-acd4-88d71b94b5bd", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-2b-subnet"}]}' 2018-10-12 12:23:36,875 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-c38d6df4-bd51-4825-b7ee-eb4e0dd69b43 Date: Fri, 12 Oct 2018 12:23:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4cc12adf-9ab0-4fe7-acd4-88d71b94b5bd","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:23:36Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-12T12:23:36Z","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":"d6e005d8411b4b378ddb320b792455b0","id":"a74c2619-23cd-464b-bc0f-702695aa9024","subnetpool_id":null,"name":"sdnvpn-2-2b-subnet"}]} 2018-10-12 12:23:36,875 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-c38d6df4-bd51-4825-b7ee-eb4e0dd69b43 2018-10-12 12:23:36,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1d54438c1ddc8566d5a606211a7048eed559d09" 2018-10-12 12:23:37,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-f5b76121-7dfa-4eb9-8dbe-2ce19c0a5e54 Date: Fri, 12 Oct 2018 12:23:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "created_at": "2018-10-12T12:11:38Z", "updated_at": "2018-10-12T12:11:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "1e3a1018-ad30-4590-a304-5695017ce9df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "670a735b-aa37-4b15-a4af-7d422f280a47", "remote_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "afd171d3-7f5e-4987-afe0-cc382d12e0d9", "remote_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "f775879f-edd8-4ca7-8c5b-92d05be5901b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}], "revision_number": 4, "project_id": "0f9cd33d54bb43498a1eec2e9b62c518", "id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "updated_at": "2018-10-12T10:34:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "2ae4f47a-860c-4316-ac71-26a7138a332b", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "652ffd7b-44c1-45ae-bacb-d752209f00a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "c6536286-1efd-4324-bff2-83bf4e288f74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "d00fd409-954d-4a7e-b2ce-3b8e9364f9b2", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}], "revision_number": 4, "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "665a8bea-d7bf-418c-8720-ca198157c68e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "updated_at": "2018-10-12T10:44:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "03a7346d-e81e-42f1-90d8-2d77a0e34ff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "25484a0d-c36c-4968-8497-2fab34786f38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "3051e92e-adfd-43d1-8ad4-a37e12b00332", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "c8cd6bce-c3f0-4e98-afd5-635192d18ba4", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 4, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "updated_at": "2018-10-12T10:47:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "949496b4-b497-4a18-b6fe-e484eb4cd872", "remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "9f341cb7-083b-4329-bca3-1a395a91d0be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "bdbe928d-b791-4fc6-90ae-6c3615c86e98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "d081a0eb-165e-4df4-84c6-1cc829e521cc", "remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7a87eb57-d271-422f-a9cd-14b017359d35", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:53Z", "updated_at": "2018-10-12T12:19:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:16:53Z", "revision_number": 0, "id": "4691902c-126e-41c9-9882-de419c0d0ffd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:53Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-12T12:19:52Z", "revision_number": 0, "id": "4a594b00-87c5-4885-845b-b291b8a68e42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:19:52Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": 179, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-12T12:16:55Z", "revision_number": 0, "id": "4e0ddac3-3647-4aa1-bd6e-209bacf3d20b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:55Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:16:53Z", "revision_number": 0, "id": "5ca0f127-7885-4327-aeb8-e9148550c582", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:53Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-12T12:16:54Z", "revision_number": 0, "id": "7d142794-4b1a-4c7a-973d-eff35efe06b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:54Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:16:54Z", "revision_number": 0, "id": "8fcefee5-c604-41bd-95ee-cc233116bce2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:54Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-12T12:16:55Z", "revision_number": 0, "id": "b87fbce2-7987-4a1e-b96d-22d8f7dcb7d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:55Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 7, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "a012b764-3d71-4fe8-a730-445db10f62d9", "name": "sdnvpn-sg"}]} 2018-10-12 12:23:37,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-f5b76121-7dfa-4eb9-8dbe-2ce19c0a5e54 2018-10-12 12:23:37,102 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-12 12:23:37,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:23:37,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:23:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c07185f9-daa1-4eb9-af67-d8a04c148c89 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:23:37,110 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c07185f9-daa1-4eb9-af67-d8a04c148c89 2018-10-12 12:23:37,111 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:23:37,510 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:23:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["luwOsWyJRN6vt83ypgKUyw"], "issued_at": "2018-10-12T12:23:37.000000Z"}} 2018-10-12 12:23:37,514 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db0ef396c3f7b6ed594fdd4a2e29c68ac903bad9" 2018-10-12 12:23:37,691 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:23: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-7fbfa206-b870-4bd9-8afb-251940d0d145 x-compute-request-id: req-7fbfa206-b870-4bd9-8afb-251940d0d145 Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 108}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10176, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 114}, "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": 10173, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-10-12 12:23:37,691 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-7fbfa206-b870-4bd9-8afb-251940d0d145 2018-10-12 12:23:37,692 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-10-12 12:23:37,692 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-2'... 2018-10-12 12:23:37,692 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-2 flavor=m1.tiny image=c88431e7-3406-47ab-9427-15e9bf54cd84 network=4b370e70-00fa-48db-adc4-dd9058a4b649 secgroup=a012b764-3d71-4fe8-a730-445db10f62d9 hypervisor=nova:overcloud-novacompute-1.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-10-12 12:23:37,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:23:37,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:23:37,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:23:37,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:23:37,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:23:37,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:23:37,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:23:37,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:23:37,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:23:37,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:23:37,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:23:37,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:23:37,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:23:37,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:23:37,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:23:37,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:23:37,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:23:37,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:23:37,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:23:37,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:23:37,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:23:37,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:23:37,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:23:37,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:23:37,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:23:37,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:23:37,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:23:37,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:23:37,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:23:37,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:23:37,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:23:37,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:23:37,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:23:37,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:23:37,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:23:37,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:23:37,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:23:37,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:23:37,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:23:37,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:23:37,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:23:37,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:23:37,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:23:37,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:23:37,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:23:37,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:23:37,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:23:37,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:23:37,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:23:37,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:23:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2ce7c45-6c7a-498b-8ab9-6839a34c9f3c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:23:37,711 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e2ce7c45-6c7a-498b-8ab9-6839a34c9f3c 2018-10-12 12:23:37,711 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:23:38,144 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:23:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["zyTA-Dq6TNSELxItbTxTUA"], "issued_at": "2018-10-12T12:23:38.000000Z"}} 2018-10-12 12:23:38,147 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aab9c2e22f074350902d437d7198106274ebec1" 2018-10-12 12:23:38,413 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:23: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-12c56f83-af14-485d-a3c0-b3f9207db3b3 x-compute-request-id: req-12c56f83-af14-485d-a3c0-b3f9207db3b3 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-12 12:23:38,414 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-12c56f83-af14-485d-a3c0-b3f9207db3b3 2018-10-12 12:23:38,416 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aab9c2e22f074350902d437d7198106274ebec1" 2018-10-12 12:23:38,435 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:23: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-76e4f054-dcbd-49a6-a445-e9960c2bfefb x-compute-request-id: req-76e4f054-dcbd-49a6-a445-e9960c2bfefb Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:23:38,435 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 used request id req-76e4f054-dcbd-49a6-a445-e9960c2bfefb 2018-10-12 12:23:38,437 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aab9c2e22f074350902d437d7198106274ebec1" -d '{"server": {"name": "sdnvpn-2-2", "imageRef": "c88431e7-3406-47ab-9427-15e9bf54cd84", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "da26bcae-e1ba-4983-b952-ae51fda523b7", "user_data": "IyEvYmluL3NoCnN1ZG8gbWtkaXIgLXAgL2hvbWUvY2lycm9zLy5zc2gvCnN1ZG8gY2hvd24gY2lycm9zOmNpcnJvcyAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy9pZF9yc2EKbXYgL2hvbWUvY2lycm9zL2lkX3JzYSAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBlY2hvIHNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQWduV3RTUzk4QW01MTZlc3RCc3EwamJ5T0I0ZUxNVVlEZGd6c1VIc254RlFDdEFDd3dBZzkvMnVxM0ZvR1VCVVdlSFpOc1Q2amNLOXNDTUVZaVM0NzlDVUN6YnJ4Y2Q4WGFJbEszOEhFQ2NEVmdsZ0JOd056WC9XRGZNZWpYcEt6Wkc2MXM5OHJVRWxOdlowWURxaGFxWkdxeElWNGVqYWxxTGpZclFrb2x5M1IrMms9IGNpcnJvc0B0ZXN0MT4vaG9tZS9jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMKc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA3MDAgL2hvbWUvY2lycm9zLy5zc2gKY2htb2QgNjQ0IC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA2MDAgL2hvbWUvY2lycm9zLy5zc2gvaWRfcnNhCg==", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.10.10.12", "uuid": "4b370e70-00fa-48db-adc4-dd9058a4b649"}], "config_drive": true}}' 2018-10-12 12:23:40,538 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:23: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-dac92f91-bb38-4788-9f51-0e79e54b1f46 x-compute-request-id: req-dac92f91-bb38-4788-9f51-0e79e54b1f46 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c6d7a883-2f8d-40a3-853c-c632ec64a95b", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b", "rel": "bookmark"}], "adminPass": "9cgicK5dZ6hm"}} 2018-10-12 12:23:40,539 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-dac92f91-bb38-4788-9f51-0e79e54b1f46 2018-10-12 12:23:40,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:23:40,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:23:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e26b1c3a-39e8-479b-b270-cb29f10d47a4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:23:40,546 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e26b1c3a-39e8-479b-b270-cb29f10d47a4 2018-10-12 12:23:40,547 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:23:40,923 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:23:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["PQe-0VfsTnycO08JL7BBuw"], "issued_at": "2018-10-12T12:23:40.000000Z"}} 2018-10-12 12:23:40,926 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}926cb1238ae4b83a7b208f3c1a6d7e4f6e72dd05" 2018-10-12 12:23:41,289 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:23: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-d20e6fe7-6091-4bf2-be47-50b324fa887a x-compute-request-id: req-d20e6fe7-6091-4bf2-be47-50b324fa887a 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.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b", "rel": "bookmark"}], "image": {"id": "c88431e7-3406-47ab-9427-15e9bf54cd84", "links": [{"href": "http://172.30.9.26:8774/images/c88431e7-3406-47ab-9427-15e9bf54cd84", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "c6d7a883-2f8d-40a3-853c-c632ec64a95b", "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:23:41Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-2-2", "created": "2018-10-12T12:23:40Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:23:41,289 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b used request id req-d20e6fe7-6091-4bf2-be47-50b324fa887a 2018-10-12 12:23:44,296 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}926cb1238ae4b83a7b208f3c1a6d7e4f6e72dd05" 2018-10-12 12:23:45,024 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:23: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-29893f9d-d645-48fb-9bf2-7dddac49c699 x-compute-request-id: req-29893f9d-d645-48fb-9bf2-7dddac49c699 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.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b", "rel": "bookmark"}], "image": {"id": "c88431e7-3406-47ab-9427-15e9bf54cd84", "links": [{"href": "http://172.30.9.26:8774/images/c88431e7-3406-47ab-9427-15e9bf54cd84", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d8", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "c6d7a883-2f8d-40a3-853c-c632ec64a95b", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:23:42Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-2-2", "created": "2018-10-12T12:23:40Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:23:45,024 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b used request id req-29893f9d-d645-48fb-9bf2-7dddac49c699 2018-10-12 12:23:48,030 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}926cb1238ae4b83a7b208f3c1a6d7e4f6e72dd05" 2018-10-12 12:23:48,551 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:23: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-ac2fc8c4-b2fb-4964-a203-502a262e6db6 x-compute-request-id: req-ac2fc8c4-b2fb-4964-a203-502a262e6db6 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:15:37:35", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b", "rel": "bookmark"}], "image": {"id": "c88431e7-3406-47ab-9427-15e9bf54cd84", "links": [{"href": "http://172.30.9.26:8774/images/c88431e7-3406-47ab-9427-15e9bf54cd84", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d8", "OS-SRV-USG:launched_at": "2018-10-12T12:23:45.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "c6d7a883-2f8d-40a3-853c-c632ec64a95b", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:23:46Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-2-2", "created": "2018-10-12T12:23:40Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:23:48,551 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b used request id req-ac2fc8c4-b2fb-4964-a203-502a262e6db6 2018-10-12 12:23:48,554 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aab9c2e22f074350902d437d7198106274ebec1" 2018-10-12 12:23:49,250 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:23: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-36ddfcf2-2832-4106-8258-16b4b3cd44b4 x-compute-request-id: req-36ddfcf2-2832-4106-8258-16b4b3cd44b4 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:15:37:35", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b", "rel": "bookmark"}], "image": {"id": "c88431e7-3406-47ab-9427-15e9bf54cd84", "links": [{"href": "http://172.30.9.26:8774/images/c88431e7-3406-47ab-9427-15e9bf54cd84", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d8", "OS-SRV-USG:launched_at": "2018-10-12T12:23:45.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "c6d7a883-2f8d-40a3-853c-c632ec64a95b", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:23:46Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-2-2", "created": "2018-10-12T12:23:40Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:23:49,250 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b used request id req-36ddfcf2-2832-4106-8258-16b4b3cd44b4 2018-10-12 12:23:49,251 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-2' booted successfully. IP='10.10.10.12'. 2018-10-12 12:23:49,251 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-2' to security group 'sdnvpn-sg'... 2018-10-12 12:23:49,254 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db0ef396c3f7b6ed594fdd4a2e29c68ac903bad9" -d '{"addSecurityGroup": {"name": "a012b764-3d71-4fe8-a730-445db10f62d9"}}' 2018-10-12 12:23:50,707 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:23:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-79c5e13d-89c0-4d41-8d92-a0a50a33641e x-compute-request-id: req-79c5e13d-89c0-4d41-8d92-a0a50a33641e Content-Length: 0 Content-Type: application/json 2018-10-12 12:23:50,708 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action used request id req-79c5e13d-89c0-4d41-8d92-a0a50a33641e 2018-10-12 12:23:50,708 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-4'... 2018-10-12 12:23:50,708 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-4 flavor=m1.tiny image=c88431e7-3406-47ab-9427-15e9bf54cd84 network=4cc12adf-9ab0-4fe7-acd4-88d71b94b5bd secgroup=a012b764-3d71-4fe8-a730-445db10f62d9 hypervisor=nova:overcloud-novacompute-1.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-10-12 12:23:50,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:23:50,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:23:50,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:23:50,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:23:50,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:23:50,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:23:50,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:23:50,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:23:50,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:23:50,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:23:50,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:23:50,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:23:50,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:23:50,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:23:50,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:23:50,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:23:50,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:23:50,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:23:50,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:23:50,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:23:50,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:23:50,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:23:50,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:23:50,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:23:50,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:23:50,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:23:50,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:23:50,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:23:50,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:23:50,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:23:50,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:23:50,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:23:50,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:23:50,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:23:50,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:23:50,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:23:50,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:23:50,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:23:50,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:23:50,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:23:50,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:23:50,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:23:50,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:23:50,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:23:50,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:23:50,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:23:50,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:23:50,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:23:50,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:23:50,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c42fcf62-dd3e-4946-94e1-ab63ec060b76 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:23:50,726 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c42fcf62-dd3e-4946-94e1-ab63ec060b76 2018-10-12 12:23:50,727 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:23:51,111 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:23:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["SeLBZvOXQl2bHRS7KdGhhQ"], "issued_at": "2018-10-12T12:23:51.000000Z"}} 2018-10-12 12:23:51,114 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d211197c5f8f7bfba619c5d0f14c7180e29e47" 2018-10-12 12:23:51,283 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:23: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-9a2f1cac-7a90-403d-bb5e-6729d787184c x-compute-request-id: req-9a2f1cac-7a90-403d-bb5e-6729d787184c Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-12 12:23:51,283 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-9a2f1cac-7a90-403d-bb5e-6729d787184c 2018-10-12 12:23:51,286 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d211197c5f8f7bfba619c5d0f14c7180e29e47" 2018-10-12 12:23:51,304 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:23: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-3ac2694b-7c82-4c8e-ac8c-4c2285118256 x-compute-request-id: req-3ac2694b-7c82-4c8e-ac8c-4c2285118256 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:23:51,304 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 used request id req-3ac2694b-7c82-4c8e-ac8c-4c2285118256 2018-10-12 12:23:51,307 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d211197c5f8f7bfba619c5d0f14c7180e29e47" -d '{"server": {"name": "sdnvpn-2-4", "imageRef": "c88431e7-3406-47ab-9427-15e9bf54cd84", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "da26bcae-e1ba-4983-b952-ae51fda523b7", "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": "4cc12adf-9ab0-4fe7-acd4-88d71b94b5bd"}], "config_drive": true}}' 2018-10-12 12:23:53,046 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:23: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-1dccf425-982b-4d98-b0cc-2f22ded5c6a5 x-compute-request-id: req-1dccf425-982b-4d98-b0cc-2f22ded5c6a5 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/5d604071-65ab-42eb-8efd-54b4046427ff Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5d604071-65ab-42eb-8efd-54b4046427ff", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5d604071-65ab-42eb-8efd-54b4046427ff", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5d604071-65ab-42eb-8efd-54b4046427ff", "rel": "bookmark"}], "adminPass": "UQ6wxGQH8ENo"}} 2018-10-12 12:23:53,046 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-1dccf425-982b-4d98-b0cc-2f22ded5c6a5 2018-10-12 12:23:53,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:23:53,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79adc647-bb54-4855-8ef5-4b3fc6e93626 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:23:53,053 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-79adc647-bb54-4855-8ef5-4b3fc6e93626 2018-10-12 12:23:53,054 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:23:53,430 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:23:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["WvZrljwRTya0HwM0oA4IRw"], "issued_at": "2018-10-12T12:23:53.000000Z"}} 2018-10-12 12:23:53,433 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/5d604071-65ab-42eb-8efd-54b4046427ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9b90b827c69b684768485121e74e057156cf088" 2018-10-12 12:23:53,801 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:23: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-4e9f6d0a-b864-4d2a-90ba-f402abea886c x-compute-request-id: req-4e9f6d0a-b864-4d2a-90ba-f402abea886c 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.26:8774/v2.1/servers/5d604071-65ab-42eb-8efd-54b4046427ff", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5d604071-65ab-42eb-8efd-54b4046427ff", "rel": "bookmark"}], "image": {"id": "c88431e7-3406-47ab-9427-15e9bf54cd84", "links": [{"href": "http://172.30.9.26:8774/images/c88431e7-3406-47ab-9427-15e9bf54cd84", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "5d604071-65ab-42eb-8efd-54b4046427ff", "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:23:53Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-2-4", "created": "2018-10-12T12:23:53Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:23:53,801 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5d604071-65ab-42eb-8efd-54b4046427ff used request id req-4e9f6d0a-b864-4d2a-90ba-f402abea886c 2018-10-12 12:23:56,808 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/5d604071-65ab-42eb-8efd-54b4046427ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9b90b827c69b684768485121e74e057156cf088" 2018-10-12 12:23:57,380 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:23: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-21cbdb17-69fc-4abf-a41d-f250a84fe2b2 x-compute-request-id: req-21cbdb17-69fc-4abf-a41d-f250a84fe2b2 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.26:8774/v2.1/servers/5d604071-65ab-42eb-8efd-54b4046427ff", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5d604071-65ab-42eb-8efd-54b4046427ff", "rel": "bookmark"}], "image": {"id": "c88431e7-3406-47ab-9427-15e9bf54cd84", "links": [{"href": "http://172.30.9.26:8774/images/c88431e7-3406-47ab-9427-15e9bf54cd84", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000db", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "5d604071-65ab-42eb-8efd-54b4046427ff", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:23:54Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-2-4", "created": "2018-10-12T12:23:53Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:23:57,381 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5d604071-65ab-42eb-8efd-54b4046427ff used request id req-21cbdb17-69fc-4abf-a41d-f250a84fe2b2 2018-10-12 12:24:00,387 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/5d604071-65ab-42eb-8efd-54b4046427ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9b90b827c69b684768485121e74e057156cf088" 2018-10-12 12:24:01,012 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:24: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-9ebbc7b6-a045-47a3-ab04-0c4fe7f293d9 x-compute-request-id: req-9ebbc7b6-a045-47a3-ab04-0c4fe7f293d9 Content-Encoding: gzip Content-Length: 782 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:ca:f1:c5", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5d604071-65ab-42eb-8efd-54b4046427ff", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5d604071-65ab-42eb-8efd-54b4046427ff", "rel": "bookmark"}], "image": {"id": "c88431e7-3406-47ab-9427-15e9bf54cd84", "links": [{"href": "http://172.30.9.26:8774/images/c88431e7-3406-47ab-9427-15e9bf54cd84", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000db", "OS-SRV-USG:launched_at": "2018-10-12T12:23:58.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "5d604071-65ab-42eb-8efd-54b4046427ff", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:23:59Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-2-4", "created": "2018-10-12T12:23:53Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:24:01,013 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5d604071-65ab-42eb-8efd-54b4046427ff used request id req-9ebbc7b6-a045-47a3-ab04-0c4fe7f293d9 2018-10-12 12:24:01,016 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/5d604071-65ab-42eb-8efd-54b4046427ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d211197c5f8f7bfba619c5d0f14c7180e29e47" 2018-10-12 12:24:01,756 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:24:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9dbc57b7-b3fc-47b8-8f91-7508150b6aa9 x-compute-request-id: req-9dbc57b7-b3fc-47b8-8f91-7508150b6aa9 Content-Encoding: gzip Content-Length: 782 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:ca:f1:c5", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/5d604071-65ab-42eb-8efd-54b4046427ff", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/5d604071-65ab-42eb-8efd-54b4046427ff", "rel": "bookmark"}], "image": {"id": "c88431e7-3406-47ab-9427-15e9bf54cd84", "links": [{"href": "http://172.30.9.26:8774/images/c88431e7-3406-47ab-9427-15e9bf54cd84", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000db", "OS-SRV-USG:launched_at": "2018-10-12T12:23:58.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "5d604071-65ab-42eb-8efd-54b4046427ff", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:23:59Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-2-4", "created": "2018-10-12T12:23:53Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:24:01,756 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/5d604071-65ab-42eb-8efd-54b4046427ff used request id req-9dbc57b7-b3fc-47b8-8f91-7508150b6aa9 2018-10-12 12:24:01,757 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-4' booted successfully. IP='10.10.10.12'. 2018-10-12 12:24:01,757 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-4' to security group 'sdnvpn-sg'... 2018-10-12 12:24:01,760 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/5d604071-65ab-42eb-8efd-54b4046427ff/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db0ef396c3f7b6ed594fdd4a2e29c68ac903bad9" -d '{"addSecurityGroup": {"name": "a012b764-3d71-4fe8-a730-445db10f62d9"}}' 2018-10-12 12:24:03,316 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:24:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5be6c515-8273-411f-bd92-0d913ae69e19 x-compute-request-id: req-5be6c515-8273-411f-bd92-0d913ae69e19 Content-Length: 0 Content-Type: application/json 2018-10-12 12:24:03,316 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/5d604071-65ab-42eb-8efd-54b4046427ff/action used request id req-5be6c515-8273-411f-bd92-0d913ae69e19 2018-10-12 12:24:03,316 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-1'... 2018-10-12 12:24:03,316 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-1 flavor=m1.tiny image=c88431e7-3406-47ab-9427-15e9bf54cd84 network=4b370e70-00fa-48db-adc4-dd9058a4b649 secgroup=a012b764-3d71-4fe8-a730-445db10f62d9 hypervisor=nova:overcloud-novacompute-1.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-10-12 12:24:03,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:24:03,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:24:03,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:24:03,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:24:03,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:24:03,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:24:03,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:24:03,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:24:03,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:24:03,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:24:03,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:24:03,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:24:03,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:24:03,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:24:03,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:24:03,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:24:03,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:24:03,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:24:03,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:24:03,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:24:03,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:24:03,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:24:03,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:24:03,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:24:03,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:24:03,321 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:24:03,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:24:03,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:24:03,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:24:03,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:24:03,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:24:03,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:24:03,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:24:03,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:24:03,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:24:03,322 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:24:03,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:24:03,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:24:03,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:24:03,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:24:03,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:24:03,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:24:03,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:24:03,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:24:03,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:24:03,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:24:03,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:24:03,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:24:03,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:24:03,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:24:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d677d935-d1f2-4c6b-82da-a73b097427e3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:24:03,333 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d677d935-d1f2-4c6b-82da-a73b097427e3 2018-10-12 12:24:03,334 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:24:03,701 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:24:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["AOHqyH3jQnWTb7uvpfKGTg"], "issued_at": "2018-10-12T12:24:03.000000Z"}} 2018-10-12 12:24:03,703 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c5f8755da72c0a38c04a41f631917be359b1438" 2018-10-12 12:24:03,807 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:24: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-a279b5bc-1e4b-4f65-8389-6cdd2221d5af x-compute-request-id: req-a279b5bc-1e4b-4f65-8389-6cdd2221d5af Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-12 12:24:03,807 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-a279b5bc-1e4b-4f65-8389-6cdd2221d5af 2018-10-12 12:24:03,810 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c5f8755da72c0a38c04a41f631917be359b1438" 2018-10-12 12:24:03,829 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:24: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-f5d8b67d-c32e-4c2e-8b1b-e975c2a6a624 x-compute-request-id: req-f5d8b67d-c32e-4c2e-8b1b-e975c2a6a624 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:24:03,829 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 used request id req-f5d8b67d-c32e-4c2e-8b1b-e975c2a6a624 2018-10-12 12:24:03,832 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c5f8755da72c0a38c04a41f631917be359b1438" -d '{"server": {"name": "sdnvpn-2-1", "imageRef": "c88431e7-3406-47ab-9427-15e9bf54cd84", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "da26bcae-e1ba-4983-b952-ae51fda523b7", "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": "4b370e70-00fa-48db-adc4-dd9058a4b649"}], "config_drive": true}}' 2018-10-12 12:24:05,550 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:24: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-0c193be3-8a45-4212-9e84-34d25623e867 x-compute-request-id: req-0c193be3-8a45-4212-9e84-34d25623e867 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/41e3a22e-745b-4981-95ab-3294325fa5e5 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "41e3a22e-745b-4981-95ab-3294325fa5e5", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/41e3a22e-745b-4981-95ab-3294325fa5e5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/41e3a22e-745b-4981-95ab-3294325fa5e5", "rel": "bookmark"}], "adminPass": "8DDRnVvzywb9"}} 2018-10-12 12:24:05,551 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-0c193be3-8a45-4212-9e84-34d25623e867 2018-10-12 12:24:05,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:24:05,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:24:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-103ea40f-aaf4-4e03-9a38-07e27ea1c7d7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:24:05,560 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-103ea40f-aaf4-4e03-9a38-07e27ea1c7d7 2018-10-12 12:24:05,560 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:24:05,932 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:24:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["i-hh84V7SLGmsCHwhLWYpQ"], "issued_at": "2018-10-12T12:24:05.000000Z"}} 2018-10-12 12:24:05,935 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/41e3a22e-745b-4981-95ab-3294325fa5e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baad2dd0a4ac2a60cb22e7b9a476097e4f513110" 2018-10-12 12:24:06,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:24: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-01e65c99-2ebd-4e9a-99ef-a3a15b15e0da x-compute-request-id: req-01e65c99-2ebd-4e9a-99ef-a3a15b15e0da 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.26:8774/v2.1/servers/41e3a22e-745b-4981-95ab-3294325fa5e5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/41e3a22e-745b-4981-95ab-3294325fa5e5", "rel": "bookmark"}], "image": {"id": "c88431e7-3406-47ab-9427-15e9bf54cd84", "links": [{"href": "http://172.30.9.26:8774/images/c88431e7-3406-47ab-9427-15e9bf54cd84", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000de", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "41e3a22e-745b-4981-95ab-3294325fa5e5", "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:24:06Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-2-1", "created": "2018-10-12T12:24:05Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:24:06,341 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/41e3a22e-745b-4981-95ab-3294325fa5e5 used request id req-01e65c99-2ebd-4e9a-99ef-a3a15b15e0da 2018-10-12 12:24:09,348 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/41e3a22e-745b-4981-95ab-3294325fa5e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baad2dd0a4ac2a60cb22e7b9a476097e4f513110" 2018-10-12 12:24:10,079 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:24: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-00b45fd1-a3f0-4364-8f67-8f0ddcf4bd35 x-compute-request-id: req-00b45fd1-a3f0-4364-8f67-8f0ddcf4bd35 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.26:8774/v2.1/servers/41e3a22e-745b-4981-95ab-3294325fa5e5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/41e3a22e-745b-4981-95ab-3294325fa5e5", "rel": "bookmark"}], "image": {"id": "c88431e7-3406-47ab-9427-15e9bf54cd84", "links": [{"href": "http://172.30.9.26:8774/images/c88431e7-3406-47ab-9427-15e9bf54cd84", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000de", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "41e3a22e-745b-4981-95ab-3294325fa5e5", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:24:06Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-2-1", "created": "2018-10-12T12:24:05Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:24:10,080 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/41e3a22e-745b-4981-95ab-3294325fa5e5 used request id req-00b45fd1-a3f0-4364-8f67-8f0ddcf4bd35 2018-10-12 12:24:13,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/41e3a22e-745b-4981-95ab-3294325fa5e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baad2dd0a4ac2a60cb22e7b9a476097e4f513110" 2018-10-12 12:24:13,464 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:24:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bfba01de-fa76-49fc-a880-8803c93ab26d x-compute-request-id: req-bfba01de-fa76-49fc-a880-8803c93ab26d Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:19:0b", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/41e3a22e-745b-4981-95ab-3294325fa5e5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/41e3a22e-745b-4981-95ab-3294325fa5e5", "rel": "bookmark"}], "image": {"id": "c88431e7-3406-47ab-9427-15e9bf54cd84", "links": [{"href": "http://172.30.9.26:8774/images/c88431e7-3406-47ab-9427-15e9bf54cd84", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000de", "OS-SRV-USG:launched_at": "2018-10-12T12:24:10.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "41e3a22e-745b-4981-95ab-3294325fa5e5", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:24:11Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-2-1", "created": "2018-10-12T12:24:05Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:24:13,465 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/41e3a22e-745b-4981-95ab-3294325fa5e5 used request id req-bfba01de-fa76-49fc-a880-8803c93ab26d 2018-10-12 12:24:13,468 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/41e3a22e-745b-4981-95ab-3294325fa5e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c5f8755da72c0a38c04a41f631917be359b1438" 2018-10-12 12:24:14,095 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:24:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-674b4514-a5c7-483e-bcc1-31fd058f2800 x-compute-request-id: req-674b4514-a5c7-483e-bcc1-31fd058f2800 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:19:0b", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/41e3a22e-745b-4981-95ab-3294325fa5e5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/41e3a22e-745b-4981-95ab-3294325fa5e5", "rel": "bookmark"}], "image": {"id": "c88431e7-3406-47ab-9427-15e9bf54cd84", "links": [{"href": "http://172.30.9.26:8774/images/c88431e7-3406-47ab-9427-15e9bf54cd84", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000de", "OS-SRV-USG:launched_at": "2018-10-12T12:24:10.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "41e3a22e-745b-4981-95ab-3294325fa5e5", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:24:11Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-2-1", "created": "2018-10-12T12:24:05Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:24:14,095 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/41e3a22e-745b-4981-95ab-3294325fa5e5 used request id req-674b4514-a5c7-483e-bcc1-31fd058f2800 2018-10-12 12:24:14,095 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-1' booted successfully. IP='10.10.10.11'. 2018-10-12 12:24:14,095 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-1' to security group 'sdnvpn-sg'... 2018-10-12 12:24:14,098 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/41e3a22e-745b-4981-95ab-3294325fa5e5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db0ef396c3f7b6ed594fdd4a2e29c68ac903bad9" -d '{"addSecurityGroup": {"name": "a012b764-3d71-4fe8-a730-445db10f62d9"}}' 2018-10-12 12:24:15,757 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:24: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-0638537b-1c4f-42cf-b1ad-212ef8a8ca46 x-compute-request-id: req-0638537b-1c4f-42cf-b1ad-212ef8a8ca46 Content-Length: 0 Content-Type: application/json 2018-10-12 12:24:15,757 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/41e3a22e-745b-4981-95ab-3294325fa5e5/action used request id req-0638537b-1c4f-42cf-b1ad-212ef8a8ca46 2018-10-12 12:24:15,757 - sdnvpn-results - INFO - Create VPN1 with eRT=iRT 2018-10-12 12:24:15,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1d54438c1ddc8566d5a606211a7048eed559d09" -d '{"bgpvpn": {"route_targets": "55:55", "import_targets": "55:55", "export_targets": "55:55", "name": "sdnvpn-1-871628", "route_distinguishers": "111:111"}}' 2018-10-12 12:24:16,188 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 352 X-Openstack-Request-Id: req-e77849ad-8fd2-487b-850a-52e4a7ceb654 Date: Fri, 12 Oct 2018 12:24:16 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["111:111"], "routers": [], "id": "29346bf8-80be-4243-8877-09eb630a86b6", "name": "sdnvpn-1-871628", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "import_targets": ["55:55"], "networks": [], "route_targets": ["55:55"], "project_id": "d6e005d8411b4b378ddb320b792455b0", "type": "l3"}} 2018-10-12 12:24:16,188 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns used request id req-e77849ad-8fd2-487b-850a-52e4a7ceb654 2018-10-12 12:24:16,189 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN1 created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-1-871628', u'route_distinguishers': [u'111:111'], u'routers': [], u'import_targets': [u'55:55'], u'networks': [], u'tenant_id': u'd6e005d8411b4b378ddb320b792455b0', u'route_targets': [u'55:55'], u'project_id': u'd6e005d8411b4b378ddb320b792455b0', u'type': u'l3', u'id': u'29346bf8-80be-4243-8877-09eb630a86b6'}} 2018-10-12 12:24:16,189 - sdnvpn-results - INFO - Associate network 'sdnvpn-2-1-net' to the VPN. 2018-10-12 12:24:16,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/29346bf8-80be-4243-8877-09eb630a86b6/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1d54438c1ddc8566d5a606211a7048eed559d09" -d '{"network_association": {"network_id": "4b370e70-00fa-48db-adc4-dd9058a4b649"}}' 2018-10-12 12:24:16,681 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-11d05c8c-8bec-4c63-be11-59b5936cddff Date: Fri, 12 Oct 2018 12:24:16 GMT RESP BODY: {"network_association": {"network_id": "4b370e70-00fa-48db-adc4-dd9058a4b649", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "5733e3d8-9b67-4204-8c66-a30377b96ca5"}} 2018-10-12 12:24:16,681 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/29346bf8-80be-4243-8877-09eb630a86b6/network_associations used request id req-11d05c8c-8bec-4c63-be11-59b5936cddff 2018-10-12 12:24:16,682 - sdnvpn_test_utils - INFO - Waiting for instance c6d7a883-2f8d-40a3-853c-c632ec64a95b to boot up 2018-10-12 12:24:16,685 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aab9c2e22f074350902d437d7198106274ebec1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:24:17,803 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:24:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6af205e8-985b-4008-a25c-e178515def59 x-compute-request-id: req-6af205e8-985b-4008-a25c-e178515def59 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512108468 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.152232] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.154297] pid_max: default: 32768 minimum: 301\n[ 0.155416] ACPI: Core revision 20150930\n[ 0.157319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158945] Security Framework initialized\n[ 0.159973] Yama: becoming mindful.\n[ 0.160885] AppArmor: AppArmor initialized\n[ 0.161954] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163593] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165178] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166659] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168373] Initializing cgroup subsys io\n[ 0.169386] Initializing cgroup subsys memory\n[ 0.170455] Initializing cgroup subsys devices\n[ 0.171557] Initializing cgroup subsys freezer\n[ 0.172637] Initializing cgroup subsys net_cls\n[ 0.173711] Initializing cgroup subsys perf_event\n[ 0.174827] Initializing cgroup subsys net_prio\n[ 0.175919] Initializing cgroup subsys hugetlb\n[ 0.176984] Initializing cgroup subsys pids\n[ 0.178060] CPU: Physical Processor ID: 0\n[ 0.179765] mce: CPU supports 10 MCE banks\n[ 0.180807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194588] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.201017] ftrace: allocating 31920 entries in 125 pages\n[ 0.227210] smpboot: Max logical packages: 1\n[ 0.228036] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229328] x2apic enabled\n[ 0.230111] Switched APIC routing to physical x2apic.\n[ 0.231816] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232892] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234804] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236516] KVM setup paravirtual spinlock\n[ 0.237772] x86: Booted up 1 node, 1 CPUs\n[ 0.238552] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.239884] devtmpfs: initialized\n[ 0.241572] evm: security.selinux\n[ 0.242244] evm: security.SMACK64\n[ 0.242904] evm: security.SMACK64EXEC\n[ 0.243615] evm: security.SMACK64TRANSMUTE\n[ 0.244389] evm: security.SMACK64MMAP\n[ 0.245097] evm: security.ima\n[ 0.245714] evm: security.capability\n[ 0.246488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248253] pinctrl core: initialized pinctrl subsystem\n[ 0.249297] RTC time: 12:23:45, date: 10/12/18\n[ 0.250221] NET: Registered protocol family 16\n[ 0.251152] cpuidle: using governor ladder\n[ 0.251928] cpuidle: using governor menu\n[ 0.252684] PCCT header not found.\n[ 0.253403] ACPI: bus type PCI registered\n[ 0.254174] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255360] PCI: Using configuration type 1 for base access\n[ 0.257067] ACPI: Added _OSI(Module Device)\n[ 0.257868] ACPI: Added _OSI(Processor Device)\n[ 0.258707] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259570] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261670] ACPI: Interpreter enabled\n[ 0.262422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264201] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.265967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269514] ACPI: (supports S0 S5)\n[ 0.270193] ACPI: Using IOAPIC for interrupt routing\n[ 0.271100] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275331] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276509] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277653] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279793] acpiphp: Slot [3] registered\n[ 0.280570] acpiphp: Slot [4] registered\n[ 0.281339] acpiphp: Slot [5] registered\n[ 0.282115] acpiphp: Slot [6] registered\n[ 0.282878] acpiphp: Slot [7] registered\n[ 0.283646] acpiphp: Slot [8] registered\n[ 0.284423] acpiphp: Slot [9] registered\n[ 0.285186] acpiphp: Slot [10] registered\n[ 0.285959] acpiphp: Slot [11] registered\n[ 0.286746] acpiphp: Slot [12] registered\n[ 0.287527] acpiphp: Slot [13] registered\n[ 0.288307] acpiphp: Slot [14] registered\n[ 0.289084] acpiphp: Slot [15] registered\n[ 0.299892] acpiphp: Slot [16] registered\n[ 0.300676] acpiphp: Slot [17] registered\n[ 0.301458] acpiphp: Slot [18] registered\n[ 0.302235] acpiphp: Slot [19] registered\n[ 0.303008] acpiphp: Slot [20] registered\n[ 0.303787] acpiphp: Slot [21] registered\n[ 0.304587] acpiphp: Slot [22] registered\n[ 0.305395] acpiphp: Slot [23] registered\n[ 0.306198] acpiphp: Slot [24] registered\n[ 0.306997] acpiphp: Slot [25] registered\n[ 0.307798] acpiphp: Slot [26] registered\n[ 0.308603] acpiphp: Slot [27] registered\n[ 0.309415] acpiphp: Slot [28] registered\n[ 0.310222] acpiphp: Slot [29] registered\n[ 0.311019] acpiphp: Slot [30] registered\n[ 0.311823] acpiphp: Slot [31] registered\n[ 0.312640] PCI host bridge to bus 0000:00\n[ 0.313446] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314648] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315845] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317287] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318724] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326181] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327299] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328588] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335418] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337237] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383192] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388732] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390582] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392549] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394086] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395552] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397706] vgaarb: loaded\n[ 0.398534] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400109] SCSI subsystem initialized\n[ 0.400927] ACPI: bus type USB registered\n[ 0.401730] usbcore: registered new interface driver usbfs\n[ 0.402738] usbcore: registered new interface driver hub\n[ 0.403715] usbcore: registered new device driver usb\n[ 0.404740] PCI: Using ACPI for IRQ routing\n[ 0.405742] NetLabel: Initializing\n[ 0.406456] NetLabel: domain hash size = 128\n[ 0.407286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408207] NetLabel: unlabeled traffic allowed by default\n[ 0.409269] clocksource: Switched to clocksource kvm-clock\n[ 0.414691] AppArmor: AppArmor Filesystem Enabled\n[ 0.415659] pnp: PnP ACPI init\n[ 0.416548] pnp: PnP ACPI: found 5 devices\n[ 0.422895] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424544] NET: Registered protocol family 2\n[ 0.425478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426709] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427838] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428958] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431145] NET: Registered protocol family 1\n[ 0.431981] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433042] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434090] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448045] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462245] Trying to unpack rootfs image as initramfs...\n[ 0.511595] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525446] Scanning for low memory corruption every 60 seconds\n[ 0.526847] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.527955] audit: initializing netlink subsys (disabled)\n[ 0.528942] audit: type=2000 audit(1539347026.314:1): initialized\n[ 0.530226] Initialise system trusted keyring\n[ 0.531117] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532258] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534180] zbud: loaded\n[ 0.534859] VFS: Disk quotas dquot_6.6.0\n[ 0.535648] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537117] fuse init (API version 7.23)\n[ 0.537982] Key type big_key registered\n[ 0.538760] Allocating IMA MOK and blacklist keyrings.\n[ 0.539822] Key type asymmetric registered\n[ 0.540618] Asymmetric key parser 'x509' registered\n[ 0.541546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542968] io scheduler noop registered\n[ 0.543738] io scheduler deadline registered (default)\n[ 0.544688] io scheduler cfq registered\n[ 0.545506] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548093] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549506] ACPI: Power Button [PWRF]\n[ 0.550313] GHES: HEST is not enabled!\n[ 0.565559] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.596921] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.620874] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622953] Linux agpgart interface v0.103\n[ 0.624966] brd: module loaded\n[ 0.646861] loop: module loaded\n[ 0.651634] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.653062] GPT:90111 != 2097151\n[ 0.653719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.654768] GPT:90111 != 2097151\n[ 0.655419] GPT: Use GNU Parted to correct GPT errors.\n[ 0.656342] vda: vda1 vda15\n[ 0.657723] scsi host0: ata_piix\n[ 0.658439] scsi host1: ata_piix\n[ 0.659129] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.660289] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661683] libphy: Fixed MDIO Bus: probed\n[ 0.662474] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663401] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.665439] PPP generic driver version 2.4.2\n[ 0.666296] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.667489] ehci-pci: EHCI PCI platform driver\n[ 0.668334] ehci-platform: EHCI generic platform driver\n[ 0.669292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670372] ohci-pci: OHCI PCI platform driver\n[ 0.671205] ohci-platform: OHCI generic platform driver\n[ 0.672149] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686431] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687392] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688788] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689784] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690858] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692026] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693407] usb usb1: Product: UHCI Host Controller\n[ 0.694307] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695400] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696340] hub 1-0:1.0: USB hub found\n[ 0.697092] hub 1-0:1.0: 2 ports detected\n[ 0.697967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701921] mousedev: PS/2 mouse device common for all mice\n[ 0.703125] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704893] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705954] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707112] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708251] i2c /dev entries driver\n[ 0.708980] device-mapper: uevent: version 1.0.3\n[ 0.709890] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711459] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.712685] NET: Registered protocol family 10\n[ 0.713680] NET: Registered protocol family 17\n[ 0.714537] Key type dns_resolver registered\n[ 0.715430] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716489] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718167] registered taskstats version 1\n[ 0.718965] Loading compiled-in X.509 certificates\n[ 0.720372] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722153] zswap: loaded using pool lzo/zbud\n[ 0.723496] Key type trusted registered\n[ 0.725013] Key type encrypted registered\n[ 0.725816] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.726805] ima: No TPM chip found, activating TPM-bypass!\n[ 0.727808] evm: HMAC attrs: 0x1\n[ 0.728707] Magic number: 6:22:380\n[ 0.729526] rtc_cmos 00:00: setting system clock to 2018-10-12 12:23:46 UTC (1539347026)\n[ 0.731063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732119] EDD information not available.\n[ 0.817958] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.819363] ata1.00: configured for MWDMA2\n[ 0.820519] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.832892] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.834100] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835325] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837143] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.838623] Write protecting the kernel read-only data: 14336k\n[ 0.840155] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.841924] 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.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... [ 1.277856] 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-10-12 12:24:17,804 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action used request id req-6af205e8-985b-4008-a25c-e178515def59 2018-10-12 12:24:19,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aab9c2e22f074350902d437d7198106274ebec1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:24:20,942 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:24: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-abd56cf0-db12-4cf0-8f59-0ecbeb21b4e0 x-compute-request-id: req-abd56cf0-db12-4cf0-8f59-0ecbeb21b4e0 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512108468 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.152232] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.154297] pid_max: default: 32768 minimum: 301\n[ 0.155416] ACPI: Core revision 20150930\n[ 0.157319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158945] Security Framework initialized\n[ 0.159973] Yama: becoming mindful.\n[ 0.160885] AppArmor: AppArmor initialized\n[ 0.161954] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163593] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165178] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166659] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168373] Initializing cgroup subsys io\n[ 0.169386] Initializing cgroup subsys memory\n[ 0.170455] Initializing cgroup subsys devices\n[ 0.171557] Initializing cgroup subsys freezer\n[ 0.172637] Initializing cgroup subsys net_cls\n[ 0.173711] Initializing cgroup subsys perf_event\n[ 0.174827] Initializing cgroup subsys net_prio\n[ 0.175919] Initializing cgroup subsys hugetlb\n[ 0.176984] Initializing cgroup subsys pids\n[ 0.178060] CPU: Physical Processor ID: 0\n[ 0.179765] mce: CPU supports 10 MCE banks\n[ 0.180807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194588] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.201017] ftrace: allocating 31920 entries in 125 pages\n[ 0.227210] smpboot: Max logical packages: 1\n[ 0.228036] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229328] x2apic enabled\n[ 0.230111] Switched APIC routing to physical x2apic.\n[ 0.231816] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232892] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234804] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236516] KVM setup paravirtual spinlock\n[ 0.237772] x86: Booted up 1 node, 1 CPUs\n[ 0.238552] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.239884] devtmpfs: initialized\n[ 0.241572] evm: security.selinux\n[ 0.242244] evm: security.SMACK64\n[ 0.242904] evm: security.SMACK64EXEC\n[ 0.243615] evm: security.SMACK64TRANSMUTE\n[ 0.244389] evm: security.SMACK64MMAP\n[ 0.245097] evm: security.ima\n[ 0.245714] evm: security.capability\n[ 0.246488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248253] pinctrl core: initialized pinctrl subsystem\n[ 0.249297] RTC time: 12:23:45, date: 10/12/18\n[ 0.250221] NET: Registered protocol family 16\n[ 0.251152] cpuidle: using governor ladder\n[ 0.251928] cpuidle: using governor menu\n[ 0.252684] PCCT header not found.\n[ 0.253403] ACPI: bus type PCI registered\n[ 0.254174] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255360] PCI: Using configuration type 1 for base access\n[ 0.257067] ACPI: Added _OSI(Module Device)\n[ 0.257868] ACPI: Added _OSI(Processor Device)\n[ 0.258707] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259570] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261670] ACPI: Interpreter enabled\n[ 0.262422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264201] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.265967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269514] ACPI: (supports S0 S5)\n[ 0.270193] ACPI: Using IOAPIC for interrupt routing\n[ 0.271100] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275331] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276509] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277653] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279793] acpiphp: Slot [3] registered\n[ 0.280570] acpiphp: Slot [4] registered\n[ 0.281339] acpiphp: Slot [5] registered\n[ 0.282115] acpiphp: Slot [6] registered\n[ 0.282878] acpiphp: Slot [7] registered\n[ 0.283646] acpiphp: Slot [8] registered\n[ 0.284423] acpiphp: Slot [9] registered\n[ 0.285186] acpiphp: Slot [10] registered\n[ 0.285959] acpiphp: Slot [11] registered\n[ 0.286746] acpiphp: Slot [12] registered\n[ 0.287527] acpiphp: Slot [13] registered\n[ 0.288307] acpiphp: Slot [14] registered\n[ 0.289084] acpiphp: Slot [15] registered\n[ 0.299892] acpiphp: Slot [16] registered\n[ 0.300676] acpiphp: Slot [17] registered\n[ 0.301458] acpiphp: Slot [18] registered\n[ 0.302235] acpiphp: Slot [19] registered\n[ 0.303008] acpiphp: Slot [20] registered\n[ 0.303787] acpiphp: Slot [21] registered\n[ 0.304587] acpiphp: Slot [22] registered\n[ 0.305395] acpiphp: Slot [23] registered\n[ 0.306198] acpiphp: Slot [24] registered\n[ 0.306997] acpiphp: Slot [25] registered\n[ 0.307798] acpiphp: Slot [26] registered\n[ 0.308603] acpiphp: Slot [27] registered\n[ 0.309415] acpiphp: Slot [28] registered\n[ 0.310222] acpiphp: Slot [29] registered\n[ 0.311019] acpiphp: Slot [30] registered\n[ 0.311823] acpiphp: Slot [31] registered\n[ 0.312640] PCI host bridge to bus 0000:00\n[ 0.313446] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314648] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315845] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317287] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318724] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326181] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327299] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328588] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335418] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337237] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383192] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388732] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390582] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392549] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394086] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395552] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397706] vgaarb: loaded\n[ 0.398534] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400109] SCSI subsystem initialized\n[ 0.400927] ACPI: bus type USB registered\n[ 0.401730] usbcore: registered new interface driver usbfs\n[ 0.402738] usbcore: registered new interface driver hub\n[ 0.403715] usbcore: registered new device driver usb\n[ 0.404740] PCI: Using ACPI for IRQ routing\n[ 0.405742] NetLabel: Initializing\n[ 0.406456] NetLabel: domain hash size = 128\n[ 0.407286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408207] NetLabel: unlabeled traffic allowed by default\n[ 0.409269] clocksource: Switched to clocksource kvm-clock\n[ 0.414691] AppArmor: AppArmor Filesystem Enabled\n[ 0.415659] pnp: PnP ACPI init\n[ 0.416548] pnp: PnP ACPI: found 5 devices\n[ 0.422895] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424544] NET: Registered protocol family 2\n[ 0.425478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426709] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427838] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428958] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431145] NET: Registered protocol family 1\n[ 0.431981] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433042] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434090] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448045] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462245] Trying to unpack rootfs image as initramfs...\n[ 0.511595] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525446] Scanning for low memory corruption every 60 seconds\n[ 0.526847] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.527955] audit: initializing netlink subsys (disabled)\n[ 0.528942] audit: type=2000 audit(1539347026.314:1): initialized\n[ 0.530226] Initialise system trusted keyring\n[ 0.531117] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532258] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534180] zbud: loaded\n[ 0.534859] VFS: Disk quotas dquot_6.6.0\n[ 0.535648] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537117] fuse init (API version 7.23)\n[ 0.537982] Key type big_key registered\n[ 0.538760] Allocating IMA MOK and blacklist keyrings.\n[ 0.539822] Key type asymmetric registered\n[ 0.540618] Asymmetric key parser 'x509' registered\n[ 0.541546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542968] io scheduler noop registered\n[ 0.543738] io scheduler deadline registered (default)\n[ 0.544688] io scheduler cfq registered\n[ 0.545506] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548093] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549506] ACPI: Power Button [PWRF]\n[ 0.550313] GHES: HEST is not enabled!\n[ 0.565559] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.596921] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.620874] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622953] Linux agpgart interface v0.103\n[ 0.624966] brd: module loaded\n[ 0.646861] loop: module loaded\n[ 0.651634] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.653062] GPT:90111 != 2097151\n[ 0.653719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.654768] GPT:90111 != 2097151\n[ 0.655419] GPT: Use GNU Parted to correct GPT errors.\n[ 0.656342] vda: vda1 vda15\n[ 0.657723] scsi host0: ata_piix\n[ 0.658439] scsi host1: ata_piix\n[ 0.659129] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.660289] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661683] libphy: Fixed MDIO Bus: probed\n[ 0.662474] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663401] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.665439] PPP generic driver version 2.4.2\n[ 0.666296] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.667489] ehci-pci: EHCI PCI platform driver\n[ 0.668334] ehci-platform: EHCI generic platform driver\n[ 0.669292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670372] ohci-pci: OHCI PCI platform driver\n[ 0.671205] ohci-platform: OHCI generic platform driver\n[ 0.672149] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686431] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687392] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688788] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689784] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690858] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692026] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693407] usb usb1: Product: UHCI Host Controller\n[ 0.694307] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695400] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696340] hub 1-0:1.0: USB hub found\n[ 0.697092] hub 1-0:1.0: 2 ports detected\n[ 0.697967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701921] mousedev: PS/2 mouse device common for all mice\n[ 0.703125] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704893] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705954] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707112] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708251] i2c /dev entries driver\n[ 0.708980] device-mapper: uevent: version 1.0.3\n[ 0.709890] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711459] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.712685] NET: Registered protocol family 10\n[ 0.713680] NET: Registered protocol family 17\n[ 0.714537] Key type dns_resolver registered\n[ 0.715430] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716489] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718167] registered taskstats version 1\n[ 0.718965] Loading compiled-in X.509 certificates\n[ 0.720372] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722153] zswap: loaded using pool lzo/zbud\n[ 0.723496] Key type trusted registered\n[ 0.725013] Key type encrypted registered\n[ 0.725816] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.726805] ima: No TPM chip found, activating TPM-bypass!\n[ 0.727808] evm: HMAC attrs: 0x1\n[ 0.728707] Magic number: 6:22:380\n[ 0.729526] rtc_cmos 00:00: setting system clock to 2018-10-12 12:23:46 UTC (1539347026)\n[ 0.731063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732119] EDD information not available.\n[ 0.817958] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.819363] ata1.00: configured for MWDMA2\n[ 0.820519] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.832892] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.834100] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835325] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837143] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.838623] Write protecting the kernel read-only data: 14336k\n[ 0.840155] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.841924] 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.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... [ 1.277856] 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-10-12 12:24:20,942 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action used request id req-abd56cf0-db12-4cf0-8f59-0ecbeb21b4e0 2018-10-12 12:24:22,960 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aab9c2e22f074350902d437d7198106274ebec1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:24:24,028 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:24: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-fdd507bd-4e85-48d5-a787-fa8ca7cae87a x-compute-request-id: req-fdd507bd-4e85-48d5-a787-fa8ca7cae87a Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512108468 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.152232] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.154297] pid_max: default: 32768 minimum: 301\n[ 0.155416] ACPI: Core revision 20150930\n[ 0.157319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158945] Security Framework initialized\n[ 0.159973] Yama: becoming mindful.\n[ 0.160885] AppArmor: AppArmor initialized\n[ 0.161954] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163593] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165178] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166659] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168373] Initializing cgroup subsys io\n[ 0.169386] Initializing cgroup subsys memory\n[ 0.170455] Initializing cgroup subsys devices\n[ 0.171557] Initializing cgroup subsys freezer\n[ 0.172637] Initializing cgroup subsys net_cls\n[ 0.173711] Initializing cgroup subsys perf_event\n[ 0.174827] Initializing cgroup subsys net_prio\n[ 0.175919] Initializing cgroup subsys hugetlb\n[ 0.176984] Initializing cgroup subsys pids\n[ 0.178060] CPU: Physical Processor ID: 0\n[ 0.179765] mce: CPU supports 10 MCE banks\n[ 0.180807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194588] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.201017] ftrace: allocating 31920 entries in 125 pages\n[ 0.227210] smpboot: Max logical packages: 1\n[ 0.228036] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229328] x2apic enabled\n[ 0.230111] Switched APIC routing to physical x2apic.\n[ 0.231816] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232892] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234804] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236516] KVM setup paravirtual spinlock\n[ 0.237772] x86: Booted up 1 node, 1 CPUs\n[ 0.238552] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.239884] devtmpfs: initialized\n[ 0.241572] evm: security.selinux\n[ 0.242244] evm: security.SMACK64\n[ 0.242904] evm: security.SMACK64EXEC\n[ 0.243615] evm: security.SMACK64TRANSMUTE\n[ 0.244389] evm: security.SMACK64MMAP\n[ 0.245097] evm: security.ima\n[ 0.245714] evm: security.capability\n[ 0.246488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248253] pinctrl core: initialized pinctrl subsystem\n[ 0.249297] RTC time: 12:23:45, date: 10/12/18\n[ 0.250221] NET: Registered protocol family 16\n[ 0.251152] cpuidle: using governor ladder\n[ 0.251928] cpuidle: using governor menu\n[ 0.252684] PCCT header not found.\n[ 0.253403] ACPI: bus type PCI registered\n[ 0.254174] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255360] PCI: Using configuration type 1 for base access\n[ 0.257067] ACPI: Added _OSI(Module Device)\n[ 0.257868] ACPI: Added _OSI(Processor Device)\n[ 0.258707] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259570] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261670] ACPI: Interpreter enabled\n[ 0.262422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264201] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.265967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269514] ACPI: (supports S0 S5)\n[ 0.270193] ACPI: Using IOAPIC for interrupt routing\n[ 0.271100] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275331] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276509] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277653] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279793] acpiphp: Slot [3] registered\n[ 0.280570] acpiphp: Slot [4] registered\n[ 0.281339] acpiphp: Slot [5] registered\n[ 0.282115] acpiphp: Slot [6] registered\n[ 0.282878] acpiphp: Slot [7] registered\n[ 0.283646] acpiphp: Slot [8] registered\n[ 0.284423] acpiphp: Slot [9] registered\n[ 0.285186] acpiphp: Slot [10] registered\n[ 0.285959] acpiphp: Slot [11] registered\n[ 0.286746] acpiphp: Slot [12] registered\n[ 0.287527] acpiphp: Slot [13] registered\n[ 0.288307] acpiphp: Slot [14] registered\n[ 0.289084] acpiphp: Slot [15] registered\n[ 0.299892] acpiphp: Slot [16] registered\n[ 0.300676] acpiphp: Slot [17] registered\n[ 0.301458] acpiphp: Slot [18] registered\n[ 0.302235] acpiphp: Slot [19] registered\n[ 0.303008] acpiphp: Slot [20] registered\n[ 0.303787] acpiphp: Slot [21] registered\n[ 0.304587] acpiphp: Slot [22] registered\n[ 0.305395] acpiphp: Slot [23] registered\n[ 0.306198] acpiphp: Slot [24] registered\n[ 0.306997] acpiphp: Slot [25] registered\n[ 0.307798] acpiphp: Slot [26] registered\n[ 0.308603] acpiphp: Slot [27] registered\n[ 0.309415] acpiphp: Slot [28] registered\n[ 0.310222] acpiphp: Slot [29] registered\n[ 0.311019] acpiphp: Slot [30] registered\n[ 0.311823] acpiphp: Slot [31] registered\n[ 0.312640] PCI host bridge to bus 0000:00\n[ 0.313446] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314648] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315845] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317287] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318724] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326181] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327299] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328588] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335418] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337237] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383192] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388732] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390582] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392549] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394086] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395552] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397706] vgaarb: loaded\n[ 0.398534] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400109] SCSI subsystem initialized\n[ 0.400927] ACPI: bus type USB registered\n[ 0.401730] usbcore: registered new interface driver usbfs\n[ 0.402738] usbcore: registered new interface driver hub\n[ 0.403715] usbcore: registered new device driver usb\n[ 0.404740] PCI: Using ACPI for IRQ routing\n[ 0.405742] NetLabel: Initializing\n[ 0.406456] NetLabel: domain hash size = 128\n[ 0.407286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408207] NetLabel: unlabeled traffic allowed by default\n[ 0.409269] clocksource: Switched to clocksource kvm-clock\n[ 0.414691] AppArmor: AppArmor Filesystem Enabled\n[ 0.415659] pnp: PnP ACPI init\n[ 0.416548] pnp: PnP ACPI: found 5 devices\n[ 0.422895] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424544] NET: Registered protocol family 2\n[ 0.425478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426709] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427838] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428958] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431145] NET: Registered protocol family 1\n[ 0.431981] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433042] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434090] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448045] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462245] Trying to unpack rootfs image as initramfs...\n[ 0.511595] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525446] Scanning for low memory corruption every 60 seconds\n[ 0.526847] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.527955] audit: initializing netlink subsys (disabled)\n[ 0.528942] audit: type=2000 audit(1539347026.314:1): initialized\n[ 0.530226] Initialise system trusted keyring\n[ 0.531117] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532258] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534180] zbud: loaded\n[ 0.534859] VFS: Disk quotas dquot_6.6.0\n[ 0.535648] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537117] fuse init (API version 7.23)\n[ 0.537982] Key type big_key registered\n[ 0.538760] Allocating IMA MOK and blacklist keyrings.\n[ 0.539822] Key type asymmetric registered\n[ 0.540618] Asymmetric key parser 'x509' registered\n[ 0.541546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542968] io scheduler noop registered\n[ 0.543738] io scheduler deadline registered (default)\n[ 0.544688] io scheduler cfq registered\n[ 0.545506] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548093] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549506] ACPI: Power Button [PWRF]\n[ 0.550313] GHES: HEST is not enabled!\n[ 0.565559] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.596921] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.620874] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622953] Linux agpgart interface v0.103\n[ 0.624966] brd: module loaded\n[ 0.646861] loop: module loaded\n[ 0.651634] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.653062] GPT:90111 != 2097151\n[ 0.653719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.654768] GPT:90111 != 2097151\n[ 0.655419] GPT: Use GNU Parted to correct GPT errors.\n[ 0.656342] vda: vda1 vda15\n[ 0.657723] scsi host0: ata_piix\n[ 0.658439] scsi host1: ata_piix\n[ 0.659129] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.660289] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661683] libphy: Fixed MDIO Bus: probed\n[ 0.662474] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663401] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.665439] PPP generic driver version 2.4.2\n[ 0.666296] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.667489] ehci-pci: EHCI PCI platform driver\n[ 0.668334] ehci-platform: EHCI generic platform driver\n[ 0.669292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670372] ohci-pci: OHCI PCI platform driver\n[ 0.671205] ohci-platform: OHCI generic platform driver\n[ 0.672149] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686431] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687392] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688788] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689784] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690858] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692026] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693407] usb usb1: Product: UHCI Host Controller\n[ 0.694307] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695400] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696340] hub 1-0:1.0: USB hub found\n[ 0.697092] hub 1-0:1.0: 2 ports detected\n[ 0.697967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701921] mousedev: PS/2 mouse device common for all mice\n[ 0.703125] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704893] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705954] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707112] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708251] i2c /dev entries driver\n[ 0.708980] device-mapper: uevent: version 1.0.3\n[ 0.709890] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711459] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.712685] NET: Registered protocol family 10\n[ 0.713680] NET: Registered protocol family 17\n[ 0.714537] Key type dns_resolver registered\n[ 0.715430] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716489] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718167] registered taskstats version 1\n[ 0.718965] Loading compiled-in X.509 certificates\n[ 0.720372] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722153] zswap: loaded using pool lzo/zbud\n[ 0.723496] Key type trusted registered\n[ 0.725013] Key type encrypted registered\n[ 0.725816] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.726805] ima: No TPM chip found, activating TPM-bypass!\n[ 0.727808] evm: HMAC attrs: 0x1\n[ 0.728707] Magic number: 6:22:380\n[ 0.729526] rtc_cmos 00:00: setting system clock to 2018-10-12 12:23:46 UTC (1539347026)\n[ 0.731063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732119] EDD information not available.\n[ 0.817958] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.819363] ata1.00: configured for MWDMA2\n[ 0.820519] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.832892] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.834100] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835325] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837143] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.838623] Write protecting the kernel read-only data: 14336k\n[ 0.840155] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.841924] 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.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... [ 1.277856] 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-10-12 12:24:24,029 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action used request id req-fdd507bd-4e85-48d5-a787-fa8ca7cae87a 2018-10-12 12:24:26,046 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aab9c2e22f074350902d437d7198106274ebec1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:24:27,121 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:24: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-3938fede-b4d8-40c3-86fc-5a616d00965e x-compute-request-id: req-3938fede-b4d8-40c3-86fc-5a616d00965e Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512108468 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.152232] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.154297] pid_max: default: 32768 minimum: 301\n[ 0.155416] ACPI: Core revision 20150930\n[ 0.157319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158945] Security Framework initialized\n[ 0.159973] Yama: becoming mindful.\n[ 0.160885] AppArmor: AppArmor initialized\n[ 0.161954] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163593] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165178] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166659] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168373] Initializing cgroup subsys io\n[ 0.169386] Initializing cgroup subsys memory\n[ 0.170455] Initializing cgroup subsys devices\n[ 0.171557] Initializing cgroup subsys freezer\n[ 0.172637] Initializing cgroup subsys net_cls\n[ 0.173711] Initializing cgroup subsys perf_event\n[ 0.174827] Initializing cgroup subsys net_prio\n[ 0.175919] Initializing cgroup subsys hugetlb\n[ 0.176984] Initializing cgroup subsys pids\n[ 0.178060] CPU: Physical Processor ID: 0\n[ 0.179765] mce: CPU supports 10 MCE banks\n[ 0.180807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194588] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.201017] ftrace: allocating 31920 entries in 125 pages\n[ 0.227210] smpboot: Max logical packages: 1\n[ 0.228036] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229328] x2apic enabled\n[ 0.230111] Switched APIC routing to physical x2apic.\n[ 0.231816] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232892] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234804] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236516] KVM setup paravirtual spinlock\n[ 0.237772] x86: Booted up 1 node, 1 CPUs\n[ 0.238552] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.239884] devtmpfs: initialized\n[ 0.241572] evm: security.selinux\n[ 0.242244] evm: security.SMACK64\n[ 0.242904] evm: security.SMACK64EXEC\n[ 0.243615] evm: security.SMACK64TRANSMUTE\n[ 0.244389] evm: security.SMACK64MMAP\n[ 0.245097] evm: security.ima\n[ 0.245714] evm: security.capability\n[ 0.246488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248253] pinctrl core: initialized pinctrl subsystem\n[ 0.249297] RTC time: 12:23:45, date: 10/12/18\n[ 0.250221] NET: Registered protocol family 16\n[ 0.251152] cpuidle: using governor ladder\n[ 0.251928] cpuidle: using governor menu\n[ 0.252684] PCCT header not found.\n[ 0.253403] ACPI: bus type PCI registered\n[ 0.254174] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255360] PCI: Using configuration type 1 for base access\n[ 0.257067] ACPI: Added _OSI(Module Device)\n[ 0.257868] ACPI: Added _OSI(Processor Device)\n[ 0.258707] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259570] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261670] ACPI: Interpreter enabled\n[ 0.262422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264201] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.265967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269514] ACPI: (supports S0 S5)\n[ 0.270193] ACPI: Using IOAPIC for interrupt routing\n[ 0.271100] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275331] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276509] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277653] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279793] acpiphp: Slot [3] registered\n[ 0.280570] acpiphp: Slot [4] registered\n[ 0.281339] acpiphp: Slot [5] registered\n[ 0.282115] acpiphp: Slot [6] registered\n[ 0.282878] acpiphp: Slot [7] registered\n[ 0.283646] acpiphp: Slot [8] registered\n[ 0.284423] acpiphp: Slot [9] registered\n[ 0.285186] acpiphp: Slot [10] registered\n[ 0.285959] acpiphp: Slot [11] registered\n[ 0.286746] acpiphp: Slot [12] registered\n[ 0.287527] acpiphp: Slot [13] registered\n[ 0.288307] acpiphp: Slot [14] registered\n[ 0.289084] acpiphp: Slot [15] registered\n[ 0.299892] acpiphp: Slot [16] registered\n[ 0.300676] acpiphp: Slot [17] registered\n[ 0.301458] acpiphp: Slot [18] registered\n[ 0.302235] acpiphp: Slot [19] registered\n[ 0.303008] acpiphp: Slot [20] registered\n[ 0.303787] acpiphp: Slot [21] registered\n[ 0.304587] acpiphp: Slot [22] registered\n[ 0.305395] acpiphp: Slot [23] registered\n[ 0.306198] acpiphp: Slot [24] registered\n[ 0.306997] acpiphp: Slot [25] registered\n[ 0.307798] acpiphp: Slot [26] registered\n[ 0.308603] acpiphp: Slot [27] registered\n[ 0.309415] acpiphp: Slot [28] registered\n[ 0.310222] acpiphp: Slot [29] registered\n[ 0.311019] acpiphp: Slot [30] registered\n[ 0.311823] acpiphp: Slot [31] registered\n[ 0.312640] PCI host bridge to bus 0000:00\n[ 0.313446] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314648] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315845] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317287] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318724] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326181] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327299] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328588] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335418] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337237] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383192] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388732] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390582] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392549] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394086] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395552] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397706] vgaarb: loaded\n[ 0.398534] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400109] SCSI subsystem initialized\n[ 0.400927] ACPI: bus type USB registered\n[ 0.401730] usbcore: registered new interface driver usbfs\n[ 0.402738] usbcore: registered new interface driver hub\n[ 0.403715] usbcore: registered new device driver usb\n[ 0.404740] PCI: Using ACPI for IRQ routing\n[ 0.405742] NetLabel: Initializing\n[ 0.406456] NetLabel: domain hash size = 128\n[ 0.407286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408207] NetLabel: unlabeled traffic allowed by default\n[ 0.409269] clocksource: Switched to clocksource kvm-clock\n[ 0.414691] AppArmor: AppArmor Filesystem Enabled\n[ 0.415659] pnp: PnP ACPI init\n[ 0.416548] pnp: PnP ACPI: found 5 devices\n[ 0.422895] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424544] NET: Registered protocol family 2\n[ 0.425478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426709] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427838] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428958] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431145] NET: Registered protocol family 1\n[ 0.431981] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433042] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434090] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448045] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462245] Trying to unpack rootfs image as initramfs...\n[ 0.511595] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525446] Scanning for low memory corruption every 60 seconds\n[ 0.526847] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.527955] audit: initializing netlink subsys (disabled)\n[ 0.528942] audit: type=2000 audit(1539347026.314:1): initialized\n[ 0.530226] Initialise system trusted keyring\n[ 0.531117] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532258] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534180] zbud: loaded\n[ 0.534859] VFS: Disk quotas dquot_6.6.0\n[ 0.535648] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537117] fuse init (API version 7.23)\n[ 0.537982] Key type big_key registered\n[ 0.538760] Allocating IMA MOK and blacklist keyrings.\n[ 0.539822] Key type asymmetric registered\n[ 0.540618] Asymmetric key parser 'x509' registered\n[ 0.541546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542968] io scheduler noop registered\n[ 0.543738] io scheduler deadline registered (default)\n[ 0.544688] io scheduler cfq registered\n[ 0.545506] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548093] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549506] ACPI: Power Button [PWRF]\n[ 0.550313] GHES: HEST is not enabled!\n[ 0.565559] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.596921] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.620874] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622953] Linux agpgart interface v0.103\n[ 0.624966] brd: module loaded\n[ 0.646861] loop: module loaded\n[ 0.651634] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.653062] GPT:90111 != 2097151\n[ 0.653719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.654768] GPT:90111 != 2097151\n[ 0.655419] GPT: Use GNU Parted to correct GPT errors.\n[ 0.656342] vda: vda1 vda15\n[ 0.657723] scsi host0: ata_piix\n[ 0.658439] scsi host1: ata_piix\n[ 0.659129] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.660289] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661683] libphy: Fixed MDIO Bus: probed\n[ 0.662474] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663401] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.665439] PPP generic driver version 2.4.2\n[ 0.666296] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.667489] ehci-pci: EHCI PCI platform driver\n[ 0.668334] ehci-platform: EHCI generic platform driver\n[ 0.669292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670372] ohci-pci: OHCI PCI platform driver\n[ 0.671205] ohci-platform: OHCI generic platform driver\n[ 0.672149] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686431] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687392] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688788] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689784] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690858] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692026] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693407] usb usb1: Product: UHCI Host Controller\n[ 0.694307] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695400] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696340] hub 1-0:1.0: USB hub found\n[ 0.697092] hub 1-0:1.0: 2 ports detected\n[ 0.697967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701921] mousedev: PS/2 mouse device common for all mice\n[ 0.703125] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704893] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705954] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707112] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708251] i2c /dev entries driver\n[ 0.708980] device-mapper: uevent: version 1.0.3\n[ 0.709890] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711459] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.712685] NET: Registered protocol family 10\n[ 0.713680] NET: Registered protocol family 17\n[ 0.714537] Key type dns_resolver registered\n[ 0.715430] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716489] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718167] registered taskstats version 1\n[ 0.718965] Loading compiled-in X.509 certificates\n[ 0.720372] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722153] zswap: loaded using pool lzo/zbud\n[ 0.723496] Key type trusted registered\n[ 0.725013] Key type encrypted registered\n[ 0.725816] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.726805] ima: No TPM chip found, activating TPM-bypass!\n[ 0.727808] evm: HMAC attrs: 0x1\n[ 0.728707] Magic number: 6:22:380\n[ 0.729526] rtc_cmos 00:00: setting system clock to 2018-10-12 12:23:46 UTC (1539347026)\n[ 0.731063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732119] EDD information not available.\n[ 0.817958] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.819363] ata1.00: configured for MWDMA2\n[ 0.820519] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.832892] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.834100] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835325] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837143] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.838623] Write protecting the kernel read-only data: 14336k\n[ 0.840155] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.841924] 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.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... [ 1.277856] 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-10-12 12:24:27,121 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action used request id req-3938fede-b4d8-40c3-86fc-5a616d00965e 2018-10-12 12:24:29,138 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aab9c2e22f074350902d437d7198106274ebec1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:24:30,202 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:24: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-2f35ee0d-746c-483b-9133-3264f0945a76 x-compute-request-id: req-2f35ee0d-746c-483b-9133-3264f0945a76 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512108468 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.152232] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.154297] pid_max: default: 32768 minimum: 301\n[ 0.155416] ACPI: Core revision 20150930\n[ 0.157319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158945] Security Framework initialized\n[ 0.159973] Yama: becoming mindful.\n[ 0.160885] AppArmor: AppArmor initialized\n[ 0.161954] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163593] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165178] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166659] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168373] Initializing cgroup subsys io\n[ 0.169386] Initializing cgroup subsys memory\n[ 0.170455] Initializing cgroup subsys devices\n[ 0.171557] Initializing cgroup subsys freezer\n[ 0.172637] Initializing cgroup subsys net_cls\n[ 0.173711] Initializing cgroup subsys perf_event\n[ 0.174827] Initializing cgroup subsys net_prio\n[ 0.175919] Initializing cgroup subsys hugetlb\n[ 0.176984] Initializing cgroup subsys pids\n[ 0.178060] CPU: Physical Processor ID: 0\n[ 0.179765] mce: CPU supports 10 MCE banks\n[ 0.180807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194588] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.201017] ftrace: allocating 31920 entries in 125 pages\n[ 0.227210] smpboot: Max logical packages: 1\n[ 0.228036] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229328] x2apic enabled\n[ 0.230111] Switched APIC routing to physical x2apic.\n[ 0.231816] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232892] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234804] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236516] KVM setup paravirtual spinlock\n[ 0.237772] x86: Booted up 1 node, 1 CPUs\n[ 0.238552] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.239884] devtmpfs: initialized\n[ 0.241572] evm: security.selinux\n[ 0.242244] evm: security.SMACK64\n[ 0.242904] evm: security.SMACK64EXEC\n[ 0.243615] evm: security.SMACK64TRANSMUTE\n[ 0.244389] evm: security.SMACK64MMAP\n[ 0.245097] evm: security.ima\n[ 0.245714] evm: security.capability\n[ 0.246488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248253] pinctrl core: initialized pinctrl subsystem\n[ 0.249297] RTC time: 12:23:45, date: 10/12/18\n[ 0.250221] NET: Registered protocol family 16\n[ 0.251152] cpuidle: using governor ladder\n[ 0.251928] cpuidle: using governor menu\n[ 0.252684] PCCT header not found.\n[ 0.253403] ACPI: bus type PCI registered\n[ 0.254174] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255360] PCI: Using configuration type 1 for base access\n[ 0.257067] ACPI: Added _OSI(Module Device)\n[ 0.257868] ACPI: Added _OSI(Processor Device)\n[ 0.258707] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259570] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261670] ACPI: Interpreter enabled\n[ 0.262422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264201] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.265967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269514] ACPI: (supports S0 S5)\n[ 0.270193] ACPI: Using IOAPIC for interrupt routing\n[ 0.271100] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275331] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276509] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277653] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279793] acpiphp: Slot [3] registered\n[ 0.280570] acpiphp: Slot [4] registered\n[ 0.281339] acpiphp: Slot [5] registered\n[ 0.282115] acpiphp: Slot [6] registered\n[ 0.282878] acpiphp: Slot [7] registered\n[ 0.283646] acpiphp: Slot [8] registered\n[ 0.284423] acpiphp: Slot [9] registered\n[ 0.285186] acpiphp: Slot [10] registered\n[ 0.285959] acpiphp: Slot [11] registered\n[ 0.286746] acpiphp: Slot [12] registered\n[ 0.287527] acpiphp: Slot [13] registered\n[ 0.288307] acpiphp: Slot [14] registered\n[ 0.289084] acpiphp: Slot [15] registered\n[ 0.299892] acpiphp: Slot [16] registered\n[ 0.300676] acpiphp: Slot [17] registered\n[ 0.301458] acpiphp: Slot [18] registered\n[ 0.302235] acpiphp: Slot [19] registered\n[ 0.303008] acpiphp: Slot [20] registered\n[ 0.303787] acpiphp: Slot [21] registered\n[ 0.304587] acpiphp: Slot [22] registered\n[ 0.305395] acpiphp: Slot [23] registered\n[ 0.306198] acpiphp: Slot [24] registered\n[ 0.306997] acpiphp: Slot [25] registered\n[ 0.307798] acpiphp: Slot [26] registered\n[ 0.308603] acpiphp: Slot [27] registered\n[ 0.309415] acpiphp: Slot [28] registered\n[ 0.310222] acpiphp: Slot [29] registered\n[ 0.311019] acpiphp: Slot [30] registered\n[ 0.311823] acpiphp: Slot [31] registered\n[ 0.312640] PCI host bridge to bus 0000:00\n[ 0.313446] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314648] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315845] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317287] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318724] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326181] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327299] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328588] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335418] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337237] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383192] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388732] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390582] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392549] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394086] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395552] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397706] vgaarb: loaded\n[ 0.398534] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400109] SCSI subsystem initialized\n[ 0.400927] ACPI: bus type USB registered\n[ 0.401730] usbcore: registered new interface driver usbfs\n[ 0.402738] usbcore: registered new interface driver hub\n[ 0.403715] usbcore: registered new device driver usb\n[ 0.404740] PCI: Using ACPI for IRQ routing\n[ 0.405742] NetLabel: Initializing\n[ 0.406456] NetLabel: domain hash size = 128\n[ 0.407286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408207] NetLabel: unlabeled traffic allowed by default\n[ 0.409269] clocksource: Switched to clocksource kvm-clock\n[ 0.414691] AppArmor: AppArmor Filesystem Enabled\n[ 0.415659] pnp: PnP ACPI init\n[ 0.416548] pnp: PnP ACPI: found 5 devices\n[ 0.422895] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424544] NET: Registered protocol family 2\n[ 0.425478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426709] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427838] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428958] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431145] NET: Registered protocol family 1\n[ 0.431981] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433042] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434090] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448045] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462245] Trying to unpack rootfs image as initramfs...\n[ 0.511595] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525446] Scanning for low memory corruption every 60 seconds\n[ 0.526847] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.527955] audit: initializing netlink subsys (disabled)\n[ 0.528942] audit: type=2000 audit(1539347026.314:1): initialized\n[ 0.530226] Initialise system trusted keyring\n[ 0.531117] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532258] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534180] zbud: loaded\n[ 0.534859] VFS: Disk quotas dquot_6.6.0\n[ 0.535648] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537117] fuse init (API version 7.23)\n[ 0.537982] Key type big_key registered\n[ 0.538760] Allocating IMA MOK and blacklist keyrings.\n[ 0.539822] Key type asymmetric registered\n[ 0.540618] Asymmetric key parser 'x509' registered\n[ 0.541546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542968] io scheduler noop registered\n[ 0.543738] io scheduler deadline registered (default)\n[ 0.544688] io scheduler cfq registered\n[ 0.545506] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548093] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549506] ACPI: Power Button [PWRF]\n[ 0.550313] GHES: HEST is not enabled!\n[ 0.565559] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.596921] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.620874] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622953] Linux agpgart interface v0.103\n[ 0.624966] brd: module loaded\n[ 0.646861] loop: module loaded\n[ 0.651634] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.653062] GPT:90111 != 2097151\n[ 0.653719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.654768] GPT:90111 != 2097151\n[ 0.655419] GPT: Use GNU Parted to correct GPT errors.\n[ 0.656342] vda: vda1 vda15\n[ 0.657723] scsi host0: ata_piix\n[ 0.658439] scsi host1: ata_piix\n[ 0.659129] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.660289] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661683] libphy: Fixed MDIO Bus: probed\n[ 0.662474] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663401] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.665439] PPP generic driver version 2.4.2\n[ 0.666296] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.667489] ehci-pci: EHCI PCI platform driver\n[ 0.668334] ehci-platform: EHCI generic platform driver\n[ 0.669292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670372] ohci-pci: OHCI PCI platform driver\n[ 0.671205] ohci-platform: OHCI generic platform driver\n[ 0.672149] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686431] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687392] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688788] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689784] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690858] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692026] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693407] usb usb1: Product: UHCI Host Controller\n[ 0.694307] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695400] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696340] hub 1-0:1.0: USB hub found\n[ 0.697092] hub 1-0:1.0: 2 ports detected\n[ 0.697967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701921] mousedev: PS/2 mouse device common for all mice\n[ 0.703125] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704893] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705954] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707112] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708251] i2c /dev entries driver\n[ 0.708980] device-mapper: uevent: version 1.0.3\n[ 0.709890] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711459] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.712685] NET: Registered protocol family 10\n[ 0.713680] NET: Registered protocol family 17\n[ 0.714537] Key type dns_resolver registered\n[ 0.715430] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716489] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718167] registered taskstats version 1\n[ 0.718965] Loading compiled-in X.509 certificates\n[ 0.720372] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722153] zswap: loaded using pool lzo/zbud\n[ 0.723496] Key type trusted registered\n[ 0.725013] Key type encrypted registered\n[ 0.725816] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.726805] ima: No TPM chip found, activating TPM-bypass!\n[ 0.727808] evm: HMAC attrs: 0x1\n[ 0.728707] Magic number: 6:22:380\n[ 0.729526] rtc_cmos 00:00: setting system clock to 2018-10-12 12:23:46 UTC (1539347026)\n[ 0.731063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732119] EDD information not available.\n[ 0.817958] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.819363] ata1.00: configured for MWDMA2\n[ 0.820519] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.832892] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.834100] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835325] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837143] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.838623] Write protecting the kernel read-only data: 14336k\n[ 0.840155] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.841924] 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.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... [ 1.277856] 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-10-12 12:24:30,203 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action used request id req-2f35ee0d-746c-483b-9133-3264f0945a76 2018-10-12 12:24:32,223 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aab9c2e22f074350902d437d7198106274ebec1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:24:33,326 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:24: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-218094d9-0e14-4a5b-a18b-5523050c4b24 x-compute-request-id: req-218094d9-0e14-4a5b-a18b-5523050c4b24 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512108468 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.152232] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.154297] pid_max: default: 32768 minimum: 301\n[ 0.155416] ACPI: Core revision 20150930\n[ 0.157319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158945] Security Framework initialized\n[ 0.159973] Yama: becoming mindful.\n[ 0.160885] AppArmor: AppArmor initialized\n[ 0.161954] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163593] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165178] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166659] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168373] Initializing cgroup subsys io\n[ 0.169386] Initializing cgroup subsys memory\n[ 0.170455] Initializing cgroup subsys devices\n[ 0.171557] Initializing cgroup subsys freezer\n[ 0.172637] Initializing cgroup subsys net_cls\n[ 0.173711] Initializing cgroup subsys perf_event\n[ 0.174827] Initializing cgroup subsys net_prio\n[ 0.175919] Initializing cgroup subsys hugetlb\n[ 0.176984] Initializing cgroup subsys pids\n[ 0.178060] CPU: Physical Processor ID: 0\n[ 0.179765] mce: CPU supports 10 MCE banks\n[ 0.180807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194588] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.201017] ftrace: allocating 31920 entries in 125 pages\n[ 0.227210] smpboot: Max logical packages: 1\n[ 0.228036] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229328] x2apic enabled\n[ 0.230111] Switched APIC routing to physical x2apic.\n[ 0.231816] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232892] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234804] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236516] KVM setup paravirtual spinlock\n[ 0.237772] x86: Booted up 1 node, 1 CPUs\n[ 0.238552] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.239884] devtmpfs: initialized\n[ 0.241572] evm: security.selinux\n[ 0.242244] evm: security.SMACK64\n[ 0.242904] evm: security.SMACK64EXEC\n[ 0.243615] evm: security.SMACK64TRANSMUTE\n[ 0.244389] evm: security.SMACK64MMAP\n[ 0.245097] evm: security.ima\n[ 0.245714] evm: security.capability\n[ 0.246488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248253] pinctrl core: initialized pinctrl subsystem\n[ 0.249297] RTC time: 12:23:45, date: 10/12/18\n[ 0.250221] NET: Registered protocol family 16\n[ 0.251152] cpuidle: using governor ladder\n[ 0.251928] cpuidle: using governor menu\n[ 0.252684] PCCT header not found.\n[ 0.253403] ACPI: bus type PCI registered\n[ 0.254174] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255360] PCI: Using configuration type 1 for base access\n[ 0.257067] ACPI: Added _OSI(Module Device)\n[ 0.257868] ACPI: Added _OSI(Processor Device)\n[ 0.258707] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259570] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261670] ACPI: Interpreter enabled\n[ 0.262422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264201] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.265967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269514] ACPI: (supports S0 S5)\n[ 0.270193] ACPI: Using IOAPIC for interrupt routing\n[ 0.271100] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275331] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276509] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277653] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279793] acpiphp: Slot [3] registered\n[ 0.280570] acpiphp: Slot [4] registered\n[ 0.281339] acpiphp: Slot [5] registered\n[ 0.282115] acpiphp: Slot [6] registered\n[ 0.282878] acpiphp: Slot [7] registered\n[ 0.283646] acpiphp: Slot [8] registered\n[ 0.284423] acpiphp: Slot [9] registered\n[ 0.285186] acpiphp: Slot [10] registered\n[ 0.285959] acpiphp: Slot [11] registered\n[ 0.286746] acpiphp: Slot [12] registered\n[ 0.287527] acpiphp: Slot [13] registered\n[ 0.288307] acpiphp: Slot [14] registered\n[ 0.289084] acpiphp: Slot [15] registered\n[ 0.299892] acpiphp: Slot [16] registered\n[ 0.300676] acpiphp: Slot [17] registered\n[ 0.301458] acpiphp: Slot [18] registered\n[ 0.302235] acpiphp: Slot [19] registered\n[ 0.303008] acpiphp: Slot [20] registered\n[ 0.303787] acpiphp: Slot [21] registered\n[ 0.304587] acpiphp: Slot [22] registered\n[ 0.305395] acpiphp: Slot [23] registered\n[ 0.306198] acpiphp: Slot [24] registered\n[ 0.306997] acpiphp: Slot [25] registered\n[ 0.307798] acpiphp: Slot [26] registered\n[ 0.308603] acpiphp: Slot [27] registered\n[ 0.309415] acpiphp: Slot [28] registered\n[ 0.310222] acpiphp: Slot [29] registered\n[ 0.311019] acpiphp: Slot [30] registered\n[ 0.311823] acpiphp: Slot [31] registered\n[ 0.312640] PCI host bridge to bus 0000:00\n[ 0.313446] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314648] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315845] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317287] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318724] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326181] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327299] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328588] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335418] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337237] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383192] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388732] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390582] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392549] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394086] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395552] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397706] vgaarb: loaded\n[ 0.398534] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400109] SCSI subsystem initialized\n[ 0.400927] ACPI: bus type USB registered\n[ 0.401730] usbcore: registered new interface driver usbfs\n[ 0.402738] usbcore: registered new interface driver hub\n[ 0.403715] usbcore: registered new device driver usb\n[ 0.404740] PCI: Using ACPI for IRQ routing\n[ 0.405742] NetLabel: Initializing\n[ 0.406456] NetLabel: domain hash size = 128\n[ 0.407286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408207] NetLabel: unlabeled traffic allowed by default\n[ 0.409269] clocksource: Switched to clocksource kvm-clock\n[ 0.414691] AppArmor: AppArmor Filesystem Enabled\n[ 0.415659] pnp: PnP ACPI init\n[ 0.416548] pnp: PnP ACPI: found 5 devices\n[ 0.422895] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424544] NET: Registered protocol family 2\n[ 0.425478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426709] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427838] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428958] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431145] NET: Registered protocol family 1\n[ 0.431981] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433042] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434090] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448045] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462245] Trying to unpack rootfs image as initramfs...\n[ 0.511595] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525446] Scanning for low memory corruption every 60 seconds\n[ 0.526847] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.527955] audit: initializing netlink subsys (disabled)\n[ 0.528942] audit: type=2000 audit(1539347026.314:1): initialized\n[ 0.530226] Initialise system trusted keyring\n[ 0.531117] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532258] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534180] zbud: loaded\n[ 0.534859] VFS: Disk quotas dquot_6.6.0\n[ 0.535648] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537117] fuse init (API version 7.23)\n[ 0.537982] Key type big_key registered\n[ 0.538760] Allocating IMA MOK and blacklist keyrings.\n[ 0.539822] Key type asymmetric registered\n[ 0.540618] Asymmetric key parser 'x509' registered\n[ 0.541546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542968] io scheduler noop registered\n[ 0.543738] io scheduler deadline registered (default)\n[ 0.544688] io scheduler cfq registered\n[ 0.545506] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548093] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549506] ACPI: Power Button [PWRF]\n[ 0.550313] GHES: HEST is not enabled!\n[ 0.565559] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.596921] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.620874] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622953] Linux agpgart interface v0.103\n[ 0.624966] brd: module loaded\n[ 0.646861] loop: module loaded\n[ 0.651634] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.653062] GPT:90111 != 2097151\n[ 0.653719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.654768] GPT:90111 != 2097151\n[ 0.655419] GPT: Use GNU Parted to correct GPT errors.\n[ 0.656342] vda: vda1 vda15\n[ 0.657723] scsi host0: ata_piix\n[ 0.658439] scsi host1: ata_piix\n[ 0.659129] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.660289] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661683] libphy: Fixed MDIO Bus: probed\n[ 0.662474] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663401] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.665439] PPP generic driver version 2.4.2\n[ 0.666296] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.667489] ehci-pci: EHCI PCI platform driver\n[ 0.668334] ehci-platform: EHCI generic platform driver\n[ 0.669292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670372] ohci-pci: OHCI PCI platform driver\n[ 0.671205] ohci-platform: OHCI generic platform driver\n[ 0.672149] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686431] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687392] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688788] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689784] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690858] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692026] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693407] usb usb1: Product: UHCI Host Controller\n[ 0.694307] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695400] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696340] hub 1-0:1.0: USB hub found\n[ 0.697092] hub 1-0:1.0: 2 ports detected\n[ 0.697967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701921] mousedev: PS/2 mouse device common for all mice\n[ 0.703125] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704893] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705954] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707112] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708251] i2c /dev entries driver\n[ 0.708980] device-mapper: uevent: version 1.0.3\n[ 0.709890] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711459] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.712685] NET: Registered protocol family 10\n[ 0.713680] NET: Registered protocol family 17\n[ 0.714537] Key type dns_resolver registered\n[ 0.715430] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716489] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718167] registered taskstats version 1\n[ 0.718965] Loading compiled-in X.509 certificates\n[ 0.720372] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722153] zswap: loaded using pool lzo/zbud\n[ 0.723496] Key type trusted registered\n[ 0.725013] Key type encrypted registered\n[ 0.725816] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.726805] ima: No TPM chip found, activating TPM-bypass!\n[ 0.727808] evm: HMAC attrs: 0x1\n[ 0.728707] Magic number: 6:22:380\n[ 0.729526] rtc_cmos 00:00: setting system clock to 2018-10-12 12:23:46 UTC (1539347026)\n[ 0.731063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732119] EDD information not available.\n[ 0.817958] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.819363] ata1.00: configured for MWDMA2\n[ 0.820519] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.832892] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.834100] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835325] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837143] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.838623] Write protecting the kernel read-only data: 14336k\n[ 0.840155] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.841924] 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.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... [ 1.277856] 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-10-12 12:24:33,326 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action used request id req-218094d9-0e14-4a5b-a18b-5523050c4b24 2018-10-12 12:24:35,344 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aab9c2e22f074350902d437d7198106274ebec1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:24:36,472 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:24: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-53a36898-fcf9-42db-93c8-b60da69e74f6 x-compute-request-id: req-53a36898-fcf9-42db-93c8-b60da69e74f6 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512108468 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.152232] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.154297] pid_max: default: 32768 minimum: 301\n[ 0.155416] ACPI: Core revision 20150930\n[ 0.157319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158945] Security Framework initialized\n[ 0.159973] Yama: becoming mindful.\n[ 0.160885] AppArmor: AppArmor initialized\n[ 0.161954] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163593] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165178] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166659] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168373] Initializing cgroup subsys io\n[ 0.169386] Initializing cgroup subsys memory\n[ 0.170455] Initializing cgroup subsys devices\n[ 0.171557] Initializing cgroup subsys freezer\n[ 0.172637] Initializing cgroup subsys net_cls\n[ 0.173711] Initializing cgroup subsys perf_event\n[ 0.174827] Initializing cgroup subsys net_prio\n[ 0.175919] Initializing cgroup subsys hugetlb\n[ 0.176984] Initializing cgroup subsys pids\n[ 0.178060] CPU: Physical Processor ID: 0\n[ 0.179765] mce: CPU supports 10 MCE banks\n[ 0.180807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194588] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.201017] ftrace: allocating 31920 entries in 125 pages\n[ 0.227210] smpboot: Max logical packages: 1\n[ 0.228036] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229328] x2apic enabled\n[ 0.230111] Switched APIC routing to physical x2apic.\n[ 0.231816] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232892] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234804] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236516] KVM setup paravirtual spinlock\n[ 0.237772] x86: Booted up 1 node, 1 CPUs\n[ 0.238552] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.239884] devtmpfs: initialized\n[ 0.241572] evm: security.selinux\n[ 0.242244] evm: security.SMACK64\n[ 0.242904] evm: security.SMACK64EXEC\n[ 0.243615] evm: security.SMACK64TRANSMUTE\n[ 0.244389] evm: security.SMACK64MMAP\n[ 0.245097] evm: security.ima\n[ 0.245714] evm: security.capability\n[ 0.246488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248253] pinctrl core: initialized pinctrl subsystem\n[ 0.249297] RTC time: 12:23:45, date: 10/12/18\n[ 0.250221] NET: Registered protocol family 16\n[ 0.251152] cpuidle: using governor ladder\n[ 0.251928] cpuidle: using governor menu\n[ 0.252684] PCCT header not found.\n[ 0.253403] ACPI: bus type PCI registered\n[ 0.254174] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255360] PCI: Using configuration type 1 for base access\n[ 0.257067] ACPI: Added _OSI(Module Device)\n[ 0.257868] ACPI: Added _OSI(Processor Device)\n[ 0.258707] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259570] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261670] ACPI: Interpreter enabled\n[ 0.262422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264201] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.265967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269514] ACPI: (supports S0 S5)\n[ 0.270193] ACPI: Using IOAPIC for interrupt routing\n[ 0.271100] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275331] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276509] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277653] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279793] acpiphp: Slot [3] registered\n[ 0.280570] acpiphp: Slot [4] registered\n[ 0.281339] acpiphp: Slot [5] registered\n[ 0.282115] acpiphp: Slot [6] registered\n[ 0.282878] acpiphp: Slot [7] registered\n[ 0.283646] acpiphp: Slot [8] registered\n[ 0.284423] acpiphp: Slot [9] registered\n[ 0.285186] acpiphp: Slot [10] registered\n[ 0.285959] acpiphp: Slot [11] registered\n[ 0.286746] acpiphp: Slot [12] registered\n[ 0.287527] acpiphp: Slot [13] registered\n[ 0.288307] acpiphp: Slot [14] registered\n[ 0.289084] acpiphp: Slot [15] registered\n[ 0.299892] acpiphp: Slot [16] registered\n[ 0.300676] acpiphp: Slot [17] registered\n[ 0.301458] acpiphp: Slot [18] registered\n[ 0.302235] acpiphp: Slot [19] registered\n[ 0.303008] acpiphp: Slot [20] registered\n[ 0.303787] acpiphp: Slot [21] registered\n[ 0.304587] acpiphp: Slot [22] registered\n[ 0.305395] acpiphp: Slot [23] registered\n[ 0.306198] acpiphp: Slot [24] registered\n[ 0.306997] acpiphp: Slot [25] registered\n[ 0.307798] acpiphp: Slot [26] registered\n[ 0.308603] acpiphp: Slot [27] registered\n[ 0.309415] acpiphp: Slot [28] registered\n[ 0.310222] acpiphp: Slot [29] registered\n[ 0.311019] acpiphp: Slot [30] registered\n[ 0.311823] acpiphp: Slot [31] registered\n[ 0.312640] PCI host bridge to bus 0000:00\n[ 0.313446] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314648] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315845] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317287] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318724] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326181] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327299] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328588] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335418] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337237] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383192] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388732] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390582] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392549] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394086] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395552] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397706] vgaarb: loaded\n[ 0.398534] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400109] SCSI subsystem initialized\n[ 0.400927] ACPI: bus type USB registered\n[ 0.401730] usbcore: registered new interface driver usbfs\n[ 0.402738] usbcore: registered new interface driver hub\n[ 0.403715] usbcore: registered new device driver usb\n[ 0.404740] PCI: Using ACPI for IRQ routing\n[ 0.405742] NetLabel: Initializing\n[ 0.406456] NetLabel: domain hash size = 128\n[ 0.407286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408207] NetLabel: unlabeled traffic allowed by default\n[ 0.409269] clocksource: Switched to clocksource kvm-clock\n[ 0.414691] AppArmor: AppArmor Filesystem Enabled\n[ 0.415659] pnp: PnP ACPI init\n[ 0.416548] pnp: PnP ACPI: found 5 devices\n[ 0.422895] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424544] NET: Registered protocol family 2\n[ 0.425478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426709] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427838] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428958] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431145] NET: Registered protocol family 1\n[ 0.431981] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433042] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434090] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448045] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462245] Trying to unpack rootfs image as initramfs...\n[ 0.511595] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525446] Scanning for low memory corruption every 60 seconds\n[ 0.526847] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.527955] audit: initializing netlink subsys (disabled)\n[ 0.528942] audit: type=2000 audit(1539347026.314:1): initialized\n[ 0.530226] Initialise system trusted keyring\n[ 0.531117] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532258] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534180] zbud: loaded\n[ 0.534859] VFS: Disk quotas dquot_6.6.0\n[ 0.535648] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537117] fuse init (API version 7.23)\n[ 0.537982] Key type big_key registered\n[ 0.538760] Allocating IMA MOK and blacklist keyrings.\n[ 0.539822] Key type asymmetric registered\n[ 0.540618] Asymmetric key parser 'x509' registered\n[ 0.541546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542968] io scheduler noop registered\n[ 0.543738] io scheduler deadline registered (default)\n[ 0.544688] io scheduler cfq registered\n[ 0.545506] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548093] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549506] ACPI: Power Button [PWRF]\n[ 0.550313] GHES: HEST is not enabled!\n[ 0.565559] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.596921] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.620874] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622953] Linux agpgart interface v0.103\n[ 0.624966] brd: module loaded\n[ 0.646861] loop: module loaded\n[ 0.651634] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.653062] GPT:90111 != 2097151\n[ 0.653719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.654768] GPT:90111 != 2097151\n[ 0.655419] GPT: Use GNU Parted to correct GPT errors.\n[ 0.656342] vda: vda1 vda15\n[ 0.657723] scsi host0: ata_piix\n[ 0.658439] scsi host1: ata_piix\n[ 0.659129] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.660289] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661683] libphy: Fixed MDIO Bus: probed\n[ 0.662474] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663401] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.665439] PPP generic driver version 2.4.2\n[ 0.666296] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.667489] ehci-pci: EHCI PCI platform driver\n[ 0.668334] ehci-platform: EHCI generic platform driver\n[ 0.669292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670372] ohci-pci: OHCI PCI platform driver\n[ 0.671205] ohci-platform: OHCI generic platform driver\n[ 0.672149] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686431] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687392] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688788] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689784] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690858] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692026] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693407] usb usb1: Product: UHCI Host Controller\n[ 0.694307] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695400] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696340] hub 1-0:1.0: USB hub found\n[ 0.697092] hub 1-0:1.0: 2 ports detected\n[ 0.697967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701921] mousedev: PS/2 mouse device common for all mice\n[ 0.703125] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704893] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705954] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707112] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708251] i2c /dev entries driver\n[ 0.708980] device-mapper: uevent: version 1.0.3\n[ 0.709890] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711459] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.712685] NET: Registered protocol family 10\n[ 0.713680] NET: Registered protocol family 17\n[ 0.714537] Key type dns_resolver registered\n[ 0.715430] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716489] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718167] registered taskstats version 1\n[ 0.718965] Loading compiled-in X.509 certificates\n[ 0.720372] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722153] zswap: loaded using pool lzo/zbud\n[ 0.723496] Key type trusted registered\n[ 0.725013] Key type encrypted registered\n[ 0.725816] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.726805] ima: No TPM chip found, activating TPM-bypass!\n[ 0.727808] evm: HMAC attrs: 0x1\n[ 0.728707] Magic number: 6:22:380\n[ 0.729526] rtc_cmos 00:00: setting system clock to 2018-10-12 12:23:46 UTC (1539347026)\n[ 0.731063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732119] EDD information not available.\n[ 0.817958] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.819363] ata1.00: configured for MWDMA2\n[ 0.820519] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.832892] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.834100] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835325] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837143] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.838623] Write protecting the kernel read-only data: 14336k\n[ 0.840155] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.841924] 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.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... [ 1.277856] 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-10-12 12:24:36,473 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action used request id req-53a36898-fcf9-42db-93c8-b60da69e74f6 2018-10-12 12:24:38,490 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aab9c2e22f074350902d437d7198106274ebec1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:24:39,559 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:24: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-7fc93093-dc8a-46e9-8350-f92cc1b31c05 x-compute-request-id: req-7fc93093-dc8a-46e9-8350-f92cc1b31c05 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512108468 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.152232] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.154297] pid_max: default: 32768 minimum: 301\n[ 0.155416] ACPI: Core revision 20150930\n[ 0.157319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158945] Security Framework initialized\n[ 0.159973] Yama: becoming mindful.\n[ 0.160885] AppArmor: AppArmor initialized\n[ 0.161954] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163593] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165178] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166659] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168373] Initializing cgroup subsys io\n[ 0.169386] Initializing cgroup subsys memory\n[ 0.170455] Initializing cgroup subsys devices\n[ 0.171557] Initializing cgroup subsys freezer\n[ 0.172637] Initializing cgroup subsys net_cls\n[ 0.173711] Initializing cgroup subsys perf_event\n[ 0.174827] Initializing cgroup subsys net_prio\n[ 0.175919] Initializing cgroup subsys hugetlb\n[ 0.176984] Initializing cgroup subsys pids\n[ 0.178060] CPU: Physical Processor ID: 0\n[ 0.179765] mce: CPU supports 10 MCE banks\n[ 0.180807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194588] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.201017] ftrace: allocating 31920 entries in 125 pages\n[ 0.227210] smpboot: Max logical packages: 1\n[ 0.228036] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229328] x2apic enabled\n[ 0.230111] Switched APIC routing to physical x2apic.\n[ 0.231816] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232892] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234804] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236516] KVM setup paravirtual spinlock\n[ 0.237772] x86: Booted up 1 node, 1 CPUs\n[ 0.238552] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.239884] devtmpfs: initialized\n[ 0.241572] evm: security.selinux\n[ 0.242244] evm: security.SMACK64\n[ 0.242904] evm: security.SMACK64EXEC\n[ 0.243615] evm: security.SMACK64TRANSMUTE\n[ 0.244389] evm: security.SMACK64MMAP\n[ 0.245097] evm: security.ima\n[ 0.245714] evm: security.capability\n[ 0.246488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248253] pinctrl core: initialized pinctrl subsystem\n[ 0.249297] RTC time: 12:23:45, date: 10/12/18\n[ 0.250221] NET: Registered protocol family 16\n[ 0.251152] cpuidle: using governor ladder\n[ 0.251928] cpuidle: using governor menu\n[ 0.252684] PCCT header not found.\n[ 0.253403] ACPI: bus type PCI registered\n[ 0.254174] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255360] PCI: Using configuration type 1 for base access\n[ 0.257067] ACPI: Added _OSI(Module Device)\n[ 0.257868] ACPI: Added _OSI(Processor Device)\n[ 0.258707] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259570] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261670] ACPI: Interpreter enabled\n[ 0.262422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264201] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.265967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269514] ACPI: (supports S0 S5)\n[ 0.270193] ACPI: Using IOAPIC for interrupt routing\n[ 0.271100] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275331] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276509] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277653] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279793] acpiphp: Slot [3] registered\n[ 0.280570] acpiphp: Slot [4] registered\n[ 0.281339] acpiphp: Slot [5] registered\n[ 0.282115] acpiphp: Slot [6] registered\n[ 0.282878] acpiphp: Slot [7] registered\n[ 0.283646] acpiphp: Slot [8] registered\n[ 0.284423] acpiphp: Slot [9] registered\n[ 0.285186] acpiphp: Slot [10] registered\n[ 0.285959] acpiphp: Slot [11] registered\n[ 0.286746] acpiphp: Slot [12] registered\n[ 0.287527] acpiphp: Slot [13] registered\n[ 0.288307] acpiphp: Slot [14] registered\n[ 0.289084] acpiphp: Slot [15] registered\n[ 0.299892] acpiphp: Slot [16] registered\n[ 0.300676] acpiphp: Slot [17] registered\n[ 0.301458] acpiphp: Slot [18] registered\n[ 0.302235] acpiphp: Slot [19] registered\n[ 0.303008] acpiphp: Slot [20] registered\n[ 0.303787] acpiphp: Slot [21] registered\n[ 0.304587] acpiphp: Slot [22] registered\n[ 0.305395] acpiphp: Slot [23] registered\n[ 0.306198] acpiphp: Slot [24] registered\n[ 0.306997] acpiphp: Slot [25] registered\n[ 0.307798] acpiphp: Slot [26] registered\n[ 0.308603] acpiphp: Slot [27] registered\n[ 0.309415] acpiphp: Slot [28] registered\n[ 0.310222] acpiphp: Slot [29] registered\n[ 0.311019] acpiphp: Slot [30] registered\n[ 0.311823] acpiphp: Slot [31] registered\n[ 0.312640] PCI host bridge to bus 0000:00\n[ 0.313446] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314648] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315845] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317287] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318724] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326181] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327299] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328588] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335418] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337237] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383192] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388732] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390582] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392549] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394086] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395552] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397706] vgaarb: loaded\n[ 0.398534] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400109] SCSI subsystem initialized\n[ 0.400927] ACPI: bus type USB registered\n[ 0.401730] usbcore: registered new interface driver usbfs\n[ 0.402738] usbcore: registered new interface driver hub\n[ 0.403715] usbcore: registered new device driver usb\n[ 0.404740] PCI: Using ACPI for IRQ routing\n[ 0.405742] NetLabel: Initializing\n[ 0.406456] NetLabel: domain hash size = 128\n[ 0.407286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408207] NetLabel: unlabeled traffic allowed by default\n[ 0.409269] clocksource: Switched to clocksource kvm-clock\n[ 0.414691] AppArmor: AppArmor Filesystem Enabled\n[ 0.415659] pnp: PnP ACPI init\n[ 0.416548] pnp: PnP ACPI: found 5 devices\n[ 0.422895] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424544] NET: Registered protocol family 2\n[ 0.425478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426709] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427838] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428958] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431145] NET: Registered protocol family 1\n[ 0.431981] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433042] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434090] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448045] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462245] Trying to unpack rootfs image as initramfs...\n[ 0.511595] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525446] Scanning for low memory corruption every 60 seconds\n[ 0.526847] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.527955] audit: initializing netlink subsys (disabled)\n[ 0.528942] audit: type=2000 audit(1539347026.314:1): initialized\n[ 0.530226] Initialise system trusted keyring\n[ 0.531117] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532258] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534180] zbud: loaded\n[ 0.534859] VFS: Disk quotas dquot_6.6.0\n[ 0.535648] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537117] fuse init (API version 7.23)\n[ 0.537982] Key type big_key registered\n[ 0.538760] Allocating IMA MOK and blacklist keyrings.\n[ 0.539822] Key type asymmetric registered\n[ 0.540618] Asymmetric key parser 'x509' registered\n[ 0.541546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542968] io scheduler noop registered\n[ 0.543738] io scheduler deadline registered (default)\n[ 0.544688] io scheduler cfq registered\n[ 0.545506] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548093] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549506] ACPI: Power Button [PWRF]\n[ 0.550313] GHES: HEST is not enabled!\n[ 0.565559] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.596921] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.620874] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622953] Linux agpgart interface v0.103\n[ 0.624966] brd: module loaded\n[ 0.646861] loop: module loaded\n[ 0.651634] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.653062] GPT:90111 != 2097151\n[ 0.653719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.654768] GPT:90111 != 2097151\n[ 0.655419] GPT: Use GNU Parted to correct GPT errors.\n[ 0.656342] vda: vda1 vda15\n[ 0.657723] scsi host0: ata_piix\n[ 0.658439] scsi host1: ata_piix\n[ 0.659129] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.660289] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661683] libphy: Fixed MDIO Bus: probed\n[ 0.662474] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663401] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.665439] PPP generic driver version 2.4.2\n[ 0.666296] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.667489] ehci-pci: EHCI PCI platform driver\n[ 0.668334] ehci-platform: EHCI generic platform driver\n[ 0.669292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670372] ohci-pci: OHCI PCI platform driver\n[ 0.671205] ohci-platform: OHCI generic platform driver\n[ 0.672149] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686431] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687392] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688788] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689784] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690858] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692026] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693407] usb usb1: Product: UHCI Host Controller\n[ 0.694307] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695400] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696340] hub 1-0:1.0: USB hub found\n[ 0.697092] hub 1-0:1.0: 2 ports detected\n[ 0.697967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701921] mousedev: PS/2 mouse device common for all mice\n[ 0.703125] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704893] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705954] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707112] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708251] i2c /dev entries driver\n[ 0.708980] device-mapper: uevent: version 1.0.3\n[ 0.709890] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711459] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.712685] NET: Registered protocol family 10\n[ 0.713680] NET: Registered protocol family 17\n[ 0.714537] Key type dns_resolver registered\n[ 0.715430] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716489] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718167] registered taskstats version 1\n[ 0.718965] Loading compiled-in X.509 certificates\n[ 0.720372] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722153] zswap: loaded using pool lzo/zbud\n[ 0.723496] Key type trusted registered\n[ 0.725013] Key type encrypted registered\n[ 0.725816] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.726805] ima: No TPM chip found, activating TPM-bypass!\n[ 0.727808] evm: HMAC attrs: 0x1\n[ 0.728707] Magic number: 6:22:380\n[ 0.729526] rtc_cmos 00:00: setting system clock to 2018-10-12 12:23:46 UTC (1539347026)\n[ 0.731063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732119] EDD information not available.\n[ 0.817958] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.819363] ata1.00: configured for MWDMA2\n[ 0.820519] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.832892] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.834100] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835325] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837143] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.838623] Write protecting the kernel read-only data: 14336k\n[ 0.840155] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.841924] 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.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... [ 1.277856] 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-10-12 12:24:39,559 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action used request id req-7fc93093-dc8a-46e9-8350-f92cc1b31c05 2018-10-12 12:24:41,574 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aab9c2e22f074350902d437d7198106274ebec1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:24:42,644 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:24: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-d50dcf11-ab5c-425a-9517-0e3c7b685742 x-compute-request-id: req-d50dcf11-ab5c-425a-9517-0e3c7b685742 Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512108468 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.152232] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.154297] pid_max: default: 32768 minimum: 301\n[ 0.155416] ACPI: Core revision 20150930\n[ 0.157319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158945] Security Framework initialized\n[ 0.159973] Yama: becoming mindful.\n[ 0.160885] AppArmor: AppArmor initialized\n[ 0.161954] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163593] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165178] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166659] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168373] Initializing cgroup subsys io\n[ 0.169386] Initializing cgroup subsys memory\n[ 0.170455] Initializing cgroup subsys devices\n[ 0.171557] Initializing cgroup subsys freezer\n[ 0.172637] Initializing cgroup subsys net_cls\n[ 0.173711] Initializing cgroup subsys perf_event\n[ 0.174827] Initializing cgroup subsys net_prio\n[ 0.175919] Initializing cgroup subsys hugetlb\n[ 0.176984] Initializing cgroup subsys pids\n[ 0.178060] CPU: Physical Processor ID: 0\n[ 0.179765] mce: CPU supports 10 MCE banks\n[ 0.180807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194588] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.201017] ftrace: allocating 31920 entries in 125 pages\n[ 0.227210] smpboot: Max logical packages: 1\n[ 0.228036] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229328] x2apic enabled\n[ 0.230111] Switched APIC routing to physical x2apic.\n[ 0.231816] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232892] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234804] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236516] KVM setup paravirtual spinlock\n[ 0.237772] x86: Booted up 1 node, 1 CPUs\n[ 0.238552] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.239884] devtmpfs: initialized\n[ 0.241572] evm: security.selinux\n[ 0.242244] evm: security.SMACK64\n[ 0.242904] evm: security.SMACK64EXEC\n[ 0.243615] evm: security.SMACK64TRANSMUTE\n[ 0.244389] evm: security.SMACK64MMAP\n[ 0.245097] evm: security.ima\n[ 0.245714] evm: security.capability\n[ 0.246488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248253] pinctrl core: initialized pinctrl subsystem\n[ 0.249297] RTC time: 12:23:45, date: 10/12/18\n[ 0.250221] NET: Registered protocol family 16\n[ 0.251152] cpuidle: using governor ladder\n[ 0.251928] cpuidle: using governor menu\n[ 0.252684] PCCT header not found.\n[ 0.253403] ACPI: bus type PCI registered\n[ 0.254174] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255360] PCI: Using configuration type 1 for base access\n[ 0.257067] ACPI: Added _OSI(Module Device)\n[ 0.257868] ACPI: Added _OSI(Processor Device)\n[ 0.258707] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259570] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261670] ACPI: Interpreter enabled\n[ 0.262422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264201] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.265967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269514] ACPI: (supports S0 S5)\n[ 0.270193] ACPI: Using IOAPIC for interrupt routing\n[ 0.271100] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275331] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276509] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277653] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279793] acpiphp: Slot [3] registered\n[ 0.280570] acpiphp: Slot [4] registered\n[ 0.281339] acpiphp: Slot [5] registered\n[ 0.282115] acpiphp: Slot [6] registered\n[ 0.282878] acpiphp: Slot [7] registered\n[ 0.283646] acpiphp: Slot [8] registered\n[ 0.284423] acpiphp: Slot [9] registered\n[ 0.285186] acpiphp: Slot [10] registered\n[ 0.285959] acpiphp: Slot [11] registered\n[ 0.286746] acpiphp: Slot [12] registered\n[ 0.287527] acpiphp: Slot [13] registered\n[ 0.288307] acpiphp: Slot [14] registered\n[ 0.289084] acpiphp: Slot [15] registered\n[ 0.299892] acpiphp: Slot [16] registered\n[ 0.300676] acpiphp: Slot [17] registered\n[ 0.301458] acpiphp: Slot [18] registered\n[ 0.302235] acpiphp: Slot [19] registered\n[ 0.303008] acpiphp: Slot [20] registered\n[ 0.303787] acpiphp: Slot [21] registered\n[ 0.304587] acpiphp: Slot [22] registered\n[ 0.305395] acpiphp: Slot [23] registered\n[ 0.306198] acpiphp: Slot [24] registered\n[ 0.306997] acpiphp: Slot [25] registered\n[ 0.307798] acpiphp: Slot [26] registered\n[ 0.308603] acpiphp: Slot [27] registered\n[ 0.309415] acpiphp: Slot [28] registered\n[ 0.310222] acpiphp: Slot [29] registered\n[ 0.311019] acpiphp: Slot [30] registered\n[ 0.311823] acpiphp: Slot [31] registered\n[ 0.312640] PCI host bridge to bus 0000:00\n[ 0.313446] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314648] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315845] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317287] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318724] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326181] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327299] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328588] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335418] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337237] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383192] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388732] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390582] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392549] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394086] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395552] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397706] vgaarb: loaded\n[ 0.398534] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400109] SCSI subsystem initialized\n[ 0.400927] ACPI: bus type USB registered\n[ 0.401730] usbcore: registered new interface driver usbfs\n[ 0.402738] usbcore: registered new interface driver hub\n[ 0.403715] usbcore: registered new device driver usb\n[ 0.404740] PCI: Using ACPI for IRQ routing\n[ 0.405742] NetLabel: Initializing\n[ 0.406456] NetLabel: domain hash size = 128\n[ 0.407286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408207] NetLabel: unlabeled traffic allowed by default\n[ 0.409269] clocksource: Switched to clocksource kvm-clock\n[ 0.414691] AppArmor: AppArmor Filesystem Enabled\n[ 0.415659] pnp: PnP ACPI init\n[ 0.416548] pnp: PnP ACPI: found 5 devices\n[ 0.422895] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424544] NET: Registered protocol family 2\n[ 0.425478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426709] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427838] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428958] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431145] NET: Registered protocol family 1\n[ 0.431981] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433042] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434090] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448045] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462245] Trying to unpack rootfs image as initramfs...\n[ 0.511595] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525446] Scanning for low memory corruption every 60 seconds\n[ 0.526847] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.527955] audit: initializing netlink subsys (disabled)\n[ 0.528942] audit: type=2000 audit(1539347026.314:1): initialized\n[ 0.530226] Initialise system trusted keyring\n[ 0.531117] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532258] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534180] zbud: loaded\n[ 0.534859] VFS: Disk quotas dquot_6.6.0\n[ 0.535648] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537117] fuse init (API version 7.23)\n[ 0.537982] Key type big_key registered\n[ 0.538760] Allocating IMA MOK and blacklist keyrings.\n[ 0.539822] Key type asymmetric registered\n[ 0.540618] Asymmetric key parser 'x509' registered\n[ 0.541546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542968] io scheduler noop registered\n[ 0.543738] io scheduler deadline registered (default)\n[ 0.544688] io scheduler cfq registered\n[ 0.545506] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548093] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549506] ACPI: Power Button [PWRF]\n[ 0.550313] GHES: HEST is not enabled!\n[ 0.565559] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.596921] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.620874] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622953] Linux agpgart interface v0.103\n[ 0.624966] brd: module loaded\n[ 0.646861] loop: module loaded\n[ 0.651634] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.653062] GPT:90111 != 2097151\n[ 0.653719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.654768] GPT:90111 != 2097151\n[ 0.655419] GPT: Use GNU Parted to correct GPT errors.\n[ 0.656342] vda: vda1 vda15\n[ 0.657723] scsi host0: ata_piix\n[ 0.658439] scsi host1: ata_piix\n[ 0.659129] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.660289] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661683] libphy: Fixed MDIO Bus: probed\n[ 0.662474] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663401] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.665439] PPP generic driver version 2.4.2\n[ 0.666296] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.667489] ehci-pci: EHCI PCI platform driver\n[ 0.668334] ehci-platform: EHCI generic platform driver\n[ 0.669292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670372] ohci-pci: OHCI PCI platform driver\n[ 0.671205] ohci-platform: OHCI generic platform driver\n[ 0.672149] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686431] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687392] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688788] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689784] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690858] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692026] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693407] usb usb1: Product: UHCI Host Controller\n[ 0.694307] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695400] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696340] hub 1-0:1.0: USB hub found\n[ 0.697092] hub 1-0:1.0: 2 ports detected\n[ 0.697967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701921] mousedev: PS/2 mouse device common for all mice\n[ 0.703125] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704893] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705954] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707112] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708251] i2c /dev entries driver\n[ 0.708980] device-mapper: uevent: version 1.0.3\n[ 0.709890] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711459] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.712685] NET: Registered protocol family 10\n[ 0.713680] NET: Registered protocol family 17\n[ 0.714537] Key type dns_resolver registered\n[ 0.715430] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716489] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718167] registered taskstats version 1\n[ 0.718965] Loading compiled-in X.509 certificates\n[ 0.720372] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722153] zswap: loaded using pool lzo/zbud\n[ 0.723496] Key type trusted registered\n[ 0.725013] Key type encrypted registered\n[ 0.725816] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.726805] ima: No TPM chip found, activating TPM-bypass!\n[ 0.727808] evm: HMAC attrs: 0x1\n[ 0.728707] Magic number: 6:22:380\n[ 0.729526] rtc_cmos 00:00: setting system clock to 2018-10-12 12:23:46 UTC (1539347026)\n[ 0.731063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732119] EDD information not available.\n[ 0.817958] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.819363] ata1.00: configured for MWDMA2\n[ 0.820519] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.832892] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.834100] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835325] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837143] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.838623] Write protecting the kernel read-only data: 14336k\n[ 0.840155] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.841924] 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.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... [ 1.277856] 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-10-12 12:24:42,645 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action used request id req-d50dcf11-ab5c-425a-9517-0e3c7b685742 2018-10-12 12:24:44,662 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aab9c2e22f074350902d437d7198106274ebec1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:24:45,782 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:24: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-6d8a9df3-3358-4f1c-bbf8-f4a49270f6cc x-compute-request-id: req-6d8a9df3-3358-4f1c-bbf8-f4a49270f6cc Content-Encoding: gzip Content-Length: 7864 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512108468 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.152232] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.154297] pid_max: default: 32768 minimum: 301\n[ 0.155416] ACPI: Core revision 20150930\n[ 0.157319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158945] Security Framework initialized\n[ 0.159973] Yama: becoming mindful.\n[ 0.160885] AppArmor: AppArmor initialized\n[ 0.161954] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163593] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165178] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166659] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168373] Initializing cgroup subsys io\n[ 0.169386] Initializing cgroup subsys memory\n[ 0.170455] Initializing cgroup subsys devices\n[ 0.171557] Initializing cgroup subsys freezer\n[ 0.172637] Initializing cgroup subsys net_cls\n[ 0.173711] Initializing cgroup subsys perf_event\n[ 0.174827] Initializing cgroup subsys net_prio\n[ 0.175919] Initializing cgroup subsys hugetlb\n[ 0.176984] Initializing cgroup subsys pids\n[ 0.178060] CPU: Physical Processor ID: 0\n[ 0.179765] mce: CPU supports 10 MCE banks\n[ 0.180807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194588] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.201017] ftrace: allocating 31920 entries in 125 pages\n[ 0.227210] smpboot: Max logical packages: 1\n[ 0.228036] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229328] x2apic enabled\n[ 0.230111] Switched APIC routing to physical x2apic.\n[ 0.231816] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232892] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234804] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236516] KVM setup paravirtual spinlock\n[ 0.237772] x86: Booted up 1 node, 1 CPUs\n[ 0.238552] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.239884] devtmpfs: initialized\n[ 0.241572] evm: security.selinux\n[ 0.242244] evm: security.SMACK64\n[ 0.242904] evm: security.SMACK64EXEC\n[ 0.243615] evm: security.SMACK64TRANSMUTE\n[ 0.244389] evm: security.SMACK64MMAP\n[ 0.245097] evm: security.ima\n[ 0.245714] evm: security.capability\n[ 0.246488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248253] pinctrl core: initialized pinctrl subsystem\n[ 0.249297] RTC time: 12:23:45, date: 10/12/18\n[ 0.250221] NET: Registered protocol family 16\n[ 0.251152] cpuidle: using governor ladder\n[ 0.251928] cpuidle: using governor menu\n[ 0.252684] PCCT header not found.\n[ 0.253403] ACPI: bus type PCI registered\n[ 0.254174] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255360] PCI: Using configuration type 1 for base access\n[ 0.257067] ACPI: Added _OSI(Module Device)\n[ 0.257868] ACPI: Added _OSI(Processor Device)\n[ 0.258707] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259570] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261670] ACPI: Interpreter enabled\n[ 0.262422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264201] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.265967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269514] ACPI: (supports S0 S5)\n[ 0.270193] ACPI: Using IOAPIC for interrupt routing\n[ 0.271100] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275331] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276509] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277653] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279793] acpiphp: Slot [3] registered\n[ 0.280570] acpiphp: Slot [4] registered\n[ 0.281339] acpiphp: Slot [5] registered\n[ 0.282115] acpiphp: Slot [6] registered\n[ 0.282878] acpiphp: Slot [7] registered\n[ 0.283646] acpiphp: Slot [8] registered\n[ 0.284423] acpiphp: Slot [9] registered\n[ 0.285186] acpiphp: Slot [10] registered\n[ 0.285959] acpiphp: Slot [11] registered\n[ 0.286746] acpiphp: Slot [12] registered\n[ 0.287527] acpiphp: Slot [13] registered\n[ 0.288307] acpiphp: Slot [14] registered\n[ 0.289084] acpiphp: Slot [15] registered\n[ 0.299892] acpiphp: Slot [16] registered\n[ 0.300676] acpiphp: Slot [17] registered\n[ 0.301458] acpiphp: Slot [18] registered\n[ 0.302235] acpiphp: Slot [19] registered\n[ 0.303008] acpiphp: Slot [20] registered\n[ 0.303787] acpiphp: Slot [21] registered\n[ 0.304587] acpiphp: Slot [22] registered\n[ 0.305395] acpiphp: Slot [23] registered\n[ 0.306198] acpiphp: Slot [24] registered\n[ 0.306997] acpiphp: Slot [25] registered\n[ 0.307798] acpiphp: Slot [26] registered\n[ 0.308603] acpiphp: Slot [27] registered\n[ 0.309415] acpiphp: Slot [28] registered\n[ 0.310222] acpiphp: Slot [29] registered\n[ 0.311019] acpiphp: Slot [30] registered\n[ 0.311823] acpiphp: Slot [31] registered\n[ 0.312640] PCI host bridge to bus 0000:00\n[ 0.313446] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314648] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315845] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317287] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318724] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326181] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327299] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328588] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335418] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337237] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383192] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388732] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390582] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392549] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394086] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395552] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397706] vgaarb: loaded\n[ 0.398534] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400109] SCSI subsystem initialized\n[ 0.400927] ACPI: bus type USB registered\n[ 0.401730] usbcore: registered new interface driver usbfs\n[ 0.402738] usbcore: registered new interface driver hub\n[ 0.403715] usbcore: registered new device driver usb\n[ 0.404740] PCI: Using ACPI for IRQ routing\n[ 0.405742] NetLabel: Initializing\n[ 0.406456] NetLabel: domain hash size = 128\n[ 0.407286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408207] NetLabel: unlabeled traffic allowed by default\n[ 0.409269] clocksource: Switched to clocksource kvm-clock\n[ 0.414691] AppArmor: AppArmor Filesystem Enabled\n[ 0.415659] pnp: PnP ACPI init\n[ 0.416548] pnp: PnP ACPI: found 5 devices\n[ 0.422895] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424544] NET: Registered protocol family 2\n[ 0.425478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426709] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427838] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428958] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431145] NET: Registered protocol family 1\n[ 0.431981] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433042] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434090] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448045] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462245] Trying to unpack rootfs image as initramfs...\n[ 0.511595] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525446] Scanning for low memory corruption every 60 seconds\n[ 0.526847] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.527955] audit: initializing netlink subsys (disabled)\n[ 0.528942] audit: type=2000 audit(1539347026.314:1): initialized\n[ 0.530226] Initialise system trusted keyring\n[ 0.531117] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532258] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534180] zbud: loaded\n[ 0.534859] VFS: Disk quotas dquot_6.6.0\n[ 0.535648] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537117] fuse init (API version 7.23)\n[ 0.537982] Key type big_key registered\n[ 0.538760] Allocating IMA MOK and blacklist keyrings.\n[ 0.539822] Key type asymmetric registered\n[ 0.540618] Asymmetric key parser 'x509' registered\n[ 0.541546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542968] io scheduler noop registered\n[ 0.543738] io scheduler deadline registered (default)\n[ 0.544688] io scheduler cfq registered\n[ 0.545506] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548093] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549506] ACPI: Power Button [PWRF]\n[ 0.550313] GHES: HEST is not enabled!\n[ 0.565559] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.596921] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.620874] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622953] Linux agpgart interface v0.103\n[ 0.624966] brd: module loaded\n[ 0.646861] loop: module loaded\n[ 0.651634] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.653062] GPT:90111 != 2097151\n[ 0.653719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.654768] GPT:90111 != 2097151\n[ 0.655419] GPT: Use GNU Parted to correct GPT errors.\n[ 0.656342] vda: vda1 vda15\n[ 0.657723] scsi host0: ata_piix\n[ 0.658439] scsi host1: ata_piix\n[ 0.659129] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.660289] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661683] libphy: Fixed MDIO Bus: probed\n[ 0.662474] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663401] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.665439] PPP generic driver version 2.4.2\n[ 0.666296] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.667489] ehci-pci: EHCI PCI platform driver\n[ 0.668334] ehci-platform: EHCI generic platform driver\n[ 0.669292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670372] ohci-pci: OHCI PCI platform driver\n[ 0.671205] ohci-platform: OHCI generic platform driver\n[ 0.672149] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686431] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687392] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688788] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689784] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690858] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692026] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693407] usb usb1: Product: UHCI Host Controller\n[ 0.694307] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695400] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696340] hub 1-0:1.0: USB hub found\n[ 0.697092] hub 1-0:1.0: 2 ports detected\n[ 0.697967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701921] mousedev: PS/2 mouse device common for all mice\n[ 0.703125] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704893] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705954] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707112] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708251] i2c /dev entries driver\n[ 0.708980] device-mapper: uevent: version 1.0.3\n[ 0.709890] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711459] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.712685] NET: Registered protocol family 10\n[ 0.713680] NET: Registered protocol family 17\n[ 0.714537] Key type dns_resolver registered\n[ 0.715430] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716489] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718167] registered taskstats version 1\n[ 0.718965] Loading compiled-in X.509 certificates\n[ 0.720372] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722153] zswap: loaded using pool lzo/zbud\n[ 0.723496] Key type trusted registered\n[ 0.725013] Key type encrypted registered\n[ 0.725816] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.726805] ima: No TPM chip found, activating TPM-bypass!\n[ 0.727808] evm: HMAC attrs: 0x1\n[ 0.728707] Magic number: 6:22:380\n[ 0.729526] rtc_cmos 00:00: setting system clock to 2018-10-12 12:23:46 UTC (1539347026)\n[ 0.731063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732119] EDD information not available.\n[ 0.817958] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.819363] ata1.00: configured for MWDMA2\n[ 0.820519] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.832892] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.834100] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835325] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837143] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.838623] Write protecting the kernel read-only data: 14336k\n[ 0.840155] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.841924] 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.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... [ 1.277856] 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-10-12 12:24:45,783 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action used request id req-6d8a9df3-3358-4f1c-bbf8-f4a49270f6cc 2018-10-12 12:24:47,799 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aab9c2e22f074350902d437d7198106274ebec1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:24:48,917 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:24: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-595096f5-b48f-45c0-a522-2c1f71f5e32b x-compute-request-id: req-595096f5-b48f-45c0-a522-2c1f71f5e32b Content-Encoding: gzip Content-Length: 8053 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512108468 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.152232] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.154297] pid_max: default: 32768 minimum: 301\n[ 0.155416] ACPI: Core revision 20150930\n[ 0.157319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158945] Security Framework initialized\n[ 0.159973] Yama: becoming mindful.\n[ 0.160885] AppArmor: AppArmor initialized\n[ 0.161954] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163593] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165178] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166659] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168373] Initializing cgroup subsys io\n[ 0.169386] Initializing cgroup subsys memory\n[ 0.170455] Initializing cgroup subsys devices\n[ 0.171557] Initializing cgroup subsys freezer\n[ 0.172637] Initializing cgroup subsys net_cls\n[ 0.173711] Initializing cgroup subsys perf_event\n[ 0.174827] Initializing cgroup subsys net_prio\n[ 0.175919] Initializing cgroup subsys hugetlb\n[ 0.176984] Initializing cgroup subsys pids\n[ 0.178060] CPU: Physical Processor ID: 0\n[ 0.179765] mce: CPU supports 10 MCE banks\n[ 0.180807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194588] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.201017] ftrace: allocating 31920 entries in 125 pages\n[ 0.227210] smpboot: Max logical packages: 1\n[ 0.228036] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229328] x2apic enabled\n[ 0.230111] Switched APIC routing to physical x2apic.\n[ 0.231816] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232892] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234804] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236516] KVM setup paravirtual spinlock\n[ 0.237772] x86: Booted up 1 node, 1 CPUs\n[ 0.238552] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.239884] devtmpfs: initialized\n[ 0.241572] evm: security.selinux\n[ 0.242244] evm: security.SMACK64\n[ 0.242904] evm: security.SMACK64EXEC\n[ 0.243615] evm: security.SMACK64TRANSMUTE\n[ 0.244389] evm: security.SMACK64MMAP\n[ 0.245097] evm: security.ima\n[ 0.245714] evm: security.capability\n[ 0.246488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248253] pinctrl core: initialized pinctrl subsystem\n[ 0.249297] RTC time: 12:23:45, date: 10/12/18\n[ 0.250221] NET: Registered protocol family 16\n[ 0.251152] cpuidle: using governor ladder\n[ 0.251928] cpuidle: using governor menu\n[ 0.252684] PCCT header not found.\n[ 0.253403] ACPI: bus type PCI registered\n[ 0.254174] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255360] PCI: Using configuration type 1 for base access\n[ 0.257067] ACPI: Added _OSI(Module Device)\n[ 0.257868] ACPI: Added _OSI(Processor Device)\n[ 0.258707] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259570] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261670] ACPI: Interpreter enabled\n[ 0.262422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264201] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.265967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269514] ACPI: (supports S0 S5)\n[ 0.270193] ACPI: Using IOAPIC for interrupt routing\n[ 0.271100] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275331] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276509] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277653] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279793] acpiphp: Slot [3] registered\n[ 0.280570] acpiphp: Slot [4] registered\n[ 0.281339] acpiphp: Slot [5] registered\n[ 0.282115] acpiphp: Slot [6] registered\n[ 0.282878] acpiphp: Slot [7] registered\n[ 0.283646] acpiphp: Slot [8] registered\n[ 0.284423] acpiphp: Slot [9] registered\n[ 0.285186] acpiphp: Slot [10] registered\n[ 0.285959] acpiphp: Slot [11] registered\n[ 0.286746] acpiphp: Slot [12] registered\n[ 0.287527] acpiphp: Slot [13] registered\n[ 0.288307] acpiphp: Slot [14] registered\n[ 0.289084] acpiphp: Slot [15] registered\n[ 0.299892] acpiphp: Slot [16] registered\n[ 0.300676] acpiphp: Slot [17] registered\n[ 0.301458] acpiphp: Slot [18] registered\n[ 0.302235] acpiphp: Slot [19] registered\n[ 0.303008] acpiphp: Slot [20] registered\n[ 0.303787] acpiphp: Slot [21] registered\n[ 0.304587] acpiphp: Slot [22] registered\n[ 0.305395] acpiphp: Slot [23] registered\n[ 0.306198] acpiphp: Slot [24] registered\n[ 0.306997] acpiphp: Slot [25] registered\n[ 0.307798] acpiphp: Slot [26] registered\n[ 0.308603] acpiphp: Slot [27] registered\n[ 0.309415] acpiphp: Slot [28] registered\n[ 0.310222] acpiphp: Slot [29] registered\n[ 0.311019] acpiphp: Slot [30] registered\n[ 0.311823] acpiphp: Slot [31] registered\n[ 0.312640] PCI host bridge to bus 0000:00\n[ 0.313446] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314648] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315845] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317287] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318724] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326181] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327299] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328588] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335418] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337237] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383192] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388732] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390582] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392549] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394086] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395552] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397706] vgaarb: loaded\n[ 0.398534] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400109] SCSI subsystem initialized\n[ 0.400927] ACPI: bus type USB registered\n[ 0.401730] usbcore: registered new interface driver usbfs\n[ 0.402738] usbcore: registered new interface driver hub\n[ 0.403715] usbcore: registered new device driver usb\n[ 0.404740] PCI: Using ACPI for IRQ routing\n[ 0.405742] NetLabel: Initializing\n[ 0.406456] NetLabel: domain hash size = 128\n[ 0.407286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408207] NetLabel: unlabeled traffic allowed by default\n[ 0.409269] clocksource: Switched to clocksource kvm-clock\n[ 0.414691] AppArmor: AppArmor Filesystem Enabled\n[ 0.415659] pnp: PnP ACPI init\n[ 0.416548] pnp: PnP ACPI: found 5 devices\n[ 0.422895] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424544] NET: Registered protocol family 2\n[ 0.425478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426709] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427838] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428958] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431145] NET: Registered protocol family 1\n[ 0.431981] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433042] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434090] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448045] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462245] Trying to unpack rootfs image as initramfs...\n[ 0.511595] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525446] Scanning for low memory corruption every 60 seconds\n[ 0.526847] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.527955] audit: initializing netlink subsys (disabled)\n[ 0.528942] audit: type=2000 audit(1539347026.314:1): initialized\n[ 0.530226] Initialise system trusted keyring\n[ 0.531117] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532258] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534180] zbud: loaded\n[ 0.534859] VFS: Disk quotas dquot_6.6.0\n[ 0.535648] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537117] fuse init (API version 7.23)\n[ 0.537982] Key type big_key registered\n[ 0.538760] Allocating IMA MOK and blacklist keyrings.\n[ 0.539822] Key type asymmetric registered\n[ 0.540618] Asymmetric key parser 'x509' registered\n[ 0.541546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542968] io scheduler noop registered\n[ 0.543738] io scheduler deadline registered (default)\n[ 0.544688] io scheduler cfq registered\n[ 0.545506] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548093] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549506] ACPI: Power Button [PWRF]\n[ 0.550313] GHES: HEST is not enabled!\n[ 0.565559] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.596921] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.620874] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622953] Linux agpgart interface v0.103\n[ 0.624966] brd: module loaded\n[ 0.646861] loop: module loaded\n[ 0.651634] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.653062] GPT:90111 != 2097151\n[ 0.653719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.654768] GPT:90111 != 2097151\n[ 0.655419] GPT: Use GNU Parted to correct GPT errors.\n[ 0.656342] vda: vda1 vda15\n[ 0.657723] scsi host0: ata_piix\n[ 0.658439] scsi host1: ata_piix\n[ 0.659129] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.660289] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661683] libphy: Fixed MDIO Bus: probed\n[ 0.662474] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663401] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.665439] PPP generic driver version 2.4.2\n[ 0.666296] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.667489] ehci-pci: EHCI PCI platform driver\n[ 0.668334] ehci-platform: EHCI generic platform driver\n[ 0.669292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670372] ohci-pci: OHCI PCI platform driver\n[ 0.671205] ohci-platform: OHCI generic platform driver\n[ 0.672149] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686431] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687392] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688788] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689784] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690858] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692026] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693407] usb usb1: Product: UHCI Host Controller\n[ 0.694307] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695400] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696340] hub 1-0:1.0: USB hub found\n[ 0.697092] hub 1-0:1.0: 2 ports detected\n[ 0.697967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701921] mousedev: PS/2 mouse device common for all mice\n[ 0.703125] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704893] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705954] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707112] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708251] i2c /dev entries driver\n[ 0.708980] device-mapper: uevent: version 1.0.3\n[ 0.709890] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711459] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.712685] NET: Registered protocol family 10\n[ 0.713680] NET: Registered protocol family 17\n[ 0.714537] Key type dns_resolver registered\n[ 0.715430] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716489] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718167] registered taskstats version 1\n[ 0.718965] Loading compiled-in X.509 certificates\n[ 0.720372] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722153] zswap: loaded using pool lzo/zbud\n[ 0.723496] Key type trusted registered\n[ 0.725013] Key type encrypted registered\n[ 0.725816] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.726805] ima: No TPM chip found, activating TPM-bypass!\n[ 0.727808] evm: HMAC attrs: 0x1\n[ 0.728707] Magic number: 6:22:380\n[ 0.729526] rtc_cmos 00:00: setting system clock to 2018-10-12 12:23:46 UTC (1539347026)\n[ 0.731063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732119] EDD information not available.\n[ 0.817958] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.819363] ata1.00: configured for MWDMA2\n[ 0.820519] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.832892] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.834100] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835325] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837143] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.838623] Write protecting the kernel read-only data: 14336k\n[ 0.840155] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.841924] 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.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... [ 1.277856] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n"} 2018-10-12 12:24:48,918 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action used request id req-595096f5-b48f-45c0-a522-2c1f71f5e32b 2018-10-12 12:24:50,936 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aab9c2e22f074350902d437d7198106274ebec1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:24:52,002 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:24: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-30c7e118-4025-46b7-9eb3-125bbcb02dcc x-compute-request-id: req-30c7e118-4025-46b7-9eb3-125bbcb02dcc Content-Encoding: gzip Content-Length: 10138 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512108468 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.152232] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.154297] pid_max: default: 32768 minimum: 301\n[ 0.155416] ACPI: Core revision 20150930\n[ 0.157319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158945] Security Framework initialized\n[ 0.159973] Yama: becoming mindful.\n[ 0.160885] AppArmor: AppArmor initialized\n[ 0.161954] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163593] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165178] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166659] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168373] Initializing cgroup subsys io\n[ 0.169386] Initializing cgroup subsys memory\n[ 0.170455] Initializing cgroup subsys devices\n[ 0.171557] Initializing cgroup subsys freezer\n[ 0.172637] Initializing cgroup subsys net_cls\n[ 0.173711] Initializing cgroup subsys perf_event\n[ 0.174827] Initializing cgroup subsys net_prio\n[ 0.175919] Initializing cgroup subsys hugetlb\n[ 0.176984] Initializing cgroup subsys pids\n[ 0.178060] CPU: Physical Processor ID: 0\n[ 0.179765] mce: CPU supports 10 MCE banks\n[ 0.180807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194588] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.201017] ftrace: allocating 31920 entries in 125 pages\n[ 0.227210] smpboot: Max logical packages: 1\n[ 0.228036] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229328] x2apic enabled\n[ 0.230111] Switched APIC routing to physical x2apic.\n[ 0.231816] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232892] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234804] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236516] KVM setup paravirtual spinlock\n[ 0.237772] x86: Booted up 1 node, 1 CPUs\n[ 0.238552] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.239884] devtmpfs: initialized\n[ 0.241572] evm: security.selinux\n[ 0.242244] evm: security.SMACK64\n[ 0.242904] evm: security.SMACK64EXEC\n[ 0.243615] evm: security.SMACK64TRANSMUTE\n[ 0.244389] evm: security.SMACK64MMAP\n[ 0.245097] evm: security.ima\n[ 0.245714] evm: security.capability\n[ 0.246488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248253] pinctrl core: initialized pinctrl subsystem\n[ 0.249297] RTC time: 12:23:45, date: 10/12/18\n[ 0.250221] NET: Registered protocol family 16\n[ 0.251152] cpuidle: using governor ladder\n[ 0.251928] cpuidle: using governor menu\n[ 0.252684] PCCT header not found.\n[ 0.253403] ACPI: bus type PCI registered\n[ 0.254174] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255360] PCI: Using configuration type 1 for base access\n[ 0.257067] ACPI: Added _OSI(Module Device)\n[ 0.257868] ACPI: Added _OSI(Processor Device)\n[ 0.258707] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259570] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261670] ACPI: Interpreter enabled\n[ 0.262422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264201] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.265967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269514] ACPI: (supports S0 S5)\n[ 0.270193] ACPI: Using IOAPIC for interrupt routing\n[ 0.271100] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275331] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276509] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277653] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279793] acpiphp: Slot [3] registered\n[ 0.280570] acpiphp: Slot [4] registered\n[ 0.281339] acpiphp: Slot [5] registered\n[ 0.282115] acpiphp: Slot [6] registered\n[ 0.282878] acpiphp: Slot [7] registered\n[ 0.283646] acpiphp: Slot [8] registered\n[ 0.284423] acpiphp: Slot [9] registered\n[ 0.285186] acpiphp: Slot [10] registered\n[ 0.285959] acpiphp: Slot [11] registered\n[ 0.286746] acpiphp: Slot [12] registered\n[ 0.287527] acpiphp: Slot [13] registered\n[ 0.288307] acpiphp: Slot [14] registered\n[ 0.289084] acpiphp: Slot [15] registered\n[ 0.299892] acpiphp: Slot [16] registered\n[ 0.300676] acpiphp: Slot [17] registered\n[ 0.301458] acpiphp: Slot [18] registered\n[ 0.302235] acpiphp: Slot [19] registered\n[ 0.303008] acpiphp: Slot [20] registered\n[ 0.303787] acpiphp: Slot [21] registered\n[ 0.304587] acpiphp: Slot [22] registered\n[ 0.305395] acpiphp: Slot [23] registered\n[ 0.306198] acpiphp: Slot [24] registered\n[ 0.306997] acpiphp: Slot [25] registered\n[ 0.307798] acpiphp: Slot [26] registered\n[ 0.308603] acpiphp: Slot [27] registered\n[ 0.309415] acpiphp: Slot [28] registered\n[ 0.310222] acpiphp: Slot [29] registered\n[ 0.311019] acpiphp: Slot [30] registered\n[ 0.311823] acpiphp: Slot [31] registered\n[ 0.312640] PCI host bridge to bus 0000:00\n[ 0.313446] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314648] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315845] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317287] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318724] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326181] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327299] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328588] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335418] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337237] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383192] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388732] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390582] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392549] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394086] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395552] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397706] vgaarb: loaded\n[ 0.398534] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400109] SCSI subsystem initialized\n[ 0.400927] ACPI: bus type USB registered\n[ 0.401730] usbcore: registered new interface driver usbfs\n[ 0.402738] usbcore: registered new interface driver hub\n[ 0.403715] usbcore: registered new device driver usb\n[ 0.404740] PCI: Using ACPI for IRQ routing\n[ 0.405742] NetLabel: Initializing\n[ 0.406456] NetLabel: domain hash size = 128\n[ 0.407286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408207] NetLabel: unlabeled traffic allowed by default\n[ 0.409269] clocksource: Switched to clocksource kvm-clock\n[ 0.414691] AppArmor: AppArmor Filesystem Enabled\n[ 0.415659] pnp: PnP ACPI init\n[ 0.416548] pnp: PnP ACPI: found 5 devices\n[ 0.422895] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424544] NET: Registered protocol family 2\n[ 0.425478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426709] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427838] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428958] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431145] NET: Registered protocol family 1\n[ 0.431981] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433042] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434090] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448045] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462245] Trying to unpack rootfs image as initramfs...\n[ 0.511595] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525446] Scanning for low memory corruption every 60 seconds\n[ 0.526847] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.527955] audit: initializing netlink subsys (disabled)\n[ 0.528942] audit: type=2000 audit(1539347026.314:1): initialized\n[ 0.530226] Initialise system trusted keyring\n[ 0.531117] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532258] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534180] zbud: loaded\n[ 0.534859] VFS: Disk quotas dquot_6.6.0\n[ 0.535648] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537117] fuse init (API version 7.23)\n[ 0.537982] Key type big_key registered\n[ 0.538760] Allocating IMA MOK and blacklist keyrings.\n[ 0.539822] Key type asymmetric registered\n[ 0.540618] Asymmetric key parser 'x509' registered\n[ 0.541546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542968] io scheduler noop registered\n[ 0.543738] io scheduler deadline registered (default)\n[ 0.544688] io scheduler cfq registered\n[ 0.545506] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548093] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549506] ACPI: Power Button [PWRF]\n[ 0.550313] GHES: HEST is not enabled!\n[ 0.565559] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.596921] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.620874] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622953] Linux agpgart interface v0.103\n[ 0.624966] brd: module loaded\n[ 0.646861] loop: module loaded\n[ 0.651634] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.653062] GPT:90111 != 2097151\n[ 0.653719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.654768] GPT:90111 != 2097151\n[ 0.655419] GPT: Use GNU Parted to correct GPT errors.\n[ 0.656342] vda: vda1 vda15\n[ 0.657723] scsi host0: ata_piix\n[ 0.658439] scsi host1: ata_piix\n[ 0.659129] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.660289] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661683] libphy: Fixed MDIO Bus: probed\n[ 0.662474] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663401] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.665439] PPP generic driver version 2.4.2\n[ 0.666296] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.667489] ehci-pci: EHCI PCI platform driver\n[ 0.668334] ehci-platform: EHCI generic platform driver\n[ 0.669292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670372] ohci-pci: OHCI PCI platform driver\n[ 0.671205] ohci-platform: OHCI generic platform driver\n[ 0.672149] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686431] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687392] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688788] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689784] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690858] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692026] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693407] usb usb1: Product: UHCI Host Controller\n[ 0.694307] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695400] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696340] hub 1-0:1.0: USB hub found\n[ 0.697092] hub 1-0:1.0: 2 ports detected\n[ 0.697967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701921] mousedev: PS/2 mouse device common for all mice\n[ 0.703125] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704893] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705954] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707112] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708251] i2c /dev entries driver\n[ 0.708980] device-mapper: uevent: version 1.0.3\n[ 0.709890] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711459] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.712685] NET: Registered protocol family 10\n[ 0.713680] NET: Registered protocol family 17\n[ 0.714537] Key type dns_resolver registered\n[ 0.715430] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716489] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718167] registered taskstats version 1\n[ 0.718965] Loading compiled-in X.509 certificates\n[ 0.720372] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722153] zswap: loaded using pool lzo/zbud\n[ 0.723496] Key type trusted registered\n[ 0.725013] Key type encrypted registered\n[ 0.725816] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.726805] ima: No TPM chip found, activating TPM-bypass!\n[ 0.727808] evm: HMAC attrs: 0x1\n[ 0.728707] Magic number: 6:22:380\n[ 0.729526] rtc_cmos 00:00: setting system clock to 2018-10-12 12:23:46 UTC (1539347026)\n[ 0.731063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732119] EDD information not available.\n[ 0.817958] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.819363] ata1.00: configured for MWDMA2\n[ 0.820519] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.832892] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.834100] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835325] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837143] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.838623] Write protecting the kernel read-only data: 14336k\n[ 0.840155] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.841924] 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.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... [ 1.277856] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCmUUGxp32Jns9XCmb4CE2YL8ELUDoNsHZKi2BgiW2W/pb/Guh+BatG9VQFZ7fdV+w2vf4axMMqmYwz8wLV3gqyNTXRwrvxuj/gWH4zFPSKUK/qm3zZg0cS7rAYALLDuF3UARvXXQjOSVFzhDGOXUqCfDDWc5muip/mIBYwwg9nHeacI5KD3i+S85Cuff0qyi1Zf2ntpsDWUyKHDWFlSgRLxP0GCjwaP2dlTiyP1yEFOeC9B/YsEZ35uPnIcyrWkS+Dvp0odhCGgVekF1oJ1YgE/ExHiSfzZr2T5eR8qnct10W3fTPrMXifX5lqqdB9Y9x4np6sZWrnhz9ViJo7n3e9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOfXMawRAPag07gTY/zFl3kRD4vOs6phmSun6f6s4C7/iG2jJVHD/pgBcC1cM6gBzQ6t0Dncj7FIjkSYDxnYz5qAnh6hT8wXGatGdPsfNBfEJ+zY6Tr4A+Hqwx2smw9IhbpDR+AcEzWwsEFVB3wDXlb/f91KeMek3rxUjhuJ9ISzAAAAFQDawlFzBiwYu5m7vrfMUWjpjSIgxQAAAIEAjHLVDnfn87hyX3stZBI9pSaiylaRz98nQYPfWwlaHVXEuhBaHoYa9cb9WguTPRBQBWqwJqW2P+bRgvtDSLXvC1d2mz4VzJbmAxrbFu4GV4NszRHLLZ35vJ7hB5LfUDjm6WEMAV25lW6bgQ8KXpKiOwS2yxxtf+8mLDyktDAHSfkAAACBAOC6AZtwUAfFsIzo3Lf/+5WTLZuC4iyJ9SRae0Am0DciNjv3edRFO5X/wEBi9WKV2elDxqxb6HaCShe4OzXcV7SdZc5Z66tLWyCKOJfvvjPtjNdtmwEX8g3eypU/BXvqHp9suB9cMpOlHUIZDw3jVhDkdkkO03dKQKxHT9H/uBc1 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:fe15:3735/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: c6d7a883-2f8d-40a3-853c-c632ec64a95b\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=61.88 ===\n/dev/root resized successfully [took 1.84s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:15:37:35 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe15:3735/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:151 errors:0 dropped:16 overruns:0 frame:0\n TX packets:96 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271430 (265.0 KiB) TX bytes:12843 (12.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.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-10-12 12:24:52,003 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action used request id req-30c7e118-4025-46b7-9eb3-125bbcb02dcc 2018-10-12 12:24:54,022 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aab9c2e22f074350902d437d7198106274ebec1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:24:55,102 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:24: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-f1f0964b-0abb-4925-a94f-5e8469460d47 x-compute-request-id: req-f1f0964b-0abb-4925-a94f-5e8469460d47 Content-Encoding: gzip Content-Length: 10138 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512108468 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.152232] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.154297] pid_max: default: 32768 minimum: 301\n[ 0.155416] ACPI: Core revision 20150930\n[ 0.157319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158945] Security Framework initialized\n[ 0.159973] Yama: becoming mindful.\n[ 0.160885] AppArmor: AppArmor initialized\n[ 0.161954] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163593] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165178] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166659] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168373] Initializing cgroup subsys io\n[ 0.169386] Initializing cgroup subsys memory\n[ 0.170455] Initializing cgroup subsys devices\n[ 0.171557] Initializing cgroup subsys freezer\n[ 0.172637] Initializing cgroup subsys net_cls\n[ 0.173711] Initializing cgroup subsys perf_event\n[ 0.174827] Initializing cgroup subsys net_prio\n[ 0.175919] Initializing cgroup subsys hugetlb\n[ 0.176984] Initializing cgroup subsys pids\n[ 0.178060] CPU: Physical Processor ID: 0\n[ 0.179765] mce: CPU supports 10 MCE banks\n[ 0.180807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194588] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.201017] ftrace: allocating 31920 entries in 125 pages\n[ 0.227210] smpboot: Max logical packages: 1\n[ 0.228036] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229328] x2apic enabled\n[ 0.230111] Switched APIC routing to physical x2apic.\n[ 0.231816] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232892] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234804] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236516] KVM setup paravirtual spinlock\n[ 0.237772] x86: Booted up 1 node, 1 CPUs\n[ 0.238552] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.239884] devtmpfs: initialized\n[ 0.241572] evm: security.selinux\n[ 0.242244] evm: security.SMACK64\n[ 0.242904] evm: security.SMACK64EXEC\n[ 0.243615] evm: security.SMACK64TRANSMUTE\n[ 0.244389] evm: security.SMACK64MMAP\n[ 0.245097] evm: security.ima\n[ 0.245714] evm: security.capability\n[ 0.246488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248253] pinctrl core: initialized pinctrl subsystem\n[ 0.249297] RTC time: 12:23:45, date: 10/12/18\n[ 0.250221] NET: Registered protocol family 16\n[ 0.251152] cpuidle: using governor ladder\n[ 0.251928] cpuidle: using governor menu\n[ 0.252684] PCCT header not found.\n[ 0.253403] ACPI: bus type PCI registered\n[ 0.254174] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255360] PCI: Using configuration type 1 for base access\n[ 0.257067] ACPI: Added _OSI(Module Device)\n[ 0.257868] ACPI: Added _OSI(Processor Device)\n[ 0.258707] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259570] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261670] ACPI: Interpreter enabled\n[ 0.262422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264201] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.265967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269514] ACPI: (supports S0 S5)\n[ 0.270193] ACPI: Using IOAPIC for interrupt routing\n[ 0.271100] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275331] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276509] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277653] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279793] acpiphp: Slot [3] registered\n[ 0.280570] acpiphp: Slot [4] registered\n[ 0.281339] acpiphp: Slot [5] registered\n[ 0.282115] acpiphp: Slot [6] registered\n[ 0.282878] acpiphp: Slot [7] registered\n[ 0.283646] acpiphp: Slot [8] registered\n[ 0.284423] acpiphp: Slot [9] registered\n[ 0.285186] acpiphp: Slot [10] registered\n[ 0.285959] acpiphp: Slot [11] registered\n[ 0.286746] acpiphp: Slot [12] registered\n[ 0.287527] acpiphp: Slot [13] registered\n[ 0.288307] acpiphp: Slot [14] registered\n[ 0.289084] acpiphp: Slot [15] registered\n[ 0.299892] acpiphp: Slot [16] registered\n[ 0.300676] acpiphp: Slot [17] registered\n[ 0.301458] acpiphp: Slot [18] registered\n[ 0.302235] acpiphp: Slot [19] registered\n[ 0.303008] acpiphp: Slot [20] registered\n[ 0.303787] acpiphp: Slot [21] registered\n[ 0.304587] acpiphp: Slot [22] registered\n[ 0.305395] acpiphp: Slot [23] registered\n[ 0.306198] acpiphp: Slot [24] registered\n[ 0.306997] acpiphp: Slot [25] registered\n[ 0.307798] acpiphp: Slot [26] registered\n[ 0.308603] acpiphp: Slot [27] registered\n[ 0.309415] acpiphp: Slot [28] registered\n[ 0.310222] acpiphp: Slot [29] registered\n[ 0.311019] acpiphp: Slot [30] registered\n[ 0.311823] acpiphp: Slot [31] registered\n[ 0.312640] PCI host bridge to bus 0000:00\n[ 0.313446] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314648] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315845] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317287] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318724] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326181] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327299] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328588] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335418] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337237] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383192] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388732] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390582] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392549] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394086] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395552] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397706] vgaarb: loaded\n[ 0.398534] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400109] SCSI subsystem initialized\n[ 0.400927] ACPI: bus type USB registered\n[ 0.401730] usbcore: registered new interface driver usbfs\n[ 0.402738] usbcore: registered new interface driver hub\n[ 0.403715] usbcore: registered new device driver usb\n[ 0.404740] PCI: Using ACPI for IRQ routing\n[ 0.405742] NetLabel: Initializing\n[ 0.406456] NetLabel: domain hash size = 128\n[ 0.407286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408207] NetLabel: unlabeled traffic allowed by default\n[ 0.409269] clocksource: Switched to clocksource kvm-clock\n[ 0.414691] AppArmor: AppArmor Filesystem Enabled\n[ 0.415659] pnp: PnP ACPI init\n[ 0.416548] pnp: PnP ACPI: found 5 devices\n[ 0.422895] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424544] NET: Registered protocol family 2\n[ 0.425478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426709] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427838] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428958] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431145] NET: Registered protocol family 1\n[ 0.431981] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433042] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434090] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448045] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462245] Trying to unpack rootfs image as initramfs...\n[ 0.511595] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525446] Scanning for low memory corruption every 60 seconds\n[ 0.526847] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.527955] audit: initializing netlink subsys (disabled)\n[ 0.528942] audit: type=2000 audit(1539347026.314:1): initialized\n[ 0.530226] Initialise system trusted keyring\n[ 0.531117] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532258] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534180] zbud: loaded\n[ 0.534859] VFS: Disk quotas dquot_6.6.0\n[ 0.535648] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537117] fuse init (API version 7.23)\n[ 0.537982] Key type big_key registered\n[ 0.538760] Allocating IMA MOK and blacklist keyrings.\n[ 0.539822] Key type asymmetric registered\n[ 0.540618] Asymmetric key parser 'x509' registered\n[ 0.541546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542968] io scheduler noop registered\n[ 0.543738] io scheduler deadline registered (default)\n[ 0.544688] io scheduler cfq registered\n[ 0.545506] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548093] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549506] ACPI: Power Button [PWRF]\n[ 0.550313] GHES: HEST is not enabled!\n[ 0.565559] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.596921] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.620874] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622953] Linux agpgart interface v0.103\n[ 0.624966] brd: module loaded\n[ 0.646861] loop: module loaded\n[ 0.651634] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.653062] GPT:90111 != 2097151\n[ 0.653719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.654768] GPT:90111 != 2097151\n[ 0.655419] GPT: Use GNU Parted to correct GPT errors.\n[ 0.656342] vda: vda1 vda15\n[ 0.657723] scsi host0: ata_piix\n[ 0.658439] scsi host1: ata_piix\n[ 0.659129] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.660289] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661683] libphy: Fixed MDIO Bus: probed\n[ 0.662474] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663401] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.665439] PPP generic driver version 2.4.2\n[ 0.666296] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.667489] ehci-pci: EHCI PCI platform driver\n[ 0.668334] ehci-platform: EHCI generic platform driver\n[ 0.669292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670372] ohci-pci: OHCI PCI platform driver\n[ 0.671205] ohci-platform: OHCI generic platform driver\n[ 0.672149] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686431] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687392] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688788] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689784] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690858] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692026] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693407] usb usb1: Product: UHCI Host Controller\n[ 0.694307] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695400] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696340] hub 1-0:1.0: USB hub found\n[ 0.697092] hub 1-0:1.0: 2 ports detected\n[ 0.697967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701921] mousedev: PS/2 mouse device common for all mice\n[ 0.703125] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704893] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705954] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707112] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708251] i2c /dev entries driver\n[ 0.708980] device-mapper: uevent: version 1.0.3\n[ 0.709890] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711459] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.712685] NET: Registered protocol family 10\n[ 0.713680] NET: Registered protocol family 17\n[ 0.714537] Key type dns_resolver registered\n[ 0.715430] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716489] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718167] registered taskstats version 1\n[ 0.718965] Loading compiled-in X.509 certificates\n[ 0.720372] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722153] zswap: loaded using pool lzo/zbud\n[ 0.723496] Key type trusted registered\n[ 0.725013] Key type encrypted registered\n[ 0.725816] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.726805] ima: No TPM chip found, activating TPM-bypass!\n[ 0.727808] evm: HMAC attrs: 0x1\n[ 0.728707] Magic number: 6:22:380\n[ 0.729526] rtc_cmos 00:00: setting system clock to 2018-10-12 12:23:46 UTC (1539347026)\n[ 0.731063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732119] EDD information not available.\n[ 0.817958] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.819363] ata1.00: configured for MWDMA2\n[ 0.820519] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.832892] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.834100] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835325] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837143] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.838623] Write protecting the kernel read-only data: 14336k\n[ 0.840155] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.841924] 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.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... [ 1.277856] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCmUUGxp32Jns9XCmb4CE2YL8ELUDoNsHZKi2BgiW2W/pb/Guh+BatG9VQFZ7fdV+w2vf4axMMqmYwz8wLV3gqyNTXRwrvxuj/gWH4zFPSKUK/qm3zZg0cS7rAYALLDuF3UARvXXQjOSVFzhDGOXUqCfDDWc5muip/mIBYwwg9nHeacI5KD3i+S85Cuff0qyi1Zf2ntpsDWUyKHDWFlSgRLxP0GCjwaP2dlTiyP1yEFOeC9B/YsEZ35uPnIcyrWkS+Dvp0odhCGgVekF1oJ1YgE/ExHiSfzZr2T5eR8qnct10W3fTPrMXifX5lqqdB9Y9x4np6sZWrnhz9ViJo7n3e9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOfXMawRAPag07gTY/zFl3kRD4vOs6phmSun6f6s4C7/iG2jJVHD/pgBcC1cM6gBzQ6t0Dncj7FIjkSYDxnYz5qAnh6hT8wXGatGdPsfNBfEJ+zY6Tr4A+Hqwx2smw9IhbpDR+AcEzWwsEFVB3wDXlb/f91KeMek3rxUjhuJ9ISzAAAAFQDawlFzBiwYu5m7vrfMUWjpjSIgxQAAAIEAjHLVDnfn87hyX3stZBI9pSaiylaRz98nQYPfWwlaHVXEuhBaHoYa9cb9WguTPRBQBWqwJqW2P+bRgvtDSLXvC1d2mz4VzJbmAxrbFu4GV4NszRHLLZ35vJ7hB5LfUDjm6WEMAV25lW6bgQ8KXpKiOwS2yxxtf+8mLDyktDAHSfkAAACBAOC6AZtwUAfFsIzo3Lf/+5WTLZuC4iyJ9SRae0Am0DciNjv3edRFO5X/wEBi9WKV2elDxqxb6HaCShe4OzXcV7SdZc5Z66tLWyCKOJfvvjPtjNdtmwEX8g3eypU/BXvqHp9suB9cMpOlHUIZDw3jVhDkdkkO03dKQKxHT9H/uBc1 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:fe15:3735/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: c6d7a883-2f8d-40a3-853c-c632ec64a95b\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=61.88 ===\n/dev/root resized successfully [took 1.84s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:15:37:35 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe15:3735/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:151 errors:0 dropped:16 overruns:0 frame:0\n TX packets:96 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271430 (265.0 KiB) TX bytes:12843 (12.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.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-10-12 12:24:55,102 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action used request id req-f1f0964b-0abb-4925-a94f-5e8469460d47 2018-10-12 12:24:57,123 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aab9c2e22f074350902d437d7198106274ebec1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:24:58,188 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:24:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d921468-1d23-4cdd-bb23-c14e7a577383 x-compute-request-id: req-7d921468-1d23-4cdd-bb23-c14e7a577383 Content-Encoding: gzip Content-Length: 10138 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512108468 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.152232] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.154297] pid_max: default: 32768 minimum: 301\n[ 0.155416] ACPI: Core revision 20150930\n[ 0.157319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158945] Security Framework initialized\n[ 0.159973] Yama: becoming mindful.\n[ 0.160885] AppArmor: AppArmor initialized\n[ 0.161954] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163593] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165178] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166659] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168373] Initializing cgroup subsys io\n[ 0.169386] Initializing cgroup subsys memory\n[ 0.170455] Initializing cgroup subsys devices\n[ 0.171557] Initializing cgroup subsys freezer\n[ 0.172637] Initializing cgroup subsys net_cls\n[ 0.173711] Initializing cgroup subsys perf_event\n[ 0.174827] Initializing cgroup subsys net_prio\n[ 0.175919] Initializing cgroup subsys hugetlb\n[ 0.176984] Initializing cgroup subsys pids\n[ 0.178060] CPU: Physical Processor ID: 0\n[ 0.179765] mce: CPU supports 10 MCE banks\n[ 0.180807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194588] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.201017] ftrace: allocating 31920 entries in 125 pages\n[ 0.227210] smpboot: Max logical packages: 1\n[ 0.228036] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229328] x2apic enabled\n[ 0.230111] Switched APIC routing to physical x2apic.\n[ 0.231816] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232892] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234804] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236516] KVM setup paravirtual spinlock\n[ 0.237772] x86: Booted up 1 node, 1 CPUs\n[ 0.238552] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.239884] devtmpfs: initialized\n[ 0.241572] evm: security.selinux\n[ 0.242244] evm: security.SMACK64\n[ 0.242904] evm: security.SMACK64EXEC\n[ 0.243615] evm: security.SMACK64TRANSMUTE\n[ 0.244389] evm: security.SMACK64MMAP\n[ 0.245097] evm: security.ima\n[ 0.245714] evm: security.capability\n[ 0.246488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248253] pinctrl core: initialized pinctrl subsystem\n[ 0.249297] RTC time: 12:23:45, date: 10/12/18\n[ 0.250221] NET: Registered protocol family 16\n[ 0.251152] cpuidle: using governor ladder\n[ 0.251928] cpuidle: using governor menu\n[ 0.252684] PCCT header not found.\n[ 0.253403] ACPI: bus type PCI registered\n[ 0.254174] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255360] PCI: Using configuration type 1 for base access\n[ 0.257067] ACPI: Added _OSI(Module Device)\n[ 0.257868] ACPI: Added _OSI(Processor Device)\n[ 0.258707] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259570] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261670] ACPI: Interpreter enabled\n[ 0.262422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264201] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.265967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269514] ACPI: (supports S0 S5)\n[ 0.270193] ACPI: Using IOAPIC for interrupt routing\n[ 0.271100] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275331] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276509] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277653] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279793] acpiphp: Slot [3] registered\n[ 0.280570] acpiphp: Slot [4] registered\n[ 0.281339] acpiphp: Slot [5] registered\n[ 0.282115] acpiphp: Slot [6] registered\n[ 0.282878] acpiphp: Slot [7] registered\n[ 0.283646] acpiphp: Slot [8] registered\n[ 0.284423] acpiphp: Slot [9] registered\n[ 0.285186] acpiphp: Slot [10] registered\n[ 0.285959] acpiphp: Slot [11] registered\n[ 0.286746] acpiphp: Slot [12] registered\n[ 0.287527] acpiphp: Slot [13] registered\n[ 0.288307] acpiphp: Slot [14] registered\n[ 0.289084] acpiphp: Slot [15] registered\n[ 0.299892] acpiphp: Slot [16] registered\n[ 0.300676] acpiphp: Slot [17] registered\n[ 0.301458] acpiphp: Slot [18] registered\n[ 0.302235] acpiphp: Slot [19] registered\n[ 0.303008] acpiphp: Slot [20] registered\n[ 0.303787] acpiphp: Slot [21] registered\n[ 0.304587] acpiphp: Slot [22] registered\n[ 0.305395] acpiphp: Slot [23] registered\n[ 0.306198] acpiphp: Slot [24] registered\n[ 0.306997] acpiphp: Slot [25] registered\n[ 0.307798] acpiphp: Slot [26] registered\n[ 0.308603] acpiphp: Slot [27] registered\n[ 0.309415] acpiphp: Slot [28] registered\n[ 0.310222] acpiphp: Slot [29] registered\n[ 0.311019] acpiphp: Slot [30] registered\n[ 0.311823] acpiphp: Slot [31] registered\n[ 0.312640] PCI host bridge to bus 0000:00\n[ 0.313446] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314648] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315845] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317287] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318724] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326181] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327299] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328588] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335418] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337237] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383192] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388732] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390582] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392549] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394086] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395552] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397706] vgaarb: loaded\n[ 0.398534] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400109] SCSI subsystem initialized\n[ 0.400927] ACPI: bus type USB registered\n[ 0.401730] usbcore: registered new interface driver usbfs\n[ 0.402738] usbcore: registered new interface driver hub\n[ 0.403715] usbcore: registered new device driver usb\n[ 0.404740] PCI: Using ACPI for IRQ routing\n[ 0.405742] NetLabel: Initializing\n[ 0.406456] NetLabel: domain hash size = 128\n[ 0.407286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408207] NetLabel: unlabeled traffic allowed by default\n[ 0.409269] clocksource: Switched to clocksource kvm-clock\n[ 0.414691] AppArmor: AppArmor Filesystem Enabled\n[ 0.415659] pnp: PnP ACPI init\n[ 0.416548] pnp: PnP ACPI: found 5 devices\n[ 0.422895] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424544] NET: Registered protocol family 2\n[ 0.425478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426709] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427838] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428958] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431145] NET: Registered protocol family 1\n[ 0.431981] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433042] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434090] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448045] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462245] Trying to unpack rootfs image as initramfs...\n[ 0.511595] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525446] Scanning for low memory corruption every 60 seconds\n[ 0.526847] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.527955] audit: initializing netlink subsys (disabled)\n[ 0.528942] audit: type=2000 audit(1539347026.314:1): initialized\n[ 0.530226] Initialise system trusted keyring\n[ 0.531117] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532258] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534180] zbud: loaded\n[ 0.534859] VFS: Disk quotas dquot_6.6.0\n[ 0.535648] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537117] fuse init (API version 7.23)\n[ 0.537982] Key type big_key registered\n[ 0.538760] Allocating IMA MOK and blacklist keyrings.\n[ 0.539822] Key type asymmetric registered\n[ 0.540618] Asymmetric key parser 'x509' registered\n[ 0.541546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542968] io scheduler noop registered\n[ 0.543738] io scheduler deadline registered (default)\n[ 0.544688] io scheduler cfq registered\n[ 0.545506] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548093] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549506] ACPI: Power Button [PWRF]\n[ 0.550313] GHES: HEST is not enabled!\n[ 0.565559] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.596921] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.620874] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622953] Linux agpgart interface v0.103\n[ 0.624966] brd: module loaded\n[ 0.646861] loop: module loaded\n[ 0.651634] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.653062] GPT:90111 != 2097151\n[ 0.653719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.654768] GPT:90111 != 2097151\n[ 0.655419] GPT: Use GNU Parted to correct GPT errors.\n[ 0.656342] vda: vda1 vda15\n[ 0.657723] scsi host0: ata_piix\n[ 0.658439] scsi host1: ata_piix\n[ 0.659129] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.660289] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661683] libphy: Fixed MDIO Bus: probed\n[ 0.662474] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663401] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.665439] PPP generic driver version 2.4.2\n[ 0.666296] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.667489] ehci-pci: EHCI PCI platform driver\n[ 0.668334] ehci-platform: EHCI generic platform driver\n[ 0.669292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670372] ohci-pci: OHCI PCI platform driver\n[ 0.671205] ohci-platform: OHCI generic platform driver\n[ 0.672149] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686431] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687392] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688788] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689784] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690858] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692026] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693407] usb usb1: Product: UHCI Host Controller\n[ 0.694307] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695400] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696340] hub 1-0:1.0: USB hub found\n[ 0.697092] hub 1-0:1.0: 2 ports detected\n[ 0.697967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701921] mousedev: PS/2 mouse device common for all mice\n[ 0.703125] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704893] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705954] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707112] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708251] i2c /dev entries driver\n[ 0.708980] device-mapper: uevent: version 1.0.3\n[ 0.709890] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711459] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.712685] NET: Registered protocol family 10\n[ 0.713680] NET: Registered protocol family 17\n[ 0.714537] Key type dns_resolver registered\n[ 0.715430] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716489] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718167] registered taskstats version 1\n[ 0.718965] Loading compiled-in X.509 certificates\n[ 0.720372] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722153] zswap: loaded using pool lzo/zbud\n[ 0.723496] Key type trusted registered\n[ 0.725013] Key type encrypted registered\n[ 0.725816] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.726805] ima: No TPM chip found, activating TPM-bypass!\n[ 0.727808] evm: HMAC attrs: 0x1\n[ 0.728707] Magic number: 6:22:380\n[ 0.729526] rtc_cmos 00:00: setting system clock to 2018-10-12 12:23:46 UTC (1539347026)\n[ 0.731063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732119] EDD information not available.\n[ 0.817958] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.819363] ata1.00: configured for MWDMA2\n[ 0.820519] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.832892] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.834100] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835325] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837143] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.838623] Write protecting the kernel read-only data: 14336k\n[ 0.840155] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.841924] 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.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... [ 1.277856] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCmUUGxp32Jns9XCmb4CE2YL8ELUDoNsHZKi2BgiW2W/pb/Guh+BatG9VQFZ7fdV+w2vf4axMMqmYwz8wLV3gqyNTXRwrvxuj/gWH4zFPSKUK/qm3zZg0cS7rAYALLDuF3UARvXXQjOSVFzhDGOXUqCfDDWc5muip/mIBYwwg9nHeacI5KD3i+S85Cuff0qyi1Zf2ntpsDWUyKHDWFlSgRLxP0GCjwaP2dlTiyP1yEFOeC9B/YsEZ35uPnIcyrWkS+Dvp0odhCGgVekF1oJ1YgE/ExHiSfzZr2T5eR8qnct10W3fTPrMXifX5lqqdB9Y9x4np6sZWrnhz9ViJo7n3e9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOfXMawRAPag07gTY/zFl3kRD4vOs6phmSun6f6s4C7/iG2jJVHD/pgBcC1cM6gBzQ6t0Dncj7FIjkSYDxnYz5qAnh6hT8wXGatGdPsfNBfEJ+zY6Tr4A+Hqwx2smw9IhbpDR+AcEzWwsEFVB3wDXlb/f91KeMek3rxUjhuJ9ISzAAAAFQDawlFzBiwYu5m7vrfMUWjpjSIgxQAAAIEAjHLVDnfn87hyX3stZBI9pSaiylaRz98nQYPfWwlaHVXEuhBaHoYa9cb9WguTPRBQBWqwJqW2P+bRgvtDSLXvC1d2mz4VzJbmAxrbFu4GV4NszRHLLZ35vJ7hB5LfUDjm6WEMAV25lW6bgQ8KXpKiOwS2yxxtf+8mLDyktDAHSfkAAACBAOC6AZtwUAfFsIzo3Lf/+5WTLZuC4iyJ9SRae0Am0DciNjv3edRFO5X/wEBi9WKV2elDxqxb6HaCShe4OzXcV7SdZc5Z66tLWyCKOJfvvjPtjNdtmwEX8g3eypU/BXvqHp9suB9cMpOlHUIZDw3jVhDkdkkO03dKQKxHT9H/uBc1 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:fe15:3735/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: c6d7a883-2f8d-40a3-853c-c632ec64a95b\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=61.88 ===\n/dev/root resized successfully [took 1.84s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:15:37:35 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe15:3735/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:151 errors:0 dropped:16 overruns:0 frame:0\n TX packets:96 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271430 (265.0 KiB) TX bytes:12843 (12.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.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-10-12 12:24:58,189 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action used request id req-7d921468-1d23-4cdd-bb23-c14e7a577383 2018-10-12 12:25:00,210 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aab9c2e22f074350902d437d7198106274ebec1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:25:01,279 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:25:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-74bd780b-6b57-4521-a4bf-37bbc7a173ad x-compute-request-id: req-74bd780b-6b57-4521-a4bf-37bbc7a173ad Content-Encoding: gzip Content-Length: 10138 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512108468 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.152232] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.154297] pid_max: default: 32768 minimum: 301\n[ 0.155416] ACPI: Core revision 20150930\n[ 0.157319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158945] Security Framework initialized\n[ 0.159973] Yama: becoming mindful.\n[ 0.160885] AppArmor: AppArmor initialized\n[ 0.161954] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163593] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165178] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166659] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168373] Initializing cgroup subsys io\n[ 0.169386] Initializing cgroup subsys memory\n[ 0.170455] Initializing cgroup subsys devices\n[ 0.171557] Initializing cgroup subsys freezer\n[ 0.172637] Initializing cgroup subsys net_cls\n[ 0.173711] Initializing cgroup subsys perf_event\n[ 0.174827] Initializing cgroup subsys net_prio\n[ 0.175919] Initializing cgroup subsys hugetlb\n[ 0.176984] Initializing cgroup subsys pids\n[ 0.178060] CPU: Physical Processor ID: 0\n[ 0.179765] mce: CPU supports 10 MCE banks\n[ 0.180807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194588] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.201017] ftrace: allocating 31920 entries in 125 pages\n[ 0.227210] smpboot: Max logical packages: 1\n[ 0.228036] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229328] x2apic enabled\n[ 0.230111] Switched APIC routing to physical x2apic.\n[ 0.231816] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232892] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234804] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236516] KVM setup paravirtual spinlock\n[ 0.237772] x86: Booted up 1 node, 1 CPUs\n[ 0.238552] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.239884] devtmpfs: initialized\n[ 0.241572] evm: security.selinux\n[ 0.242244] evm: security.SMACK64\n[ 0.242904] evm: security.SMACK64EXEC\n[ 0.243615] evm: security.SMACK64TRANSMUTE\n[ 0.244389] evm: security.SMACK64MMAP\n[ 0.245097] evm: security.ima\n[ 0.245714] evm: security.capability\n[ 0.246488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248253] pinctrl core: initialized pinctrl subsystem\n[ 0.249297] RTC time: 12:23:45, date: 10/12/18\n[ 0.250221] NET: Registered protocol family 16\n[ 0.251152] cpuidle: using governor ladder\n[ 0.251928] cpuidle: using governor menu\n[ 0.252684] PCCT header not found.\n[ 0.253403] ACPI: bus type PCI registered\n[ 0.254174] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255360] PCI: Using configuration type 1 for base access\n[ 0.257067] ACPI: Added _OSI(Module Device)\n[ 0.257868] ACPI: Added _OSI(Processor Device)\n[ 0.258707] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259570] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261670] ACPI: Interpreter enabled\n[ 0.262422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264201] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.265967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269514] ACPI: (supports S0 S5)\n[ 0.270193] ACPI: Using IOAPIC for interrupt routing\n[ 0.271100] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275331] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276509] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277653] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279793] acpiphp: Slot [3] registered\n[ 0.280570] acpiphp: Slot [4] registered\n[ 0.281339] acpiphp: Slot [5] registered\n[ 0.282115] acpiphp: Slot [6] registered\n[ 0.282878] acpiphp: Slot [7] registered\n[ 0.283646] acpiphp: Slot [8] registered\n[ 0.284423] acpiphp: Slot [9] registered\n[ 0.285186] acpiphp: Slot [10] registered\n[ 0.285959] acpiphp: Slot [11] registered\n[ 0.286746] acpiphp: Slot [12] registered\n[ 0.287527] acpiphp: Slot [13] registered\n[ 0.288307] acpiphp: Slot [14] registered\n[ 0.289084] acpiphp: Slot [15] registered\n[ 0.299892] acpiphp: Slot [16] registered\n[ 0.300676] acpiphp: Slot [17] registered\n[ 0.301458] acpiphp: Slot [18] registered\n[ 0.302235] acpiphp: Slot [19] registered\n[ 0.303008] acpiphp: Slot [20] registered\n[ 0.303787] acpiphp: Slot [21] registered\n[ 0.304587] acpiphp: Slot [22] registered\n[ 0.305395] acpiphp: Slot [23] registered\n[ 0.306198] acpiphp: Slot [24] registered\n[ 0.306997] acpiphp: Slot [25] registered\n[ 0.307798] acpiphp: Slot [26] registered\n[ 0.308603] acpiphp: Slot [27] registered\n[ 0.309415] acpiphp: Slot [28] registered\n[ 0.310222] acpiphp: Slot [29] registered\n[ 0.311019] acpiphp: Slot [30] registered\n[ 0.311823] acpiphp: Slot [31] registered\n[ 0.312640] PCI host bridge to bus 0000:00\n[ 0.313446] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314648] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315845] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317287] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318724] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326181] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327299] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328588] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335418] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337237] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383192] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388732] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390582] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392549] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394086] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395552] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397706] vgaarb: loaded\n[ 0.398534] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400109] SCSI subsystem initialized\n[ 0.400927] ACPI: bus type USB registered\n[ 0.401730] usbcore: registered new interface driver usbfs\n[ 0.402738] usbcore: registered new interface driver hub\n[ 0.403715] usbcore: registered new device driver usb\n[ 0.404740] PCI: Using ACPI for IRQ routing\n[ 0.405742] NetLabel: Initializing\n[ 0.406456] NetLabel: domain hash size = 128\n[ 0.407286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408207] NetLabel: unlabeled traffic allowed by default\n[ 0.409269] clocksource: Switched to clocksource kvm-clock\n[ 0.414691] AppArmor: AppArmor Filesystem Enabled\n[ 0.415659] pnp: PnP ACPI init\n[ 0.416548] pnp: PnP ACPI: found 5 devices\n[ 0.422895] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424544] NET: Registered protocol family 2\n[ 0.425478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426709] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427838] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428958] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431145] NET: Registered protocol family 1\n[ 0.431981] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433042] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434090] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448045] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462245] Trying to unpack rootfs image as initramfs...\n[ 0.511595] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525446] Scanning for low memory corruption every 60 seconds\n[ 0.526847] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.527955] audit: initializing netlink subsys (disabled)\n[ 0.528942] audit: type=2000 audit(1539347026.314:1): initialized\n[ 0.530226] Initialise system trusted keyring\n[ 0.531117] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532258] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534180] zbud: loaded\n[ 0.534859] VFS: Disk quotas dquot_6.6.0\n[ 0.535648] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537117] fuse init (API version 7.23)\n[ 0.537982] Key type big_key registered\n[ 0.538760] Allocating IMA MOK and blacklist keyrings.\n[ 0.539822] Key type asymmetric registered\n[ 0.540618] Asymmetric key parser 'x509' registered\n[ 0.541546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542968] io scheduler noop registered\n[ 0.543738] io scheduler deadline registered (default)\n[ 0.544688] io scheduler cfq registered\n[ 0.545506] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548093] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549506] ACPI: Power Button [PWRF]\n[ 0.550313] GHES: HEST is not enabled!\n[ 0.565559] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.596921] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.620874] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622953] Linux agpgart interface v0.103\n[ 0.624966] brd: module loaded\n[ 0.646861] loop: module loaded\n[ 0.651634] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.653062] GPT:90111 != 2097151\n[ 0.653719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.654768] GPT:90111 != 2097151\n[ 0.655419] GPT: Use GNU Parted to correct GPT errors.\n[ 0.656342] vda: vda1 vda15\n[ 0.657723] scsi host0: ata_piix\n[ 0.658439] scsi host1: ata_piix\n[ 0.659129] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.660289] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661683] libphy: Fixed MDIO Bus: probed\n[ 0.662474] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663401] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.665439] PPP generic driver version 2.4.2\n[ 0.666296] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.667489] ehci-pci: EHCI PCI platform driver\n[ 0.668334] ehci-platform: EHCI generic platform driver\n[ 0.669292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670372] ohci-pci: OHCI PCI platform driver\n[ 0.671205] ohci-platform: OHCI generic platform driver\n[ 0.672149] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686431] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687392] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688788] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689784] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690858] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692026] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693407] usb usb1: Product: UHCI Host Controller\n[ 0.694307] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695400] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696340] hub 1-0:1.0: USB hub found\n[ 0.697092] hub 1-0:1.0: 2 ports detected\n[ 0.697967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701921] mousedev: PS/2 mouse device common for all mice\n[ 0.703125] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704893] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705954] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707112] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708251] i2c /dev entries driver\n[ 0.708980] device-mapper: uevent: version 1.0.3\n[ 0.709890] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711459] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.712685] NET: Registered protocol family 10\n[ 0.713680] NET: Registered protocol family 17\n[ 0.714537] Key type dns_resolver registered\n[ 0.715430] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716489] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718167] registered taskstats version 1\n[ 0.718965] Loading compiled-in X.509 certificates\n[ 0.720372] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722153] zswap: loaded using pool lzo/zbud\n[ 0.723496] Key type trusted registered\n[ 0.725013] Key type encrypted registered\n[ 0.725816] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.726805] ima: No TPM chip found, activating TPM-bypass!\n[ 0.727808] evm: HMAC attrs: 0x1\n[ 0.728707] Magic number: 6:22:380\n[ 0.729526] rtc_cmos 00:00: setting system clock to 2018-10-12 12:23:46 UTC (1539347026)\n[ 0.731063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732119] EDD information not available.\n[ 0.817958] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.819363] ata1.00: configured for MWDMA2\n[ 0.820519] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.832892] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.834100] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835325] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837143] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.838623] Write protecting the kernel read-only data: 14336k\n[ 0.840155] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.841924] 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.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... [ 1.277856] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCmUUGxp32Jns9XCmb4CE2YL8ELUDoNsHZKi2BgiW2W/pb/Guh+BatG9VQFZ7fdV+w2vf4axMMqmYwz8wLV3gqyNTXRwrvxuj/gWH4zFPSKUK/qm3zZg0cS7rAYALLDuF3UARvXXQjOSVFzhDGOXUqCfDDWc5muip/mIBYwwg9nHeacI5KD3i+S85Cuff0qyi1Zf2ntpsDWUyKHDWFlSgRLxP0GCjwaP2dlTiyP1yEFOeC9B/YsEZ35uPnIcyrWkS+Dvp0odhCGgVekF1oJ1YgE/ExHiSfzZr2T5eR8qnct10W3fTPrMXifX5lqqdB9Y9x4np6sZWrnhz9ViJo7n3e9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOfXMawRAPag07gTY/zFl3kRD4vOs6phmSun6f6s4C7/iG2jJVHD/pgBcC1cM6gBzQ6t0Dncj7FIjkSYDxnYz5qAnh6hT8wXGatGdPsfNBfEJ+zY6Tr4A+Hqwx2smw9IhbpDR+AcEzWwsEFVB3wDXlb/f91KeMek3rxUjhuJ9ISzAAAAFQDawlFzBiwYu5m7vrfMUWjpjSIgxQAAAIEAjHLVDnfn87hyX3stZBI9pSaiylaRz98nQYPfWwlaHVXEuhBaHoYa9cb9WguTPRBQBWqwJqW2P+bRgvtDSLXvC1d2mz4VzJbmAxrbFu4GV4NszRHLLZ35vJ7hB5LfUDjm6WEMAV25lW6bgQ8KXpKiOwS2yxxtf+8mLDyktDAHSfkAAACBAOC6AZtwUAfFsIzo3Lf/+5WTLZuC4iyJ9SRae0Am0DciNjv3edRFO5X/wEBi9WKV2elDxqxb6HaCShe4OzXcV7SdZc5Z66tLWyCKOJfvvjPtjNdtmwEX8g3eypU/BXvqHp9suB9cMpOlHUIZDw3jVhDkdkkO03dKQKxHT9H/uBc1 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:fe15:3735/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: c6d7a883-2f8d-40a3-853c-c632ec64a95b\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=61.88 ===\n/dev/root resized successfully [took 1.84s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:15:37:35 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe15:3735/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:151 errors:0 dropped:16 overruns:0 frame:0\n TX packets:96 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271430 (265.0 KiB) TX bytes:12843 (12.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.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-10-12 12:25:01,280 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action used request id req-74bd780b-6b57-4521-a4bf-37bbc7a173ad 2018-10-12 12:25:03,301 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aab9c2e22f074350902d437d7198106274ebec1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:25:04,379 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:25: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-06713396-710c-4223-b915-7bc342e68e73 x-compute-request-id: req-06713396-710c-4223-b915-7bc342e68e73 Content-Encoding: gzip Content-Length: 10138 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512108468 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.152232] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.154297] pid_max: default: 32768 minimum: 301\n[ 0.155416] ACPI: Core revision 20150930\n[ 0.157319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158945] Security Framework initialized\n[ 0.159973] Yama: becoming mindful.\n[ 0.160885] AppArmor: AppArmor initialized\n[ 0.161954] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163593] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165178] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166659] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168373] Initializing cgroup subsys io\n[ 0.169386] Initializing cgroup subsys memory\n[ 0.170455] Initializing cgroup subsys devices\n[ 0.171557] Initializing cgroup subsys freezer\n[ 0.172637] Initializing cgroup subsys net_cls\n[ 0.173711] Initializing cgroup subsys perf_event\n[ 0.174827] Initializing cgroup subsys net_prio\n[ 0.175919] Initializing cgroup subsys hugetlb\n[ 0.176984] Initializing cgroup subsys pids\n[ 0.178060] CPU: Physical Processor ID: 0\n[ 0.179765] mce: CPU supports 10 MCE banks\n[ 0.180807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194588] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.201017] ftrace: allocating 31920 entries in 125 pages\n[ 0.227210] smpboot: Max logical packages: 1\n[ 0.228036] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229328] x2apic enabled\n[ 0.230111] Switched APIC routing to physical x2apic.\n[ 0.231816] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232892] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234804] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236516] KVM setup paravirtual spinlock\n[ 0.237772] x86: Booted up 1 node, 1 CPUs\n[ 0.238552] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.239884] devtmpfs: initialized\n[ 0.241572] evm: security.selinux\n[ 0.242244] evm: security.SMACK64\n[ 0.242904] evm: security.SMACK64EXEC\n[ 0.243615] evm: security.SMACK64TRANSMUTE\n[ 0.244389] evm: security.SMACK64MMAP\n[ 0.245097] evm: security.ima\n[ 0.245714] evm: security.capability\n[ 0.246488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248253] pinctrl core: initialized pinctrl subsystem\n[ 0.249297] RTC time: 12:23:45, date: 10/12/18\n[ 0.250221] NET: Registered protocol family 16\n[ 0.251152] cpuidle: using governor ladder\n[ 0.251928] cpuidle: using governor menu\n[ 0.252684] PCCT header not found.\n[ 0.253403] ACPI: bus type PCI registered\n[ 0.254174] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255360] PCI: Using configuration type 1 for base access\n[ 0.257067] ACPI: Added _OSI(Module Device)\n[ 0.257868] ACPI: Added _OSI(Processor Device)\n[ 0.258707] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259570] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261670] ACPI: Interpreter enabled\n[ 0.262422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264201] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.265967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269514] ACPI: (supports S0 S5)\n[ 0.270193] ACPI: Using IOAPIC for interrupt routing\n[ 0.271100] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275331] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276509] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277653] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279793] acpiphp: Slot [3] registered\n[ 0.280570] acpiphp: Slot [4] registered\n[ 0.281339] acpiphp: Slot [5] registered\n[ 0.282115] acpiphp: Slot [6] registered\n[ 0.282878] acpiphp: Slot [7] registered\n[ 0.283646] acpiphp: Slot [8] registered\n[ 0.284423] acpiphp: Slot [9] registered\n[ 0.285186] acpiphp: Slot [10] registered\n[ 0.285959] acpiphp: Slot [11] registered\n[ 0.286746] acpiphp: Slot [12] registered\n[ 0.287527] acpiphp: Slot [13] registered\n[ 0.288307] acpiphp: Slot [14] registered\n[ 0.289084] acpiphp: Slot [15] registered\n[ 0.299892] acpiphp: Slot [16] registered\n[ 0.300676] acpiphp: Slot [17] registered\n[ 0.301458] acpiphp: Slot [18] registered\n[ 0.302235] acpiphp: Slot [19] registered\n[ 0.303008] acpiphp: Slot [20] registered\n[ 0.303787] acpiphp: Slot [21] registered\n[ 0.304587] acpiphp: Slot [22] registered\n[ 0.305395] acpiphp: Slot [23] registered\n[ 0.306198] acpiphp: Slot [24] registered\n[ 0.306997] acpiphp: Slot [25] registered\n[ 0.307798] acpiphp: Slot [26] registered\n[ 0.308603] acpiphp: Slot [27] registered\n[ 0.309415] acpiphp: Slot [28] registered\n[ 0.310222] acpiphp: Slot [29] registered\n[ 0.311019] acpiphp: Slot [30] registered\n[ 0.311823] acpiphp: Slot [31] registered\n[ 0.312640] PCI host bridge to bus 0000:00\n[ 0.313446] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314648] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315845] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317287] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318724] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326181] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327299] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328588] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335418] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337237] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383192] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388732] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390582] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392549] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394086] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395552] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397706] vgaarb: loaded\n[ 0.398534] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400109] SCSI subsystem initialized\n[ 0.400927] ACPI: bus type USB registered\n[ 0.401730] usbcore: registered new interface driver usbfs\n[ 0.402738] usbcore: registered new interface driver hub\n[ 0.403715] usbcore: registered new device driver usb\n[ 0.404740] PCI: Using ACPI for IRQ routing\n[ 0.405742] NetLabel: Initializing\n[ 0.406456] NetLabel: domain hash size = 128\n[ 0.407286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408207] NetLabel: unlabeled traffic allowed by default\n[ 0.409269] clocksource: Switched to clocksource kvm-clock\n[ 0.414691] AppArmor: AppArmor Filesystem Enabled\n[ 0.415659] pnp: PnP ACPI init\n[ 0.416548] pnp: PnP ACPI: found 5 devices\n[ 0.422895] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424544] NET: Registered protocol family 2\n[ 0.425478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426709] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427838] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428958] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431145] NET: Registered protocol family 1\n[ 0.431981] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433042] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434090] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448045] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462245] Trying to unpack rootfs image as initramfs...\n[ 0.511595] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525446] Scanning for low memory corruption every 60 seconds\n[ 0.526847] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.527955] audit: initializing netlink subsys (disabled)\n[ 0.528942] audit: type=2000 audit(1539347026.314:1): initialized\n[ 0.530226] Initialise system trusted keyring\n[ 0.531117] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532258] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534180] zbud: loaded\n[ 0.534859] VFS: Disk quotas dquot_6.6.0\n[ 0.535648] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537117] fuse init (API version 7.23)\n[ 0.537982] Key type big_key registered\n[ 0.538760] Allocating IMA MOK and blacklist keyrings.\n[ 0.539822] Key type asymmetric registered\n[ 0.540618] Asymmetric key parser 'x509' registered\n[ 0.541546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542968] io scheduler noop registered\n[ 0.543738] io scheduler deadline registered (default)\n[ 0.544688] io scheduler cfq registered\n[ 0.545506] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548093] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549506] ACPI: Power Button [PWRF]\n[ 0.550313] GHES: HEST is not enabled!\n[ 0.565559] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.596921] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.620874] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622953] Linux agpgart interface v0.103\n[ 0.624966] brd: module loaded\n[ 0.646861] loop: module loaded\n[ 0.651634] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.653062] GPT:90111 != 2097151\n[ 0.653719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.654768] GPT:90111 != 2097151\n[ 0.655419] GPT: Use GNU Parted to correct GPT errors.\n[ 0.656342] vda: vda1 vda15\n[ 0.657723] scsi host0: ata_piix\n[ 0.658439] scsi host1: ata_piix\n[ 0.659129] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.660289] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661683] libphy: Fixed MDIO Bus: probed\n[ 0.662474] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663401] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.665439] PPP generic driver version 2.4.2\n[ 0.666296] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.667489] ehci-pci: EHCI PCI platform driver\n[ 0.668334] ehci-platform: EHCI generic platform driver\n[ 0.669292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670372] ohci-pci: OHCI PCI platform driver\n[ 0.671205] ohci-platform: OHCI generic platform driver\n[ 0.672149] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686431] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687392] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688788] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689784] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690858] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692026] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693407] usb usb1: Product: UHCI Host Controller\n[ 0.694307] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695400] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696340] hub 1-0:1.0: USB hub found\n[ 0.697092] hub 1-0:1.0: 2 ports detected\n[ 0.697967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701921] mousedev: PS/2 mouse device common for all mice\n[ 0.703125] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704893] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705954] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707112] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708251] i2c /dev entries driver\n[ 0.708980] device-mapper: uevent: version 1.0.3\n[ 0.709890] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711459] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.712685] NET: Registered protocol family 10\n[ 0.713680] NET: Registered protocol family 17\n[ 0.714537] Key type dns_resolver registered\n[ 0.715430] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716489] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718167] registered taskstats version 1\n[ 0.718965] Loading compiled-in X.509 certificates\n[ 0.720372] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722153] zswap: loaded using pool lzo/zbud\n[ 0.723496] Key type trusted registered\n[ 0.725013] Key type encrypted registered\n[ 0.725816] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.726805] ima: No TPM chip found, activating TPM-bypass!\n[ 0.727808] evm: HMAC attrs: 0x1\n[ 0.728707] Magic number: 6:22:380\n[ 0.729526] rtc_cmos 00:00: setting system clock to 2018-10-12 12:23:46 UTC (1539347026)\n[ 0.731063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732119] EDD information not available.\n[ 0.817958] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.819363] ata1.00: configured for MWDMA2\n[ 0.820519] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.832892] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.834100] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835325] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837143] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.838623] Write protecting the kernel read-only data: 14336k\n[ 0.840155] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.841924] 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.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... [ 1.277856] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCmUUGxp32Jns9XCmb4CE2YL8ELUDoNsHZKi2BgiW2W/pb/Guh+BatG9VQFZ7fdV+w2vf4axMMqmYwz8wLV3gqyNTXRwrvxuj/gWH4zFPSKUK/qm3zZg0cS7rAYALLDuF3UARvXXQjOSVFzhDGOXUqCfDDWc5muip/mIBYwwg9nHeacI5KD3i+S85Cuff0qyi1Zf2ntpsDWUyKHDWFlSgRLxP0GCjwaP2dlTiyP1yEFOeC9B/YsEZ35uPnIcyrWkS+Dvp0odhCGgVekF1oJ1YgE/ExHiSfzZr2T5eR8qnct10W3fTPrMXifX5lqqdB9Y9x4np6sZWrnhz9ViJo7n3e9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOfXMawRAPag07gTY/zFl3kRD4vOs6phmSun6f6s4C7/iG2jJVHD/pgBcC1cM6gBzQ6t0Dncj7FIjkSYDxnYz5qAnh6hT8wXGatGdPsfNBfEJ+zY6Tr4A+Hqwx2smw9IhbpDR+AcEzWwsEFVB3wDXlb/f91KeMek3rxUjhuJ9ISzAAAAFQDawlFzBiwYu5m7vrfMUWjpjSIgxQAAAIEAjHLVDnfn87hyX3stZBI9pSaiylaRz98nQYPfWwlaHVXEuhBaHoYa9cb9WguTPRBQBWqwJqW2P+bRgvtDSLXvC1d2mz4VzJbmAxrbFu4GV4NszRHLLZ35vJ7hB5LfUDjm6WEMAV25lW6bgQ8KXpKiOwS2yxxtf+8mLDyktDAHSfkAAACBAOC6AZtwUAfFsIzo3Lf/+5WTLZuC4iyJ9SRae0Am0DciNjv3edRFO5X/wEBi9WKV2elDxqxb6HaCShe4OzXcV7SdZc5Z66tLWyCKOJfvvjPtjNdtmwEX8g3eypU/BXvqHp9suB9cMpOlHUIZDw3jVhDkdkkO03dKQKxHT9H/uBc1 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:fe15:3735/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: c6d7a883-2f8d-40a3-853c-c632ec64a95b\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=61.88 ===\n/dev/root resized successfully [took 1.84s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:15:37:35 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe15:3735/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:151 errors:0 dropped:16 overruns:0 frame:0\n TX packets:96 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271430 (265.0 KiB) TX bytes:12843 (12.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.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-10-12 12:25:04,381 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action used request id req-06713396-710c-4223-b915-7bc342e68e73 2018-10-12 12:25:06,403 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aab9c2e22f074350902d437d7198106274ebec1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:25:07,480 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:25: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-93453807-54b6-40d7-b720-e460244868fe x-compute-request-id: req-93453807-54b6-40d7-b720-e460244868fe Content-Encoding: gzip Content-Length: 10207 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512108468 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.152232] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.154297] pid_max: default: 32768 minimum: 301\n[ 0.155416] ACPI: Core revision 20150930\n[ 0.157319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158945] Security Framework initialized\n[ 0.159973] Yama: becoming mindful.\n[ 0.160885] AppArmor: AppArmor initialized\n[ 0.161954] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163593] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165178] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166659] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168373] Initializing cgroup subsys io\n[ 0.169386] Initializing cgroup subsys memory\n[ 0.170455] Initializing cgroup subsys devices\n[ 0.171557] Initializing cgroup subsys freezer\n[ 0.172637] Initializing cgroup subsys net_cls\n[ 0.173711] Initializing cgroup subsys perf_event\n[ 0.174827] Initializing cgroup subsys net_prio\n[ 0.175919] Initializing cgroup subsys hugetlb\n[ 0.176984] Initializing cgroup subsys pids\n[ 0.178060] CPU: Physical Processor ID: 0\n[ 0.179765] mce: CPU supports 10 MCE banks\n[ 0.180807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194588] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.201017] ftrace: allocating 31920 entries in 125 pages\n[ 0.227210] smpboot: Max logical packages: 1\n[ 0.228036] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229328] x2apic enabled\n[ 0.230111] Switched APIC routing to physical x2apic.\n[ 0.231816] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232892] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234804] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236516] KVM setup paravirtual spinlock\n[ 0.237772] x86: Booted up 1 node, 1 CPUs\n[ 0.238552] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.239884] devtmpfs: initialized\n[ 0.241572] evm: security.selinux\n[ 0.242244] evm: security.SMACK64\n[ 0.242904] evm: security.SMACK64EXEC\n[ 0.243615] evm: security.SMACK64TRANSMUTE\n[ 0.244389] evm: security.SMACK64MMAP\n[ 0.245097] evm: security.ima\n[ 0.245714] evm: security.capability\n[ 0.246488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248253] pinctrl core: initialized pinctrl subsystem\n[ 0.249297] RTC time: 12:23:45, date: 10/12/18\n[ 0.250221] NET: Registered protocol family 16\n[ 0.251152] cpuidle: using governor ladder\n[ 0.251928] cpuidle: using governor menu\n[ 0.252684] PCCT header not found.\n[ 0.253403] ACPI: bus type PCI registered\n[ 0.254174] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255360] PCI: Using configuration type 1 for base access\n[ 0.257067] ACPI: Added _OSI(Module Device)\n[ 0.257868] ACPI: Added _OSI(Processor Device)\n[ 0.258707] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259570] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261670] ACPI: Interpreter enabled\n[ 0.262422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264201] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.265967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269514] ACPI: (supports S0 S5)\n[ 0.270193] ACPI: Using IOAPIC for interrupt routing\n[ 0.271100] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275331] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276509] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277653] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279793] acpiphp: Slot [3] registered\n[ 0.280570] acpiphp: Slot [4] registered\n[ 0.281339] acpiphp: Slot [5] registered\n[ 0.282115] acpiphp: Slot [6] registered\n[ 0.282878] acpiphp: Slot [7] registered\n[ 0.283646] acpiphp: Slot [8] registered\n[ 0.284423] acpiphp: Slot [9] registered\n[ 0.285186] acpiphp: Slot [10] registered\n[ 0.285959] acpiphp: Slot [11] registered\n[ 0.286746] acpiphp: Slot [12] registered\n[ 0.287527] acpiphp: Slot [13] registered\n[ 0.288307] acpiphp: Slot [14] registered\n[ 0.289084] acpiphp: Slot [15] registered\n[ 0.299892] acpiphp: Slot [16] registered\n[ 0.300676] acpiphp: Slot [17] registered\n[ 0.301458] acpiphp: Slot [18] registered\n[ 0.302235] acpiphp: Slot [19] registered\n[ 0.303008] acpiphp: Slot [20] registered\n[ 0.303787] acpiphp: Slot [21] registered\n[ 0.304587] acpiphp: Slot [22] registered\n[ 0.305395] acpiphp: Slot [23] registered\n[ 0.306198] acpiphp: Slot [24] registered\n[ 0.306997] acpiphp: Slot [25] registered\n[ 0.307798] acpiphp: Slot [26] registered\n[ 0.308603] acpiphp: Slot [27] registered\n[ 0.309415] acpiphp: Slot [28] registered\n[ 0.310222] acpiphp: Slot [29] registered\n[ 0.311019] acpiphp: Slot [30] registered\n[ 0.311823] acpiphp: Slot [31] registered\n[ 0.312640] PCI host bridge to bus 0000:00\n[ 0.313446] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314648] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315845] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317287] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318724] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326181] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327299] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328588] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335418] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337237] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383192] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388732] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390582] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392549] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394086] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395552] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397706] vgaarb: loaded\n[ 0.398534] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400109] SCSI subsystem initialized\n[ 0.400927] ACPI: bus type USB registered\n[ 0.401730] usbcore: registered new interface driver usbfs\n[ 0.402738] usbcore: registered new interface driver hub\n[ 0.403715] usbcore: registered new device driver usb\n[ 0.404740] PCI: Using ACPI for IRQ routing\n[ 0.405742] NetLabel: Initializing\n[ 0.406456] NetLabel: domain hash size = 128\n[ 0.407286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408207] NetLabel: unlabeled traffic allowed by default\n[ 0.409269] clocksource: Switched to clocksource kvm-clock\n[ 0.414691] AppArmor: AppArmor Filesystem Enabled\n[ 0.415659] pnp: PnP ACPI init\n[ 0.416548] pnp: PnP ACPI: found 5 devices\n[ 0.422895] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424544] NET: Registered protocol family 2\n[ 0.425478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426709] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427838] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428958] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431145] NET: Registered protocol family 1\n[ 0.431981] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433042] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434090] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448045] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462245] Trying to unpack rootfs image as initramfs...\n[ 0.511595] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525446] Scanning for low memory corruption every 60 seconds\n[ 0.526847] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.527955] audit: initializing netlink subsys (disabled)\n[ 0.528942] audit: type=2000 audit(1539347026.314:1): initialized\n[ 0.530226] Initialise system trusted keyring\n[ 0.531117] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532258] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534180] zbud: loaded\n[ 0.534859] VFS: Disk quotas dquot_6.6.0\n[ 0.535648] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537117] fuse init (API version 7.23)\n[ 0.537982] Key type big_key registered\n[ 0.538760] Allocating IMA MOK and blacklist keyrings.\n[ 0.539822] Key type asymmetric registered\n[ 0.540618] Asymmetric key parser 'x509' registered\n[ 0.541546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542968] io scheduler noop registered\n[ 0.543738] io scheduler deadline registered (default)\n[ 0.544688] io scheduler cfq registered\n[ 0.545506] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548093] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549506] ACPI: Power Button [PWRF]\n[ 0.550313] GHES: HEST is not enabled!\n[ 0.565559] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.596921] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.620874] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622953] Linux agpgart interface v0.103\n[ 0.624966] brd: module loaded\n[ 0.646861] loop: module loaded\n[ 0.651634] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.653062] GPT:90111 != 2097151\n[ 0.653719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.654768] GPT:90111 != 2097151\n[ 0.655419] GPT: Use GNU Parted to correct GPT errors.\n[ 0.656342] vda: vda1 vda15\n[ 0.657723] scsi host0: ata_piix\n[ 0.658439] scsi host1: ata_piix\n[ 0.659129] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.660289] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661683] libphy: Fixed MDIO Bus: probed\n[ 0.662474] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663401] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.665439] PPP generic driver version 2.4.2\n[ 0.666296] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.667489] ehci-pci: EHCI PCI platform driver\n[ 0.668334] ehci-platform: EHCI generic platform driver\n[ 0.669292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670372] ohci-pci: OHCI PCI platform driver\n[ 0.671205] ohci-platform: OHCI generic platform driver\n[ 0.672149] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686431] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687392] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688788] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689784] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690858] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692026] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693407] usb usb1: Product: UHCI Host Controller\n[ 0.694307] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695400] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696340] hub 1-0:1.0: USB hub found\n[ 0.697092] hub 1-0:1.0: 2 ports detected\n[ 0.697967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701921] mousedev: PS/2 mouse device common for all mice\n[ 0.703125] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704893] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705954] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707112] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708251] i2c /dev entries driver\n[ 0.708980] device-mapper: uevent: version 1.0.3\n[ 0.709890] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711459] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.712685] NET: Registered protocol family 10\n[ 0.713680] NET: Registered protocol family 17\n[ 0.714537] Key type dns_resolver registered\n[ 0.715430] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716489] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718167] registered taskstats version 1\n[ 0.718965] Loading compiled-in X.509 certificates\n[ 0.720372] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722153] zswap: loaded using pool lzo/zbud\n[ 0.723496] Key type trusted registered\n[ 0.725013] Key type encrypted registered\n[ 0.725816] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.726805] ima: No TPM chip found, activating TPM-bypass!\n[ 0.727808] evm: HMAC attrs: 0x1\n[ 0.728707] Magic number: 6:22:380\n[ 0.729526] rtc_cmos 00:00: setting system clock to 2018-10-12 12:23:46 UTC (1539347026)\n[ 0.731063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732119] EDD information not available.\n[ 0.817958] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.819363] ata1.00: configured for MWDMA2\n[ 0.820519] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.832892] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.834100] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835325] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837143] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.838623] Write protecting the kernel read-only data: 14336k\n[ 0.840155] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.841924] 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.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... [ 1.277856] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCmUUGxp32Jns9XCmb4CE2YL8ELUDoNsHZKi2BgiW2W/pb/Guh+BatG9VQFZ7fdV+w2vf4axMMqmYwz8wLV3gqyNTXRwrvxuj/gWH4zFPSKUK/qm3zZg0cS7rAYALLDuF3UARvXXQjOSVFzhDGOXUqCfDDWc5muip/mIBYwwg9nHeacI5KD3i+S85Cuff0qyi1Zf2ntpsDWUyKHDWFlSgRLxP0GCjwaP2dlTiyP1yEFOeC9B/YsEZ35uPnIcyrWkS+Dvp0odhCGgVekF1oJ1YgE/ExHiSfzZr2T5eR8qnct10W3fTPrMXifX5lqqdB9Y9x4np6sZWrnhz9ViJo7n3e9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOfXMawRAPag07gTY/zFl3kRD4vOs6phmSun6f6s4C7/iG2jJVHD/pgBcC1cM6gBzQ6t0Dncj7FIjkSYDxnYz5qAnh6hT8wXGatGdPsfNBfEJ+zY6Tr4A+Hqwx2smw9IhbpDR+AcEzWwsEFVB3wDXlb/f91KeMek3rxUjhuJ9ISzAAAAFQDawlFzBiwYu5m7vrfMUWjpjSIgxQAAAIEAjHLVDnfn87hyX3stZBI9pSaiylaRz98nQYPfWwlaHVXEuhBaHoYa9cb9WguTPRBQBWqwJqW2P+bRgvtDSLXvC1d2mz4VzJbmAxrbFu4GV4NszRHLLZ35vJ7hB5LfUDjm6WEMAV25lW6bgQ8KXpKiOwS2yxxtf+8mLDyktDAHSfkAAACBAOC6AZtwUAfFsIzo3Lf/+5WTLZuC4iyJ9SRae0Am0DciNjv3edRFO5X/wEBi9WKV2elDxqxb6HaCShe4OzXcV7SdZc5Z66tLWyCKOJfvvjPtjNdtmwEX8g3eypU/BXvqHp9suB9cMpOlHUIZDw3jVhDkdkkO03dKQKxHT9H/uBc1 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:fe15:3735/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: c6d7a883-2f8d-40a3-853c-c632ec64a95b\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=61.88 ===\n/dev/root resized successfully [took 1.84s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:15:37:35 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe15:3735/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:151 errors:0 dropped:16 overruns:0 frame:0\n TX packets:96 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271430 (265.0 KiB) TX bytes:12843 (12.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.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-10-12 12:25:07,481 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action used request id req-93453807-54b6-40d7-b720-e460244868fe 2018-10-12 12:25:09,502 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aab9c2e22f074350902d437d7198106274ebec1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:25:10,574 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:25: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-8a7eb87d-be86-4135-bbf3-d9eb72b5cff7 x-compute-request-id: req-8a7eb87d-be86-4135-bbf3-d9eb72b5cff7 Content-Encoding: gzip Content-Length: 10207 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512108468 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.152232] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.154297] pid_max: default: 32768 minimum: 301\n[ 0.155416] ACPI: Core revision 20150930\n[ 0.157319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158945] Security Framework initialized\n[ 0.159973] Yama: becoming mindful.\n[ 0.160885] AppArmor: AppArmor initialized\n[ 0.161954] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163593] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165178] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166659] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168373] Initializing cgroup subsys io\n[ 0.169386] Initializing cgroup subsys memory\n[ 0.170455] Initializing cgroup subsys devices\n[ 0.171557] Initializing cgroup subsys freezer\n[ 0.172637] Initializing cgroup subsys net_cls\n[ 0.173711] Initializing cgroup subsys perf_event\n[ 0.174827] Initializing cgroup subsys net_prio\n[ 0.175919] Initializing cgroup subsys hugetlb\n[ 0.176984] Initializing cgroup subsys pids\n[ 0.178060] CPU: Physical Processor ID: 0\n[ 0.179765] mce: CPU supports 10 MCE banks\n[ 0.180807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194588] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.201017] ftrace: allocating 31920 entries in 125 pages\n[ 0.227210] smpboot: Max logical packages: 1\n[ 0.228036] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229328] x2apic enabled\n[ 0.230111] Switched APIC routing to physical x2apic.\n[ 0.231816] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232892] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234804] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236516] KVM setup paravirtual spinlock\n[ 0.237772] x86: Booted up 1 node, 1 CPUs\n[ 0.238552] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.239884] devtmpfs: initialized\n[ 0.241572] evm: security.selinux\n[ 0.242244] evm: security.SMACK64\n[ 0.242904] evm: security.SMACK64EXEC\n[ 0.243615] evm: security.SMACK64TRANSMUTE\n[ 0.244389] evm: security.SMACK64MMAP\n[ 0.245097] evm: security.ima\n[ 0.245714] evm: security.capability\n[ 0.246488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248253] pinctrl core: initialized pinctrl subsystem\n[ 0.249297] RTC time: 12:23:45, date: 10/12/18\n[ 0.250221] NET: Registered protocol family 16\n[ 0.251152] cpuidle: using governor ladder\n[ 0.251928] cpuidle: using governor menu\n[ 0.252684] PCCT header not found.\n[ 0.253403] ACPI: bus type PCI registered\n[ 0.254174] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255360] PCI: Using configuration type 1 for base access\n[ 0.257067] ACPI: Added _OSI(Module Device)\n[ 0.257868] ACPI: Added _OSI(Processor Device)\n[ 0.258707] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259570] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261670] ACPI: Interpreter enabled\n[ 0.262422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264201] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.265967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269514] ACPI: (supports S0 S5)\n[ 0.270193] ACPI: Using IOAPIC for interrupt routing\n[ 0.271100] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275331] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276509] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277653] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279793] acpiphp: Slot [3] registered\n[ 0.280570] acpiphp: Slot [4] registered\n[ 0.281339] acpiphp: Slot [5] registered\n[ 0.282115] acpiphp: Slot [6] registered\n[ 0.282878] acpiphp: Slot [7] registered\n[ 0.283646] acpiphp: Slot [8] registered\n[ 0.284423] acpiphp: Slot [9] registered\n[ 0.285186] acpiphp: Slot [10] registered\n[ 0.285959] acpiphp: Slot [11] registered\n[ 0.286746] acpiphp: Slot [12] registered\n[ 0.287527] acpiphp: Slot [13] registered\n[ 0.288307] acpiphp: Slot [14] registered\n[ 0.289084] acpiphp: Slot [15] registered\n[ 0.299892] acpiphp: Slot [16] registered\n[ 0.300676] acpiphp: Slot [17] registered\n[ 0.301458] acpiphp: Slot [18] registered\n[ 0.302235] acpiphp: Slot [19] registered\n[ 0.303008] acpiphp: Slot [20] registered\n[ 0.303787] acpiphp: Slot [21] registered\n[ 0.304587] acpiphp: Slot [22] registered\n[ 0.305395] acpiphp: Slot [23] registered\n[ 0.306198] acpiphp: Slot [24] registered\n[ 0.306997] acpiphp: Slot [25] registered\n[ 0.307798] acpiphp: Slot [26] registered\n[ 0.308603] acpiphp: Slot [27] registered\n[ 0.309415] acpiphp: Slot [28] registered\n[ 0.310222] acpiphp: Slot [29] registered\n[ 0.311019] acpiphp: Slot [30] registered\n[ 0.311823] acpiphp: Slot [31] registered\n[ 0.312640] PCI host bridge to bus 0000:00\n[ 0.313446] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314648] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315845] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317287] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318724] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326181] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327299] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328588] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335418] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337237] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383192] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388732] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390582] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392549] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394086] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395552] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397706] vgaarb: loaded\n[ 0.398534] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400109] SCSI subsystem initialized\n[ 0.400927] ACPI: bus type USB registered\n[ 0.401730] usbcore: registered new interface driver usbfs\n[ 0.402738] usbcore: registered new interface driver hub\n[ 0.403715] usbcore: registered new device driver usb\n[ 0.404740] PCI: Using ACPI for IRQ routing\n[ 0.405742] NetLabel: Initializing\n[ 0.406456] NetLabel: domain hash size = 128\n[ 0.407286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408207] NetLabel: unlabeled traffic allowed by default\n[ 0.409269] clocksource: Switched to clocksource kvm-clock\n[ 0.414691] AppArmor: AppArmor Filesystem Enabled\n[ 0.415659] pnp: PnP ACPI init\n[ 0.416548] pnp: PnP ACPI: found 5 devices\n[ 0.422895] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424544] NET: Registered protocol family 2\n[ 0.425478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426709] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427838] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428958] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431145] NET: Registered protocol family 1\n[ 0.431981] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433042] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434090] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448045] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462245] Trying to unpack rootfs image as initramfs...\n[ 0.511595] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525446] Scanning for low memory corruption every 60 seconds\n[ 0.526847] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.527955] audit: initializing netlink subsys (disabled)\n[ 0.528942] audit: type=2000 audit(1539347026.314:1): initialized\n[ 0.530226] Initialise system trusted keyring\n[ 0.531117] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532258] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534180] zbud: loaded\n[ 0.534859] VFS: Disk quotas dquot_6.6.0\n[ 0.535648] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537117] fuse init (API version 7.23)\n[ 0.537982] Key type big_key registered\n[ 0.538760] Allocating IMA MOK and blacklist keyrings.\n[ 0.539822] Key type asymmetric registered\n[ 0.540618] Asymmetric key parser 'x509' registered\n[ 0.541546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542968] io scheduler noop registered\n[ 0.543738] io scheduler deadline registered (default)\n[ 0.544688] io scheduler cfq registered\n[ 0.545506] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548093] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549506] ACPI: Power Button [PWRF]\n[ 0.550313] GHES: HEST is not enabled!\n[ 0.565559] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.596921] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.620874] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622953] Linux agpgart interface v0.103\n[ 0.624966] brd: module loaded\n[ 0.646861] loop: module loaded\n[ 0.651634] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.653062] GPT:90111 != 2097151\n[ 0.653719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.654768] GPT:90111 != 2097151\n[ 0.655419] GPT: Use GNU Parted to correct GPT errors.\n[ 0.656342] vda: vda1 vda15\n[ 0.657723] scsi host0: ata_piix\n[ 0.658439] scsi host1: ata_piix\n[ 0.659129] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.660289] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661683] libphy: Fixed MDIO Bus: probed\n[ 0.662474] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663401] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.665439] PPP generic driver version 2.4.2\n[ 0.666296] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.667489] ehci-pci: EHCI PCI platform driver\n[ 0.668334] ehci-platform: EHCI generic platform driver\n[ 0.669292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670372] ohci-pci: OHCI PCI platform driver\n[ 0.671205] ohci-platform: OHCI generic platform driver\n[ 0.672149] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686431] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687392] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688788] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689784] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690858] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692026] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693407] usb usb1: Product: UHCI Host Controller\n[ 0.694307] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695400] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696340] hub 1-0:1.0: USB hub found\n[ 0.697092] hub 1-0:1.0: 2 ports detected\n[ 0.697967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701921] mousedev: PS/2 mouse device common for all mice\n[ 0.703125] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704893] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705954] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707112] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708251] i2c /dev entries driver\n[ 0.708980] device-mapper: uevent: version 1.0.3\n[ 0.709890] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711459] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.712685] NET: Registered protocol family 10\n[ 0.713680] NET: Registered protocol family 17\n[ 0.714537] Key type dns_resolver registered\n[ 0.715430] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716489] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718167] registered taskstats version 1\n[ 0.718965] Loading compiled-in X.509 certificates\n[ 0.720372] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722153] zswap: loaded using pool lzo/zbud\n[ 0.723496] Key type trusted registered\n[ 0.725013] Key type encrypted registered\n[ 0.725816] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.726805] ima: No TPM chip found, activating TPM-bypass!\n[ 0.727808] evm: HMAC attrs: 0x1\n[ 0.728707] Magic number: 6:22:380\n[ 0.729526] rtc_cmos 00:00: setting system clock to 2018-10-12 12:23:46 UTC (1539347026)\n[ 0.731063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732119] EDD information not available.\n[ 0.817958] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.819363] ata1.00: configured for MWDMA2\n[ 0.820519] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.832892] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.834100] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835325] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837143] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.838623] Write protecting the kernel read-only data: 14336k\n[ 0.840155] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.841924] 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.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... [ 1.277856] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCmUUGxp32Jns9XCmb4CE2YL8ELUDoNsHZKi2BgiW2W/pb/Guh+BatG9VQFZ7fdV+w2vf4axMMqmYwz8wLV3gqyNTXRwrvxuj/gWH4zFPSKUK/qm3zZg0cS7rAYALLDuF3UARvXXQjOSVFzhDGOXUqCfDDWc5muip/mIBYwwg9nHeacI5KD3i+S85Cuff0qyi1Zf2ntpsDWUyKHDWFlSgRLxP0GCjwaP2dlTiyP1yEFOeC9B/YsEZ35uPnIcyrWkS+Dvp0odhCGgVekF1oJ1YgE/ExHiSfzZr2T5eR8qnct10W3fTPrMXifX5lqqdB9Y9x4np6sZWrnhz9ViJo7n3e9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOfXMawRAPag07gTY/zFl3kRD4vOs6phmSun6f6s4C7/iG2jJVHD/pgBcC1cM6gBzQ6t0Dncj7FIjkSYDxnYz5qAnh6hT8wXGatGdPsfNBfEJ+zY6Tr4A+Hqwx2smw9IhbpDR+AcEzWwsEFVB3wDXlb/f91KeMek3rxUjhuJ9ISzAAAAFQDawlFzBiwYu5m7vrfMUWjpjSIgxQAAAIEAjHLVDnfn87hyX3stZBI9pSaiylaRz98nQYPfWwlaHVXEuhBaHoYa9cb9WguTPRBQBWqwJqW2P+bRgvtDSLXvC1d2mz4VzJbmAxrbFu4GV4NszRHLLZ35vJ7hB5LfUDjm6WEMAV25lW6bgQ8KXpKiOwS2yxxtf+8mLDyktDAHSfkAAACBAOC6AZtwUAfFsIzo3Lf/+5WTLZuC4iyJ9SRae0Am0DciNjv3edRFO5X/wEBi9WKV2elDxqxb6HaCShe4OzXcV7SdZc5Z66tLWyCKOJfvvjPtjNdtmwEX8g3eypU/BXvqHp9suB9cMpOlHUIZDw3jVhDkdkkO03dKQKxHT9H/uBc1 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:fe15:3735/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: c6d7a883-2f8d-40a3-853c-c632ec64a95b\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=61.88 ===\n/dev/root resized successfully [took 1.84s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:15:37:35 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe15:3735/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:151 errors:0 dropped:16 overruns:0 frame:0\n TX packets:96 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271430 (265.0 KiB) TX bytes:12843 (12.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.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-10-12 12:25:10,574 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action used request id req-8a7eb87d-be86-4135-bbf3-d9eb72b5cff7 2018-10-12 12:25:12,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aab9c2e22f074350902d437d7198106274ebec1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:25:13,664 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:25: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-f3d9c622-601d-451b-afda-b1aabae68a7c x-compute-request-id: req-f3d9c622-601d-451b-afda-b1aabae68a7c Content-Encoding: gzip Content-Length: 10207 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512108468 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.152232] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.154297] pid_max: default: 32768 minimum: 301\n[ 0.155416] ACPI: Core revision 20150930\n[ 0.157319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158945] Security Framework initialized\n[ 0.159973] Yama: becoming mindful.\n[ 0.160885] AppArmor: AppArmor initialized\n[ 0.161954] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163593] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165178] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166659] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168373] Initializing cgroup subsys io\n[ 0.169386] Initializing cgroup subsys memory\n[ 0.170455] Initializing cgroup subsys devices\n[ 0.171557] Initializing cgroup subsys freezer\n[ 0.172637] Initializing cgroup subsys net_cls\n[ 0.173711] Initializing cgroup subsys perf_event\n[ 0.174827] Initializing cgroup subsys net_prio\n[ 0.175919] Initializing cgroup subsys hugetlb\n[ 0.176984] Initializing cgroup subsys pids\n[ 0.178060] CPU: Physical Processor ID: 0\n[ 0.179765] mce: CPU supports 10 MCE banks\n[ 0.180807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194588] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.201017] ftrace: allocating 31920 entries in 125 pages\n[ 0.227210] smpboot: Max logical packages: 1\n[ 0.228036] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229328] x2apic enabled\n[ 0.230111] Switched APIC routing to physical x2apic.\n[ 0.231816] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232892] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234804] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236516] KVM setup paravirtual spinlock\n[ 0.237772] x86: Booted up 1 node, 1 CPUs\n[ 0.238552] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.239884] devtmpfs: initialized\n[ 0.241572] evm: security.selinux\n[ 0.242244] evm: security.SMACK64\n[ 0.242904] evm: security.SMACK64EXEC\n[ 0.243615] evm: security.SMACK64TRANSMUTE\n[ 0.244389] evm: security.SMACK64MMAP\n[ 0.245097] evm: security.ima\n[ 0.245714] evm: security.capability\n[ 0.246488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248253] pinctrl core: initialized pinctrl subsystem\n[ 0.249297] RTC time: 12:23:45, date: 10/12/18\n[ 0.250221] NET: Registered protocol family 16\n[ 0.251152] cpuidle: using governor ladder\n[ 0.251928] cpuidle: using governor menu\n[ 0.252684] PCCT header not found.\n[ 0.253403] ACPI: bus type PCI registered\n[ 0.254174] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255360] PCI: Using configuration type 1 for base access\n[ 0.257067] ACPI: Added _OSI(Module Device)\n[ 0.257868] ACPI: Added _OSI(Processor Device)\n[ 0.258707] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259570] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261670] ACPI: Interpreter enabled\n[ 0.262422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264201] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.265967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269514] ACPI: (supports S0 S5)\n[ 0.270193] ACPI: Using IOAPIC for interrupt routing\n[ 0.271100] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275331] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276509] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277653] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279793] acpiphp: Slot [3] registered\n[ 0.280570] acpiphp: Slot [4] registered\n[ 0.281339] acpiphp: Slot [5] registered\n[ 0.282115] acpiphp: Slot [6] registered\n[ 0.282878] acpiphp: Slot [7] registered\n[ 0.283646] acpiphp: Slot [8] registered\n[ 0.284423] acpiphp: Slot [9] registered\n[ 0.285186] acpiphp: Slot [10] registered\n[ 0.285959] acpiphp: Slot [11] registered\n[ 0.286746] acpiphp: Slot [12] registered\n[ 0.287527] acpiphp: Slot [13] registered\n[ 0.288307] acpiphp: Slot [14] registered\n[ 0.289084] acpiphp: Slot [15] registered\n[ 0.299892] acpiphp: Slot [16] registered\n[ 0.300676] acpiphp: Slot [17] registered\n[ 0.301458] acpiphp: Slot [18] registered\n[ 0.302235] acpiphp: Slot [19] registered\n[ 0.303008] acpiphp: Slot [20] registered\n[ 0.303787] acpiphp: Slot [21] registered\n[ 0.304587] acpiphp: Slot [22] registered\n[ 0.305395] acpiphp: Slot [23] registered\n[ 0.306198] acpiphp: Slot [24] registered\n[ 0.306997] acpiphp: Slot [25] registered\n[ 0.307798] acpiphp: Slot [26] registered\n[ 0.308603] acpiphp: Slot [27] registered\n[ 0.309415] acpiphp: Slot [28] registered\n[ 0.310222] acpiphp: Slot [29] registered\n[ 0.311019] acpiphp: Slot [30] registered\n[ 0.311823] acpiphp: Slot [31] registered\n[ 0.312640] PCI host bridge to bus 0000:00\n[ 0.313446] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314648] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315845] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317287] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318724] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326181] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327299] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328588] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335418] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337237] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383192] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388732] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390582] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392549] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394086] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395552] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397706] vgaarb: loaded\n[ 0.398534] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400109] SCSI subsystem initialized\n[ 0.400927] ACPI: bus type USB registered\n[ 0.401730] usbcore: registered new interface driver usbfs\n[ 0.402738] usbcore: registered new interface driver hub\n[ 0.403715] usbcore: registered new device driver usb\n[ 0.404740] PCI: Using ACPI for IRQ routing\n[ 0.405742] NetLabel: Initializing\n[ 0.406456] NetLabel: domain hash size = 128\n[ 0.407286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408207] NetLabel: unlabeled traffic allowed by default\n[ 0.409269] clocksource: Switched to clocksource kvm-clock\n[ 0.414691] AppArmor: AppArmor Filesystem Enabled\n[ 0.415659] pnp: PnP ACPI init\n[ 0.416548] pnp: PnP ACPI: found 5 devices\n[ 0.422895] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424544] NET: Registered protocol family 2\n[ 0.425478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426709] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427838] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428958] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431145] NET: Registered protocol family 1\n[ 0.431981] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433042] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434090] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448045] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462245] Trying to unpack rootfs image as initramfs...\n[ 0.511595] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525446] Scanning for low memory corruption every 60 seconds\n[ 0.526847] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.527955] audit: initializing netlink subsys (disabled)\n[ 0.528942] audit: type=2000 audit(1539347026.314:1): initialized\n[ 0.530226] Initialise system trusted keyring\n[ 0.531117] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532258] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534180] zbud: loaded\n[ 0.534859] VFS: Disk quotas dquot_6.6.0\n[ 0.535648] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537117] fuse init (API version 7.23)\n[ 0.537982] Key type big_key registered\n[ 0.538760] Allocating IMA MOK and blacklist keyrings.\n[ 0.539822] Key type asymmetric registered\n[ 0.540618] Asymmetric key parser 'x509' registered\n[ 0.541546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542968] io scheduler noop registered\n[ 0.543738] io scheduler deadline registered (default)\n[ 0.544688] io scheduler cfq registered\n[ 0.545506] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548093] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549506] ACPI: Power Button [PWRF]\n[ 0.550313] GHES: HEST is not enabled!\n[ 0.565559] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.596921] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.620874] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622953] Linux agpgart interface v0.103\n[ 0.624966] brd: module loaded\n[ 0.646861] loop: module loaded\n[ 0.651634] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.653062] GPT:90111 != 2097151\n[ 0.653719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.654768] GPT:90111 != 2097151\n[ 0.655419] GPT: Use GNU Parted to correct GPT errors.\n[ 0.656342] vda: vda1 vda15\n[ 0.657723] scsi host0: ata_piix\n[ 0.658439] scsi host1: ata_piix\n[ 0.659129] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.660289] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661683] libphy: Fixed MDIO Bus: probed\n[ 0.662474] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663401] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.665439] PPP generic driver version 2.4.2\n[ 0.666296] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.667489] ehci-pci: EHCI PCI platform driver\n[ 0.668334] ehci-platform: EHCI generic platform driver\n[ 0.669292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670372] ohci-pci: OHCI PCI platform driver\n[ 0.671205] ohci-platform: OHCI generic platform driver\n[ 0.672149] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686431] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687392] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688788] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689784] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690858] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692026] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693407] usb usb1: Product: UHCI Host Controller\n[ 0.694307] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695400] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696340] hub 1-0:1.0: USB hub found\n[ 0.697092] hub 1-0:1.0: 2 ports detected\n[ 0.697967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701921] mousedev: PS/2 mouse device common for all mice\n[ 0.703125] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704893] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705954] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707112] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708251] i2c /dev entries driver\n[ 0.708980] device-mapper: uevent: version 1.0.3\n[ 0.709890] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711459] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.712685] NET: Registered protocol family 10\n[ 0.713680] NET: Registered protocol family 17\n[ 0.714537] Key type dns_resolver registered\n[ 0.715430] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716489] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718167] registered taskstats version 1\n[ 0.718965] Loading compiled-in X.509 certificates\n[ 0.720372] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722153] zswap: loaded using pool lzo/zbud\n[ 0.723496] Key type trusted registered\n[ 0.725013] Key type encrypted registered\n[ 0.725816] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.726805] ima: No TPM chip found, activating TPM-bypass!\n[ 0.727808] evm: HMAC attrs: 0x1\n[ 0.728707] Magic number: 6:22:380\n[ 0.729526] rtc_cmos 00:00: setting system clock to 2018-10-12 12:23:46 UTC (1539347026)\n[ 0.731063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732119] EDD information not available.\n[ 0.817958] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.819363] ata1.00: configured for MWDMA2\n[ 0.820519] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.832892] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.834100] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835325] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837143] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.838623] Write protecting the kernel read-only data: 14336k\n[ 0.840155] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.841924] 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.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... [ 1.277856] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCmUUGxp32Jns9XCmb4CE2YL8ELUDoNsHZKi2BgiW2W/pb/Guh+BatG9VQFZ7fdV+w2vf4axMMqmYwz8wLV3gqyNTXRwrvxuj/gWH4zFPSKUK/qm3zZg0cS7rAYALLDuF3UARvXXQjOSVFzhDGOXUqCfDDWc5muip/mIBYwwg9nHeacI5KD3i+S85Cuff0qyi1Zf2ntpsDWUyKHDWFlSgRLxP0GCjwaP2dlTiyP1yEFOeC9B/YsEZ35uPnIcyrWkS+Dvp0odhCGgVekF1oJ1YgE/ExHiSfzZr2T5eR8qnct10W3fTPrMXifX5lqqdB9Y9x4np6sZWrnhz9ViJo7n3e9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOfXMawRAPag07gTY/zFl3kRD4vOs6phmSun6f6s4C7/iG2jJVHD/pgBcC1cM6gBzQ6t0Dncj7FIjkSYDxnYz5qAnh6hT8wXGatGdPsfNBfEJ+zY6Tr4A+Hqwx2smw9IhbpDR+AcEzWwsEFVB3wDXlb/f91KeMek3rxUjhuJ9ISzAAAAFQDawlFzBiwYu5m7vrfMUWjpjSIgxQAAAIEAjHLVDnfn87hyX3stZBI9pSaiylaRz98nQYPfWwlaHVXEuhBaHoYa9cb9WguTPRBQBWqwJqW2P+bRgvtDSLXvC1d2mz4VzJbmAxrbFu4GV4NszRHLLZ35vJ7hB5LfUDjm6WEMAV25lW6bgQ8KXpKiOwS2yxxtf+8mLDyktDAHSfkAAACBAOC6AZtwUAfFsIzo3Lf/+5WTLZuC4iyJ9SRae0Am0DciNjv3edRFO5X/wEBi9WKV2elDxqxb6HaCShe4OzXcV7SdZc5Z66tLWyCKOJfvvjPtjNdtmwEX8g3eypU/BXvqHp9suB9cMpOlHUIZDw3jVhDkdkkO03dKQKxHT9H/uBc1 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:fe15:3735/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: c6d7a883-2f8d-40a3-853c-c632ec64a95b\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=61.88 ===\n/dev/root resized successfully [took 1.84s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:15:37:35 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe15:3735/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:151 errors:0 dropped:16 overruns:0 frame:0\n TX packets:96 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271430 (265.0 KiB) TX bytes:12843 (12.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.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-10-12 12:25:13,665 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action used request id req-f3d9c622-601d-451b-afda-b1aabae68a7c 2018-10-12 12:25:15,684 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aab9c2e22f074350902d437d7198106274ebec1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:25:16,762 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:25: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-19dd8985-1c53-4990-9f19-42b4e2d892dc x-compute-request-id: req-19dd8985-1c53-4990-9f19-42b4e2d892dc Content-Encoding: gzip Content-Length: 10207 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512108468 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.152232] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.154297] pid_max: default: 32768 minimum: 301\n[ 0.155416] ACPI: Core revision 20150930\n[ 0.157319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158945] Security Framework initialized\n[ 0.159973] Yama: becoming mindful.\n[ 0.160885] AppArmor: AppArmor initialized\n[ 0.161954] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163593] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165178] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166659] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168373] Initializing cgroup subsys io\n[ 0.169386] Initializing cgroup subsys memory\n[ 0.170455] Initializing cgroup subsys devices\n[ 0.171557] Initializing cgroup subsys freezer\n[ 0.172637] Initializing cgroup subsys net_cls\n[ 0.173711] Initializing cgroup subsys perf_event\n[ 0.174827] Initializing cgroup subsys net_prio\n[ 0.175919] Initializing cgroup subsys hugetlb\n[ 0.176984] Initializing cgroup subsys pids\n[ 0.178060] CPU: Physical Processor ID: 0\n[ 0.179765] mce: CPU supports 10 MCE banks\n[ 0.180807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194588] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.201017] ftrace: allocating 31920 entries in 125 pages\n[ 0.227210] smpboot: Max logical packages: 1\n[ 0.228036] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229328] x2apic enabled\n[ 0.230111] Switched APIC routing to physical x2apic.\n[ 0.231816] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232892] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234804] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236516] KVM setup paravirtual spinlock\n[ 0.237772] x86: Booted up 1 node, 1 CPUs\n[ 0.238552] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.239884] devtmpfs: initialized\n[ 0.241572] evm: security.selinux\n[ 0.242244] evm: security.SMACK64\n[ 0.242904] evm: security.SMACK64EXEC\n[ 0.243615] evm: security.SMACK64TRANSMUTE\n[ 0.244389] evm: security.SMACK64MMAP\n[ 0.245097] evm: security.ima\n[ 0.245714] evm: security.capability\n[ 0.246488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248253] pinctrl core: initialized pinctrl subsystem\n[ 0.249297] RTC time: 12:23:45, date: 10/12/18\n[ 0.250221] NET: Registered protocol family 16\n[ 0.251152] cpuidle: using governor ladder\n[ 0.251928] cpuidle: using governor menu\n[ 0.252684] PCCT header not found.\n[ 0.253403] ACPI: bus type PCI registered\n[ 0.254174] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255360] PCI: Using configuration type 1 for base access\n[ 0.257067] ACPI: Added _OSI(Module Device)\n[ 0.257868] ACPI: Added _OSI(Processor Device)\n[ 0.258707] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259570] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261670] ACPI: Interpreter enabled\n[ 0.262422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264201] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.265967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269514] ACPI: (supports S0 S5)\n[ 0.270193] ACPI: Using IOAPIC for interrupt routing\n[ 0.271100] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275331] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276509] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277653] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279793] acpiphp: Slot [3] registered\n[ 0.280570] acpiphp: Slot [4] registered\n[ 0.281339] acpiphp: Slot [5] registered\n[ 0.282115] acpiphp: Slot [6] registered\n[ 0.282878] acpiphp: Slot [7] registered\n[ 0.283646] acpiphp: Slot [8] registered\n[ 0.284423] acpiphp: Slot [9] registered\n[ 0.285186] acpiphp: Slot [10] registered\n[ 0.285959] acpiphp: Slot [11] registered\n[ 0.286746] acpiphp: Slot [12] registered\n[ 0.287527] acpiphp: Slot [13] registered\n[ 0.288307] acpiphp: Slot [14] registered\n[ 0.289084] acpiphp: Slot [15] registered\n[ 0.299892] acpiphp: Slot [16] registered\n[ 0.300676] acpiphp: Slot [17] registered\n[ 0.301458] acpiphp: Slot [18] registered\n[ 0.302235] acpiphp: Slot [19] registered\n[ 0.303008] acpiphp: Slot [20] registered\n[ 0.303787] acpiphp: Slot [21] registered\n[ 0.304587] acpiphp: Slot [22] registered\n[ 0.305395] acpiphp: Slot [23] registered\n[ 0.306198] acpiphp: Slot [24] registered\n[ 0.306997] acpiphp: Slot [25] registered\n[ 0.307798] acpiphp: Slot [26] registered\n[ 0.308603] acpiphp: Slot [27] registered\n[ 0.309415] acpiphp: Slot [28] registered\n[ 0.310222] acpiphp: Slot [29] registered\n[ 0.311019] acpiphp: Slot [30] registered\n[ 0.311823] acpiphp: Slot [31] registered\n[ 0.312640] PCI host bridge to bus 0000:00\n[ 0.313446] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314648] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315845] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317287] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318724] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326181] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327299] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328588] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335418] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337237] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383192] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388732] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390582] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392549] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394086] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395552] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397706] vgaarb: loaded\n[ 0.398534] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400109] SCSI subsystem initialized\n[ 0.400927] ACPI: bus type USB registered\n[ 0.401730] usbcore: registered new interface driver usbfs\n[ 0.402738] usbcore: registered new interface driver hub\n[ 0.403715] usbcore: registered new device driver usb\n[ 0.404740] PCI: Using ACPI for IRQ routing\n[ 0.405742] NetLabel: Initializing\n[ 0.406456] NetLabel: domain hash size = 128\n[ 0.407286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408207] NetLabel: unlabeled traffic allowed by default\n[ 0.409269] clocksource: Switched to clocksource kvm-clock\n[ 0.414691] AppArmor: AppArmor Filesystem Enabled\n[ 0.415659] pnp: PnP ACPI init\n[ 0.416548] pnp: PnP ACPI: found 5 devices\n[ 0.422895] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424544] NET: Registered protocol family 2\n[ 0.425478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426709] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427838] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428958] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431145] NET: Registered protocol family 1\n[ 0.431981] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433042] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434090] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448045] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462245] Trying to unpack rootfs image as initramfs...\n[ 0.511595] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525446] Scanning for low memory corruption every 60 seconds\n[ 0.526847] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.527955] audit: initializing netlink subsys (disabled)\n[ 0.528942] audit: type=2000 audit(1539347026.314:1): initialized\n[ 0.530226] Initialise system trusted keyring\n[ 0.531117] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532258] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534180] zbud: loaded\n[ 0.534859] VFS: Disk quotas dquot_6.6.0\n[ 0.535648] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537117] fuse init (API version 7.23)\n[ 0.537982] Key type big_key registered\n[ 0.538760] Allocating IMA MOK and blacklist keyrings.\n[ 0.539822] Key type asymmetric registered\n[ 0.540618] Asymmetric key parser 'x509' registered\n[ 0.541546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542968] io scheduler noop registered\n[ 0.543738] io scheduler deadline registered (default)\n[ 0.544688] io scheduler cfq registered\n[ 0.545506] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548093] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549506] ACPI: Power Button [PWRF]\n[ 0.550313] GHES: HEST is not enabled!\n[ 0.565559] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.596921] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.620874] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622953] Linux agpgart interface v0.103\n[ 0.624966] brd: module loaded\n[ 0.646861] loop: module loaded\n[ 0.651634] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.653062] GPT:90111 != 2097151\n[ 0.653719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.654768] GPT:90111 != 2097151\n[ 0.655419] GPT: Use GNU Parted to correct GPT errors.\n[ 0.656342] vda: vda1 vda15\n[ 0.657723] scsi host0: ata_piix\n[ 0.658439] scsi host1: ata_piix\n[ 0.659129] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.660289] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661683] libphy: Fixed MDIO Bus: probed\n[ 0.662474] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663401] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.665439] PPP generic driver version 2.4.2\n[ 0.666296] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.667489] ehci-pci: EHCI PCI platform driver\n[ 0.668334] ehci-platform: EHCI generic platform driver\n[ 0.669292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670372] ohci-pci: OHCI PCI platform driver\n[ 0.671205] ohci-platform: OHCI generic platform driver\n[ 0.672149] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686431] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687392] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688788] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689784] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690858] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692026] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693407] usb usb1: Product: UHCI Host Controller\n[ 0.694307] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695400] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696340] hub 1-0:1.0: USB hub found\n[ 0.697092] hub 1-0:1.0: 2 ports detected\n[ 0.697967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701921] mousedev: PS/2 mouse device common for all mice\n[ 0.703125] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704893] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705954] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707112] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708251] i2c /dev entries driver\n[ 0.708980] device-mapper: uevent: version 1.0.3\n[ 0.709890] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711459] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.712685] NET: Registered protocol family 10\n[ 0.713680] NET: Registered protocol family 17\n[ 0.714537] Key type dns_resolver registered\n[ 0.715430] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716489] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718167] registered taskstats version 1\n[ 0.718965] Loading compiled-in X.509 certificates\n[ 0.720372] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722153] zswap: loaded using pool lzo/zbud\n[ 0.723496] Key type trusted registered\n[ 0.725013] Key type encrypted registered\n[ 0.725816] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.726805] ima: No TPM chip found, activating TPM-bypass!\n[ 0.727808] evm: HMAC attrs: 0x1\n[ 0.728707] Magic number: 6:22:380\n[ 0.729526] rtc_cmos 00:00: setting system clock to 2018-10-12 12:23:46 UTC (1539347026)\n[ 0.731063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732119] EDD information not available.\n[ 0.817958] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.819363] ata1.00: configured for MWDMA2\n[ 0.820519] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.832892] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.834100] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835325] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837143] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.838623] Write protecting the kernel read-only data: 14336k\n[ 0.840155] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.841924] 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.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... [ 1.277856] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCmUUGxp32Jns9XCmb4CE2YL8ELUDoNsHZKi2BgiW2W/pb/Guh+BatG9VQFZ7fdV+w2vf4axMMqmYwz8wLV3gqyNTXRwrvxuj/gWH4zFPSKUK/qm3zZg0cS7rAYALLDuF3UARvXXQjOSVFzhDGOXUqCfDDWc5muip/mIBYwwg9nHeacI5KD3i+S85Cuff0qyi1Zf2ntpsDWUyKHDWFlSgRLxP0GCjwaP2dlTiyP1yEFOeC9B/YsEZ35uPnIcyrWkS+Dvp0odhCGgVekF1oJ1YgE/ExHiSfzZr2T5eR8qnct10W3fTPrMXifX5lqqdB9Y9x4np6sZWrnhz9ViJo7n3e9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOfXMawRAPag07gTY/zFl3kRD4vOs6phmSun6f6s4C7/iG2jJVHD/pgBcC1cM6gBzQ6t0Dncj7FIjkSYDxnYz5qAnh6hT8wXGatGdPsfNBfEJ+zY6Tr4A+Hqwx2smw9IhbpDR+AcEzWwsEFVB3wDXlb/f91KeMek3rxUjhuJ9ISzAAAAFQDawlFzBiwYu5m7vrfMUWjpjSIgxQAAAIEAjHLVDnfn87hyX3stZBI9pSaiylaRz98nQYPfWwlaHVXEuhBaHoYa9cb9WguTPRBQBWqwJqW2P+bRgvtDSLXvC1d2mz4VzJbmAxrbFu4GV4NszRHLLZ35vJ7hB5LfUDjm6WEMAV25lW6bgQ8KXpKiOwS2yxxtf+8mLDyktDAHSfkAAACBAOC6AZtwUAfFsIzo3Lf/+5WTLZuC4iyJ9SRae0Am0DciNjv3edRFO5X/wEBi9WKV2elDxqxb6HaCShe4OzXcV7SdZc5Z66tLWyCKOJfvvjPtjNdtmwEX8g3eypU/BXvqHp9suB9cMpOlHUIZDw3jVhDkdkkO03dKQKxHT9H/uBc1 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:fe15:3735/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: c6d7a883-2f8d-40a3-853c-c632ec64a95b\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=61.88 ===\n/dev/root resized successfully [took 1.84s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:15:37:35 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe15:3735/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:151 errors:0 dropped:16 overruns:0 frame:0\n TX packets:96 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271430 (265.0 KiB) TX bytes:12843 (12.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.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-10-12 12:25:16,763 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action used request id req-19dd8985-1c53-4990-9f19-42b4e2d892dc 2018-10-12 12:25:18,783 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aab9c2e22f074350902d437d7198106274ebec1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:25:19,852 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:25: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-e6708f1c-3dcb-4e9c-8c15-d77d876237c8 x-compute-request-id: req-e6708f1c-3dcb-4e9c-8c15-d77d876237c8 Content-Encoding: gzip Content-Length: 10207 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512108468 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.152232] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.154297] pid_max: default: 32768 minimum: 301\n[ 0.155416] ACPI: Core revision 20150930\n[ 0.157319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158945] Security Framework initialized\n[ 0.159973] Yama: becoming mindful.\n[ 0.160885] AppArmor: AppArmor initialized\n[ 0.161954] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163593] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165178] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166659] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168373] Initializing cgroup subsys io\n[ 0.169386] Initializing cgroup subsys memory\n[ 0.170455] Initializing cgroup subsys devices\n[ 0.171557] Initializing cgroup subsys freezer\n[ 0.172637] Initializing cgroup subsys net_cls\n[ 0.173711] Initializing cgroup subsys perf_event\n[ 0.174827] Initializing cgroup subsys net_prio\n[ 0.175919] Initializing cgroup subsys hugetlb\n[ 0.176984] Initializing cgroup subsys pids\n[ 0.178060] CPU: Physical Processor ID: 0\n[ 0.179765] mce: CPU supports 10 MCE banks\n[ 0.180807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194588] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.201017] ftrace: allocating 31920 entries in 125 pages\n[ 0.227210] smpboot: Max logical packages: 1\n[ 0.228036] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229328] x2apic enabled\n[ 0.230111] Switched APIC routing to physical x2apic.\n[ 0.231816] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232892] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234804] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236516] KVM setup paravirtual spinlock\n[ 0.237772] x86: Booted up 1 node, 1 CPUs\n[ 0.238552] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.239884] devtmpfs: initialized\n[ 0.241572] evm: security.selinux\n[ 0.242244] evm: security.SMACK64\n[ 0.242904] evm: security.SMACK64EXEC\n[ 0.243615] evm: security.SMACK64TRANSMUTE\n[ 0.244389] evm: security.SMACK64MMAP\n[ 0.245097] evm: security.ima\n[ 0.245714] evm: security.capability\n[ 0.246488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248253] pinctrl core: initialized pinctrl subsystem\n[ 0.249297] RTC time: 12:23:45, date: 10/12/18\n[ 0.250221] NET: Registered protocol family 16\n[ 0.251152] cpuidle: using governor ladder\n[ 0.251928] cpuidle: using governor menu\n[ 0.252684] PCCT header not found.\n[ 0.253403] ACPI: bus type PCI registered\n[ 0.254174] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255360] PCI: Using configuration type 1 for base access\n[ 0.257067] ACPI: Added _OSI(Module Device)\n[ 0.257868] ACPI: Added _OSI(Processor Device)\n[ 0.258707] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259570] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261670] ACPI: Interpreter enabled\n[ 0.262422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264201] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.265967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269514] ACPI: (supports S0 S5)\n[ 0.270193] ACPI: Using IOAPIC for interrupt routing\n[ 0.271100] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275331] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276509] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277653] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279793] acpiphp: Slot [3] registered\n[ 0.280570] acpiphp: Slot [4] registered\n[ 0.281339] acpiphp: Slot [5] registered\n[ 0.282115] acpiphp: Slot [6] registered\n[ 0.282878] acpiphp: Slot [7] registered\n[ 0.283646] acpiphp: Slot [8] registered\n[ 0.284423] acpiphp: Slot [9] registered\n[ 0.285186] acpiphp: Slot [10] registered\n[ 0.285959] acpiphp: Slot [11] registered\n[ 0.286746] acpiphp: Slot [12] registered\n[ 0.287527] acpiphp: Slot [13] registered\n[ 0.288307] acpiphp: Slot [14] registered\n[ 0.289084] acpiphp: Slot [15] registered\n[ 0.299892] acpiphp: Slot [16] registered\n[ 0.300676] acpiphp: Slot [17] registered\n[ 0.301458] acpiphp: Slot [18] registered\n[ 0.302235] acpiphp: Slot [19] registered\n[ 0.303008] acpiphp: Slot [20] registered\n[ 0.303787] acpiphp: Slot [21] registered\n[ 0.304587] acpiphp: Slot [22] registered\n[ 0.305395] acpiphp: Slot [23] registered\n[ 0.306198] acpiphp: Slot [24] registered\n[ 0.306997] acpiphp: Slot [25] registered\n[ 0.307798] acpiphp: Slot [26] registered\n[ 0.308603] acpiphp: Slot [27] registered\n[ 0.309415] acpiphp: Slot [28] registered\n[ 0.310222] acpiphp: Slot [29] registered\n[ 0.311019] acpiphp: Slot [30] registered\n[ 0.311823] acpiphp: Slot [31] registered\n[ 0.312640] PCI host bridge to bus 0000:00\n[ 0.313446] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314648] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315845] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317287] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318724] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326181] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327299] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328588] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335418] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337237] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383192] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388732] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390582] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392549] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394086] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395552] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397706] vgaarb: loaded\n[ 0.398534] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400109] SCSI subsystem initialized\n[ 0.400927] ACPI: bus type USB registered\n[ 0.401730] usbcore: registered new interface driver usbfs\n[ 0.402738] usbcore: registered new interface driver hub\n[ 0.403715] usbcore: registered new device driver usb\n[ 0.404740] PCI: Using ACPI for IRQ routing\n[ 0.405742] NetLabel: Initializing\n[ 0.406456] NetLabel: domain hash size = 128\n[ 0.407286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408207] NetLabel: unlabeled traffic allowed by default\n[ 0.409269] clocksource: Switched to clocksource kvm-clock\n[ 0.414691] AppArmor: AppArmor Filesystem Enabled\n[ 0.415659] pnp: PnP ACPI init\n[ 0.416548] pnp: PnP ACPI: found 5 devices\n[ 0.422895] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424544] NET: Registered protocol family 2\n[ 0.425478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426709] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427838] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428958] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431145] NET: Registered protocol family 1\n[ 0.431981] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433042] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434090] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448045] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462245] Trying to unpack rootfs image as initramfs...\n[ 0.511595] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525446] Scanning for low memory corruption every 60 seconds\n[ 0.526847] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.527955] audit: initializing netlink subsys (disabled)\n[ 0.528942] audit: type=2000 audit(1539347026.314:1): initialized\n[ 0.530226] Initialise system trusted keyring\n[ 0.531117] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532258] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534180] zbud: loaded\n[ 0.534859] VFS: Disk quotas dquot_6.6.0\n[ 0.535648] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537117] fuse init (API version 7.23)\n[ 0.537982] Key type big_key registered\n[ 0.538760] Allocating IMA MOK and blacklist keyrings.\n[ 0.539822] Key type asymmetric registered\n[ 0.540618] Asymmetric key parser 'x509' registered\n[ 0.541546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542968] io scheduler noop registered\n[ 0.543738] io scheduler deadline registered (default)\n[ 0.544688] io scheduler cfq registered\n[ 0.545506] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548093] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549506] ACPI: Power Button [PWRF]\n[ 0.550313] GHES: HEST is not enabled!\n[ 0.565559] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.596921] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.620874] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622953] Linux agpgart interface v0.103\n[ 0.624966] brd: module loaded\n[ 0.646861] loop: module loaded\n[ 0.651634] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.653062] GPT:90111 != 2097151\n[ 0.653719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.654768] GPT:90111 != 2097151\n[ 0.655419] GPT: Use GNU Parted to correct GPT errors.\n[ 0.656342] vda: vda1 vda15\n[ 0.657723] scsi host0: ata_piix\n[ 0.658439] scsi host1: ata_piix\n[ 0.659129] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.660289] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661683] libphy: Fixed MDIO Bus: probed\n[ 0.662474] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663401] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.665439] PPP generic driver version 2.4.2\n[ 0.666296] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.667489] ehci-pci: EHCI PCI platform driver\n[ 0.668334] ehci-platform: EHCI generic platform driver\n[ 0.669292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670372] ohci-pci: OHCI PCI platform driver\n[ 0.671205] ohci-platform: OHCI generic platform driver\n[ 0.672149] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686431] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687392] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688788] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689784] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690858] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692026] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693407] usb usb1: Product: UHCI Host Controller\n[ 0.694307] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695400] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696340] hub 1-0:1.0: USB hub found\n[ 0.697092] hub 1-0:1.0: 2 ports detected\n[ 0.697967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701921] mousedev: PS/2 mouse device common for all mice\n[ 0.703125] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704893] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705954] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707112] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708251] i2c /dev entries driver\n[ 0.708980] device-mapper: uevent: version 1.0.3\n[ 0.709890] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711459] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.712685] NET: Registered protocol family 10\n[ 0.713680] NET: Registered protocol family 17\n[ 0.714537] Key type dns_resolver registered\n[ 0.715430] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716489] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718167] registered taskstats version 1\n[ 0.718965] Loading compiled-in X.509 certificates\n[ 0.720372] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722153] zswap: loaded using pool lzo/zbud\n[ 0.723496] Key type trusted registered\n[ 0.725013] Key type encrypted registered\n[ 0.725816] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.726805] ima: No TPM chip found, activating TPM-bypass!\n[ 0.727808] evm: HMAC attrs: 0x1\n[ 0.728707] Magic number: 6:22:380\n[ 0.729526] rtc_cmos 00:00: setting system clock to 2018-10-12 12:23:46 UTC (1539347026)\n[ 0.731063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732119] EDD information not available.\n[ 0.817958] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.819363] ata1.00: configured for MWDMA2\n[ 0.820519] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.832892] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.834100] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835325] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837143] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.838623] Write protecting the kernel read-only data: 14336k\n[ 0.840155] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.841924] 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.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... [ 1.277856] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCmUUGxp32Jns9XCmb4CE2YL8ELUDoNsHZKi2BgiW2W/pb/Guh+BatG9VQFZ7fdV+w2vf4axMMqmYwz8wLV3gqyNTXRwrvxuj/gWH4zFPSKUK/qm3zZg0cS7rAYALLDuF3UARvXXQjOSVFzhDGOXUqCfDDWc5muip/mIBYwwg9nHeacI5KD3i+S85Cuff0qyi1Zf2ntpsDWUyKHDWFlSgRLxP0GCjwaP2dlTiyP1yEFOeC9B/YsEZ35uPnIcyrWkS+Dvp0odhCGgVekF1oJ1YgE/ExHiSfzZr2T5eR8qnct10W3fTPrMXifX5lqqdB9Y9x4np6sZWrnhz9ViJo7n3e9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOfXMawRAPag07gTY/zFl3kRD4vOs6phmSun6f6s4C7/iG2jJVHD/pgBcC1cM6gBzQ6t0Dncj7FIjkSYDxnYz5qAnh6hT8wXGatGdPsfNBfEJ+zY6Tr4A+Hqwx2smw9IhbpDR+AcEzWwsEFVB3wDXlb/f91KeMek3rxUjhuJ9ISzAAAAFQDawlFzBiwYu5m7vrfMUWjpjSIgxQAAAIEAjHLVDnfn87hyX3stZBI9pSaiylaRz98nQYPfWwlaHVXEuhBaHoYa9cb9WguTPRBQBWqwJqW2P+bRgvtDSLXvC1d2mz4VzJbmAxrbFu4GV4NszRHLLZ35vJ7hB5LfUDjm6WEMAV25lW6bgQ8KXpKiOwS2yxxtf+8mLDyktDAHSfkAAACBAOC6AZtwUAfFsIzo3Lf/+5WTLZuC4iyJ9SRae0Am0DciNjv3edRFO5X/wEBi9WKV2elDxqxb6HaCShe4OzXcV7SdZc5Z66tLWyCKOJfvvjPtjNdtmwEX8g3eypU/BXvqHp9suB9cMpOlHUIZDw3jVhDkdkkO03dKQKxHT9H/uBc1 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:fe15:3735/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: c6d7a883-2f8d-40a3-853c-c632ec64a95b\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=61.88 ===\n/dev/root resized successfully [took 1.84s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:15:37:35 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe15:3735/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:151 errors:0 dropped:16 overruns:0 frame:0\n TX packets:96 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271430 (265.0 KiB) TX bytes:12843 (12.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.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-10-12 12:25:19,852 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action used request id req-e6708f1c-3dcb-4e9c-8c15-d77d876237c8 2018-10-12 12:25:21,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aab9c2e22f074350902d437d7198106274ebec1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:25:22,948 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:25: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-6e079b43-4903-4dad-92d4-cb0321c5295f x-compute-request-id: req-6e079b43-4903-4dad-92d4-cb0321c5295f Content-Encoding: gzip Content-Length: 10227 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512108468 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.152232] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.154297] pid_max: default: 32768 minimum: 301\n[ 0.155416] ACPI: Core revision 20150930\n[ 0.157319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158945] Security Framework initialized\n[ 0.159973] Yama: becoming mindful.\n[ 0.160885] AppArmor: AppArmor initialized\n[ 0.161954] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163593] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165178] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166659] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168373] Initializing cgroup subsys io\n[ 0.169386] Initializing cgroup subsys memory\n[ 0.170455] Initializing cgroup subsys devices\n[ 0.171557] Initializing cgroup subsys freezer\n[ 0.172637] Initializing cgroup subsys net_cls\n[ 0.173711] Initializing cgroup subsys perf_event\n[ 0.174827] Initializing cgroup subsys net_prio\n[ 0.175919] Initializing cgroup subsys hugetlb\n[ 0.176984] Initializing cgroup subsys pids\n[ 0.178060] CPU: Physical Processor ID: 0\n[ 0.179765] mce: CPU supports 10 MCE banks\n[ 0.180807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194588] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.201017] ftrace: allocating 31920 entries in 125 pages\n[ 0.227210] smpboot: Max logical packages: 1\n[ 0.228036] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229328] x2apic enabled\n[ 0.230111] Switched APIC routing to physical x2apic.\n[ 0.231816] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232892] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234804] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236516] KVM setup paravirtual spinlock\n[ 0.237772] x86: Booted up 1 node, 1 CPUs\n[ 0.238552] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.239884] devtmpfs: initialized\n[ 0.241572] evm: security.selinux\n[ 0.242244] evm: security.SMACK64\n[ 0.242904] evm: security.SMACK64EXEC\n[ 0.243615] evm: security.SMACK64TRANSMUTE\n[ 0.244389] evm: security.SMACK64MMAP\n[ 0.245097] evm: security.ima\n[ 0.245714] evm: security.capability\n[ 0.246488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248253] pinctrl core: initialized pinctrl subsystem\n[ 0.249297] RTC time: 12:23:45, date: 10/12/18\n[ 0.250221] NET: Registered protocol family 16\n[ 0.251152] cpuidle: using governor ladder\n[ 0.251928] cpuidle: using governor menu\n[ 0.252684] PCCT header not found.\n[ 0.253403] ACPI: bus type PCI registered\n[ 0.254174] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255360] PCI: Using configuration type 1 for base access\n[ 0.257067] ACPI: Added _OSI(Module Device)\n[ 0.257868] ACPI: Added _OSI(Processor Device)\n[ 0.258707] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259570] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261670] ACPI: Interpreter enabled\n[ 0.262422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264201] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.265967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269514] ACPI: (supports S0 S5)\n[ 0.270193] ACPI: Using IOAPIC for interrupt routing\n[ 0.271100] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275331] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276509] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277653] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279793] acpiphp: Slot [3] registered\n[ 0.280570] acpiphp: Slot [4] registered\n[ 0.281339] acpiphp: Slot [5] registered\n[ 0.282115] acpiphp: Slot [6] registered\n[ 0.282878] acpiphp: Slot [7] registered\n[ 0.283646] acpiphp: Slot [8] registered\n[ 0.284423] acpiphp: Slot [9] registered\n[ 0.285186] acpiphp: Slot [10] registered\n[ 0.285959] acpiphp: Slot [11] registered\n[ 0.286746] acpiphp: Slot [12] registered\n[ 0.287527] acpiphp: Slot [13] registered\n[ 0.288307] acpiphp: Slot [14] registered\n[ 0.289084] acpiphp: Slot [15] registered\n[ 0.299892] acpiphp: Slot [16] registered\n[ 0.300676] acpiphp: Slot [17] registered\n[ 0.301458] acpiphp: Slot [18] registered\n[ 0.302235] acpiphp: Slot [19] registered\n[ 0.303008] acpiphp: Slot [20] registered\n[ 0.303787] acpiphp: Slot [21] registered\n[ 0.304587] acpiphp: Slot [22] registered\n[ 0.305395] acpiphp: Slot [23] registered\n[ 0.306198] acpiphp: Slot [24] registered\n[ 0.306997] acpiphp: Slot [25] registered\n[ 0.307798] acpiphp: Slot [26] registered\n[ 0.308603] acpiphp: Slot [27] registered\n[ 0.309415] acpiphp: Slot [28] registered\n[ 0.310222] acpiphp: Slot [29] registered\n[ 0.311019] acpiphp: Slot [30] registered\n[ 0.311823] acpiphp: Slot [31] registered\n[ 0.312640] PCI host bridge to bus 0000:00\n[ 0.313446] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314648] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315845] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317287] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318724] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326181] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327299] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328588] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335418] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337237] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383192] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388732] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390582] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392549] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394086] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395552] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397706] vgaarb: loaded\n[ 0.398534] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400109] SCSI subsystem initialized\n[ 0.400927] ACPI: bus type USB registered\n[ 0.401730] usbcore: registered new interface driver usbfs\n[ 0.402738] usbcore: registered new interface driver hub\n[ 0.403715] usbcore: registered new device driver usb\n[ 0.404740] PCI: Using ACPI for IRQ routing\n[ 0.405742] NetLabel: Initializing\n[ 0.406456] NetLabel: domain hash size = 128\n[ 0.407286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408207] NetLabel: unlabeled traffic allowed by default\n[ 0.409269] clocksource: Switched to clocksource kvm-clock\n[ 0.414691] AppArmor: AppArmor Filesystem Enabled\n[ 0.415659] pnp: PnP ACPI init\n[ 0.416548] pnp: PnP ACPI: found 5 devices\n[ 0.422895] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424544] NET: Registered protocol family 2\n[ 0.425478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426709] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427838] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428958] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431145] NET: Registered protocol family 1\n[ 0.431981] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433042] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434090] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448045] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462245] Trying to unpack rootfs image as initramfs...\n[ 0.511595] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525446] Scanning for low memory corruption every 60 seconds\n[ 0.526847] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.527955] audit: initializing netlink subsys (disabled)\n[ 0.528942] audit: type=2000 audit(1539347026.314:1): initialized\n[ 0.530226] Initialise system trusted keyring\n[ 0.531117] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532258] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534180] zbud: loaded\n[ 0.534859] VFS: Disk quotas dquot_6.6.0\n[ 0.535648] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537117] fuse init (API version 7.23)\n[ 0.537982] Key type big_key registered\n[ 0.538760] Allocating IMA MOK and blacklist keyrings.\n[ 0.539822] Key type asymmetric registered\n[ 0.540618] Asymmetric key parser 'x509' registered\n[ 0.541546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542968] io scheduler noop registered\n[ 0.543738] io scheduler deadline registered (default)\n[ 0.544688] io scheduler cfq registered\n[ 0.545506] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548093] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549506] ACPI: Power Button [PWRF]\n[ 0.550313] GHES: HEST is not enabled!\n[ 0.565559] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.596921] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.620874] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622953] Linux agpgart interface v0.103\n[ 0.624966] brd: module loaded\n[ 0.646861] loop: module loaded\n[ 0.651634] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.653062] GPT:90111 != 2097151\n[ 0.653719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.654768] GPT:90111 != 2097151\n[ 0.655419] GPT: Use GNU Parted to correct GPT errors.\n[ 0.656342] vda: vda1 vda15\n[ 0.657723] scsi host0: ata_piix\n[ 0.658439] scsi host1: ata_piix\n[ 0.659129] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.660289] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661683] libphy: Fixed MDIO Bus: probed\n[ 0.662474] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663401] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.665439] PPP generic driver version 2.4.2\n[ 0.666296] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.667489] ehci-pci: EHCI PCI platform driver\n[ 0.668334] ehci-platform: EHCI generic platform driver\n[ 0.669292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670372] ohci-pci: OHCI PCI platform driver\n[ 0.671205] ohci-platform: OHCI generic platform driver\n[ 0.672149] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686431] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687392] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688788] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689784] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690858] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692026] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693407] usb usb1: Product: UHCI Host Controller\n[ 0.694307] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695400] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696340] hub 1-0:1.0: USB hub found\n[ 0.697092] hub 1-0:1.0: 2 ports detected\n[ 0.697967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701921] mousedev: PS/2 mouse device common for all mice\n[ 0.703125] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704893] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705954] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707112] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708251] i2c /dev entries driver\n[ 0.708980] device-mapper: uevent: version 1.0.3\n[ 0.709890] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711459] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.712685] NET: Registered protocol family 10\n[ 0.713680] NET: Registered protocol family 17\n[ 0.714537] Key type dns_resolver registered\n[ 0.715430] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716489] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718167] registered taskstats version 1\n[ 0.718965] Loading compiled-in X.509 certificates\n[ 0.720372] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722153] zswap: loaded using pool lzo/zbud\n[ 0.723496] Key type trusted registered\n[ 0.725013] Key type encrypted registered\n[ 0.725816] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.726805] ima: No TPM chip found, activating TPM-bypass!\n[ 0.727808] evm: HMAC attrs: 0x1\n[ 0.728707] Magic number: 6:22:380\n[ 0.729526] rtc_cmos 00:00: setting system clock to 2018-10-12 12:23:46 UTC (1539347026)\n[ 0.731063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732119] EDD information not available.\n[ 0.817958] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.819363] ata1.00: configured for MWDMA2\n[ 0.820519] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.832892] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.834100] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835325] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837143] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.838623] Write protecting the kernel read-only data: 14336k\n[ 0.840155] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.841924] 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.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... [ 1.277856] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCmUUGxp32Jns9XCmb4CE2YL8ELUDoNsHZKi2BgiW2W/pb/Guh+BatG9VQFZ7fdV+w2vf4axMMqmYwz8wLV3gqyNTXRwrvxuj/gWH4zFPSKUK/qm3zZg0cS7rAYALLDuF3UARvXXQjOSVFzhDGOXUqCfDDWc5muip/mIBYwwg9nHeacI5KD3i+S85Cuff0qyi1Zf2ntpsDWUyKHDWFlSgRLxP0GCjwaP2dlTiyP1yEFOeC9B/YsEZ35uPnIcyrWkS+Dvp0odhCGgVekF1oJ1YgE/ExHiSfzZr2T5eR8qnct10W3fTPrMXifX5lqqdB9Y9x4np6sZWrnhz9ViJo7n3e9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOfXMawRAPag07gTY/zFl3kRD4vOs6phmSun6f6s4C7/iG2jJVHD/pgBcC1cM6gBzQ6t0Dncj7FIjkSYDxnYz5qAnh6hT8wXGatGdPsfNBfEJ+zY6Tr4A+Hqwx2smw9IhbpDR+AcEzWwsEFVB3wDXlb/f91KeMek3rxUjhuJ9ISzAAAAFQDawlFzBiwYu5m7vrfMUWjpjSIgxQAAAIEAjHLVDnfn87hyX3stZBI9pSaiylaRz98nQYPfWwlaHVXEuhBaHoYa9cb9WguTPRBQBWqwJqW2P+bRgvtDSLXvC1d2mz4VzJbmAxrbFu4GV4NszRHLLZ35vJ7hB5LfUDjm6WEMAV25lW6bgQ8KXpKiOwS2yxxtf+8mLDyktDAHSfkAAACBAOC6AZtwUAfFsIzo3Lf/+5WTLZuC4iyJ9SRae0Am0DciNjv3edRFO5X/wEBi9WKV2elDxqxb6HaCShe4OzXcV7SdZc5Z66tLWyCKOJfvvjPtjNdtmwEX8g3eypU/BXvqHp9suB9cMpOlHUIZDw3jVhDkdkkO03dKQKxHT9H/uBc1 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:fe15:3735/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: c6d7a883-2f8d-40a3-853c-c632ec64a95b\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=61.88 ===\n/dev/root resized successfully [took 1.84s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:15:37:35 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe15:3735/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:151 errors:0 dropped:16 overruns:0 frame:0\n TX packets:96 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271430 (265.0 KiB) TX bytes:12843 (12.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.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-10-12 12:25:22,948 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action used request id req-6e079b43-4903-4dad-92d4-cb0321c5295f 2018-10-12 12:25:24,972 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aab9c2e22f074350902d437d7198106274ebec1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:25:26,102 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:25: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-92d83eba-c778-4599-817f-6e1249c8c7e8 x-compute-request-id: req-92d83eba-c778-4599-817f-6e1249c8c7e8 Content-Encoding: gzip Content-Length: 10227 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512108468 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.152232] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.154297] pid_max: default: 32768 minimum: 301\n[ 0.155416] ACPI: Core revision 20150930\n[ 0.157319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158945] Security Framework initialized\n[ 0.159973] Yama: becoming mindful.\n[ 0.160885] AppArmor: AppArmor initialized\n[ 0.161954] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163593] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165178] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166659] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168373] Initializing cgroup subsys io\n[ 0.169386] Initializing cgroup subsys memory\n[ 0.170455] Initializing cgroup subsys devices\n[ 0.171557] Initializing cgroup subsys freezer\n[ 0.172637] Initializing cgroup subsys net_cls\n[ 0.173711] Initializing cgroup subsys perf_event\n[ 0.174827] Initializing cgroup subsys net_prio\n[ 0.175919] Initializing cgroup subsys hugetlb\n[ 0.176984] Initializing cgroup subsys pids\n[ 0.178060] CPU: Physical Processor ID: 0\n[ 0.179765] mce: CPU supports 10 MCE banks\n[ 0.180807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194588] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.201017] ftrace: allocating 31920 entries in 125 pages\n[ 0.227210] smpboot: Max logical packages: 1\n[ 0.228036] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229328] x2apic enabled\n[ 0.230111] Switched APIC routing to physical x2apic.\n[ 0.231816] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232892] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234804] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236516] KVM setup paravirtual spinlock\n[ 0.237772] x86: Booted up 1 node, 1 CPUs\n[ 0.238552] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.239884] devtmpfs: initialized\n[ 0.241572] evm: security.selinux\n[ 0.242244] evm: security.SMACK64\n[ 0.242904] evm: security.SMACK64EXEC\n[ 0.243615] evm: security.SMACK64TRANSMUTE\n[ 0.244389] evm: security.SMACK64MMAP\n[ 0.245097] evm: security.ima\n[ 0.245714] evm: security.capability\n[ 0.246488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248253] pinctrl core: initialized pinctrl subsystem\n[ 0.249297] RTC time: 12:23:45, date: 10/12/18\n[ 0.250221] NET: Registered protocol family 16\n[ 0.251152] cpuidle: using governor ladder\n[ 0.251928] cpuidle: using governor menu\n[ 0.252684] PCCT header not found.\n[ 0.253403] ACPI: bus type PCI registered\n[ 0.254174] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255360] PCI: Using configuration type 1 for base access\n[ 0.257067] ACPI: Added _OSI(Module Device)\n[ 0.257868] ACPI: Added _OSI(Processor Device)\n[ 0.258707] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259570] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261670] ACPI: Interpreter enabled\n[ 0.262422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264201] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.265967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269514] ACPI: (supports S0 S5)\n[ 0.270193] ACPI: Using IOAPIC for interrupt routing\n[ 0.271100] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275331] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276509] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277653] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279793] acpiphp: Slot [3] registered\n[ 0.280570] acpiphp: Slot [4] registered\n[ 0.281339] acpiphp: Slot [5] registered\n[ 0.282115] acpiphp: Slot [6] registered\n[ 0.282878] acpiphp: Slot [7] registered\n[ 0.283646] acpiphp: Slot [8] registered\n[ 0.284423] acpiphp: Slot [9] registered\n[ 0.285186] acpiphp: Slot [10] registered\n[ 0.285959] acpiphp: Slot [11] registered\n[ 0.286746] acpiphp: Slot [12] registered\n[ 0.287527] acpiphp: Slot [13] registered\n[ 0.288307] acpiphp: Slot [14] registered\n[ 0.289084] acpiphp: Slot [15] registered\n[ 0.299892] acpiphp: Slot [16] registered\n[ 0.300676] acpiphp: Slot [17] registered\n[ 0.301458] acpiphp: Slot [18] registered\n[ 0.302235] acpiphp: Slot [19] registered\n[ 0.303008] acpiphp: Slot [20] registered\n[ 0.303787] acpiphp: Slot [21] registered\n[ 0.304587] acpiphp: Slot [22] registered\n[ 0.305395] acpiphp: Slot [23] registered\n[ 0.306198] acpiphp: Slot [24] registered\n[ 0.306997] acpiphp: Slot [25] registered\n[ 0.307798] acpiphp: Slot [26] registered\n[ 0.308603] acpiphp: Slot [27] registered\n[ 0.309415] acpiphp: Slot [28] registered\n[ 0.310222] acpiphp: Slot [29] registered\n[ 0.311019] acpiphp: Slot [30] registered\n[ 0.311823] acpiphp: Slot [31] registered\n[ 0.312640] PCI host bridge to bus 0000:00\n[ 0.313446] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314648] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315845] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317287] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318724] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326181] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327299] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328588] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335418] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337237] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383192] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388732] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390582] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392549] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394086] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395552] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397706] vgaarb: loaded\n[ 0.398534] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400109] SCSI subsystem initialized\n[ 0.400927] ACPI: bus type USB registered\n[ 0.401730] usbcore: registered new interface driver usbfs\n[ 0.402738] usbcore: registered new interface driver hub\n[ 0.403715] usbcore: registered new device driver usb\n[ 0.404740] PCI: Using ACPI for IRQ routing\n[ 0.405742] NetLabel: Initializing\n[ 0.406456] NetLabel: domain hash size = 128\n[ 0.407286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408207] NetLabel: unlabeled traffic allowed by default\n[ 0.409269] clocksource: Switched to clocksource kvm-clock\n[ 0.414691] AppArmor: AppArmor Filesystem Enabled\n[ 0.415659] pnp: PnP ACPI init\n[ 0.416548] pnp: PnP ACPI: found 5 devices\n[ 0.422895] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424544] NET: Registered protocol family 2\n[ 0.425478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426709] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427838] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428958] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431145] NET: Registered protocol family 1\n[ 0.431981] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433042] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434090] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448045] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462245] Trying to unpack rootfs image as initramfs...\n[ 0.511595] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525446] Scanning for low memory corruption every 60 seconds\n[ 0.526847] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.527955] audit: initializing netlink subsys (disabled)\n[ 0.528942] audit: type=2000 audit(1539347026.314:1): initialized\n[ 0.530226] Initialise system trusted keyring\n[ 0.531117] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532258] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534180] zbud: loaded\n[ 0.534859] VFS: Disk quotas dquot_6.6.0\n[ 0.535648] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537117] fuse init (API version 7.23)\n[ 0.537982] Key type big_key registered\n[ 0.538760] Allocating IMA MOK and blacklist keyrings.\n[ 0.539822] Key type asymmetric registered\n[ 0.540618] Asymmetric key parser 'x509' registered\n[ 0.541546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542968] io scheduler noop registered\n[ 0.543738] io scheduler deadline registered (default)\n[ 0.544688] io scheduler cfq registered\n[ 0.545506] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548093] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549506] ACPI: Power Button [PWRF]\n[ 0.550313] GHES: HEST is not enabled!\n[ 0.565559] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.596921] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.620874] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622953] Linux agpgart interface v0.103\n[ 0.624966] brd: module loaded\n[ 0.646861] loop: module loaded\n[ 0.651634] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.653062] GPT:90111 != 2097151\n[ 0.653719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.654768] GPT:90111 != 2097151\n[ 0.655419] GPT: Use GNU Parted to correct GPT errors.\n[ 0.656342] vda: vda1 vda15\n[ 0.657723] scsi host0: ata_piix\n[ 0.658439] scsi host1: ata_piix\n[ 0.659129] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.660289] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661683] libphy: Fixed MDIO Bus: probed\n[ 0.662474] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663401] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.665439] PPP generic driver version 2.4.2\n[ 0.666296] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.667489] ehci-pci: EHCI PCI platform driver\n[ 0.668334] ehci-platform: EHCI generic platform driver\n[ 0.669292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670372] ohci-pci: OHCI PCI platform driver\n[ 0.671205] ohci-platform: OHCI generic platform driver\n[ 0.672149] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686431] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687392] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688788] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689784] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690858] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692026] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693407] usb usb1: Product: UHCI Host Controller\n[ 0.694307] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695400] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696340] hub 1-0:1.0: USB hub found\n[ 0.697092] hub 1-0:1.0: 2 ports detected\n[ 0.697967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701921] mousedev: PS/2 mouse device common for all mice\n[ 0.703125] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704893] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705954] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707112] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708251] i2c /dev entries driver\n[ 0.708980] device-mapper: uevent: version 1.0.3\n[ 0.709890] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711459] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.712685] NET: Registered protocol family 10\n[ 0.713680] NET: Registered protocol family 17\n[ 0.714537] Key type dns_resolver registered\n[ 0.715430] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716489] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718167] registered taskstats version 1\n[ 0.718965] Loading compiled-in X.509 certificates\n[ 0.720372] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722153] zswap: loaded using pool lzo/zbud\n[ 0.723496] Key type trusted registered\n[ 0.725013] Key type encrypted registered\n[ 0.725816] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.726805] ima: No TPM chip found, activating TPM-bypass!\n[ 0.727808] evm: HMAC attrs: 0x1\n[ 0.728707] Magic number: 6:22:380\n[ 0.729526] rtc_cmos 00:00: setting system clock to 2018-10-12 12:23:46 UTC (1539347026)\n[ 0.731063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732119] EDD information not available.\n[ 0.817958] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.819363] ata1.00: configured for MWDMA2\n[ 0.820519] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.832892] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.834100] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835325] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837143] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.838623] Write protecting the kernel read-only data: 14336k\n[ 0.840155] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.841924] 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.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... [ 1.277856] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCmUUGxp32Jns9XCmb4CE2YL8ELUDoNsHZKi2BgiW2W/pb/Guh+BatG9VQFZ7fdV+w2vf4axMMqmYwz8wLV3gqyNTXRwrvxuj/gWH4zFPSKUK/qm3zZg0cS7rAYALLDuF3UARvXXQjOSVFzhDGOXUqCfDDWc5muip/mIBYwwg9nHeacI5KD3i+S85Cuff0qyi1Zf2ntpsDWUyKHDWFlSgRLxP0GCjwaP2dlTiyP1yEFOeC9B/YsEZ35uPnIcyrWkS+Dvp0odhCGgVekF1oJ1YgE/ExHiSfzZr2T5eR8qnct10W3fTPrMXifX5lqqdB9Y9x4np6sZWrnhz9ViJo7n3e9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOfXMawRAPag07gTY/zFl3kRD4vOs6phmSun6f6s4C7/iG2jJVHD/pgBcC1cM6gBzQ6t0Dncj7FIjkSYDxnYz5qAnh6hT8wXGatGdPsfNBfEJ+zY6Tr4A+Hqwx2smw9IhbpDR+AcEzWwsEFVB3wDXlb/f91KeMek3rxUjhuJ9ISzAAAAFQDawlFzBiwYu5m7vrfMUWjpjSIgxQAAAIEAjHLVDnfn87hyX3stZBI9pSaiylaRz98nQYPfWwlaHVXEuhBaHoYa9cb9WguTPRBQBWqwJqW2P+bRgvtDSLXvC1d2mz4VzJbmAxrbFu4GV4NszRHLLZ35vJ7hB5LfUDjm6WEMAV25lW6bgQ8KXpKiOwS2yxxtf+8mLDyktDAHSfkAAACBAOC6AZtwUAfFsIzo3Lf/+5WTLZuC4iyJ9SRae0Am0DciNjv3edRFO5X/wEBi9WKV2elDxqxb6HaCShe4OzXcV7SdZc5Z66tLWyCKOJfvvjPtjNdtmwEX8g3eypU/BXvqHp9suB9cMpOlHUIZDw3jVhDkdkkO03dKQKxHT9H/uBc1 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:fe15:3735/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: c6d7a883-2f8d-40a3-853c-c632ec64a95b\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=61.88 ===\n/dev/root resized successfully [took 1.84s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:15:37:35 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe15:3735/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:151 errors:0 dropped:16 overruns:0 frame:0\n TX packets:96 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271430 (265.0 KiB) TX bytes:12843 (12.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.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-10-12 12:25:26,103 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action used request id req-92d83eba-c778-4599-817f-6e1249c8c7e8 2018-10-12 12:25:28,123 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aab9c2e22f074350902d437d7198106274ebec1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:25:29,199 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:25: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-8851c1b7-e101-4353-9027-ebb21c678ba3 x-compute-request-id: req-8851c1b7-e101-4353-9027-ebb21c678ba3 Content-Encoding: gzip Content-Length: 10227 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512108468 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.152232] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.154297] pid_max: default: 32768 minimum: 301\n[ 0.155416] ACPI: Core revision 20150930\n[ 0.157319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158945] Security Framework initialized\n[ 0.159973] Yama: becoming mindful.\n[ 0.160885] AppArmor: AppArmor initialized\n[ 0.161954] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163593] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165178] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166659] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168373] Initializing cgroup subsys io\n[ 0.169386] Initializing cgroup subsys memory\n[ 0.170455] Initializing cgroup subsys devices\n[ 0.171557] Initializing cgroup subsys freezer\n[ 0.172637] Initializing cgroup subsys net_cls\n[ 0.173711] Initializing cgroup subsys perf_event\n[ 0.174827] Initializing cgroup subsys net_prio\n[ 0.175919] Initializing cgroup subsys hugetlb\n[ 0.176984] Initializing cgroup subsys pids\n[ 0.178060] CPU: Physical Processor ID: 0\n[ 0.179765] mce: CPU supports 10 MCE banks\n[ 0.180807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194588] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.201017] ftrace: allocating 31920 entries in 125 pages\n[ 0.227210] smpboot: Max logical packages: 1\n[ 0.228036] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229328] x2apic enabled\n[ 0.230111] Switched APIC routing to physical x2apic.\n[ 0.231816] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232892] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234804] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236516] KVM setup paravirtual spinlock\n[ 0.237772] x86: Booted up 1 node, 1 CPUs\n[ 0.238552] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.239884] devtmpfs: initialized\n[ 0.241572] evm: security.selinux\n[ 0.242244] evm: security.SMACK64\n[ 0.242904] evm: security.SMACK64EXEC\n[ 0.243615] evm: security.SMACK64TRANSMUTE\n[ 0.244389] evm: security.SMACK64MMAP\n[ 0.245097] evm: security.ima\n[ 0.245714] evm: security.capability\n[ 0.246488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248253] pinctrl core: initialized pinctrl subsystem\n[ 0.249297] RTC time: 12:23:45, date: 10/12/18\n[ 0.250221] NET: Registered protocol family 16\n[ 0.251152] cpuidle: using governor ladder\n[ 0.251928] cpuidle: using governor menu\n[ 0.252684] PCCT header not found.\n[ 0.253403] ACPI: bus type PCI registered\n[ 0.254174] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255360] PCI: Using configuration type 1 for base access\n[ 0.257067] ACPI: Added _OSI(Module Device)\n[ 0.257868] ACPI: Added _OSI(Processor Device)\n[ 0.258707] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259570] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261670] ACPI: Interpreter enabled\n[ 0.262422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264201] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.265967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269514] ACPI: (supports S0 S5)\n[ 0.270193] ACPI: Using IOAPIC for interrupt routing\n[ 0.271100] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275331] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276509] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277653] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279793] acpiphp: Slot [3] registered\n[ 0.280570] acpiphp: Slot [4] registered\n[ 0.281339] acpiphp: Slot [5] registered\n[ 0.282115] acpiphp: Slot [6] registered\n[ 0.282878] acpiphp: Slot [7] registered\n[ 0.283646] acpiphp: Slot [8] registered\n[ 0.284423] acpiphp: Slot [9] registered\n[ 0.285186] acpiphp: Slot [10] registered\n[ 0.285959] acpiphp: Slot [11] registered\n[ 0.286746] acpiphp: Slot [12] registered\n[ 0.287527] acpiphp: Slot [13] registered\n[ 0.288307] acpiphp: Slot [14] registered\n[ 0.289084] acpiphp: Slot [15] registered\n[ 0.299892] acpiphp: Slot [16] registered\n[ 0.300676] acpiphp: Slot [17] registered\n[ 0.301458] acpiphp: Slot [18] registered\n[ 0.302235] acpiphp: Slot [19] registered\n[ 0.303008] acpiphp: Slot [20] registered\n[ 0.303787] acpiphp: Slot [21] registered\n[ 0.304587] acpiphp: Slot [22] registered\n[ 0.305395] acpiphp: Slot [23] registered\n[ 0.306198] acpiphp: Slot [24] registered\n[ 0.306997] acpiphp: Slot [25] registered\n[ 0.307798] acpiphp: Slot [26] registered\n[ 0.308603] acpiphp: Slot [27] registered\n[ 0.309415] acpiphp: Slot [28] registered\n[ 0.310222] acpiphp: Slot [29] registered\n[ 0.311019] acpiphp: Slot [30] registered\n[ 0.311823] acpiphp: Slot [31] registered\n[ 0.312640] PCI host bridge to bus 0000:00\n[ 0.313446] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314648] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315845] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317287] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318724] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326181] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327299] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328588] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335418] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337237] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383192] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388732] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390582] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392549] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394086] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395552] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397706] vgaarb: loaded\n[ 0.398534] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400109] SCSI subsystem initialized\n[ 0.400927] ACPI: bus type USB registered\n[ 0.401730] usbcore: registered new interface driver usbfs\n[ 0.402738] usbcore: registered new interface driver hub\n[ 0.403715] usbcore: registered new device driver usb\n[ 0.404740] PCI: Using ACPI for IRQ routing\n[ 0.405742] NetLabel: Initializing\n[ 0.406456] NetLabel: domain hash size = 128\n[ 0.407286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408207] NetLabel: unlabeled traffic allowed by default\n[ 0.409269] clocksource: Switched to clocksource kvm-clock\n[ 0.414691] AppArmor: AppArmor Filesystem Enabled\n[ 0.415659] pnp: PnP ACPI init\n[ 0.416548] pnp: PnP ACPI: found 5 devices\n[ 0.422895] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424544] NET: Registered protocol family 2\n[ 0.425478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426709] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427838] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428958] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431145] NET: Registered protocol family 1\n[ 0.431981] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433042] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434090] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448045] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462245] Trying to unpack rootfs image as initramfs...\n[ 0.511595] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525446] Scanning for low memory corruption every 60 seconds\n[ 0.526847] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.527955] audit: initializing netlink subsys (disabled)\n[ 0.528942] audit: type=2000 audit(1539347026.314:1): initialized\n[ 0.530226] Initialise system trusted keyring\n[ 0.531117] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532258] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534180] zbud: loaded\n[ 0.534859] VFS: Disk quotas dquot_6.6.0\n[ 0.535648] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537117] fuse init (API version 7.23)\n[ 0.537982] Key type big_key registered\n[ 0.538760] Allocating IMA MOK and blacklist keyrings.\n[ 0.539822] Key type asymmetric registered\n[ 0.540618] Asymmetric key parser 'x509' registered\n[ 0.541546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542968] io scheduler noop registered\n[ 0.543738] io scheduler deadline registered (default)\n[ 0.544688] io scheduler cfq registered\n[ 0.545506] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548093] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549506] ACPI: Power Button [PWRF]\n[ 0.550313] GHES: HEST is not enabled!\n[ 0.565559] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.596921] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.620874] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622953] Linux agpgart interface v0.103\n[ 0.624966] brd: module loaded\n[ 0.646861] loop: module loaded\n[ 0.651634] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.653062] GPT:90111 != 2097151\n[ 0.653719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.654768] GPT:90111 != 2097151\n[ 0.655419] GPT: Use GNU Parted to correct GPT errors.\n[ 0.656342] vda: vda1 vda15\n[ 0.657723] scsi host0: ata_piix\n[ 0.658439] scsi host1: ata_piix\n[ 0.659129] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.660289] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661683] libphy: Fixed MDIO Bus: probed\n[ 0.662474] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663401] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.665439] PPP generic driver version 2.4.2\n[ 0.666296] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.667489] ehci-pci: EHCI PCI platform driver\n[ 0.668334] ehci-platform: EHCI generic platform driver\n[ 0.669292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670372] ohci-pci: OHCI PCI platform driver\n[ 0.671205] ohci-platform: OHCI generic platform driver\n[ 0.672149] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686431] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687392] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688788] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689784] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690858] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692026] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693407] usb usb1: Product: UHCI Host Controller\n[ 0.694307] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695400] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696340] hub 1-0:1.0: USB hub found\n[ 0.697092] hub 1-0:1.0: 2 ports detected\n[ 0.697967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701921] mousedev: PS/2 mouse device common for all mice\n[ 0.703125] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704893] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705954] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707112] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708251] i2c /dev entries driver\n[ 0.708980] device-mapper: uevent: version 1.0.3\n[ 0.709890] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711459] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.712685] NET: Registered protocol family 10\n[ 0.713680] NET: Registered protocol family 17\n[ 0.714537] Key type dns_resolver registered\n[ 0.715430] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716489] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718167] registered taskstats version 1\n[ 0.718965] Loading compiled-in X.509 certificates\n[ 0.720372] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722153] zswap: loaded using pool lzo/zbud\n[ 0.723496] Key type trusted registered\n[ 0.725013] Key type encrypted registered\n[ 0.725816] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.726805] ima: No TPM chip found, activating TPM-bypass!\n[ 0.727808] evm: HMAC attrs: 0x1\n[ 0.728707] Magic number: 6:22:380\n[ 0.729526] rtc_cmos 00:00: setting system clock to 2018-10-12 12:23:46 UTC (1539347026)\n[ 0.731063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732119] EDD information not available.\n[ 0.817958] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.819363] ata1.00: configured for MWDMA2\n[ 0.820519] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.832892] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.834100] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835325] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837143] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.838623] Write protecting the kernel read-only data: 14336k\n[ 0.840155] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.841924] 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.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... [ 1.277856] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCmUUGxp32Jns9XCmb4CE2YL8ELUDoNsHZKi2BgiW2W/pb/Guh+BatG9VQFZ7fdV+w2vf4axMMqmYwz8wLV3gqyNTXRwrvxuj/gWH4zFPSKUK/qm3zZg0cS7rAYALLDuF3UARvXXQjOSVFzhDGOXUqCfDDWc5muip/mIBYwwg9nHeacI5KD3i+S85Cuff0qyi1Zf2ntpsDWUyKHDWFlSgRLxP0GCjwaP2dlTiyP1yEFOeC9B/YsEZ35uPnIcyrWkS+Dvp0odhCGgVekF1oJ1YgE/ExHiSfzZr2T5eR8qnct10W3fTPrMXifX5lqqdB9Y9x4np6sZWrnhz9ViJo7n3e9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOfXMawRAPag07gTY/zFl3kRD4vOs6phmSun6f6s4C7/iG2jJVHD/pgBcC1cM6gBzQ6t0Dncj7FIjkSYDxnYz5qAnh6hT8wXGatGdPsfNBfEJ+zY6Tr4A+Hqwx2smw9IhbpDR+AcEzWwsEFVB3wDXlb/f91KeMek3rxUjhuJ9ISzAAAAFQDawlFzBiwYu5m7vrfMUWjpjSIgxQAAAIEAjHLVDnfn87hyX3stZBI9pSaiylaRz98nQYPfWwlaHVXEuhBaHoYa9cb9WguTPRBQBWqwJqW2P+bRgvtDSLXvC1d2mz4VzJbmAxrbFu4GV4NszRHLLZ35vJ7hB5LfUDjm6WEMAV25lW6bgQ8KXpKiOwS2yxxtf+8mLDyktDAHSfkAAACBAOC6AZtwUAfFsIzo3Lf/+5WTLZuC4iyJ9SRae0Am0DciNjv3edRFO5X/wEBi9WKV2elDxqxb6HaCShe4OzXcV7SdZc5Z66tLWyCKOJfvvjPtjNdtmwEX8g3eypU/BXvqHp9suB9cMpOlHUIZDw3jVhDkdkkO03dKQKxHT9H/uBc1 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:fe15:3735/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: c6d7a883-2f8d-40a3-853c-c632ec64a95b\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=61.88 ===\n/dev/root resized successfully [took 1.84s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:15:37:35 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe15:3735/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:151 errors:0 dropped:16 overruns:0 frame:0\n TX packets:96 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271430 (265.0 KiB) TX bytes:12843 (12.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.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-10-12 12:25:29,199 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action used request id req-8851c1b7-e101-4353-9027-ebb21c678ba3 2018-10-12 12:25:31,220 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aab9c2e22f074350902d437d7198106274ebec1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:25:32,295 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:25: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-340e547b-a2f4-4c5e-b85a-9f2b65d1a57c x-compute-request-id: req-340e547b-a2f4-4c5e-b85a-9f2b65d1a57c Content-Encoding: gzip Content-Length: 10227 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512108468 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.152232] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.154297] pid_max: default: 32768 minimum: 301\n[ 0.155416] ACPI: Core revision 20150930\n[ 0.157319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158945] Security Framework initialized\n[ 0.159973] Yama: becoming mindful.\n[ 0.160885] AppArmor: AppArmor initialized\n[ 0.161954] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163593] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165178] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166659] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168373] Initializing cgroup subsys io\n[ 0.169386] Initializing cgroup subsys memory\n[ 0.170455] Initializing cgroup subsys devices\n[ 0.171557] Initializing cgroup subsys freezer\n[ 0.172637] Initializing cgroup subsys net_cls\n[ 0.173711] Initializing cgroup subsys perf_event\n[ 0.174827] Initializing cgroup subsys net_prio\n[ 0.175919] Initializing cgroup subsys hugetlb\n[ 0.176984] Initializing cgroup subsys pids\n[ 0.178060] CPU: Physical Processor ID: 0\n[ 0.179765] mce: CPU supports 10 MCE banks\n[ 0.180807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194588] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.201017] ftrace: allocating 31920 entries in 125 pages\n[ 0.227210] smpboot: Max logical packages: 1\n[ 0.228036] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229328] x2apic enabled\n[ 0.230111] Switched APIC routing to physical x2apic.\n[ 0.231816] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232892] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234804] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236516] KVM setup paravirtual spinlock\n[ 0.237772] x86: Booted up 1 node, 1 CPUs\n[ 0.238552] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.239884] devtmpfs: initialized\n[ 0.241572] evm: security.selinux\n[ 0.242244] evm: security.SMACK64\n[ 0.242904] evm: security.SMACK64EXEC\n[ 0.243615] evm: security.SMACK64TRANSMUTE\n[ 0.244389] evm: security.SMACK64MMAP\n[ 0.245097] evm: security.ima\n[ 0.245714] evm: security.capability\n[ 0.246488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248253] pinctrl core: initialized pinctrl subsystem\n[ 0.249297] RTC time: 12:23:45, date: 10/12/18\n[ 0.250221] NET: Registered protocol family 16\n[ 0.251152] cpuidle: using governor ladder\n[ 0.251928] cpuidle: using governor menu\n[ 0.252684] PCCT header not found.\n[ 0.253403] ACPI: bus type PCI registered\n[ 0.254174] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255360] PCI: Using configuration type 1 for base access\n[ 0.257067] ACPI: Added _OSI(Module Device)\n[ 0.257868] ACPI: Added _OSI(Processor Device)\n[ 0.258707] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259570] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261670] ACPI: Interpreter enabled\n[ 0.262422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264201] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.265967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269514] ACPI: (supports S0 S5)\n[ 0.270193] ACPI: Using IOAPIC for interrupt routing\n[ 0.271100] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275331] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276509] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277653] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279793] acpiphp: Slot [3] registered\n[ 0.280570] acpiphp: Slot [4] registered\n[ 0.281339] acpiphp: Slot [5] registered\n[ 0.282115] acpiphp: Slot [6] registered\n[ 0.282878] acpiphp: Slot [7] registered\n[ 0.283646] acpiphp: Slot [8] registered\n[ 0.284423] acpiphp: Slot [9] registered\n[ 0.285186] acpiphp: Slot [10] registered\n[ 0.285959] acpiphp: Slot [11] registered\n[ 0.286746] acpiphp: Slot [12] registered\n[ 0.287527] acpiphp: Slot [13] registered\n[ 0.288307] acpiphp: Slot [14] registered\n[ 0.289084] acpiphp: Slot [15] registered\n[ 0.299892] acpiphp: Slot [16] registered\n[ 0.300676] acpiphp: Slot [17] registered\n[ 0.301458] acpiphp: Slot [18] registered\n[ 0.302235] acpiphp: Slot [19] registered\n[ 0.303008] acpiphp: Slot [20] registered\n[ 0.303787] acpiphp: Slot [21] registered\n[ 0.304587] acpiphp: Slot [22] registered\n[ 0.305395] acpiphp: Slot [23] registered\n[ 0.306198] acpiphp: Slot [24] registered\n[ 0.306997] acpiphp: Slot [25] registered\n[ 0.307798] acpiphp: Slot [26] registered\n[ 0.308603] acpiphp: Slot [27] registered\n[ 0.309415] acpiphp: Slot [28] registered\n[ 0.310222] acpiphp: Slot [29] registered\n[ 0.311019] acpiphp: Slot [30] registered\n[ 0.311823] acpiphp: Slot [31] registered\n[ 0.312640] PCI host bridge to bus 0000:00\n[ 0.313446] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314648] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315845] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317287] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318724] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326181] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327299] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328588] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335418] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337237] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383192] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388732] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390582] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392549] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394086] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395552] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397706] vgaarb: loaded\n[ 0.398534] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400109] SCSI subsystem initialized\n[ 0.400927] ACPI: bus type USB registered\n[ 0.401730] usbcore: registered new interface driver usbfs\n[ 0.402738] usbcore: registered new interface driver hub\n[ 0.403715] usbcore: registered new device driver usb\n[ 0.404740] PCI: Using ACPI for IRQ routing\n[ 0.405742] NetLabel: Initializing\n[ 0.406456] NetLabel: domain hash size = 128\n[ 0.407286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408207] NetLabel: unlabeled traffic allowed by default\n[ 0.409269] clocksource: Switched to clocksource kvm-clock\n[ 0.414691] AppArmor: AppArmor Filesystem Enabled\n[ 0.415659] pnp: PnP ACPI init\n[ 0.416548] pnp: PnP ACPI: found 5 devices\n[ 0.422895] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424544] NET: Registered protocol family 2\n[ 0.425478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426709] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427838] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428958] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431145] NET: Registered protocol family 1\n[ 0.431981] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433042] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434090] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448045] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462245] Trying to unpack rootfs image as initramfs...\n[ 0.511595] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525446] Scanning for low memory corruption every 60 seconds\n[ 0.526847] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.527955] audit: initializing netlink subsys (disabled)\n[ 0.528942] audit: type=2000 audit(1539347026.314:1): initialized\n[ 0.530226] Initialise system trusted keyring\n[ 0.531117] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532258] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534180] zbud: loaded\n[ 0.534859] VFS: Disk quotas dquot_6.6.0\n[ 0.535648] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537117] fuse init (API version 7.23)\n[ 0.537982] Key type big_key registered\n[ 0.538760] Allocating IMA MOK and blacklist keyrings.\n[ 0.539822] Key type asymmetric registered\n[ 0.540618] Asymmetric key parser 'x509' registered\n[ 0.541546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542968] io scheduler noop registered\n[ 0.543738] io scheduler deadline registered (default)\n[ 0.544688] io scheduler cfq registered\n[ 0.545506] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548093] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549506] ACPI: Power Button [PWRF]\n[ 0.550313] GHES: HEST is not enabled!\n[ 0.565559] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.596921] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.620874] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622953] Linux agpgart interface v0.103\n[ 0.624966] brd: module loaded\n[ 0.646861] loop: module loaded\n[ 0.651634] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.653062] GPT:90111 != 2097151\n[ 0.653719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.654768] GPT:90111 != 2097151\n[ 0.655419] GPT: Use GNU Parted to correct GPT errors.\n[ 0.656342] vda: vda1 vda15\n[ 0.657723] scsi host0: ata_piix\n[ 0.658439] scsi host1: ata_piix\n[ 0.659129] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.660289] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661683] libphy: Fixed MDIO Bus: probed\n[ 0.662474] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663401] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.665439] PPP generic driver version 2.4.2\n[ 0.666296] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.667489] ehci-pci: EHCI PCI platform driver\n[ 0.668334] ehci-platform: EHCI generic platform driver\n[ 0.669292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670372] ohci-pci: OHCI PCI platform driver\n[ 0.671205] ohci-platform: OHCI generic platform driver\n[ 0.672149] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686431] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687392] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688788] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689784] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690858] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692026] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693407] usb usb1: Product: UHCI Host Controller\n[ 0.694307] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695400] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696340] hub 1-0:1.0: USB hub found\n[ 0.697092] hub 1-0:1.0: 2 ports detected\n[ 0.697967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701921] mousedev: PS/2 mouse device common for all mice\n[ 0.703125] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704893] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705954] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707112] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708251] i2c /dev entries driver\n[ 0.708980] device-mapper: uevent: version 1.0.3\n[ 0.709890] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711459] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.712685] NET: Registered protocol family 10\n[ 0.713680] NET: Registered protocol family 17\n[ 0.714537] Key type dns_resolver registered\n[ 0.715430] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716489] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718167] registered taskstats version 1\n[ 0.718965] Loading compiled-in X.509 certificates\n[ 0.720372] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722153] zswap: loaded using pool lzo/zbud\n[ 0.723496] Key type trusted registered\n[ 0.725013] Key type encrypted registered\n[ 0.725816] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.726805] ima: No TPM chip found, activating TPM-bypass!\n[ 0.727808] evm: HMAC attrs: 0x1\n[ 0.728707] Magic number: 6:22:380\n[ 0.729526] rtc_cmos 00:00: setting system clock to 2018-10-12 12:23:46 UTC (1539347026)\n[ 0.731063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732119] EDD information not available.\n[ 0.817958] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.819363] ata1.00: configured for MWDMA2\n[ 0.820519] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.832892] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.834100] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835325] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837143] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.838623] Write protecting the kernel read-only data: 14336k\n[ 0.840155] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.841924] 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.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... [ 1.277856] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCmUUGxp32Jns9XCmb4CE2YL8ELUDoNsHZKi2BgiW2W/pb/Guh+BatG9VQFZ7fdV+w2vf4axMMqmYwz8wLV3gqyNTXRwrvxuj/gWH4zFPSKUK/qm3zZg0cS7rAYALLDuF3UARvXXQjOSVFzhDGOXUqCfDDWc5muip/mIBYwwg9nHeacI5KD3i+S85Cuff0qyi1Zf2ntpsDWUyKHDWFlSgRLxP0GCjwaP2dlTiyP1yEFOeC9B/YsEZ35uPnIcyrWkS+Dvp0odhCGgVekF1oJ1YgE/ExHiSfzZr2T5eR8qnct10W3fTPrMXifX5lqqdB9Y9x4np6sZWrnhz9ViJo7n3e9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOfXMawRAPag07gTY/zFl3kRD4vOs6phmSun6f6s4C7/iG2jJVHD/pgBcC1cM6gBzQ6t0Dncj7FIjkSYDxnYz5qAnh6hT8wXGatGdPsfNBfEJ+zY6Tr4A+Hqwx2smw9IhbpDR+AcEzWwsEFVB3wDXlb/f91KeMek3rxUjhuJ9ISzAAAAFQDawlFzBiwYu5m7vrfMUWjpjSIgxQAAAIEAjHLVDnfn87hyX3stZBI9pSaiylaRz98nQYPfWwlaHVXEuhBaHoYa9cb9WguTPRBQBWqwJqW2P+bRgvtDSLXvC1d2mz4VzJbmAxrbFu4GV4NszRHLLZ35vJ7hB5LfUDjm6WEMAV25lW6bgQ8KXpKiOwS2yxxtf+8mLDyktDAHSfkAAACBAOC6AZtwUAfFsIzo3Lf/+5WTLZuC4iyJ9SRae0Am0DciNjv3edRFO5X/wEBi9WKV2elDxqxb6HaCShe4OzXcV7SdZc5Z66tLWyCKOJfvvjPtjNdtmwEX8g3eypU/BXvqHp9suB9cMpOlHUIZDw3jVhDkdkkO03dKQKxHT9H/uBc1 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:fe15:3735/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: c6d7a883-2f8d-40a3-853c-c632ec64a95b\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=61.88 ===\n/dev/root resized successfully [took 1.84s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:15:37:35 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe15:3735/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:151 errors:0 dropped:16 overruns:0 frame:0\n TX packets:96 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271430 (265.0 KiB) TX bytes:12843 (12.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.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-10-12 12:25:32,296 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action used request id req-340e547b-a2f4-4c5e-b85a-9f2b65d1a57c 2018-10-12 12:25:34,316 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0aab9c2e22f074350902d437d7198106274ebec1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:25:35,389 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:25: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-b17bb3e3-ba67-45bb-9eaa-450f598fac5d x-compute-request-id: req-b17bb3e3-ba67-45bb-9eaa-450f598fac5d 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 512108468 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.152232] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.154297] pid_max: default: 32768 minimum: 301\n[ 0.155416] ACPI: Core revision 20150930\n[ 0.157319] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158945] Security Framework initialized\n[ 0.159973] Yama: becoming mindful.\n[ 0.160885] AppArmor: AppArmor initialized\n[ 0.161954] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163593] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165178] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166659] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168373] Initializing cgroup subsys io\n[ 0.169386] Initializing cgroup subsys memory\n[ 0.170455] Initializing cgroup subsys devices\n[ 0.171557] Initializing cgroup subsys freezer\n[ 0.172637] Initializing cgroup subsys net_cls\n[ 0.173711] Initializing cgroup subsys perf_event\n[ 0.174827] Initializing cgroup subsys net_prio\n[ 0.175919] Initializing cgroup subsys hugetlb\n[ 0.176984] Initializing cgroup subsys pids\n[ 0.178060] CPU: Physical Processor ID: 0\n[ 0.179765] mce: CPU supports 10 MCE banks\n[ 0.180807] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194588] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.201017] ftrace: allocating 31920 entries in 125 pages\n[ 0.227210] smpboot: Max logical packages: 1\n[ 0.228036] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229328] x2apic enabled\n[ 0.230111] Switched APIC routing to physical x2apic.\n[ 0.231816] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232892] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234804] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236516] KVM setup paravirtual spinlock\n[ 0.237772] x86: Booted up 1 node, 1 CPUs\n[ 0.238552] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.239884] devtmpfs: initialized\n[ 0.241572] evm: security.selinux\n[ 0.242244] evm: security.SMACK64\n[ 0.242904] evm: security.SMACK64EXEC\n[ 0.243615] evm: security.SMACK64TRANSMUTE\n[ 0.244389] evm: security.SMACK64MMAP\n[ 0.245097] evm: security.ima\n[ 0.245714] evm: security.capability\n[ 0.246488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248253] pinctrl core: initialized pinctrl subsystem\n[ 0.249297] RTC time: 12:23:45, date: 10/12/18\n[ 0.250221] NET: Registered protocol family 16\n[ 0.251152] cpuidle: using governor ladder\n[ 0.251928] cpuidle: using governor menu\n[ 0.252684] PCCT header not found.\n[ 0.253403] ACPI: bus type PCI registered\n[ 0.254174] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255360] PCI: Using configuration type 1 for base access\n[ 0.257067] ACPI: Added _OSI(Module Device)\n[ 0.257868] ACPI: Added _OSI(Processor Device)\n[ 0.258707] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259570] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261670] ACPI: Interpreter enabled\n[ 0.262422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264201] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.265967] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269514] ACPI: (supports S0 S5)\n[ 0.270193] ACPI: Using IOAPIC for interrupt routing\n[ 0.271100] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275331] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276509] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277653] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279793] acpiphp: Slot [3] registered\n[ 0.280570] acpiphp: Slot [4] registered\n[ 0.281339] acpiphp: Slot [5] registered\n[ 0.282115] acpiphp: Slot [6] registered\n[ 0.282878] acpiphp: Slot [7] registered\n[ 0.283646] acpiphp: Slot [8] registered\n[ 0.284423] acpiphp: Slot [9] registered\n[ 0.285186] acpiphp: Slot [10] registered\n[ 0.285959] acpiphp: Slot [11] registered\n[ 0.286746] acpiphp: Slot [12] registered\n[ 0.287527] acpiphp: Slot [13] registered\n[ 0.288307] acpiphp: Slot [14] registered\n[ 0.289084] acpiphp: Slot [15] registered\n[ 0.299892] acpiphp: Slot [16] registered\n[ 0.300676] acpiphp: Slot [17] registered\n[ 0.301458] acpiphp: Slot [18] registered\n[ 0.302235] acpiphp: Slot [19] registered\n[ 0.303008] acpiphp: Slot [20] registered\n[ 0.303787] acpiphp: Slot [21] registered\n[ 0.304587] acpiphp: Slot [22] registered\n[ 0.305395] acpiphp: Slot [23] registered\n[ 0.306198] acpiphp: Slot [24] registered\n[ 0.306997] acpiphp: Slot [25] registered\n[ 0.307798] acpiphp: Slot [26] registered\n[ 0.308603] acpiphp: Slot [27] registered\n[ 0.309415] acpiphp: Slot [28] registered\n[ 0.310222] acpiphp: Slot [29] registered\n[ 0.311019] acpiphp: Slot [30] registered\n[ 0.311823] acpiphp: Slot [31] registered\n[ 0.312640] PCI host bridge to bus 0000:00\n[ 0.313446] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314648] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315845] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317287] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318724] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324955] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326181] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327299] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328588] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335418] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337237] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.383192] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386887] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388732] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.390582] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392549] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394086] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395552] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397706] vgaarb: loaded\n[ 0.398534] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400109] SCSI subsystem initialized\n[ 0.400927] ACPI: bus type USB registered\n[ 0.401730] usbcore: registered new interface driver usbfs\n[ 0.402738] usbcore: registered new interface driver hub\n[ 0.403715] usbcore: registered new device driver usb\n[ 0.404740] PCI: Using ACPI for IRQ routing\n[ 0.405742] NetLabel: Initializing\n[ 0.406456] NetLabel: domain hash size = 128\n[ 0.407286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408207] NetLabel: unlabeled traffic allowed by default\n[ 0.409269] clocksource: Switched to clocksource kvm-clock\n[ 0.414691] AppArmor: AppArmor Filesystem Enabled\n[ 0.415659] pnp: PnP ACPI init\n[ 0.416548] pnp: PnP ACPI: found 5 devices\n[ 0.422895] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424544] NET: Registered protocol family 2\n[ 0.425478] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426709] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427838] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428958] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431145] NET: Registered protocol family 1\n[ 0.431981] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433042] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434090] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448045] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462245] Trying to unpack rootfs image as initramfs...\n[ 0.511595] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525446] Scanning for low memory corruption every 60 seconds\n[ 0.526847] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.527955] audit: initializing netlink subsys (disabled)\n[ 0.528942] audit: type=2000 audit(1539347026.314:1): initialized\n[ 0.530226] Initialise system trusted keyring\n[ 0.531117] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.532258] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534180] zbud: loaded\n[ 0.534859] VFS: Disk quotas dquot_6.6.0\n[ 0.535648] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537117] fuse init (API version 7.23)\n[ 0.537982] Key type big_key registered\n[ 0.538760] Allocating IMA MOK and blacklist keyrings.\n[ 0.539822] Key type asymmetric registered\n[ 0.540618] Asymmetric key parser 'x509' registered\n[ 0.541546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542968] io scheduler noop registered\n[ 0.543738] io scheduler deadline registered (default)\n[ 0.544688] io scheduler cfq registered\n[ 0.545506] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548093] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549506] ACPI: Power Button [PWRF]\n[ 0.550313] GHES: HEST is not enabled!\n[ 0.565559] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594650] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.596921] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.620874] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.622953] Linux agpgart interface v0.103\n[ 0.624966] brd: module loaded\n[ 0.646861] loop: module loaded\n[ 0.651634] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.653062] GPT:90111 != 2097151\n[ 0.653719] GPT:Alternate GPT header not at the end of the disk.\n[ 0.654768] GPT:90111 != 2097151\n[ 0.655419] GPT: Use GNU Parted to correct GPT errors.\n[ 0.656342] vda: vda1 vda15\n[ 0.657723] scsi host0: ata_piix\n[ 0.658439] scsi host1: ata_piix\n[ 0.659129] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.660289] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.661683] libphy: Fixed MDIO Bus: probed\n[ 0.662474] tun: Universal TUN/TAP device driver, 1.6\n[ 0.663401] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.665439] PPP generic driver version 2.4.2\n[ 0.666296] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.667489] ehci-pci: EHCI PCI platform driver\n[ 0.668334] ehci-platform: EHCI generic platform driver\n[ 0.669292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670372] ohci-pci: OHCI PCI platform driver\n[ 0.671205] ohci-platform: OHCI generic platform driver\n[ 0.672149] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686431] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687392] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688788] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689784] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690858] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692026] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693407] usb usb1: Product: UHCI Host Controller\n[ 0.694307] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695400] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696340] hub 1-0:1.0: USB hub found\n[ 0.697092] hub 1-0:1.0: 2 ports detected\n[ 0.697967] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700020] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701921] mousedev: PS/2 mouse device common for all mice\n[ 0.703125] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704893] rtc_cmos 00:00: RTC can wake from S4\n[ 0.705954] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707112] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708251] i2c /dev entries driver\n[ 0.708980] device-mapper: uevent: version 1.0.3\n[ 0.709890] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711459] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.712685] NET: Registered protocol family 10\n[ 0.713680] NET: Registered protocol family 17\n[ 0.714537] Key type dns_resolver registered\n[ 0.715430] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716489] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718167] registered taskstats version 1\n[ 0.718965] Loading compiled-in X.509 certificates\n[ 0.720372] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722153] zswap: loaded using pool lzo/zbud\n[ 0.723496] Key type trusted registered\n[ 0.725013] Key type encrypted registered\n[ 0.725816] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.726805] ima: No TPM chip found, activating TPM-bypass!\n[ 0.727808] evm: HMAC attrs: 0x1\n[ 0.728707] Magic number: 6:22:380\n[ 0.729526] rtc_cmos 00:00: setting system clock to 2018-10-12 12:23:46 UTC (1539347026)\n[ 0.731063] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732119] EDD information not available.\n[ 0.817958] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.819363] ata1.00: configured for MWDMA2\n[ 0.820519] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.832892] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.834100] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.835325] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.837143] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.838623] Write protecting the kernel read-only data: 14336k\n[ 0.840155] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.841924] 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.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... [ 1.277856] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCmUUGxp32Jns9XCmb4CE2YL8ELUDoNsHZKi2BgiW2W/pb/Guh+BatG9VQFZ7fdV+w2vf4axMMqmYwz8wLV3gqyNTXRwrvxuj/gWH4zFPSKUK/qm3zZg0cS7rAYALLDuF3UARvXXQjOSVFzhDGOXUqCfDDWc5muip/mIBYwwg9nHeacI5KD3i+S85Cuff0qyi1Zf2ntpsDWUyKHDWFlSgRLxP0GCjwaP2dlTiyP1yEFOeC9B/YsEZ35uPnIcyrWkS+Dvp0odhCGgVekF1oJ1YgE/ExHiSfzZr2T5eR8qnct10W3fTPrMXifX5lqqdB9Y9x4np6sZWrnhz9ViJo7n3e9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOfXMawRAPag07gTY/zFl3kRD4vOs6phmSun6f6s4C7/iG2jJVHD/pgBcC1cM6gBzQ6t0Dncj7FIjkSYDxnYz5qAnh6hT8wXGatGdPsfNBfEJ+zY6Tr4A+Hqwx2smw9IhbpDR+AcEzWwsEFVB3wDXlb/f91KeMek3rxUjhuJ9ISzAAAAFQDawlFzBiwYu5m7vrfMUWjpjSIgxQAAAIEAjHLVDnfn87hyX3stZBI9pSaiylaRz98nQYPfWwlaHVXEuhBaHoYa9cb9WguTPRBQBWqwJqW2P+bRgvtDSLXvC1d2mz4VzJbmAxrbFu4GV4NszRHLLZ35vJ7hB5LfUDjm6WEMAV25lW6bgQ8KXpKiOwS2yxxtf+8mLDyktDAHSfkAAACBAOC6AZtwUAfFsIzo3Lf/+5WTLZuC4iyJ9SRae0Am0DciNjv3edRFO5X/wEBi9WKV2elDxqxb6HaCShe4OzXcV7SdZc5Z66tLWyCKOJfvvjPtjNdtmwEX8g3eypU/BXvqHp9suB9cMpOlHUIZDw3jVhDkdkkO03dKQKxHT9H/uBc1 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:fe15:3735/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: c6d7a883-2f8d-40a3-853c-c632ec64a95b\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=61.88 ===\n/dev/root resized successfully [took 1.84s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:15:37:35 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe15:3735/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:151 errors:0 dropped:16 overruns:0 frame:0\n TX packets:96 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:271430 (265.0 KiB) TX bytes:12843 (12.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-2-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.170702] usb 1-1: SerialNumber: 42\n[ 1.222123] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.258208] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.277856] random: dd urandom read with 13 bits of entropy available\n[ 1.322423] ISO 9660 Extensions: Microsoft Joliet Level 3\n[ 1.324258] ISO 9660 Extensions: RRIP_1991A\n[ 1.525324] tsc: Refined TSC clocksource calibration: 3491.907 MHz\n[ 1.525327] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255737d476, max_idle_ns: 440795202126 ns\n[ 62.023840] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 62.379075] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 12 13:25:27 cirros authpriv.info dropbear[640]: Exit (cirros): Exited normally\nOct 12 13:25:28 cirros authpriv.info dropbear[643]: Child connection from 10.10.10.11:48394\nOct 12 13:25:28 cirros authpriv.notice dropbear[643]: 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:48394\nOct 12 13:25:28 cirros authpriv.info dropbear[643]: Exit (cirros): Exited normally\nOct 12 13:25:28 cirros authpriv.info dropbear[646]: Child connection from 10.10.10.11:48396\nOct 12 13:25:28 cirros authpriv.notice dropbear[646]: 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:48396\nOct 12 13:25:28 cirros authpriv.info dropbear[646]: Exit (cirros): Exited normally\nOct 12 13:25:30 cirros authpriv.info dropbear[649]: Child connection from 10.10.10.11:48398\nOct 12 13:25:30 cirros authpriv.notice dropbear[649]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:48398\nOct 12 13:25:30 cirros authpriv.info dropbear[649]: Exit (cirros): Exited normally\nOct 12 13:25:30 cirros authpriv.info dropbear[652]: Child connection from 10.10.10.11:48400\nOct 12 13:25:30 cirros authpriv.notice dropbear[652]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:48400\nOct 12 13:25:30 cirros authpriv.info dropbear[652]: Exit (cirros): Exited normally\nOct 12 13:25:31 cirros authpriv.info dropbear[655]: Child connection from 10.10.10.11:48402\nOct 12 13:25:31 cirros authpriv.notice dropbear[655]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:48402\nOct 12 13:25:31 cirros authpriv.info dropbear[655]: Exit (cirros): Exited normally\nOct 12 13:25:31 cirros authpriv.info dropbear[658]: Child connection from 10.10.10.11:48404\nOct 12 13:25:31 cirros authpriv.notice dropbear[658]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:48404\nOct 12 13:25:31 cirros authpriv.info dropbear[658]: Exit (cirros): Exited normally\nOct 12 13:25:32 cirros authpriv.info dropbear[661]: Child connection from 10.10.10.11:48406\nOct 12 13:25:32 cirros authpriv.notice dropbear[661]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:48406\nOct 12 13:25:32 cirros authpriv.info dropbear[661]: Exit (cirros): Exited normally\nOct 12 13:25:32 cirros authpriv.info dropbear[664]: Child connection from 10.10.10.11:48408\nOct 12 13:25:32 cirros authpriv.notice dropbear[664]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:48408\nOct 12 13:25:32 cirros authpriv.info dropbear[664]: 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-10-12 12:25:35,390 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action used request id req-b17bb3e3-ba67-45bb-9eaa-450f598fac5d 2018-10-12 12:25:37,427 - sdnvpn_test_utils - INFO - Waiting for instance 41e3a22e-745b-4981-95ab-3294325fa5e5 to boot up 2018-10-12 12:25:37,429 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/41e3a22e-745b-4981-95ab-3294325fa5e5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c5f8755da72c0a38c04a41f631917be359b1438" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:25:38,501 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:25: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-1d7cda86-ff5a-4e5e-a87c-b80fb064c3a3 x-compute-request-id: req-1d7cda86-ff5a-4e5e-a87c-b80fb064c3a3 Content-Encoding: gzip Content-Length: 8151 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 582574198 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.153396] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.155400] pid_max: default: 32768 minimum: 301\n[ 0.156499] ACPI: Core revision 20150930\n[ 0.158016] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159572] Security Framework initialized\n[ 0.160575] Yama: becoming mindful.\n[ 0.161445] AppArmor: AppArmor initialized\n[ 0.162454] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164114] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165693] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167153] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168851] Initializing cgroup subsys io\n[ 0.169822] Initializing cgroup subsys memory\n[ 0.170850] Initializing cgroup subsys devices\n[ 0.171887] Initializing cgroup subsys freezer\n[ 0.172983] Initializing cgroup subsys net_cls\n[ 0.174062] Initializing cgroup subsys perf_event\n[ 0.175182] Initializing cgroup subsys net_prio\n[ 0.176261] Initializing cgroup subsys hugetlb\n[ 0.177324] Initializing cgroup subsys pids\n[ 0.178357] CPU: Physical Processor ID: 0\n[ 0.180031] mce: CPU supports 10 MCE banks\n[ 0.181082] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182284] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193933] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200760] ftrace: allocating 31920 entries in 125 pages\n[ 0.227019] smpboot: Max logical packages: 1\n[ 0.228046] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229669] x2apic enabled\n[ 0.230610] Switched APIC routing to physical x2apic.\n[ 0.232558] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.233943] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236325] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238464] KVM setup paravirtual spinlock\n[ 0.239948] x86: Booted up 1 node, 1 CPUs\n[ 0.240916] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.242558] devtmpfs: initialized\n[ 0.244387] evm: security.selinux\n[ 0.245244] evm: security.SMACK64\n[ 0.246065] evm: security.SMACK64EXEC\n[ 0.246953] evm: security.SMACK64TRANSMUTE\n[ 0.247925] evm: security.SMACK64MMAP\n[ 0.248800] evm: security.ima\n[ 0.249549] evm: security.capability\n[ 0.250485] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.252722] pinctrl core: initialized pinctrl subsystem\n[ 0.254064] RTC time: 12:24:10, date: 10/12/18\n[ 0.255208] NET: Registered protocol family 16\n[ 0.256367] cpuidle: using governor ladder\n[ 0.257378] cpuidle: using governor menu\n[ 0.258346] PCCT header not found.\n[ 0.259252] ACPI: bus type PCI registered\n[ 0.260234] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.261780] PCI: Using configuration type 1 for base access\n[ 0.263758] ACPI: Added _OSI(Module Device)\n[ 0.264821] ACPI: Added _OSI(Processor Device)\n[ 0.265857] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.266936] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.269270] ACPI: Interpreter enabled\n[ 0.270220] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.272415] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.274677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.276881] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279247] ACPI: (supports S0 S5)\n[ 0.280117] ACPI: Using IOAPIC for interrupt routing\n[ 0.281279] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284723] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.286111] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287613] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.289110] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291814] acpiphp: Slot [3] registered\n[ 0.292773] acpiphp: Slot [4] registered\n[ 0.293726] acpiphp: Slot [5] registered\n[ 0.294704] acpiphp: Slot [6] registered\n[ 0.295670] acpiphp: Slot [7] registered\n[ 0.296621] acpiphp: Slot [8] registered\n[ 0.297570] acpiphp: Slot [9] registered\n[ 0.298515] acpiphp: Slot [10] registered\n[ 0.299480] acpiphp: Slot [11] registered\n[ 0.300445] acpiphp: Slot [12] registered\n[ 0.301412] acpiphp: Slot [13] registered\n[ 0.302375] acpiphp: Slot [14] registered\n[ 0.303340] acpiphp: Slot [15] registered\n[ 0.314144] acpiphp: Slot [16] registered\n[ 0.315153] acpiphp: Slot [17] registered\n[ 0.316133] acpiphp: Slot [18] registered\n[ 0.317107] acpiphp: Slot [19] registered\n[ 0.318082] acpiphp: Slot [20] registered\n[ 0.319066] acpiphp: Slot [21] registered\n[ 0.320045] acpiphp: Slot [22] registered\n[ 0.321028] acpiphp: Slot [23] registered\n[ 0.322005] acpiphp: Slot [24] registered\n[ 0.322984] acpiphp: Slot [25] registered\n[ 0.324013] acpiphp: Slot [26] registered\n[ 0.325028] acpiphp: Slot [27] registered\n[ 0.326032] acpiphp: Slot [28] registered\n[ 0.327005] acpiphp: Slot [29] registered\n[ 0.327979] acpiphp: Slot [30] registered\n[ 0.328958] acpiphp: Slot [31] registered\n[ 0.329961] PCI host bridge to bus 0000:00\n[ 0.330971] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.332457] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.333953] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.335761] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.337511] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.343999] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.345633] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.347109] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348423] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.354870] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.356347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.402698] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.404196] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.405645] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.407084] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408490] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.409782] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411235] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.412310] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.413879] vgaarb: loaded\n[ 0.414487] vgaarb: bridge control possible 0000:00:02.0\n[ 0.415642] SCSI subsystem initialized\n[ 0.416481] ACPI: bus type USB registered\n[ 0.417305] usbcore: registered new interface driver usbfs\n[ 0.418343] usbcore: registered new interface driver hub\n[ 0.419361] usbcore: registered new device driver usb\n[ 0.420431] PCI: Using ACPI for IRQ routing\n[ 0.421471] NetLabel: Initializing\n[ 0.422193] NetLabel: domain hash size = 128\n[ 0.423058] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.424029] NetLabel: unlabeled traffic allowed by default\n[ 0.425150] clocksource: Switched to clocksource kvm-clock\n[ 0.430589] AppArmor: AppArmor Filesystem Enabled\n[ 0.431560] pnp: PnP ACPI init\n[ 0.432478] pnp: PnP ACPI: found 5 devices\n[ 0.438856] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440591] NET: Registered protocol family 2\n[ 0.441564] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442858] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.444043] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.445231] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446339] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447514] NET: Registered protocol family 1\n[ 0.448378] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449500] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450584] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464586] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478825] Trying to unpack rootfs image as initramfs...\n[ 0.528722] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.542649] Scanning for low memory corruption every 60 seconds\n[ 0.544028] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.545200] audit: initializing netlink subsys (disabled)\n[ 0.546251] audit: type=2000 audit(1539347051.449:1): initialized\n[ 0.547599] Initialise system trusted keyring\n[ 0.548534] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.549726] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.551713] zbud: loaded\n[ 0.552415] VFS: Disk quotas dquot_6.6.0\n[ 0.553260] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.554800] fuse init (API version 7.23)\n[ 0.555699] Key type big_key registered\n[ 0.556512] Allocating IMA MOK and blacklist keyrings.\n[ 0.557651] Key type asymmetric registered\n[ 0.558484] Asymmetric key parser 'x509' registered\n[ 0.559442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.561298] io scheduler noop registered\n[ 0.562114] io scheduler deadline registered (default)\n[ 0.563115] io scheduler cfq registered\n[ 0.563959] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.565018] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.566299] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.567842] ACPI: Power Button [PWRF]\n[ 0.568685] GHES: HEST is not enabled!\n[ 0.583783] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.612993] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.615507] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.639264] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.641444] Linux agpgart interface v0.103\n[ 0.643519] brd: module loaded\n[ 0.644688] loop: module loaded\n[ 0.649954] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651419] GPT:90111 != 2097151\n[ 0.652102] GPT:Alternate GPT header not at the end of the disk.\n[ 0.653209] GPT:90111 != 2097151\n[ 0.653894] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654865] vda: vda1 vda15\n[ 0.656281] scsi host0: ata_piix\n[ 0.657023] scsi host1: ata_piix\n[ 0.657774] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.659009] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.660469] libphy: Fixed MDIO Bus: probed\n[ 0.661304] tun: Universal TUN/TAP device driver, 1.6\n[ 0.662271] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.664357] PPP generic driver version 2.4.2\n[ 0.665323] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.666665] ehci-pci: EHCI PCI platform driver\n[ 0.667582] ehci-platform: EHCI generic platform driver\n[ 0.668619] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.669824] ohci-pci: OHCI PCI platform driver\n[ 0.670737] ohci-platform: OHCI generic platform driver\n[ 0.671774] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686219] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687276] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688804] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689910] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.691087] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692428] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693966] usb usb1: Product: UHCI Host Controller\n[ 0.694989] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.696259] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.697372] hub 1-0:1.0: USB hub found\n[ 0.698218] hub 1-0:1.0: 2 ports detected\n[ 0.699175] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.701480] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.702590] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.703752] mousedev: PS/2 mouse device common for all mice\n[ 0.705083] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.707141] rtc_cmos 00:00: RTC can wake from S4\n[ 0.708343] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.709730] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.711259] i2c /dev entries driver\n[ 0.712280] device-mapper: uevent: version 1.0.3\n[ 0.713573] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.715701] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.717401] NET: Registered protocol family 10\n[ 0.718674] NET: Registered protocol family 17\n[ 0.719860] Key type dns_resolver registered\n[ 0.721056] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.722406] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.724630] registered taskstats version 1\n[ 0.725716] Loading compiled-in X.509 certificates\n[ 0.727369] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729760] zswap: loaded using pool lzo/zbud\n[ 0.731397] Key type trusted registered\n[ 0.733031] Key type encrypted registered\n[ 0.733956] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735103] ima: No TPM chip found, activating TPM-bypass!\n[ 0.736219] evm: HMAC attrs: 0x1\n[ 0.737231] Magic number: 6:572:430\n[ 0.738113] rtc_cmos 00:00: setting system clock to 2018-10-12 12:24:11 UTC (1539347051)\n[ 0.739721] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.740839] EDD information not available.\n[ 0.813725] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.815172] ata1.00: configured for MWDMA2\n[ 0.816376] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.829041] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.830290] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.831556] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.833431] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.834967] Write protecting the kernel read-only data: 14336k\n[ 0.836526] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.838322] 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.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.266788] 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.85s]\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n"} 2018-10-12 12:25:38,502 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/41e3a22e-745b-4981-95ab-3294325fa5e5/action used request id req-1d7cda86-ff5a-4e5e-a87c-b80fb064c3a3 2018-10-12 12:25:40,505 - sdnvpn_test_utils - INFO - Waiting for instance 5d604071-65ab-42eb-8efd-54b4046427ff to boot up 2018-10-12 12:25:40,509 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/5d604071-65ab-42eb-8efd-54b4046427ff/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d211197c5f8f7bfba619c5d0f14c7180e29e47" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:25:41,588 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:25: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-13864851-305d-4c2e-be58-42837bc7f399 x-compute-request-id: req-13864851-305d-4c2e-be58-42837bc7f399 Content-Encoding: gzip Content-Length: 8128 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 936584862 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.132228] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133923] pid_max: default: 32768 minimum: 301\n[ 0.134888] ACPI: Core revision 20150930\n[ 0.136298] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137654] Security Framework initialized\n[ 0.138476] Yama: becoming mindful.\n[ 0.139232] AppArmor: AppArmor initialized\n[ 0.140116] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141508] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142843] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144126] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145568] Initializing cgroup subsys io\n[ 0.146418] Initializing cgroup subsys memory\n[ 0.147360] Initializing cgroup subsys devices\n[ 0.148300] Initializing cgroup subsys freezer\n[ 0.149217] Initializing cgroup subsys net_cls\n[ 0.150141] Initializing cgroup subsys perf_event\n[ 0.151121] Initializing cgroup subsys net_prio\n[ 0.152054] Initializing cgroup subsys hugetlb\n[ 0.152971] Initializing cgroup subsys pids\n[ 0.153900] CPU: Physical Processor ID: 0\n[ 0.155439] mce: CPU supports 10 MCE banks\n[ 0.156331] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157370] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168136] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174599] ftrace: allocating 31920 entries in 125 pages\n[ 0.201434] smpboot: Max logical packages: 1\n[ 0.202329] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203755] x2apic enabled\n[ 0.204580] Switched APIC routing to physical x2apic.\n[ 0.206390] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207543] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209592] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211432] KVM setup paravirtual spinlock\n[ 0.212762] x86: Booted up 1 node, 1 CPUs\n[ 0.213622] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.215080] devtmpfs: initialized\n[ 0.216832] evm: security.selinux\n[ 0.217559] evm: security.SMACK64\n[ 0.218260] evm: security.SMACK64EXEC\n[ 0.219030] evm: security.SMACK64TRANSMUTE\n[ 0.219864] evm: security.SMACK64MMAP\n[ 0.220644] evm: security.ima\n[ 0.221301] evm: security.capability\n[ 0.222135] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224055] pinctrl core: initialized pinctrl subsystem\n[ 0.225204] RTC time: 12:23:58, date: 10/12/18\n[ 0.226198] NET: Registered protocol family 16\n[ 0.227188] cpuidle: using governor ladder\n[ 0.228032] cpuidle: using governor menu\n[ 0.228827] PCCT header not found.\n[ 0.229605] ACPI: bus type PCI registered\n[ 0.230425] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231723] PCI: Using configuration type 1 for base access\n[ 0.233535] ACPI: Added _OSI(Module Device)\n[ 0.234387] ACPI: Added _OSI(Processor Device)\n[ 0.235326] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236263] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238463] ACPI: Interpreter enabled\n[ 0.239279] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243135] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245069] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246960] ACPI: (supports S0 S5)\n[ 0.247665] ACPI: Using IOAPIC for interrupt routing\n[ 0.248708] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251772] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252897] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255265] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257862] acpiphp: Slot [3] registered\n[ 0.258814] acpiphp: Slot [4] registered\n[ 0.259764] acpiphp: Slot [5] registered\n[ 0.260709] acpiphp: Slot [6] registered\n[ 0.261647] acpiphp: Slot [7] registered\n[ 0.262592] acpiphp: Slot [8] registered\n[ 0.263545] acpiphp: Slot [9] registered\n[ 0.264483] acpiphp: Slot [10] registered\n[ 0.265441] acpiphp: Slot [11] registered\n[ 0.266406] acpiphp: Slot [12] registered\n[ 0.267371] acpiphp: Slot [13] registered\n[ 0.268336] acpiphp: Slot [14] registered\n[ 0.269312] acpiphp: Slot [15] registered\n[ 0.280322] acpiphp: Slot [16] registered\n[ 0.281299] acpiphp: Slot [17] registered\n[ 0.282274] acpiphp: Slot [18] registered\n[ 0.283269] acpiphp: Slot [19] registered\n[ 0.284261] acpiphp: Slot [20] registered\n[ 0.285262] acpiphp: Slot [21] registered\n[ 0.286237] acpiphp: Slot [22] registered\n[ 0.287222] acpiphp: Slot [23] registered\n[ 0.288216] acpiphp: Slot [24] registered\n[ 0.289208] acpiphp: Slot [25] registered\n[ 0.290207] acpiphp: Slot [26] registered\n[ 0.291200] acpiphp: Slot [27] registered\n[ 0.292192] acpiphp: Slot [28] registered\n[ 0.293185] acpiphp: Slot [29] registered\n[ 0.294163] acpiphp: Slot [30] registered\n[ 0.295138] acpiphp: Slot [31] registered\n[ 0.296122] PCI host bridge to bus 0000:00\n[ 0.297104] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298580] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300053] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301814] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303528] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309949] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311475] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312916] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320760] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367677] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.369357] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372619] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.374215] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376029] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377374] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380474] vgaarb: loaded\n[ 0.381176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382504] SCSI subsystem initialized\n[ 0.383456] ACPI: bus type USB registered\n[ 0.384416] usbcore: registered new interface driver usbfs\n[ 0.385648] usbcore: registered new interface driver hub\n[ 0.386856] usbcore: registered new device driver usb\n[ 0.388091] PCI: Using ACPI for IRQ routing\n[ 0.389264] NetLabel: Initializing\n[ 0.390111] NetLabel: domain hash size = 128\n[ 0.391120] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392250] NetLabel: unlabeled traffic allowed by default\n[ 0.393548] clocksource: Switched to clocksource kvm-clock\n[ 0.399147] AppArmor: AppArmor Filesystem Enabled\n[ 0.400280] pnp: PnP ACPI init\n[ 0.401301] pnp: PnP ACPI: found 5 devices\n[ 0.407818] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409845] NET: Registered protocol family 2\n[ 0.410959] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412486] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413912] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415296] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416573] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417989] NET: Registered protocol family 1\n[ 0.419018] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420323] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435829] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.450281] Trying to unpack rootfs image as initramfs...\n[ 0.500317] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.514410] Scanning for low memory corruption every 60 seconds\n[ 0.515976] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.517408] audit: initializing netlink subsys (disabled)\n[ 0.518651] audit: type=2000 audit(1539347039.285:1): initialized\n[ 0.520185] Initialise system trusted keyring\n[ 0.521283] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.522692] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.524886] zbud: loaded\n[ 0.525695] VFS: Disk quotas dquot_6.6.0\n[ 0.526662] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528425] fuse init (API version 7.23)\n[ 0.529456] Key type big_key registered\n[ 0.530425] Allocating IMA MOK and blacklist keyrings.\n[ 0.531740] Key type asymmetric registered\n[ 0.532717] Asymmetric key parser 'x509' registered\n[ 0.533855] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535589] io scheduler noop registered\n[ 0.536521] io scheduler deadline registered (default)\n[ 0.537709] io scheduler cfq registered\n[ 0.538693] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.539948] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541441] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543180] ACPI: Power Button [PWRF]\n[ 0.544539] GHES: HEST is not enabled!\n[ 0.558413] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.588812] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.591504] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.615659] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.618076] Linux agpgart interface v0.103\n[ 0.620287] brd: module loaded\n[ 0.621614] loop: module loaded\n[ 0.628784] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630520] GPT:90111 != 2097151\n[ 0.631314] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632622] GPT:90111 != 2097151\n[ 0.633409] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634557] vda: vda1 vda15\n[ 0.636072] scsi host0: ata_piix\n[ 0.636936] scsi host1: ata_piix\n[ 0.637770] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639225] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640903] libphy: Fixed MDIO Bus: probed\n[ 0.642056] tun: Universal TUN/TAP device driver, 1.6\n[ 0.643195] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645393] PPP generic driver version 2.4.2\n[ 0.646525] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647961] ehci-pci: EHCI PCI platform driver\n[ 0.648999] ehci-platform: EHCI generic platform driver\n[ 0.650191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651557] ohci-pci: OHCI PCI platform driver\n[ 0.652589] ohci-platform: OHCI generic platform driver\n[ 0.653774] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668523] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669928] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671975] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673396] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674954] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.676726] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678661] usb usb1: Product: UHCI Host Controller\n[ 0.680014] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681597] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682961] hub 1-0:1.0: USB hub found\n[ 0.684059] hub 1-0:1.0: 2 ports detected\n[ 0.685363] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.687985] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690360] mousedev: PS/2 mouse device common for all mice\n[ 0.691826] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.694005] rtc_cmos 00:00: RTC can wake from S4\n[ 0.695302] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.696727] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.698214] i2c /dev entries driver\n[ 0.699135] device-mapper: uevent: version 1.0.3\n[ 0.700257] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.702230] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703745] NET: Registered protocol family 10\n[ 0.704909] NET: Registered protocol family 17\n[ 0.705982] Key type dns_resolver registered\n[ 0.707081] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708383] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710494] registered taskstats version 1\n[ 0.711470] Loading compiled-in X.509 certificates\n[ 0.713101] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715374] zswap: loaded using pool lzo/zbud\n[ 0.716945] Key type trusted registered\n[ 0.718698] Key type encrypted registered\n[ 0.719714] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.720972] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722269] evm: HMAC attrs: 0x1\n[ 0.723371] Magic number: 6:22:380\n[ 0.724370] rtc_cmos 00:00: setting system clock to 2018-10-12 12:23:59 UTC (1539347039)\n[ 0.726350] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727732] EDD information not available.\n[ 0.794083] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.795783] ata1.00: configured for MWDMA2\n[ 0.797163] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.810149] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.811668] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813135] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815237] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.817075] Write protecting the kernel read-only data: 14336k\n[ 0.818853] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820942] 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.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... [ 1.244052] 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.95s]\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-10-12 12:25:41,588 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/5d604071-65ab-42eb-8efd-54b4046427ff/action used request id req-13864851-305d-4c2e-be58-42837bc7f399 2018-10-12 12:25:43,591 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-12 12:26:13,623 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/41e3a22e-745b-4981-95ab-3294325fa5e5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c5f8755da72c0a38c04a41f631917be359b1438" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:26:14,700 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:26: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-bd8f3829-4c73-470b-a000-7e15933dcd2a x-compute-request-id: req-bd8f3829-4c73-470b-a000-7e15933dcd2a Content-Encoding: gzip Content-Length: 8193 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 582574198 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.153396] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.155400] pid_max: default: 32768 minimum: 301\n[ 0.156499] ACPI: Core revision 20150930\n[ 0.158016] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159572] Security Framework initialized\n[ 0.160575] Yama: becoming mindful.\n[ 0.161445] AppArmor: AppArmor initialized\n[ 0.162454] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164114] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165693] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167153] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168851] Initializing cgroup subsys io\n[ 0.169822] Initializing cgroup subsys memory\n[ 0.170850] Initializing cgroup subsys devices\n[ 0.171887] Initializing cgroup subsys freezer\n[ 0.172983] Initializing cgroup subsys net_cls\n[ 0.174062] Initializing cgroup subsys perf_event\n[ 0.175182] Initializing cgroup subsys net_prio\n[ 0.176261] Initializing cgroup subsys hugetlb\n[ 0.177324] Initializing cgroup subsys pids\n[ 0.178357] CPU: Physical Processor ID: 0\n[ 0.180031] mce: CPU supports 10 MCE banks\n[ 0.181082] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182284] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193933] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200760] ftrace: allocating 31920 entries in 125 pages\n[ 0.227019] smpboot: Max logical packages: 1\n[ 0.228046] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229669] x2apic enabled\n[ 0.230610] Switched APIC routing to physical x2apic.\n[ 0.232558] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.233943] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236325] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238464] KVM setup paravirtual spinlock\n[ 0.239948] x86: Booted up 1 node, 1 CPUs\n[ 0.240916] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.242558] devtmpfs: initialized\n[ 0.244387] evm: security.selinux\n[ 0.245244] evm: security.SMACK64\n[ 0.246065] evm: security.SMACK64EXEC\n[ 0.246953] evm: security.SMACK64TRANSMUTE\n[ 0.247925] evm: security.SMACK64MMAP\n[ 0.248800] evm: security.ima\n[ 0.249549] evm: security.capability\n[ 0.250485] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.252722] pinctrl core: initialized pinctrl subsystem\n[ 0.254064] RTC time: 12:24:10, date: 10/12/18\n[ 0.255208] NET: Registered protocol family 16\n[ 0.256367] cpuidle: using governor ladder\n[ 0.257378] cpuidle: using governor menu\n[ 0.258346] PCCT header not found.\n[ 0.259252] ACPI: bus type PCI registered\n[ 0.260234] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.261780] PCI: Using configuration type 1 for base access\n[ 0.263758] ACPI: Added _OSI(Module Device)\n[ 0.264821] ACPI: Added _OSI(Processor Device)\n[ 0.265857] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.266936] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.269270] ACPI: Interpreter enabled\n[ 0.270220] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.272415] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.274677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.276881] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279247] ACPI: (supports S0 S5)\n[ 0.280117] ACPI: Using IOAPIC for interrupt routing\n[ 0.281279] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284723] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.286111] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287613] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.289110] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291814] acpiphp: Slot [3] registered\n[ 0.292773] acpiphp: Slot [4] registered\n[ 0.293726] acpiphp: Slot [5] registered\n[ 0.294704] acpiphp: Slot [6] registered\n[ 0.295670] acpiphp: Slot [7] registered\n[ 0.296621] acpiphp: Slot [8] registered\n[ 0.297570] acpiphp: Slot [9] registered\n[ 0.298515] acpiphp: Slot [10] registered\n[ 0.299480] acpiphp: Slot [11] registered\n[ 0.300445] acpiphp: Slot [12] registered\n[ 0.301412] acpiphp: Slot [13] registered\n[ 0.302375] acpiphp: Slot [14] registered\n[ 0.303340] acpiphp: Slot [15] registered\n[ 0.314144] acpiphp: Slot [16] registered\n[ 0.315153] acpiphp: Slot [17] registered\n[ 0.316133] acpiphp: Slot [18] registered\n[ 0.317107] acpiphp: Slot [19] registered\n[ 0.318082] acpiphp: Slot [20] registered\n[ 0.319066] acpiphp: Slot [21] registered\n[ 0.320045] acpiphp: Slot [22] registered\n[ 0.321028] acpiphp: Slot [23] registered\n[ 0.322005] acpiphp: Slot [24] registered\n[ 0.322984] acpiphp: Slot [25] registered\n[ 0.324013] acpiphp: Slot [26] registered\n[ 0.325028] acpiphp: Slot [27] registered\n[ 0.326032] acpiphp: Slot [28] registered\n[ 0.327005] acpiphp: Slot [29] registered\n[ 0.327979] acpiphp: Slot [30] registered\n[ 0.328958] acpiphp: Slot [31] registered\n[ 0.329961] PCI host bridge to bus 0000:00\n[ 0.330971] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.332457] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.333953] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.335761] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.337511] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.343999] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.345633] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.347109] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348423] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.354870] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.356347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.402698] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.404196] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.405645] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.407084] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408490] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.409782] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411235] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.412310] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.413879] vgaarb: loaded\n[ 0.414487] vgaarb: bridge control possible 0000:00:02.0\n[ 0.415642] SCSI subsystem initialized\n[ 0.416481] ACPI: bus type USB registered\n[ 0.417305] usbcore: registered new interface driver usbfs\n[ 0.418343] usbcore: registered new interface driver hub\n[ 0.419361] usbcore: registered new device driver usb\n[ 0.420431] PCI: Using ACPI for IRQ routing\n[ 0.421471] NetLabel: Initializing\n[ 0.422193] NetLabel: domain hash size = 128\n[ 0.423058] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.424029] NetLabel: unlabeled traffic allowed by default\n[ 0.425150] clocksource: Switched to clocksource kvm-clock\n[ 0.430589] AppArmor: AppArmor Filesystem Enabled\n[ 0.431560] pnp: PnP ACPI init\n[ 0.432478] pnp: PnP ACPI: found 5 devices\n[ 0.438856] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440591] NET: Registered protocol family 2\n[ 0.441564] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442858] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.444043] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.445231] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446339] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447514] NET: Registered protocol family 1\n[ 0.448378] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449500] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450584] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464586] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478825] Trying to unpack rootfs image as initramfs...\n[ 0.528722] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.542649] Scanning for low memory corruption every 60 seconds\n[ 0.544028] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.545200] audit: initializing netlink subsys (disabled)\n[ 0.546251] audit: type=2000 audit(1539347051.449:1): initialized\n[ 0.547599] Initialise system trusted keyring\n[ 0.548534] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.549726] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.551713] zbud: loaded\n[ 0.552415] VFS: Disk quotas dquot_6.6.0\n[ 0.553260] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.554800] fuse init (API version 7.23)\n[ 0.555699] Key type big_key registered\n[ 0.556512] Allocating IMA MOK and blacklist keyrings.\n[ 0.557651] Key type asymmetric registered\n[ 0.558484] Asymmetric key parser 'x509' registered\n[ 0.559442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.561298] io scheduler noop registered\n[ 0.562114] io scheduler deadline registered (default)\n[ 0.563115] io scheduler cfq registered\n[ 0.563959] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.565018] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.566299] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.567842] ACPI: Power Button [PWRF]\n[ 0.568685] GHES: HEST is not enabled!\n[ 0.583783] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.612993] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.615507] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.639264] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.641444] Linux agpgart interface v0.103\n[ 0.643519] brd: module loaded\n[ 0.644688] loop: module loaded\n[ 0.649954] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651419] GPT:90111 != 2097151\n[ 0.652102] GPT:Alternate GPT header not at the end of the disk.\n[ 0.653209] GPT:90111 != 2097151\n[ 0.653894] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654865] vda: vda1 vda15\n[ 0.656281] scsi host0: ata_piix\n[ 0.657023] scsi host1: ata_piix\n[ 0.657774] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.659009] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.660469] libphy: Fixed MDIO Bus: probed\n[ 0.661304] tun: Universal TUN/TAP device driver, 1.6\n[ 0.662271] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.664357] PPP generic driver version 2.4.2\n[ 0.665323] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.666665] ehci-pci: EHCI PCI platform driver\n[ 0.667582] ehci-platform: EHCI generic platform driver\n[ 0.668619] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.669824] ohci-pci: OHCI PCI platform driver\n[ 0.670737] ohci-platform: OHCI generic platform driver\n[ 0.671774] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686219] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687276] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688804] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689910] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.691087] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692428] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693966] usb usb1: Product: UHCI Host Controller\n[ 0.694989] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.696259] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.697372] hub 1-0:1.0: USB hub found\n[ 0.698218] hub 1-0:1.0: 2 ports detected\n[ 0.699175] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.701480] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.702590] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.703752] mousedev: PS/2 mouse device common for all mice\n[ 0.705083] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.707141] rtc_cmos 00:00: RTC can wake from S4\n[ 0.708343] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.709730] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.711259] i2c /dev entries driver\n[ 0.712280] device-mapper: uevent: version 1.0.3\n[ 0.713573] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.715701] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.717401] NET: Registered protocol family 10\n[ 0.718674] NET: Registered protocol family 17\n[ 0.719860] Key type dns_resolver registered\n[ 0.721056] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.722406] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.724630] registered taskstats version 1\n[ 0.725716] Loading compiled-in X.509 certificates\n[ 0.727369] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729760] zswap: loaded using pool lzo/zbud\n[ 0.731397] Key type trusted registered\n[ 0.733031] Key type encrypted registered\n[ 0.733956] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735103] ima: No TPM chip found, activating TPM-bypass!\n[ 0.736219] evm: HMAC attrs: 0x1\n[ 0.737231] Magic number: 6:572:430\n[ 0.738113] rtc_cmos 00:00: setting system clock to 2018-10-12 12:24:11 UTC (1539347051)\n[ 0.739721] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.740839] EDD information not available.\n[ 0.813725] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.815172] ata1.00: configured for MWDMA2\n[ 0.816376] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.829041] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.830290] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.831556] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.833431] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.834967] Write protecting the kernel read-only data: 14336k\n[ 0.836526] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.838322] 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.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.266788] 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.85s]\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n[ 121.554095] random: nonblocking pool is initialized\n10.10.10.12 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-10-12 12:26:14,701 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/41e3a22e-745b-4981-95ab-3294325fa5e5/action used request id req-bd8f3829-4c73-470b-a000-7e15933dcd2a 2018-10-12 12:26:14,702 - 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-10-12 12:26:14,704 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/41e3a22e-745b-4981-95ab-3294325fa5e5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c5f8755da72c0a38c04a41f631917be359b1438" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:26:15,775 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:26: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-f8730982-0603-454e-8a39-8b5ca37cafaa x-compute-request-id: req-f8730982-0603-454e-8a39-8b5ca37cafaa Content-Encoding: gzip Content-Length: 8193 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 582574198 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.153396] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.155400] pid_max: default: 32768 minimum: 301\n[ 0.156499] ACPI: Core revision 20150930\n[ 0.158016] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159572] Security Framework initialized\n[ 0.160575] Yama: becoming mindful.\n[ 0.161445] AppArmor: AppArmor initialized\n[ 0.162454] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164114] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165693] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167153] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168851] Initializing cgroup subsys io\n[ 0.169822] Initializing cgroup subsys memory\n[ 0.170850] Initializing cgroup subsys devices\n[ 0.171887] Initializing cgroup subsys freezer\n[ 0.172983] Initializing cgroup subsys net_cls\n[ 0.174062] Initializing cgroup subsys perf_event\n[ 0.175182] Initializing cgroup subsys net_prio\n[ 0.176261] Initializing cgroup subsys hugetlb\n[ 0.177324] Initializing cgroup subsys pids\n[ 0.178357] CPU: Physical Processor ID: 0\n[ 0.180031] mce: CPU supports 10 MCE banks\n[ 0.181082] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182284] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193933] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200760] ftrace: allocating 31920 entries in 125 pages\n[ 0.227019] smpboot: Max logical packages: 1\n[ 0.228046] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229669] x2apic enabled\n[ 0.230610] Switched APIC routing to physical x2apic.\n[ 0.232558] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.233943] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236325] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238464] KVM setup paravirtual spinlock\n[ 0.239948] x86: Booted up 1 node, 1 CPUs\n[ 0.240916] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.242558] devtmpfs: initialized\n[ 0.244387] evm: security.selinux\n[ 0.245244] evm: security.SMACK64\n[ 0.246065] evm: security.SMACK64EXEC\n[ 0.246953] evm: security.SMACK64TRANSMUTE\n[ 0.247925] evm: security.SMACK64MMAP\n[ 0.248800] evm: security.ima\n[ 0.249549] evm: security.capability\n[ 0.250485] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.252722] pinctrl core: initialized pinctrl subsystem\n[ 0.254064] RTC time: 12:24:10, date: 10/12/18\n[ 0.255208] NET: Registered protocol family 16\n[ 0.256367] cpuidle: using governor ladder\n[ 0.257378] cpuidle: using governor menu\n[ 0.258346] PCCT header not found.\n[ 0.259252] ACPI: bus type PCI registered\n[ 0.260234] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.261780] PCI: Using configuration type 1 for base access\n[ 0.263758] ACPI: Added _OSI(Module Device)\n[ 0.264821] ACPI: Added _OSI(Processor Device)\n[ 0.265857] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.266936] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.269270] ACPI: Interpreter enabled\n[ 0.270220] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.272415] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.274677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.276881] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279247] ACPI: (supports S0 S5)\n[ 0.280117] ACPI: Using IOAPIC for interrupt routing\n[ 0.281279] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284723] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.286111] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287613] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.289110] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291814] acpiphp: Slot [3] registered\n[ 0.292773] acpiphp: Slot [4] registered\n[ 0.293726] acpiphp: Slot [5] registered\n[ 0.294704] acpiphp: Slot [6] registered\n[ 0.295670] acpiphp: Slot [7] registered\n[ 0.296621] acpiphp: Slot [8] registered\n[ 0.297570] acpiphp: Slot [9] registered\n[ 0.298515] acpiphp: Slot [10] registered\n[ 0.299480] acpiphp: Slot [11] registered\n[ 0.300445] acpiphp: Slot [12] registered\n[ 0.301412] acpiphp: Slot [13] registered\n[ 0.302375] acpiphp: Slot [14] registered\n[ 0.303340] acpiphp: Slot [15] registered\n[ 0.314144] acpiphp: Slot [16] registered\n[ 0.315153] acpiphp: Slot [17] registered\n[ 0.316133] acpiphp: Slot [18] registered\n[ 0.317107] acpiphp: Slot [19] registered\n[ 0.318082] acpiphp: Slot [20] registered\n[ 0.319066] acpiphp: Slot [21] registered\n[ 0.320045] acpiphp: Slot [22] registered\n[ 0.321028] acpiphp: Slot [23] registered\n[ 0.322005] acpiphp: Slot [24] registered\n[ 0.322984] acpiphp: Slot [25] registered\n[ 0.324013] acpiphp: Slot [26] registered\n[ 0.325028] acpiphp: Slot [27] registered\n[ 0.326032] acpiphp: Slot [28] registered\n[ 0.327005] acpiphp: Slot [29] registered\n[ 0.327979] acpiphp: Slot [30] registered\n[ 0.328958] acpiphp: Slot [31] registered\n[ 0.329961] PCI host bridge to bus 0000:00\n[ 0.330971] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.332457] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.333953] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.335761] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.337511] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.343999] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.345633] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.347109] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348423] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.354870] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.356347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.402698] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.404196] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.405645] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.407084] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408490] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.409782] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411235] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.412310] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.413879] vgaarb: loaded\n[ 0.414487] vgaarb: bridge control possible 0000:00:02.0\n[ 0.415642] SCSI subsystem initialized\n[ 0.416481] ACPI: bus type USB registered\n[ 0.417305] usbcore: registered new interface driver usbfs\n[ 0.418343] usbcore: registered new interface driver hub\n[ 0.419361] usbcore: registered new device driver usb\n[ 0.420431] PCI: Using ACPI for IRQ routing\n[ 0.421471] NetLabel: Initializing\n[ 0.422193] NetLabel: domain hash size = 128\n[ 0.423058] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.424029] NetLabel: unlabeled traffic allowed by default\n[ 0.425150] clocksource: Switched to clocksource kvm-clock\n[ 0.430589] AppArmor: AppArmor Filesystem Enabled\n[ 0.431560] pnp: PnP ACPI init\n[ 0.432478] pnp: PnP ACPI: found 5 devices\n[ 0.438856] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440591] NET: Registered protocol family 2\n[ 0.441564] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.442858] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.444043] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.445231] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446339] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447514] NET: Registered protocol family 1\n[ 0.448378] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449500] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450584] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.464586] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.478825] Trying to unpack rootfs image as initramfs...\n[ 0.528722] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.542649] Scanning for low memory corruption every 60 seconds\n[ 0.544028] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.545200] audit: initializing netlink subsys (disabled)\n[ 0.546251] audit: type=2000 audit(1539347051.449:1): initialized\n[ 0.547599] Initialise system trusted keyring\n[ 0.548534] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.549726] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.551713] zbud: loaded\n[ 0.552415] VFS: Disk quotas dquot_6.6.0\n[ 0.553260] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.554800] fuse init (API version 7.23)\n[ 0.555699] Key type big_key registered\n[ 0.556512] Allocating IMA MOK and blacklist keyrings.\n[ 0.557651] Key type asymmetric registered\n[ 0.558484] Asymmetric key parser 'x509' registered\n[ 0.559442] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.561298] io scheduler noop registered\n[ 0.562114] io scheduler deadline registered (default)\n[ 0.563115] io scheduler cfq registered\n[ 0.563959] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.565018] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.566299] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.567842] ACPI: Power Button [PWRF]\n[ 0.568685] GHES: HEST is not enabled!\n[ 0.583783] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.612993] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.615507] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.639264] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.641444] Linux agpgart interface v0.103\n[ 0.643519] brd: module loaded\n[ 0.644688] loop: module loaded\n[ 0.649954] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651419] GPT:90111 != 2097151\n[ 0.652102] GPT:Alternate GPT header not at the end of the disk.\n[ 0.653209] GPT:90111 != 2097151\n[ 0.653894] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654865] vda: vda1 vda15\n[ 0.656281] scsi host0: ata_piix\n[ 0.657023] scsi host1: ata_piix\n[ 0.657774] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.659009] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.660469] libphy: Fixed MDIO Bus: probed\n[ 0.661304] tun: Universal TUN/TAP device driver, 1.6\n[ 0.662271] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.664357] PPP generic driver version 2.4.2\n[ 0.665323] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.666665] ehci-pci: EHCI PCI platform driver\n[ 0.667582] ehci-platform: EHCI generic platform driver\n[ 0.668619] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.669824] ohci-pci: OHCI PCI platform driver\n[ 0.670737] ohci-platform: OHCI generic platform driver\n[ 0.671774] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686219] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687276] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688804] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689910] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.691087] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692428] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693966] usb usb1: Product: UHCI Host Controller\n[ 0.694989] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.696259] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.697372] hub 1-0:1.0: USB hub found\n[ 0.698218] hub 1-0:1.0: 2 ports detected\n[ 0.699175] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.701480] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.702590] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.703752] mousedev: PS/2 mouse device common for all mice\n[ 0.705083] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.707141] rtc_cmos 00:00: RTC can wake from S4\n[ 0.708343] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.709730] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.711259] i2c /dev entries driver\n[ 0.712280] device-mapper: uevent: version 1.0.3\n[ 0.713573] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.715701] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.717401] NET: Registered protocol family 10\n[ 0.718674] NET: Registered protocol family 17\n[ 0.719860] Key type dns_resolver registered\n[ 0.721056] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.722406] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.724630] registered taskstats version 1\n[ 0.725716] Loading compiled-in X.509 certificates\n[ 0.727369] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.729760] zswap: loaded using pool lzo/zbud\n[ 0.731397] Key type trusted registered\n[ 0.733031] Key type encrypted registered\n[ 0.733956] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735103] ima: No TPM chip found, activating TPM-bypass!\n[ 0.736219] evm: HMAC attrs: 0x1\n[ 0.737231] Magic number: 6:572:430\n[ 0.738113] rtc_cmos 00:00: setting system clock to 2018-10-12 12:24:11 UTC (1539347051)\n[ 0.739721] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.740839] EDD information not available.\n[ 0.813725] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.815172] ata1.00: configured for MWDMA2\n[ 0.816376] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.829041] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.830290] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.831556] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.833431] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.834967] Write protecting the kernel read-only data: 14336k\n[ 0.836526] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.838322] 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.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.266788] 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.85s]\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n[ 121.554095] random: nonblocking pool is initialized\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 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-10-12 12:26:15,776 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/41e3a22e-745b-4981-95ab-3294325fa5e5/action used request id req-f8730982-0603-454e-8a39-8b5ca37cafaa 2018-10-12 12:26:15,777 - sdnvpn-results - DEBUG - [PASS] [10.10.10.12] returns 'I am sdnvpn-2-2' to 'sdnvpn-2-1'[10.10.10.11] 2018-10-12 12:26:15,777 - sdnvpn-results - INFO - Create VPN2 with eRT=iRT 2018-10-12 12:26:15,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1d54438c1ddc8566d5a606211a7048eed559d09" -d '{"bgpvpn": {"route_targets": "88:88", "import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-2-308996", "route_distinguishers": "222:222"}}' 2018-10-12 12:26:16,243 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 352 X-Openstack-Request-Id: req-79d29905-5b0e-4e4b-9a53-9331d85c11cf Date: Fri, 12 Oct 2018 12:26:16 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["222:222"], "routers": [], "id": "a5575c3f-4772-4e30-94ad-d0c50e4a2498", "name": "sdnvpn-2-308996", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "import_targets": ["88:88"], "networks": [], "route_targets": ["88:88"], "project_id": "d6e005d8411b4b378ddb320b792455b0", "type": "l3"}} 2018-10-12 12:26:16,243 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns used request id req-79d29905-5b0e-4e4b-9a53-9331d85c11cf 2018-10-12 12:26:16,243 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-2-308996', u'route_distinguishers': [u'222:222'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'd6e005d8411b4b378ddb320b792455b0', u'route_targets': [u'88:88'], u'project_id': u'd6e005d8411b4b378ddb320b792455b0', u'type': u'l3', u'id': u'a5575c3f-4772-4e30-94ad-d0c50e4a2498'}} 2018-10-12 12:26:16,244 - sdnvpn-results - INFO - Associate network 'sdnvpn-2-2-net' to the VPN2. 2018-10-12 12:26:16,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/a5575c3f-4772-4e30-94ad-d0c50e4a2498/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1d54438c1ddc8566d5a606211a7048eed559d09" -d '{"network_association": {"network_id": "4cc12adf-9ab0-4fe7-acd4-88d71b94b5bd"}}' 2018-10-12 12:26:16,995 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-fea6d3bd-59d6-4cea-a7dc-04cc599e874c Date: Fri, 12 Oct 2018 12:26:17 GMT RESP BODY: {"network_association": {"network_id": "4cc12adf-9ab0-4fe7-acd4-88d71b94b5bd", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "5202ccfc-f751-41c5-9122-9c37a74aef94"}} 2018-10-12 12:26:16,995 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/a5575c3f-4772-4e30-94ad-d0c50e4a2498/network_associations used request id req-fea6d3bd-59d6-4cea-a7dc-04cc599e874c 2018-10-12 12:26:16,996 - sdnvpn_test_utils - DEBUG - Waiting for network 29346bf8-80be-4243-8877-09eb630a86b6 to associate with BGPVPN 4b370e70-00fa-48db-adc4-dd9058a4b649 2018-10-12 12:26:17,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/29346bf8-80be-4243-8877-09eb630a86b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1d54438c1ddc8566d5a606211a7048eed559d09" 2018-10-12 12:26:17,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 390 X-Openstack-Request-Id: req-bc17797c-1eee-4506-8dd7-982f81a0135e Date: Fri, 12 Oct 2018 12:26:17 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["111:111"], "routers": [], "id": "29346bf8-80be-4243-8877-09eb630a86b6", "name": "sdnvpn-1-871628", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "import_targets": ["55:55"], "networks": ["4b370e70-00fa-48db-adc4-dd9058a4b649"], "route_targets": ["55:55"], "project_id": "d6e005d8411b4b378ddb320b792455b0", "type": "l3"}} 2018-10-12 12:26:17,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/29346bf8-80be-4243-8877-09eb630a86b6 used request id req-bc17797c-1eee-4506-8dd7-982f81a0135e 2018-10-12 12:26:18,333 - sdnvpn_test_utils - DEBUG - Waiting for network a5575c3f-4772-4e30-94ad-d0c50e4a2498 to associate with BGPVPN 4cc12adf-9ab0-4fe7-acd4-88d71b94b5bd 2018-10-12 12:26:18,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/a5575c3f-4772-4e30-94ad-d0c50e4a2498 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1d54438c1ddc8566d5a606211a7048eed559d09" 2018-10-12 12:26:18,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 390 X-Openstack-Request-Id: req-0162d782-fe27-431c-9f06-6f5d87c46c09 Date: Fri, 12 Oct 2018 12:26:18 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["222:222"], "routers": [], "id": "a5575c3f-4772-4e30-94ad-d0c50e4a2498", "name": "sdnvpn-2-308996", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "import_targets": ["88:88"], "networks": ["4cc12adf-9ab0-4fe7-acd4-88d71b94b5bd"], "route_targets": ["88:88"], "project_id": "d6e005d8411b4b378ddb320b792455b0", "type": "l3"}} 2018-10-12 12:26:18,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/a5575c3f-4772-4e30-94ad-d0c50e4a2498 used request id req-0162d782-fe27-431c-9f06-6f5d87c46c09 2018-10-12 12:26:19,806 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-12 12:26:49,839 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/5d604071-65ab-42eb-8efd-54b4046427ff/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d211197c5f8f7bfba619c5d0f14c7180e29e47" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:26:50,918 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:26: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-c05f5781-d6a2-488e-9c03-585b36561fa9 x-compute-request-id: req-c05f5781-d6a2-488e-9c03-585b36561fa9 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 936584862 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.132228] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133923] pid_max: default: 32768 minimum: 301\n[ 0.134888] ACPI: Core revision 20150930\n[ 0.136298] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137654] Security Framework initialized\n[ 0.138476] Yama: becoming mindful.\n[ 0.139232] AppArmor: AppArmor initialized\n[ 0.140116] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141508] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142843] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144126] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145568] Initializing cgroup subsys io\n[ 0.146418] Initializing cgroup subsys memory\n[ 0.147360] Initializing cgroup subsys devices\n[ 0.148300] Initializing cgroup subsys freezer\n[ 0.149217] Initializing cgroup subsys net_cls\n[ 0.150141] Initializing cgroup subsys perf_event\n[ 0.151121] Initializing cgroup subsys net_prio\n[ 0.152054] Initializing cgroup subsys hugetlb\n[ 0.152971] Initializing cgroup subsys pids\n[ 0.153900] CPU: Physical Processor ID: 0\n[ 0.155439] mce: CPU supports 10 MCE banks\n[ 0.156331] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157370] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168136] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174599] ftrace: allocating 31920 entries in 125 pages\n[ 0.201434] smpboot: Max logical packages: 1\n[ 0.202329] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203755] x2apic enabled\n[ 0.204580] Switched APIC routing to physical x2apic.\n[ 0.206390] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207543] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209592] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211432] KVM setup paravirtual spinlock\n[ 0.212762] x86: Booted up 1 node, 1 CPUs\n[ 0.213622] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.215080] devtmpfs: initialized\n[ 0.216832] evm: security.selinux\n[ 0.217559] evm: security.SMACK64\n[ 0.218260] evm: security.SMACK64EXEC\n[ 0.219030] evm: security.SMACK64TRANSMUTE\n[ 0.219864] evm: security.SMACK64MMAP\n[ 0.220644] evm: security.ima\n[ 0.221301] evm: security.capability\n[ 0.222135] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224055] pinctrl core: initialized pinctrl subsystem\n[ 0.225204] RTC time: 12:23:58, date: 10/12/18\n[ 0.226198] NET: Registered protocol family 16\n[ 0.227188] cpuidle: using governor ladder\n[ 0.228032] cpuidle: using governor menu\n[ 0.228827] PCCT header not found.\n[ 0.229605] ACPI: bus type PCI registered\n[ 0.230425] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231723] PCI: Using configuration type 1 for base access\n[ 0.233535] ACPI: Added _OSI(Module Device)\n[ 0.234387] ACPI: Added _OSI(Processor Device)\n[ 0.235326] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236263] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238463] ACPI: Interpreter enabled\n[ 0.239279] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243135] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245069] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246960] ACPI: (supports S0 S5)\n[ 0.247665] ACPI: Using IOAPIC for interrupt routing\n[ 0.248708] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251772] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252897] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255265] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257862] acpiphp: Slot [3] registered\n[ 0.258814] acpiphp: Slot [4] registered\n[ 0.259764] acpiphp: Slot [5] registered\n[ 0.260709] acpiphp: Slot [6] registered\n[ 0.261647] acpiphp: Slot [7] registered\n[ 0.262592] acpiphp: Slot [8] registered\n[ 0.263545] acpiphp: Slot [9] registered\n[ 0.264483] acpiphp: Slot [10] registered\n[ 0.265441] acpiphp: Slot [11] registered\n[ 0.266406] acpiphp: Slot [12] registered\n[ 0.267371] acpiphp: Slot [13] registered\n[ 0.268336] acpiphp: Slot [14] registered\n[ 0.269312] acpiphp: Slot [15] registered\n[ 0.280322] acpiphp: Slot [16] registered\n[ 0.281299] acpiphp: Slot [17] registered\n[ 0.282274] acpiphp: Slot [18] registered\n[ 0.283269] acpiphp: Slot [19] registered\n[ 0.284261] acpiphp: Slot [20] registered\n[ 0.285262] acpiphp: Slot [21] registered\n[ 0.286237] acpiphp: Slot [22] registered\n[ 0.287222] acpiphp: Slot [23] registered\n[ 0.288216] acpiphp: Slot [24] registered\n[ 0.289208] acpiphp: Slot [25] registered\n[ 0.290207] acpiphp: Slot [26] registered\n[ 0.291200] acpiphp: Slot [27] registered\n[ 0.292192] acpiphp: Slot [28] registered\n[ 0.293185] acpiphp: Slot [29] registered\n[ 0.294163] acpiphp: Slot [30] registered\n[ 0.295138] acpiphp: Slot [31] registered\n[ 0.296122] PCI host bridge to bus 0000:00\n[ 0.297104] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298580] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300053] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301814] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303528] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309949] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311475] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312916] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320760] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367677] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.369357] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372619] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.374215] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376029] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377374] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380474] vgaarb: loaded\n[ 0.381176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382504] SCSI subsystem initialized\n[ 0.383456] ACPI: bus type USB registered\n[ 0.384416] usbcore: registered new interface driver usbfs\n[ 0.385648] usbcore: registered new interface driver hub\n[ 0.386856] usbcore: registered new device driver usb\n[ 0.388091] PCI: Using ACPI for IRQ routing\n[ 0.389264] NetLabel: Initializing\n[ 0.390111] NetLabel: domain hash size = 128\n[ 0.391120] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392250] NetLabel: unlabeled traffic allowed by default\n[ 0.393548] clocksource: Switched to clocksource kvm-clock\n[ 0.399147] AppArmor: AppArmor Filesystem Enabled\n[ 0.400280] pnp: PnP ACPI init\n[ 0.401301] pnp: PnP ACPI: found 5 devices\n[ 0.407818] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409845] NET: Registered protocol family 2\n[ 0.410959] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412486] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413912] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415296] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416573] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417989] NET: Registered protocol family 1\n[ 0.419018] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420323] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435829] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.450281] Trying to unpack rootfs image as initramfs...\n[ 0.500317] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.514410] Scanning for low memory corruption every 60 seconds\n[ 0.515976] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.517408] audit: initializing netlink subsys (disabled)\n[ 0.518651] audit: type=2000 audit(1539347039.285:1): initialized\n[ 0.520185] Initialise system trusted keyring\n[ 0.521283] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.522692] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.524886] zbud: loaded\n[ 0.525695] VFS: Disk quotas dquot_6.6.0\n[ 0.526662] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528425] fuse init (API version 7.23)\n[ 0.529456] Key type big_key registered\n[ 0.530425] Allocating IMA MOK and blacklist keyrings.\n[ 0.531740] Key type asymmetric registered\n[ 0.532717] Asymmetric key parser 'x509' registered\n[ 0.533855] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535589] io scheduler noop registered\n[ 0.536521] io scheduler deadline registered (default)\n[ 0.537709] io scheduler cfq registered\n[ 0.538693] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.539948] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541441] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543180] ACPI: Power Button [PWRF]\n[ 0.544539] GHES: HEST is not enabled!\n[ 0.558413] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.588812] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.591504] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.615659] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.618076] Linux agpgart interface v0.103\n[ 0.620287] brd: module loaded\n[ 0.621614] loop: module loaded\n[ 0.628784] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630520] GPT:90111 != 2097151\n[ 0.631314] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632622] GPT:90111 != 2097151\n[ 0.633409] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634557] vda: vda1 vda15\n[ 0.636072] scsi host0: ata_piix\n[ 0.636936] scsi host1: ata_piix\n[ 0.637770] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639225] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640903] libphy: Fixed MDIO Bus: probed\n[ 0.642056] tun: Universal TUN/TAP device driver, 1.6\n[ 0.643195] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645393] PPP generic driver version 2.4.2\n[ 0.646525] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647961] ehci-pci: EHCI PCI platform driver\n[ 0.648999] ehci-platform: EHCI generic platform driver\n[ 0.650191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651557] ohci-pci: OHCI PCI platform driver\n[ 0.652589] ohci-platform: OHCI generic platform driver\n[ 0.653774] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668523] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669928] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671975] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673396] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674954] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.676726] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678661] usb usb1: Product: UHCI Host Controller\n[ 0.680014] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681597] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682961] hub 1-0:1.0: USB hub found\n[ 0.684059] hub 1-0:1.0: 2 ports detected\n[ 0.685363] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.687985] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690360] mousedev: PS/2 mouse device common for all mice\n[ 0.691826] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.694005] rtc_cmos 00:00: RTC can wake from S4\n[ 0.695302] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.696727] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.698214] i2c /dev entries driver\n[ 0.699135] device-mapper: uevent: version 1.0.3\n[ 0.700257] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.702230] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703745] NET: Registered protocol family 10\n[ 0.704909] NET: Registered protocol family 17\n[ 0.705982] Key type dns_resolver registered\n[ 0.707081] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708383] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710494] registered taskstats version 1\n[ 0.711470] Loading compiled-in X.509 certificates\n[ 0.713101] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715374] zswap: loaded using pool lzo/zbud\n[ 0.716945] Key type trusted registered\n[ 0.718698] Key type encrypted registered\n[ 0.719714] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.720972] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722269] evm: HMAC attrs: 0x1\n[ 0.723371] Magic number: 6:22:380\n[ 0.724370] rtc_cmos 00:00: setting system clock to 2018-10-12 12:23:59 UTC (1539347039)\n[ 0.726350] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727732] EDD information not available.\n[ 0.794083] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.795783] ata1.00: configured for MWDMA2\n[ 0.797163] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.810149] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.811668] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813135] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815237] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.817075] Write protecting the kernel read-only data: 14336k\n[ 0.818853] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820942] 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.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... [ 1.244052] 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.95s]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n"} 2018-10-12 12:26:50,919 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/5d604071-65ab-42eb-8efd-54b4046427ff/action used request id req-c05f5781-d6a2-488e-9c03-585b36561fa9 2018-10-12 12:26:50,920 - 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-10-12 12:26:50,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/5d604071-65ab-42eb-8efd-54b4046427ff/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d211197c5f8f7bfba619c5d0f14c7180e29e47" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:26:51,997 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:26:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81a03d26-3623-4a71-a67f-390116d0ca9a x-compute-request-id: req-81a03d26-3623-4a71-a67f-390116d0ca9a 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 936584862 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.132228] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.133923] pid_max: default: 32768 minimum: 301\n[ 0.134888] ACPI: Core revision 20150930\n[ 0.136298] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137654] Security Framework initialized\n[ 0.138476] Yama: becoming mindful.\n[ 0.139232] AppArmor: AppArmor initialized\n[ 0.140116] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141508] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142843] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144126] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145568] Initializing cgroup subsys io\n[ 0.146418] Initializing cgroup subsys memory\n[ 0.147360] Initializing cgroup subsys devices\n[ 0.148300] Initializing cgroup subsys freezer\n[ 0.149217] Initializing cgroup subsys net_cls\n[ 0.150141] Initializing cgroup subsys perf_event\n[ 0.151121] Initializing cgroup subsys net_prio\n[ 0.152054] Initializing cgroup subsys hugetlb\n[ 0.152971] Initializing cgroup subsys pids\n[ 0.153900] CPU: Physical Processor ID: 0\n[ 0.155439] mce: CPU supports 10 MCE banks\n[ 0.156331] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157370] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168136] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174599] ftrace: allocating 31920 entries in 125 pages\n[ 0.201434] smpboot: Max logical packages: 1\n[ 0.202329] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203755] x2apic enabled\n[ 0.204580] Switched APIC routing to physical x2apic.\n[ 0.206390] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207543] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209592] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211432] KVM setup paravirtual spinlock\n[ 0.212762] x86: Booted up 1 node, 1 CPUs\n[ 0.213622] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.215080] devtmpfs: initialized\n[ 0.216832] evm: security.selinux\n[ 0.217559] evm: security.SMACK64\n[ 0.218260] evm: security.SMACK64EXEC\n[ 0.219030] evm: security.SMACK64TRANSMUTE\n[ 0.219864] evm: security.SMACK64MMAP\n[ 0.220644] evm: security.ima\n[ 0.221301] evm: security.capability\n[ 0.222135] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224055] pinctrl core: initialized pinctrl subsystem\n[ 0.225204] RTC time: 12:23:58, date: 10/12/18\n[ 0.226198] NET: Registered protocol family 16\n[ 0.227188] cpuidle: using governor ladder\n[ 0.228032] cpuidle: using governor menu\n[ 0.228827] PCCT header not found.\n[ 0.229605] ACPI: bus type PCI registered\n[ 0.230425] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231723] PCI: Using configuration type 1 for base access\n[ 0.233535] ACPI: Added _OSI(Module Device)\n[ 0.234387] ACPI: Added _OSI(Processor Device)\n[ 0.235326] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236263] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238463] ACPI: Interpreter enabled\n[ 0.239279] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243135] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245069] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246960] ACPI: (supports S0 S5)\n[ 0.247665] ACPI: Using IOAPIC for interrupt routing\n[ 0.248708] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251772] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252897] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255265] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257862] acpiphp: Slot [3] registered\n[ 0.258814] acpiphp: Slot [4] registered\n[ 0.259764] acpiphp: Slot [5] registered\n[ 0.260709] acpiphp: Slot [6] registered\n[ 0.261647] acpiphp: Slot [7] registered\n[ 0.262592] acpiphp: Slot [8] registered\n[ 0.263545] acpiphp: Slot [9] registered\n[ 0.264483] acpiphp: Slot [10] registered\n[ 0.265441] acpiphp: Slot [11] registered\n[ 0.266406] acpiphp: Slot [12] registered\n[ 0.267371] acpiphp: Slot [13] registered\n[ 0.268336] acpiphp: Slot [14] registered\n[ 0.269312] acpiphp: Slot [15] registered\n[ 0.280322] acpiphp: Slot [16] registered\n[ 0.281299] acpiphp: Slot [17] registered\n[ 0.282274] acpiphp: Slot [18] registered\n[ 0.283269] acpiphp: Slot [19] registered\n[ 0.284261] acpiphp: Slot [20] registered\n[ 0.285262] acpiphp: Slot [21] registered\n[ 0.286237] acpiphp: Slot [22] registered\n[ 0.287222] acpiphp: Slot [23] registered\n[ 0.288216] acpiphp: Slot [24] registered\n[ 0.289208] acpiphp: Slot [25] registered\n[ 0.290207] acpiphp: Slot [26] registered\n[ 0.291200] acpiphp: Slot [27] registered\n[ 0.292192] acpiphp: Slot [28] registered\n[ 0.293185] acpiphp: Slot [29] registered\n[ 0.294163] acpiphp: Slot [30] registered\n[ 0.295138] acpiphp: Slot [31] registered\n[ 0.296122] PCI host bridge to bus 0000:00\n[ 0.297104] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298580] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300053] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301814] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303528] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309949] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311475] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312916] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314433] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320760] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322463] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367677] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.369357] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370983] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372619] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.374215] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376029] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377374] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380474] vgaarb: loaded\n[ 0.381176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382504] SCSI subsystem initialized\n[ 0.383456] ACPI: bus type USB registered\n[ 0.384416] usbcore: registered new interface driver usbfs\n[ 0.385648] usbcore: registered new interface driver hub\n[ 0.386856] usbcore: registered new device driver usb\n[ 0.388091] PCI: Using ACPI for IRQ routing\n[ 0.389264] NetLabel: Initializing\n[ 0.390111] NetLabel: domain hash size = 128\n[ 0.391120] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392250] NetLabel: unlabeled traffic allowed by default\n[ 0.393548] clocksource: Switched to clocksource kvm-clock\n[ 0.399147] AppArmor: AppArmor Filesystem Enabled\n[ 0.400280] pnp: PnP ACPI init\n[ 0.401301] pnp: PnP ACPI: found 5 devices\n[ 0.407818] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409845] NET: Registered protocol family 2\n[ 0.410959] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412486] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413912] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415296] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416573] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417989] NET: Registered protocol family 1\n[ 0.419018] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420323] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435829] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.450281] Trying to unpack rootfs image as initramfs...\n[ 0.500317] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.514410] Scanning for low memory corruption every 60 seconds\n[ 0.515976] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.517408] audit: initializing netlink subsys (disabled)\n[ 0.518651] audit: type=2000 audit(1539347039.285:1): initialized\n[ 0.520185] Initialise system trusted keyring\n[ 0.521283] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.522692] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.524886] zbud: loaded\n[ 0.525695] VFS: Disk quotas dquot_6.6.0\n[ 0.526662] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528425] fuse init (API version 7.23)\n[ 0.529456] Key type big_key registered\n[ 0.530425] Allocating IMA MOK and blacklist keyrings.\n[ 0.531740] Key type asymmetric registered\n[ 0.532717] Asymmetric key parser 'x509' registered\n[ 0.533855] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535589] io scheduler noop registered\n[ 0.536521] io scheduler deadline registered (default)\n[ 0.537709] io scheduler cfq registered\n[ 0.538693] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.539948] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541441] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543180] ACPI: Power Button [PWRF]\n[ 0.544539] GHES: HEST is not enabled!\n[ 0.558413] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.588812] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.591504] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.615659] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.618076] Linux agpgart interface v0.103\n[ 0.620287] brd: module loaded\n[ 0.621614] loop: module loaded\n[ 0.628784] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630520] GPT:90111 != 2097151\n[ 0.631314] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632622] GPT:90111 != 2097151\n[ 0.633409] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634557] vda: vda1 vda15\n[ 0.636072] scsi host0: ata_piix\n[ 0.636936] scsi host1: ata_piix\n[ 0.637770] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639225] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.640903] libphy: Fixed MDIO Bus: probed\n[ 0.642056] tun: Universal TUN/TAP device driver, 1.6\n[ 0.643195] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645393] PPP generic driver version 2.4.2\n[ 0.646525] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647961] ehci-pci: EHCI PCI platform driver\n[ 0.648999] ehci-platform: EHCI generic platform driver\n[ 0.650191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651557] ohci-pci: OHCI PCI platform driver\n[ 0.652589] ohci-platform: OHCI generic platform driver\n[ 0.653774] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668523] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669928] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671975] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673396] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674954] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.676726] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.678661] usb usb1: Product: UHCI Host Controller\n[ 0.680014] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681597] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682961] hub 1-0:1.0: USB hub found\n[ 0.684059] hub 1-0:1.0: 2 ports detected\n[ 0.685363] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.687985] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689134] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690360] mousedev: PS/2 mouse device common for all mice\n[ 0.691826] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.694005] rtc_cmos 00:00: RTC can wake from S4\n[ 0.695302] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.696727] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.698214] i2c /dev entries driver\n[ 0.699135] device-mapper: uevent: version 1.0.3\n[ 0.700257] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.702230] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.703745] NET: Registered protocol family 10\n[ 0.704909] NET: Registered protocol family 17\n[ 0.705982] Key type dns_resolver registered\n[ 0.707081] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708383] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710494] registered taskstats version 1\n[ 0.711470] Loading compiled-in X.509 certificates\n[ 0.713101] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715374] zswap: loaded using pool lzo/zbud\n[ 0.716945] Key type trusted registered\n[ 0.718698] Key type encrypted registered\n[ 0.719714] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.720972] ima: No TPM chip found, activating TPM-bypass!\n[ 0.722269] evm: HMAC attrs: 0x1\n[ 0.723371] Magic number: 6:22:380\n[ 0.724370] rtc_cmos 00:00: setting system clock to 2018-10-12 12:23:59 UTC (1539347039)\n[ 0.726350] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.727732] EDD information not available.\n[ 0.794083] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.795783] ata1.00: configured for MWDMA2\n[ 0.797163] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.810149] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.811668] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813135] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815237] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.817075] Write protecting the kernel read-only data: 14336k\n[ 0.818853] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820942] 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.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... [ 1.244052] 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.95s]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n"} 2018-10-12 12:26:51,997 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/5d604071-65ab-42eb-8efd-54b4046427ff/action used request id req-81a03d26-3623-4a71-a67f-390116d0ca9a 2018-10-12 12:26:51,998 - sdnvpn-results - DEBUG - [PASS] [10.10.10.11] returns 'I am not reachable' to 'sdnvpn-2-4'[10.10.10.12] 2018-10-12 12:26:52,001 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/41e3a22e-745b-4981-95ab-3294325fa5e5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db0ef396c3f7b6ed594fdd4a2e29c68ac903bad9" -d '{"forceDelete": null}' 2018-10-12 12:26:52,178 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:26:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-97def30e-da3e-45f2-afdc-3a76f08174e3 x-compute-request-id: req-97def30e-da3e-45f2-afdc-3a76f08174e3 Content-Length: 0 Content-Type: application/json 2018-10-12 12:26:52,178 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/41e3a22e-745b-4981-95ab-3294325fa5e5/action used request id req-97def30e-da3e-45f2-afdc-3a76f08174e3 2018-10-12 12:26:52,182 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db0ef396c3f7b6ed594fdd4a2e29c68ac903bad9" -d '{"forceDelete": null}' 2018-10-12 12:26:52,394 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:26:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0c9fa692-6859-4480-88f0-b3567a243d29 x-compute-request-id: req-0c9fa692-6859-4480-88f0-b3567a243d29 Content-Length: 0 Content-Type: application/json 2018-10-12 12:26:52,394 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/c6d7a883-2f8d-40a3-853c-c632ec64a95b/action used request id req-0c9fa692-6859-4480-88f0-b3567a243d29 2018-10-12 12:26:52,397 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/5d604071-65ab-42eb-8efd-54b4046427ff/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db0ef396c3f7b6ed594fdd4a2e29c68ac903bad9" -d '{"forceDelete": null}' 2018-10-12 12:26:52,586 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:26:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7148e2a9-dbf3-4ecc-8764-3b87fa4439f5 x-compute-request-id: req-7148e2a9-dbf3-4ecc-8764-3b87fa4439f5 Content-Length: 0 Content-Type: application/json 2018-10-12 12:26:52,586 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/5d604071-65ab-42eb-8efd-54b4046427ff/action used request id req-7148e2a9-dbf3-4ecc-8764-3b87fa4439f5 2018-10-12 12:26:52,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/c88431e7-3406-47ab-9427-15e9bf54cd84 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1e9fe9046a681b388c0df96eff888261b90e257a" 2018-10-12 12:26:54,661 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b51f31f5-a1a0-4a47-89b3-432f3f846ac0 Date: Fri, 12 Oct 2018 12:26:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 12:26:54,661 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/c88431e7-3406-47ab-9427-15e9bf54cd84 used request id req-b51f31f5-a1a0-4a47-89b3-432f3f846ac0 2018-10-12 12:26:54,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/29346bf8-80be-4243-8877-09eb630a86b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1d54438c1ddc8566d5a606211a7048eed559d09" 2018-10-12 12:26:55,149 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-00996669-7860-421c-89f6-df2456bf0b83 Content-Length: 0 Date: Fri, 12 Oct 2018 12:26:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:26:55,149 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/29346bf8-80be-4243-8877-09eb630a86b6 used request id req-00996669-7860-421c-89f6-df2456bf0b83 2018-10-12 12:26:55,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/a5575c3f-4772-4e30-94ad-d0c50e4a2498 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1d54438c1ddc8566d5a606211a7048eed559d09" 2018-10-12 12:26:55,594 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-851d52a9-b158-4d77-b315-f6ca5ce84fb5 Content-Length: 0 Date: Fri, 12 Oct 2018 12:26:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:26:55,595 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/a5575c3f-4772-4e30-94ad-d0c50e4a2498 used request id req-851d52a9-b158-4d77-b315-f6ca5ce84fb5 2018-10-12 12:26:55,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/eb2e7233-238d-4e00-9366-65c52df4a0bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1d54438c1ddc8566d5a606211a7048eed559d09" 2018-10-12 12:26:57,680 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6d9ace84-28f1-41f7-a16b-71fe1245b7ff Date: Fri, 12 Oct 2018 12:26:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:26:57,680 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/eb2e7233-238d-4e00-9366-65c52df4a0bd used request id req-6d9ace84-28f1-41f7-a16b-71fe1245b7ff 2018-10-12 12:26:57,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/a74c2619-23cd-464b-bc0f-702695aa9024 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1d54438c1ddc8566d5a606211a7048eed559d09" 2018-10-12 12:27:00,207 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0b6a2452-1987-4950-b6f3-77516ce1689f Date: Fri, 12 Oct 2018 12:27:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:27:00,207 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/a74c2619-23cd-464b-bc0f-702695aa9024 used request id req-0b6a2452-1987-4950-b6f3-77516ce1689f 2018-10-12 12:27:00,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/4b370e70-00fa-48db-adc4-dd9058a4b649 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1d54438c1ddc8566d5a606211a7048eed559d09" 2018-10-12 12:27:01,072 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-df95ef85-fd45-4435-8249-753674c135e4 Date: Fri, 12 Oct 2018 12:27:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:27:01,072 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/4b370e70-00fa-48db-adc4-dd9058a4b649 used request id req-df95ef85-fd45-4435-8249-753674c135e4 2018-10-12 12:27:01,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/4cc12adf-9ab0-4fe7-acd4-88d71b94b5bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1d54438c1ddc8566d5a606211a7048eed559d09" 2018-10-12 12:27:02,382 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-149c4302-907d-49f6-a3d0-647949140d49 Date: Fri, 12 Oct 2018 12:27:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:27:02,382 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/4cc12adf-9ab0-4fe7-acd4-88d71b94b5bd used request id req-149c4302-907d-49f6-a3d0-647949140d49 2018-10-12 12:27:02,383 - 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-10-12 12:27:02,383 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-12 12:27:02,384 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_2 2018-10-12 12:27:02,384 - 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-10-12 12:27:02,384 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets' 2018-10-12 12:27:02,384 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================== 2018-10-12 12:27:02,384 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_1 2018-10-12 12:27:02,472 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_1 main method 2018-10-12 12:27:02,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:27:02,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:27:02,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:27:02,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:27:02,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:27:02,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:27:02,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:27:02,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:27:02,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:27:02,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:27:02,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:27:02,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:27:02,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:27:02,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:27:02,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:27:02,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:27:02,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:27:02,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:27:02,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:27:02,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:27:02,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:27:02,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:27:02,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:27:02,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:27:02,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:27:02,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:27:02,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:27:02,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:27:02,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:27:02,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:27:02,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:27:02,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:27:02,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:27:02,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:27:02,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:27:02,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:27:02,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:27:02,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:27:02,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:27:02,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:27:02,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:27:02,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:27:02,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:27:02,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:27:02,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:27:02,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:27:02,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:27:02,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:27:02,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-12 12:27:02,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:27:02,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:27:02,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:27:02,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:27:02,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:27:02,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:27:02,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:27:02,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:27:02,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:27:02,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:27:02,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:27:02,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:27:02,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:27:02,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:27:02,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:27:02,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:27:02,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:27:02,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:27:02,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:27:02,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:27:02,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:27:02,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:27:02,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:27:02,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:27:02,481 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-12 12:27:02,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:27:02,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8ac6ec8-b448-432c-9475-1358a579bd08 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:27:02,487 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f8ac6ec8-b448-432c-9475-1358a579bd08 2018-10-12 12:27:02,487 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:27:02,867 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:27:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["bY2ZAPAbRdu68eaZBr58PQ"], "issued_at": "2018-10-12T12:27:02.000000Z"}} 2018-10-12 12:27:02,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cb7b0cbbf09414b4eff393df6e97a903cd0d6ed3" 2018-10-12 12:27:03,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-1b35bf85-2206-4b20-979a-581d42d789e7 Date: Fri, 12 Oct 2018 12:27:03 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-12 12:27:03,037 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20 used request id req-1b35bf85-2206-4b20-979a-581d42d789e7 2018-10-12 12:27:03,037 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-12 12:27:03,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cb7b0cbbf09414b4eff393df6e97a903cd0d6ed3" 2018-10-12 12:27:03,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3710bc9f-8d4f-4b09-b0d9-84844559f29a Date: Fri, 12 Oct 2018 12:27: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-10-12 12:27:03,202 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-3710bc9f-8d4f-4b09-b0d9-84844559f29a 2018-10-12 12:27:03,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cb7b0cbbf09414b4eff393df6e97a903cd0d6ed3" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-12 12:27:03,425 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/76c8a442-4055-46ad-9ca9-c345c4a4f1c9 X-Openstack-Request-Id: req-ceea0115-19f4-429a-aa74-5d032d61ed4d Date: Fri, 12 Oct 2018 12:27:03 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T12:27:03Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-12T12:27:03Z", "visibility": "public", "locations": [], "self": "/v2/images/76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "min_disk": 0, "protected": false, "id": "76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "file": "/v2/images/76c8a442-4055-46ad-9ca9-c345c4a4f1c9/file", "checksum": null, "owner": "d6e005d8411b4b378ddb320b792455b0", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 12:27:03,425 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-ceea0115-19f4-429a-aa74-5d032d61ed4d 2018-10-12 12:27:03,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/76c8a442-4055-46ad-9ca9-c345c4a4f1c9/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cb7b0cbbf09414b4eff393df6e97a903cd0d6ed3" -d '' 2018-10-12 12:27:04,669 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4e67063f-a38c-42d8-ae5f-c059ebd10c49 Date: Fri, 12 Oct 2018 12:27:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 12:27:04,669 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/76c8a442-4055-46ad-9ca9-c345c4a4f1c9/file used request id req-4e67063f-a38c-42d8-ae5f-c059ebd10c49 2018-10-12 12:27:04,670 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-1-net 2018-10-12 12:27:04,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:27:04,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f70dc13-1ae7-4326-81bd-cb47e08eb21a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:27:04,677 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3f70dc13-1ae7-4326-81bd-cb47e08eb21a 2018-10-12 12:27:04,678 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:27:05,059 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:27:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["Pa4N54L3TLGj3n0qJAtakg"], "issued_at": "2018-10-12T12:27:05.000000Z"}} 2018-10-12 12:27:05,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa1c99d4496ae93f51dffb25b7943fd086dfae7" -d '{"network": {"name": "sdnvpn-1-1-net", "admin_state_up": true}}' 2018-10-12 12:27:05,449 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-33ea8112-85f5-4ddc-b0bb-4761e8b30d9e Date: Fri, 12 Oct 2018 12:27: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":"7bc22fd5-5bbd-401f-8f5b-fe08e20300a1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T12:27:05Z","is_default":false,"provider:segmentation_id":100,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:27:05Z","mtu":1450}} 2018-10-12 12:27:05,449 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-33ea8112-85f5-4ddc-b0bb-4761e8b30d9e 2018-10-12 12:27:05,450 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-1-subnet in network 7bc22fd5-5bbd-401f-8f5b-fe08e20300a1 with cidr 10.10.10.0/24 2018-10-12 12:27:05,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa1c99d4496ae93f51dffb25b7943fd086dfae7" -d '{"subnets": [{"ip_version": 4, "network_id": "7bc22fd5-5bbd-401f-8f5b-fe08e20300a1", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-1-subnet"}]}' 2018-10-12 12:27:05,995 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-0ad730c0-aeb0-41b7-9d51-45710a20d3ed Date: Fri, 12 Oct 2018 12:27:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7bc22fd5-5bbd-401f-8f5b-fe08e20300a1","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:27:05Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-12T12:27:05Z","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":"d6e005d8411b4b378ddb320b792455b0","id":"ff5d324b-7864-40ee-b2c5-3f51e49f45c6","subnetpool_id":null,"name":"sdnvpn-1-1-subnet"}]} 2018-10-12 12:27:05,995 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-0ad730c0-aeb0-41b7-9d51-45710a20d3ed 2018-10-12 12:27:05,995 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-2-net 2018-10-12 12:27:06,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa1c99d4496ae93f51dffb25b7943fd086dfae7" -d '{"network": {"name": "sdnvpn-1-2-net", "admin_state_up": true}}' 2018-10-12 12:27:06,389 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-de4d361e-4c40-4f3e-9781-f013a3332003 Date: Fri, 12 Oct 2018 12:27:06 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d78679ff-f6c0-4078-bcbf-3a9840afd0e4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T12:27:06Z","is_default":false,"provider:segmentation_id":86,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:27:06Z","mtu":1450}} 2018-10-12 12:27:06,390 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-de4d361e-4c40-4f3e-9781-f013a3332003 2018-10-12 12:27:06,390 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-2-subnet in network d78679ff-f6c0-4078-bcbf-3a9840afd0e4 with cidr 10.10.11.0/24 2018-10-12 12:27:06,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa1c99d4496ae93f51dffb25b7943fd086dfae7" -d '{"subnets": [{"ip_version": 4, "network_id": "d78679ff-f6c0-4078-bcbf-3a9840afd0e4", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-2-subnet"}]}' 2018-10-12 12:27:07,138 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-2342c889-1b34-4e59-b500-b111658e3b69 Date: Fri, 12 Oct 2018 12:27:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d78679ff-f6c0-4078-bcbf-3a9840afd0e4","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:27:06Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-12T12:27:06Z","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":"d6e005d8411b4b378ddb320b792455b0","id":"19b85afa-2ea7-48b1-9a89-549a7c32779a","subnetpool_id":null,"name":"sdnvpn-1-2-subnet"}]} 2018-10-12 12:27:07,138 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-2342c889-1b34-4e59-b500-b111658e3b69 2018-10-12 12:27:07,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa1c99d4496ae93f51dffb25b7943fd086dfae7" 2018-10-12 12:27:07,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-e9542a8e-ff8b-45f8-b4d4-0153f7347998 Date: Fri, 12 Oct 2018 12:27:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "created_at": "2018-10-12T12:11:38Z", "updated_at": "2018-10-12T12:11:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "1e3a1018-ad30-4590-a304-5695017ce9df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "670a735b-aa37-4b15-a4af-7d422f280a47", "remote_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "afd171d3-7f5e-4987-afe0-cc382d12e0d9", "remote_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "f775879f-edd8-4ca7-8c5b-92d05be5901b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}], "revision_number": 4, "project_id": "0f9cd33d54bb43498a1eec2e9b62c518", "id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "updated_at": "2018-10-12T10:34:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "2ae4f47a-860c-4316-ac71-26a7138a332b", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "652ffd7b-44c1-45ae-bacb-d752209f00a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "c6536286-1efd-4324-bff2-83bf4e288f74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "d00fd409-954d-4a7e-b2ce-3b8e9364f9b2", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}], "revision_number": 4, "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "665a8bea-d7bf-418c-8720-ca198157c68e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "updated_at": "2018-10-12T10:44:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "03a7346d-e81e-42f1-90d8-2d77a0e34ff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "25484a0d-c36c-4968-8497-2fab34786f38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "3051e92e-adfd-43d1-8ad4-a37e12b00332", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "c8cd6bce-c3f0-4e98-afd5-635192d18ba4", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 4, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "updated_at": "2018-10-12T10:47:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "949496b4-b497-4a18-b6fe-e484eb4cd872", "remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "9f341cb7-083b-4329-bca3-1a395a91d0be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "bdbe928d-b791-4fc6-90ae-6c3615c86e98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "d081a0eb-165e-4df4-84c6-1cc829e521cc", "remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7a87eb57-d271-422f-a9cd-14b017359d35", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:53Z", "updated_at": "2018-10-12T12:19:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:16:53Z", "revision_number": 0, "id": "4691902c-126e-41c9-9882-de419c0d0ffd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:53Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-12T12:19:52Z", "revision_number": 0, "id": "4a594b00-87c5-4885-845b-b291b8a68e42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:19:52Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": 179, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-12T12:16:55Z", "revision_number": 0, "id": "4e0ddac3-3647-4aa1-bd6e-209bacf3d20b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:55Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:16:53Z", "revision_number": 0, "id": "5ca0f127-7885-4327-aeb8-e9148550c582", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:53Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-12T12:16:54Z", "revision_number": 0, "id": "7d142794-4b1a-4c7a-973d-eff35efe06b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:54Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:16:54Z", "revision_number": 0, "id": "8fcefee5-c604-41bd-95ee-cc233116bce2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:54Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-12T12:16:55Z", "revision_number": 0, "id": "b87fbce2-7987-4a1e-b96d-22d8f7dcb7d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:55Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 7, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "a012b764-3d71-4fe8-a730-445db10f62d9", "name": "sdnvpn-sg"}]} 2018-10-12 12:27:07,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-e9542a8e-ff8b-45f8-b4d4-0153f7347998 2018-10-12 12:27:07,204 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-12 12:27:07,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:27:07,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08f2f78d-46a8-4ba5-8a4e-01fa2bb04292 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:27:07,210 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-08f2f78d-46a8-4ba5-8a4e-01fa2bb04292 2018-10-12 12:27:07,211 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:27:07,606 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:27:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["87d5_KrFTTigAXEZqEJZWw"], "issued_at": "2018-10-12T12:27:07.000000Z"}} 2018-10-12 12:27:07,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a773563abfd3f2c6a1ab4c5a93b421386e13e5b" 2018-10-12 12:27:07,787 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27: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-478e69f6-1cad-4715-a682-e9ec84d2714e x-compute-request-id: req-478e69f6-1cad-4715-a682-e9ec84d2714e Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 108}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 114}, "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": 6}]} 2018-10-12 12:27:07,787 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-478e69f6-1cad-4715-a682-e9ec84d2714e 2018-10-12 12:27:07,788 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-10-12 12:27:07,788 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-2'... 2018-10-12 12:27:07,788 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-2 flavor=m1.tiny image=76c8a442-4055-46ad-9ca9-c345c4a4f1c9 network=7bc22fd5-5bbd-401f-8f5b-fe08e20300a1 secgroup=a012b764-3d71-4fe8-a730-445db10f62d9 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-12 12:27:07,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:27:07,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:27:07,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:27:07,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:27:07,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:27:07,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:27:07,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:27:07,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:27:07,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:27:07,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:27:07,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:27:07,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:27:07,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:27:07,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:27:07,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:27:07,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:27:07,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:27:07,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:27:07,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:27:07,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:27:07,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:27:07,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:27:07,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:27:07,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:27:07,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:27:07,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:27:07,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:27:07,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:27:07,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:27:07,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:27:07,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:27:07,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:27:07,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:27:07,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:27:07,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:27:07,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:27:07,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:27:07,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:27:07,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:27:07,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:27:07,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:27:07,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:27:07,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:27:07,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:27:07,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:27:07,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:27:07,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:27:07,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:27:07,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:27:07,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93855c54-7883-4363-add0-75e4537fef0b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:27:07,805 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-93855c54-7883-4363-add0-75e4537fef0b 2018-10-12 12:27:07,806 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:27:08,186 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:27:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["hTczilevRNCjHV_3dvoEEQ"], "issued_at": "2018-10-12T12:27:08.000000Z"}} 2018-10-12 12:27:08,189 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6e3a8057b16cba0288b92b49ca086dc45657cf0" 2018-10-12 12:27:08,371 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b040bfbd-4e27-4077-9dff-f083b7a8f156 x-compute-request-id: req-b040bfbd-4e27-4077-9dff-f083b7a8f156 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-12 12:27:08,371 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-b040bfbd-4e27-4077-9dff-f083b7a8f156 2018-10-12 12:27:08,375 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6e3a8057b16cba0288b92b49ca086dc45657cf0" 2018-10-12 12:27:08,402 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e02fe4a0-f592-4ebe-89e2-ecf50ba5bee3 x-compute-request-id: req-e02fe4a0-f592-4ebe-89e2-ecf50ba5bee3 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:27:08,403 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 used request id req-e02fe4a0-f592-4ebe-89e2-ecf50ba5bee3 2018-10-12 12:27:08,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6e3a8057b16cba0288b92b49ca086dc45657cf0" -d '{"server": {"name": "sdnvpn-1-2", "imageRef": "76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "da26bcae-e1ba-4983-b952-ae51fda523b7", "max_count": 1, "min_count": 1, "networks": [{"uuid": "7bc22fd5-5bbd-401f-8f5b-fe08e20300a1"}]}}' 2018-10-12 12:27:10,015 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:27:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0de6a749-0665-4e2b-ba50-13bab1f82022 x-compute-request-id: req-0de6a749-0665-4e2b-ba50-13bab1f82022 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/7a715d63-b5c5-432f-8da7-b48066cd1ad2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7a715d63-b5c5-432f-8da7-b48066cd1ad2", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7a715d63-b5c5-432f-8da7-b48066cd1ad2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7a715d63-b5c5-432f-8da7-b48066cd1ad2", "rel": "bookmark"}], "adminPass": "Np8jMPyWutJZ"}} 2018-10-12 12:27:10,015 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-0de6a749-0665-4e2b-ba50-13bab1f82022 2018-10-12 12:27:10,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:27:10,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3fd9f68-7774-4a58-b1b3-2f7b943ffcb6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:27:10,024 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d3fd9f68-7774-4a58-b1b3-2f7b943ffcb6 2018-10-12 12:27:10,024 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:27:10,443 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:27:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["FIlfS-nZSTqacprVoc0yTw"], "issued_at": "2018-10-12T12:27:10.000000Z"}} 2018-10-12 12:27:10,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/7a715d63-b5c5-432f-8da7-b48066cd1ad2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a2d4c56e9d73f02429c8e4d8572167279ee0ff" 2018-10-12 12:27:11,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27: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-2c26c32b-4e32-47a7-97bf-c1a19cbb9f55 x-compute-request-id: req-2c26c32b-4e32-47a7-97bf-c1a19cbb9f55 Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7a715d63-b5c5-432f-8da7-b48066cd1ad2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7a715d63-b5c5-432f-8da7-b48066cd1ad2", "rel": "bookmark"}], "image": {"id": "76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "links": [{"href": "http://172.30.9.26:8774/images/76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e1", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "7a715d63-b5c5-432f-8da7-b48066cd1ad2", "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:27:10Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-2", "created": "2018-10-12T12:27:09Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:27:11,008 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/7a715d63-b5c5-432f-8da7-b48066cd1ad2 used request id req-2c26c32b-4e32-47a7-97bf-c1a19cbb9f55 2018-10-12 12:27:14,014 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/7a715d63-b5c5-432f-8da7-b48066cd1ad2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a2d4c56e9d73f02429c8e4d8572167279ee0ff" 2018-10-12 12:27:15,068 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f11366a8-76d2-45af-9a65-b6a5aa34dff4 x-compute-request-id: req-f11366a8-76d2-45af-9a65-b6a5aa34dff4 Content-Encoding: gzip Content-Length: 778 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:7a:97:37", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7a715d63-b5c5-432f-8da7-b48066cd1ad2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7a715d63-b5c5-432f-8da7-b48066cd1ad2", "rel": "bookmark"}], "image": {"id": "76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "links": [{"href": "http://172.30.9.26:8774/images/76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e1", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "7a715d63-b5c5-432f-8da7-b48066cd1ad2", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:27:11Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-2", "created": "2018-10-12T12:27:09Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:27:15,068 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/7a715d63-b5c5-432f-8da7-b48066cd1ad2 used request id req-f11366a8-76d2-45af-9a65-b6a5aa34dff4 2018-10-12 12:27:18,074 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/7a715d63-b5c5-432f-8da7-b48066cd1ad2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96a2d4c56e9d73f02429c8e4d8572167279ee0ff" 2018-10-12 12:27:18,649 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-b348dc54-cca0-445d-9b2c-7a730ca12294 x-compute-request-id: req-b348dc54-cca0-445d-9b2c-7a730ca12294 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:97:37", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7a715d63-b5c5-432f-8da7-b48066cd1ad2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7a715d63-b5c5-432f-8da7-b48066cd1ad2", "rel": "bookmark"}], "image": {"id": "76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "links": [{"href": "http://172.30.9.26:8774/images/76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e1", "OS-SRV-USG:launched_at": "2018-10-12T12:27:13.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "7a715d63-b5c5-432f-8da7-b48066cd1ad2", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T12:27:14Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-2", "created": "2018-10-12T12:27:09Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:27:18,649 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/7a715d63-b5c5-432f-8da7-b48066cd1ad2 used request id req-b348dc54-cca0-445d-9b2c-7a730ca12294 2018-10-12 12:27:18,652 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/7a715d63-b5c5-432f-8da7-b48066cd1ad2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6e3a8057b16cba0288b92b49ca086dc45657cf0" 2018-10-12 12:27:19,311 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-a5019549-0d24-476c-b239-2df5d35b853d x-compute-request-id: req-a5019549-0d24-476c-b239-2df5d35b853d Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:97:37", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/7a715d63-b5c5-432f-8da7-b48066cd1ad2", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/7a715d63-b5c5-432f-8da7-b48066cd1ad2", "rel": "bookmark"}], "image": {"id": "76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "links": [{"href": "http://172.30.9.26:8774/images/76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e1", "OS-SRV-USG:launched_at": "2018-10-12T12:27:13.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "7a715d63-b5c5-432f-8da7-b48066cd1ad2", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T12:27:14Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-2", "created": "2018-10-12T12:27:09Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:27:19,312 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/7a715d63-b5c5-432f-8da7-b48066cd1ad2 used request id req-a5019549-0d24-476c-b239-2df5d35b853d 2018-10-12 12:27:19,312 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-2' booted successfully. IP='10.10.10.6'. 2018-10-12 12:27:19,312 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-2' to security group 'sdnvpn-sg'... 2018-10-12 12:27:19,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/7a715d63-b5c5-432f-8da7-b48066cd1ad2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a773563abfd3f2c6a1ab4c5a93b421386e13e5b" -d '{"addSecurityGroup": {"name": "a012b764-3d71-4fe8-a730-445db10f62d9"}}' 2018-10-12 12:27:21,022 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:27:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6b8c5b73-57d3-4c40-8646-c479ccbf3fb5 x-compute-request-id: req-6b8c5b73-57d3-4c40-8646-c479ccbf3fb5 Content-Length: 0 Content-Type: application/json 2018-10-12 12:27:21,022 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/7a715d63-b5c5-432f-8da7-b48066cd1ad2/action used request id req-6b8c5b73-57d3-4c40-8646-c479ccbf3fb5 2018-10-12 12:27:21,023 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-3'... 2018-10-12 12:27:21,023 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-3 flavor=m1.tiny image=76c8a442-4055-46ad-9ca9-c345c4a4f1c9 network=7bc22fd5-5bbd-401f-8f5b-fe08e20300a1 secgroup=a012b764-3d71-4fe8-a730-445db10f62d9 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-12 12:27:21,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:27:21,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:27:21,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:27:21,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:27:21,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:27:21,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:27:21,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:27:21,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:27:21,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:27:21,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:27:21,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:27:21,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:27:21,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:27:21,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:27:21,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:27:21,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:27:21,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:27:21,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:27:21,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:27:21,025 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:27:21,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:27:21,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:27:21,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:27:21,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:27:21,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:27:21,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:27:21,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:27:21,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:27:21,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:27:21,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:27:21,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:27:21,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:27:21,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:27:21,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:27:21,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:27:21,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:27:21,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:27:21,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:27:21,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:27:21,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:27:21,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:27:21,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:27:21,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:27:21,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:27:21,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:27:21,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:27:21,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:27:21,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:27:21,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:27:21,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b8d1501-1744-479b-a91a-02c71424e208 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:27:21,042 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7b8d1501-1744-479b-a91a-02c71424e208 2018-10-12 12:27:21,043 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:27:21,414 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:27:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["ZrwVml3pSTmwT86Prri_FA"], "issued_at": "2018-10-12T12:27:21.000000Z"}} 2018-10-12 12:27:21,417 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ae0fec37870721368d5a000545567caae7e37a" 2018-10-12 12:27:21,594 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cee376d0-71ab-4e92-b8e6-fca44138a070 x-compute-request-id: req-cee376d0-71ab-4e92-b8e6-fca44138a070 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-12 12:27:21,594 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-cee376d0-71ab-4e92-b8e6-fca44138a070 2018-10-12 12:27:21,597 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ae0fec37870721368d5a000545567caae7e37a" 2018-10-12 12:27:21,616 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ba917963-2176-4f6c-8c91-e2d9696a17f7 x-compute-request-id: req-ba917963-2176-4f6c-8c91-e2d9696a17f7 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:27:21,616 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 used request id req-ba917963-2176-4f6c-8c91-e2d9696a17f7 2018-10-12 12:27:21,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ae0fec37870721368d5a000545567caae7e37a" -d '{"server": {"name": "sdnvpn-1-3", "imageRef": "76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "da26bcae-e1ba-4983-b952-ae51fda523b7", "max_count": 1, "min_count": 1, "networks": [{"uuid": "7bc22fd5-5bbd-401f-8f5b-fe08e20300a1"}]}}' 2018-10-12 12:27:23,153 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:27:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-08459ab5-a3df-4a38-917e-edc498202fd3 x-compute-request-id: req-08459ab5-a3df-4a38-917e-edc498202fd3 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "97ebd87e-7a13-45f2-b4aa-0fa7935007fe", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe", "rel": "bookmark"}], "adminPass": "krw994ueXh5Y"}} 2018-10-12 12:27:23,154 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-08459ab5-a3df-4a38-917e-edc498202fd3 2018-10-12 12:27:23,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:27:23,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62d2bcb7-fbbe-4206-84b5-d6ad37c0bc44 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:27:23,161 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-62d2bcb7-fbbe-4206-84b5-d6ad37c0bc44 2018-10-12 12:27:23,162 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:27:23,618 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:27:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["f3d5f8mQSaGTOOyLaeB4nw"], "issued_at": "2018-10-12T12:27:23.000000Z"}} 2018-10-12 12:27:23,621 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94c911d2dac3505783e39c6f56e05730783fede" 2018-10-12 12:27:24,174 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e17a7ee-b78b-460f-a544-897cd2107235 x-compute-request-id: req-1e17a7ee-b78b-460f-a544-897cd2107235 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.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe", "rel": "bookmark"}], "image": {"id": "76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "links": [{"href": "http://172.30.9.26:8774/images/76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "97ebd87e-7a13-45f2-b4aa-0fa7935007fe", "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:27:23Z", "hostId": "b5f73af50af3a553d9be82d64b205a1d1d12ae1e6ef3fe7031744a94", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-3", "created": "2018-10-12T12:27:23Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:27:24,174 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe used request id req-1e17a7ee-b78b-460f-a544-897cd2107235 2018-10-12 12:27:27,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94c911d2dac3505783e39c6f56e05730783fede" 2018-10-12 12:27:27,768 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27: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-21be8048-6167-42f8-a769-a6fed014c6c1 x-compute-request-id: req-21be8048-6167-42f8-a769-a6fed014c6c1 Content-Encoding: gzip Content-Length: 773 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:5c:5c:4a", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe", "rel": "bookmark"}], "image": {"id": "76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "links": [{"href": "http://172.30.9.26:8774/images/76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "97ebd87e-7a13-45f2-b4aa-0fa7935007fe", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:27:24Z", "hostId": "b5f73af50af3a553d9be82d64b205a1d1d12ae1e6ef3fe7031744a94", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-3", "created": "2018-10-12T12:27:23Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:27:27,768 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe used request id req-21be8048-6167-42f8-a769-a6fed014c6c1 2018-10-12 12:27:30,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94c911d2dac3505783e39c6f56e05730783fede" 2018-10-12 12:27:31,536 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b88a6104-d518-4472-ad55-069b98ebb956 x-compute-request-id: req-b88a6104-d518-4472-ad55-069b98ebb956 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:5c:4a", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe", "rel": "bookmark"}], "image": {"id": "76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "links": [{"href": "http://172.30.9.26:8774/images/76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-10-12T12:27:26.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "97ebd87e-7a13-45f2-b4aa-0fa7935007fe", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T12:27:27Z", "hostId": "b5f73af50af3a553d9be82d64b205a1d1d12ae1e6ef3fe7031744a94", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-3", "created": "2018-10-12T12:27:23Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:27:31,536 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe used request id req-b88a6104-d518-4472-ad55-069b98ebb956 2018-10-12 12:27:31,540 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ae0fec37870721368d5a000545567caae7e37a" 2018-10-12 12:27:32,002 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-053520f4-f8d6-42f3-a691-2fc04bf7cf9f x-compute-request-id: req-053520f4-f8d6-42f3-a691-2fc04bf7cf9f Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:5c:4a", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe", "rel": "bookmark"}], "image": {"id": "76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "links": [{"href": "http://172.30.9.26:8774/images/76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-10-12T12:27:26.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "97ebd87e-7a13-45f2-b4aa-0fa7935007fe", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T12:27:27Z", "hostId": "b5f73af50af3a553d9be82d64b205a1d1d12ae1e6ef3fe7031744a94", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-3", "created": "2018-10-12T12:27:23Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:27:32,002 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe used request id req-053520f4-f8d6-42f3-a691-2fc04bf7cf9f 2018-10-12 12:27:32,002 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-3' booted successfully. IP='10.10.10.8'. 2018-10-12 12:27:32,002 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-3' to security group 'sdnvpn-sg'... 2018-10-12 12:27:32,005 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a773563abfd3f2c6a1ab4c5a93b421386e13e5b" -d '{"addSecurityGroup": {"name": "a012b764-3d71-4fe8-a730-445db10f62d9"}}' 2018-10-12 12:27:33,881 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:27: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-782befc6-bc20-4d6b-9879-51614e13cb20 x-compute-request-id: req-782befc6-bc20-4d6b-9879-51614e13cb20 Content-Length: 0 Content-Type: application/json 2018-10-12 12:27:33,882 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action used request id req-782befc6-bc20-4d6b-9879-51614e13cb20 2018-10-12 12:27:33,882 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-5'... 2018-10-12 12:27:33,882 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-5 flavor=m1.tiny image=76c8a442-4055-46ad-9ca9-c345c4a4f1c9 network=d78679ff-f6c0-4078-bcbf-3a9840afd0e4 secgroup=a012b764-3d71-4fe8-a730-445db10f62d9 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-12 12:27:33,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:27:33,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:27:33,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:27:33,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:27:33,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:27:33,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:27:33,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:27:33,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:27:33,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:27:33,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:27:33,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:27:33,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:27:33,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:27:33,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:27:33,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:27:33,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:27:33,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:27:33,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:27:33,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:27:33,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:27:33,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:27:33,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:27:33,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:27:33,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:27:33,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:27:33,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:27:33,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:27:33,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:27:33,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:27:33,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:27:33,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:27:33,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:27:33,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:27:33,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:27:33,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:27:33,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:27:33,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:27:33,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:27:33,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:27:33,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:27:33,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:27:33,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:27:33,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:27:33,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:27:33,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:27:33,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:27:33,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:27:33,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:27:33,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:27:33,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59755b66-4846-4580-b4bc-ba20bfc5ba2b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:27:33,901 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-59755b66-4846-4580-b4bc-ba20bfc5ba2b 2018-10-12 12:27:33,902 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:27:34,278 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:27:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["rAvWm1YJT56a0GgmtUFatQ"], "issued_at": "2018-10-12T12:27:34.000000Z"}} 2018-10-12 12:27:34,281 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d4bcddb9bc0debd8924fab65666fef5da3f161" 2018-10-12 12:27:34,460 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-abf3075b-029a-4ab8-9569-00a294bb3f49 x-compute-request-id: req-abf3075b-029a-4ab8-9569-00a294bb3f49 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-12 12:27:34,460 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-abf3075b-029a-4ab8-9569-00a294bb3f49 2018-10-12 12:27:34,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d4bcddb9bc0debd8924fab65666fef5da3f161" 2018-10-12 12:27:34,483 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a4baae8a-2eec-4417-b80b-1fef92e9556d x-compute-request-id: req-a4baae8a-2eec-4417-b80b-1fef92e9556d Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:27:34,483 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 used request id req-a4baae8a-2eec-4417-b80b-1fef92e9556d 2018-10-12 12:27:34,487 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d4bcddb9bc0debd8924fab65666fef5da3f161" -d '{"server": {"name": "sdnvpn-1-5", "imageRef": "76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "da26bcae-e1ba-4983-b952-ae51fda523b7", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d78679ff-f6c0-4078-bcbf-3a9840afd0e4"}]}}' 2018-10-12 12:27:35,956 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:27:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6585768b-f5ed-4b9a-8d79-40a2d17b2e14 x-compute-request-id: req-6585768b-f5ed-4b9a-8d79-40a2d17b2e14 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f79d8c3d-ea43-4415-a70f-84c1de1df266", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266", "rel": "bookmark"}], "adminPass": "tsqHVRcH2Sum"}} 2018-10-12 12:27:35,957 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-6585768b-f5ed-4b9a-8d79-40a2d17b2e14 2018-10-12 12:27:35,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:27:35,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-537a98d6-ba22-4d23-b4e2-5faec1f6ca29 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:27:35,964 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-537a98d6-ba22-4d23-b4e2-5faec1f6ca29 2018-10-12 12:27:35,965 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:27:36,336 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:27:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["H01nL4gvRFmmhsv7OEkIpw"], "issued_at": "2018-10-12T12:27:36.000000Z"}} 2018-10-12 12:27:36,340 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0824bec13a2dfcb186dfdf6dffa415d21cf14615" 2018-10-12 12:27:36,917 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27: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-8489a4aa-d18b-47a3-b9bd-7e17a6b7b13c x-compute-request-id: req-8489a4aa-d18b-47a3-b9bd-7e17a6b7b13c 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.26:8774/v2.1/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266", "rel": "bookmark"}], "image": {"id": "76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "links": [{"href": "http://172.30.9.26:8774/images/76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "f79d8c3d-ea43-4415-a70f-84c1de1df266", "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:27:36Z", "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-10-12T12:27:35Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:27:36,918 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266 used request id req-8489a4aa-d18b-47a3-b9bd-7e17a6b7b13c 2018-10-12 12:27:39,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0824bec13a2dfcb186dfdf6dffa415d21cf14615" 2018-10-12 12:27:40,608 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-756248f3-41c8-4573-a4df-0484170cba51 x-compute-request-id: req-756248f3-41c8-4573-a4df-0484170cba51 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.26:8774/v2.1/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266", "rel": "bookmark"}], "image": {"id": "76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "links": [{"href": "http://172.30.9.26:8774/images/76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "f79d8c3d-ea43-4415-a70f-84c1de1df266", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:27:37Z", "hostId": "b5f73af50af3a553d9be82d64b205a1d1d12ae1e6ef3fe7031744a94", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-5", "created": "2018-10-12T12:27:35Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:27:40,608 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266 used request id req-756248f3-41c8-4573-a4df-0484170cba51 2018-10-12 12:27:43,614 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0824bec13a2dfcb186dfdf6dffa415d21cf14615" 2018-10-12 12:27:44,464 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27: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-023345f7-4988-4351-94a9-cfeb5416fe5f x-compute-request-id: req-023345f7-4988-4351-94a9-cfeb5416fe5f Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:67:cb", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266", "rel": "bookmark"}], "image": {"id": "76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "links": [{"href": "http://172.30.9.26:8774/images/76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e7", "OS-SRV-USG:launched_at": "2018-10-12T12:27:39.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "f79d8c3d-ea43-4415-a70f-84c1de1df266", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T12:27:40Z", "hostId": "b5f73af50af3a553d9be82d64b205a1d1d12ae1e6ef3fe7031744a94", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-5", "created": "2018-10-12T12:27:35Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:27:44,465 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266 used request id req-023345f7-4988-4351-94a9-cfeb5416fe5f 2018-10-12 12:27:44,468 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d4bcddb9bc0debd8924fab65666fef5da3f161" 2018-10-12 12:27:45,190 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-403d5828-64a2-4b0f-ad22-c8f3ac1843b8 x-compute-request-id: req-403d5828-64a2-4b0f-ad22-c8f3ac1843b8 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:67:cb", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266", "rel": "bookmark"}], "image": {"id": "76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "links": [{"href": "http://172.30.9.26:8774/images/76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e7", "OS-SRV-USG:launched_at": "2018-10-12T12:27:39.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "f79d8c3d-ea43-4415-a70f-84c1de1df266", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T12:27:40Z", "hostId": "b5f73af50af3a553d9be82d64b205a1d1d12ae1e6ef3fe7031744a94", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-5", "created": "2018-10-12T12:27:35Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:27:45,190 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266 used request id req-403d5828-64a2-4b0f-ad22-c8f3ac1843b8 2018-10-12 12:27:45,190 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-5' booted successfully. IP='10.10.11.8'. 2018-10-12 12:27:45,191 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-5' to security group 'sdnvpn-sg'... 2018-10-12 12:27:45,194 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a773563abfd3f2c6a1ab4c5a93b421386e13e5b" -d '{"addSecurityGroup": {"name": "a012b764-3d71-4fe8-a730-445db10f62d9"}}' 2018-10-12 12:27:46,475 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:27: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-a9368f23-d553-4bea-93b0-26dfe53914e6 x-compute-request-id: req-a9368f23-d553-4bea-93b0-26dfe53914e6 Content-Length: 0 Content-Type: application/json 2018-10-12 12:27:46,475 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266/action used request id req-a9368f23-d553-4bea-93b0-26dfe53914e6 2018-10-12 12:27:46,476 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-4'... 2018-10-12 12:27:46,476 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-4 flavor=m1.tiny image=76c8a442-4055-46ad-9ca9-c345c4a4f1c9 network=d78679ff-f6c0-4078-bcbf-3a9840afd0e4 secgroup=a012b764-3d71-4fe8-a730-445db10f62d9 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.11.8 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-10-12 12:27:46,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:27:46,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:27:46,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:27:46,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:27:46,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:27:46,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:27:46,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:27:46,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:27:46,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:27:46,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:27:46,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:27:46,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:27:46,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:27:46,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:27:46,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:27:46,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:27:46,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:27:46,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:27:46,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:27:46,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:27:46,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:27:46,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:27:46,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:27:46,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:27:46,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:27:46,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:27:46,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:27:46,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:27:46,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:27:46,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:27:46,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:27:46,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:27:46,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:27:46,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:27:46,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:27:46,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:27:46,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:27:46,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:27:46,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:27:46,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:27:46,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:27:46,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:27:46,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:27:46,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:27:46,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:27:46,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:27:46,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:27:46,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:27:46,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:27:46,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0131670f-d7be-43e3-832b-1219e2881493 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:27:46,495 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0131670f-d7be-43e3-832b-1219e2881493 2018-10-12 12:27:46,495 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:27:46,871 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:27:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["QjQxUOI3Q8a4jmiqPLwzaw"], "issued_at": "2018-10-12T12:27:46.000000Z"}} 2018-10-12 12:27:46,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e6c029e043b73e3e88a5e48dabd3bc1fa34018" 2018-10-12 12:27:46,985 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27: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-2ffd91ba-7385-4b59-87a6-ebb3d7d6f00e x-compute-request-id: req-2ffd91ba-7385-4b59-87a6-ebb3d7d6f00e Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-12 12:27:46,986 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-2ffd91ba-7385-4b59-87a6-ebb3d7d6f00e 2018-10-12 12:27:46,990 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e6c029e043b73e3e88a5e48dabd3bc1fa34018" 2018-10-12 12:27:47,009 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27: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-ac12640b-1c67-4a34-83ec-ac8d9956245b x-compute-request-id: req-ac12640b-1c67-4a34-83ec-ac8d9956245b Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:27:47,010 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 used request id req-ac12640b-1c67-4a34-83ec-ac8d9956245b 2018-10-12 12:27:47,013 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e6c029e043b73e3e88a5e48dabd3bc1fa34018" -d '{"server": {"name": "sdnvpn-1-4", "imageRef": "76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "da26bcae-e1ba-4983-b952-ae51fda523b7", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS44CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d78679ff-f6c0-4078-bcbf-3a9840afd0e4"}], "config_drive": true}}' 2018-10-12 12:27:48,505 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:27: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-f5905bc0-6a2f-45c0-a228-7b99b1661764 x-compute-request-id: req-f5905bc0-6a2f-45c0-a228-7b99b1661764 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/08846e30-1e5a-4e7b-af90-39c3787a3977 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "08846e30-1e5a-4e7b-af90-39c3787a3977", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/08846e30-1e5a-4e7b-af90-39c3787a3977", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/08846e30-1e5a-4e7b-af90-39c3787a3977", "rel": "bookmark"}], "adminPass": "945xbzHPAVJC"}} 2018-10-12 12:27:48,505 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-f5905bc0-6a2f-45c0-a228-7b99b1661764 2018-10-12 12:27:48,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:27:48,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea963ac8-9647-475a-98e8-de4fc1082b48 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:27:48,514 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ea963ac8-9647-475a-98e8-de4fc1082b48 2018-10-12 12:27:48,514 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:27:48,886 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:27:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["i8ZJ9294RWa2Av8efm2L3w"], "issued_at": "2018-10-12T12:27:48.000000Z"}} 2018-10-12 12:27:48,889 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/08846e30-1e5a-4e7b-af90-39c3787a3977 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}350a1aca8eff21115bb4851a9057c21b021cf796" 2018-10-12 12:27:49,404 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0daa7480-cf82-4f58-936b-2617a4f7f065 x-compute-request-id: req-0daa7480-cf82-4f58-936b-2617a4f7f065 Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/08846e30-1e5a-4e7b-af90-39c3787a3977", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/08846e30-1e5a-4e7b-af90-39c3787a3977", "rel": "bookmark"}], "image": {"id": "76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "links": [{"href": "http://172.30.9.26:8774/images/76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ea", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "08846e30-1e5a-4e7b-af90-39c3787a3977", "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:27:48Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-4", "created": "2018-10-12T12:27:48Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:27:49,404 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/08846e30-1e5a-4e7b-af90-39c3787a3977 used request id req-0daa7480-cf82-4f58-936b-2617a4f7f065 2018-10-12 12:27:52,410 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/08846e30-1e5a-4e7b-af90-39c3787a3977 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}350a1aca8eff21115bb4851a9057c21b021cf796" 2018-10-12 12:27:53,161 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-edfafaf7-0f42-4423-9cc3-62fbc636f234 x-compute-request-id: req-edfafaf7-0f42-4423-9cc3-62fbc636f234 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:81:2f:7d", "version": 4, "addr": "10.10.11.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/08846e30-1e5a-4e7b-af90-39c3787a3977", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/08846e30-1e5a-4e7b-af90-39c3787a3977", "rel": "bookmark"}], "image": {"id": "76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "links": [{"href": "http://172.30.9.26:8774/images/76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ea", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "08846e30-1e5a-4e7b-af90-39c3787a3977", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:27:49Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-4", "created": "2018-10-12T12:27:48Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:27:53,161 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/08846e30-1e5a-4e7b-af90-39c3787a3977 used request id req-edfafaf7-0f42-4423-9cc3-62fbc636f234 2018-10-12 12:27:56,167 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/08846e30-1e5a-4e7b-af90-39c3787a3977 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}350a1aca8eff21115bb4851a9057c21b021cf796" 2018-10-12 12:27:56,912 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-29b7de07-2405-4c25-a529-0e9a01b7cc23 x-compute-request-id: req-29b7de07-2405-4c25-a529-0e9a01b7cc23 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:81:2f:7d", "version": 4, "addr": "10.10.11.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/08846e30-1e5a-4e7b-af90-39c3787a3977", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/08846e30-1e5a-4e7b-af90-39c3787a3977", "rel": "bookmark"}], "image": {"id": "76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "links": [{"href": "http://172.30.9.26:8774/images/76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ea", "OS-SRV-USG:launched_at": "2018-10-12T12:27:51.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "08846e30-1e5a-4e7b-af90-39c3787a3977", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:27:52Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-4", "created": "2018-10-12T12:27:48Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:27:56,913 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/08846e30-1e5a-4e7b-af90-39c3787a3977 used request id req-29b7de07-2405-4c25-a529-0e9a01b7cc23 2018-10-12 12:27:56,916 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/08846e30-1e5a-4e7b-af90-39c3787a3977 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e6c029e043b73e3e88a5e48dabd3bc1fa34018" 2018-10-12 12:27:57,649 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-979dbee2-d7cb-4993-b2bc-1d09c76333ca x-compute-request-id: req-979dbee2-d7cb-4993-b2bc-1d09c76333ca 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:81:2f:7d", "version": 4, "addr": "10.10.11.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/08846e30-1e5a-4e7b-af90-39c3787a3977", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/08846e30-1e5a-4e7b-af90-39c3787a3977", "rel": "bookmark"}], "image": {"id": "76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "links": [{"href": "http://172.30.9.26:8774/images/76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ea", "OS-SRV-USG:launched_at": "2018-10-12T12:27:51.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "08846e30-1e5a-4e7b-af90-39c3787a3977", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:27:52Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-4", "created": "2018-10-12T12:27:48Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:27:57,649 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/08846e30-1e5a-4e7b-af90-39c3787a3977 used request id req-979dbee2-d7cb-4993-b2bc-1d09c76333ca 2018-10-12 12:27:57,649 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-4' booted successfully. IP='10.10.11.13'. 2018-10-12 12:27:57,650 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-4' to security group 'sdnvpn-sg'... 2018-10-12 12:27:57,652 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/08846e30-1e5a-4e7b-af90-39c3787a3977/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a773563abfd3f2c6a1ab4c5a93b421386e13e5b" -d '{"addSecurityGroup": {"name": "a012b764-3d71-4fe8-a730-445db10f62d9"}}' 2018-10-12 12:27:58,929 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:27:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-44d5445b-7214-4393-9ce0-e80bd43cf431 x-compute-request-id: req-44d5445b-7214-4393-9ce0-e80bd43cf431 Content-Length: 0 Content-Type: application/json 2018-10-12 12:27:58,929 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/08846e30-1e5a-4e7b-af90-39c3787a3977/action used request id req-44d5445b-7214-4393-9ce0-e80bd43cf431 2018-10-12 12:27:58,930 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-1'... 2018-10-12 12:27:58,930 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-1 flavor=m1.tiny image=76c8a442-4055-46ad-9ca9-c345c4a4f1c9 network=7bc22fd5-5bbd-401f-8f5b-fe08e20300a1 secgroup=a012b764-3d71-4fe8-a730-445db10f62d9 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.6 10.10.10.8 10.10.11.13 10.10.11.8 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-10-12 12:27:58,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:27:58,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:27:58,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:27:58,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:27:58,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:27:58,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:27:58,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:27:58,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:27:58,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:27:58,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:27:58,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:27:58,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:27:58,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:27:58,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:27:58,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:27:58,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:27:58,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:27:58,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:27:58,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:27:58,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:27:58,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:27:58,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:27:58,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:27:58,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:27:58,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:27:58,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:27:58,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:27:58,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:27:58,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:27:58,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:27:58,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:27:58,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:27:58,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:27:58,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:27:58,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:27:58,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:27:58,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:27:58,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:27:58,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:27:58,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:27:58,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:27:58,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:27:58,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:27:58,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:27:58,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:27:58,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:27:58,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:27:58,938 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:27:58,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:27:58,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56f0ecf5-cecb-4c25-a213-940c8362d0f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:27:58,949 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-56f0ecf5-cecb-4c25-a213-940c8362d0f6 2018-10-12 12:27:58,950 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:27:59,343 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:27:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["K_Sm_MgNTtC8eCV5xM41Qg"], "issued_at": "2018-10-12T12:27:59.000000Z"}} 2018-10-12 12:27:59,346 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71fce8f563735886f275e19ba5d28de50468cd52" 2018-10-12 12:27:59,507 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-79022b54-a1cc-4f2a-b45a-f29618a3434f x-compute-request-id: req-79022b54-a1cc-4f2a-b45a-f29618a3434f Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-12 12:27:59,507 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-79022b54-a1cc-4f2a-b45a-f29618a3434f 2018-10-12 12:27:59,510 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71fce8f563735886f275e19ba5d28de50468cd52" 2018-10-12 12:27:59,531 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:27:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8664cbc4-ac8b-473c-8c4b-aebbe18ba3f3 x-compute-request-id: req-8664cbc4-ac8b-473c-8c4b-aebbe18ba3f3 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:27:59,531 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 used request id req-8664cbc4-ac8b-473c-8c4b-aebbe18ba3f3 2018-10-12 12:27:59,534 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71fce8f563735886f275e19ba5d28de50468cd52" -d '{"server": {"name": "sdnvpn-1-1", "imageRef": "76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "da26bcae-e1ba-4983-b952-ae51fda523b7", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC42IDEwLjEwLjEwLjggMTAuMTAuMTEuMTMgMTAuMTAuMTEuOAp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "7bc22fd5-5bbd-401f-8f5b-fe08e20300a1"}], "config_drive": true}}' 2018-10-12 12:28:01,160 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:27:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0e4962a7-5fd3-43b4-ab08-399272cc58dd x-compute-request-id: req-0e4962a7-5fd3-43b4-ab08-399272cc58dd Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0c112c0b-d5e8-46c5-b050-4b2fc492f5f7", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7", "rel": "bookmark"}], "adminPass": "3QmE3sF4aMsP"}} 2018-10-12 12:28:01,160 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-0e4962a7-5fd3-43b4-ab08-399272cc58dd 2018-10-12 12:28:01,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:28:01,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:28:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9812c5a3-a9b4-4e39-b417-3cf104b345ef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:28:01,167 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-9812c5a3-a9b4-4e39-b417-3cf104b345ef 2018-10-12 12:28:01,168 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:28:01,540 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:28:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["VwVKlXVUQXST6OiH3hOvVw"], "issued_at": "2018-10-12T12:28:01.000000Z"}} 2018-10-12 12:28:01,544 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28a17d2c11d26b880eba62c8c5be65d19626481a" 2018-10-12 12:28:02,099 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-3256e92c-8280-4798-b131-612abdfc01cd x-compute-request-id: req-3256e92c-8280-4798-b131-612abdfc01cd Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7", "rel": "bookmark"}], "image": {"id": "76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "links": [{"href": "http://172.30.9.26:8774/images/76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ed", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "0c112c0b-d5e8-46c5-b050-4b2fc492f5f7", "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:28:01Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-1", "created": "2018-10-12T12:28:01Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:28:02,100 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7 used request id req-3256e92c-8280-4798-b131-612abdfc01cd 2018-10-12 12:28:05,106 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28a17d2c11d26b880eba62c8c5be65d19626481a" 2018-10-12 12:28:05,846 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-4d8ac120-7290-45ff-a391-bf379d8cb716 x-compute-request-id: req-4d8ac120-7290-45ff-a391-bf379d8cb716 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:a8:a9:3a", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7", "rel": "bookmark"}], "image": {"id": "76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "links": [{"href": "http://172.30.9.26:8774/images/76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ed", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "0c112c0b-d5e8-46c5-b050-4b2fc492f5f7", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:28:02Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:28:01Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:28:05,846 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7 used request id req-4d8ac120-7290-45ff-a391-bf379d8cb716 2018-10-12 12:28:08,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28a17d2c11d26b880eba62c8c5be65d19626481a" 2018-10-12 12:28:09,629 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-00d3558c-7bf4-4408-b2b3-c7cce75e6e74 x-compute-request-id: req-00d3558c-7bf4-4408-b2b3-c7cce75e6e74 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:a8:a9:3a", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7", "rel": "bookmark"}], "image": {"id": "76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "links": [{"href": "http://172.30.9.26:8774/images/76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ed", "OS-SRV-USG:launched_at": "2018-10-12T12:28:05.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "0c112c0b-d5e8-46c5-b050-4b2fc492f5f7", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:28:06Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:28:01Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:28:09,629 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7 used request id req-00d3558c-7bf4-4408-b2b3-c7cce75e6e74 2018-10-12 12:28:09,633 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71fce8f563735886f275e19ba5d28de50468cd52" 2018-10-12 12:28:10,207 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:28:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4e571900-c038-4b48-8426-f06d7ae2371f x-compute-request-id: req-4e571900-c038-4b48-8426-f06d7ae2371f 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:a8:a9:3a", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7", "rel": "bookmark"}], "image": {"id": "76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "links": [{"href": "http://172.30.9.26:8774/images/76c8a442-4055-46ad-9ca9-c345c4a4f1c9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ed", "OS-SRV-USG:launched_at": "2018-10-12T12:28:05.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "0c112c0b-d5e8-46c5-b050-4b2fc492f5f7", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:28:06Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:28:01Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:28:10,207 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7 used request id req-4e571900-c038-4b48-8426-f06d7ae2371f 2018-10-12 12:28:10,208 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-1' booted successfully. IP='10.10.10.16'. 2018-10-12 12:28:10,208 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-1' to security group 'sdnvpn-sg'... 2018-10-12 12:28:10,211 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a773563abfd3f2c6a1ab4c5a93b421386e13e5b" -d '{"addSecurityGroup": {"name": "a012b764-3d71-4fe8-a730-445db10f62d9"}}' 2018-10-12 12:28:11,426 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:28:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-12270456-c398-4f6d-99c9-39bf70fafe7d x-compute-request-id: req-12270456-c398-4f6d-99c9-39bf70fafe7d Content-Length: 0 Content-Type: application/json 2018-10-12 12:28:11,426 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7/action used request id req-12270456-c398-4f6d-99c9-39bf70fafe7d 2018-10-12 12:28:11,426 - sdnvpn-results - INFO - Create VPN with eRT<>iRT 2018-10-12 12:28:11,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa1c99d4496ae93f51dffb25b7943fd086dfae7" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "55:55", "name": "sdnvpn-227810", "route_distinguishers": "11:11"}}' 2018-10-12 12:28:11,776 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-e86531fb-d145-408a-8112-c97b329c8bb3 Date: Fri, 12 Oct 2018 12:28:11 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "dadb791d-f5e9-4bf2-9f4e-2d240599ba71", "name": "sdnvpn-227810", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "d6e005d8411b4b378ddb320b792455b0", "type": "l3"}} 2018-10-12 12:28:11,776 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns used request id req-e86531fb-d145-408a-8112-c97b329c8bb3 2018-10-12 12:28:11,776 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-227810', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'd6e005d8411b4b378ddb320b792455b0', u'route_targets': [], u'project_id': u'd6e005d8411b4b378ddb320b792455b0', u'type': u'l3', u'id': u'dadb791d-f5e9-4bf2-9f4e-2d240599ba71'}} 2018-10-12 12:28:11,776 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-1-net' to the VPN. 2018-10-12 12:28:11,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/dadb791d-f5e9-4bf2-9f4e-2d240599ba71/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa1c99d4496ae93f51dffb25b7943fd086dfae7" -d '{"network_association": {"network_id": "7bc22fd5-5bbd-401f-8f5b-fe08e20300a1"}}' 2018-10-12 12:28:12,265 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-4315acdc-0a38-48b0-8c59-1ed9be977117 Date: Fri, 12 Oct 2018 12:28:12 GMT RESP BODY: {"network_association": {"network_id": "7bc22fd5-5bbd-401f-8f5b-fe08e20300a1", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "4f85d96d-48ee-46f5-9264-ee17400e7e47"}} 2018-10-12 12:28:12,265 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/dadb791d-f5e9-4bf2-9f4e-2d240599ba71/network_associations used request id req-4315acdc-0a38-48b0-8c59-1ed9be977117 2018-10-12 12:28:12,266 - sdnvpn_test_utils - INFO - Waiting for instance 7a715d63-b5c5-432f-8da7-b48066cd1ad2 to boot up 2018-10-12 12:28:12,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/7a715d63-b5c5-432f-8da7-b48066cd1ad2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6e3a8057b16cba0288b92b49ca086dc45657cf0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:28:13,339 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:28: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-42f44f19-2518-4445-ba77-fd5ecc70ca46 x-compute-request-id: req-42f44f19-2518-4445-ba77-fd5ecc70ca46 Content-Encoding: gzip Content-Length: 10908 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 469564397 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.134091] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.135786] pid_max: default: 32768 minimum: 301\n[ 0.136698] ACPI: Core revision 20150930\n[ 0.138091] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139419] Security Framework initialized\n[ 0.140246] Yama: becoming mindful.\n[ 0.140985] AppArmor: AppArmor initialized\n[ 0.141863] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143218] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144525] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145750] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147162] Initializing cgroup subsys io\n[ 0.147991] Initializing cgroup subsys memory\n[ 0.148866] Initializing cgroup subsys devices\n[ 0.149764] Initializing cgroup subsys freezer\n[ 0.150648] Initializing cgroup subsys net_cls\n[ 0.151535] Initializing cgroup subsys perf_event\n[ 0.152462] Initializing cgroup subsys net_prio\n[ 0.153369] Initializing cgroup subsys hugetlb\n[ 0.154252] Initializing cgroup subsys pids\n[ 0.155140] CPU: Physical Processor ID: 0\n[ 0.156668] mce: CPU supports 10 MCE banks\n[ 0.157542] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158562] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170451] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176912] ftrace: allocating 31920 entries in 125 pages\n[ 0.203381] smpboot: Max logical packages: 1\n[ 0.204257] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205652] x2apic enabled\n[ 0.206477] Switched APIC routing to physical x2apic.\n[ 0.208245] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209399] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211439] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213274] KVM setup paravirtual spinlock\n[ 0.214586] x86: Booted up 1 node, 1 CPUs\n[ 0.215409] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.216830] devtmpfs: initialized\n[ 0.218564] evm: security.selinux\n[ 0.219277] evm: security.SMACK64\n[ 0.219982] evm: security.SMACK64EXEC\n[ 0.220756] evm: security.SMACK64TRANSMUTE\n[ 0.221584] evm: security.SMACK64MMAP\n[ 0.222347] evm: security.ima\n[ 0.223022] evm: security.capability\n[ 0.223850] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225750] pinctrl core: initialized pinctrl subsystem\n[ 0.226883] RTC time: 12:27:13, date: 10/12/18\n[ 0.227862] NET: Registered protocol family 16\n[ 0.228857] cpuidle: using governor ladder\n[ 0.229695] cpuidle: using governor menu\n[ 0.230499] PCCT header not found.\n[ 0.231270] ACPI: bus type PCI registered\n[ 0.232094] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233366] PCI: Using configuration type 1 for base access\n[ 0.235143] ACPI: Added _OSI(Module Device)\n[ 0.236012] ACPI: Added _OSI(Processor Device)\n[ 0.236897] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237819] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239977] ACPI: Interpreter enabled\n[ 0.240774] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.242693] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.244593] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.246499] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248394] ACPI: (supports S0 S5)\n[ 0.249123] ACPI: Using IOAPIC for interrupt routing\n[ 0.250220] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253365] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254554] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257062] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259354] acpiphp: Slot [3] registered\n[ 0.260181] acpiphp: Slot [4] registered\n[ 0.261002] acpiphp: Slot [5] registered\n[ 0.261826] acpiphp: Slot [6] registered\n[ 0.262647] acpiphp: Slot [7] registered\n[ 0.263475] acpiphp: Slot [8] registered\n[ 0.264296] acpiphp: Slot [9] registered\n[ 0.265125] acpiphp: Slot [10] registered\n[ 0.265964] acpiphp: Slot [11] registered\n[ 0.266805] acpiphp: Slot [12] registered\n[ 0.267648] acpiphp: Slot [13] registered\n[ 0.268488] acpiphp: Slot [14] registered\n[ 0.269322] acpiphp: Slot [15] registered\n[ 0.280182] acpiphp: Slot [16] registered\n[ 0.281051] acpiphp: Slot [17] registered\n[ 0.281890] acpiphp: Slot [18] registered\n[ 0.282723] acpiphp: Slot [19] registered\n[ 0.283560] acpiphp: Slot [20] registered\n[ 0.284398] acpiphp: Slot [21] registered\n[ 0.285258] acpiphp: Slot [22] registered\n[ 0.286114] acpiphp: Slot [23] registered\n[ 0.286950] acpiphp: Slot [24] registered\n[ 0.287794] acpiphp: Slot [25] registered\n[ 0.288630] acpiphp: Slot [26] registered\n[ 0.289464] acpiphp: Slot [27] registered\n[ 0.290301] acpiphp: Slot [28] registered\n[ 0.291132] acpiphp: Slot [29] registered\n[ 0.291961] acpiphp: Slot [30] registered\n[ 0.292803] acpiphp: Slot [31] registered\n[ 0.293633] PCI host bridge to bus 0000:00\n[ 0.294463] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295708] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296956] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298439] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299923] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306192] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307521] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308733] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310050] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316617] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318113] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364163] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365683] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367130] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368571] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370002] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371283] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372663] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375342] vgaarb: loaded\n[ 0.375965] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377122] SCSI subsystem initialized\n[ 0.377961] ACPI: bus type USB registered\n[ 0.378797] usbcore: registered new interface driver usbfs\n[ 0.379858] usbcore: registered new interface driver hub\n[ 0.380892] usbcore: registered new device driver usb\n[ 0.381974] PCI: Using ACPI for IRQ routing\n[ 0.383025] NetLabel: Initializing\n[ 0.383766] NetLabel: domain hash size = 128\n[ 0.384672] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385626] NetLabel: unlabeled traffic allowed by default\n[ 0.386746] clocksource: Switched to clocksource kvm-clock\n[ 0.392181] AppArmor: AppArmor Filesystem Enabled\n[ 0.393160] pnp: PnP ACPI init\n[ 0.394090] pnp: PnP ACPI: found 5 devices\n[ 0.400465] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402135] NET: Registered protocol family 2\n[ 0.403110] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404396] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405575] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406712] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408927] NET: Registered protocol family 1\n[ 0.409780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411916] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425919] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439969] Trying to unpack rootfs image as initramfs...\n[ 0.489185] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503028] Scanning for low memory corruption every 60 seconds\n[ 0.504417] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505623] audit: initializing netlink subsys (disabled)\n[ 0.506659] audit: type=2000 audit(1539347234.101:1): initialized\n[ 0.507999] Initialise system trusted keyring\n[ 0.508932] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510103] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512095] zbud: loaded\n[ 0.512813] VFS: Disk quotas dquot_6.6.0\n[ 0.513634] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515178] fuse init (API version 7.23)\n[ 0.516102] Key type big_key registered\n[ 0.516889] Allocating IMA MOK and blacklist keyrings.\n[ 0.518362] Key type asymmetric registered\n[ 0.519209] Asymmetric key parser 'x509' registered\n[ 0.520148] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521581] io scheduler noop registered\n[ 0.522359] io scheduler deadline registered (default)\n[ 0.523336] io scheduler cfq registered\n[ 0.524159] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525188] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526454] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527895] ACPI: Power Button [PWRF]\n[ 0.528716] GHES: HEST is not enabled!\n[ 0.542093] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569647] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571819] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597167] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599437] Linux agpgart interface v0.103\n[ 0.601452] brd: module loaded\n[ 0.602630] loop: module loaded\n[ 0.607869] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.609317] GPT:90111 != 2097151\n[ 0.609992] GPT:Alternate GPT header not at the end of the disk.\n[ 0.611087] GPT:90111 != 2097151\n[ 0.611768] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612728] vda: vda1 vda15\n[ 0.614265] scsi host0: ata_piix\n[ 0.615013] scsi host1: ata_piix\n[ 0.615729] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616939] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.618373] libphy: Fixed MDIO Bus: probed\n[ 0.619205] tun: Universal TUN/TAP device driver, 1.6\n[ 0.620159] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622377] PPP generic driver version 2.4.2\n[ 0.623275] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624595] ehci-pci: EHCI PCI platform driver\n[ 0.625464] ehci-platform: EHCI generic platform driver\n[ 0.626447] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627584] ohci-pci: OHCI PCI platform driver\n[ 0.628461] ohci-platform: OHCI generic platform driver\n[ 0.629451] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644389] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.645581] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647406] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648613] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651417] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653078] usb usb1: Product: UHCI Host Controller\n[ 0.654596] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655992] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657091] hub 1-0:1.0: USB hub found\n[ 0.658033] hub 1-0:1.0: 2 ports detected\n[ 0.659193] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661502] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662464] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.663509] mousedev: PS/2 mouse device common for all mice\n[ 0.664796] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666697] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667852] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.669061] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670259] i2c /dev entries driver\n[ 0.671021] device-mapper: uevent: version 1.0.3\n[ 0.671969] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.673603] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674901] NET: Registered protocol family 10\n[ 0.675917] NET: Registered protocol family 17\n[ 0.676816] Key type dns_resolver registered\n[ 0.677801] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678916] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680670] registered taskstats version 1\n[ 0.681507] Loading compiled-in X.509 certificates\n[ 0.682937] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684796] zswap: loaded using pool lzo/zbud\n[ 0.686148] Key type trusted registered\n[ 0.687751] Key type encrypted registered\n[ 0.688593] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.689678] ima: No TPM chip found, activating TPM-bypass!\n[ 0.690756] evm: HMAC attrs: 0x1\n[ 0.692070] Magic number: 6:125:481\n[ 0.692901] ata_device dev1.0: hash matches\n[ 0.693771] dev1.0: hash matches\n[ 0.694558] rtc_cmos 00:00: setting system clock to 2018-10-12 12:27:14 UTC (1539347234)\n[ 0.696213] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697391] EDD information not available.\n[ 0.775659] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787171] Write protecting the kernel read-only data: 14336k\n[ 0.788784] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.790615] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.87\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.069279] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.97. iid=i-000000de\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCK722bAfc8WY0v2faNVzP4p40zO5B3PVFjiaevDo79YIuuTGLdU0R9Ms6BF2oBE5I4lIzPyFNAngAEP68JSwETtbmqPttsk0qsGYH0SgHleQl9zgaJWcE5cKUijeDndDW8fWFkD3hTU3ju714Pt2wFj26Wf8BiLHL1OQlLM1uXL0MKCXj/yN9h/p5rJTyQM1XGvrjalb8hYAJIthMSLW5pcBB5GGIeR9fVCOFrazyS8vlu3FFejJk7XTMHXowGZAspPO2gP72snzhs8GdlvpFah6VWBMmmttBHufHHFKW71wGQbyIE3SQ89hRP9I3z6e4AdnNEbhWR6uTl4M3Lt3gL root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBALO8A/AALb8gg/18G/I8jC/EGspkx7axoyc8Sq2qovUVWwxgNCHx0ccQE7Hc0sP11qUxXK9HboIhKQgvx8gL84cxelkf1YrElhJrGITRJ1DX3yjrPCFVgMY51DslOmdbJJasP30Ckiqo6aW06l2OFhqrb5wEEQxFPBeUPyUKf/4lAAAAFQDzcAP2o0p+VhMrdWj4mdyGR1SlMwAAAIB/zO2n+xpqMKlZgUTDUcft0SOGqzAQF07xOGB/9CmIbEYvKbBqtp7860nCpVJTzKH4jSnI+XvIPlHFlxJikYacMgXzexKIVgYbpeQE0WrVGR93dXNAbH4JNz9qNkynbYyscMkDs5PK0C6kbgbuujQtoHk6IviUPZJPUNCrq/DQ7AAAAIBBbmvhLFTLL79WdKXlbTwctTJ6tPCeAfQ3RG9jEiIgVg4dsiglZF0tuxLVTkmnhLlPDsEfofLQ4QX5guJSBMFr4DZC/idXosXYmE0yOMVfuM9M5POTCDX0Obh3gvybfHXeNIQfSpyDqYc0ZsHw4y1Ig9s6qzN7LM+wi2wTykZqow== 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.6,24,fe80::f816:3eff:fe7a:9737/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.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-000000de\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.03 ===\n/dev/root resized successfully [took 1.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:7A:97:37 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7a:9737/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 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:7812 (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-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.069279] random: dd urandom read with 5 bits of entropy available\n[ 1.132396] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.132398] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.132399] usb 1-1: Product: QEMU USB Tablet\n[ 1.132400] usb 1-1: Manufacturer: QEMU\n[ 1.132401] usb 1-1: SerialNumber: 42\n[ 1.502820] tsc: Refined TSC clocksource calibration: 3491.907 MHz\n[ 1.502823] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255737d476, max_idle_ns: 440795202126 ns\n[ 3.155488] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.525721] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 12 13:27:14 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 12 13:27:14 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 12 13:27:14 cirros kern.info kernel: [ 0.222347] evm: security.ima\nOct 12 13:27:14 cirros kern.info kernel: [ 0.223022] evm: security.capability\nOct 12 13:27:14 cirros kern.info kernel: [ 0.223850] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\nOct 12 13:27:14 cirros kern.info kernel: [ 0.225750] pinctrl core: initialized pinctrl subsystem\nOct 12 13:27:14 cirros kern.info kernel: [ 0.226883] RTC time: 12:27:13, date: 10/12/18\nOct 12 13:27:14 cirros kern.info kernel: [ 0.227862] NET: Registered protocol family 16\nOct 12 13:27:14 cirros kern.info kernel: [ 0.228857] cpuidle: using governor ladder\nOct 12 13:27:14 cirros kern.info kernel: [ 0.229695] cpuidle: using governor menu\nOct 12 13:27:14 cirros kern.warn kernel: [ 0.230499] PCCT header not found.\nOct 12 13:27:14 cirros kern.info kernel: [ 0.231270] ACPI: bus type PCI registered\nOct 12 13:27:14 cirros kern.info kernel: [ 0.232094] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\nOct 12 13:27:14 cirros kern.notice kernel: [ 1.069279] random: dd urandom read with 5 bits of entropy available\nOct 12 13:27:14 cirros kern.info kernel: [ 1.132396] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 12 13:27:14 cirros kern.info kernel: [ 1.132398] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 12 13:27:14 cirros kern.info kernel: [ 1.132399] usb 1-1: Product: QEMU USB Tablet\nOct 12 13:27:14 cirros kern.info kernel: [ 1.132400] usb 1-1: Manufacturer: QEMU\nOct 12 13:27:14 cirros kern.info kernel: [ 1.132401] usb 1-1: SerialNumber: 42\nOct 12 13:27:15 cirros kern.info kernel: [ 1.502820] tsc: Refined TSC clocksource calibration: 3491.907 MHz\nOct 12 13:27:15 cirros kern.info kernel: [ 1.502823] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255737d476, max_idle_ns: 440795202126 ns\nOct 12 13:27:16 cirros auth.notice su: + /dev/console root:cirros\nOct 12 13:27:16 cirros authpriv.info dropbear[341]: Running in background\nOct 12 13:27:16 cirros kern.info kernel: [ 3.155488] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 12 13:27:17 cirros kern.info kernel: [ 3.525721] 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-10-12 12:28:13,340 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/7a715d63-b5c5-432f-8da7-b48066cd1ad2/action used request id req-42f44f19-2518-4445-ba77-fd5ecc70ca46 2018-10-12 12:28:15,376 - sdnvpn_test_utils - INFO - Waiting for instance 97ebd87e-7a13-45f2-b4aa-0fa7935007fe to boot up 2018-10-12 12:28:15,380 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ae0fec37870721368d5a000545567caae7e37a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:28:16,459 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-70569d29-cc1f-48c8-8e4e-212a147fb52c x-compute-request-id: req-70569d29-cc1f-48c8-8e4e-212a147fb52c Content-Encoding: gzip Content-Length: 7716 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518767377 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132246] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133926] pid_max: default: 32768 minimum: 301\n[ 0.134835] ACPI: Core revision 20150930\n[ 0.136234] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137565] Security Framework initialized\n[ 0.138430] Yama: becoming mindful.\n[ 0.139167] AppArmor: AppArmor initialized\n[ 0.140048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141405] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143920] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145327] Initializing cgroup subsys io\n[ 0.146145] Initializing cgroup subsys memory\n[ 0.147017] Initializing cgroup subsys devices\n[ 0.147933] Initializing cgroup subsys freezer\n[ 0.148827] Initializing cgroup subsys net_cls\n[ 0.149705] Initializing cgroup subsys perf_event\n[ 0.150631] Initializing cgroup subsys net_prio\n[ 0.151539] Initializing cgroup subsys hugetlb\n[ 0.152418] Initializing cgroup subsys pids\n[ 0.153304] CPU: Physical Processor ID: 0\n[ 0.154821] mce: CPU supports 10 MCE banks\n[ 0.155696] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156710] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169037] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175480] ftrace: allocating 31920 entries in 125 pages\n[ 0.201482] smpboot: Max logical packages: 1\n[ 0.202382] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203774] x2apic enabled\n[ 0.204607] Switched APIC routing to physical x2apic.\n[ 0.206384] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207566] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209669] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211527] KVM setup paravirtual spinlock\n[ 0.212841] x86: Booted up 1 node, 1 CPUs\n[ 0.213688] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215145] devtmpfs: initialized\n[ 0.216896] evm: security.selinux\n[ 0.217635] evm: security.SMACK64\n[ 0.218340] evm: security.SMACK64EXEC\n[ 0.219137] evm: security.SMACK64TRANSMUTE\n[ 0.219949] evm: security.SMACK64MMAP\n[ 0.220700] evm: security.ima\n[ 0.221340] evm: security.capability\n[ 0.222139] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223999] pinctrl core: initialized pinctrl subsystem\n[ 0.225099] RTC time: 12:27:26, date: 10/12/18\n[ 0.226063] NET: Registered protocol family 16\n[ 0.227051] cpuidle: using governor ladder\n[ 0.227897] cpuidle: using governor menu\n[ 0.228726] PCCT header not found.\n[ 0.229502] ACPI: bus type PCI registered\n[ 0.230324] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231585] PCI: Using configuration type 1 for base access\n[ 0.233344] ACPI: Added _OSI(Module Device)\n[ 0.234200] ACPI: Added _OSI(Processor Device)\n[ 0.235071] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235995] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238219] ACPI: Interpreter enabled\n[ 0.239041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242939] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246749] ACPI: (supports S0 S5)\n[ 0.247467] ACPI: Using IOAPIC for interrupt routing\n[ 0.248606] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251742] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252906] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254148] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255362] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257675] acpiphp: Slot [3] registered\n[ 0.258500] acpiphp: Slot [4] registered\n[ 0.259364] acpiphp: Slot [5] registered\n[ 0.260184] acpiphp: Slot [6] registered\n[ 0.260991] acpiphp: Slot [7] registered\n[ 0.261803] acpiphp: Slot [8] registered\n[ 0.262621] acpiphp: Slot [9] registered\n[ 0.263437] acpiphp: Slot [10] registered\n[ 0.264261] acpiphp: Slot [11] registered\n[ 0.265081] acpiphp: Slot [12] registered\n[ 0.265906] acpiphp: Slot [13] registered\n[ 0.266729] acpiphp: Slot [14] registered\n[ 0.267560] acpiphp: Slot [15] registered\n[ 0.278407] acpiphp: Slot [16] registered\n[ 0.279268] acpiphp: Slot [17] registered\n[ 0.280095] acpiphp: Slot [18] registered\n[ 0.280922] acpiphp: Slot [19] registered\n[ 0.281744] acpiphp: Slot [20] registered\n[ 0.282578] acpiphp: Slot [21] registered\n[ 0.283406] acpiphp: Slot [22] registered\n[ 0.284230] acpiphp: Slot [23] registered\n[ 0.285052] acpiphp: Slot [24] registered\n[ 0.285882] acpiphp: Slot [25] registered\n[ 0.286715] acpiphp: Slot [26] registered\n[ 0.287549] acpiphp: Slot [27] registered\n[ 0.288378] acpiphp: Slot [28] registered\n[ 0.289210] acpiphp: Slot [29] registered\n[ 0.290052] acpiphp: Slot [30] registered\n[ 0.290886] acpiphp: Slot [31] registered\n[ 0.291711] PCI host bridge to bus 0000:00\n[ 0.292534] 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.295006] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297941] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304238] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305571] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306767] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314452] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315902] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362215] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363702] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365118] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366553] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367938] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369192] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370371] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371435] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372981] vgaarb: loaded\n[ 0.373585] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374723] SCSI subsystem initialized\n[ 0.375544] ACPI: bus type USB registered\n[ 0.376366] usbcore: registered new interface driver usbfs\n[ 0.377400] usbcore: registered new interface driver hub\n[ 0.378412] usbcore: registered new device driver usb\n[ 0.379474] PCI: Using ACPI for IRQ routing\n[ 0.380525] NetLabel: Initializing\n[ 0.381247] NetLabel: domain hash size = 128\n[ 0.382097] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383041] NetLabel: unlabeled traffic allowed by default\n[ 0.384137] clocksource: Switched to clocksource kvm-clock\n[ 0.389550] AppArmor: AppArmor Filesystem Enabled\n[ 0.390541] pnp: PnP ACPI init\n[ 0.391457] pnp: PnP ACPI: found 5 devices\n[ 0.397823] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399525] NET: Registered protocol family 2\n[ 0.400502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402961] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404123] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405232] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406400] NET: Registered protocol family 1\n[ 0.407273] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408388] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409460] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423387] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437693] Trying to unpack rootfs image as initramfs...\n[ 0.486908] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500750] Scanning for low memory corruption every 60 seconds\n[ 0.502158] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503326] audit: initializing netlink subsys (disabled)\n[ 0.504358] audit: type=2000 audit(1539347247.296:1): initialized\n[ 0.505691] Initialise system trusted keyring\n[ 0.506614] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507786] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509767] zbud: loaded\n[ 0.510471] VFS: Disk quotas dquot_6.6.0\n[ 0.511289] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512846] fuse init (API version 7.23)\n[ 0.513743] Key type big_key registered\n[ 0.514545] Allocating IMA MOK and blacklist keyrings.\n[ 0.516010] Key type asymmetric registered\n[ 0.516852] Asymmetric key parser 'x509' registered\n[ 0.517811] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519275] io scheduler noop registered\n[ 0.520068] io scheduler deadline registered (default)\n[ 0.521070] io scheduler cfq registered\n[ 0.521931] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522984] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524261] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525725] ACPI: Power Button [PWRF]\n[ 0.526562] GHES: HEST is not enabled!\n[ 0.540262] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572768] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596314] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598452] Linux agpgart interface v0.103\n[ 0.600459] brd: module loaded\n[ 0.601623] loop: module loaded\n[ 0.606290] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607754] GPT:90111 != 2097151\n[ 0.608446] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609558] GPT:90111 != 2097151\n[ 0.610240] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611213] vda: vda1 vda15\n[ 0.612646] scsi host0: ata_piix\n[ 0.613391] scsi host1: ata_piix\n[ 0.614094] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615368] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616826] libphy: Fixed MDIO Bus: probed\n[ 0.617653] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620791] PPP generic driver version 2.4.2\n[ 0.621696] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622990] ehci-pci: EHCI PCI platform driver\n[ 0.623881] ehci-platform: EHCI generic platform driver\n[ 0.624892] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626028] ohci-pci: OHCI PCI platform driver\n[ 0.626898] ohci-platform: OHCI generic platform driver\n[ 0.627893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642228] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644730] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645761] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646884] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649558] usb usb1: Product: UHCI Host Controller\n[ 0.650519] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651676] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652695] hub 1-0:1.0: USB hub found\n[ 0.653519] hub 1-0:1.0: 2 ports detected\n[ 0.654429] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.656559] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657519] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658548] mousedev: PS/2 mouse device common for all mice\n[ 0.659793] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661649] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662738] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663975] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665177] i2c /dev entries driver\n[ 0.665931] device-mapper: uevent: version 1.0.3\n[ 0.666874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668518] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669805] NET: Registered protocol family 10\n[ 0.670795] NET: Registered protocol family 17\n[ 0.671688] Key type dns_resolver registered\n[ 0.672615] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673756] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675505] registered taskstats version 1\n[ 0.676360] Loading compiled-in X.509 certificates\n[ 0.677794] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679662] zswap: loaded using pool lzo/zbud\n[ 0.681031] Key type trusted registered\n[ 0.682584] Key type encrypted registered\n[ 0.683442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684499] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685554] evm: HMAC attrs: 0x1\n[ 0.686848] Magic number: 6:125:481\n[ 0.687620] ata_device dev1.0: hash matches\n[ 0.688459] dev1.0: hash matches\n[ 0.689254] rtc_cmos 00:00: setting system clock to 2018-10-12 12:27:27 UTC (1539347247)\n[ 0.690848] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691962] EDD information not available.\n[ 0.773250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785273] Write protecting the kernel read-only data: 14336k\n[ 0.786848] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788663] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.218417] random: dd urandom read with 6 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 12:28:16,459 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action used request id req-70569d29-cc1f-48c8-8e4e-212a147fb52c 2018-10-12 12:28:18,476 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ae0fec37870721368d5a000545567caae7e37a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:28:19,550 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:28:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fe745ffc-f7cc-4462-a2b1-93471a94f906 x-compute-request-id: req-fe745ffc-f7cc-4462-a2b1-93471a94f906 Content-Encoding: gzip Content-Length: 7716 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518767377 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132246] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133926] pid_max: default: 32768 minimum: 301\n[ 0.134835] ACPI: Core revision 20150930\n[ 0.136234] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137565] Security Framework initialized\n[ 0.138430] Yama: becoming mindful.\n[ 0.139167] AppArmor: AppArmor initialized\n[ 0.140048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141405] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143920] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145327] Initializing cgroup subsys io\n[ 0.146145] Initializing cgroup subsys memory\n[ 0.147017] Initializing cgroup subsys devices\n[ 0.147933] Initializing cgroup subsys freezer\n[ 0.148827] Initializing cgroup subsys net_cls\n[ 0.149705] Initializing cgroup subsys perf_event\n[ 0.150631] Initializing cgroup subsys net_prio\n[ 0.151539] Initializing cgroup subsys hugetlb\n[ 0.152418] Initializing cgroup subsys pids\n[ 0.153304] CPU: Physical Processor ID: 0\n[ 0.154821] mce: CPU supports 10 MCE banks\n[ 0.155696] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156710] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169037] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175480] ftrace: allocating 31920 entries in 125 pages\n[ 0.201482] smpboot: Max logical packages: 1\n[ 0.202382] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203774] x2apic enabled\n[ 0.204607] Switched APIC routing to physical x2apic.\n[ 0.206384] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207566] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209669] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211527] KVM setup paravirtual spinlock\n[ 0.212841] x86: Booted up 1 node, 1 CPUs\n[ 0.213688] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215145] devtmpfs: initialized\n[ 0.216896] evm: security.selinux\n[ 0.217635] evm: security.SMACK64\n[ 0.218340] evm: security.SMACK64EXEC\n[ 0.219137] evm: security.SMACK64TRANSMUTE\n[ 0.219949] evm: security.SMACK64MMAP\n[ 0.220700] evm: security.ima\n[ 0.221340] evm: security.capability\n[ 0.222139] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223999] pinctrl core: initialized pinctrl subsystem\n[ 0.225099] RTC time: 12:27:26, date: 10/12/18\n[ 0.226063] NET: Registered protocol family 16\n[ 0.227051] cpuidle: using governor ladder\n[ 0.227897] cpuidle: using governor menu\n[ 0.228726] PCCT header not found.\n[ 0.229502] ACPI: bus type PCI registered\n[ 0.230324] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231585] PCI: Using configuration type 1 for base access\n[ 0.233344] ACPI: Added _OSI(Module Device)\n[ 0.234200] ACPI: Added _OSI(Processor Device)\n[ 0.235071] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235995] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238219] ACPI: Interpreter enabled\n[ 0.239041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242939] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246749] ACPI: (supports S0 S5)\n[ 0.247467] ACPI: Using IOAPIC for interrupt routing\n[ 0.248606] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251742] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252906] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254148] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255362] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257675] acpiphp: Slot [3] registered\n[ 0.258500] acpiphp: Slot [4] registered\n[ 0.259364] acpiphp: Slot [5] registered\n[ 0.260184] acpiphp: Slot [6] registered\n[ 0.260991] acpiphp: Slot [7] registered\n[ 0.261803] acpiphp: Slot [8] registered\n[ 0.262621] acpiphp: Slot [9] registered\n[ 0.263437] acpiphp: Slot [10] registered\n[ 0.264261] acpiphp: Slot [11] registered\n[ 0.265081] acpiphp: Slot [12] registered\n[ 0.265906] acpiphp: Slot [13] registered\n[ 0.266729] acpiphp: Slot [14] registered\n[ 0.267560] acpiphp: Slot [15] registered\n[ 0.278407] acpiphp: Slot [16] registered\n[ 0.279268] acpiphp: Slot [17] registered\n[ 0.280095] acpiphp: Slot [18] registered\n[ 0.280922] acpiphp: Slot [19] registered\n[ 0.281744] acpiphp: Slot [20] registered\n[ 0.282578] acpiphp: Slot [21] registered\n[ 0.283406] acpiphp: Slot [22] registered\n[ 0.284230] acpiphp: Slot [23] registered\n[ 0.285052] acpiphp: Slot [24] registered\n[ 0.285882] acpiphp: Slot [25] registered\n[ 0.286715] acpiphp: Slot [26] registered\n[ 0.287549] acpiphp: Slot [27] registered\n[ 0.288378] acpiphp: Slot [28] registered\n[ 0.289210] acpiphp: Slot [29] registered\n[ 0.290052] acpiphp: Slot [30] registered\n[ 0.290886] acpiphp: Slot [31] registered\n[ 0.291711] PCI host bridge to bus 0000:00\n[ 0.292534] 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.295006] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297941] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304238] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305571] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306767] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314452] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315902] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362215] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363702] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365118] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366553] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367938] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369192] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370371] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371435] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372981] vgaarb: loaded\n[ 0.373585] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374723] SCSI subsystem initialized\n[ 0.375544] ACPI: bus type USB registered\n[ 0.376366] usbcore: registered new interface driver usbfs\n[ 0.377400] usbcore: registered new interface driver hub\n[ 0.378412] usbcore: registered new device driver usb\n[ 0.379474] PCI: Using ACPI for IRQ routing\n[ 0.380525] NetLabel: Initializing\n[ 0.381247] NetLabel: domain hash size = 128\n[ 0.382097] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383041] NetLabel: unlabeled traffic allowed by default\n[ 0.384137] clocksource: Switched to clocksource kvm-clock\n[ 0.389550] AppArmor: AppArmor Filesystem Enabled\n[ 0.390541] pnp: PnP ACPI init\n[ 0.391457] pnp: PnP ACPI: found 5 devices\n[ 0.397823] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399525] NET: Registered protocol family 2\n[ 0.400502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402961] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404123] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405232] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406400] NET: Registered protocol family 1\n[ 0.407273] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408388] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409460] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423387] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437693] Trying to unpack rootfs image as initramfs...\n[ 0.486908] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500750] Scanning for low memory corruption every 60 seconds\n[ 0.502158] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503326] audit: initializing netlink subsys (disabled)\n[ 0.504358] audit: type=2000 audit(1539347247.296:1): initialized\n[ 0.505691] Initialise system trusted keyring\n[ 0.506614] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507786] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509767] zbud: loaded\n[ 0.510471] VFS: Disk quotas dquot_6.6.0\n[ 0.511289] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512846] fuse init (API version 7.23)\n[ 0.513743] Key type big_key registered\n[ 0.514545] Allocating IMA MOK and blacklist keyrings.\n[ 0.516010] Key type asymmetric registered\n[ 0.516852] Asymmetric key parser 'x509' registered\n[ 0.517811] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519275] io scheduler noop registered\n[ 0.520068] io scheduler deadline registered (default)\n[ 0.521070] io scheduler cfq registered\n[ 0.521931] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522984] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524261] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525725] ACPI: Power Button [PWRF]\n[ 0.526562] GHES: HEST is not enabled!\n[ 0.540262] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572768] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596314] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598452] Linux agpgart interface v0.103\n[ 0.600459] brd: module loaded\n[ 0.601623] loop: module loaded\n[ 0.606290] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607754] GPT:90111 != 2097151\n[ 0.608446] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609558] GPT:90111 != 2097151\n[ 0.610240] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611213] vda: vda1 vda15\n[ 0.612646] scsi host0: ata_piix\n[ 0.613391] scsi host1: ata_piix\n[ 0.614094] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615368] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616826] libphy: Fixed MDIO Bus: probed\n[ 0.617653] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620791] PPP generic driver version 2.4.2\n[ 0.621696] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622990] ehci-pci: EHCI PCI platform driver\n[ 0.623881] ehci-platform: EHCI generic platform driver\n[ 0.624892] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626028] ohci-pci: OHCI PCI platform driver\n[ 0.626898] ohci-platform: OHCI generic platform driver\n[ 0.627893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642228] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644730] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645761] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646884] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649558] usb usb1: Product: UHCI Host Controller\n[ 0.650519] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651676] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652695] hub 1-0:1.0: USB hub found\n[ 0.653519] hub 1-0:1.0: 2 ports detected\n[ 0.654429] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.656559] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657519] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658548] mousedev: PS/2 mouse device common for all mice\n[ 0.659793] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661649] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662738] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663975] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665177] i2c /dev entries driver\n[ 0.665931] device-mapper: uevent: version 1.0.3\n[ 0.666874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668518] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669805] NET: Registered protocol family 10\n[ 0.670795] NET: Registered protocol family 17\n[ 0.671688] Key type dns_resolver registered\n[ 0.672615] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673756] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675505] registered taskstats version 1\n[ 0.676360] Loading compiled-in X.509 certificates\n[ 0.677794] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679662] zswap: loaded using pool lzo/zbud\n[ 0.681031] Key type trusted registered\n[ 0.682584] Key type encrypted registered\n[ 0.683442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684499] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685554] evm: HMAC attrs: 0x1\n[ 0.686848] Magic number: 6:125:481\n[ 0.687620] ata_device dev1.0: hash matches\n[ 0.688459] dev1.0: hash matches\n[ 0.689254] rtc_cmos 00:00: setting system clock to 2018-10-12 12:27:27 UTC (1539347247)\n[ 0.690848] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691962] EDD information not available.\n[ 0.773250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785273] Write protecting the kernel read-only data: 14336k\n[ 0.786848] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788663] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.218417] random: dd urandom read with 6 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 12:28:19,550 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action used request id req-fe745ffc-f7cc-4462-a2b1-93471a94f906 2018-10-12 12:28:21,566 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ae0fec37870721368d5a000545567caae7e37a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:28:22,638 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:28: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-6f834ba9-8e43-446d-bc14-32c38cab51d5 x-compute-request-id: req-6f834ba9-8e43-446d-bc14-32c38cab51d5 Content-Encoding: gzip Content-Length: 7716 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518767377 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132246] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133926] pid_max: default: 32768 minimum: 301\n[ 0.134835] ACPI: Core revision 20150930\n[ 0.136234] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137565] Security Framework initialized\n[ 0.138430] Yama: becoming mindful.\n[ 0.139167] AppArmor: AppArmor initialized\n[ 0.140048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141405] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143920] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145327] Initializing cgroup subsys io\n[ 0.146145] Initializing cgroup subsys memory\n[ 0.147017] Initializing cgroup subsys devices\n[ 0.147933] Initializing cgroup subsys freezer\n[ 0.148827] Initializing cgroup subsys net_cls\n[ 0.149705] Initializing cgroup subsys perf_event\n[ 0.150631] Initializing cgroup subsys net_prio\n[ 0.151539] Initializing cgroup subsys hugetlb\n[ 0.152418] Initializing cgroup subsys pids\n[ 0.153304] CPU: Physical Processor ID: 0\n[ 0.154821] mce: CPU supports 10 MCE banks\n[ 0.155696] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156710] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169037] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175480] ftrace: allocating 31920 entries in 125 pages\n[ 0.201482] smpboot: Max logical packages: 1\n[ 0.202382] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203774] x2apic enabled\n[ 0.204607] Switched APIC routing to physical x2apic.\n[ 0.206384] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207566] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209669] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211527] KVM setup paravirtual spinlock\n[ 0.212841] x86: Booted up 1 node, 1 CPUs\n[ 0.213688] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215145] devtmpfs: initialized\n[ 0.216896] evm: security.selinux\n[ 0.217635] evm: security.SMACK64\n[ 0.218340] evm: security.SMACK64EXEC\n[ 0.219137] evm: security.SMACK64TRANSMUTE\n[ 0.219949] evm: security.SMACK64MMAP\n[ 0.220700] evm: security.ima\n[ 0.221340] evm: security.capability\n[ 0.222139] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223999] pinctrl core: initialized pinctrl subsystem\n[ 0.225099] RTC time: 12:27:26, date: 10/12/18\n[ 0.226063] NET: Registered protocol family 16\n[ 0.227051] cpuidle: using governor ladder\n[ 0.227897] cpuidle: using governor menu\n[ 0.228726] PCCT header not found.\n[ 0.229502] ACPI: bus type PCI registered\n[ 0.230324] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231585] PCI: Using configuration type 1 for base access\n[ 0.233344] ACPI: Added _OSI(Module Device)\n[ 0.234200] ACPI: Added _OSI(Processor Device)\n[ 0.235071] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235995] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238219] ACPI: Interpreter enabled\n[ 0.239041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242939] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246749] ACPI: (supports S0 S5)\n[ 0.247467] ACPI: Using IOAPIC for interrupt routing\n[ 0.248606] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251742] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252906] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254148] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255362] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257675] acpiphp: Slot [3] registered\n[ 0.258500] acpiphp: Slot [4] registered\n[ 0.259364] acpiphp: Slot [5] registered\n[ 0.260184] acpiphp: Slot [6] registered\n[ 0.260991] acpiphp: Slot [7] registered\n[ 0.261803] acpiphp: Slot [8] registered\n[ 0.262621] acpiphp: Slot [9] registered\n[ 0.263437] acpiphp: Slot [10] registered\n[ 0.264261] acpiphp: Slot [11] registered\n[ 0.265081] acpiphp: Slot [12] registered\n[ 0.265906] acpiphp: Slot [13] registered\n[ 0.266729] acpiphp: Slot [14] registered\n[ 0.267560] acpiphp: Slot [15] registered\n[ 0.278407] acpiphp: Slot [16] registered\n[ 0.279268] acpiphp: Slot [17] registered\n[ 0.280095] acpiphp: Slot [18] registered\n[ 0.280922] acpiphp: Slot [19] registered\n[ 0.281744] acpiphp: Slot [20] registered\n[ 0.282578] acpiphp: Slot [21] registered\n[ 0.283406] acpiphp: Slot [22] registered\n[ 0.284230] acpiphp: Slot [23] registered\n[ 0.285052] acpiphp: Slot [24] registered\n[ 0.285882] acpiphp: Slot [25] registered\n[ 0.286715] acpiphp: Slot [26] registered\n[ 0.287549] acpiphp: Slot [27] registered\n[ 0.288378] acpiphp: Slot [28] registered\n[ 0.289210] acpiphp: Slot [29] registered\n[ 0.290052] acpiphp: Slot [30] registered\n[ 0.290886] acpiphp: Slot [31] registered\n[ 0.291711] PCI host bridge to bus 0000:00\n[ 0.292534] 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.295006] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297941] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304238] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305571] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306767] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314452] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315902] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362215] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363702] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365118] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366553] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367938] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369192] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370371] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371435] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372981] vgaarb: loaded\n[ 0.373585] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374723] SCSI subsystem initialized\n[ 0.375544] ACPI: bus type USB registered\n[ 0.376366] usbcore: registered new interface driver usbfs\n[ 0.377400] usbcore: registered new interface driver hub\n[ 0.378412] usbcore: registered new device driver usb\n[ 0.379474] PCI: Using ACPI for IRQ routing\n[ 0.380525] NetLabel: Initializing\n[ 0.381247] NetLabel: domain hash size = 128\n[ 0.382097] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383041] NetLabel: unlabeled traffic allowed by default\n[ 0.384137] clocksource: Switched to clocksource kvm-clock\n[ 0.389550] AppArmor: AppArmor Filesystem Enabled\n[ 0.390541] pnp: PnP ACPI init\n[ 0.391457] pnp: PnP ACPI: found 5 devices\n[ 0.397823] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399525] NET: Registered protocol family 2\n[ 0.400502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402961] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404123] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405232] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406400] NET: Registered protocol family 1\n[ 0.407273] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408388] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409460] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423387] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437693] Trying to unpack rootfs image as initramfs...\n[ 0.486908] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500750] Scanning for low memory corruption every 60 seconds\n[ 0.502158] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503326] audit: initializing netlink subsys (disabled)\n[ 0.504358] audit: type=2000 audit(1539347247.296:1): initialized\n[ 0.505691] Initialise system trusted keyring\n[ 0.506614] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507786] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509767] zbud: loaded\n[ 0.510471] VFS: Disk quotas dquot_6.6.0\n[ 0.511289] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512846] fuse init (API version 7.23)\n[ 0.513743] Key type big_key registered\n[ 0.514545] Allocating IMA MOK and blacklist keyrings.\n[ 0.516010] Key type asymmetric registered\n[ 0.516852] Asymmetric key parser 'x509' registered\n[ 0.517811] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519275] io scheduler noop registered\n[ 0.520068] io scheduler deadline registered (default)\n[ 0.521070] io scheduler cfq registered\n[ 0.521931] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522984] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524261] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525725] ACPI: Power Button [PWRF]\n[ 0.526562] GHES: HEST is not enabled!\n[ 0.540262] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572768] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596314] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598452] Linux agpgart interface v0.103\n[ 0.600459] brd: module loaded\n[ 0.601623] loop: module loaded\n[ 0.606290] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607754] GPT:90111 != 2097151\n[ 0.608446] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609558] GPT:90111 != 2097151\n[ 0.610240] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611213] vda: vda1 vda15\n[ 0.612646] scsi host0: ata_piix\n[ 0.613391] scsi host1: ata_piix\n[ 0.614094] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615368] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616826] libphy: Fixed MDIO Bus: probed\n[ 0.617653] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620791] PPP generic driver version 2.4.2\n[ 0.621696] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622990] ehci-pci: EHCI PCI platform driver\n[ 0.623881] ehci-platform: EHCI generic platform driver\n[ 0.624892] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626028] ohci-pci: OHCI PCI platform driver\n[ 0.626898] ohci-platform: OHCI generic platform driver\n[ 0.627893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642228] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644730] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645761] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646884] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649558] usb usb1: Product: UHCI Host Controller\n[ 0.650519] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651676] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652695] hub 1-0:1.0: USB hub found\n[ 0.653519] hub 1-0:1.0: 2 ports detected\n[ 0.654429] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.656559] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657519] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658548] mousedev: PS/2 mouse device common for all mice\n[ 0.659793] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661649] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662738] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663975] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665177] i2c /dev entries driver\n[ 0.665931] device-mapper: uevent: version 1.0.3\n[ 0.666874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668518] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669805] NET: Registered protocol family 10\n[ 0.670795] NET: Registered protocol family 17\n[ 0.671688] Key type dns_resolver registered\n[ 0.672615] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673756] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675505] registered taskstats version 1\n[ 0.676360] Loading compiled-in X.509 certificates\n[ 0.677794] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679662] zswap: loaded using pool lzo/zbud\n[ 0.681031] Key type trusted registered\n[ 0.682584] Key type encrypted registered\n[ 0.683442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684499] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685554] evm: HMAC attrs: 0x1\n[ 0.686848] Magic number: 6:125:481\n[ 0.687620] ata_device dev1.0: hash matches\n[ 0.688459] dev1.0: hash matches\n[ 0.689254] rtc_cmos 00:00: setting system clock to 2018-10-12 12:27:27 UTC (1539347247)\n[ 0.690848] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691962] EDD information not available.\n[ 0.773250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785273] Write protecting the kernel read-only data: 14336k\n[ 0.786848] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788663] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.218417] random: dd urandom read with 6 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 12:28:22,639 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action used request id req-6f834ba9-8e43-446d-bc14-32c38cab51d5 2018-10-12 12:28:24,657 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ae0fec37870721368d5a000545567caae7e37a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:28:25,729 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:28: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-d87c67a8-dd1c-4957-9c1f-eafcd19679a8 x-compute-request-id: req-d87c67a8-dd1c-4957-9c1f-eafcd19679a8 Content-Encoding: gzip Content-Length: 7716 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518767377 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132246] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133926] pid_max: default: 32768 minimum: 301\n[ 0.134835] ACPI: Core revision 20150930\n[ 0.136234] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137565] Security Framework initialized\n[ 0.138430] Yama: becoming mindful.\n[ 0.139167] AppArmor: AppArmor initialized\n[ 0.140048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141405] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143920] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145327] Initializing cgroup subsys io\n[ 0.146145] Initializing cgroup subsys memory\n[ 0.147017] Initializing cgroup subsys devices\n[ 0.147933] Initializing cgroup subsys freezer\n[ 0.148827] Initializing cgroup subsys net_cls\n[ 0.149705] Initializing cgroup subsys perf_event\n[ 0.150631] Initializing cgroup subsys net_prio\n[ 0.151539] Initializing cgroup subsys hugetlb\n[ 0.152418] Initializing cgroup subsys pids\n[ 0.153304] CPU: Physical Processor ID: 0\n[ 0.154821] mce: CPU supports 10 MCE banks\n[ 0.155696] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156710] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169037] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175480] ftrace: allocating 31920 entries in 125 pages\n[ 0.201482] smpboot: Max logical packages: 1\n[ 0.202382] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203774] x2apic enabled\n[ 0.204607] Switched APIC routing to physical x2apic.\n[ 0.206384] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207566] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209669] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211527] KVM setup paravirtual spinlock\n[ 0.212841] x86: Booted up 1 node, 1 CPUs\n[ 0.213688] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215145] devtmpfs: initialized\n[ 0.216896] evm: security.selinux\n[ 0.217635] evm: security.SMACK64\n[ 0.218340] evm: security.SMACK64EXEC\n[ 0.219137] evm: security.SMACK64TRANSMUTE\n[ 0.219949] evm: security.SMACK64MMAP\n[ 0.220700] evm: security.ima\n[ 0.221340] evm: security.capability\n[ 0.222139] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223999] pinctrl core: initialized pinctrl subsystem\n[ 0.225099] RTC time: 12:27:26, date: 10/12/18\n[ 0.226063] NET: Registered protocol family 16\n[ 0.227051] cpuidle: using governor ladder\n[ 0.227897] cpuidle: using governor menu\n[ 0.228726] PCCT header not found.\n[ 0.229502] ACPI: bus type PCI registered\n[ 0.230324] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231585] PCI: Using configuration type 1 for base access\n[ 0.233344] ACPI: Added _OSI(Module Device)\n[ 0.234200] ACPI: Added _OSI(Processor Device)\n[ 0.235071] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235995] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238219] ACPI: Interpreter enabled\n[ 0.239041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242939] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246749] ACPI: (supports S0 S5)\n[ 0.247467] ACPI: Using IOAPIC for interrupt routing\n[ 0.248606] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251742] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252906] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254148] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255362] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257675] acpiphp: Slot [3] registered\n[ 0.258500] acpiphp: Slot [4] registered\n[ 0.259364] acpiphp: Slot [5] registered\n[ 0.260184] acpiphp: Slot [6] registered\n[ 0.260991] acpiphp: Slot [7] registered\n[ 0.261803] acpiphp: Slot [8] registered\n[ 0.262621] acpiphp: Slot [9] registered\n[ 0.263437] acpiphp: Slot [10] registered\n[ 0.264261] acpiphp: Slot [11] registered\n[ 0.265081] acpiphp: Slot [12] registered\n[ 0.265906] acpiphp: Slot [13] registered\n[ 0.266729] acpiphp: Slot [14] registered\n[ 0.267560] acpiphp: Slot [15] registered\n[ 0.278407] acpiphp: Slot [16] registered\n[ 0.279268] acpiphp: Slot [17] registered\n[ 0.280095] acpiphp: Slot [18] registered\n[ 0.280922] acpiphp: Slot [19] registered\n[ 0.281744] acpiphp: Slot [20] registered\n[ 0.282578] acpiphp: Slot [21] registered\n[ 0.283406] acpiphp: Slot [22] registered\n[ 0.284230] acpiphp: Slot [23] registered\n[ 0.285052] acpiphp: Slot [24] registered\n[ 0.285882] acpiphp: Slot [25] registered\n[ 0.286715] acpiphp: Slot [26] registered\n[ 0.287549] acpiphp: Slot [27] registered\n[ 0.288378] acpiphp: Slot [28] registered\n[ 0.289210] acpiphp: Slot [29] registered\n[ 0.290052] acpiphp: Slot [30] registered\n[ 0.290886] acpiphp: Slot [31] registered\n[ 0.291711] PCI host bridge to bus 0000:00\n[ 0.292534] 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.295006] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297941] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304238] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305571] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306767] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314452] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315902] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362215] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363702] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365118] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366553] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367938] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369192] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370371] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371435] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372981] vgaarb: loaded\n[ 0.373585] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374723] SCSI subsystem initialized\n[ 0.375544] ACPI: bus type USB registered\n[ 0.376366] usbcore: registered new interface driver usbfs\n[ 0.377400] usbcore: registered new interface driver hub\n[ 0.378412] usbcore: registered new device driver usb\n[ 0.379474] PCI: Using ACPI for IRQ routing\n[ 0.380525] NetLabel: Initializing\n[ 0.381247] NetLabel: domain hash size = 128\n[ 0.382097] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383041] NetLabel: unlabeled traffic allowed by default\n[ 0.384137] clocksource: Switched to clocksource kvm-clock\n[ 0.389550] AppArmor: AppArmor Filesystem Enabled\n[ 0.390541] pnp: PnP ACPI init\n[ 0.391457] pnp: PnP ACPI: found 5 devices\n[ 0.397823] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399525] NET: Registered protocol family 2\n[ 0.400502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402961] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404123] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405232] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406400] NET: Registered protocol family 1\n[ 0.407273] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408388] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409460] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423387] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437693] Trying to unpack rootfs image as initramfs...\n[ 0.486908] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500750] Scanning for low memory corruption every 60 seconds\n[ 0.502158] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503326] audit: initializing netlink subsys (disabled)\n[ 0.504358] audit: type=2000 audit(1539347247.296:1): initialized\n[ 0.505691] Initialise system trusted keyring\n[ 0.506614] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507786] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509767] zbud: loaded\n[ 0.510471] VFS: Disk quotas dquot_6.6.0\n[ 0.511289] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512846] fuse init (API version 7.23)\n[ 0.513743] Key type big_key registered\n[ 0.514545] Allocating IMA MOK and blacklist keyrings.\n[ 0.516010] Key type asymmetric registered\n[ 0.516852] Asymmetric key parser 'x509' registered\n[ 0.517811] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519275] io scheduler noop registered\n[ 0.520068] io scheduler deadline registered (default)\n[ 0.521070] io scheduler cfq registered\n[ 0.521931] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522984] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524261] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525725] ACPI: Power Button [PWRF]\n[ 0.526562] GHES: HEST is not enabled!\n[ 0.540262] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572768] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596314] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598452] Linux agpgart interface v0.103\n[ 0.600459] brd: module loaded\n[ 0.601623] loop: module loaded\n[ 0.606290] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607754] GPT:90111 != 2097151\n[ 0.608446] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609558] GPT:90111 != 2097151\n[ 0.610240] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611213] vda: vda1 vda15\n[ 0.612646] scsi host0: ata_piix\n[ 0.613391] scsi host1: ata_piix\n[ 0.614094] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615368] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616826] libphy: Fixed MDIO Bus: probed\n[ 0.617653] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620791] PPP generic driver version 2.4.2\n[ 0.621696] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622990] ehci-pci: EHCI PCI platform driver\n[ 0.623881] ehci-platform: EHCI generic platform driver\n[ 0.624892] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626028] ohci-pci: OHCI PCI platform driver\n[ 0.626898] ohci-platform: OHCI generic platform driver\n[ 0.627893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642228] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644730] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645761] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646884] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649558] usb usb1: Product: UHCI Host Controller\n[ 0.650519] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651676] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652695] hub 1-0:1.0: USB hub found\n[ 0.653519] hub 1-0:1.0: 2 ports detected\n[ 0.654429] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.656559] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657519] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658548] mousedev: PS/2 mouse device common for all mice\n[ 0.659793] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661649] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662738] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663975] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665177] i2c /dev entries driver\n[ 0.665931] device-mapper: uevent: version 1.0.3\n[ 0.666874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668518] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669805] NET: Registered protocol family 10\n[ 0.670795] NET: Registered protocol family 17\n[ 0.671688] Key type dns_resolver registered\n[ 0.672615] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673756] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675505] registered taskstats version 1\n[ 0.676360] Loading compiled-in X.509 certificates\n[ 0.677794] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679662] zswap: loaded using pool lzo/zbud\n[ 0.681031] Key type trusted registered\n[ 0.682584] Key type encrypted registered\n[ 0.683442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684499] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685554] evm: HMAC attrs: 0x1\n[ 0.686848] Magic number: 6:125:481\n[ 0.687620] ata_device dev1.0: hash matches\n[ 0.688459] dev1.0: hash matches\n[ 0.689254] rtc_cmos 00:00: setting system clock to 2018-10-12 12:27:27 UTC (1539347247)\n[ 0.690848] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691962] EDD information not available.\n[ 0.773250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785273] Write protecting the kernel read-only data: 14336k\n[ 0.786848] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788663] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.218417] random: dd urandom read with 6 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 12:28:25,730 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action used request id req-d87c67a8-dd1c-4957-9c1f-eafcd19679a8 2018-10-12 12:28:27,747 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ae0fec37870721368d5a000545567caae7e37a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:28:28,814 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:28: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-212ed689-5999-4301-a11f-4e4c22daa1fa x-compute-request-id: req-212ed689-5999-4301-a11f-4e4c22daa1fa Content-Encoding: gzip Content-Length: 7716 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518767377 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132246] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133926] pid_max: default: 32768 minimum: 301\n[ 0.134835] ACPI: Core revision 20150930\n[ 0.136234] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137565] Security Framework initialized\n[ 0.138430] Yama: becoming mindful.\n[ 0.139167] AppArmor: AppArmor initialized\n[ 0.140048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141405] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143920] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145327] Initializing cgroup subsys io\n[ 0.146145] Initializing cgroup subsys memory\n[ 0.147017] Initializing cgroup subsys devices\n[ 0.147933] Initializing cgroup subsys freezer\n[ 0.148827] Initializing cgroup subsys net_cls\n[ 0.149705] Initializing cgroup subsys perf_event\n[ 0.150631] Initializing cgroup subsys net_prio\n[ 0.151539] Initializing cgroup subsys hugetlb\n[ 0.152418] Initializing cgroup subsys pids\n[ 0.153304] CPU: Physical Processor ID: 0\n[ 0.154821] mce: CPU supports 10 MCE banks\n[ 0.155696] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156710] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169037] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175480] ftrace: allocating 31920 entries in 125 pages\n[ 0.201482] smpboot: Max logical packages: 1\n[ 0.202382] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203774] x2apic enabled\n[ 0.204607] Switched APIC routing to physical x2apic.\n[ 0.206384] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207566] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209669] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211527] KVM setup paravirtual spinlock\n[ 0.212841] x86: Booted up 1 node, 1 CPUs\n[ 0.213688] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215145] devtmpfs: initialized\n[ 0.216896] evm: security.selinux\n[ 0.217635] evm: security.SMACK64\n[ 0.218340] evm: security.SMACK64EXEC\n[ 0.219137] evm: security.SMACK64TRANSMUTE\n[ 0.219949] evm: security.SMACK64MMAP\n[ 0.220700] evm: security.ima\n[ 0.221340] evm: security.capability\n[ 0.222139] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223999] pinctrl core: initialized pinctrl subsystem\n[ 0.225099] RTC time: 12:27:26, date: 10/12/18\n[ 0.226063] NET: Registered protocol family 16\n[ 0.227051] cpuidle: using governor ladder\n[ 0.227897] cpuidle: using governor menu\n[ 0.228726] PCCT header not found.\n[ 0.229502] ACPI: bus type PCI registered\n[ 0.230324] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231585] PCI: Using configuration type 1 for base access\n[ 0.233344] ACPI: Added _OSI(Module Device)\n[ 0.234200] ACPI: Added _OSI(Processor Device)\n[ 0.235071] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235995] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238219] ACPI: Interpreter enabled\n[ 0.239041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242939] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246749] ACPI: (supports S0 S5)\n[ 0.247467] ACPI: Using IOAPIC for interrupt routing\n[ 0.248606] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251742] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252906] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254148] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255362] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257675] acpiphp: Slot [3] registered\n[ 0.258500] acpiphp: Slot [4] registered\n[ 0.259364] acpiphp: Slot [5] registered\n[ 0.260184] acpiphp: Slot [6] registered\n[ 0.260991] acpiphp: Slot [7] registered\n[ 0.261803] acpiphp: Slot [8] registered\n[ 0.262621] acpiphp: Slot [9] registered\n[ 0.263437] acpiphp: Slot [10] registered\n[ 0.264261] acpiphp: Slot [11] registered\n[ 0.265081] acpiphp: Slot [12] registered\n[ 0.265906] acpiphp: Slot [13] registered\n[ 0.266729] acpiphp: Slot [14] registered\n[ 0.267560] acpiphp: Slot [15] registered\n[ 0.278407] acpiphp: Slot [16] registered\n[ 0.279268] acpiphp: Slot [17] registered\n[ 0.280095] acpiphp: Slot [18] registered\n[ 0.280922] acpiphp: Slot [19] registered\n[ 0.281744] acpiphp: Slot [20] registered\n[ 0.282578] acpiphp: Slot [21] registered\n[ 0.283406] acpiphp: Slot [22] registered\n[ 0.284230] acpiphp: Slot [23] registered\n[ 0.285052] acpiphp: Slot [24] registered\n[ 0.285882] acpiphp: Slot [25] registered\n[ 0.286715] acpiphp: Slot [26] registered\n[ 0.287549] acpiphp: Slot [27] registered\n[ 0.288378] acpiphp: Slot [28] registered\n[ 0.289210] acpiphp: Slot [29] registered\n[ 0.290052] acpiphp: Slot [30] registered\n[ 0.290886] acpiphp: Slot [31] registered\n[ 0.291711] PCI host bridge to bus 0000:00\n[ 0.292534] 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.295006] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297941] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304238] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305571] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306767] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314452] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315902] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362215] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363702] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365118] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366553] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367938] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369192] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370371] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371435] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372981] vgaarb: loaded\n[ 0.373585] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374723] SCSI subsystem initialized\n[ 0.375544] ACPI: bus type USB registered\n[ 0.376366] usbcore: registered new interface driver usbfs\n[ 0.377400] usbcore: registered new interface driver hub\n[ 0.378412] usbcore: registered new device driver usb\n[ 0.379474] PCI: Using ACPI for IRQ routing\n[ 0.380525] NetLabel: Initializing\n[ 0.381247] NetLabel: domain hash size = 128\n[ 0.382097] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383041] NetLabel: unlabeled traffic allowed by default\n[ 0.384137] clocksource: Switched to clocksource kvm-clock\n[ 0.389550] AppArmor: AppArmor Filesystem Enabled\n[ 0.390541] pnp: PnP ACPI init\n[ 0.391457] pnp: PnP ACPI: found 5 devices\n[ 0.397823] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399525] NET: Registered protocol family 2\n[ 0.400502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402961] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404123] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405232] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406400] NET: Registered protocol family 1\n[ 0.407273] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408388] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409460] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423387] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437693] Trying to unpack rootfs image as initramfs...\n[ 0.486908] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500750] Scanning for low memory corruption every 60 seconds\n[ 0.502158] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503326] audit: initializing netlink subsys (disabled)\n[ 0.504358] audit: type=2000 audit(1539347247.296:1): initialized\n[ 0.505691] Initialise system trusted keyring\n[ 0.506614] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507786] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509767] zbud: loaded\n[ 0.510471] VFS: Disk quotas dquot_6.6.0\n[ 0.511289] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512846] fuse init (API version 7.23)\n[ 0.513743] Key type big_key registered\n[ 0.514545] Allocating IMA MOK and blacklist keyrings.\n[ 0.516010] Key type asymmetric registered\n[ 0.516852] Asymmetric key parser 'x509' registered\n[ 0.517811] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519275] io scheduler noop registered\n[ 0.520068] io scheduler deadline registered (default)\n[ 0.521070] io scheduler cfq registered\n[ 0.521931] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522984] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524261] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525725] ACPI: Power Button [PWRF]\n[ 0.526562] GHES: HEST is not enabled!\n[ 0.540262] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572768] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596314] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598452] Linux agpgart interface v0.103\n[ 0.600459] brd: module loaded\n[ 0.601623] loop: module loaded\n[ 0.606290] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607754] GPT:90111 != 2097151\n[ 0.608446] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609558] GPT:90111 != 2097151\n[ 0.610240] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611213] vda: vda1 vda15\n[ 0.612646] scsi host0: ata_piix\n[ 0.613391] scsi host1: ata_piix\n[ 0.614094] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615368] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616826] libphy: Fixed MDIO Bus: probed\n[ 0.617653] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620791] PPP generic driver version 2.4.2\n[ 0.621696] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622990] ehci-pci: EHCI PCI platform driver\n[ 0.623881] ehci-platform: EHCI generic platform driver\n[ 0.624892] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626028] ohci-pci: OHCI PCI platform driver\n[ 0.626898] ohci-platform: OHCI generic platform driver\n[ 0.627893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642228] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644730] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645761] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646884] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649558] usb usb1: Product: UHCI Host Controller\n[ 0.650519] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651676] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652695] hub 1-0:1.0: USB hub found\n[ 0.653519] hub 1-0:1.0: 2 ports detected\n[ 0.654429] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.656559] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657519] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658548] mousedev: PS/2 mouse device common for all mice\n[ 0.659793] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661649] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662738] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663975] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665177] i2c /dev entries driver\n[ 0.665931] device-mapper: uevent: version 1.0.3\n[ 0.666874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668518] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669805] NET: Registered protocol family 10\n[ 0.670795] NET: Registered protocol family 17\n[ 0.671688] Key type dns_resolver registered\n[ 0.672615] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673756] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675505] registered taskstats version 1\n[ 0.676360] Loading compiled-in X.509 certificates\n[ 0.677794] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679662] zswap: loaded using pool lzo/zbud\n[ 0.681031] Key type trusted registered\n[ 0.682584] Key type encrypted registered\n[ 0.683442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684499] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685554] evm: HMAC attrs: 0x1\n[ 0.686848] Magic number: 6:125:481\n[ 0.687620] ata_device dev1.0: hash matches\n[ 0.688459] dev1.0: hash matches\n[ 0.689254] rtc_cmos 00:00: setting system clock to 2018-10-12 12:27:27 UTC (1539347247)\n[ 0.690848] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691962] EDD information not available.\n[ 0.773250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785273] Write protecting the kernel read-only data: 14336k\n[ 0.786848] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788663] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.218417] random: dd urandom read with 6 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 12:28:28,815 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action used request id req-212ed689-5999-4301-a11f-4e4c22daa1fa 2018-10-12 12:28:30,829 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ae0fec37870721368d5a000545567caae7e37a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:28:31,898 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:28:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-90b1ca67-d364-4ff3-9f3b-82c458ce2a0f x-compute-request-id: req-90b1ca67-d364-4ff3-9f3b-82c458ce2a0f Content-Encoding: gzip Content-Length: 9411 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518767377 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132246] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133926] pid_max: default: 32768 minimum: 301\n[ 0.134835] ACPI: Core revision 20150930\n[ 0.136234] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137565] Security Framework initialized\n[ 0.138430] Yama: becoming mindful.\n[ 0.139167] AppArmor: AppArmor initialized\n[ 0.140048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141405] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143920] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145327] Initializing cgroup subsys io\n[ 0.146145] Initializing cgroup subsys memory\n[ 0.147017] Initializing cgroup subsys devices\n[ 0.147933] Initializing cgroup subsys freezer\n[ 0.148827] Initializing cgroup subsys net_cls\n[ 0.149705] Initializing cgroup subsys perf_event\n[ 0.150631] Initializing cgroup subsys net_prio\n[ 0.151539] Initializing cgroup subsys hugetlb\n[ 0.152418] Initializing cgroup subsys pids\n[ 0.153304] CPU: Physical Processor ID: 0\n[ 0.154821] mce: CPU supports 10 MCE banks\n[ 0.155696] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156710] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169037] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175480] ftrace: allocating 31920 entries in 125 pages\n[ 0.201482] smpboot: Max logical packages: 1\n[ 0.202382] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203774] x2apic enabled\n[ 0.204607] Switched APIC routing to physical x2apic.\n[ 0.206384] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207566] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209669] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211527] KVM setup paravirtual spinlock\n[ 0.212841] x86: Booted up 1 node, 1 CPUs\n[ 0.213688] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215145] devtmpfs: initialized\n[ 0.216896] evm: security.selinux\n[ 0.217635] evm: security.SMACK64\n[ 0.218340] evm: security.SMACK64EXEC\n[ 0.219137] evm: security.SMACK64TRANSMUTE\n[ 0.219949] evm: security.SMACK64MMAP\n[ 0.220700] evm: security.ima\n[ 0.221340] evm: security.capability\n[ 0.222139] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223999] pinctrl core: initialized pinctrl subsystem\n[ 0.225099] RTC time: 12:27:26, date: 10/12/18\n[ 0.226063] NET: Registered protocol family 16\n[ 0.227051] cpuidle: using governor ladder\n[ 0.227897] cpuidle: using governor menu\n[ 0.228726] PCCT header not found.\n[ 0.229502] ACPI: bus type PCI registered\n[ 0.230324] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231585] PCI: Using configuration type 1 for base access\n[ 0.233344] ACPI: Added _OSI(Module Device)\n[ 0.234200] ACPI: Added _OSI(Processor Device)\n[ 0.235071] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235995] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238219] ACPI: Interpreter enabled\n[ 0.239041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242939] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246749] ACPI: (supports S0 S5)\n[ 0.247467] ACPI: Using IOAPIC for interrupt routing\n[ 0.248606] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251742] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252906] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254148] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255362] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257675] acpiphp: Slot [3] registered\n[ 0.258500] acpiphp: Slot [4] registered\n[ 0.259364] acpiphp: Slot [5] registered\n[ 0.260184] acpiphp: Slot [6] registered\n[ 0.260991] acpiphp: Slot [7] registered\n[ 0.261803] acpiphp: Slot [8] registered\n[ 0.262621] acpiphp: Slot [9] registered\n[ 0.263437] acpiphp: Slot [10] registered\n[ 0.264261] acpiphp: Slot [11] registered\n[ 0.265081] acpiphp: Slot [12] registered\n[ 0.265906] acpiphp: Slot [13] registered\n[ 0.266729] acpiphp: Slot [14] registered\n[ 0.267560] acpiphp: Slot [15] registered\n[ 0.278407] acpiphp: Slot [16] registered\n[ 0.279268] acpiphp: Slot [17] registered\n[ 0.280095] acpiphp: Slot [18] registered\n[ 0.280922] acpiphp: Slot [19] registered\n[ 0.281744] acpiphp: Slot [20] registered\n[ 0.282578] acpiphp: Slot [21] registered\n[ 0.283406] acpiphp: Slot [22] registered\n[ 0.284230] acpiphp: Slot [23] registered\n[ 0.285052] acpiphp: Slot [24] registered\n[ 0.285882] acpiphp: Slot [25] registered\n[ 0.286715] acpiphp: Slot [26] registered\n[ 0.287549] acpiphp: Slot [27] registered\n[ 0.288378] acpiphp: Slot [28] registered\n[ 0.289210] acpiphp: Slot [29] registered\n[ 0.290052] acpiphp: Slot [30] registered\n[ 0.290886] acpiphp: Slot [31] registered\n[ 0.291711] PCI host bridge to bus 0000:00\n[ 0.292534] 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.295006] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297941] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304238] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305571] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306767] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314452] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315902] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362215] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363702] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365118] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366553] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367938] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369192] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370371] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371435] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372981] vgaarb: loaded\n[ 0.373585] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374723] SCSI subsystem initialized\n[ 0.375544] ACPI: bus type USB registered\n[ 0.376366] usbcore: registered new interface driver usbfs\n[ 0.377400] usbcore: registered new interface driver hub\n[ 0.378412] usbcore: registered new device driver usb\n[ 0.379474] PCI: Using ACPI for IRQ routing\n[ 0.380525] NetLabel: Initializing\n[ 0.381247] NetLabel: domain hash size = 128\n[ 0.382097] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383041] NetLabel: unlabeled traffic allowed by default\n[ 0.384137] clocksource: Switched to clocksource kvm-clock\n[ 0.389550] AppArmor: AppArmor Filesystem Enabled\n[ 0.390541] pnp: PnP ACPI init\n[ 0.391457] pnp: PnP ACPI: found 5 devices\n[ 0.397823] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399525] NET: Registered protocol family 2\n[ 0.400502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402961] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404123] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405232] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406400] NET: Registered protocol family 1\n[ 0.407273] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408388] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409460] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423387] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437693] Trying to unpack rootfs image as initramfs...\n[ 0.486908] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500750] Scanning for low memory corruption every 60 seconds\n[ 0.502158] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503326] audit: initializing netlink subsys (disabled)\n[ 0.504358] audit: type=2000 audit(1539347247.296:1): initialized\n[ 0.505691] Initialise system trusted keyring\n[ 0.506614] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507786] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509767] zbud: loaded\n[ 0.510471] VFS: Disk quotas dquot_6.6.0\n[ 0.511289] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512846] fuse init (API version 7.23)\n[ 0.513743] Key type big_key registered\n[ 0.514545] Allocating IMA MOK and blacklist keyrings.\n[ 0.516010] Key type asymmetric registered\n[ 0.516852] Asymmetric key parser 'x509' registered\n[ 0.517811] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519275] io scheduler noop registered\n[ 0.520068] io scheduler deadline registered (default)\n[ 0.521070] io scheduler cfq registered\n[ 0.521931] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522984] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524261] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525725] ACPI: Power Button [PWRF]\n[ 0.526562] GHES: HEST is not enabled!\n[ 0.540262] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572768] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596314] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598452] Linux agpgart interface v0.103\n[ 0.600459] brd: module loaded\n[ 0.601623] loop: module loaded\n[ 0.606290] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607754] GPT:90111 != 2097151\n[ 0.608446] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609558] GPT:90111 != 2097151\n[ 0.610240] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611213] vda: vda1 vda15\n[ 0.612646] scsi host0: ata_piix\n[ 0.613391] scsi host1: ata_piix\n[ 0.614094] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615368] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616826] libphy: Fixed MDIO Bus: probed\n[ 0.617653] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620791] PPP generic driver version 2.4.2\n[ 0.621696] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622990] ehci-pci: EHCI PCI platform driver\n[ 0.623881] ehci-platform: EHCI generic platform driver\n[ 0.624892] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626028] ohci-pci: OHCI PCI platform driver\n[ 0.626898] ohci-platform: OHCI generic platform driver\n[ 0.627893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642228] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644730] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645761] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646884] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649558] usb usb1: Product: UHCI Host Controller\n[ 0.650519] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651676] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652695] hub 1-0:1.0: USB hub found\n[ 0.653519] hub 1-0:1.0: 2 ports detected\n[ 0.654429] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.656559] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657519] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658548] mousedev: PS/2 mouse device common for all mice\n[ 0.659793] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661649] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662738] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663975] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665177] i2c /dev entries driver\n[ 0.665931] device-mapper: uevent: version 1.0.3\n[ 0.666874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668518] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669805] NET: Registered protocol family 10\n[ 0.670795] NET: Registered protocol family 17\n[ 0.671688] Key type dns_resolver registered\n[ 0.672615] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673756] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675505] registered taskstats version 1\n[ 0.676360] Loading compiled-in X.509 certificates\n[ 0.677794] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679662] zswap: loaded using pool lzo/zbud\n[ 0.681031] Key type trusted registered\n[ 0.682584] Key type encrypted registered\n[ 0.683442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684499] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685554] evm: HMAC attrs: 0x1\n[ 0.686848] Magic number: 6:125:481\n[ 0.687620] ata_device dev1.0: hash matches\n[ 0.688459] dev1.0: hash matches\n[ 0.689254] rtc_cmos 00:00: setting system clock to 2018-10-12 12:27:27 UTC (1539347247)\n[ 0.690848] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691962] EDD information not available.\n[ 0.773250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785273] Write protecting the kernel read-only data: 14336k\n[ 0.786848] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788663] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.218417] random: dd urandom read with 6 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.18. iid=i-000000e1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDXjU27E1jbSuwZTuUQiIJOLofL1W4fn0IDRjJpIxHv0PkCXCfl34F6Aktpr/vBitOA3+lKk+WHLRHHt8d+hCLcjQ1er92TwQ9Y6uPu/wmh0VrQyw7QsWK0kg4/MrEF0m9Z4rV8FZRaE+JSnfkhLVp5kykasOpdU3FxRLOdKk4z23WPDaMYBq3EfZSnr2TL6GbXWPTHlEKJ7Bzp70/x6J3f2Bi0FSal1/ztZfWpcJibZySOTCbrKj2RR1hm06NrzpFLHABfWoKEA5vsiTVdFhunyIlA6KJhNJ6BSaEvgzVJhLGuOsi17s5EN1JHi+do8f4vewIRhskST/XJ8vAByl05 root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP3O1tYgYaD4xxyDnv32p9OwoAaAH8jNBAgO2f9fMhyWp8OCVye4n5Wk/k57k3x3CHbWNBIf7lhVhhN34Ut+Vo3mm8sOEFtijWXOlAdGHiYqDA5BK3PopLfcS7JN65v0G9wS1QAA0tULVL7G8Vv+NT9H0D7sRYIbm4d8nmtpLajhAAAAFQC8rCanYDnFjTDV+d6QT5F04vmBSwAAAIEA6VryU3ESnPK4X3BhXKdPmsHD5mxvnqEIY3q/igWmJp3jC4l5w+WIb1O04NB+raw6BMs79UnRSwSLM21K5z9zfgtjIavxkSiwRlrU3y+yggiTXV9i4PVKGiarWS9bqVAthDFPzWDc4HJ6M1k5HqS7apNG12064wT3R4RGYihyxwsAAACAH0WTUUh9AfaGqJu9CdVSs9KlidVAOG2fhUJaqoL6CEYntD/LW76yGPVSpcX2IRdgJqPGsd5aIOfsvnf1ECpmH3fOqdDOS+Nkv5TPjbw/5AAt1u2NCTG89JZX3C8JOykSy8Plmb7xWJiNCiE3kqGaGn7n6QDtNFBCWv4n8BTQejU= root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe5c:5c4a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000e1\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.72 ===\n"} 2018-10-12 12:28:31,899 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action used request id req-90b1ca67-d364-4ff3-9f3b-82c458ce2a0f 2018-10-12 12:28:33,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ae0fec37870721368d5a000545567caae7e37a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:28:34,987 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:28:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0ebf3279-a543-48a6-8274-be0997e6897c x-compute-request-id: req-0ebf3279-a543-48a6-8274-be0997e6897c Content-Encoding: gzip Content-Length: 10009 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518767377 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132246] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133926] pid_max: default: 32768 minimum: 301\n[ 0.134835] ACPI: Core revision 20150930\n[ 0.136234] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137565] Security Framework initialized\n[ 0.138430] Yama: becoming mindful.\n[ 0.139167] AppArmor: AppArmor initialized\n[ 0.140048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141405] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143920] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145327] Initializing cgroup subsys io\n[ 0.146145] Initializing cgroup subsys memory\n[ 0.147017] Initializing cgroup subsys devices\n[ 0.147933] Initializing cgroup subsys freezer\n[ 0.148827] Initializing cgroup subsys net_cls\n[ 0.149705] Initializing cgroup subsys perf_event\n[ 0.150631] Initializing cgroup subsys net_prio\n[ 0.151539] Initializing cgroup subsys hugetlb\n[ 0.152418] Initializing cgroup subsys pids\n[ 0.153304] CPU: Physical Processor ID: 0\n[ 0.154821] mce: CPU supports 10 MCE banks\n[ 0.155696] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156710] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169037] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175480] ftrace: allocating 31920 entries in 125 pages\n[ 0.201482] smpboot: Max logical packages: 1\n[ 0.202382] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203774] x2apic enabled\n[ 0.204607] Switched APIC routing to physical x2apic.\n[ 0.206384] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207566] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209669] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211527] KVM setup paravirtual spinlock\n[ 0.212841] x86: Booted up 1 node, 1 CPUs\n[ 0.213688] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215145] devtmpfs: initialized\n[ 0.216896] evm: security.selinux\n[ 0.217635] evm: security.SMACK64\n[ 0.218340] evm: security.SMACK64EXEC\n[ 0.219137] evm: security.SMACK64TRANSMUTE\n[ 0.219949] evm: security.SMACK64MMAP\n[ 0.220700] evm: security.ima\n[ 0.221340] evm: security.capability\n[ 0.222139] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223999] pinctrl core: initialized pinctrl subsystem\n[ 0.225099] RTC time: 12:27:26, date: 10/12/18\n[ 0.226063] NET: Registered protocol family 16\n[ 0.227051] cpuidle: using governor ladder\n[ 0.227897] cpuidle: using governor menu\n[ 0.228726] PCCT header not found.\n[ 0.229502] ACPI: bus type PCI registered\n[ 0.230324] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231585] PCI: Using configuration type 1 for base access\n[ 0.233344] ACPI: Added _OSI(Module Device)\n[ 0.234200] ACPI: Added _OSI(Processor Device)\n[ 0.235071] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235995] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238219] ACPI: Interpreter enabled\n[ 0.239041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242939] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246749] ACPI: (supports S0 S5)\n[ 0.247467] ACPI: Using IOAPIC for interrupt routing\n[ 0.248606] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251742] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252906] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254148] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255362] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257675] acpiphp: Slot [3] registered\n[ 0.258500] acpiphp: Slot [4] registered\n[ 0.259364] acpiphp: Slot [5] registered\n[ 0.260184] acpiphp: Slot [6] registered\n[ 0.260991] acpiphp: Slot [7] registered\n[ 0.261803] acpiphp: Slot [8] registered\n[ 0.262621] acpiphp: Slot [9] registered\n[ 0.263437] acpiphp: Slot [10] registered\n[ 0.264261] acpiphp: Slot [11] registered\n[ 0.265081] acpiphp: Slot [12] registered\n[ 0.265906] acpiphp: Slot [13] registered\n[ 0.266729] acpiphp: Slot [14] registered\n[ 0.267560] acpiphp: Slot [15] registered\n[ 0.278407] acpiphp: Slot [16] registered\n[ 0.279268] acpiphp: Slot [17] registered\n[ 0.280095] acpiphp: Slot [18] registered\n[ 0.280922] acpiphp: Slot [19] registered\n[ 0.281744] acpiphp: Slot [20] registered\n[ 0.282578] acpiphp: Slot [21] registered\n[ 0.283406] acpiphp: Slot [22] registered\n[ 0.284230] acpiphp: Slot [23] registered\n[ 0.285052] acpiphp: Slot [24] registered\n[ 0.285882] acpiphp: Slot [25] registered\n[ 0.286715] acpiphp: Slot [26] registered\n[ 0.287549] acpiphp: Slot [27] registered\n[ 0.288378] acpiphp: Slot [28] registered\n[ 0.289210] acpiphp: Slot [29] registered\n[ 0.290052] acpiphp: Slot [30] registered\n[ 0.290886] acpiphp: Slot [31] registered\n[ 0.291711] PCI host bridge to bus 0000:00\n[ 0.292534] 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.295006] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297941] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304238] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305571] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306767] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314452] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315902] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362215] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363702] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365118] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366553] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367938] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369192] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370371] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371435] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372981] vgaarb: loaded\n[ 0.373585] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374723] SCSI subsystem initialized\n[ 0.375544] ACPI: bus type USB registered\n[ 0.376366] usbcore: registered new interface driver usbfs\n[ 0.377400] usbcore: registered new interface driver hub\n[ 0.378412] usbcore: registered new device driver usb\n[ 0.379474] PCI: Using ACPI for IRQ routing\n[ 0.380525] NetLabel: Initializing\n[ 0.381247] NetLabel: domain hash size = 128\n[ 0.382097] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383041] NetLabel: unlabeled traffic allowed by default\n[ 0.384137] clocksource: Switched to clocksource kvm-clock\n[ 0.389550] AppArmor: AppArmor Filesystem Enabled\n[ 0.390541] pnp: PnP ACPI init\n[ 0.391457] pnp: PnP ACPI: found 5 devices\n[ 0.397823] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399525] NET: Registered protocol family 2\n[ 0.400502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402961] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404123] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405232] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406400] NET: Registered protocol family 1\n[ 0.407273] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408388] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409460] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423387] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437693] Trying to unpack rootfs image as initramfs...\n[ 0.486908] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500750] Scanning for low memory corruption every 60 seconds\n[ 0.502158] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503326] audit: initializing netlink subsys (disabled)\n[ 0.504358] audit: type=2000 audit(1539347247.296:1): initialized\n[ 0.505691] Initialise system trusted keyring\n[ 0.506614] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507786] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509767] zbud: loaded\n[ 0.510471] VFS: Disk quotas dquot_6.6.0\n[ 0.511289] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512846] fuse init (API version 7.23)\n[ 0.513743] Key type big_key registered\n[ 0.514545] Allocating IMA MOK and blacklist keyrings.\n[ 0.516010] Key type asymmetric registered\n[ 0.516852] Asymmetric key parser 'x509' registered\n[ 0.517811] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519275] io scheduler noop registered\n[ 0.520068] io scheduler deadline registered (default)\n[ 0.521070] io scheduler cfq registered\n[ 0.521931] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522984] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524261] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525725] ACPI: Power Button [PWRF]\n[ 0.526562] GHES: HEST is not enabled!\n[ 0.540262] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572768] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596314] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598452] Linux agpgart interface v0.103\n[ 0.600459] brd: module loaded\n[ 0.601623] loop: module loaded\n[ 0.606290] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607754] GPT:90111 != 2097151\n[ 0.608446] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609558] GPT:90111 != 2097151\n[ 0.610240] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611213] vda: vda1 vda15\n[ 0.612646] scsi host0: ata_piix\n[ 0.613391] scsi host1: ata_piix\n[ 0.614094] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615368] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616826] libphy: Fixed MDIO Bus: probed\n[ 0.617653] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620791] PPP generic driver version 2.4.2\n[ 0.621696] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622990] ehci-pci: EHCI PCI platform driver\n[ 0.623881] ehci-platform: EHCI generic platform driver\n[ 0.624892] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626028] ohci-pci: OHCI PCI platform driver\n[ 0.626898] ohci-platform: OHCI generic platform driver\n[ 0.627893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642228] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644730] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645761] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646884] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649558] usb usb1: Product: UHCI Host Controller\n[ 0.650519] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651676] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652695] hub 1-0:1.0: USB hub found\n[ 0.653519] hub 1-0:1.0: 2 ports detected\n[ 0.654429] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.656559] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657519] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658548] mousedev: PS/2 mouse device common for all mice\n[ 0.659793] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661649] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662738] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663975] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665177] i2c /dev entries driver\n[ 0.665931] device-mapper: uevent: version 1.0.3\n[ 0.666874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668518] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669805] NET: Registered protocol family 10\n[ 0.670795] NET: Registered protocol family 17\n[ 0.671688] Key type dns_resolver registered\n[ 0.672615] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673756] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675505] registered taskstats version 1\n[ 0.676360] Loading compiled-in X.509 certificates\n[ 0.677794] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679662] zswap: loaded using pool lzo/zbud\n[ 0.681031] Key type trusted registered\n[ 0.682584] Key type encrypted registered\n[ 0.683442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684499] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685554] evm: HMAC attrs: 0x1\n[ 0.686848] Magic number: 6:125:481\n[ 0.687620] ata_device dev1.0: hash matches\n[ 0.688459] dev1.0: hash matches\n[ 0.689254] rtc_cmos 00:00: setting system clock to 2018-10-12 12:27:27 UTC (1539347247)\n[ 0.690848] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691962] EDD information not available.\n[ 0.773250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785273] Write protecting the kernel read-only data: 14336k\n[ 0.786848] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788663] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.218417] random: dd urandom read with 6 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.18. iid=i-000000e1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDXjU27E1jbSuwZTuUQiIJOLofL1W4fn0IDRjJpIxHv0PkCXCfl34F6Aktpr/vBitOA3+lKk+WHLRHHt8d+hCLcjQ1er92TwQ9Y6uPu/wmh0VrQyw7QsWK0kg4/MrEF0m9Z4rV8FZRaE+JSnfkhLVp5kykasOpdU3FxRLOdKk4z23WPDaMYBq3EfZSnr2TL6GbXWPTHlEKJ7Bzp70/x6J3f2Bi0FSal1/ztZfWpcJibZySOTCbrKj2RR1hm06NrzpFLHABfWoKEA5vsiTVdFhunyIlA6KJhNJ6BSaEvgzVJhLGuOsi17s5EN1JHi+do8f4vewIRhskST/XJ8vAByl05 root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP3O1tYgYaD4xxyDnv32p9OwoAaAH8jNBAgO2f9fMhyWp8OCVye4n5Wk/k57k3x3CHbWNBIf7lhVhhN34Ut+Vo3mm8sOEFtijWXOlAdGHiYqDA5BK3PopLfcS7JN65v0G9wS1QAA0tULVL7G8Vv+NT9H0D7sRYIbm4d8nmtpLajhAAAAFQC8rCanYDnFjTDV+d6QT5F04vmBSwAAAIEA6VryU3ESnPK4X3BhXKdPmsHD5mxvnqEIY3q/igWmJp3jC4l5w+WIb1O04NB+raw6BMs79UnRSwSLM21K5z9zfgtjIavxkSiwRlrU3y+yggiTXV9i4PVKGiarWS9bqVAthDFPzWDc4HJ6M1k5HqS7apNG12064wT3R4RGYihyxwsAAACAH0WTUUh9AfaGqJu9CdVSs9KlidVAOG2fhUJaqoL6CEYntD/LW76yGPVSpcX2IRdgJqPGsd5aIOfsvnf1ECpmH3fOqdDOS+Nkv5TPjbw/5AAt1u2NCTG89JZX3C8JOykSy8Plmb7xWJiNCiE3kqGaGn7n6QDtNFBCWv4n8BTQejU= root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe5c:5c4a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000e1\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.72 ===\n/dev/root resized successfully [took 2.51s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5C:5C:4A \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5c:5c4a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:90 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:9955 (9.7 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-10-12 12:28:34,987 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action used request id req-0ebf3279-a543-48a6-8274-be0997e6897c 2018-10-12 12:28:37,007 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ae0fec37870721368d5a000545567caae7e37a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:28:38,083 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:28:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7045a1e4-c5dc-4a30-84ab-90d809032e62 x-compute-request-id: req-7045a1e4-c5dc-4a30-84ab-90d809032e62 Content-Encoding: gzip Content-Length: 10009 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518767377 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132246] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133926] pid_max: default: 32768 minimum: 301\n[ 0.134835] ACPI: Core revision 20150930\n[ 0.136234] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137565] Security Framework initialized\n[ 0.138430] Yama: becoming mindful.\n[ 0.139167] AppArmor: AppArmor initialized\n[ 0.140048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141405] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143920] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145327] Initializing cgroup subsys io\n[ 0.146145] Initializing cgroup subsys memory\n[ 0.147017] Initializing cgroup subsys devices\n[ 0.147933] Initializing cgroup subsys freezer\n[ 0.148827] Initializing cgroup subsys net_cls\n[ 0.149705] Initializing cgroup subsys perf_event\n[ 0.150631] Initializing cgroup subsys net_prio\n[ 0.151539] Initializing cgroup subsys hugetlb\n[ 0.152418] Initializing cgroup subsys pids\n[ 0.153304] CPU: Physical Processor ID: 0\n[ 0.154821] mce: CPU supports 10 MCE banks\n[ 0.155696] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156710] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169037] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175480] ftrace: allocating 31920 entries in 125 pages\n[ 0.201482] smpboot: Max logical packages: 1\n[ 0.202382] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203774] x2apic enabled\n[ 0.204607] Switched APIC routing to physical x2apic.\n[ 0.206384] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207566] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209669] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211527] KVM setup paravirtual spinlock\n[ 0.212841] x86: Booted up 1 node, 1 CPUs\n[ 0.213688] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215145] devtmpfs: initialized\n[ 0.216896] evm: security.selinux\n[ 0.217635] evm: security.SMACK64\n[ 0.218340] evm: security.SMACK64EXEC\n[ 0.219137] evm: security.SMACK64TRANSMUTE\n[ 0.219949] evm: security.SMACK64MMAP\n[ 0.220700] evm: security.ima\n[ 0.221340] evm: security.capability\n[ 0.222139] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223999] pinctrl core: initialized pinctrl subsystem\n[ 0.225099] RTC time: 12:27:26, date: 10/12/18\n[ 0.226063] NET: Registered protocol family 16\n[ 0.227051] cpuidle: using governor ladder\n[ 0.227897] cpuidle: using governor menu\n[ 0.228726] PCCT header not found.\n[ 0.229502] ACPI: bus type PCI registered\n[ 0.230324] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231585] PCI: Using configuration type 1 for base access\n[ 0.233344] ACPI: Added _OSI(Module Device)\n[ 0.234200] ACPI: Added _OSI(Processor Device)\n[ 0.235071] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235995] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238219] ACPI: Interpreter enabled\n[ 0.239041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242939] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246749] ACPI: (supports S0 S5)\n[ 0.247467] ACPI: Using IOAPIC for interrupt routing\n[ 0.248606] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251742] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252906] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254148] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255362] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257675] acpiphp: Slot [3] registered\n[ 0.258500] acpiphp: Slot [4] registered\n[ 0.259364] acpiphp: Slot [5] registered\n[ 0.260184] acpiphp: Slot [6] registered\n[ 0.260991] acpiphp: Slot [7] registered\n[ 0.261803] acpiphp: Slot [8] registered\n[ 0.262621] acpiphp: Slot [9] registered\n[ 0.263437] acpiphp: Slot [10] registered\n[ 0.264261] acpiphp: Slot [11] registered\n[ 0.265081] acpiphp: Slot [12] registered\n[ 0.265906] acpiphp: Slot [13] registered\n[ 0.266729] acpiphp: Slot [14] registered\n[ 0.267560] acpiphp: Slot [15] registered\n[ 0.278407] acpiphp: Slot [16] registered\n[ 0.279268] acpiphp: Slot [17] registered\n[ 0.280095] acpiphp: Slot [18] registered\n[ 0.280922] acpiphp: Slot [19] registered\n[ 0.281744] acpiphp: Slot [20] registered\n[ 0.282578] acpiphp: Slot [21] registered\n[ 0.283406] acpiphp: Slot [22] registered\n[ 0.284230] acpiphp: Slot [23] registered\n[ 0.285052] acpiphp: Slot [24] registered\n[ 0.285882] acpiphp: Slot [25] registered\n[ 0.286715] acpiphp: Slot [26] registered\n[ 0.287549] acpiphp: Slot [27] registered\n[ 0.288378] acpiphp: Slot [28] registered\n[ 0.289210] acpiphp: Slot [29] registered\n[ 0.290052] acpiphp: Slot [30] registered\n[ 0.290886] acpiphp: Slot [31] registered\n[ 0.291711] PCI host bridge to bus 0000:00\n[ 0.292534] 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.295006] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297941] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304238] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305571] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306767] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314452] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315902] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362215] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363702] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365118] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366553] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367938] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369192] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370371] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371435] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372981] vgaarb: loaded\n[ 0.373585] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374723] SCSI subsystem initialized\n[ 0.375544] ACPI: bus type USB registered\n[ 0.376366] usbcore: registered new interface driver usbfs\n[ 0.377400] usbcore: registered new interface driver hub\n[ 0.378412] usbcore: registered new device driver usb\n[ 0.379474] PCI: Using ACPI for IRQ routing\n[ 0.380525] NetLabel: Initializing\n[ 0.381247] NetLabel: domain hash size = 128\n[ 0.382097] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383041] NetLabel: unlabeled traffic allowed by default\n[ 0.384137] clocksource: Switched to clocksource kvm-clock\n[ 0.389550] AppArmor: AppArmor Filesystem Enabled\n[ 0.390541] pnp: PnP ACPI init\n[ 0.391457] pnp: PnP ACPI: found 5 devices\n[ 0.397823] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399525] NET: Registered protocol family 2\n[ 0.400502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402961] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404123] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405232] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406400] NET: Registered protocol family 1\n[ 0.407273] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408388] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409460] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423387] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437693] Trying to unpack rootfs image as initramfs...\n[ 0.486908] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500750] Scanning for low memory corruption every 60 seconds\n[ 0.502158] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503326] audit: initializing netlink subsys (disabled)\n[ 0.504358] audit: type=2000 audit(1539347247.296:1): initialized\n[ 0.505691] Initialise system trusted keyring\n[ 0.506614] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507786] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509767] zbud: loaded\n[ 0.510471] VFS: Disk quotas dquot_6.6.0\n[ 0.511289] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512846] fuse init (API version 7.23)\n[ 0.513743] Key type big_key registered\n[ 0.514545] Allocating IMA MOK and blacklist keyrings.\n[ 0.516010] Key type asymmetric registered\n[ 0.516852] Asymmetric key parser 'x509' registered\n[ 0.517811] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519275] io scheduler noop registered\n[ 0.520068] io scheduler deadline registered (default)\n[ 0.521070] io scheduler cfq registered\n[ 0.521931] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522984] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524261] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525725] ACPI: Power Button [PWRF]\n[ 0.526562] GHES: HEST is not enabled!\n[ 0.540262] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572768] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596314] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598452] Linux agpgart interface v0.103\n[ 0.600459] brd: module loaded\n[ 0.601623] loop: module loaded\n[ 0.606290] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607754] GPT:90111 != 2097151\n[ 0.608446] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609558] GPT:90111 != 2097151\n[ 0.610240] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611213] vda: vda1 vda15\n[ 0.612646] scsi host0: ata_piix\n[ 0.613391] scsi host1: ata_piix\n[ 0.614094] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615368] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616826] libphy: Fixed MDIO Bus: probed\n[ 0.617653] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620791] PPP generic driver version 2.4.2\n[ 0.621696] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622990] ehci-pci: EHCI PCI platform driver\n[ 0.623881] ehci-platform: EHCI generic platform driver\n[ 0.624892] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626028] ohci-pci: OHCI PCI platform driver\n[ 0.626898] ohci-platform: OHCI generic platform driver\n[ 0.627893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642228] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644730] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645761] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646884] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649558] usb usb1: Product: UHCI Host Controller\n[ 0.650519] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651676] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652695] hub 1-0:1.0: USB hub found\n[ 0.653519] hub 1-0:1.0: 2 ports detected\n[ 0.654429] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.656559] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657519] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658548] mousedev: PS/2 mouse device common for all mice\n[ 0.659793] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661649] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662738] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663975] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665177] i2c /dev entries driver\n[ 0.665931] device-mapper: uevent: version 1.0.3\n[ 0.666874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668518] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669805] NET: Registered protocol family 10\n[ 0.670795] NET: Registered protocol family 17\n[ 0.671688] Key type dns_resolver registered\n[ 0.672615] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673756] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675505] registered taskstats version 1\n[ 0.676360] Loading compiled-in X.509 certificates\n[ 0.677794] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679662] zswap: loaded using pool lzo/zbud\n[ 0.681031] Key type trusted registered\n[ 0.682584] Key type encrypted registered\n[ 0.683442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684499] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685554] evm: HMAC attrs: 0x1\n[ 0.686848] Magic number: 6:125:481\n[ 0.687620] ata_device dev1.0: hash matches\n[ 0.688459] dev1.0: hash matches\n[ 0.689254] rtc_cmos 00:00: setting system clock to 2018-10-12 12:27:27 UTC (1539347247)\n[ 0.690848] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691962] EDD information not available.\n[ 0.773250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785273] Write protecting the kernel read-only data: 14336k\n[ 0.786848] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788663] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.218417] random: dd urandom read with 6 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.18. iid=i-000000e1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDXjU27E1jbSuwZTuUQiIJOLofL1W4fn0IDRjJpIxHv0PkCXCfl34F6Aktpr/vBitOA3+lKk+WHLRHHt8d+hCLcjQ1er92TwQ9Y6uPu/wmh0VrQyw7QsWK0kg4/MrEF0m9Z4rV8FZRaE+JSnfkhLVp5kykasOpdU3FxRLOdKk4z23WPDaMYBq3EfZSnr2TL6GbXWPTHlEKJ7Bzp70/x6J3f2Bi0FSal1/ztZfWpcJibZySOTCbrKj2RR1hm06NrzpFLHABfWoKEA5vsiTVdFhunyIlA6KJhNJ6BSaEvgzVJhLGuOsi17s5EN1JHi+do8f4vewIRhskST/XJ8vAByl05 root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP3O1tYgYaD4xxyDnv32p9OwoAaAH8jNBAgO2f9fMhyWp8OCVye4n5Wk/k57k3x3CHbWNBIf7lhVhhN34Ut+Vo3mm8sOEFtijWXOlAdGHiYqDA5BK3PopLfcS7JN65v0G9wS1QAA0tULVL7G8Vv+NT9H0D7sRYIbm4d8nmtpLajhAAAAFQC8rCanYDnFjTDV+d6QT5F04vmBSwAAAIEA6VryU3ESnPK4X3BhXKdPmsHD5mxvnqEIY3q/igWmJp3jC4l5w+WIb1O04NB+raw6BMs79UnRSwSLM21K5z9zfgtjIavxkSiwRlrU3y+yggiTXV9i4PVKGiarWS9bqVAthDFPzWDc4HJ6M1k5HqS7apNG12064wT3R4RGYihyxwsAAACAH0WTUUh9AfaGqJu9CdVSs9KlidVAOG2fhUJaqoL6CEYntD/LW76yGPVSpcX2IRdgJqPGsd5aIOfsvnf1ECpmH3fOqdDOS+Nkv5TPjbw/5AAt1u2NCTG89JZX3C8JOykSy8Plmb7xWJiNCiE3kqGaGn7n6QDtNFBCWv4n8BTQejU= root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe5c:5c4a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000e1\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.72 ===\n/dev/root resized successfully [took 2.51s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5C:5C:4A \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5c:5c4a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:90 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:9955 (9.7 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-10-12 12:28:38,084 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action used request id req-7045a1e4-c5dc-4a30-84ab-90d809032e62 2018-10-12 12:28:40,104 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ae0fec37870721368d5a000545567caae7e37a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:28:41,172 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:28:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a38be7f8-cebc-41c3-a271-2cfa75f48347 x-compute-request-id: req-a38be7f8-cebc-41c3-a271-2cfa75f48347 Content-Encoding: gzip Content-Length: 10009 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518767377 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132246] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133926] pid_max: default: 32768 minimum: 301\n[ 0.134835] ACPI: Core revision 20150930\n[ 0.136234] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137565] Security Framework initialized\n[ 0.138430] Yama: becoming mindful.\n[ 0.139167] AppArmor: AppArmor initialized\n[ 0.140048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141405] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143920] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145327] Initializing cgroup subsys io\n[ 0.146145] Initializing cgroup subsys memory\n[ 0.147017] Initializing cgroup subsys devices\n[ 0.147933] Initializing cgroup subsys freezer\n[ 0.148827] Initializing cgroup subsys net_cls\n[ 0.149705] Initializing cgroup subsys perf_event\n[ 0.150631] Initializing cgroup subsys net_prio\n[ 0.151539] Initializing cgroup subsys hugetlb\n[ 0.152418] Initializing cgroup subsys pids\n[ 0.153304] CPU: Physical Processor ID: 0\n[ 0.154821] mce: CPU supports 10 MCE banks\n[ 0.155696] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156710] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169037] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175480] ftrace: allocating 31920 entries in 125 pages\n[ 0.201482] smpboot: Max logical packages: 1\n[ 0.202382] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203774] x2apic enabled\n[ 0.204607] Switched APIC routing to physical x2apic.\n[ 0.206384] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207566] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209669] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211527] KVM setup paravirtual spinlock\n[ 0.212841] x86: Booted up 1 node, 1 CPUs\n[ 0.213688] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215145] devtmpfs: initialized\n[ 0.216896] evm: security.selinux\n[ 0.217635] evm: security.SMACK64\n[ 0.218340] evm: security.SMACK64EXEC\n[ 0.219137] evm: security.SMACK64TRANSMUTE\n[ 0.219949] evm: security.SMACK64MMAP\n[ 0.220700] evm: security.ima\n[ 0.221340] evm: security.capability\n[ 0.222139] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223999] pinctrl core: initialized pinctrl subsystem\n[ 0.225099] RTC time: 12:27:26, date: 10/12/18\n[ 0.226063] NET: Registered protocol family 16\n[ 0.227051] cpuidle: using governor ladder\n[ 0.227897] cpuidle: using governor menu\n[ 0.228726] PCCT header not found.\n[ 0.229502] ACPI: bus type PCI registered\n[ 0.230324] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231585] PCI: Using configuration type 1 for base access\n[ 0.233344] ACPI: Added _OSI(Module Device)\n[ 0.234200] ACPI: Added _OSI(Processor Device)\n[ 0.235071] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235995] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238219] ACPI: Interpreter enabled\n[ 0.239041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242939] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246749] ACPI: (supports S0 S5)\n[ 0.247467] ACPI: Using IOAPIC for interrupt routing\n[ 0.248606] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251742] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252906] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254148] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255362] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257675] acpiphp: Slot [3] registered\n[ 0.258500] acpiphp: Slot [4] registered\n[ 0.259364] acpiphp: Slot [5] registered\n[ 0.260184] acpiphp: Slot [6] registered\n[ 0.260991] acpiphp: Slot [7] registered\n[ 0.261803] acpiphp: Slot [8] registered\n[ 0.262621] acpiphp: Slot [9] registered\n[ 0.263437] acpiphp: Slot [10] registered\n[ 0.264261] acpiphp: Slot [11] registered\n[ 0.265081] acpiphp: Slot [12] registered\n[ 0.265906] acpiphp: Slot [13] registered\n[ 0.266729] acpiphp: Slot [14] registered\n[ 0.267560] acpiphp: Slot [15] registered\n[ 0.278407] acpiphp: Slot [16] registered\n[ 0.279268] acpiphp: Slot [17] registered\n[ 0.280095] acpiphp: Slot [18] registered\n[ 0.280922] acpiphp: Slot [19] registered\n[ 0.281744] acpiphp: Slot [20] registered\n[ 0.282578] acpiphp: Slot [21] registered\n[ 0.283406] acpiphp: Slot [22] registered\n[ 0.284230] acpiphp: Slot [23] registered\n[ 0.285052] acpiphp: Slot [24] registered\n[ 0.285882] acpiphp: Slot [25] registered\n[ 0.286715] acpiphp: Slot [26] registered\n[ 0.287549] acpiphp: Slot [27] registered\n[ 0.288378] acpiphp: Slot [28] registered\n[ 0.289210] acpiphp: Slot [29] registered\n[ 0.290052] acpiphp: Slot [30] registered\n[ 0.290886] acpiphp: Slot [31] registered\n[ 0.291711] PCI host bridge to bus 0000:00\n[ 0.292534] 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.295006] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297941] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304238] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305571] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306767] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314452] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315902] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362215] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363702] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365118] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366553] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367938] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369192] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370371] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371435] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372981] vgaarb: loaded\n[ 0.373585] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374723] SCSI subsystem initialized\n[ 0.375544] ACPI: bus type USB registered\n[ 0.376366] usbcore: registered new interface driver usbfs\n[ 0.377400] usbcore: registered new interface driver hub\n[ 0.378412] usbcore: registered new device driver usb\n[ 0.379474] PCI: Using ACPI for IRQ routing\n[ 0.380525] NetLabel: Initializing\n[ 0.381247] NetLabel: domain hash size = 128\n[ 0.382097] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383041] NetLabel: unlabeled traffic allowed by default\n[ 0.384137] clocksource: Switched to clocksource kvm-clock\n[ 0.389550] AppArmor: AppArmor Filesystem Enabled\n[ 0.390541] pnp: PnP ACPI init\n[ 0.391457] pnp: PnP ACPI: found 5 devices\n[ 0.397823] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399525] NET: Registered protocol family 2\n[ 0.400502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402961] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404123] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405232] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406400] NET: Registered protocol family 1\n[ 0.407273] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408388] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409460] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423387] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437693] Trying to unpack rootfs image as initramfs...\n[ 0.486908] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500750] Scanning for low memory corruption every 60 seconds\n[ 0.502158] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503326] audit: initializing netlink subsys (disabled)\n[ 0.504358] audit: type=2000 audit(1539347247.296:1): initialized\n[ 0.505691] Initialise system trusted keyring\n[ 0.506614] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507786] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509767] zbud: loaded\n[ 0.510471] VFS: Disk quotas dquot_6.6.0\n[ 0.511289] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512846] fuse init (API version 7.23)\n[ 0.513743] Key type big_key registered\n[ 0.514545] Allocating IMA MOK and blacklist keyrings.\n[ 0.516010] Key type asymmetric registered\n[ 0.516852] Asymmetric key parser 'x509' registered\n[ 0.517811] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519275] io scheduler noop registered\n[ 0.520068] io scheduler deadline registered (default)\n[ 0.521070] io scheduler cfq registered\n[ 0.521931] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522984] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524261] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525725] ACPI: Power Button [PWRF]\n[ 0.526562] GHES: HEST is not enabled!\n[ 0.540262] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572768] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596314] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598452] Linux agpgart interface v0.103\n[ 0.600459] brd: module loaded\n[ 0.601623] loop: module loaded\n[ 0.606290] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607754] GPT:90111 != 2097151\n[ 0.608446] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609558] GPT:90111 != 2097151\n[ 0.610240] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611213] vda: vda1 vda15\n[ 0.612646] scsi host0: ata_piix\n[ 0.613391] scsi host1: ata_piix\n[ 0.614094] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615368] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616826] libphy: Fixed MDIO Bus: probed\n[ 0.617653] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620791] PPP generic driver version 2.4.2\n[ 0.621696] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622990] ehci-pci: EHCI PCI platform driver\n[ 0.623881] ehci-platform: EHCI generic platform driver\n[ 0.624892] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626028] ohci-pci: OHCI PCI platform driver\n[ 0.626898] ohci-platform: OHCI generic platform driver\n[ 0.627893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642228] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644730] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645761] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646884] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649558] usb usb1: Product: UHCI Host Controller\n[ 0.650519] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651676] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652695] hub 1-0:1.0: USB hub found\n[ 0.653519] hub 1-0:1.0: 2 ports detected\n[ 0.654429] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.656559] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657519] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658548] mousedev: PS/2 mouse device common for all mice\n[ 0.659793] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661649] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662738] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663975] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665177] i2c /dev entries driver\n[ 0.665931] device-mapper: uevent: version 1.0.3\n[ 0.666874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668518] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669805] NET: Registered protocol family 10\n[ 0.670795] NET: Registered protocol family 17\n[ 0.671688] Key type dns_resolver registered\n[ 0.672615] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673756] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675505] registered taskstats version 1\n[ 0.676360] Loading compiled-in X.509 certificates\n[ 0.677794] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679662] zswap: loaded using pool lzo/zbud\n[ 0.681031] Key type trusted registered\n[ 0.682584] Key type encrypted registered\n[ 0.683442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684499] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685554] evm: HMAC attrs: 0x1\n[ 0.686848] Magic number: 6:125:481\n[ 0.687620] ata_device dev1.0: hash matches\n[ 0.688459] dev1.0: hash matches\n[ 0.689254] rtc_cmos 00:00: setting system clock to 2018-10-12 12:27:27 UTC (1539347247)\n[ 0.690848] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691962] EDD information not available.\n[ 0.773250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785273] Write protecting the kernel read-only data: 14336k\n[ 0.786848] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788663] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.218417] random: dd urandom read with 6 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.18. iid=i-000000e1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDXjU27E1jbSuwZTuUQiIJOLofL1W4fn0IDRjJpIxHv0PkCXCfl34F6Aktpr/vBitOA3+lKk+WHLRHHt8d+hCLcjQ1er92TwQ9Y6uPu/wmh0VrQyw7QsWK0kg4/MrEF0m9Z4rV8FZRaE+JSnfkhLVp5kykasOpdU3FxRLOdKk4z23WPDaMYBq3EfZSnr2TL6GbXWPTHlEKJ7Bzp70/x6J3f2Bi0FSal1/ztZfWpcJibZySOTCbrKj2RR1hm06NrzpFLHABfWoKEA5vsiTVdFhunyIlA6KJhNJ6BSaEvgzVJhLGuOsi17s5EN1JHi+do8f4vewIRhskST/XJ8vAByl05 root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP3O1tYgYaD4xxyDnv32p9OwoAaAH8jNBAgO2f9fMhyWp8OCVye4n5Wk/k57k3x3CHbWNBIf7lhVhhN34Ut+Vo3mm8sOEFtijWXOlAdGHiYqDA5BK3PopLfcS7JN65v0G9wS1QAA0tULVL7G8Vv+NT9H0D7sRYIbm4d8nmtpLajhAAAAFQC8rCanYDnFjTDV+d6QT5F04vmBSwAAAIEA6VryU3ESnPK4X3BhXKdPmsHD5mxvnqEIY3q/igWmJp3jC4l5w+WIb1O04NB+raw6BMs79UnRSwSLM21K5z9zfgtjIavxkSiwRlrU3y+yggiTXV9i4PVKGiarWS9bqVAthDFPzWDc4HJ6M1k5HqS7apNG12064wT3R4RGYihyxwsAAACAH0WTUUh9AfaGqJu9CdVSs9KlidVAOG2fhUJaqoL6CEYntD/LW76yGPVSpcX2IRdgJqPGsd5aIOfsvnf1ECpmH3fOqdDOS+Nkv5TPjbw/5AAt1u2NCTG89JZX3C8JOykSy8Plmb7xWJiNCiE3kqGaGn7n6QDtNFBCWv4n8BTQejU= root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe5c:5c4a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000e1\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.72 ===\n/dev/root resized successfully [took 2.51s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5C:5C:4A \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5c:5c4a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:90 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:9955 (9.7 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-10-12 12:28:41,172 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action used request id req-a38be7f8-cebc-41c3-a271-2cfa75f48347 2018-10-12 12:28:43,194 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ae0fec37870721368d5a000545567caae7e37a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:28:44,265 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-a98d648b-4f32-4450-849d-3eb244f1942d x-compute-request-id: req-a98d648b-4f32-4450-849d-3eb244f1942d Content-Encoding: gzip Content-Length: 10009 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518767377 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132246] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133926] pid_max: default: 32768 minimum: 301\n[ 0.134835] ACPI: Core revision 20150930\n[ 0.136234] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137565] Security Framework initialized\n[ 0.138430] Yama: becoming mindful.\n[ 0.139167] AppArmor: AppArmor initialized\n[ 0.140048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141405] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143920] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145327] Initializing cgroup subsys io\n[ 0.146145] Initializing cgroup subsys memory\n[ 0.147017] Initializing cgroup subsys devices\n[ 0.147933] Initializing cgroup subsys freezer\n[ 0.148827] Initializing cgroup subsys net_cls\n[ 0.149705] Initializing cgroup subsys perf_event\n[ 0.150631] Initializing cgroup subsys net_prio\n[ 0.151539] Initializing cgroup subsys hugetlb\n[ 0.152418] Initializing cgroup subsys pids\n[ 0.153304] CPU: Physical Processor ID: 0\n[ 0.154821] mce: CPU supports 10 MCE banks\n[ 0.155696] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156710] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169037] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175480] ftrace: allocating 31920 entries in 125 pages\n[ 0.201482] smpboot: Max logical packages: 1\n[ 0.202382] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203774] x2apic enabled\n[ 0.204607] Switched APIC routing to physical x2apic.\n[ 0.206384] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207566] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209669] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211527] KVM setup paravirtual spinlock\n[ 0.212841] x86: Booted up 1 node, 1 CPUs\n[ 0.213688] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215145] devtmpfs: initialized\n[ 0.216896] evm: security.selinux\n[ 0.217635] evm: security.SMACK64\n[ 0.218340] evm: security.SMACK64EXEC\n[ 0.219137] evm: security.SMACK64TRANSMUTE\n[ 0.219949] evm: security.SMACK64MMAP\n[ 0.220700] evm: security.ima\n[ 0.221340] evm: security.capability\n[ 0.222139] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223999] pinctrl core: initialized pinctrl subsystem\n[ 0.225099] RTC time: 12:27:26, date: 10/12/18\n[ 0.226063] NET: Registered protocol family 16\n[ 0.227051] cpuidle: using governor ladder\n[ 0.227897] cpuidle: using governor menu\n[ 0.228726] PCCT header not found.\n[ 0.229502] ACPI: bus type PCI registered\n[ 0.230324] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231585] PCI: Using configuration type 1 for base access\n[ 0.233344] ACPI: Added _OSI(Module Device)\n[ 0.234200] ACPI: Added _OSI(Processor Device)\n[ 0.235071] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235995] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238219] ACPI: Interpreter enabled\n[ 0.239041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242939] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246749] ACPI: (supports S0 S5)\n[ 0.247467] ACPI: Using IOAPIC for interrupt routing\n[ 0.248606] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251742] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252906] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254148] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255362] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257675] acpiphp: Slot [3] registered\n[ 0.258500] acpiphp: Slot [4] registered\n[ 0.259364] acpiphp: Slot [5] registered\n[ 0.260184] acpiphp: Slot [6] registered\n[ 0.260991] acpiphp: Slot [7] registered\n[ 0.261803] acpiphp: Slot [8] registered\n[ 0.262621] acpiphp: Slot [9] registered\n[ 0.263437] acpiphp: Slot [10] registered\n[ 0.264261] acpiphp: Slot [11] registered\n[ 0.265081] acpiphp: Slot [12] registered\n[ 0.265906] acpiphp: Slot [13] registered\n[ 0.266729] acpiphp: Slot [14] registered\n[ 0.267560] acpiphp: Slot [15] registered\n[ 0.278407] acpiphp: Slot [16] registered\n[ 0.279268] acpiphp: Slot [17] registered\n[ 0.280095] acpiphp: Slot [18] registered\n[ 0.280922] acpiphp: Slot [19] registered\n[ 0.281744] acpiphp: Slot [20] registered\n[ 0.282578] acpiphp: Slot [21] registered\n[ 0.283406] acpiphp: Slot [22] registered\n[ 0.284230] acpiphp: Slot [23] registered\n[ 0.285052] acpiphp: Slot [24] registered\n[ 0.285882] acpiphp: Slot [25] registered\n[ 0.286715] acpiphp: Slot [26] registered\n[ 0.287549] acpiphp: Slot [27] registered\n[ 0.288378] acpiphp: Slot [28] registered\n[ 0.289210] acpiphp: Slot [29] registered\n[ 0.290052] acpiphp: Slot [30] registered\n[ 0.290886] acpiphp: Slot [31] registered\n[ 0.291711] PCI host bridge to bus 0000:00\n[ 0.292534] 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.295006] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297941] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304238] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305571] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306767] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314452] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315902] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362215] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363702] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365118] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366553] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367938] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369192] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370371] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371435] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372981] vgaarb: loaded\n[ 0.373585] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374723] SCSI subsystem initialized\n[ 0.375544] ACPI: bus type USB registered\n[ 0.376366] usbcore: registered new interface driver usbfs\n[ 0.377400] usbcore: registered new interface driver hub\n[ 0.378412] usbcore: registered new device driver usb\n[ 0.379474] PCI: Using ACPI for IRQ routing\n[ 0.380525] NetLabel: Initializing\n[ 0.381247] NetLabel: domain hash size = 128\n[ 0.382097] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383041] NetLabel: unlabeled traffic allowed by default\n[ 0.384137] clocksource: Switched to clocksource kvm-clock\n[ 0.389550] AppArmor: AppArmor Filesystem Enabled\n[ 0.390541] pnp: PnP ACPI init\n[ 0.391457] pnp: PnP ACPI: found 5 devices\n[ 0.397823] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399525] NET: Registered protocol family 2\n[ 0.400502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402961] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404123] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405232] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406400] NET: Registered protocol family 1\n[ 0.407273] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408388] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409460] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423387] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437693] Trying to unpack rootfs image as initramfs...\n[ 0.486908] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500750] Scanning for low memory corruption every 60 seconds\n[ 0.502158] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503326] audit: initializing netlink subsys (disabled)\n[ 0.504358] audit: type=2000 audit(1539347247.296:1): initialized\n[ 0.505691] Initialise system trusted keyring\n[ 0.506614] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507786] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509767] zbud: loaded\n[ 0.510471] VFS: Disk quotas dquot_6.6.0\n[ 0.511289] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512846] fuse init (API version 7.23)\n[ 0.513743] Key type big_key registered\n[ 0.514545] Allocating IMA MOK and blacklist keyrings.\n[ 0.516010] Key type asymmetric registered\n[ 0.516852] Asymmetric key parser 'x509' registered\n[ 0.517811] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519275] io scheduler noop registered\n[ 0.520068] io scheduler deadline registered (default)\n[ 0.521070] io scheduler cfq registered\n[ 0.521931] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522984] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524261] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525725] ACPI: Power Button [PWRF]\n[ 0.526562] GHES: HEST is not enabled!\n[ 0.540262] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572768] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596314] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598452] Linux agpgart interface v0.103\n[ 0.600459] brd: module loaded\n[ 0.601623] loop: module loaded\n[ 0.606290] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607754] GPT:90111 != 2097151\n[ 0.608446] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609558] GPT:90111 != 2097151\n[ 0.610240] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611213] vda: vda1 vda15\n[ 0.612646] scsi host0: ata_piix\n[ 0.613391] scsi host1: ata_piix\n[ 0.614094] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615368] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616826] libphy: Fixed MDIO Bus: probed\n[ 0.617653] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620791] PPP generic driver version 2.4.2\n[ 0.621696] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622990] ehci-pci: EHCI PCI platform driver\n[ 0.623881] ehci-platform: EHCI generic platform driver\n[ 0.624892] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626028] ohci-pci: OHCI PCI platform driver\n[ 0.626898] ohci-platform: OHCI generic platform driver\n[ 0.627893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642228] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644730] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645761] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646884] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649558] usb usb1: Product: UHCI Host Controller\n[ 0.650519] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651676] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652695] hub 1-0:1.0: USB hub found\n[ 0.653519] hub 1-0:1.0: 2 ports detected\n[ 0.654429] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.656559] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657519] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658548] mousedev: PS/2 mouse device common for all mice\n[ 0.659793] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661649] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662738] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663975] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665177] i2c /dev entries driver\n[ 0.665931] device-mapper: uevent: version 1.0.3\n[ 0.666874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668518] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669805] NET: Registered protocol family 10\n[ 0.670795] NET: Registered protocol family 17\n[ 0.671688] Key type dns_resolver registered\n[ 0.672615] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673756] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675505] registered taskstats version 1\n[ 0.676360] Loading compiled-in X.509 certificates\n[ 0.677794] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679662] zswap: loaded using pool lzo/zbud\n[ 0.681031] Key type trusted registered\n[ 0.682584] Key type encrypted registered\n[ 0.683442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684499] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685554] evm: HMAC attrs: 0x1\n[ 0.686848] Magic number: 6:125:481\n[ 0.687620] ata_device dev1.0: hash matches\n[ 0.688459] dev1.0: hash matches\n[ 0.689254] rtc_cmos 00:00: setting system clock to 2018-10-12 12:27:27 UTC (1539347247)\n[ 0.690848] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691962] EDD information not available.\n[ 0.773250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785273] Write protecting the kernel read-only data: 14336k\n[ 0.786848] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788663] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.218417] random: dd urandom read with 6 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.18. iid=i-000000e1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDXjU27E1jbSuwZTuUQiIJOLofL1W4fn0IDRjJpIxHv0PkCXCfl34F6Aktpr/vBitOA3+lKk+WHLRHHt8d+hCLcjQ1er92TwQ9Y6uPu/wmh0VrQyw7QsWK0kg4/MrEF0m9Z4rV8FZRaE+JSnfkhLVp5kykasOpdU3FxRLOdKk4z23WPDaMYBq3EfZSnr2TL6GbXWPTHlEKJ7Bzp70/x6J3f2Bi0FSal1/ztZfWpcJibZySOTCbrKj2RR1hm06NrzpFLHABfWoKEA5vsiTVdFhunyIlA6KJhNJ6BSaEvgzVJhLGuOsi17s5EN1JHi+do8f4vewIRhskST/XJ8vAByl05 root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP3O1tYgYaD4xxyDnv32p9OwoAaAH8jNBAgO2f9fMhyWp8OCVye4n5Wk/k57k3x3CHbWNBIf7lhVhhN34Ut+Vo3mm8sOEFtijWXOlAdGHiYqDA5BK3PopLfcS7JN65v0G9wS1QAA0tULVL7G8Vv+NT9H0D7sRYIbm4d8nmtpLajhAAAAFQC8rCanYDnFjTDV+d6QT5F04vmBSwAAAIEA6VryU3ESnPK4X3BhXKdPmsHD5mxvnqEIY3q/igWmJp3jC4l5w+WIb1O04NB+raw6BMs79UnRSwSLM21K5z9zfgtjIavxkSiwRlrU3y+yggiTXV9i4PVKGiarWS9bqVAthDFPzWDc4HJ6M1k5HqS7apNG12064wT3R4RGYihyxwsAAACAH0WTUUh9AfaGqJu9CdVSs9KlidVAOG2fhUJaqoL6CEYntD/LW76yGPVSpcX2IRdgJqPGsd5aIOfsvnf1ECpmH3fOqdDOS+Nkv5TPjbw/5AAt1u2NCTG89JZX3C8JOykSy8Plmb7xWJiNCiE3kqGaGn7n6QDtNFBCWv4n8BTQejU= root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe5c:5c4a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000e1\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.72 ===\n/dev/root resized successfully [took 2.51s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5C:5C:4A \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5c:5c4a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:90 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:9955 (9.7 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-10-12 12:28:44,266 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action used request id req-a98d648b-4f32-4450-849d-3eb244f1942d 2018-10-12 12:28:46,286 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ae0fec37870721368d5a000545567caae7e37a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:28:47,354 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-4f18e1b8-2a14-4fff-bb4d-6eda21cb58fd x-compute-request-id: req-4f18e1b8-2a14-4fff-bb4d-6eda21cb58fd Content-Encoding: gzip Content-Length: 10009 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518767377 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132246] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133926] pid_max: default: 32768 minimum: 301\n[ 0.134835] ACPI: Core revision 20150930\n[ 0.136234] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137565] Security Framework initialized\n[ 0.138430] Yama: becoming mindful.\n[ 0.139167] AppArmor: AppArmor initialized\n[ 0.140048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141405] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143920] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145327] Initializing cgroup subsys io\n[ 0.146145] Initializing cgroup subsys memory\n[ 0.147017] Initializing cgroup subsys devices\n[ 0.147933] Initializing cgroup subsys freezer\n[ 0.148827] Initializing cgroup subsys net_cls\n[ 0.149705] Initializing cgroup subsys perf_event\n[ 0.150631] Initializing cgroup subsys net_prio\n[ 0.151539] Initializing cgroup subsys hugetlb\n[ 0.152418] Initializing cgroup subsys pids\n[ 0.153304] CPU: Physical Processor ID: 0\n[ 0.154821] mce: CPU supports 10 MCE banks\n[ 0.155696] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156710] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169037] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175480] ftrace: allocating 31920 entries in 125 pages\n[ 0.201482] smpboot: Max logical packages: 1\n[ 0.202382] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203774] x2apic enabled\n[ 0.204607] Switched APIC routing to physical x2apic.\n[ 0.206384] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207566] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209669] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211527] KVM setup paravirtual spinlock\n[ 0.212841] x86: Booted up 1 node, 1 CPUs\n[ 0.213688] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215145] devtmpfs: initialized\n[ 0.216896] evm: security.selinux\n[ 0.217635] evm: security.SMACK64\n[ 0.218340] evm: security.SMACK64EXEC\n[ 0.219137] evm: security.SMACK64TRANSMUTE\n[ 0.219949] evm: security.SMACK64MMAP\n[ 0.220700] evm: security.ima\n[ 0.221340] evm: security.capability\n[ 0.222139] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223999] pinctrl core: initialized pinctrl subsystem\n[ 0.225099] RTC time: 12:27:26, date: 10/12/18\n[ 0.226063] NET: Registered protocol family 16\n[ 0.227051] cpuidle: using governor ladder\n[ 0.227897] cpuidle: using governor menu\n[ 0.228726] PCCT header not found.\n[ 0.229502] ACPI: bus type PCI registered\n[ 0.230324] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231585] PCI: Using configuration type 1 for base access\n[ 0.233344] ACPI: Added _OSI(Module Device)\n[ 0.234200] ACPI: Added _OSI(Processor Device)\n[ 0.235071] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235995] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238219] ACPI: Interpreter enabled\n[ 0.239041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242939] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246749] ACPI: (supports S0 S5)\n[ 0.247467] ACPI: Using IOAPIC for interrupt routing\n[ 0.248606] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251742] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252906] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254148] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255362] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257675] acpiphp: Slot [3] registered\n[ 0.258500] acpiphp: Slot [4] registered\n[ 0.259364] acpiphp: Slot [5] registered\n[ 0.260184] acpiphp: Slot [6] registered\n[ 0.260991] acpiphp: Slot [7] registered\n[ 0.261803] acpiphp: Slot [8] registered\n[ 0.262621] acpiphp: Slot [9] registered\n[ 0.263437] acpiphp: Slot [10] registered\n[ 0.264261] acpiphp: Slot [11] registered\n[ 0.265081] acpiphp: Slot [12] registered\n[ 0.265906] acpiphp: Slot [13] registered\n[ 0.266729] acpiphp: Slot [14] registered\n[ 0.267560] acpiphp: Slot [15] registered\n[ 0.278407] acpiphp: Slot [16] registered\n[ 0.279268] acpiphp: Slot [17] registered\n[ 0.280095] acpiphp: Slot [18] registered\n[ 0.280922] acpiphp: Slot [19] registered\n[ 0.281744] acpiphp: Slot [20] registered\n[ 0.282578] acpiphp: Slot [21] registered\n[ 0.283406] acpiphp: Slot [22] registered\n[ 0.284230] acpiphp: Slot [23] registered\n[ 0.285052] acpiphp: Slot [24] registered\n[ 0.285882] acpiphp: Slot [25] registered\n[ 0.286715] acpiphp: Slot [26] registered\n[ 0.287549] acpiphp: Slot [27] registered\n[ 0.288378] acpiphp: Slot [28] registered\n[ 0.289210] acpiphp: Slot [29] registered\n[ 0.290052] acpiphp: Slot [30] registered\n[ 0.290886] acpiphp: Slot [31] registered\n[ 0.291711] PCI host bridge to bus 0000:00\n[ 0.292534] 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.295006] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297941] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304238] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305571] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306767] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314452] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315902] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362215] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363702] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365118] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366553] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367938] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369192] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370371] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371435] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372981] vgaarb: loaded\n[ 0.373585] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374723] SCSI subsystem initialized\n[ 0.375544] ACPI: bus type USB registered\n[ 0.376366] usbcore: registered new interface driver usbfs\n[ 0.377400] usbcore: registered new interface driver hub\n[ 0.378412] usbcore: registered new device driver usb\n[ 0.379474] PCI: Using ACPI for IRQ routing\n[ 0.380525] NetLabel: Initializing\n[ 0.381247] NetLabel: domain hash size = 128\n[ 0.382097] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383041] NetLabel: unlabeled traffic allowed by default\n[ 0.384137] clocksource: Switched to clocksource kvm-clock\n[ 0.389550] AppArmor: AppArmor Filesystem Enabled\n[ 0.390541] pnp: PnP ACPI init\n[ 0.391457] pnp: PnP ACPI: found 5 devices\n[ 0.397823] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399525] NET: Registered protocol family 2\n[ 0.400502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402961] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404123] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405232] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406400] NET: Registered protocol family 1\n[ 0.407273] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408388] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409460] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423387] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437693] Trying to unpack rootfs image as initramfs...\n[ 0.486908] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500750] Scanning for low memory corruption every 60 seconds\n[ 0.502158] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503326] audit: initializing netlink subsys (disabled)\n[ 0.504358] audit: type=2000 audit(1539347247.296:1): initialized\n[ 0.505691] Initialise system trusted keyring\n[ 0.506614] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507786] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509767] zbud: loaded\n[ 0.510471] VFS: Disk quotas dquot_6.6.0\n[ 0.511289] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512846] fuse init (API version 7.23)\n[ 0.513743] Key type big_key registered\n[ 0.514545] Allocating IMA MOK and blacklist keyrings.\n[ 0.516010] Key type asymmetric registered\n[ 0.516852] Asymmetric key parser 'x509' registered\n[ 0.517811] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519275] io scheduler noop registered\n[ 0.520068] io scheduler deadline registered (default)\n[ 0.521070] io scheduler cfq registered\n[ 0.521931] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522984] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524261] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525725] ACPI: Power Button [PWRF]\n[ 0.526562] GHES: HEST is not enabled!\n[ 0.540262] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572768] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596314] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598452] Linux agpgart interface v0.103\n[ 0.600459] brd: module loaded\n[ 0.601623] loop: module loaded\n[ 0.606290] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607754] GPT:90111 != 2097151\n[ 0.608446] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609558] GPT:90111 != 2097151\n[ 0.610240] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611213] vda: vda1 vda15\n[ 0.612646] scsi host0: ata_piix\n[ 0.613391] scsi host1: ata_piix\n[ 0.614094] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615368] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616826] libphy: Fixed MDIO Bus: probed\n[ 0.617653] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620791] PPP generic driver version 2.4.2\n[ 0.621696] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622990] ehci-pci: EHCI PCI platform driver\n[ 0.623881] ehci-platform: EHCI generic platform driver\n[ 0.624892] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626028] ohci-pci: OHCI PCI platform driver\n[ 0.626898] ohci-platform: OHCI generic platform driver\n[ 0.627893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642228] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644730] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645761] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646884] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649558] usb usb1: Product: UHCI Host Controller\n[ 0.650519] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651676] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652695] hub 1-0:1.0: USB hub found\n[ 0.653519] hub 1-0:1.0: 2 ports detected\n[ 0.654429] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.656559] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657519] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658548] mousedev: PS/2 mouse device common for all mice\n[ 0.659793] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661649] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662738] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663975] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665177] i2c /dev entries driver\n[ 0.665931] device-mapper: uevent: version 1.0.3\n[ 0.666874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668518] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669805] NET: Registered protocol family 10\n[ 0.670795] NET: Registered protocol family 17\n[ 0.671688] Key type dns_resolver registered\n[ 0.672615] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673756] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675505] registered taskstats version 1\n[ 0.676360] Loading compiled-in X.509 certificates\n[ 0.677794] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679662] zswap: loaded using pool lzo/zbud\n[ 0.681031] Key type trusted registered\n[ 0.682584] Key type encrypted registered\n[ 0.683442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684499] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685554] evm: HMAC attrs: 0x1\n[ 0.686848] Magic number: 6:125:481\n[ 0.687620] ata_device dev1.0: hash matches\n[ 0.688459] dev1.0: hash matches\n[ 0.689254] rtc_cmos 00:00: setting system clock to 2018-10-12 12:27:27 UTC (1539347247)\n[ 0.690848] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691962] EDD information not available.\n[ 0.773250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785273] Write protecting the kernel read-only data: 14336k\n[ 0.786848] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788663] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.218417] random: dd urandom read with 6 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.18. iid=i-000000e1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDXjU27E1jbSuwZTuUQiIJOLofL1W4fn0IDRjJpIxHv0PkCXCfl34F6Aktpr/vBitOA3+lKk+WHLRHHt8d+hCLcjQ1er92TwQ9Y6uPu/wmh0VrQyw7QsWK0kg4/MrEF0m9Z4rV8FZRaE+JSnfkhLVp5kykasOpdU3FxRLOdKk4z23WPDaMYBq3EfZSnr2TL6GbXWPTHlEKJ7Bzp70/x6J3f2Bi0FSal1/ztZfWpcJibZySOTCbrKj2RR1hm06NrzpFLHABfWoKEA5vsiTVdFhunyIlA6KJhNJ6BSaEvgzVJhLGuOsi17s5EN1JHi+do8f4vewIRhskST/XJ8vAByl05 root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP3O1tYgYaD4xxyDnv32p9OwoAaAH8jNBAgO2f9fMhyWp8OCVye4n5Wk/k57k3x3CHbWNBIf7lhVhhN34Ut+Vo3mm8sOEFtijWXOlAdGHiYqDA5BK3PopLfcS7JN65v0G9wS1QAA0tULVL7G8Vv+NT9H0D7sRYIbm4d8nmtpLajhAAAAFQC8rCanYDnFjTDV+d6QT5F04vmBSwAAAIEA6VryU3ESnPK4X3BhXKdPmsHD5mxvnqEIY3q/igWmJp3jC4l5w+WIb1O04NB+raw6BMs79UnRSwSLM21K5z9zfgtjIavxkSiwRlrU3y+yggiTXV9i4PVKGiarWS9bqVAthDFPzWDc4HJ6M1k5HqS7apNG12064wT3R4RGYihyxwsAAACAH0WTUUh9AfaGqJu9CdVSs9KlidVAOG2fhUJaqoL6CEYntD/LW76yGPVSpcX2IRdgJqPGsd5aIOfsvnf1ECpmH3fOqdDOS+Nkv5TPjbw/5AAt1u2NCTG89JZX3C8JOykSy8Plmb7xWJiNCiE3kqGaGn7n6QDtNFBCWv4n8BTQejU= root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe5c:5c4a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000e1\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.72 ===\n/dev/root resized successfully [took 2.51s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5C:5C:4A \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5c:5c4a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:90 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:9955 (9.7 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-10-12 12:28:47,355 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action used request id req-4f18e1b8-2a14-4fff-bb4d-6eda21cb58fd 2018-10-12 12:28:49,374 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ae0fec37870721368d5a000545567caae7e37a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:28:50,442 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:28:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9c88203a-11c4-4e27-bfc4-d3d5c1845c8b x-compute-request-id: req-9c88203a-11c4-4e27-bfc4-d3d5c1845c8b Content-Encoding: gzip Content-Length: 10080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518767377 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132246] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133926] pid_max: default: 32768 minimum: 301\n[ 0.134835] ACPI: Core revision 20150930\n[ 0.136234] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137565] Security Framework initialized\n[ 0.138430] Yama: becoming mindful.\n[ 0.139167] AppArmor: AppArmor initialized\n[ 0.140048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141405] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143920] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145327] Initializing cgroup subsys io\n[ 0.146145] Initializing cgroup subsys memory\n[ 0.147017] Initializing cgroup subsys devices\n[ 0.147933] Initializing cgroup subsys freezer\n[ 0.148827] Initializing cgroup subsys net_cls\n[ 0.149705] Initializing cgroup subsys perf_event\n[ 0.150631] Initializing cgroup subsys net_prio\n[ 0.151539] Initializing cgroup subsys hugetlb\n[ 0.152418] Initializing cgroup subsys pids\n[ 0.153304] CPU: Physical Processor ID: 0\n[ 0.154821] mce: CPU supports 10 MCE banks\n[ 0.155696] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156710] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169037] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175480] ftrace: allocating 31920 entries in 125 pages\n[ 0.201482] smpboot: Max logical packages: 1\n[ 0.202382] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203774] x2apic enabled\n[ 0.204607] Switched APIC routing to physical x2apic.\n[ 0.206384] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207566] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209669] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211527] KVM setup paravirtual spinlock\n[ 0.212841] x86: Booted up 1 node, 1 CPUs\n[ 0.213688] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215145] devtmpfs: initialized\n[ 0.216896] evm: security.selinux\n[ 0.217635] evm: security.SMACK64\n[ 0.218340] evm: security.SMACK64EXEC\n[ 0.219137] evm: security.SMACK64TRANSMUTE\n[ 0.219949] evm: security.SMACK64MMAP\n[ 0.220700] evm: security.ima\n[ 0.221340] evm: security.capability\n[ 0.222139] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223999] pinctrl core: initialized pinctrl subsystem\n[ 0.225099] RTC time: 12:27:26, date: 10/12/18\n[ 0.226063] NET: Registered protocol family 16\n[ 0.227051] cpuidle: using governor ladder\n[ 0.227897] cpuidle: using governor menu\n[ 0.228726] PCCT header not found.\n[ 0.229502] ACPI: bus type PCI registered\n[ 0.230324] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231585] PCI: Using configuration type 1 for base access\n[ 0.233344] ACPI: Added _OSI(Module Device)\n[ 0.234200] ACPI: Added _OSI(Processor Device)\n[ 0.235071] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235995] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238219] ACPI: Interpreter enabled\n[ 0.239041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242939] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246749] ACPI: (supports S0 S5)\n[ 0.247467] ACPI: Using IOAPIC for interrupt routing\n[ 0.248606] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251742] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252906] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254148] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255362] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257675] acpiphp: Slot [3] registered\n[ 0.258500] acpiphp: Slot [4] registered\n[ 0.259364] acpiphp: Slot [5] registered\n[ 0.260184] acpiphp: Slot [6] registered\n[ 0.260991] acpiphp: Slot [7] registered\n[ 0.261803] acpiphp: Slot [8] registered\n[ 0.262621] acpiphp: Slot [9] registered\n[ 0.263437] acpiphp: Slot [10] registered\n[ 0.264261] acpiphp: Slot [11] registered\n[ 0.265081] acpiphp: Slot [12] registered\n[ 0.265906] acpiphp: Slot [13] registered\n[ 0.266729] acpiphp: Slot [14] registered\n[ 0.267560] acpiphp: Slot [15] registered\n[ 0.278407] acpiphp: Slot [16] registered\n[ 0.279268] acpiphp: Slot [17] registered\n[ 0.280095] acpiphp: Slot [18] registered\n[ 0.280922] acpiphp: Slot [19] registered\n[ 0.281744] acpiphp: Slot [20] registered\n[ 0.282578] acpiphp: Slot [21] registered\n[ 0.283406] acpiphp: Slot [22] registered\n[ 0.284230] acpiphp: Slot [23] registered\n[ 0.285052] acpiphp: Slot [24] registered\n[ 0.285882] acpiphp: Slot [25] registered\n[ 0.286715] acpiphp: Slot [26] registered\n[ 0.287549] acpiphp: Slot [27] registered\n[ 0.288378] acpiphp: Slot [28] registered\n[ 0.289210] acpiphp: Slot [29] registered\n[ 0.290052] acpiphp: Slot [30] registered\n[ 0.290886] acpiphp: Slot [31] registered\n[ 0.291711] PCI host bridge to bus 0000:00\n[ 0.292534] 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.295006] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297941] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304238] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305571] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306767] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314452] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315902] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362215] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363702] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365118] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366553] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367938] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369192] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370371] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371435] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372981] vgaarb: loaded\n[ 0.373585] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374723] SCSI subsystem initialized\n[ 0.375544] ACPI: bus type USB registered\n[ 0.376366] usbcore: registered new interface driver usbfs\n[ 0.377400] usbcore: registered new interface driver hub\n[ 0.378412] usbcore: registered new device driver usb\n[ 0.379474] PCI: Using ACPI for IRQ routing\n[ 0.380525] NetLabel: Initializing\n[ 0.381247] NetLabel: domain hash size = 128\n[ 0.382097] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383041] NetLabel: unlabeled traffic allowed by default\n[ 0.384137] clocksource: Switched to clocksource kvm-clock\n[ 0.389550] AppArmor: AppArmor Filesystem Enabled\n[ 0.390541] pnp: PnP ACPI init\n[ 0.391457] pnp: PnP ACPI: found 5 devices\n[ 0.397823] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399525] NET: Registered protocol family 2\n[ 0.400502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402961] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404123] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405232] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406400] NET: Registered protocol family 1\n[ 0.407273] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408388] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409460] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423387] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437693] Trying to unpack rootfs image as initramfs...\n[ 0.486908] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500750] Scanning for low memory corruption every 60 seconds\n[ 0.502158] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503326] audit: initializing netlink subsys (disabled)\n[ 0.504358] audit: type=2000 audit(1539347247.296:1): initialized\n[ 0.505691] Initialise system trusted keyring\n[ 0.506614] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507786] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509767] zbud: loaded\n[ 0.510471] VFS: Disk quotas dquot_6.6.0\n[ 0.511289] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512846] fuse init (API version 7.23)\n[ 0.513743] Key type big_key registered\n[ 0.514545] Allocating IMA MOK and blacklist keyrings.\n[ 0.516010] Key type asymmetric registered\n[ 0.516852] Asymmetric key parser 'x509' registered\n[ 0.517811] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519275] io scheduler noop registered\n[ 0.520068] io scheduler deadline registered (default)\n[ 0.521070] io scheduler cfq registered\n[ 0.521931] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522984] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524261] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525725] ACPI: Power Button [PWRF]\n[ 0.526562] GHES: HEST is not enabled!\n[ 0.540262] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572768] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596314] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598452] Linux agpgart interface v0.103\n[ 0.600459] brd: module loaded\n[ 0.601623] loop: module loaded\n[ 0.606290] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607754] GPT:90111 != 2097151\n[ 0.608446] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609558] GPT:90111 != 2097151\n[ 0.610240] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611213] vda: vda1 vda15\n[ 0.612646] scsi host0: ata_piix\n[ 0.613391] scsi host1: ata_piix\n[ 0.614094] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615368] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616826] libphy: Fixed MDIO Bus: probed\n[ 0.617653] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620791] PPP generic driver version 2.4.2\n[ 0.621696] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622990] ehci-pci: EHCI PCI platform driver\n[ 0.623881] ehci-platform: EHCI generic platform driver\n[ 0.624892] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626028] ohci-pci: OHCI PCI platform driver\n[ 0.626898] ohci-platform: OHCI generic platform driver\n[ 0.627893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642228] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644730] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645761] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646884] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649558] usb usb1: Product: UHCI Host Controller\n[ 0.650519] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651676] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652695] hub 1-0:1.0: USB hub found\n[ 0.653519] hub 1-0:1.0: 2 ports detected\n[ 0.654429] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.656559] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657519] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658548] mousedev: PS/2 mouse device common for all mice\n[ 0.659793] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661649] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662738] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663975] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665177] i2c /dev entries driver\n[ 0.665931] device-mapper: uevent: version 1.0.3\n[ 0.666874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668518] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669805] NET: Registered protocol family 10\n[ 0.670795] NET: Registered protocol family 17\n[ 0.671688] Key type dns_resolver registered\n[ 0.672615] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673756] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675505] registered taskstats version 1\n[ 0.676360] Loading compiled-in X.509 certificates\n[ 0.677794] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679662] zswap: loaded using pool lzo/zbud\n[ 0.681031] Key type trusted registered\n[ 0.682584] Key type encrypted registered\n[ 0.683442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684499] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685554] evm: HMAC attrs: 0x1\n[ 0.686848] Magic number: 6:125:481\n[ 0.687620] ata_device dev1.0: hash matches\n[ 0.688459] dev1.0: hash matches\n[ 0.689254] rtc_cmos 00:00: setting system clock to 2018-10-12 12:27:27 UTC (1539347247)\n[ 0.690848] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691962] EDD information not available.\n[ 0.773250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785273] Write protecting the kernel read-only data: 14336k\n[ 0.786848] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788663] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.218417] random: dd urandom read with 6 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.18. iid=i-000000e1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDXjU27E1jbSuwZTuUQiIJOLofL1W4fn0IDRjJpIxHv0PkCXCfl34F6Aktpr/vBitOA3+lKk+WHLRHHt8d+hCLcjQ1er92TwQ9Y6uPu/wmh0VrQyw7QsWK0kg4/MrEF0m9Z4rV8FZRaE+JSnfkhLVp5kykasOpdU3FxRLOdKk4z23WPDaMYBq3EfZSnr2TL6GbXWPTHlEKJ7Bzp70/x6J3f2Bi0FSal1/ztZfWpcJibZySOTCbrKj2RR1hm06NrzpFLHABfWoKEA5vsiTVdFhunyIlA6KJhNJ6BSaEvgzVJhLGuOsi17s5EN1JHi+do8f4vewIRhskST/XJ8vAByl05 root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP3O1tYgYaD4xxyDnv32p9OwoAaAH8jNBAgO2f9fMhyWp8OCVye4n5Wk/k57k3x3CHbWNBIf7lhVhhN34Ut+Vo3mm8sOEFtijWXOlAdGHiYqDA5BK3PopLfcS7JN65v0G9wS1QAA0tULVL7G8Vv+NT9H0D7sRYIbm4d8nmtpLajhAAAAFQC8rCanYDnFjTDV+d6QT5F04vmBSwAAAIEA6VryU3ESnPK4X3BhXKdPmsHD5mxvnqEIY3q/igWmJp3jC4l5w+WIb1O04NB+raw6BMs79UnRSwSLM21K5z9zfgtjIavxkSiwRlrU3y+yggiTXV9i4PVKGiarWS9bqVAthDFPzWDc4HJ6M1k5HqS7apNG12064wT3R4RGYihyxwsAAACAH0WTUUh9AfaGqJu9CdVSs9KlidVAOG2fhUJaqoL6CEYntD/LW76yGPVSpcX2IRdgJqPGsd5aIOfsvnf1ECpmH3fOqdDOS+Nkv5TPjbw/5AAt1u2NCTG89JZX3C8JOykSy8Plmb7xWJiNCiE3kqGaGn7n6QDtNFBCWv4n8BTQejU= root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe5c:5c4a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000e1\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.72 ===\n/dev/root resized successfully [took 2.51s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5C:5C:4A \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5c:5c4a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:90 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:9955 (9.7 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-10-12 12:28:50,443 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action used request id req-9c88203a-11c4-4e27-bfc4-d3d5c1845c8b 2018-10-12 12:28:52,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ae0fec37870721368d5a000545567caae7e37a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:28:53,533 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:28: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-8b728ab5-6f78-414f-91d3-972745a0d3e1 x-compute-request-id: req-8b728ab5-6f78-414f-91d3-972745a0d3e1 Content-Encoding: gzip Content-Length: 10080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518767377 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132246] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133926] pid_max: default: 32768 minimum: 301\n[ 0.134835] ACPI: Core revision 20150930\n[ 0.136234] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137565] Security Framework initialized\n[ 0.138430] Yama: becoming mindful.\n[ 0.139167] AppArmor: AppArmor initialized\n[ 0.140048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141405] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143920] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145327] Initializing cgroup subsys io\n[ 0.146145] Initializing cgroup subsys memory\n[ 0.147017] Initializing cgroup subsys devices\n[ 0.147933] Initializing cgroup subsys freezer\n[ 0.148827] Initializing cgroup subsys net_cls\n[ 0.149705] Initializing cgroup subsys perf_event\n[ 0.150631] Initializing cgroup subsys net_prio\n[ 0.151539] Initializing cgroup subsys hugetlb\n[ 0.152418] Initializing cgroup subsys pids\n[ 0.153304] CPU: Physical Processor ID: 0\n[ 0.154821] mce: CPU supports 10 MCE banks\n[ 0.155696] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156710] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169037] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175480] ftrace: allocating 31920 entries in 125 pages\n[ 0.201482] smpboot: Max logical packages: 1\n[ 0.202382] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203774] x2apic enabled\n[ 0.204607] Switched APIC routing to physical x2apic.\n[ 0.206384] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207566] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209669] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211527] KVM setup paravirtual spinlock\n[ 0.212841] x86: Booted up 1 node, 1 CPUs\n[ 0.213688] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215145] devtmpfs: initialized\n[ 0.216896] evm: security.selinux\n[ 0.217635] evm: security.SMACK64\n[ 0.218340] evm: security.SMACK64EXEC\n[ 0.219137] evm: security.SMACK64TRANSMUTE\n[ 0.219949] evm: security.SMACK64MMAP\n[ 0.220700] evm: security.ima\n[ 0.221340] evm: security.capability\n[ 0.222139] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223999] pinctrl core: initialized pinctrl subsystem\n[ 0.225099] RTC time: 12:27:26, date: 10/12/18\n[ 0.226063] NET: Registered protocol family 16\n[ 0.227051] cpuidle: using governor ladder\n[ 0.227897] cpuidle: using governor menu\n[ 0.228726] PCCT header not found.\n[ 0.229502] ACPI: bus type PCI registered\n[ 0.230324] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231585] PCI: Using configuration type 1 for base access\n[ 0.233344] ACPI: Added _OSI(Module Device)\n[ 0.234200] ACPI: Added _OSI(Processor Device)\n[ 0.235071] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235995] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238219] ACPI: Interpreter enabled\n[ 0.239041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242939] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246749] ACPI: (supports S0 S5)\n[ 0.247467] ACPI: Using IOAPIC for interrupt routing\n[ 0.248606] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251742] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252906] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254148] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255362] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257675] acpiphp: Slot [3] registered\n[ 0.258500] acpiphp: Slot [4] registered\n[ 0.259364] acpiphp: Slot [5] registered\n[ 0.260184] acpiphp: Slot [6] registered\n[ 0.260991] acpiphp: Slot [7] registered\n[ 0.261803] acpiphp: Slot [8] registered\n[ 0.262621] acpiphp: Slot [9] registered\n[ 0.263437] acpiphp: Slot [10] registered\n[ 0.264261] acpiphp: Slot [11] registered\n[ 0.265081] acpiphp: Slot [12] registered\n[ 0.265906] acpiphp: Slot [13] registered\n[ 0.266729] acpiphp: Slot [14] registered\n[ 0.267560] acpiphp: Slot [15] registered\n[ 0.278407] acpiphp: Slot [16] registered\n[ 0.279268] acpiphp: Slot [17] registered\n[ 0.280095] acpiphp: Slot [18] registered\n[ 0.280922] acpiphp: Slot [19] registered\n[ 0.281744] acpiphp: Slot [20] registered\n[ 0.282578] acpiphp: Slot [21] registered\n[ 0.283406] acpiphp: Slot [22] registered\n[ 0.284230] acpiphp: Slot [23] registered\n[ 0.285052] acpiphp: Slot [24] registered\n[ 0.285882] acpiphp: Slot [25] registered\n[ 0.286715] acpiphp: Slot [26] registered\n[ 0.287549] acpiphp: Slot [27] registered\n[ 0.288378] acpiphp: Slot [28] registered\n[ 0.289210] acpiphp: Slot [29] registered\n[ 0.290052] acpiphp: Slot [30] registered\n[ 0.290886] acpiphp: Slot [31] registered\n[ 0.291711] PCI host bridge to bus 0000:00\n[ 0.292534] 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.295006] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297941] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304238] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305571] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306767] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314452] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315902] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362215] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363702] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365118] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366553] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367938] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369192] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370371] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371435] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372981] vgaarb: loaded\n[ 0.373585] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374723] SCSI subsystem initialized\n[ 0.375544] ACPI: bus type USB registered\n[ 0.376366] usbcore: registered new interface driver usbfs\n[ 0.377400] usbcore: registered new interface driver hub\n[ 0.378412] usbcore: registered new device driver usb\n[ 0.379474] PCI: Using ACPI for IRQ routing\n[ 0.380525] NetLabel: Initializing\n[ 0.381247] NetLabel: domain hash size = 128\n[ 0.382097] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383041] NetLabel: unlabeled traffic allowed by default\n[ 0.384137] clocksource: Switched to clocksource kvm-clock\n[ 0.389550] AppArmor: AppArmor Filesystem Enabled\n[ 0.390541] pnp: PnP ACPI init\n[ 0.391457] pnp: PnP ACPI: found 5 devices\n[ 0.397823] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399525] NET: Registered protocol family 2\n[ 0.400502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402961] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404123] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405232] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406400] NET: Registered protocol family 1\n[ 0.407273] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408388] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409460] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423387] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437693] Trying to unpack rootfs image as initramfs...\n[ 0.486908] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500750] Scanning for low memory corruption every 60 seconds\n[ 0.502158] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503326] audit: initializing netlink subsys (disabled)\n[ 0.504358] audit: type=2000 audit(1539347247.296:1): initialized\n[ 0.505691] Initialise system trusted keyring\n[ 0.506614] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507786] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509767] zbud: loaded\n[ 0.510471] VFS: Disk quotas dquot_6.6.0\n[ 0.511289] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512846] fuse init (API version 7.23)\n[ 0.513743] Key type big_key registered\n[ 0.514545] Allocating IMA MOK and blacklist keyrings.\n[ 0.516010] Key type asymmetric registered\n[ 0.516852] Asymmetric key parser 'x509' registered\n[ 0.517811] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519275] io scheduler noop registered\n[ 0.520068] io scheduler deadline registered (default)\n[ 0.521070] io scheduler cfq registered\n[ 0.521931] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522984] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524261] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525725] ACPI: Power Button [PWRF]\n[ 0.526562] GHES: HEST is not enabled!\n[ 0.540262] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572768] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596314] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598452] Linux agpgart interface v0.103\n[ 0.600459] brd: module loaded\n[ 0.601623] loop: module loaded\n[ 0.606290] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607754] GPT:90111 != 2097151\n[ 0.608446] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609558] GPT:90111 != 2097151\n[ 0.610240] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611213] vda: vda1 vda15\n[ 0.612646] scsi host0: ata_piix\n[ 0.613391] scsi host1: ata_piix\n[ 0.614094] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615368] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616826] libphy: Fixed MDIO Bus: probed\n[ 0.617653] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620791] PPP generic driver version 2.4.2\n[ 0.621696] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622990] ehci-pci: EHCI PCI platform driver\n[ 0.623881] ehci-platform: EHCI generic platform driver\n[ 0.624892] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626028] ohci-pci: OHCI PCI platform driver\n[ 0.626898] ohci-platform: OHCI generic platform driver\n[ 0.627893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642228] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644730] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645761] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646884] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649558] usb usb1: Product: UHCI Host Controller\n[ 0.650519] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651676] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652695] hub 1-0:1.0: USB hub found\n[ 0.653519] hub 1-0:1.0: 2 ports detected\n[ 0.654429] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.656559] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657519] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658548] mousedev: PS/2 mouse device common for all mice\n[ 0.659793] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661649] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662738] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663975] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665177] i2c /dev entries driver\n[ 0.665931] device-mapper: uevent: version 1.0.3\n[ 0.666874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668518] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669805] NET: Registered protocol family 10\n[ 0.670795] NET: Registered protocol family 17\n[ 0.671688] Key type dns_resolver registered\n[ 0.672615] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673756] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675505] registered taskstats version 1\n[ 0.676360] Loading compiled-in X.509 certificates\n[ 0.677794] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679662] zswap: loaded using pool lzo/zbud\n[ 0.681031] Key type trusted registered\n[ 0.682584] Key type encrypted registered\n[ 0.683442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684499] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685554] evm: HMAC attrs: 0x1\n[ 0.686848] Magic number: 6:125:481\n[ 0.687620] ata_device dev1.0: hash matches\n[ 0.688459] dev1.0: hash matches\n[ 0.689254] rtc_cmos 00:00: setting system clock to 2018-10-12 12:27:27 UTC (1539347247)\n[ 0.690848] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691962] EDD information not available.\n[ 0.773250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785273] Write protecting the kernel read-only data: 14336k\n[ 0.786848] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788663] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.218417] random: dd urandom read with 6 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.18. iid=i-000000e1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDXjU27E1jbSuwZTuUQiIJOLofL1W4fn0IDRjJpIxHv0PkCXCfl34F6Aktpr/vBitOA3+lKk+WHLRHHt8d+hCLcjQ1er92TwQ9Y6uPu/wmh0VrQyw7QsWK0kg4/MrEF0m9Z4rV8FZRaE+JSnfkhLVp5kykasOpdU3FxRLOdKk4z23WPDaMYBq3EfZSnr2TL6GbXWPTHlEKJ7Bzp70/x6J3f2Bi0FSal1/ztZfWpcJibZySOTCbrKj2RR1hm06NrzpFLHABfWoKEA5vsiTVdFhunyIlA6KJhNJ6BSaEvgzVJhLGuOsi17s5EN1JHi+do8f4vewIRhskST/XJ8vAByl05 root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP3O1tYgYaD4xxyDnv32p9OwoAaAH8jNBAgO2f9fMhyWp8OCVye4n5Wk/k57k3x3CHbWNBIf7lhVhhN34Ut+Vo3mm8sOEFtijWXOlAdGHiYqDA5BK3PopLfcS7JN65v0G9wS1QAA0tULVL7G8Vv+NT9H0D7sRYIbm4d8nmtpLajhAAAAFQC8rCanYDnFjTDV+d6QT5F04vmBSwAAAIEA6VryU3ESnPK4X3BhXKdPmsHD5mxvnqEIY3q/igWmJp3jC4l5w+WIb1O04NB+raw6BMs79UnRSwSLM21K5z9zfgtjIavxkSiwRlrU3y+yggiTXV9i4PVKGiarWS9bqVAthDFPzWDc4HJ6M1k5HqS7apNG12064wT3R4RGYihyxwsAAACAH0WTUUh9AfaGqJu9CdVSs9KlidVAOG2fhUJaqoL6CEYntD/LW76yGPVSpcX2IRdgJqPGsd5aIOfsvnf1ECpmH3fOqdDOS+Nkv5TPjbw/5AAt1u2NCTG89JZX3C8JOykSy8Plmb7xWJiNCiE3kqGaGn7n6QDtNFBCWv4n8BTQejU= root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe5c:5c4a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000e1\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.72 ===\n/dev/root resized successfully [took 2.51s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5C:5C:4A \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5c:5c4a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:90 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:9955 (9.7 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-10-12 12:28:53,534 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action used request id req-8b728ab5-6f78-414f-91d3-972745a0d3e1 2018-10-12 12:28:55,553 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ae0fec37870721368d5a000545567caae7e37a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:28:56,629 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:28:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aed65c5e-bdbf-4652-9d0c-973c45ac127a x-compute-request-id: req-aed65c5e-bdbf-4652-9d0c-973c45ac127a Content-Encoding: gzip Content-Length: 10080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518767377 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132246] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133926] pid_max: default: 32768 minimum: 301\n[ 0.134835] ACPI: Core revision 20150930\n[ 0.136234] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137565] Security Framework initialized\n[ 0.138430] Yama: becoming mindful.\n[ 0.139167] AppArmor: AppArmor initialized\n[ 0.140048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141405] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143920] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145327] Initializing cgroup subsys io\n[ 0.146145] Initializing cgroup subsys memory\n[ 0.147017] Initializing cgroup subsys devices\n[ 0.147933] Initializing cgroup subsys freezer\n[ 0.148827] Initializing cgroup subsys net_cls\n[ 0.149705] Initializing cgroup subsys perf_event\n[ 0.150631] Initializing cgroup subsys net_prio\n[ 0.151539] Initializing cgroup subsys hugetlb\n[ 0.152418] Initializing cgroup subsys pids\n[ 0.153304] CPU: Physical Processor ID: 0\n[ 0.154821] mce: CPU supports 10 MCE banks\n[ 0.155696] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156710] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169037] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175480] ftrace: allocating 31920 entries in 125 pages\n[ 0.201482] smpboot: Max logical packages: 1\n[ 0.202382] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203774] x2apic enabled\n[ 0.204607] Switched APIC routing to physical x2apic.\n[ 0.206384] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207566] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209669] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211527] KVM setup paravirtual spinlock\n[ 0.212841] x86: Booted up 1 node, 1 CPUs\n[ 0.213688] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215145] devtmpfs: initialized\n[ 0.216896] evm: security.selinux\n[ 0.217635] evm: security.SMACK64\n[ 0.218340] evm: security.SMACK64EXEC\n[ 0.219137] evm: security.SMACK64TRANSMUTE\n[ 0.219949] evm: security.SMACK64MMAP\n[ 0.220700] evm: security.ima\n[ 0.221340] evm: security.capability\n[ 0.222139] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223999] pinctrl core: initialized pinctrl subsystem\n[ 0.225099] RTC time: 12:27:26, date: 10/12/18\n[ 0.226063] NET: Registered protocol family 16\n[ 0.227051] cpuidle: using governor ladder\n[ 0.227897] cpuidle: using governor menu\n[ 0.228726] PCCT header not found.\n[ 0.229502] ACPI: bus type PCI registered\n[ 0.230324] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231585] PCI: Using configuration type 1 for base access\n[ 0.233344] ACPI: Added _OSI(Module Device)\n[ 0.234200] ACPI: Added _OSI(Processor Device)\n[ 0.235071] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235995] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238219] ACPI: Interpreter enabled\n[ 0.239041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242939] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246749] ACPI: (supports S0 S5)\n[ 0.247467] ACPI: Using IOAPIC for interrupt routing\n[ 0.248606] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251742] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252906] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254148] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255362] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257675] acpiphp: Slot [3] registered\n[ 0.258500] acpiphp: Slot [4] registered\n[ 0.259364] acpiphp: Slot [5] registered\n[ 0.260184] acpiphp: Slot [6] registered\n[ 0.260991] acpiphp: Slot [7] registered\n[ 0.261803] acpiphp: Slot [8] registered\n[ 0.262621] acpiphp: Slot [9] registered\n[ 0.263437] acpiphp: Slot [10] registered\n[ 0.264261] acpiphp: Slot [11] registered\n[ 0.265081] acpiphp: Slot [12] registered\n[ 0.265906] acpiphp: Slot [13] registered\n[ 0.266729] acpiphp: Slot [14] registered\n[ 0.267560] acpiphp: Slot [15] registered\n[ 0.278407] acpiphp: Slot [16] registered\n[ 0.279268] acpiphp: Slot [17] registered\n[ 0.280095] acpiphp: Slot [18] registered\n[ 0.280922] acpiphp: Slot [19] registered\n[ 0.281744] acpiphp: Slot [20] registered\n[ 0.282578] acpiphp: Slot [21] registered\n[ 0.283406] acpiphp: Slot [22] registered\n[ 0.284230] acpiphp: Slot [23] registered\n[ 0.285052] acpiphp: Slot [24] registered\n[ 0.285882] acpiphp: Slot [25] registered\n[ 0.286715] acpiphp: Slot [26] registered\n[ 0.287549] acpiphp: Slot [27] registered\n[ 0.288378] acpiphp: Slot [28] registered\n[ 0.289210] acpiphp: Slot [29] registered\n[ 0.290052] acpiphp: Slot [30] registered\n[ 0.290886] acpiphp: Slot [31] registered\n[ 0.291711] PCI host bridge to bus 0000:00\n[ 0.292534] 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.295006] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297941] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304238] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305571] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306767] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314452] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315902] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362215] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363702] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365118] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366553] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367938] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369192] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370371] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371435] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372981] vgaarb: loaded\n[ 0.373585] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374723] SCSI subsystem initialized\n[ 0.375544] ACPI: bus type USB registered\n[ 0.376366] usbcore: registered new interface driver usbfs\n[ 0.377400] usbcore: registered new interface driver hub\n[ 0.378412] usbcore: registered new device driver usb\n[ 0.379474] PCI: Using ACPI for IRQ routing\n[ 0.380525] NetLabel: Initializing\n[ 0.381247] NetLabel: domain hash size = 128\n[ 0.382097] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383041] NetLabel: unlabeled traffic allowed by default\n[ 0.384137] clocksource: Switched to clocksource kvm-clock\n[ 0.389550] AppArmor: AppArmor Filesystem Enabled\n[ 0.390541] pnp: PnP ACPI init\n[ 0.391457] pnp: PnP ACPI: found 5 devices\n[ 0.397823] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399525] NET: Registered protocol family 2\n[ 0.400502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402961] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404123] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405232] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406400] NET: Registered protocol family 1\n[ 0.407273] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408388] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409460] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423387] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437693] Trying to unpack rootfs image as initramfs...\n[ 0.486908] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500750] Scanning for low memory corruption every 60 seconds\n[ 0.502158] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503326] audit: initializing netlink subsys (disabled)\n[ 0.504358] audit: type=2000 audit(1539347247.296:1): initialized\n[ 0.505691] Initialise system trusted keyring\n[ 0.506614] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507786] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509767] zbud: loaded\n[ 0.510471] VFS: Disk quotas dquot_6.6.0\n[ 0.511289] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512846] fuse init (API version 7.23)\n[ 0.513743] Key type big_key registered\n[ 0.514545] Allocating IMA MOK and blacklist keyrings.\n[ 0.516010] Key type asymmetric registered\n[ 0.516852] Asymmetric key parser 'x509' registered\n[ 0.517811] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519275] io scheduler noop registered\n[ 0.520068] io scheduler deadline registered (default)\n[ 0.521070] io scheduler cfq registered\n[ 0.521931] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522984] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524261] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525725] ACPI: Power Button [PWRF]\n[ 0.526562] GHES: HEST is not enabled!\n[ 0.540262] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572768] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596314] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598452] Linux agpgart interface v0.103\n[ 0.600459] brd: module loaded\n[ 0.601623] loop: module loaded\n[ 0.606290] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607754] GPT:90111 != 2097151\n[ 0.608446] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609558] GPT:90111 != 2097151\n[ 0.610240] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611213] vda: vda1 vda15\n[ 0.612646] scsi host0: ata_piix\n[ 0.613391] scsi host1: ata_piix\n[ 0.614094] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615368] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616826] libphy: Fixed MDIO Bus: probed\n[ 0.617653] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620791] PPP generic driver version 2.4.2\n[ 0.621696] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622990] ehci-pci: EHCI PCI platform driver\n[ 0.623881] ehci-platform: EHCI generic platform driver\n[ 0.624892] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626028] ohci-pci: OHCI PCI platform driver\n[ 0.626898] ohci-platform: OHCI generic platform driver\n[ 0.627893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642228] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644730] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645761] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646884] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649558] usb usb1: Product: UHCI Host Controller\n[ 0.650519] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651676] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652695] hub 1-0:1.0: USB hub found\n[ 0.653519] hub 1-0:1.0: 2 ports detected\n[ 0.654429] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.656559] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657519] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658548] mousedev: PS/2 mouse device common for all mice\n[ 0.659793] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661649] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662738] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663975] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665177] i2c /dev entries driver\n[ 0.665931] device-mapper: uevent: version 1.0.3\n[ 0.666874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668518] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669805] NET: Registered protocol family 10\n[ 0.670795] NET: Registered protocol family 17\n[ 0.671688] Key type dns_resolver registered\n[ 0.672615] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673756] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675505] registered taskstats version 1\n[ 0.676360] Loading compiled-in X.509 certificates\n[ 0.677794] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679662] zswap: loaded using pool lzo/zbud\n[ 0.681031] Key type trusted registered\n[ 0.682584] Key type encrypted registered\n[ 0.683442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684499] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685554] evm: HMAC attrs: 0x1\n[ 0.686848] Magic number: 6:125:481\n[ 0.687620] ata_device dev1.0: hash matches\n[ 0.688459] dev1.0: hash matches\n[ 0.689254] rtc_cmos 00:00: setting system clock to 2018-10-12 12:27:27 UTC (1539347247)\n[ 0.690848] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691962] EDD information not available.\n[ 0.773250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785273] Write protecting the kernel read-only data: 14336k\n[ 0.786848] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788663] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.218417] random: dd urandom read with 6 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.18. iid=i-000000e1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDXjU27E1jbSuwZTuUQiIJOLofL1W4fn0IDRjJpIxHv0PkCXCfl34F6Aktpr/vBitOA3+lKk+WHLRHHt8d+hCLcjQ1er92TwQ9Y6uPu/wmh0VrQyw7QsWK0kg4/MrEF0m9Z4rV8FZRaE+JSnfkhLVp5kykasOpdU3FxRLOdKk4z23WPDaMYBq3EfZSnr2TL6GbXWPTHlEKJ7Bzp70/x6J3f2Bi0FSal1/ztZfWpcJibZySOTCbrKj2RR1hm06NrzpFLHABfWoKEA5vsiTVdFhunyIlA6KJhNJ6BSaEvgzVJhLGuOsi17s5EN1JHi+do8f4vewIRhskST/XJ8vAByl05 root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP3O1tYgYaD4xxyDnv32p9OwoAaAH8jNBAgO2f9fMhyWp8OCVye4n5Wk/k57k3x3CHbWNBIf7lhVhhN34Ut+Vo3mm8sOEFtijWXOlAdGHiYqDA5BK3PopLfcS7JN65v0G9wS1QAA0tULVL7G8Vv+NT9H0D7sRYIbm4d8nmtpLajhAAAAFQC8rCanYDnFjTDV+d6QT5F04vmBSwAAAIEA6VryU3ESnPK4X3BhXKdPmsHD5mxvnqEIY3q/igWmJp3jC4l5w+WIb1O04NB+raw6BMs79UnRSwSLM21K5z9zfgtjIavxkSiwRlrU3y+yggiTXV9i4PVKGiarWS9bqVAthDFPzWDc4HJ6M1k5HqS7apNG12064wT3R4RGYihyxwsAAACAH0WTUUh9AfaGqJu9CdVSs9KlidVAOG2fhUJaqoL6CEYntD/LW76yGPVSpcX2IRdgJqPGsd5aIOfsvnf1ECpmH3fOqdDOS+Nkv5TPjbw/5AAt1u2NCTG89JZX3C8JOykSy8Plmb7xWJiNCiE3kqGaGn7n6QDtNFBCWv4n8BTQejU= root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe5c:5c4a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000e1\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.72 ===\n/dev/root resized successfully [took 2.51s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5C:5C:4A \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5c:5c4a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:90 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:9955 (9.7 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-10-12 12:28:56,630 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action used request id req-aed65c5e-bdbf-4652-9d0c-973c45ac127a 2018-10-12 12:28:58,649 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ae0fec37870721368d5a000545567caae7e37a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:28:59,715 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:28:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bbab2832-475d-45cf-8304-a1b9482488f8 x-compute-request-id: req-bbab2832-475d-45cf-8304-a1b9482488f8 Content-Encoding: gzip Content-Length: 10080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518767377 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132246] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133926] pid_max: default: 32768 minimum: 301\n[ 0.134835] ACPI: Core revision 20150930\n[ 0.136234] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137565] Security Framework initialized\n[ 0.138430] Yama: becoming mindful.\n[ 0.139167] AppArmor: AppArmor initialized\n[ 0.140048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141405] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143920] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145327] Initializing cgroup subsys io\n[ 0.146145] Initializing cgroup subsys memory\n[ 0.147017] Initializing cgroup subsys devices\n[ 0.147933] Initializing cgroup subsys freezer\n[ 0.148827] Initializing cgroup subsys net_cls\n[ 0.149705] Initializing cgroup subsys perf_event\n[ 0.150631] Initializing cgroup subsys net_prio\n[ 0.151539] Initializing cgroup subsys hugetlb\n[ 0.152418] Initializing cgroup subsys pids\n[ 0.153304] CPU: Physical Processor ID: 0\n[ 0.154821] mce: CPU supports 10 MCE banks\n[ 0.155696] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156710] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169037] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175480] ftrace: allocating 31920 entries in 125 pages\n[ 0.201482] smpboot: Max logical packages: 1\n[ 0.202382] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203774] x2apic enabled\n[ 0.204607] Switched APIC routing to physical x2apic.\n[ 0.206384] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207566] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209669] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211527] KVM setup paravirtual spinlock\n[ 0.212841] x86: Booted up 1 node, 1 CPUs\n[ 0.213688] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215145] devtmpfs: initialized\n[ 0.216896] evm: security.selinux\n[ 0.217635] evm: security.SMACK64\n[ 0.218340] evm: security.SMACK64EXEC\n[ 0.219137] evm: security.SMACK64TRANSMUTE\n[ 0.219949] evm: security.SMACK64MMAP\n[ 0.220700] evm: security.ima\n[ 0.221340] evm: security.capability\n[ 0.222139] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223999] pinctrl core: initialized pinctrl subsystem\n[ 0.225099] RTC time: 12:27:26, date: 10/12/18\n[ 0.226063] NET: Registered protocol family 16\n[ 0.227051] cpuidle: using governor ladder\n[ 0.227897] cpuidle: using governor menu\n[ 0.228726] PCCT header not found.\n[ 0.229502] ACPI: bus type PCI registered\n[ 0.230324] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231585] PCI: Using configuration type 1 for base access\n[ 0.233344] ACPI: Added _OSI(Module Device)\n[ 0.234200] ACPI: Added _OSI(Processor Device)\n[ 0.235071] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235995] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238219] ACPI: Interpreter enabled\n[ 0.239041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242939] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246749] ACPI: (supports S0 S5)\n[ 0.247467] ACPI: Using IOAPIC for interrupt routing\n[ 0.248606] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251742] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252906] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254148] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255362] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257675] acpiphp: Slot [3] registered\n[ 0.258500] acpiphp: Slot [4] registered\n[ 0.259364] acpiphp: Slot [5] registered\n[ 0.260184] acpiphp: Slot [6] registered\n[ 0.260991] acpiphp: Slot [7] registered\n[ 0.261803] acpiphp: Slot [8] registered\n[ 0.262621] acpiphp: Slot [9] registered\n[ 0.263437] acpiphp: Slot [10] registered\n[ 0.264261] acpiphp: Slot [11] registered\n[ 0.265081] acpiphp: Slot [12] registered\n[ 0.265906] acpiphp: Slot [13] registered\n[ 0.266729] acpiphp: Slot [14] registered\n[ 0.267560] acpiphp: Slot [15] registered\n[ 0.278407] acpiphp: Slot [16] registered\n[ 0.279268] acpiphp: Slot [17] registered\n[ 0.280095] acpiphp: Slot [18] registered\n[ 0.280922] acpiphp: Slot [19] registered\n[ 0.281744] acpiphp: Slot [20] registered\n[ 0.282578] acpiphp: Slot [21] registered\n[ 0.283406] acpiphp: Slot [22] registered\n[ 0.284230] acpiphp: Slot [23] registered\n[ 0.285052] acpiphp: Slot [24] registered\n[ 0.285882] acpiphp: Slot [25] registered\n[ 0.286715] acpiphp: Slot [26] registered\n[ 0.287549] acpiphp: Slot [27] registered\n[ 0.288378] acpiphp: Slot [28] registered\n[ 0.289210] acpiphp: Slot [29] registered\n[ 0.290052] acpiphp: Slot [30] registered\n[ 0.290886] acpiphp: Slot [31] registered\n[ 0.291711] PCI host bridge to bus 0000:00\n[ 0.292534] 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.295006] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297941] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304238] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305571] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306767] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314452] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315902] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362215] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363702] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365118] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366553] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367938] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369192] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370371] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371435] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372981] vgaarb: loaded\n[ 0.373585] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374723] SCSI subsystem initialized\n[ 0.375544] ACPI: bus type USB registered\n[ 0.376366] usbcore: registered new interface driver usbfs\n[ 0.377400] usbcore: registered new interface driver hub\n[ 0.378412] usbcore: registered new device driver usb\n[ 0.379474] PCI: Using ACPI for IRQ routing\n[ 0.380525] NetLabel: Initializing\n[ 0.381247] NetLabel: domain hash size = 128\n[ 0.382097] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383041] NetLabel: unlabeled traffic allowed by default\n[ 0.384137] clocksource: Switched to clocksource kvm-clock\n[ 0.389550] AppArmor: AppArmor Filesystem Enabled\n[ 0.390541] pnp: PnP ACPI init\n[ 0.391457] pnp: PnP ACPI: found 5 devices\n[ 0.397823] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399525] NET: Registered protocol family 2\n[ 0.400502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402961] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404123] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405232] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406400] NET: Registered protocol family 1\n[ 0.407273] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408388] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409460] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423387] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437693] Trying to unpack rootfs image as initramfs...\n[ 0.486908] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500750] Scanning for low memory corruption every 60 seconds\n[ 0.502158] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503326] audit: initializing netlink subsys (disabled)\n[ 0.504358] audit: type=2000 audit(1539347247.296:1): initialized\n[ 0.505691] Initialise system trusted keyring\n[ 0.506614] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507786] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509767] zbud: loaded\n[ 0.510471] VFS: Disk quotas dquot_6.6.0\n[ 0.511289] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512846] fuse init (API version 7.23)\n[ 0.513743] Key type big_key registered\n[ 0.514545] Allocating IMA MOK and blacklist keyrings.\n[ 0.516010] Key type asymmetric registered\n[ 0.516852] Asymmetric key parser 'x509' registered\n[ 0.517811] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519275] io scheduler noop registered\n[ 0.520068] io scheduler deadline registered (default)\n[ 0.521070] io scheduler cfq registered\n[ 0.521931] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522984] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524261] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525725] ACPI: Power Button [PWRF]\n[ 0.526562] GHES: HEST is not enabled!\n[ 0.540262] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572768] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596314] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598452] Linux agpgart interface v0.103\n[ 0.600459] brd: module loaded\n[ 0.601623] loop: module loaded\n[ 0.606290] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607754] GPT:90111 != 2097151\n[ 0.608446] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609558] GPT:90111 != 2097151\n[ 0.610240] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611213] vda: vda1 vda15\n[ 0.612646] scsi host0: ata_piix\n[ 0.613391] scsi host1: ata_piix\n[ 0.614094] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615368] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616826] libphy: Fixed MDIO Bus: probed\n[ 0.617653] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620791] PPP generic driver version 2.4.2\n[ 0.621696] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622990] ehci-pci: EHCI PCI platform driver\n[ 0.623881] ehci-platform: EHCI generic platform driver\n[ 0.624892] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626028] ohci-pci: OHCI PCI platform driver\n[ 0.626898] ohci-platform: OHCI generic platform driver\n[ 0.627893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642228] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644730] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645761] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646884] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649558] usb usb1: Product: UHCI Host Controller\n[ 0.650519] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651676] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652695] hub 1-0:1.0: USB hub found\n[ 0.653519] hub 1-0:1.0: 2 ports detected\n[ 0.654429] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.656559] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657519] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658548] mousedev: PS/2 mouse device common for all mice\n[ 0.659793] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661649] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662738] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663975] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665177] i2c /dev entries driver\n[ 0.665931] device-mapper: uevent: version 1.0.3\n[ 0.666874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668518] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669805] NET: Registered protocol family 10\n[ 0.670795] NET: Registered protocol family 17\n[ 0.671688] Key type dns_resolver registered\n[ 0.672615] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673756] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675505] registered taskstats version 1\n[ 0.676360] Loading compiled-in X.509 certificates\n[ 0.677794] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679662] zswap: loaded using pool lzo/zbud\n[ 0.681031] Key type trusted registered\n[ 0.682584] Key type encrypted registered\n[ 0.683442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684499] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685554] evm: HMAC attrs: 0x1\n[ 0.686848] Magic number: 6:125:481\n[ 0.687620] ata_device dev1.0: hash matches\n[ 0.688459] dev1.0: hash matches\n[ 0.689254] rtc_cmos 00:00: setting system clock to 2018-10-12 12:27:27 UTC (1539347247)\n[ 0.690848] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691962] EDD information not available.\n[ 0.773250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785273] Write protecting the kernel read-only data: 14336k\n[ 0.786848] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788663] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.218417] random: dd urandom read with 6 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.18. iid=i-000000e1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDXjU27E1jbSuwZTuUQiIJOLofL1W4fn0IDRjJpIxHv0PkCXCfl34F6Aktpr/vBitOA3+lKk+WHLRHHt8d+hCLcjQ1er92TwQ9Y6uPu/wmh0VrQyw7QsWK0kg4/MrEF0m9Z4rV8FZRaE+JSnfkhLVp5kykasOpdU3FxRLOdKk4z23WPDaMYBq3EfZSnr2TL6GbXWPTHlEKJ7Bzp70/x6J3f2Bi0FSal1/ztZfWpcJibZySOTCbrKj2RR1hm06NrzpFLHABfWoKEA5vsiTVdFhunyIlA6KJhNJ6BSaEvgzVJhLGuOsi17s5EN1JHi+do8f4vewIRhskST/XJ8vAByl05 root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP3O1tYgYaD4xxyDnv32p9OwoAaAH8jNBAgO2f9fMhyWp8OCVye4n5Wk/k57k3x3CHbWNBIf7lhVhhN34Ut+Vo3mm8sOEFtijWXOlAdGHiYqDA5BK3PopLfcS7JN65v0G9wS1QAA0tULVL7G8Vv+NT9H0D7sRYIbm4d8nmtpLajhAAAAFQC8rCanYDnFjTDV+d6QT5F04vmBSwAAAIEA6VryU3ESnPK4X3BhXKdPmsHD5mxvnqEIY3q/igWmJp3jC4l5w+WIb1O04NB+raw6BMs79UnRSwSLM21K5z9zfgtjIavxkSiwRlrU3y+yggiTXV9i4PVKGiarWS9bqVAthDFPzWDc4HJ6M1k5HqS7apNG12064wT3R4RGYihyxwsAAACAH0WTUUh9AfaGqJu9CdVSs9KlidVAOG2fhUJaqoL6CEYntD/LW76yGPVSpcX2IRdgJqPGsd5aIOfsvnf1ECpmH3fOqdDOS+Nkv5TPjbw/5AAt1u2NCTG89JZX3C8JOykSy8Plmb7xWJiNCiE3kqGaGn7n6QDtNFBCWv4n8BTQejU= root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe5c:5c4a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000e1\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.72 ===\n/dev/root resized successfully [took 2.51s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5C:5C:4A \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5c:5c4a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:90 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:9955 (9.7 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-10-12 12:28:59,716 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action used request id req-bbab2832-475d-45cf-8304-a1b9482488f8 2018-10-12 12:29:01,736 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ae0fec37870721368d5a000545567caae7e37a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:29:02,810 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:29:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e07bd3d-6c10-4a0d-b3c3-01618c072a4f x-compute-request-id: req-8e07bd3d-6c10-4a0d-b3c3-01618c072a4f Content-Encoding: gzip Content-Length: 10100 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518767377 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132246] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133926] pid_max: default: 32768 minimum: 301\n[ 0.134835] ACPI: Core revision 20150930\n[ 0.136234] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137565] Security Framework initialized\n[ 0.138430] Yama: becoming mindful.\n[ 0.139167] AppArmor: AppArmor initialized\n[ 0.140048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141405] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143920] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145327] Initializing cgroup subsys io\n[ 0.146145] Initializing cgroup subsys memory\n[ 0.147017] Initializing cgroup subsys devices\n[ 0.147933] Initializing cgroup subsys freezer\n[ 0.148827] Initializing cgroup subsys net_cls\n[ 0.149705] Initializing cgroup subsys perf_event\n[ 0.150631] Initializing cgroup subsys net_prio\n[ 0.151539] Initializing cgroup subsys hugetlb\n[ 0.152418] Initializing cgroup subsys pids\n[ 0.153304] CPU: Physical Processor ID: 0\n[ 0.154821] mce: CPU supports 10 MCE banks\n[ 0.155696] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156710] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169037] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175480] ftrace: allocating 31920 entries in 125 pages\n[ 0.201482] smpboot: Max logical packages: 1\n[ 0.202382] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203774] x2apic enabled\n[ 0.204607] Switched APIC routing to physical x2apic.\n[ 0.206384] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207566] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209669] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211527] KVM setup paravirtual spinlock\n[ 0.212841] x86: Booted up 1 node, 1 CPUs\n[ 0.213688] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215145] devtmpfs: initialized\n[ 0.216896] evm: security.selinux\n[ 0.217635] evm: security.SMACK64\n[ 0.218340] evm: security.SMACK64EXEC\n[ 0.219137] evm: security.SMACK64TRANSMUTE\n[ 0.219949] evm: security.SMACK64MMAP\n[ 0.220700] evm: security.ima\n[ 0.221340] evm: security.capability\n[ 0.222139] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223999] pinctrl core: initialized pinctrl subsystem\n[ 0.225099] RTC time: 12:27:26, date: 10/12/18\n[ 0.226063] NET: Registered protocol family 16\n[ 0.227051] cpuidle: using governor ladder\n[ 0.227897] cpuidle: using governor menu\n[ 0.228726] PCCT header not found.\n[ 0.229502] ACPI: bus type PCI registered\n[ 0.230324] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231585] PCI: Using configuration type 1 for base access\n[ 0.233344] ACPI: Added _OSI(Module Device)\n[ 0.234200] ACPI: Added _OSI(Processor Device)\n[ 0.235071] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235995] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238219] ACPI: Interpreter enabled\n[ 0.239041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242939] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246749] ACPI: (supports S0 S5)\n[ 0.247467] ACPI: Using IOAPIC for interrupt routing\n[ 0.248606] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251742] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252906] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254148] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255362] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257675] acpiphp: Slot [3] registered\n[ 0.258500] acpiphp: Slot [4] registered\n[ 0.259364] acpiphp: Slot [5] registered\n[ 0.260184] acpiphp: Slot [6] registered\n[ 0.260991] acpiphp: Slot [7] registered\n[ 0.261803] acpiphp: Slot [8] registered\n[ 0.262621] acpiphp: Slot [9] registered\n[ 0.263437] acpiphp: Slot [10] registered\n[ 0.264261] acpiphp: Slot [11] registered\n[ 0.265081] acpiphp: Slot [12] registered\n[ 0.265906] acpiphp: Slot [13] registered\n[ 0.266729] acpiphp: Slot [14] registered\n[ 0.267560] acpiphp: Slot [15] registered\n[ 0.278407] acpiphp: Slot [16] registered\n[ 0.279268] acpiphp: Slot [17] registered\n[ 0.280095] acpiphp: Slot [18] registered\n[ 0.280922] acpiphp: Slot [19] registered\n[ 0.281744] acpiphp: Slot [20] registered\n[ 0.282578] acpiphp: Slot [21] registered\n[ 0.283406] acpiphp: Slot [22] registered\n[ 0.284230] acpiphp: Slot [23] registered\n[ 0.285052] acpiphp: Slot [24] registered\n[ 0.285882] acpiphp: Slot [25] registered\n[ 0.286715] acpiphp: Slot [26] registered\n[ 0.287549] acpiphp: Slot [27] registered\n[ 0.288378] acpiphp: Slot [28] registered\n[ 0.289210] acpiphp: Slot [29] registered\n[ 0.290052] acpiphp: Slot [30] registered\n[ 0.290886] acpiphp: Slot [31] registered\n[ 0.291711] PCI host bridge to bus 0000:00\n[ 0.292534] 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.295006] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297941] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304238] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305571] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306767] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314452] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315902] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362215] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363702] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365118] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366553] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367938] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369192] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370371] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371435] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372981] vgaarb: loaded\n[ 0.373585] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374723] SCSI subsystem initialized\n[ 0.375544] ACPI: bus type USB registered\n[ 0.376366] usbcore: registered new interface driver usbfs\n[ 0.377400] usbcore: registered new interface driver hub\n[ 0.378412] usbcore: registered new device driver usb\n[ 0.379474] PCI: Using ACPI for IRQ routing\n[ 0.380525] NetLabel: Initializing\n[ 0.381247] NetLabel: domain hash size = 128\n[ 0.382097] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383041] NetLabel: unlabeled traffic allowed by default\n[ 0.384137] clocksource: Switched to clocksource kvm-clock\n[ 0.389550] AppArmor: AppArmor Filesystem Enabled\n[ 0.390541] pnp: PnP ACPI init\n[ 0.391457] pnp: PnP ACPI: found 5 devices\n[ 0.397823] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399525] NET: Registered protocol family 2\n[ 0.400502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402961] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404123] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405232] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406400] NET: Registered protocol family 1\n[ 0.407273] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408388] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409460] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423387] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437693] Trying to unpack rootfs image as initramfs...\n[ 0.486908] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500750] Scanning for low memory corruption every 60 seconds\n[ 0.502158] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503326] audit: initializing netlink subsys (disabled)\n[ 0.504358] audit: type=2000 audit(1539347247.296:1): initialized\n[ 0.505691] Initialise system trusted keyring\n[ 0.506614] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507786] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509767] zbud: loaded\n[ 0.510471] VFS: Disk quotas dquot_6.6.0\n[ 0.511289] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512846] fuse init (API version 7.23)\n[ 0.513743] Key type big_key registered\n[ 0.514545] Allocating IMA MOK and blacklist keyrings.\n[ 0.516010] Key type asymmetric registered\n[ 0.516852] Asymmetric key parser 'x509' registered\n[ 0.517811] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519275] io scheduler noop registered\n[ 0.520068] io scheduler deadline registered (default)\n[ 0.521070] io scheduler cfq registered\n[ 0.521931] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522984] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524261] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525725] ACPI: Power Button [PWRF]\n[ 0.526562] GHES: HEST is not enabled!\n[ 0.540262] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572768] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596314] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598452] Linux agpgart interface v0.103\n[ 0.600459] brd: module loaded\n[ 0.601623] loop: module loaded\n[ 0.606290] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607754] GPT:90111 != 2097151\n[ 0.608446] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609558] GPT:90111 != 2097151\n[ 0.610240] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611213] vda: vda1 vda15\n[ 0.612646] scsi host0: ata_piix\n[ 0.613391] scsi host1: ata_piix\n[ 0.614094] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615368] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616826] libphy: Fixed MDIO Bus: probed\n[ 0.617653] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620791] PPP generic driver version 2.4.2\n[ 0.621696] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622990] ehci-pci: EHCI PCI platform driver\n[ 0.623881] ehci-platform: EHCI generic platform driver\n[ 0.624892] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626028] ohci-pci: OHCI PCI platform driver\n[ 0.626898] ohci-platform: OHCI generic platform driver\n[ 0.627893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642228] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644730] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645761] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646884] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649558] usb usb1: Product: UHCI Host Controller\n[ 0.650519] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651676] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652695] hub 1-0:1.0: USB hub found\n[ 0.653519] hub 1-0:1.0: 2 ports detected\n[ 0.654429] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.656559] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657519] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658548] mousedev: PS/2 mouse device common for all mice\n[ 0.659793] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661649] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662738] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663975] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665177] i2c /dev entries driver\n[ 0.665931] device-mapper: uevent: version 1.0.3\n[ 0.666874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668518] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669805] NET: Registered protocol family 10\n[ 0.670795] NET: Registered protocol family 17\n[ 0.671688] Key type dns_resolver registered\n[ 0.672615] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673756] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675505] registered taskstats version 1\n[ 0.676360] Loading compiled-in X.509 certificates\n[ 0.677794] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679662] zswap: loaded using pool lzo/zbud\n[ 0.681031] Key type trusted registered\n[ 0.682584] Key type encrypted registered\n[ 0.683442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684499] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685554] evm: HMAC attrs: 0x1\n[ 0.686848] Magic number: 6:125:481\n[ 0.687620] ata_device dev1.0: hash matches\n[ 0.688459] dev1.0: hash matches\n[ 0.689254] rtc_cmos 00:00: setting system clock to 2018-10-12 12:27:27 UTC (1539347247)\n[ 0.690848] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691962] EDD information not available.\n[ 0.773250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785273] Write protecting the kernel read-only data: 14336k\n[ 0.786848] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788663] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.218417] random: dd urandom read with 6 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.18. iid=i-000000e1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDXjU27E1jbSuwZTuUQiIJOLofL1W4fn0IDRjJpIxHv0PkCXCfl34F6Aktpr/vBitOA3+lKk+WHLRHHt8d+hCLcjQ1er92TwQ9Y6uPu/wmh0VrQyw7QsWK0kg4/MrEF0m9Z4rV8FZRaE+JSnfkhLVp5kykasOpdU3FxRLOdKk4z23WPDaMYBq3EfZSnr2TL6GbXWPTHlEKJ7Bzp70/x6J3f2Bi0FSal1/ztZfWpcJibZySOTCbrKj2RR1hm06NrzpFLHABfWoKEA5vsiTVdFhunyIlA6KJhNJ6BSaEvgzVJhLGuOsi17s5EN1JHi+do8f4vewIRhskST/XJ8vAByl05 root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP3O1tYgYaD4xxyDnv32p9OwoAaAH8jNBAgO2f9fMhyWp8OCVye4n5Wk/k57k3x3CHbWNBIf7lhVhhN34Ut+Vo3mm8sOEFtijWXOlAdGHiYqDA5BK3PopLfcS7JN65v0G9wS1QAA0tULVL7G8Vv+NT9H0D7sRYIbm4d8nmtpLajhAAAAFQC8rCanYDnFjTDV+d6QT5F04vmBSwAAAIEA6VryU3ESnPK4X3BhXKdPmsHD5mxvnqEIY3q/igWmJp3jC4l5w+WIb1O04NB+raw6BMs79UnRSwSLM21K5z9zfgtjIavxkSiwRlrU3y+yggiTXV9i4PVKGiarWS9bqVAthDFPzWDc4HJ6M1k5HqS7apNG12064wT3R4RGYihyxwsAAACAH0WTUUh9AfaGqJu9CdVSs9KlidVAOG2fhUJaqoL6CEYntD/LW76yGPVSpcX2IRdgJqPGsd5aIOfsvnf1ECpmH3fOqdDOS+Nkv5TPjbw/5AAt1u2NCTG89JZX3C8JOykSy8Plmb7xWJiNCiE3kqGaGn7n6QDtNFBCWv4n8BTQejU= root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe5c:5c4a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000e1\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.72 ===\n/dev/root resized successfully [took 2.51s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5C:5C:4A \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5c:5c4a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:90 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:9955 (9.7 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-10-12 12:29:02,811 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action used request id req-8e07bd3d-6c10-4a0d-b3c3-01618c072a4f 2018-10-12 12:29:04,831 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ae0fec37870721368d5a000545567caae7e37a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:29:05,906 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:29:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c259d759-a1b5-425b-8bfa-e1eac0d1cba1 x-compute-request-id: req-c259d759-a1b5-425b-8bfa-e1eac0d1cba1 Content-Encoding: gzip Content-Length: 10100 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518767377 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132246] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133926] pid_max: default: 32768 minimum: 301\n[ 0.134835] ACPI: Core revision 20150930\n[ 0.136234] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137565] Security Framework initialized\n[ 0.138430] Yama: becoming mindful.\n[ 0.139167] AppArmor: AppArmor initialized\n[ 0.140048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141405] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143920] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145327] Initializing cgroup subsys io\n[ 0.146145] Initializing cgroup subsys memory\n[ 0.147017] Initializing cgroup subsys devices\n[ 0.147933] Initializing cgroup subsys freezer\n[ 0.148827] Initializing cgroup subsys net_cls\n[ 0.149705] Initializing cgroup subsys perf_event\n[ 0.150631] Initializing cgroup subsys net_prio\n[ 0.151539] Initializing cgroup subsys hugetlb\n[ 0.152418] Initializing cgroup subsys pids\n[ 0.153304] CPU: Physical Processor ID: 0\n[ 0.154821] mce: CPU supports 10 MCE banks\n[ 0.155696] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156710] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169037] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175480] ftrace: allocating 31920 entries in 125 pages\n[ 0.201482] smpboot: Max logical packages: 1\n[ 0.202382] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203774] x2apic enabled\n[ 0.204607] Switched APIC routing to physical x2apic.\n[ 0.206384] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207566] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209669] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211527] KVM setup paravirtual spinlock\n[ 0.212841] x86: Booted up 1 node, 1 CPUs\n[ 0.213688] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215145] devtmpfs: initialized\n[ 0.216896] evm: security.selinux\n[ 0.217635] evm: security.SMACK64\n[ 0.218340] evm: security.SMACK64EXEC\n[ 0.219137] evm: security.SMACK64TRANSMUTE\n[ 0.219949] evm: security.SMACK64MMAP\n[ 0.220700] evm: security.ima\n[ 0.221340] evm: security.capability\n[ 0.222139] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223999] pinctrl core: initialized pinctrl subsystem\n[ 0.225099] RTC time: 12:27:26, date: 10/12/18\n[ 0.226063] NET: Registered protocol family 16\n[ 0.227051] cpuidle: using governor ladder\n[ 0.227897] cpuidle: using governor menu\n[ 0.228726] PCCT header not found.\n[ 0.229502] ACPI: bus type PCI registered\n[ 0.230324] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231585] PCI: Using configuration type 1 for base access\n[ 0.233344] ACPI: Added _OSI(Module Device)\n[ 0.234200] ACPI: Added _OSI(Processor Device)\n[ 0.235071] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235995] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238219] ACPI: Interpreter enabled\n[ 0.239041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242939] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246749] ACPI: (supports S0 S5)\n[ 0.247467] ACPI: Using IOAPIC for interrupt routing\n[ 0.248606] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251742] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252906] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254148] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255362] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257675] acpiphp: Slot [3] registered\n[ 0.258500] acpiphp: Slot [4] registered\n[ 0.259364] acpiphp: Slot [5] registered\n[ 0.260184] acpiphp: Slot [6] registered\n[ 0.260991] acpiphp: Slot [7] registered\n[ 0.261803] acpiphp: Slot [8] registered\n[ 0.262621] acpiphp: Slot [9] registered\n[ 0.263437] acpiphp: Slot [10] registered\n[ 0.264261] acpiphp: Slot [11] registered\n[ 0.265081] acpiphp: Slot [12] registered\n[ 0.265906] acpiphp: Slot [13] registered\n[ 0.266729] acpiphp: Slot [14] registered\n[ 0.267560] acpiphp: Slot [15] registered\n[ 0.278407] acpiphp: Slot [16] registered\n[ 0.279268] acpiphp: Slot [17] registered\n[ 0.280095] acpiphp: Slot [18] registered\n[ 0.280922] acpiphp: Slot [19] registered\n[ 0.281744] acpiphp: Slot [20] registered\n[ 0.282578] acpiphp: Slot [21] registered\n[ 0.283406] acpiphp: Slot [22] registered\n[ 0.284230] acpiphp: Slot [23] registered\n[ 0.285052] acpiphp: Slot [24] registered\n[ 0.285882] acpiphp: Slot [25] registered\n[ 0.286715] acpiphp: Slot [26] registered\n[ 0.287549] acpiphp: Slot [27] registered\n[ 0.288378] acpiphp: Slot [28] registered\n[ 0.289210] acpiphp: Slot [29] registered\n[ 0.290052] acpiphp: Slot [30] registered\n[ 0.290886] acpiphp: Slot [31] registered\n[ 0.291711] PCI host bridge to bus 0000:00\n[ 0.292534] 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.295006] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297941] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304238] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305571] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306767] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314452] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315902] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362215] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363702] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365118] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366553] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367938] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369192] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370371] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371435] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372981] vgaarb: loaded\n[ 0.373585] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374723] SCSI subsystem initialized\n[ 0.375544] ACPI: bus type USB registered\n[ 0.376366] usbcore: registered new interface driver usbfs\n[ 0.377400] usbcore: registered new interface driver hub\n[ 0.378412] usbcore: registered new device driver usb\n[ 0.379474] PCI: Using ACPI for IRQ routing\n[ 0.380525] NetLabel: Initializing\n[ 0.381247] NetLabel: domain hash size = 128\n[ 0.382097] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383041] NetLabel: unlabeled traffic allowed by default\n[ 0.384137] clocksource: Switched to clocksource kvm-clock\n[ 0.389550] AppArmor: AppArmor Filesystem Enabled\n[ 0.390541] pnp: PnP ACPI init\n[ 0.391457] pnp: PnP ACPI: found 5 devices\n[ 0.397823] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399525] NET: Registered protocol family 2\n[ 0.400502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402961] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404123] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405232] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406400] NET: Registered protocol family 1\n[ 0.407273] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408388] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409460] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423387] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437693] Trying to unpack rootfs image as initramfs...\n[ 0.486908] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500750] Scanning for low memory corruption every 60 seconds\n[ 0.502158] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503326] audit: initializing netlink subsys (disabled)\n[ 0.504358] audit: type=2000 audit(1539347247.296:1): initialized\n[ 0.505691] Initialise system trusted keyring\n[ 0.506614] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507786] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509767] zbud: loaded\n[ 0.510471] VFS: Disk quotas dquot_6.6.0\n[ 0.511289] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512846] fuse init (API version 7.23)\n[ 0.513743] Key type big_key registered\n[ 0.514545] Allocating IMA MOK and blacklist keyrings.\n[ 0.516010] Key type asymmetric registered\n[ 0.516852] Asymmetric key parser 'x509' registered\n[ 0.517811] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519275] io scheduler noop registered\n[ 0.520068] io scheduler deadline registered (default)\n[ 0.521070] io scheduler cfq registered\n[ 0.521931] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522984] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524261] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525725] ACPI: Power Button [PWRF]\n[ 0.526562] GHES: HEST is not enabled!\n[ 0.540262] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572768] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596314] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598452] Linux agpgart interface v0.103\n[ 0.600459] brd: module loaded\n[ 0.601623] loop: module loaded\n[ 0.606290] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607754] GPT:90111 != 2097151\n[ 0.608446] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609558] GPT:90111 != 2097151\n[ 0.610240] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611213] vda: vda1 vda15\n[ 0.612646] scsi host0: ata_piix\n[ 0.613391] scsi host1: ata_piix\n[ 0.614094] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615368] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616826] libphy: Fixed MDIO Bus: probed\n[ 0.617653] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620791] PPP generic driver version 2.4.2\n[ 0.621696] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622990] ehci-pci: EHCI PCI platform driver\n[ 0.623881] ehci-platform: EHCI generic platform driver\n[ 0.624892] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626028] ohci-pci: OHCI PCI platform driver\n[ 0.626898] ohci-platform: OHCI generic platform driver\n[ 0.627893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642228] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644730] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645761] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646884] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649558] usb usb1: Product: UHCI Host Controller\n[ 0.650519] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651676] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652695] hub 1-0:1.0: USB hub found\n[ 0.653519] hub 1-0:1.0: 2 ports detected\n[ 0.654429] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.656559] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657519] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658548] mousedev: PS/2 mouse device common for all mice\n[ 0.659793] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661649] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662738] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663975] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665177] i2c /dev entries driver\n[ 0.665931] device-mapper: uevent: version 1.0.3\n[ 0.666874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668518] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669805] NET: Registered protocol family 10\n[ 0.670795] NET: Registered protocol family 17\n[ 0.671688] Key type dns_resolver registered\n[ 0.672615] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673756] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675505] registered taskstats version 1\n[ 0.676360] Loading compiled-in X.509 certificates\n[ 0.677794] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679662] zswap: loaded using pool lzo/zbud\n[ 0.681031] Key type trusted registered\n[ 0.682584] Key type encrypted registered\n[ 0.683442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684499] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685554] evm: HMAC attrs: 0x1\n[ 0.686848] Magic number: 6:125:481\n[ 0.687620] ata_device dev1.0: hash matches\n[ 0.688459] dev1.0: hash matches\n[ 0.689254] rtc_cmos 00:00: setting system clock to 2018-10-12 12:27:27 UTC (1539347247)\n[ 0.690848] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691962] EDD information not available.\n[ 0.773250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785273] Write protecting the kernel read-only data: 14336k\n[ 0.786848] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788663] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.218417] random: dd urandom read with 6 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.18. iid=i-000000e1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDXjU27E1jbSuwZTuUQiIJOLofL1W4fn0IDRjJpIxHv0PkCXCfl34F6Aktpr/vBitOA3+lKk+WHLRHHt8d+hCLcjQ1er92TwQ9Y6uPu/wmh0VrQyw7QsWK0kg4/MrEF0m9Z4rV8FZRaE+JSnfkhLVp5kykasOpdU3FxRLOdKk4z23WPDaMYBq3EfZSnr2TL6GbXWPTHlEKJ7Bzp70/x6J3f2Bi0FSal1/ztZfWpcJibZySOTCbrKj2RR1hm06NrzpFLHABfWoKEA5vsiTVdFhunyIlA6KJhNJ6BSaEvgzVJhLGuOsi17s5EN1JHi+do8f4vewIRhskST/XJ8vAByl05 root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP3O1tYgYaD4xxyDnv32p9OwoAaAH8jNBAgO2f9fMhyWp8OCVye4n5Wk/k57k3x3CHbWNBIf7lhVhhN34Ut+Vo3mm8sOEFtijWXOlAdGHiYqDA5BK3PopLfcS7JN65v0G9wS1QAA0tULVL7G8Vv+NT9H0D7sRYIbm4d8nmtpLajhAAAAFQC8rCanYDnFjTDV+d6QT5F04vmBSwAAAIEA6VryU3ESnPK4X3BhXKdPmsHD5mxvnqEIY3q/igWmJp3jC4l5w+WIb1O04NB+raw6BMs79UnRSwSLM21K5z9zfgtjIavxkSiwRlrU3y+yggiTXV9i4PVKGiarWS9bqVAthDFPzWDc4HJ6M1k5HqS7apNG12064wT3R4RGYihyxwsAAACAH0WTUUh9AfaGqJu9CdVSs9KlidVAOG2fhUJaqoL6CEYntD/LW76yGPVSpcX2IRdgJqPGsd5aIOfsvnf1ECpmH3fOqdDOS+Nkv5TPjbw/5AAt1u2NCTG89JZX3C8JOykSy8Plmb7xWJiNCiE3kqGaGn7n6QDtNFBCWv4n8BTQejU= root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe5c:5c4a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000e1\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.72 ===\n/dev/root resized successfully [took 2.51s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5C:5C:4A \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5c:5c4a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:90 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:9955 (9.7 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-10-12 12:29:05,907 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action used request id req-c259d759-a1b5-425b-8bfa-e1eac0d1cba1 2018-10-12 12:29:07,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ae0fec37870721368d5a000545567caae7e37a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:29:09,001 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:29: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-bef4368a-a707-4484-bae4-d3d0c4687956 x-compute-request-id: req-bef4368a-a707-4484-bae4-d3d0c4687956 Content-Encoding: gzip Content-Length: 10100 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518767377 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132246] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133926] pid_max: default: 32768 minimum: 301\n[ 0.134835] ACPI: Core revision 20150930\n[ 0.136234] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137565] Security Framework initialized\n[ 0.138430] Yama: becoming mindful.\n[ 0.139167] AppArmor: AppArmor initialized\n[ 0.140048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141405] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143920] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145327] Initializing cgroup subsys io\n[ 0.146145] Initializing cgroup subsys memory\n[ 0.147017] Initializing cgroup subsys devices\n[ 0.147933] Initializing cgroup subsys freezer\n[ 0.148827] Initializing cgroup subsys net_cls\n[ 0.149705] Initializing cgroup subsys perf_event\n[ 0.150631] Initializing cgroup subsys net_prio\n[ 0.151539] Initializing cgroup subsys hugetlb\n[ 0.152418] Initializing cgroup subsys pids\n[ 0.153304] CPU: Physical Processor ID: 0\n[ 0.154821] mce: CPU supports 10 MCE banks\n[ 0.155696] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156710] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169037] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175480] ftrace: allocating 31920 entries in 125 pages\n[ 0.201482] smpboot: Max logical packages: 1\n[ 0.202382] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203774] x2apic enabled\n[ 0.204607] Switched APIC routing to physical x2apic.\n[ 0.206384] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207566] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209669] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211527] KVM setup paravirtual spinlock\n[ 0.212841] x86: Booted up 1 node, 1 CPUs\n[ 0.213688] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215145] devtmpfs: initialized\n[ 0.216896] evm: security.selinux\n[ 0.217635] evm: security.SMACK64\n[ 0.218340] evm: security.SMACK64EXEC\n[ 0.219137] evm: security.SMACK64TRANSMUTE\n[ 0.219949] evm: security.SMACK64MMAP\n[ 0.220700] evm: security.ima\n[ 0.221340] evm: security.capability\n[ 0.222139] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223999] pinctrl core: initialized pinctrl subsystem\n[ 0.225099] RTC time: 12:27:26, date: 10/12/18\n[ 0.226063] NET: Registered protocol family 16\n[ 0.227051] cpuidle: using governor ladder\n[ 0.227897] cpuidle: using governor menu\n[ 0.228726] PCCT header not found.\n[ 0.229502] ACPI: bus type PCI registered\n[ 0.230324] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231585] PCI: Using configuration type 1 for base access\n[ 0.233344] ACPI: Added _OSI(Module Device)\n[ 0.234200] ACPI: Added _OSI(Processor Device)\n[ 0.235071] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235995] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238219] ACPI: Interpreter enabled\n[ 0.239041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242939] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246749] ACPI: (supports S0 S5)\n[ 0.247467] ACPI: Using IOAPIC for interrupt routing\n[ 0.248606] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251742] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252906] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254148] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255362] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257675] acpiphp: Slot [3] registered\n[ 0.258500] acpiphp: Slot [4] registered\n[ 0.259364] acpiphp: Slot [5] registered\n[ 0.260184] acpiphp: Slot [6] registered\n[ 0.260991] acpiphp: Slot [7] registered\n[ 0.261803] acpiphp: Slot [8] registered\n[ 0.262621] acpiphp: Slot [9] registered\n[ 0.263437] acpiphp: Slot [10] registered\n[ 0.264261] acpiphp: Slot [11] registered\n[ 0.265081] acpiphp: Slot [12] registered\n[ 0.265906] acpiphp: Slot [13] registered\n[ 0.266729] acpiphp: Slot [14] registered\n[ 0.267560] acpiphp: Slot [15] registered\n[ 0.278407] acpiphp: Slot [16] registered\n[ 0.279268] acpiphp: Slot [17] registered\n[ 0.280095] acpiphp: Slot [18] registered\n[ 0.280922] acpiphp: Slot [19] registered\n[ 0.281744] acpiphp: Slot [20] registered\n[ 0.282578] acpiphp: Slot [21] registered\n[ 0.283406] acpiphp: Slot [22] registered\n[ 0.284230] acpiphp: Slot [23] registered\n[ 0.285052] acpiphp: Slot [24] registered\n[ 0.285882] acpiphp: Slot [25] registered\n[ 0.286715] acpiphp: Slot [26] registered\n[ 0.287549] acpiphp: Slot [27] registered\n[ 0.288378] acpiphp: Slot [28] registered\n[ 0.289210] acpiphp: Slot [29] registered\n[ 0.290052] acpiphp: Slot [30] registered\n[ 0.290886] acpiphp: Slot [31] registered\n[ 0.291711] PCI host bridge to bus 0000:00\n[ 0.292534] 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.295006] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297941] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304238] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305571] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306767] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314452] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315902] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362215] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363702] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365118] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366553] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367938] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369192] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370371] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371435] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372981] vgaarb: loaded\n[ 0.373585] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374723] SCSI subsystem initialized\n[ 0.375544] ACPI: bus type USB registered\n[ 0.376366] usbcore: registered new interface driver usbfs\n[ 0.377400] usbcore: registered new interface driver hub\n[ 0.378412] usbcore: registered new device driver usb\n[ 0.379474] PCI: Using ACPI for IRQ routing\n[ 0.380525] NetLabel: Initializing\n[ 0.381247] NetLabel: domain hash size = 128\n[ 0.382097] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383041] NetLabel: unlabeled traffic allowed by default\n[ 0.384137] clocksource: Switched to clocksource kvm-clock\n[ 0.389550] AppArmor: AppArmor Filesystem Enabled\n[ 0.390541] pnp: PnP ACPI init\n[ 0.391457] pnp: PnP ACPI: found 5 devices\n[ 0.397823] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399525] NET: Registered protocol family 2\n[ 0.400502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402961] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404123] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405232] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406400] NET: Registered protocol family 1\n[ 0.407273] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408388] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409460] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423387] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437693] Trying to unpack rootfs image as initramfs...\n[ 0.486908] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500750] Scanning for low memory corruption every 60 seconds\n[ 0.502158] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503326] audit: initializing netlink subsys (disabled)\n[ 0.504358] audit: type=2000 audit(1539347247.296:1): initialized\n[ 0.505691] Initialise system trusted keyring\n[ 0.506614] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507786] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509767] zbud: loaded\n[ 0.510471] VFS: Disk quotas dquot_6.6.0\n[ 0.511289] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512846] fuse init (API version 7.23)\n[ 0.513743] Key type big_key registered\n[ 0.514545] Allocating IMA MOK and blacklist keyrings.\n[ 0.516010] Key type asymmetric registered\n[ 0.516852] Asymmetric key parser 'x509' registered\n[ 0.517811] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519275] io scheduler noop registered\n[ 0.520068] io scheduler deadline registered (default)\n[ 0.521070] io scheduler cfq registered\n[ 0.521931] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522984] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524261] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525725] ACPI: Power Button [PWRF]\n[ 0.526562] GHES: HEST is not enabled!\n[ 0.540262] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572768] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596314] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598452] Linux agpgart interface v0.103\n[ 0.600459] brd: module loaded\n[ 0.601623] loop: module loaded\n[ 0.606290] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607754] GPT:90111 != 2097151\n[ 0.608446] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609558] GPT:90111 != 2097151\n[ 0.610240] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611213] vda: vda1 vda15\n[ 0.612646] scsi host0: ata_piix\n[ 0.613391] scsi host1: ata_piix\n[ 0.614094] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615368] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616826] libphy: Fixed MDIO Bus: probed\n[ 0.617653] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620791] PPP generic driver version 2.4.2\n[ 0.621696] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622990] ehci-pci: EHCI PCI platform driver\n[ 0.623881] ehci-platform: EHCI generic platform driver\n[ 0.624892] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626028] ohci-pci: OHCI PCI platform driver\n[ 0.626898] ohci-platform: OHCI generic platform driver\n[ 0.627893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642228] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644730] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645761] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646884] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649558] usb usb1: Product: UHCI Host Controller\n[ 0.650519] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651676] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652695] hub 1-0:1.0: USB hub found\n[ 0.653519] hub 1-0:1.0: 2 ports detected\n[ 0.654429] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.656559] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657519] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658548] mousedev: PS/2 mouse device common for all mice\n[ 0.659793] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661649] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662738] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663975] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665177] i2c /dev entries driver\n[ 0.665931] device-mapper: uevent: version 1.0.3\n[ 0.666874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668518] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669805] NET: Registered protocol family 10\n[ 0.670795] NET: Registered protocol family 17\n[ 0.671688] Key type dns_resolver registered\n[ 0.672615] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673756] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675505] registered taskstats version 1\n[ 0.676360] Loading compiled-in X.509 certificates\n[ 0.677794] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679662] zswap: loaded using pool lzo/zbud\n[ 0.681031] Key type trusted registered\n[ 0.682584] Key type encrypted registered\n[ 0.683442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684499] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685554] evm: HMAC attrs: 0x1\n[ 0.686848] Magic number: 6:125:481\n[ 0.687620] ata_device dev1.0: hash matches\n[ 0.688459] dev1.0: hash matches\n[ 0.689254] rtc_cmos 00:00: setting system clock to 2018-10-12 12:27:27 UTC (1539347247)\n[ 0.690848] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691962] EDD information not available.\n[ 0.773250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785273] Write protecting the kernel read-only data: 14336k\n[ 0.786848] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788663] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.218417] random: dd urandom read with 6 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.18. iid=i-000000e1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDXjU27E1jbSuwZTuUQiIJOLofL1W4fn0IDRjJpIxHv0PkCXCfl34F6Aktpr/vBitOA3+lKk+WHLRHHt8d+hCLcjQ1er92TwQ9Y6uPu/wmh0VrQyw7QsWK0kg4/MrEF0m9Z4rV8FZRaE+JSnfkhLVp5kykasOpdU3FxRLOdKk4z23WPDaMYBq3EfZSnr2TL6GbXWPTHlEKJ7Bzp70/x6J3f2Bi0FSal1/ztZfWpcJibZySOTCbrKj2RR1hm06NrzpFLHABfWoKEA5vsiTVdFhunyIlA6KJhNJ6BSaEvgzVJhLGuOsi17s5EN1JHi+do8f4vewIRhskST/XJ8vAByl05 root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP3O1tYgYaD4xxyDnv32p9OwoAaAH8jNBAgO2f9fMhyWp8OCVye4n5Wk/k57k3x3CHbWNBIf7lhVhhN34Ut+Vo3mm8sOEFtijWXOlAdGHiYqDA5BK3PopLfcS7JN65v0G9wS1QAA0tULVL7G8Vv+NT9H0D7sRYIbm4d8nmtpLajhAAAAFQC8rCanYDnFjTDV+d6QT5F04vmBSwAAAIEA6VryU3ESnPK4X3BhXKdPmsHD5mxvnqEIY3q/igWmJp3jC4l5w+WIb1O04NB+raw6BMs79UnRSwSLM21K5z9zfgtjIavxkSiwRlrU3y+yggiTXV9i4PVKGiarWS9bqVAthDFPzWDc4HJ6M1k5HqS7apNG12064wT3R4RGYihyxwsAAACAH0WTUUh9AfaGqJu9CdVSs9KlidVAOG2fhUJaqoL6CEYntD/LW76yGPVSpcX2IRdgJqPGsd5aIOfsvnf1ECpmH3fOqdDOS+Nkv5TPjbw/5AAt1u2NCTG89JZX3C8JOykSy8Plmb7xWJiNCiE3kqGaGn7n6QDtNFBCWv4n8BTQejU= root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe5c:5c4a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000e1\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.72 ===\n/dev/root resized successfully [took 2.51s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5C:5C:4A \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5c:5c4a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:90 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:9955 (9.7 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-10-12 12:29:09,002 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action used request id req-bef4368a-a707-4484-bae4-d3d0c4687956 2018-10-12 12:29:11,023 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ae0fec37870721368d5a000545567caae7e37a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:29:12,090 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:29:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b35ac491-e50b-46b0-95d7-0cfed147fc62 x-compute-request-id: req-b35ac491-e50b-46b0-95d7-0cfed147fc62 Content-Encoding: gzip Content-Length: 10100 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518767377 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132246] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133926] pid_max: default: 32768 minimum: 301\n[ 0.134835] ACPI: Core revision 20150930\n[ 0.136234] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137565] Security Framework initialized\n[ 0.138430] Yama: becoming mindful.\n[ 0.139167] AppArmor: AppArmor initialized\n[ 0.140048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141405] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143920] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145327] Initializing cgroup subsys io\n[ 0.146145] Initializing cgroup subsys memory\n[ 0.147017] Initializing cgroup subsys devices\n[ 0.147933] Initializing cgroup subsys freezer\n[ 0.148827] Initializing cgroup subsys net_cls\n[ 0.149705] Initializing cgroup subsys perf_event\n[ 0.150631] Initializing cgroup subsys net_prio\n[ 0.151539] Initializing cgroup subsys hugetlb\n[ 0.152418] Initializing cgroup subsys pids\n[ 0.153304] CPU: Physical Processor ID: 0\n[ 0.154821] mce: CPU supports 10 MCE banks\n[ 0.155696] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156710] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169037] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175480] ftrace: allocating 31920 entries in 125 pages\n[ 0.201482] smpboot: Max logical packages: 1\n[ 0.202382] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203774] x2apic enabled\n[ 0.204607] Switched APIC routing to physical x2apic.\n[ 0.206384] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207566] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209669] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211527] KVM setup paravirtual spinlock\n[ 0.212841] x86: Booted up 1 node, 1 CPUs\n[ 0.213688] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215145] devtmpfs: initialized\n[ 0.216896] evm: security.selinux\n[ 0.217635] evm: security.SMACK64\n[ 0.218340] evm: security.SMACK64EXEC\n[ 0.219137] evm: security.SMACK64TRANSMUTE\n[ 0.219949] evm: security.SMACK64MMAP\n[ 0.220700] evm: security.ima\n[ 0.221340] evm: security.capability\n[ 0.222139] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223999] pinctrl core: initialized pinctrl subsystem\n[ 0.225099] RTC time: 12:27:26, date: 10/12/18\n[ 0.226063] NET: Registered protocol family 16\n[ 0.227051] cpuidle: using governor ladder\n[ 0.227897] cpuidle: using governor menu\n[ 0.228726] PCCT header not found.\n[ 0.229502] ACPI: bus type PCI registered\n[ 0.230324] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231585] PCI: Using configuration type 1 for base access\n[ 0.233344] ACPI: Added _OSI(Module Device)\n[ 0.234200] ACPI: Added _OSI(Processor Device)\n[ 0.235071] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235995] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238219] ACPI: Interpreter enabled\n[ 0.239041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242939] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246749] ACPI: (supports S0 S5)\n[ 0.247467] ACPI: Using IOAPIC for interrupt routing\n[ 0.248606] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251742] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252906] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254148] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255362] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257675] acpiphp: Slot [3] registered\n[ 0.258500] acpiphp: Slot [4] registered\n[ 0.259364] acpiphp: Slot [5] registered\n[ 0.260184] acpiphp: Slot [6] registered\n[ 0.260991] acpiphp: Slot [7] registered\n[ 0.261803] acpiphp: Slot [8] registered\n[ 0.262621] acpiphp: Slot [9] registered\n[ 0.263437] acpiphp: Slot [10] registered\n[ 0.264261] acpiphp: Slot [11] registered\n[ 0.265081] acpiphp: Slot [12] registered\n[ 0.265906] acpiphp: Slot [13] registered\n[ 0.266729] acpiphp: Slot [14] registered\n[ 0.267560] acpiphp: Slot [15] registered\n[ 0.278407] acpiphp: Slot [16] registered\n[ 0.279268] acpiphp: Slot [17] registered\n[ 0.280095] acpiphp: Slot [18] registered\n[ 0.280922] acpiphp: Slot [19] registered\n[ 0.281744] acpiphp: Slot [20] registered\n[ 0.282578] acpiphp: Slot [21] registered\n[ 0.283406] acpiphp: Slot [22] registered\n[ 0.284230] acpiphp: Slot [23] registered\n[ 0.285052] acpiphp: Slot [24] registered\n[ 0.285882] acpiphp: Slot [25] registered\n[ 0.286715] acpiphp: Slot [26] registered\n[ 0.287549] acpiphp: Slot [27] registered\n[ 0.288378] acpiphp: Slot [28] registered\n[ 0.289210] acpiphp: Slot [29] registered\n[ 0.290052] acpiphp: Slot [30] registered\n[ 0.290886] acpiphp: Slot [31] registered\n[ 0.291711] PCI host bridge to bus 0000:00\n[ 0.292534] 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.295006] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297941] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304238] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305571] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306767] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314452] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315902] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362215] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363702] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365118] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366553] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367938] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369192] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370371] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371435] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372981] vgaarb: loaded\n[ 0.373585] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374723] SCSI subsystem initialized\n[ 0.375544] ACPI: bus type USB registered\n[ 0.376366] usbcore: registered new interface driver usbfs\n[ 0.377400] usbcore: registered new interface driver hub\n[ 0.378412] usbcore: registered new device driver usb\n[ 0.379474] PCI: Using ACPI for IRQ routing\n[ 0.380525] NetLabel: Initializing\n[ 0.381247] NetLabel: domain hash size = 128\n[ 0.382097] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383041] NetLabel: unlabeled traffic allowed by default\n[ 0.384137] clocksource: Switched to clocksource kvm-clock\n[ 0.389550] AppArmor: AppArmor Filesystem Enabled\n[ 0.390541] pnp: PnP ACPI init\n[ 0.391457] pnp: PnP ACPI: found 5 devices\n[ 0.397823] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399525] NET: Registered protocol family 2\n[ 0.400502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402961] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404123] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405232] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406400] NET: Registered protocol family 1\n[ 0.407273] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408388] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409460] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423387] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437693] Trying to unpack rootfs image as initramfs...\n[ 0.486908] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500750] Scanning for low memory corruption every 60 seconds\n[ 0.502158] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503326] audit: initializing netlink subsys (disabled)\n[ 0.504358] audit: type=2000 audit(1539347247.296:1): initialized\n[ 0.505691] Initialise system trusted keyring\n[ 0.506614] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507786] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509767] zbud: loaded\n[ 0.510471] VFS: Disk quotas dquot_6.6.0\n[ 0.511289] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512846] fuse init (API version 7.23)\n[ 0.513743] Key type big_key registered\n[ 0.514545] Allocating IMA MOK and blacklist keyrings.\n[ 0.516010] Key type asymmetric registered\n[ 0.516852] Asymmetric key parser 'x509' registered\n[ 0.517811] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519275] io scheduler noop registered\n[ 0.520068] io scheduler deadline registered (default)\n[ 0.521070] io scheduler cfq registered\n[ 0.521931] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522984] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524261] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525725] ACPI: Power Button [PWRF]\n[ 0.526562] GHES: HEST is not enabled!\n[ 0.540262] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572768] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596314] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598452] Linux agpgart interface v0.103\n[ 0.600459] brd: module loaded\n[ 0.601623] loop: module loaded\n[ 0.606290] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607754] GPT:90111 != 2097151\n[ 0.608446] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609558] GPT:90111 != 2097151\n[ 0.610240] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611213] vda: vda1 vda15\n[ 0.612646] scsi host0: ata_piix\n[ 0.613391] scsi host1: ata_piix\n[ 0.614094] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615368] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616826] libphy: Fixed MDIO Bus: probed\n[ 0.617653] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620791] PPP generic driver version 2.4.2\n[ 0.621696] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622990] ehci-pci: EHCI PCI platform driver\n[ 0.623881] ehci-platform: EHCI generic platform driver\n[ 0.624892] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626028] ohci-pci: OHCI PCI platform driver\n[ 0.626898] ohci-platform: OHCI generic platform driver\n[ 0.627893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642228] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644730] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645761] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646884] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649558] usb usb1: Product: UHCI Host Controller\n[ 0.650519] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651676] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652695] hub 1-0:1.0: USB hub found\n[ 0.653519] hub 1-0:1.0: 2 ports detected\n[ 0.654429] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.656559] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657519] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658548] mousedev: PS/2 mouse device common for all mice\n[ 0.659793] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661649] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662738] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663975] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665177] i2c /dev entries driver\n[ 0.665931] device-mapper: uevent: version 1.0.3\n[ 0.666874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668518] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669805] NET: Registered protocol family 10\n[ 0.670795] NET: Registered protocol family 17\n[ 0.671688] Key type dns_resolver registered\n[ 0.672615] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673756] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675505] registered taskstats version 1\n[ 0.676360] Loading compiled-in X.509 certificates\n[ 0.677794] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679662] zswap: loaded using pool lzo/zbud\n[ 0.681031] Key type trusted registered\n[ 0.682584] Key type encrypted registered\n[ 0.683442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684499] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685554] evm: HMAC attrs: 0x1\n[ 0.686848] Magic number: 6:125:481\n[ 0.687620] ata_device dev1.0: hash matches\n[ 0.688459] dev1.0: hash matches\n[ 0.689254] rtc_cmos 00:00: setting system clock to 2018-10-12 12:27:27 UTC (1539347247)\n[ 0.690848] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691962] EDD information not available.\n[ 0.773250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785273] Write protecting the kernel read-only data: 14336k\n[ 0.786848] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788663] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.218417] random: dd urandom read with 6 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.18. iid=i-000000e1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDXjU27E1jbSuwZTuUQiIJOLofL1W4fn0IDRjJpIxHv0PkCXCfl34F6Aktpr/vBitOA3+lKk+WHLRHHt8d+hCLcjQ1er92TwQ9Y6uPu/wmh0VrQyw7QsWK0kg4/MrEF0m9Z4rV8FZRaE+JSnfkhLVp5kykasOpdU3FxRLOdKk4z23WPDaMYBq3EfZSnr2TL6GbXWPTHlEKJ7Bzp70/x6J3f2Bi0FSal1/ztZfWpcJibZySOTCbrKj2RR1hm06NrzpFLHABfWoKEA5vsiTVdFhunyIlA6KJhNJ6BSaEvgzVJhLGuOsi17s5EN1JHi+do8f4vewIRhskST/XJ8vAByl05 root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP3O1tYgYaD4xxyDnv32p9OwoAaAH8jNBAgO2f9fMhyWp8OCVye4n5Wk/k57k3x3CHbWNBIf7lhVhhN34Ut+Vo3mm8sOEFtijWXOlAdGHiYqDA5BK3PopLfcS7JN65v0G9wS1QAA0tULVL7G8Vv+NT9H0D7sRYIbm4d8nmtpLajhAAAAFQC8rCanYDnFjTDV+d6QT5F04vmBSwAAAIEA6VryU3ESnPK4X3BhXKdPmsHD5mxvnqEIY3q/igWmJp3jC4l5w+WIb1O04NB+raw6BMs79UnRSwSLM21K5z9zfgtjIavxkSiwRlrU3y+yggiTXV9i4PVKGiarWS9bqVAthDFPzWDc4HJ6M1k5HqS7apNG12064wT3R4RGYihyxwsAAACAH0WTUUh9AfaGqJu9CdVSs9KlidVAOG2fhUJaqoL6CEYntD/LW76yGPVSpcX2IRdgJqPGsd5aIOfsvnf1ECpmH3fOqdDOS+Nkv5TPjbw/5AAt1u2NCTG89JZX3C8JOykSy8Plmb7xWJiNCiE3kqGaGn7n6QDtNFBCWv4n8BTQejU= root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe5c:5c4a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000e1\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.72 ===\n/dev/root resized successfully [took 2.51s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5C:5C:4A \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5c:5c4a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:90 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:9955 (9.7 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-10-12 12:29:12,091 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action used request id req-b35ac491-e50b-46b0-95d7-0cfed147fc62 2018-10-12 12:29:14,114 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ae0fec37870721368d5a000545567caae7e37a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:29:15,190 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:29:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-557d400c-06d9-446d-ba9f-eefb5fec7405 x-compute-request-id: req-557d400c-06d9-446d-ba9f-eefb5fec7405 Content-Encoding: gzip Content-Length: 10100 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518767377 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132246] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133926] pid_max: default: 32768 minimum: 301\n[ 0.134835] ACPI: Core revision 20150930\n[ 0.136234] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137565] Security Framework initialized\n[ 0.138430] Yama: becoming mindful.\n[ 0.139167] AppArmor: AppArmor initialized\n[ 0.140048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141405] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143920] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145327] Initializing cgroup subsys io\n[ 0.146145] Initializing cgroup subsys memory\n[ 0.147017] Initializing cgroup subsys devices\n[ 0.147933] Initializing cgroup subsys freezer\n[ 0.148827] Initializing cgroup subsys net_cls\n[ 0.149705] Initializing cgroup subsys perf_event\n[ 0.150631] Initializing cgroup subsys net_prio\n[ 0.151539] Initializing cgroup subsys hugetlb\n[ 0.152418] Initializing cgroup subsys pids\n[ 0.153304] CPU: Physical Processor ID: 0\n[ 0.154821] mce: CPU supports 10 MCE banks\n[ 0.155696] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156710] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169037] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175480] ftrace: allocating 31920 entries in 125 pages\n[ 0.201482] smpboot: Max logical packages: 1\n[ 0.202382] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203774] x2apic enabled\n[ 0.204607] Switched APIC routing to physical x2apic.\n[ 0.206384] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207566] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209669] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211527] KVM setup paravirtual spinlock\n[ 0.212841] x86: Booted up 1 node, 1 CPUs\n[ 0.213688] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215145] devtmpfs: initialized\n[ 0.216896] evm: security.selinux\n[ 0.217635] evm: security.SMACK64\n[ 0.218340] evm: security.SMACK64EXEC\n[ 0.219137] evm: security.SMACK64TRANSMUTE\n[ 0.219949] evm: security.SMACK64MMAP\n[ 0.220700] evm: security.ima\n[ 0.221340] evm: security.capability\n[ 0.222139] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223999] pinctrl core: initialized pinctrl subsystem\n[ 0.225099] RTC time: 12:27:26, date: 10/12/18\n[ 0.226063] NET: Registered protocol family 16\n[ 0.227051] cpuidle: using governor ladder\n[ 0.227897] cpuidle: using governor menu\n[ 0.228726] PCCT header not found.\n[ 0.229502] ACPI: bus type PCI registered\n[ 0.230324] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231585] PCI: Using configuration type 1 for base access\n[ 0.233344] ACPI: Added _OSI(Module Device)\n[ 0.234200] ACPI: Added _OSI(Processor Device)\n[ 0.235071] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235995] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238219] ACPI: Interpreter enabled\n[ 0.239041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242939] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246749] ACPI: (supports S0 S5)\n[ 0.247467] ACPI: Using IOAPIC for interrupt routing\n[ 0.248606] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251742] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252906] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254148] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255362] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257675] acpiphp: Slot [3] registered\n[ 0.258500] acpiphp: Slot [4] registered\n[ 0.259364] acpiphp: Slot [5] registered\n[ 0.260184] acpiphp: Slot [6] registered\n[ 0.260991] acpiphp: Slot [7] registered\n[ 0.261803] acpiphp: Slot [8] registered\n[ 0.262621] acpiphp: Slot [9] registered\n[ 0.263437] acpiphp: Slot [10] registered\n[ 0.264261] acpiphp: Slot [11] registered\n[ 0.265081] acpiphp: Slot [12] registered\n[ 0.265906] acpiphp: Slot [13] registered\n[ 0.266729] acpiphp: Slot [14] registered\n[ 0.267560] acpiphp: Slot [15] registered\n[ 0.278407] acpiphp: Slot [16] registered\n[ 0.279268] acpiphp: Slot [17] registered\n[ 0.280095] acpiphp: Slot [18] registered\n[ 0.280922] acpiphp: Slot [19] registered\n[ 0.281744] acpiphp: Slot [20] registered\n[ 0.282578] acpiphp: Slot [21] registered\n[ 0.283406] acpiphp: Slot [22] registered\n[ 0.284230] acpiphp: Slot [23] registered\n[ 0.285052] acpiphp: Slot [24] registered\n[ 0.285882] acpiphp: Slot [25] registered\n[ 0.286715] acpiphp: Slot [26] registered\n[ 0.287549] acpiphp: Slot [27] registered\n[ 0.288378] acpiphp: Slot [28] registered\n[ 0.289210] acpiphp: Slot [29] registered\n[ 0.290052] acpiphp: Slot [30] registered\n[ 0.290886] acpiphp: Slot [31] registered\n[ 0.291711] PCI host bridge to bus 0000:00\n[ 0.292534] 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.295006] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297941] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304238] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305571] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306767] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314452] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315902] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362215] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363702] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365118] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366553] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367938] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369192] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370371] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371435] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372981] vgaarb: loaded\n[ 0.373585] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374723] SCSI subsystem initialized\n[ 0.375544] ACPI: bus type USB registered\n[ 0.376366] usbcore: registered new interface driver usbfs\n[ 0.377400] usbcore: registered new interface driver hub\n[ 0.378412] usbcore: registered new device driver usb\n[ 0.379474] PCI: Using ACPI for IRQ routing\n[ 0.380525] NetLabel: Initializing\n[ 0.381247] NetLabel: domain hash size = 128\n[ 0.382097] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383041] NetLabel: unlabeled traffic allowed by default\n[ 0.384137] clocksource: Switched to clocksource kvm-clock\n[ 0.389550] AppArmor: AppArmor Filesystem Enabled\n[ 0.390541] pnp: PnP ACPI init\n[ 0.391457] pnp: PnP ACPI: found 5 devices\n[ 0.397823] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399525] NET: Registered protocol family 2\n[ 0.400502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402961] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404123] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405232] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406400] NET: Registered protocol family 1\n[ 0.407273] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408388] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409460] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423387] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437693] Trying to unpack rootfs image as initramfs...\n[ 0.486908] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500750] Scanning for low memory corruption every 60 seconds\n[ 0.502158] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503326] audit: initializing netlink subsys (disabled)\n[ 0.504358] audit: type=2000 audit(1539347247.296:1): initialized\n[ 0.505691] Initialise system trusted keyring\n[ 0.506614] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507786] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509767] zbud: loaded\n[ 0.510471] VFS: Disk quotas dquot_6.6.0\n[ 0.511289] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512846] fuse init (API version 7.23)\n[ 0.513743] Key type big_key registered\n[ 0.514545] Allocating IMA MOK and blacklist keyrings.\n[ 0.516010] Key type asymmetric registered\n[ 0.516852] Asymmetric key parser 'x509' registered\n[ 0.517811] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519275] io scheduler noop registered\n[ 0.520068] io scheduler deadline registered (default)\n[ 0.521070] io scheduler cfq registered\n[ 0.521931] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522984] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524261] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525725] ACPI: Power Button [PWRF]\n[ 0.526562] GHES: HEST is not enabled!\n[ 0.540262] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572768] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596314] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598452] Linux agpgart interface v0.103\n[ 0.600459] brd: module loaded\n[ 0.601623] loop: module loaded\n[ 0.606290] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607754] GPT:90111 != 2097151\n[ 0.608446] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609558] GPT:90111 != 2097151\n[ 0.610240] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611213] vda: vda1 vda15\n[ 0.612646] scsi host0: ata_piix\n[ 0.613391] scsi host1: ata_piix\n[ 0.614094] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615368] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616826] libphy: Fixed MDIO Bus: probed\n[ 0.617653] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620791] PPP generic driver version 2.4.2\n[ 0.621696] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622990] ehci-pci: EHCI PCI platform driver\n[ 0.623881] ehci-platform: EHCI generic platform driver\n[ 0.624892] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626028] ohci-pci: OHCI PCI platform driver\n[ 0.626898] ohci-platform: OHCI generic platform driver\n[ 0.627893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642228] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644730] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645761] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646884] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649558] usb usb1: Product: UHCI Host Controller\n[ 0.650519] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651676] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652695] hub 1-0:1.0: USB hub found\n[ 0.653519] hub 1-0:1.0: 2 ports detected\n[ 0.654429] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.656559] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657519] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658548] mousedev: PS/2 mouse device common for all mice\n[ 0.659793] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661649] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662738] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663975] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665177] i2c /dev entries driver\n[ 0.665931] device-mapper: uevent: version 1.0.3\n[ 0.666874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668518] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669805] NET: Registered protocol family 10\n[ 0.670795] NET: Registered protocol family 17\n[ 0.671688] Key type dns_resolver registered\n[ 0.672615] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673756] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675505] registered taskstats version 1\n[ 0.676360] Loading compiled-in X.509 certificates\n[ 0.677794] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679662] zswap: loaded using pool lzo/zbud\n[ 0.681031] Key type trusted registered\n[ 0.682584] Key type encrypted registered\n[ 0.683442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684499] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685554] evm: HMAC attrs: 0x1\n[ 0.686848] Magic number: 6:125:481\n[ 0.687620] ata_device dev1.0: hash matches\n[ 0.688459] dev1.0: hash matches\n[ 0.689254] rtc_cmos 00:00: setting system clock to 2018-10-12 12:27:27 UTC (1539347247)\n[ 0.690848] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691962] EDD information not available.\n[ 0.773250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785273] Write protecting the kernel read-only data: 14336k\n[ 0.786848] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788663] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.218417] random: dd urandom read with 6 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.18. iid=i-000000e1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDXjU27E1jbSuwZTuUQiIJOLofL1W4fn0IDRjJpIxHv0PkCXCfl34F6Aktpr/vBitOA3+lKk+WHLRHHt8d+hCLcjQ1er92TwQ9Y6uPu/wmh0VrQyw7QsWK0kg4/MrEF0m9Z4rV8FZRaE+JSnfkhLVp5kykasOpdU3FxRLOdKk4z23WPDaMYBq3EfZSnr2TL6GbXWPTHlEKJ7Bzp70/x6J3f2Bi0FSal1/ztZfWpcJibZySOTCbrKj2RR1hm06NrzpFLHABfWoKEA5vsiTVdFhunyIlA6KJhNJ6BSaEvgzVJhLGuOsi17s5EN1JHi+do8f4vewIRhskST/XJ8vAByl05 root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP3O1tYgYaD4xxyDnv32p9OwoAaAH8jNBAgO2f9fMhyWp8OCVye4n5Wk/k57k3x3CHbWNBIf7lhVhhN34Ut+Vo3mm8sOEFtijWXOlAdGHiYqDA5BK3PopLfcS7JN65v0G9wS1QAA0tULVL7G8Vv+NT9H0D7sRYIbm4d8nmtpLajhAAAAFQC8rCanYDnFjTDV+d6QT5F04vmBSwAAAIEA6VryU3ESnPK4X3BhXKdPmsHD5mxvnqEIY3q/igWmJp3jC4l5w+WIb1O04NB+raw6BMs79UnRSwSLM21K5z9zfgtjIavxkSiwRlrU3y+yggiTXV9i4PVKGiarWS9bqVAthDFPzWDc4HJ6M1k5HqS7apNG12064wT3R4RGYihyxwsAAACAH0WTUUh9AfaGqJu9CdVSs9KlidVAOG2fhUJaqoL6CEYntD/LW76yGPVSpcX2IRdgJqPGsd5aIOfsvnf1ECpmH3fOqdDOS+Nkv5TPjbw/5AAt1u2NCTG89JZX3C8JOykSy8Plmb7xWJiNCiE3kqGaGn7n6QDtNFBCWv4n8BTQejU= root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe5c:5c4a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000e1\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.72 ===\n/dev/root resized successfully [took 2.51s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5C:5C:4A \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5c:5c4a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:90 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:9955 (9.7 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-10-12 12:29:15,191 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action used request id req-557d400c-06d9-446d-ba9f-eefb5fec7405 2018-10-12 12:29:17,212 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53ae0fec37870721368d5a000545567caae7e37a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:29:18,282 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:29:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7e8b54f9-fc00-47df-89ff-0a95c069a660 x-compute-request-id: req-7e8b54f9-fc00-47df-89ff-0a95c069a660 Content-Encoding: gzip Content-Length: 11148 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518767377 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132246] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133926] pid_max: default: 32768 minimum: 301\n[ 0.134835] ACPI: Core revision 20150930\n[ 0.136234] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137565] Security Framework initialized\n[ 0.138430] Yama: becoming mindful.\n[ 0.139167] AppArmor: AppArmor initialized\n[ 0.140048] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141405] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143920] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145327] Initializing cgroup subsys io\n[ 0.146145] Initializing cgroup subsys memory\n[ 0.147017] Initializing cgroup subsys devices\n[ 0.147933] Initializing cgroup subsys freezer\n[ 0.148827] Initializing cgroup subsys net_cls\n[ 0.149705] Initializing cgroup subsys perf_event\n[ 0.150631] Initializing cgroup subsys net_prio\n[ 0.151539] Initializing cgroup subsys hugetlb\n[ 0.152418] Initializing cgroup subsys pids\n[ 0.153304] CPU: Physical Processor ID: 0\n[ 0.154821] mce: CPU supports 10 MCE banks\n[ 0.155696] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156710] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169037] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175480] ftrace: allocating 31920 entries in 125 pages\n[ 0.201482] smpboot: Max logical packages: 1\n[ 0.202382] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203774] x2apic enabled\n[ 0.204607] Switched APIC routing to physical x2apic.\n[ 0.206384] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207566] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209669] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211527] KVM setup paravirtual spinlock\n[ 0.212841] x86: Booted up 1 node, 1 CPUs\n[ 0.213688] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215145] devtmpfs: initialized\n[ 0.216896] evm: security.selinux\n[ 0.217635] evm: security.SMACK64\n[ 0.218340] evm: security.SMACK64EXEC\n[ 0.219137] evm: security.SMACK64TRANSMUTE\n[ 0.219949] evm: security.SMACK64MMAP\n[ 0.220700] evm: security.ima\n[ 0.221340] evm: security.capability\n[ 0.222139] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223999] pinctrl core: initialized pinctrl subsystem\n[ 0.225099] RTC time: 12:27:26, date: 10/12/18\n[ 0.226063] NET: Registered protocol family 16\n[ 0.227051] cpuidle: using governor ladder\n[ 0.227897] cpuidle: using governor menu\n[ 0.228726] PCCT header not found.\n[ 0.229502] ACPI: bus type PCI registered\n[ 0.230324] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231585] PCI: Using configuration type 1 for base access\n[ 0.233344] ACPI: Added _OSI(Module Device)\n[ 0.234200] ACPI: Added _OSI(Processor Device)\n[ 0.235071] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235995] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238219] ACPI: Interpreter enabled\n[ 0.239041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242939] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246749] ACPI: (supports S0 S5)\n[ 0.247467] ACPI: Using IOAPIC for interrupt routing\n[ 0.248606] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251742] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252906] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254148] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255362] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257675] acpiphp: Slot [3] registered\n[ 0.258500] acpiphp: Slot [4] registered\n[ 0.259364] acpiphp: Slot [5] registered\n[ 0.260184] acpiphp: Slot [6] registered\n[ 0.260991] acpiphp: Slot [7] registered\n[ 0.261803] acpiphp: Slot [8] registered\n[ 0.262621] acpiphp: Slot [9] registered\n[ 0.263437] acpiphp: Slot [10] registered\n[ 0.264261] acpiphp: Slot [11] registered\n[ 0.265081] acpiphp: Slot [12] registered\n[ 0.265906] acpiphp: Slot [13] registered\n[ 0.266729] acpiphp: Slot [14] registered\n[ 0.267560] acpiphp: Slot [15] registered\n[ 0.278407] acpiphp: Slot [16] registered\n[ 0.279268] acpiphp: Slot [17] registered\n[ 0.280095] acpiphp: Slot [18] registered\n[ 0.280922] acpiphp: Slot [19] registered\n[ 0.281744] acpiphp: Slot [20] registered\n[ 0.282578] acpiphp: Slot [21] registered\n[ 0.283406] acpiphp: Slot [22] registered\n[ 0.284230] acpiphp: Slot [23] registered\n[ 0.285052] acpiphp: Slot [24] registered\n[ 0.285882] acpiphp: Slot [25] registered\n[ 0.286715] acpiphp: Slot [26] registered\n[ 0.287549] acpiphp: Slot [27] registered\n[ 0.288378] acpiphp: Slot [28] registered\n[ 0.289210] acpiphp: Slot [29] registered\n[ 0.290052] acpiphp: Slot [30] registered\n[ 0.290886] acpiphp: Slot [31] registered\n[ 0.291711] PCI host bridge to bus 0000:00\n[ 0.292534] 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.295006] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296477] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297941] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304238] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305571] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306767] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314452] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315902] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362215] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363702] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365118] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366553] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367938] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369192] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370371] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371435] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372981] vgaarb: loaded\n[ 0.373585] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374723] SCSI subsystem initialized\n[ 0.375544] ACPI: bus type USB registered\n[ 0.376366] usbcore: registered new interface driver usbfs\n[ 0.377400] usbcore: registered new interface driver hub\n[ 0.378412] usbcore: registered new device driver usb\n[ 0.379474] PCI: Using ACPI for IRQ routing\n[ 0.380525] NetLabel: Initializing\n[ 0.381247] NetLabel: domain hash size = 128\n[ 0.382097] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383041] NetLabel: unlabeled traffic allowed by default\n[ 0.384137] clocksource: Switched to clocksource kvm-clock\n[ 0.389550] AppArmor: AppArmor Filesystem Enabled\n[ 0.390541] pnp: PnP ACPI init\n[ 0.391457] pnp: PnP ACPI: found 5 devices\n[ 0.397823] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399525] NET: Registered protocol family 2\n[ 0.400502] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402961] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404123] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405232] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406400] NET: Registered protocol family 1\n[ 0.407273] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408388] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409460] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423387] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437693] Trying to unpack rootfs image as initramfs...\n[ 0.486908] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500750] Scanning for low memory corruption every 60 seconds\n[ 0.502158] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503326] audit: initializing netlink subsys (disabled)\n[ 0.504358] audit: type=2000 audit(1539347247.296:1): initialized\n[ 0.505691] Initialise system trusted keyring\n[ 0.506614] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507786] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509767] zbud: loaded\n[ 0.510471] VFS: Disk quotas dquot_6.6.0\n[ 0.511289] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512846] fuse init (API version 7.23)\n[ 0.513743] Key type big_key registered\n[ 0.514545] Allocating IMA MOK and blacklist keyrings.\n[ 0.516010] Key type asymmetric registered\n[ 0.516852] Asymmetric key parser 'x509' registered\n[ 0.517811] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519275] io scheduler noop registered\n[ 0.520068] io scheduler deadline registered (default)\n[ 0.521070] io scheduler cfq registered\n[ 0.521931] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522984] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524261] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525725] ACPI: Power Button [PWRF]\n[ 0.526562] GHES: HEST is not enabled!\n[ 0.540262] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570240] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.572768] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596314] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598452] Linux agpgart interface v0.103\n[ 0.600459] brd: module loaded\n[ 0.601623] loop: module loaded\n[ 0.606290] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607754] GPT:90111 != 2097151\n[ 0.608446] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609558] GPT:90111 != 2097151\n[ 0.610240] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611213] vda: vda1 vda15\n[ 0.612646] scsi host0: ata_piix\n[ 0.613391] scsi host1: ata_piix\n[ 0.614094] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615368] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616826] libphy: Fixed MDIO Bus: probed\n[ 0.617653] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618611] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620791] PPP generic driver version 2.4.2\n[ 0.621696] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622990] ehci-pci: EHCI PCI platform driver\n[ 0.623881] ehci-platform: EHCI generic platform driver\n[ 0.624892] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626028] ohci-pci: OHCI PCI platform driver\n[ 0.626898] ohci-platform: OHCI generic platform driver\n[ 0.627893] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642228] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644730] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645761] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646884] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649558] usb usb1: Product: UHCI Host Controller\n[ 0.650519] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651676] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652695] hub 1-0:1.0: USB hub found\n[ 0.653519] hub 1-0:1.0: 2 ports detected\n[ 0.654429] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.656559] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657519] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658548] mousedev: PS/2 mouse device common for all mice\n[ 0.659793] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661649] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662738] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663975] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665177] i2c /dev entries driver\n[ 0.665931] device-mapper: uevent: version 1.0.3\n[ 0.666874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668518] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669805] NET: Registered protocol family 10\n[ 0.670795] NET: Registered protocol family 17\n[ 0.671688] Key type dns_resolver registered\n[ 0.672615] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673756] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675505] registered taskstats version 1\n[ 0.676360] Loading compiled-in X.509 certificates\n[ 0.677794] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679662] zswap: loaded using pool lzo/zbud\n[ 0.681031] Key type trusted registered\n[ 0.682584] Key type encrypted registered\n[ 0.683442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684499] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685554] evm: HMAC attrs: 0x1\n[ 0.686848] Magic number: 6:125:481\n[ 0.687620] ata_device dev1.0: hash matches\n[ 0.688459] dev1.0: hash matches\n[ 0.689254] rtc_cmos 00:00: setting system clock to 2018-10-12 12:27:27 UTC (1539347247)\n[ 0.690848] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691962] EDD information not available.\n[ 0.773250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785273] Write protecting the kernel read-only data: 14336k\n[ 0.786848] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788663] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.218417] random: dd urandom read with 6 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.18. iid=i-000000e1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDXjU27E1jbSuwZTuUQiIJOLofL1W4fn0IDRjJpIxHv0PkCXCfl34F6Aktpr/vBitOA3+lKk+WHLRHHt8d+hCLcjQ1er92TwQ9Y6uPu/wmh0VrQyw7QsWK0kg4/MrEF0m9Z4rV8FZRaE+JSnfkhLVp5kykasOpdU3FxRLOdKk4z23WPDaMYBq3EfZSnr2TL6GbXWPTHlEKJ7Bzp70/x6J3f2Bi0FSal1/ztZfWpcJibZySOTCbrKj2RR1hm06NrzpFLHABfWoKEA5vsiTVdFhunyIlA6KJhNJ6BSaEvgzVJhLGuOsi17s5EN1JHi+do8f4vewIRhskST/XJ8vAByl05 root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP3O1tYgYaD4xxyDnv32p9OwoAaAH8jNBAgO2f9fMhyWp8OCVye4n5Wk/k57k3x3CHbWNBIf7lhVhhN34Ut+Vo3mm8sOEFtijWXOlAdGHiYqDA5BK3PopLfcS7JN65v0G9wS1QAA0tULVL7G8Vv+NT9H0D7sRYIbm4d8nmtpLajhAAAAFQC8rCanYDnFjTDV+d6QT5F04vmBSwAAAIEA6VryU3ESnPK4X3BhXKdPmsHD5mxvnqEIY3q/igWmJp3jC4l5w+WIb1O04NB+raw6BMs79UnRSwSLM21K5z9zfgtjIavxkSiwRlrU3y+yggiTXV9i4PVKGiarWS9bqVAthDFPzWDc4HJ6M1k5HqS7apNG12064wT3R4RGYihyxwsAAACAH0WTUUh9AfaGqJu9CdVSs9KlidVAOG2fhUJaqoL6CEYntD/LW76yGPVSpcX2IRdgJqPGsd5aIOfsvnf1ECpmH3fOqdDOS+Nkv5TPjbw/5AAt1u2NCTG89JZX3C8JOykSy8Plmb7xWJiNCiE3kqGaGn7n6QDtNFBCWv4n8BTQejU= root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe5c:5c4a/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000e1\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.72 ===\n/dev/root resized successfully [took 2.51s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5C:5C:4A \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5c:5c4a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:90 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:9955 (9.7 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.129416] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.129417] usb 1-1: Product: QEMU USB Tablet\n[ 1.129418] usb 1-1: Manufacturer: QEMU\n[ 1.129419] usb 1-1: SerialNumber: 42\n[ 1.181510] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.199684] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.218417] random: dd urandom read with 6 bits of entropy available\n[ 1.500393] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 62.843743] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.268238] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 12 13:27:28 cirros kern.info kernel: [ 0.786848] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nOct 12 13:27:28 cirros kern.info kernel: [ 0.788663] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 12 13:27:28 cirros kern.info kernel: [ 0.799389] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 12 13:27:28 cirros kern.info kernel: [ 0.799390] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 12 13:27:28 cirros kern.info kernel: [ 0.801049] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 12 13:27:28 cirros kern.info kernel: [ 0.803974] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 12 13:27:28 cirros kern.info kernel: [ 0.805992] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 12 13:27:28 cirros kern.info kernel: [ 0.829620] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:27:28 cirros kern.info kernel: [ 0.830656] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:27:28 cirros kern.info kernel: [ 0.831906] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:27:28 cirros kern.info kernel: [ 0.879913] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:27:28 cirros kern.info kernel: [ 0.968193] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 12 13:27:28 cirros kern.info kernel: [ 1.129413] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 12 13:27:28 cirros kern.info kernel: [ 1.129416] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 12 13:27:28 cirros kern.info kernel: [ 1.129417] usb 1-1: Product: QEMU USB Tablet\nOct 12 13:27:28 cirros kern.info kernel: [ 1.129418] usb 1-1: Manufacturer: QEMU\nOct 12 13:27:28 cirros kern.info kernel: [ 1.129419] usb 1-1: SerialNumber: 42\nOct 12 13:27:28 cirros kern.info kernel: [ 1.181510] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:27:28 cirros kern.info kernel: [ 1.199684] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:27:28 cirros kern.notice kernel: [ 1.218417] random: dd urandom read with 6 bits of entropy available\nOct 12 13:27:28 cirros kern.info kernel: [ 1.500393] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nOct 12 13:28:29 cirros auth.notice su: + /dev/console root:cirros\nOct 12 13:28:29 cirros authpriv.info dropbear[340]: Running in background\nOct 12 13:28:29 cirros kern.info kernel: [ 62.843743] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 12 13:28:30 cirros kern.info kernel: [ 63.268238] 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-10-12 12:29:18,282 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action used request id req-7e8b54f9-fc00-47df-89ff-0a95c069a660 2018-10-12 12:29:20,319 - sdnvpn_test_utils - INFO - Waiting for instance f79d8c3d-ea43-4415-a70f-84c1de1df266 to boot up 2018-10-12 12:29:20,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d4bcddb9bc0debd8924fab65666fef5da3f161" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:29:21,394 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:29: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-94d28e7c-b9a1-49ef-999c-76aef125ea20 x-compute-request-id: req-94d28e7c-b9a1-49ef-999c-76aef125ea20 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 482048611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140767] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142434] pid_max: default: 32768 minimum: 301\n[ 0.143333] ACPI: Core revision 20150930\n[ 0.144721] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146038] Security Framework initialized\n[ 0.146871] Yama: becoming mindful.\n[ 0.147606] AppArmor: AppArmor initialized\n[ 0.148478] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149816] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151100] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152325] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153725] Initializing cgroup subsys io\n[ 0.154547] Initializing cgroup subsys memory\n[ 0.155411] Initializing cgroup subsys devices\n[ 0.156297] Initializing cgroup subsys freezer\n[ 0.157175] Initializing cgroup subsys net_cls\n[ 0.158044] Initializing cgroup subsys perf_event\n[ 0.158954] Initializing cgroup subsys net_prio\n[ 0.159849] Initializing cgroup subsys hugetlb\n[ 0.160720] Initializing cgroup subsys pids\n[ 0.161594] CPU: Physical Processor ID: 0\n[ 0.163108] mce: CPU supports 10 MCE banks\n[ 0.163969] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164971] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176853] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183252] ftrace: allocating 31920 entries in 125 pages\n[ 0.209611] smpboot: Max logical packages: 1\n[ 0.210494] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211855] x2apic enabled\n[ 0.212672] Switched APIC routing to physical x2apic.\n[ 0.214422] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215555] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217576] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219373] KVM setup paravirtual spinlock\n[ 0.220672] x86: Booted up 1 node, 1 CPUs\n[ 0.221491] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222895] devtmpfs: initialized\n[ 0.224611] evm: security.selinux\n[ 0.225322] evm: security.SMACK64\n[ 0.226018] evm: security.SMACK64EXEC\n[ 0.226762] evm: security.SMACK64TRANSMUTE\n[ 0.227589] evm: security.SMACK64MMAP\n[ 0.228342] evm: security.ima\n[ 0.229002] evm: security.capability\n[ 0.229808] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231668] pinctrl core: initialized pinctrl subsystem\n[ 0.232774] RTC time: 12:27:39, date: 10/12/18\n[ 0.233738] NET: Registered protocol family 16\n[ 0.234715] cpuidle: using governor ladder\n[ 0.235541] cpuidle: using governor menu\n[ 0.236332] PCCT header not found.\n[ 0.237094] ACPI: bus type PCI registered\n[ 0.237908] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239154] PCI: Using configuration type 1 for base access\n[ 0.240917] ACPI: Added _OSI(Module Device)\n[ 0.241764] ACPI: Added _OSI(Processor Device)\n[ 0.242632] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243534] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245646] ACPI: Interpreter enabled\n[ 0.246434] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248303] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251999] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253842] ACPI: (supports S0 S5)\n[ 0.254550] ACPI: Using IOAPIC for interrupt routing\n[ 0.255614] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258708] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259863] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261111] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262315] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264569] acpiphp: Slot [3] registered\n[ 0.265384] acpiphp: Slot [4] registered\n[ 0.266193] acpiphp: Slot [5] registered\n[ 0.266998] acpiphp: Slot [6] registered\n[ 0.267814] acpiphp: Slot [7] registered\n[ 0.268629] acpiphp: Slot [8] registered\n[ 0.269439] acpiphp: Slot [9] registered\n[ 0.270245] acpiphp: Slot [10] registered\n[ 0.271069] acpiphp: Slot [11] registered\n[ 0.271889] acpiphp: Slot [12] registered\n[ 0.272710] acpiphp: Slot [13] registered\n[ 0.273529] acpiphp: Slot [14] registered\n[ 0.274347] acpiphp: Slot [15] registered\n[ 0.285268] acpiphp: Slot [16] registered\n[ 0.286094] acpiphp: Slot [17] registered\n[ 0.286914] acpiphp: Slot [18] registered\n[ 0.287743] acpiphp: Slot [19] registered\n[ 0.288561] acpiphp: Slot [20] registered\n[ 0.289386] acpiphp: Slot [21] registered\n[ 0.290208] acpiphp: Slot [22] registered\n[ 0.291026] acpiphp: Slot [23] registered\n[ 0.291842] acpiphp: Slot [24] registered\n[ 0.292663] acpiphp: Slot [25] registered\n[ 0.293488] acpiphp: Slot [26] registered\n[ 0.294309] acpiphp: Slot [27] registered\n[ 0.295131] acpiphp: Slot [28] registered\n[ 0.295951] acpiphp: Slot [29] registered\n[ 0.296764] acpiphp: Slot [30] registered\n[ 0.297591] acpiphp: Slot [31] registered\n[ 0.298419] PCI host bridge to bus 0000:00\n[ 0.299239] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300468] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301700] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303168] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304630] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310898] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312185] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313370] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314651] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321154] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322612] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368023] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.369508] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370955] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372388] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373792] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.375051] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.376447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.377514] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379089] vgaarb: loaded\n[ 0.379692] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380838] SCSI subsystem initialized\n[ 0.381671] ACPI: bus type USB registered\n[ 0.382490] usbcore: registered new interface driver usbfs\n[ 0.383518] usbcore: registered new interface driver hub\n[ 0.384525] usbcore: registered new device driver usb\n[ 0.385582] PCI: Using ACPI for IRQ routing\n[ 0.386610] NetLabel: Initializing\n[ 0.387332] NetLabel: domain hash size = 128\n[ 0.388188] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.389153] NetLabel: unlabeled traffic allowed by default\n[ 0.390258] clocksource: Switched to clocksource kvm-clock\n[ 0.395707] AppArmor: AppArmor Filesystem Enabled\n[ 0.396683] pnp: PnP ACPI init\n[ 0.397607] pnp: PnP ACPI: found 5 devices\n[ 0.403997] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405707] NET: Registered protocol family 2\n[ 0.406670] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407958] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409153] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410338] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411426] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412599] NET: Registered protocol family 1\n[ 0.413473] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414585] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415667] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429810] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444126] Trying to unpack rootfs image as initramfs...\n[ 0.494049] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507891] Scanning for low memory corruption every 60 seconds\n[ 0.509232] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510429] audit: initializing netlink subsys (disabled)\n[ 0.511486] audit: type=2000 audit(1539347260.600:1): initialized\n[ 0.512815] Initialise system trusted keyring\n[ 0.513766] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514965] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516952] zbud: loaded\n[ 0.517659] VFS: Disk quotas dquot_6.6.0\n[ 0.518506] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520063] fuse init (API version 7.23)\n[ 0.520975] Key type big_key registered\n[ 0.521785] Allocating IMA MOK and blacklist keyrings.\n[ 0.522926] Key type asymmetric registered\n[ 0.523761] Asymmetric key parser 'x509' registered\n[ 0.524732] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526599] io scheduler noop registered\n[ 0.527419] io scheduler deadline registered (default)\n[ 0.528430] io scheduler cfq registered\n[ 0.529276] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530384] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531675] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533155] ACPI: Power Button [PWRF]\n[ 0.533998] GHES: HEST is not enabled!\n[ 0.547684] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577155] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579413] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604504] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606771] Linux agpgart interface v0.103\n[ 0.608823] brd: module loaded\n[ 0.610031] loop: module loaded\n[ 0.614641] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616142] GPT:90111 != 2097151\n[ 0.616832] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617951] GPT:90111 != 2097151\n[ 0.618644] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619648] vda: vda1 vda15\n[ 0.621157] scsi host0: ata_piix\n[ 0.621908] scsi host1: ata_piix\n[ 0.622630] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623869] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625332] libphy: Fixed MDIO Bus: probed\n[ 0.626166] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627180] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629384] PPP generic driver version 2.4.2\n[ 0.630301] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631609] ehci-pci: EHCI PCI platform driver\n[ 0.632495] ehci-platform: EHCI generic platform driver\n[ 0.633506] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634673] ohci-pci: OHCI PCI platform driver\n[ 0.635571] ohci-platform: OHCI generic platform driver\n[ 0.636588] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651120] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652155] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653648] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654723] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657160] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658644] usb usb1: Product: UHCI Host Controller\n[ 0.659605] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660780] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661828] hub 1-0:1.0: USB hub found\n[ 0.662639] hub 1-0:1.0: 2 ports detected\n[ 0.663575] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665735] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666745] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667809] mousedev: PS/2 mouse device common for all mice\n[ 0.669099] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670985] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672100] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673334] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674569] i2c /dev entries driver\n[ 0.675414] device-mapper: uevent: version 1.0.3\n[ 0.676387] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678066] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679381] NET: Registered protocol family 10\n[ 0.680393] NET: Registered protocol family 17\n[ 0.681323] Key type dns_resolver registered\n[ 0.682278] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683399] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685184] registered taskstats version 1\n[ 0.686039] Loading compiled-in X.509 certificates\n[ 0.687511] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689414] zswap: loaded using pool lzo/zbud\n[ 0.690807] Key type trusted registered\n[ 0.692400] Key type encrypted registered\n[ 0.693251] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694309] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695377] evm: HMAC attrs: 0x1\n[ 0.696332] Magic number: 6:125:481\n[ 0.697116] ata_device dev1.0: hash matches\n[ 0.697958] dev1.0: hash matches\n[ 0.698763] rtc_cmos 00:00: setting system clock to 2018-10-12 12:27:40 UTC (1539347260)\n[ 0.700404] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701557] EDD information not available.\n[ 0.783242] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795413] Write protecting the kernel read-only data: 14336k\n[ 0.796997] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798809] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.840461] 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.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.8...\nLease of 10.10.11.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.93. iid=i-000000e4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDYenaDW3yo3gq2b7Qc8VMyOeSD7WVd8wTXWsnlYiiD7fd80GRDp+lCrjnAc3jvxbEg8CrokXNTxIbi5U47Klgmn48PML/pppPAWRm+8prwRfIkd4sPY0EiMAqdoVAZ6GsPJPY8Il3E5ancuzxRHtGkKhQGdtCD/cDqOn4Xcp1fFRvVwzLP7okWkalEy93VVBGqsPjKf4djw59MS7ZJtbAgwim6i9UUEXdAPrPqgvMfW+N+VZwK1Cn/jRFte+apBL21HhaS4F2JFeYGmQ4bumxVYMwo7OPZchVC0l7zWT/wR1VFZ5HZOZ1PDBaA23SO2x7E/RC8ZlTWnlY8YXTYDd+5 root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBANwLtVCMGaVz5CxHbkZ9OPsZJZ6r5Ed/2Y7/Q89fEXvc3o75YLl2HvdKe+UTcTes4rFJVjrE8zKpQ/RB+HMkG8MVJvLsR0aLuNEFpnOwz7cjMzLl6qN41x/L8DU5AhGaZW8ltN3mIs0XYtCwQI609MbB2nZBaY+7cLLABpi+I6ndAAAAFQCYVU8r7Hfz8RIkAcXMgy+hCN0r8QAAAIEApZa5nmehuCaG1GK+Q15ADiOojmKR5tYsm5fXEsHUB6fgiq3lcNgPdf8dblRBJSr4HWzkHnf5qVzsY7F1V4982GaIZBIS6kkF1Z/3dydjc/ZoiVwM1s4NOWjBiT2T/GDE2ZL3n4EAbG4cxI1bEk2Us0ehBZ3l1jG7b18TYkihi6wAAACADUODf4hOiCb3mPnS/rOK5Qe5JcbUTfjY5qga6yMd4lSH0Q43knv3eJ645CBwXgUNad/TGUk70P+8VznEvHpOnY5WcPVJEr1e8Oj44zKGJq+MMQ3RCJZNyOJn/QhDZ7A/yHmFt9V3LTg1uhpnIdoW2TyevOzVXCMUPV4Zjfd3oH4= root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.8,24,fe80::f816:3eff:fef4:67cb/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.8 \nip-route:169.254.169.254 via 10.10.11.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-000000e4\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.81 ===\n/dev/root resized successfully [took 1.97s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init 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:67:CB \n inet addr:10.10.11.8 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef4:67cb/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:11897 (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.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-10-12 12:29:21,395 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266/action used request id req-94d28e7c-b9a1-49ef-999c-76aef125ea20 2018-10-12 12:29:23,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d4bcddb9bc0debd8924fab65666fef5da3f161" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:29:24,502 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:29:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0625ce25-effa-432c-aa92-2e05427617c5 x-compute-request-id: req-0625ce25-effa-432c-aa92-2e05427617c5 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 482048611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140767] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142434] pid_max: default: 32768 minimum: 301\n[ 0.143333] ACPI: Core revision 20150930\n[ 0.144721] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146038] Security Framework initialized\n[ 0.146871] Yama: becoming mindful.\n[ 0.147606] AppArmor: AppArmor initialized\n[ 0.148478] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149816] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151100] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152325] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153725] Initializing cgroup subsys io\n[ 0.154547] Initializing cgroup subsys memory\n[ 0.155411] Initializing cgroup subsys devices\n[ 0.156297] Initializing cgroup subsys freezer\n[ 0.157175] Initializing cgroup subsys net_cls\n[ 0.158044] Initializing cgroup subsys perf_event\n[ 0.158954] Initializing cgroup subsys net_prio\n[ 0.159849] Initializing cgroup subsys hugetlb\n[ 0.160720] Initializing cgroup subsys pids\n[ 0.161594] CPU: Physical Processor ID: 0\n[ 0.163108] mce: CPU supports 10 MCE banks\n[ 0.163969] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164971] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176853] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183252] ftrace: allocating 31920 entries in 125 pages\n[ 0.209611] smpboot: Max logical packages: 1\n[ 0.210494] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211855] x2apic enabled\n[ 0.212672] Switched APIC routing to physical x2apic.\n[ 0.214422] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215555] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217576] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219373] KVM setup paravirtual spinlock\n[ 0.220672] x86: Booted up 1 node, 1 CPUs\n[ 0.221491] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222895] devtmpfs: initialized\n[ 0.224611] evm: security.selinux\n[ 0.225322] evm: security.SMACK64\n[ 0.226018] evm: security.SMACK64EXEC\n[ 0.226762] evm: security.SMACK64TRANSMUTE\n[ 0.227589] evm: security.SMACK64MMAP\n[ 0.228342] evm: security.ima\n[ 0.229002] evm: security.capability\n[ 0.229808] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231668] pinctrl core: initialized pinctrl subsystem\n[ 0.232774] RTC time: 12:27:39, date: 10/12/18\n[ 0.233738] NET: Registered protocol family 16\n[ 0.234715] cpuidle: using governor ladder\n[ 0.235541] cpuidle: using governor menu\n[ 0.236332] PCCT header not found.\n[ 0.237094] ACPI: bus type PCI registered\n[ 0.237908] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239154] PCI: Using configuration type 1 for base access\n[ 0.240917] ACPI: Added _OSI(Module Device)\n[ 0.241764] ACPI: Added _OSI(Processor Device)\n[ 0.242632] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243534] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245646] ACPI: Interpreter enabled\n[ 0.246434] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248303] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251999] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253842] ACPI: (supports S0 S5)\n[ 0.254550] ACPI: Using IOAPIC for interrupt routing\n[ 0.255614] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258708] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259863] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261111] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262315] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264569] acpiphp: Slot [3] registered\n[ 0.265384] acpiphp: Slot [4] registered\n[ 0.266193] acpiphp: Slot [5] registered\n[ 0.266998] acpiphp: Slot [6] registered\n[ 0.267814] acpiphp: Slot [7] registered\n[ 0.268629] acpiphp: Slot [8] registered\n[ 0.269439] acpiphp: Slot [9] registered\n[ 0.270245] acpiphp: Slot [10] registered\n[ 0.271069] acpiphp: Slot [11] registered\n[ 0.271889] acpiphp: Slot [12] registered\n[ 0.272710] acpiphp: Slot [13] registered\n[ 0.273529] acpiphp: Slot [14] registered\n[ 0.274347] acpiphp: Slot [15] registered\n[ 0.285268] acpiphp: Slot [16] registered\n[ 0.286094] acpiphp: Slot [17] registered\n[ 0.286914] acpiphp: Slot [18] registered\n[ 0.287743] acpiphp: Slot [19] registered\n[ 0.288561] acpiphp: Slot [20] registered\n[ 0.289386] acpiphp: Slot [21] registered\n[ 0.290208] acpiphp: Slot [22] registered\n[ 0.291026] acpiphp: Slot [23] registered\n[ 0.291842] acpiphp: Slot [24] registered\n[ 0.292663] acpiphp: Slot [25] registered\n[ 0.293488] acpiphp: Slot [26] registered\n[ 0.294309] acpiphp: Slot [27] registered\n[ 0.295131] acpiphp: Slot [28] registered\n[ 0.295951] acpiphp: Slot [29] registered\n[ 0.296764] acpiphp: Slot [30] registered\n[ 0.297591] acpiphp: Slot [31] registered\n[ 0.298419] PCI host bridge to bus 0000:00\n[ 0.299239] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300468] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301700] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303168] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304630] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310898] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312185] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313370] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314651] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321154] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322612] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368023] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.369508] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370955] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372388] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373792] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.375051] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.376447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.377514] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379089] vgaarb: loaded\n[ 0.379692] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380838] SCSI subsystem initialized\n[ 0.381671] ACPI: bus type USB registered\n[ 0.382490] usbcore: registered new interface driver usbfs\n[ 0.383518] usbcore: registered new interface driver hub\n[ 0.384525] usbcore: registered new device driver usb\n[ 0.385582] PCI: Using ACPI for IRQ routing\n[ 0.386610] NetLabel: Initializing\n[ 0.387332] NetLabel: domain hash size = 128\n[ 0.388188] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.389153] NetLabel: unlabeled traffic allowed by default\n[ 0.390258] clocksource: Switched to clocksource kvm-clock\n[ 0.395707] AppArmor: AppArmor Filesystem Enabled\n[ 0.396683] pnp: PnP ACPI init\n[ 0.397607] pnp: PnP ACPI: found 5 devices\n[ 0.403997] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405707] NET: Registered protocol family 2\n[ 0.406670] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407958] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409153] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410338] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411426] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412599] NET: Registered protocol family 1\n[ 0.413473] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414585] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415667] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429810] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444126] Trying to unpack rootfs image as initramfs...\n[ 0.494049] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507891] Scanning for low memory corruption every 60 seconds\n[ 0.509232] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510429] audit: initializing netlink subsys (disabled)\n[ 0.511486] audit: type=2000 audit(1539347260.600:1): initialized\n[ 0.512815] Initialise system trusted keyring\n[ 0.513766] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514965] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516952] zbud: loaded\n[ 0.517659] VFS: Disk quotas dquot_6.6.0\n[ 0.518506] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520063] fuse init (API version 7.23)\n[ 0.520975] Key type big_key registered\n[ 0.521785] Allocating IMA MOK and blacklist keyrings.\n[ 0.522926] Key type asymmetric registered\n[ 0.523761] Asymmetric key parser 'x509' registered\n[ 0.524732] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526599] io scheduler noop registered\n[ 0.527419] io scheduler deadline registered (default)\n[ 0.528430] io scheduler cfq registered\n[ 0.529276] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530384] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531675] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533155] ACPI: Power Button [PWRF]\n[ 0.533998] GHES: HEST is not enabled!\n[ 0.547684] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577155] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579413] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604504] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606771] Linux agpgart interface v0.103\n[ 0.608823] brd: module loaded\n[ 0.610031] loop: module loaded\n[ 0.614641] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616142] GPT:90111 != 2097151\n[ 0.616832] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617951] GPT:90111 != 2097151\n[ 0.618644] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619648] vda: vda1 vda15\n[ 0.621157] scsi host0: ata_piix\n[ 0.621908] scsi host1: ata_piix\n[ 0.622630] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623869] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625332] libphy: Fixed MDIO Bus: probed\n[ 0.626166] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627180] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629384] PPP generic driver version 2.4.2\n[ 0.630301] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631609] ehci-pci: EHCI PCI platform driver\n[ 0.632495] ehci-platform: EHCI generic platform driver\n[ 0.633506] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634673] ohci-pci: OHCI PCI platform driver\n[ 0.635571] ohci-platform: OHCI generic platform driver\n[ 0.636588] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651120] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652155] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653648] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654723] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657160] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658644] usb usb1: Product: UHCI Host Controller\n[ 0.659605] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660780] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661828] hub 1-0:1.0: USB hub found\n[ 0.662639] hub 1-0:1.0: 2 ports detected\n[ 0.663575] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665735] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666745] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667809] mousedev: PS/2 mouse device common for all mice\n[ 0.669099] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670985] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672100] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673334] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674569] i2c /dev entries driver\n[ 0.675414] device-mapper: uevent: version 1.0.3\n[ 0.676387] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678066] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679381] NET: Registered protocol family 10\n[ 0.680393] NET: Registered protocol family 17\n[ 0.681323] Key type dns_resolver registered\n[ 0.682278] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683399] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685184] registered taskstats version 1\n[ 0.686039] Loading compiled-in X.509 certificates\n[ 0.687511] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689414] zswap: loaded using pool lzo/zbud\n[ 0.690807] Key type trusted registered\n[ 0.692400] Key type encrypted registered\n[ 0.693251] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694309] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695377] evm: HMAC attrs: 0x1\n[ 0.696332] Magic number: 6:125:481\n[ 0.697116] ata_device dev1.0: hash matches\n[ 0.697958] dev1.0: hash matches\n[ 0.698763] rtc_cmos 00:00: setting system clock to 2018-10-12 12:27:40 UTC (1539347260)\n[ 0.700404] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701557] EDD information not available.\n[ 0.783242] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795413] Write protecting the kernel read-only data: 14336k\n[ 0.796997] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798809] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.840461] 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.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.8...\nLease of 10.10.11.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.93. iid=i-000000e4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDYenaDW3yo3gq2b7Qc8VMyOeSD7WVd8wTXWsnlYiiD7fd80GRDp+lCrjnAc3jvxbEg8CrokXNTxIbi5U47Klgmn48PML/pppPAWRm+8prwRfIkd4sPY0EiMAqdoVAZ6GsPJPY8Il3E5ancuzxRHtGkKhQGdtCD/cDqOn4Xcp1fFRvVwzLP7okWkalEy93VVBGqsPjKf4djw59MS7ZJtbAgwim6i9UUEXdAPrPqgvMfW+N+VZwK1Cn/jRFte+apBL21HhaS4F2JFeYGmQ4bumxVYMwo7OPZchVC0l7zWT/wR1VFZ5HZOZ1PDBaA23SO2x7E/RC8ZlTWnlY8YXTYDd+5 root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBANwLtVCMGaVz5CxHbkZ9OPsZJZ6r5Ed/2Y7/Q89fEXvc3o75YLl2HvdKe+UTcTes4rFJVjrE8zKpQ/RB+HMkG8MVJvLsR0aLuNEFpnOwz7cjMzLl6qN41x/L8DU5AhGaZW8ltN3mIs0XYtCwQI609MbB2nZBaY+7cLLABpi+I6ndAAAAFQCYVU8r7Hfz8RIkAcXMgy+hCN0r8QAAAIEApZa5nmehuCaG1GK+Q15ADiOojmKR5tYsm5fXEsHUB6fgiq3lcNgPdf8dblRBJSr4HWzkHnf5qVzsY7F1V4982GaIZBIS6kkF1Z/3dydjc/ZoiVwM1s4NOWjBiT2T/GDE2ZL3n4EAbG4cxI1bEk2Us0ehBZ3l1jG7b18TYkihi6wAAACADUODf4hOiCb3mPnS/rOK5Qe5JcbUTfjY5qga6yMd4lSH0Q43knv3eJ645CBwXgUNad/TGUk70P+8VznEvHpOnY5WcPVJEr1e8Oj44zKGJq+MMQ3RCJZNyOJn/QhDZ7A/yHmFt9V3LTg1uhpnIdoW2TyevOzVXCMUPV4Zjfd3oH4= root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.8,24,fe80::f816:3eff:fef4:67cb/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.8 \nip-route:169.254.169.254 via 10.10.11.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-000000e4\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.81 ===\n/dev/root resized successfully [took 1.97s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init 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:67:CB \n inet addr:10.10.11.8 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef4:67cb/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:11897 (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.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-10-12 12:29:24,502 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266/action used request id req-0625ce25-effa-432c-aa92-2e05427617c5 2018-10-12 12:29:26,522 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d4bcddb9bc0debd8924fab65666fef5da3f161" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:29:27,590 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:29: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-0bc74f35-1ece-4e57-aa2d-461020cc86cb x-compute-request-id: req-0bc74f35-1ece-4e57-aa2d-461020cc86cb 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 482048611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140767] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142434] pid_max: default: 32768 minimum: 301\n[ 0.143333] ACPI: Core revision 20150930\n[ 0.144721] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146038] Security Framework initialized\n[ 0.146871] Yama: becoming mindful.\n[ 0.147606] AppArmor: AppArmor initialized\n[ 0.148478] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149816] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151100] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152325] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153725] Initializing cgroup subsys io\n[ 0.154547] Initializing cgroup subsys memory\n[ 0.155411] Initializing cgroup subsys devices\n[ 0.156297] Initializing cgroup subsys freezer\n[ 0.157175] Initializing cgroup subsys net_cls\n[ 0.158044] Initializing cgroup subsys perf_event\n[ 0.158954] Initializing cgroup subsys net_prio\n[ 0.159849] Initializing cgroup subsys hugetlb\n[ 0.160720] Initializing cgroup subsys pids\n[ 0.161594] CPU: Physical Processor ID: 0\n[ 0.163108] mce: CPU supports 10 MCE banks\n[ 0.163969] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164971] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176853] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183252] ftrace: allocating 31920 entries in 125 pages\n[ 0.209611] smpboot: Max logical packages: 1\n[ 0.210494] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211855] x2apic enabled\n[ 0.212672] Switched APIC routing to physical x2apic.\n[ 0.214422] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215555] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217576] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219373] KVM setup paravirtual spinlock\n[ 0.220672] x86: Booted up 1 node, 1 CPUs\n[ 0.221491] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222895] devtmpfs: initialized\n[ 0.224611] evm: security.selinux\n[ 0.225322] evm: security.SMACK64\n[ 0.226018] evm: security.SMACK64EXEC\n[ 0.226762] evm: security.SMACK64TRANSMUTE\n[ 0.227589] evm: security.SMACK64MMAP\n[ 0.228342] evm: security.ima\n[ 0.229002] evm: security.capability\n[ 0.229808] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231668] pinctrl core: initialized pinctrl subsystem\n[ 0.232774] RTC time: 12:27:39, date: 10/12/18\n[ 0.233738] NET: Registered protocol family 16\n[ 0.234715] cpuidle: using governor ladder\n[ 0.235541] cpuidle: using governor menu\n[ 0.236332] PCCT header not found.\n[ 0.237094] ACPI: bus type PCI registered\n[ 0.237908] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239154] PCI: Using configuration type 1 for base access\n[ 0.240917] ACPI: Added _OSI(Module Device)\n[ 0.241764] ACPI: Added _OSI(Processor Device)\n[ 0.242632] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243534] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245646] ACPI: Interpreter enabled\n[ 0.246434] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248303] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251999] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253842] ACPI: (supports S0 S5)\n[ 0.254550] ACPI: Using IOAPIC for interrupt routing\n[ 0.255614] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258708] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259863] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261111] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262315] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264569] acpiphp: Slot [3] registered\n[ 0.265384] acpiphp: Slot [4] registered\n[ 0.266193] acpiphp: Slot [5] registered\n[ 0.266998] acpiphp: Slot [6] registered\n[ 0.267814] acpiphp: Slot [7] registered\n[ 0.268629] acpiphp: Slot [8] registered\n[ 0.269439] acpiphp: Slot [9] registered\n[ 0.270245] acpiphp: Slot [10] registered\n[ 0.271069] acpiphp: Slot [11] registered\n[ 0.271889] acpiphp: Slot [12] registered\n[ 0.272710] acpiphp: Slot [13] registered\n[ 0.273529] acpiphp: Slot [14] registered\n[ 0.274347] acpiphp: Slot [15] registered\n[ 0.285268] acpiphp: Slot [16] registered\n[ 0.286094] acpiphp: Slot [17] registered\n[ 0.286914] acpiphp: Slot [18] registered\n[ 0.287743] acpiphp: Slot [19] registered\n[ 0.288561] acpiphp: Slot [20] registered\n[ 0.289386] acpiphp: Slot [21] registered\n[ 0.290208] acpiphp: Slot [22] registered\n[ 0.291026] acpiphp: Slot [23] registered\n[ 0.291842] acpiphp: Slot [24] registered\n[ 0.292663] acpiphp: Slot [25] registered\n[ 0.293488] acpiphp: Slot [26] registered\n[ 0.294309] acpiphp: Slot [27] registered\n[ 0.295131] acpiphp: Slot [28] registered\n[ 0.295951] acpiphp: Slot [29] registered\n[ 0.296764] acpiphp: Slot [30] registered\n[ 0.297591] acpiphp: Slot [31] registered\n[ 0.298419] PCI host bridge to bus 0000:00\n[ 0.299239] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300468] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301700] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303168] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304630] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310898] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312185] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313370] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314651] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321154] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322612] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368023] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.369508] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370955] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372388] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373792] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.375051] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.376447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.377514] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379089] vgaarb: loaded\n[ 0.379692] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380838] SCSI subsystem initialized\n[ 0.381671] ACPI: bus type USB registered\n[ 0.382490] usbcore: registered new interface driver usbfs\n[ 0.383518] usbcore: registered new interface driver hub\n[ 0.384525] usbcore: registered new device driver usb\n[ 0.385582] PCI: Using ACPI for IRQ routing\n[ 0.386610] NetLabel: Initializing\n[ 0.387332] NetLabel: domain hash size = 128\n[ 0.388188] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.389153] NetLabel: unlabeled traffic allowed by default\n[ 0.390258] clocksource: Switched to clocksource kvm-clock\n[ 0.395707] AppArmor: AppArmor Filesystem Enabled\n[ 0.396683] pnp: PnP ACPI init\n[ 0.397607] pnp: PnP ACPI: found 5 devices\n[ 0.403997] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405707] NET: Registered protocol family 2\n[ 0.406670] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407958] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409153] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410338] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411426] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412599] NET: Registered protocol family 1\n[ 0.413473] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414585] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415667] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429810] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444126] Trying to unpack rootfs image as initramfs...\n[ 0.494049] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507891] Scanning for low memory corruption every 60 seconds\n[ 0.509232] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510429] audit: initializing netlink subsys (disabled)\n[ 0.511486] audit: type=2000 audit(1539347260.600:1): initialized\n[ 0.512815] Initialise system trusted keyring\n[ 0.513766] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514965] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516952] zbud: loaded\n[ 0.517659] VFS: Disk quotas dquot_6.6.0\n[ 0.518506] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520063] fuse init (API version 7.23)\n[ 0.520975] Key type big_key registered\n[ 0.521785] Allocating IMA MOK and blacklist keyrings.\n[ 0.522926] Key type asymmetric registered\n[ 0.523761] Asymmetric key parser 'x509' registered\n[ 0.524732] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526599] io scheduler noop registered\n[ 0.527419] io scheduler deadline registered (default)\n[ 0.528430] io scheduler cfq registered\n[ 0.529276] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530384] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531675] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533155] ACPI: Power Button [PWRF]\n[ 0.533998] GHES: HEST is not enabled!\n[ 0.547684] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577155] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579413] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604504] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606771] Linux agpgart interface v0.103\n[ 0.608823] brd: module loaded\n[ 0.610031] loop: module loaded\n[ 0.614641] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616142] GPT:90111 != 2097151\n[ 0.616832] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617951] GPT:90111 != 2097151\n[ 0.618644] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619648] vda: vda1 vda15\n[ 0.621157] scsi host0: ata_piix\n[ 0.621908] scsi host1: ata_piix\n[ 0.622630] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623869] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625332] libphy: Fixed MDIO Bus: probed\n[ 0.626166] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627180] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629384] PPP generic driver version 2.4.2\n[ 0.630301] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631609] ehci-pci: EHCI PCI platform driver\n[ 0.632495] ehci-platform: EHCI generic platform driver\n[ 0.633506] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634673] ohci-pci: OHCI PCI platform driver\n[ 0.635571] ohci-platform: OHCI generic platform driver\n[ 0.636588] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651120] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652155] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653648] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654723] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657160] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658644] usb usb1: Product: UHCI Host Controller\n[ 0.659605] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660780] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661828] hub 1-0:1.0: USB hub found\n[ 0.662639] hub 1-0:1.0: 2 ports detected\n[ 0.663575] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665735] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666745] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667809] mousedev: PS/2 mouse device common for all mice\n[ 0.669099] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670985] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672100] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673334] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674569] i2c /dev entries driver\n[ 0.675414] device-mapper: uevent: version 1.0.3\n[ 0.676387] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678066] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679381] NET: Registered protocol family 10\n[ 0.680393] NET: Registered protocol family 17\n[ 0.681323] Key type dns_resolver registered\n[ 0.682278] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683399] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685184] registered taskstats version 1\n[ 0.686039] Loading compiled-in X.509 certificates\n[ 0.687511] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689414] zswap: loaded using pool lzo/zbud\n[ 0.690807] Key type trusted registered\n[ 0.692400] Key type encrypted registered\n[ 0.693251] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694309] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695377] evm: HMAC attrs: 0x1\n[ 0.696332] Magic number: 6:125:481\n[ 0.697116] ata_device dev1.0: hash matches\n[ 0.697958] dev1.0: hash matches\n[ 0.698763] rtc_cmos 00:00: setting system clock to 2018-10-12 12:27:40 UTC (1539347260)\n[ 0.700404] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701557] EDD information not available.\n[ 0.783242] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795413] Write protecting the kernel read-only data: 14336k\n[ 0.796997] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798809] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.840461] 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.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.8...\nLease of 10.10.11.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.93. iid=i-000000e4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDYenaDW3yo3gq2b7Qc8VMyOeSD7WVd8wTXWsnlYiiD7fd80GRDp+lCrjnAc3jvxbEg8CrokXNTxIbi5U47Klgmn48PML/pppPAWRm+8prwRfIkd4sPY0EiMAqdoVAZ6GsPJPY8Il3E5ancuzxRHtGkKhQGdtCD/cDqOn4Xcp1fFRvVwzLP7okWkalEy93VVBGqsPjKf4djw59MS7ZJtbAgwim6i9UUEXdAPrPqgvMfW+N+VZwK1Cn/jRFte+apBL21HhaS4F2JFeYGmQ4bumxVYMwo7OPZchVC0l7zWT/wR1VFZ5HZOZ1PDBaA23SO2x7E/RC8ZlTWnlY8YXTYDd+5 root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBANwLtVCMGaVz5CxHbkZ9OPsZJZ6r5Ed/2Y7/Q89fEXvc3o75YLl2HvdKe+UTcTes4rFJVjrE8zKpQ/RB+HMkG8MVJvLsR0aLuNEFpnOwz7cjMzLl6qN41x/L8DU5AhGaZW8ltN3mIs0XYtCwQI609MbB2nZBaY+7cLLABpi+I6ndAAAAFQCYVU8r7Hfz8RIkAcXMgy+hCN0r8QAAAIEApZa5nmehuCaG1GK+Q15ADiOojmKR5tYsm5fXEsHUB6fgiq3lcNgPdf8dblRBJSr4HWzkHnf5qVzsY7F1V4982GaIZBIS6kkF1Z/3dydjc/ZoiVwM1s4NOWjBiT2T/GDE2ZL3n4EAbG4cxI1bEk2Us0ehBZ3l1jG7b18TYkihi6wAAACADUODf4hOiCb3mPnS/rOK5Qe5JcbUTfjY5qga6yMd4lSH0Q43knv3eJ645CBwXgUNad/TGUk70P+8VznEvHpOnY5WcPVJEr1e8Oj44zKGJq+MMQ3RCJZNyOJn/QhDZ7A/yHmFt9V3LTg1uhpnIdoW2TyevOzVXCMUPV4Zjfd3oH4= root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.8,24,fe80::f816:3eff:fef4:67cb/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.8 \nip-route:169.254.169.254 via 10.10.11.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-000000e4\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.81 ===\n/dev/root resized successfully [took 1.97s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init 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:67:CB \n inet addr:10.10.11.8 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef4:67cb/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:11897 (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.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-10-12 12:29:27,590 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266/action used request id req-0bc74f35-1ece-4e57-aa2d-461020cc86cb 2018-10-12 12:29:29,611 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d4bcddb9bc0debd8924fab65666fef5da3f161" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:29:30,675 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:29: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-3d09735e-e8cb-4e2b-931c-2e06796604c4 x-compute-request-id: req-3d09735e-e8cb-4e2b-931c-2e06796604c4 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 482048611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140767] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142434] pid_max: default: 32768 minimum: 301\n[ 0.143333] ACPI: Core revision 20150930\n[ 0.144721] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146038] Security Framework initialized\n[ 0.146871] Yama: becoming mindful.\n[ 0.147606] AppArmor: AppArmor initialized\n[ 0.148478] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149816] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151100] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152325] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153725] Initializing cgroup subsys io\n[ 0.154547] Initializing cgroup subsys memory\n[ 0.155411] Initializing cgroup subsys devices\n[ 0.156297] Initializing cgroup subsys freezer\n[ 0.157175] Initializing cgroup subsys net_cls\n[ 0.158044] Initializing cgroup subsys perf_event\n[ 0.158954] Initializing cgroup subsys net_prio\n[ 0.159849] Initializing cgroup subsys hugetlb\n[ 0.160720] Initializing cgroup subsys pids\n[ 0.161594] CPU: Physical Processor ID: 0\n[ 0.163108] mce: CPU supports 10 MCE banks\n[ 0.163969] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164971] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176853] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183252] ftrace: allocating 31920 entries in 125 pages\n[ 0.209611] smpboot: Max logical packages: 1\n[ 0.210494] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211855] x2apic enabled\n[ 0.212672] Switched APIC routing to physical x2apic.\n[ 0.214422] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215555] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217576] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219373] KVM setup paravirtual spinlock\n[ 0.220672] x86: Booted up 1 node, 1 CPUs\n[ 0.221491] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222895] devtmpfs: initialized\n[ 0.224611] evm: security.selinux\n[ 0.225322] evm: security.SMACK64\n[ 0.226018] evm: security.SMACK64EXEC\n[ 0.226762] evm: security.SMACK64TRANSMUTE\n[ 0.227589] evm: security.SMACK64MMAP\n[ 0.228342] evm: security.ima\n[ 0.229002] evm: security.capability\n[ 0.229808] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231668] pinctrl core: initialized pinctrl subsystem\n[ 0.232774] RTC time: 12:27:39, date: 10/12/18\n[ 0.233738] NET: Registered protocol family 16\n[ 0.234715] cpuidle: using governor ladder\n[ 0.235541] cpuidle: using governor menu\n[ 0.236332] PCCT header not found.\n[ 0.237094] ACPI: bus type PCI registered\n[ 0.237908] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239154] PCI: Using configuration type 1 for base access\n[ 0.240917] ACPI: Added _OSI(Module Device)\n[ 0.241764] ACPI: Added _OSI(Processor Device)\n[ 0.242632] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243534] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245646] ACPI: Interpreter enabled\n[ 0.246434] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248303] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251999] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253842] ACPI: (supports S0 S5)\n[ 0.254550] ACPI: Using IOAPIC for interrupt routing\n[ 0.255614] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258708] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259863] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261111] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262315] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264569] acpiphp: Slot [3] registered\n[ 0.265384] acpiphp: Slot [4] registered\n[ 0.266193] acpiphp: Slot [5] registered\n[ 0.266998] acpiphp: Slot [6] registered\n[ 0.267814] acpiphp: Slot [7] registered\n[ 0.268629] acpiphp: Slot [8] registered\n[ 0.269439] acpiphp: Slot [9] registered\n[ 0.270245] acpiphp: Slot [10] registered\n[ 0.271069] acpiphp: Slot [11] registered\n[ 0.271889] acpiphp: Slot [12] registered\n[ 0.272710] acpiphp: Slot [13] registered\n[ 0.273529] acpiphp: Slot [14] registered\n[ 0.274347] acpiphp: Slot [15] registered\n[ 0.285268] acpiphp: Slot [16] registered\n[ 0.286094] acpiphp: Slot [17] registered\n[ 0.286914] acpiphp: Slot [18] registered\n[ 0.287743] acpiphp: Slot [19] registered\n[ 0.288561] acpiphp: Slot [20] registered\n[ 0.289386] acpiphp: Slot [21] registered\n[ 0.290208] acpiphp: Slot [22] registered\n[ 0.291026] acpiphp: Slot [23] registered\n[ 0.291842] acpiphp: Slot [24] registered\n[ 0.292663] acpiphp: Slot [25] registered\n[ 0.293488] acpiphp: Slot [26] registered\n[ 0.294309] acpiphp: Slot [27] registered\n[ 0.295131] acpiphp: Slot [28] registered\n[ 0.295951] acpiphp: Slot [29] registered\n[ 0.296764] acpiphp: Slot [30] registered\n[ 0.297591] acpiphp: Slot [31] registered\n[ 0.298419] PCI host bridge to bus 0000:00\n[ 0.299239] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300468] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301700] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303168] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304630] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310898] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312185] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313370] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314651] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321154] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322612] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368023] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.369508] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370955] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372388] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373792] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.375051] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.376447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.377514] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379089] vgaarb: loaded\n[ 0.379692] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380838] SCSI subsystem initialized\n[ 0.381671] ACPI: bus type USB registered\n[ 0.382490] usbcore: registered new interface driver usbfs\n[ 0.383518] usbcore: registered new interface driver hub\n[ 0.384525] usbcore: registered new device driver usb\n[ 0.385582] PCI: Using ACPI for IRQ routing\n[ 0.386610] NetLabel: Initializing\n[ 0.387332] NetLabel: domain hash size = 128\n[ 0.388188] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.389153] NetLabel: unlabeled traffic allowed by default\n[ 0.390258] clocksource: Switched to clocksource kvm-clock\n[ 0.395707] AppArmor: AppArmor Filesystem Enabled\n[ 0.396683] pnp: PnP ACPI init\n[ 0.397607] pnp: PnP ACPI: found 5 devices\n[ 0.403997] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405707] NET: Registered protocol family 2\n[ 0.406670] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407958] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409153] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410338] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411426] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412599] NET: Registered protocol family 1\n[ 0.413473] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414585] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415667] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429810] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444126] Trying to unpack rootfs image as initramfs...\n[ 0.494049] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507891] Scanning for low memory corruption every 60 seconds\n[ 0.509232] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510429] audit: initializing netlink subsys (disabled)\n[ 0.511486] audit: type=2000 audit(1539347260.600:1): initialized\n[ 0.512815] Initialise system trusted keyring\n[ 0.513766] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514965] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516952] zbud: loaded\n[ 0.517659] VFS: Disk quotas dquot_6.6.0\n[ 0.518506] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520063] fuse init (API version 7.23)\n[ 0.520975] Key type big_key registered\n[ 0.521785] Allocating IMA MOK and blacklist keyrings.\n[ 0.522926] Key type asymmetric registered\n[ 0.523761] Asymmetric key parser 'x509' registered\n[ 0.524732] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526599] io scheduler noop registered\n[ 0.527419] io scheduler deadline registered (default)\n[ 0.528430] io scheduler cfq registered\n[ 0.529276] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530384] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531675] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533155] ACPI: Power Button [PWRF]\n[ 0.533998] GHES: HEST is not enabled!\n[ 0.547684] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577155] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579413] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604504] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606771] Linux agpgart interface v0.103\n[ 0.608823] brd: module loaded\n[ 0.610031] loop: module loaded\n[ 0.614641] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616142] GPT:90111 != 2097151\n[ 0.616832] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617951] GPT:90111 != 2097151\n[ 0.618644] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619648] vda: vda1 vda15\n[ 0.621157] scsi host0: ata_piix\n[ 0.621908] scsi host1: ata_piix\n[ 0.622630] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623869] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625332] libphy: Fixed MDIO Bus: probed\n[ 0.626166] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627180] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629384] PPP generic driver version 2.4.2\n[ 0.630301] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631609] ehci-pci: EHCI PCI platform driver\n[ 0.632495] ehci-platform: EHCI generic platform driver\n[ 0.633506] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634673] ohci-pci: OHCI PCI platform driver\n[ 0.635571] ohci-platform: OHCI generic platform driver\n[ 0.636588] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651120] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652155] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653648] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654723] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657160] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658644] usb usb1: Product: UHCI Host Controller\n[ 0.659605] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660780] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661828] hub 1-0:1.0: USB hub found\n[ 0.662639] hub 1-0:1.0: 2 ports detected\n[ 0.663575] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665735] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666745] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667809] mousedev: PS/2 mouse device common for all mice\n[ 0.669099] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670985] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672100] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673334] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674569] i2c /dev entries driver\n[ 0.675414] device-mapper: uevent: version 1.0.3\n[ 0.676387] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678066] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679381] NET: Registered protocol family 10\n[ 0.680393] NET: Registered protocol family 17\n[ 0.681323] Key type dns_resolver registered\n[ 0.682278] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683399] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685184] registered taskstats version 1\n[ 0.686039] Loading compiled-in X.509 certificates\n[ 0.687511] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689414] zswap: loaded using pool lzo/zbud\n[ 0.690807] Key type trusted registered\n[ 0.692400] Key type encrypted registered\n[ 0.693251] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694309] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695377] evm: HMAC attrs: 0x1\n[ 0.696332] Magic number: 6:125:481\n[ 0.697116] ata_device dev1.0: hash matches\n[ 0.697958] dev1.0: hash matches\n[ 0.698763] rtc_cmos 00:00: setting system clock to 2018-10-12 12:27:40 UTC (1539347260)\n[ 0.700404] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701557] EDD information not available.\n[ 0.783242] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795413] Write protecting the kernel read-only data: 14336k\n[ 0.796997] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798809] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.840461] 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.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.8...\nLease of 10.10.11.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.93. iid=i-000000e4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDYenaDW3yo3gq2b7Qc8VMyOeSD7WVd8wTXWsnlYiiD7fd80GRDp+lCrjnAc3jvxbEg8CrokXNTxIbi5U47Klgmn48PML/pppPAWRm+8prwRfIkd4sPY0EiMAqdoVAZ6GsPJPY8Il3E5ancuzxRHtGkKhQGdtCD/cDqOn4Xcp1fFRvVwzLP7okWkalEy93VVBGqsPjKf4djw59MS7ZJtbAgwim6i9UUEXdAPrPqgvMfW+N+VZwK1Cn/jRFte+apBL21HhaS4F2JFeYGmQ4bumxVYMwo7OPZchVC0l7zWT/wR1VFZ5HZOZ1PDBaA23SO2x7E/RC8ZlTWnlY8YXTYDd+5 root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBANwLtVCMGaVz5CxHbkZ9OPsZJZ6r5Ed/2Y7/Q89fEXvc3o75YLl2HvdKe+UTcTes4rFJVjrE8zKpQ/RB+HMkG8MVJvLsR0aLuNEFpnOwz7cjMzLl6qN41x/L8DU5AhGaZW8ltN3mIs0XYtCwQI609MbB2nZBaY+7cLLABpi+I6ndAAAAFQCYVU8r7Hfz8RIkAcXMgy+hCN0r8QAAAIEApZa5nmehuCaG1GK+Q15ADiOojmKR5tYsm5fXEsHUB6fgiq3lcNgPdf8dblRBJSr4HWzkHnf5qVzsY7F1V4982GaIZBIS6kkF1Z/3dydjc/ZoiVwM1s4NOWjBiT2T/GDE2ZL3n4EAbG4cxI1bEk2Us0ehBZ3l1jG7b18TYkihi6wAAACADUODf4hOiCb3mPnS/rOK5Qe5JcbUTfjY5qga6yMd4lSH0Q43knv3eJ645CBwXgUNad/TGUk70P+8VznEvHpOnY5WcPVJEr1e8Oj44zKGJq+MMQ3RCJZNyOJn/QhDZ7A/yHmFt9V3LTg1uhpnIdoW2TyevOzVXCMUPV4Zjfd3oH4= root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.8,24,fe80::f816:3eff:fef4:67cb/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.8 \nip-route:169.254.169.254 via 10.10.11.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-000000e4\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.81 ===\n/dev/root resized successfully [took 1.97s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init 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:67:CB \n inet addr:10.10.11.8 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef4:67cb/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:11897 (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.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-10-12 12:29:30,676 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266/action used request id req-3d09735e-e8cb-4e2b-931c-2e06796604c4 2018-10-12 12:29:32,696 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d4bcddb9bc0debd8924fab65666fef5da3f161" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:29:33,763 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:29:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6fa4363e-88fa-47e5-81cc-22578c8097ad x-compute-request-id: req-6fa4363e-88fa-47e5-81cc-22578c8097ad Content-Encoding: gzip Content-Length: 10923 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 482048611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140767] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142434] pid_max: default: 32768 minimum: 301\n[ 0.143333] ACPI: Core revision 20150930\n[ 0.144721] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146038] Security Framework initialized\n[ 0.146871] Yama: becoming mindful.\n[ 0.147606] AppArmor: AppArmor initialized\n[ 0.148478] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149816] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151100] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152325] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153725] Initializing cgroup subsys io\n[ 0.154547] Initializing cgroup subsys memory\n[ 0.155411] Initializing cgroup subsys devices\n[ 0.156297] Initializing cgroup subsys freezer\n[ 0.157175] Initializing cgroup subsys net_cls\n[ 0.158044] Initializing cgroup subsys perf_event\n[ 0.158954] Initializing cgroup subsys net_prio\n[ 0.159849] Initializing cgroup subsys hugetlb\n[ 0.160720] Initializing cgroup subsys pids\n[ 0.161594] CPU: Physical Processor ID: 0\n[ 0.163108] mce: CPU supports 10 MCE banks\n[ 0.163969] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164971] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176853] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183252] ftrace: allocating 31920 entries in 125 pages\n[ 0.209611] smpboot: Max logical packages: 1\n[ 0.210494] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211855] x2apic enabled\n[ 0.212672] Switched APIC routing to physical x2apic.\n[ 0.214422] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215555] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217576] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219373] KVM setup paravirtual spinlock\n[ 0.220672] x86: Booted up 1 node, 1 CPUs\n[ 0.221491] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222895] devtmpfs: initialized\n[ 0.224611] evm: security.selinux\n[ 0.225322] evm: security.SMACK64\n[ 0.226018] evm: security.SMACK64EXEC\n[ 0.226762] evm: security.SMACK64TRANSMUTE\n[ 0.227589] evm: security.SMACK64MMAP\n[ 0.228342] evm: security.ima\n[ 0.229002] evm: security.capability\n[ 0.229808] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231668] pinctrl core: initialized pinctrl subsystem\n[ 0.232774] RTC time: 12:27:39, date: 10/12/18\n[ 0.233738] NET: Registered protocol family 16\n[ 0.234715] cpuidle: using governor ladder\n[ 0.235541] cpuidle: using governor menu\n[ 0.236332] PCCT header not found.\n[ 0.237094] ACPI: bus type PCI registered\n[ 0.237908] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239154] PCI: Using configuration type 1 for base access\n[ 0.240917] ACPI: Added _OSI(Module Device)\n[ 0.241764] ACPI: Added _OSI(Processor Device)\n[ 0.242632] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243534] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245646] ACPI: Interpreter enabled\n[ 0.246434] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248303] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251999] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253842] ACPI: (supports S0 S5)\n[ 0.254550] ACPI: Using IOAPIC for interrupt routing\n[ 0.255614] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258708] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259863] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261111] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262315] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264569] acpiphp: Slot [3] registered\n[ 0.265384] acpiphp: Slot [4] registered\n[ 0.266193] acpiphp: Slot [5] registered\n[ 0.266998] acpiphp: Slot [6] registered\n[ 0.267814] acpiphp: Slot [7] registered\n[ 0.268629] acpiphp: Slot [8] registered\n[ 0.269439] acpiphp: Slot [9] registered\n[ 0.270245] acpiphp: Slot [10] registered\n[ 0.271069] acpiphp: Slot [11] registered\n[ 0.271889] acpiphp: Slot [12] registered\n[ 0.272710] acpiphp: Slot [13] registered\n[ 0.273529] acpiphp: Slot [14] registered\n[ 0.274347] acpiphp: Slot [15] registered\n[ 0.285268] acpiphp: Slot [16] registered\n[ 0.286094] acpiphp: Slot [17] registered\n[ 0.286914] acpiphp: Slot [18] registered\n[ 0.287743] acpiphp: Slot [19] registered\n[ 0.288561] acpiphp: Slot [20] registered\n[ 0.289386] acpiphp: Slot [21] registered\n[ 0.290208] acpiphp: Slot [22] registered\n[ 0.291026] acpiphp: Slot [23] registered\n[ 0.291842] acpiphp: Slot [24] registered\n[ 0.292663] acpiphp: Slot [25] registered\n[ 0.293488] acpiphp: Slot [26] registered\n[ 0.294309] acpiphp: Slot [27] registered\n[ 0.295131] acpiphp: Slot [28] registered\n[ 0.295951] acpiphp: Slot [29] registered\n[ 0.296764] acpiphp: Slot [30] registered\n[ 0.297591] acpiphp: Slot [31] registered\n[ 0.298419] PCI host bridge to bus 0000:00\n[ 0.299239] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300468] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301700] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303168] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304630] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310898] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312185] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313370] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314651] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321154] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322612] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368023] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.369508] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370955] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372388] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.373792] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.375051] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.376447] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.377514] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379089] vgaarb: loaded\n[ 0.379692] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380838] SCSI subsystem initialized\n[ 0.381671] ACPI: bus type USB registered\n[ 0.382490] usbcore: registered new interface driver usbfs\n[ 0.383518] usbcore: registered new interface driver hub\n[ 0.384525] usbcore: registered new device driver usb\n[ 0.385582] PCI: Using ACPI for IRQ routing\n[ 0.386610] NetLabel: Initializing\n[ 0.387332] NetLabel: domain hash size = 128\n[ 0.388188] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.389153] NetLabel: unlabeled traffic allowed by default\n[ 0.390258] clocksource: Switched to clocksource kvm-clock\n[ 0.395707] AppArmor: AppArmor Filesystem Enabled\n[ 0.396683] pnp: PnP ACPI init\n[ 0.397607] pnp: PnP ACPI: found 5 devices\n[ 0.403997] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405707] NET: Registered protocol family 2\n[ 0.406670] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407958] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409153] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410338] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411426] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412599] NET: Registered protocol family 1\n[ 0.413473] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414585] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415667] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429810] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444126] Trying to unpack rootfs image as initramfs...\n[ 0.494049] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507891] Scanning for low memory corruption every 60 seconds\n[ 0.509232] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510429] audit: initializing netlink subsys (disabled)\n[ 0.511486] audit: type=2000 audit(1539347260.600:1): initialized\n[ 0.512815] Initialise system trusted keyring\n[ 0.513766] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514965] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516952] zbud: loaded\n[ 0.517659] VFS: Disk quotas dquot_6.6.0\n[ 0.518506] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520063] fuse init (API version 7.23)\n[ 0.520975] Key type big_key registered\n[ 0.521785] Allocating IMA MOK and blacklist keyrings.\n[ 0.522926] Key type asymmetric registered\n[ 0.523761] Asymmetric key parser 'x509' registered\n[ 0.524732] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526599] io scheduler noop registered\n[ 0.527419] io scheduler deadline registered (default)\n[ 0.528430] io scheduler cfq registered\n[ 0.529276] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530384] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531675] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533155] ACPI: Power Button [PWRF]\n[ 0.533998] GHES: HEST is not enabled!\n[ 0.547684] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577155] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579413] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604504] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606771] Linux agpgart interface v0.103\n[ 0.608823] brd: module loaded\n[ 0.610031] loop: module loaded\n[ 0.614641] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.616142] GPT:90111 != 2097151\n[ 0.616832] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617951] GPT:90111 != 2097151\n[ 0.618644] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619648] vda: vda1 vda15\n[ 0.621157] scsi host0: ata_piix\n[ 0.621908] scsi host1: ata_piix\n[ 0.622630] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623869] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625332] libphy: Fixed MDIO Bus: probed\n[ 0.626166] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627180] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629384] PPP generic driver version 2.4.2\n[ 0.630301] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631609] ehci-pci: EHCI PCI platform driver\n[ 0.632495] ehci-platform: EHCI generic platform driver\n[ 0.633506] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634673] ohci-pci: OHCI PCI platform driver\n[ 0.635571] ohci-platform: OHCI generic platform driver\n[ 0.636588] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651120] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652155] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653648] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654723] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657160] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658644] usb usb1: Product: UHCI Host Controller\n[ 0.659605] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660780] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661828] hub 1-0:1.0: USB hub found\n[ 0.662639] hub 1-0:1.0: 2 ports detected\n[ 0.663575] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665735] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666745] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667809] mousedev: PS/2 mouse device common for all mice\n[ 0.669099] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670985] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672100] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673334] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674569] i2c /dev entries driver\n[ 0.675414] device-mapper: uevent: version 1.0.3\n[ 0.676387] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678066] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679381] NET: Registered protocol family 10\n[ 0.680393] NET: Registered protocol family 17\n[ 0.681323] Key type dns_resolver registered\n[ 0.682278] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683399] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685184] registered taskstats version 1\n[ 0.686039] Loading compiled-in X.509 certificates\n[ 0.687511] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689414] zswap: loaded using pool lzo/zbud\n[ 0.690807] Key type trusted registered\n[ 0.692400] Key type encrypted registered\n[ 0.693251] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694309] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695377] evm: HMAC attrs: 0x1\n[ 0.696332] Magic number: 6:125:481\n[ 0.697116] ata_device dev1.0: hash matches\n[ 0.697958] dev1.0: hash matches\n[ 0.698763] rtc_cmos 00:00: setting system clock to 2018-10-12 12:27:40 UTC (1539347260)\n[ 0.700404] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701557] EDD information not available.\n[ 0.783242] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795413] Write protecting the kernel read-only data: 14336k\n[ 0.796997] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798809] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.840461] 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.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.8...\nLease of 10.10.11.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.93. iid=i-000000e4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDYenaDW3yo3gq2b7Qc8VMyOeSD7WVd8wTXWsnlYiiD7fd80GRDp+lCrjnAc3jvxbEg8CrokXNTxIbi5U47Klgmn48PML/pppPAWRm+8prwRfIkd4sPY0EiMAqdoVAZ6GsPJPY8Il3E5ancuzxRHtGkKhQGdtCD/cDqOn4Xcp1fFRvVwzLP7okWkalEy93VVBGqsPjKf4djw59MS7ZJtbAgwim6i9UUEXdAPrPqgvMfW+N+VZwK1Cn/jRFte+apBL21HhaS4F2JFeYGmQ4bumxVYMwo7OPZchVC0l7zWT/wR1VFZ5HZOZ1PDBaA23SO2x7E/RC8ZlTWnlY8YXTYDd+5 root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBANwLtVCMGaVz5CxHbkZ9OPsZJZ6r5Ed/2Y7/Q89fEXvc3o75YLl2HvdKe+UTcTes4rFJVjrE8zKpQ/RB+HMkG8MVJvLsR0aLuNEFpnOwz7cjMzLl6qN41x/L8DU5AhGaZW8ltN3mIs0XYtCwQI609MbB2nZBaY+7cLLABpi+I6ndAAAAFQCYVU8r7Hfz8RIkAcXMgy+hCN0r8QAAAIEApZa5nmehuCaG1GK+Q15ADiOojmKR5tYsm5fXEsHUB6fgiq3lcNgPdf8dblRBJSr4HWzkHnf5qVzsY7F1V4982GaIZBIS6kkF1Z/3dydjc/ZoiVwM1s4NOWjBiT2T/GDE2ZL3n4EAbG4cxI1bEk2Us0ehBZ3l1jG7b18TYkihi6wAAACADUODf4hOiCb3mPnS/rOK5Qe5JcbUTfjY5qga6yMd4lSH0Q43knv3eJ645CBwXgUNad/TGUk70P+8VznEvHpOnY5WcPVJEr1e8Oj44zKGJq+MMQ3RCJZNyOJn/QhDZ7A/yHmFt9V3LTg1uhpnIdoW2TyevOzVXCMUPV4Zjfd3oH4= root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.8,24,fe80::f816:3eff:fef4:67cb/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.8 \nip-route:169.254.169.254 via 10.10.11.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-000000e4\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=64.81 ===\n/dev/root resized successfully [took 1.97s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init 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:67:CB \n inet addr:10.10.11.8 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef4:67cb/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:11897 (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.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-1-5 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.135277] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.135278] usb 1-1: Product: QEMU USB Tablet\n[ 1.135279] usb 1-1: Manufacturer: QEMU\n[ 1.135280] usb 1-1: SerialNumber: 42\n[ 1.506383] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.506386] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 1.947295] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.965349] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 64.940546] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 65.245460] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 12 13:27:41 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 12 13:27:41 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 12 13:27:41 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 12 13:27:41 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 12 13:27:41 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 12 13:27:41 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nOct 12 13:27:41 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 12 13:27:41 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 12 13:27:41 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 12 13:27:41 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 12 13:27:41 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 12 13:27:41 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 12 13:28:43 cirros auth.notice su: + /dev/console root:cirros\nOct 12 13:28:44 cirros authpriv.info dropbear[340]: Running in background\nOct 12 13:28:44 cirros kern.info kernel: [ 64.940546] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 12 13:28:45 cirros kern.info kernel: [ 65.245460] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-1-5 login: "} 2018-10-12 12:29:33,764 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266/action used request id req-6fa4363e-88fa-47e5-81cc-22578c8097ad 2018-10-12 12:29:35,798 - sdnvpn_test_utils - INFO - Waiting for instance 0c112c0b-d5e8-46c5-b050-4b2fc492f5f7 to boot up 2018-10-12 12:29:35,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71fce8f563735886f275e19ba5d28de50468cd52" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:29:36,867 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:29:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8928ac86-2e9a-4b6a-a7a1-e81b3fada3ca x-compute-request-id: req-8928ac86-2e9a-4b6a-a7a1-e81b3fada3ca Content-Encoding: gzip Content-Length: 8143 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535341343 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130708] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132821] pid_max: default: 32768 minimum: 301\n[ 0.133981] ACPI: Core revision 20150930\n[ 0.135562] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137209] Security Framework initialized\n[ 0.138265] Yama: becoming mindful.\n[ 0.139190] AppArmor: AppArmor initialized\n[ 0.140301] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142087] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143800] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145401] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146909] Initializing cgroup subsys io\n[ 0.147689] Initializing cgroup subsys memory\n[ 0.148519] Initializing cgroup subsys devices\n[ 0.149366] Initializing cgroup subsys freezer\n[ 0.150217] Initializing cgroup subsys net_cls\n[ 0.151052] Initializing cgroup subsys perf_event\n[ 0.151925] Initializing cgroup subsys net_prio\n[ 0.152769] Initializing cgroup subsys hugetlb\n[ 0.153850] Initializing cgroup subsys pids\n[ 0.154950] CPU: Physical Processor ID: 0\n[ 0.156652] mce: CPU supports 10 MCE banks\n[ 0.157735] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158996] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169711] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176082] ftrace: allocating 31920 entries in 125 pages\n[ 0.202489] smpboot: Max logical packages: 1\n[ 0.203435] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205161] x2apic enabled\n[ 0.206123] Switched APIC routing to physical x2apic.\n[ 0.208143] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209589] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212119] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214395] KVM setup paravirtual spinlock\n[ 0.215913] x86: Booted up 1 node, 1 CPUs\n[ 0.216938] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.218692] devtmpfs: initialized\n[ 0.220601] evm: security.selinux\n[ 0.221495] evm: security.SMACK64\n[ 0.222381] evm: security.SMACK64EXEC\n[ 0.223340] evm: security.SMACK64TRANSMUTE\n[ 0.224387] evm: security.SMACK64MMAP\n[ 0.225334] evm: security.ima\n[ 0.226155] evm: security.capability\n[ 0.227173] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229602] pinctrl core: initialized pinctrl subsystem\n[ 0.231002] RTC time: 12:28:05, date: 10/12/18\n[ 0.232210] NET: Registered protocol family 16\n[ 0.233439] cpuidle: using governor ladder\n[ 0.234537] cpuidle: using governor menu\n[ 0.235587] PCCT header not found.\n[ 0.236561] ACPI: bus type PCI registered\n[ 0.237614] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239289] PCI: Using configuration type 1 for base access\n[ 0.241427] ACPI: Added _OSI(Module Device)\n[ 0.242528] ACPI: Added _OSI(Processor Device)\n[ 0.243677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244876] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247361] ACPI: Interpreter enabled\n[ 0.248351] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255531] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258026] ACPI: (supports S0 S5)\n[ 0.258935] ACPI: Using IOAPIC for interrupt routing\n[ 0.260196] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263815] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265332] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266964] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268555] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271478] acpiphp: Slot [3] registered\n[ 0.272507] acpiphp: Slot [4] registered\n[ 0.273533] acpiphp: Slot [5] registered\n[ 0.274564] acpiphp: Slot [6] registered\n[ 0.275595] acpiphp: Slot [7] registered\n[ 0.276621] acpiphp: Slot [8] registered\n[ 0.277669] acpiphp: Slot [9] registered\n[ 0.278692] acpiphp: Slot [10] registered\n[ 0.279726] acpiphp: Slot [11] registered\n[ 0.280767] acpiphp: Slot [12] registered\n[ 0.281823] acpiphp: Slot [13] registered\n[ 0.282912] acpiphp: Slot [14] registered\n[ 0.283986] acpiphp: Slot [15] registered\n[ 0.295292] acpiphp: Slot [16] registered\n[ 0.296299] acpiphp: Slot [17] registered\n[ 0.297082] acpiphp: Slot [18] registered\n[ 0.297857] acpiphp: Slot [19] registered\n[ 0.298651] acpiphp: Slot [20] registered\n[ 0.299438] acpiphp: Slot [21] registered\n[ 0.300220] acpiphp: Slot [22] registered\n[ 0.300998] acpiphp: Slot [23] registered\n[ 0.301774] acpiphp: Slot [24] registered\n[ 0.302562] acpiphp: Slot [25] registered\n[ 0.303359] acpiphp: Slot [26] registered\n[ 0.304143] acpiphp: Slot [27] registered\n[ 0.304935] acpiphp: Slot [28] registered\n[ 0.305716] acpiphp: Slot [29] registered\n[ 0.306499] acpiphp: Slot [30] registered\n[ 0.307285] acpiphp: Slot [31] registered\n[ 0.308063] PCI host bridge to bus 0000:00\n[ 0.308844] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310021] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311177] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312569] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313972] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320139] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321364] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322491] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.323713] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330198] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.331585] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378832] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380234] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381598] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382954] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384192] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385346] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386375] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387903] vgaarb: loaded\n[ 0.388490] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389594] SCSI subsystem initialized\n[ 0.390392] ACPI: bus type USB registered\n[ 0.391189] usbcore: registered new interface driver usbfs\n[ 0.392194] usbcore: registered new interface driver hub\n[ 0.393192] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395214] NetLabel: Initializing\n[ 0.395908] NetLabel: domain hash size = 128\n[ 0.396735] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397658] NetLabel: unlabeled traffic allowed by default\n[ 0.398728] clocksource: Switched to clocksource kvm-clock\n[ 0.404125] AppArmor: AppArmor Filesystem Enabled\n[ 0.405068] pnp: PnP ACPI init\n[ 0.405962] pnp: PnP ACPI: found 5 devices\n[ 0.412310] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413983] NET: Registered protocol family 2\n[ 0.414924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416159] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.417324] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.418444] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419486] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420621] NET: Registered protocol family 1\n[ 0.421465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422525] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.423586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437620] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451790] Trying to unpack rootfs image as initramfs...\n[ 0.501804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.515599] Scanning for low memory corruption every 60 seconds\n[ 0.516916] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.518024] audit: initializing netlink subsys (disabled)\n[ 0.519025] audit: type=2000 audit(1539347286.482:1): initialized\n[ 0.520297] Initialise system trusted keyring\n[ 0.521197] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.522325] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.524254] zbud: loaded\n[ 0.524943] VFS: Disk quotas dquot_6.6.0\n[ 0.525734] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.527206] fuse init (API version 7.23)\n[ 0.528083] Key type big_key registered\n[ 0.528858] Allocating IMA MOK and blacklist keyrings.\n[ 0.529942] Key type asymmetric registered\n[ 0.530750] Asymmetric key parser 'x509' registered\n[ 0.531688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533150] io scheduler noop registered\n[ 0.533924] io scheduler deadline registered (default)\n[ 0.534891] io scheduler cfq registered\n[ 0.535707] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537969] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539414] ACPI: Power Button [PWRF]\n[ 0.540600] GHES: HEST is not enabled!\n[ 0.555672] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585110] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587391] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611272] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.613398] Linux agpgart interface v0.103\n[ 0.615450] brd: module loaded\n[ 0.616637] loop: module loaded\n[ 0.621567] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623008] GPT:90111 != 2097151\n[ 0.623669] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624733] GPT:90111 != 2097151\n[ 0.625395] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626333] vda: vda1 vda15\n[ 0.627705] scsi host0: ata_piix\n[ 0.628445] scsi host1: ata_piix\n[ 0.629138] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630331] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631766] libphy: Fixed MDIO Bus: probed\n[ 0.632580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633514] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635581] PPP generic driver version 2.4.2\n[ 0.636451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637667] ehci-pci: EHCI PCI platform driver\n[ 0.638526] ehci-platform: EHCI generic platform driver\n[ 0.639495] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640589] ohci-pci: OHCI PCI platform driver\n[ 0.641434] ohci-platform: OHCI generic platform driver\n[ 0.642404] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.656686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.657656] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659092] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660113] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661198] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662393] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663782] usb usb1: Product: UHCI Host Controller\n[ 0.664697] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665810] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666756] hub 1-0:1.0: USB hub found\n[ 0.667521] hub 1-0:1.0: 2 ports detected\n[ 0.668411] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679847] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.691982] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.692998] mousedev: PS/2 mouse device common for all mice\n[ 0.694224] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696035] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697107] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698277] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699447] i2c /dev entries driver\n[ 0.700194] device-mapper: uevent: version 1.0.3\n[ 0.701112] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.702802] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704094] NET: Registered protocol family 10\n[ 0.705072] NET: Registered protocol family 17\n[ 0.705946] Key type dns_resolver registered\n[ 0.706863] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.707946] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.709657] registered taskstats version 1\n[ 0.710479] Loading compiled-in X.509 certificates\n[ 0.711932] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713745] zswap: loaded using pool lzo/zbud\n[ 0.715149] Key type trusted registered\n[ 0.716690] Key type encrypted registered\n[ 0.717497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.718493] ima: No TPM chip found, activating TPM-bypass!\n[ 0.719508] evm: HMAC attrs: 0x1\n[ 0.720415] Magic number: 6:125:481\n[ 0.721164] ata_device dev1.0: hash matches\n[ 0.721981] dev1.0: hash matches\n[ 0.722754] rtc_cmos 00:00: setting system clock to 2018-10-12 12:28:06 UTC (1539347286)\n[ 0.724330] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725423] EDD information not available.\n[ 0.787297] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799184] ata1.00: configured for MWDMA2\n[ 0.800677] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803396] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805052] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806630] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808834] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810877] Write protecting the kernel read-only data: 14336k\n[ 0.812802] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815132] 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.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... [ 1.234717] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.48s]\nping 10.10.10.6 OK\nping 10.10.10.8 OK\n"} 2018-10-12 12:29:36,868 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7/action used request id req-8928ac86-2e9a-4b6a-a7a1-e81b3fada3ca 2018-10-12 12:29:38,871 - sdnvpn_test_utils - INFO - Waiting for instance 08846e30-1e5a-4e7b-af90-39c3787a3977 to boot up 2018-10-12 12:29:38,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/08846e30-1e5a-4e7b-af90-39c3787a3977/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e6c029e043b73e3e88a5e48dabd3bc1fa34018" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:29:39,947 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:29:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fef16aa0-9e4a-4686-8b92-14cbba704710 x-compute-request-id: req-fef16aa0-9e4a-4686-8b92-14cbba704710 Content-Encoding: gzip Content-Length: 8117 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 519816257 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.129591] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.131202] pid_max: default: 32768 minimum: 301\n[ 0.132074] ACPI: Core revision 20150930\n[ 0.133445] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134726] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136235] AppArmor: AppArmor initialized\n[ 0.137094] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138384] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139629] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140806] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142173] Initializing cgroup subsys io\n[ 0.142967] Initializing cgroup subsys memory\n[ 0.143802] Initializing cgroup subsys devices\n[ 0.144662] Initializing cgroup subsys freezer\n[ 0.145504] Initializing cgroup subsys net_cls\n[ 0.146349] Initializing cgroup subsys perf_event\n[ 0.147232] Initializing cgroup subsys net_prio\n[ 0.148092] Initializing cgroup subsys hugetlb\n[ 0.148943] Initializing cgroup subsys pids\n[ 0.149796] CPU: Physical Processor ID: 0\n[ 0.151266] mce: CPU supports 10 MCE banks\n[ 0.152094] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153079] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163955] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170491] ftrace: allocating 31920 entries in 125 pages\n[ 0.197582] smpboot: Max logical packages: 1\n[ 0.198405] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199726] x2apic enabled\n[ 0.200513] Switched APIC routing to physical x2apic.\n[ 0.202254] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203352] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205293] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207036] KVM setup paravirtual spinlock\n[ 0.208346] x86: Booted up 1 node, 1 CPUs\n[ 0.209136] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.210495] devtmpfs: initialized\n[ 0.212203] evm: security.selinux\n[ 0.212890] evm: security.SMACK64\n[ 0.213563] evm: security.SMACK64EXEC\n[ 0.214285] evm: security.SMACK64TRANSMUTE\n[ 0.215074] evm: security.SMACK64MMAP\n[ 0.215797] evm: security.ima\n[ 0.216427] evm: security.capability\n[ 0.217220] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219025] pinctrl core: initialized pinctrl subsystem\n[ 0.220105] RTC time: 12:27:51, date: 10/12/18\n[ 0.221059] NET: Registered protocol family 16\n[ 0.222045] cpuidle: using governor ladder\n[ 0.222845] cpuidle: using governor menu\n[ 0.223605] PCCT header not found.\n[ 0.224329] ACPI: bus type PCI registered\n[ 0.225115] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226320] PCI: Using configuration type 1 for base access\n[ 0.228064] ACPI: Added _OSI(Module Device)\n[ 0.228883] ACPI: Added _OSI(Processor Device)\n[ 0.229721] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230597] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232713] ACPI: Interpreter enabled\n[ 0.233458] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235261] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238844] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240632] ACPI: (supports S0 S5)\n[ 0.241316] ACPI: Using IOAPIC for interrupt routing\n[ 0.242234] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245385] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246503] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247715] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251053] acpiphp: Slot [3] registered\n[ 0.251835] acpiphp: Slot [4] registered\n[ 0.252617] acpiphp: Slot [5] registered\n[ 0.253405] acpiphp: Slot [6] registered\n[ 0.254201] acpiphp: Slot [7] registered\n[ 0.254982] acpiphp: Slot [8] registered\n[ 0.255765] acpiphp: Slot [9] registered\n[ 0.256538] acpiphp: Slot [10] registered\n[ 0.257329] acpiphp: Slot [11] registered\n[ 0.258130] acpiphp: Slot [12] registered\n[ 0.258938] acpiphp: Slot [13] registered\n[ 0.259731] acpiphp: Slot [14] registered\n[ 0.260517] acpiphp: Slot [15] registered\n[ 0.271453] acpiphp: Slot [16] registered\n[ 0.272256] acpiphp: Slot [17] registered\n[ 0.273053] acpiphp: Slot [18] registered\n[ 0.273843] acpiphp: Slot [19] registered\n[ 0.274631] acpiphp: Slot [20] registered\n[ 0.275417] acpiphp: Slot [21] registered\n[ 0.276217] acpiphp: Slot [22] registered\n[ 0.277021] acpiphp: Slot [23] registered\n[ 0.277813] acpiphp: Slot [24] registered\n[ 0.278606] acpiphp: Slot [25] registered\n[ 0.279393] acpiphp: Slot [26] registered\n[ 0.280183] acpiphp: Slot [27] registered\n[ 0.280987] acpiphp: Slot [28] registered\n[ 0.281782] acpiphp: Slot [29] registered\n[ 0.282570] acpiphp: Slot [30] registered\n[ 0.283354] acpiphp: Slot [31] registered\n[ 0.284144] PCI host bridge to bus 0000:00\n[ 0.284936] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286119] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287298] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288714] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290130] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296471] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297725] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300120] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306552] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307954] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354871] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356346] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357752] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359161] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360515] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361778] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362925] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363943] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365445] vgaarb: loaded\n[ 0.366030] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367150] SCSI subsystem initialized\n[ 0.367958] ACPI: bus type USB registered\n[ 0.368752] usbcore: registered new interface driver usbfs\n[ 0.369748] usbcore: registered new interface driver hub\n[ 0.370724] usbcore: registered new device driver usb\n[ 0.371759] PCI: Using ACPI for IRQ routing\n[ 0.372763] NetLabel: Initializing\n[ 0.373453] NetLabel: domain hash size = 128\n[ 0.374286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375207] NetLabel: unlabeled traffic allowed by default\n[ 0.376280] clocksource: Switched to clocksource kvm-clock\n[ 0.381887] AppArmor: AppArmor Filesystem Enabled\n[ 0.382822] pnp: PnP ACPI init\n[ 0.383721] pnp: PnP ACPI: found 5 devices\n[ 0.390076] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391746] NET: Registered protocol family 2\n[ 0.392691] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393921] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395062] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396186] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397234] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398369] NET: Registered protocol family 1\n[ 0.399214] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400271] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401313] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415152] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429373] Trying to unpack rootfs image as initramfs...\n[ 0.478529] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492405] Scanning for low memory corruption every 60 seconds\n[ 0.493788] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494912] audit: initializing netlink subsys (disabled)\n[ 0.495908] audit: type=2000 audit(1539347272.567:1): initialized\n[ 0.497204] Initialise system trusted keyring\n[ 0.498109] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499230] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501154] zbud: loaded\n[ 0.501846] VFS: Disk quotas dquot_6.6.0\n[ 0.502641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504108] fuse init (API version 7.23)\n[ 0.504995] Key type big_key registered\n[ 0.505775] Allocating IMA MOK and blacklist keyrings.\n[ 0.506846] Key type asymmetric registered\n[ 0.507645] Asymmetric key parser 'x509' registered\n[ 0.508581] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510005] io scheduler noop registered\n[ 0.510780] io scheduler deadline registered (default)\n[ 0.511738] io scheduler cfq registered\n[ 0.512559] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513577] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514803] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516207] ACPI: Power Button [PWRF]\n[ 0.517409] GHES: HEST is not enabled!\n[ 0.531091] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559325] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588854] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.612878] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615016] Linux agpgart interface v0.103\n[ 0.617123] brd: module loaded\n[ 0.618365] loop: module loaded\n[ 0.622559] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623976] GPT:90111 != 2097151\n[ 0.624649] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625716] GPT:90111 != 2097151\n[ 0.626372] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627320] vda: vda1 vda15\n[ 0.628819] scsi host0: ata_piix\n[ 0.629554] scsi host1: ata_piix\n[ 0.630246] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631430] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632860] libphy: Fixed MDIO Bus: probed\n[ 0.633664] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634590] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636834] PPP generic driver version 2.4.2\n[ 0.637705] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638928] ehci-pci: EHCI PCI platform driver\n[ 0.639778] ehci-platform: EHCI generic platform driver\n[ 0.640751] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.641854] ohci-pci: OHCI PCI platform driver\n[ 0.642704] ohci-platform: OHCI generic platform driver\n[ 0.643662] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657976] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658957] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660381] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661385] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.662474] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.663670] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.665058] usb usb1: Product: UHCI Host Controller\n[ 0.665969] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.667079] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.668017] hub 1-0:1.0: USB hub found\n[ 0.668789] hub 1-0:1.0: 2 ports detected\n[ 0.669671] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671759] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672708] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673708] mousedev: PS/2 mouse device common for all mice\n[ 0.674929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676743] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677800] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678960] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680122] i2c /dev entries driver\n[ 0.680880] device-mapper: uevent: version 1.0.3\n[ 0.681793] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.683380] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684657] NET: Registered protocol family 10\n[ 0.685631] NET: Registered protocol family 17\n[ 0.686495] Key type dns_resolver registered\n[ 0.687412] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688493] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690206] registered taskstats version 1\n[ 0.691022] Loading compiled-in X.509 certificates\n[ 0.692449] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694262] zswap: loaded using pool lzo/zbud\n[ 0.696071] Key type trusted registered\n[ 0.698065] Key type encrypted registered\n[ 0.698872] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.699861] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700875] evm: HMAC attrs: 0x1\n[ 0.701812] Magic number: 6:125:481\n[ 0.702564] ata_device dev1.0: hash matches\n[ 0.703369] dev1.0: hash matches\n[ 0.704140] rtc_cmos 00:00: setting system clock to 2018-10-12 12:27:52 UTC (1539347272)\n[ 0.705723] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706799] EDD information not available.\n[ 0.788954] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.800684] ata1.00: configured for MWDMA2\n[ 0.801898] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.804050] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805241] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806467] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808316] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809822] Write protecting the kernel read-only data: 14336k\n[ 0.811346] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813116] 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.869034] 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.34\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.13...\nLease of 10.10.11.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.00s]\nping 10.10.11.8 KO\nping 10.10.11.8 KO\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\n"} 2018-10-12 12:29:39,947 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/08846e30-1e5a-4e7b-af90-39c3787a3977/action used request id req-fef16aa0-9e4a-4686-8b92-14cbba704710 2018-10-12 12:29:41,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71fce8f563735886f275e19ba5d28de50468cd52" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:29:43,028 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-5dd9b55d-ceff-4da7-bd5e-24fd24b5315e x-compute-request-id: req-5dd9b55d-ceff-4da7-bd5e-24fd24b5315e Content-Encoding: gzip Content-Length: 8143 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535341343 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130708] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132821] pid_max: default: 32768 minimum: 301\n[ 0.133981] ACPI: Core revision 20150930\n[ 0.135562] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137209] Security Framework initialized\n[ 0.138265] Yama: becoming mindful.\n[ 0.139190] AppArmor: AppArmor initialized\n[ 0.140301] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142087] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143800] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145401] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146909] Initializing cgroup subsys io\n[ 0.147689] Initializing cgroup subsys memory\n[ 0.148519] Initializing cgroup subsys devices\n[ 0.149366] Initializing cgroup subsys freezer\n[ 0.150217] Initializing cgroup subsys net_cls\n[ 0.151052] Initializing cgroup subsys perf_event\n[ 0.151925] Initializing cgroup subsys net_prio\n[ 0.152769] Initializing cgroup subsys hugetlb\n[ 0.153850] Initializing cgroup subsys pids\n[ 0.154950] CPU: Physical Processor ID: 0\n[ 0.156652] mce: CPU supports 10 MCE banks\n[ 0.157735] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158996] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169711] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176082] ftrace: allocating 31920 entries in 125 pages\n[ 0.202489] smpboot: Max logical packages: 1\n[ 0.203435] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205161] x2apic enabled\n[ 0.206123] Switched APIC routing to physical x2apic.\n[ 0.208143] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209589] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212119] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214395] KVM setup paravirtual spinlock\n[ 0.215913] x86: Booted up 1 node, 1 CPUs\n[ 0.216938] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.218692] devtmpfs: initialized\n[ 0.220601] evm: security.selinux\n[ 0.221495] evm: security.SMACK64\n[ 0.222381] evm: security.SMACK64EXEC\n[ 0.223340] evm: security.SMACK64TRANSMUTE\n[ 0.224387] evm: security.SMACK64MMAP\n[ 0.225334] evm: security.ima\n[ 0.226155] evm: security.capability\n[ 0.227173] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229602] pinctrl core: initialized pinctrl subsystem\n[ 0.231002] RTC time: 12:28:05, date: 10/12/18\n[ 0.232210] NET: Registered protocol family 16\n[ 0.233439] cpuidle: using governor ladder\n[ 0.234537] cpuidle: using governor menu\n[ 0.235587] PCCT header not found.\n[ 0.236561] ACPI: bus type PCI registered\n[ 0.237614] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239289] PCI: Using configuration type 1 for base access\n[ 0.241427] ACPI: Added _OSI(Module Device)\n[ 0.242528] ACPI: Added _OSI(Processor Device)\n[ 0.243677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244876] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247361] ACPI: Interpreter enabled\n[ 0.248351] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255531] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258026] ACPI: (supports S0 S5)\n[ 0.258935] ACPI: Using IOAPIC for interrupt routing\n[ 0.260196] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263815] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265332] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266964] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268555] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271478] acpiphp: Slot [3] registered\n[ 0.272507] acpiphp: Slot [4] registered\n[ 0.273533] acpiphp: Slot [5] registered\n[ 0.274564] acpiphp: Slot [6] registered\n[ 0.275595] acpiphp: Slot [7] registered\n[ 0.276621] acpiphp: Slot [8] registered\n[ 0.277669] acpiphp: Slot [9] registered\n[ 0.278692] acpiphp: Slot [10] registered\n[ 0.279726] acpiphp: Slot [11] registered\n[ 0.280767] acpiphp: Slot [12] registered\n[ 0.281823] acpiphp: Slot [13] registered\n[ 0.282912] acpiphp: Slot [14] registered\n[ 0.283986] acpiphp: Slot [15] registered\n[ 0.295292] acpiphp: Slot [16] registered\n[ 0.296299] acpiphp: Slot [17] registered\n[ 0.297082] acpiphp: Slot [18] registered\n[ 0.297857] acpiphp: Slot [19] registered\n[ 0.298651] acpiphp: Slot [20] registered\n[ 0.299438] acpiphp: Slot [21] registered\n[ 0.300220] acpiphp: Slot [22] registered\n[ 0.300998] acpiphp: Slot [23] registered\n[ 0.301774] acpiphp: Slot [24] registered\n[ 0.302562] acpiphp: Slot [25] registered\n[ 0.303359] acpiphp: Slot [26] registered\n[ 0.304143] acpiphp: Slot [27] registered\n[ 0.304935] acpiphp: Slot [28] registered\n[ 0.305716] acpiphp: Slot [29] registered\n[ 0.306499] acpiphp: Slot [30] registered\n[ 0.307285] acpiphp: Slot [31] registered\n[ 0.308063] PCI host bridge to bus 0000:00\n[ 0.308844] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310021] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311177] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312569] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313972] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320139] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321364] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322491] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.323713] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330198] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.331585] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378832] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380234] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381598] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382954] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384192] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385346] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386375] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387903] vgaarb: loaded\n[ 0.388490] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389594] SCSI subsystem initialized\n[ 0.390392] ACPI: bus type USB registered\n[ 0.391189] usbcore: registered new interface driver usbfs\n[ 0.392194] usbcore: registered new interface driver hub\n[ 0.393192] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395214] NetLabel: Initializing\n[ 0.395908] NetLabel: domain hash size = 128\n[ 0.396735] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397658] NetLabel: unlabeled traffic allowed by default\n[ 0.398728] clocksource: Switched to clocksource kvm-clock\n[ 0.404125] AppArmor: AppArmor Filesystem Enabled\n[ 0.405068] pnp: PnP ACPI init\n[ 0.405962] pnp: PnP ACPI: found 5 devices\n[ 0.412310] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413983] NET: Registered protocol family 2\n[ 0.414924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416159] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.417324] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.418444] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419486] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420621] NET: Registered protocol family 1\n[ 0.421465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422525] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.423586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437620] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451790] Trying to unpack rootfs image as initramfs...\n[ 0.501804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.515599] Scanning for low memory corruption every 60 seconds\n[ 0.516916] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.518024] audit: initializing netlink subsys (disabled)\n[ 0.519025] audit: type=2000 audit(1539347286.482:1): initialized\n[ 0.520297] Initialise system trusted keyring\n[ 0.521197] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.522325] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.524254] zbud: loaded\n[ 0.524943] VFS: Disk quotas dquot_6.6.0\n[ 0.525734] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.527206] fuse init (API version 7.23)\n[ 0.528083] Key type big_key registered\n[ 0.528858] Allocating IMA MOK and blacklist keyrings.\n[ 0.529942] Key type asymmetric registered\n[ 0.530750] Asymmetric key parser 'x509' registered\n[ 0.531688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533150] io scheduler noop registered\n[ 0.533924] io scheduler deadline registered (default)\n[ 0.534891] io scheduler cfq registered\n[ 0.535707] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537969] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539414] ACPI: Power Button [PWRF]\n[ 0.540600] GHES: HEST is not enabled!\n[ 0.555672] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585110] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587391] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611272] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.613398] Linux agpgart interface v0.103\n[ 0.615450] brd: module loaded\n[ 0.616637] loop: module loaded\n[ 0.621567] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623008] GPT:90111 != 2097151\n[ 0.623669] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624733] GPT:90111 != 2097151\n[ 0.625395] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626333] vda: vda1 vda15\n[ 0.627705] scsi host0: ata_piix\n[ 0.628445] scsi host1: ata_piix\n[ 0.629138] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630331] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631766] libphy: Fixed MDIO Bus: probed\n[ 0.632580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633514] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635581] PPP generic driver version 2.4.2\n[ 0.636451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637667] ehci-pci: EHCI PCI platform driver\n[ 0.638526] ehci-platform: EHCI generic platform driver\n[ 0.639495] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640589] ohci-pci: OHCI PCI platform driver\n[ 0.641434] ohci-platform: OHCI generic platform driver\n[ 0.642404] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.656686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.657656] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659092] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660113] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661198] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662393] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663782] usb usb1: Product: UHCI Host Controller\n[ 0.664697] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665810] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666756] hub 1-0:1.0: USB hub found\n[ 0.667521] hub 1-0:1.0: 2 ports detected\n[ 0.668411] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679847] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.691982] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.692998] mousedev: PS/2 mouse device common for all mice\n[ 0.694224] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696035] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697107] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698277] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699447] i2c /dev entries driver\n[ 0.700194] device-mapper: uevent: version 1.0.3\n[ 0.701112] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.702802] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704094] NET: Registered protocol family 10\n[ 0.705072] NET: Registered protocol family 17\n[ 0.705946] Key type dns_resolver registered\n[ 0.706863] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.707946] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.709657] registered taskstats version 1\n[ 0.710479] Loading compiled-in X.509 certificates\n[ 0.711932] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713745] zswap: loaded using pool lzo/zbud\n[ 0.715149] Key type trusted registered\n[ 0.716690] Key type encrypted registered\n[ 0.717497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.718493] ima: No TPM chip found, activating TPM-bypass!\n[ 0.719508] evm: HMAC attrs: 0x1\n[ 0.720415] Magic number: 6:125:481\n[ 0.721164] ata_device dev1.0: hash matches\n[ 0.721981] dev1.0: hash matches\n[ 0.722754] rtc_cmos 00:00: setting system clock to 2018-10-12 12:28:06 UTC (1539347286)\n[ 0.724330] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725423] EDD information not available.\n[ 0.787297] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799184] ata1.00: configured for MWDMA2\n[ 0.800677] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803396] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805052] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806630] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808834] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810877] Write protecting the kernel read-only data: 14336k\n[ 0.812802] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815132] 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.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... [ 1.234717] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.48s]\nping 10.10.10.6 OK\nping 10.10.10.8 OK\n"} 2018-10-12 12:29:43,029 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7/action used request id req-5dd9b55d-ceff-4da7-bd5e-24fd24b5315e 2018-10-12 12:29:43,030 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.16) to 'sdnvpn-1-2' (10.10.10.6). -->Expected result: can ping. 2018-10-12 12:29:43,033 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71fce8f563735886f275e19ba5d28de50468cd52" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:29:44,105 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:29:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-04d3d295-7fa2-4914-8cb6-44b7a2c6c085 x-compute-request-id: req-04d3d295-7fa2-4914-8cb6-44b7a2c6c085 Content-Encoding: gzip Content-Length: 8143 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535341343 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130708] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132821] pid_max: default: 32768 minimum: 301\n[ 0.133981] ACPI: Core revision 20150930\n[ 0.135562] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137209] Security Framework initialized\n[ 0.138265] Yama: becoming mindful.\n[ 0.139190] AppArmor: AppArmor initialized\n[ 0.140301] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142087] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143800] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145401] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146909] Initializing cgroup subsys io\n[ 0.147689] Initializing cgroup subsys memory\n[ 0.148519] Initializing cgroup subsys devices\n[ 0.149366] Initializing cgroup subsys freezer\n[ 0.150217] Initializing cgroup subsys net_cls\n[ 0.151052] Initializing cgroup subsys perf_event\n[ 0.151925] Initializing cgroup subsys net_prio\n[ 0.152769] Initializing cgroup subsys hugetlb\n[ 0.153850] Initializing cgroup subsys pids\n[ 0.154950] CPU: Physical Processor ID: 0\n[ 0.156652] mce: CPU supports 10 MCE banks\n[ 0.157735] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158996] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169711] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176082] ftrace: allocating 31920 entries in 125 pages\n[ 0.202489] smpboot: Max logical packages: 1\n[ 0.203435] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205161] x2apic enabled\n[ 0.206123] Switched APIC routing to physical x2apic.\n[ 0.208143] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209589] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212119] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214395] KVM setup paravirtual spinlock\n[ 0.215913] x86: Booted up 1 node, 1 CPUs\n[ 0.216938] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.218692] devtmpfs: initialized\n[ 0.220601] evm: security.selinux\n[ 0.221495] evm: security.SMACK64\n[ 0.222381] evm: security.SMACK64EXEC\n[ 0.223340] evm: security.SMACK64TRANSMUTE\n[ 0.224387] evm: security.SMACK64MMAP\n[ 0.225334] evm: security.ima\n[ 0.226155] evm: security.capability\n[ 0.227173] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229602] pinctrl core: initialized pinctrl subsystem\n[ 0.231002] RTC time: 12:28:05, date: 10/12/18\n[ 0.232210] NET: Registered protocol family 16\n[ 0.233439] cpuidle: using governor ladder\n[ 0.234537] cpuidle: using governor menu\n[ 0.235587] PCCT header not found.\n[ 0.236561] ACPI: bus type PCI registered\n[ 0.237614] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239289] PCI: Using configuration type 1 for base access\n[ 0.241427] ACPI: Added _OSI(Module Device)\n[ 0.242528] ACPI: Added _OSI(Processor Device)\n[ 0.243677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244876] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247361] ACPI: Interpreter enabled\n[ 0.248351] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255531] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258026] ACPI: (supports S0 S5)\n[ 0.258935] ACPI: Using IOAPIC for interrupt routing\n[ 0.260196] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263815] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265332] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266964] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268555] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271478] acpiphp: Slot [3] registered\n[ 0.272507] acpiphp: Slot [4] registered\n[ 0.273533] acpiphp: Slot [5] registered\n[ 0.274564] acpiphp: Slot [6] registered\n[ 0.275595] acpiphp: Slot [7] registered\n[ 0.276621] acpiphp: Slot [8] registered\n[ 0.277669] acpiphp: Slot [9] registered\n[ 0.278692] acpiphp: Slot [10] registered\n[ 0.279726] acpiphp: Slot [11] registered\n[ 0.280767] acpiphp: Slot [12] registered\n[ 0.281823] acpiphp: Slot [13] registered\n[ 0.282912] acpiphp: Slot [14] registered\n[ 0.283986] acpiphp: Slot [15] registered\n[ 0.295292] acpiphp: Slot [16] registered\n[ 0.296299] acpiphp: Slot [17] registered\n[ 0.297082] acpiphp: Slot [18] registered\n[ 0.297857] acpiphp: Slot [19] registered\n[ 0.298651] acpiphp: Slot [20] registered\n[ 0.299438] acpiphp: Slot [21] registered\n[ 0.300220] acpiphp: Slot [22] registered\n[ 0.300998] acpiphp: Slot [23] registered\n[ 0.301774] acpiphp: Slot [24] registered\n[ 0.302562] acpiphp: Slot [25] registered\n[ 0.303359] acpiphp: Slot [26] registered\n[ 0.304143] acpiphp: Slot [27] registered\n[ 0.304935] acpiphp: Slot [28] registered\n[ 0.305716] acpiphp: Slot [29] registered\n[ 0.306499] acpiphp: Slot [30] registered\n[ 0.307285] acpiphp: Slot [31] registered\n[ 0.308063] PCI host bridge to bus 0000:00\n[ 0.308844] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310021] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311177] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312569] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313972] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320139] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321364] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322491] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.323713] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330198] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.331585] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378832] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380234] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381598] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382954] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384192] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385346] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386375] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387903] vgaarb: loaded\n[ 0.388490] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389594] SCSI subsystem initialized\n[ 0.390392] ACPI: bus type USB registered\n[ 0.391189] usbcore: registered new interface driver usbfs\n[ 0.392194] usbcore: registered new interface driver hub\n[ 0.393192] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395214] NetLabel: Initializing\n[ 0.395908] NetLabel: domain hash size = 128\n[ 0.396735] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397658] NetLabel: unlabeled traffic allowed by default\n[ 0.398728] clocksource: Switched to clocksource kvm-clock\n[ 0.404125] AppArmor: AppArmor Filesystem Enabled\n[ 0.405068] pnp: PnP ACPI init\n[ 0.405962] pnp: PnP ACPI: found 5 devices\n[ 0.412310] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413983] NET: Registered protocol family 2\n[ 0.414924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416159] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.417324] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.418444] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419486] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420621] NET: Registered protocol family 1\n[ 0.421465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422525] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.423586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437620] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451790] Trying to unpack rootfs image as initramfs...\n[ 0.501804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.515599] Scanning for low memory corruption every 60 seconds\n[ 0.516916] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.518024] audit: initializing netlink subsys (disabled)\n[ 0.519025] audit: type=2000 audit(1539347286.482:1): initialized\n[ 0.520297] Initialise system trusted keyring\n[ 0.521197] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.522325] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.524254] zbud: loaded\n[ 0.524943] VFS: Disk quotas dquot_6.6.0\n[ 0.525734] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.527206] fuse init (API version 7.23)\n[ 0.528083] Key type big_key registered\n[ 0.528858] Allocating IMA MOK and blacklist keyrings.\n[ 0.529942] Key type asymmetric registered\n[ 0.530750] Asymmetric key parser 'x509' registered\n[ 0.531688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533150] io scheduler noop registered\n[ 0.533924] io scheduler deadline registered (default)\n[ 0.534891] io scheduler cfq registered\n[ 0.535707] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537969] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539414] ACPI: Power Button [PWRF]\n[ 0.540600] GHES: HEST is not enabled!\n[ 0.555672] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585110] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587391] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611272] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.613398] Linux agpgart interface v0.103\n[ 0.615450] brd: module loaded\n[ 0.616637] loop: module loaded\n[ 0.621567] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623008] GPT:90111 != 2097151\n[ 0.623669] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624733] GPT:90111 != 2097151\n[ 0.625395] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626333] vda: vda1 vda15\n[ 0.627705] scsi host0: ata_piix\n[ 0.628445] scsi host1: ata_piix\n[ 0.629138] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630331] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631766] libphy: Fixed MDIO Bus: probed\n[ 0.632580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633514] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635581] PPP generic driver version 2.4.2\n[ 0.636451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637667] ehci-pci: EHCI PCI platform driver\n[ 0.638526] ehci-platform: EHCI generic platform driver\n[ 0.639495] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640589] ohci-pci: OHCI PCI platform driver\n[ 0.641434] ohci-platform: OHCI generic platform driver\n[ 0.642404] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.656686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.657656] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659092] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660113] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661198] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662393] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663782] usb usb1: Product: UHCI Host Controller\n[ 0.664697] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665810] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666756] hub 1-0:1.0: USB hub found\n[ 0.667521] hub 1-0:1.0: 2 ports detected\n[ 0.668411] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679847] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.691982] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.692998] mousedev: PS/2 mouse device common for all mice\n[ 0.694224] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696035] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697107] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698277] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699447] i2c /dev entries driver\n[ 0.700194] device-mapper: uevent: version 1.0.3\n[ 0.701112] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.702802] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704094] NET: Registered protocol family 10\n[ 0.705072] NET: Registered protocol family 17\n[ 0.705946] Key type dns_resolver registered\n[ 0.706863] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.707946] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.709657] registered taskstats version 1\n[ 0.710479] Loading compiled-in X.509 certificates\n[ 0.711932] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713745] zswap: loaded using pool lzo/zbud\n[ 0.715149] Key type trusted registered\n[ 0.716690] Key type encrypted registered\n[ 0.717497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.718493] ima: No TPM chip found, activating TPM-bypass!\n[ 0.719508] evm: HMAC attrs: 0x1\n[ 0.720415] Magic number: 6:125:481\n[ 0.721164] ata_device dev1.0: hash matches\n[ 0.721981] dev1.0: hash matches\n[ 0.722754] rtc_cmos 00:00: setting system clock to 2018-10-12 12:28:06 UTC (1539347286)\n[ 0.724330] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725423] EDD information not available.\n[ 0.787297] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799184] ata1.00: configured for MWDMA2\n[ 0.800677] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803396] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805052] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806630] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808834] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810877] Write protecting the kernel read-only data: 14336k\n[ 0.812802] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815132] 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.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... [ 1.234717] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.48s]\nping 10.10.10.6 OK\nping 10.10.10.8 OK\n"} 2018-10-12 12:29:44,105 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7/action used request id req-04d3d295-7fa2-4914-8cb6-44b7a2c6c085 2018-10-12 12:29:44,107 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-2' 2018-10-12 12:29:44,109 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71fce8f563735886f275e19ba5d28de50468cd52" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:29:45,179 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:29:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f67b2468-90f9-4292-83db-58922fac188d x-compute-request-id: req-f67b2468-90f9-4292-83db-58922fac188d Content-Encoding: gzip Content-Length: 8143 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535341343 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130708] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132821] pid_max: default: 32768 minimum: 301\n[ 0.133981] ACPI: Core revision 20150930\n[ 0.135562] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137209] Security Framework initialized\n[ 0.138265] Yama: becoming mindful.\n[ 0.139190] AppArmor: AppArmor initialized\n[ 0.140301] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142087] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143800] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145401] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146909] Initializing cgroup subsys io\n[ 0.147689] Initializing cgroup subsys memory\n[ 0.148519] Initializing cgroup subsys devices\n[ 0.149366] Initializing cgroup subsys freezer\n[ 0.150217] Initializing cgroup subsys net_cls\n[ 0.151052] Initializing cgroup subsys perf_event\n[ 0.151925] Initializing cgroup subsys net_prio\n[ 0.152769] Initializing cgroup subsys hugetlb\n[ 0.153850] Initializing cgroup subsys pids\n[ 0.154950] CPU: Physical Processor ID: 0\n[ 0.156652] mce: CPU supports 10 MCE banks\n[ 0.157735] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158996] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169711] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176082] ftrace: allocating 31920 entries in 125 pages\n[ 0.202489] smpboot: Max logical packages: 1\n[ 0.203435] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205161] x2apic enabled\n[ 0.206123] Switched APIC routing to physical x2apic.\n[ 0.208143] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209589] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212119] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214395] KVM setup paravirtual spinlock\n[ 0.215913] x86: Booted up 1 node, 1 CPUs\n[ 0.216938] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.218692] devtmpfs: initialized\n[ 0.220601] evm: security.selinux\n[ 0.221495] evm: security.SMACK64\n[ 0.222381] evm: security.SMACK64EXEC\n[ 0.223340] evm: security.SMACK64TRANSMUTE\n[ 0.224387] evm: security.SMACK64MMAP\n[ 0.225334] evm: security.ima\n[ 0.226155] evm: security.capability\n[ 0.227173] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229602] pinctrl core: initialized pinctrl subsystem\n[ 0.231002] RTC time: 12:28:05, date: 10/12/18\n[ 0.232210] NET: Registered protocol family 16\n[ 0.233439] cpuidle: using governor ladder\n[ 0.234537] cpuidle: using governor menu\n[ 0.235587] PCCT header not found.\n[ 0.236561] ACPI: bus type PCI registered\n[ 0.237614] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239289] PCI: Using configuration type 1 for base access\n[ 0.241427] ACPI: Added _OSI(Module Device)\n[ 0.242528] ACPI: Added _OSI(Processor Device)\n[ 0.243677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244876] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247361] ACPI: Interpreter enabled\n[ 0.248351] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255531] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258026] ACPI: (supports S0 S5)\n[ 0.258935] ACPI: Using IOAPIC for interrupt routing\n[ 0.260196] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263815] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265332] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266964] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268555] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271478] acpiphp: Slot [3] registered\n[ 0.272507] acpiphp: Slot [4] registered\n[ 0.273533] acpiphp: Slot [5] registered\n[ 0.274564] acpiphp: Slot [6] registered\n[ 0.275595] acpiphp: Slot [7] registered\n[ 0.276621] acpiphp: Slot [8] registered\n[ 0.277669] acpiphp: Slot [9] registered\n[ 0.278692] acpiphp: Slot [10] registered\n[ 0.279726] acpiphp: Slot [11] registered\n[ 0.280767] acpiphp: Slot [12] registered\n[ 0.281823] acpiphp: Slot [13] registered\n[ 0.282912] acpiphp: Slot [14] registered\n[ 0.283986] acpiphp: Slot [15] registered\n[ 0.295292] acpiphp: Slot [16] registered\n[ 0.296299] acpiphp: Slot [17] registered\n[ 0.297082] acpiphp: Slot [18] registered\n[ 0.297857] acpiphp: Slot [19] registered\n[ 0.298651] acpiphp: Slot [20] registered\n[ 0.299438] acpiphp: Slot [21] registered\n[ 0.300220] acpiphp: Slot [22] registered\n[ 0.300998] acpiphp: Slot [23] registered\n[ 0.301774] acpiphp: Slot [24] registered\n[ 0.302562] acpiphp: Slot [25] registered\n[ 0.303359] acpiphp: Slot [26] registered\n[ 0.304143] acpiphp: Slot [27] registered\n[ 0.304935] acpiphp: Slot [28] registered\n[ 0.305716] acpiphp: Slot [29] registered\n[ 0.306499] acpiphp: Slot [30] registered\n[ 0.307285] acpiphp: Slot [31] registered\n[ 0.308063] PCI host bridge to bus 0000:00\n[ 0.308844] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310021] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311177] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312569] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313972] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320139] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321364] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322491] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.323713] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330198] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.331585] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378832] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380234] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381598] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382954] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384192] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385346] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386375] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387903] vgaarb: loaded\n[ 0.388490] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389594] SCSI subsystem initialized\n[ 0.390392] ACPI: bus type USB registered\n[ 0.391189] usbcore: registered new interface driver usbfs\n[ 0.392194] usbcore: registered new interface driver hub\n[ 0.393192] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395214] NetLabel: Initializing\n[ 0.395908] NetLabel: domain hash size = 128\n[ 0.396735] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397658] NetLabel: unlabeled traffic allowed by default\n[ 0.398728] clocksource: Switched to clocksource kvm-clock\n[ 0.404125] AppArmor: AppArmor Filesystem Enabled\n[ 0.405068] pnp: PnP ACPI init\n[ 0.405962] pnp: PnP ACPI: found 5 devices\n[ 0.412310] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413983] NET: Registered protocol family 2\n[ 0.414924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416159] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.417324] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.418444] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419486] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420621] NET: Registered protocol family 1\n[ 0.421465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422525] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.423586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437620] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451790] Trying to unpack rootfs image as initramfs...\n[ 0.501804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.515599] Scanning for low memory corruption every 60 seconds\n[ 0.516916] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.518024] audit: initializing netlink subsys (disabled)\n[ 0.519025] audit: type=2000 audit(1539347286.482:1): initialized\n[ 0.520297] Initialise system trusted keyring\n[ 0.521197] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.522325] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.524254] zbud: loaded\n[ 0.524943] VFS: Disk quotas dquot_6.6.0\n[ 0.525734] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.527206] fuse init (API version 7.23)\n[ 0.528083] Key type big_key registered\n[ 0.528858] Allocating IMA MOK and blacklist keyrings.\n[ 0.529942] Key type asymmetric registered\n[ 0.530750] Asymmetric key parser 'x509' registered\n[ 0.531688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533150] io scheduler noop registered\n[ 0.533924] io scheduler deadline registered (default)\n[ 0.534891] io scheduler cfq registered\n[ 0.535707] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537969] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539414] ACPI: Power Button [PWRF]\n[ 0.540600] GHES: HEST is not enabled!\n[ 0.555672] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585110] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587391] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611272] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.613398] Linux agpgart interface v0.103\n[ 0.615450] brd: module loaded\n[ 0.616637] loop: module loaded\n[ 0.621567] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623008] GPT:90111 != 2097151\n[ 0.623669] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624733] GPT:90111 != 2097151\n[ 0.625395] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626333] vda: vda1 vda15\n[ 0.627705] scsi host0: ata_piix\n[ 0.628445] scsi host1: ata_piix\n[ 0.629138] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630331] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631766] libphy: Fixed MDIO Bus: probed\n[ 0.632580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633514] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635581] PPP generic driver version 2.4.2\n[ 0.636451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637667] ehci-pci: EHCI PCI platform driver\n[ 0.638526] ehci-platform: EHCI generic platform driver\n[ 0.639495] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640589] ohci-pci: OHCI PCI platform driver\n[ 0.641434] ohci-platform: OHCI generic platform driver\n[ 0.642404] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.656686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.657656] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659092] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660113] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661198] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662393] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663782] usb usb1: Product: UHCI Host Controller\n[ 0.664697] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665810] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666756] hub 1-0:1.0: USB hub found\n[ 0.667521] hub 1-0:1.0: 2 ports detected\n[ 0.668411] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679847] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.691982] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.692998] mousedev: PS/2 mouse device common for all mice\n[ 0.694224] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696035] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697107] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698277] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699447] i2c /dev entries driver\n[ 0.700194] device-mapper: uevent: version 1.0.3\n[ 0.701112] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.702802] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704094] NET: Registered protocol family 10\n[ 0.705072] NET: Registered protocol family 17\n[ 0.705946] Key type dns_resolver registered\n[ 0.706863] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.707946] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.709657] registered taskstats version 1\n[ 0.710479] Loading compiled-in X.509 certificates\n[ 0.711932] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713745] zswap: loaded using pool lzo/zbud\n[ 0.715149] Key type trusted registered\n[ 0.716690] Key type encrypted registered\n[ 0.717497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.718493] ima: No TPM chip found, activating TPM-bypass!\n[ 0.719508] evm: HMAC attrs: 0x1\n[ 0.720415] Magic number: 6:125:481\n[ 0.721164] ata_device dev1.0: hash matches\n[ 0.721981] dev1.0: hash matches\n[ 0.722754] rtc_cmos 00:00: setting system clock to 2018-10-12 12:28:06 UTC (1539347286)\n[ 0.724330] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725423] EDD information not available.\n[ 0.787297] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799184] ata1.00: configured for MWDMA2\n[ 0.800677] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803396] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805052] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806630] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808834] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810877] Write protecting the kernel read-only data: 14336k\n[ 0.812802] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815132] 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.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... [ 1.234717] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.48s]\nping 10.10.10.6 OK\nping 10.10.10.8 OK\n"} 2018-10-12 12:29:45,180 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7/action used request id req-f67b2468-90f9-4292-83db-58922fac188d 2018-10-12 12:29:45,181 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.16) to 'sdnvpn-1-3' (10.10.10.8). -->Expected result: can ping. 2018-10-12 12:29:45,184 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71fce8f563735886f275e19ba5d28de50468cd52" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:29:46,251 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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,Accept-Encoding x-openstack-request-id: req-eae6e64c-cac7-4c54-b2a5-0902f78e2630 x-compute-request-id: req-eae6e64c-cac7-4c54-b2a5-0902f78e2630 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 535341343 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130708] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132821] pid_max: default: 32768 minimum: 301\n[ 0.133981] ACPI: Core revision 20150930\n[ 0.135562] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137209] Security Framework initialized\n[ 0.138265] Yama: becoming mindful.\n[ 0.139190] AppArmor: AppArmor initialized\n[ 0.140301] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142087] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143800] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145401] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146909] Initializing cgroup subsys io\n[ 0.147689] Initializing cgroup subsys memory\n[ 0.148519] Initializing cgroup subsys devices\n[ 0.149366] Initializing cgroup subsys freezer\n[ 0.150217] Initializing cgroup subsys net_cls\n[ 0.151052] Initializing cgroup subsys perf_event\n[ 0.151925] Initializing cgroup subsys net_prio\n[ 0.152769] Initializing cgroup subsys hugetlb\n[ 0.153850] Initializing cgroup subsys pids\n[ 0.154950] CPU: Physical Processor ID: 0\n[ 0.156652] mce: CPU supports 10 MCE banks\n[ 0.157735] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158996] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169711] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176082] ftrace: allocating 31920 entries in 125 pages\n[ 0.202489] smpboot: Max logical packages: 1\n[ 0.203435] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205161] x2apic enabled\n[ 0.206123] Switched APIC routing to physical x2apic.\n[ 0.208143] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209589] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212119] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214395] KVM setup paravirtual spinlock\n[ 0.215913] x86: Booted up 1 node, 1 CPUs\n[ 0.216938] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.218692] devtmpfs: initialized\n[ 0.220601] evm: security.selinux\n[ 0.221495] evm: security.SMACK64\n[ 0.222381] evm: security.SMACK64EXEC\n[ 0.223340] evm: security.SMACK64TRANSMUTE\n[ 0.224387] evm: security.SMACK64MMAP\n[ 0.225334] evm: security.ima\n[ 0.226155] evm: security.capability\n[ 0.227173] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229602] pinctrl core: initialized pinctrl subsystem\n[ 0.231002] RTC time: 12:28:05, date: 10/12/18\n[ 0.232210] NET: Registered protocol family 16\n[ 0.233439] cpuidle: using governor ladder\n[ 0.234537] cpuidle: using governor menu\n[ 0.235587] PCCT header not found.\n[ 0.236561] ACPI: bus type PCI registered\n[ 0.237614] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239289] PCI: Using configuration type 1 for base access\n[ 0.241427] ACPI: Added _OSI(Module Device)\n[ 0.242528] ACPI: Added _OSI(Processor Device)\n[ 0.243677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244876] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247361] ACPI: Interpreter enabled\n[ 0.248351] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255531] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258026] ACPI: (supports S0 S5)\n[ 0.258935] ACPI: Using IOAPIC for interrupt routing\n[ 0.260196] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263815] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265332] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266964] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268555] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271478] acpiphp: Slot [3] registered\n[ 0.272507] acpiphp: Slot [4] registered\n[ 0.273533] acpiphp: Slot [5] registered\n[ 0.274564] acpiphp: Slot [6] registered\n[ 0.275595] acpiphp: Slot [7] registered\n[ 0.276621] acpiphp: Slot [8] registered\n[ 0.277669] acpiphp: Slot [9] registered\n[ 0.278692] acpiphp: Slot [10] registered\n[ 0.279726] acpiphp: Slot [11] registered\n[ 0.280767] acpiphp: Slot [12] registered\n[ 0.281823] acpiphp: Slot [13] registered\n[ 0.282912] acpiphp: Slot [14] registered\n[ 0.283986] acpiphp: Slot [15] registered\n[ 0.295292] acpiphp: Slot [16] registered\n[ 0.296299] acpiphp: Slot [17] registered\n[ 0.297082] acpiphp: Slot [18] registered\n[ 0.297857] acpiphp: Slot [19] registered\n[ 0.298651] acpiphp: Slot [20] registered\n[ 0.299438] acpiphp: Slot [21] registered\n[ 0.300220] acpiphp: Slot [22] registered\n[ 0.300998] acpiphp: Slot [23] registered\n[ 0.301774] acpiphp: Slot [24] registered\n[ 0.302562] acpiphp: Slot [25] registered\n[ 0.303359] acpiphp: Slot [26] registered\n[ 0.304143] acpiphp: Slot [27] registered\n[ 0.304935] acpiphp: Slot [28] registered\n[ 0.305716] acpiphp: Slot [29] registered\n[ 0.306499] acpiphp: Slot [30] registered\n[ 0.307285] acpiphp: Slot [31] registered\n[ 0.308063] PCI host bridge to bus 0000:00\n[ 0.308844] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310021] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311177] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312569] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313972] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320139] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321364] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322491] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.323713] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330198] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.331585] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378832] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380234] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381598] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382954] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384192] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385346] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386375] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387903] vgaarb: loaded\n[ 0.388490] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389594] SCSI subsystem initialized\n[ 0.390392] ACPI: bus type USB registered\n[ 0.391189] usbcore: registered new interface driver usbfs\n[ 0.392194] usbcore: registered new interface driver hub\n[ 0.393192] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395214] NetLabel: Initializing\n[ 0.395908] NetLabel: domain hash size = 128\n[ 0.396735] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397658] NetLabel: unlabeled traffic allowed by default\n[ 0.398728] clocksource: Switched to clocksource kvm-clock\n[ 0.404125] AppArmor: AppArmor Filesystem Enabled\n[ 0.405068] pnp: PnP ACPI init\n[ 0.405962] pnp: PnP ACPI: found 5 devices\n[ 0.412310] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413983] NET: Registered protocol family 2\n[ 0.414924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416159] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.417324] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.418444] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419486] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420621] NET: Registered protocol family 1\n[ 0.421465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422525] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.423586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437620] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451790] Trying to unpack rootfs image as initramfs...\n[ 0.501804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.515599] Scanning for low memory corruption every 60 seconds\n[ 0.516916] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.518024] audit: initializing netlink subsys (disabled)\n[ 0.519025] audit: type=2000 audit(1539347286.482:1): initialized\n[ 0.520297] Initialise system trusted keyring\n[ 0.521197] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.522325] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.524254] zbud: loaded\n[ 0.524943] VFS: Disk quotas dquot_6.6.0\n[ 0.525734] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.527206] fuse init (API version 7.23)\n[ 0.528083] Key type big_key registered\n[ 0.528858] Allocating IMA MOK and blacklist keyrings.\n[ 0.529942] Key type asymmetric registered\n[ 0.530750] Asymmetric key parser 'x509' registered\n[ 0.531688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533150] io scheduler noop registered\n[ 0.533924] io scheduler deadline registered (default)\n[ 0.534891] io scheduler cfq registered\n[ 0.535707] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537969] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539414] ACPI: Power Button [PWRF]\n[ 0.540600] GHES: HEST is not enabled!\n[ 0.555672] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585110] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587391] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611272] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.613398] Linux agpgart interface v0.103\n[ 0.615450] brd: module loaded\n[ 0.616637] loop: module loaded\n[ 0.621567] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623008] GPT:90111 != 2097151\n[ 0.623669] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624733] GPT:90111 != 2097151\n[ 0.625395] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626333] vda: vda1 vda15\n[ 0.627705] scsi host0: ata_piix\n[ 0.628445] scsi host1: ata_piix\n[ 0.629138] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630331] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631766] libphy: Fixed MDIO Bus: probed\n[ 0.632580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633514] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635581] PPP generic driver version 2.4.2\n[ 0.636451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637667] ehci-pci: EHCI PCI platform driver\n[ 0.638526] ehci-platform: EHCI generic platform driver\n[ 0.639495] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640589] ohci-pci: OHCI PCI platform driver\n[ 0.641434] ohci-platform: OHCI generic platform driver\n[ 0.642404] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.656686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.657656] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659092] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660113] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661198] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662393] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663782] usb usb1: Product: UHCI Host Controller\n[ 0.664697] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665810] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666756] hub 1-0:1.0: USB hub found\n[ 0.667521] hub 1-0:1.0: 2 ports detected\n[ 0.668411] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679847] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.691982] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.692998] mousedev: PS/2 mouse device common for all mice\n[ 0.694224] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696035] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697107] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698277] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699447] i2c /dev entries driver\n[ 0.700194] device-mapper: uevent: version 1.0.3\n[ 0.701112] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.702802] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704094] NET: Registered protocol family 10\n[ 0.705072] NET: Registered protocol family 17\n[ 0.705946] Key type dns_resolver registered\n[ 0.706863] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.707946] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.709657] registered taskstats version 1\n[ 0.710479] Loading compiled-in X.509 certificates\n[ 0.711932] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713745] zswap: loaded using pool lzo/zbud\n[ 0.715149] Key type trusted registered\n[ 0.716690] Key type encrypted registered\n[ 0.717497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.718493] ima: No TPM chip found, activating TPM-bypass!\n[ 0.719508] evm: HMAC attrs: 0x1\n[ 0.720415] Magic number: 6:125:481\n[ 0.721164] ata_device dev1.0: hash matches\n[ 0.721981] dev1.0: hash matches\n[ 0.722754] rtc_cmos 00:00: setting system clock to 2018-10-12 12:28:06 UTC (1539347286)\n[ 0.724330] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725423] EDD information not available.\n[ 0.787297] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799184] ata1.00: configured for MWDMA2\n[ 0.800677] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803396] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805052] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806630] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808834] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810877] Write protecting the kernel read-only data: 14336k\n[ 0.812802] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815132] 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.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... [ 1.234717] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.48s]\nping 10.10.10.6 OK\nping 10.10.10.8 OK\nping 10.10.11.13 KO\n"} 2018-10-12 12:29:46,252 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7/action used request id req-eae6e64c-cac7-4c54-b2a5-0902f78e2630 2018-10-12 12:29:46,253 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-3' 2018-10-12 12:29:46,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71fce8f563735886f275e19ba5d28de50468cd52" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:29:47,329 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:29:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0de04e48-59c9-4efc-8ce8-54a9318f00a9 x-compute-request-id: req-0de04e48-59c9-4efc-8ce8-54a9318f00a9 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 535341343 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130708] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132821] pid_max: default: 32768 minimum: 301\n[ 0.133981] ACPI: Core revision 20150930\n[ 0.135562] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137209] Security Framework initialized\n[ 0.138265] Yama: becoming mindful.\n[ 0.139190] AppArmor: AppArmor initialized\n[ 0.140301] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142087] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143800] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145401] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146909] Initializing cgroup subsys io\n[ 0.147689] Initializing cgroup subsys memory\n[ 0.148519] Initializing cgroup subsys devices\n[ 0.149366] Initializing cgroup subsys freezer\n[ 0.150217] Initializing cgroup subsys net_cls\n[ 0.151052] Initializing cgroup subsys perf_event\n[ 0.151925] Initializing cgroup subsys net_prio\n[ 0.152769] Initializing cgroup subsys hugetlb\n[ 0.153850] Initializing cgroup subsys pids\n[ 0.154950] CPU: Physical Processor ID: 0\n[ 0.156652] mce: CPU supports 10 MCE banks\n[ 0.157735] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158996] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169711] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176082] ftrace: allocating 31920 entries in 125 pages\n[ 0.202489] smpboot: Max logical packages: 1\n[ 0.203435] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205161] x2apic enabled\n[ 0.206123] Switched APIC routing to physical x2apic.\n[ 0.208143] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209589] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212119] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214395] KVM setup paravirtual spinlock\n[ 0.215913] x86: Booted up 1 node, 1 CPUs\n[ 0.216938] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.218692] devtmpfs: initialized\n[ 0.220601] evm: security.selinux\n[ 0.221495] evm: security.SMACK64\n[ 0.222381] evm: security.SMACK64EXEC\n[ 0.223340] evm: security.SMACK64TRANSMUTE\n[ 0.224387] evm: security.SMACK64MMAP\n[ 0.225334] evm: security.ima\n[ 0.226155] evm: security.capability\n[ 0.227173] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229602] pinctrl core: initialized pinctrl subsystem\n[ 0.231002] RTC time: 12:28:05, date: 10/12/18\n[ 0.232210] NET: Registered protocol family 16\n[ 0.233439] cpuidle: using governor ladder\n[ 0.234537] cpuidle: using governor menu\n[ 0.235587] PCCT header not found.\n[ 0.236561] ACPI: bus type PCI registered\n[ 0.237614] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239289] PCI: Using configuration type 1 for base access\n[ 0.241427] ACPI: Added _OSI(Module Device)\n[ 0.242528] ACPI: Added _OSI(Processor Device)\n[ 0.243677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244876] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247361] ACPI: Interpreter enabled\n[ 0.248351] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255531] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258026] ACPI: (supports S0 S5)\n[ 0.258935] ACPI: Using IOAPIC for interrupt routing\n[ 0.260196] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263815] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265332] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266964] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268555] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271478] acpiphp: Slot [3] registered\n[ 0.272507] acpiphp: Slot [4] registered\n[ 0.273533] acpiphp: Slot [5] registered\n[ 0.274564] acpiphp: Slot [6] registered\n[ 0.275595] acpiphp: Slot [7] registered\n[ 0.276621] acpiphp: Slot [8] registered\n[ 0.277669] acpiphp: Slot [9] registered\n[ 0.278692] acpiphp: Slot [10] registered\n[ 0.279726] acpiphp: Slot [11] registered\n[ 0.280767] acpiphp: Slot [12] registered\n[ 0.281823] acpiphp: Slot [13] registered\n[ 0.282912] acpiphp: Slot [14] registered\n[ 0.283986] acpiphp: Slot [15] registered\n[ 0.295292] acpiphp: Slot [16] registered\n[ 0.296299] acpiphp: Slot [17] registered\n[ 0.297082] acpiphp: Slot [18] registered\n[ 0.297857] acpiphp: Slot [19] registered\n[ 0.298651] acpiphp: Slot [20] registered\n[ 0.299438] acpiphp: Slot [21] registered\n[ 0.300220] acpiphp: Slot [22] registered\n[ 0.300998] acpiphp: Slot [23] registered\n[ 0.301774] acpiphp: Slot [24] registered\n[ 0.302562] acpiphp: Slot [25] registered\n[ 0.303359] acpiphp: Slot [26] registered\n[ 0.304143] acpiphp: Slot [27] registered\n[ 0.304935] acpiphp: Slot [28] registered\n[ 0.305716] acpiphp: Slot [29] registered\n[ 0.306499] acpiphp: Slot [30] registered\n[ 0.307285] acpiphp: Slot [31] registered\n[ 0.308063] PCI host bridge to bus 0000:00\n[ 0.308844] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310021] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311177] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312569] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313972] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320139] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321364] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322491] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.323713] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330198] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.331585] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378832] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380234] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381598] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382954] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384192] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385346] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386375] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387903] vgaarb: loaded\n[ 0.388490] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389594] SCSI subsystem initialized\n[ 0.390392] ACPI: bus type USB registered\n[ 0.391189] usbcore: registered new interface driver usbfs\n[ 0.392194] usbcore: registered new interface driver hub\n[ 0.393192] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395214] NetLabel: Initializing\n[ 0.395908] NetLabel: domain hash size = 128\n[ 0.396735] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397658] NetLabel: unlabeled traffic allowed by default\n[ 0.398728] clocksource: Switched to clocksource kvm-clock\n[ 0.404125] AppArmor: AppArmor Filesystem Enabled\n[ 0.405068] pnp: PnP ACPI init\n[ 0.405962] pnp: PnP ACPI: found 5 devices\n[ 0.412310] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413983] NET: Registered protocol family 2\n[ 0.414924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416159] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.417324] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.418444] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419486] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420621] NET: Registered protocol family 1\n[ 0.421465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422525] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.423586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437620] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451790] Trying to unpack rootfs image as initramfs...\n[ 0.501804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.515599] Scanning for low memory corruption every 60 seconds\n[ 0.516916] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.518024] audit: initializing netlink subsys (disabled)\n[ 0.519025] audit: type=2000 audit(1539347286.482:1): initialized\n[ 0.520297] Initialise system trusted keyring\n[ 0.521197] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.522325] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.524254] zbud: loaded\n[ 0.524943] VFS: Disk quotas dquot_6.6.0\n[ 0.525734] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.527206] fuse init (API version 7.23)\n[ 0.528083] Key type big_key registered\n[ 0.528858] Allocating IMA MOK and blacklist keyrings.\n[ 0.529942] Key type asymmetric registered\n[ 0.530750] Asymmetric key parser 'x509' registered\n[ 0.531688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533150] io scheduler noop registered\n[ 0.533924] io scheduler deadline registered (default)\n[ 0.534891] io scheduler cfq registered\n[ 0.535707] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537969] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539414] ACPI: Power Button [PWRF]\n[ 0.540600] GHES: HEST is not enabled!\n[ 0.555672] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585110] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587391] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611272] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.613398] Linux agpgart interface v0.103\n[ 0.615450] brd: module loaded\n[ 0.616637] loop: module loaded\n[ 0.621567] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623008] GPT:90111 != 2097151\n[ 0.623669] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624733] GPT:90111 != 2097151\n[ 0.625395] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626333] vda: vda1 vda15\n[ 0.627705] scsi host0: ata_piix\n[ 0.628445] scsi host1: ata_piix\n[ 0.629138] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630331] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631766] libphy: Fixed MDIO Bus: probed\n[ 0.632580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633514] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635581] PPP generic driver version 2.4.2\n[ 0.636451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637667] ehci-pci: EHCI PCI platform driver\n[ 0.638526] ehci-platform: EHCI generic platform driver\n[ 0.639495] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640589] ohci-pci: OHCI PCI platform driver\n[ 0.641434] ohci-platform: OHCI generic platform driver\n[ 0.642404] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.656686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.657656] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659092] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660113] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661198] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662393] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663782] usb usb1: Product: UHCI Host Controller\n[ 0.664697] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665810] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666756] hub 1-0:1.0: USB hub found\n[ 0.667521] hub 1-0:1.0: 2 ports detected\n[ 0.668411] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679847] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.691982] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.692998] mousedev: PS/2 mouse device common for all mice\n[ 0.694224] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696035] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697107] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698277] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699447] i2c /dev entries driver\n[ 0.700194] device-mapper: uevent: version 1.0.3\n[ 0.701112] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.702802] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704094] NET: Registered protocol family 10\n[ 0.705072] NET: Registered protocol family 17\n[ 0.705946] Key type dns_resolver registered\n[ 0.706863] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.707946] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.709657] registered taskstats version 1\n[ 0.710479] Loading compiled-in X.509 certificates\n[ 0.711932] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713745] zswap: loaded using pool lzo/zbud\n[ 0.715149] Key type trusted registered\n[ 0.716690] Key type encrypted registered\n[ 0.717497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.718493] ima: No TPM chip found, activating TPM-bypass!\n[ 0.719508] evm: HMAC attrs: 0x1\n[ 0.720415] Magic number: 6:125:481\n[ 0.721164] ata_device dev1.0: hash matches\n[ 0.721981] dev1.0: hash matches\n[ 0.722754] rtc_cmos 00:00: setting system clock to 2018-10-12 12:28:06 UTC (1539347286)\n[ 0.724330] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725423] EDD information not available.\n[ 0.787297] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799184] ata1.00: configured for MWDMA2\n[ 0.800677] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803396] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805052] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806630] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808834] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810877] Write protecting the kernel read-only data: 14336k\n[ 0.812802] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815132] 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.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... [ 1.234717] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.48s]\nping 10.10.10.6 OK\nping 10.10.10.8 OK\nping 10.10.11.13 KO\n"} 2018-10-12 12:29:47,330 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7/action used request id req-0de04e48-59c9-4efc-8ce8-54a9318f00a9 2018-10-12 12:29:47,331 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.16) to 'sdnvpn-1-4' (10.10.11.13). -->Expected result: cannot ping. 2018-10-12 12:29:47,334 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71fce8f563735886f275e19ba5d28de50468cd52" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:29:48,401 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:29: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-12a7b4c3-815a-4acc-959f-c0f8d4d7d59b x-compute-request-id: req-12a7b4c3-815a-4acc-959f-c0f8d4d7d59b 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 535341343 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130708] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132821] pid_max: default: 32768 minimum: 301\n[ 0.133981] ACPI: Core revision 20150930\n[ 0.135562] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137209] Security Framework initialized\n[ 0.138265] Yama: becoming mindful.\n[ 0.139190] AppArmor: AppArmor initialized\n[ 0.140301] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142087] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143800] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145401] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146909] Initializing cgroup subsys io\n[ 0.147689] Initializing cgroup subsys memory\n[ 0.148519] Initializing cgroup subsys devices\n[ 0.149366] Initializing cgroup subsys freezer\n[ 0.150217] Initializing cgroup subsys net_cls\n[ 0.151052] Initializing cgroup subsys perf_event\n[ 0.151925] Initializing cgroup subsys net_prio\n[ 0.152769] Initializing cgroup subsys hugetlb\n[ 0.153850] Initializing cgroup subsys pids\n[ 0.154950] CPU: Physical Processor ID: 0\n[ 0.156652] mce: CPU supports 10 MCE banks\n[ 0.157735] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158996] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169711] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176082] ftrace: allocating 31920 entries in 125 pages\n[ 0.202489] smpboot: Max logical packages: 1\n[ 0.203435] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205161] x2apic enabled\n[ 0.206123] Switched APIC routing to physical x2apic.\n[ 0.208143] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209589] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212119] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214395] KVM setup paravirtual spinlock\n[ 0.215913] x86: Booted up 1 node, 1 CPUs\n[ 0.216938] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.218692] devtmpfs: initialized\n[ 0.220601] evm: security.selinux\n[ 0.221495] evm: security.SMACK64\n[ 0.222381] evm: security.SMACK64EXEC\n[ 0.223340] evm: security.SMACK64TRANSMUTE\n[ 0.224387] evm: security.SMACK64MMAP\n[ 0.225334] evm: security.ima\n[ 0.226155] evm: security.capability\n[ 0.227173] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229602] pinctrl core: initialized pinctrl subsystem\n[ 0.231002] RTC time: 12:28:05, date: 10/12/18\n[ 0.232210] NET: Registered protocol family 16\n[ 0.233439] cpuidle: using governor ladder\n[ 0.234537] cpuidle: using governor menu\n[ 0.235587] PCCT header not found.\n[ 0.236561] ACPI: bus type PCI registered\n[ 0.237614] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239289] PCI: Using configuration type 1 for base access\n[ 0.241427] ACPI: Added _OSI(Module Device)\n[ 0.242528] ACPI: Added _OSI(Processor Device)\n[ 0.243677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244876] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247361] ACPI: Interpreter enabled\n[ 0.248351] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255531] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258026] ACPI: (supports S0 S5)\n[ 0.258935] ACPI: Using IOAPIC for interrupt routing\n[ 0.260196] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263815] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265332] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266964] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268555] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271478] acpiphp: Slot [3] registered\n[ 0.272507] acpiphp: Slot [4] registered\n[ 0.273533] acpiphp: Slot [5] registered\n[ 0.274564] acpiphp: Slot [6] registered\n[ 0.275595] acpiphp: Slot [7] registered\n[ 0.276621] acpiphp: Slot [8] registered\n[ 0.277669] acpiphp: Slot [9] registered\n[ 0.278692] acpiphp: Slot [10] registered\n[ 0.279726] acpiphp: Slot [11] registered\n[ 0.280767] acpiphp: Slot [12] registered\n[ 0.281823] acpiphp: Slot [13] registered\n[ 0.282912] acpiphp: Slot [14] registered\n[ 0.283986] acpiphp: Slot [15] registered\n[ 0.295292] acpiphp: Slot [16] registered\n[ 0.296299] acpiphp: Slot [17] registered\n[ 0.297082] acpiphp: Slot [18] registered\n[ 0.297857] acpiphp: Slot [19] registered\n[ 0.298651] acpiphp: Slot [20] registered\n[ 0.299438] acpiphp: Slot [21] registered\n[ 0.300220] acpiphp: Slot [22] registered\n[ 0.300998] acpiphp: Slot [23] registered\n[ 0.301774] acpiphp: Slot [24] registered\n[ 0.302562] acpiphp: Slot [25] registered\n[ 0.303359] acpiphp: Slot [26] registered\n[ 0.304143] acpiphp: Slot [27] registered\n[ 0.304935] acpiphp: Slot [28] registered\n[ 0.305716] acpiphp: Slot [29] registered\n[ 0.306499] acpiphp: Slot [30] registered\n[ 0.307285] acpiphp: Slot [31] registered\n[ 0.308063] PCI host bridge to bus 0000:00\n[ 0.308844] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310021] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311177] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312569] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313972] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320139] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321364] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322491] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.323713] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330198] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.331585] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378832] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380234] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381598] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382954] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384192] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385346] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386375] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387903] vgaarb: loaded\n[ 0.388490] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389594] SCSI subsystem initialized\n[ 0.390392] ACPI: bus type USB registered\n[ 0.391189] usbcore: registered new interface driver usbfs\n[ 0.392194] usbcore: registered new interface driver hub\n[ 0.393192] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395214] NetLabel: Initializing\n[ 0.395908] NetLabel: domain hash size = 128\n[ 0.396735] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397658] NetLabel: unlabeled traffic allowed by default\n[ 0.398728] clocksource: Switched to clocksource kvm-clock\n[ 0.404125] AppArmor: AppArmor Filesystem Enabled\n[ 0.405068] pnp: PnP ACPI init\n[ 0.405962] pnp: PnP ACPI: found 5 devices\n[ 0.412310] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413983] NET: Registered protocol family 2\n[ 0.414924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416159] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.417324] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.418444] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419486] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420621] NET: Registered protocol family 1\n[ 0.421465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422525] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.423586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437620] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451790] Trying to unpack rootfs image as initramfs...\n[ 0.501804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.515599] Scanning for low memory corruption every 60 seconds\n[ 0.516916] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.518024] audit: initializing netlink subsys (disabled)\n[ 0.519025] audit: type=2000 audit(1539347286.482:1): initialized\n[ 0.520297] Initialise system trusted keyring\n[ 0.521197] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.522325] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.524254] zbud: loaded\n[ 0.524943] VFS: Disk quotas dquot_6.6.0\n[ 0.525734] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.527206] fuse init (API version 7.23)\n[ 0.528083] Key type big_key registered\n[ 0.528858] Allocating IMA MOK and blacklist keyrings.\n[ 0.529942] Key type asymmetric registered\n[ 0.530750] Asymmetric key parser 'x509' registered\n[ 0.531688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533150] io scheduler noop registered\n[ 0.533924] io scheduler deadline registered (default)\n[ 0.534891] io scheduler cfq registered\n[ 0.535707] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537969] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539414] ACPI: Power Button [PWRF]\n[ 0.540600] GHES: HEST is not enabled!\n[ 0.555672] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585110] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587391] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611272] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.613398] Linux agpgart interface v0.103\n[ 0.615450] brd: module loaded\n[ 0.616637] loop: module loaded\n[ 0.621567] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623008] GPT:90111 != 2097151\n[ 0.623669] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624733] GPT:90111 != 2097151\n[ 0.625395] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626333] vda: vda1 vda15\n[ 0.627705] scsi host0: ata_piix\n[ 0.628445] scsi host1: ata_piix\n[ 0.629138] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630331] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631766] libphy: Fixed MDIO Bus: probed\n[ 0.632580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633514] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635581] PPP generic driver version 2.4.2\n[ 0.636451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637667] ehci-pci: EHCI PCI platform driver\n[ 0.638526] ehci-platform: EHCI generic platform driver\n[ 0.639495] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640589] ohci-pci: OHCI PCI platform driver\n[ 0.641434] ohci-platform: OHCI generic platform driver\n[ 0.642404] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.656686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.657656] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659092] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660113] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661198] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662393] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663782] usb usb1: Product: UHCI Host Controller\n[ 0.664697] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665810] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666756] hub 1-0:1.0: USB hub found\n[ 0.667521] hub 1-0:1.0: 2 ports detected\n[ 0.668411] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679847] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.691982] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.692998] mousedev: PS/2 mouse device common for all mice\n[ 0.694224] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696035] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697107] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698277] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699447] i2c /dev entries driver\n[ 0.700194] device-mapper: uevent: version 1.0.3\n[ 0.701112] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.702802] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704094] NET: Registered protocol family 10\n[ 0.705072] NET: Registered protocol family 17\n[ 0.705946] Key type dns_resolver registered\n[ 0.706863] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.707946] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.709657] registered taskstats version 1\n[ 0.710479] Loading compiled-in X.509 certificates\n[ 0.711932] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713745] zswap: loaded using pool lzo/zbud\n[ 0.715149] Key type trusted registered\n[ 0.716690] Key type encrypted registered\n[ 0.717497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.718493] ima: No TPM chip found, activating TPM-bypass!\n[ 0.719508] evm: HMAC attrs: 0x1\n[ 0.720415] Magic number: 6:125:481\n[ 0.721164] ata_device dev1.0: hash matches\n[ 0.721981] dev1.0: hash matches\n[ 0.722754] rtc_cmos 00:00: setting system clock to 2018-10-12 12:28:06 UTC (1539347286)\n[ 0.724330] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725423] EDD information not available.\n[ 0.787297] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799184] ata1.00: configured for MWDMA2\n[ 0.800677] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803396] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805052] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806630] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808834] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810877] Write protecting the kernel read-only data: 14336k\n[ 0.812802] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815132] 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.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... [ 1.234717] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.48s]\nping 10.10.10.6 OK\nping 10.10.10.8 OK\nping 10.10.11.13 KO\n"} 2018-10-12 12:29:48,402 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7/action used request id req-12a7b4c3-815a-4acc-959f-c0f8d4d7d59b 2018-10-12 12:29:48,403 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-4' 2018-10-12 12:29:48,403 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-2-net' to the VPN. 2018-10-12 12:29:48,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/dadb791d-f5e9-4bf2-9f4e-2d240599ba71/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa1c99d4496ae93f51dffb25b7943fd086dfae7" -d '{"network_association": {"network_id": "d78679ff-f6c0-4078-bcbf-3a9840afd0e4"}}' 2018-10-12 12:29:48,996 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-ca22ce0d-3227-45a9-84f5-ec0a3ef02507 Date: Fri, 12 Oct 2018 12:29:49 GMT RESP BODY: {"network_association": {"network_id": "d78679ff-f6c0-4078-bcbf-3a9840afd0e4", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "0958ec01-5a29-492f-9894-2db1ede7094a"}} 2018-10-12 12:29:48,996 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/dadb791d-f5e9-4bf2-9f4e-2d240599ba71/network_associations used request id req-ca22ce0d-3227-45a9-84f5-ec0a3ef02507 2018-10-12 12:29:48,997 - sdnvpn_test_utils - DEBUG - Waiting for network dadb791d-f5e9-4bf2-9f4e-2d240599ba71 to associate with BGPVPN 7bc22fd5-5bbd-401f-8f5b-fe08e20300a1 2018-10-12 12:29:49,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/dadb791d-f5e9-4bf2-9f4e-2d240599ba71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa1c99d4496ae93f51dffb25b7943fd086dfae7" 2018-10-12 12:29:49,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-1e8ad0c1-174b-462a-92c1-69edfd3de207 Date: Fri, 12 Oct 2018 12:29:49 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "dadb791d-f5e9-4bf2-9f4e-2d240599ba71", "name": "sdnvpn-227810", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "import_targets": ["88:88"], "networks": ["7bc22fd5-5bbd-401f-8f5b-fe08e20300a1", "d78679ff-f6c0-4078-bcbf-3a9840afd0e4"], "route_targets": [], "project_id": "d6e005d8411b4b378ddb320b792455b0", "type": "l3"}} 2018-10-12 12:29:49,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/dadb791d-f5e9-4bf2-9f4e-2d240599ba71 used request id req-1e8ad0c1-174b-462a-92c1-69edfd3de207 2018-10-12 12:29:50,315 - sdnvpn_test_utils - DEBUG - Waiting for network dadb791d-f5e9-4bf2-9f4e-2d240599ba71 to associate with BGPVPN d78679ff-f6c0-4078-bcbf-3a9840afd0e4 2018-10-12 12:29:50,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/dadb791d-f5e9-4bf2-9f4e-2d240599ba71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa1c99d4496ae93f51dffb25b7943fd086dfae7" 2018-10-12 12:29:50,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-c22578ed-d13e-4497-988d-d5b3991f845c Date: Fri, 12 Oct 2018 12:29:50 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "dadb791d-f5e9-4bf2-9f4e-2d240599ba71", "name": "sdnvpn-227810", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "import_targets": ["88:88"], "networks": ["7bc22fd5-5bbd-401f-8f5b-fe08e20300a1", "d78679ff-f6c0-4078-bcbf-3a9840afd0e4"], "route_targets": [], "project_id": "d6e005d8411b4b378ddb320b792455b0", "type": "l3"}} 2018-10-12 12:29:50,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/dadb791d-f5e9-4bf2-9f4e-2d240599ba71 used request id req-c22578ed-d13e-4497-988d-d5b3991f845c 2018-10-12 12:29:51,665 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-12 12:30:21,686 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/08846e30-1e5a-4e7b-af90-39c3787a3977/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e6c029e043b73e3e88a5e48dabd3bc1fa34018" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:30:22,759 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:30:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bdab69df-3f31-420e-b959-ca92dbf3f729 x-compute-request-id: req-bdab69df-3f31-420e-b959-ca92dbf3f729 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 519816257 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.129591] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.131202] pid_max: default: 32768 minimum: 301\n[ 0.132074] ACPI: Core revision 20150930\n[ 0.133445] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134726] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136235] AppArmor: AppArmor initialized\n[ 0.137094] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138384] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139629] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140806] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142173] Initializing cgroup subsys io\n[ 0.142967] Initializing cgroup subsys memory\n[ 0.143802] Initializing cgroup subsys devices\n[ 0.144662] Initializing cgroup subsys freezer\n[ 0.145504] Initializing cgroup subsys net_cls\n[ 0.146349] Initializing cgroup subsys perf_event\n[ 0.147232] Initializing cgroup subsys net_prio\n[ 0.148092] Initializing cgroup subsys hugetlb\n[ 0.148943] Initializing cgroup subsys pids\n[ 0.149796] CPU: Physical Processor ID: 0\n[ 0.151266] mce: CPU supports 10 MCE banks\n[ 0.152094] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153079] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163955] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170491] ftrace: allocating 31920 entries in 125 pages\n[ 0.197582] smpboot: Max logical packages: 1\n[ 0.198405] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199726] x2apic enabled\n[ 0.200513] Switched APIC routing to physical x2apic.\n[ 0.202254] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203352] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205293] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207036] KVM setup paravirtual spinlock\n[ 0.208346] x86: Booted up 1 node, 1 CPUs\n[ 0.209136] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.210495] devtmpfs: initialized\n[ 0.212203] evm: security.selinux\n[ 0.212890] evm: security.SMACK64\n[ 0.213563] evm: security.SMACK64EXEC\n[ 0.214285] evm: security.SMACK64TRANSMUTE\n[ 0.215074] evm: security.SMACK64MMAP\n[ 0.215797] evm: security.ima\n[ 0.216427] evm: security.capability\n[ 0.217220] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219025] pinctrl core: initialized pinctrl subsystem\n[ 0.220105] RTC time: 12:27:51, date: 10/12/18\n[ 0.221059] NET: Registered protocol family 16\n[ 0.222045] cpuidle: using governor ladder\n[ 0.222845] cpuidle: using governor menu\n[ 0.223605] PCCT header not found.\n[ 0.224329] ACPI: bus type PCI registered\n[ 0.225115] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226320] PCI: Using configuration type 1 for base access\n[ 0.228064] ACPI: Added _OSI(Module Device)\n[ 0.228883] ACPI: Added _OSI(Processor Device)\n[ 0.229721] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230597] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232713] ACPI: Interpreter enabled\n[ 0.233458] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235261] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238844] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240632] ACPI: (supports S0 S5)\n[ 0.241316] ACPI: Using IOAPIC for interrupt routing\n[ 0.242234] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245385] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246503] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247715] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251053] acpiphp: Slot [3] registered\n[ 0.251835] acpiphp: Slot [4] registered\n[ 0.252617] acpiphp: Slot [5] registered\n[ 0.253405] acpiphp: Slot [6] registered\n[ 0.254201] acpiphp: Slot [7] registered\n[ 0.254982] acpiphp: Slot [8] registered\n[ 0.255765] acpiphp: Slot [9] registered\n[ 0.256538] acpiphp: Slot [10] registered\n[ 0.257329] acpiphp: Slot [11] registered\n[ 0.258130] acpiphp: Slot [12] registered\n[ 0.258938] acpiphp: Slot [13] registered\n[ 0.259731] acpiphp: Slot [14] registered\n[ 0.260517] acpiphp: Slot [15] registered\n[ 0.271453] acpiphp: Slot [16] registered\n[ 0.272256] acpiphp: Slot [17] registered\n[ 0.273053] acpiphp: Slot [18] registered\n[ 0.273843] acpiphp: Slot [19] registered\n[ 0.274631] acpiphp: Slot [20] registered\n[ 0.275417] acpiphp: Slot [21] registered\n[ 0.276217] acpiphp: Slot [22] registered\n[ 0.277021] acpiphp: Slot [23] registered\n[ 0.277813] acpiphp: Slot [24] registered\n[ 0.278606] acpiphp: Slot [25] registered\n[ 0.279393] acpiphp: Slot [26] registered\n[ 0.280183] acpiphp: Slot [27] registered\n[ 0.280987] acpiphp: Slot [28] registered\n[ 0.281782] acpiphp: Slot [29] registered\n[ 0.282570] acpiphp: Slot [30] registered\n[ 0.283354] acpiphp: Slot [31] registered\n[ 0.284144] PCI host bridge to bus 0000:00\n[ 0.284936] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286119] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287298] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288714] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290130] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296471] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297725] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300120] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306552] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307954] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354871] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356346] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357752] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359161] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360515] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361778] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362925] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363943] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365445] vgaarb: loaded\n[ 0.366030] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367150] SCSI subsystem initialized\n[ 0.367958] ACPI: bus type USB registered\n[ 0.368752] usbcore: registered new interface driver usbfs\n[ 0.369748] usbcore: registered new interface driver hub\n[ 0.370724] usbcore: registered new device driver usb\n[ 0.371759] PCI: Using ACPI for IRQ routing\n[ 0.372763] NetLabel: Initializing\n[ 0.373453] NetLabel: domain hash size = 128\n[ 0.374286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375207] NetLabel: unlabeled traffic allowed by default\n[ 0.376280] clocksource: Switched to clocksource kvm-clock\n[ 0.381887] AppArmor: AppArmor Filesystem Enabled\n[ 0.382822] pnp: PnP ACPI init\n[ 0.383721] pnp: PnP ACPI: found 5 devices\n[ 0.390076] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391746] NET: Registered protocol family 2\n[ 0.392691] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393921] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395062] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396186] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397234] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398369] NET: Registered protocol family 1\n[ 0.399214] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400271] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401313] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415152] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429373] Trying to unpack rootfs image as initramfs...\n[ 0.478529] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492405] Scanning for low memory corruption every 60 seconds\n[ 0.493788] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494912] audit: initializing netlink subsys (disabled)\n[ 0.495908] audit: type=2000 audit(1539347272.567:1): initialized\n[ 0.497204] Initialise system trusted keyring\n[ 0.498109] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499230] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501154] zbud: loaded\n[ 0.501846] VFS: Disk quotas dquot_6.6.0\n[ 0.502641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504108] fuse init (API version 7.23)\n[ 0.504995] Key type big_key registered\n[ 0.505775] Allocating IMA MOK and blacklist keyrings.\n[ 0.506846] Key type asymmetric registered\n[ 0.507645] Asymmetric key parser 'x509' registered\n[ 0.508581] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510005] io scheduler noop registered\n[ 0.510780] io scheduler deadline registered (default)\n[ 0.511738] io scheduler cfq registered\n[ 0.512559] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513577] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514803] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516207] ACPI: Power Button [PWRF]\n[ 0.517409] GHES: HEST is not enabled!\n[ 0.531091] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559325] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588854] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.612878] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615016] Linux agpgart interface v0.103\n[ 0.617123] brd: module loaded\n[ 0.618365] loop: module loaded\n[ 0.622559] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623976] GPT:90111 != 2097151\n[ 0.624649] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625716] GPT:90111 != 2097151\n[ 0.626372] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627320] vda: vda1 vda15\n[ 0.628819] scsi host0: ata_piix\n[ 0.629554] scsi host1: ata_piix\n[ 0.630246] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631430] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632860] libphy: Fixed MDIO Bus: probed\n[ 0.633664] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634590] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636834] PPP generic driver version 2.4.2\n[ 0.637705] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638928] ehci-pci: EHCI PCI platform driver\n[ 0.639778] ehci-platform: EHCI generic platform driver\n[ 0.640751] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.641854] ohci-pci: OHCI PCI platform driver\n[ 0.642704] ohci-platform: OHCI generic platform driver\n[ 0.643662] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657976] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658957] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660381] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661385] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.662474] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.663670] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.665058] usb usb1: Product: UHCI Host Controller\n[ 0.665969] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.667079] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.668017] hub 1-0:1.0: USB hub found\n[ 0.668789] hub 1-0:1.0: 2 ports detected\n[ 0.669671] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671759] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672708] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673708] mousedev: PS/2 mouse device common for all mice\n[ 0.674929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676743] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677800] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678960] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680122] i2c /dev entries driver\n[ 0.680880] device-mapper: uevent: version 1.0.3\n[ 0.681793] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.683380] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684657] NET: Registered protocol family 10\n[ 0.685631] NET: Registered protocol family 17\n[ 0.686495] Key type dns_resolver registered\n[ 0.687412] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688493] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690206] registered taskstats version 1\n[ 0.691022] Loading compiled-in X.509 certificates\n[ 0.692449] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694262] zswap: loaded using pool lzo/zbud\n[ 0.696071] Key type trusted registered\n[ 0.698065] Key type encrypted registered\n[ 0.698872] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.699861] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700875] evm: HMAC attrs: 0x1\n[ 0.701812] Magic number: 6:125:481\n[ 0.702564] ata_device dev1.0: hash matches\n[ 0.703369] dev1.0: hash matches\n[ 0.704140] rtc_cmos 00:00: setting system clock to 2018-10-12 12:27:52 UTC (1539347272)\n[ 0.705723] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706799] EDD information not available.\n[ 0.788954] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.800684] ata1.00: configured for MWDMA2\n[ 0.801898] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.804050] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805241] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806467] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808316] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809822] Write protecting the kernel read-only data: 14336k\n[ 0.811346] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813116] 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.869034] 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.34\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.13...\nLease of 10.10.11.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.00s]\nping 10.10.11.8 KO\nping 10.10.11.8 KO\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\n"} 2018-10-12 12:30:22,760 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/08846e30-1e5a-4e7b-af90-39c3787a3977/action used request id req-bdab69df-3f31-420e-b959-ca92dbf3f729 2018-10-12 12:30:22,761 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-4' (10.10.11.13) to 'sdnvpn-1-5' (10.10.11.8). -->Expected result: can ping. 2018-10-12 12:30:22,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/08846e30-1e5a-4e7b-af90-39c3787a3977/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30e6c029e043b73e3e88a5e48dabd3bc1fa34018" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:30:23,835 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:30: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-5b957523-68b9-48e5-bbee-7cd91eeabd70 x-compute-request-id: req-5b957523-68b9-48e5-bbee-7cd91eeabd70 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 519816257 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.129591] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.131202] pid_max: default: 32768 minimum: 301\n[ 0.132074] ACPI: Core revision 20150930\n[ 0.133445] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134726] Security Framework initialized\n[ 0.135516] Yama: becoming mindful.\n[ 0.136235] AppArmor: AppArmor initialized\n[ 0.137094] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138384] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139629] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140806] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142173] Initializing cgroup subsys io\n[ 0.142967] Initializing cgroup subsys memory\n[ 0.143802] Initializing cgroup subsys devices\n[ 0.144662] Initializing cgroup subsys freezer\n[ 0.145504] Initializing cgroup subsys net_cls\n[ 0.146349] Initializing cgroup subsys perf_event\n[ 0.147232] Initializing cgroup subsys net_prio\n[ 0.148092] Initializing cgroup subsys hugetlb\n[ 0.148943] Initializing cgroup subsys pids\n[ 0.149796] CPU: Physical Processor ID: 0\n[ 0.151266] mce: CPU supports 10 MCE banks\n[ 0.152094] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153079] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163955] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170491] ftrace: allocating 31920 entries in 125 pages\n[ 0.197582] smpboot: Max logical packages: 1\n[ 0.198405] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199726] x2apic enabled\n[ 0.200513] Switched APIC routing to physical x2apic.\n[ 0.202254] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203352] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205293] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207036] KVM setup paravirtual spinlock\n[ 0.208346] x86: Booted up 1 node, 1 CPUs\n[ 0.209136] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.210495] devtmpfs: initialized\n[ 0.212203] evm: security.selinux\n[ 0.212890] evm: security.SMACK64\n[ 0.213563] evm: security.SMACK64EXEC\n[ 0.214285] evm: security.SMACK64TRANSMUTE\n[ 0.215074] evm: security.SMACK64MMAP\n[ 0.215797] evm: security.ima\n[ 0.216427] evm: security.capability\n[ 0.217220] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219025] pinctrl core: initialized pinctrl subsystem\n[ 0.220105] RTC time: 12:27:51, date: 10/12/18\n[ 0.221059] NET: Registered protocol family 16\n[ 0.222045] cpuidle: using governor ladder\n[ 0.222845] cpuidle: using governor menu\n[ 0.223605] PCCT header not found.\n[ 0.224329] ACPI: bus type PCI registered\n[ 0.225115] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226320] PCI: Using configuration type 1 for base access\n[ 0.228064] ACPI: Added _OSI(Module Device)\n[ 0.228883] ACPI: Added _OSI(Processor Device)\n[ 0.229721] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230597] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232713] ACPI: Interpreter enabled\n[ 0.233458] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235261] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238844] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240632] ACPI: (supports S0 S5)\n[ 0.241316] ACPI: Using IOAPIC for interrupt routing\n[ 0.242234] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245385] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246503] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247715] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251053] acpiphp: Slot [3] registered\n[ 0.251835] acpiphp: Slot [4] registered\n[ 0.252617] acpiphp: Slot [5] registered\n[ 0.253405] acpiphp: Slot [6] registered\n[ 0.254201] acpiphp: Slot [7] registered\n[ 0.254982] acpiphp: Slot [8] registered\n[ 0.255765] acpiphp: Slot [9] registered\n[ 0.256538] acpiphp: Slot [10] registered\n[ 0.257329] acpiphp: Slot [11] registered\n[ 0.258130] acpiphp: Slot [12] registered\n[ 0.258938] acpiphp: Slot [13] registered\n[ 0.259731] acpiphp: Slot [14] registered\n[ 0.260517] acpiphp: Slot [15] registered\n[ 0.271453] acpiphp: Slot [16] registered\n[ 0.272256] acpiphp: Slot [17] registered\n[ 0.273053] acpiphp: Slot [18] registered\n[ 0.273843] acpiphp: Slot [19] registered\n[ 0.274631] acpiphp: Slot [20] registered\n[ 0.275417] acpiphp: Slot [21] registered\n[ 0.276217] acpiphp: Slot [22] registered\n[ 0.277021] acpiphp: Slot [23] registered\n[ 0.277813] acpiphp: Slot [24] registered\n[ 0.278606] acpiphp: Slot [25] registered\n[ 0.279393] acpiphp: Slot [26] registered\n[ 0.280183] acpiphp: Slot [27] registered\n[ 0.280987] acpiphp: Slot [28] registered\n[ 0.281782] acpiphp: Slot [29] registered\n[ 0.282570] acpiphp: Slot [30] registered\n[ 0.283354] acpiphp: Slot [31] registered\n[ 0.284144] PCI host bridge to bus 0000:00\n[ 0.284936] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286119] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287298] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288714] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290130] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296471] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297725] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300120] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306552] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307954] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354871] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356346] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357752] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359161] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360515] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361778] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362925] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363943] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365445] vgaarb: loaded\n[ 0.366030] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367150] SCSI subsystem initialized\n[ 0.367958] ACPI: bus type USB registered\n[ 0.368752] usbcore: registered new interface driver usbfs\n[ 0.369748] usbcore: registered new interface driver hub\n[ 0.370724] usbcore: registered new device driver usb\n[ 0.371759] PCI: Using ACPI for IRQ routing\n[ 0.372763] NetLabel: Initializing\n[ 0.373453] NetLabel: domain hash size = 128\n[ 0.374286] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375207] NetLabel: unlabeled traffic allowed by default\n[ 0.376280] clocksource: Switched to clocksource kvm-clock\n[ 0.381887] AppArmor: AppArmor Filesystem Enabled\n[ 0.382822] pnp: PnP ACPI init\n[ 0.383721] pnp: PnP ACPI: found 5 devices\n[ 0.390076] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391746] NET: Registered protocol family 2\n[ 0.392691] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393921] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395062] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396186] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397234] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398369] NET: Registered protocol family 1\n[ 0.399214] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400271] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401313] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415152] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429373] Trying to unpack rootfs image as initramfs...\n[ 0.478529] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492405] Scanning for low memory corruption every 60 seconds\n[ 0.493788] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494912] audit: initializing netlink subsys (disabled)\n[ 0.495908] audit: type=2000 audit(1539347272.567:1): initialized\n[ 0.497204] Initialise system trusted keyring\n[ 0.498109] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499230] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501154] zbud: loaded\n[ 0.501846] VFS: Disk quotas dquot_6.6.0\n[ 0.502641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504108] fuse init (API version 7.23)\n[ 0.504995] Key type big_key registered\n[ 0.505775] Allocating IMA MOK and blacklist keyrings.\n[ 0.506846] Key type asymmetric registered\n[ 0.507645] Asymmetric key parser 'x509' registered\n[ 0.508581] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510005] io scheduler noop registered\n[ 0.510780] io scheduler deadline registered (default)\n[ 0.511738] io scheduler cfq registered\n[ 0.512559] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513577] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514803] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516207] ACPI: Power Button [PWRF]\n[ 0.517409] GHES: HEST is not enabled!\n[ 0.531091] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559325] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588854] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.612878] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615016] Linux agpgart interface v0.103\n[ 0.617123] brd: module loaded\n[ 0.618365] loop: module loaded\n[ 0.622559] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623976] GPT:90111 != 2097151\n[ 0.624649] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625716] GPT:90111 != 2097151\n[ 0.626372] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627320] vda: vda1 vda15\n[ 0.628819] scsi host0: ata_piix\n[ 0.629554] scsi host1: ata_piix\n[ 0.630246] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631430] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.632860] libphy: Fixed MDIO Bus: probed\n[ 0.633664] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634590] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636834] PPP generic driver version 2.4.2\n[ 0.637705] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.638928] ehci-pci: EHCI PCI platform driver\n[ 0.639778] ehci-platform: EHCI generic platform driver\n[ 0.640751] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.641854] ohci-pci: OHCI PCI platform driver\n[ 0.642704] ohci-platform: OHCI generic platform driver\n[ 0.643662] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657976] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658957] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660381] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661385] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.662474] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.663670] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.665058] usb usb1: Product: UHCI Host Controller\n[ 0.665969] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.667079] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.668017] hub 1-0:1.0: USB hub found\n[ 0.668789] hub 1-0:1.0: 2 ports detected\n[ 0.669671] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671759] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672708] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673708] mousedev: PS/2 mouse device common for all mice\n[ 0.674929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676743] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677800] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678960] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680122] i2c /dev entries driver\n[ 0.680880] device-mapper: uevent: version 1.0.3\n[ 0.681793] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.683380] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684657] NET: Registered protocol family 10\n[ 0.685631] NET: Registered protocol family 17\n[ 0.686495] Key type dns_resolver registered\n[ 0.687412] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688493] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690206] registered taskstats version 1\n[ 0.691022] Loading compiled-in X.509 certificates\n[ 0.692449] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694262] zswap: loaded using pool lzo/zbud\n[ 0.696071] Key type trusted registered\n[ 0.698065] Key type encrypted registered\n[ 0.698872] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.699861] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700875] evm: HMAC attrs: 0x1\n[ 0.701812] Magic number: 6:125:481\n[ 0.702564] ata_device dev1.0: hash matches\n[ 0.703369] dev1.0: hash matches\n[ 0.704140] rtc_cmos 00:00: setting system clock to 2018-10-12 12:27:52 UTC (1539347272)\n[ 0.705723] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706799] EDD information not available.\n[ 0.788954] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.800684] ata1.00: configured for MWDMA2\n[ 0.801898] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.804050] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805241] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806467] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808316] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809822] Write protecting the kernel read-only data: 14336k\n[ 0.811346] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813116] 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.869034] 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.34\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.13...\nLease of 10.10.11.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.00s]\nping 10.10.11.8 KO\nping 10.10.11.8 KO\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\n"} 2018-10-12 12:30:23,835 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/08846e30-1e5a-4e7b-af90-39c3787a3977/action used request id req-5b957523-68b9-48e5-bbee-7cd91eeabd70 2018-10-12 12:30:23,837 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-4' can ping 'sdnvpn-1-5' 2018-10-12 12:30:23,837 - sdnvpn-results - INFO - Update VPN with eRT=iRT ... 2018-10-12 12:30:23,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/dadb791d-f5e9-4bf2-9f4e-2d240599ba71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa1c99d4496ae93f51dffb25b7943fd086dfae7" 2018-10-12 12:30:24,308 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-71979f5b-922e-40b4-8faa-b2792d42f3fb Content-Length: 0 Date: Fri, 12 Oct 2018 12:30:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:30:24,308 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/dadb791d-f5e9-4bf2-9f4e-2d240599ba71 used request id req-71979f5b-922e-40b4-8faa-b2792d42f3fb 2018-10-12 12:30:54,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa1c99d4496ae93f51dffb25b7943fd086dfae7" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-227810", "route_distinguishers": "11:11"}}' 2018-10-12 12:30:54,694 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-dab82784-9be4-4a49-b094-f2516f5cad15 Date: Fri, 12 Oct 2018 12:30:54 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "45e40e06-0f50-44c3-8262-c745c771afbb", "name": "sdnvpn-227810", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "d6e005d8411b4b378ddb320b792455b0", "type": "l3"}} 2018-10-12 12:30:54,694 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns used request id req-dab82784-9be4-4a49-b094-f2516f5cad15 2018-10-12 12:30:54,695 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-227810', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'd6e005d8411b4b378ddb320b792455b0', u'route_targets': [], u'project_id': u'd6e005d8411b4b378ddb320b792455b0', u'type': u'l3', u'id': u'45e40e06-0f50-44c3-8262-c745c771afbb'}} 2018-10-12 12:30:54,695 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-1-net' to the VPN. 2018-10-12 12:30:54,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/45e40e06-0f50-44c3-8262-c745c771afbb/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa1c99d4496ae93f51dffb25b7943fd086dfae7" -d '{"network_association": {"network_id": "7bc22fd5-5bbd-401f-8f5b-fe08e20300a1"}}' 2018-10-12 12:30:55,189 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-d4eab2bd-73fb-4541-af19-186cf2e8c8f4 Date: Fri, 12 Oct 2018 12:30:55 GMT RESP BODY: {"network_association": {"network_id": "7bc22fd5-5bbd-401f-8f5b-fe08e20300a1", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "fea24c96-a27b-4793-8df9-85d7b3224e5a"}} 2018-10-12 12:30:55,189 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/45e40e06-0f50-44c3-8262-c745c771afbb/network_associations used request id req-d4eab2bd-73fb-4541-af19-186cf2e8c8f4 2018-10-12 12:30:55,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/45e40e06-0f50-44c3-8262-c745c771afbb/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa1c99d4496ae93f51dffb25b7943fd086dfae7" -d '{"network_association": {"network_id": "d78679ff-f6c0-4078-bcbf-3a9840afd0e4"}}' 2018-10-12 12:30:55,919 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-ed16c79a-7d69-4c2c-8d34-cd20768bfa3c Date: Fri, 12 Oct 2018 12:30:55 GMT RESP BODY: {"network_association": {"network_id": "d78679ff-f6c0-4078-bcbf-3a9840afd0e4", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "17e86d3e-7a5a-4be4-b366-95145a45d69f"}} 2018-10-12 12:30:55,919 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/45e40e06-0f50-44c3-8262-c745c771afbb/network_associations used request id req-ed16c79a-7d69-4c2c-8d34-cd20768bfa3c 2018-10-12 12:30:55,919 - sdnvpn_test_utils - DEBUG - Waiting for network 45e40e06-0f50-44c3-8262-c745c771afbb to associate with BGPVPN 7bc22fd5-5bbd-401f-8f5b-fe08e20300a1 2018-10-12 12:30:55,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/45e40e06-0f50-44c3-8262-c745c771afbb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa1c99d4496ae93f51dffb25b7943fd086dfae7" 2018-10-12 12:30:56,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-454a3049-fab1-42ed-b312-52bbd4aa6b11 Date: Fri, 12 Oct 2018 12:30:56 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "45e40e06-0f50-44c3-8262-c745c771afbb", "name": "sdnvpn-227810", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "import_targets": ["88:88"], "networks": ["7bc22fd5-5bbd-401f-8f5b-fe08e20300a1", "d78679ff-f6c0-4078-bcbf-3a9840afd0e4"], "route_targets": [], "project_id": "d6e005d8411b4b378ddb320b792455b0", "type": "l3"}} 2018-10-12 12:30:56,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/45e40e06-0f50-44c3-8262-c745c771afbb used request id req-454a3049-fab1-42ed-b312-52bbd4aa6b11 2018-10-12 12:30:57,081 - sdnvpn_test_utils - DEBUG - Waiting for network 45e40e06-0f50-44c3-8262-c745c771afbb to associate with BGPVPN d78679ff-f6c0-4078-bcbf-3a9840afd0e4 2018-10-12 12:30:57,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/45e40e06-0f50-44c3-8262-c745c771afbb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa1c99d4496ae93f51dffb25b7943fd086dfae7" 2018-10-12 12:30:57,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-864f8985-dc20-4e6e-8338-d7f4aeae415b Date: Fri, 12 Oct 2018 12:30:57 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "45e40e06-0f50-44c3-8262-c745c771afbb", "name": "sdnvpn-227810", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "import_targets": ["88:88"], "networks": ["7bc22fd5-5bbd-401f-8f5b-fe08e20300a1", "d78679ff-f6c0-4078-bcbf-3a9840afd0e4"], "route_targets": [], "project_id": "d6e005d8411b4b378ddb320b792455b0", "type": "l3"}} 2018-10-12 12:30:57,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/45e40e06-0f50-44c3-8262-c745c771afbb used request id req-864f8985-dc20-4e6e-8338-d7f4aeae415b 2018-10-12 12:30:58,237 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-12 12:31:28,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71fce8f563735886f275e19ba5d28de50468cd52" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:31:29,395 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:31:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4a8964b1-9b2a-4f19-a7a5-52fb191a41f6 x-compute-request-id: req-4a8964b1-9b2a-4f19-a7a5-52fb191a41f6 Content-Encoding: gzip Content-Length: 8162 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535341343 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130708] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132821] pid_max: default: 32768 minimum: 301\n[ 0.133981] ACPI: Core revision 20150930\n[ 0.135562] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137209] Security Framework initialized\n[ 0.138265] Yama: becoming mindful.\n[ 0.139190] AppArmor: AppArmor initialized\n[ 0.140301] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142087] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143800] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145401] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146909] Initializing cgroup subsys io\n[ 0.147689] Initializing cgroup subsys memory\n[ 0.148519] Initializing cgroup subsys devices\n[ 0.149366] Initializing cgroup subsys freezer\n[ 0.150217] Initializing cgroup subsys net_cls\n[ 0.151052] Initializing cgroup subsys perf_event\n[ 0.151925] Initializing cgroup subsys net_prio\n[ 0.152769] Initializing cgroup subsys hugetlb\n[ 0.153850] Initializing cgroup subsys pids\n[ 0.154950] CPU: Physical Processor ID: 0\n[ 0.156652] mce: CPU supports 10 MCE banks\n[ 0.157735] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158996] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169711] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176082] ftrace: allocating 31920 entries in 125 pages\n[ 0.202489] smpboot: Max logical packages: 1\n[ 0.203435] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205161] x2apic enabled\n[ 0.206123] Switched APIC routing to physical x2apic.\n[ 0.208143] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209589] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212119] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214395] KVM setup paravirtual spinlock\n[ 0.215913] x86: Booted up 1 node, 1 CPUs\n[ 0.216938] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.218692] devtmpfs: initialized\n[ 0.220601] evm: security.selinux\n[ 0.221495] evm: security.SMACK64\n[ 0.222381] evm: security.SMACK64EXEC\n[ 0.223340] evm: security.SMACK64TRANSMUTE\n[ 0.224387] evm: security.SMACK64MMAP\n[ 0.225334] evm: security.ima\n[ 0.226155] evm: security.capability\n[ 0.227173] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229602] pinctrl core: initialized pinctrl subsystem\n[ 0.231002] RTC time: 12:28:05, date: 10/12/18\n[ 0.232210] NET: Registered protocol family 16\n[ 0.233439] cpuidle: using governor ladder\n[ 0.234537] cpuidle: using governor menu\n[ 0.235587] PCCT header not found.\n[ 0.236561] ACPI: bus type PCI registered\n[ 0.237614] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239289] PCI: Using configuration type 1 for base access\n[ 0.241427] ACPI: Added _OSI(Module Device)\n[ 0.242528] ACPI: Added _OSI(Processor Device)\n[ 0.243677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244876] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247361] ACPI: Interpreter enabled\n[ 0.248351] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255531] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258026] ACPI: (supports S0 S5)\n[ 0.258935] ACPI: Using IOAPIC for interrupt routing\n[ 0.260196] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263815] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265332] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266964] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268555] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271478] acpiphp: Slot [3] registered\n[ 0.272507] acpiphp: Slot [4] registered\n[ 0.273533] acpiphp: Slot [5] registered\n[ 0.274564] acpiphp: Slot [6] registered\n[ 0.275595] acpiphp: Slot [7] registered\n[ 0.276621] acpiphp: Slot [8] registered\n[ 0.277669] acpiphp: Slot [9] registered\n[ 0.278692] acpiphp: Slot [10] registered\n[ 0.279726] acpiphp: Slot [11] registered\n[ 0.280767] acpiphp: Slot [12] registered\n[ 0.281823] acpiphp: Slot [13] registered\n[ 0.282912] acpiphp: Slot [14] registered\n[ 0.283986] acpiphp: Slot [15] registered\n[ 0.295292] acpiphp: Slot [16] registered\n[ 0.296299] acpiphp: Slot [17] registered\n[ 0.297082] acpiphp: Slot [18] registered\n[ 0.297857] acpiphp: Slot [19] registered\n[ 0.298651] acpiphp: Slot [20] registered\n[ 0.299438] acpiphp: Slot [21] registered\n[ 0.300220] acpiphp: Slot [22] registered\n[ 0.300998] acpiphp: Slot [23] registered\n[ 0.301774] acpiphp: Slot [24] registered\n[ 0.302562] acpiphp: Slot [25] registered\n[ 0.303359] acpiphp: Slot [26] registered\n[ 0.304143] acpiphp: Slot [27] registered\n[ 0.304935] acpiphp: Slot [28] registered\n[ 0.305716] acpiphp: Slot [29] registered\n[ 0.306499] acpiphp: Slot [30] registered\n[ 0.307285] acpiphp: Slot [31] registered\n[ 0.308063] PCI host bridge to bus 0000:00\n[ 0.308844] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310021] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311177] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312569] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313972] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320139] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321364] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322491] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.323713] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330198] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.331585] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378832] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380234] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381598] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382954] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384192] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385346] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386375] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387903] vgaarb: loaded\n[ 0.388490] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389594] SCSI subsystem initialized\n[ 0.390392] ACPI: bus type USB registered\n[ 0.391189] usbcore: registered new interface driver usbfs\n[ 0.392194] usbcore: registered new interface driver hub\n[ 0.393192] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395214] NetLabel: Initializing\n[ 0.395908] NetLabel: domain hash size = 128\n[ 0.396735] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397658] NetLabel: unlabeled traffic allowed by default\n[ 0.398728] clocksource: Switched to clocksource kvm-clock\n[ 0.404125] AppArmor: AppArmor Filesystem Enabled\n[ 0.405068] pnp: PnP ACPI init\n[ 0.405962] pnp: PnP ACPI: found 5 devices\n[ 0.412310] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413983] NET: Registered protocol family 2\n[ 0.414924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416159] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.417324] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.418444] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419486] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420621] NET: Registered protocol family 1\n[ 0.421465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422525] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.423586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437620] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451790] Trying to unpack rootfs image as initramfs...\n[ 0.501804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.515599] Scanning for low memory corruption every 60 seconds\n[ 0.516916] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.518024] audit: initializing netlink subsys (disabled)\n[ 0.519025] audit: type=2000 audit(1539347286.482:1): initialized\n[ 0.520297] Initialise system trusted keyring\n[ 0.521197] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.522325] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.524254] zbud: loaded\n[ 0.524943] VFS: Disk quotas dquot_6.6.0\n[ 0.525734] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.527206] fuse init (API version 7.23)\n[ 0.528083] Key type big_key registered\n[ 0.528858] Allocating IMA MOK and blacklist keyrings.\n[ 0.529942] Key type asymmetric registered\n[ 0.530750] Asymmetric key parser 'x509' registered\n[ 0.531688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533150] io scheduler noop registered\n[ 0.533924] io scheduler deadline registered (default)\n[ 0.534891] io scheduler cfq registered\n[ 0.535707] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537969] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539414] ACPI: Power Button [PWRF]\n[ 0.540600] GHES: HEST is not enabled!\n[ 0.555672] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585110] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587391] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611272] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.613398] Linux agpgart interface v0.103\n[ 0.615450] brd: module loaded\n[ 0.616637] loop: module loaded\n[ 0.621567] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623008] GPT:90111 != 2097151\n[ 0.623669] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624733] GPT:90111 != 2097151\n[ 0.625395] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626333] vda: vda1 vda15\n[ 0.627705] scsi host0: ata_piix\n[ 0.628445] scsi host1: ata_piix\n[ 0.629138] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630331] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631766] libphy: Fixed MDIO Bus: probed\n[ 0.632580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633514] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635581] PPP generic driver version 2.4.2\n[ 0.636451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637667] ehci-pci: EHCI PCI platform driver\n[ 0.638526] ehci-platform: EHCI generic platform driver\n[ 0.639495] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640589] ohci-pci: OHCI PCI platform driver\n[ 0.641434] ohci-platform: OHCI generic platform driver\n[ 0.642404] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.656686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.657656] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659092] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660113] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661198] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662393] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663782] usb usb1: Product: UHCI Host Controller\n[ 0.664697] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665810] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666756] hub 1-0:1.0: USB hub found\n[ 0.667521] hub 1-0:1.0: 2 ports detected\n[ 0.668411] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679847] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.691982] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.692998] mousedev: PS/2 mouse device common for all mice\n[ 0.694224] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696035] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697107] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698277] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699447] i2c /dev entries driver\n[ 0.700194] device-mapper: uevent: version 1.0.3\n[ 0.701112] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.702802] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704094] NET: Registered protocol family 10\n[ 0.705072] NET: Registered protocol family 17\n[ 0.705946] Key type dns_resolver registered\n[ 0.706863] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.707946] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.709657] registered taskstats version 1\n[ 0.710479] Loading compiled-in X.509 certificates\n[ 0.711932] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713745] zswap: loaded using pool lzo/zbud\n[ 0.715149] Key type trusted registered\n[ 0.716690] Key type encrypted registered\n[ 0.717497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.718493] ima: No TPM chip found, activating TPM-bypass!\n[ 0.719508] evm: HMAC attrs: 0x1\n[ 0.720415] Magic number: 6:125:481\n[ 0.721164] ata_device dev1.0: hash matches\n[ 0.721981] dev1.0: hash matches\n[ 0.722754] rtc_cmos 00:00: setting system clock to 2018-10-12 12:28:06 UTC (1539347286)\n[ 0.724330] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725423] EDD information not available.\n[ 0.787297] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799184] ata1.00: configured for MWDMA2\n[ 0.800677] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803396] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805052] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806630] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808834] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810877] Write protecting the kernel read-only data: 14336k\n[ 0.812802] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815132] 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.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... [ 1.234717] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.48s]\nping 10.10.10.6 OK\nping 10.10.10.8 OK\nping 10.10.11.13 KO\nping 10.10.11.8 OK\nping 10.10.10.6 OK\nping 10.10.10.8 OK\nping 10.10.11.13 OK\nping 10.10.11.8 OK\nping 10.10.10.6 OK\nping 10.10.10.8 OK\nping 10.10.11.13 OK\nping 10.10.11.8 OK\nping 10.10.10.6 OK\n"} 2018-10-12 12:31:29,395 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7/action used request id req-4a8964b1-9b2a-4f19-a7a5-52fb191a41f6 2018-10-12 12:31:29,397 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.16) to 'sdnvpn-1-4' (10.10.11.13). -->Expected result: can ping. 2018-10-12 12:31:29,400 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71fce8f563735886f275e19ba5d28de50468cd52" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:31:30,478 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:31: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-5a83429c-0b73-44d2-a1d7-35423f883cb1 x-compute-request-id: req-5a83429c-0b73-44d2-a1d7-35423f883cb1 Content-Encoding: gzip Content-Length: 8162 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535341343 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130708] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132821] pid_max: default: 32768 minimum: 301\n[ 0.133981] ACPI: Core revision 20150930\n[ 0.135562] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137209] Security Framework initialized\n[ 0.138265] Yama: becoming mindful.\n[ 0.139190] AppArmor: AppArmor initialized\n[ 0.140301] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142087] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143800] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145401] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146909] Initializing cgroup subsys io\n[ 0.147689] Initializing cgroup subsys memory\n[ 0.148519] Initializing cgroup subsys devices\n[ 0.149366] Initializing cgroup subsys freezer\n[ 0.150217] Initializing cgroup subsys net_cls\n[ 0.151052] Initializing cgroup subsys perf_event\n[ 0.151925] Initializing cgroup subsys net_prio\n[ 0.152769] Initializing cgroup subsys hugetlb\n[ 0.153850] Initializing cgroup subsys pids\n[ 0.154950] CPU: Physical Processor ID: 0\n[ 0.156652] mce: CPU supports 10 MCE banks\n[ 0.157735] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158996] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169711] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176082] ftrace: allocating 31920 entries in 125 pages\n[ 0.202489] smpboot: Max logical packages: 1\n[ 0.203435] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205161] x2apic enabled\n[ 0.206123] Switched APIC routing to physical x2apic.\n[ 0.208143] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209589] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212119] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214395] KVM setup paravirtual spinlock\n[ 0.215913] x86: Booted up 1 node, 1 CPUs\n[ 0.216938] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.218692] devtmpfs: initialized\n[ 0.220601] evm: security.selinux\n[ 0.221495] evm: security.SMACK64\n[ 0.222381] evm: security.SMACK64EXEC\n[ 0.223340] evm: security.SMACK64TRANSMUTE\n[ 0.224387] evm: security.SMACK64MMAP\n[ 0.225334] evm: security.ima\n[ 0.226155] evm: security.capability\n[ 0.227173] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229602] pinctrl core: initialized pinctrl subsystem\n[ 0.231002] RTC time: 12:28:05, date: 10/12/18\n[ 0.232210] NET: Registered protocol family 16\n[ 0.233439] cpuidle: using governor ladder\n[ 0.234537] cpuidle: using governor menu\n[ 0.235587] PCCT header not found.\n[ 0.236561] ACPI: bus type PCI registered\n[ 0.237614] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239289] PCI: Using configuration type 1 for base access\n[ 0.241427] ACPI: Added _OSI(Module Device)\n[ 0.242528] ACPI: Added _OSI(Processor Device)\n[ 0.243677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244876] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247361] ACPI: Interpreter enabled\n[ 0.248351] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255531] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258026] ACPI: (supports S0 S5)\n[ 0.258935] ACPI: Using IOAPIC for interrupt routing\n[ 0.260196] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263815] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265332] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266964] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268555] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271478] acpiphp: Slot [3] registered\n[ 0.272507] acpiphp: Slot [4] registered\n[ 0.273533] acpiphp: Slot [5] registered\n[ 0.274564] acpiphp: Slot [6] registered\n[ 0.275595] acpiphp: Slot [7] registered\n[ 0.276621] acpiphp: Slot [8] registered\n[ 0.277669] acpiphp: Slot [9] registered\n[ 0.278692] acpiphp: Slot [10] registered\n[ 0.279726] acpiphp: Slot [11] registered\n[ 0.280767] acpiphp: Slot [12] registered\n[ 0.281823] acpiphp: Slot [13] registered\n[ 0.282912] acpiphp: Slot [14] registered\n[ 0.283986] acpiphp: Slot [15] registered\n[ 0.295292] acpiphp: Slot [16] registered\n[ 0.296299] acpiphp: Slot [17] registered\n[ 0.297082] acpiphp: Slot [18] registered\n[ 0.297857] acpiphp: Slot [19] registered\n[ 0.298651] acpiphp: Slot [20] registered\n[ 0.299438] acpiphp: Slot [21] registered\n[ 0.300220] acpiphp: Slot [22] registered\n[ 0.300998] acpiphp: Slot [23] registered\n[ 0.301774] acpiphp: Slot [24] registered\n[ 0.302562] acpiphp: Slot [25] registered\n[ 0.303359] acpiphp: Slot [26] registered\n[ 0.304143] acpiphp: Slot [27] registered\n[ 0.304935] acpiphp: Slot [28] registered\n[ 0.305716] acpiphp: Slot [29] registered\n[ 0.306499] acpiphp: Slot [30] registered\n[ 0.307285] acpiphp: Slot [31] registered\n[ 0.308063] PCI host bridge to bus 0000:00\n[ 0.308844] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310021] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311177] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312569] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313972] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320139] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321364] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322491] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.323713] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330198] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.331585] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378832] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380234] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381598] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382954] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384192] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385346] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386375] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387903] vgaarb: loaded\n[ 0.388490] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389594] SCSI subsystem initialized\n[ 0.390392] ACPI: bus type USB registered\n[ 0.391189] usbcore: registered new interface driver usbfs\n[ 0.392194] usbcore: registered new interface driver hub\n[ 0.393192] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395214] NetLabel: Initializing\n[ 0.395908] NetLabel: domain hash size = 128\n[ 0.396735] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397658] NetLabel: unlabeled traffic allowed by default\n[ 0.398728] clocksource: Switched to clocksource kvm-clock\n[ 0.404125] AppArmor: AppArmor Filesystem Enabled\n[ 0.405068] pnp: PnP ACPI init\n[ 0.405962] pnp: PnP ACPI: found 5 devices\n[ 0.412310] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413983] NET: Registered protocol family 2\n[ 0.414924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416159] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.417324] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.418444] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419486] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420621] NET: Registered protocol family 1\n[ 0.421465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422525] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.423586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437620] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451790] Trying to unpack rootfs image as initramfs...\n[ 0.501804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.515599] Scanning for low memory corruption every 60 seconds\n[ 0.516916] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.518024] audit: initializing netlink subsys (disabled)\n[ 0.519025] audit: type=2000 audit(1539347286.482:1): initialized\n[ 0.520297] Initialise system trusted keyring\n[ 0.521197] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.522325] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.524254] zbud: loaded\n[ 0.524943] VFS: Disk quotas dquot_6.6.0\n[ 0.525734] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.527206] fuse init (API version 7.23)\n[ 0.528083] Key type big_key registered\n[ 0.528858] Allocating IMA MOK and blacklist keyrings.\n[ 0.529942] Key type asymmetric registered\n[ 0.530750] Asymmetric key parser 'x509' registered\n[ 0.531688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533150] io scheduler noop registered\n[ 0.533924] io scheduler deadline registered (default)\n[ 0.534891] io scheduler cfq registered\n[ 0.535707] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537969] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539414] ACPI: Power Button [PWRF]\n[ 0.540600] GHES: HEST is not enabled!\n[ 0.555672] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585110] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587391] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611272] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.613398] Linux agpgart interface v0.103\n[ 0.615450] brd: module loaded\n[ 0.616637] loop: module loaded\n[ 0.621567] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623008] GPT:90111 != 2097151\n[ 0.623669] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624733] GPT:90111 != 2097151\n[ 0.625395] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626333] vda: vda1 vda15\n[ 0.627705] scsi host0: ata_piix\n[ 0.628445] scsi host1: ata_piix\n[ 0.629138] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630331] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631766] libphy: Fixed MDIO Bus: probed\n[ 0.632580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633514] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635581] PPP generic driver version 2.4.2\n[ 0.636451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637667] ehci-pci: EHCI PCI platform driver\n[ 0.638526] ehci-platform: EHCI generic platform driver\n[ 0.639495] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640589] ohci-pci: OHCI PCI platform driver\n[ 0.641434] ohci-platform: OHCI generic platform driver\n[ 0.642404] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.656686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.657656] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659092] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660113] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661198] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662393] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663782] usb usb1: Product: UHCI Host Controller\n[ 0.664697] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665810] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666756] hub 1-0:1.0: USB hub found\n[ 0.667521] hub 1-0:1.0: 2 ports detected\n[ 0.668411] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679847] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.691982] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.692998] mousedev: PS/2 mouse device common for all mice\n[ 0.694224] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696035] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697107] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698277] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699447] i2c /dev entries driver\n[ 0.700194] device-mapper: uevent: version 1.0.3\n[ 0.701112] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.702802] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704094] NET: Registered protocol family 10\n[ 0.705072] NET: Registered protocol family 17\n[ 0.705946] Key type dns_resolver registered\n[ 0.706863] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.707946] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.709657] registered taskstats version 1\n[ 0.710479] Loading compiled-in X.509 certificates\n[ 0.711932] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713745] zswap: loaded using pool lzo/zbud\n[ 0.715149] Key type trusted registered\n[ 0.716690] Key type encrypted registered\n[ 0.717497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.718493] ima: No TPM chip found, activating TPM-bypass!\n[ 0.719508] evm: HMAC attrs: 0x1\n[ 0.720415] Magic number: 6:125:481\n[ 0.721164] ata_device dev1.0: hash matches\n[ 0.721981] dev1.0: hash matches\n[ 0.722754] rtc_cmos 00:00: setting system clock to 2018-10-12 12:28:06 UTC (1539347286)\n[ 0.724330] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725423] EDD information not available.\n[ 0.787297] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799184] ata1.00: configured for MWDMA2\n[ 0.800677] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803396] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805052] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806630] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808834] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810877] Write protecting the kernel read-only data: 14336k\n[ 0.812802] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815132] 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.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... [ 1.234717] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.48s]\nping 10.10.10.6 OK\nping 10.10.10.8 OK\nping 10.10.11.13 KO\nping 10.10.11.8 OK\nping 10.10.10.6 OK\nping 10.10.10.8 OK\nping 10.10.11.13 OK\nping 10.10.11.8 OK\nping 10.10.10.6 OK\nping 10.10.10.8 OK\nping 10.10.11.13 OK\nping 10.10.11.8 OK\nping 10.10.10.6 OK\n"} 2018-10-12 12:31:30,479 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7/action used request id req-5a83429c-0b73-44d2-a1d7-35423f883cb1 2018-10-12 12:31:30,480 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-4' 2018-10-12 12:31:30,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71fce8f563735886f275e19ba5d28de50468cd52" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:31:31,718 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-684a0d34-8179-403b-86a9-f7da44f1fff3 x-compute-request-id: req-684a0d34-8179-403b-86a9-f7da44f1fff3 Content-Encoding: gzip Content-Length: 8162 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535341343 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130708] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132821] pid_max: default: 32768 minimum: 301\n[ 0.133981] ACPI: Core revision 20150930\n[ 0.135562] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137209] Security Framework initialized\n[ 0.138265] Yama: becoming mindful.\n[ 0.139190] AppArmor: AppArmor initialized\n[ 0.140301] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142087] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143800] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145401] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146909] Initializing cgroup subsys io\n[ 0.147689] Initializing cgroup subsys memory\n[ 0.148519] Initializing cgroup subsys devices\n[ 0.149366] Initializing cgroup subsys freezer\n[ 0.150217] Initializing cgroup subsys net_cls\n[ 0.151052] Initializing cgroup subsys perf_event\n[ 0.151925] Initializing cgroup subsys net_prio\n[ 0.152769] Initializing cgroup subsys hugetlb\n[ 0.153850] Initializing cgroup subsys pids\n[ 0.154950] CPU: Physical Processor ID: 0\n[ 0.156652] mce: CPU supports 10 MCE banks\n[ 0.157735] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158996] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169711] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176082] ftrace: allocating 31920 entries in 125 pages\n[ 0.202489] smpboot: Max logical packages: 1\n[ 0.203435] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205161] x2apic enabled\n[ 0.206123] Switched APIC routing to physical x2apic.\n[ 0.208143] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209589] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212119] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214395] KVM setup paravirtual spinlock\n[ 0.215913] x86: Booted up 1 node, 1 CPUs\n[ 0.216938] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.218692] devtmpfs: initialized\n[ 0.220601] evm: security.selinux\n[ 0.221495] evm: security.SMACK64\n[ 0.222381] evm: security.SMACK64EXEC\n[ 0.223340] evm: security.SMACK64TRANSMUTE\n[ 0.224387] evm: security.SMACK64MMAP\n[ 0.225334] evm: security.ima\n[ 0.226155] evm: security.capability\n[ 0.227173] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229602] pinctrl core: initialized pinctrl subsystem\n[ 0.231002] RTC time: 12:28:05, date: 10/12/18\n[ 0.232210] NET: Registered protocol family 16\n[ 0.233439] cpuidle: using governor ladder\n[ 0.234537] cpuidle: using governor menu\n[ 0.235587] PCCT header not found.\n[ 0.236561] ACPI: bus type PCI registered\n[ 0.237614] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239289] PCI: Using configuration type 1 for base access\n[ 0.241427] ACPI: Added _OSI(Module Device)\n[ 0.242528] ACPI: Added _OSI(Processor Device)\n[ 0.243677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244876] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247361] ACPI: Interpreter enabled\n[ 0.248351] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255531] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258026] ACPI: (supports S0 S5)\n[ 0.258935] ACPI: Using IOAPIC for interrupt routing\n[ 0.260196] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263815] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265332] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266964] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268555] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271478] acpiphp: Slot [3] registered\n[ 0.272507] acpiphp: Slot [4] registered\n[ 0.273533] acpiphp: Slot [5] registered\n[ 0.274564] acpiphp: Slot [6] registered\n[ 0.275595] acpiphp: Slot [7] registered\n[ 0.276621] acpiphp: Slot [8] registered\n[ 0.277669] acpiphp: Slot [9] registered\n[ 0.278692] acpiphp: Slot [10] registered\n[ 0.279726] acpiphp: Slot [11] registered\n[ 0.280767] acpiphp: Slot [12] registered\n[ 0.281823] acpiphp: Slot [13] registered\n[ 0.282912] acpiphp: Slot [14] registered\n[ 0.283986] acpiphp: Slot [15] registered\n[ 0.295292] acpiphp: Slot [16] registered\n[ 0.296299] acpiphp: Slot [17] registered\n[ 0.297082] acpiphp: Slot [18] registered\n[ 0.297857] acpiphp: Slot [19] registered\n[ 0.298651] acpiphp: Slot [20] registered\n[ 0.299438] acpiphp: Slot [21] registered\n[ 0.300220] acpiphp: Slot [22] registered\n[ 0.300998] acpiphp: Slot [23] registered\n[ 0.301774] acpiphp: Slot [24] registered\n[ 0.302562] acpiphp: Slot [25] registered\n[ 0.303359] acpiphp: Slot [26] registered\n[ 0.304143] acpiphp: Slot [27] registered\n[ 0.304935] acpiphp: Slot [28] registered\n[ 0.305716] acpiphp: Slot [29] registered\n[ 0.306499] acpiphp: Slot [30] registered\n[ 0.307285] acpiphp: Slot [31] registered\n[ 0.308063] PCI host bridge to bus 0000:00\n[ 0.308844] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310021] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311177] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312569] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313972] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320139] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321364] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322491] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.323713] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330198] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.331585] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378832] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380234] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381598] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382954] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384192] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385346] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386375] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387903] vgaarb: loaded\n[ 0.388490] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389594] SCSI subsystem initialized\n[ 0.390392] ACPI: bus type USB registered\n[ 0.391189] usbcore: registered new interface driver usbfs\n[ 0.392194] usbcore: registered new interface driver hub\n[ 0.393192] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395214] NetLabel: Initializing\n[ 0.395908] NetLabel: domain hash size = 128\n[ 0.396735] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397658] NetLabel: unlabeled traffic allowed by default\n[ 0.398728] clocksource: Switched to clocksource kvm-clock\n[ 0.404125] AppArmor: AppArmor Filesystem Enabled\n[ 0.405068] pnp: PnP ACPI init\n[ 0.405962] pnp: PnP ACPI: found 5 devices\n[ 0.412310] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413983] NET: Registered protocol family 2\n[ 0.414924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416159] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.417324] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.418444] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419486] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420621] NET: Registered protocol family 1\n[ 0.421465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422525] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.423586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437620] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451790] Trying to unpack rootfs image as initramfs...\n[ 0.501804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.515599] Scanning for low memory corruption every 60 seconds\n[ 0.516916] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.518024] audit: initializing netlink subsys (disabled)\n[ 0.519025] audit: type=2000 audit(1539347286.482:1): initialized\n[ 0.520297] Initialise system trusted keyring\n[ 0.521197] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.522325] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.524254] zbud: loaded\n[ 0.524943] VFS: Disk quotas dquot_6.6.0\n[ 0.525734] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.527206] fuse init (API version 7.23)\n[ 0.528083] Key type big_key registered\n[ 0.528858] Allocating IMA MOK and blacklist keyrings.\n[ 0.529942] Key type asymmetric registered\n[ 0.530750] Asymmetric key parser 'x509' registered\n[ 0.531688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533150] io scheduler noop registered\n[ 0.533924] io scheduler deadline registered (default)\n[ 0.534891] io scheduler cfq registered\n[ 0.535707] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537969] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539414] ACPI: Power Button [PWRF]\n[ 0.540600] GHES: HEST is not enabled!\n[ 0.555672] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585110] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587391] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611272] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.613398] Linux agpgart interface v0.103\n[ 0.615450] brd: module loaded\n[ 0.616637] loop: module loaded\n[ 0.621567] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623008] GPT:90111 != 2097151\n[ 0.623669] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624733] GPT:90111 != 2097151\n[ 0.625395] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626333] vda: vda1 vda15\n[ 0.627705] scsi host0: ata_piix\n[ 0.628445] scsi host1: ata_piix\n[ 0.629138] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630331] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631766] libphy: Fixed MDIO Bus: probed\n[ 0.632580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633514] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635581] PPP generic driver version 2.4.2\n[ 0.636451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637667] ehci-pci: EHCI PCI platform driver\n[ 0.638526] ehci-platform: EHCI generic platform driver\n[ 0.639495] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640589] ohci-pci: OHCI PCI platform driver\n[ 0.641434] ohci-platform: OHCI generic platform driver\n[ 0.642404] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.656686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.657656] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659092] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660113] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661198] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662393] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663782] usb usb1: Product: UHCI Host Controller\n[ 0.664697] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665810] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666756] hub 1-0:1.0: USB hub found\n[ 0.667521] hub 1-0:1.0: 2 ports detected\n[ 0.668411] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679847] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.691982] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.692998] mousedev: PS/2 mouse device common for all mice\n[ 0.694224] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696035] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697107] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698277] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699447] i2c /dev entries driver\n[ 0.700194] device-mapper: uevent: version 1.0.3\n[ 0.701112] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.702802] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704094] NET: Registered protocol family 10\n[ 0.705072] NET: Registered protocol family 17\n[ 0.705946] Key type dns_resolver registered\n[ 0.706863] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.707946] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.709657] registered taskstats version 1\n[ 0.710479] Loading compiled-in X.509 certificates\n[ 0.711932] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713745] zswap: loaded using pool lzo/zbud\n[ 0.715149] Key type trusted registered\n[ 0.716690] Key type encrypted registered\n[ 0.717497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.718493] ima: No TPM chip found, activating TPM-bypass!\n[ 0.719508] evm: HMAC attrs: 0x1\n[ 0.720415] Magic number: 6:125:481\n[ 0.721164] ata_device dev1.0: hash matches\n[ 0.721981] dev1.0: hash matches\n[ 0.722754] rtc_cmos 00:00: setting system clock to 2018-10-12 12:28:06 UTC (1539347286)\n[ 0.724330] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725423] EDD information not available.\n[ 0.787297] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799184] ata1.00: configured for MWDMA2\n[ 0.800677] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803396] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805052] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806630] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808834] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810877] Write protecting the kernel read-only data: 14336k\n[ 0.812802] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815132] 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.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... [ 1.234717] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.48s]\nping 10.10.10.6 OK\nping 10.10.10.8 OK\nping 10.10.11.13 KO\nping 10.10.11.8 OK\nping 10.10.10.6 OK\nping 10.10.10.8 OK\nping 10.10.11.13 OK\nping 10.10.11.8 OK\nping 10.10.10.6 OK\nping 10.10.10.8 OK\nping 10.10.11.13 OK\nping 10.10.11.8 OK\nping 10.10.10.6 OK\nping 10.10.10.8 OK\n"} 2018-10-12 12:31:31,718 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7/action used request id req-684a0d34-8179-403b-86a9-f7da44f1fff3 2018-10-12 12:31:31,719 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.16) to 'sdnvpn-1-5' (10.10.11.8). -->Expected result: can ping. 2018-10-12 12:31:31,722 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71fce8f563735886f275e19ba5d28de50468cd52" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:31:32,801 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:31:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1aaff631-a0c9-4559-aaa6-0f1730372842 x-compute-request-id: req-1aaff631-a0c9-4559-aaa6-0f1730372842 Content-Encoding: gzip Content-Length: 8162 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 535341343 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130708] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132821] pid_max: default: 32768 minimum: 301\n[ 0.133981] ACPI: Core revision 20150930\n[ 0.135562] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137209] Security Framework initialized\n[ 0.138265] Yama: becoming mindful.\n[ 0.139190] AppArmor: AppArmor initialized\n[ 0.140301] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142087] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143800] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145401] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146909] Initializing cgroup subsys io\n[ 0.147689] Initializing cgroup subsys memory\n[ 0.148519] Initializing cgroup subsys devices\n[ 0.149366] Initializing cgroup subsys freezer\n[ 0.150217] Initializing cgroup subsys net_cls\n[ 0.151052] Initializing cgroup subsys perf_event\n[ 0.151925] Initializing cgroup subsys net_prio\n[ 0.152769] Initializing cgroup subsys hugetlb\n[ 0.153850] Initializing cgroup subsys pids\n[ 0.154950] CPU: Physical Processor ID: 0\n[ 0.156652] mce: CPU supports 10 MCE banks\n[ 0.157735] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158996] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169711] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176082] ftrace: allocating 31920 entries in 125 pages\n[ 0.202489] smpboot: Max logical packages: 1\n[ 0.203435] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205161] x2apic enabled\n[ 0.206123] Switched APIC routing to physical x2apic.\n[ 0.208143] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209589] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212119] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214395] KVM setup paravirtual spinlock\n[ 0.215913] x86: Booted up 1 node, 1 CPUs\n[ 0.216938] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.218692] devtmpfs: initialized\n[ 0.220601] evm: security.selinux\n[ 0.221495] evm: security.SMACK64\n[ 0.222381] evm: security.SMACK64EXEC\n[ 0.223340] evm: security.SMACK64TRANSMUTE\n[ 0.224387] evm: security.SMACK64MMAP\n[ 0.225334] evm: security.ima\n[ 0.226155] evm: security.capability\n[ 0.227173] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229602] pinctrl core: initialized pinctrl subsystem\n[ 0.231002] RTC time: 12:28:05, date: 10/12/18\n[ 0.232210] NET: Registered protocol family 16\n[ 0.233439] cpuidle: using governor ladder\n[ 0.234537] cpuidle: using governor menu\n[ 0.235587] PCCT header not found.\n[ 0.236561] ACPI: bus type PCI registered\n[ 0.237614] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239289] PCI: Using configuration type 1 for base access\n[ 0.241427] ACPI: Added _OSI(Module Device)\n[ 0.242528] ACPI: Added _OSI(Processor Device)\n[ 0.243677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244876] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247361] ACPI: Interpreter enabled\n[ 0.248351] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255531] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258026] ACPI: (supports S0 S5)\n[ 0.258935] ACPI: Using IOAPIC for interrupt routing\n[ 0.260196] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263815] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265332] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266964] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268555] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271478] acpiphp: Slot [3] registered\n[ 0.272507] acpiphp: Slot [4] registered\n[ 0.273533] acpiphp: Slot [5] registered\n[ 0.274564] acpiphp: Slot [6] registered\n[ 0.275595] acpiphp: Slot [7] registered\n[ 0.276621] acpiphp: Slot [8] registered\n[ 0.277669] acpiphp: Slot [9] registered\n[ 0.278692] acpiphp: Slot [10] registered\n[ 0.279726] acpiphp: Slot [11] registered\n[ 0.280767] acpiphp: Slot [12] registered\n[ 0.281823] acpiphp: Slot [13] registered\n[ 0.282912] acpiphp: Slot [14] registered\n[ 0.283986] acpiphp: Slot [15] registered\n[ 0.295292] acpiphp: Slot [16] registered\n[ 0.296299] acpiphp: Slot [17] registered\n[ 0.297082] acpiphp: Slot [18] registered\n[ 0.297857] acpiphp: Slot [19] registered\n[ 0.298651] acpiphp: Slot [20] registered\n[ 0.299438] acpiphp: Slot [21] registered\n[ 0.300220] acpiphp: Slot [22] registered\n[ 0.300998] acpiphp: Slot [23] registered\n[ 0.301774] acpiphp: Slot [24] registered\n[ 0.302562] acpiphp: Slot [25] registered\n[ 0.303359] acpiphp: Slot [26] registered\n[ 0.304143] acpiphp: Slot [27] registered\n[ 0.304935] acpiphp: Slot [28] registered\n[ 0.305716] acpiphp: Slot [29] registered\n[ 0.306499] acpiphp: Slot [30] registered\n[ 0.307285] acpiphp: Slot [31] registered\n[ 0.308063] PCI host bridge to bus 0000:00\n[ 0.308844] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310021] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311177] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312569] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313972] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320139] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321364] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322491] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.323713] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330198] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.331585] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378832] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380234] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381598] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382954] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384192] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385346] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386375] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387903] vgaarb: loaded\n[ 0.388490] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389594] SCSI subsystem initialized\n[ 0.390392] ACPI: bus type USB registered\n[ 0.391189] usbcore: registered new interface driver usbfs\n[ 0.392194] usbcore: registered new interface driver hub\n[ 0.393192] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395214] NetLabel: Initializing\n[ 0.395908] NetLabel: domain hash size = 128\n[ 0.396735] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397658] NetLabel: unlabeled traffic allowed by default\n[ 0.398728] clocksource: Switched to clocksource kvm-clock\n[ 0.404125] AppArmor: AppArmor Filesystem Enabled\n[ 0.405068] pnp: PnP ACPI init\n[ 0.405962] pnp: PnP ACPI: found 5 devices\n[ 0.412310] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413983] NET: Registered protocol family 2\n[ 0.414924] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416159] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.417324] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.418444] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419486] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420621] NET: Registered protocol family 1\n[ 0.421465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422525] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.423586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437620] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451790] Trying to unpack rootfs image as initramfs...\n[ 0.501804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.515599] Scanning for low memory corruption every 60 seconds\n[ 0.516916] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.518024] audit: initializing netlink subsys (disabled)\n[ 0.519025] audit: type=2000 audit(1539347286.482:1): initialized\n[ 0.520297] Initialise system trusted keyring\n[ 0.521197] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.522325] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.524254] zbud: loaded\n[ 0.524943] VFS: Disk quotas dquot_6.6.0\n[ 0.525734] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.527206] fuse init (API version 7.23)\n[ 0.528083] Key type big_key registered\n[ 0.528858] Allocating IMA MOK and blacklist keyrings.\n[ 0.529942] Key type asymmetric registered\n[ 0.530750] Asymmetric key parser 'x509' registered\n[ 0.531688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533150] io scheduler noop registered\n[ 0.533924] io scheduler deadline registered (default)\n[ 0.534891] io scheduler cfq registered\n[ 0.535707] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537969] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539414] ACPI: Power Button [PWRF]\n[ 0.540600] GHES: HEST is not enabled!\n[ 0.555672] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585110] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587391] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611272] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.613398] Linux agpgart interface v0.103\n[ 0.615450] brd: module loaded\n[ 0.616637] loop: module loaded\n[ 0.621567] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623008] GPT:90111 != 2097151\n[ 0.623669] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624733] GPT:90111 != 2097151\n[ 0.625395] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626333] vda: vda1 vda15\n[ 0.627705] scsi host0: ata_piix\n[ 0.628445] scsi host1: ata_piix\n[ 0.629138] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.630331] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631766] libphy: Fixed MDIO Bus: probed\n[ 0.632580] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633514] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.635581] PPP generic driver version 2.4.2\n[ 0.636451] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637667] ehci-pci: EHCI PCI platform driver\n[ 0.638526] ehci-platform: EHCI generic platform driver\n[ 0.639495] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.640589] ohci-pci: OHCI PCI platform driver\n[ 0.641434] ohci-platform: OHCI generic platform driver\n[ 0.642404] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.656686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.657656] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659092] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660113] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661198] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662393] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663782] usb usb1: Product: UHCI Host Controller\n[ 0.664697] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665810] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666756] hub 1-0:1.0: USB hub found\n[ 0.667521] hub 1-0:1.0: 2 ports detected\n[ 0.668411] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679847] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.691982] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.692998] mousedev: PS/2 mouse device common for all mice\n[ 0.694224] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696035] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697107] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698277] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699447] i2c /dev entries driver\n[ 0.700194] device-mapper: uevent: version 1.0.3\n[ 0.701112] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.702802] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704094] NET: Registered protocol family 10\n[ 0.705072] NET: Registered protocol family 17\n[ 0.705946] Key type dns_resolver registered\n[ 0.706863] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.707946] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.709657] registered taskstats version 1\n[ 0.710479] Loading compiled-in X.509 certificates\n[ 0.711932] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.713745] zswap: loaded using pool lzo/zbud\n[ 0.715149] Key type trusted registered\n[ 0.716690] Key type encrypted registered\n[ 0.717497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.718493] ima: No TPM chip found, activating TPM-bypass!\n[ 0.719508] evm: HMAC attrs: 0x1\n[ 0.720415] Magic number: 6:125:481\n[ 0.721164] ata_device dev1.0: hash matches\n[ 0.721981] dev1.0: hash matches\n[ 0.722754] rtc_cmos 00:00: setting system clock to 2018-10-12 12:28:06 UTC (1539347286)\n[ 0.724330] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725423] EDD information not available.\n[ 0.787297] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799184] ata1.00: configured for MWDMA2\n[ 0.800677] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803396] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805052] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806630] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808834] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810877] Write protecting the kernel read-only data: 14336k\n[ 0.812802] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.815132] 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.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... [ 1.234717] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.48s]\nping 10.10.10.6 OK\nping 10.10.10.8 OK\nping 10.10.11.13 KO\nping 10.10.11.8 OK\nping 10.10.10.6 OK\nping 10.10.10.8 OK\nping 10.10.11.13 OK\nping 10.10.11.8 OK\nping 10.10.10.6 OK\nping 10.10.10.8 OK\nping 10.10.11.13 OK\nping 10.10.11.8 OK\nping 10.10.10.6 OK\nping 10.10.10.8 OK\n"} 2018-10-12 12:31:32,801 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7/action used request id req-1aaff631-a0c9-4559-aaa6-0f1730372842 2018-10-12 12:31:32,803 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-5' 2018-10-12 12:31:32,806 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a773563abfd3f2c6a1ab4c5a93b421386e13e5b" -d '{"forceDelete": null}' 2018-10-12 12:31:33,012 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12: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 x-openstack-request-id: req-8cd15a01-2dbf-4e7d-9255-f88cf49ca645 x-compute-request-id: req-8cd15a01-2dbf-4e7d-9255-f88cf49ca645 Content-Length: 0 Content-Type: application/json 2018-10-12 12:31:33,012 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/0c112c0b-d5e8-46c5-b050-4b2fc492f5f7/action used request id req-8cd15a01-2dbf-4e7d-9255-f88cf49ca645 2018-10-12 12:31:33,016 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/7a715d63-b5c5-432f-8da7-b48066cd1ad2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a773563abfd3f2c6a1ab4c5a93b421386e13e5b" -d '{"forceDelete": null}' 2018-10-12 12:31:33,227 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12: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-574ab6df-deb5-4245-b436-ab6895e40f21 x-compute-request-id: req-574ab6df-deb5-4245-b436-ab6895e40f21 Content-Length: 0 Content-Type: application/json 2018-10-12 12:31:33,228 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/7a715d63-b5c5-432f-8da7-b48066cd1ad2/action used request id req-574ab6df-deb5-4245-b436-ab6895e40f21 2018-10-12 12:31:33,231 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a773563abfd3f2c6a1ab4c5a93b421386e13e5b" -d '{"forceDelete": null}' 2018-10-12 12:31:33,628 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12: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-9567d672-0d1c-4d33-bb63-b4f9f9aed689 x-compute-request-id: req-9567d672-0d1c-4d33-bb63-b4f9f9aed689 Content-Length: 0 Content-Type: application/json 2018-10-12 12:31:33,628 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/97ebd87e-7a13-45f2-b4aa-0fa7935007fe/action used request id req-9567d672-0d1c-4d33-bb63-b4f9f9aed689 2018-10-12 12:31:33,631 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/08846e30-1e5a-4e7b-af90-39c3787a3977/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a773563abfd3f2c6a1ab4c5a93b421386e13e5b" -d '{"forceDelete": null}' 2018-10-12 12:31:33,843 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12: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-a07992ff-95a9-4f23-9fc7-775eec97bec1 x-compute-request-id: req-a07992ff-95a9-4f23-9fc7-775eec97bec1 Content-Length: 0 Content-Type: application/json 2018-10-12 12:31:33,843 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/08846e30-1e5a-4e7b-af90-39c3787a3977/action used request id req-a07992ff-95a9-4f23-9fc7-775eec97bec1 2018-10-12 12:31:33,846 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a773563abfd3f2c6a1ab4c5a93b421386e13e5b" -d '{"forceDelete": null}' 2018-10-12 12:31:34,035 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12: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-22793ddb-66ea-44b8-b7fa-b29775b773a1 x-compute-request-id: req-22793ddb-66ea-44b8-b7fa-b29775b773a1 Content-Length: 0 Content-Type: application/json 2018-10-12 12:31:34,035 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/f79d8c3d-ea43-4415-a70f-84c1de1df266/action used request id req-22793ddb-66ea-44b8-b7fa-b29775b773a1 2018-10-12 12:31:34,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/76c8a442-4055-46ad-9ca9-c345c4a4f1c9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cb7b0cbbf09414b4eff393df6e97a903cd0d6ed3" 2018-10-12 12:31:35,967 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e2156cb3-9484-4153-9513-4233398ea415 Date: Fri, 12 Oct 2018 12:31:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 12:31:35,968 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/76c8a442-4055-46ad-9ca9-c345c4a4f1c9 used request id req-e2156cb3-9484-4153-9513-4233398ea415 2018-10-12 12:31:35,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/45e40e06-0f50-44c3-8262-c745c771afbb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa1c99d4496ae93f51dffb25b7943fd086dfae7" 2018-10-12 12:31:36,782 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-402bb143-4477-49f2-8e65-a448fc0d6065 Content-Length: 0 Date: Fri, 12 Oct 2018 12:31:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:31:36,782 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/45e40e06-0f50-44c3-8262-c745c771afbb used request id req-402bb143-4477-49f2-8e65-a448fc0d6065 2018-10-12 12:31:36,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/ff5d324b-7864-40ee-b2c5-3f51e49f45c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa1c99d4496ae93f51dffb25b7943fd086dfae7" 2018-10-12 12:31:39,064 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-59f95c6a-f16e-4c81-a439-8b4edc4ffabd Date: Fri, 12 Oct 2018 12:31:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:31:39,064 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/ff5d324b-7864-40ee-b2c5-3f51e49f45c6 used request id req-59f95c6a-f16e-4c81-a439-8b4edc4ffabd 2018-10-12 12:31:39,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/19b85afa-2ea7-48b1-9a89-549a7c32779a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa1c99d4496ae93f51dffb25b7943fd086dfae7" 2018-10-12 12:31:41,457 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ed8f77b8-6708-4e94-b640-8a3b7dbf5f33 Date: Fri, 12 Oct 2018 12:31:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:31:41,458 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/19b85afa-2ea7-48b1-9a89-549a7c32779a used request id req-ed8f77b8-6708-4e94-b640-8a3b7dbf5f33 2018-10-12 12:31:41,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/7bc22fd5-5bbd-401f-8f5b-fe08e20300a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa1c99d4496ae93f51dffb25b7943fd086dfae7" 2018-10-12 12:31:42,402 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5ab140be-049c-4205-8021-850875c2e517 Date: Fri, 12 Oct 2018 12:31:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:31:42,402 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/7bc22fd5-5bbd-401f-8f5b-fe08e20300a1 used request id req-5ab140be-049c-4205-8021-850875c2e517 2018-10-12 12:31:42,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/d78679ff-f6c0-4078-bcbf-3a9840afd0e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa1c99d4496ae93f51dffb25b7943fd086dfae7" 2018-10-12 12:31:43,621 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9c9d0623-5437-4d19-a04d-07c3ba5a4ce5 Date: Fri, 12 Oct 2018 12:31:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:31:43,621 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/d78679ff-f6c0-4078-bcbf-3a9840afd0e4 used request id req-9c9d0623-5437-4d19-a04d-07c3ba5a4ce5 2018-10-12 12:31:43,622 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with eRT<>iRT | | Associate network 'sdnvpn-1-1-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-1-1' can ping 'sdnvpn-1-2' | | PASS | 'sdnvpn-1-1' can ping 'sdnvpn-1-3' | | PASS | 'sdnvpn-1-1' cannot ping 'sdnvpn-1-4' | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-1-2-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-1-4' can ping 'sdnvpn-1-5' | +----------------------------------------------------------------------------------------+ | Update VPN with eRT=iRT ... | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-1-1-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-1-1' can ping 'sdnvpn-1-4' | | PASS | 'sdnvpn-1-1' can ping 'sdnvpn-1-5' | +========================================================================================+ 2018-10-12 12:31:43,622 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-12 12:31:43,622 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_1 2018-10-12 12:31:43,623 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets': {'status': 'PASS', 'details': [{u"'sdnvpn-1-1' can ping 'sdnvpn-1-2'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-3'": 'PASS'}, {u"'sdnvpn-1-1' cannot ping 'sdnvpn-1-4'": 'PASS'}, {u"'sdnvpn-1-4' can ping 'sdnvpn-1-5'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-4'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-5'": 'PASS'}]} 2018-10-12 12:31:43,623 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect' 2018-10-12 12:31:43,623 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ======================================================================================================== 2018-10-12 12:31:43,623 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_12 2018-10-12 12:31:43,715 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_12 main method 2018-10-12 12:31:43,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:31:43,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:31:43,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:31:43,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:31:43,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:31:43,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:31:43,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:31:43,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:31:43,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:31:43,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:31:43,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:31:43,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:31:43,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:31:43,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:31:43,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:31:43,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:31:43,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:31:43,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:31:43,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:31:43,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:31:43,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:31:43,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:31:43,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:31:43,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:31:43,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:31:43,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:31:43,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:31:43,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:31:43,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:31:43,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:31:43,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:31:43,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:31:43,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:31:43,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:31:43,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:31:43,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:31:43,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:31:43,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:31:43,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:31:43,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:31:43,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:31:43,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:31:43,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:31:43,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:31:43,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:31:43,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:31:43,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:31:43,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:31:43,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-12 12:31:43,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:31:43,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:31:43,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:31:43,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:31:43,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:31:43,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:31:43,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:31:43,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:31:43,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:31:43,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:31:43,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:31:43,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:31:43,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:31:43,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:31:43,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:31:43,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:31:43,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:31:43,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:31:43,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:31:43,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:31:43,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:31:43,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:31:43,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:31:43,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:31:43,727 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-12 12:31:43,731 - paramiko.transport - DEBUG - starting thread (client mode): 0xb0298790L 2018-10-12 12:31:43,732 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:31:43,762 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:31:43,762 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:31:43,767 - 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-10-12 12:31:43,767 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:31:43,768 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:31:43,768 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:31:43,768 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:31:43,768 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:31:43,777 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:31:43,778 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:31:43,795 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.173: 60df55f7b7086c1de5e8c6261a27377f 2018-10-12 12:31:43,796 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:31:43,818 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:31:43,921 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:31:43,928 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:31:44,171 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:31:44,172 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:31:44,211 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:31:44,211 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:31:44,240 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:31:49,062 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:31:49,064 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:31:49,066 - paramiko.transport - DEBUG - starting thread (client mode): 0xb0277190L 2018-10-12 12:31:49,067 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:31:49,072 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:31:49,073 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:31:49,075 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-12 12:31:49,075 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:31:49,076 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:31:49,076 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:31:49,076 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:31:49,076 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:31:49,081 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:31:49,081 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:31:49,082 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 77dbd377a7f57ec502fe4ba12fb524fc 2018-10-12 12:31:49,083 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:31:49,120 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:31:49,132 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:31:49,147 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:31:49,229 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:31:49,230 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:31:49,269 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:31:49,270 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:31:49,284 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:31:49,314 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:31:49,316 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:31:49,317 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:31:49,318 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:31:49,318 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:31:49,359 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:31:49,395 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:31:49,397 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:31:49,397 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:31:49,398 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:31:49,398 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:31:49,440 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:31:49,470 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:31:49,471 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:31:49,473 - paramiko.transport - DEBUG - starting thread (client mode): 0xb033bc50L 2018-10-12 12:31:49,474 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:31:49,478 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:31:49,478 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:31:49,481 - 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-10-12 12:31:49,481 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:31:49,481 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:31:49,481 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:31:49,481 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:31:49,482 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:31:49,486 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:31:49,487 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:31:49,489 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: db68117b9c6f1957b4f5ef76338012c9 2018-10-12 12:31:49,490 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:31:49,525 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:31:49,537 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:31:49,554 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:31:49,620 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:31:49,621 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:31:49,660 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:31:49,661 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:31:49,665 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:31:49,699 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:31:49,700 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:31:49,701 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:31:49,701 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:31:49,702 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:31:49,743 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:31:49,780 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:31:49,781 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:31:49,782 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:31:49,783 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:31:49,783 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:31:49,824 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:31:49,854 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:31:49,855 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:31:49,857 - paramiko.transport - DEBUG - starting thread (client mode): 0xb0357f90L 2018-10-12 12:31:49,858 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:31:49,864 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:31:49,864 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:31:49,866 - 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-10-12 12:31:49,867 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:31:49,867 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:31:49,867 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:31:49,867 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:31:49,867 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:31:49,872 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:31:49,872 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:31:49,889 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 3e60efe4c07c47ac5686aef869e8d2e0 2018-10-12 12:31:49,890 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:31:49,912 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:31:49,923 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:31:49,954 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:31:50,010 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:31:50,010 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:31:50,049 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:31:50,050 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:31:50,058 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:31:50,096 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:31:50,097 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:31:50,098 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:31:50,098 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:31:50,099 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:31:50,140 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:31:50,176 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:31:50,178 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:31:50,178 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:31:50,179 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:31:50,180 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:31:50,220 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:31:50,252 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:31:50,253 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:31:50,255 - paramiko.transport - DEBUG - starting thread (client mode): 0xb02c8ed0L 2018-10-12 12:31:50,255 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:31:50,261 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:31:50,261 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:31:50,264 - 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-10-12 12:31:50,264 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:31:50,265 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:31:50,265 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:31:50,265 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:31:50,265 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:31:50,269 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:31:50,270 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:31:50,271 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: b6456090c3906ad29d22f6dc7a9c8e68 2018-10-12 12:31:50,271 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:31:50,309 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:31:50,321 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:31:50,335 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:31:50,425 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:31:50,425 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:31:50,464 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:31:50,465 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:31:50,470 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:31:50,501 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:31:50,502 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:31:50,503 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:31:50,504 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:31:50,504 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:31:50,545 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:31:50,577 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:31:50,578 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:31:50,578 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:31:50,579 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:31:50,579 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:31:50,620 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:31:50,646 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:31:50,647 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:31:50,650 - paramiko.transport - DEBUG - starting thread (client mode): 0xb03084d0L 2018-10-12 12:31:50,650 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:31:50,654 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:31:50,654 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:31:50,656 - 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-10-12 12:31:50,656 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:31:50,657 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:31:50,657 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:31:50,657 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:31:50,657 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:31:50,661 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:31:50,662 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:31:50,666 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 8b834273936dee769d1dc2c2677f5d5e 2018-10-12 12:31:50,666 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:31:50,702 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:31:50,712 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:31:50,730 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:31:50,798 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:31:50,798 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:31:50,837 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:31:50,838 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:31:50,841 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:31:50,870 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:31:50,871 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:31:50,871 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:31:50,872 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:31:50,872 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:31:50,913 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:31:50,946 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:31:50,948 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:31:50,948 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:31:50,949 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:31:50,949 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:31:50,990 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:31:51,018 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:31:51,019 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:31:51,020 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:31:51,021 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:31:51,021 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:31:51,028 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:31:56,311 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:31:56,313 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:31:56,316 - paramiko.transport - DEBUG - starting thread (client mode): 0xb0277950L 2018-10-12 12:31:56,316 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:31:56,322 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:31:56,323 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:31:56,326 - 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-10-12 12:31:56,327 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:31:56,327 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:31:56,327 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:31:56,327 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:31:56,327 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:31:56,332 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:31:56,333 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:31:56,348 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 77dbd377a7f57ec502fe4ba12fb524fc 2018-10-12 12:31:56,348 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:31:56,372 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:31:56,386 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:31:56,413 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:31:56,486 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:31:56,486 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:31:56,525 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:31:56,526 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:31:56,532 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:31:56,568 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:31:56,568 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:31:56,569 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:31:56,570 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:31:56,570 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:31:56,612 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:31:56,652 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:31:56,653 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:31:56,654 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:31:56,655 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:31:56,655 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:31:56,698 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:31:56,730 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:31:56,732 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:31:56,733 - paramiko.transport - DEBUG - starting thread (client mode): 0xb01d5790L 2018-10-12 12:31:56,734 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:31:56,739 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:31:56,740 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:31:56,742 - 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-10-12 12:31:56,743 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:31:56,743 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:31:56,743 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:31:56,743 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:31:56,743 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:31:56,748 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:31:56,748 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:31:56,749 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: db68117b9c6f1957b4f5ef76338012c9 2018-10-12 12:31:56,750 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:31:56,787 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:31:56,800 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:31:56,814 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:31:56,896 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:31:56,896 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:31:56,935 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:31:56,935 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:31:56,950 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:31:56,983 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:31:56,984 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:31:56,985 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:31:56,986 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:31:56,986 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:31:57,028 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:31:57,064 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:31:57,066 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:31:57,067 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:31:57,068 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:31:57,068 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:31:57,109 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:31:57,140 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:31:57,141 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:31:57,143 - paramiko.transport - DEBUG - starting thread (client mode): 0xb0243450L 2018-10-12 12:31:57,143 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:31:57,149 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:31:57,149 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:31:57,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-10-12 12:31:57,152 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:31:57,153 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:31:57,153 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:31:57,153 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:31:57,153 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:31:57,158 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:31:57,158 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:31:57,175 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 3e60efe4c07c47ac5686aef869e8d2e0 2018-10-12 12:31:57,176 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:31:57,198 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:31:57,209 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:31:57,240 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:31:57,290 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:31:57,290 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:31:57,329 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:31:57,330 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:31:57,343 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:31:57,379 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:31:57,379 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:31:57,380 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:31:57,381 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:31:57,381 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:31:57,422 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:31:57,461 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:31:57,462 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:31:57,463 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:31:57,464 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:31:57,464 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:31:57,505 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:31:57,539 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:31:57,541 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:31:57,542 - paramiko.transport - DEBUG - starting thread (client mode): 0xb0217990L 2018-10-12 12:31:57,543 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:31:57,547 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:31:57,548 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:31:57,550 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-12 12:31:57,550 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:31:57,550 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:31:57,550 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:31:57,550 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:31:57,551 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:31:57,555 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:31:57,556 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:31:57,558 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: b6456090c3906ad29d22f6dc7a9c8e68 2018-10-12 12:31:57,559 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:31:57,595 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:31:57,605 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:31:57,623 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:31:57,684 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:31:57,684 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:31:57,723 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:31:57,724 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:31:57,727 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:31:57,756 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:31:57,757 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:31:57,758 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:31:57,759 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:31:57,759 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:31:57,799 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:31:57,830 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:31:57,832 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:31:57,832 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:31:57,833 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:31:57,834 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:31:57,874 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:31:57,902 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:31:57,903 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:31:57,905 - paramiko.transport - DEBUG - starting thread (client mode): 0xb0245b50L 2018-10-12 12:31:57,906 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:31:57,911 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:31:57,911 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:31:57,913 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-12 12:31:57,913 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:31:57,913 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:31:57,914 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:31:57,914 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:31:57,914 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:31:57,919 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:31:57,919 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:31:57,921 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 8b834273936dee769d1dc2c2677f5d5e 2018-10-12 12:31:57,922 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:31:57,959 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:31:57,969 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:31:57,987 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:31:58,041 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:31:58,042 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:31:58,081 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:31:58,081 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:31:58,090 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:31:58,120 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:31:58,121 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:31:58,122 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:31:58,123 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:31:58,123 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:31:58,164 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:31:58,197 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:31:58,198 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:31:58,198 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:31:58,200 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:31:58,200 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:31:58,240 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:31:58,267 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:31:58,268 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:31:58,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:31:58,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:31:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80489f92-38ec-459f-b563-89561554505a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:31:58,276 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-80489f92-38ec-459f-b563-89561554505a 2018-10-12 12:31:58,277 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:31:58,657 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:31:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["8hg9g7YoQgWkB06_wqY62w"], "issued_at": "2018-10-12T12:31:58.000000Z"}} 2018-10-12 12:31:58,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b6156c4b41c3c819193b642e2d274ddc48ae4da7" 2018-10-12 12:31:58,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-e46e67fa-3b0c-43a0-a93f-d81a239d93a2 Date: Fri, 12 Oct 2018 12:31:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-12 12:31:58,831 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20 used request id req-e46e67fa-3b0c-43a0-a93f-d81a239d93a2 2018-10-12 12:31:58,831 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-12 12:31:58,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b6156c4b41c3c819193b642e2d274ddc48ae4da7" 2018-10-12 12:31:58,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5bcc0960-a4e1-4fb2-9440-81726a2fe2c9 Date: Fri, 12 Oct 2018 12:31: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-10-12 12:31:58,983 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-5bcc0960-a4e1-4fb2-9440-81726a2fe2c9 2018-10-12 12:31:59,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b6156c4b41c3c819193b642e2d274ddc48ae4da7" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-12 12:31:59,210 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/169657a1-98cd-4564-983e-01827cc59974 X-Openstack-Request-Id: req-a641c6d9-9011-43df-8cd7-03507116ef55 Date: Fri, 12 Oct 2018 12:31:59 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T12:31:59Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-12T12:31:59Z", "visibility": "public", "locations": [], "self": "/v2/images/169657a1-98cd-4564-983e-01827cc59974", "min_disk": 0, "protected": false, "id": "169657a1-98cd-4564-983e-01827cc59974", "file": "/v2/images/169657a1-98cd-4564-983e-01827cc59974/file", "checksum": null, "owner": "d6e005d8411b4b378ddb320b792455b0", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 12:31:59,211 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-a641c6d9-9011-43df-8cd7-03507116ef55 2018-10-12 12:31:59,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/169657a1-98cd-4564-983e-01827cc59974/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b6156c4b41c3c819193b642e2d274ddc48ae4da7" -d '' 2018-10-12 12:32:00,632 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d49b84c8-83b2-4f96-a7a0-01c7405f4779 Date: Fri, 12 Oct 2018 12:32:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 12:32:00,632 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/169657a1-98cd-4564-983e-01827cc59974/file used request id req-d49b84c8-83b2-4f96-a7a0-01c7405f4779 2018-10-12 12:32:00,633 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-12-1-net 2018-10-12 12:32:00,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:32:00,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:32:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d020e633-2dd7-48e2-b2ff-5d9d8dd143bd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:32:00,641 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d020e633-2dd7-48e2-b2ff-5d9d8dd143bd 2018-10-12 12:32:00,642 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:32:01,008 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:32:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["aE2HCNuhQIun1PVhu62rdw"], "issued_at": "2018-10-12T12:32:01.000000Z"}} 2018-10-12 12:32:01,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbecd95c25e28e20f15272060e90044d9bb1bd7b" -d '{"network": {"name": "sdnvpn-12-1-net", "admin_state_up": true}}' 2018-10-12 12:32:01,398 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-97d0d397-2497-4374-aa9b-5d77386a8ade Date: Fri, 12 Oct 2018 12:32: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":"fa928d39-d2b5-4f95-ac16-b172d3f448b9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T12:32:01Z","is_default":false,"provider:segmentation_id":8,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:32:01Z","mtu":1450}} 2018-10-12 12:32:01,398 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-97d0d397-2497-4374-aa9b-5d77386a8ade 2018-10-12 12:32:01,399 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-12-1-subnet in network fa928d39-d2b5-4f95-ac16-b172d3f448b9 with cidr 10.10.10.0/24 2018-10-12 12:32:01,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbecd95c25e28e20f15272060e90044d9bb1bd7b" -d '{"subnets": [{"ip_version": 4, "network_id": "fa928d39-d2b5-4f95-ac16-b172d3f448b9", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-12-1-subnet"}]}' 2018-10-12 12:32:02,079 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-ea7129c5-10d0-4ff9-aa2a-f2d5a04326af Date: Fri, 12 Oct 2018 12:32:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fa928d39-d2b5-4f95-ac16-b172d3f448b9","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:32:01Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-12T12:32:01Z","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":"d6e005d8411b4b378ddb320b792455b0","id":"90817aa9-bb57-4142-9d31-13e4b4702cde","subnetpool_id":null,"name":"sdnvpn-12-1-subnet"}]} 2018-10-12 12:32:02,079 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-ea7129c5-10d0-4ff9-aa2a-f2d5a04326af 2018-10-12 12:32:02,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbecd95c25e28e20f15272060e90044d9bb1bd7b" 2018-10-12 12:32:02,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-a46588fc-b0cf-4877-a6aa-206e8dd33133 Date: Fri, 12 Oct 2018 12:32:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "created_at": "2018-10-12T12:11:38Z", "updated_at": "2018-10-12T12:11:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "1e3a1018-ad30-4590-a304-5695017ce9df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "670a735b-aa37-4b15-a4af-7d422f280a47", "remote_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "afd171d3-7f5e-4987-afe0-cc382d12e0d9", "remote_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "f775879f-edd8-4ca7-8c5b-92d05be5901b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}], "revision_number": 4, "project_id": "0f9cd33d54bb43498a1eec2e9b62c518", "id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "updated_at": "2018-10-12T10:34:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "2ae4f47a-860c-4316-ac71-26a7138a332b", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "652ffd7b-44c1-45ae-bacb-d752209f00a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "c6536286-1efd-4324-bff2-83bf4e288f74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "d00fd409-954d-4a7e-b2ce-3b8e9364f9b2", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}], "revision_number": 4, "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "665a8bea-d7bf-418c-8720-ca198157c68e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "updated_at": "2018-10-12T10:44:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "03a7346d-e81e-42f1-90d8-2d77a0e34ff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "25484a0d-c36c-4968-8497-2fab34786f38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "3051e92e-adfd-43d1-8ad4-a37e12b00332", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "c8cd6bce-c3f0-4e98-afd5-635192d18ba4", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 4, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "updated_at": "2018-10-12T10:47:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "949496b4-b497-4a18-b6fe-e484eb4cd872", "remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "9f341cb7-083b-4329-bca3-1a395a91d0be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "bdbe928d-b791-4fc6-90ae-6c3615c86e98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "d081a0eb-165e-4df4-84c6-1cc829e521cc", "remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7a87eb57-d271-422f-a9cd-14b017359d35", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:53Z", "updated_at": "2018-10-12T12:19:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:16:53Z", "revision_number": 0, "id": "4691902c-126e-41c9-9882-de419c0d0ffd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:53Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-12T12:19:52Z", "revision_number": 0, "id": "4a594b00-87c5-4885-845b-b291b8a68e42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:19:52Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": 179, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-12T12:16:55Z", "revision_number": 0, "id": "4e0ddac3-3647-4aa1-bd6e-209bacf3d20b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:55Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:16:53Z", "revision_number": 0, "id": "5ca0f127-7885-4327-aeb8-e9148550c582", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:53Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-12T12:16:54Z", "revision_number": 0, "id": "7d142794-4b1a-4c7a-973d-eff35efe06b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:54Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:16:54Z", "revision_number": 0, "id": "8fcefee5-c604-41bd-95ee-cc233116bce2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:54Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-12T12:16:55Z", "revision_number": 0, "id": "b87fbce2-7987-4a1e-b96d-22d8f7dcb7d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:55Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 7, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "a012b764-3d71-4fe8-a730-445db10f62d9", "name": "sdnvpn-sg"}]} 2018-10-12 12:32:02,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-a46588fc-b0cf-4877-a6aa-206e8dd33133 2018-10-12 12:32:02,368 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-12 12:32:02,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:32:02,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:32:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a1a83ae-5586-498d-bce6-be23b3691592 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:32:02,377 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-8a1a83ae-5586-498d-bce6-be23b3691592 2018-10-12 12:32:02,378 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:32:02,756 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:32:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["ah1vBbM7Ta2hiYsmYmS5QA"], "issued_at": "2018-10-12T12:32:02.000000Z"}} 2018-10-12 12:32:02,760 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}035af4deb200f1a8097461cf86ee785db86c3c33" 2018-10-12 12:32:02,945 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-17766384-6b24-4c03-86eb-9048226d8957 x-compute-request-id: req-17766384-6b24-4c03-86eb-9048226d8957 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 108}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 114}, "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": 6}]} 2018-10-12 12:32:02,945 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-17766384-6b24-4c03-86eb-9048226d8957 2018-10-12 12:32:02,947 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-12 12:32:02,948 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-12 12:32:02,948 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-12 12:32:02,950 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-12 12:32:02,990 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-12 12:32:02,992 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-12 12:32:02,992 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-12 12:32:02,993 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-12 12:32:02,994 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-12 12:32:03,034 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-12 12:32:03,088 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-12 12:32:03,091 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-12 12:32:03,091 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-12 12:32:03,093 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-12 12:32:03,093 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-12 12:32:03,097 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-12 12:32:03,147 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-12 12:32:03,148 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-12 12:32:03,149 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-12 12:32:03,150 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-12 12:32:03,150 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-12 12:32:03,191 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-12 12:32:03,245 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-12 12:32:03,247 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-12 12:32:03,248 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-12 12:32:03,249 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-12 12:32:03,249 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-12 12:32:03,251 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-12 12:32:03,290 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-12 12:32:03,292 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-12 12:32:03,292 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-12 12:32:03,293 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-12 12:32:03,293 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-12 12:32:03,334 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-12 12:32:03,370 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-12 12:32:03,370 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-12 12:32:03,372 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-12 12:32:03,372 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-12 12:32:03,372 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-12 12:32:03,377 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-12 12:32:03,419 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-12 12:32:03,420 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-12 12:32:03,421 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-12 12:32:03,422 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-12 12:32:03,422 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-12 12:32:03,463 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-12 12:32:03,504 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-12 12:32:03,504 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-2'... 2018-10-12 12:32:03,505 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-2 flavor=m1.tiny image=169657a1-98cd-4564-983e-01827cc59974 network=fa928d39-d2b5-4f95-ac16-b172d3f448b9 secgroup=a012b764-3d71-4fe8-a730-445db10f62d9 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-12 12:32:03,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:32:03,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:32:03,505 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-12 12:32:03,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:32:03,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:32:03,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:32:03,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:32:03,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:32:03,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:32:03,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:32:03,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:32:03,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:32:03,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:32:03,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:32:03,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:32:03,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:32:03,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:32:03,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:32:03,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:32:03,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:32:03,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:32:03,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:32:03,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:32:03,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:32:03,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:32:03,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:32:03,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:32:03,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:32:03,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:32:03,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:32:03,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:32:03,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:32:03,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:32:03,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:32:03,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:32:03,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:32:03,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:32:03,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:32:03,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:32:03,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:32:03,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:32:03,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:32:03,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:32:03,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:32:03,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:32:03,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:32:03,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:32:03,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:32:03,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:32:03,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:32:03,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:32:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48622d97-8bed-4549-b61b-39f5a49a9d58 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:32:03,525 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-48622d97-8bed-4549-b61b-39f5a49a9d58 2018-10-12 12:32:03,525 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:32:03,916 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:32:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["oJ9NNNUzQ7K5xgtakHmj7g"], "issued_at": "2018-10-12T12:32:03.000000Z"}} 2018-10-12 12:32:03,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e71dd4a8532fe2a343310bdc83e91b587c2c34" 2018-10-12 12:32:04,101 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:32:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-67b4beab-58d4-46f5-8bfc-e32d12526c31 x-compute-request-id: req-67b4beab-58d4-46f5-8bfc-e32d12526c31 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-12 12:32:04,101 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-67b4beab-58d4-46f5-8bfc-e32d12526c31 2018-10-12 12:32:04,104 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e71dd4a8532fe2a343310bdc83e91b587c2c34" 2018-10-12 12:32:04,126 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:32: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-7049dabb-9b06-4a39-a313-bd472e8d60c2 x-compute-request-id: req-7049dabb-9b06-4a39-a313-bd472e8d60c2 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:32:04,126 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 used request id req-7049dabb-9b06-4a39-a313-bd472e8d60c2 2018-10-12 12:32:04,130 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e71dd4a8532fe2a343310bdc83e91b587c2c34" -d '{"server": {"name": "sdnvpn-12-2", "imageRef": "169657a1-98cd-4564-983e-01827cc59974", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "da26bcae-e1ba-4983-b952-ae51fda523b7", "max_count": 1, "min_count": 1, "networks": [{"uuid": "fa928d39-d2b5-4f95-ac16-b172d3f448b9"}]}}' 2018-10-12 12:32:05,802 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:32:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9d46f24d-6a6d-45f0-b22d-90499006e533 x-compute-request-id: req-9d46f24d-6a6d-45f0-b22d-90499006e533 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8771b8a6-5b49-4fe0-8cbf-43c9acf29be9", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9", "rel": "bookmark"}], "adminPass": "qBm3HsVSHQB2"}} 2018-10-12 12:32:05,802 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-9d46f24d-6a6d-45f0-b22d-90499006e533 2018-10-12 12:32:05,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:32:05,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:32:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e472d26e-62ee-4a94-bdf1-c8ed385caa3d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:32:05,810 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e472d26e-62ee-4a94-bdf1-c8ed385caa3d 2018-10-12 12:32:05,811 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:32:06,198 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:32:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["BQWJqeC-QUC0L9xPRturVw"], "issued_at": "2018-10-12T12:32:06.000000Z"}} 2018-10-12 12:32:06,201 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}945d7e44bfd00169efcfeb609d3636f0a72efc47" 2018-10-12 12:32:06,754 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:32: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-79da2df7-f423-429e-bf85-3fa00d2bbab6 x-compute-request-id: req-79da2df7-f423-429e-bf85-3fa00d2bbab6 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.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9", "rel": "bookmark"}], "image": {"id": "169657a1-98cd-4564-983e-01827cc59974", "links": [{"href": "http://172.30.9.26:8774/images/169657a1-98cd-4564-983e-01827cc59974", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "8771b8a6-5b49-4fe0-8cbf-43c9acf29be9", "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:32:06Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-12-2", "created": "2018-10-12T12:32:05Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:32:06,754 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9 used request id req-79da2df7-f423-429e-bf85-3fa00d2bbab6 2018-10-12 12:32:09,761 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}945d7e44bfd00169efcfeb609d3636f0a72efc47" 2018-10-12 12:32:10,638 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-febcce2b-38c2-4fce-8102-b1bf9332ae91 x-compute-request-id: req-febcce2b-38c2-4fce-8102-b1bf9332ae91 Content-Encoding: gzip Content-Length: 776 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:11:c8:85", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9", "rel": "bookmark"}], "image": {"id": "169657a1-98cd-4564-983e-01827cc59974", "links": [{"href": "http://172.30.9.26:8774/images/169657a1-98cd-4564-983e-01827cc59974", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "8771b8a6-5b49-4fe0-8cbf-43c9acf29be9", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:32:06Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-12-2", "created": "2018-10-12T12:32:05Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:32:10,639 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9 used request id req-febcce2b-38c2-4fce-8102-b1bf9332ae91 2018-10-12 12:32:13,645 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}945d7e44bfd00169efcfeb609d3636f0a72efc47" 2018-10-12 12:32:14,272 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-34c037df-2791-42a8-ab77-3dc3305189b5 x-compute-request-id: req-34c037df-2791-42a8-ab77-3dc3305189b5 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:11:c8:85", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9", "rel": "bookmark"}], "image": {"id": "169657a1-98cd-4564-983e-01827cc59974", "links": [{"href": "http://172.30.9.26:8774/images/169657a1-98cd-4564-983e-01827cc59974", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": "2018-10-12T12:32:09.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "8771b8a6-5b49-4fe0-8cbf-43c9acf29be9", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T12:32:10Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-12-2", "created": "2018-10-12T12:32:05Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:32:14,273 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9 used request id req-34c037df-2791-42a8-ab77-3dc3305189b5 2018-10-12 12:32:14,277 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e71dd4a8532fe2a343310bdc83e91b587c2c34" 2018-10-12 12:32:15,386 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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,Accept-Encoding x-openstack-request-id: req-6bbcff37-2c58-4518-9294-55b1e6ac664a x-compute-request-id: req-6bbcff37-2c58-4518-9294-55b1e6ac664a 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:11:c8:85", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9", "rel": "bookmark"}], "image": {"id": "169657a1-98cd-4564-983e-01827cc59974", "links": [{"href": "http://172.30.9.26:8774/images/169657a1-98cd-4564-983e-01827cc59974", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": "2018-10-12T12:32:09.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "8771b8a6-5b49-4fe0-8cbf-43c9acf29be9", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T12:32:10Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-12-2", "created": "2018-10-12T12:32:05Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:32:15,387 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9 used request id req-6bbcff37-2c58-4518-9294-55b1e6ac664a 2018-10-12 12:32:15,387 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-12-2' booted successfully. IP='10.10.10.13'. 2018-10-12 12:32:15,387 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-12-2' to security group 'sdnvpn-sg'... 2018-10-12 12:32:15,390 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}035af4deb200f1a8097461cf86ee785db86c3c33" -d '{"addSecurityGroup": {"name": "a012b764-3d71-4fe8-a730-445db10f62d9"}}' 2018-10-12 12:32:16,699 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:32: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-ce510b1f-e4f7-4e52-9e31-b08ebdef0c77 x-compute-request-id: req-ce510b1f-e4f7-4e52-9e31-b08ebdef0c77 Content-Length: 0 Content-Type: application/json 2018-10-12 12:32:16,699 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action used request id req-ce510b1f-e4f7-4e52-9e31-b08ebdef0c77 2018-10-12 12:32:16,700 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-1'... 2018-10-12 12:32:16,700 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-1 flavor=m1.tiny image=169657a1-98cd-4564-983e-01827cc59974 network=fa928d39-d2b5-4f95-ac16-b172d3f448b9 secgroup=a012b764-3d71-4fe8-a730-445db10f62d9 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-12 12:32:16,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:32:16,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:32:16,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:32:16,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:32:16,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:32:16,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:32:16,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:32:16,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:32:16,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:32:16,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:32:16,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:32:16,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:32:16,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:32:16,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:32:16,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:32:16,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:32:16,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:32:16,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:32:16,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:32:16,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:32:16,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:32:16,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:32:16,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:32:16,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:32:16,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:32:16,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:32:16,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:32:16,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:32:16,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:32:16,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:32:16,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:32:16,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:32:16,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:32:16,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:32:16,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:32:16,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:32:16,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:32:16,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:32:16,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:32:16,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:32:16,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:32:16,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:32:16,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:32:16,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:32:16,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:32:16,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:32:16,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:32:16,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:32:16,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:32:16,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:32:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-752d5b4b-c2e3-49e6-9abd-89dc8d4735de Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:32:16,717 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-752d5b4b-c2e3-49e6-9abd-89dc8d4735de 2018-10-12 12:32:16,717 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:32:17,094 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:32:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["jwv0996lTJaIR3GDijdTrQ"], "issued_at": "2018-10-12T12:32:17.000000Z"}} 2018-10-12 12:32:17,098 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cddfd9d48db8e8f4b6173b49892dced81f6607c" 2018-10-12 12:32:17,208 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:32:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-757b8cdb-9b16-48a6-8002-2d9dd60da408 x-compute-request-id: req-757b8cdb-9b16-48a6-8002-2d9dd60da408 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-12 12:32:17,208 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-757b8cdb-9b16-48a6-8002-2d9dd60da408 2018-10-12 12:32:17,211 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cddfd9d48db8e8f4b6173b49892dced81f6607c" 2018-10-12 12:32:17,230 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:32:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-666b92b9-cc4b-4e45-a93f-4c2334d201c0 x-compute-request-id: req-666b92b9-cc4b-4e45-a93f-4c2334d201c0 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:32:17,231 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 used request id req-666b92b9-cc4b-4e45-a93f-4c2334d201c0 2018-10-12 12:32:17,234 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cddfd9d48db8e8f4b6173b49892dced81f6607c" -d '{"server": {"name": "sdnvpn-12-1", "imageRef": "169657a1-98cd-4564-983e-01827cc59974", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "da26bcae-e1ba-4983-b952-ae51fda523b7", "max_count": 1, "min_count": 1, "networks": [{"uuid": "fa928d39-d2b5-4f95-ac16-b172d3f448b9"}]}}' 2018-10-12 12:32:18,712 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:32:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-67557d30-79f0-4a9e-a91a-a635ca11b57f x-compute-request-id: req-67557d30-79f0-4a9e-a91a-a635ca11b57f Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "36800006-44e0-48f5-942a-30b015c2d588", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/36800006-44e0-48f5-942a-30b015c2d588", "rel": "bookmark"}], "adminPass": "FTQTt6rqAD3E"}} 2018-10-12 12:32:18,712 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-67557d30-79f0-4a9e-a91a-a635ca11b57f 2018-10-12 12:32:18,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:32:18,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:32:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2380e3bc-8c7b-4db3-be69-cbd32fefb9d4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:32:18,719 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2380e3bc-8c7b-4db3-be69-cbd32fefb9d4 2018-10-12 12:32:18,720 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:32:19,093 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:32:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["VGobXpPuTAmvxyNAfac1YA"], "issued_at": "2018-10-12T12:32:19.000000Z"}} 2018-10-12 12:32:19,097 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e94d90e401ce10a1dce767142bbed8e70269f9aa" 2018-10-12 12:32:19,607 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-790fdeb9-7fba-4ded-ad9f-6c00c1525b7b x-compute-request-id: req-790fdeb9-7fba-4ded-ad9f-6c00c1525b7b 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.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/36800006-44e0-48f5-942a-30b015c2d588", "rel": "bookmark"}], "image": {"id": "169657a1-98cd-4564-983e-01827cc59974", "links": [{"href": "http://172.30.9.26:8774/images/169657a1-98cd-4564-983e-01827cc59974", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "36800006-44e0-48f5-942a-30b015c2d588", "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:32:19Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-12-1", "created": "2018-10-12T12:32:18Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:32:19,607 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588 used request id req-790fdeb9-7fba-4ded-ad9f-6c00c1525b7b 2018-10-12 12:32:22,613 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e94d90e401ce10a1dce767142bbed8e70269f9aa" 2018-10-12 12:32:23,317 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:32: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-57e51e69-3778-4f6c-b8d1-2b70db861f66 x-compute-request-id: req-57e51e69-3778-4f6c-b8d1-2b70db861f66 Content-Encoding: gzip Content-Length: 708 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/36800006-44e0-48f5-942a-30b015c2d588", "rel": "bookmark"}], "image": {"id": "169657a1-98cd-4564-983e-01827cc59974", "links": [{"href": "http://172.30.9.26:8774/images/169657a1-98cd-4564-983e-01827cc59974", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f3", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "36800006-44e0-48f5-942a-30b015c2d588", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:32:20Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-12-1", "created": "2018-10-12T12:32:18Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:32:23,317 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588 used request id req-57e51e69-3778-4f6c-b8d1-2b70db861f66 2018-10-12 12:32:26,323 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e94d90e401ce10a1dce767142bbed8e70269f9aa" 2018-10-12 12:32:26,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-b9e79ad0-8c83-4bc9-aaea-220d89893f53 x-compute-request-id: req-b9e79ad0-8c83-4bc9-aaea-220d89893f53 Content-Encoding: gzip Content-Length: 779 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:49:a8:fa", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/36800006-44e0-48f5-942a-30b015c2d588", "rel": "bookmark"}], "image": {"id": "169657a1-98cd-4564-983e-01827cc59974", "links": [{"href": "http://172.30.9.26:8774/images/169657a1-98cd-4564-983e-01827cc59974", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f3", "OS-SRV-USG:launched_at": "2018-10-12T12:32:22.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "36800006-44e0-48f5-942a-30b015c2d588", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T12:32:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-12-1", "created": "2018-10-12T12:32:18Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:32:26,913 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588 used request id req-b9e79ad0-8c83-4bc9-aaea-220d89893f53 2018-10-12 12:32:26,916 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cddfd9d48db8e8f4b6173b49892dced81f6607c" 2018-10-12 12:32:27,661 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-43c58d52-09d5-461b-a2ed-0bf6c8c85776 x-compute-request-id: req-43c58d52-09d5-461b-a2ed-0bf6c8c85776 Content-Encoding: gzip Content-Length: 779 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:49:a8:fa", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/36800006-44e0-48f5-942a-30b015c2d588", "rel": "bookmark"}], "image": {"id": "169657a1-98cd-4564-983e-01827cc59974", "links": [{"href": "http://172.30.9.26:8774/images/169657a1-98cd-4564-983e-01827cc59974", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f3", "OS-SRV-USG:launched_at": "2018-10-12T12:32:22.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "36800006-44e0-48f5-942a-30b015c2d588", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T12:32:23Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-12-1", "created": "2018-10-12T12:32:18Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:32:27,661 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588 used request id req-43c58d52-09d5-461b-a2ed-0bf6c8c85776 2018-10-12 12:32:27,662 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-12-1' booted successfully. IP='10.10.10.12'. 2018-10-12 12:32:27,662 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-12-1' to security group 'sdnvpn-sg'... 2018-10-12 12:32:27,665 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}035af4deb200f1a8097461cf86ee785db86c3c33" -d '{"addSecurityGroup": {"name": "a012b764-3d71-4fe8-a730-445db10f62d9"}}' 2018-10-12 12:32:28,844 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12: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 x-openstack-request-id: req-0e39b310-f2e4-4dc6-a93f-84868e3ecd5e x-compute-request-id: req-0e39b310-f2e4-4dc6-a93f-84868e3ecd5e Content-Length: 0 Content-Type: application/json 2018-10-12 12:32:28,844 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action used request id req-0e39b310-f2e4-4dc6-a93f-84868e3ecd5e 2018-10-12 12:32:28,844 - sdnvpn_test_utils - INFO - Waiting for instance 36800006-44e0-48f5-942a-30b015c2d588 to boot up 2018-10-12 12:32:28,847 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cddfd9d48db8e8f4b6173b49892dced81f6607c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:32:29,966 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:32: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-65686546-ac27-4a45-88fe-d7c2e2c05097 x-compute-request-id: req-65686546-ac27-4a45-88fe-d7c2e2c05097 Content-Encoding: gzip Content-Length: 9438 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487281746 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.132379] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.134076] pid_max: default: 32768 minimum: 301\n[ 0.134993] ACPI: Core revision 20150930\n[ 0.136403] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137736] Security Framework initialized\n[ 0.138574] Yama: becoming mindful.\n[ 0.139320] AppArmor: AppArmor initialized\n[ 0.140205] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141566] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142876] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144119] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145538] Initializing cgroup subsys io\n[ 0.146372] Initializing cgroup subsys memory\n[ 0.147254] Initializing cgroup subsys devices\n[ 0.148145] Initializing cgroup subsys freezer\n[ 0.149016] Initializing cgroup subsys net_cls\n[ 0.149884] Initializing cgroup subsys perf_event\n[ 0.150798] Initializing cgroup subsys net_prio\n[ 0.151700] Initializing cgroup subsys hugetlb\n[ 0.152573] Initializing cgroup subsys pids\n[ 0.153445] CPU: Physical Processor ID: 0\n[ 0.154930] mce: CPU supports 10 MCE banks\n[ 0.155802] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156845] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167408] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173687] ftrace: allocating 31920 entries in 125 pages\n[ 0.199714] smpboot: Max logical packages: 1\n[ 0.200588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201944] x2apic enabled\n[ 0.202757] Switched APIC routing to physical x2apic.\n[ 0.204505] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205694] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207724] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209576] KVM setup paravirtual spinlock\n[ 0.210854] x86: Booted up 1 node, 1 CPUs\n[ 0.211663] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213074] devtmpfs: initialized\n[ 0.214770] evm: security.selinux\n[ 0.215476] evm: security.SMACK64\n[ 0.216168] evm: security.SMACK64EXEC\n[ 0.216910] evm: security.SMACK64TRANSMUTE\n[ 0.217752] evm: security.SMACK64MMAP\n[ 0.218532] evm: security.ima\n[ 0.219173] evm: security.capability\n[ 0.219973] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221832] pinctrl core: initialized pinctrl subsystem\n[ 0.222938] RTC time: 12:32:22, date: 10/12/18\n[ 0.223891] NET: Registered protocol family 16\n[ 0.224853] cpuidle: using governor ladder\n[ 0.225675] cpuidle: using governor menu\n[ 0.226462] PCCT header not found.\n[ 0.227232] ACPI: bus type PCI registered\n[ 0.228062] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229317] PCI: Using configuration type 1 for base access\n[ 0.231064] ACPI: Added _OSI(Module Device)\n[ 0.231906] ACPI: Added _OSI(Processor Device)\n[ 0.232790] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233708] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235929] ACPI: Interpreter enabled\n[ 0.236728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238628] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240526] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244916] ACPI: Using IOAPIC for interrupt routing\n[ 0.246015] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250335] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251573] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252780] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255057] acpiphp: Slot [3] registered\n[ 0.255899] acpiphp: Slot [4] registered\n[ 0.256725] acpiphp: Slot [5] registered\n[ 0.257543] acpiphp: Slot [6] registered\n[ 0.258388] acpiphp: Slot [7] registered\n[ 0.259183] acpiphp: Slot [8] registered\n[ 0.259976] acpiphp: Slot [9] registered\n[ 0.260786] acpiphp: Slot [10] registered\n[ 0.261643] acpiphp: Slot [11] registered\n[ 0.262467] acpiphp: Slot [12] registered\n[ 0.263323] acpiphp: Slot [13] registered\n[ 0.264141] acpiphp: Slot [14] registered\n[ 0.264955] acpiphp: Slot [15] registered\n[ 0.275596] acpiphp: Slot [16] registered\n[ 0.276423] acpiphp: Slot [17] registered\n[ 0.277247] acpiphp: Slot [18] registered\n[ 0.278095] acpiphp: Slot [19] registered\n[ 0.278921] acpiphp: Slot [20] registered\n[ 0.279744] acpiphp: Slot [21] registered\n[ 0.280571] acpiphp: Slot [22] registered\n[ 0.281399] acpiphp: Slot [23] registered\n[ 0.282223] acpiphp: Slot [24] registered\n[ 0.283066] acpiphp: Slot [25] registered\n[ 0.284174] acpiphp: Slot [26] registered\n[ 0.285274] acpiphp: Slot [27] registered\n[ 0.286437] acpiphp: Slot [28] registered\n[ 0.287544] acpiphp: Slot [29] registered\n[ 0.288684] acpiphp: Slot [30] registered\n[ 0.289786] acpiphp: Slot [31] registered\n[ 0.290885] PCI host bridge to bus 0000:00\n[ 0.291988] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293659] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295326] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297364] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299334] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307193] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308802] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310274] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312479] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319622] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321419] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375115] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376960] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378725] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382635] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384196] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385623] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386936] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388882] vgaarb: loaded\n[ 0.389645] vgaarb: bridge control possible 0000:00:02.0\n[ 0.391079] SCSI subsystem initialized\n[ 0.392099] ACPI: bus type USB registered\n[ 0.393124] usbcore: registered new interface driver usbfs\n[ 0.394410] usbcore: registered new interface driver hub\n[ 0.395672] usbcore: registered new device driver usb\n[ 0.396988] PCI: Using ACPI for IRQ routing\n[ 0.398290] NetLabel: Initializing\n[ 0.399185] NetLabel: domain hash size = 128\n[ 0.400250] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401443] NetLabel: unlabeled traffic allowed by default\n[ 0.402644] clocksource: Switched to clocksource kvm-clock\n[ 0.408035] AppArmor: AppArmor Filesystem Enabled\n[ 0.408968] pnp: PnP ACPI init\n[ 0.409857] pnp: PnP ACPI: found 5 devices\n[ 0.416201] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417875] NET: Registered protocol family 2\n[ 0.418811] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420052] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421184] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422306] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423364] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424506] NET: Registered protocol family 1\n[ 0.425352] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427476] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455537] Trying to unpack rootfs image as initramfs...\n[ 0.504602] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518392] Scanning for low memory corruption every 60 seconds\n[ 0.519752] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520872] audit: initializing netlink subsys (disabled)\n[ 0.521869] audit: type=2000 audit(1539347543.352:1): initialized\n[ 0.523159] Initialise system trusted keyring\n[ 0.524060] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.525186] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.527121] zbud: loaded\n[ 0.527806] VFS: Disk quotas dquot_6.6.0\n[ 0.528606] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.530086] fuse init (API version 7.23)\n[ 0.530951] Key type big_key registered\n[ 0.531736] Allocating IMA MOK and blacklist keyrings.\n[ 0.532827] Key type asymmetric registered\n[ 0.533653] Asymmetric key parser 'x509' registered\n[ 0.534584] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536024] io scheduler noop registered\n[ 0.536801] io scheduler deadline registered (default)\n[ 0.537769] io scheduler cfq registered\n[ 0.538585] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.539616] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540846] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542263] ACPI: Power Button [PWRF]\n[ 0.543459] GHES: HEST is not enabled!\n[ 0.557103] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587022] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590965] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619434] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625480] Linux agpgart interface v0.103\n[ 0.627587] brd: module loaded\n[ 0.628821] loop: module loaded\n[ 0.634035] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635450] GPT:90111 != 2097151\n[ 0.636113] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637167] GPT:90111 != 2097151\n[ 0.637817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.638756] vda: vda1 vda15\n[ 0.640270] scsi host0: ata_piix\n[ 0.640984] scsi host1: ata_piix\n[ 0.641670] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.642859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.644284] libphy: Fixed MDIO Bus: probed\n[ 0.645082] tun: Universal TUN/TAP device driver, 1.6\n[ 0.646003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.648234] PPP generic driver version 2.4.2\n[ 0.649103] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650343] ehci-pci: EHCI PCI platform driver\n[ 0.651200] ehci-platform: EHCI generic platform driver\n[ 0.652178] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653264] ohci-pci: OHCI PCI platform driver\n[ 0.654107] ohci-platform: OHCI generic platform driver\n[ 0.655073] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.669462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.670433] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671850] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.672844] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673930] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676500] usb usb1: Product: UHCI Host Controller\n[ 0.677407] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678509] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679453] hub 1-0:1.0: USB hub found\n[ 0.680212] hub 1-0:1.0: 2 ports detected\n[ 0.681086] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683175] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684107] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685098] mousedev: PS/2 mouse device common for all mice\n[ 0.686313] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.688093] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689155] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690311] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691478] i2c /dev entries driver\n[ 0.692225] device-mapper: uevent: version 1.0.3\n[ 0.693138] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694723] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695986] NET: Registered protocol family 10\n[ 0.696969] NET: Registered protocol family 17\n[ 0.697836] Key type dns_resolver registered\n[ 0.698747] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701506] registered taskstats version 1\n[ 0.702321] Loading compiled-in X.509 certificates\n[ 0.703733] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705536] zswap: loaded using pool lzo/zbud\n[ 0.706904] Key type trusted registered\n[ 0.708421] Key type encrypted registered\n[ 0.709219] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710205] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711214] evm: HMAC attrs: 0x1\n[ 0.712117] Magic number: 6:675:531\n[ 0.712853] tty ttyS11: hash matches\n[ 0.713648] rtc_cmos 00:00: setting system clock to 2018-10-12 12:32:23 UTC (1539347543)\n[ 0.715226] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716297] EDD information not available.\n[ 0.803622] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815285] Write protecting the kernel read-only data: 14336k\n[ 0.816821] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818574] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.422757] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.30. iid=i-000000f0\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDeD+VO9/pGsOYJEjEaySa25hqWmaiVVkA4uJbBLGSoja1XpvFBYydsJrFXgMQ7hsWxNbcnWlF0kd5RKiI0eQXl5h/5WD2VjLgDtTgQgUfKJFnLq+vdnKkhF9qrVkD4MXa0qbR/wruQvOMPBnphzPdxxb4o8DpYqjQFb6r0ddOXs21ADXwkhQFWEq2R7Z3onQ6czlGeQ8aNtjhDuMUmO+E+bwUaHvQHOypBRGeoZTq14H5hNgBo8g8IOCLybwSux+UAltR84gYk0CecFDR/l+0t9ceq3BFzyfNUcY8uAt1eeDOuDMU/Ve3Lif4xUaFptRVz8UGavGBmcPmU0JccYwbP root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAK1eCWqZb+1Bzoc5oGwZ01TlY91tQeHOjbEC/fV/34T6ep4UCbLvWOGHhckWJI8LtYhfVDj1c9sohi175+mazedzpR9Ah3yi6rcKhL4jMWTLgg0OVJumjVkny4VdAyALYjQuD/t/Pol8dRMQksU1e75UuLzZOXedmngaCHAIsIvRAAAAFQCG/D4Pzpwn+61uSHqDUKhCt7KzuwAAAIANl8AqW3JdBYHCmBmqiR+LRDM76ZLvdtjKTUrnfDUsjW9wcyc+QdYUuRUEGM5WVGL9vL+jiAmvsuYIl1vUBwyDoWJtCOwIA65xlfI9HY/7DW6lXBjKChUa1D1RffDNWLdfbLEH42PEFXkXEX8AOS2QMLB9yyrbQ0SwsnBJNz2B7gAAAIAPhTskBpB1P7h/aOlkaodBAOK5d5h2Nj4n45RdHGmsqMy3GWuG2zXAIUchdrYfJTTnfg8kNZNcDKBEwItATJJFGHS8pmqllt+azBSBvi5A3RnKz7PTW6sl9xAyf3x8nbdLhIAyxCa8Ov9s+im/12n6YyGEgrI4G3WyUX9fecQ+Jg== 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:fe49:a8fa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f0\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.05 ===\n/dev/root resized successfully [took 2.65s]\n"} 2018-10-12 12:32:29,967 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action used request id req-65686546-ac27-4a45-88fe-d7c2e2c05097 2018-10-12 12:32:31,988 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cddfd9d48db8e8f4b6173b49892dced81f6607c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:32:33,069 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:32: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-b682065c-f57c-4b16-948c-167352e3c5af x-compute-request-id: req-b682065c-f57c-4b16-948c-167352e3c5af Content-Encoding: gzip Content-Length: 10018 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487281746 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.132379] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.134076] pid_max: default: 32768 minimum: 301\n[ 0.134993] ACPI: Core revision 20150930\n[ 0.136403] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137736] Security Framework initialized\n[ 0.138574] Yama: becoming mindful.\n[ 0.139320] AppArmor: AppArmor initialized\n[ 0.140205] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141566] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142876] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144119] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145538] Initializing cgroup subsys io\n[ 0.146372] Initializing cgroup subsys memory\n[ 0.147254] Initializing cgroup subsys devices\n[ 0.148145] Initializing cgroup subsys freezer\n[ 0.149016] Initializing cgroup subsys net_cls\n[ 0.149884] Initializing cgroup subsys perf_event\n[ 0.150798] Initializing cgroup subsys net_prio\n[ 0.151700] Initializing cgroup subsys hugetlb\n[ 0.152573] Initializing cgroup subsys pids\n[ 0.153445] CPU: Physical Processor ID: 0\n[ 0.154930] mce: CPU supports 10 MCE banks\n[ 0.155802] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156845] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167408] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173687] ftrace: allocating 31920 entries in 125 pages\n[ 0.199714] smpboot: Max logical packages: 1\n[ 0.200588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201944] x2apic enabled\n[ 0.202757] Switched APIC routing to physical x2apic.\n[ 0.204505] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205694] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207724] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209576] KVM setup paravirtual spinlock\n[ 0.210854] x86: Booted up 1 node, 1 CPUs\n[ 0.211663] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213074] devtmpfs: initialized\n[ 0.214770] evm: security.selinux\n[ 0.215476] evm: security.SMACK64\n[ 0.216168] evm: security.SMACK64EXEC\n[ 0.216910] evm: security.SMACK64TRANSMUTE\n[ 0.217752] evm: security.SMACK64MMAP\n[ 0.218532] evm: security.ima\n[ 0.219173] evm: security.capability\n[ 0.219973] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221832] pinctrl core: initialized pinctrl subsystem\n[ 0.222938] RTC time: 12:32:22, date: 10/12/18\n[ 0.223891] NET: Registered protocol family 16\n[ 0.224853] cpuidle: using governor ladder\n[ 0.225675] cpuidle: using governor menu\n[ 0.226462] PCCT header not found.\n[ 0.227232] ACPI: bus type PCI registered\n[ 0.228062] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229317] PCI: Using configuration type 1 for base access\n[ 0.231064] ACPI: Added _OSI(Module Device)\n[ 0.231906] ACPI: Added _OSI(Processor Device)\n[ 0.232790] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233708] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235929] ACPI: Interpreter enabled\n[ 0.236728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238628] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240526] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244916] ACPI: Using IOAPIC for interrupt routing\n[ 0.246015] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250335] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251573] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252780] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255057] acpiphp: Slot [3] registered\n[ 0.255899] acpiphp: Slot [4] registered\n[ 0.256725] acpiphp: Slot [5] registered\n[ 0.257543] acpiphp: Slot [6] registered\n[ 0.258388] acpiphp: Slot [7] registered\n[ 0.259183] acpiphp: Slot [8] registered\n[ 0.259976] acpiphp: Slot [9] registered\n[ 0.260786] acpiphp: Slot [10] registered\n[ 0.261643] acpiphp: Slot [11] registered\n[ 0.262467] acpiphp: Slot [12] registered\n[ 0.263323] acpiphp: Slot [13] registered\n[ 0.264141] acpiphp: Slot [14] registered\n[ 0.264955] acpiphp: Slot [15] registered\n[ 0.275596] acpiphp: Slot [16] registered\n[ 0.276423] acpiphp: Slot [17] registered\n[ 0.277247] acpiphp: Slot [18] registered\n[ 0.278095] acpiphp: Slot [19] registered\n[ 0.278921] acpiphp: Slot [20] registered\n[ 0.279744] acpiphp: Slot [21] registered\n[ 0.280571] acpiphp: Slot [22] registered\n[ 0.281399] acpiphp: Slot [23] registered\n[ 0.282223] acpiphp: Slot [24] registered\n[ 0.283066] acpiphp: Slot [25] registered\n[ 0.284174] acpiphp: Slot [26] registered\n[ 0.285274] acpiphp: Slot [27] registered\n[ 0.286437] acpiphp: Slot [28] registered\n[ 0.287544] acpiphp: Slot [29] registered\n[ 0.288684] acpiphp: Slot [30] registered\n[ 0.289786] acpiphp: Slot [31] registered\n[ 0.290885] PCI host bridge to bus 0000:00\n[ 0.291988] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293659] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295326] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297364] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299334] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307193] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308802] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310274] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312479] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319622] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321419] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375115] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376960] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378725] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382635] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384196] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385623] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386936] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388882] vgaarb: loaded\n[ 0.389645] vgaarb: bridge control possible 0000:00:02.0\n[ 0.391079] SCSI subsystem initialized\n[ 0.392099] ACPI: bus type USB registered\n[ 0.393124] usbcore: registered new interface driver usbfs\n[ 0.394410] usbcore: registered new interface driver hub\n[ 0.395672] usbcore: registered new device driver usb\n[ 0.396988] PCI: Using ACPI for IRQ routing\n[ 0.398290] NetLabel: Initializing\n[ 0.399185] NetLabel: domain hash size = 128\n[ 0.400250] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401443] NetLabel: unlabeled traffic allowed by default\n[ 0.402644] clocksource: Switched to clocksource kvm-clock\n[ 0.408035] AppArmor: AppArmor Filesystem Enabled\n[ 0.408968] pnp: PnP ACPI init\n[ 0.409857] pnp: PnP ACPI: found 5 devices\n[ 0.416201] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417875] NET: Registered protocol family 2\n[ 0.418811] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420052] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421184] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422306] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423364] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424506] NET: Registered protocol family 1\n[ 0.425352] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427476] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455537] Trying to unpack rootfs image as initramfs...\n[ 0.504602] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518392] Scanning for low memory corruption every 60 seconds\n[ 0.519752] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520872] audit: initializing netlink subsys (disabled)\n[ 0.521869] audit: type=2000 audit(1539347543.352:1): initialized\n[ 0.523159] Initialise system trusted keyring\n[ 0.524060] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.525186] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.527121] zbud: loaded\n[ 0.527806] VFS: Disk quotas dquot_6.6.0\n[ 0.528606] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.530086] fuse init (API version 7.23)\n[ 0.530951] Key type big_key registered\n[ 0.531736] Allocating IMA MOK and blacklist keyrings.\n[ 0.532827] Key type asymmetric registered\n[ 0.533653] Asymmetric key parser 'x509' registered\n[ 0.534584] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536024] io scheduler noop registered\n[ 0.536801] io scheduler deadline registered (default)\n[ 0.537769] io scheduler cfq registered\n[ 0.538585] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.539616] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540846] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542263] ACPI: Power Button [PWRF]\n[ 0.543459] GHES: HEST is not enabled!\n[ 0.557103] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587022] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590965] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619434] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625480] Linux agpgart interface v0.103\n[ 0.627587] brd: module loaded\n[ 0.628821] loop: module loaded\n[ 0.634035] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635450] GPT:90111 != 2097151\n[ 0.636113] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637167] GPT:90111 != 2097151\n[ 0.637817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.638756] vda: vda1 vda15\n[ 0.640270] scsi host0: ata_piix\n[ 0.640984] scsi host1: ata_piix\n[ 0.641670] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.642859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.644284] libphy: Fixed MDIO Bus: probed\n[ 0.645082] tun: Universal TUN/TAP device driver, 1.6\n[ 0.646003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.648234] PPP generic driver version 2.4.2\n[ 0.649103] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650343] ehci-pci: EHCI PCI platform driver\n[ 0.651200] ehci-platform: EHCI generic platform driver\n[ 0.652178] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653264] ohci-pci: OHCI PCI platform driver\n[ 0.654107] ohci-platform: OHCI generic platform driver\n[ 0.655073] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.669462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.670433] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671850] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.672844] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673930] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676500] usb usb1: Product: UHCI Host Controller\n[ 0.677407] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678509] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679453] hub 1-0:1.0: USB hub found\n[ 0.680212] hub 1-0:1.0: 2 ports detected\n[ 0.681086] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683175] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684107] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685098] mousedev: PS/2 mouse device common for all mice\n[ 0.686313] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.688093] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689155] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690311] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691478] i2c /dev entries driver\n[ 0.692225] device-mapper: uevent: version 1.0.3\n[ 0.693138] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694723] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695986] NET: Registered protocol family 10\n[ 0.696969] NET: Registered protocol family 17\n[ 0.697836] Key type dns_resolver registered\n[ 0.698747] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701506] registered taskstats version 1\n[ 0.702321] Loading compiled-in X.509 certificates\n[ 0.703733] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705536] zswap: loaded using pool lzo/zbud\n[ 0.706904] Key type trusted registered\n[ 0.708421] Key type encrypted registered\n[ 0.709219] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710205] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711214] evm: HMAC attrs: 0x1\n[ 0.712117] Magic number: 6:675:531\n[ 0.712853] tty ttyS11: hash matches\n[ 0.713648] rtc_cmos 00:00: setting system clock to 2018-10-12 12:32:23 UTC (1539347543)\n[ 0.715226] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716297] EDD information not available.\n[ 0.803622] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815285] Write protecting the kernel read-only data: 14336k\n[ 0.816821] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818574] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.422757] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.30. iid=i-000000f0\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDeD+VO9/pGsOYJEjEaySa25hqWmaiVVkA4uJbBLGSoja1XpvFBYydsJrFXgMQ7hsWxNbcnWlF0kd5RKiI0eQXl5h/5WD2VjLgDtTgQgUfKJFnLq+vdnKkhF9qrVkD4MXa0qbR/wruQvOMPBnphzPdxxb4o8DpYqjQFb6r0ddOXs21ADXwkhQFWEq2R7Z3onQ6czlGeQ8aNtjhDuMUmO+E+bwUaHvQHOypBRGeoZTq14H5hNgBo8g8IOCLybwSux+UAltR84gYk0CecFDR/l+0t9ceq3BFzyfNUcY8uAt1eeDOuDMU/Ve3Lif4xUaFptRVz8UGavGBmcPmU0JccYwbP root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAK1eCWqZb+1Bzoc5oGwZ01TlY91tQeHOjbEC/fV/34T6ep4UCbLvWOGHhckWJI8LtYhfVDj1c9sohi175+mazedzpR9Ah3yi6rcKhL4jMWTLgg0OVJumjVkny4VdAyALYjQuD/t/Pol8dRMQksU1e75UuLzZOXedmngaCHAIsIvRAAAAFQCG/D4Pzpwn+61uSHqDUKhCt7KzuwAAAIANl8AqW3JdBYHCmBmqiR+LRDM76ZLvdtjKTUrnfDUsjW9wcyc+QdYUuRUEGM5WVGL9vL+jiAmvsuYIl1vUBwyDoWJtCOwIA65xlfI9HY/7DW6lXBjKChUa1D1RffDNWLdfbLEH42PEFXkXEX8AOS2QMLB9yyrbQ0SwsnBJNz2B7gAAAIAPhTskBpB1P7h/aOlkaodBAOK5d5h2Nj4n45RdHGmsqMy3GWuG2zXAIUchdrYfJTTnfg8kNZNcDKBEwItATJJFGHS8pmqllt+azBSBvi5A3RnKz7PTW6sl9xAyf3x8nbdLhIAyxCa8Ov9s+im/12n6YyGEgrI4G3WyUX9fecQ+Jg== 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:fe49:a8fa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f0\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.05 ===\n/dev/root resized successfully [took 2.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:49:A8:FA \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe49:a8fa/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:7883 (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.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-10-12 12:32:33,070 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action used request id req-b682065c-f57c-4b16-948c-167352e3c5af 2018-10-12 12:32:35,092 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cddfd9d48db8e8f4b6173b49892dced81f6607c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:32:36,214 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-dcb11298-1ef0-4c77-a23e-523d3fc6ca71 x-compute-request-id: req-dcb11298-1ef0-4c77-a23e-523d3fc6ca71 Content-Encoding: gzip Content-Length: 10018 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487281746 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.132379] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.134076] pid_max: default: 32768 minimum: 301\n[ 0.134993] ACPI: Core revision 20150930\n[ 0.136403] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137736] Security Framework initialized\n[ 0.138574] Yama: becoming mindful.\n[ 0.139320] AppArmor: AppArmor initialized\n[ 0.140205] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141566] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142876] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144119] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145538] Initializing cgroup subsys io\n[ 0.146372] Initializing cgroup subsys memory\n[ 0.147254] Initializing cgroup subsys devices\n[ 0.148145] Initializing cgroup subsys freezer\n[ 0.149016] Initializing cgroup subsys net_cls\n[ 0.149884] Initializing cgroup subsys perf_event\n[ 0.150798] Initializing cgroup subsys net_prio\n[ 0.151700] Initializing cgroup subsys hugetlb\n[ 0.152573] Initializing cgroup subsys pids\n[ 0.153445] CPU: Physical Processor ID: 0\n[ 0.154930] mce: CPU supports 10 MCE banks\n[ 0.155802] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156845] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167408] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173687] ftrace: allocating 31920 entries in 125 pages\n[ 0.199714] smpboot: Max logical packages: 1\n[ 0.200588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201944] x2apic enabled\n[ 0.202757] Switched APIC routing to physical x2apic.\n[ 0.204505] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205694] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207724] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209576] KVM setup paravirtual spinlock\n[ 0.210854] x86: Booted up 1 node, 1 CPUs\n[ 0.211663] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213074] devtmpfs: initialized\n[ 0.214770] evm: security.selinux\n[ 0.215476] evm: security.SMACK64\n[ 0.216168] evm: security.SMACK64EXEC\n[ 0.216910] evm: security.SMACK64TRANSMUTE\n[ 0.217752] evm: security.SMACK64MMAP\n[ 0.218532] evm: security.ima\n[ 0.219173] evm: security.capability\n[ 0.219973] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221832] pinctrl core: initialized pinctrl subsystem\n[ 0.222938] RTC time: 12:32:22, date: 10/12/18\n[ 0.223891] NET: Registered protocol family 16\n[ 0.224853] cpuidle: using governor ladder\n[ 0.225675] cpuidle: using governor menu\n[ 0.226462] PCCT header not found.\n[ 0.227232] ACPI: bus type PCI registered\n[ 0.228062] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229317] PCI: Using configuration type 1 for base access\n[ 0.231064] ACPI: Added _OSI(Module Device)\n[ 0.231906] ACPI: Added _OSI(Processor Device)\n[ 0.232790] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233708] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235929] ACPI: Interpreter enabled\n[ 0.236728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238628] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240526] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244916] ACPI: Using IOAPIC for interrupt routing\n[ 0.246015] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250335] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251573] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252780] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255057] acpiphp: Slot [3] registered\n[ 0.255899] acpiphp: Slot [4] registered\n[ 0.256725] acpiphp: Slot [5] registered\n[ 0.257543] acpiphp: Slot [6] registered\n[ 0.258388] acpiphp: Slot [7] registered\n[ 0.259183] acpiphp: Slot [8] registered\n[ 0.259976] acpiphp: Slot [9] registered\n[ 0.260786] acpiphp: Slot [10] registered\n[ 0.261643] acpiphp: Slot [11] registered\n[ 0.262467] acpiphp: Slot [12] registered\n[ 0.263323] acpiphp: Slot [13] registered\n[ 0.264141] acpiphp: Slot [14] registered\n[ 0.264955] acpiphp: Slot [15] registered\n[ 0.275596] acpiphp: Slot [16] registered\n[ 0.276423] acpiphp: Slot [17] registered\n[ 0.277247] acpiphp: Slot [18] registered\n[ 0.278095] acpiphp: Slot [19] registered\n[ 0.278921] acpiphp: Slot [20] registered\n[ 0.279744] acpiphp: Slot [21] registered\n[ 0.280571] acpiphp: Slot [22] registered\n[ 0.281399] acpiphp: Slot [23] registered\n[ 0.282223] acpiphp: Slot [24] registered\n[ 0.283066] acpiphp: Slot [25] registered\n[ 0.284174] acpiphp: Slot [26] registered\n[ 0.285274] acpiphp: Slot [27] registered\n[ 0.286437] acpiphp: Slot [28] registered\n[ 0.287544] acpiphp: Slot [29] registered\n[ 0.288684] acpiphp: Slot [30] registered\n[ 0.289786] acpiphp: Slot [31] registered\n[ 0.290885] PCI host bridge to bus 0000:00\n[ 0.291988] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293659] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295326] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297364] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299334] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307193] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308802] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310274] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312479] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319622] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321419] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375115] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376960] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378725] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382635] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384196] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385623] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386936] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388882] vgaarb: loaded\n[ 0.389645] vgaarb: bridge control possible 0000:00:02.0\n[ 0.391079] SCSI subsystem initialized\n[ 0.392099] ACPI: bus type USB registered\n[ 0.393124] usbcore: registered new interface driver usbfs\n[ 0.394410] usbcore: registered new interface driver hub\n[ 0.395672] usbcore: registered new device driver usb\n[ 0.396988] PCI: Using ACPI for IRQ routing\n[ 0.398290] NetLabel: Initializing\n[ 0.399185] NetLabel: domain hash size = 128\n[ 0.400250] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401443] NetLabel: unlabeled traffic allowed by default\n[ 0.402644] clocksource: Switched to clocksource kvm-clock\n[ 0.408035] AppArmor: AppArmor Filesystem Enabled\n[ 0.408968] pnp: PnP ACPI init\n[ 0.409857] pnp: PnP ACPI: found 5 devices\n[ 0.416201] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417875] NET: Registered protocol family 2\n[ 0.418811] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420052] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421184] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422306] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423364] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424506] NET: Registered protocol family 1\n[ 0.425352] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427476] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455537] Trying to unpack rootfs image as initramfs...\n[ 0.504602] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518392] Scanning for low memory corruption every 60 seconds\n[ 0.519752] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520872] audit: initializing netlink subsys (disabled)\n[ 0.521869] audit: type=2000 audit(1539347543.352:1): initialized\n[ 0.523159] Initialise system trusted keyring\n[ 0.524060] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.525186] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.527121] zbud: loaded\n[ 0.527806] VFS: Disk quotas dquot_6.6.0\n[ 0.528606] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.530086] fuse init (API version 7.23)\n[ 0.530951] Key type big_key registered\n[ 0.531736] Allocating IMA MOK and blacklist keyrings.\n[ 0.532827] Key type asymmetric registered\n[ 0.533653] Asymmetric key parser 'x509' registered\n[ 0.534584] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536024] io scheduler noop registered\n[ 0.536801] io scheduler deadline registered (default)\n[ 0.537769] io scheduler cfq registered\n[ 0.538585] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.539616] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540846] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542263] ACPI: Power Button [PWRF]\n[ 0.543459] GHES: HEST is not enabled!\n[ 0.557103] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587022] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590965] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619434] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625480] Linux agpgart interface v0.103\n[ 0.627587] brd: module loaded\n[ 0.628821] loop: module loaded\n[ 0.634035] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635450] GPT:90111 != 2097151\n[ 0.636113] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637167] GPT:90111 != 2097151\n[ 0.637817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.638756] vda: vda1 vda15\n[ 0.640270] scsi host0: ata_piix\n[ 0.640984] scsi host1: ata_piix\n[ 0.641670] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.642859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.644284] libphy: Fixed MDIO Bus: probed\n[ 0.645082] tun: Universal TUN/TAP device driver, 1.6\n[ 0.646003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.648234] PPP generic driver version 2.4.2\n[ 0.649103] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650343] ehci-pci: EHCI PCI platform driver\n[ 0.651200] ehci-platform: EHCI generic platform driver\n[ 0.652178] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653264] ohci-pci: OHCI PCI platform driver\n[ 0.654107] ohci-platform: OHCI generic platform driver\n[ 0.655073] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.669462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.670433] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671850] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.672844] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673930] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676500] usb usb1: Product: UHCI Host Controller\n[ 0.677407] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678509] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679453] hub 1-0:1.0: USB hub found\n[ 0.680212] hub 1-0:1.0: 2 ports detected\n[ 0.681086] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683175] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684107] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685098] mousedev: PS/2 mouse device common for all mice\n[ 0.686313] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.688093] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689155] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690311] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691478] i2c /dev entries driver\n[ 0.692225] device-mapper: uevent: version 1.0.3\n[ 0.693138] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694723] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695986] NET: Registered protocol family 10\n[ 0.696969] NET: Registered protocol family 17\n[ 0.697836] Key type dns_resolver registered\n[ 0.698747] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701506] registered taskstats version 1\n[ 0.702321] Loading compiled-in X.509 certificates\n[ 0.703733] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705536] zswap: loaded using pool lzo/zbud\n[ 0.706904] Key type trusted registered\n[ 0.708421] Key type encrypted registered\n[ 0.709219] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710205] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711214] evm: HMAC attrs: 0x1\n[ 0.712117] Magic number: 6:675:531\n[ 0.712853] tty ttyS11: hash matches\n[ 0.713648] rtc_cmos 00:00: setting system clock to 2018-10-12 12:32:23 UTC (1539347543)\n[ 0.715226] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716297] EDD information not available.\n[ 0.803622] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815285] Write protecting the kernel read-only data: 14336k\n[ 0.816821] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818574] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.422757] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.30. iid=i-000000f0\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDeD+VO9/pGsOYJEjEaySa25hqWmaiVVkA4uJbBLGSoja1XpvFBYydsJrFXgMQ7hsWxNbcnWlF0kd5RKiI0eQXl5h/5WD2VjLgDtTgQgUfKJFnLq+vdnKkhF9qrVkD4MXa0qbR/wruQvOMPBnphzPdxxb4o8DpYqjQFb6r0ddOXs21ADXwkhQFWEq2R7Z3onQ6czlGeQ8aNtjhDuMUmO+E+bwUaHvQHOypBRGeoZTq14H5hNgBo8g8IOCLybwSux+UAltR84gYk0CecFDR/l+0t9ceq3BFzyfNUcY8uAt1eeDOuDMU/Ve3Lif4xUaFptRVz8UGavGBmcPmU0JccYwbP root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAK1eCWqZb+1Bzoc5oGwZ01TlY91tQeHOjbEC/fV/34T6ep4UCbLvWOGHhckWJI8LtYhfVDj1c9sohi175+mazedzpR9Ah3yi6rcKhL4jMWTLgg0OVJumjVkny4VdAyALYjQuD/t/Pol8dRMQksU1e75UuLzZOXedmngaCHAIsIvRAAAAFQCG/D4Pzpwn+61uSHqDUKhCt7KzuwAAAIANl8AqW3JdBYHCmBmqiR+LRDM76ZLvdtjKTUrnfDUsjW9wcyc+QdYUuRUEGM5WVGL9vL+jiAmvsuYIl1vUBwyDoWJtCOwIA65xlfI9HY/7DW6lXBjKChUa1D1RffDNWLdfbLEH42PEFXkXEX8AOS2QMLB9yyrbQ0SwsnBJNz2B7gAAAIAPhTskBpB1P7h/aOlkaodBAOK5d5h2Nj4n45RdHGmsqMy3GWuG2zXAIUchdrYfJTTnfg8kNZNcDKBEwItATJJFGHS8pmqllt+azBSBvi5A3RnKz7PTW6sl9xAyf3x8nbdLhIAyxCa8Ov9s+im/12n6YyGEgrI4G3WyUX9fecQ+Jg== 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:fe49:a8fa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f0\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.05 ===\n/dev/root resized successfully [took 2.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:49:A8:FA \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe49:a8fa/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:7883 (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.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-10-12 12:32:36,215 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action used request id req-dcb11298-1ef0-4c77-a23e-523d3fc6ca71 2018-10-12 12:32:38,235 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cddfd9d48db8e8f4b6173b49892dced81f6607c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:32:39,309 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-8306077f-eb68-4a97-8be9-1a2af0b710f3 x-compute-request-id: req-8306077f-eb68-4a97-8be9-1a2af0b710f3 Content-Encoding: gzip Content-Length: 10018 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487281746 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.132379] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.134076] pid_max: default: 32768 minimum: 301\n[ 0.134993] ACPI: Core revision 20150930\n[ 0.136403] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137736] Security Framework initialized\n[ 0.138574] Yama: becoming mindful.\n[ 0.139320] AppArmor: AppArmor initialized\n[ 0.140205] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141566] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142876] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144119] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145538] Initializing cgroup subsys io\n[ 0.146372] Initializing cgroup subsys memory\n[ 0.147254] Initializing cgroup subsys devices\n[ 0.148145] Initializing cgroup subsys freezer\n[ 0.149016] Initializing cgroup subsys net_cls\n[ 0.149884] Initializing cgroup subsys perf_event\n[ 0.150798] Initializing cgroup subsys net_prio\n[ 0.151700] Initializing cgroup subsys hugetlb\n[ 0.152573] Initializing cgroup subsys pids\n[ 0.153445] CPU: Physical Processor ID: 0\n[ 0.154930] mce: CPU supports 10 MCE banks\n[ 0.155802] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156845] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167408] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173687] ftrace: allocating 31920 entries in 125 pages\n[ 0.199714] smpboot: Max logical packages: 1\n[ 0.200588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201944] x2apic enabled\n[ 0.202757] Switched APIC routing to physical x2apic.\n[ 0.204505] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205694] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207724] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209576] KVM setup paravirtual spinlock\n[ 0.210854] x86: Booted up 1 node, 1 CPUs\n[ 0.211663] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213074] devtmpfs: initialized\n[ 0.214770] evm: security.selinux\n[ 0.215476] evm: security.SMACK64\n[ 0.216168] evm: security.SMACK64EXEC\n[ 0.216910] evm: security.SMACK64TRANSMUTE\n[ 0.217752] evm: security.SMACK64MMAP\n[ 0.218532] evm: security.ima\n[ 0.219173] evm: security.capability\n[ 0.219973] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221832] pinctrl core: initialized pinctrl subsystem\n[ 0.222938] RTC time: 12:32:22, date: 10/12/18\n[ 0.223891] NET: Registered protocol family 16\n[ 0.224853] cpuidle: using governor ladder\n[ 0.225675] cpuidle: using governor menu\n[ 0.226462] PCCT header not found.\n[ 0.227232] ACPI: bus type PCI registered\n[ 0.228062] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229317] PCI: Using configuration type 1 for base access\n[ 0.231064] ACPI: Added _OSI(Module Device)\n[ 0.231906] ACPI: Added _OSI(Processor Device)\n[ 0.232790] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233708] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235929] ACPI: Interpreter enabled\n[ 0.236728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238628] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240526] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244916] ACPI: Using IOAPIC for interrupt routing\n[ 0.246015] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250335] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251573] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252780] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255057] acpiphp: Slot [3] registered\n[ 0.255899] acpiphp: Slot [4] registered\n[ 0.256725] acpiphp: Slot [5] registered\n[ 0.257543] acpiphp: Slot [6] registered\n[ 0.258388] acpiphp: Slot [7] registered\n[ 0.259183] acpiphp: Slot [8] registered\n[ 0.259976] acpiphp: Slot [9] registered\n[ 0.260786] acpiphp: Slot [10] registered\n[ 0.261643] acpiphp: Slot [11] registered\n[ 0.262467] acpiphp: Slot [12] registered\n[ 0.263323] acpiphp: Slot [13] registered\n[ 0.264141] acpiphp: Slot [14] registered\n[ 0.264955] acpiphp: Slot [15] registered\n[ 0.275596] acpiphp: Slot [16] registered\n[ 0.276423] acpiphp: Slot [17] registered\n[ 0.277247] acpiphp: Slot [18] registered\n[ 0.278095] acpiphp: Slot [19] registered\n[ 0.278921] acpiphp: Slot [20] registered\n[ 0.279744] acpiphp: Slot [21] registered\n[ 0.280571] acpiphp: Slot [22] registered\n[ 0.281399] acpiphp: Slot [23] registered\n[ 0.282223] acpiphp: Slot [24] registered\n[ 0.283066] acpiphp: Slot [25] registered\n[ 0.284174] acpiphp: Slot [26] registered\n[ 0.285274] acpiphp: Slot [27] registered\n[ 0.286437] acpiphp: Slot [28] registered\n[ 0.287544] acpiphp: Slot [29] registered\n[ 0.288684] acpiphp: Slot [30] registered\n[ 0.289786] acpiphp: Slot [31] registered\n[ 0.290885] PCI host bridge to bus 0000:00\n[ 0.291988] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293659] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295326] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297364] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299334] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307193] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308802] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310274] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312479] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319622] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321419] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375115] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376960] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378725] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382635] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384196] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385623] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386936] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388882] vgaarb: loaded\n[ 0.389645] vgaarb: bridge control possible 0000:00:02.0\n[ 0.391079] SCSI subsystem initialized\n[ 0.392099] ACPI: bus type USB registered\n[ 0.393124] usbcore: registered new interface driver usbfs\n[ 0.394410] usbcore: registered new interface driver hub\n[ 0.395672] usbcore: registered new device driver usb\n[ 0.396988] PCI: Using ACPI for IRQ routing\n[ 0.398290] NetLabel: Initializing\n[ 0.399185] NetLabel: domain hash size = 128\n[ 0.400250] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401443] NetLabel: unlabeled traffic allowed by default\n[ 0.402644] clocksource: Switched to clocksource kvm-clock\n[ 0.408035] AppArmor: AppArmor Filesystem Enabled\n[ 0.408968] pnp: PnP ACPI init\n[ 0.409857] pnp: PnP ACPI: found 5 devices\n[ 0.416201] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417875] NET: Registered protocol family 2\n[ 0.418811] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420052] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421184] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422306] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423364] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424506] NET: Registered protocol family 1\n[ 0.425352] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427476] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455537] Trying to unpack rootfs image as initramfs...\n[ 0.504602] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518392] Scanning for low memory corruption every 60 seconds\n[ 0.519752] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520872] audit: initializing netlink subsys (disabled)\n[ 0.521869] audit: type=2000 audit(1539347543.352:1): initialized\n[ 0.523159] Initialise system trusted keyring\n[ 0.524060] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.525186] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.527121] zbud: loaded\n[ 0.527806] VFS: Disk quotas dquot_6.6.0\n[ 0.528606] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.530086] fuse init (API version 7.23)\n[ 0.530951] Key type big_key registered\n[ 0.531736] Allocating IMA MOK and blacklist keyrings.\n[ 0.532827] Key type asymmetric registered\n[ 0.533653] Asymmetric key parser 'x509' registered\n[ 0.534584] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536024] io scheduler noop registered\n[ 0.536801] io scheduler deadline registered (default)\n[ 0.537769] io scheduler cfq registered\n[ 0.538585] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.539616] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540846] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542263] ACPI: Power Button [PWRF]\n[ 0.543459] GHES: HEST is not enabled!\n[ 0.557103] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587022] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590965] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619434] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625480] Linux agpgart interface v0.103\n[ 0.627587] brd: module loaded\n[ 0.628821] loop: module loaded\n[ 0.634035] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635450] GPT:90111 != 2097151\n[ 0.636113] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637167] GPT:90111 != 2097151\n[ 0.637817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.638756] vda: vda1 vda15\n[ 0.640270] scsi host0: ata_piix\n[ 0.640984] scsi host1: ata_piix\n[ 0.641670] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.642859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.644284] libphy: Fixed MDIO Bus: probed\n[ 0.645082] tun: Universal TUN/TAP device driver, 1.6\n[ 0.646003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.648234] PPP generic driver version 2.4.2\n[ 0.649103] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650343] ehci-pci: EHCI PCI platform driver\n[ 0.651200] ehci-platform: EHCI generic platform driver\n[ 0.652178] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653264] ohci-pci: OHCI PCI platform driver\n[ 0.654107] ohci-platform: OHCI generic platform driver\n[ 0.655073] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.669462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.670433] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671850] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.672844] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673930] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676500] usb usb1: Product: UHCI Host Controller\n[ 0.677407] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678509] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679453] hub 1-0:1.0: USB hub found\n[ 0.680212] hub 1-0:1.0: 2 ports detected\n[ 0.681086] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683175] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684107] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685098] mousedev: PS/2 mouse device common for all mice\n[ 0.686313] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.688093] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689155] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690311] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691478] i2c /dev entries driver\n[ 0.692225] device-mapper: uevent: version 1.0.3\n[ 0.693138] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694723] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695986] NET: Registered protocol family 10\n[ 0.696969] NET: Registered protocol family 17\n[ 0.697836] Key type dns_resolver registered\n[ 0.698747] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701506] registered taskstats version 1\n[ 0.702321] Loading compiled-in X.509 certificates\n[ 0.703733] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705536] zswap: loaded using pool lzo/zbud\n[ 0.706904] Key type trusted registered\n[ 0.708421] Key type encrypted registered\n[ 0.709219] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710205] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711214] evm: HMAC attrs: 0x1\n[ 0.712117] Magic number: 6:675:531\n[ 0.712853] tty ttyS11: hash matches\n[ 0.713648] rtc_cmos 00:00: setting system clock to 2018-10-12 12:32:23 UTC (1539347543)\n[ 0.715226] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716297] EDD information not available.\n[ 0.803622] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815285] Write protecting the kernel read-only data: 14336k\n[ 0.816821] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818574] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.422757] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.30. iid=i-000000f0\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDeD+VO9/pGsOYJEjEaySa25hqWmaiVVkA4uJbBLGSoja1XpvFBYydsJrFXgMQ7hsWxNbcnWlF0kd5RKiI0eQXl5h/5WD2VjLgDtTgQgUfKJFnLq+vdnKkhF9qrVkD4MXa0qbR/wruQvOMPBnphzPdxxb4o8DpYqjQFb6r0ddOXs21ADXwkhQFWEq2R7Z3onQ6czlGeQ8aNtjhDuMUmO+E+bwUaHvQHOypBRGeoZTq14H5hNgBo8g8IOCLybwSux+UAltR84gYk0CecFDR/l+0t9ceq3BFzyfNUcY8uAt1eeDOuDMU/Ve3Lif4xUaFptRVz8UGavGBmcPmU0JccYwbP root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAK1eCWqZb+1Bzoc5oGwZ01TlY91tQeHOjbEC/fV/34T6ep4UCbLvWOGHhckWJI8LtYhfVDj1c9sohi175+mazedzpR9Ah3yi6rcKhL4jMWTLgg0OVJumjVkny4VdAyALYjQuD/t/Pol8dRMQksU1e75UuLzZOXedmngaCHAIsIvRAAAAFQCG/D4Pzpwn+61uSHqDUKhCt7KzuwAAAIANl8AqW3JdBYHCmBmqiR+LRDM76ZLvdtjKTUrnfDUsjW9wcyc+QdYUuRUEGM5WVGL9vL+jiAmvsuYIl1vUBwyDoWJtCOwIA65xlfI9HY/7DW6lXBjKChUa1D1RffDNWLdfbLEH42PEFXkXEX8AOS2QMLB9yyrbQ0SwsnBJNz2B7gAAAIAPhTskBpB1P7h/aOlkaodBAOK5d5h2Nj4n45RdHGmsqMy3GWuG2zXAIUchdrYfJTTnfg8kNZNcDKBEwItATJJFGHS8pmqllt+azBSBvi5A3RnKz7PTW6sl9xAyf3x8nbdLhIAyxCa8Ov9s+im/12n6YyGEgrI4G3WyUX9fecQ+Jg== 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:fe49:a8fa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f0\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.05 ===\n/dev/root resized successfully [took 2.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:49:A8:FA \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe49:a8fa/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:7883 (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.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-10-12 12:32:39,310 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action used request id req-8306077f-eb68-4a97-8be9-1a2af0b710f3 2018-10-12 12:32:41,329 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cddfd9d48db8e8f4b6173b49892dced81f6607c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:32:42,399 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-3192e551-b577-4e29-92b6-1497ce46c3ef x-compute-request-id: req-3192e551-b577-4e29-92b6-1497ce46c3ef Content-Encoding: gzip Content-Length: 10018 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487281746 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.132379] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.134076] pid_max: default: 32768 minimum: 301\n[ 0.134993] ACPI: Core revision 20150930\n[ 0.136403] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137736] Security Framework initialized\n[ 0.138574] Yama: becoming mindful.\n[ 0.139320] AppArmor: AppArmor initialized\n[ 0.140205] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141566] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142876] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144119] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145538] Initializing cgroup subsys io\n[ 0.146372] Initializing cgroup subsys memory\n[ 0.147254] Initializing cgroup subsys devices\n[ 0.148145] Initializing cgroup subsys freezer\n[ 0.149016] Initializing cgroup subsys net_cls\n[ 0.149884] Initializing cgroup subsys perf_event\n[ 0.150798] Initializing cgroup subsys net_prio\n[ 0.151700] Initializing cgroup subsys hugetlb\n[ 0.152573] Initializing cgroup subsys pids\n[ 0.153445] CPU: Physical Processor ID: 0\n[ 0.154930] mce: CPU supports 10 MCE banks\n[ 0.155802] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156845] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167408] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173687] ftrace: allocating 31920 entries in 125 pages\n[ 0.199714] smpboot: Max logical packages: 1\n[ 0.200588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201944] x2apic enabled\n[ 0.202757] Switched APIC routing to physical x2apic.\n[ 0.204505] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205694] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207724] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209576] KVM setup paravirtual spinlock\n[ 0.210854] x86: Booted up 1 node, 1 CPUs\n[ 0.211663] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213074] devtmpfs: initialized\n[ 0.214770] evm: security.selinux\n[ 0.215476] evm: security.SMACK64\n[ 0.216168] evm: security.SMACK64EXEC\n[ 0.216910] evm: security.SMACK64TRANSMUTE\n[ 0.217752] evm: security.SMACK64MMAP\n[ 0.218532] evm: security.ima\n[ 0.219173] evm: security.capability\n[ 0.219973] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221832] pinctrl core: initialized pinctrl subsystem\n[ 0.222938] RTC time: 12:32:22, date: 10/12/18\n[ 0.223891] NET: Registered protocol family 16\n[ 0.224853] cpuidle: using governor ladder\n[ 0.225675] cpuidle: using governor menu\n[ 0.226462] PCCT header not found.\n[ 0.227232] ACPI: bus type PCI registered\n[ 0.228062] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229317] PCI: Using configuration type 1 for base access\n[ 0.231064] ACPI: Added _OSI(Module Device)\n[ 0.231906] ACPI: Added _OSI(Processor Device)\n[ 0.232790] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233708] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235929] ACPI: Interpreter enabled\n[ 0.236728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238628] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240526] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244916] ACPI: Using IOAPIC for interrupt routing\n[ 0.246015] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250335] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251573] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252780] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255057] acpiphp: Slot [3] registered\n[ 0.255899] acpiphp: Slot [4] registered\n[ 0.256725] acpiphp: Slot [5] registered\n[ 0.257543] acpiphp: Slot [6] registered\n[ 0.258388] acpiphp: Slot [7] registered\n[ 0.259183] acpiphp: Slot [8] registered\n[ 0.259976] acpiphp: Slot [9] registered\n[ 0.260786] acpiphp: Slot [10] registered\n[ 0.261643] acpiphp: Slot [11] registered\n[ 0.262467] acpiphp: Slot [12] registered\n[ 0.263323] acpiphp: Slot [13] registered\n[ 0.264141] acpiphp: Slot [14] registered\n[ 0.264955] acpiphp: Slot [15] registered\n[ 0.275596] acpiphp: Slot [16] registered\n[ 0.276423] acpiphp: Slot [17] registered\n[ 0.277247] acpiphp: Slot [18] registered\n[ 0.278095] acpiphp: Slot [19] registered\n[ 0.278921] acpiphp: Slot [20] registered\n[ 0.279744] acpiphp: Slot [21] registered\n[ 0.280571] acpiphp: Slot [22] registered\n[ 0.281399] acpiphp: Slot [23] registered\n[ 0.282223] acpiphp: Slot [24] registered\n[ 0.283066] acpiphp: Slot [25] registered\n[ 0.284174] acpiphp: Slot [26] registered\n[ 0.285274] acpiphp: Slot [27] registered\n[ 0.286437] acpiphp: Slot [28] registered\n[ 0.287544] acpiphp: Slot [29] registered\n[ 0.288684] acpiphp: Slot [30] registered\n[ 0.289786] acpiphp: Slot [31] registered\n[ 0.290885] PCI host bridge to bus 0000:00\n[ 0.291988] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293659] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295326] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297364] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299334] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307193] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308802] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310274] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312479] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319622] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321419] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375115] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376960] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378725] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382635] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384196] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385623] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386936] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388882] vgaarb: loaded\n[ 0.389645] vgaarb: bridge control possible 0000:00:02.0\n[ 0.391079] SCSI subsystem initialized\n[ 0.392099] ACPI: bus type USB registered\n[ 0.393124] usbcore: registered new interface driver usbfs\n[ 0.394410] usbcore: registered new interface driver hub\n[ 0.395672] usbcore: registered new device driver usb\n[ 0.396988] PCI: Using ACPI for IRQ routing\n[ 0.398290] NetLabel: Initializing\n[ 0.399185] NetLabel: domain hash size = 128\n[ 0.400250] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401443] NetLabel: unlabeled traffic allowed by default\n[ 0.402644] clocksource: Switched to clocksource kvm-clock\n[ 0.408035] AppArmor: AppArmor Filesystem Enabled\n[ 0.408968] pnp: PnP ACPI init\n[ 0.409857] pnp: PnP ACPI: found 5 devices\n[ 0.416201] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417875] NET: Registered protocol family 2\n[ 0.418811] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420052] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421184] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422306] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423364] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424506] NET: Registered protocol family 1\n[ 0.425352] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427476] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455537] Trying to unpack rootfs image as initramfs...\n[ 0.504602] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518392] Scanning for low memory corruption every 60 seconds\n[ 0.519752] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520872] audit: initializing netlink subsys (disabled)\n[ 0.521869] audit: type=2000 audit(1539347543.352:1): initialized\n[ 0.523159] Initialise system trusted keyring\n[ 0.524060] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.525186] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.527121] zbud: loaded\n[ 0.527806] VFS: Disk quotas dquot_6.6.0\n[ 0.528606] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.530086] fuse init (API version 7.23)\n[ 0.530951] Key type big_key registered\n[ 0.531736] Allocating IMA MOK and blacklist keyrings.\n[ 0.532827] Key type asymmetric registered\n[ 0.533653] Asymmetric key parser 'x509' registered\n[ 0.534584] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536024] io scheduler noop registered\n[ 0.536801] io scheduler deadline registered (default)\n[ 0.537769] io scheduler cfq registered\n[ 0.538585] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.539616] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540846] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542263] ACPI: Power Button [PWRF]\n[ 0.543459] GHES: HEST is not enabled!\n[ 0.557103] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587022] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590965] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619434] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625480] Linux agpgart interface v0.103\n[ 0.627587] brd: module loaded\n[ 0.628821] loop: module loaded\n[ 0.634035] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635450] GPT:90111 != 2097151\n[ 0.636113] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637167] GPT:90111 != 2097151\n[ 0.637817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.638756] vda: vda1 vda15\n[ 0.640270] scsi host0: ata_piix\n[ 0.640984] scsi host1: ata_piix\n[ 0.641670] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.642859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.644284] libphy: Fixed MDIO Bus: probed\n[ 0.645082] tun: Universal TUN/TAP device driver, 1.6\n[ 0.646003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.648234] PPP generic driver version 2.4.2\n[ 0.649103] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650343] ehci-pci: EHCI PCI platform driver\n[ 0.651200] ehci-platform: EHCI generic platform driver\n[ 0.652178] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653264] ohci-pci: OHCI PCI platform driver\n[ 0.654107] ohci-platform: OHCI generic platform driver\n[ 0.655073] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.669462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.670433] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671850] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.672844] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673930] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676500] usb usb1: Product: UHCI Host Controller\n[ 0.677407] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678509] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679453] hub 1-0:1.0: USB hub found\n[ 0.680212] hub 1-0:1.0: 2 ports detected\n[ 0.681086] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683175] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684107] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685098] mousedev: PS/2 mouse device common for all mice\n[ 0.686313] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.688093] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689155] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690311] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691478] i2c /dev entries driver\n[ 0.692225] device-mapper: uevent: version 1.0.3\n[ 0.693138] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694723] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695986] NET: Registered protocol family 10\n[ 0.696969] NET: Registered protocol family 17\n[ 0.697836] Key type dns_resolver registered\n[ 0.698747] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701506] registered taskstats version 1\n[ 0.702321] Loading compiled-in X.509 certificates\n[ 0.703733] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705536] zswap: loaded using pool lzo/zbud\n[ 0.706904] Key type trusted registered\n[ 0.708421] Key type encrypted registered\n[ 0.709219] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710205] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711214] evm: HMAC attrs: 0x1\n[ 0.712117] Magic number: 6:675:531\n[ 0.712853] tty ttyS11: hash matches\n[ 0.713648] rtc_cmos 00:00: setting system clock to 2018-10-12 12:32:23 UTC (1539347543)\n[ 0.715226] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716297] EDD information not available.\n[ 0.803622] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815285] Write protecting the kernel read-only data: 14336k\n[ 0.816821] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818574] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.422757] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.30. iid=i-000000f0\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDeD+VO9/pGsOYJEjEaySa25hqWmaiVVkA4uJbBLGSoja1XpvFBYydsJrFXgMQ7hsWxNbcnWlF0kd5RKiI0eQXl5h/5WD2VjLgDtTgQgUfKJFnLq+vdnKkhF9qrVkD4MXa0qbR/wruQvOMPBnphzPdxxb4o8DpYqjQFb6r0ddOXs21ADXwkhQFWEq2R7Z3onQ6czlGeQ8aNtjhDuMUmO+E+bwUaHvQHOypBRGeoZTq14H5hNgBo8g8IOCLybwSux+UAltR84gYk0CecFDR/l+0t9ceq3BFzyfNUcY8uAt1eeDOuDMU/Ve3Lif4xUaFptRVz8UGavGBmcPmU0JccYwbP root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAK1eCWqZb+1Bzoc5oGwZ01TlY91tQeHOjbEC/fV/34T6ep4UCbLvWOGHhckWJI8LtYhfVDj1c9sohi175+mazedzpR9Ah3yi6rcKhL4jMWTLgg0OVJumjVkny4VdAyALYjQuD/t/Pol8dRMQksU1e75UuLzZOXedmngaCHAIsIvRAAAAFQCG/D4Pzpwn+61uSHqDUKhCt7KzuwAAAIANl8AqW3JdBYHCmBmqiR+LRDM76ZLvdtjKTUrnfDUsjW9wcyc+QdYUuRUEGM5WVGL9vL+jiAmvsuYIl1vUBwyDoWJtCOwIA65xlfI9HY/7DW6lXBjKChUa1D1RffDNWLdfbLEH42PEFXkXEX8AOS2QMLB9yyrbQ0SwsnBJNz2B7gAAAIAPhTskBpB1P7h/aOlkaodBAOK5d5h2Nj4n45RdHGmsqMy3GWuG2zXAIUchdrYfJTTnfg8kNZNcDKBEwItATJJFGHS8pmqllt+azBSBvi5A3RnKz7PTW6sl9xAyf3x8nbdLhIAyxCa8Ov9s+im/12n6YyGEgrI4G3WyUX9fecQ+Jg== 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:fe49:a8fa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f0\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.05 ===\n/dev/root resized successfully [took 2.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:49:A8:FA \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe49:a8fa/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:7883 (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.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-10-12 12:32:42,400 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action used request id req-3192e551-b577-4e29-92b6-1497ce46c3ef 2018-10-12 12:32:44,420 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cddfd9d48db8e8f4b6173b49892dced81f6607c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:32:45,490 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-7f1a457e-666f-4589-84e1-58a6e47d8f00 x-compute-request-id: req-7f1a457e-666f-4589-84e1-58a6e47d8f00 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 487281746 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.132379] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.134076] pid_max: default: 32768 minimum: 301\n[ 0.134993] ACPI: Core revision 20150930\n[ 0.136403] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137736] Security Framework initialized\n[ 0.138574] Yama: becoming mindful.\n[ 0.139320] AppArmor: AppArmor initialized\n[ 0.140205] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141566] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142876] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144119] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145538] Initializing cgroup subsys io\n[ 0.146372] Initializing cgroup subsys memory\n[ 0.147254] Initializing cgroup subsys devices\n[ 0.148145] Initializing cgroup subsys freezer\n[ 0.149016] Initializing cgroup subsys net_cls\n[ 0.149884] Initializing cgroup subsys perf_event\n[ 0.150798] Initializing cgroup subsys net_prio\n[ 0.151700] Initializing cgroup subsys hugetlb\n[ 0.152573] Initializing cgroup subsys pids\n[ 0.153445] CPU: Physical Processor ID: 0\n[ 0.154930] mce: CPU supports 10 MCE banks\n[ 0.155802] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156845] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167408] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173687] ftrace: allocating 31920 entries in 125 pages\n[ 0.199714] smpboot: Max logical packages: 1\n[ 0.200588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201944] x2apic enabled\n[ 0.202757] Switched APIC routing to physical x2apic.\n[ 0.204505] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205694] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207724] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209576] KVM setup paravirtual spinlock\n[ 0.210854] x86: Booted up 1 node, 1 CPUs\n[ 0.211663] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213074] devtmpfs: initialized\n[ 0.214770] evm: security.selinux\n[ 0.215476] evm: security.SMACK64\n[ 0.216168] evm: security.SMACK64EXEC\n[ 0.216910] evm: security.SMACK64TRANSMUTE\n[ 0.217752] evm: security.SMACK64MMAP\n[ 0.218532] evm: security.ima\n[ 0.219173] evm: security.capability\n[ 0.219973] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221832] pinctrl core: initialized pinctrl subsystem\n[ 0.222938] RTC time: 12:32:22, date: 10/12/18\n[ 0.223891] NET: Registered protocol family 16\n[ 0.224853] cpuidle: using governor ladder\n[ 0.225675] cpuidle: using governor menu\n[ 0.226462] PCCT header not found.\n[ 0.227232] ACPI: bus type PCI registered\n[ 0.228062] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229317] PCI: Using configuration type 1 for base access\n[ 0.231064] ACPI: Added _OSI(Module Device)\n[ 0.231906] ACPI: Added _OSI(Processor Device)\n[ 0.232790] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233708] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235929] ACPI: Interpreter enabled\n[ 0.236728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238628] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240526] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244916] ACPI: Using IOAPIC for interrupt routing\n[ 0.246015] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250335] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251573] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252780] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255057] acpiphp: Slot [3] registered\n[ 0.255899] acpiphp: Slot [4] registered\n[ 0.256725] acpiphp: Slot [5] registered\n[ 0.257543] acpiphp: Slot [6] registered\n[ 0.258388] acpiphp: Slot [7] registered\n[ 0.259183] acpiphp: Slot [8] registered\n[ 0.259976] acpiphp: Slot [9] registered\n[ 0.260786] acpiphp: Slot [10] registered\n[ 0.261643] acpiphp: Slot [11] registered\n[ 0.262467] acpiphp: Slot [12] registered\n[ 0.263323] acpiphp: Slot [13] registered\n[ 0.264141] acpiphp: Slot [14] registered\n[ 0.264955] acpiphp: Slot [15] registered\n[ 0.275596] acpiphp: Slot [16] registered\n[ 0.276423] acpiphp: Slot [17] registered\n[ 0.277247] acpiphp: Slot [18] registered\n[ 0.278095] acpiphp: Slot [19] registered\n[ 0.278921] acpiphp: Slot [20] registered\n[ 0.279744] acpiphp: Slot [21] registered\n[ 0.280571] acpiphp: Slot [22] registered\n[ 0.281399] acpiphp: Slot [23] registered\n[ 0.282223] acpiphp: Slot [24] registered\n[ 0.283066] acpiphp: Slot [25] registered\n[ 0.284174] acpiphp: Slot [26] registered\n[ 0.285274] acpiphp: Slot [27] registered\n[ 0.286437] acpiphp: Slot [28] registered\n[ 0.287544] acpiphp: Slot [29] registered\n[ 0.288684] acpiphp: Slot [30] registered\n[ 0.289786] acpiphp: Slot [31] registered\n[ 0.290885] PCI host bridge to bus 0000:00\n[ 0.291988] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293659] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295326] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297364] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299334] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307193] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308802] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310274] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312479] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319622] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321419] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375115] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376960] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378725] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382635] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384196] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385623] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386936] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388882] vgaarb: loaded\n[ 0.389645] vgaarb: bridge control possible 0000:00:02.0\n[ 0.391079] SCSI subsystem initialized\n[ 0.392099] ACPI: bus type USB registered\n[ 0.393124] usbcore: registered new interface driver usbfs\n[ 0.394410] usbcore: registered new interface driver hub\n[ 0.395672] usbcore: registered new device driver usb\n[ 0.396988] PCI: Using ACPI for IRQ routing\n[ 0.398290] NetLabel: Initializing\n[ 0.399185] NetLabel: domain hash size = 128\n[ 0.400250] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401443] NetLabel: unlabeled traffic allowed by default\n[ 0.402644] clocksource: Switched to clocksource kvm-clock\n[ 0.408035] AppArmor: AppArmor Filesystem Enabled\n[ 0.408968] pnp: PnP ACPI init\n[ 0.409857] pnp: PnP ACPI: found 5 devices\n[ 0.416201] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417875] NET: Registered protocol family 2\n[ 0.418811] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420052] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421184] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422306] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423364] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424506] NET: Registered protocol family 1\n[ 0.425352] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427476] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455537] Trying to unpack rootfs image as initramfs...\n[ 0.504602] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518392] Scanning for low memory corruption every 60 seconds\n[ 0.519752] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520872] audit: initializing netlink subsys (disabled)\n[ 0.521869] audit: type=2000 audit(1539347543.352:1): initialized\n[ 0.523159] Initialise system trusted keyring\n[ 0.524060] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.525186] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.527121] zbud: loaded\n[ 0.527806] VFS: Disk quotas dquot_6.6.0\n[ 0.528606] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.530086] fuse init (API version 7.23)\n[ 0.530951] Key type big_key registered\n[ 0.531736] Allocating IMA MOK and blacklist keyrings.\n[ 0.532827] Key type asymmetric registered\n[ 0.533653] Asymmetric key parser 'x509' registered\n[ 0.534584] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536024] io scheduler noop registered\n[ 0.536801] io scheduler deadline registered (default)\n[ 0.537769] io scheduler cfq registered\n[ 0.538585] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.539616] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540846] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542263] ACPI: Power Button [PWRF]\n[ 0.543459] GHES: HEST is not enabled!\n[ 0.557103] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587022] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590965] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619434] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625480] Linux agpgart interface v0.103\n[ 0.627587] brd: module loaded\n[ 0.628821] loop: module loaded\n[ 0.634035] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635450] GPT:90111 != 2097151\n[ 0.636113] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637167] GPT:90111 != 2097151\n[ 0.637817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.638756] vda: vda1 vda15\n[ 0.640270] scsi host0: ata_piix\n[ 0.640984] scsi host1: ata_piix\n[ 0.641670] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.642859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.644284] libphy: Fixed MDIO Bus: probed\n[ 0.645082] tun: Universal TUN/TAP device driver, 1.6\n[ 0.646003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.648234] PPP generic driver version 2.4.2\n[ 0.649103] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650343] ehci-pci: EHCI PCI platform driver\n[ 0.651200] ehci-platform: EHCI generic platform driver\n[ 0.652178] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653264] ohci-pci: OHCI PCI platform driver\n[ 0.654107] ohci-platform: OHCI generic platform driver\n[ 0.655073] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.669462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.670433] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671850] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.672844] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673930] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676500] usb usb1: Product: UHCI Host Controller\n[ 0.677407] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678509] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679453] hub 1-0:1.0: USB hub found\n[ 0.680212] hub 1-0:1.0: 2 ports detected\n[ 0.681086] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683175] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684107] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685098] mousedev: PS/2 mouse device common for all mice\n[ 0.686313] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.688093] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689155] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690311] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691478] i2c /dev entries driver\n[ 0.692225] device-mapper: uevent: version 1.0.3\n[ 0.693138] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694723] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695986] NET: Registered protocol family 10\n[ 0.696969] NET: Registered protocol family 17\n[ 0.697836] Key type dns_resolver registered\n[ 0.698747] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701506] registered taskstats version 1\n[ 0.702321] Loading compiled-in X.509 certificates\n[ 0.703733] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705536] zswap: loaded using pool lzo/zbud\n[ 0.706904] Key type trusted registered\n[ 0.708421] Key type encrypted registered\n[ 0.709219] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710205] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711214] evm: HMAC attrs: 0x1\n[ 0.712117] Magic number: 6:675:531\n[ 0.712853] tty ttyS11: hash matches\n[ 0.713648] rtc_cmos 00:00: setting system clock to 2018-10-12 12:32:23 UTC (1539347543)\n[ 0.715226] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716297] EDD information not available.\n[ 0.803622] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815285] Write protecting the kernel read-only data: 14336k\n[ 0.816821] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818574] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.422757] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.30. iid=i-000000f0\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDeD+VO9/pGsOYJEjEaySa25hqWmaiVVkA4uJbBLGSoja1XpvFBYydsJrFXgMQ7hsWxNbcnWlF0kd5RKiI0eQXl5h/5WD2VjLgDtTgQgUfKJFnLq+vdnKkhF9qrVkD4MXa0qbR/wruQvOMPBnphzPdxxb4o8DpYqjQFb6r0ddOXs21ADXwkhQFWEq2R7Z3onQ6czlGeQ8aNtjhDuMUmO+E+bwUaHvQHOypBRGeoZTq14H5hNgBo8g8IOCLybwSux+UAltR84gYk0CecFDR/l+0t9ceq3BFzyfNUcY8uAt1eeDOuDMU/Ve3Lif4xUaFptRVz8UGavGBmcPmU0JccYwbP root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAK1eCWqZb+1Bzoc5oGwZ01TlY91tQeHOjbEC/fV/34T6ep4UCbLvWOGHhckWJI8LtYhfVDj1c9sohi175+mazedzpR9Ah3yi6rcKhL4jMWTLgg0OVJumjVkny4VdAyALYjQuD/t/Pol8dRMQksU1e75UuLzZOXedmngaCHAIsIvRAAAAFQCG/D4Pzpwn+61uSHqDUKhCt7KzuwAAAIANl8AqW3JdBYHCmBmqiR+LRDM76ZLvdtjKTUrnfDUsjW9wcyc+QdYUuRUEGM5WVGL9vL+jiAmvsuYIl1vUBwyDoWJtCOwIA65xlfI9HY/7DW6lXBjKChUa1D1RffDNWLdfbLEH42PEFXkXEX8AOS2QMLB9yyrbQ0SwsnBJNz2B7gAAAIAPhTskBpB1P7h/aOlkaodBAOK5d5h2Nj4n45RdHGmsqMy3GWuG2zXAIUchdrYfJTTnfg8kNZNcDKBEwItATJJFGHS8pmqllt+azBSBvi5A3RnKz7PTW6sl9xAyf3x8nbdLhIAyxCa8Ov9s+im/12n6YyGEgrI4G3WyUX9fecQ+Jg== 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:fe49:a8fa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f0\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.05 ===\n/dev/root resized successfully [took 2.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:49:A8:FA \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe49:a8fa/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:7883 (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.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-10-12 12:32:45,491 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action used request id req-7f1a457e-666f-4589-84e1-58a6e47d8f00 2018-10-12 12:32:47,512 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cddfd9d48db8e8f4b6173b49892dced81f6607c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:32:48,769 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-78382eb2-cb1d-4a3e-b0e5-61b07922c383 x-compute-request-id: req-78382eb2-cb1d-4a3e-b0e5-61b07922c383 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 487281746 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.132379] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.134076] pid_max: default: 32768 minimum: 301\n[ 0.134993] ACPI: Core revision 20150930\n[ 0.136403] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137736] Security Framework initialized\n[ 0.138574] Yama: becoming mindful.\n[ 0.139320] AppArmor: AppArmor initialized\n[ 0.140205] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141566] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142876] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144119] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145538] Initializing cgroup subsys io\n[ 0.146372] Initializing cgroup subsys memory\n[ 0.147254] Initializing cgroup subsys devices\n[ 0.148145] Initializing cgroup subsys freezer\n[ 0.149016] Initializing cgroup subsys net_cls\n[ 0.149884] Initializing cgroup subsys perf_event\n[ 0.150798] Initializing cgroup subsys net_prio\n[ 0.151700] Initializing cgroup subsys hugetlb\n[ 0.152573] Initializing cgroup subsys pids\n[ 0.153445] CPU: Physical Processor ID: 0\n[ 0.154930] mce: CPU supports 10 MCE banks\n[ 0.155802] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156845] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167408] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173687] ftrace: allocating 31920 entries in 125 pages\n[ 0.199714] smpboot: Max logical packages: 1\n[ 0.200588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201944] x2apic enabled\n[ 0.202757] Switched APIC routing to physical x2apic.\n[ 0.204505] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205694] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207724] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209576] KVM setup paravirtual spinlock\n[ 0.210854] x86: Booted up 1 node, 1 CPUs\n[ 0.211663] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213074] devtmpfs: initialized\n[ 0.214770] evm: security.selinux\n[ 0.215476] evm: security.SMACK64\n[ 0.216168] evm: security.SMACK64EXEC\n[ 0.216910] evm: security.SMACK64TRANSMUTE\n[ 0.217752] evm: security.SMACK64MMAP\n[ 0.218532] evm: security.ima\n[ 0.219173] evm: security.capability\n[ 0.219973] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221832] pinctrl core: initialized pinctrl subsystem\n[ 0.222938] RTC time: 12:32:22, date: 10/12/18\n[ 0.223891] NET: Registered protocol family 16\n[ 0.224853] cpuidle: using governor ladder\n[ 0.225675] cpuidle: using governor menu\n[ 0.226462] PCCT header not found.\n[ 0.227232] ACPI: bus type PCI registered\n[ 0.228062] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229317] PCI: Using configuration type 1 for base access\n[ 0.231064] ACPI: Added _OSI(Module Device)\n[ 0.231906] ACPI: Added _OSI(Processor Device)\n[ 0.232790] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233708] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235929] ACPI: Interpreter enabled\n[ 0.236728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238628] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240526] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244916] ACPI: Using IOAPIC for interrupt routing\n[ 0.246015] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250335] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251573] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252780] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255057] acpiphp: Slot [3] registered\n[ 0.255899] acpiphp: Slot [4] registered\n[ 0.256725] acpiphp: Slot [5] registered\n[ 0.257543] acpiphp: Slot [6] registered\n[ 0.258388] acpiphp: Slot [7] registered\n[ 0.259183] acpiphp: Slot [8] registered\n[ 0.259976] acpiphp: Slot [9] registered\n[ 0.260786] acpiphp: Slot [10] registered\n[ 0.261643] acpiphp: Slot [11] registered\n[ 0.262467] acpiphp: Slot [12] registered\n[ 0.263323] acpiphp: Slot [13] registered\n[ 0.264141] acpiphp: Slot [14] registered\n[ 0.264955] acpiphp: Slot [15] registered\n[ 0.275596] acpiphp: Slot [16] registered\n[ 0.276423] acpiphp: Slot [17] registered\n[ 0.277247] acpiphp: Slot [18] registered\n[ 0.278095] acpiphp: Slot [19] registered\n[ 0.278921] acpiphp: Slot [20] registered\n[ 0.279744] acpiphp: Slot [21] registered\n[ 0.280571] acpiphp: Slot [22] registered\n[ 0.281399] acpiphp: Slot [23] registered\n[ 0.282223] acpiphp: Slot [24] registered\n[ 0.283066] acpiphp: Slot [25] registered\n[ 0.284174] acpiphp: Slot [26] registered\n[ 0.285274] acpiphp: Slot [27] registered\n[ 0.286437] acpiphp: Slot [28] registered\n[ 0.287544] acpiphp: Slot [29] registered\n[ 0.288684] acpiphp: Slot [30] registered\n[ 0.289786] acpiphp: Slot [31] registered\n[ 0.290885] PCI host bridge to bus 0000:00\n[ 0.291988] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293659] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295326] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297364] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299334] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307193] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308802] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310274] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312479] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319622] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321419] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375115] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376960] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378725] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382635] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384196] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385623] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386936] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388882] vgaarb: loaded\n[ 0.389645] vgaarb: bridge control possible 0000:00:02.0\n[ 0.391079] SCSI subsystem initialized\n[ 0.392099] ACPI: bus type USB registered\n[ 0.393124] usbcore: registered new interface driver usbfs\n[ 0.394410] usbcore: registered new interface driver hub\n[ 0.395672] usbcore: registered new device driver usb\n[ 0.396988] PCI: Using ACPI for IRQ routing\n[ 0.398290] NetLabel: Initializing\n[ 0.399185] NetLabel: domain hash size = 128\n[ 0.400250] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401443] NetLabel: unlabeled traffic allowed by default\n[ 0.402644] clocksource: Switched to clocksource kvm-clock\n[ 0.408035] AppArmor: AppArmor Filesystem Enabled\n[ 0.408968] pnp: PnP ACPI init\n[ 0.409857] pnp: PnP ACPI: found 5 devices\n[ 0.416201] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417875] NET: Registered protocol family 2\n[ 0.418811] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420052] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421184] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422306] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423364] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424506] NET: Registered protocol family 1\n[ 0.425352] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427476] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455537] Trying to unpack rootfs image as initramfs...\n[ 0.504602] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518392] Scanning for low memory corruption every 60 seconds\n[ 0.519752] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520872] audit: initializing netlink subsys (disabled)\n[ 0.521869] audit: type=2000 audit(1539347543.352:1): initialized\n[ 0.523159] Initialise system trusted keyring\n[ 0.524060] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.525186] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.527121] zbud: loaded\n[ 0.527806] VFS: Disk quotas dquot_6.6.0\n[ 0.528606] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.530086] fuse init (API version 7.23)\n[ 0.530951] Key type big_key registered\n[ 0.531736] Allocating IMA MOK and blacklist keyrings.\n[ 0.532827] Key type asymmetric registered\n[ 0.533653] Asymmetric key parser 'x509' registered\n[ 0.534584] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536024] io scheduler noop registered\n[ 0.536801] io scheduler deadline registered (default)\n[ 0.537769] io scheduler cfq registered\n[ 0.538585] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.539616] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540846] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542263] ACPI: Power Button [PWRF]\n[ 0.543459] GHES: HEST is not enabled!\n[ 0.557103] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587022] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590965] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619434] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625480] Linux agpgart interface v0.103\n[ 0.627587] brd: module loaded\n[ 0.628821] loop: module loaded\n[ 0.634035] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635450] GPT:90111 != 2097151\n[ 0.636113] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637167] GPT:90111 != 2097151\n[ 0.637817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.638756] vda: vda1 vda15\n[ 0.640270] scsi host0: ata_piix\n[ 0.640984] scsi host1: ata_piix\n[ 0.641670] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.642859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.644284] libphy: Fixed MDIO Bus: probed\n[ 0.645082] tun: Universal TUN/TAP device driver, 1.6\n[ 0.646003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.648234] PPP generic driver version 2.4.2\n[ 0.649103] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650343] ehci-pci: EHCI PCI platform driver\n[ 0.651200] ehci-platform: EHCI generic platform driver\n[ 0.652178] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653264] ohci-pci: OHCI PCI platform driver\n[ 0.654107] ohci-platform: OHCI generic platform driver\n[ 0.655073] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.669462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.670433] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671850] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.672844] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673930] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676500] usb usb1: Product: UHCI Host Controller\n[ 0.677407] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678509] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679453] hub 1-0:1.0: USB hub found\n[ 0.680212] hub 1-0:1.0: 2 ports detected\n[ 0.681086] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683175] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684107] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685098] mousedev: PS/2 mouse device common for all mice\n[ 0.686313] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.688093] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689155] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690311] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691478] i2c /dev entries driver\n[ 0.692225] device-mapper: uevent: version 1.0.3\n[ 0.693138] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694723] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695986] NET: Registered protocol family 10\n[ 0.696969] NET: Registered protocol family 17\n[ 0.697836] Key type dns_resolver registered\n[ 0.698747] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701506] registered taskstats version 1\n[ 0.702321] Loading compiled-in X.509 certificates\n[ 0.703733] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705536] zswap: loaded using pool lzo/zbud\n[ 0.706904] Key type trusted registered\n[ 0.708421] Key type encrypted registered\n[ 0.709219] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710205] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711214] evm: HMAC attrs: 0x1\n[ 0.712117] Magic number: 6:675:531\n[ 0.712853] tty ttyS11: hash matches\n[ 0.713648] rtc_cmos 00:00: setting system clock to 2018-10-12 12:32:23 UTC (1539347543)\n[ 0.715226] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716297] EDD information not available.\n[ 0.803622] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815285] Write protecting the kernel read-only data: 14336k\n[ 0.816821] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818574] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.422757] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.30. iid=i-000000f0\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDeD+VO9/pGsOYJEjEaySa25hqWmaiVVkA4uJbBLGSoja1XpvFBYydsJrFXgMQ7hsWxNbcnWlF0kd5RKiI0eQXl5h/5WD2VjLgDtTgQgUfKJFnLq+vdnKkhF9qrVkD4MXa0qbR/wruQvOMPBnphzPdxxb4o8DpYqjQFb6r0ddOXs21ADXwkhQFWEq2R7Z3onQ6czlGeQ8aNtjhDuMUmO+E+bwUaHvQHOypBRGeoZTq14H5hNgBo8g8IOCLybwSux+UAltR84gYk0CecFDR/l+0t9ceq3BFzyfNUcY8uAt1eeDOuDMU/Ve3Lif4xUaFptRVz8UGavGBmcPmU0JccYwbP root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAK1eCWqZb+1Bzoc5oGwZ01TlY91tQeHOjbEC/fV/34T6ep4UCbLvWOGHhckWJI8LtYhfVDj1c9sohi175+mazedzpR9Ah3yi6rcKhL4jMWTLgg0OVJumjVkny4VdAyALYjQuD/t/Pol8dRMQksU1e75UuLzZOXedmngaCHAIsIvRAAAAFQCG/D4Pzpwn+61uSHqDUKhCt7KzuwAAAIANl8AqW3JdBYHCmBmqiR+LRDM76ZLvdtjKTUrnfDUsjW9wcyc+QdYUuRUEGM5WVGL9vL+jiAmvsuYIl1vUBwyDoWJtCOwIA65xlfI9HY/7DW6lXBjKChUa1D1RffDNWLdfbLEH42PEFXkXEX8AOS2QMLB9yyrbQ0SwsnBJNz2B7gAAAIAPhTskBpB1P7h/aOlkaodBAOK5d5h2Nj4n45RdHGmsqMy3GWuG2zXAIUchdrYfJTTnfg8kNZNcDKBEwItATJJFGHS8pmqllt+azBSBvi5A3RnKz7PTW6sl9xAyf3x8nbdLhIAyxCa8Ov9s+im/12n6YyGEgrI4G3WyUX9fecQ+Jg== 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:fe49:a8fa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f0\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.05 ===\n/dev/root resized successfully [took 2.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:49:A8:FA \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe49:a8fa/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:7883 (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.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-10-12 12:32:48,770 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action used request id req-78382eb2-cb1d-4a3e-b0e5-61b07922c383 2018-10-12 12:32:50,791 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cddfd9d48db8e8f4b6173b49892dced81f6607c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:32:51,865 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-3731ed3c-09f8-4bfa-baae-3bd723c773b8 x-compute-request-id: req-3731ed3c-09f8-4bfa-baae-3bd723c773b8 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 487281746 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.132379] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.134076] pid_max: default: 32768 minimum: 301\n[ 0.134993] ACPI: Core revision 20150930\n[ 0.136403] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137736] Security Framework initialized\n[ 0.138574] Yama: becoming mindful.\n[ 0.139320] AppArmor: AppArmor initialized\n[ 0.140205] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141566] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142876] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144119] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145538] Initializing cgroup subsys io\n[ 0.146372] Initializing cgroup subsys memory\n[ 0.147254] Initializing cgroup subsys devices\n[ 0.148145] Initializing cgroup subsys freezer\n[ 0.149016] Initializing cgroup subsys net_cls\n[ 0.149884] Initializing cgroup subsys perf_event\n[ 0.150798] Initializing cgroup subsys net_prio\n[ 0.151700] Initializing cgroup subsys hugetlb\n[ 0.152573] Initializing cgroup subsys pids\n[ 0.153445] CPU: Physical Processor ID: 0\n[ 0.154930] mce: CPU supports 10 MCE banks\n[ 0.155802] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156845] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167408] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173687] ftrace: allocating 31920 entries in 125 pages\n[ 0.199714] smpboot: Max logical packages: 1\n[ 0.200588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201944] x2apic enabled\n[ 0.202757] Switched APIC routing to physical x2apic.\n[ 0.204505] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205694] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207724] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209576] KVM setup paravirtual spinlock\n[ 0.210854] x86: Booted up 1 node, 1 CPUs\n[ 0.211663] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213074] devtmpfs: initialized\n[ 0.214770] evm: security.selinux\n[ 0.215476] evm: security.SMACK64\n[ 0.216168] evm: security.SMACK64EXEC\n[ 0.216910] evm: security.SMACK64TRANSMUTE\n[ 0.217752] evm: security.SMACK64MMAP\n[ 0.218532] evm: security.ima\n[ 0.219173] evm: security.capability\n[ 0.219973] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221832] pinctrl core: initialized pinctrl subsystem\n[ 0.222938] RTC time: 12:32:22, date: 10/12/18\n[ 0.223891] NET: Registered protocol family 16\n[ 0.224853] cpuidle: using governor ladder\n[ 0.225675] cpuidle: using governor menu\n[ 0.226462] PCCT header not found.\n[ 0.227232] ACPI: bus type PCI registered\n[ 0.228062] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229317] PCI: Using configuration type 1 for base access\n[ 0.231064] ACPI: Added _OSI(Module Device)\n[ 0.231906] ACPI: Added _OSI(Processor Device)\n[ 0.232790] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233708] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235929] ACPI: Interpreter enabled\n[ 0.236728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238628] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240526] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244916] ACPI: Using IOAPIC for interrupt routing\n[ 0.246015] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250335] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251573] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252780] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255057] acpiphp: Slot [3] registered\n[ 0.255899] acpiphp: Slot [4] registered\n[ 0.256725] acpiphp: Slot [5] registered\n[ 0.257543] acpiphp: Slot [6] registered\n[ 0.258388] acpiphp: Slot [7] registered\n[ 0.259183] acpiphp: Slot [8] registered\n[ 0.259976] acpiphp: Slot [9] registered\n[ 0.260786] acpiphp: Slot [10] registered\n[ 0.261643] acpiphp: Slot [11] registered\n[ 0.262467] acpiphp: Slot [12] registered\n[ 0.263323] acpiphp: Slot [13] registered\n[ 0.264141] acpiphp: Slot [14] registered\n[ 0.264955] acpiphp: Slot [15] registered\n[ 0.275596] acpiphp: Slot [16] registered\n[ 0.276423] acpiphp: Slot [17] registered\n[ 0.277247] acpiphp: Slot [18] registered\n[ 0.278095] acpiphp: Slot [19] registered\n[ 0.278921] acpiphp: Slot [20] registered\n[ 0.279744] acpiphp: Slot [21] registered\n[ 0.280571] acpiphp: Slot [22] registered\n[ 0.281399] acpiphp: Slot [23] registered\n[ 0.282223] acpiphp: Slot [24] registered\n[ 0.283066] acpiphp: Slot [25] registered\n[ 0.284174] acpiphp: Slot [26] registered\n[ 0.285274] acpiphp: Slot [27] registered\n[ 0.286437] acpiphp: Slot [28] registered\n[ 0.287544] acpiphp: Slot [29] registered\n[ 0.288684] acpiphp: Slot [30] registered\n[ 0.289786] acpiphp: Slot [31] registered\n[ 0.290885] PCI host bridge to bus 0000:00\n[ 0.291988] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293659] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295326] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297364] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299334] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307193] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308802] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310274] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312479] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319622] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321419] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375115] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376960] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378725] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382635] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384196] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385623] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386936] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388882] vgaarb: loaded\n[ 0.389645] vgaarb: bridge control possible 0000:00:02.0\n[ 0.391079] SCSI subsystem initialized\n[ 0.392099] ACPI: bus type USB registered\n[ 0.393124] usbcore: registered new interface driver usbfs\n[ 0.394410] usbcore: registered new interface driver hub\n[ 0.395672] usbcore: registered new device driver usb\n[ 0.396988] PCI: Using ACPI for IRQ routing\n[ 0.398290] NetLabel: Initializing\n[ 0.399185] NetLabel: domain hash size = 128\n[ 0.400250] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401443] NetLabel: unlabeled traffic allowed by default\n[ 0.402644] clocksource: Switched to clocksource kvm-clock\n[ 0.408035] AppArmor: AppArmor Filesystem Enabled\n[ 0.408968] pnp: PnP ACPI init\n[ 0.409857] pnp: PnP ACPI: found 5 devices\n[ 0.416201] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417875] NET: Registered protocol family 2\n[ 0.418811] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420052] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421184] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422306] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423364] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424506] NET: Registered protocol family 1\n[ 0.425352] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427476] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455537] Trying to unpack rootfs image as initramfs...\n[ 0.504602] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518392] Scanning for low memory corruption every 60 seconds\n[ 0.519752] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520872] audit: initializing netlink subsys (disabled)\n[ 0.521869] audit: type=2000 audit(1539347543.352:1): initialized\n[ 0.523159] Initialise system trusted keyring\n[ 0.524060] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.525186] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.527121] zbud: loaded\n[ 0.527806] VFS: Disk quotas dquot_6.6.0\n[ 0.528606] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.530086] fuse init (API version 7.23)\n[ 0.530951] Key type big_key registered\n[ 0.531736] Allocating IMA MOK and blacklist keyrings.\n[ 0.532827] Key type asymmetric registered\n[ 0.533653] Asymmetric key parser 'x509' registered\n[ 0.534584] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536024] io scheduler noop registered\n[ 0.536801] io scheduler deadline registered (default)\n[ 0.537769] io scheduler cfq registered\n[ 0.538585] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.539616] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540846] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542263] ACPI: Power Button [PWRF]\n[ 0.543459] GHES: HEST is not enabled!\n[ 0.557103] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587022] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590965] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619434] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625480] Linux agpgart interface v0.103\n[ 0.627587] brd: module loaded\n[ 0.628821] loop: module loaded\n[ 0.634035] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635450] GPT:90111 != 2097151\n[ 0.636113] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637167] GPT:90111 != 2097151\n[ 0.637817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.638756] vda: vda1 vda15\n[ 0.640270] scsi host0: ata_piix\n[ 0.640984] scsi host1: ata_piix\n[ 0.641670] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.642859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.644284] libphy: Fixed MDIO Bus: probed\n[ 0.645082] tun: Universal TUN/TAP device driver, 1.6\n[ 0.646003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.648234] PPP generic driver version 2.4.2\n[ 0.649103] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650343] ehci-pci: EHCI PCI platform driver\n[ 0.651200] ehci-platform: EHCI generic platform driver\n[ 0.652178] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653264] ohci-pci: OHCI PCI platform driver\n[ 0.654107] ohci-platform: OHCI generic platform driver\n[ 0.655073] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.669462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.670433] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671850] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.672844] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673930] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676500] usb usb1: Product: UHCI Host Controller\n[ 0.677407] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678509] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679453] hub 1-0:1.0: USB hub found\n[ 0.680212] hub 1-0:1.0: 2 ports detected\n[ 0.681086] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683175] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684107] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685098] mousedev: PS/2 mouse device common for all mice\n[ 0.686313] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.688093] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689155] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690311] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691478] i2c /dev entries driver\n[ 0.692225] device-mapper: uevent: version 1.0.3\n[ 0.693138] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694723] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695986] NET: Registered protocol family 10\n[ 0.696969] NET: Registered protocol family 17\n[ 0.697836] Key type dns_resolver registered\n[ 0.698747] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701506] registered taskstats version 1\n[ 0.702321] Loading compiled-in X.509 certificates\n[ 0.703733] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705536] zswap: loaded using pool lzo/zbud\n[ 0.706904] Key type trusted registered\n[ 0.708421] Key type encrypted registered\n[ 0.709219] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710205] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711214] evm: HMAC attrs: 0x1\n[ 0.712117] Magic number: 6:675:531\n[ 0.712853] tty ttyS11: hash matches\n[ 0.713648] rtc_cmos 00:00: setting system clock to 2018-10-12 12:32:23 UTC (1539347543)\n[ 0.715226] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716297] EDD information not available.\n[ 0.803622] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815285] Write protecting the kernel read-only data: 14336k\n[ 0.816821] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818574] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.422757] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.30. iid=i-000000f0\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDeD+VO9/pGsOYJEjEaySa25hqWmaiVVkA4uJbBLGSoja1XpvFBYydsJrFXgMQ7hsWxNbcnWlF0kd5RKiI0eQXl5h/5WD2VjLgDtTgQgUfKJFnLq+vdnKkhF9qrVkD4MXa0qbR/wruQvOMPBnphzPdxxb4o8DpYqjQFb6r0ddOXs21ADXwkhQFWEq2R7Z3onQ6czlGeQ8aNtjhDuMUmO+E+bwUaHvQHOypBRGeoZTq14H5hNgBo8g8IOCLybwSux+UAltR84gYk0CecFDR/l+0t9ceq3BFzyfNUcY8uAt1eeDOuDMU/Ve3Lif4xUaFptRVz8UGavGBmcPmU0JccYwbP root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAK1eCWqZb+1Bzoc5oGwZ01TlY91tQeHOjbEC/fV/34T6ep4UCbLvWOGHhckWJI8LtYhfVDj1c9sohi175+mazedzpR9Ah3yi6rcKhL4jMWTLgg0OVJumjVkny4VdAyALYjQuD/t/Pol8dRMQksU1e75UuLzZOXedmngaCHAIsIvRAAAAFQCG/D4Pzpwn+61uSHqDUKhCt7KzuwAAAIANl8AqW3JdBYHCmBmqiR+LRDM76ZLvdtjKTUrnfDUsjW9wcyc+QdYUuRUEGM5WVGL9vL+jiAmvsuYIl1vUBwyDoWJtCOwIA65xlfI9HY/7DW6lXBjKChUa1D1RffDNWLdfbLEH42PEFXkXEX8AOS2QMLB9yyrbQ0SwsnBJNz2B7gAAAIAPhTskBpB1P7h/aOlkaodBAOK5d5h2Nj4n45RdHGmsqMy3GWuG2zXAIUchdrYfJTTnfg8kNZNcDKBEwItATJJFGHS8pmqllt+azBSBvi5A3RnKz7PTW6sl9xAyf3x8nbdLhIAyxCa8Ov9s+im/12n6YyGEgrI4G3WyUX9fecQ+Jg== 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:fe49:a8fa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f0\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.05 ===\n/dev/root resized successfully [took 2.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:49:A8:FA \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe49:a8fa/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:7883 (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.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-10-12 12:32:51,866 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action used request id req-3731ed3c-09f8-4bfa-baae-3bd723c773b8 2018-10-12 12:32:53,888 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cddfd9d48db8e8f4b6173b49892dced81f6607c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:32:54,967 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:32: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-6b9d5d61-72de-4f33-8901-f97fabf6e53d x-compute-request-id: req-6b9d5d61-72de-4f33-8901-f97fabf6e53d 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 487281746 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.132379] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.134076] pid_max: default: 32768 minimum: 301\n[ 0.134993] ACPI: Core revision 20150930\n[ 0.136403] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137736] Security Framework initialized\n[ 0.138574] Yama: becoming mindful.\n[ 0.139320] AppArmor: AppArmor initialized\n[ 0.140205] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141566] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142876] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144119] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145538] Initializing cgroup subsys io\n[ 0.146372] Initializing cgroup subsys memory\n[ 0.147254] Initializing cgroup subsys devices\n[ 0.148145] Initializing cgroup subsys freezer\n[ 0.149016] Initializing cgroup subsys net_cls\n[ 0.149884] Initializing cgroup subsys perf_event\n[ 0.150798] Initializing cgroup subsys net_prio\n[ 0.151700] Initializing cgroup subsys hugetlb\n[ 0.152573] Initializing cgroup subsys pids\n[ 0.153445] CPU: Physical Processor ID: 0\n[ 0.154930] mce: CPU supports 10 MCE banks\n[ 0.155802] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156845] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167408] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173687] ftrace: allocating 31920 entries in 125 pages\n[ 0.199714] smpboot: Max logical packages: 1\n[ 0.200588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201944] x2apic enabled\n[ 0.202757] Switched APIC routing to physical x2apic.\n[ 0.204505] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205694] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207724] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209576] KVM setup paravirtual spinlock\n[ 0.210854] x86: Booted up 1 node, 1 CPUs\n[ 0.211663] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213074] devtmpfs: initialized\n[ 0.214770] evm: security.selinux\n[ 0.215476] evm: security.SMACK64\n[ 0.216168] evm: security.SMACK64EXEC\n[ 0.216910] evm: security.SMACK64TRANSMUTE\n[ 0.217752] evm: security.SMACK64MMAP\n[ 0.218532] evm: security.ima\n[ 0.219173] evm: security.capability\n[ 0.219973] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221832] pinctrl core: initialized pinctrl subsystem\n[ 0.222938] RTC time: 12:32:22, date: 10/12/18\n[ 0.223891] NET: Registered protocol family 16\n[ 0.224853] cpuidle: using governor ladder\n[ 0.225675] cpuidle: using governor menu\n[ 0.226462] PCCT header not found.\n[ 0.227232] ACPI: bus type PCI registered\n[ 0.228062] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229317] PCI: Using configuration type 1 for base access\n[ 0.231064] ACPI: Added _OSI(Module Device)\n[ 0.231906] ACPI: Added _OSI(Processor Device)\n[ 0.232790] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233708] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235929] ACPI: Interpreter enabled\n[ 0.236728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238628] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240526] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244916] ACPI: Using IOAPIC for interrupt routing\n[ 0.246015] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250335] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251573] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252780] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255057] acpiphp: Slot [3] registered\n[ 0.255899] acpiphp: Slot [4] registered\n[ 0.256725] acpiphp: Slot [5] registered\n[ 0.257543] acpiphp: Slot [6] registered\n[ 0.258388] acpiphp: Slot [7] registered\n[ 0.259183] acpiphp: Slot [8] registered\n[ 0.259976] acpiphp: Slot [9] registered\n[ 0.260786] acpiphp: Slot [10] registered\n[ 0.261643] acpiphp: Slot [11] registered\n[ 0.262467] acpiphp: Slot [12] registered\n[ 0.263323] acpiphp: Slot [13] registered\n[ 0.264141] acpiphp: Slot [14] registered\n[ 0.264955] acpiphp: Slot [15] registered\n[ 0.275596] acpiphp: Slot [16] registered\n[ 0.276423] acpiphp: Slot [17] registered\n[ 0.277247] acpiphp: Slot [18] registered\n[ 0.278095] acpiphp: Slot [19] registered\n[ 0.278921] acpiphp: Slot [20] registered\n[ 0.279744] acpiphp: Slot [21] registered\n[ 0.280571] acpiphp: Slot [22] registered\n[ 0.281399] acpiphp: Slot [23] registered\n[ 0.282223] acpiphp: Slot [24] registered\n[ 0.283066] acpiphp: Slot [25] registered\n[ 0.284174] acpiphp: Slot [26] registered\n[ 0.285274] acpiphp: Slot [27] registered\n[ 0.286437] acpiphp: Slot [28] registered\n[ 0.287544] acpiphp: Slot [29] registered\n[ 0.288684] acpiphp: Slot [30] registered\n[ 0.289786] acpiphp: Slot [31] registered\n[ 0.290885] PCI host bridge to bus 0000:00\n[ 0.291988] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293659] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295326] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297364] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299334] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307193] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308802] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310274] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312479] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319622] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321419] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375115] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376960] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378725] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382635] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384196] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385623] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386936] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388882] vgaarb: loaded\n[ 0.389645] vgaarb: bridge control possible 0000:00:02.0\n[ 0.391079] SCSI subsystem initialized\n[ 0.392099] ACPI: bus type USB registered\n[ 0.393124] usbcore: registered new interface driver usbfs\n[ 0.394410] usbcore: registered new interface driver hub\n[ 0.395672] usbcore: registered new device driver usb\n[ 0.396988] PCI: Using ACPI for IRQ routing\n[ 0.398290] NetLabel: Initializing\n[ 0.399185] NetLabel: domain hash size = 128\n[ 0.400250] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401443] NetLabel: unlabeled traffic allowed by default\n[ 0.402644] clocksource: Switched to clocksource kvm-clock\n[ 0.408035] AppArmor: AppArmor Filesystem Enabled\n[ 0.408968] pnp: PnP ACPI init\n[ 0.409857] pnp: PnP ACPI: found 5 devices\n[ 0.416201] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417875] NET: Registered protocol family 2\n[ 0.418811] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420052] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421184] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422306] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423364] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424506] NET: Registered protocol family 1\n[ 0.425352] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427476] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455537] Trying to unpack rootfs image as initramfs...\n[ 0.504602] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518392] Scanning for low memory corruption every 60 seconds\n[ 0.519752] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520872] audit: initializing netlink subsys (disabled)\n[ 0.521869] audit: type=2000 audit(1539347543.352:1): initialized\n[ 0.523159] Initialise system trusted keyring\n[ 0.524060] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.525186] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.527121] zbud: loaded\n[ 0.527806] VFS: Disk quotas dquot_6.6.0\n[ 0.528606] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.530086] fuse init (API version 7.23)\n[ 0.530951] Key type big_key registered\n[ 0.531736] Allocating IMA MOK and blacklist keyrings.\n[ 0.532827] Key type asymmetric registered\n[ 0.533653] Asymmetric key parser 'x509' registered\n[ 0.534584] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536024] io scheduler noop registered\n[ 0.536801] io scheduler deadline registered (default)\n[ 0.537769] io scheduler cfq registered\n[ 0.538585] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.539616] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540846] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542263] ACPI: Power Button [PWRF]\n[ 0.543459] GHES: HEST is not enabled!\n[ 0.557103] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587022] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590965] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619434] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625480] Linux agpgart interface v0.103\n[ 0.627587] brd: module loaded\n[ 0.628821] loop: module loaded\n[ 0.634035] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635450] GPT:90111 != 2097151\n[ 0.636113] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637167] GPT:90111 != 2097151\n[ 0.637817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.638756] vda: vda1 vda15\n[ 0.640270] scsi host0: ata_piix\n[ 0.640984] scsi host1: ata_piix\n[ 0.641670] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.642859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.644284] libphy: Fixed MDIO Bus: probed\n[ 0.645082] tun: Universal TUN/TAP device driver, 1.6\n[ 0.646003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.648234] PPP generic driver version 2.4.2\n[ 0.649103] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650343] ehci-pci: EHCI PCI platform driver\n[ 0.651200] ehci-platform: EHCI generic platform driver\n[ 0.652178] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653264] ohci-pci: OHCI PCI platform driver\n[ 0.654107] ohci-platform: OHCI generic platform driver\n[ 0.655073] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.669462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.670433] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671850] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.672844] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673930] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676500] usb usb1: Product: UHCI Host Controller\n[ 0.677407] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678509] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679453] hub 1-0:1.0: USB hub found\n[ 0.680212] hub 1-0:1.0: 2 ports detected\n[ 0.681086] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683175] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684107] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685098] mousedev: PS/2 mouse device common for all mice\n[ 0.686313] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.688093] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689155] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690311] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691478] i2c /dev entries driver\n[ 0.692225] device-mapper: uevent: version 1.0.3\n[ 0.693138] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694723] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695986] NET: Registered protocol family 10\n[ 0.696969] NET: Registered protocol family 17\n[ 0.697836] Key type dns_resolver registered\n[ 0.698747] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701506] registered taskstats version 1\n[ 0.702321] Loading compiled-in X.509 certificates\n[ 0.703733] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705536] zswap: loaded using pool lzo/zbud\n[ 0.706904] Key type trusted registered\n[ 0.708421] Key type encrypted registered\n[ 0.709219] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710205] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711214] evm: HMAC attrs: 0x1\n[ 0.712117] Magic number: 6:675:531\n[ 0.712853] tty ttyS11: hash matches\n[ 0.713648] rtc_cmos 00:00: setting system clock to 2018-10-12 12:32:23 UTC (1539347543)\n[ 0.715226] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716297] EDD information not available.\n[ 0.803622] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815285] Write protecting the kernel read-only data: 14336k\n[ 0.816821] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818574] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.422757] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.30. iid=i-000000f0\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDeD+VO9/pGsOYJEjEaySa25hqWmaiVVkA4uJbBLGSoja1XpvFBYydsJrFXgMQ7hsWxNbcnWlF0kd5RKiI0eQXl5h/5WD2VjLgDtTgQgUfKJFnLq+vdnKkhF9qrVkD4MXa0qbR/wruQvOMPBnphzPdxxb4o8DpYqjQFb6r0ddOXs21ADXwkhQFWEq2R7Z3onQ6czlGeQ8aNtjhDuMUmO+E+bwUaHvQHOypBRGeoZTq14H5hNgBo8g8IOCLybwSux+UAltR84gYk0CecFDR/l+0t9ceq3BFzyfNUcY8uAt1eeDOuDMU/Ve3Lif4xUaFptRVz8UGavGBmcPmU0JccYwbP root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAK1eCWqZb+1Bzoc5oGwZ01TlY91tQeHOjbEC/fV/34T6ep4UCbLvWOGHhckWJI8LtYhfVDj1c9sohi175+mazedzpR9Ah3yi6rcKhL4jMWTLgg0OVJumjVkny4VdAyALYjQuD/t/Pol8dRMQksU1e75UuLzZOXedmngaCHAIsIvRAAAAFQCG/D4Pzpwn+61uSHqDUKhCt7KzuwAAAIANl8AqW3JdBYHCmBmqiR+LRDM76ZLvdtjKTUrnfDUsjW9wcyc+QdYUuRUEGM5WVGL9vL+jiAmvsuYIl1vUBwyDoWJtCOwIA65xlfI9HY/7DW6lXBjKChUa1D1RffDNWLdfbLEH42PEFXkXEX8AOS2QMLB9yyrbQ0SwsnBJNz2B7gAAAIAPhTskBpB1P7h/aOlkaodBAOK5d5h2Nj4n45RdHGmsqMy3GWuG2zXAIUchdrYfJTTnfg8kNZNcDKBEwItATJJFGHS8pmqllt+azBSBvi5A3RnKz7PTW6sl9xAyf3x8nbdLhIAyxCa8Ov9s+im/12n6YyGEgrI4G3WyUX9fecQ+Jg== 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:fe49:a8fa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f0\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.05 ===\n/dev/root resized successfully [took 2.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:49:A8:FA \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe49:a8fa/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:7883 (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.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-10-12 12:32:54,968 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action used request id req-6b9d5d61-72de-4f33-8901-f97fabf6e53d 2018-10-12 12:32:56,984 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cddfd9d48db8e8f4b6173b49892dced81f6607c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:32:58,059 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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,Accept-Encoding x-openstack-request-id: req-fc40c42a-477f-4cd8-a515-114291b24376 x-compute-request-id: req-fc40c42a-477f-4cd8-a515-114291b24376 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 487281746 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.132379] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.134076] pid_max: default: 32768 minimum: 301\n[ 0.134993] ACPI: Core revision 20150930\n[ 0.136403] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137736] Security Framework initialized\n[ 0.138574] Yama: becoming mindful.\n[ 0.139320] AppArmor: AppArmor initialized\n[ 0.140205] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141566] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142876] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144119] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145538] Initializing cgroup subsys io\n[ 0.146372] Initializing cgroup subsys memory\n[ 0.147254] Initializing cgroup subsys devices\n[ 0.148145] Initializing cgroup subsys freezer\n[ 0.149016] Initializing cgroup subsys net_cls\n[ 0.149884] Initializing cgroup subsys perf_event\n[ 0.150798] Initializing cgroup subsys net_prio\n[ 0.151700] Initializing cgroup subsys hugetlb\n[ 0.152573] Initializing cgroup subsys pids\n[ 0.153445] CPU: Physical Processor ID: 0\n[ 0.154930] mce: CPU supports 10 MCE banks\n[ 0.155802] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156845] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167408] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173687] ftrace: allocating 31920 entries in 125 pages\n[ 0.199714] smpboot: Max logical packages: 1\n[ 0.200588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201944] x2apic enabled\n[ 0.202757] Switched APIC routing to physical x2apic.\n[ 0.204505] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205694] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207724] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209576] KVM setup paravirtual spinlock\n[ 0.210854] x86: Booted up 1 node, 1 CPUs\n[ 0.211663] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213074] devtmpfs: initialized\n[ 0.214770] evm: security.selinux\n[ 0.215476] evm: security.SMACK64\n[ 0.216168] evm: security.SMACK64EXEC\n[ 0.216910] evm: security.SMACK64TRANSMUTE\n[ 0.217752] evm: security.SMACK64MMAP\n[ 0.218532] evm: security.ima\n[ 0.219173] evm: security.capability\n[ 0.219973] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221832] pinctrl core: initialized pinctrl subsystem\n[ 0.222938] RTC time: 12:32:22, date: 10/12/18\n[ 0.223891] NET: Registered protocol family 16\n[ 0.224853] cpuidle: using governor ladder\n[ 0.225675] cpuidle: using governor menu\n[ 0.226462] PCCT header not found.\n[ 0.227232] ACPI: bus type PCI registered\n[ 0.228062] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229317] PCI: Using configuration type 1 for base access\n[ 0.231064] ACPI: Added _OSI(Module Device)\n[ 0.231906] ACPI: Added _OSI(Processor Device)\n[ 0.232790] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233708] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235929] ACPI: Interpreter enabled\n[ 0.236728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238628] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240526] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244916] ACPI: Using IOAPIC for interrupt routing\n[ 0.246015] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250335] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251573] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252780] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255057] acpiphp: Slot [3] registered\n[ 0.255899] acpiphp: Slot [4] registered\n[ 0.256725] acpiphp: Slot [5] registered\n[ 0.257543] acpiphp: Slot [6] registered\n[ 0.258388] acpiphp: Slot [7] registered\n[ 0.259183] acpiphp: Slot [8] registered\n[ 0.259976] acpiphp: Slot [9] registered\n[ 0.260786] acpiphp: Slot [10] registered\n[ 0.261643] acpiphp: Slot [11] registered\n[ 0.262467] acpiphp: Slot [12] registered\n[ 0.263323] acpiphp: Slot [13] registered\n[ 0.264141] acpiphp: Slot [14] registered\n[ 0.264955] acpiphp: Slot [15] registered\n[ 0.275596] acpiphp: Slot [16] registered\n[ 0.276423] acpiphp: Slot [17] registered\n[ 0.277247] acpiphp: Slot [18] registered\n[ 0.278095] acpiphp: Slot [19] registered\n[ 0.278921] acpiphp: Slot [20] registered\n[ 0.279744] acpiphp: Slot [21] registered\n[ 0.280571] acpiphp: Slot [22] registered\n[ 0.281399] acpiphp: Slot [23] registered\n[ 0.282223] acpiphp: Slot [24] registered\n[ 0.283066] acpiphp: Slot [25] registered\n[ 0.284174] acpiphp: Slot [26] registered\n[ 0.285274] acpiphp: Slot [27] registered\n[ 0.286437] acpiphp: Slot [28] registered\n[ 0.287544] acpiphp: Slot [29] registered\n[ 0.288684] acpiphp: Slot [30] registered\n[ 0.289786] acpiphp: Slot [31] registered\n[ 0.290885] PCI host bridge to bus 0000:00\n[ 0.291988] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293659] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295326] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297364] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299334] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307193] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308802] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310274] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312479] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319622] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321419] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375115] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376960] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378725] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382635] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384196] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385623] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386936] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388882] vgaarb: loaded\n[ 0.389645] vgaarb: bridge control possible 0000:00:02.0\n[ 0.391079] SCSI subsystem initialized\n[ 0.392099] ACPI: bus type USB registered\n[ 0.393124] usbcore: registered new interface driver usbfs\n[ 0.394410] usbcore: registered new interface driver hub\n[ 0.395672] usbcore: registered new device driver usb\n[ 0.396988] PCI: Using ACPI for IRQ routing\n[ 0.398290] NetLabel: Initializing\n[ 0.399185] NetLabel: domain hash size = 128\n[ 0.400250] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401443] NetLabel: unlabeled traffic allowed by default\n[ 0.402644] clocksource: Switched to clocksource kvm-clock\n[ 0.408035] AppArmor: AppArmor Filesystem Enabled\n[ 0.408968] pnp: PnP ACPI init\n[ 0.409857] pnp: PnP ACPI: found 5 devices\n[ 0.416201] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417875] NET: Registered protocol family 2\n[ 0.418811] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420052] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421184] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422306] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423364] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424506] NET: Registered protocol family 1\n[ 0.425352] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427476] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455537] Trying to unpack rootfs image as initramfs...\n[ 0.504602] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518392] Scanning for low memory corruption every 60 seconds\n[ 0.519752] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520872] audit: initializing netlink subsys (disabled)\n[ 0.521869] audit: type=2000 audit(1539347543.352:1): initialized\n[ 0.523159] Initialise system trusted keyring\n[ 0.524060] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.525186] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.527121] zbud: loaded\n[ 0.527806] VFS: Disk quotas dquot_6.6.0\n[ 0.528606] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.530086] fuse init (API version 7.23)\n[ 0.530951] Key type big_key registered\n[ 0.531736] Allocating IMA MOK and blacklist keyrings.\n[ 0.532827] Key type asymmetric registered\n[ 0.533653] Asymmetric key parser 'x509' registered\n[ 0.534584] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536024] io scheduler noop registered\n[ 0.536801] io scheduler deadline registered (default)\n[ 0.537769] io scheduler cfq registered\n[ 0.538585] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.539616] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540846] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542263] ACPI: Power Button [PWRF]\n[ 0.543459] GHES: HEST is not enabled!\n[ 0.557103] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587022] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590965] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619434] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625480] Linux agpgart interface v0.103\n[ 0.627587] brd: module loaded\n[ 0.628821] loop: module loaded\n[ 0.634035] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635450] GPT:90111 != 2097151\n[ 0.636113] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637167] GPT:90111 != 2097151\n[ 0.637817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.638756] vda: vda1 vda15\n[ 0.640270] scsi host0: ata_piix\n[ 0.640984] scsi host1: ata_piix\n[ 0.641670] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.642859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.644284] libphy: Fixed MDIO Bus: probed\n[ 0.645082] tun: Universal TUN/TAP device driver, 1.6\n[ 0.646003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.648234] PPP generic driver version 2.4.2\n[ 0.649103] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650343] ehci-pci: EHCI PCI platform driver\n[ 0.651200] ehci-platform: EHCI generic platform driver\n[ 0.652178] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653264] ohci-pci: OHCI PCI platform driver\n[ 0.654107] ohci-platform: OHCI generic platform driver\n[ 0.655073] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.669462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.670433] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671850] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.672844] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673930] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676500] usb usb1: Product: UHCI Host Controller\n[ 0.677407] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678509] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679453] hub 1-0:1.0: USB hub found\n[ 0.680212] hub 1-0:1.0: 2 ports detected\n[ 0.681086] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683175] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684107] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685098] mousedev: PS/2 mouse device common for all mice\n[ 0.686313] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.688093] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689155] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690311] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691478] i2c /dev entries driver\n[ 0.692225] device-mapper: uevent: version 1.0.3\n[ 0.693138] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694723] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695986] NET: Registered protocol family 10\n[ 0.696969] NET: Registered protocol family 17\n[ 0.697836] Key type dns_resolver registered\n[ 0.698747] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701506] registered taskstats version 1\n[ 0.702321] Loading compiled-in X.509 certificates\n[ 0.703733] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705536] zswap: loaded using pool lzo/zbud\n[ 0.706904] Key type trusted registered\n[ 0.708421] Key type encrypted registered\n[ 0.709219] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710205] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711214] evm: HMAC attrs: 0x1\n[ 0.712117] Magic number: 6:675:531\n[ 0.712853] tty ttyS11: hash matches\n[ 0.713648] rtc_cmos 00:00: setting system clock to 2018-10-12 12:32:23 UTC (1539347543)\n[ 0.715226] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716297] EDD information not available.\n[ 0.803622] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815285] Write protecting the kernel read-only data: 14336k\n[ 0.816821] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818574] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.422757] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.30. iid=i-000000f0\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDeD+VO9/pGsOYJEjEaySa25hqWmaiVVkA4uJbBLGSoja1XpvFBYydsJrFXgMQ7hsWxNbcnWlF0kd5RKiI0eQXl5h/5WD2VjLgDtTgQgUfKJFnLq+vdnKkhF9qrVkD4MXa0qbR/wruQvOMPBnphzPdxxb4o8DpYqjQFb6r0ddOXs21ADXwkhQFWEq2R7Z3onQ6czlGeQ8aNtjhDuMUmO+E+bwUaHvQHOypBRGeoZTq14H5hNgBo8g8IOCLybwSux+UAltR84gYk0CecFDR/l+0t9ceq3BFzyfNUcY8uAt1eeDOuDMU/Ve3Lif4xUaFptRVz8UGavGBmcPmU0JccYwbP root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAK1eCWqZb+1Bzoc5oGwZ01TlY91tQeHOjbEC/fV/34T6ep4UCbLvWOGHhckWJI8LtYhfVDj1c9sohi175+mazedzpR9Ah3yi6rcKhL4jMWTLgg0OVJumjVkny4VdAyALYjQuD/t/Pol8dRMQksU1e75UuLzZOXedmngaCHAIsIvRAAAAFQCG/D4Pzpwn+61uSHqDUKhCt7KzuwAAAIANl8AqW3JdBYHCmBmqiR+LRDM76ZLvdtjKTUrnfDUsjW9wcyc+QdYUuRUEGM5WVGL9vL+jiAmvsuYIl1vUBwyDoWJtCOwIA65xlfI9HY/7DW6lXBjKChUa1D1RffDNWLdfbLEH42PEFXkXEX8AOS2QMLB9yyrbQ0SwsnBJNz2B7gAAAIAPhTskBpB1P7h/aOlkaodBAOK5d5h2Nj4n45RdHGmsqMy3GWuG2zXAIUchdrYfJTTnfg8kNZNcDKBEwItATJJFGHS8pmqllt+azBSBvi5A3RnKz7PTW6sl9xAyf3x8nbdLhIAyxCa8Ov9s+im/12n6YyGEgrI4G3WyUX9fecQ+Jg== 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:fe49:a8fa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f0\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.05 ===\n/dev/root resized successfully [took 2.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:49:A8:FA \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe49:a8fa/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:7883 (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.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-10-12 12:32:58,059 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action used request id req-fc40c42a-477f-4cd8-a515-114291b24376 2018-10-12 12:33:00,080 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cddfd9d48db8e8f4b6173b49892dced81f6607c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:33:01,152 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:33: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-7847a574-457e-49cf-9377-8e56e489522f x-compute-request-id: req-7847a574-457e-49cf-9377-8e56e489522f Content-Encoding: gzip Content-Length: 10109 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487281746 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.132379] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.134076] pid_max: default: 32768 minimum: 301\n[ 0.134993] ACPI: Core revision 20150930\n[ 0.136403] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137736] Security Framework initialized\n[ 0.138574] Yama: becoming mindful.\n[ 0.139320] AppArmor: AppArmor initialized\n[ 0.140205] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141566] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142876] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144119] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145538] Initializing cgroup subsys io\n[ 0.146372] Initializing cgroup subsys memory\n[ 0.147254] Initializing cgroup subsys devices\n[ 0.148145] Initializing cgroup subsys freezer\n[ 0.149016] Initializing cgroup subsys net_cls\n[ 0.149884] Initializing cgroup subsys perf_event\n[ 0.150798] Initializing cgroup subsys net_prio\n[ 0.151700] Initializing cgroup subsys hugetlb\n[ 0.152573] Initializing cgroup subsys pids\n[ 0.153445] CPU: Physical Processor ID: 0\n[ 0.154930] mce: CPU supports 10 MCE banks\n[ 0.155802] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156845] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167408] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173687] ftrace: allocating 31920 entries in 125 pages\n[ 0.199714] smpboot: Max logical packages: 1\n[ 0.200588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201944] x2apic enabled\n[ 0.202757] Switched APIC routing to physical x2apic.\n[ 0.204505] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205694] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207724] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209576] KVM setup paravirtual spinlock\n[ 0.210854] x86: Booted up 1 node, 1 CPUs\n[ 0.211663] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213074] devtmpfs: initialized\n[ 0.214770] evm: security.selinux\n[ 0.215476] evm: security.SMACK64\n[ 0.216168] evm: security.SMACK64EXEC\n[ 0.216910] evm: security.SMACK64TRANSMUTE\n[ 0.217752] evm: security.SMACK64MMAP\n[ 0.218532] evm: security.ima\n[ 0.219173] evm: security.capability\n[ 0.219973] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221832] pinctrl core: initialized pinctrl subsystem\n[ 0.222938] RTC time: 12:32:22, date: 10/12/18\n[ 0.223891] NET: Registered protocol family 16\n[ 0.224853] cpuidle: using governor ladder\n[ 0.225675] cpuidle: using governor menu\n[ 0.226462] PCCT header not found.\n[ 0.227232] ACPI: bus type PCI registered\n[ 0.228062] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229317] PCI: Using configuration type 1 for base access\n[ 0.231064] ACPI: Added _OSI(Module Device)\n[ 0.231906] ACPI: Added _OSI(Processor Device)\n[ 0.232790] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233708] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235929] ACPI: Interpreter enabled\n[ 0.236728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238628] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240526] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244916] ACPI: Using IOAPIC for interrupt routing\n[ 0.246015] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250335] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251573] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252780] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255057] acpiphp: Slot [3] registered\n[ 0.255899] acpiphp: Slot [4] registered\n[ 0.256725] acpiphp: Slot [5] registered\n[ 0.257543] acpiphp: Slot [6] registered\n[ 0.258388] acpiphp: Slot [7] registered\n[ 0.259183] acpiphp: Slot [8] registered\n[ 0.259976] acpiphp: Slot [9] registered\n[ 0.260786] acpiphp: Slot [10] registered\n[ 0.261643] acpiphp: Slot [11] registered\n[ 0.262467] acpiphp: Slot [12] registered\n[ 0.263323] acpiphp: Slot [13] registered\n[ 0.264141] acpiphp: Slot [14] registered\n[ 0.264955] acpiphp: Slot [15] registered\n[ 0.275596] acpiphp: Slot [16] registered\n[ 0.276423] acpiphp: Slot [17] registered\n[ 0.277247] acpiphp: Slot [18] registered\n[ 0.278095] acpiphp: Slot [19] registered\n[ 0.278921] acpiphp: Slot [20] registered\n[ 0.279744] acpiphp: Slot [21] registered\n[ 0.280571] acpiphp: Slot [22] registered\n[ 0.281399] acpiphp: Slot [23] registered\n[ 0.282223] acpiphp: Slot [24] registered\n[ 0.283066] acpiphp: Slot [25] registered\n[ 0.284174] acpiphp: Slot [26] registered\n[ 0.285274] acpiphp: Slot [27] registered\n[ 0.286437] acpiphp: Slot [28] registered\n[ 0.287544] acpiphp: Slot [29] registered\n[ 0.288684] acpiphp: Slot [30] registered\n[ 0.289786] acpiphp: Slot [31] registered\n[ 0.290885] PCI host bridge to bus 0000:00\n[ 0.291988] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293659] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295326] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297364] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299334] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307193] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308802] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310274] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312479] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319622] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321419] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375115] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376960] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378725] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382635] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384196] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385623] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386936] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388882] vgaarb: loaded\n[ 0.389645] vgaarb: bridge control possible 0000:00:02.0\n[ 0.391079] SCSI subsystem initialized\n[ 0.392099] ACPI: bus type USB registered\n[ 0.393124] usbcore: registered new interface driver usbfs\n[ 0.394410] usbcore: registered new interface driver hub\n[ 0.395672] usbcore: registered new device driver usb\n[ 0.396988] PCI: Using ACPI for IRQ routing\n[ 0.398290] NetLabel: Initializing\n[ 0.399185] NetLabel: domain hash size = 128\n[ 0.400250] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401443] NetLabel: unlabeled traffic allowed by default\n[ 0.402644] clocksource: Switched to clocksource kvm-clock\n[ 0.408035] AppArmor: AppArmor Filesystem Enabled\n[ 0.408968] pnp: PnP ACPI init\n[ 0.409857] pnp: PnP ACPI: found 5 devices\n[ 0.416201] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417875] NET: Registered protocol family 2\n[ 0.418811] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420052] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421184] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422306] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423364] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424506] NET: Registered protocol family 1\n[ 0.425352] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427476] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455537] Trying to unpack rootfs image as initramfs...\n[ 0.504602] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518392] Scanning for low memory corruption every 60 seconds\n[ 0.519752] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520872] audit: initializing netlink subsys (disabled)\n[ 0.521869] audit: type=2000 audit(1539347543.352:1): initialized\n[ 0.523159] Initialise system trusted keyring\n[ 0.524060] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.525186] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.527121] zbud: loaded\n[ 0.527806] VFS: Disk quotas dquot_6.6.0\n[ 0.528606] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.530086] fuse init (API version 7.23)\n[ 0.530951] Key type big_key registered\n[ 0.531736] Allocating IMA MOK and blacklist keyrings.\n[ 0.532827] Key type asymmetric registered\n[ 0.533653] Asymmetric key parser 'x509' registered\n[ 0.534584] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536024] io scheduler noop registered\n[ 0.536801] io scheduler deadline registered (default)\n[ 0.537769] io scheduler cfq registered\n[ 0.538585] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.539616] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540846] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542263] ACPI: Power Button [PWRF]\n[ 0.543459] GHES: HEST is not enabled!\n[ 0.557103] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587022] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590965] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619434] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625480] Linux agpgart interface v0.103\n[ 0.627587] brd: module loaded\n[ 0.628821] loop: module loaded\n[ 0.634035] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635450] GPT:90111 != 2097151\n[ 0.636113] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637167] GPT:90111 != 2097151\n[ 0.637817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.638756] vda: vda1 vda15\n[ 0.640270] scsi host0: ata_piix\n[ 0.640984] scsi host1: ata_piix\n[ 0.641670] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.642859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.644284] libphy: Fixed MDIO Bus: probed\n[ 0.645082] tun: Universal TUN/TAP device driver, 1.6\n[ 0.646003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.648234] PPP generic driver version 2.4.2\n[ 0.649103] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650343] ehci-pci: EHCI PCI platform driver\n[ 0.651200] ehci-platform: EHCI generic platform driver\n[ 0.652178] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653264] ohci-pci: OHCI PCI platform driver\n[ 0.654107] ohci-platform: OHCI generic platform driver\n[ 0.655073] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.669462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.670433] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671850] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.672844] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673930] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676500] usb usb1: Product: UHCI Host Controller\n[ 0.677407] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678509] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679453] hub 1-0:1.0: USB hub found\n[ 0.680212] hub 1-0:1.0: 2 ports detected\n[ 0.681086] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683175] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684107] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685098] mousedev: PS/2 mouse device common for all mice\n[ 0.686313] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.688093] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689155] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690311] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691478] i2c /dev entries driver\n[ 0.692225] device-mapper: uevent: version 1.0.3\n[ 0.693138] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694723] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695986] NET: Registered protocol family 10\n[ 0.696969] NET: Registered protocol family 17\n[ 0.697836] Key type dns_resolver registered\n[ 0.698747] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701506] registered taskstats version 1\n[ 0.702321] Loading compiled-in X.509 certificates\n[ 0.703733] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705536] zswap: loaded using pool lzo/zbud\n[ 0.706904] Key type trusted registered\n[ 0.708421] Key type encrypted registered\n[ 0.709219] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710205] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711214] evm: HMAC attrs: 0x1\n[ 0.712117] Magic number: 6:675:531\n[ 0.712853] tty ttyS11: hash matches\n[ 0.713648] rtc_cmos 00:00: setting system clock to 2018-10-12 12:32:23 UTC (1539347543)\n[ 0.715226] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716297] EDD information not available.\n[ 0.803622] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815285] Write protecting the kernel read-only data: 14336k\n[ 0.816821] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818574] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.422757] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.30. iid=i-000000f0\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDeD+VO9/pGsOYJEjEaySa25hqWmaiVVkA4uJbBLGSoja1XpvFBYydsJrFXgMQ7hsWxNbcnWlF0kd5RKiI0eQXl5h/5WD2VjLgDtTgQgUfKJFnLq+vdnKkhF9qrVkD4MXa0qbR/wruQvOMPBnphzPdxxb4o8DpYqjQFb6r0ddOXs21ADXwkhQFWEq2R7Z3onQ6czlGeQ8aNtjhDuMUmO+E+bwUaHvQHOypBRGeoZTq14H5hNgBo8g8IOCLybwSux+UAltR84gYk0CecFDR/l+0t9ceq3BFzyfNUcY8uAt1eeDOuDMU/Ve3Lif4xUaFptRVz8UGavGBmcPmU0JccYwbP root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAK1eCWqZb+1Bzoc5oGwZ01TlY91tQeHOjbEC/fV/34T6ep4UCbLvWOGHhckWJI8LtYhfVDj1c9sohi175+mazedzpR9Ah3yi6rcKhL4jMWTLgg0OVJumjVkny4VdAyALYjQuD/t/Pol8dRMQksU1e75UuLzZOXedmngaCHAIsIvRAAAAFQCG/D4Pzpwn+61uSHqDUKhCt7KzuwAAAIANl8AqW3JdBYHCmBmqiR+LRDM76ZLvdtjKTUrnfDUsjW9wcyc+QdYUuRUEGM5WVGL9vL+jiAmvsuYIl1vUBwyDoWJtCOwIA65xlfI9HY/7DW6lXBjKChUa1D1RffDNWLdfbLEH42PEFXkXEX8AOS2QMLB9yyrbQ0SwsnBJNz2B7gAAAIAPhTskBpB1P7h/aOlkaodBAOK5d5h2Nj4n45RdHGmsqMy3GWuG2zXAIUchdrYfJTTnfg8kNZNcDKBEwItATJJFGHS8pmqllt+azBSBvi5A3RnKz7PTW6sl9xAyf3x8nbdLhIAyxCa8Ov9s+im/12n6YyGEgrI4G3WyUX9fecQ+Jg== 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:fe49:a8fa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f0\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.05 ===\n/dev/root resized successfully [took 2.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:49:A8:FA \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe49:a8fa/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:7883 (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.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-10-12 12:33:01,153 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action used request id req-7847a574-457e-49cf-9377-8e56e489522f 2018-10-12 12:33:03,172 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cddfd9d48db8e8f4b6173b49892dced81f6607c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:33:04,244 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:33: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-4b8c9070-6d3d-4492-85cc-8ca5c6946200 x-compute-request-id: req-4b8c9070-6d3d-4492-85cc-8ca5c6946200 Content-Encoding: gzip Content-Length: 10109 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487281746 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.132379] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.134076] pid_max: default: 32768 minimum: 301\n[ 0.134993] ACPI: Core revision 20150930\n[ 0.136403] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137736] Security Framework initialized\n[ 0.138574] Yama: becoming mindful.\n[ 0.139320] AppArmor: AppArmor initialized\n[ 0.140205] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141566] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142876] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144119] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145538] Initializing cgroup subsys io\n[ 0.146372] Initializing cgroup subsys memory\n[ 0.147254] Initializing cgroup subsys devices\n[ 0.148145] Initializing cgroup subsys freezer\n[ 0.149016] Initializing cgroup subsys net_cls\n[ 0.149884] Initializing cgroup subsys perf_event\n[ 0.150798] Initializing cgroup subsys net_prio\n[ 0.151700] Initializing cgroup subsys hugetlb\n[ 0.152573] Initializing cgroup subsys pids\n[ 0.153445] CPU: Physical Processor ID: 0\n[ 0.154930] mce: CPU supports 10 MCE banks\n[ 0.155802] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156845] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167408] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173687] ftrace: allocating 31920 entries in 125 pages\n[ 0.199714] smpboot: Max logical packages: 1\n[ 0.200588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201944] x2apic enabled\n[ 0.202757] Switched APIC routing to physical x2apic.\n[ 0.204505] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205694] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207724] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209576] KVM setup paravirtual spinlock\n[ 0.210854] x86: Booted up 1 node, 1 CPUs\n[ 0.211663] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213074] devtmpfs: initialized\n[ 0.214770] evm: security.selinux\n[ 0.215476] evm: security.SMACK64\n[ 0.216168] evm: security.SMACK64EXEC\n[ 0.216910] evm: security.SMACK64TRANSMUTE\n[ 0.217752] evm: security.SMACK64MMAP\n[ 0.218532] evm: security.ima\n[ 0.219173] evm: security.capability\n[ 0.219973] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221832] pinctrl core: initialized pinctrl subsystem\n[ 0.222938] RTC time: 12:32:22, date: 10/12/18\n[ 0.223891] NET: Registered protocol family 16\n[ 0.224853] cpuidle: using governor ladder\n[ 0.225675] cpuidle: using governor menu\n[ 0.226462] PCCT header not found.\n[ 0.227232] ACPI: bus type PCI registered\n[ 0.228062] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229317] PCI: Using configuration type 1 for base access\n[ 0.231064] ACPI: Added _OSI(Module Device)\n[ 0.231906] ACPI: Added _OSI(Processor Device)\n[ 0.232790] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233708] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235929] ACPI: Interpreter enabled\n[ 0.236728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238628] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240526] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244916] ACPI: Using IOAPIC for interrupt routing\n[ 0.246015] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250335] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251573] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252780] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255057] acpiphp: Slot [3] registered\n[ 0.255899] acpiphp: Slot [4] registered\n[ 0.256725] acpiphp: Slot [5] registered\n[ 0.257543] acpiphp: Slot [6] registered\n[ 0.258388] acpiphp: Slot [7] registered\n[ 0.259183] acpiphp: Slot [8] registered\n[ 0.259976] acpiphp: Slot [9] registered\n[ 0.260786] acpiphp: Slot [10] registered\n[ 0.261643] acpiphp: Slot [11] registered\n[ 0.262467] acpiphp: Slot [12] registered\n[ 0.263323] acpiphp: Slot [13] registered\n[ 0.264141] acpiphp: Slot [14] registered\n[ 0.264955] acpiphp: Slot [15] registered\n[ 0.275596] acpiphp: Slot [16] registered\n[ 0.276423] acpiphp: Slot [17] registered\n[ 0.277247] acpiphp: Slot [18] registered\n[ 0.278095] acpiphp: Slot [19] registered\n[ 0.278921] acpiphp: Slot [20] registered\n[ 0.279744] acpiphp: Slot [21] registered\n[ 0.280571] acpiphp: Slot [22] registered\n[ 0.281399] acpiphp: Slot [23] registered\n[ 0.282223] acpiphp: Slot [24] registered\n[ 0.283066] acpiphp: Slot [25] registered\n[ 0.284174] acpiphp: Slot [26] registered\n[ 0.285274] acpiphp: Slot [27] registered\n[ 0.286437] acpiphp: Slot [28] registered\n[ 0.287544] acpiphp: Slot [29] registered\n[ 0.288684] acpiphp: Slot [30] registered\n[ 0.289786] acpiphp: Slot [31] registered\n[ 0.290885] PCI host bridge to bus 0000:00\n[ 0.291988] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293659] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295326] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297364] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299334] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307193] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308802] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310274] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312479] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319622] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321419] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375115] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376960] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378725] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382635] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384196] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385623] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386936] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388882] vgaarb: loaded\n[ 0.389645] vgaarb: bridge control possible 0000:00:02.0\n[ 0.391079] SCSI subsystem initialized\n[ 0.392099] ACPI: bus type USB registered\n[ 0.393124] usbcore: registered new interface driver usbfs\n[ 0.394410] usbcore: registered new interface driver hub\n[ 0.395672] usbcore: registered new device driver usb\n[ 0.396988] PCI: Using ACPI for IRQ routing\n[ 0.398290] NetLabel: Initializing\n[ 0.399185] NetLabel: domain hash size = 128\n[ 0.400250] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401443] NetLabel: unlabeled traffic allowed by default\n[ 0.402644] clocksource: Switched to clocksource kvm-clock\n[ 0.408035] AppArmor: AppArmor Filesystem Enabled\n[ 0.408968] pnp: PnP ACPI init\n[ 0.409857] pnp: PnP ACPI: found 5 devices\n[ 0.416201] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417875] NET: Registered protocol family 2\n[ 0.418811] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420052] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421184] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422306] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423364] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424506] NET: Registered protocol family 1\n[ 0.425352] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427476] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455537] Trying to unpack rootfs image as initramfs...\n[ 0.504602] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518392] Scanning for low memory corruption every 60 seconds\n[ 0.519752] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520872] audit: initializing netlink subsys (disabled)\n[ 0.521869] audit: type=2000 audit(1539347543.352:1): initialized\n[ 0.523159] Initialise system trusted keyring\n[ 0.524060] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.525186] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.527121] zbud: loaded\n[ 0.527806] VFS: Disk quotas dquot_6.6.0\n[ 0.528606] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.530086] fuse init (API version 7.23)\n[ 0.530951] Key type big_key registered\n[ 0.531736] Allocating IMA MOK and blacklist keyrings.\n[ 0.532827] Key type asymmetric registered\n[ 0.533653] Asymmetric key parser 'x509' registered\n[ 0.534584] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536024] io scheduler noop registered\n[ 0.536801] io scheduler deadline registered (default)\n[ 0.537769] io scheduler cfq registered\n[ 0.538585] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.539616] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540846] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542263] ACPI: Power Button [PWRF]\n[ 0.543459] GHES: HEST is not enabled!\n[ 0.557103] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587022] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590965] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619434] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625480] Linux agpgart interface v0.103\n[ 0.627587] brd: module loaded\n[ 0.628821] loop: module loaded\n[ 0.634035] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635450] GPT:90111 != 2097151\n[ 0.636113] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637167] GPT:90111 != 2097151\n[ 0.637817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.638756] vda: vda1 vda15\n[ 0.640270] scsi host0: ata_piix\n[ 0.640984] scsi host1: ata_piix\n[ 0.641670] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.642859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.644284] libphy: Fixed MDIO Bus: probed\n[ 0.645082] tun: Universal TUN/TAP device driver, 1.6\n[ 0.646003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.648234] PPP generic driver version 2.4.2\n[ 0.649103] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650343] ehci-pci: EHCI PCI platform driver\n[ 0.651200] ehci-platform: EHCI generic platform driver\n[ 0.652178] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653264] ohci-pci: OHCI PCI platform driver\n[ 0.654107] ohci-platform: OHCI generic platform driver\n[ 0.655073] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.669462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.670433] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671850] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.672844] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673930] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676500] usb usb1: Product: UHCI Host Controller\n[ 0.677407] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678509] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679453] hub 1-0:1.0: USB hub found\n[ 0.680212] hub 1-0:1.0: 2 ports detected\n[ 0.681086] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683175] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684107] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685098] mousedev: PS/2 mouse device common for all mice\n[ 0.686313] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.688093] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689155] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690311] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691478] i2c /dev entries driver\n[ 0.692225] device-mapper: uevent: version 1.0.3\n[ 0.693138] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694723] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695986] NET: Registered protocol family 10\n[ 0.696969] NET: Registered protocol family 17\n[ 0.697836] Key type dns_resolver registered\n[ 0.698747] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701506] registered taskstats version 1\n[ 0.702321] Loading compiled-in X.509 certificates\n[ 0.703733] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705536] zswap: loaded using pool lzo/zbud\n[ 0.706904] Key type trusted registered\n[ 0.708421] Key type encrypted registered\n[ 0.709219] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710205] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711214] evm: HMAC attrs: 0x1\n[ 0.712117] Magic number: 6:675:531\n[ 0.712853] tty ttyS11: hash matches\n[ 0.713648] rtc_cmos 00:00: setting system clock to 2018-10-12 12:32:23 UTC (1539347543)\n[ 0.715226] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716297] EDD information not available.\n[ 0.803622] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815285] Write protecting the kernel read-only data: 14336k\n[ 0.816821] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818574] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.422757] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.30. iid=i-000000f0\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDeD+VO9/pGsOYJEjEaySa25hqWmaiVVkA4uJbBLGSoja1XpvFBYydsJrFXgMQ7hsWxNbcnWlF0kd5RKiI0eQXl5h/5WD2VjLgDtTgQgUfKJFnLq+vdnKkhF9qrVkD4MXa0qbR/wruQvOMPBnphzPdxxb4o8DpYqjQFb6r0ddOXs21ADXwkhQFWEq2R7Z3onQ6czlGeQ8aNtjhDuMUmO+E+bwUaHvQHOypBRGeoZTq14H5hNgBo8g8IOCLybwSux+UAltR84gYk0CecFDR/l+0t9ceq3BFzyfNUcY8uAt1eeDOuDMU/Ve3Lif4xUaFptRVz8UGavGBmcPmU0JccYwbP root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAK1eCWqZb+1Bzoc5oGwZ01TlY91tQeHOjbEC/fV/34T6ep4UCbLvWOGHhckWJI8LtYhfVDj1c9sohi175+mazedzpR9Ah3yi6rcKhL4jMWTLgg0OVJumjVkny4VdAyALYjQuD/t/Pol8dRMQksU1e75UuLzZOXedmngaCHAIsIvRAAAAFQCG/D4Pzpwn+61uSHqDUKhCt7KzuwAAAIANl8AqW3JdBYHCmBmqiR+LRDM76ZLvdtjKTUrnfDUsjW9wcyc+QdYUuRUEGM5WVGL9vL+jiAmvsuYIl1vUBwyDoWJtCOwIA65xlfI9HY/7DW6lXBjKChUa1D1RffDNWLdfbLEH42PEFXkXEX8AOS2QMLB9yyrbQ0SwsnBJNz2B7gAAAIAPhTskBpB1P7h/aOlkaodBAOK5d5h2Nj4n45RdHGmsqMy3GWuG2zXAIUchdrYfJTTnfg8kNZNcDKBEwItATJJFGHS8pmqllt+azBSBvi5A3RnKz7PTW6sl9xAyf3x8nbdLhIAyxCa8Ov9s+im/12n6YyGEgrI4G3WyUX9fecQ+Jg== 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:fe49:a8fa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f0\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.05 ===\n/dev/root resized successfully [took 2.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:49:A8:FA \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe49:a8fa/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:7883 (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.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-10-12 12:33:04,245 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action used request id req-4b8c9070-6d3d-4492-85cc-8ca5c6946200 2018-10-12 12:33:06,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cddfd9d48db8e8f4b6173b49892dced81f6607c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:33:07,347 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:33:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a6adcd02-9cd9-4805-b3e9-f74f23d41cc6 x-compute-request-id: req-a6adcd02-9cd9-4805-b3e9-f74f23d41cc6 Content-Encoding: gzip Content-Length: 10109 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487281746 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.132379] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.134076] pid_max: default: 32768 minimum: 301\n[ 0.134993] ACPI: Core revision 20150930\n[ 0.136403] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137736] Security Framework initialized\n[ 0.138574] Yama: becoming mindful.\n[ 0.139320] AppArmor: AppArmor initialized\n[ 0.140205] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141566] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142876] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144119] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145538] Initializing cgroup subsys io\n[ 0.146372] Initializing cgroup subsys memory\n[ 0.147254] Initializing cgroup subsys devices\n[ 0.148145] Initializing cgroup subsys freezer\n[ 0.149016] Initializing cgroup subsys net_cls\n[ 0.149884] Initializing cgroup subsys perf_event\n[ 0.150798] Initializing cgroup subsys net_prio\n[ 0.151700] Initializing cgroup subsys hugetlb\n[ 0.152573] Initializing cgroup subsys pids\n[ 0.153445] CPU: Physical Processor ID: 0\n[ 0.154930] mce: CPU supports 10 MCE banks\n[ 0.155802] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156845] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167408] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173687] ftrace: allocating 31920 entries in 125 pages\n[ 0.199714] smpboot: Max logical packages: 1\n[ 0.200588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201944] x2apic enabled\n[ 0.202757] Switched APIC routing to physical x2apic.\n[ 0.204505] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205694] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207724] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209576] KVM setup paravirtual spinlock\n[ 0.210854] x86: Booted up 1 node, 1 CPUs\n[ 0.211663] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213074] devtmpfs: initialized\n[ 0.214770] evm: security.selinux\n[ 0.215476] evm: security.SMACK64\n[ 0.216168] evm: security.SMACK64EXEC\n[ 0.216910] evm: security.SMACK64TRANSMUTE\n[ 0.217752] evm: security.SMACK64MMAP\n[ 0.218532] evm: security.ima\n[ 0.219173] evm: security.capability\n[ 0.219973] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221832] pinctrl core: initialized pinctrl subsystem\n[ 0.222938] RTC time: 12:32:22, date: 10/12/18\n[ 0.223891] NET: Registered protocol family 16\n[ 0.224853] cpuidle: using governor ladder\n[ 0.225675] cpuidle: using governor menu\n[ 0.226462] PCCT header not found.\n[ 0.227232] ACPI: bus type PCI registered\n[ 0.228062] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229317] PCI: Using configuration type 1 for base access\n[ 0.231064] ACPI: Added _OSI(Module Device)\n[ 0.231906] ACPI: Added _OSI(Processor Device)\n[ 0.232790] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233708] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235929] ACPI: Interpreter enabled\n[ 0.236728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238628] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240526] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244916] ACPI: Using IOAPIC for interrupt routing\n[ 0.246015] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250335] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251573] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252780] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255057] acpiphp: Slot [3] registered\n[ 0.255899] acpiphp: Slot [4] registered\n[ 0.256725] acpiphp: Slot [5] registered\n[ 0.257543] acpiphp: Slot [6] registered\n[ 0.258388] acpiphp: Slot [7] registered\n[ 0.259183] acpiphp: Slot [8] registered\n[ 0.259976] acpiphp: Slot [9] registered\n[ 0.260786] acpiphp: Slot [10] registered\n[ 0.261643] acpiphp: Slot [11] registered\n[ 0.262467] acpiphp: Slot [12] registered\n[ 0.263323] acpiphp: Slot [13] registered\n[ 0.264141] acpiphp: Slot [14] registered\n[ 0.264955] acpiphp: Slot [15] registered\n[ 0.275596] acpiphp: Slot [16] registered\n[ 0.276423] acpiphp: Slot [17] registered\n[ 0.277247] acpiphp: Slot [18] registered\n[ 0.278095] acpiphp: Slot [19] registered\n[ 0.278921] acpiphp: Slot [20] registered\n[ 0.279744] acpiphp: Slot [21] registered\n[ 0.280571] acpiphp: Slot [22] registered\n[ 0.281399] acpiphp: Slot [23] registered\n[ 0.282223] acpiphp: Slot [24] registered\n[ 0.283066] acpiphp: Slot [25] registered\n[ 0.284174] acpiphp: Slot [26] registered\n[ 0.285274] acpiphp: Slot [27] registered\n[ 0.286437] acpiphp: Slot [28] registered\n[ 0.287544] acpiphp: Slot [29] registered\n[ 0.288684] acpiphp: Slot [30] registered\n[ 0.289786] acpiphp: Slot [31] registered\n[ 0.290885] PCI host bridge to bus 0000:00\n[ 0.291988] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293659] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295326] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297364] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299334] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307193] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308802] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310274] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312479] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319622] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321419] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375115] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376960] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378725] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382635] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384196] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385623] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386936] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388882] vgaarb: loaded\n[ 0.389645] vgaarb: bridge control possible 0000:00:02.0\n[ 0.391079] SCSI subsystem initialized\n[ 0.392099] ACPI: bus type USB registered\n[ 0.393124] usbcore: registered new interface driver usbfs\n[ 0.394410] usbcore: registered new interface driver hub\n[ 0.395672] usbcore: registered new device driver usb\n[ 0.396988] PCI: Using ACPI for IRQ routing\n[ 0.398290] NetLabel: Initializing\n[ 0.399185] NetLabel: domain hash size = 128\n[ 0.400250] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401443] NetLabel: unlabeled traffic allowed by default\n[ 0.402644] clocksource: Switched to clocksource kvm-clock\n[ 0.408035] AppArmor: AppArmor Filesystem Enabled\n[ 0.408968] pnp: PnP ACPI init\n[ 0.409857] pnp: PnP ACPI: found 5 devices\n[ 0.416201] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417875] NET: Registered protocol family 2\n[ 0.418811] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420052] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421184] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422306] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423364] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424506] NET: Registered protocol family 1\n[ 0.425352] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427476] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455537] Trying to unpack rootfs image as initramfs...\n[ 0.504602] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518392] Scanning for low memory corruption every 60 seconds\n[ 0.519752] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520872] audit: initializing netlink subsys (disabled)\n[ 0.521869] audit: type=2000 audit(1539347543.352:1): initialized\n[ 0.523159] Initialise system trusted keyring\n[ 0.524060] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.525186] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.527121] zbud: loaded\n[ 0.527806] VFS: Disk quotas dquot_6.6.0\n[ 0.528606] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.530086] fuse init (API version 7.23)\n[ 0.530951] Key type big_key registered\n[ 0.531736] Allocating IMA MOK and blacklist keyrings.\n[ 0.532827] Key type asymmetric registered\n[ 0.533653] Asymmetric key parser 'x509' registered\n[ 0.534584] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536024] io scheduler noop registered\n[ 0.536801] io scheduler deadline registered (default)\n[ 0.537769] io scheduler cfq registered\n[ 0.538585] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.539616] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540846] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542263] ACPI: Power Button [PWRF]\n[ 0.543459] GHES: HEST is not enabled!\n[ 0.557103] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587022] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590965] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619434] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625480] Linux agpgart interface v0.103\n[ 0.627587] brd: module loaded\n[ 0.628821] loop: module loaded\n[ 0.634035] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635450] GPT:90111 != 2097151\n[ 0.636113] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637167] GPT:90111 != 2097151\n[ 0.637817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.638756] vda: vda1 vda15\n[ 0.640270] scsi host0: ata_piix\n[ 0.640984] scsi host1: ata_piix\n[ 0.641670] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.642859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.644284] libphy: Fixed MDIO Bus: probed\n[ 0.645082] tun: Universal TUN/TAP device driver, 1.6\n[ 0.646003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.648234] PPP generic driver version 2.4.2\n[ 0.649103] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650343] ehci-pci: EHCI PCI platform driver\n[ 0.651200] ehci-platform: EHCI generic platform driver\n[ 0.652178] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653264] ohci-pci: OHCI PCI platform driver\n[ 0.654107] ohci-platform: OHCI generic platform driver\n[ 0.655073] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.669462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.670433] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671850] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.672844] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673930] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676500] usb usb1: Product: UHCI Host Controller\n[ 0.677407] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678509] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679453] hub 1-0:1.0: USB hub found\n[ 0.680212] hub 1-0:1.0: 2 ports detected\n[ 0.681086] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683175] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684107] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685098] mousedev: PS/2 mouse device common for all mice\n[ 0.686313] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.688093] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689155] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690311] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691478] i2c /dev entries driver\n[ 0.692225] device-mapper: uevent: version 1.0.3\n[ 0.693138] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694723] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695986] NET: Registered protocol family 10\n[ 0.696969] NET: Registered protocol family 17\n[ 0.697836] Key type dns_resolver registered\n[ 0.698747] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701506] registered taskstats version 1\n[ 0.702321] Loading compiled-in X.509 certificates\n[ 0.703733] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705536] zswap: loaded using pool lzo/zbud\n[ 0.706904] Key type trusted registered\n[ 0.708421] Key type encrypted registered\n[ 0.709219] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710205] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711214] evm: HMAC attrs: 0x1\n[ 0.712117] Magic number: 6:675:531\n[ 0.712853] tty ttyS11: hash matches\n[ 0.713648] rtc_cmos 00:00: setting system clock to 2018-10-12 12:32:23 UTC (1539347543)\n[ 0.715226] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716297] EDD information not available.\n[ 0.803622] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815285] Write protecting the kernel read-only data: 14336k\n[ 0.816821] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818574] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.422757] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.30. iid=i-000000f0\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDeD+VO9/pGsOYJEjEaySa25hqWmaiVVkA4uJbBLGSoja1XpvFBYydsJrFXgMQ7hsWxNbcnWlF0kd5RKiI0eQXl5h/5WD2VjLgDtTgQgUfKJFnLq+vdnKkhF9qrVkD4MXa0qbR/wruQvOMPBnphzPdxxb4o8DpYqjQFb6r0ddOXs21ADXwkhQFWEq2R7Z3onQ6czlGeQ8aNtjhDuMUmO+E+bwUaHvQHOypBRGeoZTq14H5hNgBo8g8IOCLybwSux+UAltR84gYk0CecFDR/l+0t9ceq3BFzyfNUcY8uAt1eeDOuDMU/Ve3Lif4xUaFptRVz8UGavGBmcPmU0JccYwbP root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAK1eCWqZb+1Bzoc5oGwZ01TlY91tQeHOjbEC/fV/34T6ep4UCbLvWOGHhckWJI8LtYhfVDj1c9sohi175+mazedzpR9Ah3yi6rcKhL4jMWTLgg0OVJumjVkny4VdAyALYjQuD/t/Pol8dRMQksU1e75UuLzZOXedmngaCHAIsIvRAAAAFQCG/D4Pzpwn+61uSHqDUKhCt7KzuwAAAIANl8AqW3JdBYHCmBmqiR+LRDM76ZLvdtjKTUrnfDUsjW9wcyc+QdYUuRUEGM5WVGL9vL+jiAmvsuYIl1vUBwyDoWJtCOwIA65xlfI9HY/7DW6lXBjKChUa1D1RffDNWLdfbLEH42PEFXkXEX8AOS2QMLB9yyrbQ0SwsnBJNz2B7gAAAIAPhTskBpB1P7h/aOlkaodBAOK5d5h2Nj4n45RdHGmsqMy3GWuG2zXAIUchdrYfJTTnfg8kNZNcDKBEwItATJJFGHS8pmqllt+azBSBvi5A3RnKz7PTW6sl9xAyf3x8nbdLhIAyxCa8Ov9s+im/12n6YyGEgrI4G3WyUX9fecQ+Jg== 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:fe49:a8fa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f0\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.05 ===\n/dev/root resized successfully [took 2.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:49:A8:FA \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe49:a8fa/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:7883 (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.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-10-12 12:33:07,348 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action used request id req-a6adcd02-9cd9-4805-b3e9-f74f23d41cc6 2018-10-12 12:33:09,367 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cddfd9d48db8e8f4b6173b49892dced81f6607c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:33:10,437 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-7b4f33bb-3625-4322-a2f1-59aa2faf23f3 x-compute-request-id: req-7b4f33bb-3625-4322-a2f1-59aa2faf23f3 Content-Encoding: gzip Content-Length: 10109 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487281746 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.132379] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.134076] pid_max: default: 32768 minimum: 301\n[ 0.134993] ACPI: Core revision 20150930\n[ 0.136403] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137736] Security Framework initialized\n[ 0.138574] Yama: becoming mindful.\n[ 0.139320] AppArmor: AppArmor initialized\n[ 0.140205] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141566] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142876] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144119] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145538] Initializing cgroup subsys io\n[ 0.146372] Initializing cgroup subsys memory\n[ 0.147254] Initializing cgroup subsys devices\n[ 0.148145] Initializing cgroup subsys freezer\n[ 0.149016] Initializing cgroup subsys net_cls\n[ 0.149884] Initializing cgroup subsys perf_event\n[ 0.150798] Initializing cgroup subsys net_prio\n[ 0.151700] Initializing cgroup subsys hugetlb\n[ 0.152573] Initializing cgroup subsys pids\n[ 0.153445] CPU: Physical Processor ID: 0\n[ 0.154930] mce: CPU supports 10 MCE banks\n[ 0.155802] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156845] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167408] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173687] ftrace: allocating 31920 entries in 125 pages\n[ 0.199714] smpboot: Max logical packages: 1\n[ 0.200588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201944] x2apic enabled\n[ 0.202757] Switched APIC routing to physical x2apic.\n[ 0.204505] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205694] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207724] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209576] KVM setup paravirtual spinlock\n[ 0.210854] x86: Booted up 1 node, 1 CPUs\n[ 0.211663] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213074] devtmpfs: initialized\n[ 0.214770] evm: security.selinux\n[ 0.215476] evm: security.SMACK64\n[ 0.216168] evm: security.SMACK64EXEC\n[ 0.216910] evm: security.SMACK64TRANSMUTE\n[ 0.217752] evm: security.SMACK64MMAP\n[ 0.218532] evm: security.ima\n[ 0.219173] evm: security.capability\n[ 0.219973] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221832] pinctrl core: initialized pinctrl subsystem\n[ 0.222938] RTC time: 12:32:22, date: 10/12/18\n[ 0.223891] NET: Registered protocol family 16\n[ 0.224853] cpuidle: using governor ladder\n[ 0.225675] cpuidle: using governor menu\n[ 0.226462] PCCT header not found.\n[ 0.227232] ACPI: bus type PCI registered\n[ 0.228062] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229317] PCI: Using configuration type 1 for base access\n[ 0.231064] ACPI: Added _OSI(Module Device)\n[ 0.231906] ACPI: Added _OSI(Processor Device)\n[ 0.232790] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233708] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235929] ACPI: Interpreter enabled\n[ 0.236728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238628] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240526] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244916] ACPI: Using IOAPIC for interrupt routing\n[ 0.246015] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250335] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251573] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252780] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255057] acpiphp: Slot [3] registered\n[ 0.255899] acpiphp: Slot [4] registered\n[ 0.256725] acpiphp: Slot [5] registered\n[ 0.257543] acpiphp: Slot [6] registered\n[ 0.258388] acpiphp: Slot [7] registered\n[ 0.259183] acpiphp: Slot [8] registered\n[ 0.259976] acpiphp: Slot [9] registered\n[ 0.260786] acpiphp: Slot [10] registered\n[ 0.261643] acpiphp: Slot [11] registered\n[ 0.262467] acpiphp: Slot [12] registered\n[ 0.263323] acpiphp: Slot [13] registered\n[ 0.264141] acpiphp: Slot [14] registered\n[ 0.264955] acpiphp: Slot [15] registered\n[ 0.275596] acpiphp: Slot [16] registered\n[ 0.276423] acpiphp: Slot [17] registered\n[ 0.277247] acpiphp: Slot [18] registered\n[ 0.278095] acpiphp: Slot [19] registered\n[ 0.278921] acpiphp: Slot [20] registered\n[ 0.279744] acpiphp: Slot [21] registered\n[ 0.280571] acpiphp: Slot [22] registered\n[ 0.281399] acpiphp: Slot [23] registered\n[ 0.282223] acpiphp: Slot [24] registered\n[ 0.283066] acpiphp: Slot [25] registered\n[ 0.284174] acpiphp: Slot [26] registered\n[ 0.285274] acpiphp: Slot [27] registered\n[ 0.286437] acpiphp: Slot [28] registered\n[ 0.287544] acpiphp: Slot [29] registered\n[ 0.288684] acpiphp: Slot [30] registered\n[ 0.289786] acpiphp: Slot [31] registered\n[ 0.290885] PCI host bridge to bus 0000:00\n[ 0.291988] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293659] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295326] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297364] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299334] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307193] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308802] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310274] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312479] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319622] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321419] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375115] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376960] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378725] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382635] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384196] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385623] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386936] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388882] vgaarb: loaded\n[ 0.389645] vgaarb: bridge control possible 0000:00:02.0\n[ 0.391079] SCSI subsystem initialized\n[ 0.392099] ACPI: bus type USB registered\n[ 0.393124] usbcore: registered new interface driver usbfs\n[ 0.394410] usbcore: registered new interface driver hub\n[ 0.395672] usbcore: registered new device driver usb\n[ 0.396988] PCI: Using ACPI for IRQ routing\n[ 0.398290] NetLabel: Initializing\n[ 0.399185] NetLabel: domain hash size = 128\n[ 0.400250] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401443] NetLabel: unlabeled traffic allowed by default\n[ 0.402644] clocksource: Switched to clocksource kvm-clock\n[ 0.408035] AppArmor: AppArmor Filesystem Enabled\n[ 0.408968] pnp: PnP ACPI init\n[ 0.409857] pnp: PnP ACPI: found 5 devices\n[ 0.416201] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417875] NET: Registered protocol family 2\n[ 0.418811] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420052] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421184] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422306] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423364] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424506] NET: Registered protocol family 1\n[ 0.425352] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427476] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455537] Trying to unpack rootfs image as initramfs...\n[ 0.504602] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518392] Scanning for low memory corruption every 60 seconds\n[ 0.519752] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520872] audit: initializing netlink subsys (disabled)\n[ 0.521869] audit: type=2000 audit(1539347543.352:1): initialized\n[ 0.523159] Initialise system trusted keyring\n[ 0.524060] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.525186] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.527121] zbud: loaded\n[ 0.527806] VFS: Disk quotas dquot_6.6.0\n[ 0.528606] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.530086] fuse init (API version 7.23)\n[ 0.530951] Key type big_key registered\n[ 0.531736] Allocating IMA MOK and blacklist keyrings.\n[ 0.532827] Key type asymmetric registered\n[ 0.533653] Asymmetric key parser 'x509' registered\n[ 0.534584] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536024] io scheduler noop registered\n[ 0.536801] io scheduler deadline registered (default)\n[ 0.537769] io scheduler cfq registered\n[ 0.538585] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.539616] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540846] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542263] ACPI: Power Button [PWRF]\n[ 0.543459] GHES: HEST is not enabled!\n[ 0.557103] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587022] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590965] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619434] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625480] Linux agpgart interface v0.103\n[ 0.627587] brd: module loaded\n[ 0.628821] loop: module loaded\n[ 0.634035] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635450] GPT:90111 != 2097151\n[ 0.636113] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637167] GPT:90111 != 2097151\n[ 0.637817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.638756] vda: vda1 vda15\n[ 0.640270] scsi host0: ata_piix\n[ 0.640984] scsi host1: ata_piix\n[ 0.641670] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.642859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.644284] libphy: Fixed MDIO Bus: probed\n[ 0.645082] tun: Universal TUN/TAP device driver, 1.6\n[ 0.646003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.648234] PPP generic driver version 2.4.2\n[ 0.649103] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650343] ehci-pci: EHCI PCI platform driver\n[ 0.651200] ehci-platform: EHCI generic platform driver\n[ 0.652178] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653264] ohci-pci: OHCI PCI platform driver\n[ 0.654107] ohci-platform: OHCI generic platform driver\n[ 0.655073] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.669462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.670433] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671850] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.672844] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673930] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676500] usb usb1: Product: UHCI Host Controller\n[ 0.677407] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678509] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679453] hub 1-0:1.0: USB hub found\n[ 0.680212] hub 1-0:1.0: 2 ports detected\n[ 0.681086] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683175] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684107] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685098] mousedev: PS/2 mouse device common for all mice\n[ 0.686313] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.688093] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689155] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690311] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691478] i2c /dev entries driver\n[ 0.692225] device-mapper: uevent: version 1.0.3\n[ 0.693138] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694723] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695986] NET: Registered protocol family 10\n[ 0.696969] NET: Registered protocol family 17\n[ 0.697836] Key type dns_resolver registered\n[ 0.698747] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701506] registered taskstats version 1\n[ 0.702321] Loading compiled-in X.509 certificates\n[ 0.703733] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705536] zswap: loaded using pool lzo/zbud\n[ 0.706904] Key type trusted registered\n[ 0.708421] Key type encrypted registered\n[ 0.709219] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710205] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711214] evm: HMAC attrs: 0x1\n[ 0.712117] Magic number: 6:675:531\n[ 0.712853] tty ttyS11: hash matches\n[ 0.713648] rtc_cmos 00:00: setting system clock to 2018-10-12 12:32:23 UTC (1539347543)\n[ 0.715226] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716297] EDD information not available.\n[ 0.803622] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815285] Write protecting the kernel read-only data: 14336k\n[ 0.816821] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818574] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.422757] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.30. iid=i-000000f0\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDeD+VO9/pGsOYJEjEaySa25hqWmaiVVkA4uJbBLGSoja1XpvFBYydsJrFXgMQ7hsWxNbcnWlF0kd5RKiI0eQXl5h/5WD2VjLgDtTgQgUfKJFnLq+vdnKkhF9qrVkD4MXa0qbR/wruQvOMPBnphzPdxxb4o8DpYqjQFb6r0ddOXs21ADXwkhQFWEq2R7Z3onQ6czlGeQ8aNtjhDuMUmO+E+bwUaHvQHOypBRGeoZTq14H5hNgBo8g8IOCLybwSux+UAltR84gYk0CecFDR/l+0t9ceq3BFzyfNUcY8uAt1eeDOuDMU/Ve3Lif4xUaFptRVz8UGavGBmcPmU0JccYwbP root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAK1eCWqZb+1Bzoc5oGwZ01TlY91tQeHOjbEC/fV/34T6ep4UCbLvWOGHhckWJI8LtYhfVDj1c9sohi175+mazedzpR9Ah3yi6rcKhL4jMWTLgg0OVJumjVkny4VdAyALYjQuD/t/Pol8dRMQksU1e75UuLzZOXedmngaCHAIsIvRAAAAFQCG/D4Pzpwn+61uSHqDUKhCt7KzuwAAAIANl8AqW3JdBYHCmBmqiR+LRDM76ZLvdtjKTUrnfDUsjW9wcyc+QdYUuRUEGM5WVGL9vL+jiAmvsuYIl1vUBwyDoWJtCOwIA65xlfI9HY/7DW6lXBjKChUa1D1RffDNWLdfbLEH42PEFXkXEX8AOS2QMLB9yyrbQ0SwsnBJNz2B7gAAAIAPhTskBpB1P7h/aOlkaodBAOK5d5h2Nj4n45RdHGmsqMy3GWuG2zXAIUchdrYfJTTnfg8kNZNcDKBEwItATJJFGHS8pmqllt+azBSBvi5A3RnKz7PTW6sl9xAyf3x8nbdLhIAyxCa8Ov9s+im/12n6YyGEgrI4G3WyUX9fecQ+Jg== 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:fe49:a8fa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f0\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.05 ===\n/dev/root resized successfully [took 2.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:49:A8:FA \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe49:a8fa/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:7883 (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.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-10-12 12:33:10,438 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action used request id req-7b4f33bb-3625-4322-a2f1-59aa2faf23f3 2018-10-12 12:33:12,457 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cddfd9d48db8e8f4b6173b49892dced81f6607c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:33:13,527 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:33:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb7c0493-5601-41a7-ac8b-e7542838bba9 x-compute-request-id: req-cb7c0493-5601-41a7-ac8b-e7542838bba9 Content-Encoding: gzip Content-Length: 10907 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487281746 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.132379] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.134076] pid_max: default: 32768 minimum: 301\n[ 0.134993] ACPI: Core revision 20150930\n[ 0.136403] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137736] Security Framework initialized\n[ 0.138574] Yama: becoming mindful.\n[ 0.139320] AppArmor: AppArmor initialized\n[ 0.140205] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141566] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142876] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144119] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145538] Initializing cgroup subsys io\n[ 0.146372] Initializing cgroup subsys memory\n[ 0.147254] Initializing cgroup subsys devices\n[ 0.148145] Initializing cgroup subsys freezer\n[ 0.149016] Initializing cgroup subsys net_cls\n[ 0.149884] Initializing cgroup subsys perf_event\n[ 0.150798] Initializing cgroup subsys net_prio\n[ 0.151700] Initializing cgroup subsys hugetlb\n[ 0.152573] Initializing cgroup subsys pids\n[ 0.153445] CPU: Physical Processor ID: 0\n[ 0.154930] mce: CPU supports 10 MCE banks\n[ 0.155802] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156845] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167408] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173687] ftrace: allocating 31920 entries in 125 pages\n[ 0.199714] smpboot: Max logical packages: 1\n[ 0.200588] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201944] x2apic enabled\n[ 0.202757] Switched APIC routing to physical x2apic.\n[ 0.204505] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205694] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207724] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209576] KVM setup paravirtual spinlock\n[ 0.210854] x86: Booted up 1 node, 1 CPUs\n[ 0.211663] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.213074] devtmpfs: initialized\n[ 0.214770] evm: security.selinux\n[ 0.215476] evm: security.SMACK64\n[ 0.216168] evm: security.SMACK64EXEC\n[ 0.216910] evm: security.SMACK64TRANSMUTE\n[ 0.217752] evm: security.SMACK64MMAP\n[ 0.218532] evm: security.ima\n[ 0.219173] evm: security.capability\n[ 0.219973] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221832] pinctrl core: initialized pinctrl subsystem\n[ 0.222938] RTC time: 12:32:22, date: 10/12/18\n[ 0.223891] NET: Registered protocol family 16\n[ 0.224853] cpuidle: using governor ladder\n[ 0.225675] cpuidle: using governor menu\n[ 0.226462] PCCT header not found.\n[ 0.227232] ACPI: bus type PCI registered\n[ 0.228062] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229317] PCI: Using configuration type 1 for base access\n[ 0.231064] ACPI: Added _OSI(Module Device)\n[ 0.231906] ACPI: Added _OSI(Processor Device)\n[ 0.232790] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233708] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235929] ACPI: Interpreter enabled\n[ 0.236728] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238628] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240526] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244211] ACPI: (supports S0 S5)\n[ 0.244916] ACPI: Using IOAPIC for interrupt routing\n[ 0.246015] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249188] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250335] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251573] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252780] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255057] acpiphp: Slot [3] registered\n[ 0.255899] acpiphp: Slot [4] registered\n[ 0.256725] acpiphp: Slot [5] registered\n[ 0.257543] acpiphp: Slot [6] registered\n[ 0.258388] acpiphp: Slot [7] registered\n[ 0.259183] acpiphp: Slot [8] registered\n[ 0.259976] acpiphp: Slot [9] registered\n[ 0.260786] acpiphp: Slot [10] registered\n[ 0.261643] acpiphp: Slot [11] registered\n[ 0.262467] acpiphp: Slot [12] registered\n[ 0.263323] acpiphp: Slot [13] registered\n[ 0.264141] acpiphp: Slot [14] registered\n[ 0.264955] acpiphp: Slot [15] registered\n[ 0.275596] acpiphp: Slot [16] registered\n[ 0.276423] acpiphp: Slot [17] registered\n[ 0.277247] acpiphp: Slot [18] registered\n[ 0.278095] acpiphp: Slot [19] registered\n[ 0.278921] acpiphp: Slot [20] registered\n[ 0.279744] acpiphp: Slot [21] registered\n[ 0.280571] acpiphp: Slot [22] registered\n[ 0.281399] acpiphp: Slot [23] registered\n[ 0.282223] acpiphp: Slot [24] registered\n[ 0.283066] acpiphp: Slot [25] registered\n[ 0.284174] acpiphp: Slot [26] registered\n[ 0.285274] acpiphp: Slot [27] registered\n[ 0.286437] acpiphp: Slot [28] registered\n[ 0.287544] acpiphp: Slot [29] registered\n[ 0.288684] acpiphp: Slot [30] registered\n[ 0.289786] acpiphp: Slot [31] registered\n[ 0.290885] PCI host bridge to bus 0000:00\n[ 0.291988] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293659] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295326] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297364] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299334] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307193] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308802] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310274] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312479] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319622] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321419] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375115] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376960] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378725] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380497] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382635] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384196] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385623] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386936] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388882] vgaarb: loaded\n[ 0.389645] vgaarb: bridge control possible 0000:00:02.0\n[ 0.391079] SCSI subsystem initialized\n[ 0.392099] ACPI: bus type USB registered\n[ 0.393124] usbcore: registered new interface driver usbfs\n[ 0.394410] usbcore: registered new interface driver hub\n[ 0.395672] usbcore: registered new device driver usb\n[ 0.396988] PCI: Using ACPI for IRQ routing\n[ 0.398290] NetLabel: Initializing\n[ 0.399185] NetLabel: domain hash size = 128\n[ 0.400250] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.401443] NetLabel: unlabeled traffic allowed by default\n[ 0.402644] clocksource: Switched to clocksource kvm-clock\n[ 0.408035] AppArmor: AppArmor Filesystem Enabled\n[ 0.408968] pnp: PnP ACPI init\n[ 0.409857] pnp: PnP ACPI: found 5 devices\n[ 0.416201] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417875] NET: Registered protocol family 2\n[ 0.418811] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420052] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421184] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422306] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423364] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424506] NET: Registered protocol family 1\n[ 0.425352] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427476] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441486] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455537] Trying to unpack rootfs image as initramfs...\n[ 0.504602] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518392] Scanning for low memory corruption every 60 seconds\n[ 0.519752] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520872] audit: initializing netlink subsys (disabled)\n[ 0.521869] audit: type=2000 audit(1539347543.352:1): initialized\n[ 0.523159] Initialise system trusted keyring\n[ 0.524060] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.525186] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.527121] zbud: loaded\n[ 0.527806] VFS: Disk quotas dquot_6.6.0\n[ 0.528606] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.530086] fuse init (API version 7.23)\n[ 0.530951] Key type big_key registered\n[ 0.531736] Allocating IMA MOK and blacklist keyrings.\n[ 0.532827] Key type asymmetric registered\n[ 0.533653] Asymmetric key parser 'x509' registered\n[ 0.534584] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536024] io scheduler noop registered\n[ 0.536801] io scheduler deadline registered (default)\n[ 0.537769] io scheduler cfq registered\n[ 0.538585] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.539616] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540846] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542263] ACPI: Power Button [PWRF]\n[ 0.543459] GHES: HEST is not enabled!\n[ 0.557103] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587022] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590965] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619434] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625480] Linux agpgart interface v0.103\n[ 0.627587] brd: module loaded\n[ 0.628821] loop: module loaded\n[ 0.634035] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635450] GPT:90111 != 2097151\n[ 0.636113] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637167] GPT:90111 != 2097151\n[ 0.637817] GPT: Use GNU Parted to correct GPT errors.\n[ 0.638756] vda: vda1 vda15\n[ 0.640270] scsi host0: ata_piix\n[ 0.640984] scsi host1: ata_piix\n[ 0.641670] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.642859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.644284] libphy: Fixed MDIO Bus: probed\n[ 0.645082] tun: Universal TUN/TAP device driver, 1.6\n[ 0.646003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.648234] PPP generic driver version 2.4.2\n[ 0.649103] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650343] ehci-pci: EHCI PCI platform driver\n[ 0.651200] ehci-platform: EHCI generic platform driver\n[ 0.652178] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653264] ohci-pci: OHCI PCI platform driver\n[ 0.654107] ohci-platform: OHCI generic platform driver\n[ 0.655073] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.669462] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.670433] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671850] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.672844] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673930] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676500] usb usb1: Product: UHCI Host Controller\n[ 0.677407] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678509] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679453] hub 1-0:1.0: USB hub found\n[ 0.680212] hub 1-0:1.0: 2 ports detected\n[ 0.681086] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683175] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684107] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685098] mousedev: PS/2 mouse device common for all mice\n[ 0.686313] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.688093] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689155] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690311] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691478] i2c /dev entries driver\n[ 0.692225] device-mapper: uevent: version 1.0.3\n[ 0.693138] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694723] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695986] NET: Registered protocol family 10\n[ 0.696969] NET: Registered protocol family 17\n[ 0.697836] Key type dns_resolver registered\n[ 0.698747] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699812] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701506] registered taskstats version 1\n[ 0.702321] Loading compiled-in X.509 certificates\n[ 0.703733] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705536] zswap: loaded using pool lzo/zbud\n[ 0.706904] Key type trusted registered\n[ 0.708421] Key type encrypted registered\n[ 0.709219] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710205] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711214] evm: HMAC attrs: 0x1\n[ 0.712117] Magic number: 6:675:531\n[ 0.712853] tty ttyS11: hash matches\n[ 0.713648] rtc_cmos 00:00: setting system clock to 2018-10-12 12:32:23 UTC (1539347543)\n[ 0.715226] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716297] EDD information not available.\n[ 0.803622] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815285] Write protecting the kernel read-only data: 14336k\n[ 0.816821] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818574] 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.21\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.422757] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.30. iid=i-000000f0\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDeD+VO9/pGsOYJEjEaySa25hqWmaiVVkA4uJbBLGSoja1XpvFBYydsJrFXgMQ7hsWxNbcnWlF0kd5RKiI0eQXl5h/5WD2VjLgDtTgQgUfKJFnLq+vdnKkhF9qrVkD4MXa0qbR/wruQvOMPBnphzPdxxb4o8DpYqjQFb6r0ddOXs21ADXwkhQFWEq2R7Z3onQ6czlGeQ8aNtjhDuMUmO+E+bwUaHvQHOypBRGeoZTq14H5hNgBo8g8IOCLybwSux+UAltR84gYk0CecFDR/l+0t9ceq3BFzyfNUcY8uAt1eeDOuDMU/Ve3Lif4xUaFptRVz8UGavGBmcPmU0JccYwbP root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAK1eCWqZb+1Bzoc5oGwZ01TlY91tQeHOjbEC/fV/34T6ep4UCbLvWOGHhckWJI8LtYhfVDj1c9sohi175+mazedzpR9Ah3yi6rcKhL4jMWTLgg0OVJumjVkny4VdAyALYjQuD/t/Pol8dRMQksU1e75UuLzZOXedmngaCHAIsIvRAAAAFQCG/D4Pzpwn+61uSHqDUKhCt7KzuwAAAIANl8AqW3JdBYHCmBmqiR+LRDM76ZLvdtjKTUrnfDUsjW9wcyc+QdYUuRUEGM5WVGL9vL+jiAmvsuYIl1vUBwyDoWJtCOwIA65xlfI9HY/7DW6lXBjKChUa1D1RffDNWLdfbLEH42PEFXkXEX8AOS2QMLB9yyrbQ0SwsnBJNz2B7gAAAIAPhTskBpB1P7h/aOlkaodBAOK5d5h2Nj4n45RdHGmsqMy3GWuG2zXAIUchdrYfJTTnfg8kNZNcDKBEwItATJJFGHS8pmqllt+azBSBvi5A3RnKz7PTW6sl9xAyf3x8nbdLhIAyxCa8Ov9s+im/12n6YyGEgrI4G3WyUX9fecQ+Jg== 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:fe49:a8fa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f0\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.05 ===\n/dev/root resized successfully [took 2.65s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:49:A8:FA \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe49:a8fa/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:7883 (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.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-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.151155] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.151156] usb 1-1: Product: QEMU USB Tablet\n[ 1.151157] usb 1-1: Manufacturer: QEMU\n[ 1.151158] usb 1-1: SerialNumber: 42\n[ 1.380610] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.404859] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.422757] random: dd urandom read with 5 bits of entropy available\n[ 1.514881] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325574b9f72, max_idle_ns: 440795367431 ns\n[ 3.185271] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.545206] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 12 13:32:24 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 12 13:32:24 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 12 13:32:24 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 12 13:32:24 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 12 13:32:24 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 12 13:32:24 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)\nOct 12 13:32:24 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 12 13:32:24 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 12 13:32:24 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 12 13:32:24 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 12 13:32:24 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 12 13:32:24 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 12 13:32:24 cirros kern.notice kernel: [ 1.422757] random: dd urandom read with 5 bits of entropy available\nOct 12 13:32:24 cirros kern.info kernel: [ 1.514881] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325574b9f72, max_idle_ns: 440795367431 ns\nOct 12 13:32:25 cirros auth.notice su: + /dev/console root:cirros\nOct 12 13:32:25 cirros authpriv.info dropbear[340]: Running in background\nOct 12 13:32:25 cirros kern.info kernel: [ 3.185271] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 12 13:32:26 cirros kern.info kernel: [ 3.545206] 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-10-12 12:33:13,528 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action used request id req-cb7c0493-5601-41a7-ac8b-e7542838bba9 2018-10-12 12:33:15,561 - sdnvpn_test_utils - INFO - Waiting for instance 8771b8a6-5b49-4fe0-8cbf-43c9acf29be9 to boot up 2018-10-12 12:33:15,565 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e71dd4a8532fe2a343310bdc83e91b587c2c34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:33:16,635 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:33: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-d5769f31-3371-42d2-9665-b2c21bf62016 x-compute-request-id: req-d5769f31-3371-42d2-9665-b2c21bf62016 Content-Encoding: gzip Content-Length: 9404 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 522597962 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128562] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130154] pid_max: default: 32768 minimum: 301\n[ 0.131016] ACPI: Core revision 20150930\n[ 0.132363] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133620] Security Framework initialized\n[ 0.134404] Yama: becoming mindful.\n[ 0.135108] AppArmor: AppArmor initialized\n[ 0.135944] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137223] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138451] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139607] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140951] Initializing cgroup subsys io\n[ 0.141731] Initializing cgroup subsys memory\n[ 0.142554] Initializing cgroup subsys devices\n[ 0.143391] Initializing cgroup subsys freezer\n[ 0.144244] Initializing cgroup subsys net_cls\n[ 0.145076] Initializing cgroup subsys perf_event\n[ 0.145951] Initializing cgroup subsys net_prio\n[ 0.146798] Initializing cgroup subsys hugetlb\n[ 0.147627] Initializing cgroup subsys pids\n[ 0.148481] CPU: Physical Processor ID: 0\n[ 0.149948] mce: CPU supports 10 MCE banks\n[ 0.150761] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151726] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162912] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169307] ftrace: allocating 31920 entries in 125 pages\n[ 0.195858] smpboot: Max logical packages: 1\n[ 0.196719] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198022] x2apic enabled\n[ 0.198804] Switched APIC routing to physical x2apic.\n[ 0.200529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201611] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203528] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205254] KVM setup paravirtual spinlock\n[ 0.206511] x86: Booted up 1 node, 1 CPUs\n[ 0.207303] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208653] devtmpfs: initialized\n[ 0.210349] evm: security.selinux\n[ 0.211026] evm: security.SMACK64\n[ 0.211689] evm: security.SMACK64EXEC\n[ 0.212407] evm: security.SMACK64TRANSMUTE\n[ 0.213185] evm: security.SMACK64MMAP\n[ 0.213897] evm: security.ima\n[ 0.214521] evm: security.capability\n[ 0.215305] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217095] pinctrl core: initialized pinctrl subsystem\n[ 0.218162] RTC time: 12:32:09, date: 10/12/18\n[ 0.219091] NET: Registered protocol family 16\n[ 0.220031] cpuidle: using governor ladder\n[ 0.220814] cpuidle: using governor menu\n[ 0.221576] PCCT header not found.\n[ 0.222309] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224314] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226847] ACPI: Added _OSI(Processor Device)\n[ 0.227687] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228556] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230637] ACPI: Interpreter enabled\n[ 0.231387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234956] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236739] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238517] ACPI: (supports S0 S5)\n[ 0.239199] ACPI: Using IOAPIC for interrupt routing\n[ 0.240107] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243239] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244339] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245524] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246672] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248816] acpiphp: Slot [3] registered\n[ 0.249590] acpiphp: Slot [4] registered\n[ 0.250361] acpiphp: Slot [5] registered\n[ 0.251137] acpiphp: Slot [6] registered\n[ 0.251903] acpiphp: Slot [7] registered\n[ 0.252672] acpiphp: Slot [8] registered\n[ 0.253453] acpiphp: Slot [9] registered\n[ 0.254223] acpiphp: Slot [10] registered\n[ 0.255004] acpiphp: Slot [11] registered\n[ 0.255787] acpiphp: Slot [12] registered\n[ 0.256578] acpiphp: Slot [13] registered\n[ 0.257358] acpiphp: Slot [14] registered\n[ 0.258138] acpiphp: Slot [15] registered\n[ 0.268886] acpiphp: Slot [16] registered\n[ 0.269711] acpiphp: Slot [17] registered\n[ 0.270495] acpiphp: Slot [18] registered\n[ 0.271286] acpiphp: Slot [19] registered\n[ 0.272067] acpiphp: Slot [20] registered\n[ 0.272846] acpiphp: Slot [21] registered\n[ 0.273633] acpiphp: Slot [22] registered\n[ 0.274429] acpiphp: Slot [23] registered\n[ 0.275217] acpiphp: Slot [24] registered\n[ 0.276001] acpiphp: Slot [25] registered\n[ 0.276778] acpiphp: Slot [26] registered\n[ 0.277567] acpiphp: Slot [27] registered\n[ 0.278359] acpiphp: Slot [28] registered\n[ 0.279143] acpiphp: Slot [29] registered\n[ 0.279925] acpiphp: Slot [30] registered\n[ 0.280702] acpiphp: Slot [31] registered\n[ 0.281489] PCI host bridge to bus 0000:00\n[ 0.282273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283441] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286013] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287415] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294836] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295975] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297194] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303665] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351881] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353364] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354735] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356145] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357515] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359838] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360864] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362369] vgaarb: loaded\n[ 0.362954] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364067] SCSI subsystem initialized\n[ 0.364854] ACPI: bus type USB registered\n[ 0.365645] usbcore: registered new interface driver usbfs\n[ 0.366644] usbcore: registered new interface driver hub\n[ 0.367634] usbcore: registered new device driver usb\n[ 0.368655] PCI: Using ACPI for IRQ routing\n[ 0.369645] NetLabel: Initializing\n[ 0.370344] NetLabel: domain hash size = 128\n[ 0.371171] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372094] NetLabel: unlabeled traffic allowed by default\n[ 0.373182] clocksource: Switched to clocksource kvm-clock\n[ 0.378570] AppArmor: AppArmor Filesystem Enabled\n[ 0.379494] pnp: PnP ACPI init\n[ 0.380381] pnp: PnP ACPI: found 5 devices\n[ 0.386743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388477] NET: Registered protocol family 2\n[ 0.389423] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391852] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394057] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395208] NET: Registered protocol family 1\n[ 0.396069] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397144] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412142] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426365] Trying to unpack rootfs image as initramfs...\n[ 0.475174] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488984] Scanning for low memory corruption every 60 seconds\n[ 0.490315] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491438] audit: initializing netlink subsys (disabled)\n[ 0.492447] audit: type=2000 audit(1539347530.004:1): initialized\n[ 0.493763] Initialise system trusted keyring\n[ 0.494677] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495820] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497790] zbud: loaded\n[ 0.498490] VFS: Disk quotas dquot_6.6.0\n[ 0.499310] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500822] fuse init (API version 7.23)\n[ 0.501730] Key type big_key registered\n[ 0.502523] Allocating IMA MOK and blacklist keyrings.\n[ 0.503979] Key type asymmetric registered\n[ 0.504789] Asymmetric key parser 'x509' registered\n[ 0.505742] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507194] io scheduler noop registered\n[ 0.507978] io scheduler deadline registered (default)\n[ 0.508948] io scheduler cfq registered\n[ 0.509778] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510819] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512062] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513502] ACPI: Power Button [PWRF]\n[ 0.514342] GHES: HEST is not enabled!\n[ 0.528203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558435] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560677] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586224] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588846] Linux agpgart interface v0.103\n[ 0.590901] brd: module loaded\n[ 0.592128] loop: module loaded\n[ 0.596803] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598243] GPT:90111 != 2097151\n[ 0.598905] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599967] GPT:90111 != 2097151\n[ 0.600622] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601564] vda: vda1 vda15\n[ 0.603052] scsi host0: ata_piix\n[ 0.603790] scsi host1: ata_piix\n[ 0.604484] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605674] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607093] libphy: Fixed MDIO Bus: probed\n[ 0.607891] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608819] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610953] PPP generic driver version 2.4.2\n[ 0.611829] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613102] ehci-pci: EHCI PCI platform driver\n[ 0.613963] ehci-platform: EHCI generic platform driver\n[ 0.614933] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616043] ohci-pci: OHCI PCI platform driver\n[ 0.616883] ohci-platform: OHCI generic platform driver\n[ 0.617852] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633209] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634626] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635634] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636729] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637940] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639326] usb usb1: Product: UHCI Host Controller\n[ 0.640240] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641355] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642345] hub 1-0:1.0: USB hub found\n[ 0.643111] hub 1-0:1.0: 2 ports detected\n[ 0.643993] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646083] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647018] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648017] mousedev: PS/2 mouse device common for all mice\n[ 0.649256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651056] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652126] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653308] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654472] i2c /dev entries driver\n[ 0.655218] device-mapper: uevent: version 1.0.3\n[ 0.656133] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657726] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658994] NET: Registered protocol family 10\n[ 0.659971] NET: Registered protocol family 17\n[ 0.660838] Key type dns_resolver registered\n[ 0.661746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662816] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664544] registered taskstats version 1\n[ 0.665371] Loading compiled-in X.509 certificates\n[ 0.666795] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668602] zswap: loaded using pool lzo/zbud\n[ 0.669961] Key type trusted registered\n[ 0.671476] Key type encrypted registered\n[ 0.672292] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673312] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674332] evm: HMAC attrs: 0x1\n[ 0.675231] Magic number: 6:675:531\n[ 0.675979] tty ttyS11: hash matches\n[ 0.676765] rtc_cmos 00:00: setting system clock to 2018-10-12 12:32:10 UTC (1539347530)\n[ 0.678332] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679422] EDD information not available.\n[ 0.766164] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777848] Write protecting the kernel read-only data: 14336k\n[ 0.779412] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781173] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.137043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.09. iid=i-000000ed\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCriIgRb+3Ye/ImMU4LvD4WSvebkkzYY0TYfCioBVRtjs1V7SDNl/bNOIoLQ34heHffPqM8L0RIrBVhENGjlv496Yzf1nDP/oSe7AJHYgIP66utUtT3e0W7yJMxe4fvjLBGDOfmvg/l5IeT7vKEtBdisWx+vA9PIBEdKLO5C454XhJgpFv/t9M6mNkMavD1SpWfb69SnB6NFznVSJRGMiXx4wnVF2BSHbWi5Vnnz2rEvlo9KZC8EviwphxdWrdMquMwOXCi3twRQ28zZBP9s+/CsD9gxhWele3XEJzKI4dPf/ptiNzfTpu9hOFGSYgENDTvFIT9N8yGMyUzjymp0ev5 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIdzJ4VdIehJ/35APpsMQOzUHI514z9amE6xN11vFHqbe30JGOWMvTIWYkz2skKfIRx2Yl77k2MlktKcydytRwKFXOyZ5JC/UPsQaOft/dhWeS1lshfkgHyq6iyfyyZupfNgl4JcRbK6ENy098146BPfW4gigkmflwjYrtx+tOm7AAAAFQDSC0Os2VP8IvQ5igXMEHF518PmnQAAAIAnmOXm2zQ6ywcNN9feBNV8zDk6FgO+OgJNB7Vt4lJv2anI24XXl4tPR1l1eNUW1ewWZcTsbVSTHjbJH57RFvoa8v9DRwrbCG1++lw7Boss/WcKm18oEZr+qA1a0Li0CUAEt2cLiqz1aFPdzFakDFGNMxQxMcu3MStr9pLVuYqsdQAAAIAJ8bFJnK0csLjbN9o7ppXutGdF+cRmxC7xR9upq9Yf8TsDySlit9lE71EMpIrQGXIf0aP9X2ShxboNR2UJcMaOr0G1qkuSNjX8osPzQF+3puvUFtXT5jfD8/NWorulSLhTjfipXftGVGL3rvax9N5zYZazHpfs5xLX4HFSOjC99Q== 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:fe11:c885/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ed\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.12 ===\n/dev/root resized successfully [took 2.55s]\n"} 2018-10-12 12:33:16,635 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action used request id req-d5769f31-3371-42d2-9665-b2c21bf62016 2018-10-12 12:33:18,655 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e71dd4a8532fe2a343310bdc83e91b587c2c34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:33:19,728 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:33:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d737676d-caee-4025-96a5-b55d088b662c x-compute-request-id: req-d737676d-caee-4025-96a5-b55d088b662c Content-Encoding: gzip Content-Length: 9982 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 522597962 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128562] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130154] pid_max: default: 32768 minimum: 301\n[ 0.131016] ACPI: Core revision 20150930\n[ 0.132363] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133620] Security Framework initialized\n[ 0.134404] Yama: becoming mindful.\n[ 0.135108] AppArmor: AppArmor initialized\n[ 0.135944] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137223] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138451] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139607] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140951] Initializing cgroup subsys io\n[ 0.141731] Initializing cgroup subsys memory\n[ 0.142554] Initializing cgroup subsys devices\n[ 0.143391] Initializing cgroup subsys freezer\n[ 0.144244] Initializing cgroup subsys net_cls\n[ 0.145076] Initializing cgroup subsys perf_event\n[ 0.145951] Initializing cgroup subsys net_prio\n[ 0.146798] Initializing cgroup subsys hugetlb\n[ 0.147627] Initializing cgroup subsys pids\n[ 0.148481] CPU: Physical Processor ID: 0\n[ 0.149948] mce: CPU supports 10 MCE banks\n[ 0.150761] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151726] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162912] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169307] ftrace: allocating 31920 entries in 125 pages\n[ 0.195858] smpboot: Max logical packages: 1\n[ 0.196719] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198022] x2apic enabled\n[ 0.198804] Switched APIC routing to physical x2apic.\n[ 0.200529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201611] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203528] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205254] KVM setup paravirtual spinlock\n[ 0.206511] x86: Booted up 1 node, 1 CPUs\n[ 0.207303] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208653] devtmpfs: initialized\n[ 0.210349] evm: security.selinux\n[ 0.211026] evm: security.SMACK64\n[ 0.211689] evm: security.SMACK64EXEC\n[ 0.212407] evm: security.SMACK64TRANSMUTE\n[ 0.213185] evm: security.SMACK64MMAP\n[ 0.213897] evm: security.ima\n[ 0.214521] evm: security.capability\n[ 0.215305] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217095] pinctrl core: initialized pinctrl subsystem\n[ 0.218162] RTC time: 12:32:09, date: 10/12/18\n[ 0.219091] NET: Registered protocol family 16\n[ 0.220031] cpuidle: using governor ladder\n[ 0.220814] cpuidle: using governor menu\n[ 0.221576] PCCT header not found.\n[ 0.222309] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224314] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226847] ACPI: Added _OSI(Processor Device)\n[ 0.227687] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228556] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230637] ACPI: Interpreter enabled\n[ 0.231387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234956] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236739] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238517] ACPI: (supports S0 S5)\n[ 0.239199] ACPI: Using IOAPIC for interrupt routing\n[ 0.240107] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243239] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244339] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245524] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246672] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248816] acpiphp: Slot [3] registered\n[ 0.249590] acpiphp: Slot [4] registered\n[ 0.250361] acpiphp: Slot [5] registered\n[ 0.251137] acpiphp: Slot [6] registered\n[ 0.251903] acpiphp: Slot [7] registered\n[ 0.252672] acpiphp: Slot [8] registered\n[ 0.253453] acpiphp: Slot [9] registered\n[ 0.254223] acpiphp: Slot [10] registered\n[ 0.255004] acpiphp: Slot [11] registered\n[ 0.255787] acpiphp: Slot [12] registered\n[ 0.256578] acpiphp: Slot [13] registered\n[ 0.257358] acpiphp: Slot [14] registered\n[ 0.258138] acpiphp: Slot [15] registered\n[ 0.268886] acpiphp: Slot [16] registered\n[ 0.269711] acpiphp: Slot [17] registered\n[ 0.270495] acpiphp: Slot [18] registered\n[ 0.271286] acpiphp: Slot [19] registered\n[ 0.272067] acpiphp: Slot [20] registered\n[ 0.272846] acpiphp: Slot [21] registered\n[ 0.273633] acpiphp: Slot [22] registered\n[ 0.274429] acpiphp: Slot [23] registered\n[ 0.275217] acpiphp: Slot [24] registered\n[ 0.276001] acpiphp: Slot [25] registered\n[ 0.276778] acpiphp: Slot [26] registered\n[ 0.277567] acpiphp: Slot [27] registered\n[ 0.278359] acpiphp: Slot [28] registered\n[ 0.279143] acpiphp: Slot [29] registered\n[ 0.279925] acpiphp: Slot [30] registered\n[ 0.280702] acpiphp: Slot [31] registered\n[ 0.281489] PCI host bridge to bus 0000:00\n[ 0.282273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283441] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286013] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287415] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294836] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295975] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297194] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303665] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351881] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353364] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354735] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356145] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357515] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359838] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360864] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362369] vgaarb: loaded\n[ 0.362954] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364067] SCSI subsystem initialized\n[ 0.364854] ACPI: bus type USB registered\n[ 0.365645] usbcore: registered new interface driver usbfs\n[ 0.366644] usbcore: registered new interface driver hub\n[ 0.367634] usbcore: registered new device driver usb\n[ 0.368655] PCI: Using ACPI for IRQ routing\n[ 0.369645] NetLabel: Initializing\n[ 0.370344] NetLabel: domain hash size = 128\n[ 0.371171] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372094] NetLabel: unlabeled traffic allowed by default\n[ 0.373182] clocksource: Switched to clocksource kvm-clock\n[ 0.378570] AppArmor: AppArmor Filesystem Enabled\n[ 0.379494] pnp: PnP ACPI init\n[ 0.380381] pnp: PnP ACPI: found 5 devices\n[ 0.386743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388477] NET: Registered protocol family 2\n[ 0.389423] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391852] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394057] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395208] NET: Registered protocol family 1\n[ 0.396069] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397144] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412142] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426365] Trying to unpack rootfs image as initramfs...\n[ 0.475174] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488984] Scanning for low memory corruption every 60 seconds\n[ 0.490315] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491438] audit: initializing netlink subsys (disabled)\n[ 0.492447] audit: type=2000 audit(1539347530.004:1): initialized\n[ 0.493763] Initialise system trusted keyring\n[ 0.494677] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495820] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497790] zbud: loaded\n[ 0.498490] VFS: Disk quotas dquot_6.6.0\n[ 0.499310] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500822] fuse init (API version 7.23)\n[ 0.501730] Key type big_key registered\n[ 0.502523] Allocating IMA MOK and blacklist keyrings.\n[ 0.503979] Key type asymmetric registered\n[ 0.504789] Asymmetric key parser 'x509' registered\n[ 0.505742] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507194] io scheduler noop registered\n[ 0.507978] io scheduler deadline registered (default)\n[ 0.508948] io scheduler cfq registered\n[ 0.509778] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510819] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512062] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513502] ACPI: Power Button [PWRF]\n[ 0.514342] GHES: HEST is not enabled!\n[ 0.528203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558435] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560677] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586224] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588846] Linux agpgart interface v0.103\n[ 0.590901] brd: module loaded\n[ 0.592128] loop: module loaded\n[ 0.596803] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598243] GPT:90111 != 2097151\n[ 0.598905] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599967] GPT:90111 != 2097151\n[ 0.600622] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601564] vda: vda1 vda15\n[ 0.603052] scsi host0: ata_piix\n[ 0.603790] scsi host1: ata_piix\n[ 0.604484] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605674] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607093] libphy: Fixed MDIO Bus: probed\n[ 0.607891] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608819] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610953] PPP generic driver version 2.4.2\n[ 0.611829] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613102] ehci-pci: EHCI PCI platform driver\n[ 0.613963] ehci-platform: EHCI generic platform driver\n[ 0.614933] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616043] ohci-pci: OHCI PCI platform driver\n[ 0.616883] ohci-platform: OHCI generic platform driver\n[ 0.617852] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633209] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634626] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635634] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636729] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637940] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639326] usb usb1: Product: UHCI Host Controller\n[ 0.640240] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641355] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642345] hub 1-0:1.0: USB hub found\n[ 0.643111] hub 1-0:1.0: 2 ports detected\n[ 0.643993] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646083] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647018] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648017] mousedev: PS/2 mouse device common for all mice\n[ 0.649256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651056] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652126] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653308] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654472] i2c /dev entries driver\n[ 0.655218] device-mapper: uevent: version 1.0.3\n[ 0.656133] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657726] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658994] NET: Registered protocol family 10\n[ 0.659971] NET: Registered protocol family 17\n[ 0.660838] Key type dns_resolver registered\n[ 0.661746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662816] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664544] registered taskstats version 1\n[ 0.665371] Loading compiled-in X.509 certificates\n[ 0.666795] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668602] zswap: loaded using pool lzo/zbud\n[ 0.669961] Key type trusted registered\n[ 0.671476] Key type encrypted registered\n[ 0.672292] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673312] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674332] evm: HMAC attrs: 0x1\n[ 0.675231] Magic number: 6:675:531\n[ 0.675979] tty ttyS11: hash matches\n[ 0.676765] rtc_cmos 00:00: setting system clock to 2018-10-12 12:32:10 UTC (1539347530)\n[ 0.678332] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679422] EDD information not available.\n[ 0.766164] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777848] Write protecting the kernel read-only data: 14336k\n[ 0.779412] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781173] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.137043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.09. iid=i-000000ed\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCriIgRb+3Ye/ImMU4LvD4WSvebkkzYY0TYfCioBVRtjs1V7SDNl/bNOIoLQ34heHffPqM8L0RIrBVhENGjlv496Yzf1nDP/oSe7AJHYgIP66utUtT3e0W7yJMxe4fvjLBGDOfmvg/l5IeT7vKEtBdisWx+vA9PIBEdKLO5C454XhJgpFv/t9M6mNkMavD1SpWfb69SnB6NFznVSJRGMiXx4wnVF2BSHbWi5Vnnz2rEvlo9KZC8EviwphxdWrdMquMwOXCi3twRQ28zZBP9s+/CsD9gxhWele3XEJzKI4dPf/ptiNzfTpu9hOFGSYgENDTvFIT9N8yGMyUzjymp0ev5 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIdzJ4VdIehJ/35APpsMQOzUHI514z9amE6xN11vFHqbe30JGOWMvTIWYkz2skKfIRx2Yl77k2MlktKcydytRwKFXOyZ5JC/UPsQaOft/dhWeS1lshfkgHyq6iyfyyZupfNgl4JcRbK6ENy098146BPfW4gigkmflwjYrtx+tOm7AAAAFQDSC0Os2VP8IvQ5igXMEHF518PmnQAAAIAnmOXm2zQ6ywcNN9feBNV8zDk6FgO+OgJNB7Vt4lJv2anI24XXl4tPR1l1eNUW1ewWZcTsbVSTHjbJH57RFvoa8v9DRwrbCG1++lw7Boss/WcKm18oEZr+qA1a0Li0CUAEt2cLiqz1aFPdzFakDFGNMxQxMcu3MStr9pLVuYqsdQAAAIAJ8bFJnK0csLjbN9o7ppXutGdF+cRmxC7xR9upq9Yf8TsDySlit9lE71EMpIrQGXIf0aP9X2ShxboNR2UJcMaOr0G1qkuSNjX8osPzQF+3puvUFtXT5jfD8/NWorulSLhTjfipXftGVGL3rvax9N5zYZazHpfs5xLX4HFSOjC99Q== 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:fe11:c885/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ed\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.12 ===\n/dev/root resized successfully [took 2.55s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:11:C8:85 \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe11:c885/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-10-12 12:33:19,729 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action used request id req-d737676d-caee-4025-96a5-b55d088b662c 2018-10-12 12:33:21,747 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e71dd4a8532fe2a343310bdc83e91b587c2c34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:33:22,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:33:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5a752597-bb25-473e-8589-de725c7fd90c x-compute-request-id: req-5a752597-bb25-473e-8589-de725c7fd90c Content-Encoding: gzip Content-Length: 9982 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 522597962 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128562] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130154] pid_max: default: 32768 minimum: 301\n[ 0.131016] ACPI: Core revision 20150930\n[ 0.132363] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133620] Security Framework initialized\n[ 0.134404] Yama: becoming mindful.\n[ 0.135108] AppArmor: AppArmor initialized\n[ 0.135944] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137223] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138451] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139607] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140951] Initializing cgroup subsys io\n[ 0.141731] Initializing cgroup subsys memory\n[ 0.142554] Initializing cgroup subsys devices\n[ 0.143391] Initializing cgroup subsys freezer\n[ 0.144244] Initializing cgroup subsys net_cls\n[ 0.145076] Initializing cgroup subsys perf_event\n[ 0.145951] Initializing cgroup subsys net_prio\n[ 0.146798] Initializing cgroup subsys hugetlb\n[ 0.147627] Initializing cgroup subsys pids\n[ 0.148481] CPU: Physical Processor ID: 0\n[ 0.149948] mce: CPU supports 10 MCE banks\n[ 0.150761] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151726] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162912] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169307] ftrace: allocating 31920 entries in 125 pages\n[ 0.195858] smpboot: Max logical packages: 1\n[ 0.196719] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198022] x2apic enabled\n[ 0.198804] Switched APIC routing to physical x2apic.\n[ 0.200529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201611] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203528] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205254] KVM setup paravirtual spinlock\n[ 0.206511] x86: Booted up 1 node, 1 CPUs\n[ 0.207303] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208653] devtmpfs: initialized\n[ 0.210349] evm: security.selinux\n[ 0.211026] evm: security.SMACK64\n[ 0.211689] evm: security.SMACK64EXEC\n[ 0.212407] evm: security.SMACK64TRANSMUTE\n[ 0.213185] evm: security.SMACK64MMAP\n[ 0.213897] evm: security.ima\n[ 0.214521] evm: security.capability\n[ 0.215305] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217095] pinctrl core: initialized pinctrl subsystem\n[ 0.218162] RTC time: 12:32:09, date: 10/12/18\n[ 0.219091] NET: Registered protocol family 16\n[ 0.220031] cpuidle: using governor ladder\n[ 0.220814] cpuidle: using governor menu\n[ 0.221576] PCCT header not found.\n[ 0.222309] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224314] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226847] ACPI: Added _OSI(Processor Device)\n[ 0.227687] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228556] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230637] ACPI: Interpreter enabled\n[ 0.231387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234956] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236739] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238517] ACPI: (supports S0 S5)\n[ 0.239199] ACPI: Using IOAPIC for interrupt routing\n[ 0.240107] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243239] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244339] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245524] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246672] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248816] acpiphp: Slot [3] registered\n[ 0.249590] acpiphp: Slot [4] registered\n[ 0.250361] acpiphp: Slot [5] registered\n[ 0.251137] acpiphp: Slot [6] registered\n[ 0.251903] acpiphp: Slot [7] registered\n[ 0.252672] acpiphp: Slot [8] registered\n[ 0.253453] acpiphp: Slot [9] registered\n[ 0.254223] acpiphp: Slot [10] registered\n[ 0.255004] acpiphp: Slot [11] registered\n[ 0.255787] acpiphp: Slot [12] registered\n[ 0.256578] acpiphp: Slot [13] registered\n[ 0.257358] acpiphp: Slot [14] registered\n[ 0.258138] acpiphp: Slot [15] registered\n[ 0.268886] acpiphp: Slot [16] registered\n[ 0.269711] acpiphp: Slot [17] registered\n[ 0.270495] acpiphp: Slot [18] registered\n[ 0.271286] acpiphp: Slot [19] registered\n[ 0.272067] acpiphp: Slot [20] registered\n[ 0.272846] acpiphp: Slot [21] registered\n[ 0.273633] acpiphp: Slot [22] registered\n[ 0.274429] acpiphp: Slot [23] registered\n[ 0.275217] acpiphp: Slot [24] registered\n[ 0.276001] acpiphp: Slot [25] registered\n[ 0.276778] acpiphp: Slot [26] registered\n[ 0.277567] acpiphp: Slot [27] registered\n[ 0.278359] acpiphp: Slot [28] registered\n[ 0.279143] acpiphp: Slot [29] registered\n[ 0.279925] acpiphp: Slot [30] registered\n[ 0.280702] acpiphp: Slot [31] registered\n[ 0.281489] PCI host bridge to bus 0000:00\n[ 0.282273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283441] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286013] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287415] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294836] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295975] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297194] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303665] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351881] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353364] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354735] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356145] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357515] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359838] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360864] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362369] vgaarb: loaded\n[ 0.362954] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364067] SCSI subsystem initialized\n[ 0.364854] ACPI: bus type USB registered\n[ 0.365645] usbcore: registered new interface driver usbfs\n[ 0.366644] usbcore: registered new interface driver hub\n[ 0.367634] usbcore: registered new device driver usb\n[ 0.368655] PCI: Using ACPI for IRQ routing\n[ 0.369645] NetLabel: Initializing\n[ 0.370344] NetLabel: domain hash size = 128\n[ 0.371171] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372094] NetLabel: unlabeled traffic allowed by default\n[ 0.373182] clocksource: Switched to clocksource kvm-clock\n[ 0.378570] AppArmor: AppArmor Filesystem Enabled\n[ 0.379494] pnp: PnP ACPI init\n[ 0.380381] pnp: PnP ACPI: found 5 devices\n[ 0.386743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388477] NET: Registered protocol family 2\n[ 0.389423] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391852] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394057] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395208] NET: Registered protocol family 1\n[ 0.396069] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397144] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412142] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426365] Trying to unpack rootfs image as initramfs...\n[ 0.475174] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488984] Scanning for low memory corruption every 60 seconds\n[ 0.490315] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491438] audit: initializing netlink subsys (disabled)\n[ 0.492447] audit: type=2000 audit(1539347530.004:1): initialized\n[ 0.493763] Initialise system trusted keyring\n[ 0.494677] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495820] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497790] zbud: loaded\n[ 0.498490] VFS: Disk quotas dquot_6.6.0\n[ 0.499310] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500822] fuse init (API version 7.23)\n[ 0.501730] Key type big_key registered\n[ 0.502523] Allocating IMA MOK and blacklist keyrings.\n[ 0.503979] Key type asymmetric registered\n[ 0.504789] Asymmetric key parser 'x509' registered\n[ 0.505742] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507194] io scheduler noop registered\n[ 0.507978] io scheduler deadline registered (default)\n[ 0.508948] io scheduler cfq registered\n[ 0.509778] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510819] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512062] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513502] ACPI: Power Button [PWRF]\n[ 0.514342] GHES: HEST is not enabled!\n[ 0.528203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558435] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560677] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586224] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588846] Linux agpgart interface v0.103\n[ 0.590901] brd: module loaded\n[ 0.592128] loop: module loaded\n[ 0.596803] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598243] GPT:90111 != 2097151\n[ 0.598905] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599967] GPT:90111 != 2097151\n[ 0.600622] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601564] vda: vda1 vda15\n[ 0.603052] scsi host0: ata_piix\n[ 0.603790] scsi host1: ata_piix\n[ 0.604484] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605674] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607093] libphy: Fixed MDIO Bus: probed\n[ 0.607891] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608819] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610953] PPP generic driver version 2.4.2\n[ 0.611829] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613102] ehci-pci: EHCI PCI platform driver\n[ 0.613963] ehci-platform: EHCI generic platform driver\n[ 0.614933] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616043] ohci-pci: OHCI PCI platform driver\n[ 0.616883] ohci-platform: OHCI generic platform driver\n[ 0.617852] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633209] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634626] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635634] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636729] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637940] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639326] usb usb1: Product: UHCI Host Controller\n[ 0.640240] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641355] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642345] hub 1-0:1.0: USB hub found\n[ 0.643111] hub 1-0:1.0: 2 ports detected\n[ 0.643993] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646083] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647018] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648017] mousedev: PS/2 mouse device common for all mice\n[ 0.649256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651056] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652126] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653308] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654472] i2c /dev entries driver\n[ 0.655218] device-mapper: uevent: version 1.0.3\n[ 0.656133] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657726] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658994] NET: Registered protocol family 10\n[ 0.659971] NET: Registered protocol family 17\n[ 0.660838] Key type dns_resolver registered\n[ 0.661746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662816] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664544] registered taskstats version 1\n[ 0.665371] Loading compiled-in X.509 certificates\n[ 0.666795] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668602] zswap: loaded using pool lzo/zbud\n[ 0.669961] Key type trusted registered\n[ 0.671476] Key type encrypted registered\n[ 0.672292] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673312] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674332] evm: HMAC attrs: 0x1\n[ 0.675231] Magic number: 6:675:531\n[ 0.675979] tty ttyS11: hash matches\n[ 0.676765] rtc_cmos 00:00: setting system clock to 2018-10-12 12:32:10 UTC (1539347530)\n[ 0.678332] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679422] EDD information not available.\n[ 0.766164] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777848] Write protecting the kernel read-only data: 14336k\n[ 0.779412] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781173] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.137043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.09. iid=i-000000ed\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCriIgRb+3Ye/ImMU4LvD4WSvebkkzYY0TYfCioBVRtjs1V7SDNl/bNOIoLQ34heHffPqM8L0RIrBVhENGjlv496Yzf1nDP/oSe7AJHYgIP66utUtT3e0W7yJMxe4fvjLBGDOfmvg/l5IeT7vKEtBdisWx+vA9PIBEdKLO5C454XhJgpFv/t9M6mNkMavD1SpWfb69SnB6NFznVSJRGMiXx4wnVF2BSHbWi5Vnnz2rEvlo9KZC8EviwphxdWrdMquMwOXCi3twRQ28zZBP9s+/CsD9gxhWele3XEJzKI4dPf/ptiNzfTpu9hOFGSYgENDTvFIT9N8yGMyUzjymp0ev5 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIdzJ4VdIehJ/35APpsMQOzUHI514z9amE6xN11vFHqbe30JGOWMvTIWYkz2skKfIRx2Yl77k2MlktKcydytRwKFXOyZ5JC/UPsQaOft/dhWeS1lshfkgHyq6iyfyyZupfNgl4JcRbK6ENy098146BPfW4gigkmflwjYrtx+tOm7AAAAFQDSC0Os2VP8IvQ5igXMEHF518PmnQAAAIAnmOXm2zQ6ywcNN9feBNV8zDk6FgO+OgJNB7Vt4lJv2anI24XXl4tPR1l1eNUW1ewWZcTsbVSTHjbJH57RFvoa8v9DRwrbCG1++lw7Boss/WcKm18oEZr+qA1a0Li0CUAEt2cLiqz1aFPdzFakDFGNMxQxMcu3MStr9pLVuYqsdQAAAIAJ8bFJnK0csLjbN9o7ppXutGdF+cRmxC7xR9upq9Yf8TsDySlit9lE71EMpIrQGXIf0aP9X2ShxboNR2UJcMaOr0G1qkuSNjX8osPzQF+3puvUFtXT5jfD8/NWorulSLhTjfipXftGVGL3rvax9N5zYZazHpfs5xLX4HFSOjC99Q== 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:fe11:c885/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ed\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.12 ===\n/dev/root resized successfully [took 2.55s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:11:C8:85 \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe11:c885/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-10-12 12:33:22,819 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action used request id req-5a752597-bb25-473e-8589-de725c7fd90c 2018-10-12 12:33:24,840 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e71dd4a8532fe2a343310bdc83e91b587c2c34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:33:25,923 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-d1ddcf31-6c18-4109-a133-7c9dce51d5cb x-compute-request-id: req-d1ddcf31-6c18-4109-a133-7c9dce51d5cb Content-Encoding: gzip Content-Length: 9982 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 522597962 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128562] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130154] pid_max: default: 32768 minimum: 301\n[ 0.131016] ACPI: Core revision 20150930\n[ 0.132363] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133620] Security Framework initialized\n[ 0.134404] Yama: becoming mindful.\n[ 0.135108] AppArmor: AppArmor initialized\n[ 0.135944] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137223] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138451] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139607] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140951] Initializing cgroup subsys io\n[ 0.141731] Initializing cgroup subsys memory\n[ 0.142554] Initializing cgroup subsys devices\n[ 0.143391] Initializing cgroup subsys freezer\n[ 0.144244] Initializing cgroup subsys net_cls\n[ 0.145076] Initializing cgroup subsys perf_event\n[ 0.145951] Initializing cgroup subsys net_prio\n[ 0.146798] Initializing cgroup subsys hugetlb\n[ 0.147627] Initializing cgroup subsys pids\n[ 0.148481] CPU: Physical Processor ID: 0\n[ 0.149948] mce: CPU supports 10 MCE banks\n[ 0.150761] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151726] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162912] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169307] ftrace: allocating 31920 entries in 125 pages\n[ 0.195858] smpboot: Max logical packages: 1\n[ 0.196719] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198022] x2apic enabled\n[ 0.198804] Switched APIC routing to physical x2apic.\n[ 0.200529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201611] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203528] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205254] KVM setup paravirtual spinlock\n[ 0.206511] x86: Booted up 1 node, 1 CPUs\n[ 0.207303] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208653] devtmpfs: initialized\n[ 0.210349] evm: security.selinux\n[ 0.211026] evm: security.SMACK64\n[ 0.211689] evm: security.SMACK64EXEC\n[ 0.212407] evm: security.SMACK64TRANSMUTE\n[ 0.213185] evm: security.SMACK64MMAP\n[ 0.213897] evm: security.ima\n[ 0.214521] evm: security.capability\n[ 0.215305] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217095] pinctrl core: initialized pinctrl subsystem\n[ 0.218162] RTC time: 12:32:09, date: 10/12/18\n[ 0.219091] NET: Registered protocol family 16\n[ 0.220031] cpuidle: using governor ladder\n[ 0.220814] cpuidle: using governor menu\n[ 0.221576] PCCT header not found.\n[ 0.222309] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224314] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226847] ACPI: Added _OSI(Processor Device)\n[ 0.227687] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228556] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230637] ACPI: Interpreter enabled\n[ 0.231387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234956] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236739] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238517] ACPI: (supports S0 S5)\n[ 0.239199] ACPI: Using IOAPIC for interrupt routing\n[ 0.240107] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243239] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244339] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245524] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246672] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248816] acpiphp: Slot [3] registered\n[ 0.249590] acpiphp: Slot [4] registered\n[ 0.250361] acpiphp: Slot [5] registered\n[ 0.251137] acpiphp: Slot [6] registered\n[ 0.251903] acpiphp: Slot [7] registered\n[ 0.252672] acpiphp: Slot [8] registered\n[ 0.253453] acpiphp: Slot [9] registered\n[ 0.254223] acpiphp: Slot [10] registered\n[ 0.255004] acpiphp: Slot [11] registered\n[ 0.255787] acpiphp: Slot [12] registered\n[ 0.256578] acpiphp: Slot [13] registered\n[ 0.257358] acpiphp: Slot [14] registered\n[ 0.258138] acpiphp: Slot [15] registered\n[ 0.268886] acpiphp: Slot [16] registered\n[ 0.269711] acpiphp: Slot [17] registered\n[ 0.270495] acpiphp: Slot [18] registered\n[ 0.271286] acpiphp: Slot [19] registered\n[ 0.272067] acpiphp: Slot [20] registered\n[ 0.272846] acpiphp: Slot [21] registered\n[ 0.273633] acpiphp: Slot [22] registered\n[ 0.274429] acpiphp: Slot [23] registered\n[ 0.275217] acpiphp: Slot [24] registered\n[ 0.276001] acpiphp: Slot [25] registered\n[ 0.276778] acpiphp: Slot [26] registered\n[ 0.277567] acpiphp: Slot [27] registered\n[ 0.278359] acpiphp: Slot [28] registered\n[ 0.279143] acpiphp: Slot [29] registered\n[ 0.279925] acpiphp: Slot [30] registered\n[ 0.280702] acpiphp: Slot [31] registered\n[ 0.281489] PCI host bridge to bus 0000:00\n[ 0.282273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283441] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286013] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287415] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294836] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295975] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297194] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303665] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351881] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353364] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354735] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356145] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357515] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359838] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360864] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362369] vgaarb: loaded\n[ 0.362954] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364067] SCSI subsystem initialized\n[ 0.364854] ACPI: bus type USB registered\n[ 0.365645] usbcore: registered new interface driver usbfs\n[ 0.366644] usbcore: registered new interface driver hub\n[ 0.367634] usbcore: registered new device driver usb\n[ 0.368655] PCI: Using ACPI for IRQ routing\n[ 0.369645] NetLabel: Initializing\n[ 0.370344] NetLabel: domain hash size = 128\n[ 0.371171] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372094] NetLabel: unlabeled traffic allowed by default\n[ 0.373182] clocksource: Switched to clocksource kvm-clock\n[ 0.378570] AppArmor: AppArmor Filesystem Enabled\n[ 0.379494] pnp: PnP ACPI init\n[ 0.380381] pnp: PnP ACPI: found 5 devices\n[ 0.386743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388477] NET: Registered protocol family 2\n[ 0.389423] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391852] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394057] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395208] NET: Registered protocol family 1\n[ 0.396069] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397144] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412142] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426365] Trying to unpack rootfs image as initramfs...\n[ 0.475174] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488984] Scanning for low memory corruption every 60 seconds\n[ 0.490315] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491438] audit: initializing netlink subsys (disabled)\n[ 0.492447] audit: type=2000 audit(1539347530.004:1): initialized\n[ 0.493763] Initialise system trusted keyring\n[ 0.494677] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495820] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497790] zbud: loaded\n[ 0.498490] VFS: Disk quotas dquot_6.6.0\n[ 0.499310] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500822] fuse init (API version 7.23)\n[ 0.501730] Key type big_key registered\n[ 0.502523] Allocating IMA MOK and blacklist keyrings.\n[ 0.503979] Key type asymmetric registered\n[ 0.504789] Asymmetric key parser 'x509' registered\n[ 0.505742] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507194] io scheduler noop registered\n[ 0.507978] io scheduler deadline registered (default)\n[ 0.508948] io scheduler cfq registered\n[ 0.509778] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510819] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512062] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513502] ACPI: Power Button [PWRF]\n[ 0.514342] GHES: HEST is not enabled!\n[ 0.528203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558435] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560677] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586224] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588846] Linux agpgart interface v0.103\n[ 0.590901] brd: module loaded\n[ 0.592128] loop: module loaded\n[ 0.596803] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598243] GPT:90111 != 2097151\n[ 0.598905] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599967] GPT:90111 != 2097151\n[ 0.600622] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601564] vda: vda1 vda15\n[ 0.603052] scsi host0: ata_piix\n[ 0.603790] scsi host1: ata_piix\n[ 0.604484] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605674] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607093] libphy: Fixed MDIO Bus: probed\n[ 0.607891] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608819] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610953] PPP generic driver version 2.4.2\n[ 0.611829] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613102] ehci-pci: EHCI PCI platform driver\n[ 0.613963] ehci-platform: EHCI generic platform driver\n[ 0.614933] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616043] ohci-pci: OHCI PCI platform driver\n[ 0.616883] ohci-platform: OHCI generic platform driver\n[ 0.617852] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633209] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634626] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635634] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636729] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637940] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639326] usb usb1: Product: UHCI Host Controller\n[ 0.640240] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641355] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642345] hub 1-0:1.0: USB hub found\n[ 0.643111] hub 1-0:1.0: 2 ports detected\n[ 0.643993] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646083] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647018] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648017] mousedev: PS/2 mouse device common for all mice\n[ 0.649256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651056] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652126] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653308] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654472] i2c /dev entries driver\n[ 0.655218] device-mapper: uevent: version 1.0.3\n[ 0.656133] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657726] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658994] NET: Registered protocol family 10\n[ 0.659971] NET: Registered protocol family 17\n[ 0.660838] Key type dns_resolver registered\n[ 0.661746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662816] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664544] registered taskstats version 1\n[ 0.665371] Loading compiled-in X.509 certificates\n[ 0.666795] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668602] zswap: loaded using pool lzo/zbud\n[ 0.669961] Key type trusted registered\n[ 0.671476] Key type encrypted registered\n[ 0.672292] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673312] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674332] evm: HMAC attrs: 0x1\n[ 0.675231] Magic number: 6:675:531\n[ 0.675979] tty ttyS11: hash matches\n[ 0.676765] rtc_cmos 00:00: setting system clock to 2018-10-12 12:32:10 UTC (1539347530)\n[ 0.678332] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679422] EDD information not available.\n[ 0.766164] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777848] Write protecting the kernel read-only data: 14336k\n[ 0.779412] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781173] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.137043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.09. iid=i-000000ed\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCriIgRb+3Ye/ImMU4LvD4WSvebkkzYY0TYfCioBVRtjs1V7SDNl/bNOIoLQ34heHffPqM8L0RIrBVhENGjlv496Yzf1nDP/oSe7AJHYgIP66utUtT3e0W7yJMxe4fvjLBGDOfmvg/l5IeT7vKEtBdisWx+vA9PIBEdKLO5C454XhJgpFv/t9M6mNkMavD1SpWfb69SnB6NFznVSJRGMiXx4wnVF2BSHbWi5Vnnz2rEvlo9KZC8EviwphxdWrdMquMwOXCi3twRQ28zZBP9s+/CsD9gxhWele3XEJzKI4dPf/ptiNzfTpu9hOFGSYgENDTvFIT9N8yGMyUzjymp0ev5 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIdzJ4VdIehJ/35APpsMQOzUHI514z9amE6xN11vFHqbe30JGOWMvTIWYkz2skKfIRx2Yl77k2MlktKcydytRwKFXOyZ5JC/UPsQaOft/dhWeS1lshfkgHyq6iyfyyZupfNgl4JcRbK6ENy098146BPfW4gigkmflwjYrtx+tOm7AAAAFQDSC0Os2VP8IvQ5igXMEHF518PmnQAAAIAnmOXm2zQ6ywcNN9feBNV8zDk6FgO+OgJNB7Vt4lJv2anI24XXl4tPR1l1eNUW1ewWZcTsbVSTHjbJH57RFvoa8v9DRwrbCG1++lw7Boss/WcKm18oEZr+qA1a0Li0CUAEt2cLiqz1aFPdzFakDFGNMxQxMcu3MStr9pLVuYqsdQAAAIAJ8bFJnK0csLjbN9o7ppXutGdF+cRmxC7xR9upq9Yf8TsDySlit9lE71EMpIrQGXIf0aP9X2ShxboNR2UJcMaOr0G1qkuSNjX8osPzQF+3puvUFtXT5jfD8/NWorulSLhTjfipXftGVGL3rvax9N5zYZazHpfs5xLX4HFSOjC99Q== 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:fe11:c885/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ed\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.12 ===\n/dev/root resized successfully [took 2.55s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:11:C8:85 \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe11:c885/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-10-12 12:33:25,923 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action used request id req-d1ddcf31-6c18-4109-a133-7c9dce51d5cb 2018-10-12 12:33:27,943 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e71dd4a8532fe2a343310bdc83e91b587c2c34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:33:29,020 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-e877fb8b-9f2f-4d39-a919-90a08dffba50 x-compute-request-id: req-e877fb8b-9f2f-4d39-a919-90a08dffba50 Content-Encoding: gzip Content-Length: 9982 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 522597962 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128562] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130154] pid_max: default: 32768 minimum: 301\n[ 0.131016] ACPI: Core revision 20150930\n[ 0.132363] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133620] Security Framework initialized\n[ 0.134404] Yama: becoming mindful.\n[ 0.135108] AppArmor: AppArmor initialized\n[ 0.135944] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137223] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138451] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139607] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140951] Initializing cgroup subsys io\n[ 0.141731] Initializing cgroup subsys memory\n[ 0.142554] Initializing cgroup subsys devices\n[ 0.143391] Initializing cgroup subsys freezer\n[ 0.144244] Initializing cgroup subsys net_cls\n[ 0.145076] Initializing cgroup subsys perf_event\n[ 0.145951] Initializing cgroup subsys net_prio\n[ 0.146798] Initializing cgroup subsys hugetlb\n[ 0.147627] Initializing cgroup subsys pids\n[ 0.148481] CPU: Physical Processor ID: 0\n[ 0.149948] mce: CPU supports 10 MCE banks\n[ 0.150761] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151726] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162912] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169307] ftrace: allocating 31920 entries in 125 pages\n[ 0.195858] smpboot: Max logical packages: 1\n[ 0.196719] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198022] x2apic enabled\n[ 0.198804] Switched APIC routing to physical x2apic.\n[ 0.200529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201611] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203528] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205254] KVM setup paravirtual spinlock\n[ 0.206511] x86: Booted up 1 node, 1 CPUs\n[ 0.207303] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208653] devtmpfs: initialized\n[ 0.210349] evm: security.selinux\n[ 0.211026] evm: security.SMACK64\n[ 0.211689] evm: security.SMACK64EXEC\n[ 0.212407] evm: security.SMACK64TRANSMUTE\n[ 0.213185] evm: security.SMACK64MMAP\n[ 0.213897] evm: security.ima\n[ 0.214521] evm: security.capability\n[ 0.215305] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217095] pinctrl core: initialized pinctrl subsystem\n[ 0.218162] RTC time: 12:32:09, date: 10/12/18\n[ 0.219091] NET: Registered protocol family 16\n[ 0.220031] cpuidle: using governor ladder\n[ 0.220814] cpuidle: using governor menu\n[ 0.221576] PCCT header not found.\n[ 0.222309] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224314] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226847] ACPI: Added _OSI(Processor Device)\n[ 0.227687] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228556] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230637] ACPI: Interpreter enabled\n[ 0.231387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234956] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236739] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238517] ACPI: (supports S0 S5)\n[ 0.239199] ACPI: Using IOAPIC for interrupt routing\n[ 0.240107] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243239] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244339] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245524] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246672] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248816] acpiphp: Slot [3] registered\n[ 0.249590] acpiphp: Slot [4] registered\n[ 0.250361] acpiphp: Slot [5] registered\n[ 0.251137] acpiphp: Slot [6] registered\n[ 0.251903] acpiphp: Slot [7] registered\n[ 0.252672] acpiphp: Slot [8] registered\n[ 0.253453] acpiphp: Slot [9] registered\n[ 0.254223] acpiphp: Slot [10] registered\n[ 0.255004] acpiphp: Slot [11] registered\n[ 0.255787] acpiphp: Slot [12] registered\n[ 0.256578] acpiphp: Slot [13] registered\n[ 0.257358] acpiphp: Slot [14] registered\n[ 0.258138] acpiphp: Slot [15] registered\n[ 0.268886] acpiphp: Slot [16] registered\n[ 0.269711] acpiphp: Slot [17] registered\n[ 0.270495] acpiphp: Slot [18] registered\n[ 0.271286] acpiphp: Slot [19] registered\n[ 0.272067] acpiphp: Slot [20] registered\n[ 0.272846] acpiphp: Slot [21] registered\n[ 0.273633] acpiphp: Slot [22] registered\n[ 0.274429] acpiphp: Slot [23] registered\n[ 0.275217] acpiphp: Slot [24] registered\n[ 0.276001] acpiphp: Slot [25] registered\n[ 0.276778] acpiphp: Slot [26] registered\n[ 0.277567] acpiphp: Slot [27] registered\n[ 0.278359] acpiphp: Slot [28] registered\n[ 0.279143] acpiphp: Slot [29] registered\n[ 0.279925] acpiphp: Slot [30] registered\n[ 0.280702] acpiphp: Slot [31] registered\n[ 0.281489] PCI host bridge to bus 0000:00\n[ 0.282273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283441] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286013] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287415] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294836] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295975] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297194] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303665] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351881] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353364] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354735] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356145] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357515] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359838] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360864] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362369] vgaarb: loaded\n[ 0.362954] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364067] SCSI subsystem initialized\n[ 0.364854] ACPI: bus type USB registered\n[ 0.365645] usbcore: registered new interface driver usbfs\n[ 0.366644] usbcore: registered new interface driver hub\n[ 0.367634] usbcore: registered new device driver usb\n[ 0.368655] PCI: Using ACPI for IRQ routing\n[ 0.369645] NetLabel: Initializing\n[ 0.370344] NetLabel: domain hash size = 128\n[ 0.371171] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372094] NetLabel: unlabeled traffic allowed by default\n[ 0.373182] clocksource: Switched to clocksource kvm-clock\n[ 0.378570] AppArmor: AppArmor Filesystem Enabled\n[ 0.379494] pnp: PnP ACPI init\n[ 0.380381] pnp: PnP ACPI: found 5 devices\n[ 0.386743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388477] NET: Registered protocol family 2\n[ 0.389423] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391852] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394057] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395208] NET: Registered protocol family 1\n[ 0.396069] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397144] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412142] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426365] Trying to unpack rootfs image as initramfs...\n[ 0.475174] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488984] Scanning for low memory corruption every 60 seconds\n[ 0.490315] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491438] audit: initializing netlink subsys (disabled)\n[ 0.492447] audit: type=2000 audit(1539347530.004:1): initialized\n[ 0.493763] Initialise system trusted keyring\n[ 0.494677] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495820] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497790] zbud: loaded\n[ 0.498490] VFS: Disk quotas dquot_6.6.0\n[ 0.499310] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500822] fuse init (API version 7.23)\n[ 0.501730] Key type big_key registered\n[ 0.502523] Allocating IMA MOK and blacklist keyrings.\n[ 0.503979] Key type asymmetric registered\n[ 0.504789] Asymmetric key parser 'x509' registered\n[ 0.505742] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507194] io scheduler noop registered\n[ 0.507978] io scheduler deadline registered (default)\n[ 0.508948] io scheduler cfq registered\n[ 0.509778] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510819] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512062] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513502] ACPI: Power Button [PWRF]\n[ 0.514342] GHES: HEST is not enabled!\n[ 0.528203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558435] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560677] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586224] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588846] Linux agpgart interface v0.103\n[ 0.590901] brd: module loaded\n[ 0.592128] loop: module loaded\n[ 0.596803] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598243] GPT:90111 != 2097151\n[ 0.598905] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599967] GPT:90111 != 2097151\n[ 0.600622] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601564] vda: vda1 vda15\n[ 0.603052] scsi host0: ata_piix\n[ 0.603790] scsi host1: ata_piix\n[ 0.604484] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605674] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607093] libphy: Fixed MDIO Bus: probed\n[ 0.607891] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608819] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610953] PPP generic driver version 2.4.2\n[ 0.611829] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613102] ehci-pci: EHCI PCI platform driver\n[ 0.613963] ehci-platform: EHCI generic platform driver\n[ 0.614933] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616043] ohci-pci: OHCI PCI platform driver\n[ 0.616883] ohci-platform: OHCI generic platform driver\n[ 0.617852] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633209] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634626] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635634] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636729] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637940] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639326] usb usb1: Product: UHCI Host Controller\n[ 0.640240] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641355] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642345] hub 1-0:1.0: USB hub found\n[ 0.643111] hub 1-0:1.0: 2 ports detected\n[ 0.643993] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646083] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647018] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648017] mousedev: PS/2 mouse device common for all mice\n[ 0.649256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651056] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652126] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653308] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654472] i2c /dev entries driver\n[ 0.655218] device-mapper: uevent: version 1.0.3\n[ 0.656133] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657726] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658994] NET: Registered protocol family 10\n[ 0.659971] NET: Registered protocol family 17\n[ 0.660838] Key type dns_resolver registered\n[ 0.661746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662816] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664544] registered taskstats version 1\n[ 0.665371] Loading compiled-in X.509 certificates\n[ 0.666795] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668602] zswap: loaded using pool lzo/zbud\n[ 0.669961] Key type trusted registered\n[ 0.671476] Key type encrypted registered\n[ 0.672292] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673312] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674332] evm: HMAC attrs: 0x1\n[ 0.675231] Magic number: 6:675:531\n[ 0.675979] tty ttyS11: hash matches\n[ 0.676765] rtc_cmos 00:00: setting system clock to 2018-10-12 12:32:10 UTC (1539347530)\n[ 0.678332] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679422] EDD information not available.\n[ 0.766164] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777848] Write protecting the kernel read-only data: 14336k\n[ 0.779412] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781173] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.137043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.09. iid=i-000000ed\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCriIgRb+3Ye/ImMU4LvD4WSvebkkzYY0TYfCioBVRtjs1V7SDNl/bNOIoLQ34heHffPqM8L0RIrBVhENGjlv496Yzf1nDP/oSe7AJHYgIP66utUtT3e0W7yJMxe4fvjLBGDOfmvg/l5IeT7vKEtBdisWx+vA9PIBEdKLO5C454XhJgpFv/t9M6mNkMavD1SpWfb69SnB6NFznVSJRGMiXx4wnVF2BSHbWi5Vnnz2rEvlo9KZC8EviwphxdWrdMquMwOXCi3twRQ28zZBP9s+/CsD9gxhWele3XEJzKI4dPf/ptiNzfTpu9hOFGSYgENDTvFIT9N8yGMyUzjymp0ev5 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIdzJ4VdIehJ/35APpsMQOzUHI514z9amE6xN11vFHqbe30JGOWMvTIWYkz2skKfIRx2Yl77k2MlktKcydytRwKFXOyZ5JC/UPsQaOft/dhWeS1lshfkgHyq6iyfyyZupfNgl4JcRbK6ENy098146BPfW4gigkmflwjYrtx+tOm7AAAAFQDSC0Os2VP8IvQ5igXMEHF518PmnQAAAIAnmOXm2zQ6ywcNN9feBNV8zDk6FgO+OgJNB7Vt4lJv2anI24XXl4tPR1l1eNUW1ewWZcTsbVSTHjbJH57RFvoa8v9DRwrbCG1++lw7Boss/WcKm18oEZr+qA1a0Li0CUAEt2cLiqz1aFPdzFakDFGNMxQxMcu3MStr9pLVuYqsdQAAAIAJ8bFJnK0csLjbN9o7ppXutGdF+cRmxC7xR9upq9Yf8TsDySlit9lE71EMpIrQGXIf0aP9X2ShxboNR2UJcMaOr0G1qkuSNjX8osPzQF+3puvUFtXT5jfD8/NWorulSLhTjfipXftGVGL3rvax9N5zYZazHpfs5xLX4HFSOjC99Q== 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:fe11:c885/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ed\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.12 ===\n/dev/root resized successfully [took 2.55s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:11:C8:85 \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe11:c885/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-10-12 12:33:29,021 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action used request id req-e877fb8b-9f2f-4d39-a919-90a08dffba50 2018-10-12 12:33:31,043 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e71dd4a8532fe2a343310bdc83e91b587c2c34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:33:32,113 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:33:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-492aa93d-def4-4afb-a454-642cbf5a626d x-compute-request-id: req-492aa93d-def4-4afb-a454-642cbf5a626d Content-Encoding: gzip Content-Length: 10053 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 522597962 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128562] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130154] pid_max: default: 32768 minimum: 301\n[ 0.131016] ACPI: Core revision 20150930\n[ 0.132363] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133620] Security Framework initialized\n[ 0.134404] Yama: becoming mindful.\n[ 0.135108] AppArmor: AppArmor initialized\n[ 0.135944] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137223] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138451] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139607] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140951] Initializing cgroup subsys io\n[ 0.141731] Initializing cgroup subsys memory\n[ 0.142554] Initializing cgroup subsys devices\n[ 0.143391] Initializing cgroup subsys freezer\n[ 0.144244] Initializing cgroup subsys net_cls\n[ 0.145076] Initializing cgroup subsys perf_event\n[ 0.145951] Initializing cgroup subsys net_prio\n[ 0.146798] Initializing cgroup subsys hugetlb\n[ 0.147627] Initializing cgroup subsys pids\n[ 0.148481] CPU: Physical Processor ID: 0\n[ 0.149948] mce: CPU supports 10 MCE banks\n[ 0.150761] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151726] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162912] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169307] ftrace: allocating 31920 entries in 125 pages\n[ 0.195858] smpboot: Max logical packages: 1\n[ 0.196719] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198022] x2apic enabled\n[ 0.198804] Switched APIC routing to physical x2apic.\n[ 0.200529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201611] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203528] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205254] KVM setup paravirtual spinlock\n[ 0.206511] x86: Booted up 1 node, 1 CPUs\n[ 0.207303] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208653] devtmpfs: initialized\n[ 0.210349] evm: security.selinux\n[ 0.211026] evm: security.SMACK64\n[ 0.211689] evm: security.SMACK64EXEC\n[ 0.212407] evm: security.SMACK64TRANSMUTE\n[ 0.213185] evm: security.SMACK64MMAP\n[ 0.213897] evm: security.ima\n[ 0.214521] evm: security.capability\n[ 0.215305] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217095] pinctrl core: initialized pinctrl subsystem\n[ 0.218162] RTC time: 12:32:09, date: 10/12/18\n[ 0.219091] NET: Registered protocol family 16\n[ 0.220031] cpuidle: using governor ladder\n[ 0.220814] cpuidle: using governor menu\n[ 0.221576] PCCT header not found.\n[ 0.222309] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224314] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226847] ACPI: Added _OSI(Processor Device)\n[ 0.227687] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228556] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230637] ACPI: Interpreter enabled\n[ 0.231387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234956] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236739] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238517] ACPI: (supports S0 S5)\n[ 0.239199] ACPI: Using IOAPIC for interrupt routing\n[ 0.240107] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243239] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244339] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245524] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246672] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248816] acpiphp: Slot [3] registered\n[ 0.249590] acpiphp: Slot [4] registered\n[ 0.250361] acpiphp: Slot [5] registered\n[ 0.251137] acpiphp: Slot [6] registered\n[ 0.251903] acpiphp: Slot [7] registered\n[ 0.252672] acpiphp: Slot [8] registered\n[ 0.253453] acpiphp: Slot [9] registered\n[ 0.254223] acpiphp: Slot [10] registered\n[ 0.255004] acpiphp: Slot [11] registered\n[ 0.255787] acpiphp: Slot [12] registered\n[ 0.256578] acpiphp: Slot [13] registered\n[ 0.257358] acpiphp: Slot [14] registered\n[ 0.258138] acpiphp: Slot [15] registered\n[ 0.268886] acpiphp: Slot [16] registered\n[ 0.269711] acpiphp: Slot [17] registered\n[ 0.270495] acpiphp: Slot [18] registered\n[ 0.271286] acpiphp: Slot [19] registered\n[ 0.272067] acpiphp: Slot [20] registered\n[ 0.272846] acpiphp: Slot [21] registered\n[ 0.273633] acpiphp: Slot [22] registered\n[ 0.274429] acpiphp: Slot [23] registered\n[ 0.275217] acpiphp: Slot [24] registered\n[ 0.276001] acpiphp: Slot [25] registered\n[ 0.276778] acpiphp: Slot [26] registered\n[ 0.277567] acpiphp: Slot [27] registered\n[ 0.278359] acpiphp: Slot [28] registered\n[ 0.279143] acpiphp: Slot [29] registered\n[ 0.279925] acpiphp: Slot [30] registered\n[ 0.280702] acpiphp: Slot [31] registered\n[ 0.281489] PCI host bridge to bus 0000:00\n[ 0.282273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283441] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286013] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287415] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294836] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295975] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297194] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303665] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351881] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353364] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354735] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356145] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357515] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359838] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360864] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362369] vgaarb: loaded\n[ 0.362954] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364067] SCSI subsystem initialized\n[ 0.364854] ACPI: bus type USB registered\n[ 0.365645] usbcore: registered new interface driver usbfs\n[ 0.366644] usbcore: registered new interface driver hub\n[ 0.367634] usbcore: registered new device driver usb\n[ 0.368655] PCI: Using ACPI for IRQ routing\n[ 0.369645] NetLabel: Initializing\n[ 0.370344] NetLabel: domain hash size = 128\n[ 0.371171] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372094] NetLabel: unlabeled traffic allowed by default\n[ 0.373182] clocksource: Switched to clocksource kvm-clock\n[ 0.378570] AppArmor: AppArmor Filesystem Enabled\n[ 0.379494] pnp: PnP ACPI init\n[ 0.380381] pnp: PnP ACPI: found 5 devices\n[ 0.386743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388477] NET: Registered protocol family 2\n[ 0.389423] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391852] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394057] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395208] NET: Registered protocol family 1\n[ 0.396069] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397144] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412142] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426365] Trying to unpack rootfs image as initramfs...\n[ 0.475174] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488984] Scanning for low memory corruption every 60 seconds\n[ 0.490315] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491438] audit: initializing netlink subsys (disabled)\n[ 0.492447] audit: type=2000 audit(1539347530.004:1): initialized\n[ 0.493763] Initialise system trusted keyring\n[ 0.494677] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495820] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497790] zbud: loaded\n[ 0.498490] VFS: Disk quotas dquot_6.6.0\n[ 0.499310] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500822] fuse init (API version 7.23)\n[ 0.501730] Key type big_key registered\n[ 0.502523] Allocating IMA MOK and blacklist keyrings.\n[ 0.503979] Key type asymmetric registered\n[ 0.504789] Asymmetric key parser 'x509' registered\n[ 0.505742] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507194] io scheduler noop registered\n[ 0.507978] io scheduler deadline registered (default)\n[ 0.508948] io scheduler cfq registered\n[ 0.509778] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510819] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512062] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513502] ACPI: Power Button [PWRF]\n[ 0.514342] GHES: HEST is not enabled!\n[ 0.528203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558435] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560677] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586224] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588846] Linux agpgart interface v0.103\n[ 0.590901] brd: module loaded\n[ 0.592128] loop: module loaded\n[ 0.596803] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598243] GPT:90111 != 2097151\n[ 0.598905] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599967] GPT:90111 != 2097151\n[ 0.600622] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601564] vda: vda1 vda15\n[ 0.603052] scsi host0: ata_piix\n[ 0.603790] scsi host1: ata_piix\n[ 0.604484] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605674] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607093] libphy: Fixed MDIO Bus: probed\n[ 0.607891] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608819] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610953] PPP generic driver version 2.4.2\n[ 0.611829] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613102] ehci-pci: EHCI PCI platform driver\n[ 0.613963] ehci-platform: EHCI generic platform driver\n[ 0.614933] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616043] ohci-pci: OHCI PCI platform driver\n[ 0.616883] ohci-platform: OHCI generic platform driver\n[ 0.617852] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633209] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634626] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635634] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636729] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637940] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639326] usb usb1: Product: UHCI Host Controller\n[ 0.640240] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641355] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642345] hub 1-0:1.0: USB hub found\n[ 0.643111] hub 1-0:1.0: 2 ports detected\n[ 0.643993] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646083] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647018] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648017] mousedev: PS/2 mouse device common for all mice\n[ 0.649256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651056] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652126] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653308] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654472] i2c /dev entries driver\n[ 0.655218] device-mapper: uevent: version 1.0.3\n[ 0.656133] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657726] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658994] NET: Registered protocol family 10\n[ 0.659971] NET: Registered protocol family 17\n[ 0.660838] Key type dns_resolver registered\n[ 0.661746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662816] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664544] registered taskstats version 1\n[ 0.665371] Loading compiled-in X.509 certificates\n[ 0.666795] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668602] zswap: loaded using pool lzo/zbud\n[ 0.669961] Key type trusted registered\n[ 0.671476] Key type encrypted registered\n[ 0.672292] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673312] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674332] evm: HMAC attrs: 0x1\n[ 0.675231] Magic number: 6:675:531\n[ 0.675979] tty ttyS11: hash matches\n[ 0.676765] rtc_cmos 00:00: setting system clock to 2018-10-12 12:32:10 UTC (1539347530)\n[ 0.678332] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679422] EDD information not available.\n[ 0.766164] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777848] Write protecting the kernel read-only data: 14336k\n[ 0.779412] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781173] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.137043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.09. iid=i-000000ed\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCriIgRb+3Ye/ImMU4LvD4WSvebkkzYY0TYfCioBVRtjs1V7SDNl/bNOIoLQ34heHffPqM8L0RIrBVhENGjlv496Yzf1nDP/oSe7AJHYgIP66utUtT3e0W7yJMxe4fvjLBGDOfmvg/l5IeT7vKEtBdisWx+vA9PIBEdKLO5C454XhJgpFv/t9M6mNkMavD1SpWfb69SnB6NFznVSJRGMiXx4wnVF2BSHbWi5Vnnz2rEvlo9KZC8EviwphxdWrdMquMwOXCi3twRQ28zZBP9s+/CsD9gxhWele3XEJzKI4dPf/ptiNzfTpu9hOFGSYgENDTvFIT9N8yGMyUzjymp0ev5 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIdzJ4VdIehJ/35APpsMQOzUHI514z9amE6xN11vFHqbe30JGOWMvTIWYkz2skKfIRx2Yl77k2MlktKcydytRwKFXOyZ5JC/UPsQaOft/dhWeS1lshfkgHyq6iyfyyZupfNgl4JcRbK6ENy098146BPfW4gigkmflwjYrtx+tOm7AAAAFQDSC0Os2VP8IvQ5igXMEHF518PmnQAAAIAnmOXm2zQ6ywcNN9feBNV8zDk6FgO+OgJNB7Vt4lJv2anI24XXl4tPR1l1eNUW1ewWZcTsbVSTHjbJH57RFvoa8v9DRwrbCG1++lw7Boss/WcKm18oEZr+qA1a0Li0CUAEt2cLiqz1aFPdzFakDFGNMxQxMcu3MStr9pLVuYqsdQAAAIAJ8bFJnK0csLjbN9o7ppXutGdF+cRmxC7xR9upq9Yf8TsDySlit9lE71EMpIrQGXIf0aP9X2ShxboNR2UJcMaOr0G1qkuSNjX8osPzQF+3puvUFtXT5jfD8/NWorulSLhTjfipXftGVGL3rvax9N5zYZazHpfs5xLX4HFSOjC99Q== 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:fe11:c885/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ed\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.12 ===\n/dev/root resized successfully [took 2.55s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:11:C8:85 \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe11:c885/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-10-12 12:33:32,114 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action used request id req-492aa93d-def4-4afb-a454-642cbf5a626d 2018-10-12 12:33:34,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e71dd4a8532fe2a343310bdc83e91b587c2c34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:33:35,209 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-1fb37f23-152c-4369-a50f-dfa947b8561d x-compute-request-id: req-1fb37f23-152c-4369-a50f-dfa947b8561d Content-Encoding: gzip Content-Length: 10053 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 522597962 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128562] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130154] pid_max: default: 32768 minimum: 301\n[ 0.131016] ACPI: Core revision 20150930\n[ 0.132363] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133620] Security Framework initialized\n[ 0.134404] Yama: becoming mindful.\n[ 0.135108] AppArmor: AppArmor initialized\n[ 0.135944] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137223] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138451] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139607] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140951] Initializing cgroup subsys io\n[ 0.141731] Initializing cgroup subsys memory\n[ 0.142554] Initializing cgroup subsys devices\n[ 0.143391] Initializing cgroup subsys freezer\n[ 0.144244] Initializing cgroup subsys net_cls\n[ 0.145076] Initializing cgroup subsys perf_event\n[ 0.145951] Initializing cgroup subsys net_prio\n[ 0.146798] Initializing cgroup subsys hugetlb\n[ 0.147627] Initializing cgroup subsys pids\n[ 0.148481] CPU: Physical Processor ID: 0\n[ 0.149948] mce: CPU supports 10 MCE banks\n[ 0.150761] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151726] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162912] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169307] ftrace: allocating 31920 entries in 125 pages\n[ 0.195858] smpboot: Max logical packages: 1\n[ 0.196719] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198022] x2apic enabled\n[ 0.198804] Switched APIC routing to physical x2apic.\n[ 0.200529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201611] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203528] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205254] KVM setup paravirtual spinlock\n[ 0.206511] x86: Booted up 1 node, 1 CPUs\n[ 0.207303] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208653] devtmpfs: initialized\n[ 0.210349] evm: security.selinux\n[ 0.211026] evm: security.SMACK64\n[ 0.211689] evm: security.SMACK64EXEC\n[ 0.212407] evm: security.SMACK64TRANSMUTE\n[ 0.213185] evm: security.SMACK64MMAP\n[ 0.213897] evm: security.ima\n[ 0.214521] evm: security.capability\n[ 0.215305] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217095] pinctrl core: initialized pinctrl subsystem\n[ 0.218162] RTC time: 12:32:09, date: 10/12/18\n[ 0.219091] NET: Registered protocol family 16\n[ 0.220031] cpuidle: using governor ladder\n[ 0.220814] cpuidle: using governor menu\n[ 0.221576] PCCT header not found.\n[ 0.222309] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224314] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226847] ACPI: Added _OSI(Processor Device)\n[ 0.227687] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228556] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230637] ACPI: Interpreter enabled\n[ 0.231387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234956] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236739] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238517] ACPI: (supports S0 S5)\n[ 0.239199] ACPI: Using IOAPIC for interrupt routing\n[ 0.240107] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243239] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244339] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245524] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246672] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248816] acpiphp: Slot [3] registered\n[ 0.249590] acpiphp: Slot [4] registered\n[ 0.250361] acpiphp: Slot [5] registered\n[ 0.251137] acpiphp: Slot [6] registered\n[ 0.251903] acpiphp: Slot [7] registered\n[ 0.252672] acpiphp: Slot [8] registered\n[ 0.253453] acpiphp: Slot [9] registered\n[ 0.254223] acpiphp: Slot [10] registered\n[ 0.255004] acpiphp: Slot [11] registered\n[ 0.255787] acpiphp: Slot [12] registered\n[ 0.256578] acpiphp: Slot [13] registered\n[ 0.257358] acpiphp: Slot [14] registered\n[ 0.258138] acpiphp: Slot [15] registered\n[ 0.268886] acpiphp: Slot [16] registered\n[ 0.269711] acpiphp: Slot [17] registered\n[ 0.270495] acpiphp: Slot [18] registered\n[ 0.271286] acpiphp: Slot [19] registered\n[ 0.272067] acpiphp: Slot [20] registered\n[ 0.272846] acpiphp: Slot [21] registered\n[ 0.273633] acpiphp: Slot [22] registered\n[ 0.274429] acpiphp: Slot [23] registered\n[ 0.275217] acpiphp: Slot [24] registered\n[ 0.276001] acpiphp: Slot [25] registered\n[ 0.276778] acpiphp: Slot [26] registered\n[ 0.277567] acpiphp: Slot [27] registered\n[ 0.278359] acpiphp: Slot [28] registered\n[ 0.279143] acpiphp: Slot [29] registered\n[ 0.279925] acpiphp: Slot [30] registered\n[ 0.280702] acpiphp: Slot [31] registered\n[ 0.281489] PCI host bridge to bus 0000:00\n[ 0.282273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283441] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286013] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287415] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294836] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295975] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297194] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303665] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351881] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353364] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354735] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356145] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357515] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359838] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360864] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362369] vgaarb: loaded\n[ 0.362954] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364067] SCSI subsystem initialized\n[ 0.364854] ACPI: bus type USB registered\n[ 0.365645] usbcore: registered new interface driver usbfs\n[ 0.366644] usbcore: registered new interface driver hub\n[ 0.367634] usbcore: registered new device driver usb\n[ 0.368655] PCI: Using ACPI for IRQ routing\n[ 0.369645] NetLabel: Initializing\n[ 0.370344] NetLabel: domain hash size = 128\n[ 0.371171] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372094] NetLabel: unlabeled traffic allowed by default\n[ 0.373182] clocksource: Switched to clocksource kvm-clock\n[ 0.378570] AppArmor: AppArmor Filesystem Enabled\n[ 0.379494] pnp: PnP ACPI init\n[ 0.380381] pnp: PnP ACPI: found 5 devices\n[ 0.386743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388477] NET: Registered protocol family 2\n[ 0.389423] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391852] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394057] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395208] NET: Registered protocol family 1\n[ 0.396069] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397144] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412142] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426365] Trying to unpack rootfs image as initramfs...\n[ 0.475174] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488984] Scanning for low memory corruption every 60 seconds\n[ 0.490315] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491438] audit: initializing netlink subsys (disabled)\n[ 0.492447] audit: type=2000 audit(1539347530.004:1): initialized\n[ 0.493763] Initialise system trusted keyring\n[ 0.494677] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495820] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497790] zbud: loaded\n[ 0.498490] VFS: Disk quotas dquot_6.6.0\n[ 0.499310] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500822] fuse init (API version 7.23)\n[ 0.501730] Key type big_key registered\n[ 0.502523] Allocating IMA MOK and blacklist keyrings.\n[ 0.503979] Key type asymmetric registered\n[ 0.504789] Asymmetric key parser 'x509' registered\n[ 0.505742] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507194] io scheduler noop registered\n[ 0.507978] io scheduler deadline registered (default)\n[ 0.508948] io scheduler cfq registered\n[ 0.509778] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510819] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512062] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513502] ACPI: Power Button [PWRF]\n[ 0.514342] GHES: HEST is not enabled!\n[ 0.528203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558435] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560677] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586224] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588846] Linux agpgart interface v0.103\n[ 0.590901] brd: module loaded\n[ 0.592128] loop: module loaded\n[ 0.596803] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598243] GPT:90111 != 2097151\n[ 0.598905] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599967] GPT:90111 != 2097151\n[ 0.600622] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601564] vda: vda1 vda15\n[ 0.603052] scsi host0: ata_piix\n[ 0.603790] scsi host1: ata_piix\n[ 0.604484] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605674] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607093] libphy: Fixed MDIO Bus: probed\n[ 0.607891] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608819] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610953] PPP generic driver version 2.4.2\n[ 0.611829] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613102] ehci-pci: EHCI PCI platform driver\n[ 0.613963] ehci-platform: EHCI generic platform driver\n[ 0.614933] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616043] ohci-pci: OHCI PCI platform driver\n[ 0.616883] ohci-platform: OHCI generic platform driver\n[ 0.617852] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633209] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634626] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635634] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636729] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637940] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639326] usb usb1: Product: UHCI Host Controller\n[ 0.640240] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641355] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642345] hub 1-0:1.0: USB hub found\n[ 0.643111] hub 1-0:1.0: 2 ports detected\n[ 0.643993] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646083] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647018] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648017] mousedev: PS/2 mouse device common for all mice\n[ 0.649256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651056] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652126] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653308] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654472] i2c /dev entries driver\n[ 0.655218] device-mapper: uevent: version 1.0.3\n[ 0.656133] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657726] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658994] NET: Registered protocol family 10\n[ 0.659971] NET: Registered protocol family 17\n[ 0.660838] Key type dns_resolver registered\n[ 0.661746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662816] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664544] registered taskstats version 1\n[ 0.665371] Loading compiled-in X.509 certificates\n[ 0.666795] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668602] zswap: loaded using pool lzo/zbud\n[ 0.669961] Key type trusted registered\n[ 0.671476] Key type encrypted registered\n[ 0.672292] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673312] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674332] evm: HMAC attrs: 0x1\n[ 0.675231] Magic number: 6:675:531\n[ 0.675979] tty ttyS11: hash matches\n[ 0.676765] rtc_cmos 00:00: setting system clock to 2018-10-12 12:32:10 UTC (1539347530)\n[ 0.678332] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679422] EDD information not available.\n[ 0.766164] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777848] Write protecting the kernel read-only data: 14336k\n[ 0.779412] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781173] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.137043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.09. iid=i-000000ed\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCriIgRb+3Ye/ImMU4LvD4WSvebkkzYY0TYfCioBVRtjs1V7SDNl/bNOIoLQ34heHffPqM8L0RIrBVhENGjlv496Yzf1nDP/oSe7AJHYgIP66utUtT3e0W7yJMxe4fvjLBGDOfmvg/l5IeT7vKEtBdisWx+vA9PIBEdKLO5C454XhJgpFv/t9M6mNkMavD1SpWfb69SnB6NFznVSJRGMiXx4wnVF2BSHbWi5Vnnz2rEvlo9KZC8EviwphxdWrdMquMwOXCi3twRQ28zZBP9s+/CsD9gxhWele3XEJzKI4dPf/ptiNzfTpu9hOFGSYgENDTvFIT9N8yGMyUzjymp0ev5 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIdzJ4VdIehJ/35APpsMQOzUHI514z9amE6xN11vFHqbe30JGOWMvTIWYkz2skKfIRx2Yl77k2MlktKcydytRwKFXOyZ5JC/UPsQaOft/dhWeS1lshfkgHyq6iyfyyZupfNgl4JcRbK6ENy098146BPfW4gigkmflwjYrtx+tOm7AAAAFQDSC0Os2VP8IvQ5igXMEHF518PmnQAAAIAnmOXm2zQ6ywcNN9feBNV8zDk6FgO+OgJNB7Vt4lJv2anI24XXl4tPR1l1eNUW1ewWZcTsbVSTHjbJH57RFvoa8v9DRwrbCG1++lw7Boss/WcKm18oEZr+qA1a0Li0CUAEt2cLiqz1aFPdzFakDFGNMxQxMcu3MStr9pLVuYqsdQAAAIAJ8bFJnK0csLjbN9o7ppXutGdF+cRmxC7xR9upq9Yf8TsDySlit9lE71EMpIrQGXIf0aP9X2ShxboNR2UJcMaOr0G1qkuSNjX8osPzQF+3puvUFtXT5jfD8/NWorulSLhTjfipXftGVGL3rvax9N5zYZazHpfs5xLX4HFSOjC99Q== 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:fe11:c885/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ed\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.12 ===\n/dev/root resized successfully [took 2.55s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:11:C8:85 \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe11:c885/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-10-12 12:33:35,209 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action used request id req-1fb37f23-152c-4369-a50f-dfa947b8561d 2018-10-12 12:33:37,231 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e71dd4a8532fe2a343310bdc83e91b587c2c34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:33:38,298 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:33:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95f816b5-92d6-4984-8760-83a22903f78f x-compute-request-id: req-95f816b5-92d6-4984-8760-83a22903f78f Content-Encoding: gzip Content-Length: 10053 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 522597962 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128562] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130154] pid_max: default: 32768 minimum: 301\n[ 0.131016] ACPI: Core revision 20150930\n[ 0.132363] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133620] Security Framework initialized\n[ 0.134404] Yama: becoming mindful.\n[ 0.135108] AppArmor: AppArmor initialized\n[ 0.135944] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137223] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138451] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139607] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140951] Initializing cgroup subsys io\n[ 0.141731] Initializing cgroup subsys memory\n[ 0.142554] Initializing cgroup subsys devices\n[ 0.143391] Initializing cgroup subsys freezer\n[ 0.144244] Initializing cgroup subsys net_cls\n[ 0.145076] Initializing cgroup subsys perf_event\n[ 0.145951] Initializing cgroup subsys net_prio\n[ 0.146798] Initializing cgroup subsys hugetlb\n[ 0.147627] Initializing cgroup subsys pids\n[ 0.148481] CPU: Physical Processor ID: 0\n[ 0.149948] mce: CPU supports 10 MCE banks\n[ 0.150761] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151726] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162912] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169307] ftrace: allocating 31920 entries in 125 pages\n[ 0.195858] smpboot: Max logical packages: 1\n[ 0.196719] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198022] x2apic enabled\n[ 0.198804] Switched APIC routing to physical x2apic.\n[ 0.200529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201611] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203528] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205254] KVM setup paravirtual spinlock\n[ 0.206511] x86: Booted up 1 node, 1 CPUs\n[ 0.207303] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208653] devtmpfs: initialized\n[ 0.210349] evm: security.selinux\n[ 0.211026] evm: security.SMACK64\n[ 0.211689] evm: security.SMACK64EXEC\n[ 0.212407] evm: security.SMACK64TRANSMUTE\n[ 0.213185] evm: security.SMACK64MMAP\n[ 0.213897] evm: security.ima\n[ 0.214521] evm: security.capability\n[ 0.215305] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217095] pinctrl core: initialized pinctrl subsystem\n[ 0.218162] RTC time: 12:32:09, date: 10/12/18\n[ 0.219091] NET: Registered protocol family 16\n[ 0.220031] cpuidle: using governor ladder\n[ 0.220814] cpuidle: using governor menu\n[ 0.221576] PCCT header not found.\n[ 0.222309] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224314] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226847] ACPI: Added _OSI(Processor Device)\n[ 0.227687] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228556] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230637] ACPI: Interpreter enabled\n[ 0.231387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234956] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236739] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238517] ACPI: (supports S0 S5)\n[ 0.239199] ACPI: Using IOAPIC for interrupt routing\n[ 0.240107] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243239] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244339] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245524] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246672] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248816] acpiphp: Slot [3] registered\n[ 0.249590] acpiphp: Slot [4] registered\n[ 0.250361] acpiphp: Slot [5] registered\n[ 0.251137] acpiphp: Slot [6] registered\n[ 0.251903] acpiphp: Slot [7] registered\n[ 0.252672] acpiphp: Slot [8] registered\n[ 0.253453] acpiphp: Slot [9] registered\n[ 0.254223] acpiphp: Slot [10] registered\n[ 0.255004] acpiphp: Slot [11] registered\n[ 0.255787] acpiphp: Slot [12] registered\n[ 0.256578] acpiphp: Slot [13] registered\n[ 0.257358] acpiphp: Slot [14] registered\n[ 0.258138] acpiphp: Slot [15] registered\n[ 0.268886] acpiphp: Slot [16] registered\n[ 0.269711] acpiphp: Slot [17] registered\n[ 0.270495] acpiphp: Slot [18] registered\n[ 0.271286] acpiphp: Slot [19] registered\n[ 0.272067] acpiphp: Slot [20] registered\n[ 0.272846] acpiphp: Slot [21] registered\n[ 0.273633] acpiphp: Slot [22] registered\n[ 0.274429] acpiphp: Slot [23] registered\n[ 0.275217] acpiphp: Slot [24] registered\n[ 0.276001] acpiphp: Slot [25] registered\n[ 0.276778] acpiphp: Slot [26] registered\n[ 0.277567] acpiphp: Slot [27] registered\n[ 0.278359] acpiphp: Slot [28] registered\n[ 0.279143] acpiphp: Slot [29] registered\n[ 0.279925] acpiphp: Slot [30] registered\n[ 0.280702] acpiphp: Slot [31] registered\n[ 0.281489] PCI host bridge to bus 0000:00\n[ 0.282273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283441] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286013] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287415] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294836] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295975] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297194] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303665] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351881] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353364] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354735] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356145] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357515] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359838] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360864] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362369] vgaarb: loaded\n[ 0.362954] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364067] SCSI subsystem initialized\n[ 0.364854] ACPI: bus type USB registered\n[ 0.365645] usbcore: registered new interface driver usbfs\n[ 0.366644] usbcore: registered new interface driver hub\n[ 0.367634] usbcore: registered new device driver usb\n[ 0.368655] PCI: Using ACPI for IRQ routing\n[ 0.369645] NetLabel: Initializing\n[ 0.370344] NetLabel: domain hash size = 128\n[ 0.371171] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372094] NetLabel: unlabeled traffic allowed by default\n[ 0.373182] clocksource: Switched to clocksource kvm-clock\n[ 0.378570] AppArmor: AppArmor Filesystem Enabled\n[ 0.379494] pnp: PnP ACPI init\n[ 0.380381] pnp: PnP ACPI: found 5 devices\n[ 0.386743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388477] NET: Registered protocol family 2\n[ 0.389423] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391852] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394057] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395208] NET: Registered protocol family 1\n[ 0.396069] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397144] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412142] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426365] Trying to unpack rootfs image as initramfs...\n[ 0.475174] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488984] Scanning for low memory corruption every 60 seconds\n[ 0.490315] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491438] audit: initializing netlink subsys (disabled)\n[ 0.492447] audit: type=2000 audit(1539347530.004:1): initialized\n[ 0.493763] Initialise system trusted keyring\n[ 0.494677] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495820] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497790] zbud: loaded\n[ 0.498490] VFS: Disk quotas dquot_6.6.0\n[ 0.499310] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500822] fuse init (API version 7.23)\n[ 0.501730] Key type big_key registered\n[ 0.502523] Allocating IMA MOK and blacklist keyrings.\n[ 0.503979] Key type asymmetric registered\n[ 0.504789] Asymmetric key parser 'x509' registered\n[ 0.505742] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507194] io scheduler noop registered\n[ 0.507978] io scheduler deadline registered (default)\n[ 0.508948] io scheduler cfq registered\n[ 0.509778] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510819] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512062] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513502] ACPI: Power Button [PWRF]\n[ 0.514342] GHES: HEST is not enabled!\n[ 0.528203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558435] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560677] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586224] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588846] Linux agpgart interface v0.103\n[ 0.590901] brd: module loaded\n[ 0.592128] loop: module loaded\n[ 0.596803] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598243] GPT:90111 != 2097151\n[ 0.598905] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599967] GPT:90111 != 2097151\n[ 0.600622] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601564] vda: vda1 vda15\n[ 0.603052] scsi host0: ata_piix\n[ 0.603790] scsi host1: ata_piix\n[ 0.604484] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605674] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607093] libphy: Fixed MDIO Bus: probed\n[ 0.607891] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608819] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610953] PPP generic driver version 2.4.2\n[ 0.611829] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613102] ehci-pci: EHCI PCI platform driver\n[ 0.613963] ehci-platform: EHCI generic platform driver\n[ 0.614933] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616043] ohci-pci: OHCI PCI platform driver\n[ 0.616883] ohci-platform: OHCI generic platform driver\n[ 0.617852] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633209] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634626] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635634] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636729] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637940] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639326] usb usb1: Product: UHCI Host Controller\n[ 0.640240] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641355] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642345] hub 1-0:1.0: USB hub found\n[ 0.643111] hub 1-0:1.0: 2 ports detected\n[ 0.643993] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646083] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647018] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648017] mousedev: PS/2 mouse device common for all mice\n[ 0.649256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651056] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652126] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653308] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654472] i2c /dev entries driver\n[ 0.655218] device-mapper: uevent: version 1.0.3\n[ 0.656133] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657726] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658994] NET: Registered protocol family 10\n[ 0.659971] NET: Registered protocol family 17\n[ 0.660838] Key type dns_resolver registered\n[ 0.661746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662816] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664544] registered taskstats version 1\n[ 0.665371] Loading compiled-in X.509 certificates\n[ 0.666795] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668602] zswap: loaded using pool lzo/zbud\n[ 0.669961] Key type trusted registered\n[ 0.671476] Key type encrypted registered\n[ 0.672292] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673312] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674332] evm: HMAC attrs: 0x1\n[ 0.675231] Magic number: 6:675:531\n[ 0.675979] tty ttyS11: hash matches\n[ 0.676765] rtc_cmos 00:00: setting system clock to 2018-10-12 12:32:10 UTC (1539347530)\n[ 0.678332] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679422] EDD information not available.\n[ 0.766164] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777848] Write protecting the kernel read-only data: 14336k\n[ 0.779412] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781173] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.137043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.09. iid=i-000000ed\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCriIgRb+3Ye/ImMU4LvD4WSvebkkzYY0TYfCioBVRtjs1V7SDNl/bNOIoLQ34heHffPqM8L0RIrBVhENGjlv496Yzf1nDP/oSe7AJHYgIP66utUtT3e0W7yJMxe4fvjLBGDOfmvg/l5IeT7vKEtBdisWx+vA9PIBEdKLO5C454XhJgpFv/t9M6mNkMavD1SpWfb69SnB6NFznVSJRGMiXx4wnVF2BSHbWi5Vnnz2rEvlo9KZC8EviwphxdWrdMquMwOXCi3twRQ28zZBP9s+/CsD9gxhWele3XEJzKI4dPf/ptiNzfTpu9hOFGSYgENDTvFIT9N8yGMyUzjymp0ev5 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIdzJ4VdIehJ/35APpsMQOzUHI514z9amE6xN11vFHqbe30JGOWMvTIWYkz2skKfIRx2Yl77k2MlktKcydytRwKFXOyZ5JC/UPsQaOft/dhWeS1lshfkgHyq6iyfyyZupfNgl4JcRbK6ENy098146BPfW4gigkmflwjYrtx+tOm7AAAAFQDSC0Os2VP8IvQ5igXMEHF518PmnQAAAIAnmOXm2zQ6ywcNN9feBNV8zDk6FgO+OgJNB7Vt4lJv2anI24XXl4tPR1l1eNUW1ewWZcTsbVSTHjbJH57RFvoa8v9DRwrbCG1++lw7Boss/WcKm18oEZr+qA1a0Li0CUAEt2cLiqz1aFPdzFakDFGNMxQxMcu3MStr9pLVuYqsdQAAAIAJ8bFJnK0csLjbN9o7ppXutGdF+cRmxC7xR9upq9Yf8TsDySlit9lE71EMpIrQGXIf0aP9X2ShxboNR2UJcMaOr0G1qkuSNjX8osPzQF+3puvUFtXT5jfD8/NWorulSLhTjfipXftGVGL3rvax9N5zYZazHpfs5xLX4HFSOjC99Q== 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:fe11:c885/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ed\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.12 ===\n/dev/root resized successfully [took 2.55s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:11:C8:85 \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe11:c885/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-10-12 12:33:38,299 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action used request id req-95f816b5-92d6-4984-8760-83a22903f78f 2018-10-12 12:33:40,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e71dd4a8532fe2a343310bdc83e91b587c2c34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:33:41,397 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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,Accept-Encoding x-openstack-request-id: req-1bf00950-a5df-4384-8e2d-3c2ebf94be79 x-compute-request-id: req-1bf00950-a5df-4384-8e2d-3c2ebf94be79 Content-Encoding: gzip Content-Length: 10053 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 522597962 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128562] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130154] pid_max: default: 32768 minimum: 301\n[ 0.131016] ACPI: Core revision 20150930\n[ 0.132363] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133620] Security Framework initialized\n[ 0.134404] Yama: becoming mindful.\n[ 0.135108] AppArmor: AppArmor initialized\n[ 0.135944] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137223] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138451] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139607] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140951] Initializing cgroup subsys io\n[ 0.141731] Initializing cgroup subsys memory\n[ 0.142554] Initializing cgroup subsys devices\n[ 0.143391] Initializing cgroup subsys freezer\n[ 0.144244] Initializing cgroup subsys net_cls\n[ 0.145076] Initializing cgroup subsys perf_event\n[ 0.145951] Initializing cgroup subsys net_prio\n[ 0.146798] Initializing cgroup subsys hugetlb\n[ 0.147627] Initializing cgroup subsys pids\n[ 0.148481] CPU: Physical Processor ID: 0\n[ 0.149948] mce: CPU supports 10 MCE banks\n[ 0.150761] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151726] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162912] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169307] ftrace: allocating 31920 entries in 125 pages\n[ 0.195858] smpboot: Max logical packages: 1\n[ 0.196719] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198022] x2apic enabled\n[ 0.198804] Switched APIC routing to physical x2apic.\n[ 0.200529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201611] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203528] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205254] KVM setup paravirtual spinlock\n[ 0.206511] x86: Booted up 1 node, 1 CPUs\n[ 0.207303] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208653] devtmpfs: initialized\n[ 0.210349] evm: security.selinux\n[ 0.211026] evm: security.SMACK64\n[ 0.211689] evm: security.SMACK64EXEC\n[ 0.212407] evm: security.SMACK64TRANSMUTE\n[ 0.213185] evm: security.SMACK64MMAP\n[ 0.213897] evm: security.ima\n[ 0.214521] evm: security.capability\n[ 0.215305] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217095] pinctrl core: initialized pinctrl subsystem\n[ 0.218162] RTC time: 12:32:09, date: 10/12/18\n[ 0.219091] NET: Registered protocol family 16\n[ 0.220031] cpuidle: using governor ladder\n[ 0.220814] cpuidle: using governor menu\n[ 0.221576] PCCT header not found.\n[ 0.222309] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224314] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226847] ACPI: Added _OSI(Processor Device)\n[ 0.227687] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228556] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230637] ACPI: Interpreter enabled\n[ 0.231387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234956] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236739] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238517] ACPI: (supports S0 S5)\n[ 0.239199] ACPI: Using IOAPIC for interrupt routing\n[ 0.240107] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243239] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244339] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245524] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246672] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248816] acpiphp: Slot [3] registered\n[ 0.249590] acpiphp: Slot [4] registered\n[ 0.250361] acpiphp: Slot [5] registered\n[ 0.251137] acpiphp: Slot [6] registered\n[ 0.251903] acpiphp: Slot [7] registered\n[ 0.252672] acpiphp: Slot [8] registered\n[ 0.253453] acpiphp: Slot [9] registered\n[ 0.254223] acpiphp: Slot [10] registered\n[ 0.255004] acpiphp: Slot [11] registered\n[ 0.255787] acpiphp: Slot [12] registered\n[ 0.256578] acpiphp: Slot [13] registered\n[ 0.257358] acpiphp: Slot [14] registered\n[ 0.258138] acpiphp: Slot [15] registered\n[ 0.268886] acpiphp: Slot [16] registered\n[ 0.269711] acpiphp: Slot [17] registered\n[ 0.270495] acpiphp: Slot [18] registered\n[ 0.271286] acpiphp: Slot [19] registered\n[ 0.272067] acpiphp: Slot [20] registered\n[ 0.272846] acpiphp: Slot [21] registered\n[ 0.273633] acpiphp: Slot [22] registered\n[ 0.274429] acpiphp: Slot [23] registered\n[ 0.275217] acpiphp: Slot [24] registered\n[ 0.276001] acpiphp: Slot [25] registered\n[ 0.276778] acpiphp: Slot [26] registered\n[ 0.277567] acpiphp: Slot [27] registered\n[ 0.278359] acpiphp: Slot [28] registered\n[ 0.279143] acpiphp: Slot [29] registered\n[ 0.279925] acpiphp: Slot [30] registered\n[ 0.280702] acpiphp: Slot [31] registered\n[ 0.281489] PCI host bridge to bus 0000:00\n[ 0.282273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283441] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286013] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287415] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294836] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295975] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297194] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303665] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351881] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353364] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354735] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356145] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357515] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359838] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360864] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362369] vgaarb: loaded\n[ 0.362954] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364067] SCSI subsystem initialized\n[ 0.364854] ACPI: bus type USB registered\n[ 0.365645] usbcore: registered new interface driver usbfs\n[ 0.366644] usbcore: registered new interface driver hub\n[ 0.367634] usbcore: registered new device driver usb\n[ 0.368655] PCI: Using ACPI for IRQ routing\n[ 0.369645] NetLabel: Initializing\n[ 0.370344] NetLabel: domain hash size = 128\n[ 0.371171] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372094] NetLabel: unlabeled traffic allowed by default\n[ 0.373182] clocksource: Switched to clocksource kvm-clock\n[ 0.378570] AppArmor: AppArmor Filesystem Enabled\n[ 0.379494] pnp: PnP ACPI init\n[ 0.380381] pnp: PnP ACPI: found 5 devices\n[ 0.386743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388477] NET: Registered protocol family 2\n[ 0.389423] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391852] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394057] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395208] NET: Registered protocol family 1\n[ 0.396069] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397144] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412142] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426365] Trying to unpack rootfs image as initramfs...\n[ 0.475174] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488984] Scanning for low memory corruption every 60 seconds\n[ 0.490315] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491438] audit: initializing netlink subsys (disabled)\n[ 0.492447] audit: type=2000 audit(1539347530.004:1): initialized\n[ 0.493763] Initialise system trusted keyring\n[ 0.494677] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495820] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497790] zbud: loaded\n[ 0.498490] VFS: Disk quotas dquot_6.6.0\n[ 0.499310] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500822] fuse init (API version 7.23)\n[ 0.501730] Key type big_key registered\n[ 0.502523] Allocating IMA MOK and blacklist keyrings.\n[ 0.503979] Key type asymmetric registered\n[ 0.504789] Asymmetric key parser 'x509' registered\n[ 0.505742] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507194] io scheduler noop registered\n[ 0.507978] io scheduler deadline registered (default)\n[ 0.508948] io scheduler cfq registered\n[ 0.509778] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510819] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512062] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513502] ACPI: Power Button [PWRF]\n[ 0.514342] GHES: HEST is not enabled!\n[ 0.528203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558435] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560677] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586224] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588846] Linux agpgart interface v0.103\n[ 0.590901] brd: module loaded\n[ 0.592128] loop: module loaded\n[ 0.596803] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598243] GPT:90111 != 2097151\n[ 0.598905] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599967] GPT:90111 != 2097151\n[ 0.600622] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601564] vda: vda1 vda15\n[ 0.603052] scsi host0: ata_piix\n[ 0.603790] scsi host1: ata_piix\n[ 0.604484] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605674] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607093] libphy: Fixed MDIO Bus: probed\n[ 0.607891] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608819] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610953] PPP generic driver version 2.4.2\n[ 0.611829] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613102] ehci-pci: EHCI PCI platform driver\n[ 0.613963] ehci-platform: EHCI generic platform driver\n[ 0.614933] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616043] ohci-pci: OHCI PCI platform driver\n[ 0.616883] ohci-platform: OHCI generic platform driver\n[ 0.617852] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633209] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634626] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635634] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636729] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637940] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639326] usb usb1: Product: UHCI Host Controller\n[ 0.640240] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641355] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642345] hub 1-0:1.0: USB hub found\n[ 0.643111] hub 1-0:1.0: 2 ports detected\n[ 0.643993] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646083] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647018] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648017] mousedev: PS/2 mouse device common for all mice\n[ 0.649256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651056] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652126] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653308] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654472] i2c /dev entries driver\n[ 0.655218] device-mapper: uevent: version 1.0.3\n[ 0.656133] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657726] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658994] NET: Registered protocol family 10\n[ 0.659971] NET: Registered protocol family 17\n[ 0.660838] Key type dns_resolver registered\n[ 0.661746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662816] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664544] registered taskstats version 1\n[ 0.665371] Loading compiled-in X.509 certificates\n[ 0.666795] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668602] zswap: loaded using pool lzo/zbud\n[ 0.669961] Key type trusted registered\n[ 0.671476] Key type encrypted registered\n[ 0.672292] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673312] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674332] evm: HMAC attrs: 0x1\n[ 0.675231] Magic number: 6:675:531\n[ 0.675979] tty ttyS11: hash matches\n[ 0.676765] rtc_cmos 00:00: setting system clock to 2018-10-12 12:32:10 UTC (1539347530)\n[ 0.678332] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679422] EDD information not available.\n[ 0.766164] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777848] Write protecting the kernel read-only data: 14336k\n[ 0.779412] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781173] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.137043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.09. iid=i-000000ed\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCriIgRb+3Ye/ImMU4LvD4WSvebkkzYY0TYfCioBVRtjs1V7SDNl/bNOIoLQ34heHffPqM8L0RIrBVhENGjlv496Yzf1nDP/oSe7AJHYgIP66utUtT3e0W7yJMxe4fvjLBGDOfmvg/l5IeT7vKEtBdisWx+vA9PIBEdKLO5C454XhJgpFv/t9M6mNkMavD1SpWfb69SnB6NFznVSJRGMiXx4wnVF2BSHbWi5Vnnz2rEvlo9KZC8EviwphxdWrdMquMwOXCi3twRQ28zZBP9s+/CsD9gxhWele3XEJzKI4dPf/ptiNzfTpu9hOFGSYgENDTvFIT9N8yGMyUzjymp0ev5 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIdzJ4VdIehJ/35APpsMQOzUHI514z9amE6xN11vFHqbe30JGOWMvTIWYkz2skKfIRx2Yl77k2MlktKcydytRwKFXOyZ5JC/UPsQaOft/dhWeS1lshfkgHyq6iyfyyZupfNgl4JcRbK6ENy098146BPfW4gigkmflwjYrtx+tOm7AAAAFQDSC0Os2VP8IvQ5igXMEHF518PmnQAAAIAnmOXm2zQ6ywcNN9feBNV8zDk6FgO+OgJNB7Vt4lJv2anI24XXl4tPR1l1eNUW1ewWZcTsbVSTHjbJH57RFvoa8v9DRwrbCG1++lw7Boss/WcKm18oEZr+qA1a0Li0CUAEt2cLiqz1aFPdzFakDFGNMxQxMcu3MStr9pLVuYqsdQAAAIAJ8bFJnK0csLjbN9o7ppXutGdF+cRmxC7xR9upq9Yf8TsDySlit9lE71EMpIrQGXIf0aP9X2ShxboNR2UJcMaOr0G1qkuSNjX8osPzQF+3puvUFtXT5jfD8/NWorulSLhTjfipXftGVGL3rvax9N5zYZazHpfs5xLX4HFSOjC99Q== 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:fe11:c885/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ed\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.12 ===\n/dev/root resized successfully [took 2.55s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:11:C8:85 \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe11:c885/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-10-12 12:33:41,398 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action used request id req-1bf00950-a5df-4384-8e2d-3c2ebf94be79 2018-10-12 12:33:43,417 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e71dd4a8532fe2a343310bdc83e91b587c2c34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:33:44,493 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:33: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-c4002c08-f28d-41e2-8252-f68a210f2347 x-compute-request-id: req-c4002c08-f28d-41e2-8252-f68a210f2347 Content-Encoding: gzip Content-Length: 10053 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 522597962 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128562] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130154] pid_max: default: 32768 minimum: 301\n[ 0.131016] ACPI: Core revision 20150930\n[ 0.132363] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133620] Security Framework initialized\n[ 0.134404] Yama: becoming mindful.\n[ 0.135108] AppArmor: AppArmor initialized\n[ 0.135944] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137223] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138451] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139607] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140951] Initializing cgroup subsys io\n[ 0.141731] Initializing cgroup subsys memory\n[ 0.142554] Initializing cgroup subsys devices\n[ 0.143391] Initializing cgroup subsys freezer\n[ 0.144244] Initializing cgroup subsys net_cls\n[ 0.145076] Initializing cgroup subsys perf_event\n[ 0.145951] Initializing cgroup subsys net_prio\n[ 0.146798] Initializing cgroup subsys hugetlb\n[ 0.147627] Initializing cgroup subsys pids\n[ 0.148481] CPU: Physical Processor ID: 0\n[ 0.149948] mce: CPU supports 10 MCE banks\n[ 0.150761] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151726] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162912] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169307] ftrace: allocating 31920 entries in 125 pages\n[ 0.195858] smpboot: Max logical packages: 1\n[ 0.196719] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198022] x2apic enabled\n[ 0.198804] Switched APIC routing to physical x2apic.\n[ 0.200529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201611] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203528] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205254] KVM setup paravirtual spinlock\n[ 0.206511] x86: Booted up 1 node, 1 CPUs\n[ 0.207303] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208653] devtmpfs: initialized\n[ 0.210349] evm: security.selinux\n[ 0.211026] evm: security.SMACK64\n[ 0.211689] evm: security.SMACK64EXEC\n[ 0.212407] evm: security.SMACK64TRANSMUTE\n[ 0.213185] evm: security.SMACK64MMAP\n[ 0.213897] evm: security.ima\n[ 0.214521] evm: security.capability\n[ 0.215305] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217095] pinctrl core: initialized pinctrl subsystem\n[ 0.218162] RTC time: 12:32:09, date: 10/12/18\n[ 0.219091] NET: Registered protocol family 16\n[ 0.220031] cpuidle: using governor ladder\n[ 0.220814] cpuidle: using governor menu\n[ 0.221576] PCCT header not found.\n[ 0.222309] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224314] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226847] ACPI: Added _OSI(Processor Device)\n[ 0.227687] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228556] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230637] ACPI: Interpreter enabled\n[ 0.231387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234956] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236739] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238517] ACPI: (supports S0 S5)\n[ 0.239199] ACPI: Using IOAPIC for interrupt routing\n[ 0.240107] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243239] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244339] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245524] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246672] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248816] acpiphp: Slot [3] registered\n[ 0.249590] acpiphp: Slot [4] registered\n[ 0.250361] acpiphp: Slot [5] registered\n[ 0.251137] acpiphp: Slot [6] registered\n[ 0.251903] acpiphp: Slot [7] registered\n[ 0.252672] acpiphp: Slot [8] registered\n[ 0.253453] acpiphp: Slot [9] registered\n[ 0.254223] acpiphp: Slot [10] registered\n[ 0.255004] acpiphp: Slot [11] registered\n[ 0.255787] acpiphp: Slot [12] registered\n[ 0.256578] acpiphp: Slot [13] registered\n[ 0.257358] acpiphp: Slot [14] registered\n[ 0.258138] acpiphp: Slot [15] registered\n[ 0.268886] acpiphp: Slot [16] registered\n[ 0.269711] acpiphp: Slot [17] registered\n[ 0.270495] acpiphp: Slot [18] registered\n[ 0.271286] acpiphp: Slot [19] registered\n[ 0.272067] acpiphp: Slot [20] registered\n[ 0.272846] acpiphp: Slot [21] registered\n[ 0.273633] acpiphp: Slot [22] registered\n[ 0.274429] acpiphp: Slot [23] registered\n[ 0.275217] acpiphp: Slot [24] registered\n[ 0.276001] acpiphp: Slot [25] registered\n[ 0.276778] acpiphp: Slot [26] registered\n[ 0.277567] acpiphp: Slot [27] registered\n[ 0.278359] acpiphp: Slot [28] registered\n[ 0.279143] acpiphp: Slot [29] registered\n[ 0.279925] acpiphp: Slot [30] registered\n[ 0.280702] acpiphp: Slot [31] registered\n[ 0.281489] PCI host bridge to bus 0000:00\n[ 0.282273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283441] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286013] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287415] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294836] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295975] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297194] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303665] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351881] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353364] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354735] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356145] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357515] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359838] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360864] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362369] vgaarb: loaded\n[ 0.362954] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364067] SCSI subsystem initialized\n[ 0.364854] ACPI: bus type USB registered\n[ 0.365645] usbcore: registered new interface driver usbfs\n[ 0.366644] usbcore: registered new interface driver hub\n[ 0.367634] usbcore: registered new device driver usb\n[ 0.368655] PCI: Using ACPI for IRQ routing\n[ 0.369645] NetLabel: Initializing\n[ 0.370344] NetLabel: domain hash size = 128\n[ 0.371171] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372094] NetLabel: unlabeled traffic allowed by default\n[ 0.373182] clocksource: Switched to clocksource kvm-clock\n[ 0.378570] AppArmor: AppArmor Filesystem Enabled\n[ 0.379494] pnp: PnP ACPI init\n[ 0.380381] pnp: PnP ACPI: found 5 devices\n[ 0.386743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388477] NET: Registered protocol family 2\n[ 0.389423] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391852] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394057] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395208] NET: Registered protocol family 1\n[ 0.396069] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397144] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412142] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426365] Trying to unpack rootfs image as initramfs...\n[ 0.475174] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488984] Scanning for low memory corruption every 60 seconds\n[ 0.490315] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491438] audit: initializing netlink subsys (disabled)\n[ 0.492447] audit: type=2000 audit(1539347530.004:1): initialized\n[ 0.493763] Initialise system trusted keyring\n[ 0.494677] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495820] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497790] zbud: loaded\n[ 0.498490] VFS: Disk quotas dquot_6.6.0\n[ 0.499310] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500822] fuse init (API version 7.23)\n[ 0.501730] Key type big_key registered\n[ 0.502523] Allocating IMA MOK and blacklist keyrings.\n[ 0.503979] Key type asymmetric registered\n[ 0.504789] Asymmetric key parser 'x509' registered\n[ 0.505742] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507194] io scheduler noop registered\n[ 0.507978] io scheduler deadline registered (default)\n[ 0.508948] io scheduler cfq registered\n[ 0.509778] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510819] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512062] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513502] ACPI: Power Button [PWRF]\n[ 0.514342] GHES: HEST is not enabled!\n[ 0.528203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558435] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560677] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586224] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588846] Linux agpgart interface v0.103\n[ 0.590901] brd: module loaded\n[ 0.592128] loop: module loaded\n[ 0.596803] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598243] GPT:90111 != 2097151\n[ 0.598905] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599967] GPT:90111 != 2097151\n[ 0.600622] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601564] vda: vda1 vda15\n[ 0.603052] scsi host0: ata_piix\n[ 0.603790] scsi host1: ata_piix\n[ 0.604484] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605674] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607093] libphy: Fixed MDIO Bus: probed\n[ 0.607891] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608819] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610953] PPP generic driver version 2.4.2\n[ 0.611829] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613102] ehci-pci: EHCI PCI platform driver\n[ 0.613963] ehci-platform: EHCI generic platform driver\n[ 0.614933] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616043] ohci-pci: OHCI PCI platform driver\n[ 0.616883] ohci-platform: OHCI generic platform driver\n[ 0.617852] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633209] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634626] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635634] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636729] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637940] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639326] usb usb1: Product: UHCI Host Controller\n[ 0.640240] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641355] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642345] hub 1-0:1.0: USB hub found\n[ 0.643111] hub 1-0:1.0: 2 ports detected\n[ 0.643993] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646083] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647018] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648017] mousedev: PS/2 mouse device common for all mice\n[ 0.649256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651056] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652126] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653308] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654472] i2c /dev entries driver\n[ 0.655218] device-mapper: uevent: version 1.0.3\n[ 0.656133] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657726] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658994] NET: Registered protocol family 10\n[ 0.659971] NET: Registered protocol family 17\n[ 0.660838] Key type dns_resolver registered\n[ 0.661746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662816] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664544] registered taskstats version 1\n[ 0.665371] Loading compiled-in X.509 certificates\n[ 0.666795] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668602] zswap: loaded using pool lzo/zbud\n[ 0.669961] Key type trusted registered\n[ 0.671476] Key type encrypted registered\n[ 0.672292] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673312] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674332] evm: HMAC attrs: 0x1\n[ 0.675231] Magic number: 6:675:531\n[ 0.675979] tty ttyS11: hash matches\n[ 0.676765] rtc_cmos 00:00: setting system clock to 2018-10-12 12:32:10 UTC (1539347530)\n[ 0.678332] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679422] EDD information not available.\n[ 0.766164] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777848] Write protecting the kernel read-only data: 14336k\n[ 0.779412] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781173] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.137043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.09. iid=i-000000ed\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCriIgRb+3Ye/ImMU4LvD4WSvebkkzYY0TYfCioBVRtjs1V7SDNl/bNOIoLQ34heHffPqM8L0RIrBVhENGjlv496Yzf1nDP/oSe7AJHYgIP66utUtT3e0W7yJMxe4fvjLBGDOfmvg/l5IeT7vKEtBdisWx+vA9PIBEdKLO5C454XhJgpFv/t9M6mNkMavD1SpWfb69SnB6NFznVSJRGMiXx4wnVF2BSHbWi5Vnnz2rEvlo9KZC8EviwphxdWrdMquMwOXCi3twRQ28zZBP9s+/CsD9gxhWele3XEJzKI4dPf/ptiNzfTpu9hOFGSYgENDTvFIT9N8yGMyUzjymp0ev5 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIdzJ4VdIehJ/35APpsMQOzUHI514z9amE6xN11vFHqbe30JGOWMvTIWYkz2skKfIRx2Yl77k2MlktKcydytRwKFXOyZ5JC/UPsQaOft/dhWeS1lshfkgHyq6iyfyyZupfNgl4JcRbK6ENy098146BPfW4gigkmflwjYrtx+tOm7AAAAFQDSC0Os2VP8IvQ5igXMEHF518PmnQAAAIAnmOXm2zQ6ywcNN9feBNV8zDk6FgO+OgJNB7Vt4lJv2anI24XXl4tPR1l1eNUW1ewWZcTsbVSTHjbJH57RFvoa8v9DRwrbCG1++lw7Boss/WcKm18oEZr+qA1a0Li0CUAEt2cLiqz1aFPdzFakDFGNMxQxMcu3MStr9pLVuYqsdQAAAIAJ8bFJnK0csLjbN9o7ppXutGdF+cRmxC7xR9upq9Yf8TsDySlit9lE71EMpIrQGXIf0aP9X2ShxboNR2UJcMaOr0G1qkuSNjX8osPzQF+3puvUFtXT5jfD8/NWorulSLhTjfipXftGVGL3rvax9N5zYZazHpfs5xLX4HFSOjC99Q== 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:fe11:c885/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ed\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.12 ===\n/dev/root resized successfully [took 2.55s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:11:C8:85 \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe11:c885/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-10-12 12:33:44,493 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action used request id req-c4002c08-f28d-41e2-8252-f68a210f2347 2018-10-12 12:33:46,514 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e71dd4a8532fe2a343310bdc83e91b587c2c34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:33:47,591 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:33: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-9eaff3f7-5096-4622-a989-01691c7c067a x-compute-request-id: req-9eaff3f7-5096-4622-a989-01691c7c067a Content-Encoding: gzip Content-Length: 10072 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 522597962 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128562] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130154] pid_max: default: 32768 minimum: 301\n[ 0.131016] ACPI: Core revision 20150930\n[ 0.132363] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133620] Security Framework initialized\n[ 0.134404] Yama: becoming mindful.\n[ 0.135108] AppArmor: AppArmor initialized\n[ 0.135944] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137223] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138451] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139607] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140951] Initializing cgroup subsys io\n[ 0.141731] Initializing cgroup subsys memory\n[ 0.142554] Initializing cgroup subsys devices\n[ 0.143391] Initializing cgroup subsys freezer\n[ 0.144244] Initializing cgroup subsys net_cls\n[ 0.145076] Initializing cgroup subsys perf_event\n[ 0.145951] Initializing cgroup subsys net_prio\n[ 0.146798] Initializing cgroup subsys hugetlb\n[ 0.147627] Initializing cgroup subsys pids\n[ 0.148481] CPU: Physical Processor ID: 0\n[ 0.149948] mce: CPU supports 10 MCE banks\n[ 0.150761] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151726] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162912] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169307] ftrace: allocating 31920 entries in 125 pages\n[ 0.195858] smpboot: Max logical packages: 1\n[ 0.196719] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198022] x2apic enabled\n[ 0.198804] Switched APIC routing to physical x2apic.\n[ 0.200529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201611] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203528] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205254] KVM setup paravirtual spinlock\n[ 0.206511] x86: Booted up 1 node, 1 CPUs\n[ 0.207303] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208653] devtmpfs: initialized\n[ 0.210349] evm: security.selinux\n[ 0.211026] evm: security.SMACK64\n[ 0.211689] evm: security.SMACK64EXEC\n[ 0.212407] evm: security.SMACK64TRANSMUTE\n[ 0.213185] evm: security.SMACK64MMAP\n[ 0.213897] evm: security.ima\n[ 0.214521] evm: security.capability\n[ 0.215305] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217095] pinctrl core: initialized pinctrl subsystem\n[ 0.218162] RTC time: 12:32:09, date: 10/12/18\n[ 0.219091] NET: Registered protocol family 16\n[ 0.220031] cpuidle: using governor ladder\n[ 0.220814] cpuidle: using governor menu\n[ 0.221576] PCCT header not found.\n[ 0.222309] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224314] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226847] ACPI: Added _OSI(Processor Device)\n[ 0.227687] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228556] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230637] ACPI: Interpreter enabled\n[ 0.231387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234956] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236739] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238517] ACPI: (supports S0 S5)\n[ 0.239199] ACPI: Using IOAPIC for interrupt routing\n[ 0.240107] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243239] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244339] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245524] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246672] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248816] acpiphp: Slot [3] registered\n[ 0.249590] acpiphp: Slot [4] registered\n[ 0.250361] acpiphp: Slot [5] registered\n[ 0.251137] acpiphp: Slot [6] registered\n[ 0.251903] acpiphp: Slot [7] registered\n[ 0.252672] acpiphp: Slot [8] registered\n[ 0.253453] acpiphp: Slot [9] registered\n[ 0.254223] acpiphp: Slot [10] registered\n[ 0.255004] acpiphp: Slot [11] registered\n[ 0.255787] acpiphp: Slot [12] registered\n[ 0.256578] acpiphp: Slot [13] registered\n[ 0.257358] acpiphp: Slot [14] registered\n[ 0.258138] acpiphp: Slot [15] registered\n[ 0.268886] acpiphp: Slot [16] registered\n[ 0.269711] acpiphp: Slot [17] registered\n[ 0.270495] acpiphp: Slot [18] registered\n[ 0.271286] acpiphp: Slot [19] registered\n[ 0.272067] acpiphp: Slot [20] registered\n[ 0.272846] acpiphp: Slot [21] registered\n[ 0.273633] acpiphp: Slot [22] registered\n[ 0.274429] acpiphp: Slot [23] registered\n[ 0.275217] acpiphp: Slot [24] registered\n[ 0.276001] acpiphp: Slot [25] registered\n[ 0.276778] acpiphp: Slot [26] registered\n[ 0.277567] acpiphp: Slot [27] registered\n[ 0.278359] acpiphp: Slot [28] registered\n[ 0.279143] acpiphp: Slot [29] registered\n[ 0.279925] acpiphp: Slot [30] registered\n[ 0.280702] acpiphp: Slot [31] registered\n[ 0.281489] PCI host bridge to bus 0000:00\n[ 0.282273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283441] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286013] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287415] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294836] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295975] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297194] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303665] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351881] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353364] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354735] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356145] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357515] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359838] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360864] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362369] vgaarb: loaded\n[ 0.362954] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364067] SCSI subsystem initialized\n[ 0.364854] ACPI: bus type USB registered\n[ 0.365645] usbcore: registered new interface driver usbfs\n[ 0.366644] usbcore: registered new interface driver hub\n[ 0.367634] usbcore: registered new device driver usb\n[ 0.368655] PCI: Using ACPI for IRQ routing\n[ 0.369645] NetLabel: Initializing\n[ 0.370344] NetLabel: domain hash size = 128\n[ 0.371171] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372094] NetLabel: unlabeled traffic allowed by default\n[ 0.373182] clocksource: Switched to clocksource kvm-clock\n[ 0.378570] AppArmor: AppArmor Filesystem Enabled\n[ 0.379494] pnp: PnP ACPI init\n[ 0.380381] pnp: PnP ACPI: found 5 devices\n[ 0.386743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388477] NET: Registered protocol family 2\n[ 0.389423] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391852] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394057] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395208] NET: Registered protocol family 1\n[ 0.396069] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397144] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412142] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426365] Trying to unpack rootfs image as initramfs...\n[ 0.475174] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488984] Scanning for low memory corruption every 60 seconds\n[ 0.490315] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491438] audit: initializing netlink subsys (disabled)\n[ 0.492447] audit: type=2000 audit(1539347530.004:1): initialized\n[ 0.493763] Initialise system trusted keyring\n[ 0.494677] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495820] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497790] zbud: loaded\n[ 0.498490] VFS: Disk quotas dquot_6.6.0\n[ 0.499310] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500822] fuse init (API version 7.23)\n[ 0.501730] Key type big_key registered\n[ 0.502523] Allocating IMA MOK and blacklist keyrings.\n[ 0.503979] Key type asymmetric registered\n[ 0.504789] Asymmetric key parser 'x509' registered\n[ 0.505742] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507194] io scheduler noop registered\n[ 0.507978] io scheduler deadline registered (default)\n[ 0.508948] io scheduler cfq registered\n[ 0.509778] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510819] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512062] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513502] ACPI: Power Button [PWRF]\n[ 0.514342] GHES: HEST is not enabled!\n[ 0.528203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558435] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560677] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586224] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588846] Linux agpgart interface v0.103\n[ 0.590901] brd: module loaded\n[ 0.592128] loop: module loaded\n[ 0.596803] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598243] GPT:90111 != 2097151\n[ 0.598905] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599967] GPT:90111 != 2097151\n[ 0.600622] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601564] vda: vda1 vda15\n[ 0.603052] scsi host0: ata_piix\n[ 0.603790] scsi host1: ata_piix\n[ 0.604484] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605674] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607093] libphy: Fixed MDIO Bus: probed\n[ 0.607891] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608819] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610953] PPP generic driver version 2.4.2\n[ 0.611829] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613102] ehci-pci: EHCI PCI platform driver\n[ 0.613963] ehci-platform: EHCI generic platform driver\n[ 0.614933] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616043] ohci-pci: OHCI PCI platform driver\n[ 0.616883] ohci-platform: OHCI generic platform driver\n[ 0.617852] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633209] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634626] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635634] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636729] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637940] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639326] usb usb1: Product: UHCI Host Controller\n[ 0.640240] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641355] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642345] hub 1-0:1.0: USB hub found\n[ 0.643111] hub 1-0:1.0: 2 ports detected\n[ 0.643993] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646083] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647018] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648017] mousedev: PS/2 mouse device common for all mice\n[ 0.649256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651056] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652126] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653308] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654472] i2c /dev entries driver\n[ 0.655218] device-mapper: uevent: version 1.0.3\n[ 0.656133] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657726] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658994] NET: Registered protocol family 10\n[ 0.659971] NET: Registered protocol family 17\n[ 0.660838] Key type dns_resolver registered\n[ 0.661746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662816] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664544] registered taskstats version 1\n[ 0.665371] Loading compiled-in X.509 certificates\n[ 0.666795] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668602] zswap: loaded using pool lzo/zbud\n[ 0.669961] Key type trusted registered\n[ 0.671476] Key type encrypted registered\n[ 0.672292] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673312] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674332] evm: HMAC attrs: 0x1\n[ 0.675231] Magic number: 6:675:531\n[ 0.675979] tty ttyS11: hash matches\n[ 0.676765] rtc_cmos 00:00: setting system clock to 2018-10-12 12:32:10 UTC (1539347530)\n[ 0.678332] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679422] EDD information not available.\n[ 0.766164] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777848] Write protecting the kernel read-only data: 14336k\n[ 0.779412] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781173] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.137043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.09. iid=i-000000ed\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCriIgRb+3Ye/ImMU4LvD4WSvebkkzYY0TYfCioBVRtjs1V7SDNl/bNOIoLQ34heHffPqM8L0RIrBVhENGjlv496Yzf1nDP/oSe7AJHYgIP66utUtT3e0W7yJMxe4fvjLBGDOfmvg/l5IeT7vKEtBdisWx+vA9PIBEdKLO5C454XhJgpFv/t9M6mNkMavD1SpWfb69SnB6NFznVSJRGMiXx4wnVF2BSHbWi5Vnnz2rEvlo9KZC8EviwphxdWrdMquMwOXCi3twRQ28zZBP9s+/CsD9gxhWele3XEJzKI4dPf/ptiNzfTpu9hOFGSYgENDTvFIT9N8yGMyUzjymp0ev5 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIdzJ4VdIehJ/35APpsMQOzUHI514z9amE6xN11vFHqbe30JGOWMvTIWYkz2skKfIRx2Yl77k2MlktKcydytRwKFXOyZ5JC/UPsQaOft/dhWeS1lshfkgHyq6iyfyyZupfNgl4JcRbK6ENy098146BPfW4gigkmflwjYrtx+tOm7AAAAFQDSC0Os2VP8IvQ5igXMEHF518PmnQAAAIAnmOXm2zQ6ywcNN9feBNV8zDk6FgO+OgJNB7Vt4lJv2anI24XXl4tPR1l1eNUW1ewWZcTsbVSTHjbJH57RFvoa8v9DRwrbCG1++lw7Boss/WcKm18oEZr+qA1a0Li0CUAEt2cLiqz1aFPdzFakDFGNMxQxMcu3MStr9pLVuYqsdQAAAIAJ8bFJnK0csLjbN9o7ppXutGdF+cRmxC7xR9upq9Yf8TsDySlit9lE71EMpIrQGXIf0aP9X2ShxboNR2UJcMaOr0G1qkuSNjX8osPzQF+3puvUFtXT5jfD8/NWorulSLhTjfipXftGVGL3rvax9N5zYZazHpfs5xLX4HFSOjC99Q== 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:fe11:c885/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ed\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.12 ===\n/dev/root resized successfully [took 2.55s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:11:C8:85 \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe11:c885/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-10-12 12:33:47,592 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action used request id req-9eaff3f7-5096-4622-a989-01691c7c067a 2018-10-12 12:33:49,612 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e71dd4a8532fe2a343310bdc83e91b587c2c34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:33:50,683 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:33:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-38f312ac-57e1-47ef-b3e9-76e51ac2a4ef x-compute-request-id: req-38f312ac-57e1-47ef-b3e9-76e51ac2a4ef Content-Encoding: gzip Content-Length: 10072 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 522597962 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128562] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130154] pid_max: default: 32768 minimum: 301\n[ 0.131016] ACPI: Core revision 20150930\n[ 0.132363] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133620] Security Framework initialized\n[ 0.134404] Yama: becoming mindful.\n[ 0.135108] AppArmor: AppArmor initialized\n[ 0.135944] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137223] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138451] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139607] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140951] Initializing cgroup subsys io\n[ 0.141731] Initializing cgroup subsys memory\n[ 0.142554] Initializing cgroup subsys devices\n[ 0.143391] Initializing cgroup subsys freezer\n[ 0.144244] Initializing cgroup subsys net_cls\n[ 0.145076] Initializing cgroup subsys perf_event\n[ 0.145951] Initializing cgroup subsys net_prio\n[ 0.146798] Initializing cgroup subsys hugetlb\n[ 0.147627] Initializing cgroup subsys pids\n[ 0.148481] CPU: Physical Processor ID: 0\n[ 0.149948] mce: CPU supports 10 MCE banks\n[ 0.150761] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151726] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162912] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169307] ftrace: allocating 31920 entries in 125 pages\n[ 0.195858] smpboot: Max logical packages: 1\n[ 0.196719] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198022] x2apic enabled\n[ 0.198804] Switched APIC routing to physical x2apic.\n[ 0.200529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201611] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203528] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205254] KVM setup paravirtual spinlock\n[ 0.206511] x86: Booted up 1 node, 1 CPUs\n[ 0.207303] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208653] devtmpfs: initialized\n[ 0.210349] evm: security.selinux\n[ 0.211026] evm: security.SMACK64\n[ 0.211689] evm: security.SMACK64EXEC\n[ 0.212407] evm: security.SMACK64TRANSMUTE\n[ 0.213185] evm: security.SMACK64MMAP\n[ 0.213897] evm: security.ima\n[ 0.214521] evm: security.capability\n[ 0.215305] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217095] pinctrl core: initialized pinctrl subsystem\n[ 0.218162] RTC time: 12:32:09, date: 10/12/18\n[ 0.219091] NET: Registered protocol family 16\n[ 0.220031] cpuidle: using governor ladder\n[ 0.220814] cpuidle: using governor menu\n[ 0.221576] PCCT header not found.\n[ 0.222309] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224314] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226847] ACPI: Added _OSI(Processor Device)\n[ 0.227687] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228556] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230637] ACPI: Interpreter enabled\n[ 0.231387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234956] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236739] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238517] ACPI: (supports S0 S5)\n[ 0.239199] ACPI: Using IOAPIC for interrupt routing\n[ 0.240107] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243239] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244339] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245524] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246672] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248816] acpiphp: Slot [3] registered\n[ 0.249590] acpiphp: Slot [4] registered\n[ 0.250361] acpiphp: Slot [5] registered\n[ 0.251137] acpiphp: Slot [6] registered\n[ 0.251903] acpiphp: Slot [7] registered\n[ 0.252672] acpiphp: Slot [8] registered\n[ 0.253453] acpiphp: Slot [9] registered\n[ 0.254223] acpiphp: Slot [10] registered\n[ 0.255004] acpiphp: Slot [11] registered\n[ 0.255787] acpiphp: Slot [12] registered\n[ 0.256578] acpiphp: Slot [13] registered\n[ 0.257358] acpiphp: Slot [14] registered\n[ 0.258138] acpiphp: Slot [15] registered\n[ 0.268886] acpiphp: Slot [16] registered\n[ 0.269711] acpiphp: Slot [17] registered\n[ 0.270495] acpiphp: Slot [18] registered\n[ 0.271286] acpiphp: Slot [19] registered\n[ 0.272067] acpiphp: Slot [20] registered\n[ 0.272846] acpiphp: Slot [21] registered\n[ 0.273633] acpiphp: Slot [22] registered\n[ 0.274429] acpiphp: Slot [23] registered\n[ 0.275217] acpiphp: Slot [24] registered\n[ 0.276001] acpiphp: Slot [25] registered\n[ 0.276778] acpiphp: Slot [26] registered\n[ 0.277567] acpiphp: Slot [27] registered\n[ 0.278359] acpiphp: Slot [28] registered\n[ 0.279143] acpiphp: Slot [29] registered\n[ 0.279925] acpiphp: Slot [30] registered\n[ 0.280702] acpiphp: Slot [31] registered\n[ 0.281489] PCI host bridge to bus 0000:00\n[ 0.282273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283441] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286013] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287415] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294836] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295975] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297194] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303665] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351881] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353364] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354735] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356145] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357515] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359838] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360864] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362369] vgaarb: loaded\n[ 0.362954] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364067] SCSI subsystem initialized\n[ 0.364854] ACPI: bus type USB registered\n[ 0.365645] usbcore: registered new interface driver usbfs\n[ 0.366644] usbcore: registered new interface driver hub\n[ 0.367634] usbcore: registered new device driver usb\n[ 0.368655] PCI: Using ACPI for IRQ routing\n[ 0.369645] NetLabel: Initializing\n[ 0.370344] NetLabel: domain hash size = 128\n[ 0.371171] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372094] NetLabel: unlabeled traffic allowed by default\n[ 0.373182] clocksource: Switched to clocksource kvm-clock\n[ 0.378570] AppArmor: AppArmor Filesystem Enabled\n[ 0.379494] pnp: PnP ACPI init\n[ 0.380381] pnp: PnP ACPI: found 5 devices\n[ 0.386743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388477] NET: Registered protocol family 2\n[ 0.389423] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391852] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394057] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395208] NET: Registered protocol family 1\n[ 0.396069] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397144] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412142] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426365] Trying to unpack rootfs image as initramfs...\n[ 0.475174] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488984] Scanning for low memory corruption every 60 seconds\n[ 0.490315] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491438] audit: initializing netlink subsys (disabled)\n[ 0.492447] audit: type=2000 audit(1539347530.004:1): initialized\n[ 0.493763] Initialise system trusted keyring\n[ 0.494677] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495820] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497790] zbud: loaded\n[ 0.498490] VFS: Disk quotas dquot_6.6.0\n[ 0.499310] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500822] fuse init (API version 7.23)\n[ 0.501730] Key type big_key registered\n[ 0.502523] Allocating IMA MOK and blacklist keyrings.\n[ 0.503979] Key type asymmetric registered\n[ 0.504789] Asymmetric key parser 'x509' registered\n[ 0.505742] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507194] io scheduler noop registered\n[ 0.507978] io scheduler deadline registered (default)\n[ 0.508948] io scheduler cfq registered\n[ 0.509778] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510819] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512062] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513502] ACPI: Power Button [PWRF]\n[ 0.514342] GHES: HEST is not enabled!\n[ 0.528203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558435] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560677] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586224] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588846] Linux agpgart interface v0.103\n[ 0.590901] brd: module loaded\n[ 0.592128] loop: module loaded\n[ 0.596803] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598243] GPT:90111 != 2097151\n[ 0.598905] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599967] GPT:90111 != 2097151\n[ 0.600622] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601564] vda: vda1 vda15\n[ 0.603052] scsi host0: ata_piix\n[ 0.603790] scsi host1: ata_piix\n[ 0.604484] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605674] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607093] libphy: Fixed MDIO Bus: probed\n[ 0.607891] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608819] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610953] PPP generic driver version 2.4.2\n[ 0.611829] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613102] ehci-pci: EHCI PCI platform driver\n[ 0.613963] ehci-platform: EHCI generic platform driver\n[ 0.614933] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616043] ohci-pci: OHCI PCI platform driver\n[ 0.616883] ohci-platform: OHCI generic platform driver\n[ 0.617852] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633209] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634626] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635634] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636729] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637940] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639326] usb usb1: Product: UHCI Host Controller\n[ 0.640240] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641355] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642345] hub 1-0:1.0: USB hub found\n[ 0.643111] hub 1-0:1.0: 2 ports detected\n[ 0.643993] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646083] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647018] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648017] mousedev: PS/2 mouse device common for all mice\n[ 0.649256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651056] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652126] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653308] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654472] i2c /dev entries driver\n[ 0.655218] device-mapper: uevent: version 1.0.3\n[ 0.656133] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657726] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658994] NET: Registered protocol family 10\n[ 0.659971] NET: Registered protocol family 17\n[ 0.660838] Key type dns_resolver registered\n[ 0.661746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662816] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664544] registered taskstats version 1\n[ 0.665371] Loading compiled-in X.509 certificates\n[ 0.666795] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668602] zswap: loaded using pool lzo/zbud\n[ 0.669961] Key type trusted registered\n[ 0.671476] Key type encrypted registered\n[ 0.672292] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673312] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674332] evm: HMAC attrs: 0x1\n[ 0.675231] Magic number: 6:675:531\n[ 0.675979] tty ttyS11: hash matches\n[ 0.676765] rtc_cmos 00:00: setting system clock to 2018-10-12 12:32:10 UTC (1539347530)\n[ 0.678332] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679422] EDD information not available.\n[ 0.766164] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777848] Write protecting the kernel read-only data: 14336k\n[ 0.779412] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781173] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.137043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.09. iid=i-000000ed\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCriIgRb+3Ye/ImMU4LvD4WSvebkkzYY0TYfCioBVRtjs1V7SDNl/bNOIoLQ34heHffPqM8L0RIrBVhENGjlv496Yzf1nDP/oSe7AJHYgIP66utUtT3e0W7yJMxe4fvjLBGDOfmvg/l5IeT7vKEtBdisWx+vA9PIBEdKLO5C454XhJgpFv/t9M6mNkMavD1SpWfb69SnB6NFznVSJRGMiXx4wnVF2BSHbWi5Vnnz2rEvlo9KZC8EviwphxdWrdMquMwOXCi3twRQ28zZBP9s+/CsD9gxhWele3XEJzKI4dPf/ptiNzfTpu9hOFGSYgENDTvFIT9N8yGMyUzjymp0ev5 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIdzJ4VdIehJ/35APpsMQOzUHI514z9amE6xN11vFHqbe30JGOWMvTIWYkz2skKfIRx2Yl77k2MlktKcydytRwKFXOyZ5JC/UPsQaOft/dhWeS1lshfkgHyq6iyfyyZupfNgl4JcRbK6ENy098146BPfW4gigkmflwjYrtx+tOm7AAAAFQDSC0Os2VP8IvQ5igXMEHF518PmnQAAAIAnmOXm2zQ6ywcNN9feBNV8zDk6FgO+OgJNB7Vt4lJv2anI24XXl4tPR1l1eNUW1ewWZcTsbVSTHjbJH57RFvoa8v9DRwrbCG1++lw7Boss/WcKm18oEZr+qA1a0Li0CUAEt2cLiqz1aFPdzFakDFGNMxQxMcu3MStr9pLVuYqsdQAAAIAJ8bFJnK0csLjbN9o7ppXutGdF+cRmxC7xR9upq9Yf8TsDySlit9lE71EMpIrQGXIf0aP9X2ShxboNR2UJcMaOr0G1qkuSNjX8osPzQF+3puvUFtXT5jfD8/NWorulSLhTjfipXftGVGL3rvax9N5zYZazHpfs5xLX4HFSOjC99Q== 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:fe11:c885/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ed\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.12 ===\n/dev/root resized successfully [took 2.55s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:11:C8:85 \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe11:c885/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-10-12 12:33:50,683 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action used request id req-38f312ac-57e1-47ef-b3e9-76e51ac2a4ef 2018-10-12 12:33:52,704 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e71dd4a8532fe2a343310bdc83e91b587c2c34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:33:53,778 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:33: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-42e55d4b-7a64-46ad-bae8-e302fd53291f x-compute-request-id: req-42e55d4b-7a64-46ad-bae8-e302fd53291f Content-Encoding: gzip Content-Length: 10072 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 522597962 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128562] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130154] pid_max: default: 32768 minimum: 301\n[ 0.131016] ACPI: Core revision 20150930\n[ 0.132363] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133620] Security Framework initialized\n[ 0.134404] Yama: becoming mindful.\n[ 0.135108] AppArmor: AppArmor initialized\n[ 0.135944] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137223] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138451] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139607] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140951] Initializing cgroup subsys io\n[ 0.141731] Initializing cgroup subsys memory\n[ 0.142554] Initializing cgroup subsys devices\n[ 0.143391] Initializing cgroup subsys freezer\n[ 0.144244] Initializing cgroup subsys net_cls\n[ 0.145076] Initializing cgroup subsys perf_event\n[ 0.145951] Initializing cgroup subsys net_prio\n[ 0.146798] Initializing cgroup subsys hugetlb\n[ 0.147627] Initializing cgroup subsys pids\n[ 0.148481] CPU: Physical Processor ID: 0\n[ 0.149948] mce: CPU supports 10 MCE banks\n[ 0.150761] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151726] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162912] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169307] ftrace: allocating 31920 entries in 125 pages\n[ 0.195858] smpboot: Max logical packages: 1\n[ 0.196719] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198022] x2apic enabled\n[ 0.198804] Switched APIC routing to physical x2apic.\n[ 0.200529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201611] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203528] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205254] KVM setup paravirtual spinlock\n[ 0.206511] x86: Booted up 1 node, 1 CPUs\n[ 0.207303] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208653] devtmpfs: initialized\n[ 0.210349] evm: security.selinux\n[ 0.211026] evm: security.SMACK64\n[ 0.211689] evm: security.SMACK64EXEC\n[ 0.212407] evm: security.SMACK64TRANSMUTE\n[ 0.213185] evm: security.SMACK64MMAP\n[ 0.213897] evm: security.ima\n[ 0.214521] evm: security.capability\n[ 0.215305] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217095] pinctrl core: initialized pinctrl subsystem\n[ 0.218162] RTC time: 12:32:09, date: 10/12/18\n[ 0.219091] NET: Registered protocol family 16\n[ 0.220031] cpuidle: using governor ladder\n[ 0.220814] cpuidle: using governor menu\n[ 0.221576] PCCT header not found.\n[ 0.222309] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224314] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226847] ACPI: Added _OSI(Processor Device)\n[ 0.227687] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228556] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230637] ACPI: Interpreter enabled\n[ 0.231387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234956] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236739] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238517] ACPI: (supports S0 S5)\n[ 0.239199] ACPI: Using IOAPIC for interrupt routing\n[ 0.240107] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243239] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244339] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245524] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246672] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248816] acpiphp: Slot [3] registered\n[ 0.249590] acpiphp: Slot [4] registered\n[ 0.250361] acpiphp: Slot [5] registered\n[ 0.251137] acpiphp: Slot [6] registered\n[ 0.251903] acpiphp: Slot [7] registered\n[ 0.252672] acpiphp: Slot [8] registered\n[ 0.253453] acpiphp: Slot [9] registered\n[ 0.254223] acpiphp: Slot [10] registered\n[ 0.255004] acpiphp: Slot [11] registered\n[ 0.255787] acpiphp: Slot [12] registered\n[ 0.256578] acpiphp: Slot [13] registered\n[ 0.257358] acpiphp: Slot [14] registered\n[ 0.258138] acpiphp: Slot [15] registered\n[ 0.268886] acpiphp: Slot [16] registered\n[ 0.269711] acpiphp: Slot [17] registered\n[ 0.270495] acpiphp: Slot [18] registered\n[ 0.271286] acpiphp: Slot [19] registered\n[ 0.272067] acpiphp: Slot [20] registered\n[ 0.272846] acpiphp: Slot [21] registered\n[ 0.273633] acpiphp: Slot [22] registered\n[ 0.274429] acpiphp: Slot [23] registered\n[ 0.275217] acpiphp: Slot [24] registered\n[ 0.276001] acpiphp: Slot [25] registered\n[ 0.276778] acpiphp: Slot [26] registered\n[ 0.277567] acpiphp: Slot [27] registered\n[ 0.278359] acpiphp: Slot [28] registered\n[ 0.279143] acpiphp: Slot [29] registered\n[ 0.279925] acpiphp: Slot [30] registered\n[ 0.280702] acpiphp: Slot [31] registered\n[ 0.281489] PCI host bridge to bus 0000:00\n[ 0.282273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283441] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286013] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287415] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294836] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295975] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297194] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303665] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351881] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353364] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354735] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356145] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357515] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359838] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360864] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362369] vgaarb: loaded\n[ 0.362954] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364067] SCSI subsystem initialized\n[ 0.364854] ACPI: bus type USB registered\n[ 0.365645] usbcore: registered new interface driver usbfs\n[ 0.366644] usbcore: registered new interface driver hub\n[ 0.367634] usbcore: registered new device driver usb\n[ 0.368655] PCI: Using ACPI for IRQ routing\n[ 0.369645] NetLabel: Initializing\n[ 0.370344] NetLabel: domain hash size = 128\n[ 0.371171] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372094] NetLabel: unlabeled traffic allowed by default\n[ 0.373182] clocksource: Switched to clocksource kvm-clock\n[ 0.378570] AppArmor: AppArmor Filesystem Enabled\n[ 0.379494] pnp: PnP ACPI init\n[ 0.380381] pnp: PnP ACPI: found 5 devices\n[ 0.386743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388477] NET: Registered protocol family 2\n[ 0.389423] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391852] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394057] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395208] NET: Registered protocol family 1\n[ 0.396069] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397144] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412142] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426365] Trying to unpack rootfs image as initramfs...\n[ 0.475174] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488984] Scanning for low memory corruption every 60 seconds\n[ 0.490315] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491438] audit: initializing netlink subsys (disabled)\n[ 0.492447] audit: type=2000 audit(1539347530.004:1): initialized\n[ 0.493763] Initialise system trusted keyring\n[ 0.494677] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495820] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497790] zbud: loaded\n[ 0.498490] VFS: Disk quotas dquot_6.6.0\n[ 0.499310] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500822] fuse init (API version 7.23)\n[ 0.501730] Key type big_key registered\n[ 0.502523] Allocating IMA MOK and blacklist keyrings.\n[ 0.503979] Key type asymmetric registered\n[ 0.504789] Asymmetric key parser 'x509' registered\n[ 0.505742] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507194] io scheduler noop registered\n[ 0.507978] io scheduler deadline registered (default)\n[ 0.508948] io scheduler cfq registered\n[ 0.509778] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510819] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512062] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513502] ACPI: Power Button [PWRF]\n[ 0.514342] GHES: HEST is not enabled!\n[ 0.528203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558435] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560677] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586224] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588846] Linux agpgart interface v0.103\n[ 0.590901] brd: module loaded\n[ 0.592128] loop: module loaded\n[ 0.596803] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598243] GPT:90111 != 2097151\n[ 0.598905] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599967] GPT:90111 != 2097151\n[ 0.600622] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601564] vda: vda1 vda15\n[ 0.603052] scsi host0: ata_piix\n[ 0.603790] scsi host1: ata_piix\n[ 0.604484] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605674] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607093] libphy: Fixed MDIO Bus: probed\n[ 0.607891] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608819] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610953] PPP generic driver version 2.4.2\n[ 0.611829] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613102] ehci-pci: EHCI PCI platform driver\n[ 0.613963] ehci-platform: EHCI generic platform driver\n[ 0.614933] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616043] ohci-pci: OHCI PCI platform driver\n[ 0.616883] ohci-platform: OHCI generic platform driver\n[ 0.617852] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633209] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634626] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635634] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636729] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637940] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639326] usb usb1: Product: UHCI Host Controller\n[ 0.640240] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641355] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642345] hub 1-0:1.0: USB hub found\n[ 0.643111] hub 1-0:1.0: 2 ports detected\n[ 0.643993] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646083] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647018] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648017] mousedev: PS/2 mouse device common for all mice\n[ 0.649256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651056] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652126] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653308] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654472] i2c /dev entries driver\n[ 0.655218] device-mapper: uevent: version 1.0.3\n[ 0.656133] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657726] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658994] NET: Registered protocol family 10\n[ 0.659971] NET: Registered protocol family 17\n[ 0.660838] Key type dns_resolver registered\n[ 0.661746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662816] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664544] registered taskstats version 1\n[ 0.665371] Loading compiled-in X.509 certificates\n[ 0.666795] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668602] zswap: loaded using pool lzo/zbud\n[ 0.669961] Key type trusted registered\n[ 0.671476] Key type encrypted registered\n[ 0.672292] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673312] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674332] evm: HMAC attrs: 0x1\n[ 0.675231] Magic number: 6:675:531\n[ 0.675979] tty ttyS11: hash matches\n[ 0.676765] rtc_cmos 00:00: setting system clock to 2018-10-12 12:32:10 UTC (1539347530)\n[ 0.678332] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679422] EDD information not available.\n[ 0.766164] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777848] Write protecting the kernel read-only data: 14336k\n[ 0.779412] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781173] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.137043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.09. iid=i-000000ed\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCriIgRb+3Ye/ImMU4LvD4WSvebkkzYY0TYfCioBVRtjs1V7SDNl/bNOIoLQ34heHffPqM8L0RIrBVhENGjlv496Yzf1nDP/oSe7AJHYgIP66utUtT3e0W7yJMxe4fvjLBGDOfmvg/l5IeT7vKEtBdisWx+vA9PIBEdKLO5C454XhJgpFv/t9M6mNkMavD1SpWfb69SnB6NFznVSJRGMiXx4wnVF2BSHbWi5Vnnz2rEvlo9KZC8EviwphxdWrdMquMwOXCi3twRQ28zZBP9s+/CsD9gxhWele3XEJzKI4dPf/ptiNzfTpu9hOFGSYgENDTvFIT9N8yGMyUzjymp0ev5 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIdzJ4VdIehJ/35APpsMQOzUHI514z9amE6xN11vFHqbe30JGOWMvTIWYkz2skKfIRx2Yl77k2MlktKcydytRwKFXOyZ5JC/UPsQaOft/dhWeS1lshfkgHyq6iyfyyZupfNgl4JcRbK6ENy098146BPfW4gigkmflwjYrtx+tOm7AAAAFQDSC0Os2VP8IvQ5igXMEHF518PmnQAAAIAnmOXm2zQ6ywcNN9feBNV8zDk6FgO+OgJNB7Vt4lJv2anI24XXl4tPR1l1eNUW1ewWZcTsbVSTHjbJH57RFvoa8v9DRwrbCG1++lw7Boss/WcKm18oEZr+qA1a0Li0CUAEt2cLiqz1aFPdzFakDFGNMxQxMcu3MStr9pLVuYqsdQAAAIAJ8bFJnK0csLjbN9o7ppXutGdF+cRmxC7xR9upq9Yf8TsDySlit9lE71EMpIrQGXIf0aP9X2ShxboNR2UJcMaOr0G1qkuSNjX8osPzQF+3puvUFtXT5jfD8/NWorulSLhTjfipXftGVGL3rvax9N5zYZazHpfs5xLX4HFSOjC99Q== 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:fe11:c885/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ed\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.12 ===\n/dev/root resized successfully [took 2.55s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:11:C8:85 \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe11:c885/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-10-12 12:33:53,779 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action used request id req-42e55d4b-7a64-46ad-bae8-e302fd53291f 2018-10-12 12:33:55,800 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e71dd4a8532fe2a343310bdc83e91b587c2c34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:33:56,922 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:33: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-64f8c440-bc7e-4900-b923-9a7c98c78911 x-compute-request-id: req-64f8c440-bc7e-4900-b923-9a7c98c78911 Content-Encoding: gzip Content-Length: 10072 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 522597962 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128562] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130154] pid_max: default: 32768 minimum: 301\n[ 0.131016] ACPI: Core revision 20150930\n[ 0.132363] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133620] Security Framework initialized\n[ 0.134404] Yama: becoming mindful.\n[ 0.135108] AppArmor: AppArmor initialized\n[ 0.135944] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137223] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138451] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139607] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140951] Initializing cgroup subsys io\n[ 0.141731] Initializing cgroup subsys memory\n[ 0.142554] Initializing cgroup subsys devices\n[ 0.143391] Initializing cgroup subsys freezer\n[ 0.144244] Initializing cgroup subsys net_cls\n[ 0.145076] Initializing cgroup subsys perf_event\n[ 0.145951] Initializing cgroup subsys net_prio\n[ 0.146798] Initializing cgroup subsys hugetlb\n[ 0.147627] Initializing cgroup subsys pids\n[ 0.148481] CPU: Physical Processor ID: 0\n[ 0.149948] mce: CPU supports 10 MCE banks\n[ 0.150761] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151726] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162912] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169307] ftrace: allocating 31920 entries in 125 pages\n[ 0.195858] smpboot: Max logical packages: 1\n[ 0.196719] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198022] x2apic enabled\n[ 0.198804] Switched APIC routing to physical x2apic.\n[ 0.200529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201611] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203528] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205254] KVM setup paravirtual spinlock\n[ 0.206511] x86: Booted up 1 node, 1 CPUs\n[ 0.207303] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208653] devtmpfs: initialized\n[ 0.210349] evm: security.selinux\n[ 0.211026] evm: security.SMACK64\n[ 0.211689] evm: security.SMACK64EXEC\n[ 0.212407] evm: security.SMACK64TRANSMUTE\n[ 0.213185] evm: security.SMACK64MMAP\n[ 0.213897] evm: security.ima\n[ 0.214521] evm: security.capability\n[ 0.215305] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217095] pinctrl core: initialized pinctrl subsystem\n[ 0.218162] RTC time: 12:32:09, date: 10/12/18\n[ 0.219091] NET: Registered protocol family 16\n[ 0.220031] cpuidle: using governor ladder\n[ 0.220814] cpuidle: using governor menu\n[ 0.221576] PCCT header not found.\n[ 0.222309] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224314] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226847] ACPI: Added _OSI(Processor Device)\n[ 0.227687] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228556] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230637] ACPI: Interpreter enabled\n[ 0.231387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234956] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236739] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238517] ACPI: (supports S0 S5)\n[ 0.239199] ACPI: Using IOAPIC for interrupt routing\n[ 0.240107] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243239] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244339] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245524] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246672] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248816] acpiphp: Slot [3] registered\n[ 0.249590] acpiphp: Slot [4] registered\n[ 0.250361] acpiphp: Slot [5] registered\n[ 0.251137] acpiphp: Slot [6] registered\n[ 0.251903] acpiphp: Slot [7] registered\n[ 0.252672] acpiphp: Slot [8] registered\n[ 0.253453] acpiphp: Slot [9] registered\n[ 0.254223] acpiphp: Slot [10] registered\n[ 0.255004] acpiphp: Slot [11] registered\n[ 0.255787] acpiphp: Slot [12] registered\n[ 0.256578] acpiphp: Slot [13] registered\n[ 0.257358] acpiphp: Slot [14] registered\n[ 0.258138] acpiphp: Slot [15] registered\n[ 0.268886] acpiphp: Slot [16] registered\n[ 0.269711] acpiphp: Slot [17] registered\n[ 0.270495] acpiphp: Slot [18] registered\n[ 0.271286] acpiphp: Slot [19] registered\n[ 0.272067] acpiphp: Slot [20] registered\n[ 0.272846] acpiphp: Slot [21] registered\n[ 0.273633] acpiphp: Slot [22] registered\n[ 0.274429] acpiphp: Slot [23] registered\n[ 0.275217] acpiphp: Slot [24] registered\n[ 0.276001] acpiphp: Slot [25] registered\n[ 0.276778] acpiphp: Slot [26] registered\n[ 0.277567] acpiphp: Slot [27] registered\n[ 0.278359] acpiphp: Slot [28] registered\n[ 0.279143] acpiphp: Slot [29] registered\n[ 0.279925] acpiphp: Slot [30] registered\n[ 0.280702] acpiphp: Slot [31] registered\n[ 0.281489] PCI host bridge to bus 0000:00\n[ 0.282273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283441] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286013] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287415] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294836] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295975] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297194] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303665] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351881] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353364] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354735] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356145] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357515] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359838] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360864] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362369] vgaarb: loaded\n[ 0.362954] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364067] SCSI subsystem initialized\n[ 0.364854] ACPI: bus type USB registered\n[ 0.365645] usbcore: registered new interface driver usbfs\n[ 0.366644] usbcore: registered new interface driver hub\n[ 0.367634] usbcore: registered new device driver usb\n[ 0.368655] PCI: Using ACPI for IRQ routing\n[ 0.369645] NetLabel: Initializing\n[ 0.370344] NetLabel: domain hash size = 128\n[ 0.371171] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372094] NetLabel: unlabeled traffic allowed by default\n[ 0.373182] clocksource: Switched to clocksource kvm-clock\n[ 0.378570] AppArmor: AppArmor Filesystem Enabled\n[ 0.379494] pnp: PnP ACPI init\n[ 0.380381] pnp: PnP ACPI: found 5 devices\n[ 0.386743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388477] NET: Registered protocol family 2\n[ 0.389423] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391852] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394057] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395208] NET: Registered protocol family 1\n[ 0.396069] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397144] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412142] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426365] Trying to unpack rootfs image as initramfs...\n[ 0.475174] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488984] Scanning for low memory corruption every 60 seconds\n[ 0.490315] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491438] audit: initializing netlink subsys (disabled)\n[ 0.492447] audit: type=2000 audit(1539347530.004:1): initialized\n[ 0.493763] Initialise system trusted keyring\n[ 0.494677] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495820] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497790] zbud: loaded\n[ 0.498490] VFS: Disk quotas dquot_6.6.0\n[ 0.499310] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500822] fuse init (API version 7.23)\n[ 0.501730] Key type big_key registered\n[ 0.502523] Allocating IMA MOK and blacklist keyrings.\n[ 0.503979] Key type asymmetric registered\n[ 0.504789] Asymmetric key parser 'x509' registered\n[ 0.505742] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507194] io scheduler noop registered\n[ 0.507978] io scheduler deadline registered (default)\n[ 0.508948] io scheduler cfq registered\n[ 0.509778] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510819] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512062] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513502] ACPI: Power Button [PWRF]\n[ 0.514342] GHES: HEST is not enabled!\n[ 0.528203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558435] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560677] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586224] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588846] Linux agpgart interface v0.103\n[ 0.590901] brd: module loaded\n[ 0.592128] loop: module loaded\n[ 0.596803] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598243] GPT:90111 != 2097151\n[ 0.598905] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599967] GPT:90111 != 2097151\n[ 0.600622] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601564] vda: vda1 vda15\n[ 0.603052] scsi host0: ata_piix\n[ 0.603790] scsi host1: ata_piix\n[ 0.604484] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605674] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607093] libphy: Fixed MDIO Bus: probed\n[ 0.607891] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608819] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610953] PPP generic driver version 2.4.2\n[ 0.611829] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613102] ehci-pci: EHCI PCI platform driver\n[ 0.613963] ehci-platform: EHCI generic platform driver\n[ 0.614933] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616043] ohci-pci: OHCI PCI platform driver\n[ 0.616883] ohci-platform: OHCI generic platform driver\n[ 0.617852] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633209] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634626] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635634] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636729] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637940] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639326] usb usb1: Product: UHCI Host Controller\n[ 0.640240] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641355] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642345] hub 1-0:1.0: USB hub found\n[ 0.643111] hub 1-0:1.0: 2 ports detected\n[ 0.643993] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646083] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647018] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648017] mousedev: PS/2 mouse device common for all mice\n[ 0.649256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651056] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652126] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653308] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654472] i2c /dev entries driver\n[ 0.655218] device-mapper: uevent: version 1.0.3\n[ 0.656133] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657726] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658994] NET: Registered protocol family 10\n[ 0.659971] NET: Registered protocol family 17\n[ 0.660838] Key type dns_resolver registered\n[ 0.661746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662816] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664544] registered taskstats version 1\n[ 0.665371] Loading compiled-in X.509 certificates\n[ 0.666795] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668602] zswap: loaded using pool lzo/zbud\n[ 0.669961] Key type trusted registered\n[ 0.671476] Key type encrypted registered\n[ 0.672292] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673312] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674332] evm: HMAC attrs: 0x1\n[ 0.675231] Magic number: 6:675:531\n[ 0.675979] tty ttyS11: hash matches\n[ 0.676765] rtc_cmos 00:00: setting system clock to 2018-10-12 12:32:10 UTC (1539347530)\n[ 0.678332] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679422] EDD information not available.\n[ 0.766164] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777848] Write protecting the kernel read-only data: 14336k\n[ 0.779412] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781173] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.137043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.09. iid=i-000000ed\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCriIgRb+3Ye/ImMU4LvD4WSvebkkzYY0TYfCioBVRtjs1V7SDNl/bNOIoLQ34heHffPqM8L0RIrBVhENGjlv496Yzf1nDP/oSe7AJHYgIP66utUtT3e0W7yJMxe4fvjLBGDOfmvg/l5IeT7vKEtBdisWx+vA9PIBEdKLO5C454XhJgpFv/t9M6mNkMavD1SpWfb69SnB6NFznVSJRGMiXx4wnVF2BSHbWi5Vnnz2rEvlo9KZC8EviwphxdWrdMquMwOXCi3twRQ28zZBP9s+/CsD9gxhWele3XEJzKI4dPf/ptiNzfTpu9hOFGSYgENDTvFIT9N8yGMyUzjymp0ev5 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIdzJ4VdIehJ/35APpsMQOzUHI514z9amE6xN11vFHqbe30JGOWMvTIWYkz2skKfIRx2Yl77k2MlktKcydytRwKFXOyZ5JC/UPsQaOft/dhWeS1lshfkgHyq6iyfyyZupfNgl4JcRbK6ENy098146BPfW4gigkmflwjYrtx+tOm7AAAAFQDSC0Os2VP8IvQ5igXMEHF518PmnQAAAIAnmOXm2zQ6ywcNN9feBNV8zDk6FgO+OgJNB7Vt4lJv2anI24XXl4tPR1l1eNUW1ewWZcTsbVSTHjbJH57RFvoa8v9DRwrbCG1++lw7Boss/WcKm18oEZr+qA1a0Li0CUAEt2cLiqz1aFPdzFakDFGNMxQxMcu3MStr9pLVuYqsdQAAAIAJ8bFJnK0csLjbN9o7ppXutGdF+cRmxC7xR9upq9Yf8TsDySlit9lE71EMpIrQGXIf0aP9X2ShxboNR2UJcMaOr0G1qkuSNjX8osPzQF+3puvUFtXT5jfD8/NWorulSLhTjfipXftGVGL3rvax9N5zYZazHpfs5xLX4HFSOjC99Q== 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:fe11:c885/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ed\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.12 ===\n/dev/root resized successfully [took 2.55s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:11:C8:85 \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe11:c885/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-10-12 12:33:56,923 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action used request id req-64f8c440-bc7e-4900-b923-9a7c98c78911 2018-10-12 12:33:58,943 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3e71dd4a8532fe2a343310bdc83e91b587c2c34" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:34:00,016 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-f99ced96-897f-40f9-a8ec-cb469bd35b5e x-compute-request-id: req-f99ced96-897f-40f9-a8ec-cb469bd35b5e Content-Encoding: gzip Content-Length: 11117 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 522597962 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128562] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130154] pid_max: default: 32768 minimum: 301\n[ 0.131016] ACPI: Core revision 20150930\n[ 0.132363] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133620] Security Framework initialized\n[ 0.134404] Yama: becoming mindful.\n[ 0.135108] AppArmor: AppArmor initialized\n[ 0.135944] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137223] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138451] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139607] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140951] Initializing cgroup subsys io\n[ 0.141731] Initializing cgroup subsys memory\n[ 0.142554] Initializing cgroup subsys devices\n[ 0.143391] Initializing cgroup subsys freezer\n[ 0.144244] Initializing cgroup subsys net_cls\n[ 0.145076] Initializing cgroup subsys perf_event\n[ 0.145951] Initializing cgroup subsys net_prio\n[ 0.146798] Initializing cgroup subsys hugetlb\n[ 0.147627] Initializing cgroup subsys pids\n[ 0.148481] CPU: Physical Processor ID: 0\n[ 0.149948] mce: CPU supports 10 MCE banks\n[ 0.150761] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151726] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162912] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169307] ftrace: allocating 31920 entries in 125 pages\n[ 0.195858] smpboot: Max logical packages: 1\n[ 0.196719] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198022] x2apic enabled\n[ 0.198804] Switched APIC routing to physical x2apic.\n[ 0.200529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201611] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203528] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205254] KVM setup paravirtual spinlock\n[ 0.206511] x86: Booted up 1 node, 1 CPUs\n[ 0.207303] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208653] devtmpfs: initialized\n[ 0.210349] evm: security.selinux\n[ 0.211026] evm: security.SMACK64\n[ 0.211689] evm: security.SMACK64EXEC\n[ 0.212407] evm: security.SMACK64TRANSMUTE\n[ 0.213185] evm: security.SMACK64MMAP\n[ 0.213897] evm: security.ima\n[ 0.214521] evm: security.capability\n[ 0.215305] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217095] pinctrl core: initialized pinctrl subsystem\n[ 0.218162] RTC time: 12:32:09, date: 10/12/18\n[ 0.219091] NET: Registered protocol family 16\n[ 0.220031] cpuidle: using governor ladder\n[ 0.220814] cpuidle: using governor menu\n[ 0.221576] PCCT header not found.\n[ 0.222309] ACPI: bus type PCI registered\n[ 0.223113] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224314] PCI: Using configuration type 1 for base access\n[ 0.226035] ACPI: Added _OSI(Module Device)\n[ 0.226847] ACPI: Added _OSI(Processor Device)\n[ 0.227687] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228556] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230637] ACPI: Interpreter enabled\n[ 0.231387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234956] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236739] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238517] ACPI: (supports S0 S5)\n[ 0.239199] ACPI: Using IOAPIC for interrupt routing\n[ 0.240107] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243239] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244339] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245524] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246672] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248816] acpiphp: Slot [3] registered\n[ 0.249590] acpiphp: Slot [4] registered\n[ 0.250361] acpiphp: Slot [5] registered\n[ 0.251137] acpiphp: Slot [6] registered\n[ 0.251903] acpiphp: Slot [7] registered\n[ 0.252672] acpiphp: Slot [8] registered\n[ 0.253453] acpiphp: Slot [9] registered\n[ 0.254223] acpiphp: Slot [10] registered\n[ 0.255004] acpiphp: Slot [11] registered\n[ 0.255787] acpiphp: Slot [12] registered\n[ 0.256578] acpiphp: Slot [13] registered\n[ 0.257358] acpiphp: Slot [14] registered\n[ 0.258138] acpiphp: Slot [15] registered\n[ 0.268886] acpiphp: Slot [16] registered\n[ 0.269711] acpiphp: Slot [17] registered\n[ 0.270495] acpiphp: Slot [18] registered\n[ 0.271286] acpiphp: Slot [19] registered\n[ 0.272067] acpiphp: Slot [20] registered\n[ 0.272846] acpiphp: Slot [21] registered\n[ 0.273633] acpiphp: Slot [22] registered\n[ 0.274429] acpiphp: Slot [23] registered\n[ 0.275217] acpiphp: Slot [24] registered\n[ 0.276001] acpiphp: Slot [25] registered\n[ 0.276778] acpiphp: Slot [26] registered\n[ 0.277567] acpiphp: Slot [27] registered\n[ 0.278359] acpiphp: Slot [28] registered\n[ 0.279143] acpiphp: Slot [29] registered\n[ 0.279925] acpiphp: Slot [30] registered\n[ 0.280702] acpiphp: Slot [31] registered\n[ 0.281489] PCI host bridge to bus 0000:00\n[ 0.282273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283441] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286013] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287415] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294836] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.295975] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297194] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303665] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351881] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353364] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354735] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356145] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357515] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358722] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359838] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360864] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362369] vgaarb: loaded\n[ 0.362954] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364067] SCSI subsystem initialized\n[ 0.364854] ACPI: bus type USB registered\n[ 0.365645] usbcore: registered new interface driver usbfs\n[ 0.366644] usbcore: registered new interface driver hub\n[ 0.367634] usbcore: registered new device driver usb\n[ 0.368655] PCI: Using ACPI for IRQ routing\n[ 0.369645] NetLabel: Initializing\n[ 0.370344] NetLabel: domain hash size = 128\n[ 0.371171] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372094] NetLabel: unlabeled traffic allowed by default\n[ 0.373182] clocksource: Switched to clocksource kvm-clock\n[ 0.378570] AppArmor: AppArmor Filesystem Enabled\n[ 0.379494] pnp: PnP ACPI init\n[ 0.380381] pnp: PnP ACPI: found 5 devices\n[ 0.386743] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388477] NET: Registered protocol family 2\n[ 0.389423] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391852] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392994] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394057] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395208] NET: Registered protocol family 1\n[ 0.396069] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397144] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398200] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412142] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426365] Trying to unpack rootfs image as initramfs...\n[ 0.475174] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488984] Scanning for low memory corruption every 60 seconds\n[ 0.490315] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491438] audit: initializing netlink subsys (disabled)\n[ 0.492447] audit: type=2000 audit(1539347530.004:1): initialized\n[ 0.493763] Initialise system trusted keyring\n[ 0.494677] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495820] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497790] zbud: loaded\n[ 0.498490] VFS: Disk quotas dquot_6.6.0\n[ 0.499310] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500822] fuse init (API version 7.23)\n[ 0.501730] Key type big_key registered\n[ 0.502523] Allocating IMA MOK and blacklist keyrings.\n[ 0.503979] Key type asymmetric registered\n[ 0.504789] Asymmetric key parser 'x509' registered\n[ 0.505742] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507194] io scheduler noop registered\n[ 0.507978] io scheduler deadline registered (default)\n[ 0.508948] io scheduler cfq registered\n[ 0.509778] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510819] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512062] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513502] ACPI: Power Button [PWRF]\n[ 0.514342] GHES: HEST is not enabled!\n[ 0.528203] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558435] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560677] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586224] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588846] Linux agpgart interface v0.103\n[ 0.590901] brd: module loaded\n[ 0.592128] loop: module loaded\n[ 0.596803] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598243] GPT:90111 != 2097151\n[ 0.598905] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599967] GPT:90111 != 2097151\n[ 0.600622] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601564] vda: vda1 vda15\n[ 0.603052] scsi host0: ata_piix\n[ 0.603790] scsi host1: ata_piix\n[ 0.604484] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605674] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607093] libphy: Fixed MDIO Bus: probed\n[ 0.607891] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608819] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610953] PPP generic driver version 2.4.2\n[ 0.611829] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613102] ehci-pci: EHCI PCI platform driver\n[ 0.613963] ehci-platform: EHCI generic platform driver\n[ 0.614933] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616043] ohci-pci: OHCI PCI platform driver\n[ 0.616883] ohci-platform: OHCI generic platform driver\n[ 0.617852] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633209] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634626] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635634] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636729] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637940] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639326] usb usb1: Product: UHCI Host Controller\n[ 0.640240] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641355] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642345] hub 1-0:1.0: USB hub found\n[ 0.643111] hub 1-0:1.0: 2 ports detected\n[ 0.643993] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646083] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647018] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648017] mousedev: PS/2 mouse device common for all mice\n[ 0.649256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651056] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652126] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653308] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654472] i2c /dev entries driver\n[ 0.655218] device-mapper: uevent: version 1.0.3\n[ 0.656133] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657726] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658994] NET: Registered protocol family 10\n[ 0.659971] NET: Registered protocol family 17\n[ 0.660838] Key type dns_resolver registered\n[ 0.661746] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662816] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664544] registered taskstats version 1\n[ 0.665371] Loading compiled-in X.509 certificates\n[ 0.666795] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668602] zswap: loaded using pool lzo/zbud\n[ 0.669961] Key type trusted registered\n[ 0.671476] Key type encrypted registered\n[ 0.672292] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673312] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674332] evm: HMAC attrs: 0x1\n[ 0.675231] Magic number: 6:675:531\n[ 0.675979] tty ttyS11: hash matches\n[ 0.676765] rtc_cmos 00:00: setting system clock to 2018-10-12 12:32:10 UTC (1539347530)\n[ 0.678332] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679422] EDD information not available.\n[ 0.766164] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777848] Write protecting the kernel read-only data: 14336k\n[ 0.779412] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781173] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.92\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.137043] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.09. iid=i-000000ed\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCriIgRb+3Ye/ImMU4LvD4WSvebkkzYY0TYfCioBVRtjs1V7SDNl/bNOIoLQ34heHffPqM8L0RIrBVhENGjlv496Yzf1nDP/oSe7AJHYgIP66utUtT3e0W7yJMxe4fvjLBGDOfmvg/l5IeT7vKEtBdisWx+vA9PIBEdKLO5C454XhJgpFv/t9M6mNkMavD1SpWfb69SnB6NFznVSJRGMiXx4wnVF2BSHbWi5Vnnz2rEvlo9KZC8EviwphxdWrdMquMwOXCi3twRQ28zZBP9s+/CsD9gxhWele3XEJzKI4dPf/ptiNzfTpu9hOFGSYgENDTvFIT9N8yGMyUzjymp0ev5 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIdzJ4VdIehJ/35APpsMQOzUHI514z9amE6xN11vFHqbe30JGOWMvTIWYkz2skKfIRx2Yl77k2MlktKcydytRwKFXOyZ5JC/UPsQaOft/dhWeS1lshfkgHyq6iyfyyZupfNgl4JcRbK6ENy098146BPfW4gigkmflwjYrtx+tOm7AAAAFQDSC0Os2VP8IvQ5igXMEHF518PmnQAAAIAnmOXm2zQ6ywcNN9feBNV8zDk6FgO+OgJNB7Vt4lJv2anI24XXl4tPR1l1eNUW1ewWZcTsbVSTHjbJH57RFvoa8v9DRwrbCG1++lw7Boss/WcKm18oEZr+qA1a0Li0CUAEt2cLiqz1aFPdzFakDFGNMxQxMcu3MStr9pLVuYqsdQAAAIAJ8bFJnK0csLjbN9o7ppXutGdF+cRmxC7xR9upq9Yf8TsDySlit9lE71EMpIrQGXIf0aP9X2ShxboNR2UJcMaOr0G1qkuSNjX8osPzQF+3puvUFtXT5jfD8/NWorulSLhTjfipXftGVGL3rvax9N5zYZazHpfs5xLX4HFSOjC99Q== 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:fe11:c885/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ed\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.12 ===\n/dev/root resized successfully [took 2.55s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:11:C8:85 \n inet addr:10.10.10.13 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe11:c885/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:105 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10649 (10.3 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-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.116666] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.118423] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.118425] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.118426] usb 1-1: Product: QEMU USB Tablet\n[ 1.118427] usb 1-1: Manufacturer: QEMU\n[ 1.118428] usb 1-1: SerialNumber: 42\n[ 1.137043] random: dd urandom read with 5 bits of entropy available\n[ 1.485393] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325574b9f72, max_idle_ns: 440795367431 ns\n[ 63.231457] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.632015] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 12 13:32:10 cirros kern.info kernel: [ 0.779412] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nOct 12 13:32:10 cirros kern.info kernel: [ 0.781173] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 12 13:32:10 cirros kern.info kernel: [ 0.792142] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 12 13:32:10 cirros kern.info kernel: [ 0.792143] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 12 13:32:10 cirros kern.info kernel: [ 0.793869] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 12 13:32:10 cirros kern.info kernel: [ 0.796895] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 12 13:32:10 cirros kern.info kernel: [ 0.798955] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 12 13:32:10 cirros kern.info kernel: [ 0.820998] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:32:10 cirros kern.info kernel: [ 0.821961] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:32:10 cirros kern.info kernel: [ 0.823016] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:32:10 cirros kern.info kernel: [ 0.866015] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:32:10 cirros kern.info kernel: [ 0.957221] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 12 13:32:10 cirros kern.info kernel: [ 1.086846] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:32:10 cirros kern.info kernel: [ 1.116666] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:32:10 cirros kern.info kernel: [ 1.118423] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 12 13:32:10 cirros kern.info kernel: [ 1.118425] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 12 13:32:10 cirros kern.info kernel: [ 1.118426] usb 1-1: Product: QEMU USB Tablet\nOct 12 13:32:10 cirros kern.info kernel: [ 1.118427] usb 1-1: Manufacturer: QEMU\nOct 12 13:32:10 cirros kern.info kernel: [ 1.118428] usb 1-1: SerialNumber: 42\nOct 12 13:32:10 cirros kern.notice kernel: [ 1.137043] random: dd urandom read with 5 bits of entropy available\nOct 12 13:32:11 cirros kern.info kernel: [ 1.485393] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325574b9f72, max_idle_ns: 440795367431 ns\nOct 12 13:33:12 cirros auth.notice su: + /dev/console root:cirros\nOct 12 13:33:12 cirros authpriv.info dropbear[340]: Running in background\nOct 12 13:33:13 cirros kern.info kernel: [ 63.231457] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 12 13:33:13 cirros kern.info kernel: [ 63.632015] 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-10-12 12:34:00,018 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action used request id req-f99ced96-897f-40f9-a8ec-cb469bd35b5e 2018-10-12 12:34:02,052 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest 2018-10-12 12:34:32,076 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-12 12:34:32,077 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-12 12:34:32,077 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-12 12:34:32,079 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-12 12:34:32,124 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-10-12 12:34:32,125 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-10-12 12:34:32,127 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-10-12 12:34:32,127 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-10-12 12:34:32,128 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-10-12 12:34:32,168 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-10-12 12:34:32,210 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-10-12 12:34:32,214 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-12 12:34:32,214 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-10-12 12:34:32,215 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-12 12:34:32,216 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-12 12:34:32,222 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-12 12:34:32,264 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-10-12 12:34:32,265 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-10-12 12:34:32,266 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-10-12 12:34:32,267 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-10-12 12:34:32,267 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-10-12 12:34:32,307 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-10-12 12:34:32,345 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-10-12 12:34:32,349 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-10-12 12:34:32,350 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-10-12 12:34:32,351 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-10-12 12:34:32,351 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-10-12 12:34:32,354 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-10-12 12:34:32,389 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-10-12 12:34:32,391 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-10-12 12:34:32,392 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-10-12 12:34:32,392 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-10-12 12:34:32,393 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-10-12 12:34:32,433 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-10-12 12:34:32,466 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-10-12 12:34:32,467 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-10-12 12:34:32,468 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-10-12 12:34:32,469 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-10-12 12:34:32,470 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-10-12 12:34:32,473 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-10-12 12:34:32,510 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-10-12 12:34:32,512 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-10-12 12:34:32,513 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-10-12 12:34:32,514 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-10-12 12:34:32,514 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-10-12 12:34:32,554 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-10-12 12:34:32,590 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-10-12 12:34:32,591 - sdnvpn-results - INFO - Check if new flows and groups were added to OVS 2018-10-12 12:34:32,592 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-10-12 12:34:32,593 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-10-12 12:34:32,593 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-10-12 12:34:32,594 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-10-12 12:34:32,598 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-10-12 12:34:32,634 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-10-12 12:34:32,635 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-10-12 12:34:32,635 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-10-12 12:34:32,636 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-10-12 12:34:32,636 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-10-12 12:34:32,677 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-10-12 12:34:32,746 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-10-12 12:34:32,747 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-10-12 12:35:02,769 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-10-12 12:35:02,771 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-10-12 12:35:02,771 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-10-12 12:35:02,773 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-10-12 12:35:02,833 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-10-12 12:35:02,834 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-10-12 12:35:02,835 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-10-12 12:35:02,835 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-10-12 12:35:02,836 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-10-12 12:35:02,840 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-10-12 12:35:02,901 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-10-12 12:35:02,902 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-10-12 12:35:32,925 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-10-12 12:35:32,926 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-10-12 12:35:32,926 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-10-12 12:35:32,928 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-10-12 12:35:32,988 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-10-12 12:35:32,989 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 1 2018-10-12 12:35:32,989 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-10-12 12:36:03,000 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-10-12 12:36:03,001 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-10-12 12:36:03,001 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-10-12 12:36:03,003 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-10-12 12:36:03,037 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-10-12 12:36:03,039 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-10-12 12:36:03,039 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2018-10-12 12:36:03,041 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2018-10-12 12:36:03,041 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2018-10-12 12:36:03,081 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2018-10-12 12:36:03,115 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2018-10-12 12:36:03,118 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-10-12 12:36:03,120 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2018-10-12 12:36:03,120 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-10-12 12:36:03,120 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-10-12 12:36:03,123 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-10-12 12:36:03,165 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-10-12 12:36:03,167 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-10-12 12:36:03,168 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-10-12 12:36:03,168 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-10-12 12:36:03,169 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-10-12 12:36:03,209 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-10-12 12:36:03,251 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-10-12 12:36:03,255 - paramiko.transport - DEBUG - [chan 16] Max packet in: 32768 bytes 2018-10-12 12:36:03,256 - paramiko.transport - DEBUG - [chan 16] Max packet out: 32768 bytes 2018-10-12 12:36:03,257 - paramiko.transport - DEBUG - Secsh channel 16 opened. 2018-10-12 12:36:03,257 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-10-12 12:36:03,261 - paramiko.transport - DEBUG - [chan 16] Sesch channel 16 request ok 2018-10-12 12:36:03,294 - paramiko.transport - DEBUG - [chan 16] EOF received (16) 2018-10-12 12:36:03,296 - paramiko.transport - DEBUG - [chan 17] Max packet in: 32768 bytes 2018-10-12 12:36:03,297 - paramiko.transport - DEBUG - [chan 16] EOF sent (16) 2018-10-12 12:36:03,297 - paramiko.transport - DEBUG - [chan 17] Max packet out: 32768 bytes 2018-10-12 12:36:03,298 - paramiko.transport - DEBUG - Secsh channel 17 opened. 2018-10-12 12:36:03,339 - paramiko.transport - DEBUG - [chan 17] Sesch channel 17 request ok 2018-10-12 12:36:03,373 - paramiko.transport - DEBUG - [chan 17] EOF received (17) 2018-10-12 12:36:03,374 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2018-10-12 12:36:03,376 - paramiko.transport - DEBUG - [chan 17] EOF sent (17) 2018-10-12 12:36:03,376 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2018-10-12 12:36:03,376 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2018-10-12 12:36:03,380 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2018-10-12 12:36:03,422 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2018-10-12 12:36:03,424 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2018-10-12 12:36:03,424 - paramiko.transport - DEBUG - [chan 16] Max packet in: 32768 bytes 2018-10-12 12:36:03,425 - paramiko.transport - DEBUG - [chan 16] Max packet out: 32768 bytes 2018-10-12 12:36:03,425 - paramiko.transport - DEBUG - Secsh channel 16 opened. 2018-10-12 12:36:03,466 - paramiko.transport - DEBUG - [chan 16] Sesch channel 16 request ok 2018-10-12 12:36:03,507 - paramiko.transport - DEBUG - [chan 16] EOF received (16) 2018-10-12 12:36:03,508 - sdnvpn-results - INFO - Check if flows/groups are reprogrammed in OVS after its reconnection by del/set controller. 2018-10-12 12:36:03,509 - paramiko.transport - DEBUG - [chan 18] Max packet in: 32768 bytes 2018-10-12 12:36:03,510 - paramiko.transport - DEBUG - [chan 16] EOF sent (16) 2018-10-12 12:36:03,511 - paramiko.transport - DEBUG - [chan 18] Max packet out: 32768 bytes 2018-10-12 12:36:03,511 - paramiko.transport - DEBUG - Secsh channel 18 opened. 2018-10-12 12:36:03,513 - paramiko.transport - DEBUG - [chan 18] Sesch channel 18 request ok 2018-10-12 12:36:03,551 - paramiko.transport - DEBUG - [chan 18] EOF received (18) 2018-10-12 12:36:03,551 - paramiko.transport - DEBUG - [chan 18] EOF sent (18) 2018-10-12 12:36:33,569 - paramiko.transport - DEBUG - [chan 19] Max packet in: 32768 bytes 2018-10-12 12:36:33,571 - paramiko.transport - DEBUG - [chan 19] Max packet out: 32768 bytes 2018-10-12 12:36:33,571 - paramiko.transport - DEBUG - Secsh channel 19 opened. 2018-10-12 12:36:33,573 - paramiko.transport - DEBUG - [chan 19] Sesch channel 19 request ok 2018-10-12 12:36:33,604 - paramiko.transport - DEBUG - [chan 19] EOF received (19) 2018-10-12 12:36:33,605 - paramiko.transport - DEBUG - [chan 17] Max packet in: 32768 bytes 2018-10-12 12:36:33,606 - paramiko.transport - DEBUG - [chan 19] EOF sent (19) 2018-10-12 12:36:33,607 - paramiko.transport - DEBUG - [chan 17] Max packet out: 32768 bytes 2018-10-12 12:36:33,607 - paramiko.transport - DEBUG - Secsh channel 17 opened. 2018-10-12 12:36:33,611 - paramiko.transport - DEBUG - [chan 17] Sesch channel 17 request ok 2018-10-12 12:36:33,663 - paramiko.transport - DEBUG - [chan 17] EOF received (17) 2018-10-12 12:36:33,663 - paramiko.transport - DEBUG - [chan 17] EOF sent (17) 2018-10-12 12:37:03,693 - paramiko.transport - DEBUG - [chan 18] Max packet in: 32768 bytes 2018-10-12 12:37:03,694 - paramiko.transport - DEBUG - [chan 18] Max packet out: 32768 bytes 2018-10-12 12:37:03,694 - paramiko.transport - DEBUG - Secsh channel 18 opened. 2018-10-12 12:37:03,697 - paramiko.transport - DEBUG - [chan 18] Sesch channel 18 request ok 2018-10-12 12:37:03,739 - paramiko.transport - DEBUG - [chan 18] EOF received (18) 2018-10-12 12:37:03,739 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 2 2018-10-12 12:37:03,740 - paramiko.transport - DEBUG - [chan 18] EOF sent (18) 2018-10-12 12:37:33,770 - paramiko.transport - DEBUG - [chan 20] Max packet in: 32768 bytes 2018-10-12 12:37:33,772 - paramiko.transport - DEBUG - [chan 20] Max packet out: 32768 bytes 2018-10-12 12:37:33,772 - paramiko.transport - DEBUG - Secsh channel 20 opened. 2018-10-12 12:37:33,774 - paramiko.transport - DEBUG - [chan 20] Sesch channel 20 request ok 2018-10-12 12:37:33,809 - paramiko.transport - DEBUG - [chan 20] EOF received (20) 2018-10-12 12:37:33,810 - paramiko.transport - DEBUG - [chan 21] Max packet in: 32768 bytes 2018-10-12 12:37:33,811 - paramiko.transport - DEBUG - [chan 20] EOF sent (20) 2018-10-12 12:37:33,812 - paramiko.transport - DEBUG - [chan 21] Max packet out: 32768 bytes 2018-10-12 12:37:33,812 - paramiko.transport - DEBUG - Secsh channel 21 opened. 2018-10-12 12:37:33,853 - paramiko.transport - DEBUG - [chan 21] Sesch channel 21 request ok 2018-10-12 12:37:33,889 - paramiko.transport - DEBUG - [chan 21] EOF received (21) 2018-10-12 12:37:33,892 - paramiko.transport - DEBUG - [chan 19] Max packet in: 32768 bytes 2018-10-12 12:37:33,894 - paramiko.transport - DEBUG - [chan 19] Max packet out: 32768 bytes 2018-10-12 12:37:33,894 - paramiko.transport - DEBUG - Secsh channel 19 opened. 2018-10-12 12:37:33,894 - paramiko.transport - DEBUG - [chan 21] EOF sent (21) 2018-10-12 12:37:33,898 - paramiko.transport - DEBUG - [chan 19] Sesch channel 19 request ok 2018-10-12 12:37:33,940 - paramiko.transport - DEBUG - [chan 19] EOF received (19) 2018-10-12 12:37:33,942 - paramiko.transport - DEBUG - [chan 20] Max packet in: 32768 bytes 2018-10-12 12:37:33,943 - paramiko.transport - DEBUG - [chan 19] EOF sent (19) 2018-10-12 12:37:33,944 - paramiko.transport - DEBUG - [chan 20] Max packet out: 32768 bytes 2018-10-12 12:37:33,944 - paramiko.transport - DEBUG - Secsh channel 20 opened. 2018-10-12 12:37:33,985 - paramiko.transport - DEBUG - [chan 20] Sesch channel 20 request ok 2018-10-12 12:37:34,023 - paramiko.transport - DEBUG - [chan 20] EOF received (20) 2018-10-12 12:37:34,028 - paramiko.transport - DEBUG - [chan 22] Max packet in: 32768 bytes 2018-10-12 12:37:34,028 - paramiko.transport - DEBUG - [chan 20] EOF sent (20) 2018-10-12 12:37:34,030 - paramiko.transport - DEBUG - [chan 22] Max packet out: 32768 bytes 2018-10-12 12:37:34,030 - paramiko.transport - DEBUG - Secsh channel 22 opened. 2018-10-12 12:37:34,032 - paramiko.transport - DEBUG - [chan 22] Sesch channel 22 request ok 2018-10-12 12:37:34,068 - paramiko.transport - DEBUG - [chan 22] EOF received (22) 2018-10-12 12:37:34,070 - paramiko.transport - DEBUG - [chan 23] Max packet in: 32768 bytes 2018-10-12 12:37:34,071 - paramiko.transport - DEBUG - [chan 22] EOF sent (22) 2018-10-12 12:37:34,072 - paramiko.transport - DEBUG - [chan 23] Max packet out: 32768 bytes 2018-10-12 12:37:34,072 - paramiko.transport - DEBUG - Secsh channel 23 opened. 2018-10-12 12:37:34,113 - paramiko.transport - DEBUG - [chan 23] Sesch channel 23 request ok 2018-10-12 12:37:34,146 - paramiko.transport - DEBUG - [chan 23] EOF received (23) 2018-10-12 12:37:34,147 - paramiko.transport - DEBUG - [chan 21] Max packet in: 32768 bytes 2018-10-12 12:37:34,148 - paramiko.transport - DEBUG - [chan 23] EOF sent (23) 2018-10-12 12:37:34,149 - paramiko.transport - DEBUG - [chan 21] Max packet out: 32768 bytes 2018-10-12 12:37:34,149 - paramiko.transport - DEBUG - Secsh channel 21 opened. 2018-10-12 12:37:34,152 - paramiko.transport - DEBUG - [chan 21] Sesch channel 21 request ok 2018-10-12 12:37:34,189 - paramiko.transport - DEBUG - [chan 21] EOF received (21) 2018-10-12 12:37:34,191 - paramiko.transport - DEBUG - [chan 22] Max packet in: 32768 bytes 2018-10-12 12:37:34,192 - paramiko.transport - DEBUG - [chan 21] EOF sent (21) 2018-10-12 12:37:34,193 - paramiko.transport - DEBUG - [chan 22] Max packet out: 32768 bytes 2018-10-12 12:37:34,193 - paramiko.transport - DEBUG - Secsh channel 22 opened. 2018-10-12 12:37:34,234 - paramiko.transport - DEBUG - [chan 22] Sesch channel 22 request ok 2018-10-12 12:37:34,273 - paramiko.transport - DEBUG - [chan 22] EOF received (22) 2018-10-12 12:37:34,273 - sdnvpn-results - INFO - Check if flows/groups are reprogrammed in OVS after its reconnection by firewall rule for OF port block/unblok 2018-10-12 12:37:34,278 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}035af4deb200f1a8097461cf86ee785db86c3c33" -d '{"forceDelete": null}' 2018-10-12 12:37:34,282 - paramiko.transport - DEBUG - [chan 22] EOF sent (22) 2018-10-12 12:37:34,599 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:37:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-de2c3dfc-fea0-468e-a54b-d34e87a3a4e8 x-compute-request-id: req-de2c3dfc-fea0-468e-a54b-d34e87a3a4e8 Content-Length: 0 Content-Type: application/json 2018-10-12 12:37:34,599 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/36800006-44e0-48f5-942a-30b015c2d588/action used request id req-de2c3dfc-fea0-468e-a54b-d34e87a3a4e8 2018-10-12 12:37:34,603 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}035af4deb200f1a8097461cf86ee785db86c3c33" -d '{"forceDelete": null}' 2018-10-12 12:37:34,774 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:37:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bf0ff9fa-561d-4fb7-bcbc-77ef22d46045 x-compute-request-id: req-bf0ff9fa-561d-4fb7-bcbc-77ef22d46045 Content-Length: 0 Content-Type: application/json 2018-10-12 12:37:34,774 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/8771b8a6-5b49-4fe0-8cbf-43c9acf29be9/action used request id req-bf0ff9fa-561d-4fb7-bcbc-77ef22d46045 2018-10-12 12:37:34,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/169657a1-98cd-4564-983e-01827cc59974 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b6156c4b41c3c819193b642e2d274ddc48ae4da7" 2018-10-12 12:37:36,232 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-61b022ea-9486-4fd2-88fd-298bbc255eb2 Date: Fri, 12 Oct 2018 12:37:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 12:37:36,233 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/169657a1-98cd-4564-983e-01827cc59974 used request id req-61b022ea-9486-4fd2-88fd-298bbc255eb2 2018-10-12 12:37:36,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/90817aa9-bb57-4142-9d31-13e4b4702cde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbecd95c25e28e20f15272060e90044d9bb1bd7b" 2018-10-12 12:37:36,465 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-cac33cb1-c968-4c0c-93d0-bf9d3b1bb118 Date: Fri, 12 Oct 2018 12:37:36 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet 90817aa9-bb57-4142-9d31-13e4b4702cde: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-10-12 12:37:36,465 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/90817aa9-bb57-4142-9d31-13e4b4702cde used request id req-cac33cb1-c968-4c0c-93d0-bf9d3b1bb118 2018-10-12 12:37:36,466 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Unable to complete operation on subnet 90817aa9-bb57-4142-9d31-13e4b4702cde: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-10-12 12:37:36,466 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '90817aa9-bb57-4142-9d31-13e4b4702cde')]: Unable to complete operation on subnet 90817aa9-bb57-4142-9d31-13e4b4702cde: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-cac33cb1-c968-4c0c-93d0-bf9d3b1bb118'] 2018-10-12 12:37:36,466 - sdnvpn_test_utils - ERROR - Fail to delete all subnets. Subnet with id 90817aa9-bb57-4142-9d31-13e4b4702cde was not deleted. 2018-10-12 12:37:36,467 - 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 289, actual flow count 289| +========================================================================================+ +----------------------------------------------------------------------------------------+ | PASS | OVS groups are programmed after resync expected group count 20, actual group count 20| +========================================================================================+ | 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 289, actual flow count 305| +========================================================================================+ +----------------------------------------------------------------------------------------+ | PASS | OVS groups are programmed after resync expected group count 20, actual group count 20| +========================================================================================+ +========================================================================================+ 2018-10-12 12:37:36,467 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-12 12:37:36,467 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_12 2018-10-12 12:37:36,468 - 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 289, actual flow count 289': 'PASS'}, {'OVS groups are programmed after resync expected group count 20, actual group count 20': 'PASS'}, {'OVS flows are programmed after resync expected flow count 289, actual flow count 305': 'PASS'}, {'OVS groups are programmed after resync expected group count 20, actual group count 20': 'PASS'}]} 2018-10-12 12:37:36,468 - 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-10-12 12:37:36,468 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ====================================================================================================================== 2018-10-12 12:37:36,468 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_11 2018-10-12 12:37:36,565 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_11 main method 2018-10-12 12:37:36,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:37:36,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:37:36,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:37:36,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:37:36,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:37:36,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:37:36,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:37:36,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:37:36,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:37:36,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:37:36,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:37:36,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:37:36,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:37:36,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:37:36,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:37:36,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:37:36,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:37:36,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:37:36,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:37:36,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:37:36,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:37:36,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:37:36,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:37:36,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:37:36,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:37:36,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:37:36,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:37:36,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:37:36,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:37:36,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:37:36,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:37:36,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:37:36,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:37:36,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:37:36,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:37:36,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:37:36,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:37:36,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:37:36,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:37:36,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:37:36,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:37:36,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:37:36,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:37:36,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:37:36,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:37:36,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:37:36,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:37:36,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:37:36,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-12 12:37:36,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:37:36,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:37:36,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:37:36,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:37:36,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:37:36,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:37:36,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:37:36,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:37:36,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:37:36,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:37:36,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:37:36,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:37:36,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:37:36,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:37:36,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:37:36,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:37:36,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:37:36,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:37:36,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:37:36,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:37:36,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:37:36,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:37:36,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:37:36,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:37:36,578 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-12 12:37:36,580 - paramiko.transport - DEBUG - starting thread (client mode): 0xb02b0950L 2018-10-12 12:37:36,581 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:37:36,609 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:37:36,609 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:37:36,614 - 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-10-12 12:37:36,614 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:37:36,614 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:37:36,615 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:37:36,615 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:37:36,615 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:37:36,623 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:37:36,623 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:37:36,644 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.173: 60df55f7b7086c1de5e8c6261a27377f 2018-10-12 12:37:36,645 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:37:36,663 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:37:36,707 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:37:36,709 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:37:36,943 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:37:36,943 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:37:36,982 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:37:36,983 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:37:37,021 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:37:41,857 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:37:41,859 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:37:41,862 - paramiko.transport - DEBUG - starting thread (client mode): 0xaf672e10L 2018-10-12 12:37:41,862 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:37:41,868 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:37:41,869 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:37:41,872 - 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-10-12 12:37:41,872 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:37:41,872 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:37:41,872 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:37:41,872 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:37:41,873 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:37:41,877 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:37:41,878 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:37:41,894 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 77dbd377a7f57ec502fe4ba12fb524fc 2018-10-12 12:37:41,895 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:37:41,917 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:37:41,930 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:37:41,959 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:37:42,030 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:37:42,031 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:37:42,070 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:37:42,071 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:37:42,080 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:37:42,114 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:37:42,116 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:37:42,117 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:37:42,118 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:37:42,118 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:37:42,159 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:37:42,197 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:37:42,198 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:37:42,199 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:37:42,200 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:37:42,200 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:37:42,241 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:37:42,271 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:37:42,273 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:37:42,275 - paramiko.transport - DEBUG - starting thread (client mode): 0xaf672390L 2018-10-12 12:37:42,275 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:37:42,280 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:37:42,280 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:37:42,284 - 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-10-12 12:37:42,284 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:37:42,284 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:37:42,284 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:37:42,285 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:37:42,285 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:37:42,289 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:37:42,290 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:37:42,307 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: db68117b9c6f1957b4f5ef76338012c9 2018-10-12 12:37:42,308 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:37:42,329 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:37:42,340 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:37:42,372 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:37:42,426 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:37:42,426 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:37:42,465 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:37:42,466 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:37:42,476 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:37:42,511 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:37:42,513 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:37:42,513 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:37:42,514 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:37:42,514 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:37:42,555 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:37:42,595 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:37:42,596 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:37:42,597 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:37:42,598 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:37:42,598 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:37:42,638 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:37:42,671 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:37:42,673 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:37:42,675 - paramiko.transport - DEBUG - starting thread (client mode): 0xb02bfd50L 2018-10-12 12:37:42,675 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:37:42,680 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:37:42,680 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:37:42,683 - 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-10-12 12:37:42,683 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:37:42,684 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:37:42,684 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:37:42,684 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:37:42,684 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:37:42,688 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:37:42,689 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:37:42,690 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 3e60efe4c07c47ac5686aef869e8d2e0 2018-10-12 12:37:42,691 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:37:42,728 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:37:42,740 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:37:42,756 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:37:42,826 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:37:42,826 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:37:42,865 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:37:42,866 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:37:42,877 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:37:42,913 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:37:42,915 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:37:42,915 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:37:42,916 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:37:42,917 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:37:42,957 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:37:42,996 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:37:42,998 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:37:42,998 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:37:42,999 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:37:42,999 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:37:43,040 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:37:43,073 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:37:43,075 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:37:43,077 - paramiko.transport - DEBUG - starting thread (client mode): 0xaf68bd90L 2018-10-12 12:37:43,078 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:37:43,083 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:37:43,083 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:37:43,085 - 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-10-12 12:37:43,085 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:37:43,086 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:37:43,086 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:37:43,086 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:37:43,086 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:37:43,090 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:37:43,092 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:37:43,094 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: b6456090c3906ad29d22f6dc7a9c8e68 2018-10-12 12:37:43,094 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:37:43,130 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:37:43,141 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:37:43,159 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:37:43,220 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:37:43,220 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:37:43,260 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:37:43,260 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:37:43,264 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:37:43,295 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:37:43,296 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:37:43,297 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:37:43,298 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:37:43,298 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:37:43,339 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:37:43,370 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:37:43,372 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:37:43,373 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:37:43,374 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:37:43,374 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:37:43,414 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:37:43,443 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:37:43,445 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:37:43,447 - paramiko.transport - DEBUG - starting thread (client mode): 0xaf68ae90L 2018-10-12 12:37:43,447 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:37:43,452 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:37:43,452 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:37:43,454 - 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-10-12 12:37:43,454 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:37:43,455 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:37:43,455 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:37:43,455 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:37:43,455 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:37:43,460 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:37:43,460 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:37:43,463 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 8b834273936dee769d1dc2c2677f5d5e 2018-10-12 12:37:43,463 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:37:43,499 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:37:43,510 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:37:43,528 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:37:43,596 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:37:43,596 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:37:43,635 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:37:43,636 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:37:43,639 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:37:43,668 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:37:43,669 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:37:43,670 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:37:43,671 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:37:43,671 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:37:43,711 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:37:43,744 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:37:43,745 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:37:43,746 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:37:43,747 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:37:43,747 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:37:43,788 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:37:43,816 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:37:43,817 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:37:43,818 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:37:43,819 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:37:43,819 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:37:43,826 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:37:48,961 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:37:48,962 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:37:48,964 - paramiko.transport - DEBUG - starting thread (client mode): 0xaf6722d0L 2018-10-12 12:37:48,964 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:37:48,970 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:37:48,970 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:37:48,972 - 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-10-12 12:37:48,972 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:37:48,973 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:37:48,973 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:37:48,973 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:37:48,973 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:37:48,978 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:37:48,979 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:37:48,979 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 77dbd377a7f57ec502fe4ba12fb524fc 2018-10-12 12:37:48,980 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:37:49,018 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:37:49,030 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:37:49,044 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:37:49,120 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:37:49,120 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:37:49,159 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:37:49,160 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:37:49,164 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:37:49,195 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:37:49,196 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:37:49,197 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:37:49,197 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:37:49,198 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:37:49,238 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:37:49,273 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:37:49,274 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:37:49,275 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:37:49,276 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:37:49,276 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:37:49,317 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:37:49,347 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:37:49,349 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:37:49,351 - paramiko.transport - DEBUG - starting thread (client mode): 0xaf695710L 2018-10-12 12:37:49,351 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:37:49,357 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:37:49,357 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:37:49,360 - 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-10-12 12:37:49,360 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:37:49,360 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:37:49,360 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:37:49,360 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:37:49,360 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:37:49,365 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:37:49,365 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:37:49,367 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: db68117b9c6f1957b4f5ef76338012c9 2018-10-12 12:37:49,367 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:37:49,405 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:37:49,416 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:37:49,432 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:37:49,498 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:37:49,498 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:37:49,537 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:37:49,538 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:37:49,543 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:37:49,574 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:37:49,575 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:37:49,576 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:37:49,577 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:37:49,577 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:37:49,618 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:37:49,652 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:37:49,653 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:37:49,654 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:37:49,654 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:37:49,655 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:37:49,696 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:37:49,725 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:37:49,727 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:37:49,729 - paramiko.transport - DEBUG - starting thread (client mode): 0xaf69ea50L 2018-10-12 12:37:49,730 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:37:49,735 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:37:49,736 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:37:49,738 - 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-10-12 12:37:49,738 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:37:49,739 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:37:49,739 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:37:49,739 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:37:49,739 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:37:49,743 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:37:49,744 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:37:49,745 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 3e60efe4c07c47ac5686aef869e8d2e0 2018-10-12 12:37:49,746 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:37:49,783 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:37:49,795 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:37:49,810 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:37:49,881 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:37:49,881 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:37:49,920 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:37:49,921 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:37:49,930 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:37:49,967 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:37:49,968 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:37:49,969 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:37:49,970 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:37:49,970 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:37:50,012 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:37:50,049 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:37:50,050 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:37:50,051 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:37:50,052 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:37:50,052 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:37:50,093 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:37:50,125 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:37:50,126 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:37:50,128 - paramiko.transport - DEBUG - starting thread (client mode): 0xaf6a4310L 2018-10-12 12:37:50,128 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:37:50,133 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:37:50,133 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:37:50,135 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-12 12:37:50,135 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:37:50,135 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:37:50,136 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:37:50,136 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:37:50,136 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:37:50,140 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:37:50,141 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:37:50,144 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: b6456090c3906ad29d22f6dc7a9c8e68 2018-10-12 12:37:50,144 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:37:50,180 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:37:50,191 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:37:50,209 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:37:50,270 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:37:50,270 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:37:50,309 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:37:50,310 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:37:50,313 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:37:50,343 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:37:50,343 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:37:50,344 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:37:50,345 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:37:50,345 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:37:50,386 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:37:50,418 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:37:50,420 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:37:50,421 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:37:50,421 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:37:50,421 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:37:50,462 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:37:50,491 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:37:50,493 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:37:50,494 - paramiko.transport - DEBUG - starting thread (client mode): 0xaf6a4950L 2018-10-12 12:37:50,495 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:37:50,501 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:37:50,501 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:37:50,503 - 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-10-12 12:37:50,503 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:37:50,503 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:37:50,504 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:37:50,504 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:37:50,504 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:37:50,509 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:37:50,509 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:37:50,510 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 8b834273936dee769d1dc2c2677f5d5e 2018-10-12 12:37:50,511 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:37:50,548 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:37:50,560 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:37:50,575 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:37:50,644 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:37:50,645 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:37:50,684 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:37:50,685 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:37:50,694 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:37:50,725 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:37:50,726 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:37:50,727 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:37:50,727 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:37:50,728 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:37:50,768 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:37:50,800 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:37:50,801 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:37:50,802 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:37:50,803 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:37:50,803 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:37:50,843 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:37:50,873 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:37:50,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:37:50,876 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:37:50,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:37:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e63205e4-1b88-401f-8d32-f4000d230683 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:37:50,884 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e63205e4-1b88-401f-8d32-f4000d230683 2018-10-12 12:37:50,885 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:37:51,266 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:37:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["lMfbr7ZTTjSqmb2f9LO2nQ"], "issued_at": "2018-10-12T12:37:51.000000Z"}} 2018-10-12 12:37:51,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}42623e22e1848678686e754b9f147f7a1e3059df" 2018-10-12 12:37:51,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-d7944c41-40b1-4160-9652-e00b46d449de Date: Fri, 12 Oct 2018 12:37:51 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-12 12:37:51,440 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20 used request id req-d7944c41-40b1-4160-9652-e00b46d449de 2018-10-12 12:37:51,441 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-12 12:37:51,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}42623e22e1848678686e754b9f147f7a1e3059df" 2018-10-12 12:37:51,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3833f908-22d6-479c-b979-fcdabf0a4983 Date: Fri, 12 Oct 2018 12:37: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-10-12 12:37:51,617 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-3833f908-22d6-479c-b979-fcdabf0a4983 2018-10-12 12:37:51,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}42623e22e1848678686e754b9f147f7a1e3059df" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-12 12:37:51,833 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/7e0f69a1-5363-4728-a25d-6d030e37445a X-Openstack-Request-Id: req-02cbad37-8e83-4e2c-b709-7f6375f24c2b Date: Fri, 12 Oct 2018 12:37:51 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T12:37:51Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-12T12:37:51Z", "visibility": "public", "locations": [], "self": "/v2/images/7e0f69a1-5363-4728-a25d-6d030e37445a", "min_disk": 0, "protected": false, "id": "7e0f69a1-5363-4728-a25d-6d030e37445a", "file": "/v2/images/7e0f69a1-5363-4728-a25d-6d030e37445a/file", "checksum": null, "owner": "d6e005d8411b4b378ddb320b792455b0", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 12:37:51,834 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-02cbad37-8e83-4e2c-b709-7f6375f24c2b 2018-10-12 12:37:51,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/7e0f69a1-5363-4728-a25d-6d030e37445a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}42623e22e1848678686e754b9f147f7a1e3059df" -d '' 2018-10-12 12:37:52,855 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4d562575-e3bd-4c8a-9e0c-3759c8611024 Date: Fri, 12 Oct 2018 12:37:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 12:37:52,855 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/7e0f69a1-5363-4728-a25d-6d030e37445a/file used request id req-4d562575-e3bd-4c8a-9e0c-3759c8611024 2018-10-12 12:37:52,856 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-11-1-net 2018-10-12 12:37:52,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:37:52,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:37:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa452bea-3199-408e-9197-8bf03432b12a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:37:52,864 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-fa452bea-3199-408e-9197-8bf03432b12a 2018-10-12 12:37:52,864 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:37:53,235 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:37:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["1RND1YwWSWmYsYgGZi8TPw"], "issued_at": "2018-10-12T12:37:53.000000Z"}} 2018-10-12 12:37:53,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35bdc6a3c374f046cc8611dda082d19b1dddebf7" -d '{"network": {"name": "sdnvpn-11-1-net", "admin_state_up": true}}' 2018-10-12 12:37:53,787 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-76e2cbba-956f-4208-897e-cd75e6daae4e Date: Fri, 12 Oct 2018 12:37: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":"88c19044-db1d-4b64-9670-27f923f538c8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T12:37:53Z","is_default":false,"provider:segmentation_id":43,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:37:53Z","mtu":1450}} 2018-10-12 12:37:53,787 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-76e2cbba-956f-4208-897e-cd75e6daae4e 2018-10-12 12:37:53,788 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-11-1-subnet in network 88c19044-db1d-4b64-9670-27f923f538c8 with cidr 10.10.10.0/24 2018-10-12 12:37:53,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35bdc6a3c374f046cc8611dda082d19b1dddebf7" -d '{"subnets": [{"ip_version": 4, "network_id": "88c19044-db1d-4b64-9670-27f923f538c8", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-11-1-subnet"}]}' 2018-10-12 12:37:54,380 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-63c1cf01-0a79-4497-8150-33cb11a7f748 Date: Fri, 12 Oct 2018 12:37:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"88c19044-db1d-4b64-9670-27f923f538c8","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:37:54Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-12T12:37:54Z","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":"d6e005d8411b4b378ddb320b792455b0","id":"deba32a4-a09c-470d-bdfd-0c51fc6d6caa","subnetpool_id":null,"name":"sdnvpn-11-1-subnet"}]} 2018-10-12 12:37:54,380 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-63c1cf01-0a79-4497-8150-33cb11a7f748 2018-10-12 12:37:54,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35bdc6a3c374f046cc8611dda082d19b1dddebf7" 2018-10-12 12:37:54,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-eb73775d-dd8c-4c16-a550-518f6d56c937 Date: Fri, 12 Oct 2018 12:37:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "created_at": "2018-10-12T12:11:38Z", "updated_at": "2018-10-12T12:11:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "1e3a1018-ad30-4590-a304-5695017ce9df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "670a735b-aa37-4b15-a4af-7d422f280a47", "remote_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "afd171d3-7f5e-4987-afe0-cc382d12e0d9", "remote_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "f775879f-edd8-4ca7-8c5b-92d05be5901b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}], "revision_number": 4, "project_id": "0f9cd33d54bb43498a1eec2e9b62c518", "id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "updated_at": "2018-10-12T10:34:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "2ae4f47a-860c-4316-ac71-26a7138a332b", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "652ffd7b-44c1-45ae-bacb-d752209f00a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "c6536286-1efd-4324-bff2-83bf4e288f74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "d00fd409-954d-4a7e-b2ce-3b8e9364f9b2", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}], "revision_number": 4, "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "665a8bea-d7bf-418c-8720-ca198157c68e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "updated_at": "2018-10-12T10:44:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "03a7346d-e81e-42f1-90d8-2d77a0e34ff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "25484a0d-c36c-4968-8497-2fab34786f38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "3051e92e-adfd-43d1-8ad4-a37e12b00332", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "c8cd6bce-c3f0-4e98-afd5-635192d18ba4", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 4, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "updated_at": "2018-10-12T10:47:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "949496b4-b497-4a18-b6fe-e484eb4cd872", "remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "9f341cb7-083b-4329-bca3-1a395a91d0be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "bdbe928d-b791-4fc6-90ae-6c3615c86e98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "d081a0eb-165e-4df4-84c6-1cc829e521cc", "remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7a87eb57-d271-422f-a9cd-14b017359d35", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:53Z", "updated_at": "2018-10-12T12:19:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:16:53Z", "revision_number": 0, "id": "4691902c-126e-41c9-9882-de419c0d0ffd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:53Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-12T12:19:52Z", "revision_number": 0, "id": "4a594b00-87c5-4885-845b-b291b8a68e42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:19:52Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": 179, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-12T12:16:55Z", "revision_number": 0, "id": "4e0ddac3-3647-4aa1-bd6e-209bacf3d20b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:55Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:16:53Z", "revision_number": 0, "id": "5ca0f127-7885-4327-aeb8-e9148550c582", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:53Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-12T12:16:54Z", "revision_number": 0, "id": "7d142794-4b1a-4c7a-973d-eff35efe06b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:54Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:16:54Z", "revision_number": 0, "id": "8fcefee5-c604-41bd-95ee-cc233116bce2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:54Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-12T12:16:55Z", "revision_number": 0, "id": "b87fbce2-7987-4a1e-b96d-22d8f7dcb7d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:55Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 7, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "a012b764-3d71-4fe8-a730-445db10f62d9", "name": "sdnvpn-sg"}]} 2018-10-12 12:37:54,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-eb73775d-dd8c-4c16-a550-518f6d56c937 2018-10-12 12:37:54,608 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-12 12:37:54,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:37:54,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:37:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b69dea49-d591-4eb1-8384-c162ab4009c8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:37:54,616 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b69dea49-d591-4eb1-8384-c162ab4009c8 2018-10-12 12:37:54,617 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:37:55,010 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:37:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["UzeB28KZQSyKd_qnmEzRWQ"], "issued_at": "2018-10-12T12:37:55.000000Z"}} 2018-10-12 12:37:55,013 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5d06d9479a96e7418cfd04bbb2fe32d3db47ada" 2018-10-12 12:37:55,191 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-140045c4-f8f9-432d-9dfa-969a2589fdd5 x-compute-request-id: req-140045c4-f8f9-432d-9dfa-969a2589fdd5 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 108}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 114}, "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": 6}]} 2018-10-12 12:37:55,192 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-140045c4-f8f9-432d-9dfa-969a2589fdd5 2018-10-12 12:37:55,193 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-12 12:37:55,194 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-12 12:37:55,195 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-12 12:37:55,197 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-12 12:37:55,238 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-12 12:37:55,240 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-12 12:37:55,241 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-12 12:37:55,242 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-12 12:37:55,242 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-12 12:37:55,283 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-12 12:37:55,318 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-12 12:37:55,319 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-12 12:37:55,320 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-12 12:37:55,321 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-12 12:37:55,321 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-12 12:37:55,326 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-12 12:37:55,364 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-12 12:37:55,366 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-12 12:37:55,366 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-12 12:37:55,367 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-12 12:37:55,367 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-12 12:37:55,408 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-12 12:37:55,443 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-12 12:37:55,444 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-2'... 2018-10-12 12:37:55,444 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-2 flavor=m1.tiny image=7e0f69a1-5363-4728-a25d-6d030e37445a network=88c19044-db1d-4b64-9670-27f923f538c8 secgroup=a012b764-3d71-4fe8-a730-445db10f62d9 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-12 12:37:55,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:37:55,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:37:55,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:37:55,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:37:55,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:37:55,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:37:55,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:37:55,446 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-12 12:37:55,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:37:55,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:37:55,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:37:55,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:37:55,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:37:55,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:37:55,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:37:55,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:37:55,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:37:55,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:37:55,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:37:55,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:37:55,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:37:55,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:37:55,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:37:55,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:37:55,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:37:55,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:37:55,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:37:55,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:37:55,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:37:55,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:37:55,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:37:55,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:37:55,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:37:55,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:37:55,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:37:55,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:37:55,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:37:55,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:37:55,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:37:55,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:37:55,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:37:55,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:37:55,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:37:55,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:37:55,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:37:55,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:37:55,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:37:55,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:37:55,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:37:55,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:37:55,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:37:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2259ab4e-f7be-4a76-80c4-78f168a351f7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:37:55,465 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2259ab4e-f7be-4a76-80c4-78f168a351f7 2018-10-12 12:37:55,465 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:37:55,841 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:37:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["OZmYZeWrRwOZSVNOgmoXLQ"], "issued_at": "2018-10-12T12:37:55.000000Z"}} 2018-10-12 12:37:55,845 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b6a7cfe8087af490f06f12e6e37bf64203fc1c2" 2018-10-12 12:37:56,016 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-de7bf622-b196-4b32-a32a-daacb99b6c8a x-compute-request-id: req-de7bf622-b196-4b32-a32a-daacb99b6c8a Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-12 12:37:56,016 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-de7bf622-b196-4b32-a32a-daacb99b6c8a 2018-10-12 12:37:56,021 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b6a7cfe8087af490f06f12e6e37bf64203fc1c2" 2018-10-12 12:37:56,044 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:37: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-cb50ae65-8bd3-4cbc-af0a-2fd82cd54e9b x-compute-request-id: req-cb50ae65-8bd3-4cbc-af0a-2fd82cd54e9b Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:37:56,044 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 used request id req-cb50ae65-8bd3-4cbc-af0a-2fd82cd54e9b 2018-10-12 12:37:56,048 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b6a7cfe8087af490f06f12e6e37bf64203fc1c2" -d '{"server": {"name": "sdnvpn-11-2", "imageRef": "7e0f69a1-5363-4728-a25d-6d030e37445a", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "da26bcae-e1ba-4983-b952-ae51fda523b7", "max_count": 1, "min_count": 1, "networks": [{"uuid": "88c19044-db1d-4b64-9670-27f923f538c8"}]}}' 2018-10-12 12:37:57,580 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:37: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-a6fbc5a1-5a28-4de5-907d-be3928f11d5e x-compute-request-id: req-a6fbc5a1-5a28-4de5-907d-be3928f11d5e Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/2207be27-cadc-40f6-ac3d-3f5147fc80dd Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2207be27-cadc-40f6-ac3d-3f5147fc80dd", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2207be27-cadc-40f6-ac3d-3f5147fc80dd", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2207be27-cadc-40f6-ac3d-3f5147fc80dd", "rel": "bookmark"}], "adminPass": "Cb5RGAEdVAUo"}} 2018-10-12 12:37:57,581 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-a6fbc5a1-5a28-4de5-907d-be3928f11d5e 2018-10-12 12:37:57,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:37:57,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:37:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e37f988-9359-49fb-a9bc-965acf48d9d0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:37:57,588 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5e37f988-9359-49fb-a9bc-965acf48d9d0 2018-10-12 12:37:57,589 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:37:57,973 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:37:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["yYyfSuY6QES9PSnJzTZEtQ"], "issued_at": "2018-10-12T12:37:57.000000Z"}} 2018-10-12 12:37:57,976 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/2207be27-cadc-40f6-ac3d-3f5147fc80dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2448beff098fe5bc31601419c877cefbda24ec59" 2018-10-12 12:37:58,490 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:37:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e8ebd24c-b0ae-496f-b792-e388f92fdd73 x-compute-request-id: req-e8ebd24c-b0ae-496f-b792-e388f92fdd73 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.26:8774/v2.1/servers/2207be27-cadc-40f6-ac3d-3f5147fc80dd", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2207be27-cadc-40f6-ac3d-3f5147fc80dd", "rel": "bookmark"}], "image": {"id": "7e0f69a1-5363-4728-a25d-6d030e37445a", "links": [{"href": "http://172.30.9.26:8774/images/7e0f69a1-5363-4728-a25d-6d030e37445a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "2207be27-cadc-40f6-ac3d-3f5147fc80dd", "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:37: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-11-2", "created": "2018-10-12T12:37:57Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:37:58,490 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2207be27-cadc-40f6-ac3d-3f5147fc80dd used request id req-e8ebd24c-b0ae-496f-b792-e388f92fdd73 2018-10-12 12:38:01,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/2207be27-cadc-40f6-ac3d-3f5147fc80dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2448beff098fe5bc31601419c877cefbda24ec59" 2018-10-12 12:38:02,114 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:38:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2405df79-3280-47c3-9fb6-6cc5a91c642d x-compute-request-id: req-2405df79-3280-47c3-9fb6-6cc5a91c642d 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.26:8774/v2.1/servers/2207be27-cadc-40f6-ac3d-3f5147fc80dd", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2207be27-cadc-40f6-ac3d-3f5147fc80dd", "rel": "bookmark"}], "image": {"id": "7e0f69a1-5363-4728-a25d-6d030e37445a", "links": [{"href": "http://172.30.9.26:8774/images/7e0f69a1-5363-4728-a25d-6d030e37445a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f6", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "2207be27-cadc-40f6-ac3d-3f5147fc80dd", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:37:59Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-11-2", "created": "2018-10-12T12:37:57Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:38:02,114 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2207be27-cadc-40f6-ac3d-3f5147fc80dd used request id req-2405df79-3280-47c3-9fb6-6cc5a91c642d 2018-10-12 12:38:05,121 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/2207be27-cadc-40f6-ac3d-3f5147fc80dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2448beff098fe5bc31601419c877cefbda24ec59" 2018-10-12 12:38:05,709 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:38:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fef2b1e0-c0df-4304-bab8-f39b24b24155 x-compute-request-id: req-fef2b1e0-c0df-4304-bab8-f39b24b24155 Content-Encoding: gzip Content-Length: 779 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:76:ca:8f", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2207be27-cadc-40f6-ac3d-3f5147fc80dd", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2207be27-cadc-40f6-ac3d-3f5147fc80dd", "rel": "bookmark"}], "image": {"id": "7e0f69a1-5363-4728-a25d-6d030e37445a", "links": [{"href": "http://172.30.9.26:8774/images/7e0f69a1-5363-4728-a25d-6d030e37445a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f6", "OS-SRV-USG:launched_at": "2018-10-12T12:38:02.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "2207be27-cadc-40f6-ac3d-3f5147fc80dd", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T12:38:02Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-11-2", "created": "2018-10-12T12:37:57Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:38:05,709 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2207be27-cadc-40f6-ac3d-3f5147fc80dd used request id req-fef2b1e0-c0df-4304-bab8-f39b24b24155 2018-10-12 12:38:05,713 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/2207be27-cadc-40f6-ac3d-3f5147fc80dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b6a7cfe8087af490f06f12e6e37bf64203fc1c2" 2018-10-12 12:38:06,328 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:38:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e80b3d97-5f5c-4c39-9023-42eb38d54956 x-compute-request-id: req-e80b3d97-5f5c-4c39-9023-42eb38d54956 Content-Encoding: gzip Content-Length: 779 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:76:ca:8f", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/2207be27-cadc-40f6-ac3d-3f5147fc80dd", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/2207be27-cadc-40f6-ac3d-3f5147fc80dd", "rel": "bookmark"}], "image": {"id": "7e0f69a1-5363-4728-a25d-6d030e37445a", "links": [{"href": "http://172.30.9.26:8774/images/7e0f69a1-5363-4728-a25d-6d030e37445a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f6", "OS-SRV-USG:launched_at": "2018-10-12T12:38:02.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "2207be27-cadc-40f6-ac3d-3f5147fc80dd", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T12:38:02Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-11-2", "created": "2018-10-12T12:37:57Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:38:06,328 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/2207be27-cadc-40f6-ac3d-3f5147fc80dd used request id req-e80b3d97-5f5c-4c39-9023-42eb38d54956 2018-10-12 12:38:06,329 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-11-2' booted successfully. IP='10.10.10.8'. 2018-10-12 12:38:06,329 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-11-2' to security group 'sdnvpn-sg'... 2018-10-12 12:38:06,332 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2207be27-cadc-40f6-ac3d-3f5147fc80dd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5d06d9479a96e7418cfd04bbb2fe32d3db47ada" -d '{"addSecurityGroup": {"name": "a012b764-3d71-4fe8-a730-445db10f62d9"}}' 2018-10-12 12:38:07,714 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12: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 x-openstack-request-id: req-4e9e5bdd-dcc1-4974-bf87-4d87271621f8 x-compute-request-id: req-4e9e5bdd-dcc1-4974-bf87-4d87271621f8 Content-Length: 0 Content-Type: application/json 2018-10-12 12:38:07,714 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2207be27-cadc-40f6-ac3d-3f5147fc80dd/action used request id req-4e9e5bdd-dcc1-4974-bf87-4d87271621f8 2018-10-12 12:38:07,715 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-1'... 2018-10-12 12:38:07,715 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-1 flavor=m1.tiny image=7e0f69a1-5363-4728-a25d-6d030e37445a network=88c19044-db1d-4b64-9670-27f923f538c8 secgroup=a012b764-3d71-4fe8-a730-445db10f62d9 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-12 12:38:07,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:38:07,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:38:07,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:38:07,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:38:07,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:38:07,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:38:07,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:38:07,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:38:07,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:38:07,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:38:07,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:38:07,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:38:07,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:38:07,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:38:07,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:38:07,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:38:07,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:38:07,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:38:07,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:38:07,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:38:07,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:38:07,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:38:07,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:38:07,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:38:07,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:38:07,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:38:07,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:38:07,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:38:07,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:38:07,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:38:07,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:38:07,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:38:07,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:38:07,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:38:07,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:38:07,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:38:07,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:38:07,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:38:07,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:38:07,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:38:07,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:38:07,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:38:07,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:38:07,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:38:07,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:38:07,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:38:07,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:38:07,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:38:07,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:38:07,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:38:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f453573-4685-49ed-b1b0-349ee5f92d14 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:38:07,734 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7f453573-4685-49ed-b1b0-349ee5f92d14 2018-10-12 12:38:07,735 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:38:08,118 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:38:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["nYE0E3KzQr6vFUNM9GXxcQ"], "issued_at": "2018-10-12T12:38:08.000000Z"}} 2018-10-12 12:38:08,121 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dea4454cdef9a1f0f1eed97bf9ad9c1d9cf77f8" 2018-10-12 12:38:08,287 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:38: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-ec7503d9-6717-4306-be03-54ad2d61f197 x-compute-request-id: req-ec7503d9-6717-4306-be03-54ad2d61f197 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-12 12:38:08,287 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-ec7503d9-6717-4306-be03-54ad2d61f197 2018-10-12 12:38:08,291 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dea4454cdef9a1f0f1eed97bf9ad9c1d9cf77f8" 2018-10-12 12:38:08,310 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:38: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-c9ca3bc7-950b-43ba-9786-78ddc0ba484b x-compute-request-id: req-c9ca3bc7-950b-43ba-9786-78ddc0ba484b Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:38:08,310 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 used request id req-c9ca3bc7-950b-43ba-9786-78ddc0ba484b 2018-10-12 12:38:08,314 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dea4454cdef9a1f0f1eed97bf9ad9c1d9cf77f8" -d '{"server": {"name": "sdnvpn-11-1", "imageRef": "7e0f69a1-5363-4728-a25d-6d030e37445a", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "da26bcae-e1ba-4983-b952-ae51fda523b7", "max_count": 1, "min_count": 1, "networks": [{"uuid": "88c19044-db1d-4b64-9670-27f923f538c8"}]}}' 2018-10-12 12:38:09,750 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:38: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-675bf7d9-a064-482f-9f09-a9ae02cc071e x-compute-request-id: req-675bf7d9-a064-482f-9f09-a9ae02cc071e Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "974a09d9-6ffe-47d8-bbd3-791f281f2a30", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30", "rel": "bookmark"}], "adminPass": "nRNZ73JXsF4J"}} 2018-10-12 12:38:09,750 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-675bf7d9-a064-482f-9f09-a9ae02cc071e 2018-10-12 12:38:09,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:38:09,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:38:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd680619-88bf-4875-9fdc-a82311809e21 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:38:09,758 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-fd680619-88bf-4875-9fdc-a82311809e21 2018-10-12 12:38:09,759 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:38:10,136 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:38:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["J2PyFmFVQ7-IMdydOOiBGw"], "issued_at": "2018-10-12T12:38:10.000000Z"}} 2018-10-12 12:38:10,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc7d2b0b5f9d539db627d73778ac99e3c69bd375" 2018-10-12 12:38:10,639 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:38:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50f4efe2-cbbd-4c49-a382-80b74033044b x-compute-request-id: req-50f4efe2-cbbd-4c49-a382-80b74033044b 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.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30", "rel": "bookmark"}], "image": {"id": "7e0f69a1-5363-4728-a25d-6d030e37445a", "links": [{"href": "http://172.30.9.26:8774/images/7e0f69a1-5363-4728-a25d-6d030e37445a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "974a09d9-6ffe-47d8-bbd3-791f281f2a30", "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:38:10Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-11-1", "created": "2018-10-12T12:38:09Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:38:10,640 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30 used request id req-50f4efe2-cbbd-4c49-a382-80b74033044b 2018-10-12 12:38:13,646 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc7d2b0b5f9d539db627d73778ac99e3c69bd375" 2018-10-12 12:38:14,379 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:38:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be4f0a1b-cd9d-418f-9b54-1b72514e9d48 x-compute-request-id: req-be4f0a1b-cd9d-418f-9b54-1b72514e9d48 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.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30", "rel": "bookmark"}], "image": {"id": "7e0f69a1-5363-4728-a25d-6d030e37445a", "links": [{"href": "http://172.30.9.26:8774/images/7e0f69a1-5363-4728-a25d-6d030e37445a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fc", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "974a09d9-6ffe-47d8-bbd3-791f281f2a30", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:38:12Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-11-1", "created": "2018-10-12T12:38:09Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:38:14,379 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30 used request id req-be4f0a1b-cd9d-418f-9b54-1b72514e9d48 2018-10-12 12:38:17,386 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc7d2b0b5f9d539db627d73778ac99e3c69bd375" 2018-10-12 12:38:18,066 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:38:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d7db3620-6587-4dc6-ae19-76dfe3cd1d0c x-compute-request-id: req-d7db3620-6587-4dc6-ae19-76dfe3cd1d0c Content-Encoding: gzip Content-Length: 777 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:a0:ea:5e", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30", "rel": "bookmark"}], "image": {"id": "7e0f69a1-5363-4728-a25d-6d030e37445a", "links": [{"href": "http://172.30.9.26:8774/images/7e0f69a1-5363-4728-a25d-6d030e37445a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fc", "OS-SRV-USG:launched_at": "2018-10-12T12:38:14.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "974a09d9-6ffe-47d8-bbd3-791f281f2a30", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T12:38:15Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-11-1", "created": "2018-10-12T12:38:09Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:38:18,066 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30 used request id req-d7db3620-6587-4dc6-ae19-76dfe3cd1d0c 2018-10-12 12:38:18,070 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dea4454cdef9a1f0f1eed97bf9ad9c1d9cf77f8" 2018-10-12 12:38:18,604 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-86761331-70c8-4d23-8bfa-848c8d74d1e7 x-compute-request-id: req-86761331-70c8-4d23-8bfa-848c8d74d1e7 Content-Encoding: gzip Content-Length: 777 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:a0:ea:5e", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30", "rel": "bookmark"}], "image": {"id": "7e0f69a1-5363-4728-a25d-6d030e37445a", "links": [{"href": "http://172.30.9.26:8774/images/7e0f69a1-5363-4728-a25d-6d030e37445a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fc", "OS-SRV-USG:launched_at": "2018-10-12T12:38:14.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "974a09d9-6ffe-47d8-bbd3-791f281f2a30", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T12:38:15Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-11-1", "created": "2018-10-12T12:38:09Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:38:18,604 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30 used request id req-86761331-70c8-4d23-8bfa-848c8d74d1e7 2018-10-12 12:38:18,605 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-11-1' booted successfully. IP='10.10.10.12'. 2018-10-12 12:38:18,605 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-11-1' to security group 'sdnvpn-sg'... 2018-10-12 12:38:18,608 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5d06d9479a96e7418cfd04bbb2fe32d3db47ada" -d '{"addSecurityGroup": {"name": "a012b764-3d71-4fe8-a730-445db10f62d9"}}' 2018-10-12 12:38:19,835 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12: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 x-openstack-request-id: req-14a283d7-7f9f-4cbf-b7f0-91aa393819da x-compute-request-id: req-14a283d7-7f9f-4cbf-b7f0-91aa393819da Content-Length: 0 Content-Type: application/json 2018-10-12 12:38:19,835 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action used request id req-14a283d7-7f9f-4cbf-b7f0-91aa393819da 2018-10-12 12:38:19,835 - sdnvpn_test_utils - INFO - Waiting for instance 974a09d9-6ffe-47d8-bbd3-791f281f2a30 to boot up 2018-10-12 12:38:19,839 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dea4454cdef9a1f0f1eed97bf9ad9c1d9cf77f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:38:20,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:38:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1183c86-6e65-49cd-a37e-7485e153a29a x-compute-request-id: req-b1183c86-6e65-49cd-a37e-7485e153a29a Content-Encoding: gzip Content-Length: 9384 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 751217785 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.139408] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.141145] pid_max: default: 32768 minimum: 301\n[ 0.142077] ACPI: Core revision 20150930\n[ 0.143513] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144886] Security Framework initialized\n[ 0.145722] Yama: becoming mindful.\n[ 0.146483] AppArmor: AppArmor initialized\n[ 0.147363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150058] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151320] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152751] Initializing cgroup subsys io\n[ 0.153592] Initializing cgroup subsys memory\n[ 0.154509] Initializing cgroup subsys devices\n[ 0.155409] Initializing cgroup subsys freezer\n[ 0.156302] Initializing cgroup subsys net_cls\n[ 0.157209] Initializing cgroup subsys perf_event\n[ 0.158140] Initializing cgroup subsys net_prio\n[ 0.159067] Initializing cgroup subsys hugetlb\n[ 0.159963] Initializing cgroup subsys pids\n[ 0.160856] CPU: Physical Processor ID: 0\n[ 0.162398] mce: CPU supports 10 MCE banks\n[ 0.163302] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164328] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176234] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182698] ftrace: allocating 31920 entries in 125 pages\n[ 0.209107] smpboot: Max logical packages: 1\n[ 0.209991] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211405] x2apic enabled\n[ 0.212230] Switched APIC routing to physical x2apic.\n[ 0.214006] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215182] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217253] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219101] KVM setup paravirtual spinlock\n[ 0.220418] x86: Booted up 1 node, 1 CPUs\n[ 0.221264] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.222719] devtmpfs: initialized\n[ 0.224464] evm: security.selinux\n[ 0.225198] evm: security.SMACK64\n[ 0.225905] evm: security.SMACK64EXEC\n[ 0.226672] evm: security.SMACK64TRANSMUTE\n[ 0.227501] evm: security.SMACK64MMAP\n[ 0.228272] evm: security.ima\n[ 0.228932] evm: security.capability\n[ 0.229761] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231734] pinctrl core: initialized pinctrl subsystem\n[ 0.232941] RTC time: 12:38:14, date: 10/12/18\n[ 0.233962] NET: Registered protocol family 16\n[ 0.234994] cpuidle: using governor ladder\n[ 0.235862] cpuidle: using governor menu\n[ 0.236708] PCCT header not found.\n[ 0.237488] ACPI: bus type PCI registered\n[ 0.238365] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239664] PCI: Using configuration type 1 for base access\n[ 0.241506] ACPI: Added _OSI(Module Device)\n[ 0.242403] ACPI: Added _OSI(Processor Device)\n[ 0.243316] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244265] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246456] ACPI: Interpreter enabled\n[ 0.247273] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249241] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251191] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255148] ACPI: (supports S0 S5)\n[ 0.255884] ACPI: Using IOAPIC for interrupt routing\n[ 0.256998] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260241] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261438] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262716] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263981] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266306] acpiphp: Slot [3] registered\n[ 0.267158] acpiphp: Slot [4] registered\n[ 0.268012] acpiphp: Slot [5] registered\n[ 0.268857] acpiphp: Slot [6] registered\n[ 0.269715] acpiphp: Slot [7] registered\n[ 0.270587] acpiphp: Slot [8] registered\n[ 0.271451] acpiphp: Slot [9] registered\n[ 0.272323] acpiphp: Slot [10] registered\n[ 0.273206] acpiphp: Slot [11] registered\n[ 0.274089] acpiphp: Slot [12] registered\n[ 0.274981] acpiphp: Slot [13] registered\n[ 0.275844] acpiphp: Slot [14] registered\n[ 0.276729] acpiphp: Slot [15] registered\n[ 0.287755] acpiphp: Slot [16] registered\n[ 0.288628] acpiphp: Slot [17] registered\n[ 0.289484] acpiphp: Slot [18] registered\n[ 0.290335] acpiphp: Slot [19] registered\n[ 0.291169] acpiphp: Slot [20] registered\n[ 0.292043] acpiphp: Slot [21] registered\n[ 0.292898] acpiphp: Slot [22] registered\n[ 0.293742] acpiphp: Slot [23] registered\n[ 0.294596] acpiphp: Slot [24] registered\n[ 0.295456] acpiphp: Slot [25] registered\n[ 0.296317] acpiphp: Slot [26] registered\n[ 0.297177] acpiphp: Slot [27] registered\n[ 0.298074] acpiphp: Slot [28] registered\n[ 0.298957] acpiphp: Slot [29] registered\n[ 0.299791] acpiphp: Slot [30] registered\n[ 0.300675] acpiphp: Slot [31] registered\n[ 0.301545] PCI host bridge to bus 0000:00\n[ 0.302437] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305105] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306659] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308245] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314599] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316009] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326783] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371760] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376109] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.377495] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378741] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.380125] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.381179] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.382726] vgaarb: loaded\n[ 0.383328] vgaarb: bridge control possible 0000:00:02.0\n[ 0.384458] SCSI subsystem initialized\n[ 0.385274] ACPI: bus type USB registered\n[ 0.386086] usbcore: registered new interface driver usbfs\n[ 0.387109] usbcore: registered new interface driver hub\n[ 0.388116] usbcore: registered new device driver usb\n[ 0.389161] PCI: Using ACPI for IRQ routing\n[ 0.390174] NetLabel: Initializing\n[ 0.390883] NetLabel: domain hash size = 128\n[ 0.391730] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392675] NetLabel: unlabeled traffic allowed by default\n[ 0.393763] clocksource: Switched to clocksource kvm-clock\n[ 0.399171] AppArmor: AppArmor Filesystem Enabled\n[ 0.400132] pnp: PnP ACPI init\n[ 0.401045] pnp: PnP ACPI: found 5 devices\n[ 0.407401] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409099] NET: Registered protocol family 2\n[ 0.410050] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411312] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412466] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413615] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414681] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415842] NET: Registered protocol family 1\n[ 0.416709] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417806] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418871] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432898] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446931] Trying to unpack rootfs image as initramfs...\n[ 0.496133] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509962] Scanning for low memory corruption every 60 seconds\n[ 0.511648] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513201] audit: initializing netlink subsys (disabled)\n[ 0.514563] audit: type=2000 audit(1539347895.298:1): initialized\n[ 0.516235] Initialise system trusted keyring\n[ 0.517454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519047] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521422] zbud: loaded\n[ 0.522298] VFS: Disk quotas dquot_6.6.0\n[ 0.523371] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.525314] fuse init (API version 7.23)\n[ 0.526486] Key type big_key registered\n[ 0.527564] Allocating IMA MOK and blacklist keyrings.\n[ 0.529013] Key type asymmetric registered\n[ 0.530132] Asymmetric key parser 'x509' registered\n[ 0.531411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533754] io scheduler noop registered\n[ 0.534836] io scheduler deadline registered (default)\n[ 0.536196] io scheduler cfq registered\n[ 0.537295] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540450] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542385] ACPI: Power Button [PWRF]\n[ 0.543455] GHES: HEST is not enabled!\n[ 0.557444] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585514] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588172] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613590] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616290] Linux agpgart interface v0.103\n[ 0.618568] brd: module loaded\n[ 0.619936] loop: module loaded\n[ 0.625040] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626472] GPT:90111 != 2097151\n[ 0.627138] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628191] GPT:90111 != 2097151\n[ 0.628840] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629779] vda: vda1 vda15\n[ 0.631278] scsi host0: ata_piix\n[ 0.631999] scsi host1: ata_piix\n[ 0.632683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633870] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635272] libphy: Fixed MDIO Bus: probed\n[ 0.636070] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636987] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639101] PPP generic driver version 2.4.2\n[ 0.639975] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641236] ehci-pci: EHCI PCI platform driver\n[ 0.642101] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644145] ohci-pci: OHCI PCI platform driver\n[ 0.644983] ohci-platform: OHCI generic platform driver\n[ 0.645943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660929] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666080] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667406] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668975] usb usb1: Product: UHCI Host Controller\n[ 0.670058] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671579] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672916] hub 1-0:1.0: USB hub found\n[ 0.674038] hub 1-0:1.0: 2 ports detected\n[ 0.675190] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678964] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680268] mousedev: PS/2 mouse device common for all mice\n[ 0.681828] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684162] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685491] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687032] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688586] i2c /dev entries driver\n[ 0.689540] device-mapper: uevent: version 1.0.3\n[ 0.690729] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692814] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694434] NET: Registered protocol family 10\n[ 0.695660] NET: Registered protocol family 17\n[ 0.696791] Key type dns_resolver registered\n[ 0.697978] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699399] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701626] registered taskstats version 1\n[ 0.702697] Loading compiled-in X.509 certificates\n[ 0.704414] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706818] zswap: loaded using pool lzo/zbud\n[ 0.708446] Key type trusted registered\n[ 0.710224] Key type encrypted registered\n[ 0.711266] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713970] evm: HMAC attrs: 0x1\n[ 0.715469] Magic number: 6:778:632\n[ 0.716560] rtc_cmos 00:00: setting system clock to 2018-10-12 12:38:15 UTC (1539347895)\n[ 0.718662] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720149] EDD information not available.\n[ 0.794749] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796734] Write protecting the kernel read-only data: 14336k\n[ 0.808759] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811041] 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.382927] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.27. iid=i-000000f6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCTbZKv/WQlCXPBapVDpX28Jy+ZjVYLDyNUxgBJux+NQLRiJC9Dt1DvSxMUmQ/79BApXVoL/tmWDgMXzMZWY5s3CCQKoh0iZ9DjF+PLe5ks3tSjgwA5QqNZMDvpUlRBz06Iny6oNAWpCFoNethGXQzDtW9vSA6TiXWkEYGLoFABIWgJ8jemP1sFWbhQDj6Jiim/BdIVnmKzydot/nGrZYnM1SH1KzJAEl38/HRjRVKnXqVNYDNSEZBnzWmmfBHZJOvVn59yY8SDhHxy2mCeN9TJUNguA37jfByhxwJrpbSf9k3XEtSpfLYtSeBzDRzz3/MUKnx+hpugO6Dfz58AFIpH root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKnwubAS1m5Jz83j4C7xMvsjVIQsxln2BAIqOMqw7zHbp0q83Y/qHeNMyr+S40/hjgf2tYvsEQWHyTviy2Gh56wAS5h9j3tvXaPvbOGoNaQwka+DfngNxcNe8V/5gcqw1wwn5GvvTbvpn2QNDjC5D7Zj5ajwKI20BXrAlCDr5SihAAAAFQDzm26m7x1dAnw0TQUo6c66Ysm2pwAAAIA3K5UNAXI6o+1t1lXUIvoNc9ye/O5SZPCxqKyBj6Kw53cy/ft1lkGq5Rbj3ITrtn7dWVPmELlxh1IZq3z989zXcxI7By6VGnddUagR60ZPm9tyJq2/iVNHjCFmkXSj9s00of6RNMg2R6U0NVDbxC3gIeUvZYW4HrgDyTE37mJNGwAAAIBxasOR66Rhxz+ymavc937r/emBdI3vDol5wT6F+4TU7NSqS+s5wZsBLOiUHQ0bCG4oPs2CnOR8HMjRBI0K00sjRRBetTCRmwbaWTxZJPEYQRBvgESMZA6rKGtG9E2UvDyeg79oyFmoTpj29jak2zC9yT1R44HGLCHd7ZUFBkCV/Q== 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.12,24,fe80::f816:3eff:fea0:ea5e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.71 ===\n"} 2018-10-12 12:38:20,913 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action used request id req-b1183c86-6e65-49cd-a37e-7485e153a29a 2018-10-12 12:38:22,935 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dea4454cdef9a1f0f1eed97bf9ad9c1d9cf77f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:38:24,005 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-483402c1-80fb-464a-baad-dd6d250c82ec x-compute-request-id: req-483402c1-80fb-464a-baad-dd6d250c82ec Content-Encoding: gzip Content-Length: 9986 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 751217785 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.139408] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.141145] pid_max: default: 32768 minimum: 301\n[ 0.142077] ACPI: Core revision 20150930\n[ 0.143513] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144886] Security Framework initialized\n[ 0.145722] Yama: becoming mindful.\n[ 0.146483] AppArmor: AppArmor initialized\n[ 0.147363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150058] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151320] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152751] Initializing cgroup subsys io\n[ 0.153592] Initializing cgroup subsys memory\n[ 0.154509] Initializing cgroup subsys devices\n[ 0.155409] Initializing cgroup subsys freezer\n[ 0.156302] Initializing cgroup subsys net_cls\n[ 0.157209] Initializing cgroup subsys perf_event\n[ 0.158140] Initializing cgroup subsys net_prio\n[ 0.159067] Initializing cgroup subsys hugetlb\n[ 0.159963] Initializing cgroup subsys pids\n[ 0.160856] CPU: Physical Processor ID: 0\n[ 0.162398] mce: CPU supports 10 MCE banks\n[ 0.163302] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164328] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176234] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182698] ftrace: allocating 31920 entries in 125 pages\n[ 0.209107] smpboot: Max logical packages: 1\n[ 0.209991] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211405] x2apic enabled\n[ 0.212230] Switched APIC routing to physical x2apic.\n[ 0.214006] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215182] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217253] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219101] KVM setup paravirtual spinlock\n[ 0.220418] x86: Booted up 1 node, 1 CPUs\n[ 0.221264] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.222719] devtmpfs: initialized\n[ 0.224464] evm: security.selinux\n[ 0.225198] evm: security.SMACK64\n[ 0.225905] evm: security.SMACK64EXEC\n[ 0.226672] evm: security.SMACK64TRANSMUTE\n[ 0.227501] evm: security.SMACK64MMAP\n[ 0.228272] evm: security.ima\n[ 0.228932] evm: security.capability\n[ 0.229761] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231734] pinctrl core: initialized pinctrl subsystem\n[ 0.232941] RTC time: 12:38:14, date: 10/12/18\n[ 0.233962] NET: Registered protocol family 16\n[ 0.234994] cpuidle: using governor ladder\n[ 0.235862] cpuidle: using governor menu\n[ 0.236708] PCCT header not found.\n[ 0.237488] ACPI: bus type PCI registered\n[ 0.238365] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239664] PCI: Using configuration type 1 for base access\n[ 0.241506] ACPI: Added _OSI(Module Device)\n[ 0.242403] ACPI: Added _OSI(Processor Device)\n[ 0.243316] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244265] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246456] ACPI: Interpreter enabled\n[ 0.247273] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249241] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251191] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255148] ACPI: (supports S0 S5)\n[ 0.255884] ACPI: Using IOAPIC for interrupt routing\n[ 0.256998] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260241] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261438] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262716] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263981] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266306] acpiphp: Slot [3] registered\n[ 0.267158] acpiphp: Slot [4] registered\n[ 0.268012] acpiphp: Slot [5] registered\n[ 0.268857] acpiphp: Slot [6] registered\n[ 0.269715] acpiphp: Slot [7] registered\n[ 0.270587] acpiphp: Slot [8] registered\n[ 0.271451] acpiphp: Slot [9] registered\n[ 0.272323] acpiphp: Slot [10] registered\n[ 0.273206] acpiphp: Slot [11] registered\n[ 0.274089] acpiphp: Slot [12] registered\n[ 0.274981] acpiphp: Slot [13] registered\n[ 0.275844] acpiphp: Slot [14] registered\n[ 0.276729] acpiphp: Slot [15] registered\n[ 0.287755] acpiphp: Slot [16] registered\n[ 0.288628] acpiphp: Slot [17] registered\n[ 0.289484] acpiphp: Slot [18] registered\n[ 0.290335] acpiphp: Slot [19] registered\n[ 0.291169] acpiphp: Slot [20] registered\n[ 0.292043] acpiphp: Slot [21] registered\n[ 0.292898] acpiphp: Slot [22] registered\n[ 0.293742] acpiphp: Slot [23] registered\n[ 0.294596] acpiphp: Slot [24] registered\n[ 0.295456] acpiphp: Slot [25] registered\n[ 0.296317] acpiphp: Slot [26] registered\n[ 0.297177] acpiphp: Slot [27] registered\n[ 0.298074] acpiphp: Slot [28] registered\n[ 0.298957] acpiphp: Slot [29] registered\n[ 0.299791] acpiphp: Slot [30] registered\n[ 0.300675] acpiphp: Slot [31] registered\n[ 0.301545] PCI host bridge to bus 0000:00\n[ 0.302437] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305105] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306659] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308245] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314599] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316009] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326783] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371760] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376109] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.377495] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378741] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.380125] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.381179] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.382726] vgaarb: loaded\n[ 0.383328] vgaarb: bridge control possible 0000:00:02.0\n[ 0.384458] SCSI subsystem initialized\n[ 0.385274] ACPI: bus type USB registered\n[ 0.386086] usbcore: registered new interface driver usbfs\n[ 0.387109] usbcore: registered new interface driver hub\n[ 0.388116] usbcore: registered new device driver usb\n[ 0.389161] PCI: Using ACPI for IRQ routing\n[ 0.390174] NetLabel: Initializing\n[ 0.390883] NetLabel: domain hash size = 128\n[ 0.391730] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392675] NetLabel: unlabeled traffic allowed by default\n[ 0.393763] clocksource: Switched to clocksource kvm-clock\n[ 0.399171] AppArmor: AppArmor Filesystem Enabled\n[ 0.400132] pnp: PnP ACPI init\n[ 0.401045] pnp: PnP ACPI: found 5 devices\n[ 0.407401] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409099] NET: Registered protocol family 2\n[ 0.410050] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411312] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412466] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413615] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414681] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415842] NET: Registered protocol family 1\n[ 0.416709] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417806] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418871] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432898] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446931] Trying to unpack rootfs image as initramfs...\n[ 0.496133] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509962] Scanning for low memory corruption every 60 seconds\n[ 0.511648] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513201] audit: initializing netlink subsys (disabled)\n[ 0.514563] audit: type=2000 audit(1539347895.298:1): initialized\n[ 0.516235] Initialise system trusted keyring\n[ 0.517454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519047] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521422] zbud: loaded\n[ 0.522298] VFS: Disk quotas dquot_6.6.0\n[ 0.523371] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.525314] fuse init (API version 7.23)\n[ 0.526486] Key type big_key registered\n[ 0.527564] Allocating IMA MOK and blacklist keyrings.\n[ 0.529013] Key type asymmetric registered\n[ 0.530132] Asymmetric key parser 'x509' registered\n[ 0.531411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533754] io scheduler noop registered\n[ 0.534836] io scheduler deadline registered (default)\n[ 0.536196] io scheduler cfq registered\n[ 0.537295] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540450] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542385] ACPI: Power Button [PWRF]\n[ 0.543455] GHES: HEST is not enabled!\n[ 0.557444] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585514] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588172] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613590] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616290] Linux agpgart interface v0.103\n[ 0.618568] brd: module loaded\n[ 0.619936] loop: module loaded\n[ 0.625040] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626472] GPT:90111 != 2097151\n[ 0.627138] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628191] GPT:90111 != 2097151\n[ 0.628840] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629779] vda: vda1 vda15\n[ 0.631278] scsi host0: ata_piix\n[ 0.631999] scsi host1: ata_piix\n[ 0.632683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633870] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635272] libphy: Fixed MDIO Bus: probed\n[ 0.636070] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636987] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639101] PPP generic driver version 2.4.2\n[ 0.639975] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641236] ehci-pci: EHCI PCI platform driver\n[ 0.642101] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644145] ohci-pci: OHCI PCI platform driver\n[ 0.644983] ohci-platform: OHCI generic platform driver\n[ 0.645943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660929] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666080] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667406] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668975] usb usb1: Product: UHCI Host Controller\n[ 0.670058] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671579] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672916] hub 1-0:1.0: USB hub found\n[ 0.674038] hub 1-0:1.0: 2 ports detected\n[ 0.675190] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678964] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680268] mousedev: PS/2 mouse device common for all mice\n[ 0.681828] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684162] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685491] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687032] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688586] i2c /dev entries driver\n[ 0.689540] device-mapper: uevent: version 1.0.3\n[ 0.690729] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692814] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694434] NET: Registered protocol family 10\n[ 0.695660] NET: Registered protocol family 17\n[ 0.696791] Key type dns_resolver registered\n[ 0.697978] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699399] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701626] registered taskstats version 1\n[ 0.702697] Loading compiled-in X.509 certificates\n[ 0.704414] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706818] zswap: loaded using pool lzo/zbud\n[ 0.708446] Key type trusted registered\n[ 0.710224] Key type encrypted registered\n[ 0.711266] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713970] evm: HMAC attrs: 0x1\n[ 0.715469] Magic number: 6:778:632\n[ 0.716560] rtc_cmos 00:00: setting system clock to 2018-10-12 12:38:15 UTC (1539347895)\n[ 0.718662] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720149] EDD information not available.\n[ 0.794749] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796734] Write protecting the kernel read-only data: 14336k\n[ 0.808759] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811041] 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.382927] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.27. iid=i-000000f6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCTbZKv/WQlCXPBapVDpX28Jy+ZjVYLDyNUxgBJux+NQLRiJC9Dt1DvSxMUmQ/79BApXVoL/tmWDgMXzMZWY5s3CCQKoh0iZ9DjF+PLe5ks3tSjgwA5QqNZMDvpUlRBz06Iny6oNAWpCFoNethGXQzDtW9vSA6TiXWkEYGLoFABIWgJ8jemP1sFWbhQDj6Jiim/BdIVnmKzydot/nGrZYnM1SH1KzJAEl38/HRjRVKnXqVNYDNSEZBnzWmmfBHZJOvVn59yY8SDhHxy2mCeN9TJUNguA37jfByhxwJrpbSf9k3XEtSpfLYtSeBzDRzz3/MUKnx+hpugO6Dfz58AFIpH root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKnwubAS1m5Jz83j4C7xMvsjVIQsxln2BAIqOMqw7zHbp0q83Y/qHeNMyr+S40/hjgf2tYvsEQWHyTviy2Gh56wAS5h9j3tvXaPvbOGoNaQwka+DfngNxcNe8V/5gcqw1wwn5GvvTbvpn2QNDjC5D7Zj5ajwKI20BXrAlCDr5SihAAAAFQDzm26m7x1dAnw0TQUo6c66Ysm2pwAAAIA3K5UNAXI6o+1t1lXUIvoNc9ye/O5SZPCxqKyBj6Kw53cy/ft1lkGq5Rbj3ITrtn7dWVPmELlxh1IZq3z989zXcxI7By6VGnddUagR60ZPm9tyJq2/iVNHjCFmkXSj9s00of6RNMg2R6U0NVDbxC3gIeUvZYW4HrgDyTE37mJNGwAAAIBxasOR66Rhxz+ymavc937r/emBdI3vDol5wT6F+4TU7NSqS+s5wZsBLOiUHQ0bCG4oPs2CnOR8HMjRBI0K00sjRRBetTCRmwbaWTxZJPEYQRBvgESMZA6rKGtG9E2UvDyeg79oyFmoTpj29jak2zC9yT1R44HGLCHd7ZUFBkCV/Q== 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.12,24,fe80::f816:3eff:fea0:ea5e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.71 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A0:EA:5E \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea0:ea5e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7895 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-10-12 12:38:24,006 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action used request id req-483402c1-80fb-464a-baad-dd6d250c82ec 2018-10-12 12:38:26,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dea4454cdef9a1f0f1eed97bf9ad9c1d9cf77f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:38:27,096 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:38:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed0efce3-ee18-47e2-90f2-106a97c05409 x-compute-request-id: req-ed0efce3-ee18-47e2-90f2-106a97c05409 Content-Encoding: gzip Content-Length: 9986 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 751217785 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.139408] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.141145] pid_max: default: 32768 minimum: 301\n[ 0.142077] ACPI: Core revision 20150930\n[ 0.143513] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144886] Security Framework initialized\n[ 0.145722] Yama: becoming mindful.\n[ 0.146483] AppArmor: AppArmor initialized\n[ 0.147363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150058] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151320] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152751] Initializing cgroup subsys io\n[ 0.153592] Initializing cgroup subsys memory\n[ 0.154509] Initializing cgroup subsys devices\n[ 0.155409] Initializing cgroup subsys freezer\n[ 0.156302] Initializing cgroup subsys net_cls\n[ 0.157209] Initializing cgroup subsys perf_event\n[ 0.158140] Initializing cgroup subsys net_prio\n[ 0.159067] Initializing cgroup subsys hugetlb\n[ 0.159963] Initializing cgroup subsys pids\n[ 0.160856] CPU: Physical Processor ID: 0\n[ 0.162398] mce: CPU supports 10 MCE banks\n[ 0.163302] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164328] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176234] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182698] ftrace: allocating 31920 entries in 125 pages\n[ 0.209107] smpboot: Max logical packages: 1\n[ 0.209991] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211405] x2apic enabled\n[ 0.212230] Switched APIC routing to physical x2apic.\n[ 0.214006] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215182] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217253] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219101] KVM setup paravirtual spinlock\n[ 0.220418] x86: Booted up 1 node, 1 CPUs\n[ 0.221264] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.222719] devtmpfs: initialized\n[ 0.224464] evm: security.selinux\n[ 0.225198] evm: security.SMACK64\n[ 0.225905] evm: security.SMACK64EXEC\n[ 0.226672] evm: security.SMACK64TRANSMUTE\n[ 0.227501] evm: security.SMACK64MMAP\n[ 0.228272] evm: security.ima\n[ 0.228932] evm: security.capability\n[ 0.229761] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231734] pinctrl core: initialized pinctrl subsystem\n[ 0.232941] RTC time: 12:38:14, date: 10/12/18\n[ 0.233962] NET: Registered protocol family 16\n[ 0.234994] cpuidle: using governor ladder\n[ 0.235862] cpuidle: using governor menu\n[ 0.236708] PCCT header not found.\n[ 0.237488] ACPI: bus type PCI registered\n[ 0.238365] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239664] PCI: Using configuration type 1 for base access\n[ 0.241506] ACPI: Added _OSI(Module Device)\n[ 0.242403] ACPI: Added _OSI(Processor Device)\n[ 0.243316] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244265] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246456] ACPI: Interpreter enabled\n[ 0.247273] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249241] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251191] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255148] ACPI: (supports S0 S5)\n[ 0.255884] ACPI: Using IOAPIC for interrupt routing\n[ 0.256998] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260241] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261438] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262716] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263981] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266306] acpiphp: Slot [3] registered\n[ 0.267158] acpiphp: Slot [4] registered\n[ 0.268012] acpiphp: Slot [5] registered\n[ 0.268857] acpiphp: Slot [6] registered\n[ 0.269715] acpiphp: Slot [7] registered\n[ 0.270587] acpiphp: Slot [8] registered\n[ 0.271451] acpiphp: Slot [9] registered\n[ 0.272323] acpiphp: Slot [10] registered\n[ 0.273206] acpiphp: Slot [11] registered\n[ 0.274089] acpiphp: Slot [12] registered\n[ 0.274981] acpiphp: Slot [13] registered\n[ 0.275844] acpiphp: Slot [14] registered\n[ 0.276729] acpiphp: Slot [15] registered\n[ 0.287755] acpiphp: Slot [16] registered\n[ 0.288628] acpiphp: Slot [17] registered\n[ 0.289484] acpiphp: Slot [18] registered\n[ 0.290335] acpiphp: Slot [19] registered\n[ 0.291169] acpiphp: Slot [20] registered\n[ 0.292043] acpiphp: Slot [21] registered\n[ 0.292898] acpiphp: Slot [22] registered\n[ 0.293742] acpiphp: Slot [23] registered\n[ 0.294596] acpiphp: Slot [24] registered\n[ 0.295456] acpiphp: Slot [25] registered\n[ 0.296317] acpiphp: Slot [26] registered\n[ 0.297177] acpiphp: Slot [27] registered\n[ 0.298074] acpiphp: Slot [28] registered\n[ 0.298957] acpiphp: Slot [29] registered\n[ 0.299791] acpiphp: Slot [30] registered\n[ 0.300675] acpiphp: Slot [31] registered\n[ 0.301545] PCI host bridge to bus 0000:00\n[ 0.302437] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305105] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306659] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308245] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314599] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316009] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326783] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371760] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376109] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.377495] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378741] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.380125] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.381179] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.382726] vgaarb: loaded\n[ 0.383328] vgaarb: bridge control possible 0000:00:02.0\n[ 0.384458] SCSI subsystem initialized\n[ 0.385274] ACPI: bus type USB registered\n[ 0.386086] usbcore: registered new interface driver usbfs\n[ 0.387109] usbcore: registered new interface driver hub\n[ 0.388116] usbcore: registered new device driver usb\n[ 0.389161] PCI: Using ACPI for IRQ routing\n[ 0.390174] NetLabel: Initializing\n[ 0.390883] NetLabel: domain hash size = 128\n[ 0.391730] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392675] NetLabel: unlabeled traffic allowed by default\n[ 0.393763] clocksource: Switched to clocksource kvm-clock\n[ 0.399171] AppArmor: AppArmor Filesystem Enabled\n[ 0.400132] pnp: PnP ACPI init\n[ 0.401045] pnp: PnP ACPI: found 5 devices\n[ 0.407401] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409099] NET: Registered protocol family 2\n[ 0.410050] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411312] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412466] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413615] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414681] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415842] NET: Registered protocol family 1\n[ 0.416709] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417806] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418871] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432898] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446931] Trying to unpack rootfs image as initramfs...\n[ 0.496133] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509962] Scanning for low memory corruption every 60 seconds\n[ 0.511648] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513201] audit: initializing netlink subsys (disabled)\n[ 0.514563] audit: type=2000 audit(1539347895.298:1): initialized\n[ 0.516235] Initialise system trusted keyring\n[ 0.517454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519047] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521422] zbud: loaded\n[ 0.522298] VFS: Disk quotas dquot_6.6.0\n[ 0.523371] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.525314] fuse init (API version 7.23)\n[ 0.526486] Key type big_key registered\n[ 0.527564] Allocating IMA MOK and blacklist keyrings.\n[ 0.529013] Key type asymmetric registered\n[ 0.530132] Asymmetric key parser 'x509' registered\n[ 0.531411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533754] io scheduler noop registered\n[ 0.534836] io scheduler deadline registered (default)\n[ 0.536196] io scheduler cfq registered\n[ 0.537295] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540450] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542385] ACPI: Power Button [PWRF]\n[ 0.543455] GHES: HEST is not enabled!\n[ 0.557444] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585514] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588172] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613590] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616290] Linux agpgart interface v0.103\n[ 0.618568] brd: module loaded\n[ 0.619936] loop: module loaded\n[ 0.625040] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626472] GPT:90111 != 2097151\n[ 0.627138] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628191] GPT:90111 != 2097151\n[ 0.628840] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629779] vda: vda1 vda15\n[ 0.631278] scsi host0: ata_piix\n[ 0.631999] scsi host1: ata_piix\n[ 0.632683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633870] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635272] libphy: Fixed MDIO Bus: probed\n[ 0.636070] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636987] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639101] PPP generic driver version 2.4.2\n[ 0.639975] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641236] ehci-pci: EHCI PCI platform driver\n[ 0.642101] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644145] ohci-pci: OHCI PCI platform driver\n[ 0.644983] ohci-platform: OHCI generic platform driver\n[ 0.645943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660929] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666080] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667406] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668975] usb usb1: Product: UHCI Host Controller\n[ 0.670058] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671579] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672916] hub 1-0:1.0: USB hub found\n[ 0.674038] hub 1-0:1.0: 2 ports detected\n[ 0.675190] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678964] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680268] mousedev: PS/2 mouse device common for all mice\n[ 0.681828] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684162] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685491] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687032] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688586] i2c /dev entries driver\n[ 0.689540] device-mapper: uevent: version 1.0.3\n[ 0.690729] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692814] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694434] NET: Registered protocol family 10\n[ 0.695660] NET: Registered protocol family 17\n[ 0.696791] Key type dns_resolver registered\n[ 0.697978] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699399] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701626] registered taskstats version 1\n[ 0.702697] Loading compiled-in X.509 certificates\n[ 0.704414] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706818] zswap: loaded using pool lzo/zbud\n[ 0.708446] Key type trusted registered\n[ 0.710224] Key type encrypted registered\n[ 0.711266] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713970] evm: HMAC attrs: 0x1\n[ 0.715469] Magic number: 6:778:632\n[ 0.716560] rtc_cmos 00:00: setting system clock to 2018-10-12 12:38:15 UTC (1539347895)\n[ 0.718662] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720149] EDD information not available.\n[ 0.794749] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796734] Write protecting the kernel read-only data: 14336k\n[ 0.808759] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811041] 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.382927] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.27. iid=i-000000f6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCTbZKv/WQlCXPBapVDpX28Jy+ZjVYLDyNUxgBJux+NQLRiJC9Dt1DvSxMUmQ/79BApXVoL/tmWDgMXzMZWY5s3CCQKoh0iZ9DjF+PLe5ks3tSjgwA5QqNZMDvpUlRBz06Iny6oNAWpCFoNethGXQzDtW9vSA6TiXWkEYGLoFABIWgJ8jemP1sFWbhQDj6Jiim/BdIVnmKzydot/nGrZYnM1SH1KzJAEl38/HRjRVKnXqVNYDNSEZBnzWmmfBHZJOvVn59yY8SDhHxy2mCeN9TJUNguA37jfByhxwJrpbSf9k3XEtSpfLYtSeBzDRzz3/MUKnx+hpugO6Dfz58AFIpH root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKnwubAS1m5Jz83j4C7xMvsjVIQsxln2BAIqOMqw7zHbp0q83Y/qHeNMyr+S40/hjgf2tYvsEQWHyTviy2Gh56wAS5h9j3tvXaPvbOGoNaQwka+DfngNxcNe8V/5gcqw1wwn5GvvTbvpn2QNDjC5D7Zj5ajwKI20BXrAlCDr5SihAAAAFQDzm26m7x1dAnw0TQUo6c66Ysm2pwAAAIA3K5UNAXI6o+1t1lXUIvoNc9ye/O5SZPCxqKyBj6Kw53cy/ft1lkGq5Rbj3ITrtn7dWVPmELlxh1IZq3z989zXcxI7By6VGnddUagR60ZPm9tyJq2/iVNHjCFmkXSj9s00of6RNMg2R6U0NVDbxC3gIeUvZYW4HrgDyTE37mJNGwAAAIBxasOR66Rhxz+ymavc937r/emBdI3vDol5wT6F+4TU7NSqS+s5wZsBLOiUHQ0bCG4oPs2CnOR8HMjRBI0K00sjRRBetTCRmwbaWTxZJPEYQRBvgESMZA6rKGtG9E2UvDyeg79oyFmoTpj29jak2zC9yT1R44HGLCHd7ZUFBkCV/Q== 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.12,24,fe80::f816:3eff:fea0:ea5e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.71 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A0:EA:5E \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea0:ea5e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7895 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-10-12 12:38:27,096 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action used request id req-ed0efce3-ee18-47e2-90f2-106a97c05409 2018-10-12 12:38:29,118 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dea4454cdef9a1f0f1eed97bf9ad9c1d9cf77f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:38:30,196 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:38:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-02a0abee-8caa-4e8f-8cb4-0a009930f510 x-compute-request-id: req-02a0abee-8caa-4e8f-8cb4-0a009930f510 Content-Encoding: gzip Content-Length: 9986 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 751217785 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.139408] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.141145] pid_max: default: 32768 minimum: 301\n[ 0.142077] ACPI: Core revision 20150930\n[ 0.143513] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144886] Security Framework initialized\n[ 0.145722] Yama: becoming mindful.\n[ 0.146483] AppArmor: AppArmor initialized\n[ 0.147363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150058] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151320] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152751] Initializing cgroup subsys io\n[ 0.153592] Initializing cgroup subsys memory\n[ 0.154509] Initializing cgroup subsys devices\n[ 0.155409] Initializing cgroup subsys freezer\n[ 0.156302] Initializing cgroup subsys net_cls\n[ 0.157209] Initializing cgroup subsys perf_event\n[ 0.158140] Initializing cgroup subsys net_prio\n[ 0.159067] Initializing cgroup subsys hugetlb\n[ 0.159963] Initializing cgroup subsys pids\n[ 0.160856] CPU: Physical Processor ID: 0\n[ 0.162398] mce: CPU supports 10 MCE banks\n[ 0.163302] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164328] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176234] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182698] ftrace: allocating 31920 entries in 125 pages\n[ 0.209107] smpboot: Max logical packages: 1\n[ 0.209991] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211405] x2apic enabled\n[ 0.212230] Switched APIC routing to physical x2apic.\n[ 0.214006] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215182] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217253] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219101] KVM setup paravirtual spinlock\n[ 0.220418] x86: Booted up 1 node, 1 CPUs\n[ 0.221264] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.222719] devtmpfs: initialized\n[ 0.224464] evm: security.selinux\n[ 0.225198] evm: security.SMACK64\n[ 0.225905] evm: security.SMACK64EXEC\n[ 0.226672] evm: security.SMACK64TRANSMUTE\n[ 0.227501] evm: security.SMACK64MMAP\n[ 0.228272] evm: security.ima\n[ 0.228932] evm: security.capability\n[ 0.229761] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231734] pinctrl core: initialized pinctrl subsystem\n[ 0.232941] RTC time: 12:38:14, date: 10/12/18\n[ 0.233962] NET: Registered protocol family 16\n[ 0.234994] cpuidle: using governor ladder\n[ 0.235862] cpuidle: using governor menu\n[ 0.236708] PCCT header not found.\n[ 0.237488] ACPI: bus type PCI registered\n[ 0.238365] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239664] PCI: Using configuration type 1 for base access\n[ 0.241506] ACPI: Added _OSI(Module Device)\n[ 0.242403] ACPI: Added _OSI(Processor Device)\n[ 0.243316] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244265] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246456] ACPI: Interpreter enabled\n[ 0.247273] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249241] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251191] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255148] ACPI: (supports S0 S5)\n[ 0.255884] ACPI: Using IOAPIC for interrupt routing\n[ 0.256998] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260241] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261438] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262716] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263981] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266306] acpiphp: Slot [3] registered\n[ 0.267158] acpiphp: Slot [4] registered\n[ 0.268012] acpiphp: Slot [5] registered\n[ 0.268857] acpiphp: Slot [6] registered\n[ 0.269715] acpiphp: Slot [7] registered\n[ 0.270587] acpiphp: Slot [8] registered\n[ 0.271451] acpiphp: Slot [9] registered\n[ 0.272323] acpiphp: Slot [10] registered\n[ 0.273206] acpiphp: Slot [11] registered\n[ 0.274089] acpiphp: Slot [12] registered\n[ 0.274981] acpiphp: Slot [13] registered\n[ 0.275844] acpiphp: Slot [14] registered\n[ 0.276729] acpiphp: Slot [15] registered\n[ 0.287755] acpiphp: Slot [16] registered\n[ 0.288628] acpiphp: Slot [17] registered\n[ 0.289484] acpiphp: Slot [18] registered\n[ 0.290335] acpiphp: Slot [19] registered\n[ 0.291169] acpiphp: Slot [20] registered\n[ 0.292043] acpiphp: Slot [21] registered\n[ 0.292898] acpiphp: Slot [22] registered\n[ 0.293742] acpiphp: Slot [23] registered\n[ 0.294596] acpiphp: Slot [24] registered\n[ 0.295456] acpiphp: Slot [25] registered\n[ 0.296317] acpiphp: Slot [26] registered\n[ 0.297177] acpiphp: Slot [27] registered\n[ 0.298074] acpiphp: Slot [28] registered\n[ 0.298957] acpiphp: Slot [29] registered\n[ 0.299791] acpiphp: Slot [30] registered\n[ 0.300675] acpiphp: Slot [31] registered\n[ 0.301545] PCI host bridge to bus 0000:00\n[ 0.302437] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305105] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306659] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308245] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314599] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316009] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326783] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371760] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376109] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.377495] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378741] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.380125] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.381179] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.382726] vgaarb: loaded\n[ 0.383328] vgaarb: bridge control possible 0000:00:02.0\n[ 0.384458] SCSI subsystem initialized\n[ 0.385274] ACPI: bus type USB registered\n[ 0.386086] usbcore: registered new interface driver usbfs\n[ 0.387109] usbcore: registered new interface driver hub\n[ 0.388116] usbcore: registered new device driver usb\n[ 0.389161] PCI: Using ACPI for IRQ routing\n[ 0.390174] NetLabel: Initializing\n[ 0.390883] NetLabel: domain hash size = 128\n[ 0.391730] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392675] NetLabel: unlabeled traffic allowed by default\n[ 0.393763] clocksource: Switched to clocksource kvm-clock\n[ 0.399171] AppArmor: AppArmor Filesystem Enabled\n[ 0.400132] pnp: PnP ACPI init\n[ 0.401045] pnp: PnP ACPI: found 5 devices\n[ 0.407401] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409099] NET: Registered protocol family 2\n[ 0.410050] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411312] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412466] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413615] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414681] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415842] NET: Registered protocol family 1\n[ 0.416709] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417806] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418871] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432898] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446931] Trying to unpack rootfs image as initramfs...\n[ 0.496133] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509962] Scanning for low memory corruption every 60 seconds\n[ 0.511648] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513201] audit: initializing netlink subsys (disabled)\n[ 0.514563] audit: type=2000 audit(1539347895.298:1): initialized\n[ 0.516235] Initialise system trusted keyring\n[ 0.517454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519047] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521422] zbud: loaded\n[ 0.522298] VFS: Disk quotas dquot_6.6.0\n[ 0.523371] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.525314] fuse init (API version 7.23)\n[ 0.526486] Key type big_key registered\n[ 0.527564] Allocating IMA MOK and blacklist keyrings.\n[ 0.529013] Key type asymmetric registered\n[ 0.530132] Asymmetric key parser 'x509' registered\n[ 0.531411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533754] io scheduler noop registered\n[ 0.534836] io scheduler deadline registered (default)\n[ 0.536196] io scheduler cfq registered\n[ 0.537295] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540450] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542385] ACPI: Power Button [PWRF]\n[ 0.543455] GHES: HEST is not enabled!\n[ 0.557444] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585514] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588172] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613590] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616290] Linux agpgart interface v0.103\n[ 0.618568] brd: module loaded\n[ 0.619936] loop: module loaded\n[ 0.625040] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626472] GPT:90111 != 2097151\n[ 0.627138] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628191] GPT:90111 != 2097151\n[ 0.628840] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629779] vda: vda1 vda15\n[ 0.631278] scsi host0: ata_piix\n[ 0.631999] scsi host1: ata_piix\n[ 0.632683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633870] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635272] libphy: Fixed MDIO Bus: probed\n[ 0.636070] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636987] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639101] PPP generic driver version 2.4.2\n[ 0.639975] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641236] ehci-pci: EHCI PCI platform driver\n[ 0.642101] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644145] ohci-pci: OHCI PCI platform driver\n[ 0.644983] ohci-platform: OHCI generic platform driver\n[ 0.645943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660929] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666080] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667406] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668975] usb usb1: Product: UHCI Host Controller\n[ 0.670058] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671579] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672916] hub 1-0:1.0: USB hub found\n[ 0.674038] hub 1-0:1.0: 2 ports detected\n[ 0.675190] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678964] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680268] mousedev: PS/2 mouse device common for all mice\n[ 0.681828] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684162] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685491] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687032] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688586] i2c /dev entries driver\n[ 0.689540] device-mapper: uevent: version 1.0.3\n[ 0.690729] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692814] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694434] NET: Registered protocol family 10\n[ 0.695660] NET: Registered protocol family 17\n[ 0.696791] Key type dns_resolver registered\n[ 0.697978] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699399] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701626] registered taskstats version 1\n[ 0.702697] Loading compiled-in X.509 certificates\n[ 0.704414] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706818] zswap: loaded using pool lzo/zbud\n[ 0.708446] Key type trusted registered\n[ 0.710224] Key type encrypted registered\n[ 0.711266] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713970] evm: HMAC attrs: 0x1\n[ 0.715469] Magic number: 6:778:632\n[ 0.716560] rtc_cmos 00:00: setting system clock to 2018-10-12 12:38:15 UTC (1539347895)\n[ 0.718662] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720149] EDD information not available.\n[ 0.794749] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796734] Write protecting the kernel read-only data: 14336k\n[ 0.808759] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811041] 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.382927] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.27. iid=i-000000f6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCTbZKv/WQlCXPBapVDpX28Jy+ZjVYLDyNUxgBJux+NQLRiJC9Dt1DvSxMUmQ/79BApXVoL/tmWDgMXzMZWY5s3CCQKoh0iZ9DjF+PLe5ks3tSjgwA5QqNZMDvpUlRBz06Iny6oNAWpCFoNethGXQzDtW9vSA6TiXWkEYGLoFABIWgJ8jemP1sFWbhQDj6Jiim/BdIVnmKzydot/nGrZYnM1SH1KzJAEl38/HRjRVKnXqVNYDNSEZBnzWmmfBHZJOvVn59yY8SDhHxy2mCeN9TJUNguA37jfByhxwJrpbSf9k3XEtSpfLYtSeBzDRzz3/MUKnx+hpugO6Dfz58AFIpH root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKnwubAS1m5Jz83j4C7xMvsjVIQsxln2BAIqOMqw7zHbp0q83Y/qHeNMyr+S40/hjgf2tYvsEQWHyTviy2Gh56wAS5h9j3tvXaPvbOGoNaQwka+DfngNxcNe8V/5gcqw1wwn5GvvTbvpn2QNDjC5D7Zj5ajwKI20BXrAlCDr5SihAAAAFQDzm26m7x1dAnw0TQUo6c66Ysm2pwAAAIA3K5UNAXI6o+1t1lXUIvoNc9ye/O5SZPCxqKyBj6Kw53cy/ft1lkGq5Rbj3ITrtn7dWVPmELlxh1IZq3z989zXcxI7By6VGnddUagR60ZPm9tyJq2/iVNHjCFmkXSj9s00of6RNMg2R6U0NVDbxC3gIeUvZYW4HrgDyTE37mJNGwAAAIBxasOR66Rhxz+ymavc937r/emBdI3vDol5wT6F+4TU7NSqS+s5wZsBLOiUHQ0bCG4oPs2CnOR8HMjRBI0K00sjRRBetTCRmwbaWTxZJPEYQRBvgESMZA6rKGtG9E2UvDyeg79oyFmoTpj29jak2zC9yT1R44HGLCHd7ZUFBkCV/Q== 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.12,24,fe80::f816:3eff:fea0:ea5e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.71 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A0:EA:5E \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea0:ea5e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7895 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-10-12 12:38:30,197 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action used request id req-02a0abee-8caa-4e8f-8cb4-0a009930f510 2018-10-12 12:38:32,219 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dea4454cdef9a1f0f1eed97bf9ad9c1d9cf77f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:38:33,290 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:38: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-fd442323-79ef-4cca-9c72-5201b860bd21 x-compute-request-id: req-fd442323-79ef-4cca-9c72-5201b860bd21 Content-Encoding: gzip Content-Length: 9986 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 751217785 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.139408] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.141145] pid_max: default: 32768 minimum: 301\n[ 0.142077] ACPI: Core revision 20150930\n[ 0.143513] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144886] Security Framework initialized\n[ 0.145722] Yama: becoming mindful.\n[ 0.146483] AppArmor: AppArmor initialized\n[ 0.147363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150058] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151320] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152751] Initializing cgroup subsys io\n[ 0.153592] Initializing cgroup subsys memory\n[ 0.154509] Initializing cgroup subsys devices\n[ 0.155409] Initializing cgroup subsys freezer\n[ 0.156302] Initializing cgroup subsys net_cls\n[ 0.157209] Initializing cgroup subsys perf_event\n[ 0.158140] Initializing cgroup subsys net_prio\n[ 0.159067] Initializing cgroup subsys hugetlb\n[ 0.159963] Initializing cgroup subsys pids\n[ 0.160856] CPU: Physical Processor ID: 0\n[ 0.162398] mce: CPU supports 10 MCE banks\n[ 0.163302] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164328] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176234] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182698] ftrace: allocating 31920 entries in 125 pages\n[ 0.209107] smpboot: Max logical packages: 1\n[ 0.209991] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211405] x2apic enabled\n[ 0.212230] Switched APIC routing to physical x2apic.\n[ 0.214006] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215182] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217253] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219101] KVM setup paravirtual spinlock\n[ 0.220418] x86: Booted up 1 node, 1 CPUs\n[ 0.221264] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.222719] devtmpfs: initialized\n[ 0.224464] evm: security.selinux\n[ 0.225198] evm: security.SMACK64\n[ 0.225905] evm: security.SMACK64EXEC\n[ 0.226672] evm: security.SMACK64TRANSMUTE\n[ 0.227501] evm: security.SMACK64MMAP\n[ 0.228272] evm: security.ima\n[ 0.228932] evm: security.capability\n[ 0.229761] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231734] pinctrl core: initialized pinctrl subsystem\n[ 0.232941] RTC time: 12:38:14, date: 10/12/18\n[ 0.233962] NET: Registered protocol family 16\n[ 0.234994] cpuidle: using governor ladder\n[ 0.235862] cpuidle: using governor menu\n[ 0.236708] PCCT header not found.\n[ 0.237488] ACPI: bus type PCI registered\n[ 0.238365] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239664] PCI: Using configuration type 1 for base access\n[ 0.241506] ACPI: Added _OSI(Module Device)\n[ 0.242403] ACPI: Added _OSI(Processor Device)\n[ 0.243316] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244265] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246456] ACPI: Interpreter enabled\n[ 0.247273] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249241] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251191] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255148] ACPI: (supports S0 S5)\n[ 0.255884] ACPI: Using IOAPIC for interrupt routing\n[ 0.256998] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260241] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261438] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262716] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263981] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266306] acpiphp: Slot [3] registered\n[ 0.267158] acpiphp: Slot [4] registered\n[ 0.268012] acpiphp: Slot [5] registered\n[ 0.268857] acpiphp: Slot [6] registered\n[ 0.269715] acpiphp: Slot [7] registered\n[ 0.270587] acpiphp: Slot [8] registered\n[ 0.271451] acpiphp: Slot [9] registered\n[ 0.272323] acpiphp: Slot [10] registered\n[ 0.273206] acpiphp: Slot [11] registered\n[ 0.274089] acpiphp: Slot [12] registered\n[ 0.274981] acpiphp: Slot [13] registered\n[ 0.275844] acpiphp: Slot [14] registered\n[ 0.276729] acpiphp: Slot [15] registered\n[ 0.287755] acpiphp: Slot [16] registered\n[ 0.288628] acpiphp: Slot [17] registered\n[ 0.289484] acpiphp: Slot [18] registered\n[ 0.290335] acpiphp: Slot [19] registered\n[ 0.291169] acpiphp: Slot [20] registered\n[ 0.292043] acpiphp: Slot [21] registered\n[ 0.292898] acpiphp: Slot [22] registered\n[ 0.293742] acpiphp: Slot [23] registered\n[ 0.294596] acpiphp: Slot [24] registered\n[ 0.295456] acpiphp: Slot [25] registered\n[ 0.296317] acpiphp: Slot [26] registered\n[ 0.297177] acpiphp: Slot [27] registered\n[ 0.298074] acpiphp: Slot [28] registered\n[ 0.298957] acpiphp: Slot [29] registered\n[ 0.299791] acpiphp: Slot [30] registered\n[ 0.300675] acpiphp: Slot [31] registered\n[ 0.301545] PCI host bridge to bus 0000:00\n[ 0.302437] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305105] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306659] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308245] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314599] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316009] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326783] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371760] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376109] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.377495] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378741] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.380125] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.381179] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.382726] vgaarb: loaded\n[ 0.383328] vgaarb: bridge control possible 0000:00:02.0\n[ 0.384458] SCSI subsystem initialized\n[ 0.385274] ACPI: bus type USB registered\n[ 0.386086] usbcore: registered new interface driver usbfs\n[ 0.387109] usbcore: registered new interface driver hub\n[ 0.388116] usbcore: registered new device driver usb\n[ 0.389161] PCI: Using ACPI for IRQ routing\n[ 0.390174] NetLabel: Initializing\n[ 0.390883] NetLabel: domain hash size = 128\n[ 0.391730] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392675] NetLabel: unlabeled traffic allowed by default\n[ 0.393763] clocksource: Switched to clocksource kvm-clock\n[ 0.399171] AppArmor: AppArmor Filesystem Enabled\n[ 0.400132] pnp: PnP ACPI init\n[ 0.401045] pnp: PnP ACPI: found 5 devices\n[ 0.407401] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409099] NET: Registered protocol family 2\n[ 0.410050] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411312] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412466] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413615] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414681] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415842] NET: Registered protocol family 1\n[ 0.416709] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417806] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418871] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432898] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446931] Trying to unpack rootfs image as initramfs...\n[ 0.496133] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509962] Scanning for low memory corruption every 60 seconds\n[ 0.511648] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513201] audit: initializing netlink subsys (disabled)\n[ 0.514563] audit: type=2000 audit(1539347895.298:1): initialized\n[ 0.516235] Initialise system trusted keyring\n[ 0.517454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519047] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521422] zbud: loaded\n[ 0.522298] VFS: Disk quotas dquot_6.6.0\n[ 0.523371] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.525314] fuse init (API version 7.23)\n[ 0.526486] Key type big_key registered\n[ 0.527564] Allocating IMA MOK and blacklist keyrings.\n[ 0.529013] Key type asymmetric registered\n[ 0.530132] Asymmetric key parser 'x509' registered\n[ 0.531411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533754] io scheduler noop registered\n[ 0.534836] io scheduler deadline registered (default)\n[ 0.536196] io scheduler cfq registered\n[ 0.537295] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540450] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542385] ACPI: Power Button [PWRF]\n[ 0.543455] GHES: HEST is not enabled!\n[ 0.557444] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585514] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588172] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613590] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616290] Linux agpgart interface v0.103\n[ 0.618568] brd: module loaded\n[ 0.619936] loop: module loaded\n[ 0.625040] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626472] GPT:90111 != 2097151\n[ 0.627138] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628191] GPT:90111 != 2097151\n[ 0.628840] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629779] vda: vda1 vda15\n[ 0.631278] scsi host0: ata_piix\n[ 0.631999] scsi host1: ata_piix\n[ 0.632683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633870] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635272] libphy: Fixed MDIO Bus: probed\n[ 0.636070] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636987] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639101] PPP generic driver version 2.4.2\n[ 0.639975] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641236] ehci-pci: EHCI PCI platform driver\n[ 0.642101] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644145] ohci-pci: OHCI PCI platform driver\n[ 0.644983] ohci-platform: OHCI generic platform driver\n[ 0.645943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660929] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666080] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667406] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668975] usb usb1: Product: UHCI Host Controller\n[ 0.670058] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671579] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672916] hub 1-0:1.0: USB hub found\n[ 0.674038] hub 1-0:1.0: 2 ports detected\n[ 0.675190] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678964] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680268] mousedev: PS/2 mouse device common for all mice\n[ 0.681828] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684162] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685491] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687032] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688586] i2c /dev entries driver\n[ 0.689540] device-mapper: uevent: version 1.0.3\n[ 0.690729] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692814] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694434] NET: Registered protocol family 10\n[ 0.695660] NET: Registered protocol family 17\n[ 0.696791] Key type dns_resolver registered\n[ 0.697978] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699399] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701626] registered taskstats version 1\n[ 0.702697] Loading compiled-in X.509 certificates\n[ 0.704414] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706818] zswap: loaded using pool lzo/zbud\n[ 0.708446] Key type trusted registered\n[ 0.710224] Key type encrypted registered\n[ 0.711266] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713970] evm: HMAC attrs: 0x1\n[ 0.715469] Magic number: 6:778:632\n[ 0.716560] rtc_cmos 00:00: setting system clock to 2018-10-12 12:38:15 UTC (1539347895)\n[ 0.718662] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720149] EDD information not available.\n[ 0.794749] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796734] Write protecting the kernel read-only data: 14336k\n[ 0.808759] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811041] 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.382927] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.27. iid=i-000000f6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCTbZKv/WQlCXPBapVDpX28Jy+ZjVYLDyNUxgBJux+NQLRiJC9Dt1DvSxMUmQ/79BApXVoL/tmWDgMXzMZWY5s3CCQKoh0iZ9DjF+PLe5ks3tSjgwA5QqNZMDvpUlRBz06Iny6oNAWpCFoNethGXQzDtW9vSA6TiXWkEYGLoFABIWgJ8jemP1sFWbhQDj6Jiim/BdIVnmKzydot/nGrZYnM1SH1KzJAEl38/HRjRVKnXqVNYDNSEZBnzWmmfBHZJOvVn59yY8SDhHxy2mCeN9TJUNguA37jfByhxwJrpbSf9k3XEtSpfLYtSeBzDRzz3/MUKnx+hpugO6Dfz58AFIpH root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKnwubAS1m5Jz83j4C7xMvsjVIQsxln2BAIqOMqw7zHbp0q83Y/qHeNMyr+S40/hjgf2tYvsEQWHyTviy2Gh56wAS5h9j3tvXaPvbOGoNaQwka+DfngNxcNe8V/5gcqw1wwn5GvvTbvpn2QNDjC5D7Zj5ajwKI20BXrAlCDr5SihAAAAFQDzm26m7x1dAnw0TQUo6c66Ysm2pwAAAIA3K5UNAXI6o+1t1lXUIvoNc9ye/O5SZPCxqKyBj6Kw53cy/ft1lkGq5Rbj3ITrtn7dWVPmELlxh1IZq3z989zXcxI7By6VGnddUagR60ZPm9tyJq2/iVNHjCFmkXSj9s00of6RNMg2R6U0NVDbxC3gIeUvZYW4HrgDyTE37mJNGwAAAIBxasOR66Rhxz+ymavc937r/emBdI3vDol5wT6F+4TU7NSqS+s5wZsBLOiUHQ0bCG4oPs2CnOR8HMjRBI0K00sjRRBetTCRmwbaWTxZJPEYQRBvgESMZA6rKGtG9E2UvDyeg79oyFmoTpj29jak2zC9yT1R44HGLCHd7ZUFBkCV/Q== 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.12,24,fe80::f816:3eff:fea0:ea5e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.71 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A0:EA:5E \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea0:ea5e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7895 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-10-12 12:38:33,291 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action used request id req-fd442323-79ef-4cca-9c72-5201b860bd21 2018-10-12 12:38:35,313 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dea4454cdef9a1f0f1eed97bf9ad9c1d9cf77f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:38:36,389 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:38:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-369741ed-fd9e-45d5-81ec-ff55c2841122 x-compute-request-id: req-369741ed-fd9e-45d5-81ec-ff55c2841122 Content-Encoding: gzip Content-Length: 10061 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 751217785 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.139408] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.141145] pid_max: default: 32768 minimum: 301\n[ 0.142077] ACPI: Core revision 20150930\n[ 0.143513] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144886] Security Framework initialized\n[ 0.145722] Yama: becoming mindful.\n[ 0.146483] AppArmor: AppArmor initialized\n[ 0.147363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150058] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151320] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152751] Initializing cgroup subsys io\n[ 0.153592] Initializing cgroup subsys memory\n[ 0.154509] Initializing cgroup subsys devices\n[ 0.155409] Initializing cgroup subsys freezer\n[ 0.156302] Initializing cgroup subsys net_cls\n[ 0.157209] Initializing cgroup subsys perf_event\n[ 0.158140] Initializing cgroup subsys net_prio\n[ 0.159067] Initializing cgroup subsys hugetlb\n[ 0.159963] Initializing cgroup subsys pids\n[ 0.160856] CPU: Physical Processor ID: 0\n[ 0.162398] mce: CPU supports 10 MCE banks\n[ 0.163302] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164328] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176234] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182698] ftrace: allocating 31920 entries in 125 pages\n[ 0.209107] smpboot: Max logical packages: 1\n[ 0.209991] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211405] x2apic enabled\n[ 0.212230] Switched APIC routing to physical x2apic.\n[ 0.214006] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215182] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217253] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219101] KVM setup paravirtual spinlock\n[ 0.220418] x86: Booted up 1 node, 1 CPUs\n[ 0.221264] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.222719] devtmpfs: initialized\n[ 0.224464] evm: security.selinux\n[ 0.225198] evm: security.SMACK64\n[ 0.225905] evm: security.SMACK64EXEC\n[ 0.226672] evm: security.SMACK64TRANSMUTE\n[ 0.227501] evm: security.SMACK64MMAP\n[ 0.228272] evm: security.ima\n[ 0.228932] evm: security.capability\n[ 0.229761] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231734] pinctrl core: initialized pinctrl subsystem\n[ 0.232941] RTC time: 12:38:14, date: 10/12/18\n[ 0.233962] NET: Registered protocol family 16\n[ 0.234994] cpuidle: using governor ladder\n[ 0.235862] cpuidle: using governor menu\n[ 0.236708] PCCT header not found.\n[ 0.237488] ACPI: bus type PCI registered\n[ 0.238365] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239664] PCI: Using configuration type 1 for base access\n[ 0.241506] ACPI: Added _OSI(Module Device)\n[ 0.242403] ACPI: Added _OSI(Processor Device)\n[ 0.243316] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244265] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246456] ACPI: Interpreter enabled\n[ 0.247273] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249241] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251191] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255148] ACPI: (supports S0 S5)\n[ 0.255884] ACPI: Using IOAPIC for interrupt routing\n[ 0.256998] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260241] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261438] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262716] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263981] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266306] acpiphp: Slot [3] registered\n[ 0.267158] acpiphp: Slot [4] registered\n[ 0.268012] acpiphp: Slot [5] registered\n[ 0.268857] acpiphp: Slot [6] registered\n[ 0.269715] acpiphp: Slot [7] registered\n[ 0.270587] acpiphp: Slot [8] registered\n[ 0.271451] acpiphp: Slot [9] registered\n[ 0.272323] acpiphp: Slot [10] registered\n[ 0.273206] acpiphp: Slot [11] registered\n[ 0.274089] acpiphp: Slot [12] registered\n[ 0.274981] acpiphp: Slot [13] registered\n[ 0.275844] acpiphp: Slot [14] registered\n[ 0.276729] acpiphp: Slot [15] registered\n[ 0.287755] acpiphp: Slot [16] registered\n[ 0.288628] acpiphp: Slot [17] registered\n[ 0.289484] acpiphp: Slot [18] registered\n[ 0.290335] acpiphp: Slot [19] registered\n[ 0.291169] acpiphp: Slot [20] registered\n[ 0.292043] acpiphp: Slot [21] registered\n[ 0.292898] acpiphp: Slot [22] registered\n[ 0.293742] acpiphp: Slot [23] registered\n[ 0.294596] acpiphp: Slot [24] registered\n[ 0.295456] acpiphp: Slot [25] registered\n[ 0.296317] acpiphp: Slot [26] registered\n[ 0.297177] acpiphp: Slot [27] registered\n[ 0.298074] acpiphp: Slot [28] registered\n[ 0.298957] acpiphp: Slot [29] registered\n[ 0.299791] acpiphp: Slot [30] registered\n[ 0.300675] acpiphp: Slot [31] registered\n[ 0.301545] PCI host bridge to bus 0000:00\n[ 0.302437] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305105] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306659] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308245] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314599] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316009] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326783] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371760] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376109] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.377495] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378741] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.380125] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.381179] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.382726] vgaarb: loaded\n[ 0.383328] vgaarb: bridge control possible 0000:00:02.0\n[ 0.384458] SCSI subsystem initialized\n[ 0.385274] ACPI: bus type USB registered\n[ 0.386086] usbcore: registered new interface driver usbfs\n[ 0.387109] usbcore: registered new interface driver hub\n[ 0.388116] usbcore: registered new device driver usb\n[ 0.389161] PCI: Using ACPI for IRQ routing\n[ 0.390174] NetLabel: Initializing\n[ 0.390883] NetLabel: domain hash size = 128\n[ 0.391730] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392675] NetLabel: unlabeled traffic allowed by default\n[ 0.393763] clocksource: Switched to clocksource kvm-clock\n[ 0.399171] AppArmor: AppArmor Filesystem Enabled\n[ 0.400132] pnp: PnP ACPI init\n[ 0.401045] pnp: PnP ACPI: found 5 devices\n[ 0.407401] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409099] NET: Registered protocol family 2\n[ 0.410050] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411312] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412466] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413615] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414681] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415842] NET: Registered protocol family 1\n[ 0.416709] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417806] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418871] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432898] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446931] Trying to unpack rootfs image as initramfs...\n[ 0.496133] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509962] Scanning for low memory corruption every 60 seconds\n[ 0.511648] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513201] audit: initializing netlink subsys (disabled)\n[ 0.514563] audit: type=2000 audit(1539347895.298:1): initialized\n[ 0.516235] Initialise system trusted keyring\n[ 0.517454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519047] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521422] zbud: loaded\n[ 0.522298] VFS: Disk quotas dquot_6.6.0\n[ 0.523371] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.525314] fuse init (API version 7.23)\n[ 0.526486] Key type big_key registered\n[ 0.527564] Allocating IMA MOK and blacklist keyrings.\n[ 0.529013] Key type asymmetric registered\n[ 0.530132] Asymmetric key parser 'x509' registered\n[ 0.531411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533754] io scheduler noop registered\n[ 0.534836] io scheduler deadline registered (default)\n[ 0.536196] io scheduler cfq registered\n[ 0.537295] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540450] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542385] ACPI: Power Button [PWRF]\n[ 0.543455] GHES: HEST is not enabled!\n[ 0.557444] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585514] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588172] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613590] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616290] Linux agpgart interface v0.103\n[ 0.618568] brd: module loaded\n[ 0.619936] loop: module loaded\n[ 0.625040] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626472] GPT:90111 != 2097151\n[ 0.627138] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628191] GPT:90111 != 2097151\n[ 0.628840] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629779] vda: vda1 vda15\n[ 0.631278] scsi host0: ata_piix\n[ 0.631999] scsi host1: ata_piix\n[ 0.632683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633870] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635272] libphy: Fixed MDIO Bus: probed\n[ 0.636070] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636987] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639101] PPP generic driver version 2.4.2\n[ 0.639975] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641236] ehci-pci: EHCI PCI platform driver\n[ 0.642101] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644145] ohci-pci: OHCI PCI platform driver\n[ 0.644983] ohci-platform: OHCI generic platform driver\n[ 0.645943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660929] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666080] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667406] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668975] usb usb1: Product: UHCI Host Controller\n[ 0.670058] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671579] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672916] hub 1-0:1.0: USB hub found\n[ 0.674038] hub 1-0:1.0: 2 ports detected\n[ 0.675190] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678964] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680268] mousedev: PS/2 mouse device common for all mice\n[ 0.681828] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684162] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685491] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687032] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688586] i2c /dev entries driver\n[ 0.689540] device-mapper: uevent: version 1.0.3\n[ 0.690729] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692814] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694434] NET: Registered protocol family 10\n[ 0.695660] NET: Registered protocol family 17\n[ 0.696791] Key type dns_resolver registered\n[ 0.697978] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699399] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701626] registered taskstats version 1\n[ 0.702697] Loading compiled-in X.509 certificates\n[ 0.704414] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706818] zswap: loaded using pool lzo/zbud\n[ 0.708446] Key type trusted registered\n[ 0.710224] Key type encrypted registered\n[ 0.711266] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713970] evm: HMAC attrs: 0x1\n[ 0.715469] Magic number: 6:778:632\n[ 0.716560] rtc_cmos 00:00: setting system clock to 2018-10-12 12:38:15 UTC (1539347895)\n[ 0.718662] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720149] EDD information not available.\n[ 0.794749] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796734] Write protecting the kernel read-only data: 14336k\n[ 0.808759] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811041] 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.382927] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.27. iid=i-000000f6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCTbZKv/WQlCXPBapVDpX28Jy+ZjVYLDyNUxgBJux+NQLRiJC9Dt1DvSxMUmQ/79BApXVoL/tmWDgMXzMZWY5s3CCQKoh0iZ9DjF+PLe5ks3tSjgwA5QqNZMDvpUlRBz06Iny6oNAWpCFoNethGXQzDtW9vSA6TiXWkEYGLoFABIWgJ8jemP1sFWbhQDj6Jiim/BdIVnmKzydot/nGrZYnM1SH1KzJAEl38/HRjRVKnXqVNYDNSEZBnzWmmfBHZJOvVn59yY8SDhHxy2mCeN9TJUNguA37jfByhxwJrpbSf9k3XEtSpfLYtSeBzDRzz3/MUKnx+hpugO6Dfz58AFIpH root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKnwubAS1m5Jz83j4C7xMvsjVIQsxln2BAIqOMqw7zHbp0q83Y/qHeNMyr+S40/hjgf2tYvsEQWHyTviy2Gh56wAS5h9j3tvXaPvbOGoNaQwka+DfngNxcNe8V/5gcqw1wwn5GvvTbvpn2QNDjC5D7Zj5ajwKI20BXrAlCDr5SihAAAAFQDzm26m7x1dAnw0TQUo6c66Ysm2pwAAAIA3K5UNAXI6o+1t1lXUIvoNc9ye/O5SZPCxqKyBj6Kw53cy/ft1lkGq5Rbj3ITrtn7dWVPmELlxh1IZq3z989zXcxI7By6VGnddUagR60ZPm9tyJq2/iVNHjCFmkXSj9s00of6RNMg2R6U0NVDbxC3gIeUvZYW4HrgDyTE37mJNGwAAAIBxasOR66Rhxz+ymavc937r/emBdI3vDol5wT6F+4TU7NSqS+s5wZsBLOiUHQ0bCG4oPs2CnOR8HMjRBI0K00sjRRBetTCRmwbaWTxZJPEYQRBvgESMZA6rKGtG9E2UvDyeg79oyFmoTpj29jak2zC9yT1R44HGLCHd7ZUFBkCV/Q== 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.12,24,fe80::f816:3eff:fea0:ea5e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.71 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A0:EA:5E \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea0:ea5e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7895 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-10-12 12:38:36,390 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action used request id req-369741ed-fd9e-45d5-81ec-ff55c2841122 2018-10-12 12:38:38,401 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dea4454cdef9a1f0f1eed97bf9ad9c1d9cf77f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:38:39,481 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:38:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c33861a-7bbc-4d7d-8b6d-5bc735d83f05 x-compute-request-id: req-7c33861a-7bbc-4d7d-8b6d-5bc735d83f05 Content-Encoding: gzip Content-Length: 10061 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 751217785 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.139408] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.141145] pid_max: default: 32768 minimum: 301\n[ 0.142077] ACPI: Core revision 20150930\n[ 0.143513] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144886] Security Framework initialized\n[ 0.145722] Yama: becoming mindful.\n[ 0.146483] AppArmor: AppArmor initialized\n[ 0.147363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150058] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151320] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152751] Initializing cgroup subsys io\n[ 0.153592] Initializing cgroup subsys memory\n[ 0.154509] Initializing cgroup subsys devices\n[ 0.155409] Initializing cgroup subsys freezer\n[ 0.156302] Initializing cgroup subsys net_cls\n[ 0.157209] Initializing cgroup subsys perf_event\n[ 0.158140] Initializing cgroup subsys net_prio\n[ 0.159067] Initializing cgroup subsys hugetlb\n[ 0.159963] Initializing cgroup subsys pids\n[ 0.160856] CPU: Physical Processor ID: 0\n[ 0.162398] mce: CPU supports 10 MCE banks\n[ 0.163302] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164328] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176234] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182698] ftrace: allocating 31920 entries in 125 pages\n[ 0.209107] smpboot: Max logical packages: 1\n[ 0.209991] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211405] x2apic enabled\n[ 0.212230] Switched APIC routing to physical x2apic.\n[ 0.214006] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215182] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217253] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219101] KVM setup paravirtual spinlock\n[ 0.220418] x86: Booted up 1 node, 1 CPUs\n[ 0.221264] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.222719] devtmpfs: initialized\n[ 0.224464] evm: security.selinux\n[ 0.225198] evm: security.SMACK64\n[ 0.225905] evm: security.SMACK64EXEC\n[ 0.226672] evm: security.SMACK64TRANSMUTE\n[ 0.227501] evm: security.SMACK64MMAP\n[ 0.228272] evm: security.ima\n[ 0.228932] evm: security.capability\n[ 0.229761] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231734] pinctrl core: initialized pinctrl subsystem\n[ 0.232941] RTC time: 12:38:14, date: 10/12/18\n[ 0.233962] NET: Registered protocol family 16\n[ 0.234994] cpuidle: using governor ladder\n[ 0.235862] cpuidle: using governor menu\n[ 0.236708] PCCT header not found.\n[ 0.237488] ACPI: bus type PCI registered\n[ 0.238365] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239664] PCI: Using configuration type 1 for base access\n[ 0.241506] ACPI: Added _OSI(Module Device)\n[ 0.242403] ACPI: Added _OSI(Processor Device)\n[ 0.243316] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244265] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246456] ACPI: Interpreter enabled\n[ 0.247273] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249241] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251191] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255148] ACPI: (supports S0 S5)\n[ 0.255884] ACPI: Using IOAPIC for interrupt routing\n[ 0.256998] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260241] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261438] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262716] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263981] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266306] acpiphp: Slot [3] registered\n[ 0.267158] acpiphp: Slot [4] registered\n[ 0.268012] acpiphp: Slot [5] registered\n[ 0.268857] acpiphp: Slot [6] registered\n[ 0.269715] acpiphp: Slot [7] registered\n[ 0.270587] acpiphp: Slot [8] registered\n[ 0.271451] acpiphp: Slot [9] registered\n[ 0.272323] acpiphp: Slot [10] registered\n[ 0.273206] acpiphp: Slot [11] registered\n[ 0.274089] acpiphp: Slot [12] registered\n[ 0.274981] acpiphp: Slot [13] registered\n[ 0.275844] acpiphp: Slot [14] registered\n[ 0.276729] acpiphp: Slot [15] registered\n[ 0.287755] acpiphp: Slot [16] registered\n[ 0.288628] acpiphp: Slot [17] registered\n[ 0.289484] acpiphp: Slot [18] registered\n[ 0.290335] acpiphp: Slot [19] registered\n[ 0.291169] acpiphp: Slot [20] registered\n[ 0.292043] acpiphp: Slot [21] registered\n[ 0.292898] acpiphp: Slot [22] registered\n[ 0.293742] acpiphp: Slot [23] registered\n[ 0.294596] acpiphp: Slot [24] registered\n[ 0.295456] acpiphp: Slot [25] registered\n[ 0.296317] acpiphp: Slot [26] registered\n[ 0.297177] acpiphp: Slot [27] registered\n[ 0.298074] acpiphp: Slot [28] registered\n[ 0.298957] acpiphp: Slot [29] registered\n[ 0.299791] acpiphp: Slot [30] registered\n[ 0.300675] acpiphp: Slot [31] registered\n[ 0.301545] PCI host bridge to bus 0000:00\n[ 0.302437] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305105] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306659] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308245] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314599] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316009] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326783] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371760] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376109] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.377495] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378741] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.380125] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.381179] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.382726] vgaarb: loaded\n[ 0.383328] vgaarb: bridge control possible 0000:00:02.0\n[ 0.384458] SCSI subsystem initialized\n[ 0.385274] ACPI: bus type USB registered\n[ 0.386086] usbcore: registered new interface driver usbfs\n[ 0.387109] usbcore: registered new interface driver hub\n[ 0.388116] usbcore: registered new device driver usb\n[ 0.389161] PCI: Using ACPI for IRQ routing\n[ 0.390174] NetLabel: Initializing\n[ 0.390883] NetLabel: domain hash size = 128\n[ 0.391730] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392675] NetLabel: unlabeled traffic allowed by default\n[ 0.393763] clocksource: Switched to clocksource kvm-clock\n[ 0.399171] AppArmor: AppArmor Filesystem Enabled\n[ 0.400132] pnp: PnP ACPI init\n[ 0.401045] pnp: PnP ACPI: found 5 devices\n[ 0.407401] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409099] NET: Registered protocol family 2\n[ 0.410050] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411312] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412466] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413615] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414681] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415842] NET: Registered protocol family 1\n[ 0.416709] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417806] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418871] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432898] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446931] Trying to unpack rootfs image as initramfs...\n[ 0.496133] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509962] Scanning for low memory corruption every 60 seconds\n[ 0.511648] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513201] audit: initializing netlink subsys (disabled)\n[ 0.514563] audit: type=2000 audit(1539347895.298:1): initialized\n[ 0.516235] Initialise system trusted keyring\n[ 0.517454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519047] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521422] zbud: loaded\n[ 0.522298] VFS: Disk quotas dquot_6.6.0\n[ 0.523371] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.525314] fuse init (API version 7.23)\n[ 0.526486] Key type big_key registered\n[ 0.527564] Allocating IMA MOK and blacklist keyrings.\n[ 0.529013] Key type asymmetric registered\n[ 0.530132] Asymmetric key parser 'x509' registered\n[ 0.531411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533754] io scheduler noop registered\n[ 0.534836] io scheduler deadline registered (default)\n[ 0.536196] io scheduler cfq registered\n[ 0.537295] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540450] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542385] ACPI: Power Button [PWRF]\n[ 0.543455] GHES: HEST is not enabled!\n[ 0.557444] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585514] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588172] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613590] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616290] Linux agpgart interface v0.103\n[ 0.618568] brd: module loaded\n[ 0.619936] loop: module loaded\n[ 0.625040] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626472] GPT:90111 != 2097151\n[ 0.627138] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628191] GPT:90111 != 2097151\n[ 0.628840] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629779] vda: vda1 vda15\n[ 0.631278] scsi host0: ata_piix\n[ 0.631999] scsi host1: ata_piix\n[ 0.632683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633870] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635272] libphy: Fixed MDIO Bus: probed\n[ 0.636070] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636987] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639101] PPP generic driver version 2.4.2\n[ 0.639975] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641236] ehci-pci: EHCI PCI platform driver\n[ 0.642101] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644145] ohci-pci: OHCI PCI platform driver\n[ 0.644983] ohci-platform: OHCI generic platform driver\n[ 0.645943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660929] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666080] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667406] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668975] usb usb1: Product: UHCI Host Controller\n[ 0.670058] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671579] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672916] hub 1-0:1.0: USB hub found\n[ 0.674038] hub 1-0:1.0: 2 ports detected\n[ 0.675190] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678964] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680268] mousedev: PS/2 mouse device common for all mice\n[ 0.681828] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684162] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685491] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687032] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688586] i2c /dev entries driver\n[ 0.689540] device-mapper: uevent: version 1.0.3\n[ 0.690729] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692814] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694434] NET: Registered protocol family 10\n[ 0.695660] NET: Registered protocol family 17\n[ 0.696791] Key type dns_resolver registered\n[ 0.697978] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699399] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701626] registered taskstats version 1\n[ 0.702697] Loading compiled-in X.509 certificates\n[ 0.704414] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706818] zswap: loaded using pool lzo/zbud\n[ 0.708446] Key type trusted registered\n[ 0.710224] Key type encrypted registered\n[ 0.711266] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713970] evm: HMAC attrs: 0x1\n[ 0.715469] Magic number: 6:778:632\n[ 0.716560] rtc_cmos 00:00: setting system clock to 2018-10-12 12:38:15 UTC (1539347895)\n[ 0.718662] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720149] EDD information not available.\n[ 0.794749] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796734] Write protecting the kernel read-only data: 14336k\n[ 0.808759] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811041] 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.382927] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.27. iid=i-000000f6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCTbZKv/WQlCXPBapVDpX28Jy+ZjVYLDyNUxgBJux+NQLRiJC9Dt1DvSxMUmQ/79BApXVoL/tmWDgMXzMZWY5s3CCQKoh0iZ9DjF+PLe5ks3tSjgwA5QqNZMDvpUlRBz06Iny6oNAWpCFoNethGXQzDtW9vSA6TiXWkEYGLoFABIWgJ8jemP1sFWbhQDj6Jiim/BdIVnmKzydot/nGrZYnM1SH1KzJAEl38/HRjRVKnXqVNYDNSEZBnzWmmfBHZJOvVn59yY8SDhHxy2mCeN9TJUNguA37jfByhxwJrpbSf9k3XEtSpfLYtSeBzDRzz3/MUKnx+hpugO6Dfz58AFIpH root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKnwubAS1m5Jz83j4C7xMvsjVIQsxln2BAIqOMqw7zHbp0q83Y/qHeNMyr+S40/hjgf2tYvsEQWHyTviy2Gh56wAS5h9j3tvXaPvbOGoNaQwka+DfngNxcNe8V/5gcqw1wwn5GvvTbvpn2QNDjC5D7Zj5ajwKI20BXrAlCDr5SihAAAAFQDzm26m7x1dAnw0TQUo6c66Ysm2pwAAAIA3K5UNAXI6o+1t1lXUIvoNc9ye/O5SZPCxqKyBj6Kw53cy/ft1lkGq5Rbj3ITrtn7dWVPmELlxh1IZq3z989zXcxI7By6VGnddUagR60ZPm9tyJq2/iVNHjCFmkXSj9s00of6RNMg2R6U0NVDbxC3gIeUvZYW4HrgDyTE37mJNGwAAAIBxasOR66Rhxz+ymavc937r/emBdI3vDol5wT6F+4TU7NSqS+s5wZsBLOiUHQ0bCG4oPs2CnOR8HMjRBI0K00sjRRBetTCRmwbaWTxZJPEYQRBvgESMZA6rKGtG9E2UvDyeg79oyFmoTpj29jak2zC9yT1R44HGLCHd7ZUFBkCV/Q== 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.12,24,fe80::f816:3eff:fea0:ea5e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.71 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A0:EA:5E \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea0:ea5e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7895 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-10-12 12:38:39,482 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action used request id req-7c33861a-7bbc-4d7d-8b6d-5bc735d83f05 2018-10-12 12:38:41,503 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dea4454cdef9a1f0f1eed97bf9ad9c1d9cf77f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:38:42,578 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:38:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d1efbe5f-6ede-4e43-aab6-4086abd20c85 x-compute-request-id: req-d1efbe5f-6ede-4e43-aab6-4086abd20c85 Content-Encoding: gzip Content-Length: 10061 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 751217785 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.139408] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.141145] pid_max: default: 32768 minimum: 301\n[ 0.142077] ACPI: Core revision 20150930\n[ 0.143513] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144886] Security Framework initialized\n[ 0.145722] Yama: becoming mindful.\n[ 0.146483] AppArmor: AppArmor initialized\n[ 0.147363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150058] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151320] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152751] Initializing cgroup subsys io\n[ 0.153592] Initializing cgroup subsys memory\n[ 0.154509] Initializing cgroup subsys devices\n[ 0.155409] Initializing cgroup subsys freezer\n[ 0.156302] Initializing cgroup subsys net_cls\n[ 0.157209] Initializing cgroup subsys perf_event\n[ 0.158140] Initializing cgroup subsys net_prio\n[ 0.159067] Initializing cgroup subsys hugetlb\n[ 0.159963] Initializing cgroup subsys pids\n[ 0.160856] CPU: Physical Processor ID: 0\n[ 0.162398] mce: CPU supports 10 MCE banks\n[ 0.163302] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164328] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176234] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182698] ftrace: allocating 31920 entries in 125 pages\n[ 0.209107] smpboot: Max logical packages: 1\n[ 0.209991] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211405] x2apic enabled\n[ 0.212230] Switched APIC routing to physical x2apic.\n[ 0.214006] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215182] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217253] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219101] KVM setup paravirtual spinlock\n[ 0.220418] x86: Booted up 1 node, 1 CPUs\n[ 0.221264] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.222719] devtmpfs: initialized\n[ 0.224464] evm: security.selinux\n[ 0.225198] evm: security.SMACK64\n[ 0.225905] evm: security.SMACK64EXEC\n[ 0.226672] evm: security.SMACK64TRANSMUTE\n[ 0.227501] evm: security.SMACK64MMAP\n[ 0.228272] evm: security.ima\n[ 0.228932] evm: security.capability\n[ 0.229761] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231734] pinctrl core: initialized pinctrl subsystem\n[ 0.232941] RTC time: 12:38:14, date: 10/12/18\n[ 0.233962] NET: Registered protocol family 16\n[ 0.234994] cpuidle: using governor ladder\n[ 0.235862] cpuidle: using governor menu\n[ 0.236708] PCCT header not found.\n[ 0.237488] ACPI: bus type PCI registered\n[ 0.238365] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239664] PCI: Using configuration type 1 for base access\n[ 0.241506] ACPI: Added _OSI(Module Device)\n[ 0.242403] ACPI: Added _OSI(Processor Device)\n[ 0.243316] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244265] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246456] ACPI: Interpreter enabled\n[ 0.247273] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249241] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251191] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255148] ACPI: (supports S0 S5)\n[ 0.255884] ACPI: Using IOAPIC for interrupt routing\n[ 0.256998] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260241] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261438] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262716] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263981] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266306] acpiphp: Slot [3] registered\n[ 0.267158] acpiphp: Slot [4] registered\n[ 0.268012] acpiphp: Slot [5] registered\n[ 0.268857] acpiphp: Slot [6] registered\n[ 0.269715] acpiphp: Slot [7] registered\n[ 0.270587] acpiphp: Slot [8] registered\n[ 0.271451] acpiphp: Slot [9] registered\n[ 0.272323] acpiphp: Slot [10] registered\n[ 0.273206] acpiphp: Slot [11] registered\n[ 0.274089] acpiphp: Slot [12] registered\n[ 0.274981] acpiphp: Slot [13] registered\n[ 0.275844] acpiphp: Slot [14] registered\n[ 0.276729] acpiphp: Slot [15] registered\n[ 0.287755] acpiphp: Slot [16] registered\n[ 0.288628] acpiphp: Slot [17] registered\n[ 0.289484] acpiphp: Slot [18] registered\n[ 0.290335] acpiphp: Slot [19] registered\n[ 0.291169] acpiphp: Slot [20] registered\n[ 0.292043] acpiphp: Slot [21] registered\n[ 0.292898] acpiphp: Slot [22] registered\n[ 0.293742] acpiphp: Slot [23] registered\n[ 0.294596] acpiphp: Slot [24] registered\n[ 0.295456] acpiphp: Slot [25] registered\n[ 0.296317] acpiphp: Slot [26] registered\n[ 0.297177] acpiphp: Slot [27] registered\n[ 0.298074] acpiphp: Slot [28] registered\n[ 0.298957] acpiphp: Slot [29] registered\n[ 0.299791] acpiphp: Slot [30] registered\n[ 0.300675] acpiphp: Slot [31] registered\n[ 0.301545] PCI host bridge to bus 0000:00\n[ 0.302437] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305105] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306659] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308245] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314599] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316009] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326783] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371760] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376109] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.377495] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378741] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.380125] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.381179] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.382726] vgaarb: loaded\n[ 0.383328] vgaarb: bridge control possible 0000:00:02.0\n[ 0.384458] SCSI subsystem initialized\n[ 0.385274] ACPI: bus type USB registered\n[ 0.386086] usbcore: registered new interface driver usbfs\n[ 0.387109] usbcore: registered new interface driver hub\n[ 0.388116] usbcore: registered new device driver usb\n[ 0.389161] PCI: Using ACPI for IRQ routing\n[ 0.390174] NetLabel: Initializing\n[ 0.390883] NetLabel: domain hash size = 128\n[ 0.391730] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392675] NetLabel: unlabeled traffic allowed by default\n[ 0.393763] clocksource: Switched to clocksource kvm-clock\n[ 0.399171] AppArmor: AppArmor Filesystem Enabled\n[ 0.400132] pnp: PnP ACPI init\n[ 0.401045] pnp: PnP ACPI: found 5 devices\n[ 0.407401] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409099] NET: Registered protocol family 2\n[ 0.410050] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411312] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412466] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413615] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414681] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415842] NET: Registered protocol family 1\n[ 0.416709] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417806] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418871] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432898] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446931] Trying to unpack rootfs image as initramfs...\n[ 0.496133] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509962] Scanning for low memory corruption every 60 seconds\n[ 0.511648] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513201] audit: initializing netlink subsys (disabled)\n[ 0.514563] audit: type=2000 audit(1539347895.298:1): initialized\n[ 0.516235] Initialise system trusted keyring\n[ 0.517454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519047] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521422] zbud: loaded\n[ 0.522298] VFS: Disk quotas dquot_6.6.0\n[ 0.523371] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.525314] fuse init (API version 7.23)\n[ 0.526486] Key type big_key registered\n[ 0.527564] Allocating IMA MOK and blacklist keyrings.\n[ 0.529013] Key type asymmetric registered\n[ 0.530132] Asymmetric key parser 'x509' registered\n[ 0.531411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533754] io scheduler noop registered\n[ 0.534836] io scheduler deadline registered (default)\n[ 0.536196] io scheduler cfq registered\n[ 0.537295] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540450] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542385] ACPI: Power Button [PWRF]\n[ 0.543455] GHES: HEST is not enabled!\n[ 0.557444] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585514] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588172] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613590] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616290] Linux agpgart interface v0.103\n[ 0.618568] brd: module loaded\n[ 0.619936] loop: module loaded\n[ 0.625040] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626472] GPT:90111 != 2097151\n[ 0.627138] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628191] GPT:90111 != 2097151\n[ 0.628840] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629779] vda: vda1 vda15\n[ 0.631278] scsi host0: ata_piix\n[ 0.631999] scsi host1: ata_piix\n[ 0.632683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633870] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635272] libphy: Fixed MDIO Bus: probed\n[ 0.636070] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636987] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639101] PPP generic driver version 2.4.2\n[ 0.639975] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641236] ehci-pci: EHCI PCI platform driver\n[ 0.642101] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644145] ohci-pci: OHCI PCI platform driver\n[ 0.644983] ohci-platform: OHCI generic platform driver\n[ 0.645943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660929] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666080] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667406] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668975] usb usb1: Product: UHCI Host Controller\n[ 0.670058] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671579] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672916] hub 1-0:1.0: USB hub found\n[ 0.674038] hub 1-0:1.0: 2 ports detected\n[ 0.675190] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678964] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680268] mousedev: PS/2 mouse device common for all mice\n[ 0.681828] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684162] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685491] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687032] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688586] i2c /dev entries driver\n[ 0.689540] device-mapper: uevent: version 1.0.3\n[ 0.690729] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692814] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694434] NET: Registered protocol family 10\n[ 0.695660] NET: Registered protocol family 17\n[ 0.696791] Key type dns_resolver registered\n[ 0.697978] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699399] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701626] registered taskstats version 1\n[ 0.702697] Loading compiled-in X.509 certificates\n[ 0.704414] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706818] zswap: loaded using pool lzo/zbud\n[ 0.708446] Key type trusted registered\n[ 0.710224] Key type encrypted registered\n[ 0.711266] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713970] evm: HMAC attrs: 0x1\n[ 0.715469] Magic number: 6:778:632\n[ 0.716560] rtc_cmos 00:00: setting system clock to 2018-10-12 12:38:15 UTC (1539347895)\n[ 0.718662] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720149] EDD information not available.\n[ 0.794749] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796734] Write protecting the kernel read-only data: 14336k\n[ 0.808759] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811041] 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.382927] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.27. iid=i-000000f6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCTbZKv/WQlCXPBapVDpX28Jy+ZjVYLDyNUxgBJux+NQLRiJC9Dt1DvSxMUmQ/79BApXVoL/tmWDgMXzMZWY5s3CCQKoh0iZ9DjF+PLe5ks3tSjgwA5QqNZMDvpUlRBz06Iny6oNAWpCFoNethGXQzDtW9vSA6TiXWkEYGLoFABIWgJ8jemP1sFWbhQDj6Jiim/BdIVnmKzydot/nGrZYnM1SH1KzJAEl38/HRjRVKnXqVNYDNSEZBnzWmmfBHZJOvVn59yY8SDhHxy2mCeN9TJUNguA37jfByhxwJrpbSf9k3XEtSpfLYtSeBzDRzz3/MUKnx+hpugO6Dfz58AFIpH root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKnwubAS1m5Jz83j4C7xMvsjVIQsxln2BAIqOMqw7zHbp0q83Y/qHeNMyr+S40/hjgf2tYvsEQWHyTviy2Gh56wAS5h9j3tvXaPvbOGoNaQwka+DfngNxcNe8V/5gcqw1wwn5GvvTbvpn2QNDjC5D7Zj5ajwKI20BXrAlCDr5SihAAAAFQDzm26m7x1dAnw0TQUo6c66Ysm2pwAAAIA3K5UNAXI6o+1t1lXUIvoNc9ye/O5SZPCxqKyBj6Kw53cy/ft1lkGq5Rbj3ITrtn7dWVPmELlxh1IZq3z989zXcxI7By6VGnddUagR60ZPm9tyJq2/iVNHjCFmkXSj9s00of6RNMg2R6U0NVDbxC3gIeUvZYW4HrgDyTE37mJNGwAAAIBxasOR66Rhxz+ymavc937r/emBdI3vDol5wT6F+4TU7NSqS+s5wZsBLOiUHQ0bCG4oPs2CnOR8HMjRBI0K00sjRRBetTCRmwbaWTxZJPEYQRBvgESMZA6rKGtG9E2UvDyeg79oyFmoTpj29jak2zC9yT1R44HGLCHd7ZUFBkCV/Q== 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.12,24,fe80::f816:3eff:fea0:ea5e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.71 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A0:EA:5E \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea0:ea5e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7895 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-10-12 12:38:42,579 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action used request id req-d1efbe5f-6ede-4e43-aab6-4086abd20c85 2018-10-12 12:38:44,600 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dea4454cdef9a1f0f1eed97bf9ad9c1d9cf77f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:38:45,669 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:38:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac4320f6-911d-44f2-81cc-7133d2b00471 x-compute-request-id: req-ac4320f6-911d-44f2-81cc-7133d2b00471 Content-Encoding: gzip Content-Length: 10061 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 751217785 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.139408] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.141145] pid_max: default: 32768 minimum: 301\n[ 0.142077] ACPI: Core revision 20150930\n[ 0.143513] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144886] Security Framework initialized\n[ 0.145722] Yama: becoming mindful.\n[ 0.146483] AppArmor: AppArmor initialized\n[ 0.147363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150058] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151320] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152751] Initializing cgroup subsys io\n[ 0.153592] Initializing cgroup subsys memory\n[ 0.154509] Initializing cgroup subsys devices\n[ 0.155409] Initializing cgroup subsys freezer\n[ 0.156302] Initializing cgroup subsys net_cls\n[ 0.157209] Initializing cgroup subsys perf_event\n[ 0.158140] Initializing cgroup subsys net_prio\n[ 0.159067] Initializing cgroup subsys hugetlb\n[ 0.159963] Initializing cgroup subsys pids\n[ 0.160856] CPU: Physical Processor ID: 0\n[ 0.162398] mce: CPU supports 10 MCE banks\n[ 0.163302] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164328] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176234] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182698] ftrace: allocating 31920 entries in 125 pages\n[ 0.209107] smpboot: Max logical packages: 1\n[ 0.209991] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211405] x2apic enabled\n[ 0.212230] Switched APIC routing to physical x2apic.\n[ 0.214006] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215182] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217253] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219101] KVM setup paravirtual spinlock\n[ 0.220418] x86: Booted up 1 node, 1 CPUs\n[ 0.221264] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.222719] devtmpfs: initialized\n[ 0.224464] evm: security.selinux\n[ 0.225198] evm: security.SMACK64\n[ 0.225905] evm: security.SMACK64EXEC\n[ 0.226672] evm: security.SMACK64TRANSMUTE\n[ 0.227501] evm: security.SMACK64MMAP\n[ 0.228272] evm: security.ima\n[ 0.228932] evm: security.capability\n[ 0.229761] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231734] pinctrl core: initialized pinctrl subsystem\n[ 0.232941] RTC time: 12:38:14, date: 10/12/18\n[ 0.233962] NET: Registered protocol family 16\n[ 0.234994] cpuidle: using governor ladder\n[ 0.235862] cpuidle: using governor menu\n[ 0.236708] PCCT header not found.\n[ 0.237488] ACPI: bus type PCI registered\n[ 0.238365] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239664] PCI: Using configuration type 1 for base access\n[ 0.241506] ACPI: Added _OSI(Module Device)\n[ 0.242403] ACPI: Added _OSI(Processor Device)\n[ 0.243316] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244265] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246456] ACPI: Interpreter enabled\n[ 0.247273] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249241] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251191] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255148] ACPI: (supports S0 S5)\n[ 0.255884] ACPI: Using IOAPIC for interrupt routing\n[ 0.256998] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260241] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261438] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262716] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263981] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266306] acpiphp: Slot [3] registered\n[ 0.267158] acpiphp: Slot [4] registered\n[ 0.268012] acpiphp: Slot [5] registered\n[ 0.268857] acpiphp: Slot [6] registered\n[ 0.269715] acpiphp: Slot [7] registered\n[ 0.270587] acpiphp: Slot [8] registered\n[ 0.271451] acpiphp: Slot [9] registered\n[ 0.272323] acpiphp: Slot [10] registered\n[ 0.273206] acpiphp: Slot [11] registered\n[ 0.274089] acpiphp: Slot [12] registered\n[ 0.274981] acpiphp: Slot [13] registered\n[ 0.275844] acpiphp: Slot [14] registered\n[ 0.276729] acpiphp: Slot [15] registered\n[ 0.287755] acpiphp: Slot [16] registered\n[ 0.288628] acpiphp: Slot [17] registered\n[ 0.289484] acpiphp: Slot [18] registered\n[ 0.290335] acpiphp: Slot [19] registered\n[ 0.291169] acpiphp: Slot [20] registered\n[ 0.292043] acpiphp: Slot [21] registered\n[ 0.292898] acpiphp: Slot [22] registered\n[ 0.293742] acpiphp: Slot [23] registered\n[ 0.294596] acpiphp: Slot [24] registered\n[ 0.295456] acpiphp: Slot [25] registered\n[ 0.296317] acpiphp: Slot [26] registered\n[ 0.297177] acpiphp: Slot [27] registered\n[ 0.298074] acpiphp: Slot [28] registered\n[ 0.298957] acpiphp: Slot [29] registered\n[ 0.299791] acpiphp: Slot [30] registered\n[ 0.300675] acpiphp: Slot [31] registered\n[ 0.301545] PCI host bridge to bus 0000:00\n[ 0.302437] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305105] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306659] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308245] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314599] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316009] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326783] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371760] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376109] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.377495] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378741] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.380125] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.381179] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.382726] vgaarb: loaded\n[ 0.383328] vgaarb: bridge control possible 0000:00:02.0\n[ 0.384458] SCSI subsystem initialized\n[ 0.385274] ACPI: bus type USB registered\n[ 0.386086] usbcore: registered new interface driver usbfs\n[ 0.387109] usbcore: registered new interface driver hub\n[ 0.388116] usbcore: registered new device driver usb\n[ 0.389161] PCI: Using ACPI for IRQ routing\n[ 0.390174] NetLabel: Initializing\n[ 0.390883] NetLabel: domain hash size = 128\n[ 0.391730] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392675] NetLabel: unlabeled traffic allowed by default\n[ 0.393763] clocksource: Switched to clocksource kvm-clock\n[ 0.399171] AppArmor: AppArmor Filesystem Enabled\n[ 0.400132] pnp: PnP ACPI init\n[ 0.401045] pnp: PnP ACPI: found 5 devices\n[ 0.407401] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409099] NET: Registered protocol family 2\n[ 0.410050] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411312] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412466] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413615] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414681] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415842] NET: Registered protocol family 1\n[ 0.416709] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417806] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418871] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432898] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446931] Trying to unpack rootfs image as initramfs...\n[ 0.496133] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509962] Scanning for low memory corruption every 60 seconds\n[ 0.511648] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513201] audit: initializing netlink subsys (disabled)\n[ 0.514563] audit: type=2000 audit(1539347895.298:1): initialized\n[ 0.516235] Initialise system trusted keyring\n[ 0.517454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519047] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521422] zbud: loaded\n[ 0.522298] VFS: Disk quotas dquot_6.6.0\n[ 0.523371] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.525314] fuse init (API version 7.23)\n[ 0.526486] Key type big_key registered\n[ 0.527564] Allocating IMA MOK and blacklist keyrings.\n[ 0.529013] Key type asymmetric registered\n[ 0.530132] Asymmetric key parser 'x509' registered\n[ 0.531411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533754] io scheduler noop registered\n[ 0.534836] io scheduler deadline registered (default)\n[ 0.536196] io scheduler cfq registered\n[ 0.537295] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540450] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542385] ACPI: Power Button [PWRF]\n[ 0.543455] GHES: HEST is not enabled!\n[ 0.557444] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585514] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588172] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613590] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616290] Linux agpgart interface v0.103\n[ 0.618568] brd: module loaded\n[ 0.619936] loop: module loaded\n[ 0.625040] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626472] GPT:90111 != 2097151\n[ 0.627138] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628191] GPT:90111 != 2097151\n[ 0.628840] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629779] vda: vda1 vda15\n[ 0.631278] scsi host0: ata_piix\n[ 0.631999] scsi host1: ata_piix\n[ 0.632683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633870] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635272] libphy: Fixed MDIO Bus: probed\n[ 0.636070] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636987] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639101] PPP generic driver version 2.4.2\n[ 0.639975] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641236] ehci-pci: EHCI PCI platform driver\n[ 0.642101] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644145] ohci-pci: OHCI PCI platform driver\n[ 0.644983] ohci-platform: OHCI generic platform driver\n[ 0.645943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660929] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666080] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667406] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668975] usb usb1: Product: UHCI Host Controller\n[ 0.670058] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671579] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672916] hub 1-0:1.0: USB hub found\n[ 0.674038] hub 1-0:1.0: 2 ports detected\n[ 0.675190] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678964] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680268] mousedev: PS/2 mouse device common for all mice\n[ 0.681828] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684162] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685491] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687032] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688586] i2c /dev entries driver\n[ 0.689540] device-mapper: uevent: version 1.0.3\n[ 0.690729] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692814] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694434] NET: Registered protocol family 10\n[ 0.695660] NET: Registered protocol family 17\n[ 0.696791] Key type dns_resolver registered\n[ 0.697978] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699399] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701626] registered taskstats version 1\n[ 0.702697] Loading compiled-in X.509 certificates\n[ 0.704414] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706818] zswap: loaded using pool lzo/zbud\n[ 0.708446] Key type trusted registered\n[ 0.710224] Key type encrypted registered\n[ 0.711266] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713970] evm: HMAC attrs: 0x1\n[ 0.715469] Magic number: 6:778:632\n[ 0.716560] rtc_cmos 00:00: setting system clock to 2018-10-12 12:38:15 UTC (1539347895)\n[ 0.718662] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720149] EDD information not available.\n[ 0.794749] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796734] Write protecting the kernel read-only data: 14336k\n[ 0.808759] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811041] 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.382927] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.27. iid=i-000000f6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCTbZKv/WQlCXPBapVDpX28Jy+ZjVYLDyNUxgBJux+NQLRiJC9Dt1DvSxMUmQ/79BApXVoL/tmWDgMXzMZWY5s3CCQKoh0iZ9DjF+PLe5ks3tSjgwA5QqNZMDvpUlRBz06Iny6oNAWpCFoNethGXQzDtW9vSA6TiXWkEYGLoFABIWgJ8jemP1sFWbhQDj6Jiim/BdIVnmKzydot/nGrZYnM1SH1KzJAEl38/HRjRVKnXqVNYDNSEZBnzWmmfBHZJOvVn59yY8SDhHxy2mCeN9TJUNguA37jfByhxwJrpbSf9k3XEtSpfLYtSeBzDRzz3/MUKnx+hpugO6Dfz58AFIpH root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKnwubAS1m5Jz83j4C7xMvsjVIQsxln2BAIqOMqw7zHbp0q83Y/qHeNMyr+S40/hjgf2tYvsEQWHyTviy2Gh56wAS5h9j3tvXaPvbOGoNaQwka+DfngNxcNe8V/5gcqw1wwn5GvvTbvpn2QNDjC5D7Zj5ajwKI20BXrAlCDr5SihAAAAFQDzm26m7x1dAnw0TQUo6c66Ysm2pwAAAIA3K5UNAXI6o+1t1lXUIvoNc9ye/O5SZPCxqKyBj6Kw53cy/ft1lkGq5Rbj3ITrtn7dWVPmELlxh1IZq3z989zXcxI7By6VGnddUagR60ZPm9tyJq2/iVNHjCFmkXSj9s00of6RNMg2R6U0NVDbxC3gIeUvZYW4HrgDyTE37mJNGwAAAIBxasOR66Rhxz+ymavc937r/emBdI3vDol5wT6F+4TU7NSqS+s5wZsBLOiUHQ0bCG4oPs2CnOR8HMjRBI0K00sjRRBetTCRmwbaWTxZJPEYQRBvgESMZA6rKGtG9E2UvDyeg79oyFmoTpj29jak2zC9yT1R44HGLCHd7ZUFBkCV/Q== 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.12,24,fe80::f816:3eff:fea0:ea5e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.71 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A0:EA:5E \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea0:ea5e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7895 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-10-12 12:38:45,670 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action used request id req-ac4320f6-911d-44f2-81cc-7133d2b00471 2018-10-12 12:38:47,691 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dea4454cdef9a1f0f1eed97bf9ad9c1d9cf77f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:38:48,764 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:38:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de0d452e-9588-4fe9-bba0-59c1bebab3cc x-compute-request-id: req-de0d452e-9588-4fe9-bba0-59c1bebab3cc Content-Encoding: gzip Content-Length: 10061 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 751217785 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.139408] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.141145] pid_max: default: 32768 minimum: 301\n[ 0.142077] ACPI: Core revision 20150930\n[ 0.143513] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144886] Security Framework initialized\n[ 0.145722] Yama: becoming mindful.\n[ 0.146483] AppArmor: AppArmor initialized\n[ 0.147363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150058] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151320] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152751] Initializing cgroup subsys io\n[ 0.153592] Initializing cgroup subsys memory\n[ 0.154509] Initializing cgroup subsys devices\n[ 0.155409] Initializing cgroup subsys freezer\n[ 0.156302] Initializing cgroup subsys net_cls\n[ 0.157209] Initializing cgroup subsys perf_event\n[ 0.158140] Initializing cgroup subsys net_prio\n[ 0.159067] Initializing cgroup subsys hugetlb\n[ 0.159963] Initializing cgroup subsys pids\n[ 0.160856] CPU: Physical Processor ID: 0\n[ 0.162398] mce: CPU supports 10 MCE banks\n[ 0.163302] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164328] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176234] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182698] ftrace: allocating 31920 entries in 125 pages\n[ 0.209107] smpboot: Max logical packages: 1\n[ 0.209991] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211405] x2apic enabled\n[ 0.212230] Switched APIC routing to physical x2apic.\n[ 0.214006] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215182] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217253] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219101] KVM setup paravirtual spinlock\n[ 0.220418] x86: Booted up 1 node, 1 CPUs\n[ 0.221264] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.222719] devtmpfs: initialized\n[ 0.224464] evm: security.selinux\n[ 0.225198] evm: security.SMACK64\n[ 0.225905] evm: security.SMACK64EXEC\n[ 0.226672] evm: security.SMACK64TRANSMUTE\n[ 0.227501] evm: security.SMACK64MMAP\n[ 0.228272] evm: security.ima\n[ 0.228932] evm: security.capability\n[ 0.229761] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231734] pinctrl core: initialized pinctrl subsystem\n[ 0.232941] RTC time: 12:38:14, date: 10/12/18\n[ 0.233962] NET: Registered protocol family 16\n[ 0.234994] cpuidle: using governor ladder\n[ 0.235862] cpuidle: using governor menu\n[ 0.236708] PCCT header not found.\n[ 0.237488] ACPI: bus type PCI registered\n[ 0.238365] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239664] PCI: Using configuration type 1 for base access\n[ 0.241506] ACPI: Added _OSI(Module Device)\n[ 0.242403] ACPI: Added _OSI(Processor Device)\n[ 0.243316] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244265] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246456] ACPI: Interpreter enabled\n[ 0.247273] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249241] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251191] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255148] ACPI: (supports S0 S5)\n[ 0.255884] ACPI: Using IOAPIC for interrupt routing\n[ 0.256998] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260241] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261438] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262716] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263981] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266306] acpiphp: Slot [3] registered\n[ 0.267158] acpiphp: Slot [4] registered\n[ 0.268012] acpiphp: Slot [5] registered\n[ 0.268857] acpiphp: Slot [6] registered\n[ 0.269715] acpiphp: Slot [7] registered\n[ 0.270587] acpiphp: Slot [8] registered\n[ 0.271451] acpiphp: Slot [9] registered\n[ 0.272323] acpiphp: Slot [10] registered\n[ 0.273206] acpiphp: Slot [11] registered\n[ 0.274089] acpiphp: Slot [12] registered\n[ 0.274981] acpiphp: Slot [13] registered\n[ 0.275844] acpiphp: Slot [14] registered\n[ 0.276729] acpiphp: Slot [15] registered\n[ 0.287755] acpiphp: Slot [16] registered\n[ 0.288628] acpiphp: Slot [17] registered\n[ 0.289484] acpiphp: Slot [18] registered\n[ 0.290335] acpiphp: Slot [19] registered\n[ 0.291169] acpiphp: Slot [20] registered\n[ 0.292043] acpiphp: Slot [21] registered\n[ 0.292898] acpiphp: Slot [22] registered\n[ 0.293742] acpiphp: Slot [23] registered\n[ 0.294596] acpiphp: Slot [24] registered\n[ 0.295456] acpiphp: Slot [25] registered\n[ 0.296317] acpiphp: Slot [26] registered\n[ 0.297177] acpiphp: Slot [27] registered\n[ 0.298074] acpiphp: Slot [28] registered\n[ 0.298957] acpiphp: Slot [29] registered\n[ 0.299791] acpiphp: Slot [30] registered\n[ 0.300675] acpiphp: Slot [31] registered\n[ 0.301545] PCI host bridge to bus 0000:00\n[ 0.302437] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305105] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306659] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308245] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314599] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316009] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326783] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371760] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376109] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.377495] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378741] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.380125] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.381179] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.382726] vgaarb: loaded\n[ 0.383328] vgaarb: bridge control possible 0000:00:02.0\n[ 0.384458] SCSI subsystem initialized\n[ 0.385274] ACPI: bus type USB registered\n[ 0.386086] usbcore: registered new interface driver usbfs\n[ 0.387109] usbcore: registered new interface driver hub\n[ 0.388116] usbcore: registered new device driver usb\n[ 0.389161] PCI: Using ACPI for IRQ routing\n[ 0.390174] NetLabel: Initializing\n[ 0.390883] NetLabel: domain hash size = 128\n[ 0.391730] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392675] NetLabel: unlabeled traffic allowed by default\n[ 0.393763] clocksource: Switched to clocksource kvm-clock\n[ 0.399171] AppArmor: AppArmor Filesystem Enabled\n[ 0.400132] pnp: PnP ACPI init\n[ 0.401045] pnp: PnP ACPI: found 5 devices\n[ 0.407401] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409099] NET: Registered protocol family 2\n[ 0.410050] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411312] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412466] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413615] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414681] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415842] NET: Registered protocol family 1\n[ 0.416709] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417806] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418871] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432898] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446931] Trying to unpack rootfs image as initramfs...\n[ 0.496133] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509962] Scanning for low memory corruption every 60 seconds\n[ 0.511648] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513201] audit: initializing netlink subsys (disabled)\n[ 0.514563] audit: type=2000 audit(1539347895.298:1): initialized\n[ 0.516235] Initialise system trusted keyring\n[ 0.517454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519047] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521422] zbud: loaded\n[ 0.522298] VFS: Disk quotas dquot_6.6.0\n[ 0.523371] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.525314] fuse init (API version 7.23)\n[ 0.526486] Key type big_key registered\n[ 0.527564] Allocating IMA MOK and blacklist keyrings.\n[ 0.529013] Key type asymmetric registered\n[ 0.530132] Asymmetric key parser 'x509' registered\n[ 0.531411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533754] io scheduler noop registered\n[ 0.534836] io scheduler deadline registered (default)\n[ 0.536196] io scheduler cfq registered\n[ 0.537295] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540450] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542385] ACPI: Power Button [PWRF]\n[ 0.543455] GHES: HEST is not enabled!\n[ 0.557444] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585514] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588172] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613590] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616290] Linux agpgart interface v0.103\n[ 0.618568] brd: module loaded\n[ 0.619936] loop: module loaded\n[ 0.625040] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626472] GPT:90111 != 2097151\n[ 0.627138] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628191] GPT:90111 != 2097151\n[ 0.628840] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629779] vda: vda1 vda15\n[ 0.631278] scsi host0: ata_piix\n[ 0.631999] scsi host1: ata_piix\n[ 0.632683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633870] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635272] libphy: Fixed MDIO Bus: probed\n[ 0.636070] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636987] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639101] PPP generic driver version 2.4.2\n[ 0.639975] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641236] ehci-pci: EHCI PCI platform driver\n[ 0.642101] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644145] ohci-pci: OHCI PCI platform driver\n[ 0.644983] ohci-platform: OHCI generic platform driver\n[ 0.645943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660929] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666080] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667406] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668975] usb usb1: Product: UHCI Host Controller\n[ 0.670058] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671579] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672916] hub 1-0:1.0: USB hub found\n[ 0.674038] hub 1-0:1.0: 2 ports detected\n[ 0.675190] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678964] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680268] mousedev: PS/2 mouse device common for all mice\n[ 0.681828] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684162] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685491] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687032] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688586] i2c /dev entries driver\n[ 0.689540] device-mapper: uevent: version 1.0.3\n[ 0.690729] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692814] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694434] NET: Registered protocol family 10\n[ 0.695660] NET: Registered protocol family 17\n[ 0.696791] Key type dns_resolver registered\n[ 0.697978] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699399] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701626] registered taskstats version 1\n[ 0.702697] Loading compiled-in X.509 certificates\n[ 0.704414] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706818] zswap: loaded using pool lzo/zbud\n[ 0.708446] Key type trusted registered\n[ 0.710224] Key type encrypted registered\n[ 0.711266] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713970] evm: HMAC attrs: 0x1\n[ 0.715469] Magic number: 6:778:632\n[ 0.716560] rtc_cmos 00:00: setting system clock to 2018-10-12 12:38:15 UTC (1539347895)\n[ 0.718662] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720149] EDD information not available.\n[ 0.794749] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796734] Write protecting the kernel read-only data: 14336k\n[ 0.808759] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811041] 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.382927] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.27. iid=i-000000f6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCTbZKv/WQlCXPBapVDpX28Jy+ZjVYLDyNUxgBJux+NQLRiJC9Dt1DvSxMUmQ/79BApXVoL/tmWDgMXzMZWY5s3CCQKoh0iZ9DjF+PLe5ks3tSjgwA5QqNZMDvpUlRBz06Iny6oNAWpCFoNethGXQzDtW9vSA6TiXWkEYGLoFABIWgJ8jemP1sFWbhQDj6Jiim/BdIVnmKzydot/nGrZYnM1SH1KzJAEl38/HRjRVKnXqVNYDNSEZBnzWmmfBHZJOvVn59yY8SDhHxy2mCeN9TJUNguA37jfByhxwJrpbSf9k3XEtSpfLYtSeBzDRzz3/MUKnx+hpugO6Dfz58AFIpH root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKnwubAS1m5Jz83j4C7xMvsjVIQsxln2BAIqOMqw7zHbp0q83Y/qHeNMyr+S40/hjgf2tYvsEQWHyTviy2Gh56wAS5h9j3tvXaPvbOGoNaQwka+DfngNxcNe8V/5gcqw1wwn5GvvTbvpn2QNDjC5D7Zj5ajwKI20BXrAlCDr5SihAAAAFQDzm26m7x1dAnw0TQUo6c66Ysm2pwAAAIA3K5UNAXI6o+1t1lXUIvoNc9ye/O5SZPCxqKyBj6Kw53cy/ft1lkGq5Rbj3ITrtn7dWVPmELlxh1IZq3z989zXcxI7By6VGnddUagR60ZPm9tyJq2/iVNHjCFmkXSj9s00of6RNMg2R6U0NVDbxC3gIeUvZYW4HrgDyTE37mJNGwAAAIBxasOR66Rhxz+ymavc937r/emBdI3vDol5wT6F+4TU7NSqS+s5wZsBLOiUHQ0bCG4oPs2CnOR8HMjRBI0K00sjRRBetTCRmwbaWTxZJPEYQRBvgESMZA6rKGtG9E2UvDyeg79oyFmoTpj29jak2zC9yT1R44HGLCHd7ZUFBkCV/Q== 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.12,24,fe80::f816:3eff:fea0:ea5e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.71 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A0:EA:5E \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea0:ea5e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7895 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-10-12 12:38:48,765 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action used request id req-de0d452e-9588-4fe9-bba0-59c1bebab3cc 2018-10-12 12:38:50,786 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dea4454cdef9a1f0f1eed97bf9ad9c1d9cf77f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:38:51,862 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:38:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89f70e84-91a6-47ea-b2d3-abef8425292f x-compute-request-id: req-89f70e84-91a6-47ea-b2d3-abef8425292f Content-Encoding: gzip Content-Length: 10078 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 751217785 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.139408] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.141145] pid_max: default: 32768 minimum: 301\n[ 0.142077] ACPI: Core revision 20150930\n[ 0.143513] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144886] Security Framework initialized\n[ 0.145722] Yama: becoming mindful.\n[ 0.146483] AppArmor: AppArmor initialized\n[ 0.147363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150058] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151320] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152751] Initializing cgroup subsys io\n[ 0.153592] Initializing cgroup subsys memory\n[ 0.154509] Initializing cgroup subsys devices\n[ 0.155409] Initializing cgroup subsys freezer\n[ 0.156302] Initializing cgroup subsys net_cls\n[ 0.157209] Initializing cgroup subsys perf_event\n[ 0.158140] Initializing cgroup subsys net_prio\n[ 0.159067] Initializing cgroup subsys hugetlb\n[ 0.159963] Initializing cgroup subsys pids\n[ 0.160856] CPU: Physical Processor ID: 0\n[ 0.162398] mce: CPU supports 10 MCE banks\n[ 0.163302] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164328] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176234] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182698] ftrace: allocating 31920 entries in 125 pages\n[ 0.209107] smpboot: Max logical packages: 1\n[ 0.209991] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211405] x2apic enabled\n[ 0.212230] Switched APIC routing to physical x2apic.\n[ 0.214006] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215182] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217253] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219101] KVM setup paravirtual spinlock\n[ 0.220418] x86: Booted up 1 node, 1 CPUs\n[ 0.221264] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.222719] devtmpfs: initialized\n[ 0.224464] evm: security.selinux\n[ 0.225198] evm: security.SMACK64\n[ 0.225905] evm: security.SMACK64EXEC\n[ 0.226672] evm: security.SMACK64TRANSMUTE\n[ 0.227501] evm: security.SMACK64MMAP\n[ 0.228272] evm: security.ima\n[ 0.228932] evm: security.capability\n[ 0.229761] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231734] pinctrl core: initialized pinctrl subsystem\n[ 0.232941] RTC time: 12:38:14, date: 10/12/18\n[ 0.233962] NET: Registered protocol family 16\n[ 0.234994] cpuidle: using governor ladder\n[ 0.235862] cpuidle: using governor menu\n[ 0.236708] PCCT header not found.\n[ 0.237488] ACPI: bus type PCI registered\n[ 0.238365] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239664] PCI: Using configuration type 1 for base access\n[ 0.241506] ACPI: Added _OSI(Module Device)\n[ 0.242403] ACPI: Added _OSI(Processor Device)\n[ 0.243316] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244265] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246456] ACPI: Interpreter enabled\n[ 0.247273] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249241] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251191] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255148] ACPI: (supports S0 S5)\n[ 0.255884] ACPI: Using IOAPIC for interrupt routing\n[ 0.256998] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260241] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261438] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262716] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263981] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266306] acpiphp: Slot [3] registered\n[ 0.267158] acpiphp: Slot [4] registered\n[ 0.268012] acpiphp: Slot [5] registered\n[ 0.268857] acpiphp: Slot [6] registered\n[ 0.269715] acpiphp: Slot [7] registered\n[ 0.270587] acpiphp: Slot [8] registered\n[ 0.271451] acpiphp: Slot [9] registered\n[ 0.272323] acpiphp: Slot [10] registered\n[ 0.273206] acpiphp: Slot [11] registered\n[ 0.274089] acpiphp: Slot [12] registered\n[ 0.274981] acpiphp: Slot [13] registered\n[ 0.275844] acpiphp: Slot [14] registered\n[ 0.276729] acpiphp: Slot [15] registered\n[ 0.287755] acpiphp: Slot [16] registered\n[ 0.288628] acpiphp: Slot [17] registered\n[ 0.289484] acpiphp: Slot [18] registered\n[ 0.290335] acpiphp: Slot [19] registered\n[ 0.291169] acpiphp: Slot [20] registered\n[ 0.292043] acpiphp: Slot [21] registered\n[ 0.292898] acpiphp: Slot [22] registered\n[ 0.293742] acpiphp: Slot [23] registered\n[ 0.294596] acpiphp: Slot [24] registered\n[ 0.295456] acpiphp: Slot [25] registered\n[ 0.296317] acpiphp: Slot [26] registered\n[ 0.297177] acpiphp: Slot [27] registered\n[ 0.298074] acpiphp: Slot [28] registered\n[ 0.298957] acpiphp: Slot [29] registered\n[ 0.299791] acpiphp: Slot [30] registered\n[ 0.300675] acpiphp: Slot [31] registered\n[ 0.301545] PCI host bridge to bus 0000:00\n[ 0.302437] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305105] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306659] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308245] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314599] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316009] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326783] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371760] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376109] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.377495] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378741] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.380125] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.381179] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.382726] vgaarb: loaded\n[ 0.383328] vgaarb: bridge control possible 0000:00:02.0\n[ 0.384458] SCSI subsystem initialized\n[ 0.385274] ACPI: bus type USB registered\n[ 0.386086] usbcore: registered new interface driver usbfs\n[ 0.387109] usbcore: registered new interface driver hub\n[ 0.388116] usbcore: registered new device driver usb\n[ 0.389161] PCI: Using ACPI for IRQ routing\n[ 0.390174] NetLabel: Initializing\n[ 0.390883] NetLabel: domain hash size = 128\n[ 0.391730] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392675] NetLabel: unlabeled traffic allowed by default\n[ 0.393763] clocksource: Switched to clocksource kvm-clock\n[ 0.399171] AppArmor: AppArmor Filesystem Enabled\n[ 0.400132] pnp: PnP ACPI init\n[ 0.401045] pnp: PnP ACPI: found 5 devices\n[ 0.407401] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409099] NET: Registered protocol family 2\n[ 0.410050] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411312] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412466] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413615] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414681] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415842] NET: Registered protocol family 1\n[ 0.416709] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417806] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418871] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432898] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446931] Trying to unpack rootfs image as initramfs...\n[ 0.496133] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509962] Scanning for low memory corruption every 60 seconds\n[ 0.511648] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513201] audit: initializing netlink subsys (disabled)\n[ 0.514563] audit: type=2000 audit(1539347895.298:1): initialized\n[ 0.516235] Initialise system trusted keyring\n[ 0.517454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519047] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521422] zbud: loaded\n[ 0.522298] VFS: Disk quotas dquot_6.6.0\n[ 0.523371] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.525314] fuse init (API version 7.23)\n[ 0.526486] Key type big_key registered\n[ 0.527564] Allocating IMA MOK and blacklist keyrings.\n[ 0.529013] Key type asymmetric registered\n[ 0.530132] Asymmetric key parser 'x509' registered\n[ 0.531411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533754] io scheduler noop registered\n[ 0.534836] io scheduler deadline registered (default)\n[ 0.536196] io scheduler cfq registered\n[ 0.537295] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540450] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542385] ACPI: Power Button [PWRF]\n[ 0.543455] GHES: HEST is not enabled!\n[ 0.557444] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585514] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588172] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613590] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616290] Linux agpgart interface v0.103\n[ 0.618568] brd: module loaded\n[ 0.619936] loop: module loaded\n[ 0.625040] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626472] GPT:90111 != 2097151\n[ 0.627138] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628191] GPT:90111 != 2097151\n[ 0.628840] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629779] vda: vda1 vda15\n[ 0.631278] scsi host0: ata_piix\n[ 0.631999] scsi host1: ata_piix\n[ 0.632683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633870] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635272] libphy: Fixed MDIO Bus: probed\n[ 0.636070] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636987] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639101] PPP generic driver version 2.4.2\n[ 0.639975] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641236] ehci-pci: EHCI PCI platform driver\n[ 0.642101] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644145] ohci-pci: OHCI PCI platform driver\n[ 0.644983] ohci-platform: OHCI generic platform driver\n[ 0.645943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660929] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666080] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667406] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668975] usb usb1: Product: UHCI Host Controller\n[ 0.670058] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671579] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672916] hub 1-0:1.0: USB hub found\n[ 0.674038] hub 1-0:1.0: 2 ports detected\n[ 0.675190] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678964] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680268] mousedev: PS/2 mouse device common for all mice\n[ 0.681828] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684162] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685491] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687032] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688586] i2c /dev entries driver\n[ 0.689540] device-mapper: uevent: version 1.0.3\n[ 0.690729] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692814] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694434] NET: Registered protocol family 10\n[ 0.695660] NET: Registered protocol family 17\n[ 0.696791] Key type dns_resolver registered\n[ 0.697978] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699399] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701626] registered taskstats version 1\n[ 0.702697] Loading compiled-in X.509 certificates\n[ 0.704414] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706818] zswap: loaded using pool lzo/zbud\n[ 0.708446] Key type trusted registered\n[ 0.710224] Key type encrypted registered\n[ 0.711266] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713970] evm: HMAC attrs: 0x1\n[ 0.715469] Magic number: 6:778:632\n[ 0.716560] rtc_cmos 00:00: setting system clock to 2018-10-12 12:38:15 UTC (1539347895)\n[ 0.718662] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720149] EDD information not available.\n[ 0.794749] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796734] Write protecting the kernel read-only data: 14336k\n[ 0.808759] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811041] 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.382927] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.27. iid=i-000000f6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCTbZKv/WQlCXPBapVDpX28Jy+ZjVYLDyNUxgBJux+NQLRiJC9Dt1DvSxMUmQ/79BApXVoL/tmWDgMXzMZWY5s3CCQKoh0iZ9DjF+PLe5ks3tSjgwA5QqNZMDvpUlRBz06Iny6oNAWpCFoNethGXQzDtW9vSA6TiXWkEYGLoFABIWgJ8jemP1sFWbhQDj6Jiim/BdIVnmKzydot/nGrZYnM1SH1KzJAEl38/HRjRVKnXqVNYDNSEZBnzWmmfBHZJOvVn59yY8SDhHxy2mCeN9TJUNguA37jfByhxwJrpbSf9k3XEtSpfLYtSeBzDRzz3/MUKnx+hpugO6Dfz58AFIpH root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKnwubAS1m5Jz83j4C7xMvsjVIQsxln2BAIqOMqw7zHbp0q83Y/qHeNMyr+S40/hjgf2tYvsEQWHyTviy2Gh56wAS5h9j3tvXaPvbOGoNaQwka+DfngNxcNe8V/5gcqw1wwn5GvvTbvpn2QNDjC5D7Zj5ajwKI20BXrAlCDr5SihAAAAFQDzm26m7x1dAnw0TQUo6c66Ysm2pwAAAIA3K5UNAXI6o+1t1lXUIvoNc9ye/O5SZPCxqKyBj6Kw53cy/ft1lkGq5Rbj3ITrtn7dWVPmELlxh1IZq3z989zXcxI7By6VGnddUagR60ZPm9tyJq2/iVNHjCFmkXSj9s00of6RNMg2R6U0NVDbxC3gIeUvZYW4HrgDyTE37mJNGwAAAIBxasOR66Rhxz+ymavc937r/emBdI3vDol5wT6F+4TU7NSqS+s5wZsBLOiUHQ0bCG4oPs2CnOR8HMjRBI0K00sjRRBetTCRmwbaWTxZJPEYQRBvgESMZA6rKGtG9E2UvDyeg79oyFmoTpj29jak2zC9yT1R44HGLCHd7ZUFBkCV/Q== 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.12,24,fe80::f816:3eff:fea0:ea5e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.71 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A0:EA:5E \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea0:ea5e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7895 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-10-12 12:38:51,863 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action used request id req-89f70e84-91a6-47ea-b2d3-abef8425292f 2018-10-12 12:38:53,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dea4454cdef9a1f0f1eed97bf9ad9c1d9cf77f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:38:54,955 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:38:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8666d628-7bc3-43a3-bb14-17fd5b07630e x-compute-request-id: req-8666d628-7bc3-43a3-bb14-17fd5b07630e Content-Encoding: gzip Content-Length: 10078 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 751217785 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.139408] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.141145] pid_max: default: 32768 minimum: 301\n[ 0.142077] ACPI: Core revision 20150930\n[ 0.143513] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144886] Security Framework initialized\n[ 0.145722] Yama: becoming mindful.\n[ 0.146483] AppArmor: AppArmor initialized\n[ 0.147363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150058] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151320] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152751] Initializing cgroup subsys io\n[ 0.153592] Initializing cgroup subsys memory\n[ 0.154509] Initializing cgroup subsys devices\n[ 0.155409] Initializing cgroup subsys freezer\n[ 0.156302] Initializing cgroup subsys net_cls\n[ 0.157209] Initializing cgroup subsys perf_event\n[ 0.158140] Initializing cgroup subsys net_prio\n[ 0.159067] Initializing cgroup subsys hugetlb\n[ 0.159963] Initializing cgroup subsys pids\n[ 0.160856] CPU: Physical Processor ID: 0\n[ 0.162398] mce: CPU supports 10 MCE banks\n[ 0.163302] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164328] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176234] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182698] ftrace: allocating 31920 entries in 125 pages\n[ 0.209107] smpboot: Max logical packages: 1\n[ 0.209991] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211405] x2apic enabled\n[ 0.212230] Switched APIC routing to physical x2apic.\n[ 0.214006] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215182] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217253] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219101] KVM setup paravirtual spinlock\n[ 0.220418] x86: Booted up 1 node, 1 CPUs\n[ 0.221264] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.222719] devtmpfs: initialized\n[ 0.224464] evm: security.selinux\n[ 0.225198] evm: security.SMACK64\n[ 0.225905] evm: security.SMACK64EXEC\n[ 0.226672] evm: security.SMACK64TRANSMUTE\n[ 0.227501] evm: security.SMACK64MMAP\n[ 0.228272] evm: security.ima\n[ 0.228932] evm: security.capability\n[ 0.229761] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231734] pinctrl core: initialized pinctrl subsystem\n[ 0.232941] RTC time: 12:38:14, date: 10/12/18\n[ 0.233962] NET: Registered protocol family 16\n[ 0.234994] cpuidle: using governor ladder\n[ 0.235862] cpuidle: using governor menu\n[ 0.236708] PCCT header not found.\n[ 0.237488] ACPI: bus type PCI registered\n[ 0.238365] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239664] PCI: Using configuration type 1 for base access\n[ 0.241506] ACPI: Added _OSI(Module Device)\n[ 0.242403] ACPI: Added _OSI(Processor Device)\n[ 0.243316] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244265] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246456] ACPI: Interpreter enabled\n[ 0.247273] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249241] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251191] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255148] ACPI: (supports S0 S5)\n[ 0.255884] ACPI: Using IOAPIC for interrupt routing\n[ 0.256998] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260241] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261438] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262716] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263981] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266306] acpiphp: Slot [3] registered\n[ 0.267158] acpiphp: Slot [4] registered\n[ 0.268012] acpiphp: Slot [5] registered\n[ 0.268857] acpiphp: Slot [6] registered\n[ 0.269715] acpiphp: Slot [7] registered\n[ 0.270587] acpiphp: Slot [8] registered\n[ 0.271451] acpiphp: Slot [9] registered\n[ 0.272323] acpiphp: Slot [10] registered\n[ 0.273206] acpiphp: Slot [11] registered\n[ 0.274089] acpiphp: Slot [12] registered\n[ 0.274981] acpiphp: Slot [13] registered\n[ 0.275844] acpiphp: Slot [14] registered\n[ 0.276729] acpiphp: Slot [15] registered\n[ 0.287755] acpiphp: Slot [16] registered\n[ 0.288628] acpiphp: Slot [17] registered\n[ 0.289484] acpiphp: Slot [18] registered\n[ 0.290335] acpiphp: Slot [19] registered\n[ 0.291169] acpiphp: Slot [20] registered\n[ 0.292043] acpiphp: Slot [21] registered\n[ 0.292898] acpiphp: Slot [22] registered\n[ 0.293742] acpiphp: Slot [23] registered\n[ 0.294596] acpiphp: Slot [24] registered\n[ 0.295456] acpiphp: Slot [25] registered\n[ 0.296317] acpiphp: Slot [26] registered\n[ 0.297177] acpiphp: Slot [27] registered\n[ 0.298074] acpiphp: Slot [28] registered\n[ 0.298957] acpiphp: Slot [29] registered\n[ 0.299791] acpiphp: Slot [30] registered\n[ 0.300675] acpiphp: Slot [31] registered\n[ 0.301545] PCI host bridge to bus 0000:00\n[ 0.302437] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305105] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306659] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308245] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314599] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316009] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326783] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371760] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376109] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.377495] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378741] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.380125] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.381179] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.382726] vgaarb: loaded\n[ 0.383328] vgaarb: bridge control possible 0000:00:02.0\n[ 0.384458] SCSI subsystem initialized\n[ 0.385274] ACPI: bus type USB registered\n[ 0.386086] usbcore: registered new interface driver usbfs\n[ 0.387109] usbcore: registered new interface driver hub\n[ 0.388116] usbcore: registered new device driver usb\n[ 0.389161] PCI: Using ACPI for IRQ routing\n[ 0.390174] NetLabel: Initializing\n[ 0.390883] NetLabel: domain hash size = 128\n[ 0.391730] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392675] NetLabel: unlabeled traffic allowed by default\n[ 0.393763] clocksource: Switched to clocksource kvm-clock\n[ 0.399171] AppArmor: AppArmor Filesystem Enabled\n[ 0.400132] pnp: PnP ACPI init\n[ 0.401045] pnp: PnP ACPI: found 5 devices\n[ 0.407401] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409099] NET: Registered protocol family 2\n[ 0.410050] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411312] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412466] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413615] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414681] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415842] NET: Registered protocol family 1\n[ 0.416709] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417806] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418871] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432898] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446931] Trying to unpack rootfs image as initramfs...\n[ 0.496133] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509962] Scanning for low memory corruption every 60 seconds\n[ 0.511648] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513201] audit: initializing netlink subsys (disabled)\n[ 0.514563] audit: type=2000 audit(1539347895.298:1): initialized\n[ 0.516235] Initialise system trusted keyring\n[ 0.517454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519047] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521422] zbud: loaded\n[ 0.522298] VFS: Disk quotas dquot_6.6.0\n[ 0.523371] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.525314] fuse init (API version 7.23)\n[ 0.526486] Key type big_key registered\n[ 0.527564] Allocating IMA MOK and blacklist keyrings.\n[ 0.529013] Key type asymmetric registered\n[ 0.530132] Asymmetric key parser 'x509' registered\n[ 0.531411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533754] io scheduler noop registered\n[ 0.534836] io scheduler deadline registered (default)\n[ 0.536196] io scheduler cfq registered\n[ 0.537295] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540450] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542385] ACPI: Power Button [PWRF]\n[ 0.543455] GHES: HEST is not enabled!\n[ 0.557444] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585514] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588172] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613590] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616290] Linux agpgart interface v0.103\n[ 0.618568] brd: module loaded\n[ 0.619936] loop: module loaded\n[ 0.625040] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626472] GPT:90111 != 2097151\n[ 0.627138] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628191] GPT:90111 != 2097151\n[ 0.628840] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629779] vda: vda1 vda15\n[ 0.631278] scsi host0: ata_piix\n[ 0.631999] scsi host1: ata_piix\n[ 0.632683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633870] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635272] libphy: Fixed MDIO Bus: probed\n[ 0.636070] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636987] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639101] PPP generic driver version 2.4.2\n[ 0.639975] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641236] ehci-pci: EHCI PCI platform driver\n[ 0.642101] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644145] ohci-pci: OHCI PCI platform driver\n[ 0.644983] ohci-platform: OHCI generic platform driver\n[ 0.645943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660929] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666080] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667406] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668975] usb usb1: Product: UHCI Host Controller\n[ 0.670058] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671579] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672916] hub 1-0:1.0: USB hub found\n[ 0.674038] hub 1-0:1.0: 2 ports detected\n[ 0.675190] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678964] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680268] mousedev: PS/2 mouse device common for all mice\n[ 0.681828] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684162] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685491] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687032] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688586] i2c /dev entries driver\n[ 0.689540] device-mapper: uevent: version 1.0.3\n[ 0.690729] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692814] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694434] NET: Registered protocol family 10\n[ 0.695660] NET: Registered protocol family 17\n[ 0.696791] Key type dns_resolver registered\n[ 0.697978] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699399] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701626] registered taskstats version 1\n[ 0.702697] Loading compiled-in X.509 certificates\n[ 0.704414] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706818] zswap: loaded using pool lzo/zbud\n[ 0.708446] Key type trusted registered\n[ 0.710224] Key type encrypted registered\n[ 0.711266] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713970] evm: HMAC attrs: 0x1\n[ 0.715469] Magic number: 6:778:632\n[ 0.716560] rtc_cmos 00:00: setting system clock to 2018-10-12 12:38:15 UTC (1539347895)\n[ 0.718662] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720149] EDD information not available.\n[ 0.794749] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796734] Write protecting the kernel read-only data: 14336k\n[ 0.808759] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811041] 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.382927] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.27. iid=i-000000f6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCTbZKv/WQlCXPBapVDpX28Jy+ZjVYLDyNUxgBJux+NQLRiJC9Dt1DvSxMUmQ/79BApXVoL/tmWDgMXzMZWY5s3CCQKoh0iZ9DjF+PLe5ks3tSjgwA5QqNZMDvpUlRBz06Iny6oNAWpCFoNethGXQzDtW9vSA6TiXWkEYGLoFABIWgJ8jemP1sFWbhQDj6Jiim/BdIVnmKzydot/nGrZYnM1SH1KzJAEl38/HRjRVKnXqVNYDNSEZBnzWmmfBHZJOvVn59yY8SDhHxy2mCeN9TJUNguA37jfByhxwJrpbSf9k3XEtSpfLYtSeBzDRzz3/MUKnx+hpugO6Dfz58AFIpH root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKnwubAS1m5Jz83j4C7xMvsjVIQsxln2BAIqOMqw7zHbp0q83Y/qHeNMyr+S40/hjgf2tYvsEQWHyTviy2Gh56wAS5h9j3tvXaPvbOGoNaQwka+DfngNxcNe8V/5gcqw1wwn5GvvTbvpn2QNDjC5D7Zj5ajwKI20BXrAlCDr5SihAAAAFQDzm26m7x1dAnw0TQUo6c66Ysm2pwAAAIA3K5UNAXI6o+1t1lXUIvoNc9ye/O5SZPCxqKyBj6Kw53cy/ft1lkGq5Rbj3ITrtn7dWVPmELlxh1IZq3z989zXcxI7By6VGnddUagR60ZPm9tyJq2/iVNHjCFmkXSj9s00of6RNMg2R6U0NVDbxC3gIeUvZYW4HrgDyTE37mJNGwAAAIBxasOR66Rhxz+ymavc937r/emBdI3vDol5wT6F+4TU7NSqS+s5wZsBLOiUHQ0bCG4oPs2CnOR8HMjRBI0K00sjRRBetTCRmwbaWTxZJPEYQRBvgESMZA6rKGtG9E2UvDyeg79oyFmoTpj29jak2zC9yT1R44HGLCHd7ZUFBkCV/Q== 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.12,24,fe80::f816:3eff:fea0:ea5e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.71 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A0:EA:5E \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea0:ea5e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7895 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-10-12 12:38:54,956 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action used request id req-8666d628-7bc3-43a3-bb14-17fd5b07630e 2018-10-12 12:38:56,977 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dea4454cdef9a1f0f1eed97bf9ad9c1d9cf77f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:38:58,047 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:38:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ee8ae54-92d4-4568-8014-b0dd368bec03 x-compute-request-id: req-6ee8ae54-92d4-4568-8014-b0dd368bec03 Content-Encoding: gzip Content-Length: 10078 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 751217785 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.139408] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.141145] pid_max: default: 32768 minimum: 301\n[ 0.142077] ACPI: Core revision 20150930\n[ 0.143513] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144886] Security Framework initialized\n[ 0.145722] Yama: becoming mindful.\n[ 0.146483] AppArmor: AppArmor initialized\n[ 0.147363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150058] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151320] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152751] Initializing cgroup subsys io\n[ 0.153592] Initializing cgroup subsys memory\n[ 0.154509] Initializing cgroup subsys devices\n[ 0.155409] Initializing cgroup subsys freezer\n[ 0.156302] Initializing cgroup subsys net_cls\n[ 0.157209] Initializing cgroup subsys perf_event\n[ 0.158140] Initializing cgroup subsys net_prio\n[ 0.159067] Initializing cgroup subsys hugetlb\n[ 0.159963] Initializing cgroup subsys pids\n[ 0.160856] CPU: Physical Processor ID: 0\n[ 0.162398] mce: CPU supports 10 MCE banks\n[ 0.163302] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164328] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176234] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182698] ftrace: allocating 31920 entries in 125 pages\n[ 0.209107] smpboot: Max logical packages: 1\n[ 0.209991] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211405] x2apic enabled\n[ 0.212230] Switched APIC routing to physical x2apic.\n[ 0.214006] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215182] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217253] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219101] KVM setup paravirtual spinlock\n[ 0.220418] x86: Booted up 1 node, 1 CPUs\n[ 0.221264] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.222719] devtmpfs: initialized\n[ 0.224464] evm: security.selinux\n[ 0.225198] evm: security.SMACK64\n[ 0.225905] evm: security.SMACK64EXEC\n[ 0.226672] evm: security.SMACK64TRANSMUTE\n[ 0.227501] evm: security.SMACK64MMAP\n[ 0.228272] evm: security.ima\n[ 0.228932] evm: security.capability\n[ 0.229761] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231734] pinctrl core: initialized pinctrl subsystem\n[ 0.232941] RTC time: 12:38:14, date: 10/12/18\n[ 0.233962] NET: Registered protocol family 16\n[ 0.234994] cpuidle: using governor ladder\n[ 0.235862] cpuidle: using governor menu\n[ 0.236708] PCCT header not found.\n[ 0.237488] ACPI: bus type PCI registered\n[ 0.238365] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239664] PCI: Using configuration type 1 for base access\n[ 0.241506] ACPI: Added _OSI(Module Device)\n[ 0.242403] ACPI: Added _OSI(Processor Device)\n[ 0.243316] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244265] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246456] ACPI: Interpreter enabled\n[ 0.247273] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249241] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251191] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255148] ACPI: (supports S0 S5)\n[ 0.255884] ACPI: Using IOAPIC for interrupt routing\n[ 0.256998] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260241] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261438] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262716] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263981] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266306] acpiphp: Slot [3] registered\n[ 0.267158] acpiphp: Slot [4] registered\n[ 0.268012] acpiphp: Slot [5] registered\n[ 0.268857] acpiphp: Slot [6] registered\n[ 0.269715] acpiphp: Slot [7] registered\n[ 0.270587] acpiphp: Slot [8] registered\n[ 0.271451] acpiphp: Slot [9] registered\n[ 0.272323] acpiphp: Slot [10] registered\n[ 0.273206] acpiphp: Slot [11] registered\n[ 0.274089] acpiphp: Slot [12] registered\n[ 0.274981] acpiphp: Slot [13] registered\n[ 0.275844] acpiphp: Slot [14] registered\n[ 0.276729] acpiphp: Slot [15] registered\n[ 0.287755] acpiphp: Slot [16] registered\n[ 0.288628] acpiphp: Slot [17] registered\n[ 0.289484] acpiphp: Slot [18] registered\n[ 0.290335] acpiphp: Slot [19] registered\n[ 0.291169] acpiphp: Slot [20] registered\n[ 0.292043] acpiphp: Slot [21] registered\n[ 0.292898] acpiphp: Slot [22] registered\n[ 0.293742] acpiphp: Slot [23] registered\n[ 0.294596] acpiphp: Slot [24] registered\n[ 0.295456] acpiphp: Slot [25] registered\n[ 0.296317] acpiphp: Slot [26] registered\n[ 0.297177] acpiphp: Slot [27] registered\n[ 0.298074] acpiphp: Slot [28] registered\n[ 0.298957] acpiphp: Slot [29] registered\n[ 0.299791] acpiphp: Slot [30] registered\n[ 0.300675] acpiphp: Slot [31] registered\n[ 0.301545] PCI host bridge to bus 0000:00\n[ 0.302437] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305105] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306659] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308245] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314599] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316009] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326783] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371760] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376109] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.377495] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378741] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.380125] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.381179] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.382726] vgaarb: loaded\n[ 0.383328] vgaarb: bridge control possible 0000:00:02.0\n[ 0.384458] SCSI subsystem initialized\n[ 0.385274] ACPI: bus type USB registered\n[ 0.386086] usbcore: registered new interface driver usbfs\n[ 0.387109] usbcore: registered new interface driver hub\n[ 0.388116] usbcore: registered new device driver usb\n[ 0.389161] PCI: Using ACPI for IRQ routing\n[ 0.390174] NetLabel: Initializing\n[ 0.390883] NetLabel: domain hash size = 128\n[ 0.391730] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392675] NetLabel: unlabeled traffic allowed by default\n[ 0.393763] clocksource: Switched to clocksource kvm-clock\n[ 0.399171] AppArmor: AppArmor Filesystem Enabled\n[ 0.400132] pnp: PnP ACPI init\n[ 0.401045] pnp: PnP ACPI: found 5 devices\n[ 0.407401] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409099] NET: Registered protocol family 2\n[ 0.410050] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411312] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412466] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413615] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414681] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415842] NET: Registered protocol family 1\n[ 0.416709] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417806] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418871] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432898] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446931] Trying to unpack rootfs image as initramfs...\n[ 0.496133] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509962] Scanning for low memory corruption every 60 seconds\n[ 0.511648] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513201] audit: initializing netlink subsys (disabled)\n[ 0.514563] audit: type=2000 audit(1539347895.298:1): initialized\n[ 0.516235] Initialise system trusted keyring\n[ 0.517454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519047] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521422] zbud: loaded\n[ 0.522298] VFS: Disk quotas dquot_6.6.0\n[ 0.523371] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.525314] fuse init (API version 7.23)\n[ 0.526486] Key type big_key registered\n[ 0.527564] Allocating IMA MOK and blacklist keyrings.\n[ 0.529013] Key type asymmetric registered\n[ 0.530132] Asymmetric key parser 'x509' registered\n[ 0.531411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533754] io scheduler noop registered\n[ 0.534836] io scheduler deadline registered (default)\n[ 0.536196] io scheduler cfq registered\n[ 0.537295] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540450] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542385] ACPI: Power Button [PWRF]\n[ 0.543455] GHES: HEST is not enabled!\n[ 0.557444] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585514] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588172] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613590] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616290] Linux agpgart interface v0.103\n[ 0.618568] brd: module loaded\n[ 0.619936] loop: module loaded\n[ 0.625040] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626472] GPT:90111 != 2097151\n[ 0.627138] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628191] GPT:90111 != 2097151\n[ 0.628840] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629779] vda: vda1 vda15\n[ 0.631278] scsi host0: ata_piix\n[ 0.631999] scsi host1: ata_piix\n[ 0.632683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633870] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635272] libphy: Fixed MDIO Bus: probed\n[ 0.636070] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636987] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639101] PPP generic driver version 2.4.2\n[ 0.639975] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641236] ehci-pci: EHCI PCI platform driver\n[ 0.642101] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644145] ohci-pci: OHCI PCI platform driver\n[ 0.644983] ohci-platform: OHCI generic platform driver\n[ 0.645943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660929] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666080] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667406] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668975] usb usb1: Product: UHCI Host Controller\n[ 0.670058] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671579] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672916] hub 1-0:1.0: USB hub found\n[ 0.674038] hub 1-0:1.0: 2 ports detected\n[ 0.675190] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678964] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680268] mousedev: PS/2 mouse device common for all mice\n[ 0.681828] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684162] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685491] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687032] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688586] i2c /dev entries driver\n[ 0.689540] device-mapper: uevent: version 1.0.3\n[ 0.690729] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692814] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694434] NET: Registered protocol family 10\n[ 0.695660] NET: Registered protocol family 17\n[ 0.696791] Key type dns_resolver registered\n[ 0.697978] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699399] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701626] registered taskstats version 1\n[ 0.702697] Loading compiled-in X.509 certificates\n[ 0.704414] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706818] zswap: loaded using pool lzo/zbud\n[ 0.708446] Key type trusted registered\n[ 0.710224] Key type encrypted registered\n[ 0.711266] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713970] evm: HMAC attrs: 0x1\n[ 0.715469] Magic number: 6:778:632\n[ 0.716560] rtc_cmos 00:00: setting system clock to 2018-10-12 12:38:15 UTC (1539347895)\n[ 0.718662] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720149] EDD information not available.\n[ 0.794749] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796734] Write protecting the kernel read-only data: 14336k\n[ 0.808759] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811041] 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.382927] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.27. iid=i-000000f6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCTbZKv/WQlCXPBapVDpX28Jy+ZjVYLDyNUxgBJux+NQLRiJC9Dt1DvSxMUmQ/79BApXVoL/tmWDgMXzMZWY5s3CCQKoh0iZ9DjF+PLe5ks3tSjgwA5QqNZMDvpUlRBz06Iny6oNAWpCFoNethGXQzDtW9vSA6TiXWkEYGLoFABIWgJ8jemP1sFWbhQDj6Jiim/BdIVnmKzydot/nGrZYnM1SH1KzJAEl38/HRjRVKnXqVNYDNSEZBnzWmmfBHZJOvVn59yY8SDhHxy2mCeN9TJUNguA37jfByhxwJrpbSf9k3XEtSpfLYtSeBzDRzz3/MUKnx+hpugO6Dfz58AFIpH root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKnwubAS1m5Jz83j4C7xMvsjVIQsxln2BAIqOMqw7zHbp0q83Y/qHeNMyr+S40/hjgf2tYvsEQWHyTviy2Gh56wAS5h9j3tvXaPvbOGoNaQwka+DfngNxcNe8V/5gcqw1wwn5GvvTbvpn2QNDjC5D7Zj5ajwKI20BXrAlCDr5SihAAAAFQDzm26m7x1dAnw0TQUo6c66Ysm2pwAAAIA3K5UNAXI6o+1t1lXUIvoNc9ye/O5SZPCxqKyBj6Kw53cy/ft1lkGq5Rbj3ITrtn7dWVPmELlxh1IZq3z989zXcxI7By6VGnddUagR60ZPm9tyJq2/iVNHjCFmkXSj9s00of6RNMg2R6U0NVDbxC3gIeUvZYW4HrgDyTE37mJNGwAAAIBxasOR66Rhxz+ymavc937r/emBdI3vDol5wT6F+4TU7NSqS+s5wZsBLOiUHQ0bCG4oPs2CnOR8HMjRBI0K00sjRRBetTCRmwbaWTxZJPEYQRBvgESMZA6rKGtG9E2UvDyeg79oyFmoTpj29jak2zC9yT1R44HGLCHd7ZUFBkCV/Q== 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.12,24,fe80::f816:3eff:fea0:ea5e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.71 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A0:EA:5E \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea0:ea5e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7895 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-10-12 12:38:58,048 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action used request id req-6ee8ae54-92d4-4568-8014-b0dd368bec03 2018-10-12 12:39:00,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dea4454cdef9a1f0f1eed97bf9ad9c1d9cf77f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:39:01,140 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:39:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a99e280-ba96-4f64-95ed-0faa66522f40 x-compute-request-id: req-9a99e280-ba96-4f64-95ed-0faa66522f40 Content-Encoding: gzip Content-Length: 10078 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 751217785 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.139408] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.141145] pid_max: default: 32768 minimum: 301\n[ 0.142077] ACPI: Core revision 20150930\n[ 0.143513] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144886] Security Framework initialized\n[ 0.145722] Yama: becoming mindful.\n[ 0.146483] AppArmor: AppArmor initialized\n[ 0.147363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150058] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151320] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152751] Initializing cgroup subsys io\n[ 0.153592] Initializing cgroup subsys memory\n[ 0.154509] Initializing cgroup subsys devices\n[ 0.155409] Initializing cgroup subsys freezer\n[ 0.156302] Initializing cgroup subsys net_cls\n[ 0.157209] Initializing cgroup subsys perf_event\n[ 0.158140] Initializing cgroup subsys net_prio\n[ 0.159067] Initializing cgroup subsys hugetlb\n[ 0.159963] Initializing cgroup subsys pids\n[ 0.160856] CPU: Physical Processor ID: 0\n[ 0.162398] mce: CPU supports 10 MCE banks\n[ 0.163302] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164328] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176234] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182698] ftrace: allocating 31920 entries in 125 pages\n[ 0.209107] smpboot: Max logical packages: 1\n[ 0.209991] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211405] x2apic enabled\n[ 0.212230] Switched APIC routing to physical x2apic.\n[ 0.214006] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215182] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217253] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219101] KVM setup paravirtual spinlock\n[ 0.220418] x86: Booted up 1 node, 1 CPUs\n[ 0.221264] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.222719] devtmpfs: initialized\n[ 0.224464] evm: security.selinux\n[ 0.225198] evm: security.SMACK64\n[ 0.225905] evm: security.SMACK64EXEC\n[ 0.226672] evm: security.SMACK64TRANSMUTE\n[ 0.227501] evm: security.SMACK64MMAP\n[ 0.228272] evm: security.ima\n[ 0.228932] evm: security.capability\n[ 0.229761] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231734] pinctrl core: initialized pinctrl subsystem\n[ 0.232941] RTC time: 12:38:14, date: 10/12/18\n[ 0.233962] NET: Registered protocol family 16\n[ 0.234994] cpuidle: using governor ladder\n[ 0.235862] cpuidle: using governor menu\n[ 0.236708] PCCT header not found.\n[ 0.237488] ACPI: bus type PCI registered\n[ 0.238365] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239664] PCI: Using configuration type 1 for base access\n[ 0.241506] ACPI: Added _OSI(Module Device)\n[ 0.242403] ACPI: Added _OSI(Processor Device)\n[ 0.243316] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244265] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246456] ACPI: Interpreter enabled\n[ 0.247273] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249241] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251191] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255148] ACPI: (supports S0 S5)\n[ 0.255884] ACPI: Using IOAPIC for interrupt routing\n[ 0.256998] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260241] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261438] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262716] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263981] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266306] acpiphp: Slot [3] registered\n[ 0.267158] acpiphp: Slot [4] registered\n[ 0.268012] acpiphp: Slot [5] registered\n[ 0.268857] acpiphp: Slot [6] registered\n[ 0.269715] acpiphp: Slot [7] registered\n[ 0.270587] acpiphp: Slot [8] registered\n[ 0.271451] acpiphp: Slot [9] registered\n[ 0.272323] acpiphp: Slot [10] registered\n[ 0.273206] acpiphp: Slot [11] registered\n[ 0.274089] acpiphp: Slot [12] registered\n[ 0.274981] acpiphp: Slot [13] registered\n[ 0.275844] acpiphp: Slot [14] registered\n[ 0.276729] acpiphp: Slot [15] registered\n[ 0.287755] acpiphp: Slot [16] registered\n[ 0.288628] acpiphp: Slot [17] registered\n[ 0.289484] acpiphp: Slot [18] registered\n[ 0.290335] acpiphp: Slot [19] registered\n[ 0.291169] acpiphp: Slot [20] registered\n[ 0.292043] acpiphp: Slot [21] registered\n[ 0.292898] acpiphp: Slot [22] registered\n[ 0.293742] acpiphp: Slot [23] registered\n[ 0.294596] acpiphp: Slot [24] registered\n[ 0.295456] acpiphp: Slot [25] registered\n[ 0.296317] acpiphp: Slot [26] registered\n[ 0.297177] acpiphp: Slot [27] registered\n[ 0.298074] acpiphp: Slot [28] registered\n[ 0.298957] acpiphp: Slot [29] registered\n[ 0.299791] acpiphp: Slot [30] registered\n[ 0.300675] acpiphp: Slot [31] registered\n[ 0.301545] PCI host bridge to bus 0000:00\n[ 0.302437] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305105] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306659] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308245] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314599] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316009] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326783] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371760] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376109] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.377495] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378741] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.380125] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.381179] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.382726] vgaarb: loaded\n[ 0.383328] vgaarb: bridge control possible 0000:00:02.0\n[ 0.384458] SCSI subsystem initialized\n[ 0.385274] ACPI: bus type USB registered\n[ 0.386086] usbcore: registered new interface driver usbfs\n[ 0.387109] usbcore: registered new interface driver hub\n[ 0.388116] usbcore: registered new device driver usb\n[ 0.389161] PCI: Using ACPI for IRQ routing\n[ 0.390174] NetLabel: Initializing\n[ 0.390883] NetLabel: domain hash size = 128\n[ 0.391730] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392675] NetLabel: unlabeled traffic allowed by default\n[ 0.393763] clocksource: Switched to clocksource kvm-clock\n[ 0.399171] AppArmor: AppArmor Filesystem Enabled\n[ 0.400132] pnp: PnP ACPI init\n[ 0.401045] pnp: PnP ACPI: found 5 devices\n[ 0.407401] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409099] NET: Registered protocol family 2\n[ 0.410050] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411312] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412466] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413615] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414681] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415842] NET: Registered protocol family 1\n[ 0.416709] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417806] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418871] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432898] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446931] Trying to unpack rootfs image as initramfs...\n[ 0.496133] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509962] Scanning for low memory corruption every 60 seconds\n[ 0.511648] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513201] audit: initializing netlink subsys (disabled)\n[ 0.514563] audit: type=2000 audit(1539347895.298:1): initialized\n[ 0.516235] Initialise system trusted keyring\n[ 0.517454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519047] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521422] zbud: loaded\n[ 0.522298] VFS: Disk quotas dquot_6.6.0\n[ 0.523371] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.525314] fuse init (API version 7.23)\n[ 0.526486] Key type big_key registered\n[ 0.527564] Allocating IMA MOK and blacklist keyrings.\n[ 0.529013] Key type asymmetric registered\n[ 0.530132] Asymmetric key parser 'x509' registered\n[ 0.531411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533754] io scheduler noop registered\n[ 0.534836] io scheduler deadline registered (default)\n[ 0.536196] io scheduler cfq registered\n[ 0.537295] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540450] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542385] ACPI: Power Button [PWRF]\n[ 0.543455] GHES: HEST is not enabled!\n[ 0.557444] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585514] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588172] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613590] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616290] Linux agpgart interface v0.103\n[ 0.618568] brd: module loaded\n[ 0.619936] loop: module loaded\n[ 0.625040] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626472] GPT:90111 != 2097151\n[ 0.627138] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628191] GPT:90111 != 2097151\n[ 0.628840] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629779] vda: vda1 vda15\n[ 0.631278] scsi host0: ata_piix\n[ 0.631999] scsi host1: ata_piix\n[ 0.632683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633870] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635272] libphy: Fixed MDIO Bus: probed\n[ 0.636070] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636987] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639101] PPP generic driver version 2.4.2\n[ 0.639975] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641236] ehci-pci: EHCI PCI platform driver\n[ 0.642101] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644145] ohci-pci: OHCI PCI platform driver\n[ 0.644983] ohci-platform: OHCI generic platform driver\n[ 0.645943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660929] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666080] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667406] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668975] usb usb1: Product: UHCI Host Controller\n[ 0.670058] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671579] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672916] hub 1-0:1.0: USB hub found\n[ 0.674038] hub 1-0:1.0: 2 ports detected\n[ 0.675190] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678964] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680268] mousedev: PS/2 mouse device common for all mice\n[ 0.681828] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684162] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685491] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687032] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688586] i2c /dev entries driver\n[ 0.689540] device-mapper: uevent: version 1.0.3\n[ 0.690729] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692814] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694434] NET: Registered protocol family 10\n[ 0.695660] NET: Registered protocol family 17\n[ 0.696791] Key type dns_resolver registered\n[ 0.697978] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699399] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701626] registered taskstats version 1\n[ 0.702697] Loading compiled-in X.509 certificates\n[ 0.704414] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706818] zswap: loaded using pool lzo/zbud\n[ 0.708446] Key type trusted registered\n[ 0.710224] Key type encrypted registered\n[ 0.711266] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713970] evm: HMAC attrs: 0x1\n[ 0.715469] Magic number: 6:778:632\n[ 0.716560] rtc_cmos 00:00: setting system clock to 2018-10-12 12:38:15 UTC (1539347895)\n[ 0.718662] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720149] EDD information not available.\n[ 0.794749] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796734] Write protecting the kernel read-only data: 14336k\n[ 0.808759] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811041] 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.382927] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.27. iid=i-000000f6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCTbZKv/WQlCXPBapVDpX28Jy+ZjVYLDyNUxgBJux+NQLRiJC9Dt1DvSxMUmQ/79BApXVoL/tmWDgMXzMZWY5s3CCQKoh0iZ9DjF+PLe5ks3tSjgwA5QqNZMDvpUlRBz06Iny6oNAWpCFoNethGXQzDtW9vSA6TiXWkEYGLoFABIWgJ8jemP1sFWbhQDj6Jiim/BdIVnmKzydot/nGrZYnM1SH1KzJAEl38/HRjRVKnXqVNYDNSEZBnzWmmfBHZJOvVn59yY8SDhHxy2mCeN9TJUNguA37jfByhxwJrpbSf9k3XEtSpfLYtSeBzDRzz3/MUKnx+hpugO6Dfz58AFIpH root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKnwubAS1m5Jz83j4C7xMvsjVIQsxln2BAIqOMqw7zHbp0q83Y/qHeNMyr+S40/hjgf2tYvsEQWHyTviy2Gh56wAS5h9j3tvXaPvbOGoNaQwka+DfngNxcNe8V/5gcqw1wwn5GvvTbvpn2QNDjC5D7Zj5ajwKI20BXrAlCDr5SihAAAAFQDzm26m7x1dAnw0TQUo6c66Ysm2pwAAAIA3K5UNAXI6o+1t1lXUIvoNc9ye/O5SZPCxqKyBj6Kw53cy/ft1lkGq5Rbj3ITrtn7dWVPmELlxh1IZq3z989zXcxI7By6VGnddUagR60ZPm9tyJq2/iVNHjCFmkXSj9s00of6RNMg2R6U0NVDbxC3gIeUvZYW4HrgDyTE37mJNGwAAAIBxasOR66Rhxz+ymavc937r/emBdI3vDol5wT6F+4TU7NSqS+s5wZsBLOiUHQ0bCG4oPs2CnOR8HMjRBI0K00sjRRBetTCRmwbaWTxZJPEYQRBvgESMZA6rKGtG9E2UvDyeg79oyFmoTpj29jak2zC9yT1R44HGLCHd7ZUFBkCV/Q== 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.12,24,fe80::f816:3eff:fea0:ea5e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.71 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A0:EA:5E \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea0:ea5e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7895 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-10-12 12:39:01,141 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action used request id req-9a99e280-ba96-4f64-95ed-0faa66522f40 2018-10-12 12:39:03,163 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dea4454cdef9a1f0f1eed97bf9ad9c1d9cf77f8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:39:04,232 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-95dd2782-df79-4dfd-8812-ed25b6605b77 x-compute-request-id: req-95dd2782-df79-4dfd-8812-ed25b6605b77 Content-Encoding: gzip Content-Length: 11146 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 751217785 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.139408] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.141145] pid_max: default: 32768 minimum: 301\n[ 0.142077] ACPI: Core revision 20150930\n[ 0.143513] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144886] Security Framework initialized\n[ 0.145722] Yama: becoming mindful.\n[ 0.146483] AppArmor: AppArmor initialized\n[ 0.147363] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150058] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151320] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152751] Initializing cgroup subsys io\n[ 0.153592] Initializing cgroup subsys memory\n[ 0.154509] Initializing cgroup subsys devices\n[ 0.155409] Initializing cgroup subsys freezer\n[ 0.156302] Initializing cgroup subsys net_cls\n[ 0.157209] Initializing cgroup subsys perf_event\n[ 0.158140] Initializing cgroup subsys net_prio\n[ 0.159067] Initializing cgroup subsys hugetlb\n[ 0.159963] Initializing cgroup subsys pids\n[ 0.160856] CPU: Physical Processor ID: 0\n[ 0.162398] mce: CPU supports 10 MCE banks\n[ 0.163302] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164328] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176234] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182698] ftrace: allocating 31920 entries in 125 pages\n[ 0.209107] smpboot: Max logical packages: 1\n[ 0.209991] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211405] x2apic enabled\n[ 0.212230] Switched APIC routing to physical x2apic.\n[ 0.214006] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215182] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217253] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219101] KVM setup paravirtual spinlock\n[ 0.220418] x86: Booted up 1 node, 1 CPUs\n[ 0.221264] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.222719] devtmpfs: initialized\n[ 0.224464] evm: security.selinux\n[ 0.225198] evm: security.SMACK64\n[ 0.225905] evm: security.SMACK64EXEC\n[ 0.226672] evm: security.SMACK64TRANSMUTE\n[ 0.227501] evm: security.SMACK64MMAP\n[ 0.228272] evm: security.ima\n[ 0.228932] evm: security.capability\n[ 0.229761] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231734] pinctrl core: initialized pinctrl subsystem\n[ 0.232941] RTC time: 12:38:14, date: 10/12/18\n[ 0.233962] NET: Registered protocol family 16\n[ 0.234994] cpuidle: using governor ladder\n[ 0.235862] cpuidle: using governor menu\n[ 0.236708] PCCT header not found.\n[ 0.237488] ACPI: bus type PCI registered\n[ 0.238365] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239664] PCI: Using configuration type 1 for base access\n[ 0.241506] ACPI: Added _OSI(Module Device)\n[ 0.242403] ACPI: Added _OSI(Processor Device)\n[ 0.243316] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244265] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246456] ACPI: Interpreter enabled\n[ 0.247273] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249241] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251191] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253151] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255148] ACPI: (supports S0 S5)\n[ 0.255884] ACPI: Using IOAPIC for interrupt routing\n[ 0.256998] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260241] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261438] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262716] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263981] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266306] acpiphp: Slot [3] registered\n[ 0.267158] acpiphp: Slot [4] registered\n[ 0.268012] acpiphp: Slot [5] registered\n[ 0.268857] acpiphp: Slot [6] registered\n[ 0.269715] acpiphp: Slot [7] registered\n[ 0.270587] acpiphp: Slot [8] registered\n[ 0.271451] acpiphp: Slot [9] registered\n[ 0.272323] acpiphp: Slot [10] registered\n[ 0.273206] acpiphp: Slot [11] registered\n[ 0.274089] acpiphp: Slot [12] registered\n[ 0.274981] acpiphp: Slot [13] registered\n[ 0.275844] acpiphp: Slot [14] registered\n[ 0.276729] acpiphp: Slot [15] registered\n[ 0.287755] acpiphp: Slot [16] registered\n[ 0.288628] acpiphp: Slot [17] registered\n[ 0.289484] acpiphp: Slot [18] registered\n[ 0.290335] acpiphp: Slot [19] registered\n[ 0.291169] acpiphp: Slot [20] registered\n[ 0.292043] acpiphp: Slot [21] registered\n[ 0.292898] acpiphp: Slot [22] registered\n[ 0.293742] acpiphp: Slot [23] registered\n[ 0.294596] acpiphp: Slot [24] registered\n[ 0.295456] acpiphp: Slot [25] registered\n[ 0.296317] acpiphp: Slot [26] registered\n[ 0.297177] acpiphp: Slot [27] registered\n[ 0.298074] acpiphp: Slot [28] registered\n[ 0.298957] acpiphp: Slot [29] registered\n[ 0.299791] acpiphp: Slot [30] registered\n[ 0.300675] acpiphp: Slot [31] registered\n[ 0.301545] PCI host bridge to bus 0000:00\n[ 0.302437] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305105] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306659] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308245] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314599] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316009] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318685] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326783] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371760] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374696] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376109] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.377495] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378741] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.380125] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.381179] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.382726] vgaarb: loaded\n[ 0.383328] vgaarb: bridge control possible 0000:00:02.0\n[ 0.384458] SCSI subsystem initialized\n[ 0.385274] ACPI: bus type USB registered\n[ 0.386086] usbcore: registered new interface driver usbfs\n[ 0.387109] usbcore: registered new interface driver hub\n[ 0.388116] usbcore: registered new device driver usb\n[ 0.389161] PCI: Using ACPI for IRQ routing\n[ 0.390174] NetLabel: Initializing\n[ 0.390883] NetLabel: domain hash size = 128\n[ 0.391730] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392675] NetLabel: unlabeled traffic allowed by default\n[ 0.393763] clocksource: Switched to clocksource kvm-clock\n[ 0.399171] AppArmor: AppArmor Filesystem Enabled\n[ 0.400132] pnp: PnP ACPI init\n[ 0.401045] pnp: PnP ACPI: found 5 devices\n[ 0.407401] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409099] NET: Registered protocol family 2\n[ 0.410050] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411312] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412466] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413615] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414681] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415842] NET: Registered protocol family 1\n[ 0.416709] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417806] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418871] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432898] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446931] Trying to unpack rootfs image as initramfs...\n[ 0.496133] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509962] Scanning for low memory corruption every 60 seconds\n[ 0.511648] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513201] audit: initializing netlink subsys (disabled)\n[ 0.514563] audit: type=2000 audit(1539347895.298:1): initialized\n[ 0.516235] Initialise system trusted keyring\n[ 0.517454] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519047] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521422] zbud: loaded\n[ 0.522298] VFS: Disk quotas dquot_6.6.0\n[ 0.523371] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.525314] fuse init (API version 7.23)\n[ 0.526486] Key type big_key registered\n[ 0.527564] Allocating IMA MOK and blacklist keyrings.\n[ 0.529013] Key type asymmetric registered\n[ 0.530132] Asymmetric key parser 'x509' registered\n[ 0.531411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533754] io scheduler noop registered\n[ 0.534836] io scheduler deadline registered (default)\n[ 0.536196] io scheduler cfq registered\n[ 0.537295] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540450] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542385] ACPI: Power Button [PWRF]\n[ 0.543455] GHES: HEST is not enabled!\n[ 0.557444] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585514] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.588172] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613590] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616290] Linux agpgart interface v0.103\n[ 0.618568] brd: module loaded\n[ 0.619936] loop: module loaded\n[ 0.625040] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626472] GPT:90111 != 2097151\n[ 0.627138] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628191] GPT:90111 != 2097151\n[ 0.628840] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629779] vda: vda1 vda15\n[ 0.631278] scsi host0: ata_piix\n[ 0.631999] scsi host1: ata_piix\n[ 0.632683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633870] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635272] libphy: Fixed MDIO Bus: probed\n[ 0.636070] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636987] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639101] PPP generic driver version 2.4.2\n[ 0.639975] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641236] ehci-pci: EHCI PCI platform driver\n[ 0.642101] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644145] ohci-pci: OHCI PCI platform driver\n[ 0.644983] ohci-platform: OHCI generic platform driver\n[ 0.645943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660929] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664848] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666080] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667406] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668975] usb usb1: Product: UHCI Host Controller\n[ 0.670058] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671579] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672916] hub 1-0:1.0: USB hub found\n[ 0.674038] hub 1-0:1.0: 2 ports detected\n[ 0.675190] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678964] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680268] mousedev: PS/2 mouse device common for all mice\n[ 0.681828] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684162] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685491] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.687032] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.688586] i2c /dev entries driver\n[ 0.689540] device-mapper: uevent: version 1.0.3\n[ 0.690729] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692814] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.694434] NET: Registered protocol family 10\n[ 0.695660] NET: Registered protocol family 17\n[ 0.696791] Key type dns_resolver registered\n[ 0.697978] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699399] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701626] registered taskstats version 1\n[ 0.702697] Loading compiled-in X.509 certificates\n[ 0.704414] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706818] zswap: loaded using pool lzo/zbud\n[ 0.708446] Key type trusted registered\n[ 0.710224] Key type encrypted registered\n[ 0.711266] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713970] evm: HMAC attrs: 0x1\n[ 0.715469] Magic number: 6:778:632\n[ 0.716560] rtc_cmos 00:00: setting system clock to 2018-10-12 12:38:15 UTC (1539347895)\n[ 0.718662] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720149] EDD information not available.\n[ 0.794749] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796734] Write protecting the kernel read-only data: 14336k\n[ 0.808759] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811041] 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.382927] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.27. iid=i-000000f6\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCTbZKv/WQlCXPBapVDpX28Jy+ZjVYLDyNUxgBJux+NQLRiJC9Dt1DvSxMUmQ/79BApXVoL/tmWDgMXzMZWY5s3CCQKoh0iZ9DjF+PLe5ks3tSjgwA5QqNZMDvpUlRBz06Iny6oNAWpCFoNethGXQzDtW9vSA6TiXWkEYGLoFABIWgJ8jemP1sFWbhQDj6Jiim/BdIVnmKzydot/nGrZYnM1SH1KzJAEl38/HRjRVKnXqVNYDNSEZBnzWmmfBHZJOvVn59yY8SDhHxy2mCeN9TJUNguA37jfByhxwJrpbSf9k3XEtSpfLYtSeBzDRzz3/MUKnx+hpugO6Dfz58AFIpH root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKnwubAS1m5Jz83j4C7xMvsjVIQsxln2BAIqOMqw7zHbp0q83Y/qHeNMyr+S40/hjgf2tYvsEQWHyTviy2Gh56wAS5h9j3tvXaPvbOGoNaQwka+DfngNxcNe8V/5gcqw1wwn5GvvTbvpn2QNDjC5D7Zj5ajwKI20BXrAlCDr5SihAAAAFQDzm26m7x1dAnw0TQUo6c66Ysm2pwAAAIA3K5UNAXI6o+1t1lXUIvoNc9ye/O5SZPCxqKyBj6Kw53cy/ft1lkGq5Rbj3ITrtn7dWVPmELlxh1IZq3z989zXcxI7By6VGnddUagR60ZPm9tyJq2/iVNHjCFmkXSj9s00of6RNMg2R6U0NVDbxC3gIeUvZYW4HrgDyTE37mJNGwAAAIBxasOR66Rhxz+ymavc937r/emBdI3vDol5wT6F+4TU7NSqS+s5wZsBLOiUHQ0bCG4oPs2CnOR8HMjRBI0K00sjRRBetTCRmwbaWTxZJPEYQRBvgESMZA6rKGtG9E2UvDyeg79oyFmoTpj29jak2zC9yT1R44HGLCHd7ZUFBkCV/Q== 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.12,24,fe80::f816:3eff:fea0:ea5e/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.71 ===\n/dev/root resized successfully [took 2.47s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A0:EA:5E \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea0:ea5e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7895 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-11-1 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.147024] usb 1-1: Product: QEMU USB Tablet\n[ 1.147027] usb 1-1: Manufacturer: QEMU\n[ 1.147029] usb 1-1: SerialNumber: 42\n[ 1.349873] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.361748] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.382927] random: dd urandom read with 5 bits of entropy available\n[ 1.509808] tsc: Refined TSC clocksource calibration: 3491.906 MHz\n[ 1.509810] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\n[ 2.830512] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.228073] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 12 13:38:16 cirros kern.info kernel: [ 0.811041] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 12 13:38:16 cirros kern.info kernel: [ 0.823402] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 12 13:38:16 cirros kern.info kernel: [ 0.823403] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 12 13:38:16 cirros kern.info kernel: [ 0.825060] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 12 13:38:16 cirros kern.info kernel: [ 0.828033] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 12 13:38:16 cirros kern.info kernel: [ 0.830023] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 12 13:38:16 cirros kern.info kernel: [ 0.851920] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:38:16 cirros kern.info kernel: [ 0.852670] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:38:16 cirros kern.info kernel: [ 0.853842] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:38:16 cirros kern.info kernel: [ 0.889283] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:38:16 cirros kern.info kernel: [ 0.985831] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 12 13:38:16 cirros kern.info kernel: [ 1.147015] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 12 13:38:16 cirros kern.info kernel: [ 1.147021] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 12 13:38:16 cirros kern.info kernel: [ 1.147024] usb 1-1: Product: QEMU USB Tablet\nOct 12 13:38:16 cirros kern.info kernel: [ 1.147027] usb 1-1: Manufacturer: QEMU\nOct 12 13:38:16 cirros kern.info kernel: [ 1.147029] usb 1-1: SerialNumber: 42\nOct 12 13:38:16 cirros kern.info kernel: [ 1.349873] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:38:16 cirros kern.info kernel: [ 1.361748] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:38:16 cirros kern.notice kernel: [ 1.382927] random: dd urandom read with 5 bits of entropy available\nOct 12 13:38:16 cirros kern.info kernel: [ 1.509808] tsc: Refined TSC clocksource calibration: 3491.906 MHz\nOct 12 13:38:16 cirros kern.info kernel: [ 1.509810] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\nOct 12 13:38:17 cirros auth.notice su: + /dev/console root:cirros\nOct 12 13:38:17 cirros authpriv.info dropbear[340]: Running in background\nOct 12 13:38:17 cirros kern.info kernel: [ 2.830512] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 12 13:38:18 cirros kern.info kernel: [ 3.228073] 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-10-12 12:39:04,233 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action used request id req-95dd2782-df79-4dfd-8812-ed25b6605b77 2018-10-12 12:39:06,269 - sdnvpn_test_utils - INFO - Waiting for instance 2207be27-cadc-40f6-ac3d-3f5147fc80dd to boot up 2018-10-12 12:39:06,272 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2207be27-cadc-40f6-ac3d-3f5147fc80dd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b6a7cfe8087af490f06f12e6e37bf64203fc1c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:39:07,348 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-e1381202-dac4-4001-b388-564f6da2bead x-compute-request-id: req-e1381202-dac4-4001-b388-564f6da2bead Content-Encoding: gzip Content-Length: 10865 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 562926118 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.179127] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.181401] pid_max: default: 32768 minimum: 301\n[ 0.182655] ACPI: Core revision 20150930\n[ 0.184309] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.186084] Security Framework initialized\n[ 0.187189] Yama: becoming mindful.\n[ 0.188173] AppArmor: AppArmor initialized\n[ 0.189318] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.191212] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.193014] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.194713] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.196631] Initializing cgroup subsys io\n[ 0.197732] Initializing cgroup subsys memory\n[ 0.198961] Initializing cgroup subsys devices\n[ 0.200182] Initializing cgroup subsys freezer\n[ 0.201378] Initializing cgroup subsys net_cls\n[ 0.202610] Initializing cgroup subsys perf_event\n[ 0.203849] Initializing cgroup subsys net_prio\n[ 0.205018] Initializing cgroup subsys hugetlb\n[ 0.206246] Initializing cgroup subsys pids\n[ 0.207430] CPU: Physical Processor ID: 0\n[ 0.209192] mce: CPU supports 10 MCE banks\n[ 0.210350] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.211780] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.223331] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.230244] ftrace: allocating 31920 entries in 125 pages\n[ 0.256737] smpboot: Max logical packages: 1\n[ 0.257708] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.259103] x2apic enabled\n[ 0.259941] Switched APIC routing to physical x2apic.\n[ 0.261679] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.262823] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.264821] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.266656] KVM setup paravirtual spinlock\n[ 0.268071] x86: Booted up 1 node, 1 CPUs\n[ 0.268884] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.270338] devtmpfs: initialized\n[ 0.272052] evm: security.selinux\n[ 0.272754] evm: security.SMACK64\n[ 0.273444] evm: security.SMACK64EXEC\n[ 0.274167] evm: security.SMACK64TRANSMUTE\n[ 0.274960] evm: security.SMACK64MMAP\n[ 0.275684] evm: security.ima\n[ 0.276303] evm: security.capability\n[ 0.277095] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.278914] pinctrl core: initialized pinctrl subsystem\n[ 0.280010] RTC time: 12:38:01, date: 10/12/18\n[ 0.280988] NET: Registered protocol family 16\n[ 0.281935] cpuidle: using governor ladder\n[ 0.282721] cpuidle: using governor menu\n[ 0.283472] PCCT header not found.\n[ 0.284207] ACPI: bus type PCI registered\n[ 0.284978] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.286171] PCI: Using configuration type 1 for base access\n[ 0.287918] ACPI: Added _OSI(Module Device)\n[ 0.288728] ACPI: Added _OSI(Processor Device)\n[ 0.289557] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.290435] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.292615] ACPI: Interpreter enabled\n[ 0.293357] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.295138] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.296900] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.298672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.300459] ACPI: (supports S0 S5)\n[ 0.301143] ACPI: Using IOAPIC for interrupt routing\n[ 0.302051] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.305233] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.306327] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.307506] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.308643] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.310796] acpiphp: Slot [3] registered\n[ 0.311567] acpiphp: Slot [4] registered\n[ 0.312328] acpiphp: Slot [5] registered\n[ 0.313111] acpiphp: Slot [6] registered\n[ 0.313879] acpiphp: Slot [7] registered\n[ 0.314654] acpiphp: Slot [8] registered\n[ 0.315420] acpiphp: Slot [9] registered\n[ 0.316188] acpiphp: Slot [10] registered\n[ 0.316979] acpiphp: Slot [11] registered\n[ 0.317759] acpiphp: Slot [12] registered\n[ 0.318541] acpiphp: Slot [13] registered\n[ 0.319320] acpiphp: Slot [14] registered\n[ 0.320105] acpiphp: Slot [15] registered\n[ 0.330864] acpiphp: Slot [16] registered\n[ 0.331654] acpiphp: Slot [17] registered\n[ 0.332429] acpiphp: Slot [18] registered\n[ 0.333208] acpiphp: Slot [19] registered\n[ 0.333984] acpiphp: Slot [20] registered\n[ 0.334767] acpiphp: Slot [21] registered\n[ 0.335549] acpiphp: Slot [22] registered\n[ 0.336324] acpiphp: Slot [23] registered\n[ 0.337103] acpiphp: Slot [24] registered\n[ 0.337880] acpiphp: Slot [25] registered\n[ 0.338662] acpiphp: Slot [26] registered\n[ 0.339454] acpiphp: Slot [27] registered\n[ 0.340254] acpiphp: Slot [28] registered\n[ 0.341056] acpiphp: Slot [29] registered\n[ 0.341843] acpiphp: Slot [30] registered\n[ 0.342633] acpiphp: Slot [31] registered\n[ 0.343415] PCI host bridge to bus 0000:00\n[ 0.344203] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.345382] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.346556] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347960] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349369] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355706] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.356967] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358116] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.359356] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.366281] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.367685] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.416627] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.418135] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.419536] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420946] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422324] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424229] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425362] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.426391] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.427899] vgaarb: loaded\n[ 0.428491] vgaarb: bridge control possible 0000:00:02.0\n[ 0.429609] SCSI subsystem initialized\n[ 0.430413] ACPI: bus type USB registered\n[ 0.431212] usbcore: registered new interface driver usbfs\n[ 0.432233] usbcore: registered new interface driver hub\n[ 0.433224] usbcore: registered new device driver usb\n[ 0.434262] PCI: Using ACPI for IRQ routing\n[ 0.435271] NetLabel: Initializing\n[ 0.435973] NetLabel: domain hash size = 128\n[ 0.436812] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.437747] NetLabel: unlabeled traffic allowed by default\n[ 0.438824] clocksource: Switched to clocksource kvm-clock\n[ 0.444441] AppArmor: AppArmor Filesystem Enabled\n[ 0.445398] pnp: PnP ACPI init\n[ 0.446308] pnp: PnP ACPI: found 5 devices\n[ 0.452669] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.454351] NET: Registered protocol family 2\n[ 0.455304] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.456550] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.457689] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.458819] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.459885] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461033] NET: Registered protocol family 1\n[ 0.461899] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.462974] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.464023] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.478021] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.492231] Trying to unpack rootfs image as initramfs...\n[ 0.541697] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.555545] Scanning for low memory corruption every 60 seconds\n[ 0.556893] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.558015] audit: initializing netlink subsys (disabled)\n[ 0.559020] audit: type=2000 audit(1539347882.793:1): initialized\n[ 0.560303] Initialise system trusted keyring\n[ 0.561212] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.562345] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.564859] zbud: loaded\n[ 0.565703] VFS: Disk quotas dquot_6.6.0\n[ 0.566887] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.568945] fuse init (API version 7.23)\n[ 0.570245] Key type big_key registered\n[ 0.571345] Allocating IMA MOK and blacklist keyrings.\n[ 0.573062] Key type asymmetric registered\n[ 0.574158] Asymmetric key parser 'x509' registered\n[ 0.575630] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.578173] io scheduler noop registered\n[ 0.579336] io scheduler deadline registered (default)\n[ 0.580775] io scheduler cfq registered\n[ 0.581929] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583400] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.584996] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586714] ACPI: Power Button [PWRF]\n[ 0.587698] GHES: HEST is not enabled!\n[ 0.607884] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.637695] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.640423] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.664868] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667785] Linux agpgart interface v0.103\n[ 0.670051] brd: module loaded\n[ 0.671449] loop: module loaded\n[ 0.676291] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.677881] GPT:90111 != 2097151\n[ 0.678609] GPT:Alternate GPT header not at the end of the disk.\n[ 0.679799] GPT:90111 != 2097151\n[ 0.680508] GPT: Use GNU Parted to correct GPT errors.\n[ 0.681530] vda: vda1 vda15\n[ 0.683081] scsi host0: ata_piix\n[ 0.683872] scsi host1: ata_piix\n[ 0.684606] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.685847] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.687353] libphy: Fixed MDIO Bus: probed\n[ 0.688237] tun: Universal TUN/TAP device driver, 1.6\n[ 0.689199] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.691368] PPP generic driver version 2.4.2\n[ 0.692285] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.693671] ehci-pci: EHCI PCI platform driver\n[ 0.694604] ehci-platform: EHCI generic platform driver\n[ 0.695680] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.696876] ohci-pci: OHCI PCI platform driver\n[ 0.697791] ohci-platform: OHCI generic platform driver\n[ 0.698820] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.712990] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.714007] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.715432] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.716410] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.717495] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.718672] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.720051] usb usb1: Product: UHCI Host Controller\n[ 0.720959] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.722063] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.722999] hub 1-0:1.0: USB hub found\n[ 0.723761] hub 1-0:1.0: 2 ports detected\n[ 0.724653] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.726730] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.727671] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.728667] mousedev: PS/2 mouse device common for all mice\n[ 0.729883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731688] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732752] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.733914] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.735080] i2c /dev entries driver\n[ 0.735841] device-mapper: uevent: version 1.0.3\n[ 0.736744] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.738322] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.739590] NET: Registered protocol family 10\n[ 0.740552] NET: Registered protocol family 17\n[ 0.741414] Key type dns_resolver registered\n[ 0.742322] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.743393] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.745110] registered taskstats version 1\n[ 0.745922] Loading compiled-in X.509 certificates\n[ 0.747337] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.749144] zswap: loaded using pool lzo/zbud\n[ 0.750982] Key type trusted registered\n[ 0.752514] Key type encrypted registered\n[ 0.753316] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.754314] ima: No TPM chip found, activating TPM-bypass!\n[ 0.755337] evm: HMAC attrs: 0x1\n[ 0.756635] Magic number: 6:778:632\n[ 0.757469] rtc_cmos 00:00: setting system clock to 2018-10-12 12:38:02 UTC (1539347882)\n[ 0.759054] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.760137] EDD information not available.\n[ 0.843902] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.845411] Write protecting the kernel read-only data: 14336k\n[ 0.857219] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.858998] 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.901338] 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 select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.06. iid=i-000000f3\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/CM9nMsnbPFTPL81nOcJDquxBzM/UAGjJBCbpojL4B+vZz0h0YC72GMK0ZsipUvuj0QrU89z2V1VU5y1AOwJLw4Wv7v7ohE1XMH+Y/7/VzuycCx3rX84D0/RVMMfGvKQi8mtEbWXH9Y1qIfRCe2ddVGXJ7GAamu5junzZCplWQNo0tCFASW0rOYz+UW2Y+GB9X2CYu/UsLjNWHqEz1hz2DgyV+Sq2fSgWsqYEVWWz+NnkQtN3L+BYDsgB+ZXmSoGggrSmilqutV92kew63JsXUvfKB/68UlsZGCj8RuXQ5iPcRZh1fTG6MaH37U7a7l13x5ro30ttv6HPJ1fu8AEz root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMYHkdJZV03vZHvX59DGfWzQRQRvBY3Qhddcfqh/rOgQ/CeHs2wt+reek8EDqTb4Zh1wYAcTA92tsfZJEatY1AOXaHNoE0BNncc8fn0E80427gMCjXh5lw+sUBEYb1AyaekphlpV1eGkOmUBm08qaYoAVHp7nXGO3mfguVbWBN7HAAAAFQCIjlqrNGgkGAF/Jc1O9YJSxSlfzQAAAIEAigsM6Zi+0iGkX/QHKEyrjJtlyRM/54OMNHLap7ooK2ZHGThed2kQ8v4y58+2jmG2Qfg9xD0hyZklotMMFELZnpOPhByvFETxkHVWSOs51Ul55+g6R6WPZtHwZ82nOnW/Ny+WtgTDeCF/HukcEmNnctebB2UJj5qYi9lYYzGAcSAAAACAbHSvuaBcF0sEu6eVv1+1V5AaujprP0nmu9zVI9xEOkU8teMwhZuMvb58gfXMX5HBMXItBWwDI6K90TlpB+m83uUXaY2JbZEfKqVwtbX2k8J0obPvhnX/poUJ7PAMNdQyDw9Iy0zMdrwEBiwm6N6sUD0fbi6T7JAWFBraIYR4W8c= 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.8,24,fe80::f816:3eff:fe76:ca8f/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-000000f3\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=6.87 ===\n/dev/root resized successfully [took 1.63s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:76:CA:8F \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe76:ca8f/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:7996 (7.8 KiB) TX bytes:9165 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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.193932] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.196575] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.196577] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.196578] usb 1-1: Product: QEMU USB Tablet\n[ 1.196579] usb 1-1: Manufacturer: QEMU\n[ 1.196580] usb 1-1: SerialNumber: 42\n[ 1.205833] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.555105] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325574b9f72, max_idle_ns: 440795367431 ns\n[ 7.047334] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 7.355772] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 12 13:38:02 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 12 13:38:02 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 12 13:38:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 12 13:38:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 12 13:38:02 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 12 13:38:02 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)\nOct 12 13:38:02 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 12 13:38:02 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 12 13:38:02 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 12 13:38:02 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 12 13:38:02 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 12 13:38:02 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 12 13:38:03 cirros kern.info kernel: [ 1.555105] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325574b9f72, max_idle_ns: 440795367431 ns\nOct 12 13:38:08 cirros auth.notice su: + /dev/console root:cirros\nOct 12 13:38:08 cirros authpriv.info dropbear[340]: Running in background\nOct 12 13:38:08 cirros kern.info kernel: [ 7.047334] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 12 13:38:09 cirros kern.info kernel: [ 7.355772] 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-10-12 12:39:07,349 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2207be27-cadc-40f6-ac3d-3f5147fc80dd/action used request id req-e1381202-dac4-4001-b388-564f6da2bead 2018-10-12 12:39:09,384 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-10-12 12:39:39,391 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-12 12:39:39,392 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-12 12:39:39,392 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-12 12:39:39,394 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-12 12:39:39,430 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-12 12:39:39,432 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-12 12:39:39,432 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-12 12:39:39,433 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-12 12:39:39,433 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-12 12:39:39,474 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-12 12:39:39,507 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-12 12:39:39,507 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-12 12:39:39,508 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-12 12:39:39,510 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-12 12:39:39,510 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-12 12:39:39,514 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-12 12:39:39,554 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-12 12:39:39,556 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-12 12:39:39,557 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-12 12:39:39,558 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-12 12:39:39,558 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-12 12:39:39,598 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-12 12:39:39,633 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-12 12:39:39,634 - sdnvpn-results - INFO - Check if a new group was added to OVS 2018-10-12 12:39:39,634 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-12 12:39:39,635 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-12 12:39:39,636 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-12 12:39:39,637 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-12 12:39:39,638 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-12 12:39:39,672 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-10-12 12:39:39,673 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-10-12 12:39:39,673 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-10-12 12:39:39,674 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-10-12 12:39:39,674 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-10-12 12:39:39,714 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-10-12 12:39:39,773 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-10-12 12:39:39,773 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-12 12:39:39,774 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-10-12 12:39:39,775 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-12 12:39:39,775 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-12 12:39:39,777 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-12 12:39:39,834 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-10-12 12:39:39,839 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5d06d9479a96e7418cfd04bbb2fe32d3db47ada" -d '{"forceDelete": null}' 2018-10-12 12:39:39,841 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-10-12 12:39:40,018 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:39:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9703aa8c-4d6f-4453-a9c2-2de601f80540 x-compute-request-id: req-9703aa8c-4d6f-4453-a9c2-2de601f80540 Content-Length: 0 Content-Type: application/json 2018-10-12 12:39:40,018 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/974a09d9-6ffe-47d8-bbd3-791f281f2a30/action used request id req-9703aa8c-4d6f-4453-a9c2-2de601f80540 2018-10-12 12:39:40,021 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/2207be27-cadc-40f6-ac3d-3f5147fc80dd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5d06d9479a96e7418cfd04bbb2fe32d3db47ada" -d '{"forceDelete": null}' 2018-10-12 12:39:40,204 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12: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 x-openstack-request-id: req-54016deb-e1ac-44cd-a1ee-4a2039211d7c x-compute-request-id: req-54016deb-e1ac-44cd-a1ee-4a2039211d7c Content-Length: 0 Content-Type: application/json 2018-10-12 12:39:40,204 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/2207be27-cadc-40f6-ac3d-3f5147fc80dd/action used request id req-54016deb-e1ac-44cd-a1ee-4a2039211d7c 2018-10-12 12:39:40,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/7e0f69a1-5363-4728-a25d-6d030e37445a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}42623e22e1848678686e754b9f147f7a1e3059df" 2018-10-12 12:39:41,957 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8e5eac40-9476-4d1c-ba7b-49098d892586 Date: Fri, 12 Oct 2018 12:39:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 12:39:41,957 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/7e0f69a1-5363-4728-a25d-6d030e37445a used request id req-8e5eac40-9476-4d1c-ba7b-49098d892586 2018-10-12 12:39:41,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/deba32a4-a09c-470d-bdfd-0c51fc6d6caa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35bdc6a3c374f046cc8611dda082d19b1dddebf7" 2018-10-12 12:39:44,289 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-245337fa-650d-4d11-a1b8-fefef65c17de Date: Fri, 12 Oct 2018 12:39:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:39:44,289 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/deba32a4-a09c-470d-bdfd-0c51fc6d6caa used request id req-245337fa-650d-4d11-a1b8-fefef65c17de 2018-10-12 12:39:44,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/88c19044-db1d-4b64-9670-27f923f538c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35bdc6a3c374f046cc8611dda082d19b1dddebf7" 2018-10-12 12:39:46,205 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-25bf1246-fc70-4c03-86ae-3fc56f1cbd22 Date: Fri, 12 Oct 2018 12:39:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:39:46,205 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/88c19044-db1d-4b64-9670-27f923f538c8 used request id req-25bf1246-fc70-4c03-86ae-3fc56f1cbd22 2018-10-12 12:39:46,206 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-10-12 12:39:46,206 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-10-12 12:39:46,206 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-10-12 12:39:46,209 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-10-12 12:39:46,271 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-10-12 12:39:46,272 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-10-12 12:39:46,273 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-10-12 12:39:46,273 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-10-12 12:39:46,273 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-10-12 12:39:46,276 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-10-12 12:39:46,337 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-10-12 12:39:46,337 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-10-12 12:39:46,338 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-10-12 12:40:16,361 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-10-12 12:40:16,362 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-10-12 12:40:16,362 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-10-12 12:40:16,364 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-10-12 12:40:16,402 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-10-12 12:40:16,403 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-10-12 12:40:16,404 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-10-12 12:40:16,405 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-10-12 12:40:16,405 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-10-12 12:40:16,445 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-10-12 12:40:16,481 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-10-12 12:40:16,482 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-10-12 12:40:16,483 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-10-12 12:40:16,483 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-10-12 12:40:16,483 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-10-12 12:40:16,487 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-10-12 12:40:16,522 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-10-12 12:40:16,524 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-10-12 12:40:16,524 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-10-12 12:40:16,525 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-10-12 12:40:16,526 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-10-12 12:40:16,566 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-10-12 12:40:16,599 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-10-12 12:40:16,599 - sdnvpn-results - INFO - Check if group was removed from OVS after deleting the topology. 2018-10-12 12:40:16,600 - 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-10-12 12:40:16,600 - sdnvpn-results - INFO - One or more subtests have failed. 2018-10-12 12:40:16,600 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_11 2018-10-12 12:40:16,601 - 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-10-12 12:40:16,601 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-10-12 12:40:16,602 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association' 2018-10-12 12:40:16,602 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================================================== 2018-10-12 12:40:16,602 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_4 2018-10-12 12:40:16,692 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_4 main method 2018-10-12 12:40:16,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:40:16,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:40:16,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:40:16,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:40:16,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:40:16,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:40:16,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:40:16,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:40:16,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:40:16,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:40:16,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:40:16,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:40:16,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:40:16,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:40:16,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:40:16,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:40:16,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:40:16,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:40:16,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:40:16,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:40:16,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:40:16,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:40:16,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:40:16,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:40:16,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:40:16,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:40:16,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:40:16,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:40:16,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:40:16,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:40:16,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:40:16,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:40:16,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:40:16,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:40:16,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:40:16,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:40:16,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:40:16,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:40:16,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:40:16,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:40:16,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:40:16,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:40:16,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:40:16,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:40:16,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:40:16,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:40:16,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:40:16,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:40:16,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-12 12:40:16,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:40:16,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:40:16,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:40:16,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:40:16,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:40:16,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:40:16,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:40:16,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:40:16,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:40:16,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:40:16,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:40:16,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:40:16,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:40:16,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:40:16,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:40:16,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:40:16,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:40:16,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:40:16,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:40:16,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:40:16,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:40:16,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:40:16,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:40:16,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:40:16,701 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-12 12:40:16,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:40:16,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:40:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e2d8eb4-77cb-43b8-8efd-46c05a16fdc9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:40:16,710 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1e2d8eb4-77cb-43b8-8efd-46c05a16fdc9 2018-10-12 12:40:16,710 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:40:17,090 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:40:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["IA3urL43Q8ilaz-n9ji-LQ"], "issued_at": "2018-10-12T12:40:17.000000Z"}} 2018-10-12 12:40:17,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}caf5ca4af1f54a4be6c865030e7ba9d1d8509abf" 2018-10-12 12:40:17,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-0269dd12-f0a4-4207-bb7e-7a1c0f0576b1 Date: Fri, 12 Oct 2018 12:40:17 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-12 12:40:17,256 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20 used request id req-0269dd12-f0a4-4207-bb7e-7a1c0f0576b1 2018-10-12 12:40:17,256 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-12 12:40:17,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}caf5ca4af1f54a4be6c865030e7ba9d1d8509abf" 2018-10-12 12:40:17,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b208b3f8-49c6-432b-828d-b3519cc1685f Date: Fri, 12 Oct 2018 12:40:17 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-12 12:40:17,419 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-b208b3f8-49c6-432b-828d-b3519cc1685f 2018-10-12 12:40:17,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}caf5ca4af1f54a4be6c865030e7ba9d1d8509abf" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-12 12:40:17,649 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/fea39fad-d0bb-4449-91d0-350f3caa4246 X-Openstack-Request-Id: req-d15974ab-7a71-4459-95c6-a345c68f6008 Date: Fri, 12 Oct 2018 12:40:17 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T12:40:17Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-12T12:40:17Z", "visibility": "public", "locations": [], "self": "/v2/images/fea39fad-d0bb-4449-91d0-350f3caa4246", "min_disk": 0, "protected": false, "id": "fea39fad-d0bb-4449-91d0-350f3caa4246", "file": "/v2/images/fea39fad-d0bb-4449-91d0-350f3caa4246/file", "checksum": null, "owner": "d6e005d8411b4b378ddb320b792455b0", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 12:40:17,649 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-d15974ab-7a71-4459-95c6-a345c68f6008 2018-10-12 12:40:17,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/fea39fad-d0bb-4449-91d0-350f3caa4246/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}caf5ca4af1f54a4be6c865030e7ba9d1d8509abf" -d '' 2018-10-12 12:40:18,610 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3b15a603-315b-4580-bfaa-429f2cf74ec0 Date: Fri, 12 Oct 2018 12:40:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 12:40:18,611 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/fea39fad-d0bb-4449-91d0-350f3caa4246/file used request id req-3b15a603-315b-4580-bfaa-429f2cf74ec0 2018-10-12 12:40:18,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:40:18,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:40:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6db7cd5d-330b-4911-953c-253aa75bcfcc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:40:18,619 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-6db7cd5d-330b-4911-953c-253aa75bcfcc 2018-10-12 12:40:18,621 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:40:19,000 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:40:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["GaRkQg4hTjOAql0lG0w-Dw"], "issued_at": "2018-10-12T12:40:19.000000Z"}} 2018-10-12 12:40:19,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbff9ab860f2451cc505d7287eb3bfd9088151f" 2018-10-12 12:40:19,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-ece82041-fa2c-4208-bbb2-3d329a896cf5 Date: Fri, 12 Oct 2018 12:40:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fa928d39-d2b5-4f95-ac16-b172d3f448b9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":["90817aa9-bb57-4142-9d31-13e4b4702cde"],"description":"","tags":[],"updated_at":"2018-10-12T12:32:01Z","provider:segmentation_id":8,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:32:01Z","provider:network_type":"vxlan"}]} 2018-10-12 12:40:19,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-ece82041-fa2c-4208-bbb2-3d329a896cf5 2018-10-12 12:40:19,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbff9ab860f2451cc505d7287eb3bfd9088151f" 2018-10-12 12:40:19,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1254 X-Openstack-Request-Id: req-14f6b370-f9d4-400e-9388-8c01eb739a2f Date: Fri, 12 Oct 2018 12:40:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:14Z","dns_nameservers":[],"updated_at":"2018-10-12T10:34:14Z","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":"a326b90e4e0b4021a92eb982e1729d5e","id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fa928d39-d2b5-4f95-ac16-b172d3f448b9","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:32:01Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-12T12:32:01Z","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":"d6e005d8411b4b378ddb320b792455b0","id":"90817aa9-bb57-4142-9d31-13e4b4702cde","subnetpool_id":null,"name":"sdnvpn-12-1-subnet"}]} 2018-10-12 12:40:19,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-14f6b370-f9d4-400e-9388-8c01eb739a2f 2018-10-12 12:40:19,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbff9ab860f2451cc505d7287eb3bfd9088151f" 2018-10-12 12:40:19,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-633117ad-11a5-41e0-a7eb-ddc02730755f Date: Fri, 12 Oct 2018 12:40:19 GMT RESP BODY: {"routers": []} 2018-10-12 12:40:19,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers used request id req-633117ad-11a5-41e0-a7eb-ddc02730755f 2018-10-12 12:40:19,712 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2018-10-12 12:40:19,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbff9ab860f2451cc505d7287eb3bfd9088151f" -d '{"network": {"name": "sdnvpn-4-1-net", "admin_state_up": true}}' 2018-10-12 12:40:20,231 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-25f655dc-81ba-491f-b24d-d6431b826792 Date: Fri, 12 Oct 2018 12:40:20 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ac3604b2-a537-4c9b-bbd6-4d5431db7226","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T12:40:20Z","is_default":false,"provider:segmentation_id":61,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:40:20Z","mtu":1450}} 2018-10-12 12:40:20,231 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-25f655dc-81ba-491f-b24d-d6431b826792 2018-10-12 12:40:20,231 - sdnvpn.lib.openstack_utils - DEBUG - Network 'ac3604b2-a537-4c9b-bbd6-4d5431db7226' created successfully 2018-10-12 12:40:20,232 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-12 12:40:20,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbff9ab860f2451cc505d7287eb3bfd9088151f" -d '{"subnets": [{"ip_version": 4, "network_id": "ac3604b2-a537-4c9b-bbd6-4d5431db7226", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-1-subnet"}]}' 2018-10-12 12:40:20,770 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-91aa46f3-4bcb-4839-82ea-8b0bd2f6f050 Date: Fri, 12 Oct 2018 12:40:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ac3604b2-a537-4c9b-bbd6-4d5431db7226","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:40:20Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-12T12:40:20Z","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":"d6e005d8411b4b378ddb320b792455b0","id":"7596ecf2-929e-4a04-aef6-e62bace7b700","subnetpool_id":null,"name":"sdnvpn-4-1-subnet"}]} 2018-10-12 12:40:20,770 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-91aa46f3-4bcb-4839-82ea-8b0bd2f6f050 2018-10-12 12:40:20,770 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '7596ecf2-929e-4a04-aef6-e62bace7b700' created successfully 2018-10-12 12:40:20,771 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-12 12:40:20,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbff9ab860f2451cc505d7287eb3bfd9088151f" -d '{"router": {"name": "sdnvpn-4-1-router", "admin_state_up": true}}' 2018-10-12 12:40:21,156 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-7c21e078-0567-4261-9daa-97822249ba3a Date: Fri, 12 Oct 2018 12:40:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:40:21Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:40:21Z", "revision_number": 0, "routes": [], "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "445a20cd-5d1c-4aa2-b194-49d722cc7a52", "name": "sdnvpn-4-1-router"}} 2018-10-12 12:40:21,156 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-7c21e078-0567-4261-9daa-97822249ba3a 2018-10-12 12:40:21,156 - sdnvpn.lib.openstack_utils - DEBUG - Router '445a20cd-5d1c-4aa2-b194-49d722cc7a52' created successfully 2018-10-12 12:40:21,157 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-12 12:40:21,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/445a20cd-5d1c-4aa2-b194-49d722cc7a52/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbff9ab860f2451cc505d7287eb3bfd9088151f" -d '{"subnet_id": "7596ecf2-929e-4a04-aef6-e62bace7b700"}' 2018-10-12 12:40:22,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6440f57d-0a78-430c-87ae-da039ea5616a Date: Fri, 12 Oct 2018 12:40:22 GMT RESP BODY: {"network_id": "ac3604b2-a537-4c9b-bbd6-4d5431db7226", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "subnet_id": "7596ecf2-929e-4a04-aef6-e62bace7b700", "subnet_ids": ["7596ecf2-929e-4a04-aef6-e62bace7b700"], "port_id": "f5e9645a-d2b9-4659-baaf-ce940fd64de8", "id": "445a20cd-5d1c-4aa2-b194-49d722cc7a52"} 2018-10-12 12:40:22,562 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/445a20cd-5d1c-4aa2-b194-49d722cc7a52/add_router_interface used request id req-6440f57d-0a78-430c-87ae-da039ea5616a 2018-10-12 12:40:22,562 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-12 12:40:22,563 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-12 12:40:22,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbff9ab860f2451cc505d7287eb3bfd9088151f" 2018-10-12 12:40:22,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2015 X-Openstack-Request-Id: req-d769becd-443a-4e4b-8eb5-4e93aa206879 Date: Fri, 12 Oct 2018 12:40:22 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ac3604b2-a537-4c9b-bbd6-4d5431db7226","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":["7596ecf2-929e-4a04-aef6-e62bace7b700"],"description":"","tags":[],"updated_at":"2018-10-12T12:40:20Z","provider:segmentation_id":61,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:40:20Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fa928d39-d2b5-4f95-ac16-b172d3f448b9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":["90817aa9-bb57-4142-9d31-13e4b4702cde"],"description":"","tags":[],"updated_at":"2018-10-12T12:32:01Z","provider:segmentation_id":8,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:32:01Z","provider:network_type":"vxlan"}]} 2018-10-12 12:40:22,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-d769becd-443a-4e4b-8eb5-4e93aa206879 2018-10-12 12:40:22,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/445a20cd-5d1c-4aa2-b194-49d722cc7a52 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbff9ab860f2451cc505d7287eb3bfd9088151f" -d '{"router": {"external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2"}}}' 2018-10-12 12:40:24,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-a76de989-8b5e-4349-85fd-3616b02a1e03 Date: Fri, 12 Oct 2018 12:40:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:40:21Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:40:24Z", "revision_number": 4, "routes": [], "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "445a20cd-5d1c-4aa2-b194-49d722cc7a52", "name": "sdnvpn-4-1-router"}} 2018-10-12 12:40:24,731 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/445a20cd-5d1c-4aa2-b194-49d722cc7a52 used request id req-a76de989-8b5e-4349-85fd-3616b02a1e03 2018-10-12 12:40:24,733 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-12 12:40:24,733 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-4-2-net 2018-10-12 12:40:24,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbff9ab860f2451cc505d7287eb3bfd9088151f" -d '{"network": {"name": "sdnvpn-4-2-net", "admin_state_up": true}}' 2018-10-12 12:40:25,147 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-bb028aab-b289-46c3-9be8-9a6b6a9b419c Date: Fri, 12 Oct 2018 12:40: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":"1181e965-ce50-4845-ae5c-20364a3e851b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T12:40:25Z","is_default":false,"provider:segmentation_id":43,"name":"sdnvpn-4-2-net","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:40:24Z","mtu":1450}} 2018-10-12 12:40:25,147 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-bb028aab-b289-46c3-9be8-9a6b6a9b419c 2018-10-12 12:40:25,148 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-4-2-subnet in network 1181e965-ce50-4845-ae5c-20364a3e851b with cidr 10.10.11.0/24 2018-10-12 12:40:25,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbff9ab860f2451cc505d7287eb3bfd9088151f" -d '{"subnets": [{"ip_version": 4, "network_id": "1181e965-ce50-4845-ae5c-20364a3e851b", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-2-subnet"}]}' 2018-10-12 12:40:25,608 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-0afba52a-53bd-4f22-bb2a-bef14442f2ac Date: Fri, 12 Oct 2018 12:40:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1181e965-ce50-4845-ae5c-20364a3e851b","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:40:25Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-12T12:40:25Z","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":"d6e005d8411b4b378ddb320b792455b0","id":"3eae61c9-e668-43b1-bd14-bdf641526020","subnetpool_id":null,"name":"sdnvpn-4-2-subnet"}]} 2018-10-12 12:40:25,608 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-0afba52a-53bd-4f22-bb2a-bef14442f2ac 2018-10-12 12:40:25,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbff9ab860f2451cc505d7287eb3bfd9088151f" 2018-10-12 12:40:25,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-aba4350d-c13b-4450-9e5d-4d759487fda2 Date: Fri, 12 Oct 2018 12:40:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "created_at": "2018-10-12T12:11:38Z", "updated_at": "2018-10-12T12:11:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "1e3a1018-ad30-4590-a304-5695017ce9df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "670a735b-aa37-4b15-a4af-7d422f280a47", "remote_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "afd171d3-7f5e-4987-afe0-cc382d12e0d9", "remote_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "f775879f-edd8-4ca7-8c5b-92d05be5901b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}], "revision_number": 4, "project_id": "0f9cd33d54bb43498a1eec2e9b62c518", "id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "updated_at": "2018-10-12T10:34:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "2ae4f47a-860c-4316-ac71-26a7138a332b", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "652ffd7b-44c1-45ae-bacb-d752209f00a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "c6536286-1efd-4324-bff2-83bf4e288f74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "d00fd409-954d-4a7e-b2ce-3b8e9364f9b2", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}], "revision_number": 4, "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "665a8bea-d7bf-418c-8720-ca198157c68e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "updated_at": "2018-10-12T10:44:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "03a7346d-e81e-42f1-90d8-2d77a0e34ff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "25484a0d-c36c-4968-8497-2fab34786f38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "3051e92e-adfd-43d1-8ad4-a37e12b00332", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "c8cd6bce-c3f0-4e98-afd5-635192d18ba4", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 4, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "updated_at": "2018-10-12T10:47:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "949496b4-b497-4a18-b6fe-e484eb4cd872", "remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "9f341cb7-083b-4329-bca3-1a395a91d0be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "bdbe928d-b791-4fc6-90ae-6c3615c86e98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "d081a0eb-165e-4df4-84c6-1cc829e521cc", "remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7a87eb57-d271-422f-a9cd-14b017359d35", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:53Z", "updated_at": "2018-10-12T12:19:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:16:53Z", "revision_number": 0, "id": "4691902c-126e-41c9-9882-de419c0d0ffd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:53Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-12T12:19:52Z", "revision_number": 0, "id": "4a594b00-87c5-4885-845b-b291b8a68e42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:19:52Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": 179, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-12T12:16:55Z", "revision_number": 0, "id": "4e0ddac3-3647-4aa1-bd6e-209bacf3d20b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:55Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:16:53Z", "revision_number": 0, "id": "5ca0f127-7885-4327-aeb8-e9148550c582", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:53Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-12T12:16:54Z", "revision_number": 0, "id": "7d142794-4b1a-4c7a-973d-eff35efe06b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:54Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:16:54Z", "revision_number": 0, "id": "8fcefee5-c604-41bd-95ee-cc233116bce2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:54Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-12T12:16:55Z", "revision_number": 0, "id": "b87fbce2-7987-4a1e-b96d-22d8f7dcb7d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:55Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 7, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "a012b764-3d71-4fe8-a730-445db10f62d9", "name": "sdnvpn-sg"}]} 2018-10-12 12:40:25,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-aba4350d-c13b-4450-9e5d-4d759487fda2 2018-10-12 12:40:25,848 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-12 12:40:25,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:40:25,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:40:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-841e56a8-0014-44f5-9f81-9929acc38eeb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:40:25,857 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-841e56a8-0014-44f5-9f81-9929acc38eeb 2018-10-12 12:40:25,857 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:40:26,237 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:40:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["g7Tywx91Tke1B5x7VPB5Qg"], "issued_at": "2018-10-12T12:40:26.000000Z"}} 2018-10-12 12:40:26,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e60e4ec3de11bf490a10b8316f2d1c06c42854e7" 2018-10-12 12:40:26,824 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:40:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-96a0c063-7bd0-4478-b19e-52756cf476ce x-compute-request-id: req-96a0c063-7bd0-4478-b19e-52756cf476ce Content-Encoding: gzip Content-Length: 725 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 108}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 114}, "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": 6}]} 2018-10-12 12:40:26,824 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-96a0c063-7bd0-4478-b19e-52756cf476ce 2018-10-12 12:40:26,825 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-10-12 12:40:26,825 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-2'... 2018-10-12 12:40:26,825 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-2 flavor=m1.tiny image=fea39fad-d0bb-4449-91d0-350f3caa4246 network=ac3604b2-a537-4c9b-bbd6-4d5431db7226 secgroup=a012b764-3d71-4fe8-a730-445db10f62d9 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-12 12:40:26,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:40:26,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:40:26,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:40:26,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:40:26,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:40:26,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:40:26,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:40:26,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:40:26,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:40:26,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:40:26,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:40:26,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:40:26,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:40:26,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:40:26,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:40:26,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:40:26,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:40:26,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:40:26,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:40:26,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:40:26,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:40:26,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:40:26,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:40:26,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:40:26,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:40:26,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:40:26,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:40:26,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:40:26,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:40:26,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:40:26,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:40:26,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:40:26,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:40:26,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:40:26,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:40:26,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:40:26,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:40:26,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:40:26,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:40:26,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:40:26,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:40:26,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:40:26,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:40:26,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:40:26,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:40:26,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:40:26,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:40:26,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:40:26,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:40:26,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:40:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e442266-bbea-4492-87cd-9110bc37cad1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:40:26,848 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7e442266-bbea-4492-87cd-9110bc37cad1 2018-10-12 12:40:26,848 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:40:27,232 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:40:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["qo9cmFQbQiiDszDvDjwUQg"], "issued_at": "2018-10-12T12:40:27.000000Z"}} 2018-10-12 12:40:27,236 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c382a8ca8cef6d9bff9937caca1514899f6c8383" 2018-10-12 12:40:27,419 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:40:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54bf938c-a6c4-4ad9-b0e7-2e37f7eb3f70 x-compute-request-id: req-54bf938c-a6c4-4ad9-b0e7-2e37f7eb3f70 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-12 12:40:27,419 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-54bf938c-a6c4-4ad9-b0e7-2e37f7eb3f70 2018-10-12 12:40:27,423 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c382a8ca8cef6d9bff9937caca1514899f6c8383" 2018-10-12 12:40:27,443 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:40:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0d035919-76ce-4429-b0e1-fd8bca21dee3 x-compute-request-id: req-0d035919-76ce-4429-b0e1-fd8bca21dee3 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:40:27,443 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 used request id req-0d035919-76ce-4429-b0e1-fd8bca21dee3 2018-10-12 12:40:27,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c382a8ca8cef6d9bff9937caca1514899f6c8383" -d '{"server": {"name": "sdnvpn-4-2", "imageRef": "fea39fad-d0bb-4449-91d0-350f3caa4246", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "da26bcae-e1ba-4983-b952-ae51fda523b7", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ac3604b2-a537-4c9b-bbd6-4d5431db7226"}]}}' 2018-10-12 12:40:29,079 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:40:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-615b56da-ef1c-4c0f-ab55-a7d8f943d933 x-compute-request-id: req-615b56da-ef1c-4c0f-ab55-a7d8f943d933 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/33522011-1ef7-4674-8658-7be238a49595 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "33522011-1ef7-4674-8658-7be238a49595", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/33522011-1ef7-4674-8658-7be238a49595", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/33522011-1ef7-4674-8658-7be238a49595", "rel": "bookmark"}], "adminPass": "vtpd5WGZiR48"}} 2018-10-12 12:40:29,079 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-615b56da-ef1c-4c0f-ab55-a7d8f943d933 2018-10-12 12:40:29,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:40:29,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:40:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a01754fc-ca32-473b-b5d7-5a2e8cfad41a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:40:29,088 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a01754fc-ca32-473b-b5d7-5a2e8cfad41a 2018-10-12 12:40:29,089 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:40:29,466 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:40:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["RC_D6fOcQNK8X-jAPNNbWA"], "issued_at": "2018-10-12T12:40:29.000000Z"}} 2018-10-12 12:40:29,469 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/33522011-1ef7-4674-8658-7be238a49595 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f212b2372c30f8629c06209982d8755a999279c" 2018-10-12 12:40:29,983 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:40:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-77528c8b-03ce-4cf6-a11e-443792f8d50c x-compute-request-id: req-77528c8b-03ce-4cf6-a11e-443792f8d50c 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.26:8774/v2.1/servers/33522011-1ef7-4674-8658-7be238a49595", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/33522011-1ef7-4674-8658-7be238a49595", "rel": "bookmark"}], "image": {"id": "fea39fad-d0bb-4449-91d0-350f3caa4246", "links": [{"href": "http://172.30.9.26:8774/images/fea39fad-d0bb-4449-91d0-350f3caa4246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "33522011-1ef7-4674-8658-7be238a49595", "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:40:29Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-2", "created": "2018-10-12T12:40:29Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:40:29,983 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/33522011-1ef7-4674-8658-7be238a49595 used request id req-77528c8b-03ce-4cf6-a11e-443792f8d50c 2018-10-12 12:40:32,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/33522011-1ef7-4674-8658-7be238a49595 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f212b2372c30f8629c06209982d8755a999279c" 2018-10-12 12:40:33,737 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:40:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f6ad3701-12e2-4727-bffb-94394545e42c x-compute-request-id: req-f6ad3701-12e2-4727-bffb-94394545e42c 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.26:8774/v2.1/servers/33522011-1ef7-4674-8658-7be238a49595", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/33522011-1ef7-4674-8658-7be238a49595", "rel": "bookmark"}], "image": {"id": "fea39fad-d0bb-4449-91d0-350f3caa4246", "links": [{"href": "http://172.30.9.26:8774/images/fea39fad-d0bb-4449-91d0-350f3caa4246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ff", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "33522011-1ef7-4674-8658-7be238a49595", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:40:31Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-2", "created": "2018-10-12T12:40:29Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:40:33,738 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/33522011-1ef7-4674-8658-7be238a49595 used request id req-f6ad3701-12e2-4727-bffb-94394545e42c 2018-10-12 12:40:36,744 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/33522011-1ef7-4674-8658-7be238a49595 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f212b2372c30f8629c06209982d8755a999279c" 2018-10-12 12:40:37,288 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:40:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb309716-10b2-4ca0-90ea-555432e13cc4 x-compute-request-id: req-eb309716-10b2-4ca0-90ea-555432e13cc4 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:21:aa:97", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/33522011-1ef7-4674-8658-7be238a49595", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/33522011-1ef7-4674-8658-7be238a49595", "rel": "bookmark"}], "image": {"id": "fea39fad-d0bb-4449-91d0-350f3caa4246", "links": [{"href": "http://172.30.9.26:8774/images/fea39fad-d0bb-4449-91d0-350f3caa4246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ff", "OS-SRV-USG:launched_at": "2018-10-12T12:40:33.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "33522011-1ef7-4674-8658-7be238a49595", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T12:40:34Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-2", "created": "2018-10-12T12:40:29Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:40:37,288 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/33522011-1ef7-4674-8658-7be238a49595 used request id req-eb309716-10b2-4ca0-90ea-555432e13cc4 2018-10-12 12:40:37,292 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/33522011-1ef7-4674-8658-7be238a49595 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c382a8ca8cef6d9bff9937caca1514899f6c8383" 2018-10-12 12:40:38,285 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:40: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-d0e5aea1-2a34-42a1-861a-f53c1e266b11 x-compute-request-id: req-d0e5aea1-2a34-42a1-861a-f53c1e266b11 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:21:aa:97", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/33522011-1ef7-4674-8658-7be238a49595", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/33522011-1ef7-4674-8658-7be238a49595", "rel": "bookmark"}], "image": {"id": "fea39fad-d0bb-4449-91d0-350f3caa4246", "links": [{"href": "http://172.30.9.26:8774/images/fea39fad-d0bb-4449-91d0-350f3caa4246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ff", "OS-SRV-USG:launched_at": "2018-10-12T12:40:33.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "33522011-1ef7-4674-8658-7be238a49595", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T12:40:34Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-2", "created": "2018-10-12T12:40:29Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:40:38,285 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/33522011-1ef7-4674-8658-7be238a49595 used request id req-d0e5aea1-2a34-42a1-861a-f53c1e266b11 2018-10-12 12:40:38,286 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-2' booted successfully. IP='10.10.10.13'. 2018-10-12 12:40:38,286 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-2' to security group 'sdnvpn-sg'... 2018-10-12 12:40:38,289 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/33522011-1ef7-4674-8658-7be238a49595/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e60e4ec3de11bf490a10b8316f2d1c06c42854e7" -d '{"addSecurityGroup": {"name": "a012b764-3d71-4fe8-a730-445db10f62d9"}}' 2018-10-12 12:40:39,702 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12: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 x-openstack-request-id: req-017e0c97-2a4c-449f-af9a-3125133d7ba3 x-compute-request-id: req-017e0c97-2a4c-449f-af9a-3125133d7ba3 Content-Length: 0 Content-Type: application/json 2018-10-12 12:40:39,702 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/33522011-1ef7-4674-8658-7be238a49595/action used request id req-017e0c97-2a4c-449f-af9a-3125133d7ba3 2018-10-12 12:40:39,702 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-3'... 2018-10-12 12:40:39,702 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-3 flavor=m1.tiny image=fea39fad-d0bb-4449-91d0-350f3caa4246 network=ac3604b2-a537-4c9b-bbd6-4d5431db7226 secgroup=a012b764-3d71-4fe8-a730-445db10f62d9 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-12 12:40:39,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:40:39,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:40:39,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:40:39,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:40:39,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:40:39,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:40:39,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:40:39,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:40:39,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:40:39,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:40:39,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:40:39,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:40:39,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:40:39,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:40:39,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:40:39,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:40:39,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:40:39,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:40:39,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:40:39,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:40:39,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:40:39,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:40:39,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:40:39,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:40:39,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:40:39,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:40:39,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:40:39,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:40:39,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:40:39,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:40:39,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:40:39,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:40:39,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:40:39,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:40:39,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:40:39,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:40:39,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:40:39,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:40:39,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:40:39,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:40:39,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:40:39,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:40:39,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:40:39,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:40:39,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:40:39,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:40:39,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:40:39,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:40:39,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:40:39,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:40:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfebdefd-e289-4694-ab5a-539179aba284 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:40:39,720 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-bfebdefd-e289-4694-ab5a-539179aba284 2018-10-12 12:40:39,720 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:40:40,100 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:40:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["GzOdWCqWRoW-oduiYLoILw"], "issued_at": "2018-10-12T12:40:40.000000Z"}} 2018-10-12 12:40:40,105 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c9955b9ced7784e299783a39b729f9c7cc837d" 2018-10-12 12:40:40,283 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:40: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-9e39f92e-dc8e-4923-a7c8-20d578520b26 x-compute-request-id: req-9e39f92e-dc8e-4923-a7c8-20d578520b26 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-12 12:40:40,284 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-9e39f92e-dc8e-4923-a7c8-20d578520b26 2018-10-12 12:40:40,288 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c9955b9ced7784e299783a39b729f9c7cc837d" 2018-10-12 12:40:40,308 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:40: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-ba7a0849-d6e5-4bfd-a3ad-ae3599dbfb49 x-compute-request-id: req-ba7a0849-d6e5-4bfd-a3ad-ae3599dbfb49 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:40:40,308 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 used request id req-ba7a0849-d6e5-4bfd-a3ad-ae3599dbfb49 2018-10-12 12:40:40,312 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c9955b9ced7784e299783a39b729f9c7cc837d" -d '{"server": {"name": "sdnvpn-4-3", "imageRef": "fea39fad-d0bb-4449-91d0-350f3caa4246", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "da26bcae-e1ba-4983-b952-ae51fda523b7", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ac3604b2-a537-4c9b-bbd6-4d5431db7226"}]}}' 2018-10-12 12:40:41,852 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:40: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-cae41715-90c1-4a47-acb8-4c1dedf4f8f2 x-compute-request-id: req-cae41715-90c1-4a47-acb8-4c1dedf4f8f2 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/e1d2cd12-2f64-458c-ab2b-2096c459f2e5 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e1d2cd12-2f64-458c-ab2b-2096c459f2e5", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e1d2cd12-2f64-458c-ab2b-2096c459f2e5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e1d2cd12-2f64-458c-ab2b-2096c459f2e5", "rel": "bookmark"}], "adminPass": "WZf4nFUoZeek"}} 2018-10-12 12:40:41,852 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-cae41715-90c1-4a47-acb8-4c1dedf4f8f2 2018-10-12 12:40:41,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:40:41,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:40:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0452aef-6132-4a90-8786-ac408fddaf43 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:40:41,860 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-b0452aef-6132-4a90-8786-ac408fddaf43 2018-10-12 12:40:41,861 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:40:42,238 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:40:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["Q2V2TTpoQy2GdHI6HR0H9w"], "issued_at": "2018-10-12T12:40:42.000000Z"}} 2018-10-12 12:40:42,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/e1d2cd12-2f64-458c-ab2b-2096c459f2e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2b8c2066748d10f16ea6b4188a32b1c26efd197" 2018-10-12 12:40:42,791 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-232a51f0-2c61-4b37-bf84-049163ac3e3f x-compute-request-id: req-232a51f0-2c61-4b37-bf84-049163ac3e3f Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e1d2cd12-2f64-458c-ab2b-2096c459f2e5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e1d2cd12-2f64-458c-ab2b-2096c459f2e5", "rel": "bookmark"}], "image": {"id": "fea39fad-d0bb-4449-91d0-350f3caa4246", "links": [{"href": "http://172.30.9.26:8774/images/fea39fad-d0bb-4449-91d0-350f3caa4246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000102", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "e1d2cd12-2f64-458c-ab2b-2096c459f2e5", "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:40:42Z", "hostId": "b5f73af50af3a553d9be82d64b205a1d1d12ae1e6ef3fe7031744a94", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-3", "created": "2018-10-12T12:40:41Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:40:42,791 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e1d2cd12-2f64-458c-ab2b-2096c459f2e5 used request id req-232a51f0-2c61-4b37-bf84-049163ac3e3f 2018-10-12 12:40:45,798 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/e1d2cd12-2f64-458c-ab2b-2096c459f2e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2b8c2066748d10f16ea6b4188a32b1c26efd197" 2018-10-12 12:40:46,475 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:40: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-016dbbc2-6149-4c31-97de-e055b2708be4 x-compute-request-id: req-016dbbc2-6149-4c31-97de-e055b2708be4 Content-Encoding: gzip Content-Length: 772 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:ae:ae:dc", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e1d2cd12-2f64-458c-ab2b-2096c459f2e5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e1d2cd12-2f64-458c-ab2b-2096c459f2e5", "rel": "bookmark"}], "image": {"id": "fea39fad-d0bb-4449-91d0-350f3caa4246", "links": [{"href": "http://172.30.9.26:8774/images/fea39fad-d0bb-4449-91d0-350f3caa4246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000102", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "e1d2cd12-2f64-458c-ab2b-2096c459f2e5", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:40:42Z", "hostId": "b5f73af50af3a553d9be82d64b205a1d1d12ae1e6ef3fe7031744a94", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-3", "created": "2018-10-12T12:40:41Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:40:46,475 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e1d2cd12-2f64-458c-ab2b-2096c459f2e5 used request id req-016dbbc2-6149-4c31-97de-e055b2708be4 2018-10-12 12:40:49,481 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/e1d2cd12-2f64-458c-ab2b-2096c459f2e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2b8c2066748d10f16ea6b4188a32b1c26efd197" 2018-10-12 12:40:50,181 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-ae50dd1a-e5b9-4498-b5a8-f62b60aceedd x-compute-request-id: req-ae50dd1a-e5b9-4498-b5a8-f62b60aceedd Content-Encoding: gzip Content-Length: 777 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:ae:ae:dc", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e1d2cd12-2f64-458c-ab2b-2096c459f2e5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e1d2cd12-2f64-458c-ab2b-2096c459f2e5", "rel": "bookmark"}], "image": {"id": "fea39fad-d0bb-4449-91d0-350f3caa4246", "links": [{"href": "http://172.30.9.26:8774/images/fea39fad-d0bb-4449-91d0-350f3caa4246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000102", "OS-SRV-USG:launched_at": "2018-10-12T12:40:45.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "e1d2cd12-2f64-458c-ab2b-2096c459f2e5", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T12:40:46Z", "hostId": "b5f73af50af3a553d9be82d64b205a1d1d12ae1e6ef3fe7031744a94", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-3", "created": "2018-10-12T12:40:41Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:40:50,181 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e1d2cd12-2f64-458c-ab2b-2096c459f2e5 used request id req-ae50dd1a-e5b9-4498-b5a8-f62b60aceedd 2018-10-12 12:40:50,184 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/e1d2cd12-2f64-458c-ab2b-2096c459f2e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c9955b9ced7784e299783a39b729f9c7cc837d" 2018-10-12 12:40:50,817 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-2ad1a2e4-ba80-4387-9292-5264ce2a9bf7 x-compute-request-id: req-2ad1a2e4-ba80-4387-9292-5264ce2a9bf7 Content-Encoding: gzip Content-Length: 777 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:ae:ae:dc", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/e1d2cd12-2f64-458c-ab2b-2096c459f2e5", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/e1d2cd12-2f64-458c-ab2b-2096c459f2e5", "rel": "bookmark"}], "image": {"id": "fea39fad-d0bb-4449-91d0-350f3caa4246", "links": [{"href": "http://172.30.9.26:8774/images/fea39fad-d0bb-4449-91d0-350f3caa4246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000102", "OS-SRV-USG:launched_at": "2018-10-12T12:40:45.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "e1d2cd12-2f64-458c-ab2b-2096c459f2e5", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T12:40:46Z", "hostId": "b5f73af50af3a553d9be82d64b205a1d1d12ae1e6ef3fe7031744a94", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-3", "created": "2018-10-12T12:40:41Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:40:50,818 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/e1d2cd12-2f64-458c-ab2b-2096c459f2e5 used request id req-2ad1a2e4-ba80-4387-9292-5264ce2a9bf7 2018-10-12 12:40:50,818 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-3' booted successfully. IP='10.10.10.14'. 2018-10-12 12:40:50,818 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-3' to security group 'sdnvpn-sg'... 2018-10-12 12:40:50,821 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/e1d2cd12-2f64-458c-ab2b-2096c459f2e5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e60e4ec3de11bf490a10b8316f2d1c06c42854e7" -d '{"addSecurityGroup": {"name": "a012b764-3d71-4fe8-a730-445db10f62d9"}}' 2018-10-12 12:40:52,418 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12: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 x-openstack-request-id: req-f97632b2-12cb-4dd3-81e3-66ed6bad157d x-compute-request-id: req-f97632b2-12cb-4dd3-81e3-66ed6bad157d Content-Length: 0 Content-Type: application/json 2018-10-12 12:40:52,418 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/e1d2cd12-2f64-458c-ab2b-2096c459f2e5/action used request id req-f97632b2-12cb-4dd3-81e3-66ed6bad157d 2018-10-12 12:40:52,419 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-5'... 2018-10-12 12:40:52,419 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-5 flavor=m1.tiny image=fea39fad-d0bb-4449-91d0-350f3caa4246 network=1181e965-ce50-4845-ae5c-20364a3e851b secgroup=a012b764-3d71-4fe8-a730-445db10f62d9 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-12 12:40:52,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:40:52,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:40:52,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:40:52,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:40:52,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:40:52,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:40:52,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:40:52,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:40:52,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:40:52,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:40:52,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:40:52,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:40:52,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:40:52,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:40:52,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:40:52,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:40:52,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:40:52,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:40:52,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:40:52,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:40:52,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:40:52,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:40:52,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:40:52,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:40:52,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:40:52,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:40:52,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:40:52,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:40:52,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:40:52,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:40:52,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:40:52,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:40:52,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:40:52,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:40:52,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:40:52,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:40:52,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:40:52,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:40:52,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:40:52,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:40:52,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:40:52,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:40:52,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:40:52,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:40:52,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:40:52,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:40:52,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:40:52,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:40:52,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:40:52,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:40:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67a1995f-b8f7-4f7d-8af7-1599f9a37968 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:40:52,437 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-67a1995f-b8f7-4f7d-8af7-1599f9a37968 2018-10-12 12:40:52,438 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:40:52,818 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:40:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["aqs1KQKAQQi2U50difFfCQ"], "issued_at": "2018-10-12T12:40:52.000000Z"}} 2018-10-12 12:40:52,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1cfce01cdf2377771d9afe8e46b4cef7dec1a" 2018-10-12 12:40:52,994 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:40:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e44dbbbd-0767-44d2-a9c2-51b07d99e3b7 x-compute-request-id: req-e44dbbbd-0767-44d2-a9c2-51b07d99e3b7 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-12 12:40:52,994 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-e44dbbbd-0767-44d2-a9c2-51b07d99e3b7 2018-10-12 12:40:52,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1cfce01cdf2377771d9afe8e46b4cef7dec1a" 2018-10-12 12:40:53,018 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-35592bcd-7af9-452c-8cce-37e589463623 x-compute-request-id: req-35592bcd-7af9-452c-8cce-37e589463623 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:40:53,018 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 used request id req-35592bcd-7af9-452c-8cce-37e589463623 2018-10-12 12:40:53,021 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1cfce01cdf2377771d9afe8e46b4cef7dec1a" -d '{"server": {"name": "sdnvpn-4-5", "imageRef": "fea39fad-d0bb-4449-91d0-350f3caa4246", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "da26bcae-e1ba-4983-b952-ae51fda523b7", "max_count": 1, "min_count": 1, "networks": [{"uuid": "1181e965-ce50-4845-ae5c-20364a3e851b"}]}}' 2018-10-12 12:40:54,480 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12: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 x-openstack-request-id: req-51592c97-e4f3-44fd-beb0-81f5b536ce1f x-compute-request-id: req-51592c97-e4f3-44fd-beb0-81f5b536ce1f Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ebda28e4-323c-4a8d-9a54-6521ae604452", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ebda28e4-323c-4a8d-9a54-6521ae604452", "rel": "bookmark"}], "adminPass": "sbTW8PPCtDif"}} 2018-10-12 12:40:54,480 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-51592c97-e4f3-44fd-beb0-81f5b536ce1f 2018-10-12 12:40:54,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:40:54,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:40:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dc47f27-78da-4c20-90cd-2b8eb643de44 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:40:54,489 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5dc47f27-78da-4c20-90cd-2b8eb643de44 2018-10-12 12:40:54,489 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:40:54,871 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:40:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["b47MaA6TRkSo9Nt5n6tM3Q"], "issued_at": "2018-10-12T12:40:54.000000Z"}} 2018-10-12 12:40:54,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0792babf9cca169e8144d196b2eb30dcb788b07" 2018-10-12 12:40:55,410 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-8794e00e-e814-4c27-b419-9425c7757642 x-compute-request-id: req-8794e00e-e814-4c27-b419-9425c7757642 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.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ebda28e4-323c-4a8d-9a54-6521ae604452", "rel": "bookmark"}], "image": {"id": "fea39fad-d0bb-4449-91d0-350f3caa4246", "links": [{"href": "http://172.30.9.26:8774/images/fea39fad-d0bb-4449-91d0-350f3caa4246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "ebda28e4-323c-4a8d-9a54-6521ae604452", "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:40:54Z", "hostId": "b5f73af50af3a553d9be82d64b205a1d1d12ae1e6ef3fe7031744a94", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-5", "created": "2018-10-12T12:40:54Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:40:55,410 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452 used request id req-8794e00e-e814-4c27-b419-9425c7757642 2018-10-12 12:40:58,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0792babf9cca169e8144d196b2eb30dcb788b07" 2018-10-12 12:40:59,030 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:40:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31a77570-530a-47d8-9160-33afbc8770cc x-compute-request-id: req-31a77570-530a-47d8-9160-33afbc8770cc Content-Encoding: gzip Content-Length: 777 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:4d:b0:fd", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ebda28e4-323c-4a8d-9a54-6521ae604452", "rel": "bookmark"}], "image": {"id": "fea39fad-d0bb-4449-91d0-350f3caa4246", "links": [{"href": "http://172.30.9.26:8774/images/fea39fad-d0bb-4449-91d0-350f3caa4246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "ebda28e4-323c-4a8d-9a54-6521ae604452", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:40:55Z", "hostId": "b5f73af50af3a553d9be82d64b205a1d1d12ae1e6ef3fe7031744a94", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-5", "created": "2018-10-12T12:40:54Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:40:59,030 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452 used request id req-31a77570-530a-47d8-9160-33afbc8770cc 2018-10-12 12:41:02,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0792babf9cca169e8144d196b2eb30dcb788b07" 2018-10-12 12:41:02,861 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-fa595e4e-ac9c-4c6f-ab31-7d6d253ff03b x-compute-request-id: req-fa595e4e-ac9c-4c6f-ab31-7d6d253ff03b Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:b0:fd", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ebda28e4-323c-4a8d-9a54-6521ae604452", "rel": "bookmark"}], "image": {"id": "fea39fad-d0bb-4449-91d0-350f3caa4246", "links": [{"href": "http://172.30.9.26:8774/images/fea39fad-d0bb-4449-91d0-350f3caa4246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": "2018-10-12T12:40:58.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "ebda28e4-323c-4a8d-9a54-6521ae604452", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T12:40:59Z", "hostId": "b5f73af50af3a553d9be82d64b205a1d1d12ae1e6ef3fe7031744a94", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-5", "created": "2018-10-12T12:40:54Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:41:02,861 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452 used request id req-fa595e4e-ac9c-4c6f-ab31-7d6d253ff03b 2018-10-12 12:41:02,864 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1cfce01cdf2377771d9afe8e46b4cef7dec1a" 2018-10-12 12:41:03,993 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-287887ca-a4e2-4f1b-b759-8c4040a89e5e x-compute-request-id: req-287887ca-a4e2-4f1b-b759-8c4040a89e5e Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:b0:fd", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ebda28e4-323c-4a8d-9a54-6521ae604452", "rel": "bookmark"}], "image": {"id": "fea39fad-d0bb-4449-91d0-350f3caa4246", "links": [{"href": "http://172.30.9.26:8774/images/fea39fad-d0bb-4449-91d0-350f3caa4246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": "2018-10-12T12:40:58.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "ebda28e4-323c-4a8d-9a54-6521ae604452", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T12:40:59Z", "hostId": "b5f73af50af3a553d9be82d64b205a1d1d12ae1e6ef3fe7031744a94", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-5", "created": "2018-10-12T12:40:54Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:41:03,993 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452 used request id req-287887ca-a4e2-4f1b-b759-8c4040a89e5e 2018-10-12 12:41:03,994 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-5' booted successfully. IP='10.10.11.12'. 2018-10-12 12:41:03,994 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-5' to security group 'sdnvpn-sg'... 2018-10-12 12:41:03,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e60e4ec3de11bf490a10b8316f2d1c06c42854e7" -d '{"addSecurityGroup": {"name": "a012b764-3d71-4fe8-a730-445db10f62d9"}}' 2018-10-12 12:41:05,429 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:41:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1fd276bb-de3d-4562-b53e-29ec431d71f4 x-compute-request-id: req-1fd276bb-de3d-4562-b53e-29ec431d71f4 Content-Length: 0 Content-Type: application/json 2018-10-12 12:41:05,429 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action used request id req-1fd276bb-de3d-4562-b53e-29ec431d71f4 2018-10-12 12:41:05,430 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-4'... 2018-10-12 12:41:05,430 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-4 flavor=m1.tiny image=fea39fad-d0bb-4449-91d0-350f3caa4246 network=1181e965-ce50-4845-ae5c-20364a3e851b secgroup=a012b764-3d71-4fe8-a730-445db10f62d9 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.11.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-10-12 12:41:05,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:41:05,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:41:05,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:41:05,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:41:05,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:41:05,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:41:05,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:41:05,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:41:05,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:41:05,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:41:05,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:41:05,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:41:05,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:41:05,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:41:05,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:41:05,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:41:05,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:41:05,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:41:05,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:41:05,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:41:05,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:41:05,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:41:05,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:41:05,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:41:05,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:41:05,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:41:05,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:41:05,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:41:05,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:41:05,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:41:05,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:41:05,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:41:05,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:41:05,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:41:05,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:41:05,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:41:05,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:41:05,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:41:05,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:41:05,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:41:05,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:41:05,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:41:05,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:41:05,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:41:05,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:41:05,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:41:05,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:41:05,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:41:05,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:41:05,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:41:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0c0d374-c56a-490b-b627-dd3116cb4e12 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:41:05,447 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-f0c0d374-c56a-490b-b627-dd3116cb4e12 2018-10-12 12:41:05,448 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:41:05,826 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:41:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["PS2BHxnKQOuMQUeRQntLAw"], "issued_at": "2018-10-12T12:41:05.000000Z"}} 2018-10-12 12:41:05,830 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}321f37168ee8d0a002e1c5cd63931b29f40a416c" 2018-10-12 12:41:06,022 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-3ee26403-5f72-4f96-80a3-162ba41ba349 x-compute-request-id: req-3ee26403-5f72-4f96-80a3-162ba41ba349 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-12 12:41:06,022 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-3ee26403-5f72-4f96-80a3-162ba41ba349 2018-10-12 12:41:06,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}321f37168ee8d0a002e1c5cd63931b29f40a416c" 2018-10-12 12:41:06,046 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-85519333-175b-49ac-88c5-f18459b409ea x-compute-request-id: req-85519333-175b-49ac-88c5-f18459b409ea Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:41:06,046 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 used request id req-85519333-175b-49ac-88c5-f18459b409ea 2018-10-12 12:41:06,049 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}321f37168ee8d0a002e1c5cd63931b29f40a416c" -d '{"server": {"name": "sdnvpn-4-4", "imageRef": "fea39fad-d0bb-4449-91d0-350f3caa4246", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "da26bcae-e1ba-4983-b952-ae51fda523b7", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS4xMgp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "1181e965-ce50-4845-ae5c-20364a3e851b"}], "config_drive": true}}' 2018-10-12 12:41:07,397 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12: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 x-openstack-request-id: req-a9456629-1a8b-425d-ae01-5426af020dd0 x-compute-request-id: req-a9456629-1a8b-425d-ae01-5426af020dd0 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/4606f499-c5e3-4f4e-b932-a8b424374cba Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4606f499-c5e3-4f4e-b932-a8b424374cba", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4606f499-c5e3-4f4e-b932-a8b424374cba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4606f499-c5e3-4f4e-b932-a8b424374cba", "rel": "bookmark"}], "adminPass": "qTCkvmHA6ZLK"}} 2018-10-12 12:41:07,397 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-a9456629-1a8b-425d-ae01-5426af020dd0 2018-10-12 12:41:07,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:41:07,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:41:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5f7b477-d543-45a4-bddb-e60b120f4d8e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:41:07,405 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-c5f7b477-d543-45a4-bddb-e60b120f4d8e 2018-10-12 12:41:07,405 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:41:07,878 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:41:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["DDbfwke-QVCqlMZUp0cflg"], "issued_at": "2018-10-12T12:41:07.000000Z"}} 2018-10-12 12:41:07,881 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/4606f499-c5e3-4f4e-b932-a8b424374cba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9339e3781113d2089f7b6b5a363c3596eca70a57" 2018-10-12 12:41:08,398 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:41: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-649dd6e6-e2a1-405a-b3ff-3eaf7bdd36ea x-compute-request-id: req-649dd6e6-e2a1-405a-b3ff-3eaf7bdd36ea Content-Encoding: gzip Content-Length: 627 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4606f499-c5e3-4f4e-b932-a8b424374cba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4606f499-c5e3-4f4e-b932-a8b424374cba", "rel": "bookmark"}], "image": {"id": "fea39fad-d0bb-4449-91d0-350f3caa4246", "links": [{"href": "http://172.30.9.26:8774/images/fea39fad-d0bb-4449-91d0-350f3caa4246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "4606f499-c5e3-4f4e-b932-a8b424374cba", "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:41:08Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-4", "created": "2018-10-12T12:41:07Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:41:08,398 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/4606f499-c5e3-4f4e-b932-a8b424374cba used request id req-649dd6e6-e2a1-405a-b3ff-3eaf7bdd36ea 2018-10-12 12:41:11,404 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/4606f499-c5e3-4f4e-b932-a8b424374cba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9339e3781113d2089f7b6b5a363c3596eca70a57" 2018-10-12 12:41:12,184 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:41: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-d9ee706d-ef8f-450a-a1d7-d0f41df046ba x-compute-request-id: req-d9ee706d-ef8f-450a-a1d7-d0f41df046ba Content-Encoding: gzip Content-Length: 781 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:63:ab:16", "version": 4, "addr": "10.10.11.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4606f499-c5e3-4f4e-b932-a8b424374cba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4606f499-c5e3-4f4e-b932-a8b424374cba", "rel": "bookmark"}], "image": {"id": "fea39fad-d0bb-4449-91d0-350f3caa4246", "links": [{"href": "http://172.30.9.26:8774/images/fea39fad-d0bb-4449-91d0-350f3caa4246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "4606f499-c5e3-4f4e-b932-a8b424374cba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:41:08Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-4", "created": "2018-10-12T12:41:07Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:41:12,184 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/4606f499-c5e3-4f4e-b932-a8b424374cba used request id req-d9ee706d-ef8f-450a-a1d7-d0f41df046ba 2018-10-12 12:41:15,191 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/4606f499-c5e3-4f4e-b932-a8b424374cba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9339e3781113d2089f7b6b5a363c3596eca70a57" 2018-10-12 12:41:15,918 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-5808a4bd-20ad-47e0-99f3-dd03d902b69e x-compute-request-id: req-5808a4bd-20ad-47e0-99f3-dd03d902b69e Content-Encoding: gzip Content-Length: 783 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:63:ab:16", "version": 4, "addr": "10.10.11.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4606f499-c5e3-4f4e-b932-a8b424374cba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4606f499-c5e3-4f4e-b932-a8b424374cba", "rel": "bookmark"}], "image": {"id": "fea39fad-d0bb-4449-91d0-350f3caa4246", "links": [{"href": "http://172.30.9.26:8774/images/fea39fad-d0bb-4449-91d0-350f3caa4246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": "2018-10-12T12:41:11.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "4606f499-c5e3-4f4e-b932-a8b424374cba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:41:12Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-4", "created": "2018-10-12T12:41:07Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:41:15,919 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/4606f499-c5e3-4f4e-b932-a8b424374cba used request id req-5808a4bd-20ad-47e0-99f3-dd03d902b69e 2018-10-12 12:41:15,921 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/4606f499-c5e3-4f4e-b932-a8b424374cba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}321f37168ee8d0a002e1c5cd63931b29f40a416c" 2018-10-12 12:41:16,645 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-d781f1c6-4029-435c-92b5-6b5eafd8dc53 x-compute-request-id: req-d781f1c6-4029-435c-92b5-6b5eafd8dc53 Content-Encoding: gzip Content-Length: 783 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:63:ab:16", "version": 4, "addr": "10.10.11.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/4606f499-c5e3-4f4e-b932-a8b424374cba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/4606f499-c5e3-4f4e-b932-a8b424374cba", "rel": "bookmark"}], "image": {"id": "fea39fad-d0bb-4449-91d0-350f3caa4246", "links": [{"href": "http://172.30.9.26:8774/images/fea39fad-d0bb-4449-91d0-350f3caa4246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": "2018-10-12T12:41:11.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "4606f499-c5e3-4f4e-b932-a8b424374cba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:41:12Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-4", "created": "2018-10-12T12:41:07Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:41:16,645 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/4606f499-c5e3-4f4e-b932-a8b424374cba used request id req-d781f1c6-4029-435c-92b5-6b5eafd8dc53 2018-10-12 12:41:16,645 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-4' booted successfully. IP='10.10.11.11'. 2018-10-12 12:41:16,646 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-4' to security group 'sdnvpn-sg'... 2018-10-12 12:41:16,648 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/4606f499-c5e3-4f4e-b932-a8b424374cba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e60e4ec3de11bf490a10b8316f2d1c06c42854e7" -d '{"addSecurityGroup": {"name": "a012b764-3d71-4fe8-a730-445db10f62d9"}}' 2018-10-12 12:41:18,059 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:41:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-15a6d15d-7221-4c79-9e8a-a1928332d9f0 x-compute-request-id: req-15a6d15d-7221-4c79-9e8a-a1928332d9f0 Content-Length: 0 Content-Type: application/json 2018-10-12 12:41:18,059 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/4606f499-c5e3-4f4e-b932-a8b424374cba/action used request id req-15a6d15d-7221-4c79-9e8a-a1928332d9f0 2018-10-12 12:41:18,060 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-1'... 2018-10-12 12:41:18,060 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-1 flavor=m1.tiny image=fea39fad-d0bb-4449-91d0-350f3caa4246 network=ac3604b2-a537-4c9b-bbd6-4d5431db7226 secgroup=a012b764-3d71-4fe8-a730-445db10f62d9 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.13 10.10.10.14 10.10.11.11 10.10.11.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-10-12 12:41:18,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:41:18,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:41:18,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:41:18,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:41:18,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:41:18,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:41:18,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:41:18,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:41:18,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:41:18,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:41:18,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:41:18,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:41:18,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:41:18,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:41:18,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:41:18,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:41:18,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:41:18,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:41:18,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:41:18,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:41:18,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:41:18,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:41:18,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:41:18,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:41:18,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:41:18,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:41:18,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:41:18,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:41:18,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:41:18,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:41:18,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:41:18,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:41:18,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:41:18,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:41:18,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:41:18,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:41:18,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:41:18,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:41:18,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:41:18,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:41:18,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:41:18,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:41:18,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:41:18,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:41:18,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:41:18,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:41:18,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:41:18,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:41:18,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:41:18,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:41:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49f8dd3f-f035-410c-8d19-98315d87d2f2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:41:18,078 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-49f8dd3f-f035-410c-8d19-98315d87d2f2 2018-10-12 12:41:18,078 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:41:18,481 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:41:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["jD06eMDaToKUFsPnDXTOqQ"], "issued_at": "2018-10-12T12:41:18.000000Z"}} 2018-10-12 12:41:18,484 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de06588406a9013c912172525334d7d2a7dc587e" 2018-10-12 12:41:18,659 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-23998124-436f-4eb4-a760-581a575e58fc x-compute-request-id: req-23998124-436f-4eb4-a760-581a575e58fc Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-12 12:41:18,659 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-23998124-436f-4eb4-a760-581a575e58fc 2018-10-12 12:41:18,662 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de06588406a9013c912172525334d7d2a7dc587e" 2018-10-12 12:41:18,683 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-f201ec46-8ab7-4960-b173-763970b92203 x-compute-request-id: req-f201ec46-8ab7-4960-b173-763970b92203 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:41:18,683 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 used request id req-f201ec46-8ab7-4960-b173-763970b92203 2018-10-12 12:41:18,686 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de06588406a9013c912172525334d7d2a7dc587e" -d '{"server": {"name": "sdnvpn-4-1", "imageRef": "fea39fad-d0bb-4449-91d0-350f3caa4246", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "da26bcae-e1ba-4983-b952-ae51fda523b7", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xMyAxMC4xMC4xMC4xNCAxMC4xMC4xMS4xMSAxMC4xMC4xMS4xMgp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ac3604b2-a537-4c9b-bbd6-4d5431db7226"}], "config_drive": true}}' 2018-10-12 12:41:20,318 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12: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 x-openstack-request-id: req-fe02dcfd-e028-479b-8771-c2d811b3a5b0 x-compute-request-id: req-fe02dcfd-e028-479b-8771-c2d811b3a5b0 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "75e31314-159a-445f-bb42-6df54d05a34a", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/75e31314-159a-445f-bb42-6df54d05a34a", "rel": "bookmark"}], "adminPass": "684UMTTJsby5"}} 2018-10-12 12:41:20,318 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-fe02dcfd-e028-479b-8771-c2d811b3a5b0 2018-10-12 12:41:20,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:41:20,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:41:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-132ebd4a-b4b2-43f1-89d5-fa12a9b761d3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:41:20,326 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-132ebd4a-b4b2-43f1-89d5-fa12a9b761d3 2018-10-12 12:41:20,327 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:41:20,696 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:41:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["Y15YqHCBTyq9oE07cu2L0A"], "issued_at": "2018-10-12T12:41:20.000000Z"}} 2018-10-12 12:41:20,699 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}912f1388e19fa671a717c5e50fc54e1e44ddc2aa" 2018-10-12 12:41:21,257 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-9bd35765-f4fa-4692-a7bd-9c4a2cd0c20e x-compute-request-id: req-9bd35765-f4fa-4692-a7bd-9c4a2cd0c20e Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/75e31314-159a-445f-bb42-6df54d05a34a", "rel": "bookmark"}], "image": {"id": "fea39fad-d0bb-4449-91d0-350f3caa4246", "links": [{"href": "http://172.30.9.26:8774/images/fea39fad-d0bb-4449-91d0-350f3caa4246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "75e31314-159a-445f-bb42-6df54d05a34a", "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:41:20Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-1", "created": "2018-10-12T12:41:20Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:41:21,257 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a used request id req-9bd35765-f4fa-4692-a7bd-9c4a2cd0c20e 2018-10-12 12:41:24,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}912f1388e19fa671a717c5e50fc54e1e44ddc2aa" 2018-10-12 12:41:24,705 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-1e6ebc68-9725-49b9-97e2-eb9a9a5b05db x-compute-request-id: req-1e6ebc68-9725-49b9-97e2-eb9a9a5b05db Content-Encoding: gzip Content-Length: 779 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:f7:d0:bc", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/75e31314-159a-445f-bb42-6df54d05a34a", "rel": "bookmark"}], "image": {"id": "fea39fad-d0bb-4449-91d0-350f3caa4246", "links": [{"href": "http://172.30.9.26:8774/images/fea39fad-d0bb-4449-91d0-350f3caa4246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "75e31314-159a-445f-bb42-6df54d05a34a", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:41:21Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:41:20Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:41:24,705 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a used request id req-1e6ebc68-9725-49b9-97e2-eb9a9a5b05db 2018-10-12 12:41:27,711 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}912f1388e19fa671a717c5e50fc54e1e44ddc2aa" 2018-10-12 12:41:28,423 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-26ee6b42-3461-420b-8fc7-7a0f5daeb05a x-compute-request-id: req-26ee6b42-3461-420b-8fc7-7a0f5daeb05a 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:f7:d0:bc", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/75e31314-159a-445f-bb42-6df54d05a34a", "rel": "bookmark"}], "image": {"id": "fea39fad-d0bb-4449-91d0-350f3caa4246", "links": [{"href": "http://172.30.9.26:8774/images/fea39fad-d0bb-4449-91d0-350f3caa4246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": "2018-10-12T12:41:24.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "75e31314-159a-445f-bb42-6df54d05a34a", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:41:25Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:41:20Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:41:28,424 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a used request id req-26ee6b42-3461-420b-8fc7-7a0f5daeb05a 2018-10-12 12:41:28,426 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de06588406a9013c912172525334d7d2a7dc587e" 2018-10-12 12:41:29,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:41:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-707c04b2-add0-47fb-be70-c7ab3949e570 x-compute-request-id: req-707c04b2-add0-47fb-be70-c7ab3949e570 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:f7:d0:bc", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/75e31314-159a-445f-bb42-6df54d05a34a", "rel": "bookmark"}], "image": {"id": "fea39fad-d0bb-4449-91d0-350f3caa4246", "links": [{"href": "http://172.30.9.26:8774/images/fea39fad-d0bb-4449-91d0-350f3caa4246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": "2018-10-12T12:41:24.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "75e31314-159a-445f-bb42-6df54d05a34a", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:41:25Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:41:20Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:41:29,013 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a used request id req-707c04b2-add0-47fb-be70-c7ab3949e570 2018-10-12 12:41:29,014 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-1' booted successfully. IP='10.10.10.5'. 2018-10-12 12:41:29,014 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-1' to security group 'sdnvpn-sg'... 2018-10-12 12:41:29,016 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e60e4ec3de11bf490a10b8316f2d1c06c42854e7" -d '{"addSecurityGroup": {"name": "a012b764-3d71-4fe8-a730-445db10f62d9"}}' 2018-10-12 12:41:29,982 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:41: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-17f9b001-bb20-4eba-b37b-fabef1da2ee5 x-compute-request-id: req-17f9b001-bb20-4eba-b37b-fabef1da2ee5 Content-Length: 0 Content-Type: application/json 2018-10-12 12:41:29,982 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a/action used request id req-17f9b001-bb20-4eba-b37b-fabef1da2ee5 2018-10-12 12:41:29,983 - sdnvpn-results - INFO - Create VPN with eRT<>iRT 2018-10-12 12:41:29,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbff9ab860f2451cc505d7287eb3bfd9088151f" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "55:55", "name": "sdnvpn-956144", "route_distinguishers": "12:12"}}' 2018-10-12 12:41:30,450 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-60e5333e-cb49-45a2-b1d7-590159ffb3f1 Date: Fri, 12 Oct 2018 12:41:30 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": [], "id": "d17137a2-86e1-4bca-a205-4a1e2f6f4c99", "name": "sdnvpn-956144", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "d6e005d8411b4b378ddb320b792455b0", "type": "l3"}} 2018-10-12 12:41:30,450 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns used request id req-60e5333e-cb49-45a2-b1d7-590159ffb3f1 2018-10-12 12:41:30,450 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-956144', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'd6e005d8411b4b378ddb320b792455b0', u'route_targets': [], u'project_id': u'd6e005d8411b4b378ddb320b792455b0', u'type': u'l3', u'id': u'd17137a2-86e1-4bca-a205-4a1e2f6f4c99'}} 2018-10-12 12:41:30,450 - sdnvpn-results - INFO - Associate router 'sdnvpn-4-1-router' to the VPN. 2018-10-12 12:41:30,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/d17137a2-86e1-4bca-a205-4a1e2f6f4c99/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbff9ab860f2451cc505d7287eb3bfd9088151f" -d '{"router_association": {"router_id": "445a20cd-5d1c-4aa2-b194-49d722cc7a52"}}' 2018-10-12 12:41:31,035 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-09cff839-ae6b-4d1a-8b19-671e7956010e Date: Fri, 12 Oct 2018 12:41:31 GMT RESP BODY: {"router_association": {"router_id": "445a20cd-5d1c-4aa2-b194-49d722cc7a52", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "cef4183c-ff21-4747-a3f0-12c49cb612c1"}} 2018-10-12 12:41:31,035 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/d17137a2-86e1-4bca-a205-4a1e2f6f4c99/router_associations used request id req-09cff839-ae6b-4d1a-8b19-671e7956010e 2018-10-12 12:41:31,035 - sdnvpn_test_utils - INFO - Waiting for instance 33522011-1ef7-4674-8658-7be238a49595 to boot up 2018-10-12 12:41:31,038 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/33522011-1ef7-4674-8658-7be238a49595/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c382a8ca8cef6d9bff9937caca1514899f6c8383" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:41:32,104 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:41:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-00f8c7cd-dade-4df3-977c-5d2cf1c879bb x-compute-request-id: req-00f8c7cd-dade-4df3-977c-5d2cf1c879bb Content-Encoding: gzip Content-Length: 7689 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 569285220 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130770] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132391] pid_max: default: 32768 minimum: 301\n[ 0.133270] ACPI: Core revision 20150930\n[ 0.134629] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135918] Security Framework initialized\n[ 0.136718] Yama: becoming mindful.\n[ 0.137433] AppArmor: AppArmor initialized\n[ 0.138285] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139588] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140840] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142018] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143375] Initializing cgroup subsys io\n[ 0.144172] Initializing cgroup subsys memory\n[ 0.145013] Initializing cgroup subsys devices\n[ 0.145875] Initializing cgroup subsys freezer\n[ 0.146720] Initializing cgroup subsys net_cls\n[ 0.147568] Initializing cgroup subsys perf_event\n[ 0.148460] Initializing cgroup subsys net_prio\n[ 0.149325] Initializing cgroup subsys hugetlb\n[ 0.150183] Initializing cgroup subsys pids\n[ 0.151039] CPU: Physical Processor ID: 0\n[ 0.152519] mce: CPU supports 10 MCE banks\n[ 0.153349] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154331] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164927] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171251] ftrace: allocating 31920 entries in 125 pages\n[ 0.197219] smpboot: Max logical packages: 1\n[ 0.198078] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199399] x2apic enabled\n[ 0.200192] Switched APIC routing to physical x2apic.\n[ 0.201916] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203008] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204955] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206704] KVM setup paravirtual spinlock\n[ 0.207994] x86: Booted up 1 node, 1 CPUs\n[ 0.208780] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.210144] devtmpfs: initialized\n[ 0.211844] evm: security.selinux\n[ 0.212531] evm: security.SMACK64\n[ 0.213210] evm: security.SMACK64EXEC\n[ 0.213938] evm: security.SMACK64TRANSMUTE\n[ 0.214726] evm: security.SMACK64MMAP\n[ 0.215458] evm: security.ima\n[ 0.216094] evm: security.capability\n[ 0.216887] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218696] pinctrl core: initialized pinctrl subsystem\n[ 0.219768] RTC time: 12:40:33, date: 10/12/18\n[ 0.220711] NET: Registered protocol family 16\n[ 0.221667] cpuidle: using governor ladder\n[ 0.222468] cpuidle: using governor menu\n[ 0.223235] PCCT header not found.\n[ 0.223967] ACPI: bus type PCI registered\n[ 0.224749] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225966] PCI: Using configuration type 1 for base access\n[ 0.227692] ACPI: Added _OSI(Module Device)\n[ 0.228517] ACPI: Added _OSI(Processor Device)\n[ 0.229362] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230242] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232364] ACPI: Interpreter enabled\n[ 0.233123] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240349] ACPI: (supports S0 S5)\n[ 0.241041] ACPI: Using IOAPIC for interrupt routing\n[ 0.242048] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245106] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246228] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248603] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250783] acpiphp: Slot [3] registered\n[ 0.251571] acpiphp: Slot [4] registered\n[ 0.252356] acpiphp: Slot [5] registered\n[ 0.253143] acpiphp: Slot [6] registered\n[ 0.253926] acpiphp: Slot [7] registered\n[ 0.254714] acpiphp: Slot [8] registered\n[ 0.255501] acpiphp: Slot [9] registered\n[ 0.256283] acpiphp: Slot [10] registered\n[ 0.257076] acpiphp: Slot [11] registered\n[ 0.257870] acpiphp: Slot [12] registered\n[ 0.258668] acpiphp: Slot [13] registered\n[ 0.259472] acpiphp: Slot [14] registered\n[ 0.260271] acpiphp: Slot [15] registered\n[ 0.271062] acpiphp: Slot [16] registered\n[ 0.271861] acpiphp: Slot [17] registered\n[ 0.272653] acpiphp: Slot [18] registered\n[ 0.273449] acpiphp: Slot [19] registered\n[ 0.274246] acpiphp: Slot [20] registered\n[ 0.275043] acpiphp: Slot [21] registered\n[ 0.275845] acpiphp: Slot [22] registered\n[ 0.276638] acpiphp: Slot [23] registered\n[ 0.277436] acpiphp: Slot [24] registered\n[ 0.278234] acpiphp: Slot [25] registered\n[ 0.279027] acpiphp: Slot [26] registered\n[ 0.279817] acpiphp: Slot [27] registered\n[ 0.280619] acpiphp: Slot [28] registered\n[ 0.281417] acpiphp: Slot [29] registered\n[ 0.282212] acpiphp: Slot [30] registered\n[ 0.283007] acpiphp: Slot [31] registered\n[ 0.283798] PCI host bridge to bus 0000:00\n[ 0.284592] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285784] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286975] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288396] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289820] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296144] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297401] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298566] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299810] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306182] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307588] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354246] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355720] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357117] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359881] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361124] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362284] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363492] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365013] vgaarb: loaded\n[ 0.365601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366719] SCSI subsystem initialized\n[ 0.367529] ACPI: bus type USB registered\n[ 0.368330] usbcore: registered new interface driver usbfs\n[ 0.369334] usbcore: registered new interface driver hub\n[ 0.370320] usbcore: registered new device driver usb\n[ 0.371372] PCI: Using ACPI for IRQ routing\n[ 0.372380] NetLabel: Initializing\n[ 0.373081] NetLabel: domain hash size = 128\n[ 0.373917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374846] NetLabel: unlabeled traffic allowed by default\n[ 0.375924] clocksource: Switched to clocksource kvm-clock\n[ 0.381310] AppArmor: AppArmor Filesystem Enabled\n[ 0.382250] pnp: PnP ACPI init\n[ 0.383144] pnp: PnP ACPI: found 5 devices\n[ 0.389499] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391163] NET: Registered protocol family 2\n[ 0.392099] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393349] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394490] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395623] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396680] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397827] NET: Registered protocol family 1\n[ 0.398674] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399744] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400793] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414782] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428803] Trying to unpack rootfs image as initramfs...\n[ 0.478625] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492404] Scanning for low memory corruption every 60 seconds\n[ 0.493954] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495327] audit: initializing netlink subsys (disabled)\n[ 0.496560] audit: type=2000 audit(1539348034.237:1): initialized\n[ 0.498105] Initialise system trusted keyring\n[ 0.499211] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500630] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502824] zbud: loaded\n[ 0.504432] VFS: Disk quotas dquot_6.6.0\n[ 0.506726] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510256] fuse init (API version 7.23)\n[ 0.512251] Key type big_key registered\n[ 0.514235] Allocating IMA MOK and blacklist keyrings.\n[ 0.517037] Key type asymmetric registered\n[ 0.519133] Asymmetric key parser 'x509' registered\n[ 0.521754] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524987] io scheduler noop registered\n[ 0.525932] io scheduler deadline registered (default)\n[ 0.527126] io scheduler cfq registered\n[ 0.528113] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530880] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532613] ACPI: Power Button [PWRF]\n[ 0.533591] GHES: HEST is not enabled!\n[ 0.547229] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577456] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580511] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604680] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607458] Linux agpgart interface v0.103\n[ 0.609647] brd: module loaded\n[ 0.610924] loop: module loaded\n[ 0.615633] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617374] GPT:90111 != 2097151\n[ 0.618176] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619486] GPT:90111 != 2097151\n[ 0.620289] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621446] vda: vda1 vda15\n[ 0.623083] scsi host0: ata_piix\n[ 0.623956] scsi host1: ata_piix\n[ 0.624784] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626255] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627961] libphy: Fixed MDIO Bus: probed\n[ 0.628940] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630078] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632595] PPP generic driver version 2.4.2\n[ 0.633650] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635097] ehci-pci: EHCI PCI platform driver\n[ 0.636146] ehci-platform: EHCI generic platform driver\n[ 0.637331] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638690] ohci-pci: OHCI PCI platform driver\n[ 0.639726] ohci-platform: OHCI generic platform driver\n[ 0.640925] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655558] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656759] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658495] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659698] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662531] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664228] usb usb1: Product: UHCI Host Controller\n[ 0.665343] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666727] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667867] hub 1-0:1.0: USB hub found\n[ 0.668791] hub 1-0:1.0: 2 ports detected\n[ 0.669858] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673426] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674638] mousedev: PS/2 mouse device common for all mice\n[ 0.676112] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678258] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679523] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680961] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682402] i2c /dev entries driver\n[ 0.683291] device-mapper: uevent: version 1.0.3\n[ 0.684404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686339] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687854] NET: Registered protocol family 10\n[ 0.689010] NET: Registered protocol family 17\n[ 0.690063] Key type dns_resolver registered\n[ 0.691146] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694552] registered taskstats version 1\n[ 0.695543] Loading compiled-in X.509 certificates\n[ 0.697186] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699411] zswap: loaded using pool lzo/zbud\n[ 0.700959] Key type trusted registered\n[ 0.702634] Key type encrypted registered\n[ 0.703624] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704887] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706134] evm: HMAC attrs: 0x1\n[ 0.707176] Magic number: 6:331:683\n[ 0.708160] rtc_cmos 00:00: setting system clock to 2018-10-12 12:40:34 UTC (1539348034)\n[ 0.710052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711386] EDD information not available.\n[ 0.784867] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786720] Write protecting the kernel read-only data: 14336k\n[ 0.798665] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800792] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.381349] 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-10-12 12:41:32,105 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/33522011-1ef7-4674-8658-7be238a49595/action used request id req-00f8c7cd-dade-4df3-977c-5d2cf1c879bb 2018-10-12 12:41:34,121 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/33522011-1ef7-4674-8658-7be238a49595/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c382a8ca8cef6d9bff9937caca1514899f6c8383" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:41:35,191 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:41: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-2014d406-ce0b-4cea-ae6a-fd4af5862f3a x-compute-request-id: req-2014d406-ce0b-4cea-ae6a-fd4af5862f3a Content-Encoding: gzip Content-Length: 7689 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 569285220 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130770] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132391] pid_max: default: 32768 minimum: 301\n[ 0.133270] ACPI: Core revision 20150930\n[ 0.134629] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135918] Security Framework initialized\n[ 0.136718] Yama: becoming mindful.\n[ 0.137433] AppArmor: AppArmor initialized\n[ 0.138285] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139588] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140840] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142018] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143375] Initializing cgroup subsys io\n[ 0.144172] Initializing cgroup subsys memory\n[ 0.145013] Initializing cgroup subsys devices\n[ 0.145875] Initializing cgroup subsys freezer\n[ 0.146720] Initializing cgroup subsys net_cls\n[ 0.147568] Initializing cgroup subsys perf_event\n[ 0.148460] Initializing cgroup subsys net_prio\n[ 0.149325] Initializing cgroup subsys hugetlb\n[ 0.150183] Initializing cgroup subsys pids\n[ 0.151039] CPU: Physical Processor ID: 0\n[ 0.152519] mce: CPU supports 10 MCE banks\n[ 0.153349] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154331] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164927] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171251] ftrace: allocating 31920 entries in 125 pages\n[ 0.197219] smpboot: Max logical packages: 1\n[ 0.198078] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199399] x2apic enabled\n[ 0.200192] Switched APIC routing to physical x2apic.\n[ 0.201916] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203008] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204955] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206704] KVM setup paravirtual spinlock\n[ 0.207994] x86: Booted up 1 node, 1 CPUs\n[ 0.208780] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.210144] devtmpfs: initialized\n[ 0.211844] evm: security.selinux\n[ 0.212531] evm: security.SMACK64\n[ 0.213210] evm: security.SMACK64EXEC\n[ 0.213938] evm: security.SMACK64TRANSMUTE\n[ 0.214726] evm: security.SMACK64MMAP\n[ 0.215458] evm: security.ima\n[ 0.216094] evm: security.capability\n[ 0.216887] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218696] pinctrl core: initialized pinctrl subsystem\n[ 0.219768] RTC time: 12:40:33, date: 10/12/18\n[ 0.220711] NET: Registered protocol family 16\n[ 0.221667] cpuidle: using governor ladder\n[ 0.222468] cpuidle: using governor menu\n[ 0.223235] PCCT header not found.\n[ 0.223967] ACPI: bus type PCI registered\n[ 0.224749] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225966] PCI: Using configuration type 1 for base access\n[ 0.227692] ACPI: Added _OSI(Module Device)\n[ 0.228517] ACPI: Added _OSI(Processor Device)\n[ 0.229362] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230242] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232364] ACPI: Interpreter enabled\n[ 0.233123] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240349] ACPI: (supports S0 S5)\n[ 0.241041] ACPI: Using IOAPIC for interrupt routing\n[ 0.242048] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245106] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246228] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248603] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250783] acpiphp: Slot [3] registered\n[ 0.251571] acpiphp: Slot [4] registered\n[ 0.252356] acpiphp: Slot [5] registered\n[ 0.253143] acpiphp: Slot [6] registered\n[ 0.253926] acpiphp: Slot [7] registered\n[ 0.254714] acpiphp: Slot [8] registered\n[ 0.255501] acpiphp: Slot [9] registered\n[ 0.256283] acpiphp: Slot [10] registered\n[ 0.257076] acpiphp: Slot [11] registered\n[ 0.257870] acpiphp: Slot [12] registered\n[ 0.258668] acpiphp: Slot [13] registered\n[ 0.259472] acpiphp: Slot [14] registered\n[ 0.260271] acpiphp: Slot [15] registered\n[ 0.271062] acpiphp: Slot [16] registered\n[ 0.271861] acpiphp: Slot [17] registered\n[ 0.272653] acpiphp: Slot [18] registered\n[ 0.273449] acpiphp: Slot [19] registered\n[ 0.274246] acpiphp: Slot [20] registered\n[ 0.275043] acpiphp: Slot [21] registered\n[ 0.275845] acpiphp: Slot [22] registered\n[ 0.276638] acpiphp: Slot [23] registered\n[ 0.277436] acpiphp: Slot [24] registered\n[ 0.278234] acpiphp: Slot [25] registered\n[ 0.279027] acpiphp: Slot [26] registered\n[ 0.279817] acpiphp: Slot [27] registered\n[ 0.280619] acpiphp: Slot [28] registered\n[ 0.281417] acpiphp: Slot [29] registered\n[ 0.282212] acpiphp: Slot [30] registered\n[ 0.283007] acpiphp: Slot [31] registered\n[ 0.283798] PCI host bridge to bus 0000:00\n[ 0.284592] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285784] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286975] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288396] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289820] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296144] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297401] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298566] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299810] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306182] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307588] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354246] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355720] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357117] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359881] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361124] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362284] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363492] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365013] vgaarb: loaded\n[ 0.365601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366719] SCSI subsystem initialized\n[ 0.367529] ACPI: bus type USB registered\n[ 0.368330] usbcore: registered new interface driver usbfs\n[ 0.369334] usbcore: registered new interface driver hub\n[ 0.370320] usbcore: registered new device driver usb\n[ 0.371372] PCI: Using ACPI for IRQ routing\n[ 0.372380] NetLabel: Initializing\n[ 0.373081] NetLabel: domain hash size = 128\n[ 0.373917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374846] NetLabel: unlabeled traffic allowed by default\n[ 0.375924] clocksource: Switched to clocksource kvm-clock\n[ 0.381310] AppArmor: AppArmor Filesystem Enabled\n[ 0.382250] pnp: PnP ACPI init\n[ 0.383144] pnp: PnP ACPI: found 5 devices\n[ 0.389499] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391163] NET: Registered protocol family 2\n[ 0.392099] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393349] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394490] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395623] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396680] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397827] NET: Registered protocol family 1\n[ 0.398674] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399744] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400793] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414782] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428803] Trying to unpack rootfs image as initramfs...\n[ 0.478625] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492404] Scanning for low memory corruption every 60 seconds\n[ 0.493954] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495327] audit: initializing netlink subsys (disabled)\n[ 0.496560] audit: type=2000 audit(1539348034.237:1): initialized\n[ 0.498105] Initialise system trusted keyring\n[ 0.499211] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500630] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502824] zbud: loaded\n[ 0.504432] VFS: Disk quotas dquot_6.6.0\n[ 0.506726] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510256] fuse init (API version 7.23)\n[ 0.512251] Key type big_key registered\n[ 0.514235] Allocating IMA MOK and blacklist keyrings.\n[ 0.517037] Key type asymmetric registered\n[ 0.519133] Asymmetric key parser 'x509' registered\n[ 0.521754] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524987] io scheduler noop registered\n[ 0.525932] io scheduler deadline registered (default)\n[ 0.527126] io scheduler cfq registered\n[ 0.528113] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530880] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532613] ACPI: Power Button [PWRF]\n[ 0.533591] GHES: HEST is not enabled!\n[ 0.547229] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577456] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580511] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604680] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607458] Linux agpgart interface v0.103\n[ 0.609647] brd: module loaded\n[ 0.610924] loop: module loaded\n[ 0.615633] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617374] GPT:90111 != 2097151\n[ 0.618176] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619486] GPT:90111 != 2097151\n[ 0.620289] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621446] vda: vda1 vda15\n[ 0.623083] scsi host0: ata_piix\n[ 0.623956] scsi host1: ata_piix\n[ 0.624784] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626255] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627961] libphy: Fixed MDIO Bus: probed\n[ 0.628940] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630078] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632595] PPP generic driver version 2.4.2\n[ 0.633650] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635097] ehci-pci: EHCI PCI platform driver\n[ 0.636146] ehci-platform: EHCI generic platform driver\n[ 0.637331] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638690] ohci-pci: OHCI PCI platform driver\n[ 0.639726] ohci-platform: OHCI generic platform driver\n[ 0.640925] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655558] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656759] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658495] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659698] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662531] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664228] usb usb1: Product: UHCI Host Controller\n[ 0.665343] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666727] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667867] hub 1-0:1.0: USB hub found\n[ 0.668791] hub 1-0:1.0: 2 ports detected\n[ 0.669858] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673426] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674638] mousedev: PS/2 mouse device common for all mice\n[ 0.676112] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678258] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679523] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680961] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682402] i2c /dev entries driver\n[ 0.683291] device-mapper: uevent: version 1.0.3\n[ 0.684404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686339] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687854] NET: Registered protocol family 10\n[ 0.689010] NET: Registered protocol family 17\n[ 0.690063] Key type dns_resolver registered\n[ 0.691146] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694552] registered taskstats version 1\n[ 0.695543] Loading compiled-in X.509 certificates\n[ 0.697186] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699411] zswap: loaded using pool lzo/zbud\n[ 0.700959] Key type trusted registered\n[ 0.702634] Key type encrypted registered\n[ 0.703624] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704887] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706134] evm: HMAC attrs: 0x1\n[ 0.707176] Magic number: 6:331:683\n[ 0.708160] rtc_cmos 00:00: setting system clock to 2018-10-12 12:40:34 UTC (1539348034)\n[ 0.710052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711386] EDD information not available.\n[ 0.784867] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786720] Write protecting the kernel read-only data: 14336k\n[ 0.798665] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800792] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.381349] 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-10-12 12:41:35,192 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/33522011-1ef7-4674-8658-7be238a49595/action used request id req-2014d406-ce0b-4cea-ae6a-fd4af5862f3a 2018-10-12 12:41:37,209 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/33522011-1ef7-4674-8658-7be238a49595/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c382a8ca8cef6d9bff9937caca1514899f6c8383" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:41:38,280 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:41: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-7ce50db2-0c3d-4d20-ab7d-158d283b55f4 x-compute-request-id: req-7ce50db2-0c3d-4d20-ab7d-158d283b55f4 Content-Encoding: gzip Content-Length: 7935 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 569285220 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130770] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132391] pid_max: default: 32768 minimum: 301\n[ 0.133270] ACPI: Core revision 20150930\n[ 0.134629] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135918] Security Framework initialized\n[ 0.136718] Yama: becoming mindful.\n[ 0.137433] AppArmor: AppArmor initialized\n[ 0.138285] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139588] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140840] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142018] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143375] Initializing cgroup subsys io\n[ 0.144172] Initializing cgroup subsys memory\n[ 0.145013] Initializing cgroup subsys devices\n[ 0.145875] Initializing cgroup subsys freezer\n[ 0.146720] Initializing cgroup subsys net_cls\n[ 0.147568] Initializing cgroup subsys perf_event\n[ 0.148460] Initializing cgroup subsys net_prio\n[ 0.149325] Initializing cgroup subsys hugetlb\n[ 0.150183] Initializing cgroup subsys pids\n[ 0.151039] CPU: Physical Processor ID: 0\n[ 0.152519] mce: CPU supports 10 MCE banks\n[ 0.153349] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154331] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164927] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171251] ftrace: allocating 31920 entries in 125 pages\n[ 0.197219] smpboot: Max logical packages: 1\n[ 0.198078] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199399] x2apic enabled\n[ 0.200192] Switched APIC routing to physical x2apic.\n[ 0.201916] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203008] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204955] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206704] KVM setup paravirtual spinlock\n[ 0.207994] x86: Booted up 1 node, 1 CPUs\n[ 0.208780] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.210144] devtmpfs: initialized\n[ 0.211844] evm: security.selinux\n[ 0.212531] evm: security.SMACK64\n[ 0.213210] evm: security.SMACK64EXEC\n[ 0.213938] evm: security.SMACK64TRANSMUTE\n[ 0.214726] evm: security.SMACK64MMAP\n[ 0.215458] evm: security.ima\n[ 0.216094] evm: security.capability\n[ 0.216887] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218696] pinctrl core: initialized pinctrl subsystem\n[ 0.219768] RTC time: 12:40:33, date: 10/12/18\n[ 0.220711] NET: Registered protocol family 16\n[ 0.221667] cpuidle: using governor ladder\n[ 0.222468] cpuidle: using governor menu\n[ 0.223235] PCCT header not found.\n[ 0.223967] ACPI: bus type PCI registered\n[ 0.224749] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225966] PCI: Using configuration type 1 for base access\n[ 0.227692] ACPI: Added _OSI(Module Device)\n[ 0.228517] ACPI: Added _OSI(Processor Device)\n[ 0.229362] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230242] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232364] ACPI: Interpreter enabled\n[ 0.233123] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240349] ACPI: (supports S0 S5)\n[ 0.241041] ACPI: Using IOAPIC for interrupt routing\n[ 0.242048] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245106] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246228] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248603] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250783] acpiphp: Slot [3] registered\n[ 0.251571] acpiphp: Slot [4] registered\n[ 0.252356] acpiphp: Slot [5] registered\n[ 0.253143] acpiphp: Slot [6] registered\n[ 0.253926] acpiphp: Slot [7] registered\n[ 0.254714] acpiphp: Slot [8] registered\n[ 0.255501] acpiphp: Slot [9] registered\n[ 0.256283] acpiphp: Slot [10] registered\n[ 0.257076] acpiphp: Slot [11] registered\n[ 0.257870] acpiphp: Slot [12] registered\n[ 0.258668] acpiphp: Slot [13] registered\n[ 0.259472] acpiphp: Slot [14] registered\n[ 0.260271] acpiphp: Slot [15] registered\n[ 0.271062] acpiphp: Slot [16] registered\n[ 0.271861] acpiphp: Slot [17] registered\n[ 0.272653] acpiphp: Slot [18] registered\n[ 0.273449] acpiphp: Slot [19] registered\n[ 0.274246] acpiphp: Slot [20] registered\n[ 0.275043] acpiphp: Slot [21] registered\n[ 0.275845] acpiphp: Slot [22] registered\n[ 0.276638] acpiphp: Slot [23] registered\n[ 0.277436] acpiphp: Slot [24] registered\n[ 0.278234] acpiphp: Slot [25] registered\n[ 0.279027] acpiphp: Slot [26] registered\n[ 0.279817] acpiphp: Slot [27] registered\n[ 0.280619] acpiphp: Slot [28] registered\n[ 0.281417] acpiphp: Slot [29] registered\n[ 0.282212] acpiphp: Slot [30] registered\n[ 0.283007] acpiphp: Slot [31] registered\n[ 0.283798] PCI host bridge to bus 0000:00\n[ 0.284592] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285784] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286975] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288396] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289820] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296144] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297401] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298566] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299810] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306182] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307588] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354246] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355720] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357117] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359881] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361124] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362284] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363492] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365013] vgaarb: loaded\n[ 0.365601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366719] SCSI subsystem initialized\n[ 0.367529] ACPI: bus type USB registered\n[ 0.368330] usbcore: registered new interface driver usbfs\n[ 0.369334] usbcore: registered new interface driver hub\n[ 0.370320] usbcore: registered new device driver usb\n[ 0.371372] PCI: Using ACPI for IRQ routing\n[ 0.372380] NetLabel: Initializing\n[ 0.373081] NetLabel: domain hash size = 128\n[ 0.373917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374846] NetLabel: unlabeled traffic allowed by default\n[ 0.375924] clocksource: Switched to clocksource kvm-clock\n[ 0.381310] AppArmor: AppArmor Filesystem Enabled\n[ 0.382250] pnp: PnP ACPI init\n[ 0.383144] pnp: PnP ACPI: found 5 devices\n[ 0.389499] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391163] NET: Registered protocol family 2\n[ 0.392099] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393349] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394490] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395623] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396680] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397827] NET: Registered protocol family 1\n[ 0.398674] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399744] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400793] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414782] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428803] Trying to unpack rootfs image as initramfs...\n[ 0.478625] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492404] Scanning for low memory corruption every 60 seconds\n[ 0.493954] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495327] audit: initializing netlink subsys (disabled)\n[ 0.496560] audit: type=2000 audit(1539348034.237:1): initialized\n[ 0.498105] Initialise system trusted keyring\n[ 0.499211] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500630] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502824] zbud: loaded\n[ 0.504432] VFS: Disk quotas dquot_6.6.0\n[ 0.506726] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510256] fuse init (API version 7.23)\n[ 0.512251] Key type big_key registered\n[ 0.514235] Allocating IMA MOK and blacklist keyrings.\n[ 0.517037] Key type asymmetric registered\n[ 0.519133] Asymmetric key parser 'x509' registered\n[ 0.521754] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524987] io scheduler noop registered\n[ 0.525932] io scheduler deadline registered (default)\n[ 0.527126] io scheduler cfq registered\n[ 0.528113] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530880] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532613] ACPI: Power Button [PWRF]\n[ 0.533591] GHES: HEST is not enabled!\n[ 0.547229] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577456] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580511] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604680] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607458] Linux agpgart interface v0.103\n[ 0.609647] brd: module loaded\n[ 0.610924] loop: module loaded\n[ 0.615633] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617374] GPT:90111 != 2097151\n[ 0.618176] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619486] GPT:90111 != 2097151\n[ 0.620289] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621446] vda: vda1 vda15\n[ 0.623083] scsi host0: ata_piix\n[ 0.623956] scsi host1: ata_piix\n[ 0.624784] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626255] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627961] libphy: Fixed MDIO Bus: probed\n[ 0.628940] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630078] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632595] PPP generic driver version 2.4.2\n[ 0.633650] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635097] ehci-pci: EHCI PCI platform driver\n[ 0.636146] ehci-platform: EHCI generic platform driver\n[ 0.637331] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638690] ohci-pci: OHCI PCI platform driver\n[ 0.639726] ohci-platform: OHCI generic platform driver\n[ 0.640925] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655558] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656759] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658495] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659698] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662531] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664228] usb usb1: Product: UHCI Host Controller\n[ 0.665343] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666727] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667867] hub 1-0:1.0: USB hub found\n[ 0.668791] hub 1-0:1.0: 2 ports detected\n[ 0.669858] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673426] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674638] mousedev: PS/2 mouse device common for all mice\n[ 0.676112] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678258] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679523] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680961] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682402] i2c /dev entries driver\n[ 0.683291] device-mapper: uevent: version 1.0.3\n[ 0.684404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686339] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687854] NET: Registered protocol family 10\n[ 0.689010] NET: Registered protocol family 17\n[ 0.690063] Key type dns_resolver registered\n[ 0.691146] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694552] registered taskstats version 1\n[ 0.695543] Loading compiled-in X.509 certificates\n[ 0.697186] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699411] zswap: loaded using pool lzo/zbud\n[ 0.700959] Key type trusted registered\n[ 0.702634] Key type encrypted registered\n[ 0.703624] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704887] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706134] evm: HMAC attrs: 0x1\n[ 0.707176] Magic number: 6:331:683\n[ 0.708160] rtc_cmos 00:00: setting system clock to 2018-10-12 12:40:34 UTC (1539348034)\n[ 0.710052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711386] EDD information not available.\n[ 0.784867] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786720] Write protecting the kernel read-only data: 14336k\n[ 0.798665] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800792] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.381349] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.33. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: "} 2018-10-12 12:41:38,280 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/33522011-1ef7-4674-8658-7be238a49595/action used request id req-7ce50db2-0c3d-4d20-ab7d-158d283b55f4 2018-10-12 12:41:40,297 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/33522011-1ef7-4674-8658-7be238a49595/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c382a8ca8cef6d9bff9937caca1514899f6c8383" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:41:41,413 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:41: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-da7b64bd-1aab-4daf-9a4d-35e3f2622e95 x-compute-request-id: req-da7b64bd-1aab-4daf-9a4d-35e3f2622e95 Content-Encoding: gzip Content-Length: 9536 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 569285220 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.130770] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132391] pid_max: default: 32768 minimum: 301\n[ 0.133270] ACPI: Core revision 20150930\n[ 0.134629] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135918] Security Framework initialized\n[ 0.136718] Yama: becoming mindful.\n[ 0.137433] AppArmor: AppArmor initialized\n[ 0.138285] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139588] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140840] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142018] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143375] Initializing cgroup subsys io\n[ 0.144172] Initializing cgroup subsys memory\n[ 0.145013] Initializing cgroup subsys devices\n[ 0.145875] Initializing cgroup subsys freezer\n[ 0.146720] Initializing cgroup subsys net_cls\n[ 0.147568] Initializing cgroup subsys perf_event\n[ 0.148460] Initializing cgroup subsys net_prio\n[ 0.149325] Initializing cgroup subsys hugetlb\n[ 0.150183] Initializing cgroup subsys pids\n[ 0.151039] CPU: Physical Processor ID: 0\n[ 0.152519] mce: CPU supports 10 MCE banks\n[ 0.153349] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154331] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164927] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171251] ftrace: allocating 31920 entries in 125 pages\n[ 0.197219] smpboot: Max logical packages: 1\n[ 0.198078] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199399] x2apic enabled\n[ 0.200192] Switched APIC routing to physical x2apic.\n[ 0.201916] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203008] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204955] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206704] KVM setup paravirtual spinlock\n[ 0.207994] x86: Booted up 1 node, 1 CPUs\n[ 0.208780] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.210144] devtmpfs: initialized\n[ 0.211844] evm: security.selinux\n[ 0.212531] evm: security.SMACK64\n[ 0.213210] evm: security.SMACK64EXEC\n[ 0.213938] evm: security.SMACK64TRANSMUTE\n[ 0.214726] evm: security.SMACK64MMAP\n[ 0.215458] evm: security.ima\n[ 0.216094] evm: security.capability\n[ 0.216887] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218696] pinctrl core: initialized pinctrl subsystem\n[ 0.219768] RTC time: 12:40:33, date: 10/12/18\n[ 0.220711] NET: Registered protocol family 16\n[ 0.221667] cpuidle: using governor ladder\n[ 0.222468] cpuidle: using governor menu\n[ 0.223235] PCCT header not found.\n[ 0.223967] ACPI: bus type PCI registered\n[ 0.224749] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225966] PCI: Using configuration type 1 for base access\n[ 0.227692] ACPI: Added _OSI(Module Device)\n[ 0.228517] ACPI: Added _OSI(Processor Device)\n[ 0.229362] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230242] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232364] ACPI: Interpreter enabled\n[ 0.233123] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240349] ACPI: (supports S0 S5)\n[ 0.241041] ACPI: Using IOAPIC for interrupt routing\n[ 0.242048] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245106] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246228] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247436] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248603] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250783] acpiphp: Slot [3] registered\n[ 0.251571] acpiphp: Slot [4] registered\n[ 0.252356] acpiphp: Slot [5] registered\n[ 0.253143] acpiphp: Slot [6] registered\n[ 0.253926] acpiphp: Slot [7] registered\n[ 0.254714] acpiphp: Slot [8] registered\n[ 0.255501] acpiphp: Slot [9] registered\n[ 0.256283] acpiphp: Slot [10] registered\n[ 0.257076] acpiphp: Slot [11] registered\n[ 0.257870] acpiphp: Slot [12] registered\n[ 0.258668] acpiphp: Slot [13] registered\n[ 0.259472] acpiphp: Slot [14] registered\n[ 0.260271] acpiphp: Slot [15] registered\n[ 0.271062] acpiphp: Slot [16] registered\n[ 0.271861] acpiphp: Slot [17] registered\n[ 0.272653] acpiphp: Slot [18] registered\n[ 0.273449] acpiphp: Slot [19] registered\n[ 0.274246] acpiphp: Slot [20] registered\n[ 0.275043] acpiphp: Slot [21] registered\n[ 0.275845] acpiphp: Slot [22] registered\n[ 0.276638] acpiphp: Slot [23] registered\n[ 0.277436] acpiphp: Slot [24] registered\n[ 0.278234] acpiphp: Slot [25] registered\n[ 0.279027] acpiphp: Slot [26] registered\n[ 0.279817] acpiphp: Slot [27] registered\n[ 0.280619] acpiphp: Slot [28] registered\n[ 0.281417] acpiphp: Slot [29] registered\n[ 0.282212] acpiphp: Slot [30] registered\n[ 0.283007] acpiphp: Slot [31] registered\n[ 0.283798] PCI host bridge to bus 0000:00\n[ 0.284592] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285784] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286975] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288396] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289820] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296144] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297401] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298566] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299810] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306182] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307588] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354246] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355720] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357117] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358514] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359881] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361124] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362284] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363492] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365013] vgaarb: loaded\n[ 0.365601] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366719] SCSI subsystem initialized\n[ 0.367529] ACPI: bus type USB registered\n[ 0.368330] usbcore: registered new interface driver usbfs\n[ 0.369334] usbcore: registered new interface driver hub\n[ 0.370320] usbcore: registered new device driver usb\n[ 0.371372] PCI: Using ACPI for IRQ routing\n[ 0.372380] NetLabel: Initializing\n[ 0.373081] NetLabel: domain hash size = 128\n[ 0.373917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374846] NetLabel: unlabeled traffic allowed by default\n[ 0.375924] clocksource: Switched to clocksource kvm-clock\n[ 0.381310] AppArmor: AppArmor Filesystem Enabled\n[ 0.382250] pnp: PnP ACPI init\n[ 0.383144] pnp: PnP ACPI: found 5 devices\n[ 0.389499] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391163] NET: Registered protocol family 2\n[ 0.392099] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393349] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394490] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395623] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396680] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397827] NET: Registered protocol family 1\n[ 0.398674] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399744] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400793] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414782] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428803] Trying to unpack rootfs image as initramfs...\n[ 0.478625] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492404] Scanning for low memory corruption every 60 seconds\n[ 0.493954] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495327] audit: initializing netlink subsys (disabled)\n[ 0.496560] audit: type=2000 audit(1539348034.237:1): initialized\n[ 0.498105] Initialise system trusted keyring\n[ 0.499211] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500630] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502824] zbud: loaded\n[ 0.504432] VFS: Disk quotas dquot_6.6.0\n[ 0.506726] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510256] fuse init (API version 7.23)\n[ 0.512251] Key type big_key registered\n[ 0.514235] Allocating IMA MOK and blacklist keyrings.\n[ 0.517037] Key type asymmetric registered\n[ 0.519133] Asymmetric key parser 'x509' registered\n[ 0.521754] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524987] io scheduler noop registered\n[ 0.525932] io scheduler deadline registered (default)\n[ 0.527126] io scheduler cfq registered\n[ 0.528113] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530880] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532613] ACPI: Power Button [PWRF]\n[ 0.533591] GHES: HEST is not enabled!\n[ 0.547229] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577456] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580511] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604680] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607458] Linux agpgart interface v0.103\n[ 0.609647] brd: module loaded\n[ 0.610924] loop: module loaded\n[ 0.615633] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617374] GPT:90111 != 2097151\n[ 0.618176] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619486] GPT:90111 != 2097151\n[ 0.620289] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621446] vda: vda1 vda15\n[ 0.623083] scsi host0: ata_piix\n[ 0.623956] scsi host1: ata_piix\n[ 0.624784] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626255] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627961] libphy: Fixed MDIO Bus: probed\n[ 0.628940] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630078] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632595] PPP generic driver version 2.4.2\n[ 0.633650] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.635097] ehci-pci: EHCI PCI platform driver\n[ 0.636146] ehci-platform: EHCI generic platform driver\n[ 0.637331] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638690] ohci-pci: OHCI PCI platform driver\n[ 0.639726] ohci-platform: OHCI generic platform driver\n[ 0.640925] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655558] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656759] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658495] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659698] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661040] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662531] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664228] usb usb1: Product: UHCI Host Controller\n[ 0.665343] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666727] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667867] hub 1-0:1.0: USB hub found\n[ 0.668791] hub 1-0:1.0: 2 ports detected\n[ 0.669858] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672286] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673426] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674638] mousedev: PS/2 mouse device common for all mice\n[ 0.676112] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678258] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679523] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680961] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682402] i2c /dev entries driver\n[ 0.683291] device-mapper: uevent: version 1.0.3\n[ 0.684404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686339] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687854] NET: Registered protocol family 10\n[ 0.689010] NET: Registered protocol family 17\n[ 0.690063] Key type dns_resolver registered\n[ 0.691146] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694552] registered taskstats version 1\n[ 0.695543] Loading compiled-in X.509 certificates\n[ 0.697186] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699411] zswap: loaded using pool lzo/zbud\n[ 0.700959] Key type trusted registered\n[ 0.702634] Key type encrypted registered\n[ 0.703624] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704887] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706134] evm: HMAC attrs: 0x1\n[ 0.707176] Magic number: 6:331:683\n[ 0.708160] rtc_cmos 00:00: setting system clock to 2018-10-12 12:40:34 UTC (1539348034)\n[ 0.710052] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711386] EDD information not available.\n[ 0.784867] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786720] Write protecting the kernel read-only data: 14336k\n[ 0.798665] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800792] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.381349] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.13...\nLease of 10.10.10.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.33. iid=i-000000f9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCG3DkX2VUZlzt35gPpjtbZEgckOXlyCKImPZiv8/lnStfA62xNJfBKr76qSPYWYhlHIqIDMB/EdqsXKIsnT/zPUhP5MKdRgvOSZifeUg6OQM7F7zrbaeor7/S9AlterQh/2EkrubISpsN1MImix+ClqWS7opxrPVRavhmVPTwgSeGBBfoW2Vjb6bKc7eG0EIaZPBFdYFMrzDMycV6bkUBJmEgR73q4V2WR6RyFZu2/fhzz229x2S1NphqcAETEmI02gkMCnryTWowl5tT0pGPsmMEuQNqPwrbNnLVGMOPcnT6x10RFeOoUd36Qs/COE62fDxZij+867j65RaepV4CX root@sdnvpn-4-2\nssh-dss AAAAB3NzaC1kc3MAAACBAIVv1s/I+47rrSJJVOQGJpRj8sV3ZPizaGfEzZUZxwT/bVcUllBI7swdrVXsa0J9NhZD/zRWCXLR69DhsrgdwCSa1EpJuDPzV5FdDlIrUndGcgyTPkFMeOp1M81LMwQZMs8uDLlInF2oBv9KE2zfWuPGwbeAWHbvJBR74QIEXIiNAAAAFQCMmG4EMKFqWpYHzpgTKKp5Mbk7ewAAAIA25OYoPARuKXNHdwqsk7Q8kRdv72aVvGSL+OmZBuuPPQaTotmrGiVN4keWLjGCxZ8zwracSeFiM8OiLF7n3jgALL2vTrQKfqW/wbMvpTJv/609UJ2JqjBFFPz7IRBUDfdZQ2qFj2EzxCqGBLomocve0LU/67qYJS3sF+vcJoM6aQAAAIB8y9iEZq1znxFYoeTfGRD6EdJu4lfB1aHKyanvwhVQuf0l8OTAO1SC59ZpzkHeY9Dg4HMqAuzj0z+oUI9h2QwHBEPD4g0w6Vss4Oylse6PZmgSrUyOR90BDZGR25iEn5OvMBj/69+DG+zlhSKoqzItPh8ll3c1y5EcDax5XhyqlQ== root@sdnvpn-4-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe21:aa97/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000f9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.63 ===\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 2.15s]\n"} 2018-10-12 12:41:41,414 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/33522011-1ef7-4674-8658-7be238a49595/action used request id req-da7b64bd-1aab-4daf-9a4d-35e3f2622e95 2018-10-12 12:41:43,442 - sdnvpn_test_utils - INFO - Waiting for instance e1d2cd12-2f64-458c-ab2b-2096c459f2e5 to boot up 2018-10-12 12:41:43,445 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/e1d2cd12-2f64-458c-ab2b-2096c459f2e5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c9955b9ced7784e299783a39b729f9c7cc837d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:41:44,515 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:41: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-fead11ac-a459-427a-a2f8-37a4592040dd x-compute-request-id: req-fead11ac-a459-427a-a2f8-37a4592040dd Content-Encoding: gzip Content-Length: 7687 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478360224 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128207] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129876] pid_max: default: 32768 minimum: 301\n[ 0.130765] ACPI: Core revision 20150930\n[ 0.132141] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133444] Security Framework initialized\n[ 0.134255] Yama: becoming mindful.\n[ 0.134982] AppArmor: AppArmor initialized\n[ 0.135845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137172] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138449] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139652] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141033] Initializing cgroup subsys io\n[ 0.141842] Initializing cgroup subsys memory\n[ 0.142697] Initializing cgroup subsys devices\n[ 0.143572] Initializing cgroup subsys freezer\n[ 0.144434] Initializing cgroup subsys net_cls\n[ 0.145290] Initializing cgroup subsys perf_event\n[ 0.146192] Initializing cgroup subsys net_prio\n[ 0.147069] Initializing cgroup subsys hugetlb\n[ 0.147936] Initializing cgroup subsys pids\n[ 0.148806] CPU: Physical Processor ID: 0\n[ 0.150291] mce: CPU supports 10 MCE banks\n[ 0.151134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163181] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169554] ftrace: allocating 31920 entries in 125 pages\n[ 0.195457] smpboot: Max logical packages: 1\n[ 0.196310] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197658] x2apic enabled\n[ 0.198461] Switched APIC routing to physical x2apic.\n[ 0.200208] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201325] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203306] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205088] KVM setup paravirtual spinlock\n[ 0.206378] x86: Booted up 1 node, 1 CPUs\n[ 0.207180] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208563] devtmpfs: initialized\n[ 0.210272] evm: security.selinux\n[ 0.210974] evm: security.SMACK64\n[ 0.211668] evm: security.SMACK64EXEC\n[ 0.212412] evm: security.SMACK64TRANSMUTE\n[ 0.213213] evm: security.SMACK64MMAP\n[ 0.213959] evm: security.ima\n[ 0.214598] evm: security.capability\n[ 0.215398] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217245] pinctrl core: initialized pinctrl subsystem\n[ 0.218344] RTC time: 12:40:45, date: 10/12/18\n[ 0.219295] NET: Registered protocol family 16\n[ 0.220259] cpuidle: using governor ladder\n[ 0.221077] cpuidle: using governor menu\n[ 0.221855] PCCT header not found.\n[ 0.222604] ACPI: bus type PCI registered\n[ 0.223396] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224614] PCI: Using configuration type 1 for base access\n[ 0.226341] ACPI: Added _OSI(Module Device)\n[ 0.227178] ACPI: Added _OSI(Processor Device)\n[ 0.228030] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228921] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231027] ACPI: Interpreter enabled\n[ 0.231793] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237223] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239029] ACPI: (supports S0 S5)\n[ 0.239725] ACPI: Using IOAPIC for interrupt routing\n[ 0.240756] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243822] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244949] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246163] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247338] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249529] acpiphp: Slot [3] registered\n[ 0.250317] acpiphp: Slot [4] registered\n[ 0.251105] acpiphp: Slot [5] registered\n[ 0.251892] acpiphp: Slot [6] registered\n[ 0.252677] acpiphp: Slot [7] registered\n[ 0.253468] acpiphp: Slot [8] registered\n[ 0.254252] acpiphp: Slot [9] registered\n[ 0.255036] acpiphp: Slot [10] registered\n[ 0.255843] acpiphp: Slot [11] registered\n[ 0.256649] acpiphp: Slot [12] registered\n[ 0.257448] acpiphp: Slot [13] registered\n[ 0.258245] acpiphp: Slot [14] registered\n[ 0.259046] acpiphp: Slot [15] registered\n[ 0.269870] acpiphp: Slot [16] registered\n[ 0.270672] acpiphp: Slot [17] registered\n[ 0.271471] acpiphp: Slot [18] registered\n[ 0.272264] acpiphp: Slot [19] registered\n[ 0.273063] acpiphp: Slot [20] registered\n[ 0.273869] acpiphp: Slot [21] registered\n[ 0.274670] acpiphp: Slot [22] registered\n[ 0.275468] acpiphp: Slot [23] registered\n[ 0.276262] acpiphp: Slot [24] registered\n[ 0.277066] acpiphp: Slot [25] registered\n[ 0.277870] acpiphp: Slot [26] registered\n[ 0.278673] acpiphp: Slot [27] registered\n[ 0.279473] acpiphp: Slot [28] registered\n[ 0.280268] acpiphp: Slot [29] registered\n[ 0.281067] acpiphp: Slot [30] registered\n[ 0.281871] acpiphp: Slot [31] registered\n[ 0.282670] PCI host bridge to bus 0000:00\n[ 0.283467] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284658] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285848] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287274] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288702] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294895] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296168] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297322] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298568] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304903] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306305] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351846] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353318] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356114] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357488] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358716] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359850] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360943] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362465] vgaarb: loaded\n[ 0.363057] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364171] SCSI subsystem initialized\n[ 0.364978] ACPI: bus type USB registered\n[ 0.365783] usbcore: registered new interface driver usbfs\n[ 0.366798] usbcore: registered new interface driver hub\n[ 0.367788] usbcore: registered new device driver usb\n[ 0.368821] PCI: Using ACPI for IRQ routing\n[ 0.369832] NetLabel: Initializing\n[ 0.370534] NetLabel: domain hash size = 128\n[ 0.371373] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372301] NetLabel: unlabeled traffic allowed by default\n[ 0.373377] clocksource: Switched to clocksource kvm-clock\n[ 0.378781] AppArmor: AppArmor Filesystem Enabled\n[ 0.379730] pnp: PnP ACPI init\n[ 0.380630] pnp: PnP ACPI: found 5 devices\n[ 0.386996] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388675] NET: Registered protocol family 2\n[ 0.389620] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390873] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392021] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393162] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394227] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395385] NET: Registered protocol family 1\n[ 0.396245] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397326] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398390] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412436] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426835] Trying to unpack rootfs image as initramfs...\n[ 0.476461] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490280] Scanning for low memory corruption every 60 seconds\n[ 0.491629] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492762] audit: initializing netlink subsys (disabled)\n[ 0.493778] audit: type=2000 audit(1539348046.444:1): initialized\n[ 0.495064] Initialise system trusted keyring\n[ 0.495981] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497132] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499093] zbud: loaded\n[ 0.499798] VFS: Disk quotas dquot_6.6.0\n[ 0.500612] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502117] fuse init (API version 7.23)\n[ 0.503012] Key type big_key registered\n[ 0.503811] Allocating IMA MOK and blacklist keyrings.\n[ 0.505280] Key type asymmetric registered\n[ 0.506109] Asymmetric key parser 'x509' registered\n[ 0.507060] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508534] io scheduler noop registered\n[ 0.509325] io scheduler deadline registered (default)\n[ 0.510332] io scheduler cfq registered\n[ 0.511165] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512212] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.513490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514942] ACPI: Power Button [PWRF]\n[ 0.515773] GHES: HEST is not enabled!\n[ 0.529410] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557103] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559307] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585183] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587425] Linux agpgart interface v0.103\n[ 0.589461] brd: module loaded\n[ 0.590651] loop: module loaded\n[ 0.595478] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596941] GPT:90111 != 2097151\n[ 0.597634] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598737] GPT:90111 != 2097151\n[ 0.599416] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600384] vda: vda1 vda15\n[ 0.601889] scsi host0: ata_piix\n[ 0.602630] scsi host1: ata_piix\n[ 0.603334] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604561] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606016] libphy: Fixed MDIO Bus: probed\n[ 0.606844] tun: Universal TUN/TAP device driver, 1.6\n[ 0.607800] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.609950] PPP generic driver version 2.4.2\n[ 0.610845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612140] ehci-pci: EHCI PCI platform driver\n[ 0.613016] ehci-platform: EHCI generic platform driver\n[ 0.614016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615152] ohci-pci: OHCI PCI platform driver\n[ 0.616024] ohci-platform: OHCI generic platform driver\n[ 0.617014] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631378] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632380] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.633845] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.634887] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636014] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637253] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638693] usb usb1: Product: UHCI Host Controller\n[ 0.639636] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640786] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641815] hub 1-0:1.0: USB hub found\n[ 0.642600] hub 1-0:1.0: 2 ports detected\n[ 0.643514] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645637] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646606] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647638] mousedev: PS/2 mouse device common for all mice\n[ 0.648892] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650751] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651844] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653048] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654255] i2c /dev entries driver\n[ 0.655017] device-mapper: uevent: version 1.0.3\n[ 0.655967] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657629] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658924] NET: Registered protocol family 10\n[ 0.659935] NET: Registered protocol family 17\n[ 0.660835] Key type dns_resolver registered\n[ 0.661775] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662879] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664631] registered taskstats version 1\n[ 0.665484] Loading compiled-in X.509 certificates\n[ 0.666927] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668811] zswap: loaded using pool lzo/zbud\n[ 0.670190] Key type trusted registered\n[ 0.671729] Key type encrypted registered\n[ 0.672567] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673615] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674668] evm: HMAC attrs: 0x1\n[ 0.675961] Magic number: 6:331:683\n[ 0.676815] rtc_cmos 00:00: setting system clock to 2018-10-12 12:40:46 UTC (1539348046)\n[ 0.678424] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679542] EDD information not available.\n[ 0.762507] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764070] Write protecting the kernel read-only data: 14336k\n[ 0.776025] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.777879] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.267206] 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-10-12 12:41:44,515 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/e1d2cd12-2f64-458c-ab2b-2096c459f2e5/action used request id req-fead11ac-a459-427a-a2f8-37a4592040dd 2018-10-12 12:41:46,532 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/e1d2cd12-2f64-458c-ab2b-2096c459f2e5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c9955b9ced7784e299783a39b729f9c7cc837d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:41:47,598 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-a33ade83-6285-44bf-8482-3d419d893369 x-compute-request-id: req-a33ade83-6285-44bf-8482-3d419d893369 Content-Encoding: gzip Content-Length: 7687 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478360224 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128207] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129876] pid_max: default: 32768 minimum: 301\n[ 0.130765] ACPI: Core revision 20150930\n[ 0.132141] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133444] Security Framework initialized\n[ 0.134255] Yama: becoming mindful.\n[ 0.134982] AppArmor: AppArmor initialized\n[ 0.135845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137172] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138449] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139652] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141033] Initializing cgroup subsys io\n[ 0.141842] Initializing cgroup subsys memory\n[ 0.142697] Initializing cgroup subsys devices\n[ 0.143572] Initializing cgroup subsys freezer\n[ 0.144434] Initializing cgroup subsys net_cls\n[ 0.145290] Initializing cgroup subsys perf_event\n[ 0.146192] Initializing cgroup subsys net_prio\n[ 0.147069] Initializing cgroup subsys hugetlb\n[ 0.147936] Initializing cgroup subsys pids\n[ 0.148806] CPU: Physical Processor ID: 0\n[ 0.150291] mce: CPU supports 10 MCE banks\n[ 0.151134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163181] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169554] ftrace: allocating 31920 entries in 125 pages\n[ 0.195457] smpboot: Max logical packages: 1\n[ 0.196310] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197658] x2apic enabled\n[ 0.198461] Switched APIC routing to physical x2apic.\n[ 0.200208] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201325] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203306] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205088] KVM setup paravirtual spinlock\n[ 0.206378] x86: Booted up 1 node, 1 CPUs\n[ 0.207180] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208563] devtmpfs: initialized\n[ 0.210272] evm: security.selinux\n[ 0.210974] evm: security.SMACK64\n[ 0.211668] evm: security.SMACK64EXEC\n[ 0.212412] evm: security.SMACK64TRANSMUTE\n[ 0.213213] evm: security.SMACK64MMAP\n[ 0.213959] evm: security.ima\n[ 0.214598] evm: security.capability\n[ 0.215398] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217245] pinctrl core: initialized pinctrl subsystem\n[ 0.218344] RTC time: 12:40:45, date: 10/12/18\n[ 0.219295] NET: Registered protocol family 16\n[ 0.220259] cpuidle: using governor ladder\n[ 0.221077] cpuidle: using governor menu\n[ 0.221855] PCCT header not found.\n[ 0.222604] ACPI: bus type PCI registered\n[ 0.223396] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224614] PCI: Using configuration type 1 for base access\n[ 0.226341] ACPI: Added _OSI(Module Device)\n[ 0.227178] ACPI: Added _OSI(Processor Device)\n[ 0.228030] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228921] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231027] ACPI: Interpreter enabled\n[ 0.231793] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237223] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239029] ACPI: (supports S0 S5)\n[ 0.239725] ACPI: Using IOAPIC for interrupt routing\n[ 0.240756] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243822] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244949] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246163] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247338] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249529] acpiphp: Slot [3] registered\n[ 0.250317] acpiphp: Slot [4] registered\n[ 0.251105] acpiphp: Slot [5] registered\n[ 0.251892] acpiphp: Slot [6] registered\n[ 0.252677] acpiphp: Slot [7] registered\n[ 0.253468] acpiphp: Slot [8] registered\n[ 0.254252] acpiphp: Slot [9] registered\n[ 0.255036] acpiphp: Slot [10] registered\n[ 0.255843] acpiphp: Slot [11] registered\n[ 0.256649] acpiphp: Slot [12] registered\n[ 0.257448] acpiphp: Slot [13] registered\n[ 0.258245] acpiphp: Slot [14] registered\n[ 0.259046] acpiphp: Slot [15] registered\n[ 0.269870] acpiphp: Slot [16] registered\n[ 0.270672] acpiphp: Slot [17] registered\n[ 0.271471] acpiphp: Slot [18] registered\n[ 0.272264] acpiphp: Slot [19] registered\n[ 0.273063] acpiphp: Slot [20] registered\n[ 0.273869] acpiphp: Slot [21] registered\n[ 0.274670] acpiphp: Slot [22] registered\n[ 0.275468] acpiphp: Slot [23] registered\n[ 0.276262] acpiphp: Slot [24] registered\n[ 0.277066] acpiphp: Slot [25] registered\n[ 0.277870] acpiphp: Slot [26] registered\n[ 0.278673] acpiphp: Slot [27] registered\n[ 0.279473] acpiphp: Slot [28] registered\n[ 0.280268] acpiphp: Slot [29] registered\n[ 0.281067] acpiphp: Slot [30] registered\n[ 0.281871] acpiphp: Slot [31] registered\n[ 0.282670] PCI host bridge to bus 0000:00\n[ 0.283467] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284658] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285848] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287274] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288702] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294895] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296168] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297322] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298568] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304903] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306305] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351846] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353318] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356114] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357488] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358716] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359850] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360943] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362465] vgaarb: loaded\n[ 0.363057] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364171] SCSI subsystem initialized\n[ 0.364978] ACPI: bus type USB registered\n[ 0.365783] usbcore: registered new interface driver usbfs\n[ 0.366798] usbcore: registered new interface driver hub\n[ 0.367788] usbcore: registered new device driver usb\n[ 0.368821] PCI: Using ACPI for IRQ routing\n[ 0.369832] NetLabel: Initializing\n[ 0.370534] NetLabel: domain hash size = 128\n[ 0.371373] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372301] NetLabel: unlabeled traffic allowed by default\n[ 0.373377] clocksource: Switched to clocksource kvm-clock\n[ 0.378781] AppArmor: AppArmor Filesystem Enabled\n[ 0.379730] pnp: PnP ACPI init\n[ 0.380630] pnp: PnP ACPI: found 5 devices\n[ 0.386996] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388675] NET: Registered protocol family 2\n[ 0.389620] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390873] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392021] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393162] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394227] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395385] NET: Registered protocol family 1\n[ 0.396245] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397326] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398390] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412436] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426835] Trying to unpack rootfs image as initramfs...\n[ 0.476461] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490280] Scanning for low memory corruption every 60 seconds\n[ 0.491629] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492762] audit: initializing netlink subsys (disabled)\n[ 0.493778] audit: type=2000 audit(1539348046.444:1): initialized\n[ 0.495064] Initialise system trusted keyring\n[ 0.495981] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497132] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499093] zbud: loaded\n[ 0.499798] VFS: Disk quotas dquot_6.6.0\n[ 0.500612] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502117] fuse init (API version 7.23)\n[ 0.503012] Key type big_key registered\n[ 0.503811] Allocating IMA MOK and blacklist keyrings.\n[ 0.505280] Key type asymmetric registered\n[ 0.506109] Asymmetric key parser 'x509' registered\n[ 0.507060] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508534] io scheduler noop registered\n[ 0.509325] io scheduler deadline registered (default)\n[ 0.510332] io scheduler cfq registered\n[ 0.511165] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512212] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.513490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514942] ACPI: Power Button [PWRF]\n[ 0.515773] GHES: HEST is not enabled!\n[ 0.529410] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557103] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559307] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585183] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587425] Linux agpgart interface v0.103\n[ 0.589461] brd: module loaded\n[ 0.590651] loop: module loaded\n[ 0.595478] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596941] GPT:90111 != 2097151\n[ 0.597634] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598737] GPT:90111 != 2097151\n[ 0.599416] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600384] vda: vda1 vda15\n[ 0.601889] scsi host0: ata_piix\n[ 0.602630] scsi host1: ata_piix\n[ 0.603334] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604561] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606016] libphy: Fixed MDIO Bus: probed\n[ 0.606844] tun: Universal TUN/TAP device driver, 1.6\n[ 0.607800] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.609950] PPP generic driver version 2.4.2\n[ 0.610845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612140] ehci-pci: EHCI PCI platform driver\n[ 0.613016] ehci-platform: EHCI generic platform driver\n[ 0.614016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615152] ohci-pci: OHCI PCI platform driver\n[ 0.616024] ohci-platform: OHCI generic platform driver\n[ 0.617014] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631378] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632380] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.633845] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.634887] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636014] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637253] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638693] usb usb1: Product: UHCI Host Controller\n[ 0.639636] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640786] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641815] hub 1-0:1.0: USB hub found\n[ 0.642600] hub 1-0:1.0: 2 ports detected\n[ 0.643514] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645637] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646606] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647638] mousedev: PS/2 mouse device common for all mice\n[ 0.648892] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650751] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651844] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653048] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654255] i2c /dev entries driver\n[ 0.655017] device-mapper: uevent: version 1.0.3\n[ 0.655967] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657629] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658924] NET: Registered protocol family 10\n[ 0.659935] NET: Registered protocol family 17\n[ 0.660835] Key type dns_resolver registered\n[ 0.661775] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662879] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664631] registered taskstats version 1\n[ 0.665484] Loading compiled-in X.509 certificates\n[ 0.666927] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668811] zswap: loaded using pool lzo/zbud\n[ 0.670190] Key type trusted registered\n[ 0.671729] Key type encrypted registered\n[ 0.672567] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673615] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674668] evm: HMAC attrs: 0x1\n[ 0.675961] Magic number: 6:331:683\n[ 0.676815] rtc_cmos 00:00: setting system clock to 2018-10-12 12:40:46 UTC (1539348046)\n[ 0.678424] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679542] EDD information not available.\n[ 0.762507] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764070] Write protecting the kernel read-only data: 14336k\n[ 0.776025] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.777879] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.267206] 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-10-12 12:41:47,599 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/e1d2cd12-2f64-458c-ab2b-2096c459f2e5/action used request id req-a33ade83-6285-44bf-8482-3d419d893369 2018-10-12 12:41:49,616 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/e1d2cd12-2f64-458c-ab2b-2096c459f2e5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c9955b9ced7784e299783a39b729f9c7cc837d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:41:50,691 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:41: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-2e9ee22f-f622-4e7f-9264-f05395aee195 x-compute-request-id: req-2e9ee22f-f622-4e7f-9264-f05395aee195 Content-Encoding: gzip Content-Length: 9459 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478360224 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128207] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129876] pid_max: default: 32768 minimum: 301\n[ 0.130765] ACPI: Core revision 20150930\n[ 0.132141] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133444] Security Framework initialized\n[ 0.134255] Yama: becoming mindful.\n[ 0.134982] AppArmor: AppArmor initialized\n[ 0.135845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137172] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138449] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139652] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141033] Initializing cgroup subsys io\n[ 0.141842] Initializing cgroup subsys memory\n[ 0.142697] Initializing cgroup subsys devices\n[ 0.143572] Initializing cgroup subsys freezer\n[ 0.144434] Initializing cgroup subsys net_cls\n[ 0.145290] Initializing cgroup subsys perf_event\n[ 0.146192] Initializing cgroup subsys net_prio\n[ 0.147069] Initializing cgroup subsys hugetlb\n[ 0.147936] Initializing cgroup subsys pids\n[ 0.148806] CPU: Physical Processor ID: 0\n[ 0.150291] mce: CPU supports 10 MCE banks\n[ 0.151134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163181] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169554] ftrace: allocating 31920 entries in 125 pages\n[ 0.195457] smpboot: Max logical packages: 1\n[ 0.196310] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197658] x2apic enabled\n[ 0.198461] Switched APIC routing to physical x2apic.\n[ 0.200208] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201325] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203306] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205088] KVM setup paravirtual spinlock\n[ 0.206378] x86: Booted up 1 node, 1 CPUs\n[ 0.207180] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208563] devtmpfs: initialized\n[ 0.210272] evm: security.selinux\n[ 0.210974] evm: security.SMACK64\n[ 0.211668] evm: security.SMACK64EXEC\n[ 0.212412] evm: security.SMACK64TRANSMUTE\n[ 0.213213] evm: security.SMACK64MMAP\n[ 0.213959] evm: security.ima\n[ 0.214598] evm: security.capability\n[ 0.215398] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217245] pinctrl core: initialized pinctrl subsystem\n[ 0.218344] RTC time: 12:40:45, date: 10/12/18\n[ 0.219295] NET: Registered protocol family 16\n[ 0.220259] cpuidle: using governor ladder\n[ 0.221077] cpuidle: using governor menu\n[ 0.221855] PCCT header not found.\n[ 0.222604] ACPI: bus type PCI registered\n[ 0.223396] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224614] PCI: Using configuration type 1 for base access\n[ 0.226341] ACPI: Added _OSI(Module Device)\n[ 0.227178] ACPI: Added _OSI(Processor Device)\n[ 0.228030] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228921] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231027] ACPI: Interpreter enabled\n[ 0.231793] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237223] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239029] ACPI: (supports S0 S5)\n[ 0.239725] ACPI: Using IOAPIC for interrupt routing\n[ 0.240756] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243822] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244949] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246163] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247338] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249529] acpiphp: Slot [3] registered\n[ 0.250317] acpiphp: Slot [4] registered\n[ 0.251105] acpiphp: Slot [5] registered\n[ 0.251892] acpiphp: Slot [6] registered\n[ 0.252677] acpiphp: Slot [7] registered\n[ 0.253468] acpiphp: Slot [8] registered\n[ 0.254252] acpiphp: Slot [9] registered\n[ 0.255036] acpiphp: Slot [10] registered\n[ 0.255843] acpiphp: Slot [11] registered\n[ 0.256649] acpiphp: Slot [12] registered\n[ 0.257448] acpiphp: Slot [13] registered\n[ 0.258245] acpiphp: Slot [14] registered\n[ 0.259046] acpiphp: Slot [15] registered\n[ 0.269870] acpiphp: Slot [16] registered\n[ 0.270672] acpiphp: Slot [17] registered\n[ 0.271471] acpiphp: Slot [18] registered\n[ 0.272264] acpiphp: Slot [19] registered\n[ 0.273063] acpiphp: Slot [20] registered\n[ 0.273869] acpiphp: Slot [21] registered\n[ 0.274670] acpiphp: Slot [22] registered\n[ 0.275468] acpiphp: Slot [23] registered\n[ 0.276262] acpiphp: Slot [24] registered\n[ 0.277066] acpiphp: Slot [25] registered\n[ 0.277870] acpiphp: Slot [26] registered\n[ 0.278673] acpiphp: Slot [27] registered\n[ 0.279473] acpiphp: Slot [28] registered\n[ 0.280268] acpiphp: Slot [29] registered\n[ 0.281067] acpiphp: Slot [30] registered\n[ 0.281871] acpiphp: Slot [31] registered\n[ 0.282670] PCI host bridge to bus 0000:00\n[ 0.283467] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284658] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285848] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287274] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288702] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294895] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296168] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297322] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298568] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304903] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306305] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351846] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353318] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356114] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357488] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358716] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359850] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360943] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362465] vgaarb: loaded\n[ 0.363057] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364171] SCSI subsystem initialized\n[ 0.364978] ACPI: bus type USB registered\n[ 0.365783] usbcore: registered new interface driver usbfs\n[ 0.366798] usbcore: registered new interface driver hub\n[ 0.367788] usbcore: registered new device driver usb\n[ 0.368821] PCI: Using ACPI for IRQ routing\n[ 0.369832] NetLabel: Initializing\n[ 0.370534] NetLabel: domain hash size = 128\n[ 0.371373] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372301] NetLabel: unlabeled traffic allowed by default\n[ 0.373377] clocksource: Switched to clocksource kvm-clock\n[ 0.378781] AppArmor: AppArmor Filesystem Enabled\n[ 0.379730] pnp: PnP ACPI init\n[ 0.380630] pnp: PnP ACPI: found 5 devices\n[ 0.386996] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388675] NET: Registered protocol family 2\n[ 0.389620] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390873] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392021] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393162] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394227] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395385] NET: Registered protocol family 1\n[ 0.396245] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397326] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398390] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412436] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426835] Trying to unpack rootfs image as initramfs...\n[ 0.476461] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490280] Scanning for low memory corruption every 60 seconds\n[ 0.491629] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492762] audit: initializing netlink subsys (disabled)\n[ 0.493778] audit: type=2000 audit(1539348046.444:1): initialized\n[ 0.495064] Initialise system trusted keyring\n[ 0.495981] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497132] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499093] zbud: loaded\n[ 0.499798] VFS: Disk quotas dquot_6.6.0\n[ 0.500612] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502117] fuse init (API version 7.23)\n[ 0.503012] Key type big_key registered\n[ 0.503811] Allocating IMA MOK and blacklist keyrings.\n[ 0.505280] Key type asymmetric registered\n[ 0.506109] Asymmetric key parser 'x509' registered\n[ 0.507060] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508534] io scheduler noop registered\n[ 0.509325] io scheduler deadline registered (default)\n[ 0.510332] io scheduler cfq registered\n[ 0.511165] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512212] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.513490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514942] ACPI: Power Button [PWRF]\n[ 0.515773] GHES: HEST is not enabled!\n[ 0.529410] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557103] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559307] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585183] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587425] Linux agpgart interface v0.103\n[ 0.589461] brd: module loaded\n[ 0.590651] loop: module loaded\n[ 0.595478] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596941] GPT:90111 != 2097151\n[ 0.597634] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598737] GPT:90111 != 2097151\n[ 0.599416] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600384] vda: vda1 vda15\n[ 0.601889] scsi host0: ata_piix\n[ 0.602630] scsi host1: ata_piix\n[ 0.603334] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604561] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606016] libphy: Fixed MDIO Bus: probed\n[ 0.606844] tun: Universal TUN/TAP device driver, 1.6\n[ 0.607800] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.609950] PPP generic driver version 2.4.2\n[ 0.610845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612140] ehci-pci: EHCI PCI platform driver\n[ 0.613016] ehci-platform: EHCI generic platform driver\n[ 0.614016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615152] ohci-pci: OHCI PCI platform driver\n[ 0.616024] ohci-platform: OHCI generic platform driver\n[ 0.617014] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631378] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632380] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.633845] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.634887] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636014] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637253] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638693] usb usb1: Product: UHCI Host Controller\n[ 0.639636] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640786] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641815] hub 1-0:1.0: USB hub found\n[ 0.642600] hub 1-0:1.0: 2 ports detected\n[ 0.643514] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645637] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646606] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647638] mousedev: PS/2 mouse device common for all mice\n[ 0.648892] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650751] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651844] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653048] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654255] i2c /dev entries driver\n[ 0.655017] device-mapper: uevent: version 1.0.3\n[ 0.655967] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657629] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658924] NET: Registered protocol family 10\n[ 0.659935] NET: Registered protocol family 17\n[ 0.660835] Key type dns_resolver registered\n[ 0.661775] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662879] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664631] registered taskstats version 1\n[ 0.665484] Loading compiled-in X.509 certificates\n[ 0.666927] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668811] zswap: loaded using pool lzo/zbud\n[ 0.670190] Key type trusted registered\n[ 0.671729] Key type encrypted registered\n[ 0.672567] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673615] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674668] evm: HMAC attrs: 0x1\n[ 0.675961] Magic number: 6:331:683\n[ 0.676815] rtc_cmos 00:00: setting system clock to 2018-10-12 12:40:46 UTC (1539348046)\n[ 0.678424] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679542] EDD information not available.\n[ 0.762507] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764070] Write protecting the kernel read-only data: 14336k\n[ 0.776025] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.777879] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.267206] 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.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 61.19. iid=i-000000fc\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDQ95fBAWkWunQSUEDmnx+vG7TSGoLDTZQIXIT1bdttYTz/+VsXD37OckHZgUiWi3Q3ifPlbfRoJ1r7sErp4NO9UE6VzguBTQVOtRrkZwTQaWCW2JHICVkw7H2eegnWMOzs5cFnRSfQ2nPHQWtxX/YZED6CclCg7KWNACnzLyfEQGjg8upKqbr3Kvi11BXK46Ao8Tz5/fDBQ9eTwopSq9ipEjQMmFdTVb6gGigOynywaeJd3NbqpC/wZ7x04iTQftNacQGbkt/epAnhnWWWlwbc8BcmojkRxQUr5D6dDULwrwr7jhcBF1qcac8GGqD1OvDciwojVcAJKpZLE589tyaj root@sdnvpn-4-3\nssh-dss AAAAB3NzaC1kc3MAAACBAMn/1Lwx6A6zDKhKU4bZ53nuN1KvvS7Fu66l+aWyCItAymj9C7xbYUMOadCvzVuoS9XjJKEhxDbttXf4mJDpsElHBErVv/A04EqobpjUhKQFRl43TQH+ym34xeF28mHXahzzgff3qfatnkUeDsQrgwSbh5mDr7LDQsJTelgmuTIlAAAAFQCUHjvxGdqylUnsIk6zpmBMFQtJoQAAAIEArDWXQRO5rStrJnD0GlFW+DYsaBdW3N73MkPkdeOcM3I02XNTmnNIwawy9fiJ7odhCQQ9OgVM80fOzpB2HIJWFgoZFlZZZb5YvmJU2i4+Vronn3QdvxYompN03EnVR/Z9VFsZQZYl/a0CzpdBXBU+tNy8iCIYcnU+/PH1GaNzSh0AAACAfJp3LP0reXoBAN3N/3ETOw6Sv/0WSPKcOdOkSrqbaIV6B9l7dDcNqvGtPtkDRZAVP9tuWx60IczJsEILkvPFKeKEy4e2PWsELFChTnLqgU2SqLURU9YQCwio8J/YndUtlp2rynsxSt7HkcJcnE8zEQqxrljJy7virFzxgNYsXug= 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.14,24,fe80::f816:3eff:feae:aedc/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-000000fc\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.51 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n"} 2018-10-12 12:41:50,692 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/e1d2cd12-2f64-458c-ab2b-2096c459f2e5/action used request id req-2e9ee22f-f622-4e7f-9264-f05395aee195 2018-10-12 12:41:52,712 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/e1d2cd12-2f64-458c-ab2b-2096c459f2e5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0c9955b9ced7784e299783a39b729f9c7cc837d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:41:53,788 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:41:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5808be86-0fe2-4fef-8a5d-e6960e47747a x-compute-request-id: req-5808be86-0fe2-4fef-8a5d-e6960e47747a Content-Encoding: gzip Content-Length: 9537 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478360224 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128207] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129876] pid_max: default: 32768 minimum: 301\n[ 0.130765] ACPI: Core revision 20150930\n[ 0.132141] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133444] Security Framework initialized\n[ 0.134255] Yama: becoming mindful.\n[ 0.134982] AppArmor: AppArmor initialized\n[ 0.135845] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137172] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138449] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139652] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141033] Initializing cgroup subsys io\n[ 0.141842] Initializing cgroup subsys memory\n[ 0.142697] Initializing cgroup subsys devices\n[ 0.143572] Initializing cgroup subsys freezer\n[ 0.144434] Initializing cgroup subsys net_cls\n[ 0.145290] Initializing cgroup subsys perf_event\n[ 0.146192] Initializing cgroup subsys net_prio\n[ 0.147069] Initializing cgroup subsys hugetlb\n[ 0.147936] Initializing cgroup subsys pids\n[ 0.148806] CPU: Physical Processor ID: 0\n[ 0.150291] mce: CPU supports 10 MCE banks\n[ 0.151134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163181] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169554] ftrace: allocating 31920 entries in 125 pages\n[ 0.195457] smpboot: Max logical packages: 1\n[ 0.196310] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197658] x2apic enabled\n[ 0.198461] Switched APIC routing to physical x2apic.\n[ 0.200208] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201325] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203306] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205088] KVM setup paravirtual spinlock\n[ 0.206378] x86: Booted up 1 node, 1 CPUs\n[ 0.207180] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208563] devtmpfs: initialized\n[ 0.210272] evm: security.selinux\n[ 0.210974] evm: security.SMACK64\n[ 0.211668] evm: security.SMACK64EXEC\n[ 0.212412] evm: security.SMACK64TRANSMUTE\n[ 0.213213] evm: security.SMACK64MMAP\n[ 0.213959] evm: security.ima\n[ 0.214598] evm: security.capability\n[ 0.215398] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217245] pinctrl core: initialized pinctrl subsystem\n[ 0.218344] RTC time: 12:40:45, date: 10/12/18\n[ 0.219295] NET: Registered protocol family 16\n[ 0.220259] cpuidle: using governor ladder\n[ 0.221077] cpuidle: using governor menu\n[ 0.221855] PCCT header not found.\n[ 0.222604] ACPI: bus type PCI registered\n[ 0.223396] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224614] PCI: Using configuration type 1 for base access\n[ 0.226341] ACPI: Added _OSI(Module Device)\n[ 0.227178] ACPI: Added _OSI(Processor Device)\n[ 0.228030] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228921] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231027] ACPI: Interpreter enabled\n[ 0.231793] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237223] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239029] ACPI: (supports S0 S5)\n[ 0.239725] ACPI: Using IOAPIC for interrupt routing\n[ 0.240756] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243822] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244949] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246163] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247338] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249529] acpiphp: Slot [3] registered\n[ 0.250317] acpiphp: Slot [4] registered\n[ 0.251105] acpiphp: Slot [5] registered\n[ 0.251892] acpiphp: Slot [6] registered\n[ 0.252677] acpiphp: Slot [7] registered\n[ 0.253468] acpiphp: Slot [8] registered\n[ 0.254252] acpiphp: Slot [9] registered\n[ 0.255036] acpiphp: Slot [10] registered\n[ 0.255843] acpiphp: Slot [11] registered\n[ 0.256649] acpiphp: Slot [12] registered\n[ 0.257448] acpiphp: Slot [13] registered\n[ 0.258245] acpiphp: Slot [14] registered\n[ 0.259046] acpiphp: Slot [15] registered\n[ 0.269870] acpiphp: Slot [16] registered\n[ 0.270672] acpiphp: Slot [17] registered\n[ 0.271471] acpiphp: Slot [18] registered\n[ 0.272264] acpiphp: Slot [19] registered\n[ 0.273063] acpiphp: Slot [20] registered\n[ 0.273869] acpiphp: Slot [21] registered\n[ 0.274670] acpiphp: Slot [22] registered\n[ 0.275468] acpiphp: Slot [23] registered\n[ 0.276262] acpiphp: Slot [24] registered\n[ 0.277066] acpiphp: Slot [25] registered\n[ 0.277870] acpiphp: Slot [26] registered\n[ 0.278673] acpiphp: Slot [27] registered\n[ 0.279473] acpiphp: Slot [28] registered\n[ 0.280268] acpiphp: Slot [29] registered\n[ 0.281067] acpiphp: Slot [30] registered\n[ 0.281871] acpiphp: Slot [31] registered\n[ 0.282670] PCI host bridge to bus 0000:00\n[ 0.283467] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284658] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285848] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287274] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288702] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294895] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296168] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297322] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298568] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304903] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306305] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351846] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353318] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354727] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356114] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357488] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358716] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359850] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360943] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362465] vgaarb: loaded\n[ 0.363057] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364171] SCSI subsystem initialized\n[ 0.364978] ACPI: bus type USB registered\n[ 0.365783] usbcore: registered new interface driver usbfs\n[ 0.366798] usbcore: registered new interface driver hub\n[ 0.367788] usbcore: registered new device driver usb\n[ 0.368821] PCI: Using ACPI for IRQ routing\n[ 0.369832] NetLabel: Initializing\n[ 0.370534] NetLabel: domain hash size = 128\n[ 0.371373] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372301] NetLabel: unlabeled traffic allowed by default\n[ 0.373377] clocksource: Switched to clocksource kvm-clock\n[ 0.378781] AppArmor: AppArmor Filesystem Enabled\n[ 0.379730] pnp: PnP ACPI init\n[ 0.380630] pnp: PnP ACPI: found 5 devices\n[ 0.386996] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388675] NET: Registered protocol family 2\n[ 0.389620] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390873] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392021] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393162] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394227] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395385] NET: Registered protocol family 1\n[ 0.396245] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397326] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398390] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412436] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426835] Trying to unpack rootfs image as initramfs...\n[ 0.476461] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490280] Scanning for low memory corruption every 60 seconds\n[ 0.491629] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492762] audit: initializing netlink subsys (disabled)\n[ 0.493778] audit: type=2000 audit(1539348046.444:1): initialized\n[ 0.495064] Initialise system trusted keyring\n[ 0.495981] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497132] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499093] zbud: loaded\n[ 0.499798] VFS: Disk quotas dquot_6.6.0\n[ 0.500612] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502117] fuse init (API version 7.23)\n[ 0.503012] Key type big_key registered\n[ 0.503811] Allocating IMA MOK and blacklist keyrings.\n[ 0.505280] Key type asymmetric registered\n[ 0.506109] Asymmetric key parser 'x509' registered\n[ 0.507060] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508534] io scheduler noop registered\n[ 0.509325] io scheduler deadline registered (default)\n[ 0.510332] io scheduler cfq registered\n[ 0.511165] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512212] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.513490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514942] ACPI: Power Button [PWRF]\n[ 0.515773] GHES: HEST is not enabled!\n[ 0.529410] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557103] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559307] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585183] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587425] Linux agpgart interface v0.103\n[ 0.589461] brd: module loaded\n[ 0.590651] loop: module loaded\n[ 0.595478] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596941] GPT:90111 != 2097151\n[ 0.597634] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598737] GPT:90111 != 2097151\n[ 0.599416] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600384] vda: vda1 vda15\n[ 0.601889] scsi host0: ata_piix\n[ 0.602630] scsi host1: ata_piix\n[ 0.603334] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604561] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606016] libphy: Fixed MDIO Bus: probed\n[ 0.606844] tun: Universal TUN/TAP device driver, 1.6\n[ 0.607800] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.609950] PPP generic driver version 2.4.2\n[ 0.610845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612140] ehci-pci: EHCI PCI platform driver\n[ 0.613016] ehci-platform: EHCI generic platform driver\n[ 0.614016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615152] ohci-pci: OHCI PCI platform driver\n[ 0.616024] ohci-platform: OHCI generic platform driver\n[ 0.617014] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631378] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632380] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.633845] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.634887] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636014] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637253] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638693] usb usb1: Product: UHCI Host Controller\n[ 0.639636] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640786] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641815] hub 1-0:1.0: USB hub found\n[ 0.642600] hub 1-0:1.0: 2 ports detected\n[ 0.643514] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645637] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646606] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647638] mousedev: PS/2 mouse device common for all mice\n[ 0.648892] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650751] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651844] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653048] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654255] i2c /dev entries driver\n[ 0.655017] device-mapper: uevent: version 1.0.3\n[ 0.655967] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657629] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658924] NET: Registered protocol family 10\n[ 0.659935] NET: Registered protocol family 17\n[ 0.660835] Key type dns_resolver registered\n[ 0.661775] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662879] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664631] registered taskstats version 1\n[ 0.665484] Loading compiled-in X.509 certificates\n[ 0.666927] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668811] zswap: loaded using pool lzo/zbud\n[ 0.670190] Key type trusted registered\n[ 0.671729] Key type encrypted registered\n[ 0.672567] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673615] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674668] evm: HMAC attrs: 0x1\n[ 0.675961] Magic number: 6:331:683\n[ 0.676815] rtc_cmos 00:00: setting system clock to 2018-10-12 12:40:46 UTC (1539348046)\n[ 0.678424] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679542] EDD information not available.\n[ 0.762507] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764070] Write protecting the kernel read-only data: 14336k\n[ 0.776025] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.777879] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.267206] 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.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 61.19. iid=i-000000fc\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDQ95fBAWkWunQSUEDmnx+vG7TSGoLDTZQIXIT1bdttYTz/+VsXD37OckHZgUiWi3Q3ifPlbfRoJ1r7sErp4NO9UE6VzguBTQVOtRrkZwTQaWCW2JHICVkw7H2eegnWMOzs5cFnRSfQ2nPHQWtxX/YZED6CclCg7KWNACnzLyfEQGjg8upKqbr3Kvi11BXK46Ao8Tz5/fDBQ9eTwopSq9ipEjQMmFdTVb6gGigOynywaeJd3NbqpC/wZ7x04iTQftNacQGbkt/epAnhnWWWlwbc8BcmojkRxQUr5D6dDULwrwr7jhcBF1qcac8GGqD1OvDciwojVcAJKpZLE589tyaj root@sdnvpn-4-3\nssh-dss AAAAB3NzaC1kc3MAAACBAMn/1Lwx6A6zDKhKU4bZ53nuN1KvvS7Fu66l+aWyCItAymj9C7xbYUMOadCvzVuoS9XjJKEhxDbttXf4mJDpsElHBErVv/A04EqobpjUhKQFRl43TQH+ym34xeF28mHXahzzgff3qfatnkUeDsQrgwSbh5mDr7LDQsJTelgmuTIlAAAAFQCUHjvxGdqylUnsIk6zpmBMFQtJoQAAAIEArDWXQRO5rStrJnD0GlFW+DYsaBdW3N73MkPkdeOcM3I02XNTmnNIwawy9fiJ7odhCQQ9OgVM80fOzpB2HIJWFgoZFlZZZb5YvmJU2i4+Vronn3QdvxYompN03EnVR/Z9VFsZQZYl/a0CzpdBXBU+tNy8iCIYcnU+/PH1GaNzSh0AAACAfJp3LP0reXoBAN3N/3ETOw6Sv/0WSPKcOdOkSrqbaIV6B9l7dDcNqvGtPtkDRZAVP9tuWx60IczJsEILkvPFKeKEy4e2PWsELFChTnLqgU2SqLURU9YQCwio8J/YndUtlp2rynsxSt7HkcJcnE8zEQqxrljJy7virFzxgNYsXug= 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.14,24,fe80::f816:3eff:feae:aedc/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-000000fc\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.51 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-4-3 login: /dev/root resized successfully [took 1.39s]\n"} 2018-10-12 12:41:53,789 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/e1d2cd12-2f64-458c-ab2b-2096c459f2e5/action used request id req-5808be86-0fe2-4fef-8a5d-e6960e47747a 2018-10-12 12:41:55,818 - sdnvpn_test_utils - INFO - Waiting for instance ebda28e4-323c-4a8d-9a54-6521ae604452 to boot up 2018-10-12 12:41:55,824 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1cfce01cdf2377771d9afe8e46b4cef7dec1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:41:56,894 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:41: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-51054af7-ddf8-4932-ad7e-04936782b8a7 x-compute-request-id: req-51054af7-ddf8-4932-ad7e-04936782b8a7 Content-Encoding: gzip Content-Length: 7680 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507103849 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130471] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132132] pid_max: default: 32768 minimum: 301\n[ 0.133014] ACPI: Core revision 20150930\n[ 0.134392] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135678] Security Framework initialized\n[ 0.136480] Yama: becoming mindful.\n[ 0.137198] AppArmor: AppArmor initialized\n[ 0.138049] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139374] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140635] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141821] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143196] Initializing cgroup subsys io\n[ 0.143996] Initializing cgroup subsys memory\n[ 0.144845] Initializing cgroup subsys devices\n[ 0.145727] Initializing cgroup subsys freezer\n[ 0.146586] Initializing cgroup subsys net_cls\n[ 0.147441] Initializing cgroup subsys perf_event\n[ 0.148335] Initializing cgroup subsys net_prio\n[ 0.149204] Initializing cgroup subsys hugetlb\n[ 0.150064] Initializing cgroup subsys pids\n[ 0.150929] CPU: Physical Processor ID: 0\n[ 0.152405] mce: CPU supports 10 MCE banks\n[ 0.153242] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154234] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164847] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171212] ftrace: allocating 31920 entries in 125 pages\n[ 0.197469] smpboot: Max logical packages: 1\n[ 0.198339] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199672] x2apic enabled\n[ 0.200476] Switched APIC routing to physical x2apic.\n[ 0.202220] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203328] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205307] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207078] KVM setup paravirtual spinlock\n[ 0.208376] x86: Booted up 1 node, 1 CPUs\n[ 0.209175] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210551] devtmpfs: initialized\n[ 0.212265] evm: security.selinux\n[ 0.212957] evm: security.SMACK64\n[ 0.213642] evm: security.SMACK64EXEC\n[ 0.214380] evm: security.SMACK64TRANSMUTE\n[ 0.215181] evm: security.SMACK64MMAP\n[ 0.215920] evm: security.ima\n[ 0.216559] evm: security.capability\n[ 0.217354] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219182] pinctrl core: initialized pinctrl subsystem\n[ 0.220271] RTC time: 12:40:57, date: 10/12/18\n[ 0.221214] NET: Registered protocol family 16\n[ 0.222174] cpuidle: using governor ladder\n[ 0.222980] cpuidle: using governor menu\n[ 0.223759] PCCT header not found.\n[ 0.224511] ACPI: bus type PCI registered\n[ 0.225309] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226535] PCI: Using configuration type 1 for base access\n[ 0.228274] ACPI: Added _OSI(Module Device)\n[ 0.229109] ACPI: Added _OSI(Processor Device)\n[ 0.229963] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230849] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233046] ACPI: Interpreter enabled\n[ 0.233820] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237482] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241196] ACPI: (supports S0 S5)\n[ 0.241896] ACPI: Using IOAPIC for interrupt routing\n[ 0.242948] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246044] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249585] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251780] acpiphp: Slot [3] registered\n[ 0.252580] acpiphp: Slot [4] registered\n[ 0.253377] acpiphp: Slot [5] registered\n[ 0.254171] acpiphp: Slot [6] registered\n[ 0.254959] acpiphp: Slot [7] registered\n[ 0.255759] acpiphp: Slot [8] registered\n[ 0.256564] acpiphp: Slot [9] registered\n[ 0.257361] acpiphp: Slot [10] registered\n[ 0.258167] acpiphp: Slot [11] registered\n[ 0.258986] acpiphp: Slot [12] registered\n[ 0.259803] acpiphp: Slot [13] registered\n[ 0.260617] acpiphp: Slot [14] registered\n[ 0.261519] acpiphp: Slot [15] registered\n[ 0.272570] acpiphp: Slot [16] registered\n[ 0.273382] acpiphp: Slot [17] registered\n[ 0.274190] acpiphp: Slot [18] registered\n[ 0.274993] acpiphp: Slot [19] registered\n[ 0.275797] acpiphp: Slot [20] registered\n[ 0.276613] acpiphp: Slot [21] registered\n[ 0.277426] acpiphp: Slot [22] registered\n[ 0.278231] acpiphp: Slot [23] registered\n[ 0.279037] acpiphp: Slot [24] registered\n[ 0.279846] acpiphp: Slot [25] registered\n[ 0.280657] acpiphp: Slot [26] registered\n[ 0.281466] acpiphp: Slot [27] registered\n[ 0.282274] acpiphp: Slot [28] registered\n[ 0.283077] acpiphp: Slot [29] registered\n[ 0.283880] acpiphp: Slot [30] registered\n[ 0.284695] acpiphp: Slot [31] registered\n[ 0.285509] PCI host bridge to bus 0000:00\n[ 0.286311] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287510] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288715] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290155] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297974] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300095] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301271] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302543] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310151] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355852] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358767] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360185] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361572] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364271] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365313] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366841] vgaarb: loaded\n[ 0.367443] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368570] SCSI subsystem initialized\n[ 0.369390] ACPI: bus type USB registered\n[ 0.370199] usbcore: registered new interface driver usbfs\n[ 0.371226] usbcore: registered new interface driver hub\n[ 0.372222] usbcore: registered new device driver usb\n[ 0.373269] PCI: Using ACPI for IRQ routing\n[ 0.374291] NetLabel: Initializing\n[ 0.374995] NetLabel: domain hash size = 128\n[ 0.375848] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376791] NetLabel: unlabeled traffic allowed by default\n[ 0.377874] clocksource: Switched to clocksource kvm-clock\n[ 0.383336] AppArmor: AppArmor Filesystem Enabled\n[ 0.384289] pnp: PnP ACPI init\n[ 0.385208] pnp: PnP ACPI: found 5 devices\n[ 0.391572] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393256] NET: Registered protocol family 2\n[ 0.394210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395462] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396613] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398831] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400006] NET: Registered protocol family 1\n[ 0.400878] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401984] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403063] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417072] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431350] Trying to unpack rootfs image as initramfs...\n[ 0.481392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495246] Scanning for low memory corruption every 60 seconds\n[ 0.496586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497740] audit: initializing netlink subsys (disabled)\n[ 0.498788] audit: type=2000 audit(1539348058.823:1): initialized\n[ 0.500098] Initialise system trusted keyring\n[ 0.501033] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504182] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505707] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507244] fuse init (API version 7.23)\n[ 0.508132] Key type big_key registered\n[ 0.508938] Allocating IMA MOK and blacklist keyrings.\n[ 0.510054] Key type asymmetric registered\n[ 0.510882] Asymmetric key parser 'x509' registered\n[ 0.511851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513693] io scheduler noop registered\n[ 0.514506] io scheduler deadline registered (default)\n[ 0.515502] io scheduler cfq registered\n[ 0.516338] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517387] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518658] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520521] ACPI: Power Button [PWRF]\n[ 0.521534] GHES: HEST is not enabled!\n[ 0.535445] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570722] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579254] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603181] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605342] Linux agpgart interface v0.103\n[ 0.607441] brd: module loaded\n[ 0.608667] loop: module loaded\n[ 0.613202] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614733] GPT:90111 != 2097151\n[ 0.615420] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616503] GPT:90111 != 2097151\n[ 0.617173] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618139] vda: vda1 vda15\n[ 0.619629] scsi host0: ata_piix\n[ 0.620367] scsi host1: ata_piix\n[ 0.621077] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623748] libphy: Fixed MDIO Bus: probed\n[ 0.624569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625515] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627913] PPP generic driver version 2.4.2\n[ 0.628798] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630063] ehci-pci: EHCI PCI platform driver\n[ 0.630948] ehci-platform: EHCI generic platform driver\n[ 0.632004] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633395] ohci-pci: OHCI PCI platform driver\n[ 0.634457] ohci-platform: OHCI generic platform driver\n[ 0.635663] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650322] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651387] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652903] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653960] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655119] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656423] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657916] usb usb1: Product: UHCI Host Controller\n[ 0.658932] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661187] hub 1-0:1.0: USB hub found\n[ 0.662069] hub 1-0:1.0: 2 ports detected\n[ 0.663168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665604] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666780] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668020] mousedev: PS/2 mouse device common for all mice\n[ 0.669511] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671515] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672597] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673794] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675095] i2c /dev entries driver\n[ 0.675872] device-mapper: uevent: version 1.0.3\n[ 0.676821] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678446] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679736] NET: Registered protocol family 10\n[ 0.680728] NET: Registered protocol family 17\n[ 0.681616] Key type dns_resolver registered\n[ 0.682550] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683637] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685381] registered taskstats version 1\n[ 0.686233] Loading compiled-in X.509 certificates\n[ 0.687785] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689709] zswap: loaded using pool lzo/zbud\n[ 0.691157] Key type trusted registered\n[ 0.692730] Key type encrypted registered\n[ 0.693605] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694686] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695763] evm: HMAC attrs: 0x1\n[ 0.696719] Magic number: 6:331:683\n[ 0.697598] rtc_cmos 00:00: setting system clock to 2018-10-12 12:40:58 UTC (1539348058)\n[ 0.699371] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700553] EDD information not available.\n[ 0.782819] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784359] Write protecting the kernel read-only data: 14336k\n[ 0.796309] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798104] 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.839806] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 12:41:56,895 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action used request id req-51054af7-ddf8-4932-ad7e-04936782b8a7 2018-10-12 12:41:58,910 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1cfce01cdf2377771d9afe8e46b4cef7dec1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:41:59,978 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-c6bab52f-6908-412b-9f39-8e0b94a917f2 x-compute-request-id: req-c6bab52f-6908-412b-9f39-8e0b94a917f2 Content-Encoding: gzip Content-Length: 7680 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507103849 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130471] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132132] pid_max: default: 32768 minimum: 301\n[ 0.133014] ACPI: Core revision 20150930\n[ 0.134392] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135678] Security Framework initialized\n[ 0.136480] Yama: becoming mindful.\n[ 0.137198] AppArmor: AppArmor initialized\n[ 0.138049] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139374] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140635] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141821] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143196] Initializing cgroup subsys io\n[ 0.143996] Initializing cgroup subsys memory\n[ 0.144845] Initializing cgroup subsys devices\n[ 0.145727] Initializing cgroup subsys freezer\n[ 0.146586] Initializing cgroup subsys net_cls\n[ 0.147441] Initializing cgroup subsys perf_event\n[ 0.148335] Initializing cgroup subsys net_prio\n[ 0.149204] Initializing cgroup subsys hugetlb\n[ 0.150064] Initializing cgroup subsys pids\n[ 0.150929] CPU: Physical Processor ID: 0\n[ 0.152405] mce: CPU supports 10 MCE banks\n[ 0.153242] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154234] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164847] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171212] ftrace: allocating 31920 entries in 125 pages\n[ 0.197469] smpboot: Max logical packages: 1\n[ 0.198339] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199672] x2apic enabled\n[ 0.200476] Switched APIC routing to physical x2apic.\n[ 0.202220] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203328] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205307] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207078] KVM setup paravirtual spinlock\n[ 0.208376] x86: Booted up 1 node, 1 CPUs\n[ 0.209175] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210551] devtmpfs: initialized\n[ 0.212265] evm: security.selinux\n[ 0.212957] evm: security.SMACK64\n[ 0.213642] evm: security.SMACK64EXEC\n[ 0.214380] evm: security.SMACK64TRANSMUTE\n[ 0.215181] evm: security.SMACK64MMAP\n[ 0.215920] evm: security.ima\n[ 0.216559] evm: security.capability\n[ 0.217354] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219182] pinctrl core: initialized pinctrl subsystem\n[ 0.220271] RTC time: 12:40:57, date: 10/12/18\n[ 0.221214] NET: Registered protocol family 16\n[ 0.222174] cpuidle: using governor ladder\n[ 0.222980] cpuidle: using governor menu\n[ 0.223759] PCCT header not found.\n[ 0.224511] ACPI: bus type PCI registered\n[ 0.225309] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226535] PCI: Using configuration type 1 for base access\n[ 0.228274] ACPI: Added _OSI(Module Device)\n[ 0.229109] ACPI: Added _OSI(Processor Device)\n[ 0.229963] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230849] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233046] ACPI: Interpreter enabled\n[ 0.233820] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237482] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241196] ACPI: (supports S0 S5)\n[ 0.241896] ACPI: Using IOAPIC for interrupt routing\n[ 0.242948] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246044] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249585] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251780] acpiphp: Slot [3] registered\n[ 0.252580] acpiphp: Slot [4] registered\n[ 0.253377] acpiphp: Slot [5] registered\n[ 0.254171] acpiphp: Slot [6] registered\n[ 0.254959] acpiphp: Slot [7] registered\n[ 0.255759] acpiphp: Slot [8] registered\n[ 0.256564] acpiphp: Slot [9] registered\n[ 0.257361] acpiphp: Slot [10] registered\n[ 0.258167] acpiphp: Slot [11] registered\n[ 0.258986] acpiphp: Slot [12] registered\n[ 0.259803] acpiphp: Slot [13] registered\n[ 0.260617] acpiphp: Slot [14] registered\n[ 0.261519] acpiphp: Slot [15] registered\n[ 0.272570] acpiphp: Slot [16] registered\n[ 0.273382] acpiphp: Slot [17] registered\n[ 0.274190] acpiphp: Slot [18] registered\n[ 0.274993] acpiphp: Slot [19] registered\n[ 0.275797] acpiphp: Slot [20] registered\n[ 0.276613] acpiphp: Slot [21] registered\n[ 0.277426] acpiphp: Slot [22] registered\n[ 0.278231] acpiphp: Slot [23] registered\n[ 0.279037] acpiphp: Slot [24] registered\n[ 0.279846] acpiphp: Slot [25] registered\n[ 0.280657] acpiphp: Slot [26] registered\n[ 0.281466] acpiphp: Slot [27] registered\n[ 0.282274] acpiphp: Slot [28] registered\n[ 0.283077] acpiphp: Slot [29] registered\n[ 0.283880] acpiphp: Slot [30] registered\n[ 0.284695] acpiphp: Slot [31] registered\n[ 0.285509] PCI host bridge to bus 0000:00\n[ 0.286311] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287510] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288715] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290155] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297974] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300095] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301271] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302543] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310151] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355852] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358767] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360185] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361572] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364271] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365313] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366841] vgaarb: loaded\n[ 0.367443] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368570] SCSI subsystem initialized\n[ 0.369390] ACPI: bus type USB registered\n[ 0.370199] usbcore: registered new interface driver usbfs\n[ 0.371226] usbcore: registered new interface driver hub\n[ 0.372222] usbcore: registered new device driver usb\n[ 0.373269] PCI: Using ACPI for IRQ routing\n[ 0.374291] NetLabel: Initializing\n[ 0.374995] NetLabel: domain hash size = 128\n[ 0.375848] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376791] NetLabel: unlabeled traffic allowed by default\n[ 0.377874] clocksource: Switched to clocksource kvm-clock\n[ 0.383336] AppArmor: AppArmor Filesystem Enabled\n[ 0.384289] pnp: PnP ACPI init\n[ 0.385208] pnp: PnP ACPI: found 5 devices\n[ 0.391572] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393256] NET: Registered protocol family 2\n[ 0.394210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395462] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396613] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398831] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400006] NET: Registered protocol family 1\n[ 0.400878] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401984] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403063] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417072] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431350] Trying to unpack rootfs image as initramfs...\n[ 0.481392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495246] Scanning for low memory corruption every 60 seconds\n[ 0.496586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497740] audit: initializing netlink subsys (disabled)\n[ 0.498788] audit: type=2000 audit(1539348058.823:1): initialized\n[ 0.500098] Initialise system trusted keyring\n[ 0.501033] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504182] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505707] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507244] fuse init (API version 7.23)\n[ 0.508132] Key type big_key registered\n[ 0.508938] Allocating IMA MOK and blacklist keyrings.\n[ 0.510054] Key type asymmetric registered\n[ 0.510882] Asymmetric key parser 'x509' registered\n[ 0.511851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513693] io scheduler noop registered\n[ 0.514506] io scheduler deadline registered (default)\n[ 0.515502] io scheduler cfq registered\n[ 0.516338] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517387] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518658] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520521] ACPI: Power Button [PWRF]\n[ 0.521534] GHES: HEST is not enabled!\n[ 0.535445] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570722] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579254] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603181] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605342] Linux agpgart interface v0.103\n[ 0.607441] brd: module loaded\n[ 0.608667] loop: module loaded\n[ 0.613202] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614733] GPT:90111 != 2097151\n[ 0.615420] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616503] GPT:90111 != 2097151\n[ 0.617173] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618139] vda: vda1 vda15\n[ 0.619629] scsi host0: ata_piix\n[ 0.620367] scsi host1: ata_piix\n[ 0.621077] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623748] libphy: Fixed MDIO Bus: probed\n[ 0.624569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625515] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627913] PPP generic driver version 2.4.2\n[ 0.628798] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630063] ehci-pci: EHCI PCI platform driver\n[ 0.630948] ehci-platform: EHCI generic platform driver\n[ 0.632004] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633395] ohci-pci: OHCI PCI platform driver\n[ 0.634457] ohci-platform: OHCI generic platform driver\n[ 0.635663] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650322] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651387] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652903] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653960] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655119] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656423] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657916] usb usb1: Product: UHCI Host Controller\n[ 0.658932] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661187] hub 1-0:1.0: USB hub found\n[ 0.662069] hub 1-0:1.0: 2 ports detected\n[ 0.663168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665604] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666780] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668020] mousedev: PS/2 mouse device common for all mice\n[ 0.669511] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671515] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672597] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673794] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675095] i2c /dev entries driver\n[ 0.675872] device-mapper: uevent: version 1.0.3\n[ 0.676821] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678446] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679736] NET: Registered protocol family 10\n[ 0.680728] NET: Registered protocol family 17\n[ 0.681616] Key type dns_resolver registered\n[ 0.682550] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683637] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685381] registered taskstats version 1\n[ 0.686233] Loading compiled-in X.509 certificates\n[ 0.687785] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689709] zswap: loaded using pool lzo/zbud\n[ 0.691157] Key type trusted registered\n[ 0.692730] Key type encrypted registered\n[ 0.693605] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694686] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695763] evm: HMAC attrs: 0x1\n[ 0.696719] Magic number: 6:331:683\n[ 0.697598] rtc_cmos 00:00: setting system clock to 2018-10-12 12:40:58 UTC (1539348058)\n[ 0.699371] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700553] EDD information not available.\n[ 0.782819] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784359] Write protecting the kernel read-only data: 14336k\n[ 0.796309] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798104] 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.839806] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-12 12:41:59,978 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action used request id req-c6bab52f-6908-412b-9f39-8e0b94a917f2 2018-10-12 12:42:01,993 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1cfce01cdf2377771d9afe8e46b4cef7dec1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:42:03,113 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-81eaf75a-8a11-4bde-8b34-ce17ca267a22 x-compute-request-id: req-81eaf75a-8a11-4bde-8b34-ce17ca267a22 Content-Encoding: gzip Content-Length: 9381 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507103849 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130471] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132132] pid_max: default: 32768 minimum: 301\n[ 0.133014] ACPI: Core revision 20150930\n[ 0.134392] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135678] Security Framework initialized\n[ 0.136480] Yama: becoming mindful.\n[ 0.137198] AppArmor: AppArmor initialized\n[ 0.138049] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139374] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140635] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141821] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143196] Initializing cgroup subsys io\n[ 0.143996] Initializing cgroup subsys memory\n[ 0.144845] Initializing cgroup subsys devices\n[ 0.145727] Initializing cgroup subsys freezer\n[ 0.146586] Initializing cgroup subsys net_cls\n[ 0.147441] Initializing cgroup subsys perf_event\n[ 0.148335] Initializing cgroup subsys net_prio\n[ 0.149204] Initializing cgroup subsys hugetlb\n[ 0.150064] Initializing cgroup subsys pids\n[ 0.150929] CPU: Physical Processor ID: 0\n[ 0.152405] mce: CPU supports 10 MCE banks\n[ 0.153242] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154234] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164847] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171212] ftrace: allocating 31920 entries in 125 pages\n[ 0.197469] smpboot: Max logical packages: 1\n[ 0.198339] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199672] x2apic enabled\n[ 0.200476] Switched APIC routing to physical x2apic.\n[ 0.202220] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203328] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205307] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207078] KVM setup paravirtual spinlock\n[ 0.208376] x86: Booted up 1 node, 1 CPUs\n[ 0.209175] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210551] devtmpfs: initialized\n[ 0.212265] evm: security.selinux\n[ 0.212957] evm: security.SMACK64\n[ 0.213642] evm: security.SMACK64EXEC\n[ 0.214380] evm: security.SMACK64TRANSMUTE\n[ 0.215181] evm: security.SMACK64MMAP\n[ 0.215920] evm: security.ima\n[ 0.216559] evm: security.capability\n[ 0.217354] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219182] pinctrl core: initialized pinctrl subsystem\n[ 0.220271] RTC time: 12:40:57, date: 10/12/18\n[ 0.221214] NET: Registered protocol family 16\n[ 0.222174] cpuidle: using governor ladder\n[ 0.222980] cpuidle: using governor menu\n[ 0.223759] PCCT header not found.\n[ 0.224511] ACPI: bus type PCI registered\n[ 0.225309] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226535] PCI: Using configuration type 1 for base access\n[ 0.228274] ACPI: Added _OSI(Module Device)\n[ 0.229109] ACPI: Added _OSI(Processor Device)\n[ 0.229963] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230849] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233046] ACPI: Interpreter enabled\n[ 0.233820] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237482] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241196] ACPI: (supports S0 S5)\n[ 0.241896] ACPI: Using IOAPIC for interrupt routing\n[ 0.242948] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246044] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249585] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251780] acpiphp: Slot [3] registered\n[ 0.252580] acpiphp: Slot [4] registered\n[ 0.253377] acpiphp: Slot [5] registered\n[ 0.254171] acpiphp: Slot [6] registered\n[ 0.254959] acpiphp: Slot [7] registered\n[ 0.255759] acpiphp: Slot [8] registered\n[ 0.256564] acpiphp: Slot [9] registered\n[ 0.257361] acpiphp: Slot [10] registered\n[ 0.258167] acpiphp: Slot [11] registered\n[ 0.258986] acpiphp: Slot [12] registered\n[ 0.259803] acpiphp: Slot [13] registered\n[ 0.260617] acpiphp: Slot [14] registered\n[ 0.261519] acpiphp: Slot [15] registered\n[ 0.272570] acpiphp: Slot [16] registered\n[ 0.273382] acpiphp: Slot [17] registered\n[ 0.274190] acpiphp: Slot [18] registered\n[ 0.274993] acpiphp: Slot [19] registered\n[ 0.275797] acpiphp: Slot [20] registered\n[ 0.276613] acpiphp: Slot [21] registered\n[ 0.277426] acpiphp: Slot [22] registered\n[ 0.278231] acpiphp: Slot [23] registered\n[ 0.279037] acpiphp: Slot [24] registered\n[ 0.279846] acpiphp: Slot [25] registered\n[ 0.280657] acpiphp: Slot [26] registered\n[ 0.281466] acpiphp: Slot [27] registered\n[ 0.282274] acpiphp: Slot [28] registered\n[ 0.283077] acpiphp: Slot [29] registered\n[ 0.283880] acpiphp: Slot [30] registered\n[ 0.284695] acpiphp: Slot [31] registered\n[ 0.285509] PCI host bridge to bus 0000:00\n[ 0.286311] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287510] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288715] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290155] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297974] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300095] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301271] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302543] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310151] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355852] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358767] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360185] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361572] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364271] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365313] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366841] vgaarb: loaded\n[ 0.367443] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368570] SCSI subsystem initialized\n[ 0.369390] ACPI: bus type USB registered\n[ 0.370199] usbcore: registered new interface driver usbfs\n[ 0.371226] usbcore: registered new interface driver hub\n[ 0.372222] usbcore: registered new device driver usb\n[ 0.373269] PCI: Using ACPI for IRQ routing\n[ 0.374291] NetLabel: Initializing\n[ 0.374995] NetLabel: domain hash size = 128\n[ 0.375848] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376791] NetLabel: unlabeled traffic allowed by default\n[ 0.377874] clocksource: Switched to clocksource kvm-clock\n[ 0.383336] AppArmor: AppArmor Filesystem Enabled\n[ 0.384289] pnp: PnP ACPI init\n[ 0.385208] pnp: PnP ACPI: found 5 devices\n[ 0.391572] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393256] NET: Registered protocol family 2\n[ 0.394210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395462] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396613] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398831] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400006] NET: Registered protocol family 1\n[ 0.400878] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401984] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403063] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417072] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431350] Trying to unpack rootfs image as initramfs...\n[ 0.481392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495246] Scanning for low memory corruption every 60 seconds\n[ 0.496586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497740] audit: initializing netlink subsys (disabled)\n[ 0.498788] audit: type=2000 audit(1539348058.823:1): initialized\n[ 0.500098] Initialise system trusted keyring\n[ 0.501033] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504182] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505707] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507244] fuse init (API version 7.23)\n[ 0.508132] Key type big_key registered\n[ 0.508938] Allocating IMA MOK and blacklist keyrings.\n[ 0.510054] Key type asymmetric registered\n[ 0.510882] Asymmetric key parser 'x509' registered\n[ 0.511851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513693] io scheduler noop registered\n[ 0.514506] io scheduler deadline registered (default)\n[ 0.515502] io scheduler cfq registered\n[ 0.516338] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517387] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518658] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520521] ACPI: Power Button [PWRF]\n[ 0.521534] GHES: HEST is not enabled!\n[ 0.535445] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570722] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579254] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603181] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605342] Linux agpgart interface v0.103\n[ 0.607441] brd: module loaded\n[ 0.608667] loop: module loaded\n[ 0.613202] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614733] GPT:90111 != 2097151\n[ 0.615420] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616503] GPT:90111 != 2097151\n[ 0.617173] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618139] vda: vda1 vda15\n[ 0.619629] scsi host0: ata_piix\n[ 0.620367] scsi host1: ata_piix\n[ 0.621077] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623748] libphy: Fixed MDIO Bus: probed\n[ 0.624569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625515] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627913] PPP generic driver version 2.4.2\n[ 0.628798] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630063] ehci-pci: EHCI PCI platform driver\n[ 0.630948] ehci-platform: EHCI generic platform driver\n[ 0.632004] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633395] ohci-pci: OHCI PCI platform driver\n[ 0.634457] ohci-platform: OHCI generic platform driver\n[ 0.635663] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650322] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651387] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652903] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653960] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655119] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656423] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657916] usb usb1: Product: UHCI Host Controller\n[ 0.658932] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661187] hub 1-0:1.0: USB hub found\n[ 0.662069] hub 1-0:1.0: 2 ports detected\n[ 0.663168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665604] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666780] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668020] mousedev: PS/2 mouse device common for all mice\n[ 0.669511] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671515] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672597] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673794] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675095] i2c /dev entries driver\n[ 0.675872] device-mapper: uevent: version 1.0.3\n[ 0.676821] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678446] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679736] NET: Registered protocol family 10\n[ 0.680728] NET: Registered protocol family 17\n[ 0.681616] Key type dns_resolver registered\n[ 0.682550] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683637] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685381] registered taskstats version 1\n[ 0.686233] Loading compiled-in X.509 certificates\n[ 0.687785] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689709] zswap: loaded using pool lzo/zbud\n[ 0.691157] Key type trusted registered\n[ 0.692730] Key type encrypted registered\n[ 0.693605] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694686] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695763] evm: HMAC attrs: 0x1\n[ 0.696719] Magic number: 6:331:683\n[ 0.697598] rtc_cmos 00:00: setting system clock to 2018-10-12 12:40:58 UTC (1539348058)\n[ 0.699371] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700553] EDD information not available.\n[ 0.782819] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784359] Write protecting the kernel read-only data: 14336k\n[ 0.796309] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798104] 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.839806] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 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.19. iid=i-000000ff\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCzbZMJsP3rDgUwGN2eC1+6os9a0ZtlRh8xWWG/JqR1Vh4r/BsdV/ZqsMDio8IUA9murC3H58V+TEbV21BLV722OncY7366lmBllYdIZhXs7MxMVVTQeDv5cNLzCirV6TI7U8+T67a/bEfJVC4sZw/9H8AkDRIBtNMS+JfmqCdyzQH9d3tFqmSqP51ncFllVBR3PuFJ8NrG7EBC8CKCxKddFHMGtVvkKZzpESmrW/YRF5UCXS2A89jA0ELtB1y4EKhq+/Qm5Z5nobQ9Ue71ux8CRMLb8euk5KCSr99CMhEDIJnKYrDEaqaaFqqEr7Gra0CvuFKOl+KjsrwMBTtuqYNP root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAK3K4eoJnQbpUfxKz7ZwohsG9qYZu1lEW2h+LIpGL4bYZxIptAHrNK4I3kbhx+D+zDuByYCAY7FbBkO/IAqcw7MX2FZxm0RaMwapI9IZM4IiZhvTezL9d8MGixTc6yrTY3/8u6bOZN1cUqQGpWwY40fGAI7EEINyS5920MRvlM7LAAAAFQD/7zKZ4fSQSdPJiRBrYMfHevD/kwAAAIBspy7i3SkRbKfZczjgWTcm0fny+kjmKFriz9fCDIpAU48cP7sXyqbz+VmiSpC4dwmiOvTSsmtUHCn0hmaBaPxO4JSnvRBq+nEjEWQav85V67xOKw0asuGcb2fNcHhLAig5NHceFmYE9+hvhSSuQE3eoNKu+i7LpJBWIxRmeLiS3QAAAIABzFvGnn1T3ELCSiRJCexmMEAW3LUQwGHjdFpBAraRRs4EZzfUQkPXPVrWPTahE6hCgjKiUhlOdEaOtNFQC4f9FZI1o+GH5k44cQxWPazY1E6XTPFtjmT1/uZ+qUCyGult72gqpe6TThJ9bRNeNJ3YFHCMLl7e1HBq+ISkGWp0hQ== 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.12,24,fe80::f816:3eff:fe4d:b0fd/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.12 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ff\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.53 ===\n"} 2018-10-12 12:42:03,114 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action used request id req-81eaf75a-8a11-4bde-8b34-ce17ca267a22 2018-10-12 12:42:05,133 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1cfce01cdf2377771d9afe8e46b4cef7dec1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:42:06,208 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-f5fefb7e-3d6d-43ef-89c8-fb307b223b74 x-compute-request-id: req-f5fefb7e-3d6d-43ef-89c8-fb307b223b74 Content-Encoding: gzip Content-Length: 9984 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507103849 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130471] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132132] pid_max: default: 32768 minimum: 301\n[ 0.133014] ACPI: Core revision 20150930\n[ 0.134392] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135678] Security Framework initialized\n[ 0.136480] Yama: becoming mindful.\n[ 0.137198] AppArmor: AppArmor initialized\n[ 0.138049] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139374] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140635] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141821] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143196] Initializing cgroup subsys io\n[ 0.143996] Initializing cgroup subsys memory\n[ 0.144845] Initializing cgroup subsys devices\n[ 0.145727] Initializing cgroup subsys freezer\n[ 0.146586] Initializing cgroup subsys net_cls\n[ 0.147441] Initializing cgroup subsys perf_event\n[ 0.148335] Initializing cgroup subsys net_prio\n[ 0.149204] Initializing cgroup subsys hugetlb\n[ 0.150064] Initializing cgroup subsys pids\n[ 0.150929] CPU: Physical Processor ID: 0\n[ 0.152405] mce: CPU supports 10 MCE banks\n[ 0.153242] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154234] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164847] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171212] ftrace: allocating 31920 entries in 125 pages\n[ 0.197469] smpboot: Max logical packages: 1\n[ 0.198339] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199672] x2apic enabled\n[ 0.200476] Switched APIC routing to physical x2apic.\n[ 0.202220] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203328] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205307] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207078] KVM setup paravirtual spinlock\n[ 0.208376] x86: Booted up 1 node, 1 CPUs\n[ 0.209175] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210551] devtmpfs: initialized\n[ 0.212265] evm: security.selinux\n[ 0.212957] evm: security.SMACK64\n[ 0.213642] evm: security.SMACK64EXEC\n[ 0.214380] evm: security.SMACK64TRANSMUTE\n[ 0.215181] evm: security.SMACK64MMAP\n[ 0.215920] evm: security.ima\n[ 0.216559] evm: security.capability\n[ 0.217354] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219182] pinctrl core: initialized pinctrl subsystem\n[ 0.220271] RTC time: 12:40:57, date: 10/12/18\n[ 0.221214] NET: Registered protocol family 16\n[ 0.222174] cpuidle: using governor ladder\n[ 0.222980] cpuidle: using governor menu\n[ 0.223759] PCCT header not found.\n[ 0.224511] ACPI: bus type PCI registered\n[ 0.225309] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226535] PCI: Using configuration type 1 for base access\n[ 0.228274] ACPI: Added _OSI(Module Device)\n[ 0.229109] ACPI: Added _OSI(Processor Device)\n[ 0.229963] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230849] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233046] ACPI: Interpreter enabled\n[ 0.233820] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237482] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241196] ACPI: (supports S0 S5)\n[ 0.241896] ACPI: Using IOAPIC for interrupt routing\n[ 0.242948] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246044] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249585] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251780] acpiphp: Slot [3] registered\n[ 0.252580] acpiphp: Slot [4] registered\n[ 0.253377] acpiphp: Slot [5] registered\n[ 0.254171] acpiphp: Slot [6] registered\n[ 0.254959] acpiphp: Slot [7] registered\n[ 0.255759] acpiphp: Slot [8] registered\n[ 0.256564] acpiphp: Slot [9] registered\n[ 0.257361] acpiphp: Slot [10] registered\n[ 0.258167] acpiphp: Slot [11] registered\n[ 0.258986] acpiphp: Slot [12] registered\n[ 0.259803] acpiphp: Slot [13] registered\n[ 0.260617] acpiphp: Slot [14] registered\n[ 0.261519] acpiphp: Slot [15] registered\n[ 0.272570] acpiphp: Slot [16] registered\n[ 0.273382] acpiphp: Slot [17] registered\n[ 0.274190] acpiphp: Slot [18] registered\n[ 0.274993] acpiphp: Slot [19] registered\n[ 0.275797] acpiphp: Slot [20] registered\n[ 0.276613] acpiphp: Slot [21] registered\n[ 0.277426] acpiphp: Slot [22] registered\n[ 0.278231] acpiphp: Slot [23] registered\n[ 0.279037] acpiphp: Slot [24] registered\n[ 0.279846] acpiphp: Slot [25] registered\n[ 0.280657] acpiphp: Slot [26] registered\n[ 0.281466] acpiphp: Slot [27] registered\n[ 0.282274] acpiphp: Slot [28] registered\n[ 0.283077] acpiphp: Slot [29] registered\n[ 0.283880] acpiphp: Slot [30] registered\n[ 0.284695] acpiphp: Slot [31] registered\n[ 0.285509] PCI host bridge to bus 0000:00\n[ 0.286311] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287510] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288715] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290155] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297974] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300095] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301271] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302543] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310151] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355852] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358767] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360185] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361572] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364271] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365313] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366841] vgaarb: loaded\n[ 0.367443] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368570] SCSI subsystem initialized\n[ 0.369390] ACPI: bus type USB registered\n[ 0.370199] usbcore: registered new interface driver usbfs\n[ 0.371226] usbcore: registered new interface driver hub\n[ 0.372222] usbcore: registered new device driver usb\n[ 0.373269] PCI: Using ACPI for IRQ routing\n[ 0.374291] NetLabel: Initializing\n[ 0.374995] NetLabel: domain hash size = 128\n[ 0.375848] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376791] NetLabel: unlabeled traffic allowed by default\n[ 0.377874] clocksource: Switched to clocksource kvm-clock\n[ 0.383336] AppArmor: AppArmor Filesystem Enabled\n[ 0.384289] pnp: PnP ACPI init\n[ 0.385208] pnp: PnP ACPI: found 5 devices\n[ 0.391572] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393256] NET: Registered protocol family 2\n[ 0.394210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395462] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396613] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398831] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400006] NET: Registered protocol family 1\n[ 0.400878] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401984] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403063] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417072] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431350] Trying to unpack rootfs image as initramfs...\n[ 0.481392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495246] Scanning for low memory corruption every 60 seconds\n[ 0.496586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497740] audit: initializing netlink subsys (disabled)\n[ 0.498788] audit: type=2000 audit(1539348058.823:1): initialized\n[ 0.500098] Initialise system trusted keyring\n[ 0.501033] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504182] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505707] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507244] fuse init (API version 7.23)\n[ 0.508132] Key type big_key registered\n[ 0.508938] Allocating IMA MOK and blacklist keyrings.\n[ 0.510054] Key type asymmetric registered\n[ 0.510882] Asymmetric key parser 'x509' registered\n[ 0.511851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513693] io scheduler noop registered\n[ 0.514506] io scheduler deadline registered (default)\n[ 0.515502] io scheduler cfq registered\n[ 0.516338] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517387] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518658] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520521] ACPI: Power Button [PWRF]\n[ 0.521534] GHES: HEST is not enabled!\n[ 0.535445] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570722] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579254] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603181] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605342] Linux agpgart interface v0.103\n[ 0.607441] brd: module loaded\n[ 0.608667] loop: module loaded\n[ 0.613202] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614733] GPT:90111 != 2097151\n[ 0.615420] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616503] GPT:90111 != 2097151\n[ 0.617173] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618139] vda: vda1 vda15\n[ 0.619629] scsi host0: ata_piix\n[ 0.620367] scsi host1: ata_piix\n[ 0.621077] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623748] libphy: Fixed MDIO Bus: probed\n[ 0.624569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625515] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627913] PPP generic driver version 2.4.2\n[ 0.628798] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630063] ehci-pci: EHCI PCI platform driver\n[ 0.630948] ehci-platform: EHCI generic platform driver\n[ 0.632004] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633395] ohci-pci: OHCI PCI platform driver\n[ 0.634457] ohci-platform: OHCI generic platform driver\n[ 0.635663] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650322] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651387] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652903] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653960] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655119] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656423] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657916] usb usb1: Product: UHCI Host Controller\n[ 0.658932] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661187] hub 1-0:1.0: USB hub found\n[ 0.662069] hub 1-0:1.0: 2 ports detected\n[ 0.663168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665604] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666780] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668020] mousedev: PS/2 mouse device common for all mice\n[ 0.669511] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671515] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672597] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673794] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675095] i2c /dev entries driver\n[ 0.675872] device-mapper: uevent: version 1.0.3\n[ 0.676821] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678446] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679736] NET: Registered protocol family 10\n[ 0.680728] NET: Registered protocol family 17\n[ 0.681616] Key type dns_resolver registered\n[ 0.682550] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683637] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685381] registered taskstats version 1\n[ 0.686233] Loading compiled-in X.509 certificates\n[ 0.687785] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689709] zswap: loaded using pool lzo/zbud\n[ 0.691157] Key type trusted registered\n[ 0.692730] Key type encrypted registered\n[ 0.693605] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694686] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695763] evm: HMAC attrs: 0x1\n[ 0.696719] Magic number: 6:331:683\n[ 0.697598] rtc_cmos 00:00: setting system clock to 2018-10-12 12:40:58 UTC (1539348058)\n[ 0.699371] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700553] EDD information not available.\n[ 0.782819] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784359] Write protecting the kernel read-only data: 14336k\n[ 0.796309] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798104] 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.839806] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 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.19. iid=i-000000ff\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCzbZMJsP3rDgUwGN2eC1+6os9a0ZtlRh8xWWG/JqR1Vh4r/BsdV/ZqsMDio8IUA9murC3H58V+TEbV21BLV722OncY7366lmBllYdIZhXs7MxMVVTQeDv5cNLzCirV6TI7U8+T67a/bEfJVC4sZw/9H8AkDRIBtNMS+JfmqCdyzQH9d3tFqmSqP51ncFllVBR3PuFJ8NrG7EBC8CKCxKddFHMGtVvkKZzpESmrW/YRF5UCXS2A89jA0ELtB1y4EKhq+/Qm5Z5nobQ9Ue71ux8CRMLb8euk5KCSr99CMhEDIJnKYrDEaqaaFqqEr7Gra0CvuFKOl+KjsrwMBTtuqYNP root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAK3K4eoJnQbpUfxKz7ZwohsG9qYZu1lEW2h+LIpGL4bYZxIptAHrNK4I3kbhx+D+zDuByYCAY7FbBkO/IAqcw7MX2FZxm0RaMwapI9IZM4IiZhvTezL9d8MGixTc6yrTY3/8u6bOZN1cUqQGpWwY40fGAI7EEINyS5920MRvlM7LAAAAFQD/7zKZ4fSQSdPJiRBrYMfHevD/kwAAAIBspy7i3SkRbKfZczjgWTcm0fny+kjmKFriz9fCDIpAU48cP7sXyqbz+VmiSpC4dwmiOvTSsmtUHCn0hmaBaPxO4JSnvRBq+nEjEWQav85V67xOKw0asuGcb2fNcHhLAig5NHceFmYE9+hvhSSuQE3eoNKu+i7LpJBWIxRmeLiS3QAAAIABzFvGnn1T3ELCSiRJCexmMEAW3LUQwGHjdFpBAraRRs4EZzfUQkPXPVrWPTahE6hCgjKiUhlOdEaOtNFQC4f9FZI1o+GH5k44cQxWPazY1E6XTPFtjmT1/uZ+qUCyGult72gqpe6TThJ9bRNeNJ3YFHCMLl7e1HBq+ISkGWp0hQ== 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.12,24,fe80::f816:3eff:fe4d:b0fd/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.12 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ff\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.53 ===\n/dev/root resized successfully [took 2.34s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4D:B0:FD \n inet addr:10.10.11.12 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4d:b0fd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 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:9272 (9.0 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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n"} 2018-10-12 12:42:06,209 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action used request id req-f5fefb7e-3d6d-43ef-89c8-fb307b223b74 2018-10-12 12:42:08,228 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1cfce01cdf2377771d9afe8e46b4cef7dec1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:42:09,302 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:42: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-c9c5514c-08fd-4a1b-9112-11b7f79fbab8 x-compute-request-id: req-c9c5514c-08fd-4a1b-9112-11b7f79fbab8 Content-Encoding: gzip Content-Length: 9984 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507103849 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130471] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132132] pid_max: default: 32768 minimum: 301\n[ 0.133014] ACPI: Core revision 20150930\n[ 0.134392] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135678] Security Framework initialized\n[ 0.136480] Yama: becoming mindful.\n[ 0.137198] AppArmor: AppArmor initialized\n[ 0.138049] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139374] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140635] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141821] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143196] Initializing cgroup subsys io\n[ 0.143996] Initializing cgroup subsys memory\n[ 0.144845] Initializing cgroup subsys devices\n[ 0.145727] Initializing cgroup subsys freezer\n[ 0.146586] Initializing cgroup subsys net_cls\n[ 0.147441] Initializing cgroup subsys perf_event\n[ 0.148335] Initializing cgroup subsys net_prio\n[ 0.149204] Initializing cgroup subsys hugetlb\n[ 0.150064] Initializing cgroup subsys pids\n[ 0.150929] CPU: Physical Processor ID: 0\n[ 0.152405] mce: CPU supports 10 MCE banks\n[ 0.153242] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154234] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164847] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171212] ftrace: allocating 31920 entries in 125 pages\n[ 0.197469] smpboot: Max logical packages: 1\n[ 0.198339] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199672] x2apic enabled\n[ 0.200476] Switched APIC routing to physical x2apic.\n[ 0.202220] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203328] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205307] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207078] KVM setup paravirtual spinlock\n[ 0.208376] x86: Booted up 1 node, 1 CPUs\n[ 0.209175] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210551] devtmpfs: initialized\n[ 0.212265] evm: security.selinux\n[ 0.212957] evm: security.SMACK64\n[ 0.213642] evm: security.SMACK64EXEC\n[ 0.214380] evm: security.SMACK64TRANSMUTE\n[ 0.215181] evm: security.SMACK64MMAP\n[ 0.215920] evm: security.ima\n[ 0.216559] evm: security.capability\n[ 0.217354] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219182] pinctrl core: initialized pinctrl subsystem\n[ 0.220271] RTC time: 12:40:57, date: 10/12/18\n[ 0.221214] NET: Registered protocol family 16\n[ 0.222174] cpuidle: using governor ladder\n[ 0.222980] cpuidle: using governor menu\n[ 0.223759] PCCT header not found.\n[ 0.224511] ACPI: bus type PCI registered\n[ 0.225309] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226535] PCI: Using configuration type 1 for base access\n[ 0.228274] ACPI: Added _OSI(Module Device)\n[ 0.229109] ACPI: Added _OSI(Processor Device)\n[ 0.229963] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230849] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233046] ACPI: Interpreter enabled\n[ 0.233820] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237482] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241196] ACPI: (supports S0 S5)\n[ 0.241896] ACPI: Using IOAPIC for interrupt routing\n[ 0.242948] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246044] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249585] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251780] acpiphp: Slot [3] registered\n[ 0.252580] acpiphp: Slot [4] registered\n[ 0.253377] acpiphp: Slot [5] registered\n[ 0.254171] acpiphp: Slot [6] registered\n[ 0.254959] acpiphp: Slot [7] registered\n[ 0.255759] acpiphp: Slot [8] registered\n[ 0.256564] acpiphp: Slot [9] registered\n[ 0.257361] acpiphp: Slot [10] registered\n[ 0.258167] acpiphp: Slot [11] registered\n[ 0.258986] acpiphp: Slot [12] registered\n[ 0.259803] acpiphp: Slot [13] registered\n[ 0.260617] acpiphp: Slot [14] registered\n[ 0.261519] acpiphp: Slot [15] registered\n[ 0.272570] acpiphp: Slot [16] registered\n[ 0.273382] acpiphp: Slot [17] registered\n[ 0.274190] acpiphp: Slot [18] registered\n[ 0.274993] acpiphp: Slot [19] registered\n[ 0.275797] acpiphp: Slot [20] registered\n[ 0.276613] acpiphp: Slot [21] registered\n[ 0.277426] acpiphp: Slot [22] registered\n[ 0.278231] acpiphp: Slot [23] registered\n[ 0.279037] acpiphp: Slot [24] registered\n[ 0.279846] acpiphp: Slot [25] registered\n[ 0.280657] acpiphp: Slot [26] registered\n[ 0.281466] acpiphp: Slot [27] registered\n[ 0.282274] acpiphp: Slot [28] registered\n[ 0.283077] acpiphp: Slot [29] registered\n[ 0.283880] acpiphp: Slot [30] registered\n[ 0.284695] acpiphp: Slot [31] registered\n[ 0.285509] PCI host bridge to bus 0000:00\n[ 0.286311] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287510] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288715] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290155] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297974] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300095] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301271] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302543] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310151] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355852] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358767] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360185] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361572] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364271] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365313] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366841] vgaarb: loaded\n[ 0.367443] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368570] SCSI subsystem initialized\n[ 0.369390] ACPI: bus type USB registered\n[ 0.370199] usbcore: registered new interface driver usbfs\n[ 0.371226] usbcore: registered new interface driver hub\n[ 0.372222] usbcore: registered new device driver usb\n[ 0.373269] PCI: Using ACPI for IRQ routing\n[ 0.374291] NetLabel: Initializing\n[ 0.374995] NetLabel: domain hash size = 128\n[ 0.375848] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376791] NetLabel: unlabeled traffic allowed by default\n[ 0.377874] clocksource: Switched to clocksource kvm-clock\n[ 0.383336] AppArmor: AppArmor Filesystem Enabled\n[ 0.384289] pnp: PnP ACPI init\n[ 0.385208] pnp: PnP ACPI: found 5 devices\n[ 0.391572] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393256] NET: Registered protocol family 2\n[ 0.394210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395462] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396613] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398831] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400006] NET: Registered protocol family 1\n[ 0.400878] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401984] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403063] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417072] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431350] Trying to unpack rootfs image as initramfs...\n[ 0.481392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495246] Scanning for low memory corruption every 60 seconds\n[ 0.496586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497740] audit: initializing netlink subsys (disabled)\n[ 0.498788] audit: type=2000 audit(1539348058.823:1): initialized\n[ 0.500098] Initialise system trusted keyring\n[ 0.501033] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504182] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505707] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507244] fuse init (API version 7.23)\n[ 0.508132] Key type big_key registered\n[ 0.508938] Allocating IMA MOK and blacklist keyrings.\n[ 0.510054] Key type asymmetric registered\n[ 0.510882] Asymmetric key parser 'x509' registered\n[ 0.511851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513693] io scheduler noop registered\n[ 0.514506] io scheduler deadline registered (default)\n[ 0.515502] io scheduler cfq registered\n[ 0.516338] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517387] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518658] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520521] ACPI: Power Button [PWRF]\n[ 0.521534] GHES: HEST is not enabled!\n[ 0.535445] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570722] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579254] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603181] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605342] Linux agpgart interface v0.103\n[ 0.607441] brd: module loaded\n[ 0.608667] loop: module loaded\n[ 0.613202] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614733] GPT:90111 != 2097151\n[ 0.615420] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616503] GPT:90111 != 2097151\n[ 0.617173] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618139] vda: vda1 vda15\n[ 0.619629] scsi host0: ata_piix\n[ 0.620367] scsi host1: ata_piix\n[ 0.621077] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623748] libphy: Fixed MDIO Bus: probed\n[ 0.624569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625515] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627913] PPP generic driver version 2.4.2\n[ 0.628798] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630063] ehci-pci: EHCI PCI platform driver\n[ 0.630948] ehci-platform: EHCI generic platform driver\n[ 0.632004] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633395] ohci-pci: OHCI PCI platform driver\n[ 0.634457] ohci-platform: OHCI generic platform driver\n[ 0.635663] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650322] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651387] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652903] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653960] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655119] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656423] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657916] usb usb1: Product: UHCI Host Controller\n[ 0.658932] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661187] hub 1-0:1.0: USB hub found\n[ 0.662069] hub 1-0:1.0: 2 ports detected\n[ 0.663168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665604] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666780] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668020] mousedev: PS/2 mouse device common for all mice\n[ 0.669511] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671515] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672597] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673794] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675095] i2c /dev entries driver\n[ 0.675872] device-mapper: uevent: version 1.0.3\n[ 0.676821] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678446] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679736] NET: Registered protocol family 10\n[ 0.680728] NET: Registered protocol family 17\n[ 0.681616] Key type dns_resolver registered\n[ 0.682550] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683637] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685381] registered taskstats version 1\n[ 0.686233] Loading compiled-in X.509 certificates\n[ 0.687785] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689709] zswap: loaded using pool lzo/zbud\n[ 0.691157] Key type trusted registered\n[ 0.692730] Key type encrypted registered\n[ 0.693605] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694686] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695763] evm: HMAC attrs: 0x1\n[ 0.696719] Magic number: 6:331:683\n[ 0.697598] rtc_cmos 00:00: setting system clock to 2018-10-12 12:40:58 UTC (1539348058)\n[ 0.699371] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700553] EDD information not available.\n[ 0.782819] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784359] Write protecting the kernel read-only data: 14336k\n[ 0.796309] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798104] 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.839806] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 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.19. iid=i-000000ff\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCzbZMJsP3rDgUwGN2eC1+6os9a0ZtlRh8xWWG/JqR1Vh4r/BsdV/ZqsMDio8IUA9murC3H58V+TEbV21BLV722OncY7366lmBllYdIZhXs7MxMVVTQeDv5cNLzCirV6TI7U8+T67a/bEfJVC4sZw/9H8AkDRIBtNMS+JfmqCdyzQH9d3tFqmSqP51ncFllVBR3PuFJ8NrG7EBC8CKCxKddFHMGtVvkKZzpESmrW/YRF5UCXS2A89jA0ELtB1y4EKhq+/Qm5Z5nobQ9Ue71ux8CRMLb8euk5KCSr99CMhEDIJnKYrDEaqaaFqqEr7Gra0CvuFKOl+KjsrwMBTtuqYNP root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAK3K4eoJnQbpUfxKz7ZwohsG9qYZu1lEW2h+LIpGL4bYZxIptAHrNK4I3kbhx+D+zDuByYCAY7FbBkO/IAqcw7MX2FZxm0RaMwapI9IZM4IiZhvTezL9d8MGixTc6yrTY3/8u6bOZN1cUqQGpWwY40fGAI7EEINyS5920MRvlM7LAAAAFQD/7zKZ4fSQSdPJiRBrYMfHevD/kwAAAIBspy7i3SkRbKfZczjgWTcm0fny+kjmKFriz9fCDIpAU48cP7sXyqbz+VmiSpC4dwmiOvTSsmtUHCn0hmaBaPxO4JSnvRBq+nEjEWQav85V67xOKw0asuGcb2fNcHhLAig5NHceFmYE9+hvhSSuQE3eoNKu+i7LpJBWIxRmeLiS3QAAAIABzFvGnn1T3ELCSiRJCexmMEAW3LUQwGHjdFpBAraRRs4EZzfUQkPXPVrWPTahE6hCgjKiUhlOdEaOtNFQC4f9FZI1o+GH5k44cQxWPazY1E6XTPFtjmT1/uZ+qUCyGult72gqpe6TThJ9bRNeNJ3YFHCMLl7e1HBq+ISkGWp0hQ== 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.12,24,fe80::f816:3eff:fe4d:b0fd/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.12 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ff\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.53 ===\n/dev/root resized successfully [took 2.34s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4D:B0:FD \n inet addr:10.10.11.12 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4d:b0fd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 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:9272 (9.0 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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n"} 2018-10-12 12:42:09,303 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action used request id req-c9c5514c-08fd-4a1b-9112-11b7f79fbab8 2018-10-12 12:42:11,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1cfce01cdf2377771d9afe8e46b4cef7dec1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:42:12,390 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:42: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-a9b6e21b-12e5-42b0-a8fa-4fdffd83cd7c x-compute-request-id: req-a9b6e21b-12e5-42b0-a8fa-4fdffd83cd7c Content-Encoding: gzip Content-Length: 9984 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507103849 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130471] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132132] pid_max: default: 32768 minimum: 301\n[ 0.133014] ACPI: Core revision 20150930\n[ 0.134392] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135678] Security Framework initialized\n[ 0.136480] Yama: becoming mindful.\n[ 0.137198] AppArmor: AppArmor initialized\n[ 0.138049] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139374] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140635] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141821] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143196] Initializing cgroup subsys io\n[ 0.143996] Initializing cgroup subsys memory\n[ 0.144845] Initializing cgroup subsys devices\n[ 0.145727] Initializing cgroup subsys freezer\n[ 0.146586] Initializing cgroup subsys net_cls\n[ 0.147441] Initializing cgroup subsys perf_event\n[ 0.148335] Initializing cgroup subsys net_prio\n[ 0.149204] Initializing cgroup subsys hugetlb\n[ 0.150064] Initializing cgroup subsys pids\n[ 0.150929] CPU: Physical Processor ID: 0\n[ 0.152405] mce: CPU supports 10 MCE banks\n[ 0.153242] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154234] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164847] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171212] ftrace: allocating 31920 entries in 125 pages\n[ 0.197469] smpboot: Max logical packages: 1\n[ 0.198339] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199672] x2apic enabled\n[ 0.200476] Switched APIC routing to physical x2apic.\n[ 0.202220] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203328] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205307] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207078] KVM setup paravirtual spinlock\n[ 0.208376] x86: Booted up 1 node, 1 CPUs\n[ 0.209175] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210551] devtmpfs: initialized\n[ 0.212265] evm: security.selinux\n[ 0.212957] evm: security.SMACK64\n[ 0.213642] evm: security.SMACK64EXEC\n[ 0.214380] evm: security.SMACK64TRANSMUTE\n[ 0.215181] evm: security.SMACK64MMAP\n[ 0.215920] evm: security.ima\n[ 0.216559] evm: security.capability\n[ 0.217354] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219182] pinctrl core: initialized pinctrl subsystem\n[ 0.220271] RTC time: 12:40:57, date: 10/12/18\n[ 0.221214] NET: Registered protocol family 16\n[ 0.222174] cpuidle: using governor ladder\n[ 0.222980] cpuidle: using governor menu\n[ 0.223759] PCCT header not found.\n[ 0.224511] ACPI: bus type PCI registered\n[ 0.225309] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226535] PCI: Using configuration type 1 for base access\n[ 0.228274] ACPI: Added _OSI(Module Device)\n[ 0.229109] ACPI: Added _OSI(Processor Device)\n[ 0.229963] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230849] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233046] ACPI: Interpreter enabled\n[ 0.233820] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237482] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241196] ACPI: (supports S0 S5)\n[ 0.241896] ACPI: Using IOAPIC for interrupt routing\n[ 0.242948] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246044] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249585] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251780] acpiphp: Slot [3] registered\n[ 0.252580] acpiphp: Slot [4] registered\n[ 0.253377] acpiphp: Slot [5] registered\n[ 0.254171] acpiphp: Slot [6] registered\n[ 0.254959] acpiphp: Slot [7] registered\n[ 0.255759] acpiphp: Slot [8] registered\n[ 0.256564] acpiphp: Slot [9] registered\n[ 0.257361] acpiphp: Slot [10] registered\n[ 0.258167] acpiphp: Slot [11] registered\n[ 0.258986] acpiphp: Slot [12] registered\n[ 0.259803] acpiphp: Slot [13] registered\n[ 0.260617] acpiphp: Slot [14] registered\n[ 0.261519] acpiphp: Slot [15] registered\n[ 0.272570] acpiphp: Slot [16] registered\n[ 0.273382] acpiphp: Slot [17] registered\n[ 0.274190] acpiphp: Slot [18] registered\n[ 0.274993] acpiphp: Slot [19] registered\n[ 0.275797] acpiphp: Slot [20] registered\n[ 0.276613] acpiphp: Slot [21] registered\n[ 0.277426] acpiphp: Slot [22] registered\n[ 0.278231] acpiphp: Slot [23] registered\n[ 0.279037] acpiphp: Slot [24] registered\n[ 0.279846] acpiphp: Slot [25] registered\n[ 0.280657] acpiphp: Slot [26] registered\n[ 0.281466] acpiphp: Slot [27] registered\n[ 0.282274] acpiphp: Slot [28] registered\n[ 0.283077] acpiphp: Slot [29] registered\n[ 0.283880] acpiphp: Slot [30] registered\n[ 0.284695] acpiphp: Slot [31] registered\n[ 0.285509] PCI host bridge to bus 0000:00\n[ 0.286311] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287510] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288715] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290155] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297974] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300095] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301271] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302543] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310151] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355852] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358767] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360185] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361572] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364271] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365313] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366841] vgaarb: loaded\n[ 0.367443] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368570] SCSI subsystem initialized\n[ 0.369390] ACPI: bus type USB registered\n[ 0.370199] usbcore: registered new interface driver usbfs\n[ 0.371226] usbcore: registered new interface driver hub\n[ 0.372222] usbcore: registered new device driver usb\n[ 0.373269] PCI: Using ACPI for IRQ routing\n[ 0.374291] NetLabel: Initializing\n[ 0.374995] NetLabel: domain hash size = 128\n[ 0.375848] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376791] NetLabel: unlabeled traffic allowed by default\n[ 0.377874] clocksource: Switched to clocksource kvm-clock\n[ 0.383336] AppArmor: AppArmor Filesystem Enabled\n[ 0.384289] pnp: PnP ACPI init\n[ 0.385208] pnp: PnP ACPI: found 5 devices\n[ 0.391572] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393256] NET: Registered protocol family 2\n[ 0.394210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395462] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396613] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398831] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400006] NET: Registered protocol family 1\n[ 0.400878] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401984] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403063] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417072] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431350] Trying to unpack rootfs image as initramfs...\n[ 0.481392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495246] Scanning for low memory corruption every 60 seconds\n[ 0.496586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497740] audit: initializing netlink subsys (disabled)\n[ 0.498788] audit: type=2000 audit(1539348058.823:1): initialized\n[ 0.500098] Initialise system trusted keyring\n[ 0.501033] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504182] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505707] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507244] fuse init (API version 7.23)\n[ 0.508132] Key type big_key registered\n[ 0.508938] Allocating IMA MOK and blacklist keyrings.\n[ 0.510054] Key type asymmetric registered\n[ 0.510882] Asymmetric key parser 'x509' registered\n[ 0.511851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513693] io scheduler noop registered\n[ 0.514506] io scheduler deadline registered (default)\n[ 0.515502] io scheduler cfq registered\n[ 0.516338] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517387] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518658] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520521] ACPI: Power Button [PWRF]\n[ 0.521534] GHES: HEST is not enabled!\n[ 0.535445] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570722] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579254] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603181] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605342] Linux agpgart interface v0.103\n[ 0.607441] brd: module loaded\n[ 0.608667] loop: module loaded\n[ 0.613202] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614733] GPT:90111 != 2097151\n[ 0.615420] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616503] GPT:90111 != 2097151\n[ 0.617173] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618139] vda: vda1 vda15\n[ 0.619629] scsi host0: ata_piix\n[ 0.620367] scsi host1: ata_piix\n[ 0.621077] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623748] libphy: Fixed MDIO Bus: probed\n[ 0.624569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625515] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627913] PPP generic driver version 2.4.2\n[ 0.628798] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630063] ehci-pci: EHCI PCI platform driver\n[ 0.630948] ehci-platform: EHCI generic platform driver\n[ 0.632004] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633395] ohci-pci: OHCI PCI platform driver\n[ 0.634457] ohci-platform: OHCI generic platform driver\n[ 0.635663] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650322] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651387] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652903] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653960] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655119] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656423] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657916] usb usb1: Product: UHCI Host Controller\n[ 0.658932] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661187] hub 1-0:1.0: USB hub found\n[ 0.662069] hub 1-0:1.0: 2 ports detected\n[ 0.663168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665604] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666780] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668020] mousedev: PS/2 mouse device common for all mice\n[ 0.669511] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671515] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672597] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673794] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675095] i2c /dev entries driver\n[ 0.675872] device-mapper: uevent: version 1.0.3\n[ 0.676821] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678446] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679736] NET: Registered protocol family 10\n[ 0.680728] NET: Registered protocol family 17\n[ 0.681616] Key type dns_resolver registered\n[ 0.682550] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683637] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685381] registered taskstats version 1\n[ 0.686233] Loading compiled-in X.509 certificates\n[ 0.687785] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689709] zswap: loaded using pool lzo/zbud\n[ 0.691157] Key type trusted registered\n[ 0.692730] Key type encrypted registered\n[ 0.693605] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694686] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695763] evm: HMAC attrs: 0x1\n[ 0.696719] Magic number: 6:331:683\n[ 0.697598] rtc_cmos 00:00: setting system clock to 2018-10-12 12:40:58 UTC (1539348058)\n[ 0.699371] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700553] EDD information not available.\n[ 0.782819] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784359] Write protecting the kernel read-only data: 14336k\n[ 0.796309] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798104] 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.839806] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 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.19. iid=i-000000ff\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCzbZMJsP3rDgUwGN2eC1+6os9a0ZtlRh8xWWG/JqR1Vh4r/BsdV/ZqsMDio8IUA9murC3H58V+TEbV21BLV722OncY7366lmBllYdIZhXs7MxMVVTQeDv5cNLzCirV6TI7U8+T67a/bEfJVC4sZw/9H8AkDRIBtNMS+JfmqCdyzQH9d3tFqmSqP51ncFllVBR3PuFJ8NrG7EBC8CKCxKddFHMGtVvkKZzpESmrW/YRF5UCXS2A89jA0ELtB1y4EKhq+/Qm5Z5nobQ9Ue71ux8CRMLb8euk5KCSr99CMhEDIJnKYrDEaqaaFqqEr7Gra0CvuFKOl+KjsrwMBTtuqYNP root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAK3K4eoJnQbpUfxKz7ZwohsG9qYZu1lEW2h+LIpGL4bYZxIptAHrNK4I3kbhx+D+zDuByYCAY7FbBkO/IAqcw7MX2FZxm0RaMwapI9IZM4IiZhvTezL9d8MGixTc6yrTY3/8u6bOZN1cUqQGpWwY40fGAI7EEINyS5920MRvlM7LAAAAFQD/7zKZ4fSQSdPJiRBrYMfHevD/kwAAAIBspy7i3SkRbKfZczjgWTcm0fny+kjmKFriz9fCDIpAU48cP7sXyqbz+VmiSpC4dwmiOvTSsmtUHCn0hmaBaPxO4JSnvRBq+nEjEWQav85V67xOKw0asuGcb2fNcHhLAig5NHceFmYE9+hvhSSuQE3eoNKu+i7LpJBWIxRmeLiS3QAAAIABzFvGnn1T3ELCSiRJCexmMEAW3LUQwGHjdFpBAraRRs4EZzfUQkPXPVrWPTahE6hCgjKiUhlOdEaOtNFQC4f9FZI1o+GH5k44cQxWPazY1E6XTPFtjmT1/uZ+qUCyGult72gqpe6TThJ9bRNeNJ3YFHCMLl7e1HBq+ISkGWp0hQ== 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.12,24,fe80::f816:3eff:fe4d:b0fd/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.12 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ff\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.53 ===\n/dev/root resized successfully [took 2.34s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4D:B0:FD \n inet addr:10.10.11.12 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4d:b0fd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 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:9272 (9.0 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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n"} 2018-10-12 12:42:12,391 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action used request id req-a9b6e21b-12e5-42b0-a8fa-4fdffd83cd7c 2018-10-12 12:42:14,413 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1cfce01cdf2377771d9afe8e46b4cef7dec1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:42:15,535 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:42:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f2e65856-1314-4fdc-a89e-cd2bfe5f6f4a x-compute-request-id: req-f2e65856-1314-4fdc-a89e-cd2bfe5f6f4a Content-Encoding: gzip Content-Length: 9984 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507103849 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130471] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132132] pid_max: default: 32768 minimum: 301\n[ 0.133014] ACPI: Core revision 20150930\n[ 0.134392] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135678] Security Framework initialized\n[ 0.136480] Yama: becoming mindful.\n[ 0.137198] AppArmor: AppArmor initialized\n[ 0.138049] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139374] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140635] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141821] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143196] Initializing cgroup subsys io\n[ 0.143996] Initializing cgroup subsys memory\n[ 0.144845] Initializing cgroup subsys devices\n[ 0.145727] Initializing cgroup subsys freezer\n[ 0.146586] Initializing cgroup subsys net_cls\n[ 0.147441] Initializing cgroup subsys perf_event\n[ 0.148335] Initializing cgroup subsys net_prio\n[ 0.149204] Initializing cgroup subsys hugetlb\n[ 0.150064] Initializing cgroup subsys pids\n[ 0.150929] CPU: Physical Processor ID: 0\n[ 0.152405] mce: CPU supports 10 MCE banks\n[ 0.153242] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154234] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164847] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171212] ftrace: allocating 31920 entries in 125 pages\n[ 0.197469] smpboot: Max logical packages: 1\n[ 0.198339] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199672] x2apic enabled\n[ 0.200476] Switched APIC routing to physical x2apic.\n[ 0.202220] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203328] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205307] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207078] KVM setup paravirtual spinlock\n[ 0.208376] x86: Booted up 1 node, 1 CPUs\n[ 0.209175] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210551] devtmpfs: initialized\n[ 0.212265] evm: security.selinux\n[ 0.212957] evm: security.SMACK64\n[ 0.213642] evm: security.SMACK64EXEC\n[ 0.214380] evm: security.SMACK64TRANSMUTE\n[ 0.215181] evm: security.SMACK64MMAP\n[ 0.215920] evm: security.ima\n[ 0.216559] evm: security.capability\n[ 0.217354] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219182] pinctrl core: initialized pinctrl subsystem\n[ 0.220271] RTC time: 12:40:57, date: 10/12/18\n[ 0.221214] NET: Registered protocol family 16\n[ 0.222174] cpuidle: using governor ladder\n[ 0.222980] cpuidle: using governor menu\n[ 0.223759] PCCT header not found.\n[ 0.224511] ACPI: bus type PCI registered\n[ 0.225309] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226535] PCI: Using configuration type 1 for base access\n[ 0.228274] ACPI: Added _OSI(Module Device)\n[ 0.229109] ACPI: Added _OSI(Processor Device)\n[ 0.229963] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230849] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233046] ACPI: Interpreter enabled\n[ 0.233820] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237482] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241196] ACPI: (supports S0 S5)\n[ 0.241896] ACPI: Using IOAPIC for interrupt routing\n[ 0.242948] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246044] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249585] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251780] acpiphp: Slot [3] registered\n[ 0.252580] acpiphp: Slot [4] registered\n[ 0.253377] acpiphp: Slot [5] registered\n[ 0.254171] acpiphp: Slot [6] registered\n[ 0.254959] acpiphp: Slot [7] registered\n[ 0.255759] acpiphp: Slot [8] registered\n[ 0.256564] acpiphp: Slot [9] registered\n[ 0.257361] acpiphp: Slot [10] registered\n[ 0.258167] acpiphp: Slot [11] registered\n[ 0.258986] acpiphp: Slot [12] registered\n[ 0.259803] acpiphp: Slot [13] registered\n[ 0.260617] acpiphp: Slot [14] registered\n[ 0.261519] acpiphp: Slot [15] registered\n[ 0.272570] acpiphp: Slot [16] registered\n[ 0.273382] acpiphp: Slot [17] registered\n[ 0.274190] acpiphp: Slot [18] registered\n[ 0.274993] acpiphp: Slot [19] registered\n[ 0.275797] acpiphp: Slot [20] registered\n[ 0.276613] acpiphp: Slot [21] registered\n[ 0.277426] acpiphp: Slot [22] registered\n[ 0.278231] acpiphp: Slot [23] registered\n[ 0.279037] acpiphp: Slot [24] registered\n[ 0.279846] acpiphp: Slot [25] registered\n[ 0.280657] acpiphp: Slot [26] registered\n[ 0.281466] acpiphp: Slot [27] registered\n[ 0.282274] acpiphp: Slot [28] registered\n[ 0.283077] acpiphp: Slot [29] registered\n[ 0.283880] acpiphp: Slot [30] registered\n[ 0.284695] acpiphp: Slot [31] registered\n[ 0.285509] PCI host bridge to bus 0000:00\n[ 0.286311] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287510] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288715] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290155] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297974] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300095] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301271] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302543] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310151] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355852] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358767] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360185] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361572] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364271] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365313] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366841] vgaarb: loaded\n[ 0.367443] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368570] SCSI subsystem initialized\n[ 0.369390] ACPI: bus type USB registered\n[ 0.370199] usbcore: registered new interface driver usbfs\n[ 0.371226] usbcore: registered new interface driver hub\n[ 0.372222] usbcore: registered new device driver usb\n[ 0.373269] PCI: Using ACPI for IRQ routing\n[ 0.374291] NetLabel: Initializing\n[ 0.374995] NetLabel: domain hash size = 128\n[ 0.375848] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376791] NetLabel: unlabeled traffic allowed by default\n[ 0.377874] clocksource: Switched to clocksource kvm-clock\n[ 0.383336] AppArmor: AppArmor Filesystem Enabled\n[ 0.384289] pnp: PnP ACPI init\n[ 0.385208] pnp: PnP ACPI: found 5 devices\n[ 0.391572] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393256] NET: Registered protocol family 2\n[ 0.394210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395462] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396613] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398831] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400006] NET: Registered protocol family 1\n[ 0.400878] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401984] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403063] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417072] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431350] Trying to unpack rootfs image as initramfs...\n[ 0.481392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495246] Scanning for low memory corruption every 60 seconds\n[ 0.496586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497740] audit: initializing netlink subsys (disabled)\n[ 0.498788] audit: type=2000 audit(1539348058.823:1): initialized\n[ 0.500098] Initialise system trusted keyring\n[ 0.501033] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504182] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505707] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507244] fuse init (API version 7.23)\n[ 0.508132] Key type big_key registered\n[ 0.508938] Allocating IMA MOK and blacklist keyrings.\n[ 0.510054] Key type asymmetric registered\n[ 0.510882] Asymmetric key parser 'x509' registered\n[ 0.511851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513693] io scheduler noop registered\n[ 0.514506] io scheduler deadline registered (default)\n[ 0.515502] io scheduler cfq registered\n[ 0.516338] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517387] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518658] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520521] ACPI: Power Button [PWRF]\n[ 0.521534] GHES: HEST is not enabled!\n[ 0.535445] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570722] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579254] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603181] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605342] Linux agpgart interface v0.103\n[ 0.607441] brd: module loaded\n[ 0.608667] loop: module loaded\n[ 0.613202] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614733] GPT:90111 != 2097151\n[ 0.615420] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616503] GPT:90111 != 2097151\n[ 0.617173] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618139] vda: vda1 vda15\n[ 0.619629] scsi host0: ata_piix\n[ 0.620367] scsi host1: ata_piix\n[ 0.621077] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623748] libphy: Fixed MDIO Bus: probed\n[ 0.624569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625515] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627913] PPP generic driver version 2.4.2\n[ 0.628798] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630063] ehci-pci: EHCI PCI platform driver\n[ 0.630948] ehci-platform: EHCI generic platform driver\n[ 0.632004] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633395] ohci-pci: OHCI PCI platform driver\n[ 0.634457] ohci-platform: OHCI generic platform driver\n[ 0.635663] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650322] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651387] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652903] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653960] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655119] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656423] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657916] usb usb1: Product: UHCI Host Controller\n[ 0.658932] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661187] hub 1-0:1.0: USB hub found\n[ 0.662069] hub 1-0:1.0: 2 ports detected\n[ 0.663168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665604] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666780] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668020] mousedev: PS/2 mouse device common for all mice\n[ 0.669511] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671515] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672597] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673794] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675095] i2c /dev entries driver\n[ 0.675872] device-mapper: uevent: version 1.0.3\n[ 0.676821] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678446] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679736] NET: Registered protocol family 10\n[ 0.680728] NET: Registered protocol family 17\n[ 0.681616] Key type dns_resolver registered\n[ 0.682550] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683637] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685381] registered taskstats version 1\n[ 0.686233] Loading compiled-in X.509 certificates\n[ 0.687785] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689709] zswap: loaded using pool lzo/zbud\n[ 0.691157] Key type trusted registered\n[ 0.692730] Key type encrypted registered\n[ 0.693605] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694686] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695763] evm: HMAC attrs: 0x1\n[ 0.696719] Magic number: 6:331:683\n[ 0.697598] rtc_cmos 00:00: setting system clock to 2018-10-12 12:40:58 UTC (1539348058)\n[ 0.699371] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700553] EDD information not available.\n[ 0.782819] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784359] Write protecting the kernel read-only data: 14336k\n[ 0.796309] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798104] 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.839806] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 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.19. iid=i-000000ff\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCzbZMJsP3rDgUwGN2eC1+6os9a0ZtlRh8xWWG/JqR1Vh4r/BsdV/ZqsMDio8IUA9murC3H58V+TEbV21BLV722OncY7366lmBllYdIZhXs7MxMVVTQeDv5cNLzCirV6TI7U8+T67a/bEfJVC4sZw/9H8AkDRIBtNMS+JfmqCdyzQH9d3tFqmSqP51ncFllVBR3PuFJ8NrG7EBC8CKCxKddFHMGtVvkKZzpESmrW/YRF5UCXS2A89jA0ELtB1y4EKhq+/Qm5Z5nobQ9Ue71ux8CRMLb8euk5KCSr99CMhEDIJnKYrDEaqaaFqqEr7Gra0CvuFKOl+KjsrwMBTtuqYNP root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAK3K4eoJnQbpUfxKz7ZwohsG9qYZu1lEW2h+LIpGL4bYZxIptAHrNK4I3kbhx+D+zDuByYCAY7FbBkO/IAqcw7MX2FZxm0RaMwapI9IZM4IiZhvTezL9d8MGixTc6yrTY3/8u6bOZN1cUqQGpWwY40fGAI7EEINyS5920MRvlM7LAAAAFQD/7zKZ4fSQSdPJiRBrYMfHevD/kwAAAIBspy7i3SkRbKfZczjgWTcm0fny+kjmKFriz9fCDIpAU48cP7sXyqbz+VmiSpC4dwmiOvTSsmtUHCn0hmaBaPxO4JSnvRBq+nEjEWQav85V67xOKw0asuGcb2fNcHhLAig5NHceFmYE9+hvhSSuQE3eoNKu+i7LpJBWIxRmeLiS3QAAAIABzFvGnn1T3ELCSiRJCexmMEAW3LUQwGHjdFpBAraRRs4EZzfUQkPXPVrWPTahE6hCgjKiUhlOdEaOtNFQC4f9FZI1o+GH5k44cQxWPazY1E6XTPFtjmT1/uZ+qUCyGult72gqpe6TThJ9bRNeNJ3YFHCMLl7e1HBq+ISkGWp0hQ== 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.12,24,fe80::f816:3eff:fe4d:b0fd/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.12 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ff\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.53 ===\n/dev/root resized successfully [took 2.34s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4D:B0:FD \n inet addr:10.10.11.12 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4d:b0fd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 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:9272 (9.0 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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n"} 2018-10-12 12:42:15,536 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action used request id req-f2e65856-1314-4fdc-a89e-cd2bfe5f6f4a 2018-10-12 12:42:17,556 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1cfce01cdf2377771d9afe8e46b4cef7dec1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:42:18,625 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:42: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-24f5787b-dd9c-4ede-ba7d-13603d453fc6 x-compute-request-id: req-24f5787b-dd9c-4ede-ba7d-13603d453fc6 Content-Encoding: gzip Content-Length: 9984 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507103849 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130471] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132132] pid_max: default: 32768 minimum: 301\n[ 0.133014] ACPI: Core revision 20150930\n[ 0.134392] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135678] Security Framework initialized\n[ 0.136480] Yama: becoming mindful.\n[ 0.137198] AppArmor: AppArmor initialized\n[ 0.138049] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139374] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140635] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141821] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143196] Initializing cgroup subsys io\n[ 0.143996] Initializing cgroup subsys memory\n[ 0.144845] Initializing cgroup subsys devices\n[ 0.145727] Initializing cgroup subsys freezer\n[ 0.146586] Initializing cgroup subsys net_cls\n[ 0.147441] Initializing cgroup subsys perf_event\n[ 0.148335] Initializing cgroup subsys net_prio\n[ 0.149204] Initializing cgroup subsys hugetlb\n[ 0.150064] Initializing cgroup subsys pids\n[ 0.150929] CPU: Physical Processor ID: 0\n[ 0.152405] mce: CPU supports 10 MCE banks\n[ 0.153242] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154234] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164847] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171212] ftrace: allocating 31920 entries in 125 pages\n[ 0.197469] smpboot: Max logical packages: 1\n[ 0.198339] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199672] x2apic enabled\n[ 0.200476] Switched APIC routing to physical x2apic.\n[ 0.202220] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203328] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205307] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207078] KVM setup paravirtual spinlock\n[ 0.208376] x86: Booted up 1 node, 1 CPUs\n[ 0.209175] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210551] devtmpfs: initialized\n[ 0.212265] evm: security.selinux\n[ 0.212957] evm: security.SMACK64\n[ 0.213642] evm: security.SMACK64EXEC\n[ 0.214380] evm: security.SMACK64TRANSMUTE\n[ 0.215181] evm: security.SMACK64MMAP\n[ 0.215920] evm: security.ima\n[ 0.216559] evm: security.capability\n[ 0.217354] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219182] pinctrl core: initialized pinctrl subsystem\n[ 0.220271] RTC time: 12:40:57, date: 10/12/18\n[ 0.221214] NET: Registered protocol family 16\n[ 0.222174] cpuidle: using governor ladder\n[ 0.222980] cpuidle: using governor menu\n[ 0.223759] PCCT header not found.\n[ 0.224511] ACPI: bus type PCI registered\n[ 0.225309] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226535] PCI: Using configuration type 1 for base access\n[ 0.228274] ACPI: Added _OSI(Module Device)\n[ 0.229109] ACPI: Added _OSI(Processor Device)\n[ 0.229963] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230849] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233046] ACPI: Interpreter enabled\n[ 0.233820] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237482] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241196] ACPI: (supports S0 S5)\n[ 0.241896] ACPI: Using IOAPIC for interrupt routing\n[ 0.242948] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246044] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249585] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251780] acpiphp: Slot [3] registered\n[ 0.252580] acpiphp: Slot [4] registered\n[ 0.253377] acpiphp: Slot [5] registered\n[ 0.254171] acpiphp: Slot [6] registered\n[ 0.254959] acpiphp: Slot [7] registered\n[ 0.255759] acpiphp: Slot [8] registered\n[ 0.256564] acpiphp: Slot [9] registered\n[ 0.257361] acpiphp: Slot [10] registered\n[ 0.258167] acpiphp: Slot [11] registered\n[ 0.258986] acpiphp: Slot [12] registered\n[ 0.259803] acpiphp: Slot [13] registered\n[ 0.260617] acpiphp: Slot [14] registered\n[ 0.261519] acpiphp: Slot [15] registered\n[ 0.272570] acpiphp: Slot [16] registered\n[ 0.273382] acpiphp: Slot [17] registered\n[ 0.274190] acpiphp: Slot [18] registered\n[ 0.274993] acpiphp: Slot [19] registered\n[ 0.275797] acpiphp: Slot [20] registered\n[ 0.276613] acpiphp: Slot [21] registered\n[ 0.277426] acpiphp: Slot [22] registered\n[ 0.278231] acpiphp: Slot [23] registered\n[ 0.279037] acpiphp: Slot [24] registered\n[ 0.279846] acpiphp: Slot [25] registered\n[ 0.280657] acpiphp: Slot [26] registered\n[ 0.281466] acpiphp: Slot [27] registered\n[ 0.282274] acpiphp: Slot [28] registered\n[ 0.283077] acpiphp: Slot [29] registered\n[ 0.283880] acpiphp: Slot [30] registered\n[ 0.284695] acpiphp: Slot [31] registered\n[ 0.285509] PCI host bridge to bus 0000:00\n[ 0.286311] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287510] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288715] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290155] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297974] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300095] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301271] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302543] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310151] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355852] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358767] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360185] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361572] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364271] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365313] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366841] vgaarb: loaded\n[ 0.367443] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368570] SCSI subsystem initialized\n[ 0.369390] ACPI: bus type USB registered\n[ 0.370199] usbcore: registered new interface driver usbfs\n[ 0.371226] usbcore: registered new interface driver hub\n[ 0.372222] usbcore: registered new device driver usb\n[ 0.373269] PCI: Using ACPI for IRQ routing\n[ 0.374291] NetLabel: Initializing\n[ 0.374995] NetLabel: domain hash size = 128\n[ 0.375848] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376791] NetLabel: unlabeled traffic allowed by default\n[ 0.377874] clocksource: Switched to clocksource kvm-clock\n[ 0.383336] AppArmor: AppArmor Filesystem Enabled\n[ 0.384289] pnp: PnP ACPI init\n[ 0.385208] pnp: PnP ACPI: found 5 devices\n[ 0.391572] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393256] NET: Registered protocol family 2\n[ 0.394210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395462] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396613] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398831] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400006] NET: Registered protocol family 1\n[ 0.400878] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401984] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403063] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417072] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431350] Trying to unpack rootfs image as initramfs...\n[ 0.481392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495246] Scanning for low memory corruption every 60 seconds\n[ 0.496586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497740] audit: initializing netlink subsys (disabled)\n[ 0.498788] audit: type=2000 audit(1539348058.823:1): initialized\n[ 0.500098] Initialise system trusted keyring\n[ 0.501033] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504182] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505707] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507244] fuse init (API version 7.23)\n[ 0.508132] Key type big_key registered\n[ 0.508938] Allocating IMA MOK and blacklist keyrings.\n[ 0.510054] Key type asymmetric registered\n[ 0.510882] Asymmetric key parser 'x509' registered\n[ 0.511851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513693] io scheduler noop registered\n[ 0.514506] io scheduler deadline registered (default)\n[ 0.515502] io scheduler cfq registered\n[ 0.516338] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517387] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518658] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520521] ACPI: Power Button [PWRF]\n[ 0.521534] GHES: HEST is not enabled!\n[ 0.535445] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570722] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579254] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603181] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605342] Linux agpgart interface v0.103\n[ 0.607441] brd: module loaded\n[ 0.608667] loop: module loaded\n[ 0.613202] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614733] GPT:90111 != 2097151\n[ 0.615420] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616503] GPT:90111 != 2097151\n[ 0.617173] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618139] vda: vda1 vda15\n[ 0.619629] scsi host0: ata_piix\n[ 0.620367] scsi host1: ata_piix\n[ 0.621077] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623748] libphy: Fixed MDIO Bus: probed\n[ 0.624569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625515] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627913] PPP generic driver version 2.4.2\n[ 0.628798] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630063] ehci-pci: EHCI PCI platform driver\n[ 0.630948] ehci-platform: EHCI generic platform driver\n[ 0.632004] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633395] ohci-pci: OHCI PCI platform driver\n[ 0.634457] ohci-platform: OHCI generic platform driver\n[ 0.635663] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650322] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651387] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652903] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653960] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655119] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656423] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657916] usb usb1: Product: UHCI Host Controller\n[ 0.658932] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661187] hub 1-0:1.0: USB hub found\n[ 0.662069] hub 1-0:1.0: 2 ports detected\n[ 0.663168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665604] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666780] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668020] mousedev: PS/2 mouse device common for all mice\n[ 0.669511] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671515] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672597] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673794] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675095] i2c /dev entries driver\n[ 0.675872] device-mapper: uevent: version 1.0.3\n[ 0.676821] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678446] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679736] NET: Registered protocol family 10\n[ 0.680728] NET: Registered protocol family 17\n[ 0.681616] Key type dns_resolver registered\n[ 0.682550] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683637] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685381] registered taskstats version 1\n[ 0.686233] Loading compiled-in X.509 certificates\n[ 0.687785] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689709] zswap: loaded using pool lzo/zbud\n[ 0.691157] Key type trusted registered\n[ 0.692730] Key type encrypted registered\n[ 0.693605] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694686] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695763] evm: HMAC attrs: 0x1\n[ 0.696719] Magic number: 6:331:683\n[ 0.697598] rtc_cmos 00:00: setting system clock to 2018-10-12 12:40:58 UTC (1539348058)\n[ 0.699371] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700553] EDD information not available.\n[ 0.782819] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784359] Write protecting the kernel read-only data: 14336k\n[ 0.796309] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798104] 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.839806] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 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.19. iid=i-000000ff\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCzbZMJsP3rDgUwGN2eC1+6os9a0ZtlRh8xWWG/JqR1Vh4r/BsdV/ZqsMDio8IUA9murC3H58V+TEbV21BLV722OncY7366lmBllYdIZhXs7MxMVVTQeDv5cNLzCirV6TI7U8+T67a/bEfJVC4sZw/9H8AkDRIBtNMS+JfmqCdyzQH9d3tFqmSqP51ncFllVBR3PuFJ8NrG7EBC8CKCxKddFHMGtVvkKZzpESmrW/YRF5UCXS2A89jA0ELtB1y4EKhq+/Qm5Z5nobQ9Ue71ux8CRMLb8euk5KCSr99CMhEDIJnKYrDEaqaaFqqEr7Gra0CvuFKOl+KjsrwMBTtuqYNP root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAK3K4eoJnQbpUfxKz7ZwohsG9qYZu1lEW2h+LIpGL4bYZxIptAHrNK4I3kbhx+D+zDuByYCAY7FbBkO/IAqcw7MX2FZxm0RaMwapI9IZM4IiZhvTezL9d8MGixTc6yrTY3/8u6bOZN1cUqQGpWwY40fGAI7EEINyS5920MRvlM7LAAAAFQD/7zKZ4fSQSdPJiRBrYMfHevD/kwAAAIBspy7i3SkRbKfZczjgWTcm0fny+kjmKFriz9fCDIpAU48cP7sXyqbz+VmiSpC4dwmiOvTSsmtUHCn0hmaBaPxO4JSnvRBq+nEjEWQav85V67xOKw0asuGcb2fNcHhLAig5NHceFmYE9+hvhSSuQE3eoNKu+i7LpJBWIxRmeLiS3QAAAIABzFvGnn1T3ELCSiRJCexmMEAW3LUQwGHjdFpBAraRRs4EZzfUQkPXPVrWPTahE6hCgjKiUhlOdEaOtNFQC4f9FZI1o+GH5k44cQxWPazY1E6XTPFtjmT1/uZ+qUCyGult72gqpe6TThJ9bRNeNJ3YFHCMLl7e1HBq+ISkGWp0hQ== 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.12,24,fe80::f816:3eff:fe4d:b0fd/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.12 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ff\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.53 ===\n/dev/root resized successfully [took 2.34s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4D:B0:FD \n inet addr:10.10.11.12 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4d:b0fd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 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:9272 (9.0 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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n"} 2018-10-12 12:42:18,625 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action used request id req-24f5787b-dd9c-4ede-ba7d-13603d453fc6 2018-10-12 12:42:20,646 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1cfce01cdf2377771d9afe8e46b4cef7dec1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:42:21,718 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:42: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-822e7376-955d-4e75-ab1a-7264662e7980 x-compute-request-id: req-822e7376-955d-4e75-ab1a-7264662e7980 Content-Encoding: gzip Content-Length: 10054 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507103849 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130471] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132132] pid_max: default: 32768 minimum: 301\n[ 0.133014] ACPI: Core revision 20150930\n[ 0.134392] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135678] Security Framework initialized\n[ 0.136480] Yama: becoming mindful.\n[ 0.137198] AppArmor: AppArmor initialized\n[ 0.138049] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139374] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140635] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141821] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143196] Initializing cgroup subsys io\n[ 0.143996] Initializing cgroup subsys memory\n[ 0.144845] Initializing cgroup subsys devices\n[ 0.145727] Initializing cgroup subsys freezer\n[ 0.146586] Initializing cgroup subsys net_cls\n[ 0.147441] Initializing cgroup subsys perf_event\n[ 0.148335] Initializing cgroup subsys net_prio\n[ 0.149204] Initializing cgroup subsys hugetlb\n[ 0.150064] Initializing cgroup subsys pids\n[ 0.150929] CPU: Physical Processor ID: 0\n[ 0.152405] mce: CPU supports 10 MCE banks\n[ 0.153242] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154234] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164847] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171212] ftrace: allocating 31920 entries in 125 pages\n[ 0.197469] smpboot: Max logical packages: 1\n[ 0.198339] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199672] x2apic enabled\n[ 0.200476] Switched APIC routing to physical x2apic.\n[ 0.202220] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203328] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205307] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207078] KVM setup paravirtual spinlock\n[ 0.208376] x86: Booted up 1 node, 1 CPUs\n[ 0.209175] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210551] devtmpfs: initialized\n[ 0.212265] evm: security.selinux\n[ 0.212957] evm: security.SMACK64\n[ 0.213642] evm: security.SMACK64EXEC\n[ 0.214380] evm: security.SMACK64TRANSMUTE\n[ 0.215181] evm: security.SMACK64MMAP\n[ 0.215920] evm: security.ima\n[ 0.216559] evm: security.capability\n[ 0.217354] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219182] pinctrl core: initialized pinctrl subsystem\n[ 0.220271] RTC time: 12:40:57, date: 10/12/18\n[ 0.221214] NET: Registered protocol family 16\n[ 0.222174] cpuidle: using governor ladder\n[ 0.222980] cpuidle: using governor menu\n[ 0.223759] PCCT header not found.\n[ 0.224511] ACPI: bus type PCI registered\n[ 0.225309] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226535] PCI: Using configuration type 1 for base access\n[ 0.228274] ACPI: Added _OSI(Module Device)\n[ 0.229109] ACPI: Added _OSI(Processor Device)\n[ 0.229963] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230849] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233046] ACPI: Interpreter enabled\n[ 0.233820] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237482] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241196] ACPI: (supports S0 S5)\n[ 0.241896] ACPI: Using IOAPIC for interrupt routing\n[ 0.242948] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246044] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249585] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251780] acpiphp: Slot [3] registered\n[ 0.252580] acpiphp: Slot [4] registered\n[ 0.253377] acpiphp: Slot [5] registered\n[ 0.254171] acpiphp: Slot [6] registered\n[ 0.254959] acpiphp: Slot [7] registered\n[ 0.255759] acpiphp: Slot [8] registered\n[ 0.256564] acpiphp: Slot [9] registered\n[ 0.257361] acpiphp: Slot [10] registered\n[ 0.258167] acpiphp: Slot [11] registered\n[ 0.258986] acpiphp: Slot [12] registered\n[ 0.259803] acpiphp: Slot [13] registered\n[ 0.260617] acpiphp: Slot [14] registered\n[ 0.261519] acpiphp: Slot [15] registered\n[ 0.272570] acpiphp: Slot [16] registered\n[ 0.273382] acpiphp: Slot [17] registered\n[ 0.274190] acpiphp: Slot [18] registered\n[ 0.274993] acpiphp: Slot [19] registered\n[ 0.275797] acpiphp: Slot [20] registered\n[ 0.276613] acpiphp: Slot [21] registered\n[ 0.277426] acpiphp: Slot [22] registered\n[ 0.278231] acpiphp: Slot [23] registered\n[ 0.279037] acpiphp: Slot [24] registered\n[ 0.279846] acpiphp: Slot [25] registered\n[ 0.280657] acpiphp: Slot [26] registered\n[ 0.281466] acpiphp: Slot [27] registered\n[ 0.282274] acpiphp: Slot [28] registered\n[ 0.283077] acpiphp: Slot [29] registered\n[ 0.283880] acpiphp: Slot [30] registered\n[ 0.284695] acpiphp: Slot [31] registered\n[ 0.285509] PCI host bridge to bus 0000:00\n[ 0.286311] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287510] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288715] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290155] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297974] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300095] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301271] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302543] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310151] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355852] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358767] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360185] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361572] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364271] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365313] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366841] vgaarb: loaded\n[ 0.367443] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368570] SCSI subsystem initialized\n[ 0.369390] ACPI: bus type USB registered\n[ 0.370199] usbcore: registered new interface driver usbfs\n[ 0.371226] usbcore: registered new interface driver hub\n[ 0.372222] usbcore: registered new device driver usb\n[ 0.373269] PCI: Using ACPI for IRQ routing\n[ 0.374291] NetLabel: Initializing\n[ 0.374995] NetLabel: domain hash size = 128\n[ 0.375848] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376791] NetLabel: unlabeled traffic allowed by default\n[ 0.377874] clocksource: Switched to clocksource kvm-clock\n[ 0.383336] AppArmor: AppArmor Filesystem Enabled\n[ 0.384289] pnp: PnP ACPI init\n[ 0.385208] pnp: PnP ACPI: found 5 devices\n[ 0.391572] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393256] NET: Registered protocol family 2\n[ 0.394210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395462] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396613] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398831] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400006] NET: Registered protocol family 1\n[ 0.400878] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401984] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403063] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417072] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431350] Trying to unpack rootfs image as initramfs...\n[ 0.481392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495246] Scanning for low memory corruption every 60 seconds\n[ 0.496586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497740] audit: initializing netlink subsys (disabled)\n[ 0.498788] audit: type=2000 audit(1539348058.823:1): initialized\n[ 0.500098] Initialise system trusted keyring\n[ 0.501033] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504182] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505707] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507244] fuse init (API version 7.23)\n[ 0.508132] Key type big_key registered\n[ 0.508938] Allocating IMA MOK and blacklist keyrings.\n[ 0.510054] Key type asymmetric registered\n[ 0.510882] Asymmetric key parser 'x509' registered\n[ 0.511851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513693] io scheduler noop registered\n[ 0.514506] io scheduler deadline registered (default)\n[ 0.515502] io scheduler cfq registered\n[ 0.516338] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517387] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518658] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520521] ACPI: Power Button [PWRF]\n[ 0.521534] GHES: HEST is not enabled!\n[ 0.535445] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570722] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579254] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603181] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605342] Linux agpgart interface v0.103\n[ 0.607441] brd: module loaded\n[ 0.608667] loop: module loaded\n[ 0.613202] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614733] GPT:90111 != 2097151\n[ 0.615420] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616503] GPT:90111 != 2097151\n[ 0.617173] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618139] vda: vda1 vda15\n[ 0.619629] scsi host0: ata_piix\n[ 0.620367] scsi host1: ata_piix\n[ 0.621077] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623748] libphy: Fixed MDIO Bus: probed\n[ 0.624569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625515] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627913] PPP generic driver version 2.4.2\n[ 0.628798] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630063] ehci-pci: EHCI PCI platform driver\n[ 0.630948] ehci-platform: EHCI generic platform driver\n[ 0.632004] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633395] ohci-pci: OHCI PCI platform driver\n[ 0.634457] ohci-platform: OHCI generic platform driver\n[ 0.635663] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650322] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651387] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652903] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653960] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655119] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656423] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657916] usb usb1: Product: UHCI Host Controller\n[ 0.658932] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661187] hub 1-0:1.0: USB hub found\n[ 0.662069] hub 1-0:1.0: 2 ports detected\n[ 0.663168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665604] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666780] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668020] mousedev: PS/2 mouse device common for all mice\n[ 0.669511] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671515] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672597] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673794] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675095] i2c /dev entries driver\n[ 0.675872] device-mapper: uevent: version 1.0.3\n[ 0.676821] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678446] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679736] NET: Registered protocol family 10\n[ 0.680728] NET: Registered protocol family 17\n[ 0.681616] Key type dns_resolver registered\n[ 0.682550] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683637] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685381] registered taskstats version 1\n[ 0.686233] Loading compiled-in X.509 certificates\n[ 0.687785] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689709] zswap: loaded using pool lzo/zbud\n[ 0.691157] Key type trusted registered\n[ 0.692730] Key type encrypted registered\n[ 0.693605] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694686] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695763] evm: HMAC attrs: 0x1\n[ 0.696719] Magic number: 6:331:683\n[ 0.697598] rtc_cmos 00:00: setting system clock to 2018-10-12 12:40:58 UTC (1539348058)\n[ 0.699371] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700553] EDD information not available.\n[ 0.782819] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784359] Write protecting the kernel read-only data: 14336k\n[ 0.796309] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798104] 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.839806] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 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.19. iid=i-000000ff\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCzbZMJsP3rDgUwGN2eC1+6os9a0ZtlRh8xWWG/JqR1Vh4r/BsdV/ZqsMDio8IUA9murC3H58V+TEbV21BLV722OncY7366lmBllYdIZhXs7MxMVVTQeDv5cNLzCirV6TI7U8+T67a/bEfJVC4sZw/9H8AkDRIBtNMS+JfmqCdyzQH9d3tFqmSqP51ncFllVBR3PuFJ8NrG7EBC8CKCxKddFHMGtVvkKZzpESmrW/YRF5UCXS2A89jA0ELtB1y4EKhq+/Qm5Z5nobQ9Ue71ux8CRMLb8euk5KCSr99CMhEDIJnKYrDEaqaaFqqEr7Gra0CvuFKOl+KjsrwMBTtuqYNP root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAK3K4eoJnQbpUfxKz7ZwohsG9qYZu1lEW2h+LIpGL4bYZxIptAHrNK4I3kbhx+D+zDuByYCAY7FbBkO/IAqcw7MX2FZxm0RaMwapI9IZM4IiZhvTezL9d8MGixTc6yrTY3/8u6bOZN1cUqQGpWwY40fGAI7EEINyS5920MRvlM7LAAAAFQD/7zKZ4fSQSdPJiRBrYMfHevD/kwAAAIBspy7i3SkRbKfZczjgWTcm0fny+kjmKFriz9fCDIpAU48cP7sXyqbz+VmiSpC4dwmiOvTSsmtUHCn0hmaBaPxO4JSnvRBq+nEjEWQav85V67xOKw0asuGcb2fNcHhLAig5NHceFmYE9+hvhSSuQE3eoNKu+i7LpJBWIxRmeLiS3QAAAIABzFvGnn1T3ELCSiRJCexmMEAW3LUQwGHjdFpBAraRRs4EZzfUQkPXPVrWPTahE6hCgjKiUhlOdEaOtNFQC4f9FZI1o+GH5k44cQxWPazY1E6XTPFtjmT1/uZ+qUCyGult72gqpe6TThJ9bRNeNJ3YFHCMLl7e1HBq+ISkGWp0hQ== 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.12,24,fe80::f816:3eff:fe4d:b0fd/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.12 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ff\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.53 ===\n/dev/root resized successfully [took 2.34s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4D:B0:FD \n inet addr:10.10.11.12 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4d:b0fd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 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:9272 (9.0 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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-12 12:42:21,719 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action used request id req-822e7376-955d-4e75-ab1a-7264662e7980 2018-10-12 12:42:23,740 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1cfce01cdf2377771d9afe8e46b4cef7dec1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:42:24,820 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:42: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-687e3faf-bd0e-4065-9845-81265d27ef5e x-compute-request-id: req-687e3faf-bd0e-4065-9845-81265d27ef5e Content-Encoding: gzip Content-Length: 10054 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507103849 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130471] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132132] pid_max: default: 32768 minimum: 301\n[ 0.133014] ACPI: Core revision 20150930\n[ 0.134392] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135678] Security Framework initialized\n[ 0.136480] Yama: becoming mindful.\n[ 0.137198] AppArmor: AppArmor initialized\n[ 0.138049] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139374] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140635] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141821] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143196] Initializing cgroup subsys io\n[ 0.143996] Initializing cgroup subsys memory\n[ 0.144845] Initializing cgroup subsys devices\n[ 0.145727] Initializing cgroup subsys freezer\n[ 0.146586] Initializing cgroup subsys net_cls\n[ 0.147441] Initializing cgroup subsys perf_event\n[ 0.148335] Initializing cgroup subsys net_prio\n[ 0.149204] Initializing cgroup subsys hugetlb\n[ 0.150064] Initializing cgroup subsys pids\n[ 0.150929] CPU: Physical Processor ID: 0\n[ 0.152405] mce: CPU supports 10 MCE banks\n[ 0.153242] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154234] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164847] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171212] ftrace: allocating 31920 entries in 125 pages\n[ 0.197469] smpboot: Max logical packages: 1\n[ 0.198339] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199672] x2apic enabled\n[ 0.200476] Switched APIC routing to physical x2apic.\n[ 0.202220] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203328] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205307] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207078] KVM setup paravirtual spinlock\n[ 0.208376] x86: Booted up 1 node, 1 CPUs\n[ 0.209175] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210551] devtmpfs: initialized\n[ 0.212265] evm: security.selinux\n[ 0.212957] evm: security.SMACK64\n[ 0.213642] evm: security.SMACK64EXEC\n[ 0.214380] evm: security.SMACK64TRANSMUTE\n[ 0.215181] evm: security.SMACK64MMAP\n[ 0.215920] evm: security.ima\n[ 0.216559] evm: security.capability\n[ 0.217354] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219182] pinctrl core: initialized pinctrl subsystem\n[ 0.220271] RTC time: 12:40:57, date: 10/12/18\n[ 0.221214] NET: Registered protocol family 16\n[ 0.222174] cpuidle: using governor ladder\n[ 0.222980] cpuidle: using governor menu\n[ 0.223759] PCCT header not found.\n[ 0.224511] ACPI: bus type PCI registered\n[ 0.225309] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226535] PCI: Using configuration type 1 for base access\n[ 0.228274] ACPI: Added _OSI(Module Device)\n[ 0.229109] ACPI: Added _OSI(Processor Device)\n[ 0.229963] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230849] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233046] ACPI: Interpreter enabled\n[ 0.233820] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237482] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241196] ACPI: (supports S0 S5)\n[ 0.241896] ACPI: Using IOAPIC for interrupt routing\n[ 0.242948] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246044] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249585] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251780] acpiphp: Slot [3] registered\n[ 0.252580] acpiphp: Slot [4] registered\n[ 0.253377] acpiphp: Slot [5] registered\n[ 0.254171] acpiphp: Slot [6] registered\n[ 0.254959] acpiphp: Slot [7] registered\n[ 0.255759] acpiphp: Slot [8] registered\n[ 0.256564] acpiphp: Slot [9] registered\n[ 0.257361] acpiphp: Slot [10] registered\n[ 0.258167] acpiphp: Slot [11] registered\n[ 0.258986] acpiphp: Slot [12] registered\n[ 0.259803] acpiphp: Slot [13] registered\n[ 0.260617] acpiphp: Slot [14] registered\n[ 0.261519] acpiphp: Slot [15] registered\n[ 0.272570] acpiphp: Slot [16] registered\n[ 0.273382] acpiphp: Slot [17] registered\n[ 0.274190] acpiphp: Slot [18] registered\n[ 0.274993] acpiphp: Slot [19] registered\n[ 0.275797] acpiphp: Slot [20] registered\n[ 0.276613] acpiphp: Slot [21] registered\n[ 0.277426] acpiphp: Slot [22] registered\n[ 0.278231] acpiphp: Slot [23] registered\n[ 0.279037] acpiphp: Slot [24] registered\n[ 0.279846] acpiphp: Slot [25] registered\n[ 0.280657] acpiphp: Slot [26] registered\n[ 0.281466] acpiphp: Slot [27] registered\n[ 0.282274] acpiphp: Slot [28] registered\n[ 0.283077] acpiphp: Slot [29] registered\n[ 0.283880] acpiphp: Slot [30] registered\n[ 0.284695] acpiphp: Slot [31] registered\n[ 0.285509] PCI host bridge to bus 0000:00\n[ 0.286311] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287510] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288715] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290155] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297974] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300095] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301271] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302543] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310151] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355852] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358767] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360185] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361572] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364271] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365313] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366841] vgaarb: loaded\n[ 0.367443] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368570] SCSI subsystem initialized\n[ 0.369390] ACPI: bus type USB registered\n[ 0.370199] usbcore: registered new interface driver usbfs\n[ 0.371226] usbcore: registered new interface driver hub\n[ 0.372222] usbcore: registered new device driver usb\n[ 0.373269] PCI: Using ACPI for IRQ routing\n[ 0.374291] NetLabel: Initializing\n[ 0.374995] NetLabel: domain hash size = 128\n[ 0.375848] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376791] NetLabel: unlabeled traffic allowed by default\n[ 0.377874] clocksource: Switched to clocksource kvm-clock\n[ 0.383336] AppArmor: AppArmor Filesystem Enabled\n[ 0.384289] pnp: PnP ACPI init\n[ 0.385208] pnp: PnP ACPI: found 5 devices\n[ 0.391572] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393256] NET: Registered protocol family 2\n[ 0.394210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395462] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396613] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398831] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400006] NET: Registered protocol family 1\n[ 0.400878] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401984] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403063] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417072] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431350] Trying to unpack rootfs image as initramfs...\n[ 0.481392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495246] Scanning for low memory corruption every 60 seconds\n[ 0.496586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497740] audit: initializing netlink subsys (disabled)\n[ 0.498788] audit: type=2000 audit(1539348058.823:1): initialized\n[ 0.500098] Initialise system trusted keyring\n[ 0.501033] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504182] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505707] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507244] fuse init (API version 7.23)\n[ 0.508132] Key type big_key registered\n[ 0.508938] Allocating IMA MOK and blacklist keyrings.\n[ 0.510054] Key type asymmetric registered\n[ 0.510882] Asymmetric key parser 'x509' registered\n[ 0.511851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513693] io scheduler noop registered\n[ 0.514506] io scheduler deadline registered (default)\n[ 0.515502] io scheduler cfq registered\n[ 0.516338] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517387] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518658] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520521] ACPI: Power Button [PWRF]\n[ 0.521534] GHES: HEST is not enabled!\n[ 0.535445] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570722] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579254] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603181] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605342] Linux agpgart interface v0.103\n[ 0.607441] brd: module loaded\n[ 0.608667] loop: module loaded\n[ 0.613202] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614733] GPT:90111 != 2097151\n[ 0.615420] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616503] GPT:90111 != 2097151\n[ 0.617173] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618139] vda: vda1 vda15\n[ 0.619629] scsi host0: ata_piix\n[ 0.620367] scsi host1: ata_piix\n[ 0.621077] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623748] libphy: Fixed MDIO Bus: probed\n[ 0.624569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625515] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627913] PPP generic driver version 2.4.2\n[ 0.628798] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630063] ehci-pci: EHCI PCI platform driver\n[ 0.630948] ehci-platform: EHCI generic platform driver\n[ 0.632004] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633395] ohci-pci: OHCI PCI platform driver\n[ 0.634457] ohci-platform: OHCI generic platform driver\n[ 0.635663] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650322] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651387] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652903] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653960] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655119] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656423] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657916] usb usb1: Product: UHCI Host Controller\n[ 0.658932] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661187] hub 1-0:1.0: USB hub found\n[ 0.662069] hub 1-0:1.0: 2 ports detected\n[ 0.663168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665604] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666780] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668020] mousedev: PS/2 mouse device common for all mice\n[ 0.669511] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671515] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672597] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673794] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675095] i2c /dev entries driver\n[ 0.675872] device-mapper: uevent: version 1.0.3\n[ 0.676821] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678446] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679736] NET: Registered protocol family 10\n[ 0.680728] NET: Registered protocol family 17\n[ 0.681616] Key type dns_resolver registered\n[ 0.682550] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683637] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685381] registered taskstats version 1\n[ 0.686233] Loading compiled-in X.509 certificates\n[ 0.687785] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689709] zswap: loaded using pool lzo/zbud\n[ 0.691157] Key type trusted registered\n[ 0.692730] Key type encrypted registered\n[ 0.693605] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694686] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695763] evm: HMAC attrs: 0x1\n[ 0.696719] Magic number: 6:331:683\n[ 0.697598] rtc_cmos 00:00: setting system clock to 2018-10-12 12:40:58 UTC (1539348058)\n[ 0.699371] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700553] EDD information not available.\n[ 0.782819] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784359] Write protecting the kernel read-only data: 14336k\n[ 0.796309] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798104] 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.839806] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 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.19. iid=i-000000ff\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCzbZMJsP3rDgUwGN2eC1+6os9a0ZtlRh8xWWG/JqR1Vh4r/BsdV/ZqsMDio8IUA9murC3H58V+TEbV21BLV722OncY7366lmBllYdIZhXs7MxMVVTQeDv5cNLzCirV6TI7U8+T67a/bEfJVC4sZw/9H8AkDRIBtNMS+JfmqCdyzQH9d3tFqmSqP51ncFllVBR3PuFJ8NrG7EBC8CKCxKddFHMGtVvkKZzpESmrW/YRF5UCXS2A89jA0ELtB1y4EKhq+/Qm5Z5nobQ9Ue71ux8CRMLb8euk5KCSr99CMhEDIJnKYrDEaqaaFqqEr7Gra0CvuFKOl+KjsrwMBTtuqYNP root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAK3K4eoJnQbpUfxKz7ZwohsG9qYZu1lEW2h+LIpGL4bYZxIptAHrNK4I3kbhx+D+zDuByYCAY7FbBkO/IAqcw7MX2FZxm0RaMwapI9IZM4IiZhvTezL9d8MGixTc6yrTY3/8u6bOZN1cUqQGpWwY40fGAI7EEINyS5920MRvlM7LAAAAFQD/7zKZ4fSQSdPJiRBrYMfHevD/kwAAAIBspy7i3SkRbKfZczjgWTcm0fny+kjmKFriz9fCDIpAU48cP7sXyqbz+VmiSpC4dwmiOvTSsmtUHCn0hmaBaPxO4JSnvRBq+nEjEWQav85V67xOKw0asuGcb2fNcHhLAig5NHceFmYE9+hvhSSuQE3eoNKu+i7LpJBWIxRmeLiS3QAAAIABzFvGnn1T3ELCSiRJCexmMEAW3LUQwGHjdFpBAraRRs4EZzfUQkPXPVrWPTahE6hCgjKiUhlOdEaOtNFQC4f9FZI1o+GH5k44cQxWPazY1E6XTPFtjmT1/uZ+qUCyGult72gqpe6TThJ9bRNeNJ3YFHCMLl7e1HBq+ISkGWp0hQ== 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.12,24,fe80::f816:3eff:fe4d:b0fd/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.12 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ff\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.53 ===\n/dev/root resized successfully [took 2.34s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4D:B0:FD \n inet addr:10.10.11.12 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4d:b0fd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 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:9272 (9.0 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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-12 12:42:24,820 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action used request id req-687e3faf-bd0e-4065-9845-81265d27ef5e 2018-10-12 12:42:26,839 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1cfce01cdf2377771d9afe8e46b4cef7dec1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:42:27,960 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:42:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0ef81614-ace6-427c-b9c8-ff1d88d89c24 x-compute-request-id: req-0ef81614-ace6-427c-b9c8-ff1d88d89c24 Content-Encoding: gzip Content-Length: 10054 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507103849 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130471] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132132] pid_max: default: 32768 minimum: 301\n[ 0.133014] ACPI: Core revision 20150930\n[ 0.134392] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135678] Security Framework initialized\n[ 0.136480] Yama: becoming mindful.\n[ 0.137198] AppArmor: AppArmor initialized\n[ 0.138049] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139374] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140635] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141821] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143196] Initializing cgroup subsys io\n[ 0.143996] Initializing cgroup subsys memory\n[ 0.144845] Initializing cgroup subsys devices\n[ 0.145727] Initializing cgroup subsys freezer\n[ 0.146586] Initializing cgroup subsys net_cls\n[ 0.147441] Initializing cgroup subsys perf_event\n[ 0.148335] Initializing cgroup subsys net_prio\n[ 0.149204] Initializing cgroup subsys hugetlb\n[ 0.150064] Initializing cgroup subsys pids\n[ 0.150929] CPU: Physical Processor ID: 0\n[ 0.152405] mce: CPU supports 10 MCE banks\n[ 0.153242] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154234] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164847] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171212] ftrace: allocating 31920 entries in 125 pages\n[ 0.197469] smpboot: Max logical packages: 1\n[ 0.198339] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199672] x2apic enabled\n[ 0.200476] Switched APIC routing to physical x2apic.\n[ 0.202220] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203328] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205307] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207078] KVM setup paravirtual spinlock\n[ 0.208376] x86: Booted up 1 node, 1 CPUs\n[ 0.209175] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210551] devtmpfs: initialized\n[ 0.212265] evm: security.selinux\n[ 0.212957] evm: security.SMACK64\n[ 0.213642] evm: security.SMACK64EXEC\n[ 0.214380] evm: security.SMACK64TRANSMUTE\n[ 0.215181] evm: security.SMACK64MMAP\n[ 0.215920] evm: security.ima\n[ 0.216559] evm: security.capability\n[ 0.217354] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219182] pinctrl core: initialized pinctrl subsystem\n[ 0.220271] RTC time: 12:40:57, date: 10/12/18\n[ 0.221214] NET: Registered protocol family 16\n[ 0.222174] cpuidle: using governor ladder\n[ 0.222980] cpuidle: using governor menu\n[ 0.223759] PCCT header not found.\n[ 0.224511] ACPI: bus type PCI registered\n[ 0.225309] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226535] PCI: Using configuration type 1 for base access\n[ 0.228274] ACPI: Added _OSI(Module Device)\n[ 0.229109] ACPI: Added _OSI(Processor Device)\n[ 0.229963] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230849] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233046] ACPI: Interpreter enabled\n[ 0.233820] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237482] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241196] ACPI: (supports S0 S5)\n[ 0.241896] ACPI: Using IOAPIC for interrupt routing\n[ 0.242948] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246044] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249585] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251780] acpiphp: Slot [3] registered\n[ 0.252580] acpiphp: Slot [4] registered\n[ 0.253377] acpiphp: Slot [5] registered\n[ 0.254171] acpiphp: Slot [6] registered\n[ 0.254959] acpiphp: Slot [7] registered\n[ 0.255759] acpiphp: Slot [8] registered\n[ 0.256564] acpiphp: Slot [9] registered\n[ 0.257361] acpiphp: Slot [10] registered\n[ 0.258167] acpiphp: Slot [11] registered\n[ 0.258986] acpiphp: Slot [12] registered\n[ 0.259803] acpiphp: Slot [13] registered\n[ 0.260617] acpiphp: Slot [14] registered\n[ 0.261519] acpiphp: Slot [15] registered\n[ 0.272570] acpiphp: Slot [16] registered\n[ 0.273382] acpiphp: Slot [17] registered\n[ 0.274190] acpiphp: Slot [18] registered\n[ 0.274993] acpiphp: Slot [19] registered\n[ 0.275797] acpiphp: Slot [20] registered\n[ 0.276613] acpiphp: Slot [21] registered\n[ 0.277426] acpiphp: Slot [22] registered\n[ 0.278231] acpiphp: Slot [23] registered\n[ 0.279037] acpiphp: Slot [24] registered\n[ 0.279846] acpiphp: Slot [25] registered\n[ 0.280657] acpiphp: Slot [26] registered\n[ 0.281466] acpiphp: Slot [27] registered\n[ 0.282274] acpiphp: Slot [28] registered\n[ 0.283077] acpiphp: Slot [29] registered\n[ 0.283880] acpiphp: Slot [30] registered\n[ 0.284695] acpiphp: Slot [31] registered\n[ 0.285509] PCI host bridge to bus 0000:00\n[ 0.286311] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287510] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288715] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290155] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297974] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300095] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301271] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302543] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310151] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355852] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358767] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360185] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361572] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364271] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365313] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366841] vgaarb: loaded\n[ 0.367443] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368570] SCSI subsystem initialized\n[ 0.369390] ACPI: bus type USB registered\n[ 0.370199] usbcore: registered new interface driver usbfs\n[ 0.371226] usbcore: registered new interface driver hub\n[ 0.372222] usbcore: registered new device driver usb\n[ 0.373269] PCI: Using ACPI for IRQ routing\n[ 0.374291] NetLabel: Initializing\n[ 0.374995] NetLabel: domain hash size = 128\n[ 0.375848] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376791] NetLabel: unlabeled traffic allowed by default\n[ 0.377874] clocksource: Switched to clocksource kvm-clock\n[ 0.383336] AppArmor: AppArmor Filesystem Enabled\n[ 0.384289] pnp: PnP ACPI init\n[ 0.385208] pnp: PnP ACPI: found 5 devices\n[ 0.391572] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393256] NET: Registered protocol family 2\n[ 0.394210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395462] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396613] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398831] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400006] NET: Registered protocol family 1\n[ 0.400878] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401984] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403063] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417072] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431350] Trying to unpack rootfs image as initramfs...\n[ 0.481392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495246] Scanning for low memory corruption every 60 seconds\n[ 0.496586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497740] audit: initializing netlink subsys (disabled)\n[ 0.498788] audit: type=2000 audit(1539348058.823:1): initialized\n[ 0.500098] Initialise system trusted keyring\n[ 0.501033] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504182] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505707] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507244] fuse init (API version 7.23)\n[ 0.508132] Key type big_key registered\n[ 0.508938] Allocating IMA MOK and blacklist keyrings.\n[ 0.510054] Key type asymmetric registered\n[ 0.510882] Asymmetric key parser 'x509' registered\n[ 0.511851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513693] io scheduler noop registered\n[ 0.514506] io scheduler deadline registered (default)\n[ 0.515502] io scheduler cfq registered\n[ 0.516338] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517387] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518658] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520521] ACPI: Power Button [PWRF]\n[ 0.521534] GHES: HEST is not enabled!\n[ 0.535445] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570722] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579254] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603181] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605342] Linux agpgart interface v0.103\n[ 0.607441] brd: module loaded\n[ 0.608667] loop: module loaded\n[ 0.613202] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614733] GPT:90111 != 2097151\n[ 0.615420] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616503] GPT:90111 != 2097151\n[ 0.617173] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618139] vda: vda1 vda15\n[ 0.619629] scsi host0: ata_piix\n[ 0.620367] scsi host1: ata_piix\n[ 0.621077] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623748] libphy: Fixed MDIO Bus: probed\n[ 0.624569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625515] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627913] PPP generic driver version 2.4.2\n[ 0.628798] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630063] ehci-pci: EHCI PCI platform driver\n[ 0.630948] ehci-platform: EHCI generic platform driver\n[ 0.632004] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633395] ohci-pci: OHCI PCI platform driver\n[ 0.634457] ohci-platform: OHCI generic platform driver\n[ 0.635663] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650322] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651387] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652903] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653960] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655119] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656423] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657916] usb usb1: Product: UHCI Host Controller\n[ 0.658932] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661187] hub 1-0:1.0: USB hub found\n[ 0.662069] hub 1-0:1.0: 2 ports detected\n[ 0.663168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665604] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666780] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668020] mousedev: PS/2 mouse device common for all mice\n[ 0.669511] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671515] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672597] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673794] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675095] i2c /dev entries driver\n[ 0.675872] device-mapper: uevent: version 1.0.3\n[ 0.676821] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678446] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679736] NET: Registered protocol family 10\n[ 0.680728] NET: Registered protocol family 17\n[ 0.681616] Key type dns_resolver registered\n[ 0.682550] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683637] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685381] registered taskstats version 1\n[ 0.686233] Loading compiled-in X.509 certificates\n[ 0.687785] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689709] zswap: loaded using pool lzo/zbud\n[ 0.691157] Key type trusted registered\n[ 0.692730] Key type encrypted registered\n[ 0.693605] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694686] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695763] evm: HMAC attrs: 0x1\n[ 0.696719] Magic number: 6:331:683\n[ 0.697598] rtc_cmos 00:00: setting system clock to 2018-10-12 12:40:58 UTC (1539348058)\n[ 0.699371] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700553] EDD information not available.\n[ 0.782819] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784359] Write protecting the kernel read-only data: 14336k\n[ 0.796309] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798104] 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.839806] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 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.19. iid=i-000000ff\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCzbZMJsP3rDgUwGN2eC1+6os9a0ZtlRh8xWWG/JqR1Vh4r/BsdV/ZqsMDio8IUA9murC3H58V+TEbV21BLV722OncY7366lmBllYdIZhXs7MxMVVTQeDv5cNLzCirV6TI7U8+T67a/bEfJVC4sZw/9H8AkDRIBtNMS+JfmqCdyzQH9d3tFqmSqP51ncFllVBR3PuFJ8NrG7EBC8CKCxKddFHMGtVvkKZzpESmrW/YRF5UCXS2A89jA0ELtB1y4EKhq+/Qm5Z5nobQ9Ue71ux8CRMLb8euk5KCSr99CMhEDIJnKYrDEaqaaFqqEr7Gra0CvuFKOl+KjsrwMBTtuqYNP root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAK3K4eoJnQbpUfxKz7ZwohsG9qYZu1lEW2h+LIpGL4bYZxIptAHrNK4I3kbhx+D+zDuByYCAY7FbBkO/IAqcw7MX2FZxm0RaMwapI9IZM4IiZhvTezL9d8MGixTc6yrTY3/8u6bOZN1cUqQGpWwY40fGAI7EEINyS5920MRvlM7LAAAAFQD/7zKZ4fSQSdPJiRBrYMfHevD/kwAAAIBspy7i3SkRbKfZczjgWTcm0fny+kjmKFriz9fCDIpAU48cP7sXyqbz+VmiSpC4dwmiOvTSsmtUHCn0hmaBaPxO4JSnvRBq+nEjEWQav85V67xOKw0asuGcb2fNcHhLAig5NHceFmYE9+hvhSSuQE3eoNKu+i7LpJBWIxRmeLiS3QAAAIABzFvGnn1T3ELCSiRJCexmMEAW3LUQwGHjdFpBAraRRs4EZzfUQkPXPVrWPTahE6hCgjKiUhlOdEaOtNFQC4f9FZI1o+GH5k44cQxWPazY1E6XTPFtjmT1/uZ+qUCyGult72gqpe6TThJ9bRNeNJ3YFHCMLl7e1HBq+ISkGWp0hQ== 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.12,24,fe80::f816:3eff:fe4d:b0fd/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.12 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ff\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.53 ===\n/dev/root resized successfully [took 2.34s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4D:B0:FD \n inet addr:10.10.11.12 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4d:b0fd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 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:9272 (9.0 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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-12 12:42:27,960 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action used request id req-0ef81614-ace6-427c-b9c8-ff1d88d89c24 2018-10-12 12:42:29,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1cfce01cdf2377771d9afe8e46b4cef7dec1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:42:31,052 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:42: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-f98d7eff-60aa-41ad-9c2b-6e24be957f10 x-compute-request-id: req-f98d7eff-60aa-41ad-9c2b-6e24be957f10 Content-Encoding: gzip Content-Length: 10054 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507103849 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130471] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132132] pid_max: default: 32768 minimum: 301\n[ 0.133014] ACPI: Core revision 20150930\n[ 0.134392] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135678] Security Framework initialized\n[ 0.136480] Yama: becoming mindful.\n[ 0.137198] AppArmor: AppArmor initialized\n[ 0.138049] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139374] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140635] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141821] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143196] Initializing cgroup subsys io\n[ 0.143996] Initializing cgroup subsys memory\n[ 0.144845] Initializing cgroup subsys devices\n[ 0.145727] Initializing cgroup subsys freezer\n[ 0.146586] Initializing cgroup subsys net_cls\n[ 0.147441] Initializing cgroup subsys perf_event\n[ 0.148335] Initializing cgroup subsys net_prio\n[ 0.149204] Initializing cgroup subsys hugetlb\n[ 0.150064] Initializing cgroup subsys pids\n[ 0.150929] CPU: Physical Processor ID: 0\n[ 0.152405] mce: CPU supports 10 MCE banks\n[ 0.153242] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154234] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164847] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171212] ftrace: allocating 31920 entries in 125 pages\n[ 0.197469] smpboot: Max logical packages: 1\n[ 0.198339] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199672] x2apic enabled\n[ 0.200476] Switched APIC routing to physical x2apic.\n[ 0.202220] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203328] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205307] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207078] KVM setup paravirtual spinlock\n[ 0.208376] x86: Booted up 1 node, 1 CPUs\n[ 0.209175] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210551] devtmpfs: initialized\n[ 0.212265] evm: security.selinux\n[ 0.212957] evm: security.SMACK64\n[ 0.213642] evm: security.SMACK64EXEC\n[ 0.214380] evm: security.SMACK64TRANSMUTE\n[ 0.215181] evm: security.SMACK64MMAP\n[ 0.215920] evm: security.ima\n[ 0.216559] evm: security.capability\n[ 0.217354] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219182] pinctrl core: initialized pinctrl subsystem\n[ 0.220271] RTC time: 12:40:57, date: 10/12/18\n[ 0.221214] NET: Registered protocol family 16\n[ 0.222174] cpuidle: using governor ladder\n[ 0.222980] cpuidle: using governor menu\n[ 0.223759] PCCT header not found.\n[ 0.224511] ACPI: bus type PCI registered\n[ 0.225309] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226535] PCI: Using configuration type 1 for base access\n[ 0.228274] ACPI: Added _OSI(Module Device)\n[ 0.229109] ACPI: Added _OSI(Processor Device)\n[ 0.229963] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230849] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233046] ACPI: Interpreter enabled\n[ 0.233820] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237482] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241196] ACPI: (supports S0 S5)\n[ 0.241896] ACPI: Using IOAPIC for interrupt routing\n[ 0.242948] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246044] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249585] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251780] acpiphp: Slot [3] registered\n[ 0.252580] acpiphp: Slot [4] registered\n[ 0.253377] acpiphp: Slot [5] registered\n[ 0.254171] acpiphp: Slot [6] registered\n[ 0.254959] acpiphp: Slot [7] registered\n[ 0.255759] acpiphp: Slot [8] registered\n[ 0.256564] acpiphp: Slot [9] registered\n[ 0.257361] acpiphp: Slot [10] registered\n[ 0.258167] acpiphp: Slot [11] registered\n[ 0.258986] acpiphp: Slot [12] registered\n[ 0.259803] acpiphp: Slot [13] registered\n[ 0.260617] acpiphp: Slot [14] registered\n[ 0.261519] acpiphp: Slot [15] registered\n[ 0.272570] acpiphp: Slot [16] registered\n[ 0.273382] acpiphp: Slot [17] registered\n[ 0.274190] acpiphp: Slot [18] registered\n[ 0.274993] acpiphp: Slot [19] registered\n[ 0.275797] acpiphp: Slot [20] registered\n[ 0.276613] acpiphp: Slot [21] registered\n[ 0.277426] acpiphp: Slot [22] registered\n[ 0.278231] acpiphp: Slot [23] registered\n[ 0.279037] acpiphp: Slot [24] registered\n[ 0.279846] acpiphp: Slot [25] registered\n[ 0.280657] acpiphp: Slot [26] registered\n[ 0.281466] acpiphp: Slot [27] registered\n[ 0.282274] acpiphp: Slot [28] registered\n[ 0.283077] acpiphp: Slot [29] registered\n[ 0.283880] acpiphp: Slot [30] registered\n[ 0.284695] acpiphp: Slot [31] registered\n[ 0.285509] PCI host bridge to bus 0000:00\n[ 0.286311] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287510] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288715] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290155] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297974] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300095] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301271] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302543] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310151] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355852] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358767] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360185] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361572] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364271] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365313] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366841] vgaarb: loaded\n[ 0.367443] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368570] SCSI subsystem initialized\n[ 0.369390] ACPI: bus type USB registered\n[ 0.370199] usbcore: registered new interface driver usbfs\n[ 0.371226] usbcore: registered new interface driver hub\n[ 0.372222] usbcore: registered new device driver usb\n[ 0.373269] PCI: Using ACPI for IRQ routing\n[ 0.374291] NetLabel: Initializing\n[ 0.374995] NetLabel: domain hash size = 128\n[ 0.375848] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376791] NetLabel: unlabeled traffic allowed by default\n[ 0.377874] clocksource: Switched to clocksource kvm-clock\n[ 0.383336] AppArmor: AppArmor Filesystem Enabled\n[ 0.384289] pnp: PnP ACPI init\n[ 0.385208] pnp: PnP ACPI: found 5 devices\n[ 0.391572] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393256] NET: Registered protocol family 2\n[ 0.394210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395462] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396613] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398831] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400006] NET: Registered protocol family 1\n[ 0.400878] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401984] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403063] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417072] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431350] Trying to unpack rootfs image as initramfs...\n[ 0.481392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495246] Scanning for low memory corruption every 60 seconds\n[ 0.496586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497740] audit: initializing netlink subsys (disabled)\n[ 0.498788] audit: type=2000 audit(1539348058.823:1): initialized\n[ 0.500098] Initialise system trusted keyring\n[ 0.501033] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504182] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505707] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507244] fuse init (API version 7.23)\n[ 0.508132] Key type big_key registered\n[ 0.508938] Allocating IMA MOK and blacklist keyrings.\n[ 0.510054] Key type asymmetric registered\n[ 0.510882] Asymmetric key parser 'x509' registered\n[ 0.511851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513693] io scheduler noop registered\n[ 0.514506] io scheduler deadline registered (default)\n[ 0.515502] io scheduler cfq registered\n[ 0.516338] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517387] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518658] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520521] ACPI: Power Button [PWRF]\n[ 0.521534] GHES: HEST is not enabled!\n[ 0.535445] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570722] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579254] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603181] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605342] Linux agpgart interface v0.103\n[ 0.607441] brd: module loaded\n[ 0.608667] loop: module loaded\n[ 0.613202] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614733] GPT:90111 != 2097151\n[ 0.615420] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616503] GPT:90111 != 2097151\n[ 0.617173] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618139] vda: vda1 vda15\n[ 0.619629] scsi host0: ata_piix\n[ 0.620367] scsi host1: ata_piix\n[ 0.621077] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623748] libphy: Fixed MDIO Bus: probed\n[ 0.624569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625515] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627913] PPP generic driver version 2.4.2\n[ 0.628798] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630063] ehci-pci: EHCI PCI platform driver\n[ 0.630948] ehci-platform: EHCI generic platform driver\n[ 0.632004] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633395] ohci-pci: OHCI PCI platform driver\n[ 0.634457] ohci-platform: OHCI generic platform driver\n[ 0.635663] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650322] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651387] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652903] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653960] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655119] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656423] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657916] usb usb1: Product: UHCI Host Controller\n[ 0.658932] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661187] hub 1-0:1.0: USB hub found\n[ 0.662069] hub 1-0:1.0: 2 ports detected\n[ 0.663168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665604] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666780] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668020] mousedev: PS/2 mouse device common for all mice\n[ 0.669511] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671515] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672597] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673794] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675095] i2c /dev entries driver\n[ 0.675872] device-mapper: uevent: version 1.0.3\n[ 0.676821] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678446] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679736] NET: Registered protocol family 10\n[ 0.680728] NET: Registered protocol family 17\n[ 0.681616] Key type dns_resolver registered\n[ 0.682550] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683637] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685381] registered taskstats version 1\n[ 0.686233] Loading compiled-in X.509 certificates\n[ 0.687785] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689709] zswap: loaded using pool lzo/zbud\n[ 0.691157] Key type trusted registered\n[ 0.692730] Key type encrypted registered\n[ 0.693605] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694686] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695763] evm: HMAC attrs: 0x1\n[ 0.696719] Magic number: 6:331:683\n[ 0.697598] rtc_cmos 00:00: setting system clock to 2018-10-12 12:40:58 UTC (1539348058)\n[ 0.699371] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700553] EDD information not available.\n[ 0.782819] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784359] Write protecting the kernel read-only data: 14336k\n[ 0.796309] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798104] 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.839806] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 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.19. iid=i-000000ff\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCzbZMJsP3rDgUwGN2eC1+6os9a0ZtlRh8xWWG/JqR1Vh4r/BsdV/ZqsMDio8IUA9murC3H58V+TEbV21BLV722OncY7366lmBllYdIZhXs7MxMVVTQeDv5cNLzCirV6TI7U8+T67a/bEfJVC4sZw/9H8AkDRIBtNMS+JfmqCdyzQH9d3tFqmSqP51ncFllVBR3PuFJ8NrG7EBC8CKCxKddFHMGtVvkKZzpESmrW/YRF5UCXS2A89jA0ELtB1y4EKhq+/Qm5Z5nobQ9Ue71ux8CRMLb8euk5KCSr99CMhEDIJnKYrDEaqaaFqqEr7Gra0CvuFKOl+KjsrwMBTtuqYNP root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAK3K4eoJnQbpUfxKz7ZwohsG9qYZu1lEW2h+LIpGL4bYZxIptAHrNK4I3kbhx+D+zDuByYCAY7FbBkO/IAqcw7MX2FZxm0RaMwapI9IZM4IiZhvTezL9d8MGixTc6yrTY3/8u6bOZN1cUqQGpWwY40fGAI7EEINyS5920MRvlM7LAAAAFQD/7zKZ4fSQSdPJiRBrYMfHevD/kwAAAIBspy7i3SkRbKfZczjgWTcm0fny+kjmKFriz9fCDIpAU48cP7sXyqbz+VmiSpC4dwmiOvTSsmtUHCn0hmaBaPxO4JSnvRBq+nEjEWQav85V67xOKw0asuGcb2fNcHhLAig5NHceFmYE9+hvhSSuQE3eoNKu+i7LpJBWIxRmeLiS3QAAAIABzFvGnn1T3ELCSiRJCexmMEAW3LUQwGHjdFpBAraRRs4EZzfUQkPXPVrWPTahE6hCgjKiUhlOdEaOtNFQC4f9FZI1o+GH5k44cQxWPazY1E6XTPFtjmT1/uZ+qUCyGult72gqpe6TThJ9bRNeNJ3YFHCMLl7e1HBq+ISkGWp0hQ== 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.12,24,fe80::f816:3eff:fe4d:b0fd/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.12 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ff\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.53 ===\n/dev/root resized successfully [took 2.34s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4D:B0:FD \n inet addr:10.10.11.12 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4d:b0fd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 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:9272 (9.0 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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-12 12:42:31,053 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action used request id req-f98d7eff-60aa-41ad-9c2b-6e24be957f10 2018-10-12 12:42:33,072 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1cfce01cdf2377771d9afe8e46b4cef7dec1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:42:34,154 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:42: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-88015771-ccd1-4160-85fd-51a7534b560e x-compute-request-id: req-88015771-ccd1-4160-85fd-51a7534b560e Content-Encoding: gzip Content-Length: 10074 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507103849 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130471] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132132] pid_max: default: 32768 minimum: 301\n[ 0.133014] ACPI: Core revision 20150930\n[ 0.134392] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135678] Security Framework initialized\n[ 0.136480] Yama: becoming mindful.\n[ 0.137198] AppArmor: AppArmor initialized\n[ 0.138049] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139374] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140635] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141821] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143196] Initializing cgroup subsys io\n[ 0.143996] Initializing cgroup subsys memory\n[ 0.144845] Initializing cgroup subsys devices\n[ 0.145727] Initializing cgroup subsys freezer\n[ 0.146586] Initializing cgroup subsys net_cls\n[ 0.147441] Initializing cgroup subsys perf_event\n[ 0.148335] Initializing cgroup subsys net_prio\n[ 0.149204] Initializing cgroup subsys hugetlb\n[ 0.150064] Initializing cgroup subsys pids\n[ 0.150929] CPU: Physical Processor ID: 0\n[ 0.152405] mce: CPU supports 10 MCE banks\n[ 0.153242] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154234] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164847] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171212] ftrace: allocating 31920 entries in 125 pages\n[ 0.197469] smpboot: Max logical packages: 1\n[ 0.198339] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199672] x2apic enabled\n[ 0.200476] Switched APIC routing to physical x2apic.\n[ 0.202220] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203328] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205307] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207078] KVM setup paravirtual spinlock\n[ 0.208376] x86: Booted up 1 node, 1 CPUs\n[ 0.209175] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210551] devtmpfs: initialized\n[ 0.212265] evm: security.selinux\n[ 0.212957] evm: security.SMACK64\n[ 0.213642] evm: security.SMACK64EXEC\n[ 0.214380] evm: security.SMACK64TRANSMUTE\n[ 0.215181] evm: security.SMACK64MMAP\n[ 0.215920] evm: security.ima\n[ 0.216559] evm: security.capability\n[ 0.217354] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219182] pinctrl core: initialized pinctrl subsystem\n[ 0.220271] RTC time: 12:40:57, date: 10/12/18\n[ 0.221214] NET: Registered protocol family 16\n[ 0.222174] cpuidle: using governor ladder\n[ 0.222980] cpuidle: using governor menu\n[ 0.223759] PCCT header not found.\n[ 0.224511] ACPI: bus type PCI registered\n[ 0.225309] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226535] PCI: Using configuration type 1 for base access\n[ 0.228274] ACPI: Added _OSI(Module Device)\n[ 0.229109] ACPI: Added _OSI(Processor Device)\n[ 0.229963] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230849] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233046] ACPI: Interpreter enabled\n[ 0.233820] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237482] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241196] ACPI: (supports S0 S5)\n[ 0.241896] ACPI: Using IOAPIC for interrupt routing\n[ 0.242948] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246044] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249585] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251780] acpiphp: Slot [3] registered\n[ 0.252580] acpiphp: Slot [4] registered\n[ 0.253377] acpiphp: Slot [5] registered\n[ 0.254171] acpiphp: Slot [6] registered\n[ 0.254959] acpiphp: Slot [7] registered\n[ 0.255759] acpiphp: Slot [8] registered\n[ 0.256564] acpiphp: Slot [9] registered\n[ 0.257361] acpiphp: Slot [10] registered\n[ 0.258167] acpiphp: Slot [11] registered\n[ 0.258986] acpiphp: Slot [12] registered\n[ 0.259803] acpiphp: Slot [13] registered\n[ 0.260617] acpiphp: Slot [14] registered\n[ 0.261519] acpiphp: Slot [15] registered\n[ 0.272570] acpiphp: Slot [16] registered\n[ 0.273382] acpiphp: Slot [17] registered\n[ 0.274190] acpiphp: Slot [18] registered\n[ 0.274993] acpiphp: Slot [19] registered\n[ 0.275797] acpiphp: Slot [20] registered\n[ 0.276613] acpiphp: Slot [21] registered\n[ 0.277426] acpiphp: Slot [22] registered\n[ 0.278231] acpiphp: Slot [23] registered\n[ 0.279037] acpiphp: Slot [24] registered\n[ 0.279846] acpiphp: Slot [25] registered\n[ 0.280657] acpiphp: Slot [26] registered\n[ 0.281466] acpiphp: Slot [27] registered\n[ 0.282274] acpiphp: Slot [28] registered\n[ 0.283077] acpiphp: Slot [29] registered\n[ 0.283880] acpiphp: Slot [30] registered\n[ 0.284695] acpiphp: Slot [31] registered\n[ 0.285509] PCI host bridge to bus 0000:00\n[ 0.286311] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287510] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288715] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290155] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297974] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300095] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301271] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302543] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310151] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355852] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358767] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360185] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361572] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364271] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365313] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366841] vgaarb: loaded\n[ 0.367443] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368570] SCSI subsystem initialized\n[ 0.369390] ACPI: bus type USB registered\n[ 0.370199] usbcore: registered new interface driver usbfs\n[ 0.371226] usbcore: registered new interface driver hub\n[ 0.372222] usbcore: registered new device driver usb\n[ 0.373269] PCI: Using ACPI for IRQ routing\n[ 0.374291] NetLabel: Initializing\n[ 0.374995] NetLabel: domain hash size = 128\n[ 0.375848] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376791] NetLabel: unlabeled traffic allowed by default\n[ 0.377874] clocksource: Switched to clocksource kvm-clock\n[ 0.383336] AppArmor: AppArmor Filesystem Enabled\n[ 0.384289] pnp: PnP ACPI init\n[ 0.385208] pnp: PnP ACPI: found 5 devices\n[ 0.391572] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393256] NET: Registered protocol family 2\n[ 0.394210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395462] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396613] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398831] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400006] NET: Registered protocol family 1\n[ 0.400878] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401984] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403063] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417072] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431350] Trying to unpack rootfs image as initramfs...\n[ 0.481392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495246] Scanning for low memory corruption every 60 seconds\n[ 0.496586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497740] audit: initializing netlink subsys (disabled)\n[ 0.498788] audit: type=2000 audit(1539348058.823:1): initialized\n[ 0.500098] Initialise system trusted keyring\n[ 0.501033] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504182] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505707] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507244] fuse init (API version 7.23)\n[ 0.508132] Key type big_key registered\n[ 0.508938] Allocating IMA MOK and blacklist keyrings.\n[ 0.510054] Key type asymmetric registered\n[ 0.510882] Asymmetric key parser 'x509' registered\n[ 0.511851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513693] io scheduler noop registered\n[ 0.514506] io scheduler deadline registered (default)\n[ 0.515502] io scheduler cfq registered\n[ 0.516338] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517387] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518658] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520521] ACPI: Power Button [PWRF]\n[ 0.521534] GHES: HEST is not enabled!\n[ 0.535445] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570722] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579254] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603181] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605342] Linux agpgart interface v0.103\n[ 0.607441] brd: module loaded\n[ 0.608667] loop: module loaded\n[ 0.613202] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614733] GPT:90111 != 2097151\n[ 0.615420] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616503] GPT:90111 != 2097151\n[ 0.617173] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618139] vda: vda1 vda15\n[ 0.619629] scsi host0: ata_piix\n[ 0.620367] scsi host1: ata_piix\n[ 0.621077] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623748] libphy: Fixed MDIO Bus: probed\n[ 0.624569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625515] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627913] PPP generic driver version 2.4.2\n[ 0.628798] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630063] ehci-pci: EHCI PCI platform driver\n[ 0.630948] ehci-platform: EHCI generic platform driver\n[ 0.632004] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633395] ohci-pci: OHCI PCI platform driver\n[ 0.634457] ohci-platform: OHCI generic platform driver\n[ 0.635663] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650322] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651387] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652903] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653960] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655119] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656423] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657916] usb usb1: Product: UHCI Host Controller\n[ 0.658932] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661187] hub 1-0:1.0: USB hub found\n[ 0.662069] hub 1-0:1.0: 2 ports detected\n[ 0.663168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665604] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666780] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668020] mousedev: PS/2 mouse device common for all mice\n[ 0.669511] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671515] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672597] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673794] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675095] i2c /dev entries driver\n[ 0.675872] device-mapper: uevent: version 1.0.3\n[ 0.676821] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678446] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679736] NET: Registered protocol family 10\n[ 0.680728] NET: Registered protocol family 17\n[ 0.681616] Key type dns_resolver registered\n[ 0.682550] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683637] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685381] registered taskstats version 1\n[ 0.686233] Loading compiled-in X.509 certificates\n[ 0.687785] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689709] zswap: loaded using pool lzo/zbud\n[ 0.691157] Key type trusted registered\n[ 0.692730] Key type encrypted registered\n[ 0.693605] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694686] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695763] evm: HMAC attrs: 0x1\n[ 0.696719] Magic number: 6:331:683\n[ 0.697598] rtc_cmos 00:00: setting system clock to 2018-10-12 12:40:58 UTC (1539348058)\n[ 0.699371] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700553] EDD information not available.\n[ 0.782819] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784359] Write protecting the kernel read-only data: 14336k\n[ 0.796309] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798104] 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.839806] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 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.19. iid=i-000000ff\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCzbZMJsP3rDgUwGN2eC1+6os9a0ZtlRh8xWWG/JqR1Vh4r/BsdV/ZqsMDio8IUA9murC3H58V+TEbV21BLV722OncY7366lmBllYdIZhXs7MxMVVTQeDv5cNLzCirV6TI7U8+T67a/bEfJVC4sZw/9H8AkDRIBtNMS+JfmqCdyzQH9d3tFqmSqP51ncFllVBR3PuFJ8NrG7EBC8CKCxKddFHMGtVvkKZzpESmrW/YRF5UCXS2A89jA0ELtB1y4EKhq+/Qm5Z5nobQ9Ue71ux8CRMLb8euk5KCSr99CMhEDIJnKYrDEaqaaFqqEr7Gra0CvuFKOl+KjsrwMBTtuqYNP root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAK3K4eoJnQbpUfxKz7ZwohsG9qYZu1lEW2h+LIpGL4bYZxIptAHrNK4I3kbhx+D+zDuByYCAY7FbBkO/IAqcw7MX2FZxm0RaMwapI9IZM4IiZhvTezL9d8MGixTc6yrTY3/8u6bOZN1cUqQGpWwY40fGAI7EEINyS5920MRvlM7LAAAAFQD/7zKZ4fSQSdPJiRBrYMfHevD/kwAAAIBspy7i3SkRbKfZczjgWTcm0fny+kjmKFriz9fCDIpAU48cP7sXyqbz+VmiSpC4dwmiOvTSsmtUHCn0hmaBaPxO4JSnvRBq+nEjEWQav85V67xOKw0asuGcb2fNcHhLAig5NHceFmYE9+hvhSSuQE3eoNKu+i7LpJBWIxRmeLiS3QAAAIABzFvGnn1T3ELCSiRJCexmMEAW3LUQwGHjdFpBAraRRs4EZzfUQkPXPVrWPTahE6hCgjKiUhlOdEaOtNFQC4f9FZI1o+GH5k44cQxWPazY1E6XTPFtjmT1/uZ+qUCyGult72gqpe6TThJ9bRNeNJ3YFHCMLl7e1HBq+ISkGWp0hQ== 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.12,24,fe80::f816:3eff:fe4d:b0fd/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.12 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ff\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.53 ===\n/dev/root resized successfully [took 2.34s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4D:B0:FD \n inet addr:10.10.11.12 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4d:b0fd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 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:9272 (9.0 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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-12 12:42:34,155 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action used request id req-88015771-ccd1-4160-85fd-51a7534b560e 2018-10-12 12:42:36,175 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1cfce01cdf2377771d9afe8e46b4cef7dec1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:42:37,246 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:42: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-a12f754a-f042-4ca6-85cf-c207bd302718 x-compute-request-id: req-a12f754a-f042-4ca6-85cf-c207bd302718 Content-Encoding: gzip Content-Length: 10074 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507103849 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130471] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132132] pid_max: default: 32768 minimum: 301\n[ 0.133014] ACPI: Core revision 20150930\n[ 0.134392] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135678] Security Framework initialized\n[ 0.136480] Yama: becoming mindful.\n[ 0.137198] AppArmor: AppArmor initialized\n[ 0.138049] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139374] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140635] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141821] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143196] Initializing cgroup subsys io\n[ 0.143996] Initializing cgroup subsys memory\n[ 0.144845] Initializing cgroup subsys devices\n[ 0.145727] Initializing cgroup subsys freezer\n[ 0.146586] Initializing cgroup subsys net_cls\n[ 0.147441] Initializing cgroup subsys perf_event\n[ 0.148335] Initializing cgroup subsys net_prio\n[ 0.149204] Initializing cgroup subsys hugetlb\n[ 0.150064] Initializing cgroup subsys pids\n[ 0.150929] CPU: Physical Processor ID: 0\n[ 0.152405] mce: CPU supports 10 MCE banks\n[ 0.153242] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154234] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164847] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171212] ftrace: allocating 31920 entries in 125 pages\n[ 0.197469] smpboot: Max logical packages: 1\n[ 0.198339] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199672] x2apic enabled\n[ 0.200476] Switched APIC routing to physical x2apic.\n[ 0.202220] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203328] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205307] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207078] KVM setup paravirtual spinlock\n[ 0.208376] x86: Booted up 1 node, 1 CPUs\n[ 0.209175] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210551] devtmpfs: initialized\n[ 0.212265] evm: security.selinux\n[ 0.212957] evm: security.SMACK64\n[ 0.213642] evm: security.SMACK64EXEC\n[ 0.214380] evm: security.SMACK64TRANSMUTE\n[ 0.215181] evm: security.SMACK64MMAP\n[ 0.215920] evm: security.ima\n[ 0.216559] evm: security.capability\n[ 0.217354] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219182] pinctrl core: initialized pinctrl subsystem\n[ 0.220271] RTC time: 12:40:57, date: 10/12/18\n[ 0.221214] NET: Registered protocol family 16\n[ 0.222174] cpuidle: using governor ladder\n[ 0.222980] cpuidle: using governor menu\n[ 0.223759] PCCT header not found.\n[ 0.224511] ACPI: bus type PCI registered\n[ 0.225309] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226535] PCI: Using configuration type 1 for base access\n[ 0.228274] ACPI: Added _OSI(Module Device)\n[ 0.229109] ACPI: Added _OSI(Processor Device)\n[ 0.229963] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230849] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233046] ACPI: Interpreter enabled\n[ 0.233820] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237482] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241196] ACPI: (supports S0 S5)\n[ 0.241896] ACPI: Using IOAPIC for interrupt routing\n[ 0.242948] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246044] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249585] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251780] acpiphp: Slot [3] registered\n[ 0.252580] acpiphp: Slot [4] registered\n[ 0.253377] acpiphp: Slot [5] registered\n[ 0.254171] acpiphp: Slot [6] registered\n[ 0.254959] acpiphp: Slot [7] registered\n[ 0.255759] acpiphp: Slot [8] registered\n[ 0.256564] acpiphp: Slot [9] registered\n[ 0.257361] acpiphp: Slot [10] registered\n[ 0.258167] acpiphp: Slot [11] registered\n[ 0.258986] acpiphp: Slot [12] registered\n[ 0.259803] acpiphp: Slot [13] registered\n[ 0.260617] acpiphp: Slot [14] registered\n[ 0.261519] acpiphp: Slot [15] registered\n[ 0.272570] acpiphp: Slot [16] registered\n[ 0.273382] acpiphp: Slot [17] registered\n[ 0.274190] acpiphp: Slot [18] registered\n[ 0.274993] acpiphp: Slot [19] registered\n[ 0.275797] acpiphp: Slot [20] registered\n[ 0.276613] acpiphp: Slot [21] registered\n[ 0.277426] acpiphp: Slot [22] registered\n[ 0.278231] acpiphp: Slot [23] registered\n[ 0.279037] acpiphp: Slot [24] registered\n[ 0.279846] acpiphp: Slot [25] registered\n[ 0.280657] acpiphp: Slot [26] registered\n[ 0.281466] acpiphp: Slot [27] registered\n[ 0.282274] acpiphp: Slot [28] registered\n[ 0.283077] acpiphp: Slot [29] registered\n[ 0.283880] acpiphp: Slot [30] registered\n[ 0.284695] acpiphp: Slot [31] registered\n[ 0.285509] PCI host bridge to bus 0000:00\n[ 0.286311] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287510] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288715] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290155] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297974] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300095] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301271] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302543] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310151] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355852] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358767] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360185] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361572] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364271] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365313] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366841] vgaarb: loaded\n[ 0.367443] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368570] SCSI subsystem initialized\n[ 0.369390] ACPI: bus type USB registered\n[ 0.370199] usbcore: registered new interface driver usbfs\n[ 0.371226] usbcore: registered new interface driver hub\n[ 0.372222] usbcore: registered new device driver usb\n[ 0.373269] PCI: Using ACPI for IRQ routing\n[ 0.374291] NetLabel: Initializing\n[ 0.374995] NetLabel: domain hash size = 128\n[ 0.375848] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376791] NetLabel: unlabeled traffic allowed by default\n[ 0.377874] clocksource: Switched to clocksource kvm-clock\n[ 0.383336] AppArmor: AppArmor Filesystem Enabled\n[ 0.384289] pnp: PnP ACPI init\n[ 0.385208] pnp: PnP ACPI: found 5 devices\n[ 0.391572] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393256] NET: Registered protocol family 2\n[ 0.394210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395462] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396613] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398831] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400006] NET: Registered protocol family 1\n[ 0.400878] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401984] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403063] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417072] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431350] Trying to unpack rootfs image as initramfs...\n[ 0.481392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495246] Scanning for low memory corruption every 60 seconds\n[ 0.496586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497740] audit: initializing netlink subsys (disabled)\n[ 0.498788] audit: type=2000 audit(1539348058.823:1): initialized\n[ 0.500098] Initialise system trusted keyring\n[ 0.501033] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504182] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505707] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507244] fuse init (API version 7.23)\n[ 0.508132] Key type big_key registered\n[ 0.508938] Allocating IMA MOK and blacklist keyrings.\n[ 0.510054] Key type asymmetric registered\n[ 0.510882] Asymmetric key parser 'x509' registered\n[ 0.511851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513693] io scheduler noop registered\n[ 0.514506] io scheduler deadline registered (default)\n[ 0.515502] io scheduler cfq registered\n[ 0.516338] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517387] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518658] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520521] ACPI: Power Button [PWRF]\n[ 0.521534] GHES: HEST is not enabled!\n[ 0.535445] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570722] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579254] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603181] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605342] Linux agpgart interface v0.103\n[ 0.607441] brd: module loaded\n[ 0.608667] loop: module loaded\n[ 0.613202] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614733] GPT:90111 != 2097151\n[ 0.615420] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616503] GPT:90111 != 2097151\n[ 0.617173] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618139] vda: vda1 vda15\n[ 0.619629] scsi host0: ata_piix\n[ 0.620367] scsi host1: ata_piix\n[ 0.621077] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623748] libphy: Fixed MDIO Bus: probed\n[ 0.624569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625515] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627913] PPP generic driver version 2.4.2\n[ 0.628798] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630063] ehci-pci: EHCI PCI platform driver\n[ 0.630948] ehci-platform: EHCI generic platform driver\n[ 0.632004] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633395] ohci-pci: OHCI PCI platform driver\n[ 0.634457] ohci-platform: OHCI generic platform driver\n[ 0.635663] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650322] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651387] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652903] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653960] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655119] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656423] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657916] usb usb1: Product: UHCI Host Controller\n[ 0.658932] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661187] hub 1-0:1.0: USB hub found\n[ 0.662069] hub 1-0:1.0: 2 ports detected\n[ 0.663168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665604] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666780] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668020] mousedev: PS/2 mouse device common for all mice\n[ 0.669511] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671515] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672597] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673794] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675095] i2c /dev entries driver\n[ 0.675872] device-mapper: uevent: version 1.0.3\n[ 0.676821] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678446] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679736] NET: Registered protocol family 10\n[ 0.680728] NET: Registered protocol family 17\n[ 0.681616] Key type dns_resolver registered\n[ 0.682550] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683637] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685381] registered taskstats version 1\n[ 0.686233] Loading compiled-in X.509 certificates\n[ 0.687785] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689709] zswap: loaded using pool lzo/zbud\n[ 0.691157] Key type trusted registered\n[ 0.692730] Key type encrypted registered\n[ 0.693605] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694686] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695763] evm: HMAC attrs: 0x1\n[ 0.696719] Magic number: 6:331:683\n[ 0.697598] rtc_cmos 00:00: setting system clock to 2018-10-12 12:40:58 UTC (1539348058)\n[ 0.699371] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700553] EDD information not available.\n[ 0.782819] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784359] Write protecting the kernel read-only data: 14336k\n[ 0.796309] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798104] 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.839806] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 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.19. iid=i-000000ff\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCzbZMJsP3rDgUwGN2eC1+6os9a0ZtlRh8xWWG/JqR1Vh4r/BsdV/ZqsMDio8IUA9murC3H58V+TEbV21BLV722OncY7366lmBllYdIZhXs7MxMVVTQeDv5cNLzCirV6TI7U8+T67a/bEfJVC4sZw/9H8AkDRIBtNMS+JfmqCdyzQH9d3tFqmSqP51ncFllVBR3PuFJ8NrG7EBC8CKCxKddFHMGtVvkKZzpESmrW/YRF5UCXS2A89jA0ELtB1y4EKhq+/Qm5Z5nobQ9Ue71ux8CRMLb8euk5KCSr99CMhEDIJnKYrDEaqaaFqqEr7Gra0CvuFKOl+KjsrwMBTtuqYNP root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAK3K4eoJnQbpUfxKz7ZwohsG9qYZu1lEW2h+LIpGL4bYZxIptAHrNK4I3kbhx+D+zDuByYCAY7FbBkO/IAqcw7MX2FZxm0RaMwapI9IZM4IiZhvTezL9d8MGixTc6yrTY3/8u6bOZN1cUqQGpWwY40fGAI7EEINyS5920MRvlM7LAAAAFQD/7zKZ4fSQSdPJiRBrYMfHevD/kwAAAIBspy7i3SkRbKfZczjgWTcm0fny+kjmKFriz9fCDIpAU48cP7sXyqbz+VmiSpC4dwmiOvTSsmtUHCn0hmaBaPxO4JSnvRBq+nEjEWQav85V67xOKw0asuGcb2fNcHhLAig5NHceFmYE9+hvhSSuQE3eoNKu+i7LpJBWIxRmeLiS3QAAAIABzFvGnn1T3ELCSiRJCexmMEAW3LUQwGHjdFpBAraRRs4EZzfUQkPXPVrWPTahE6hCgjKiUhlOdEaOtNFQC4f9FZI1o+GH5k44cQxWPazY1E6XTPFtjmT1/uZ+qUCyGult72gqpe6TThJ9bRNeNJ3YFHCMLl7e1HBq+ISkGWp0hQ== 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.12,24,fe80::f816:3eff:fe4d:b0fd/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.12 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ff\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.53 ===\n/dev/root resized successfully [took 2.34s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4D:B0:FD \n inet addr:10.10.11.12 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4d:b0fd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 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:9272 (9.0 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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-12 12:42:37,246 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action used request id req-a12f754a-f042-4ca6-85cf-c207bd302718 2018-10-12 12:42:39,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1cfce01cdf2377771d9afe8e46b4cef7dec1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:42:40,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:42:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37d2ccdf-2d4c-44d6-849a-c96dc8ff521a x-compute-request-id: req-37d2ccdf-2d4c-44d6-849a-c96dc8ff521a Content-Encoding: gzip Content-Length: 10074 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507103849 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130471] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132132] pid_max: default: 32768 minimum: 301\n[ 0.133014] ACPI: Core revision 20150930\n[ 0.134392] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135678] Security Framework initialized\n[ 0.136480] Yama: becoming mindful.\n[ 0.137198] AppArmor: AppArmor initialized\n[ 0.138049] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139374] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140635] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141821] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143196] Initializing cgroup subsys io\n[ 0.143996] Initializing cgroup subsys memory\n[ 0.144845] Initializing cgroup subsys devices\n[ 0.145727] Initializing cgroup subsys freezer\n[ 0.146586] Initializing cgroup subsys net_cls\n[ 0.147441] Initializing cgroup subsys perf_event\n[ 0.148335] Initializing cgroup subsys net_prio\n[ 0.149204] Initializing cgroup subsys hugetlb\n[ 0.150064] Initializing cgroup subsys pids\n[ 0.150929] CPU: Physical Processor ID: 0\n[ 0.152405] mce: CPU supports 10 MCE banks\n[ 0.153242] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154234] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164847] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171212] ftrace: allocating 31920 entries in 125 pages\n[ 0.197469] smpboot: Max logical packages: 1\n[ 0.198339] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199672] x2apic enabled\n[ 0.200476] Switched APIC routing to physical x2apic.\n[ 0.202220] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203328] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205307] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207078] KVM setup paravirtual spinlock\n[ 0.208376] x86: Booted up 1 node, 1 CPUs\n[ 0.209175] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210551] devtmpfs: initialized\n[ 0.212265] evm: security.selinux\n[ 0.212957] evm: security.SMACK64\n[ 0.213642] evm: security.SMACK64EXEC\n[ 0.214380] evm: security.SMACK64TRANSMUTE\n[ 0.215181] evm: security.SMACK64MMAP\n[ 0.215920] evm: security.ima\n[ 0.216559] evm: security.capability\n[ 0.217354] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219182] pinctrl core: initialized pinctrl subsystem\n[ 0.220271] RTC time: 12:40:57, date: 10/12/18\n[ 0.221214] NET: Registered protocol family 16\n[ 0.222174] cpuidle: using governor ladder\n[ 0.222980] cpuidle: using governor menu\n[ 0.223759] PCCT header not found.\n[ 0.224511] ACPI: bus type PCI registered\n[ 0.225309] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226535] PCI: Using configuration type 1 for base access\n[ 0.228274] ACPI: Added _OSI(Module Device)\n[ 0.229109] ACPI: Added _OSI(Processor Device)\n[ 0.229963] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230849] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233046] ACPI: Interpreter enabled\n[ 0.233820] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237482] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241196] ACPI: (supports S0 S5)\n[ 0.241896] ACPI: Using IOAPIC for interrupt routing\n[ 0.242948] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246044] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249585] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251780] acpiphp: Slot [3] registered\n[ 0.252580] acpiphp: Slot [4] registered\n[ 0.253377] acpiphp: Slot [5] registered\n[ 0.254171] acpiphp: Slot [6] registered\n[ 0.254959] acpiphp: Slot [7] registered\n[ 0.255759] acpiphp: Slot [8] registered\n[ 0.256564] acpiphp: Slot [9] registered\n[ 0.257361] acpiphp: Slot [10] registered\n[ 0.258167] acpiphp: Slot [11] registered\n[ 0.258986] acpiphp: Slot [12] registered\n[ 0.259803] acpiphp: Slot [13] registered\n[ 0.260617] acpiphp: Slot [14] registered\n[ 0.261519] acpiphp: Slot [15] registered\n[ 0.272570] acpiphp: Slot [16] registered\n[ 0.273382] acpiphp: Slot [17] registered\n[ 0.274190] acpiphp: Slot [18] registered\n[ 0.274993] acpiphp: Slot [19] registered\n[ 0.275797] acpiphp: Slot [20] registered\n[ 0.276613] acpiphp: Slot [21] registered\n[ 0.277426] acpiphp: Slot [22] registered\n[ 0.278231] acpiphp: Slot [23] registered\n[ 0.279037] acpiphp: Slot [24] registered\n[ 0.279846] acpiphp: Slot [25] registered\n[ 0.280657] acpiphp: Slot [26] registered\n[ 0.281466] acpiphp: Slot [27] registered\n[ 0.282274] acpiphp: Slot [28] registered\n[ 0.283077] acpiphp: Slot [29] registered\n[ 0.283880] acpiphp: Slot [30] registered\n[ 0.284695] acpiphp: Slot [31] registered\n[ 0.285509] PCI host bridge to bus 0000:00\n[ 0.286311] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287510] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288715] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290155] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297974] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300095] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301271] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302543] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310151] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355852] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358767] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360185] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361572] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364271] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365313] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366841] vgaarb: loaded\n[ 0.367443] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368570] SCSI subsystem initialized\n[ 0.369390] ACPI: bus type USB registered\n[ 0.370199] usbcore: registered new interface driver usbfs\n[ 0.371226] usbcore: registered new interface driver hub\n[ 0.372222] usbcore: registered new device driver usb\n[ 0.373269] PCI: Using ACPI for IRQ routing\n[ 0.374291] NetLabel: Initializing\n[ 0.374995] NetLabel: domain hash size = 128\n[ 0.375848] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376791] NetLabel: unlabeled traffic allowed by default\n[ 0.377874] clocksource: Switched to clocksource kvm-clock\n[ 0.383336] AppArmor: AppArmor Filesystem Enabled\n[ 0.384289] pnp: PnP ACPI init\n[ 0.385208] pnp: PnP ACPI: found 5 devices\n[ 0.391572] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393256] NET: Registered protocol family 2\n[ 0.394210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395462] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396613] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398831] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400006] NET: Registered protocol family 1\n[ 0.400878] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401984] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403063] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417072] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431350] Trying to unpack rootfs image as initramfs...\n[ 0.481392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495246] Scanning for low memory corruption every 60 seconds\n[ 0.496586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497740] audit: initializing netlink subsys (disabled)\n[ 0.498788] audit: type=2000 audit(1539348058.823:1): initialized\n[ 0.500098] Initialise system trusted keyring\n[ 0.501033] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504182] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505707] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507244] fuse init (API version 7.23)\n[ 0.508132] Key type big_key registered\n[ 0.508938] Allocating IMA MOK and blacklist keyrings.\n[ 0.510054] Key type asymmetric registered\n[ 0.510882] Asymmetric key parser 'x509' registered\n[ 0.511851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513693] io scheduler noop registered\n[ 0.514506] io scheduler deadline registered (default)\n[ 0.515502] io scheduler cfq registered\n[ 0.516338] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517387] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518658] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520521] ACPI: Power Button [PWRF]\n[ 0.521534] GHES: HEST is not enabled!\n[ 0.535445] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570722] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579254] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603181] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605342] Linux agpgart interface v0.103\n[ 0.607441] brd: module loaded\n[ 0.608667] loop: module loaded\n[ 0.613202] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614733] GPT:90111 != 2097151\n[ 0.615420] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616503] GPT:90111 != 2097151\n[ 0.617173] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618139] vda: vda1 vda15\n[ 0.619629] scsi host0: ata_piix\n[ 0.620367] scsi host1: ata_piix\n[ 0.621077] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623748] libphy: Fixed MDIO Bus: probed\n[ 0.624569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625515] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627913] PPP generic driver version 2.4.2\n[ 0.628798] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630063] ehci-pci: EHCI PCI platform driver\n[ 0.630948] ehci-platform: EHCI generic platform driver\n[ 0.632004] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633395] ohci-pci: OHCI PCI platform driver\n[ 0.634457] ohci-platform: OHCI generic platform driver\n[ 0.635663] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650322] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651387] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652903] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653960] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655119] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656423] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657916] usb usb1: Product: UHCI Host Controller\n[ 0.658932] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661187] hub 1-0:1.0: USB hub found\n[ 0.662069] hub 1-0:1.0: 2 ports detected\n[ 0.663168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665604] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666780] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668020] mousedev: PS/2 mouse device common for all mice\n[ 0.669511] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671515] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672597] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673794] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675095] i2c /dev entries driver\n[ 0.675872] device-mapper: uevent: version 1.0.3\n[ 0.676821] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678446] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679736] NET: Registered protocol family 10\n[ 0.680728] NET: Registered protocol family 17\n[ 0.681616] Key type dns_resolver registered\n[ 0.682550] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683637] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685381] registered taskstats version 1\n[ 0.686233] Loading compiled-in X.509 certificates\n[ 0.687785] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689709] zswap: loaded using pool lzo/zbud\n[ 0.691157] Key type trusted registered\n[ 0.692730] Key type encrypted registered\n[ 0.693605] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694686] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695763] evm: HMAC attrs: 0x1\n[ 0.696719] Magic number: 6:331:683\n[ 0.697598] rtc_cmos 00:00: setting system clock to 2018-10-12 12:40:58 UTC (1539348058)\n[ 0.699371] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700553] EDD information not available.\n[ 0.782819] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784359] Write protecting the kernel read-only data: 14336k\n[ 0.796309] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798104] 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.839806] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 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.19. iid=i-000000ff\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCzbZMJsP3rDgUwGN2eC1+6os9a0ZtlRh8xWWG/JqR1Vh4r/BsdV/ZqsMDio8IUA9murC3H58V+TEbV21BLV722OncY7366lmBllYdIZhXs7MxMVVTQeDv5cNLzCirV6TI7U8+T67a/bEfJVC4sZw/9H8AkDRIBtNMS+JfmqCdyzQH9d3tFqmSqP51ncFllVBR3PuFJ8NrG7EBC8CKCxKddFHMGtVvkKZzpESmrW/YRF5UCXS2A89jA0ELtB1y4EKhq+/Qm5Z5nobQ9Ue71ux8CRMLb8euk5KCSr99CMhEDIJnKYrDEaqaaFqqEr7Gra0CvuFKOl+KjsrwMBTtuqYNP root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAK3K4eoJnQbpUfxKz7ZwohsG9qYZu1lEW2h+LIpGL4bYZxIptAHrNK4I3kbhx+D+zDuByYCAY7FbBkO/IAqcw7MX2FZxm0RaMwapI9IZM4IiZhvTezL9d8MGixTc6yrTY3/8u6bOZN1cUqQGpWwY40fGAI7EEINyS5920MRvlM7LAAAAFQD/7zKZ4fSQSdPJiRBrYMfHevD/kwAAAIBspy7i3SkRbKfZczjgWTcm0fny+kjmKFriz9fCDIpAU48cP7sXyqbz+VmiSpC4dwmiOvTSsmtUHCn0hmaBaPxO4JSnvRBq+nEjEWQav85V67xOKw0asuGcb2fNcHhLAig5NHceFmYE9+hvhSSuQE3eoNKu+i7LpJBWIxRmeLiS3QAAAIABzFvGnn1T3ELCSiRJCexmMEAW3LUQwGHjdFpBAraRRs4EZzfUQkPXPVrWPTahE6hCgjKiUhlOdEaOtNFQC4f9FZI1o+GH5k44cQxWPazY1E6XTPFtjmT1/uZ+qUCyGult72gqpe6TThJ9bRNeNJ3YFHCMLl7e1HBq+ISkGWp0hQ== 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.12,24,fe80::f816:3eff:fe4d:b0fd/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.12 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ff\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.53 ===\n/dev/root resized successfully [took 2.34s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4D:B0:FD \n inet addr:10.10.11.12 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4d:b0fd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 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:9272 (9.0 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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-12 12:42:40,342 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action used request id req-37d2ccdf-2d4c-44d6-849a-c96dc8ff521a 2018-10-12 12:42:42,362 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1cfce01cdf2377771d9afe8e46b4cef7dec1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:42:43,439 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:42: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-51b9d376-0663-4946-8dc7-3c7bf3b6deb2 x-compute-request-id: req-51b9d376-0663-4946-8dc7-3c7bf3b6deb2 Content-Encoding: gzip Content-Length: 10074 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507103849 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130471] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132132] pid_max: default: 32768 minimum: 301\n[ 0.133014] ACPI: Core revision 20150930\n[ 0.134392] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135678] Security Framework initialized\n[ 0.136480] Yama: becoming mindful.\n[ 0.137198] AppArmor: AppArmor initialized\n[ 0.138049] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139374] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140635] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141821] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143196] Initializing cgroup subsys io\n[ 0.143996] Initializing cgroup subsys memory\n[ 0.144845] Initializing cgroup subsys devices\n[ 0.145727] Initializing cgroup subsys freezer\n[ 0.146586] Initializing cgroup subsys net_cls\n[ 0.147441] Initializing cgroup subsys perf_event\n[ 0.148335] Initializing cgroup subsys net_prio\n[ 0.149204] Initializing cgroup subsys hugetlb\n[ 0.150064] Initializing cgroup subsys pids\n[ 0.150929] CPU: Physical Processor ID: 0\n[ 0.152405] mce: CPU supports 10 MCE banks\n[ 0.153242] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154234] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164847] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171212] ftrace: allocating 31920 entries in 125 pages\n[ 0.197469] smpboot: Max logical packages: 1\n[ 0.198339] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199672] x2apic enabled\n[ 0.200476] Switched APIC routing to physical x2apic.\n[ 0.202220] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203328] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205307] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207078] KVM setup paravirtual spinlock\n[ 0.208376] x86: Booted up 1 node, 1 CPUs\n[ 0.209175] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210551] devtmpfs: initialized\n[ 0.212265] evm: security.selinux\n[ 0.212957] evm: security.SMACK64\n[ 0.213642] evm: security.SMACK64EXEC\n[ 0.214380] evm: security.SMACK64TRANSMUTE\n[ 0.215181] evm: security.SMACK64MMAP\n[ 0.215920] evm: security.ima\n[ 0.216559] evm: security.capability\n[ 0.217354] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219182] pinctrl core: initialized pinctrl subsystem\n[ 0.220271] RTC time: 12:40:57, date: 10/12/18\n[ 0.221214] NET: Registered protocol family 16\n[ 0.222174] cpuidle: using governor ladder\n[ 0.222980] cpuidle: using governor menu\n[ 0.223759] PCCT header not found.\n[ 0.224511] ACPI: bus type PCI registered\n[ 0.225309] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226535] PCI: Using configuration type 1 for base access\n[ 0.228274] ACPI: Added _OSI(Module Device)\n[ 0.229109] ACPI: Added _OSI(Processor Device)\n[ 0.229963] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230849] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233046] ACPI: Interpreter enabled\n[ 0.233820] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237482] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241196] ACPI: (supports S0 S5)\n[ 0.241896] ACPI: Using IOAPIC for interrupt routing\n[ 0.242948] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246044] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249585] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251780] acpiphp: Slot [3] registered\n[ 0.252580] acpiphp: Slot [4] registered\n[ 0.253377] acpiphp: Slot [5] registered\n[ 0.254171] acpiphp: Slot [6] registered\n[ 0.254959] acpiphp: Slot [7] registered\n[ 0.255759] acpiphp: Slot [8] registered\n[ 0.256564] acpiphp: Slot [9] registered\n[ 0.257361] acpiphp: Slot [10] registered\n[ 0.258167] acpiphp: Slot [11] registered\n[ 0.258986] acpiphp: Slot [12] registered\n[ 0.259803] acpiphp: Slot [13] registered\n[ 0.260617] acpiphp: Slot [14] registered\n[ 0.261519] acpiphp: Slot [15] registered\n[ 0.272570] acpiphp: Slot [16] registered\n[ 0.273382] acpiphp: Slot [17] registered\n[ 0.274190] acpiphp: Slot [18] registered\n[ 0.274993] acpiphp: Slot [19] registered\n[ 0.275797] acpiphp: Slot [20] registered\n[ 0.276613] acpiphp: Slot [21] registered\n[ 0.277426] acpiphp: Slot [22] registered\n[ 0.278231] acpiphp: Slot [23] registered\n[ 0.279037] acpiphp: Slot [24] registered\n[ 0.279846] acpiphp: Slot [25] registered\n[ 0.280657] acpiphp: Slot [26] registered\n[ 0.281466] acpiphp: Slot [27] registered\n[ 0.282274] acpiphp: Slot [28] registered\n[ 0.283077] acpiphp: Slot [29] registered\n[ 0.283880] acpiphp: Slot [30] registered\n[ 0.284695] acpiphp: Slot [31] registered\n[ 0.285509] PCI host bridge to bus 0000:00\n[ 0.286311] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287510] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288715] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290155] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297974] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300095] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301271] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302543] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310151] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355852] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358767] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360185] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361572] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364271] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365313] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366841] vgaarb: loaded\n[ 0.367443] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368570] SCSI subsystem initialized\n[ 0.369390] ACPI: bus type USB registered\n[ 0.370199] usbcore: registered new interface driver usbfs\n[ 0.371226] usbcore: registered new interface driver hub\n[ 0.372222] usbcore: registered new device driver usb\n[ 0.373269] PCI: Using ACPI for IRQ routing\n[ 0.374291] NetLabel: Initializing\n[ 0.374995] NetLabel: domain hash size = 128\n[ 0.375848] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376791] NetLabel: unlabeled traffic allowed by default\n[ 0.377874] clocksource: Switched to clocksource kvm-clock\n[ 0.383336] AppArmor: AppArmor Filesystem Enabled\n[ 0.384289] pnp: PnP ACPI init\n[ 0.385208] pnp: PnP ACPI: found 5 devices\n[ 0.391572] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393256] NET: Registered protocol family 2\n[ 0.394210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395462] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396613] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398831] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400006] NET: Registered protocol family 1\n[ 0.400878] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401984] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403063] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417072] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431350] Trying to unpack rootfs image as initramfs...\n[ 0.481392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495246] Scanning for low memory corruption every 60 seconds\n[ 0.496586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497740] audit: initializing netlink subsys (disabled)\n[ 0.498788] audit: type=2000 audit(1539348058.823:1): initialized\n[ 0.500098] Initialise system trusted keyring\n[ 0.501033] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504182] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505707] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507244] fuse init (API version 7.23)\n[ 0.508132] Key type big_key registered\n[ 0.508938] Allocating IMA MOK and blacklist keyrings.\n[ 0.510054] Key type asymmetric registered\n[ 0.510882] Asymmetric key parser 'x509' registered\n[ 0.511851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513693] io scheduler noop registered\n[ 0.514506] io scheduler deadline registered (default)\n[ 0.515502] io scheduler cfq registered\n[ 0.516338] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517387] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518658] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520521] ACPI: Power Button [PWRF]\n[ 0.521534] GHES: HEST is not enabled!\n[ 0.535445] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570722] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579254] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603181] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605342] Linux agpgart interface v0.103\n[ 0.607441] brd: module loaded\n[ 0.608667] loop: module loaded\n[ 0.613202] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614733] GPT:90111 != 2097151\n[ 0.615420] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616503] GPT:90111 != 2097151\n[ 0.617173] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618139] vda: vda1 vda15\n[ 0.619629] scsi host0: ata_piix\n[ 0.620367] scsi host1: ata_piix\n[ 0.621077] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623748] libphy: Fixed MDIO Bus: probed\n[ 0.624569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625515] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627913] PPP generic driver version 2.4.2\n[ 0.628798] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630063] ehci-pci: EHCI PCI platform driver\n[ 0.630948] ehci-platform: EHCI generic platform driver\n[ 0.632004] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633395] ohci-pci: OHCI PCI platform driver\n[ 0.634457] ohci-platform: OHCI generic platform driver\n[ 0.635663] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650322] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651387] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652903] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653960] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655119] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656423] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657916] usb usb1: Product: UHCI Host Controller\n[ 0.658932] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661187] hub 1-0:1.0: USB hub found\n[ 0.662069] hub 1-0:1.0: 2 ports detected\n[ 0.663168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665604] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666780] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668020] mousedev: PS/2 mouse device common for all mice\n[ 0.669511] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671515] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672597] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673794] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675095] i2c /dev entries driver\n[ 0.675872] device-mapper: uevent: version 1.0.3\n[ 0.676821] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678446] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679736] NET: Registered protocol family 10\n[ 0.680728] NET: Registered protocol family 17\n[ 0.681616] Key type dns_resolver registered\n[ 0.682550] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683637] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685381] registered taskstats version 1\n[ 0.686233] Loading compiled-in X.509 certificates\n[ 0.687785] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689709] zswap: loaded using pool lzo/zbud\n[ 0.691157] Key type trusted registered\n[ 0.692730] Key type encrypted registered\n[ 0.693605] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694686] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695763] evm: HMAC attrs: 0x1\n[ 0.696719] Magic number: 6:331:683\n[ 0.697598] rtc_cmos 00:00: setting system clock to 2018-10-12 12:40:58 UTC (1539348058)\n[ 0.699371] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700553] EDD information not available.\n[ 0.782819] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784359] Write protecting the kernel read-only data: 14336k\n[ 0.796309] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798104] 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.839806] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 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.19. iid=i-000000ff\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCzbZMJsP3rDgUwGN2eC1+6os9a0ZtlRh8xWWG/JqR1Vh4r/BsdV/ZqsMDio8IUA9murC3H58V+TEbV21BLV722OncY7366lmBllYdIZhXs7MxMVVTQeDv5cNLzCirV6TI7U8+T67a/bEfJVC4sZw/9H8AkDRIBtNMS+JfmqCdyzQH9d3tFqmSqP51ncFllVBR3PuFJ8NrG7EBC8CKCxKddFHMGtVvkKZzpESmrW/YRF5UCXS2A89jA0ELtB1y4EKhq+/Qm5Z5nobQ9Ue71ux8CRMLb8euk5KCSr99CMhEDIJnKYrDEaqaaFqqEr7Gra0CvuFKOl+KjsrwMBTtuqYNP root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAK3K4eoJnQbpUfxKz7ZwohsG9qYZu1lEW2h+LIpGL4bYZxIptAHrNK4I3kbhx+D+zDuByYCAY7FbBkO/IAqcw7MX2FZxm0RaMwapI9IZM4IiZhvTezL9d8MGixTc6yrTY3/8u6bOZN1cUqQGpWwY40fGAI7EEINyS5920MRvlM7LAAAAFQD/7zKZ4fSQSdPJiRBrYMfHevD/kwAAAIBspy7i3SkRbKfZczjgWTcm0fny+kjmKFriz9fCDIpAU48cP7sXyqbz+VmiSpC4dwmiOvTSsmtUHCn0hmaBaPxO4JSnvRBq+nEjEWQav85V67xOKw0asuGcb2fNcHhLAig5NHceFmYE9+hvhSSuQE3eoNKu+i7LpJBWIxRmeLiS3QAAAIABzFvGnn1T3ELCSiRJCexmMEAW3LUQwGHjdFpBAraRRs4EZzfUQkPXPVrWPTahE6hCgjKiUhlOdEaOtNFQC4f9FZI1o+GH5k44cQxWPazY1E6XTPFtjmT1/uZ+qUCyGult72gqpe6TThJ9bRNeNJ3YFHCMLl7e1HBq+ISkGWp0hQ== 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.12,24,fe80::f816:3eff:fe4d:b0fd/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.12 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ff\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.53 ===\n/dev/root resized successfully [took 2.34s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4D:B0:FD \n inet addr:10.10.11.12 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4d:b0fd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 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:9272 (9.0 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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-12 12:42:43,440 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action used request id req-51b9d376-0663-4946-8dc7-3c7bf3b6deb2 2018-10-12 12:42:45,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1cfce01cdf2377771d9afe8e46b4cef7dec1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:42:46,529 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:42:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b07f45e-99a5-476b-b71b-f2687b9d9c2f x-compute-request-id: req-6b07f45e-99a5-476b-b71b-f2687b9d9c2f Content-Encoding: gzip Content-Length: 10074 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507103849 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130471] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132132] pid_max: default: 32768 minimum: 301\n[ 0.133014] ACPI: Core revision 20150930\n[ 0.134392] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135678] Security Framework initialized\n[ 0.136480] Yama: becoming mindful.\n[ 0.137198] AppArmor: AppArmor initialized\n[ 0.138049] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139374] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140635] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141821] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143196] Initializing cgroup subsys io\n[ 0.143996] Initializing cgroup subsys memory\n[ 0.144845] Initializing cgroup subsys devices\n[ 0.145727] Initializing cgroup subsys freezer\n[ 0.146586] Initializing cgroup subsys net_cls\n[ 0.147441] Initializing cgroup subsys perf_event\n[ 0.148335] Initializing cgroup subsys net_prio\n[ 0.149204] Initializing cgroup subsys hugetlb\n[ 0.150064] Initializing cgroup subsys pids\n[ 0.150929] CPU: Physical Processor ID: 0\n[ 0.152405] mce: CPU supports 10 MCE banks\n[ 0.153242] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154234] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164847] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171212] ftrace: allocating 31920 entries in 125 pages\n[ 0.197469] smpboot: Max logical packages: 1\n[ 0.198339] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199672] x2apic enabled\n[ 0.200476] Switched APIC routing to physical x2apic.\n[ 0.202220] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203328] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205307] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207078] KVM setup paravirtual spinlock\n[ 0.208376] x86: Booted up 1 node, 1 CPUs\n[ 0.209175] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210551] devtmpfs: initialized\n[ 0.212265] evm: security.selinux\n[ 0.212957] evm: security.SMACK64\n[ 0.213642] evm: security.SMACK64EXEC\n[ 0.214380] evm: security.SMACK64TRANSMUTE\n[ 0.215181] evm: security.SMACK64MMAP\n[ 0.215920] evm: security.ima\n[ 0.216559] evm: security.capability\n[ 0.217354] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219182] pinctrl core: initialized pinctrl subsystem\n[ 0.220271] RTC time: 12:40:57, date: 10/12/18\n[ 0.221214] NET: Registered protocol family 16\n[ 0.222174] cpuidle: using governor ladder\n[ 0.222980] cpuidle: using governor menu\n[ 0.223759] PCCT header not found.\n[ 0.224511] ACPI: bus type PCI registered\n[ 0.225309] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226535] PCI: Using configuration type 1 for base access\n[ 0.228274] ACPI: Added _OSI(Module Device)\n[ 0.229109] ACPI: Added _OSI(Processor Device)\n[ 0.229963] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230849] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233046] ACPI: Interpreter enabled\n[ 0.233820] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237482] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241196] ACPI: (supports S0 S5)\n[ 0.241896] ACPI: Using IOAPIC for interrupt routing\n[ 0.242948] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246044] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249585] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251780] acpiphp: Slot [3] registered\n[ 0.252580] acpiphp: Slot [4] registered\n[ 0.253377] acpiphp: Slot [5] registered\n[ 0.254171] acpiphp: Slot [6] registered\n[ 0.254959] acpiphp: Slot [7] registered\n[ 0.255759] acpiphp: Slot [8] registered\n[ 0.256564] acpiphp: Slot [9] registered\n[ 0.257361] acpiphp: Slot [10] registered\n[ 0.258167] acpiphp: Slot [11] registered\n[ 0.258986] acpiphp: Slot [12] registered\n[ 0.259803] acpiphp: Slot [13] registered\n[ 0.260617] acpiphp: Slot [14] registered\n[ 0.261519] acpiphp: Slot [15] registered\n[ 0.272570] acpiphp: Slot [16] registered\n[ 0.273382] acpiphp: Slot [17] registered\n[ 0.274190] acpiphp: Slot [18] registered\n[ 0.274993] acpiphp: Slot [19] registered\n[ 0.275797] acpiphp: Slot [20] registered\n[ 0.276613] acpiphp: Slot [21] registered\n[ 0.277426] acpiphp: Slot [22] registered\n[ 0.278231] acpiphp: Slot [23] registered\n[ 0.279037] acpiphp: Slot [24] registered\n[ 0.279846] acpiphp: Slot [25] registered\n[ 0.280657] acpiphp: Slot [26] registered\n[ 0.281466] acpiphp: Slot [27] registered\n[ 0.282274] acpiphp: Slot [28] registered\n[ 0.283077] acpiphp: Slot [29] registered\n[ 0.283880] acpiphp: Slot [30] registered\n[ 0.284695] acpiphp: Slot [31] registered\n[ 0.285509] PCI host bridge to bus 0000:00\n[ 0.286311] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287510] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288715] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290155] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297974] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300095] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301271] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302543] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310151] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355852] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358767] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360185] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361572] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364271] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365313] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366841] vgaarb: loaded\n[ 0.367443] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368570] SCSI subsystem initialized\n[ 0.369390] ACPI: bus type USB registered\n[ 0.370199] usbcore: registered new interface driver usbfs\n[ 0.371226] usbcore: registered new interface driver hub\n[ 0.372222] usbcore: registered new device driver usb\n[ 0.373269] PCI: Using ACPI for IRQ routing\n[ 0.374291] NetLabel: Initializing\n[ 0.374995] NetLabel: domain hash size = 128\n[ 0.375848] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376791] NetLabel: unlabeled traffic allowed by default\n[ 0.377874] clocksource: Switched to clocksource kvm-clock\n[ 0.383336] AppArmor: AppArmor Filesystem Enabled\n[ 0.384289] pnp: PnP ACPI init\n[ 0.385208] pnp: PnP ACPI: found 5 devices\n[ 0.391572] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393256] NET: Registered protocol family 2\n[ 0.394210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395462] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396613] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398831] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400006] NET: Registered protocol family 1\n[ 0.400878] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401984] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403063] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417072] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431350] Trying to unpack rootfs image as initramfs...\n[ 0.481392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495246] Scanning for low memory corruption every 60 seconds\n[ 0.496586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497740] audit: initializing netlink subsys (disabled)\n[ 0.498788] audit: type=2000 audit(1539348058.823:1): initialized\n[ 0.500098] Initialise system trusted keyring\n[ 0.501033] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504182] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505707] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507244] fuse init (API version 7.23)\n[ 0.508132] Key type big_key registered\n[ 0.508938] Allocating IMA MOK and blacklist keyrings.\n[ 0.510054] Key type asymmetric registered\n[ 0.510882] Asymmetric key parser 'x509' registered\n[ 0.511851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513693] io scheduler noop registered\n[ 0.514506] io scheduler deadline registered (default)\n[ 0.515502] io scheduler cfq registered\n[ 0.516338] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517387] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518658] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520521] ACPI: Power Button [PWRF]\n[ 0.521534] GHES: HEST is not enabled!\n[ 0.535445] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570722] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579254] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603181] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605342] Linux agpgart interface v0.103\n[ 0.607441] brd: module loaded\n[ 0.608667] loop: module loaded\n[ 0.613202] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614733] GPT:90111 != 2097151\n[ 0.615420] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616503] GPT:90111 != 2097151\n[ 0.617173] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618139] vda: vda1 vda15\n[ 0.619629] scsi host0: ata_piix\n[ 0.620367] scsi host1: ata_piix\n[ 0.621077] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623748] libphy: Fixed MDIO Bus: probed\n[ 0.624569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625515] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627913] PPP generic driver version 2.4.2\n[ 0.628798] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630063] ehci-pci: EHCI PCI platform driver\n[ 0.630948] ehci-platform: EHCI generic platform driver\n[ 0.632004] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633395] ohci-pci: OHCI PCI platform driver\n[ 0.634457] ohci-platform: OHCI generic platform driver\n[ 0.635663] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650322] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651387] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652903] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653960] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655119] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656423] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657916] usb usb1: Product: UHCI Host Controller\n[ 0.658932] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661187] hub 1-0:1.0: USB hub found\n[ 0.662069] hub 1-0:1.0: 2 ports detected\n[ 0.663168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665604] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666780] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668020] mousedev: PS/2 mouse device common for all mice\n[ 0.669511] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671515] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672597] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673794] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675095] i2c /dev entries driver\n[ 0.675872] device-mapper: uevent: version 1.0.3\n[ 0.676821] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678446] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679736] NET: Registered protocol family 10\n[ 0.680728] NET: Registered protocol family 17\n[ 0.681616] Key type dns_resolver registered\n[ 0.682550] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683637] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685381] registered taskstats version 1\n[ 0.686233] Loading compiled-in X.509 certificates\n[ 0.687785] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689709] zswap: loaded using pool lzo/zbud\n[ 0.691157] Key type trusted registered\n[ 0.692730] Key type encrypted registered\n[ 0.693605] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694686] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695763] evm: HMAC attrs: 0x1\n[ 0.696719] Magic number: 6:331:683\n[ 0.697598] rtc_cmos 00:00: setting system clock to 2018-10-12 12:40:58 UTC (1539348058)\n[ 0.699371] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700553] EDD information not available.\n[ 0.782819] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784359] Write protecting the kernel read-only data: 14336k\n[ 0.796309] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798104] 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.839806] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 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.19. iid=i-000000ff\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCzbZMJsP3rDgUwGN2eC1+6os9a0ZtlRh8xWWG/JqR1Vh4r/BsdV/ZqsMDio8IUA9murC3H58V+TEbV21BLV722OncY7366lmBllYdIZhXs7MxMVVTQeDv5cNLzCirV6TI7U8+T67a/bEfJVC4sZw/9H8AkDRIBtNMS+JfmqCdyzQH9d3tFqmSqP51ncFllVBR3PuFJ8NrG7EBC8CKCxKddFHMGtVvkKZzpESmrW/YRF5UCXS2A89jA0ELtB1y4EKhq+/Qm5Z5nobQ9Ue71ux8CRMLb8euk5KCSr99CMhEDIJnKYrDEaqaaFqqEr7Gra0CvuFKOl+KjsrwMBTtuqYNP root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAK3K4eoJnQbpUfxKz7ZwohsG9qYZu1lEW2h+LIpGL4bYZxIptAHrNK4I3kbhx+D+zDuByYCAY7FbBkO/IAqcw7MX2FZxm0RaMwapI9IZM4IiZhvTezL9d8MGixTc6yrTY3/8u6bOZN1cUqQGpWwY40fGAI7EEINyS5920MRvlM7LAAAAFQD/7zKZ4fSQSdPJiRBrYMfHevD/kwAAAIBspy7i3SkRbKfZczjgWTcm0fny+kjmKFriz9fCDIpAU48cP7sXyqbz+VmiSpC4dwmiOvTSsmtUHCn0hmaBaPxO4JSnvRBq+nEjEWQav85V67xOKw0asuGcb2fNcHhLAig5NHceFmYE9+hvhSSuQE3eoNKu+i7LpJBWIxRmeLiS3QAAAIABzFvGnn1T3ELCSiRJCexmMEAW3LUQwGHjdFpBAraRRs4EZzfUQkPXPVrWPTahE6hCgjKiUhlOdEaOtNFQC4f9FZI1o+GH5k44cQxWPazY1E6XTPFtjmT1/uZ+qUCyGult72gqpe6TThJ9bRNeNJ3YFHCMLl7e1HBq+ISkGWp0hQ== 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.12,24,fe80::f816:3eff:fe4d:b0fd/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.12 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ff\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.53 ===\n/dev/root resized successfully [took 2.34s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4D:B0:FD \n inet addr:10.10.11.12 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4d:b0fd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 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:9272 (9.0 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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-12 12:42:46,530 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action used request id req-6b07f45e-99a5-476b-b71b-f2687b9d9c2f 2018-10-12 12:42:48,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1cfce01cdf2377771d9afe8e46b4cef7dec1a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:42:49,640 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:42:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f9c44d31-bf6b-464e-9bb9-c057aa4fe6ac x-compute-request-id: req-f9c44d31-bf6b-464e-9bb9-c057aa4fe6ac 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 507103849 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130471] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132132] pid_max: default: 32768 minimum: 301\n[ 0.133014] ACPI: Core revision 20150930\n[ 0.134392] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135678] Security Framework initialized\n[ 0.136480] Yama: becoming mindful.\n[ 0.137198] AppArmor: AppArmor initialized\n[ 0.138049] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139374] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140635] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141821] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143196] Initializing cgroup subsys io\n[ 0.143996] Initializing cgroup subsys memory\n[ 0.144845] Initializing cgroup subsys devices\n[ 0.145727] Initializing cgroup subsys freezer\n[ 0.146586] Initializing cgroup subsys net_cls\n[ 0.147441] Initializing cgroup subsys perf_event\n[ 0.148335] Initializing cgroup subsys net_prio\n[ 0.149204] Initializing cgroup subsys hugetlb\n[ 0.150064] Initializing cgroup subsys pids\n[ 0.150929] CPU: Physical Processor ID: 0\n[ 0.152405] mce: CPU supports 10 MCE banks\n[ 0.153242] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154234] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164847] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171212] ftrace: allocating 31920 entries in 125 pages\n[ 0.197469] smpboot: Max logical packages: 1\n[ 0.198339] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199672] x2apic enabled\n[ 0.200476] Switched APIC routing to physical x2apic.\n[ 0.202220] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203328] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205307] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207078] KVM setup paravirtual spinlock\n[ 0.208376] x86: Booted up 1 node, 1 CPUs\n[ 0.209175] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210551] devtmpfs: initialized\n[ 0.212265] evm: security.selinux\n[ 0.212957] evm: security.SMACK64\n[ 0.213642] evm: security.SMACK64EXEC\n[ 0.214380] evm: security.SMACK64TRANSMUTE\n[ 0.215181] evm: security.SMACK64MMAP\n[ 0.215920] evm: security.ima\n[ 0.216559] evm: security.capability\n[ 0.217354] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219182] pinctrl core: initialized pinctrl subsystem\n[ 0.220271] RTC time: 12:40:57, date: 10/12/18\n[ 0.221214] NET: Registered protocol family 16\n[ 0.222174] cpuidle: using governor ladder\n[ 0.222980] cpuidle: using governor menu\n[ 0.223759] PCCT header not found.\n[ 0.224511] ACPI: bus type PCI registered\n[ 0.225309] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226535] PCI: Using configuration type 1 for base access\n[ 0.228274] ACPI: Added _OSI(Module Device)\n[ 0.229109] ACPI: Added _OSI(Processor Device)\n[ 0.229963] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230849] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233046] ACPI: Interpreter enabled\n[ 0.233820] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237482] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241196] ACPI: (supports S0 S5)\n[ 0.241896] ACPI: Using IOAPIC for interrupt routing\n[ 0.242948] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246044] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248405] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249585] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251780] acpiphp: Slot [3] registered\n[ 0.252580] acpiphp: Slot [4] registered\n[ 0.253377] acpiphp: Slot [5] registered\n[ 0.254171] acpiphp: Slot [6] registered\n[ 0.254959] acpiphp: Slot [7] registered\n[ 0.255759] acpiphp: Slot [8] registered\n[ 0.256564] acpiphp: Slot [9] registered\n[ 0.257361] acpiphp: Slot [10] registered\n[ 0.258167] acpiphp: Slot [11] registered\n[ 0.258986] acpiphp: Slot [12] registered\n[ 0.259803] acpiphp: Slot [13] registered\n[ 0.260617] acpiphp: Slot [14] registered\n[ 0.261519] acpiphp: Slot [15] registered\n[ 0.272570] acpiphp: Slot [16] registered\n[ 0.273382] acpiphp: Slot [17] registered\n[ 0.274190] acpiphp: Slot [18] registered\n[ 0.274993] acpiphp: Slot [19] registered\n[ 0.275797] acpiphp: Slot [20] registered\n[ 0.276613] acpiphp: Slot [21] registered\n[ 0.277426] acpiphp: Slot [22] registered\n[ 0.278231] acpiphp: Slot [23] registered\n[ 0.279037] acpiphp: Slot [24] registered\n[ 0.279846] acpiphp: Slot [25] registered\n[ 0.280657] acpiphp: Slot [26] registered\n[ 0.281466] acpiphp: Slot [27] registered\n[ 0.282274] acpiphp: Slot [28] registered\n[ 0.283077] acpiphp: Slot [29] registered\n[ 0.283880] acpiphp: Slot [30] registered\n[ 0.284695] acpiphp: Slot [31] registered\n[ 0.285509] PCI host bridge to bus 0000:00\n[ 0.286311] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287510] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288715] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290155] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297974] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300095] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301271] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302543] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310151] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355852] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358767] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360185] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361572] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362825] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364271] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365313] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366841] vgaarb: loaded\n[ 0.367443] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368570] SCSI subsystem initialized\n[ 0.369390] ACPI: bus type USB registered\n[ 0.370199] usbcore: registered new interface driver usbfs\n[ 0.371226] usbcore: registered new interface driver hub\n[ 0.372222] usbcore: registered new device driver usb\n[ 0.373269] PCI: Using ACPI for IRQ routing\n[ 0.374291] NetLabel: Initializing\n[ 0.374995] NetLabel: domain hash size = 128\n[ 0.375848] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376791] NetLabel: unlabeled traffic allowed by default\n[ 0.377874] clocksource: Switched to clocksource kvm-clock\n[ 0.383336] AppArmor: AppArmor Filesystem Enabled\n[ 0.384289] pnp: PnP ACPI init\n[ 0.385208] pnp: PnP ACPI: found 5 devices\n[ 0.391572] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393256] NET: Registered protocol family 2\n[ 0.394210] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395462] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396613] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397755] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398831] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400006] NET: Registered protocol family 1\n[ 0.400878] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401984] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403063] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417072] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431350] Trying to unpack rootfs image as initramfs...\n[ 0.481392] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495246] Scanning for low memory corruption every 60 seconds\n[ 0.496586] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497740] audit: initializing netlink subsys (disabled)\n[ 0.498788] audit: type=2000 audit(1539348058.823:1): initialized\n[ 0.500098] Initialise system trusted keyring\n[ 0.501033] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502218] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504182] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505707] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507244] fuse init (API version 7.23)\n[ 0.508132] Key type big_key registered\n[ 0.508938] Allocating IMA MOK and blacklist keyrings.\n[ 0.510054] Key type asymmetric registered\n[ 0.510882] Asymmetric key parser 'x509' registered\n[ 0.511851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513693] io scheduler noop registered\n[ 0.514506] io scheduler deadline registered (default)\n[ 0.515502] io scheduler cfq registered\n[ 0.516338] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517387] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518658] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520521] ACPI: Power Button [PWRF]\n[ 0.521534] GHES: HEST is not enabled!\n[ 0.535445] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570722] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579254] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603181] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605342] Linux agpgart interface v0.103\n[ 0.607441] brd: module loaded\n[ 0.608667] loop: module loaded\n[ 0.613202] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614733] GPT:90111 != 2097151\n[ 0.615420] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616503] GPT:90111 != 2097151\n[ 0.617173] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618139] vda: vda1 vda15\n[ 0.619629] scsi host0: ata_piix\n[ 0.620367] scsi host1: ata_piix\n[ 0.621077] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622299] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623748] libphy: Fixed MDIO Bus: probed\n[ 0.624569] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625515] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627913] PPP generic driver version 2.4.2\n[ 0.628798] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630063] ehci-pci: EHCI PCI platform driver\n[ 0.630948] ehci-platform: EHCI generic platform driver\n[ 0.632004] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633395] ohci-pci: OHCI PCI platform driver\n[ 0.634457] ohci-platform: OHCI generic platform driver\n[ 0.635663] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650322] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651387] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652903] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653960] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.655119] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656423] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657916] usb usb1: Product: UHCI Host Controller\n[ 0.658932] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661187] hub 1-0:1.0: USB hub found\n[ 0.662069] hub 1-0:1.0: 2 ports detected\n[ 0.663168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665604] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666780] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668020] mousedev: PS/2 mouse device common for all mice\n[ 0.669511] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671515] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672597] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673794] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675095] i2c /dev entries driver\n[ 0.675872] device-mapper: uevent: version 1.0.3\n[ 0.676821] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678446] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679736] NET: Registered protocol family 10\n[ 0.680728] NET: Registered protocol family 17\n[ 0.681616] Key type dns_resolver registered\n[ 0.682550] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.683637] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685381] registered taskstats version 1\n[ 0.686233] Loading compiled-in X.509 certificates\n[ 0.687785] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.689709] zswap: loaded using pool lzo/zbud\n[ 0.691157] Key type trusted registered\n[ 0.692730] Key type encrypted registered\n[ 0.693605] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694686] ima: No TPM chip found, activating TPM-bypass!\n[ 0.695763] evm: HMAC attrs: 0x1\n[ 0.696719] Magic number: 6:331:683\n[ 0.697598] rtc_cmos 00:00: setting system clock to 2018-10-12 12:40:58 UTC (1539348058)\n[ 0.699371] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700553] EDD information not available.\n[ 0.782819] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784359] Write protecting the kernel read-only data: 14336k\n[ 0.796309] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798104] 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.839806] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.12...\nLease of 10.10.11.12 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.19. iid=i-000000ff\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCzbZMJsP3rDgUwGN2eC1+6os9a0ZtlRh8xWWG/JqR1Vh4r/BsdV/ZqsMDio8IUA9murC3H58V+TEbV21BLV722OncY7366lmBllYdIZhXs7MxMVVTQeDv5cNLzCirV6TI7U8+T67a/bEfJVC4sZw/9H8AkDRIBtNMS+JfmqCdyzQH9d3tFqmSqP51ncFllVBR3PuFJ8NrG7EBC8CKCxKddFHMGtVvkKZzpESmrW/YRF5UCXS2A89jA0ELtB1y4EKhq+/Qm5Z5nobQ9Ue71ux8CRMLb8euk5KCSr99CMhEDIJnKYrDEaqaaFqqEr7Gra0CvuFKOl+KjsrwMBTtuqYNP root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAK3K4eoJnQbpUfxKz7ZwohsG9qYZu1lEW2h+LIpGL4bYZxIptAHrNK4I3kbhx+D+zDuByYCAY7FbBkO/IAqcw7MX2FZxm0RaMwapI9IZM4IiZhvTezL9d8MGixTc6yrTY3/8u6bOZN1cUqQGpWwY40fGAI7EEINyS5920MRvlM7LAAAAFQD/7zKZ4fSQSdPJiRBrYMfHevD/kwAAAIBspy7i3SkRbKfZczjgWTcm0fny+kjmKFriz9fCDIpAU48cP7sXyqbz+VmiSpC4dwmiOvTSsmtUHCn0hmaBaPxO4JSnvRBq+nEjEWQav85V67xOKw0asuGcb2fNcHhLAig5NHceFmYE9+hvhSSuQE3eoNKu+i7LpJBWIxRmeLiS3QAAAIABzFvGnn1T3ELCSiRJCexmMEAW3LUQwGHjdFpBAraRRs4EZzfUQkPXPVrWPTahE6hCgjKiUhlOdEaOtNFQC4f9FZI1o+GH5k44cQxWPazY1E6XTPFtjmT1/uZ+qUCyGult72gqpe6TThJ9bRNeNJ3YFHCMLl7e1HBq+ISkGWp0hQ== 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.12,24,fe80::f816:3eff:fe4d:b0fd/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.12 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000ff\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.53 ===\n/dev/root resized successfully [took 2.34s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4D:B0:FD \n inet addr:10.10.11.12 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4d:b0fd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:74 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:9272 (9.0 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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-4-5 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.134412] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.134413] usb 1-1: Product: QEMU USB Tablet\n[ 1.134414] usb 1-1: Manufacturer: QEMU\n[ 1.134415] usb 1-1: SerialNumber: 42\n[ 1.221928] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.242071] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.493952] tsc: Refined TSC clocksource calibration: 3491.906 MHz\n[ 1.493955] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\n[ 63.637158] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.965937] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 12 13:40:59 cirros kern.info kernel: [ 0.798104] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 12 13:40:59 cirros kern.info kernel: [ 0.809061] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 12 13:40:59 cirros kern.info kernel: [ 0.809062] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 12 13:40:59 cirros kern.info kernel: [ 0.810754] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 12 13:40:59 cirros kern.info kernel: [ 0.813687] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 12 13:40:59 cirros kern.info kernel: [ 0.815665] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 12 13:40:59 cirros kern.info kernel: [ 0.837757] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:40:59 cirros kern.info kernel: [ 0.838367] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:40:59 cirros kern.notice kernel: [ 0.839806] random: blkid urandom read with 2 bits of entropy available\nOct 12 13:40:59 cirros kern.info kernel: [ 0.841673] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:40:59 cirros kern.info kernel: [ 0.902388] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:40:59 cirros kern.info kernel: [ 0.973942] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 12 13:40:59 cirros kern.info kernel: [ 1.134409] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 12 13:40:59 cirros kern.info kernel: [ 1.134412] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 12 13:40:59 cirros kern.info kernel: [ 1.134413] usb 1-1: Product: QEMU USB Tablet\nOct 12 13:40:59 cirros kern.info kernel: [ 1.134414] usb 1-1: Manufacturer: QEMU\nOct 12 13:40:59 cirros kern.info kernel: [ 1.134415] usb 1-1: SerialNumber: 42\nOct 12 13:40:59 cirros kern.info kernel: [ 1.221928] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:40:59 cirros kern.info kernel: [ 1.242071] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:40:59 cirros kern.info kernel: [ 1.493952] tsc: Refined TSC clocksource calibration: 3491.906 MHz\nOct 12 13:40:59 cirros kern.info kernel: [ 1.493955] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\nOct 12 13:42:00 cirros auth.notice su: + /dev/console root:cirros\nOct 12 13:42:01 cirros authpriv.info dropbear[340]: Running in background\nOct 12 13:42:01 cirros kern.info kernel: [ 63.637158] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 12 13:42:01 cirros kern.info kernel: [ 63.965937] 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-10-12 12:42:49,641 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action used request id req-f9c44d31-bf6b-464e-9bb9-c057aa4fe6ac 2018-10-12 12:42:51,677 - sdnvpn_test_utils - INFO - Waiting for instance 75e31314-159a-445f-bb42-6df54d05a34a to boot up 2018-10-12 12:42:51,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de06588406a9013c912172525334d7d2a7dc587e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:42:52,760 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:42: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-d49969d4-d5ed-4168-81c9-5cb8da884b91 x-compute-request-id: req-d49969d4-d5ed-4168-81c9-5cb8da884b91 Content-Encoding: gzip Content-Length: 8107 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 612044834 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.134481] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.136130] pid_max: default: 32768 minimum: 301\n[ 0.137015] ACPI: Core revision 20150930\n[ 0.138421] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139716] Security Framework initialized\n[ 0.140516] Yama: becoming mindful.\n[ 0.141232] AppArmor: AppArmor initialized\n[ 0.142110] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143424] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144667] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145916] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147276] Initializing cgroup subsys io\n[ 0.148070] Initializing cgroup subsys memory\n[ 0.148914] Initializing cgroup subsys devices\n[ 0.149797] Initializing cgroup subsys freezer\n[ 0.150658] Initializing cgroup subsys net_cls\n[ 0.151506] Initializing cgroup subsys perf_event\n[ 0.152399] Initializing cgroup subsys net_prio\n[ 0.153265] Initializing cgroup subsys hugetlb\n[ 0.154149] Initializing cgroup subsys pids\n[ 0.155006] CPU: Physical Processor ID: 0\n[ 0.156471] mce: CPU supports 10 MCE banks\n[ 0.157303] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158317] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168778] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175085] ftrace: allocating 31920 entries in 125 pages\n[ 0.200899] smpboot: Max logical packages: 1\n[ 0.201774] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203114] x2apic enabled\n[ 0.203924] Switched APIC routing to physical x2apic.\n[ 0.205688] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206815] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208799] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210574] KVM setup paravirtual spinlock\n[ 0.211890] x86: Booted up 1 node, 1 CPUs\n[ 0.212689] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.214051] devtmpfs: initialized\n[ 0.215744] evm: security.selinux\n[ 0.216446] evm: security.SMACK64\n[ 0.217153] evm: security.SMACK64EXEC\n[ 0.217905] evm: security.SMACK64TRANSMUTE\n[ 0.218734] evm: security.SMACK64MMAP\n[ 0.219477] evm: security.ima\n[ 0.220135] evm: security.capability\n[ 0.220935] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222809] pinctrl core: initialized pinctrl subsystem\n[ 0.223906] RTC time: 12:41:24, date: 10/12/18\n[ 0.224853] NET: Registered protocol family 16\n[ 0.225846] cpuidle: using governor ladder\n[ 0.226664] cpuidle: using governor menu\n[ 0.227439] PCCT header not found.\n[ 0.228183] ACPI: bus type PCI registered\n[ 0.228976] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230184] PCI: Using configuration type 1 for base access\n[ 0.231908] ACPI: Added _OSI(Module Device)\n[ 0.232741] ACPI: Added _OSI(Processor Device)\n[ 0.233581] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234479] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236550] ACPI: Interpreter enabled\n[ 0.237319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239145] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240968] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242786] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244610] ACPI: (supports S0 S5)\n[ 0.245311] ACPI: Using IOAPIC for interrupt routing\n[ 0.246264] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249300] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250437] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251652] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252845] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255056] acpiphp: Slot [3] registered\n[ 0.255851] acpiphp: Slot [4] registered\n[ 0.256627] acpiphp: Slot [5] registered\n[ 0.257422] acpiphp: Slot [6] registered\n[ 0.258211] acpiphp: Slot [7] registered\n[ 0.259015] acpiphp: Slot [8] registered\n[ 0.259808] acpiphp: Slot [9] registered\n[ 0.260588] acpiphp: Slot [10] registered\n[ 0.261382] acpiphp: Slot [11] registered\n[ 0.262221] acpiphp: Slot [12] registered\n[ 0.263068] acpiphp: Slot [13] registered\n[ 0.263860] acpiphp: Slot [14] registered\n[ 0.264652] acpiphp: Slot [15] registered\n[ 0.275500] acpiphp: Slot [16] registered\n[ 0.276339] acpiphp: Slot [17] registered\n[ 0.277134] acpiphp: Slot [18] registered\n[ 0.277929] acpiphp: Slot [19] registered\n[ 0.278724] acpiphp: Slot [20] registered\n[ 0.279524] acpiphp: Slot [21] registered\n[ 0.280332] acpiphp: Slot [22] registered\n[ 0.281133] acpiphp: Slot [23] registered\n[ 0.281972] acpiphp: Slot [24] registered\n[ 0.282796] acpiphp: Slot [25] registered\n[ 0.283605] acpiphp: Slot [26] registered\n[ 0.284434] acpiphp: Slot [27] registered\n[ 0.285260] acpiphp: Slot [28] registered\n[ 0.286090] acpiphp: Slot [29] registered\n[ 0.286906] acpiphp: Slot [30] registered\n[ 0.287730] acpiphp: Slot [31] registered\n[ 0.288543] PCI host bridge to bus 0000:00\n[ 0.289368] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290611] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291858] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293300] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294769] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301042] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302315] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304746] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311590] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361285] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362779] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364193] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365578] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366952] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368903] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370029] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371064] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372621] vgaarb: loaded\n[ 0.373242] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374354] SCSI subsystem initialized\n[ 0.375158] ACPI: bus type USB registered\n[ 0.375955] usbcore: registered new interface driver usbfs\n[ 0.376964] usbcore: registered new interface driver hub\n[ 0.377949] usbcore: registered new device driver usb\n[ 0.378982] PCI: Using ACPI for IRQ routing\n[ 0.379975] NetLabel: Initializing\n[ 0.380671] NetLabel: domain hash size = 128\n[ 0.381505] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382437] NetLabel: unlabeled traffic allowed by default\n[ 0.383506] clocksource: Switched to clocksource kvm-clock\n[ 0.388982] AppArmor: AppArmor Filesystem Enabled\n[ 0.389936] pnp: PnP ACPI init\n[ 0.390854] pnp: PnP ACPI: found 5 devices\n[ 0.397219] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398894] NET: Registered protocol family 2\n[ 0.399836] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401079] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402226] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403361] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404421] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405584] NET: Registered protocol family 1\n[ 0.406437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408573] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422543] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436647] Trying to unpack rootfs image as initramfs...\n[ 0.485306] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499048] Scanning for low memory corruption every 60 seconds\n[ 0.500447] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501656] audit: initializing netlink subsys (disabled)\n[ 0.502763] audit: type=2000 audit(1539348085.008:1): initialized\n[ 0.504142] Initialise system trusted keyring\n[ 0.505122] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506309] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508276] zbud: loaded\n[ 0.508993] VFS: Disk quotas dquot_6.6.0\n[ 0.509832] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511374] fuse init (API version 7.23)\n[ 0.512299] Key type big_key registered\n[ 0.513133] Allocating IMA MOK and blacklist keyrings.\n[ 0.514271] Key type asymmetric registered\n[ 0.515124] Asymmetric key parser 'x509' registered\n[ 0.516119] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517636] io scheduler noop registered\n[ 0.518456] io scheduler deadline registered (default)\n[ 0.519478] io scheduler cfq registered\n[ 0.520384] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521469] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523134] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524641] ACPI: Power Button [PWRF]\n[ 0.525503] GHES: HEST is not enabled!\n[ 0.548471] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585089] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614352] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616728] Linux agpgart interface v0.103\n[ 0.618942] brd: module loaded\n[ 0.620256] loop: module loaded\n[ 0.625742] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627637] GPT:90111 != 2097151\n[ 0.628430] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629846] GPT:90111 != 2097151\n[ 0.630667] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631800] vda: vda1 vda15\n[ 0.633588] scsi host0: ata_piix\n[ 0.634447] scsi host1: ata_piix\n[ 0.635264] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638558] libphy: Fixed MDIO Bus: probed\n[ 0.639499] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640641] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643103] PPP generic driver version 2.4.2\n[ 0.644239] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645443] ehci-pci: EHCI PCI platform driver\n[ 0.646320] ehci-platform: EHCI generic platform driver\n[ 0.647335] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648479] ohci-pci: OHCI PCI platform driver\n[ 0.649365] ohci-platform: OHCI generic platform driver\n[ 0.650361] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664906] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667423] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668473] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669607] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670840] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672272] usb usb1: Product: UHCI Host Controller\n[ 0.673216] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674365] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675433] hub 1-0:1.0: USB hub found\n[ 0.676227] hub 1-0:1.0: 2 ports detected\n[ 0.677158] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679318] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680296] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681340] mousedev: PS/2 mouse device common for all mice\n[ 0.682600] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684467] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685571] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686780] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687981] i2c /dev entries driver\n[ 0.688750] device-mapper: uevent: version 1.0.3\n[ 0.689708] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691365] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692717] NET: Registered protocol family 10\n[ 0.693753] NET: Registered protocol family 17\n[ 0.694661] Key type dns_resolver registered\n[ 0.695629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696759] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698554] registered taskstats version 1\n[ 0.699406] Loading compiled-in X.509 certificates\n[ 0.700880] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702768] zswap: loaded using pool lzo/zbud\n[ 0.704209] Key type trusted registered\n[ 0.705794] Key type encrypted registered\n[ 0.706633] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707698] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708764] evm: HMAC attrs: 0x1\n[ 0.709716] Magic number: 6:331:683\n[ 0.710581] rtc_cmos 00:00: setting system clock to 2018-10-12 12:41:25 UTC (1539348085)\n[ 0.712218] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.713368] EDD information not available.\n[ 0.792099] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.793617] ata1.00: configured for MWDMA2\n[ 0.794857] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.807721] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808974] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810239] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812148] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.813699] Write protecting the kernel read-only data: 14336k\n[ 0.815285] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817144] 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.30\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.506644] 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.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.68s]\nping 10.10.10.13 OK\nping 10.10.10.14 OK\n"} 2018-10-12 12:42:52,761 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a/action used request id req-d49969d4-d5ed-4168-81c9-5cb8da884b91 2018-10-12 12:42:54,764 - sdnvpn_test_utils - INFO - Waiting for instance 4606f499-c5e3-4f4e-b932-a8b424374cba to boot up 2018-10-12 12:42:54,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/4606f499-c5e3-4f4e-b932-a8b424374cba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}321f37168ee8d0a002e1c5cd63931b29f40a416c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:42:55,839 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:42: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-6745aae1-d2ef-4201-9c8a-8b2f57b512ca x-compute-request-id: req-6745aae1-d2ef-4201-9c8a-8b2f57b512ca Content-Encoding: gzip Content-Length: 8120 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 560844447 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.150527] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.152460] pid_max: default: 32768 minimum: 301\n[ 0.153516] ACPI: Core revision 20150930\n[ 0.155022] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.156542] Security Framework initialized\n[ 0.157497] Yama: becoming mindful.\n[ 0.158349] AppArmor: AppArmor initialized\n[ 0.159332] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.160874] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.162371] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163850] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165523] Initializing cgroup subsys io\n[ 0.166479] Initializing cgroup subsys memory\n[ 0.167493] Initializing cgroup subsys devices\n[ 0.168516] Initializing cgroup subsys freezer\n[ 0.169548] Initializing cgroup subsys net_cls\n[ 0.170479] Initializing cgroup subsys perf_event\n[ 0.171439] Initializing cgroup subsys net_prio\n[ 0.172451] Initializing cgroup subsys hugetlb\n[ 0.173445] Initializing cgroup subsys pids\n[ 0.174422] CPU: Physical Processor ID: 0\n[ 0.176017] mce: CPU supports 10 MCE banks\n[ 0.176978] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178124] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189317] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.196265] ftrace: allocating 31920 entries in 125 pages\n[ 0.224024] smpboot: Max logical packages: 1\n[ 0.224994] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.226529] x2apic enabled\n[ 0.227406] Switched APIC routing to physical x2apic.\n[ 0.229305] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230612] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232842] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234889] KVM setup paravirtual spinlock\n[ 0.236358] x86: Booted up 1 node, 1 CPUs\n[ 0.237279] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.238857] devtmpfs: initialized\n[ 0.240688] evm: security.selinux\n[ 0.241489] evm: security.SMACK64\n[ 0.242295] evm: security.SMACK64EXEC\n[ 0.243144] evm: security.SMACK64TRANSMUTE\n[ 0.244081] evm: security.SMACK64MMAP\n[ 0.244930] evm: security.ima\n[ 0.245665] evm: security.capability\n[ 0.246593] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248742] pinctrl core: initialized pinctrl subsystem\n[ 0.249952] RTC time: 12:41:11, date: 10/12/18\n[ 0.251044] NET: Registered protocol family 16\n[ 0.252145] cpuidle: using governor ladder\n[ 0.253083] cpuidle: using governor menu\n[ 0.253972] PCCT header not found.\n[ 0.254819] ACPI: bus type PCI registered\n[ 0.255732] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.257193] PCI: Using configuration type 1 for base access\n[ 0.259131] ACPI: Added _OSI(Module Device)\n[ 0.260079] ACPI: Added _OSI(Processor Device)\n[ 0.261089] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262124] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264239] ACPI: Interpreter enabled\n[ 0.264980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.266765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.268668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.270460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.272268] ACPI: (supports S0 S5)\n[ 0.272950] ACPI: Using IOAPIC for interrupt routing\n[ 0.273880] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.276926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278020] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279207] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.280353] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.282530] acpiphp: Slot [3] registered\n[ 0.283303] acpiphp: Slot [4] registered\n[ 0.284075] acpiphp: Slot [5] registered\n[ 0.284846] acpiphp: Slot [6] registered\n[ 0.285623] acpiphp: Slot [7] registered\n[ 0.286398] acpiphp: Slot [8] registered\n[ 0.287167] acpiphp: Slot [9] registered\n[ 0.287934] acpiphp: Slot [10] registered\n[ 0.288715] acpiphp: Slot [11] registered\n[ 0.289509] acpiphp: Slot [12] registered\n[ 0.290292] acpiphp: Slot [13] registered\n[ 0.291096] acpiphp: Slot [14] registered\n[ 0.291881] acpiphp: Slot [15] registered\n[ 0.302712] acpiphp: Slot [16] registered\n[ 0.303513] acpiphp: Slot [17] registered\n[ 0.304296] acpiphp: Slot [18] registered\n[ 0.305077] acpiphp: Slot [19] registered\n[ 0.305854] acpiphp: Slot [20] registered\n[ 0.306646] acpiphp: Slot [21] registered\n[ 0.307437] acpiphp: Slot [22] registered\n[ 0.308219] acpiphp: Slot [23] registered\n[ 0.308998] acpiphp: Slot [24] registered\n[ 0.309856] acpiphp: Slot [25] registered\n[ 0.310696] acpiphp: Slot [26] registered\n[ 0.311514] acpiphp: Slot [27] registered\n[ 0.312302] acpiphp: Slot [28] registered\n[ 0.313089] acpiphp: Slot [29] registered\n[ 0.313874] acpiphp: Slot [30] registered\n[ 0.314669] acpiphp: Slot [31] registered\n[ 0.315451] PCI host bridge to bus 0000:00\n[ 0.316235] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.317398] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318556] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319945] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.321359] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327565] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328796] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329927] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.331144] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337659] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339043] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385482] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.386935] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388342] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389726] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391085] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392369] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393521] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394805] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396309] vgaarb: loaded\n[ 0.396902] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398027] SCSI subsystem initialized\n[ 0.398839] ACPI: bus type USB registered\n[ 0.399632] usbcore: registered new interface driver usbfs\n[ 0.400632] usbcore: registered new interface driver hub\n[ 0.401625] usbcore: registered new device driver usb\n[ 0.402864] PCI: Using ACPI for IRQ routing\n[ 0.404059] NetLabel: Initializing\n[ 0.404853] NetLabel: domain hash size = 128\n[ 0.405786] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406844] NetLabel: unlabeled traffic allowed by default\n[ 0.408106] clocksource: Switched to clocksource kvm-clock\n[ 0.413410] AppArmor: AppArmor Filesystem Enabled\n[ 0.414501] pnp: PnP ACPI init\n[ 0.415507] pnp: PnP ACPI: found 5 devices\n[ 0.421988] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423933] NET: Registered protocol family 2\n[ 0.424978] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426449] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427774] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429088] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430315] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431558] NET: Registered protocol family 1\n[ 0.432515] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433728] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434874] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448766] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.463021] Trying to unpack rootfs image as initramfs...\n[ 0.512505] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526548] Scanning for low memory corruption every 60 seconds\n[ 0.528380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529992] audit: initializing netlink subsys (disabled)\n[ 0.531428] audit: type=2000 audit(1539348072.360:1): initialized\n[ 0.533223] Initialise system trusted keyring\n[ 0.534469] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.536194] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.538661] zbud: loaded\n[ 0.539546] VFS: Disk quotas dquot_6.6.0\n[ 0.540664] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.542553] fuse init (API version 7.23)\n[ 0.543658] Key type big_key registered\n[ 0.544725] Allocating IMA MOK and blacklist keyrings.\n[ 0.546234] Key type asymmetric registered\n[ 0.547359] Asymmetric key parser 'x509' registered\n[ 0.548648] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.551089] io scheduler noop registered\n[ 0.552184] io scheduler deadline registered (default)\n[ 0.553509] io scheduler cfq registered\n[ 0.554688] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.556202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.557936] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.559827] ACPI: Power Button [PWRF]\n[ 0.560859] GHES: HEST is not enabled!\n[ 0.576486] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.607599] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.610811] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.638190] Linux agpgart interface v0.103\n[ 0.640434] brd: module loaded\n[ 0.641769] loop: module loaded\n[ 0.645870] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647473] GPT:90111 != 2097151\n[ 0.648233] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649511] GPT:90111 != 2097151\n[ 0.650276] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651398] vda: vda1 vda15\n[ 0.653003] scsi host0: ata_piix\n[ 0.653975] scsi host1: ata_piix\n[ 0.654858] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.656527] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.658305] libphy: Fixed MDIO Bus: probed\n[ 0.659349] tun: Universal TUN/TAP device driver, 1.6\n[ 0.660494] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663000] PPP generic driver version 2.4.2\n[ 0.664093] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665625] ehci-pci: EHCI PCI platform driver\n[ 0.666680] ehci-platform: EHCI generic platform driver\n[ 0.667872] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.669398] ohci-pci: OHCI PCI platform driver\n[ 0.670451] ohci-platform: OHCI generic platform driver\n[ 0.671671] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686355] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687652] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.689486] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.690712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.692037] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.693770] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.695467] usb usb1: Product: UHCI Host Controller\n[ 0.696728] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698135] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699231] hub 1-0:1.0: USB hub found\n[ 0.700220] hub 1-0:1.0: 2 ports detected\n[ 0.701275] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703718] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704891] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706221] mousedev: PS/2 mouse device common for all mice\n[ 0.707735] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.709923] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711217] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.712791] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714358] i2c /dev entries driver\n[ 0.715285] device-mapper: uevent: version 1.0.3\n[ 0.716406] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718273] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.719651] NET: Registered protocol family 10\n[ 0.720698] NET: Registered protocol family 17\n[ 0.721634] Key type dns_resolver registered\n[ 0.722606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.723785] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.725736] registered taskstats version 1\n[ 0.726642] Loading compiled-in X.509 certificates\n[ 0.728203] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.730274] zswap: loaded using pool lzo/zbud\n[ 0.731729] Key type trusted registered\n[ 0.733479] Key type encrypted registered\n[ 0.734407] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735548] ima: No TPM chip found, activating TPM-bypass!\n[ 0.736785] evm: HMAC attrs: 0x1\n[ 0.737777] Magic number: 6:331:683\n[ 0.738690] rtc_cmos 00:00: setting system clock to 2018-10-12 12:41:12 UTC (1539348072)\n[ 0.740521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.741938] EDD information not available.\n[ 0.812616] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814181] ata1.00: configured for MWDMA2\n[ 0.815635] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.828490] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.830047] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.831851] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.834278] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.836625] Write protecting the kernel read-only data: 14336k\n[ 0.838812] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.841475] 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.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... [ 1.284152] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.11...\nLease of 10.10.11.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.87s]\nping 10.10.11.12 OK\nping 10.10.11.12 OK\nping 10.10.11.12 OK\nping 10.10.11.12 OK\n"} 2018-10-12 12:42:55,839 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/4606f499-c5e3-4f4e-b932-a8b424374cba/action used request id req-6745aae1-d2ef-4201-9c8a-8b2f57b512ca 2018-10-12 12:42:57,845 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de06588406a9013c912172525334d7d2a7dc587e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:42:58,910 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:42:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-19d546a5-406d-4129-8643-89593367d1c1 x-compute-request-id: req-19d546a5-406d-4129-8643-89593367d1c1 Content-Encoding: gzip Content-Length: 8107 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 612044834 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.134481] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.136130] pid_max: default: 32768 minimum: 301\n[ 0.137015] ACPI: Core revision 20150930\n[ 0.138421] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139716] Security Framework initialized\n[ 0.140516] Yama: becoming mindful.\n[ 0.141232] AppArmor: AppArmor initialized\n[ 0.142110] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143424] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144667] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145916] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147276] Initializing cgroup subsys io\n[ 0.148070] Initializing cgroup subsys memory\n[ 0.148914] Initializing cgroup subsys devices\n[ 0.149797] Initializing cgroup subsys freezer\n[ 0.150658] Initializing cgroup subsys net_cls\n[ 0.151506] Initializing cgroup subsys perf_event\n[ 0.152399] Initializing cgroup subsys net_prio\n[ 0.153265] Initializing cgroup subsys hugetlb\n[ 0.154149] Initializing cgroup subsys pids\n[ 0.155006] CPU: Physical Processor ID: 0\n[ 0.156471] mce: CPU supports 10 MCE banks\n[ 0.157303] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158317] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168778] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175085] ftrace: allocating 31920 entries in 125 pages\n[ 0.200899] smpboot: Max logical packages: 1\n[ 0.201774] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203114] x2apic enabled\n[ 0.203924] Switched APIC routing to physical x2apic.\n[ 0.205688] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206815] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208799] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210574] KVM setup paravirtual spinlock\n[ 0.211890] x86: Booted up 1 node, 1 CPUs\n[ 0.212689] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.214051] devtmpfs: initialized\n[ 0.215744] evm: security.selinux\n[ 0.216446] evm: security.SMACK64\n[ 0.217153] evm: security.SMACK64EXEC\n[ 0.217905] evm: security.SMACK64TRANSMUTE\n[ 0.218734] evm: security.SMACK64MMAP\n[ 0.219477] evm: security.ima\n[ 0.220135] evm: security.capability\n[ 0.220935] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222809] pinctrl core: initialized pinctrl subsystem\n[ 0.223906] RTC time: 12:41:24, date: 10/12/18\n[ 0.224853] NET: Registered protocol family 16\n[ 0.225846] cpuidle: using governor ladder\n[ 0.226664] cpuidle: using governor menu\n[ 0.227439] PCCT header not found.\n[ 0.228183] ACPI: bus type PCI registered\n[ 0.228976] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230184] PCI: Using configuration type 1 for base access\n[ 0.231908] ACPI: Added _OSI(Module Device)\n[ 0.232741] ACPI: Added _OSI(Processor Device)\n[ 0.233581] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234479] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236550] ACPI: Interpreter enabled\n[ 0.237319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239145] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240968] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242786] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244610] ACPI: (supports S0 S5)\n[ 0.245311] ACPI: Using IOAPIC for interrupt routing\n[ 0.246264] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249300] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250437] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251652] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252845] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255056] acpiphp: Slot [3] registered\n[ 0.255851] acpiphp: Slot [4] registered\n[ 0.256627] acpiphp: Slot [5] registered\n[ 0.257422] acpiphp: Slot [6] registered\n[ 0.258211] acpiphp: Slot [7] registered\n[ 0.259015] acpiphp: Slot [8] registered\n[ 0.259808] acpiphp: Slot [9] registered\n[ 0.260588] acpiphp: Slot [10] registered\n[ 0.261382] acpiphp: Slot [11] registered\n[ 0.262221] acpiphp: Slot [12] registered\n[ 0.263068] acpiphp: Slot [13] registered\n[ 0.263860] acpiphp: Slot [14] registered\n[ 0.264652] acpiphp: Slot [15] registered\n[ 0.275500] acpiphp: Slot [16] registered\n[ 0.276339] acpiphp: Slot [17] registered\n[ 0.277134] acpiphp: Slot [18] registered\n[ 0.277929] acpiphp: Slot [19] registered\n[ 0.278724] acpiphp: Slot [20] registered\n[ 0.279524] acpiphp: Slot [21] registered\n[ 0.280332] acpiphp: Slot [22] registered\n[ 0.281133] acpiphp: Slot [23] registered\n[ 0.281972] acpiphp: Slot [24] registered\n[ 0.282796] acpiphp: Slot [25] registered\n[ 0.283605] acpiphp: Slot [26] registered\n[ 0.284434] acpiphp: Slot [27] registered\n[ 0.285260] acpiphp: Slot [28] registered\n[ 0.286090] acpiphp: Slot [29] registered\n[ 0.286906] acpiphp: Slot [30] registered\n[ 0.287730] acpiphp: Slot [31] registered\n[ 0.288543] PCI host bridge to bus 0000:00\n[ 0.289368] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290611] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291858] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293300] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294769] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301042] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302315] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304746] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311590] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361285] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362779] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364193] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365578] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366952] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368903] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370029] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371064] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372621] vgaarb: loaded\n[ 0.373242] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374354] SCSI subsystem initialized\n[ 0.375158] ACPI: bus type USB registered\n[ 0.375955] usbcore: registered new interface driver usbfs\n[ 0.376964] usbcore: registered new interface driver hub\n[ 0.377949] usbcore: registered new device driver usb\n[ 0.378982] PCI: Using ACPI for IRQ routing\n[ 0.379975] NetLabel: Initializing\n[ 0.380671] NetLabel: domain hash size = 128\n[ 0.381505] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382437] NetLabel: unlabeled traffic allowed by default\n[ 0.383506] clocksource: Switched to clocksource kvm-clock\n[ 0.388982] AppArmor: AppArmor Filesystem Enabled\n[ 0.389936] pnp: PnP ACPI init\n[ 0.390854] pnp: PnP ACPI: found 5 devices\n[ 0.397219] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398894] NET: Registered protocol family 2\n[ 0.399836] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401079] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402226] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403361] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404421] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405584] NET: Registered protocol family 1\n[ 0.406437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408573] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422543] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436647] Trying to unpack rootfs image as initramfs...\n[ 0.485306] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499048] Scanning for low memory corruption every 60 seconds\n[ 0.500447] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501656] audit: initializing netlink subsys (disabled)\n[ 0.502763] audit: type=2000 audit(1539348085.008:1): initialized\n[ 0.504142] Initialise system trusted keyring\n[ 0.505122] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506309] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508276] zbud: loaded\n[ 0.508993] VFS: Disk quotas dquot_6.6.0\n[ 0.509832] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511374] fuse init (API version 7.23)\n[ 0.512299] Key type big_key registered\n[ 0.513133] Allocating IMA MOK and blacklist keyrings.\n[ 0.514271] Key type asymmetric registered\n[ 0.515124] Asymmetric key parser 'x509' registered\n[ 0.516119] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517636] io scheduler noop registered\n[ 0.518456] io scheduler deadline registered (default)\n[ 0.519478] io scheduler cfq registered\n[ 0.520384] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521469] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523134] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524641] ACPI: Power Button [PWRF]\n[ 0.525503] GHES: HEST is not enabled!\n[ 0.548471] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585089] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614352] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616728] Linux agpgart interface v0.103\n[ 0.618942] brd: module loaded\n[ 0.620256] loop: module loaded\n[ 0.625742] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627637] GPT:90111 != 2097151\n[ 0.628430] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629846] GPT:90111 != 2097151\n[ 0.630667] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631800] vda: vda1 vda15\n[ 0.633588] scsi host0: ata_piix\n[ 0.634447] scsi host1: ata_piix\n[ 0.635264] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638558] libphy: Fixed MDIO Bus: probed\n[ 0.639499] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640641] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643103] PPP generic driver version 2.4.2\n[ 0.644239] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645443] ehci-pci: EHCI PCI platform driver\n[ 0.646320] ehci-platform: EHCI generic platform driver\n[ 0.647335] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648479] ohci-pci: OHCI PCI platform driver\n[ 0.649365] ohci-platform: OHCI generic platform driver\n[ 0.650361] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664906] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667423] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668473] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669607] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670840] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672272] usb usb1: Product: UHCI Host Controller\n[ 0.673216] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674365] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675433] hub 1-0:1.0: USB hub found\n[ 0.676227] hub 1-0:1.0: 2 ports detected\n[ 0.677158] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679318] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680296] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681340] mousedev: PS/2 mouse device common for all mice\n[ 0.682600] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684467] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685571] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686780] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687981] i2c /dev entries driver\n[ 0.688750] device-mapper: uevent: version 1.0.3\n[ 0.689708] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691365] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692717] NET: Registered protocol family 10\n[ 0.693753] NET: Registered protocol family 17\n[ 0.694661] Key type dns_resolver registered\n[ 0.695629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696759] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698554] registered taskstats version 1\n[ 0.699406] Loading compiled-in X.509 certificates\n[ 0.700880] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702768] zswap: loaded using pool lzo/zbud\n[ 0.704209] Key type trusted registered\n[ 0.705794] Key type encrypted registered\n[ 0.706633] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707698] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708764] evm: HMAC attrs: 0x1\n[ 0.709716] Magic number: 6:331:683\n[ 0.710581] rtc_cmos 00:00: setting system clock to 2018-10-12 12:41:25 UTC (1539348085)\n[ 0.712218] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.713368] EDD information not available.\n[ 0.792099] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.793617] ata1.00: configured for MWDMA2\n[ 0.794857] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.807721] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808974] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810239] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812148] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.813699] Write protecting the kernel read-only data: 14336k\n[ 0.815285] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817144] 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.30\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.506644] 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.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.68s]\nping 10.10.10.13 OK\nping 10.10.10.14 OK\n"} 2018-10-12 12:42:58,911 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a/action used request id req-19d546a5-406d-4129-8643-89593367d1c1 2018-10-12 12:42:58,912 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.5) to 'sdnvpn-4-2' (10.10.10.13). -->Expected result: can ping. 2018-10-12 12:42:58,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de06588406a9013c912172525334d7d2a7dc587e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:42:59,983 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-c0c6a0f9-7770-4b10-8dd6-335ddceda588 x-compute-request-id: req-c0c6a0f9-7770-4b10-8dd6-335ddceda588 Content-Encoding: gzip Content-Length: 8107 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 612044834 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.134481] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.136130] pid_max: default: 32768 minimum: 301\n[ 0.137015] ACPI: Core revision 20150930\n[ 0.138421] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139716] Security Framework initialized\n[ 0.140516] Yama: becoming mindful.\n[ 0.141232] AppArmor: AppArmor initialized\n[ 0.142110] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143424] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144667] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145916] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147276] Initializing cgroup subsys io\n[ 0.148070] Initializing cgroup subsys memory\n[ 0.148914] Initializing cgroup subsys devices\n[ 0.149797] Initializing cgroup subsys freezer\n[ 0.150658] Initializing cgroup subsys net_cls\n[ 0.151506] Initializing cgroup subsys perf_event\n[ 0.152399] Initializing cgroup subsys net_prio\n[ 0.153265] Initializing cgroup subsys hugetlb\n[ 0.154149] Initializing cgroup subsys pids\n[ 0.155006] CPU: Physical Processor ID: 0\n[ 0.156471] mce: CPU supports 10 MCE banks\n[ 0.157303] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158317] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168778] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175085] ftrace: allocating 31920 entries in 125 pages\n[ 0.200899] smpboot: Max logical packages: 1\n[ 0.201774] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203114] x2apic enabled\n[ 0.203924] Switched APIC routing to physical x2apic.\n[ 0.205688] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206815] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208799] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210574] KVM setup paravirtual spinlock\n[ 0.211890] x86: Booted up 1 node, 1 CPUs\n[ 0.212689] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.214051] devtmpfs: initialized\n[ 0.215744] evm: security.selinux\n[ 0.216446] evm: security.SMACK64\n[ 0.217153] evm: security.SMACK64EXEC\n[ 0.217905] evm: security.SMACK64TRANSMUTE\n[ 0.218734] evm: security.SMACK64MMAP\n[ 0.219477] evm: security.ima\n[ 0.220135] evm: security.capability\n[ 0.220935] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222809] pinctrl core: initialized pinctrl subsystem\n[ 0.223906] RTC time: 12:41:24, date: 10/12/18\n[ 0.224853] NET: Registered protocol family 16\n[ 0.225846] cpuidle: using governor ladder\n[ 0.226664] cpuidle: using governor menu\n[ 0.227439] PCCT header not found.\n[ 0.228183] ACPI: bus type PCI registered\n[ 0.228976] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230184] PCI: Using configuration type 1 for base access\n[ 0.231908] ACPI: Added _OSI(Module Device)\n[ 0.232741] ACPI: Added _OSI(Processor Device)\n[ 0.233581] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234479] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236550] ACPI: Interpreter enabled\n[ 0.237319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239145] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240968] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242786] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244610] ACPI: (supports S0 S5)\n[ 0.245311] ACPI: Using IOAPIC for interrupt routing\n[ 0.246264] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249300] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250437] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251652] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252845] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255056] acpiphp: Slot [3] registered\n[ 0.255851] acpiphp: Slot [4] registered\n[ 0.256627] acpiphp: Slot [5] registered\n[ 0.257422] acpiphp: Slot [6] registered\n[ 0.258211] acpiphp: Slot [7] registered\n[ 0.259015] acpiphp: Slot [8] registered\n[ 0.259808] acpiphp: Slot [9] registered\n[ 0.260588] acpiphp: Slot [10] registered\n[ 0.261382] acpiphp: Slot [11] registered\n[ 0.262221] acpiphp: Slot [12] registered\n[ 0.263068] acpiphp: Slot [13] registered\n[ 0.263860] acpiphp: Slot [14] registered\n[ 0.264652] acpiphp: Slot [15] registered\n[ 0.275500] acpiphp: Slot [16] registered\n[ 0.276339] acpiphp: Slot [17] registered\n[ 0.277134] acpiphp: Slot [18] registered\n[ 0.277929] acpiphp: Slot [19] registered\n[ 0.278724] acpiphp: Slot [20] registered\n[ 0.279524] acpiphp: Slot [21] registered\n[ 0.280332] acpiphp: Slot [22] registered\n[ 0.281133] acpiphp: Slot [23] registered\n[ 0.281972] acpiphp: Slot [24] registered\n[ 0.282796] acpiphp: Slot [25] registered\n[ 0.283605] acpiphp: Slot [26] registered\n[ 0.284434] acpiphp: Slot [27] registered\n[ 0.285260] acpiphp: Slot [28] registered\n[ 0.286090] acpiphp: Slot [29] registered\n[ 0.286906] acpiphp: Slot [30] registered\n[ 0.287730] acpiphp: Slot [31] registered\n[ 0.288543] PCI host bridge to bus 0000:00\n[ 0.289368] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290611] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291858] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293300] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294769] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301042] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302315] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304746] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311590] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361285] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362779] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364193] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365578] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366952] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368903] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370029] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371064] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372621] vgaarb: loaded\n[ 0.373242] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374354] SCSI subsystem initialized\n[ 0.375158] ACPI: bus type USB registered\n[ 0.375955] usbcore: registered new interface driver usbfs\n[ 0.376964] usbcore: registered new interface driver hub\n[ 0.377949] usbcore: registered new device driver usb\n[ 0.378982] PCI: Using ACPI for IRQ routing\n[ 0.379975] NetLabel: Initializing\n[ 0.380671] NetLabel: domain hash size = 128\n[ 0.381505] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382437] NetLabel: unlabeled traffic allowed by default\n[ 0.383506] clocksource: Switched to clocksource kvm-clock\n[ 0.388982] AppArmor: AppArmor Filesystem Enabled\n[ 0.389936] pnp: PnP ACPI init\n[ 0.390854] pnp: PnP ACPI: found 5 devices\n[ 0.397219] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398894] NET: Registered protocol family 2\n[ 0.399836] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401079] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402226] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403361] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404421] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405584] NET: Registered protocol family 1\n[ 0.406437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408573] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422543] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436647] Trying to unpack rootfs image as initramfs...\n[ 0.485306] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499048] Scanning for low memory corruption every 60 seconds\n[ 0.500447] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501656] audit: initializing netlink subsys (disabled)\n[ 0.502763] audit: type=2000 audit(1539348085.008:1): initialized\n[ 0.504142] Initialise system trusted keyring\n[ 0.505122] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506309] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508276] zbud: loaded\n[ 0.508993] VFS: Disk quotas dquot_6.6.0\n[ 0.509832] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511374] fuse init (API version 7.23)\n[ 0.512299] Key type big_key registered\n[ 0.513133] Allocating IMA MOK and blacklist keyrings.\n[ 0.514271] Key type asymmetric registered\n[ 0.515124] Asymmetric key parser 'x509' registered\n[ 0.516119] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517636] io scheduler noop registered\n[ 0.518456] io scheduler deadline registered (default)\n[ 0.519478] io scheduler cfq registered\n[ 0.520384] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521469] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523134] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524641] ACPI: Power Button [PWRF]\n[ 0.525503] GHES: HEST is not enabled!\n[ 0.548471] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585089] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614352] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616728] Linux agpgart interface v0.103\n[ 0.618942] brd: module loaded\n[ 0.620256] loop: module loaded\n[ 0.625742] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627637] GPT:90111 != 2097151\n[ 0.628430] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629846] GPT:90111 != 2097151\n[ 0.630667] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631800] vda: vda1 vda15\n[ 0.633588] scsi host0: ata_piix\n[ 0.634447] scsi host1: ata_piix\n[ 0.635264] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638558] libphy: Fixed MDIO Bus: probed\n[ 0.639499] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640641] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643103] PPP generic driver version 2.4.2\n[ 0.644239] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645443] ehci-pci: EHCI PCI platform driver\n[ 0.646320] ehci-platform: EHCI generic platform driver\n[ 0.647335] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648479] ohci-pci: OHCI PCI platform driver\n[ 0.649365] ohci-platform: OHCI generic platform driver\n[ 0.650361] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664906] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667423] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668473] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669607] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670840] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672272] usb usb1: Product: UHCI Host Controller\n[ 0.673216] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674365] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675433] hub 1-0:1.0: USB hub found\n[ 0.676227] hub 1-0:1.0: 2 ports detected\n[ 0.677158] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679318] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680296] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681340] mousedev: PS/2 mouse device common for all mice\n[ 0.682600] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684467] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685571] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686780] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687981] i2c /dev entries driver\n[ 0.688750] device-mapper: uevent: version 1.0.3\n[ 0.689708] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691365] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692717] NET: Registered protocol family 10\n[ 0.693753] NET: Registered protocol family 17\n[ 0.694661] Key type dns_resolver registered\n[ 0.695629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696759] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698554] registered taskstats version 1\n[ 0.699406] Loading compiled-in X.509 certificates\n[ 0.700880] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702768] zswap: loaded using pool lzo/zbud\n[ 0.704209] Key type trusted registered\n[ 0.705794] Key type encrypted registered\n[ 0.706633] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707698] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708764] evm: HMAC attrs: 0x1\n[ 0.709716] Magic number: 6:331:683\n[ 0.710581] rtc_cmos 00:00: setting system clock to 2018-10-12 12:41:25 UTC (1539348085)\n[ 0.712218] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.713368] EDD information not available.\n[ 0.792099] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.793617] ata1.00: configured for MWDMA2\n[ 0.794857] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.807721] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808974] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810239] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812148] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.813699] Write protecting the kernel read-only data: 14336k\n[ 0.815285] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817144] 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.30\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.506644] 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.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.68s]\nping 10.10.10.13 OK\nping 10.10.10.14 OK\n"} 2018-10-12 12:42:59,983 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a/action used request id req-c0c6a0f9-7770-4b10-8dd6-335ddceda588 2018-10-12 12:42:59,984 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' can ping 'sdnvpn-4-2' 2018-10-12 12:42:59,987 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de06588406a9013c912172525334d7d2a7dc587e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:43:01,056 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-30fba9e3-527a-4ded-b784-9635a6a42791 x-compute-request-id: req-30fba9e3-527a-4ded-b784-9635a6a42791 Content-Encoding: gzip Content-Length: 8107 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 612044834 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.134481] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.136130] pid_max: default: 32768 minimum: 301\n[ 0.137015] ACPI: Core revision 20150930\n[ 0.138421] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139716] Security Framework initialized\n[ 0.140516] Yama: becoming mindful.\n[ 0.141232] AppArmor: AppArmor initialized\n[ 0.142110] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143424] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144667] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145916] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147276] Initializing cgroup subsys io\n[ 0.148070] Initializing cgroup subsys memory\n[ 0.148914] Initializing cgroup subsys devices\n[ 0.149797] Initializing cgroup subsys freezer\n[ 0.150658] Initializing cgroup subsys net_cls\n[ 0.151506] Initializing cgroup subsys perf_event\n[ 0.152399] Initializing cgroup subsys net_prio\n[ 0.153265] Initializing cgroup subsys hugetlb\n[ 0.154149] Initializing cgroup subsys pids\n[ 0.155006] CPU: Physical Processor ID: 0\n[ 0.156471] mce: CPU supports 10 MCE banks\n[ 0.157303] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158317] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168778] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175085] ftrace: allocating 31920 entries in 125 pages\n[ 0.200899] smpboot: Max logical packages: 1\n[ 0.201774] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203114] x2apic enabled\n[ 0.203924] Switched APIC routing to physical x2apic.\n[ 0.205688] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206815] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208799] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210574] KVM setup paravirtual spinlock\n[ 0.211890] x86: Booted up 1 node, 1 CPUs\n[ 0.212689] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.214051] devtmpfs: initialized\n[ 0.215744] evm: security.selinux\n[ 0.216446] evm: security.SMACK64\n[ 0.217153] evm: security.SMACK64EXEC\n[ 0.217905] evm: security.SMACK64TRANSMUTE\n[ 0.218734] evm: security.SMACK64MMAP\n[ 0.219477] evm: security.ima\n[ 0.220135] evm: security.capability\n[ 0.220935] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222809] pinctrl core: initialized pinctrl subsystem\n[ 0.223906] RTC time: 12:41:24, date: 10/12/18\n[ 0.224853] NET: Registered protocol family 16\n[ 0.225846] cpuidle: using governor ladder\n[ 0.226664] cpuidle: using governor menu\n[ 0.227439] PCCT header not found.\n[ 0.228183] ACPI: bus type PCI registered\n[ 0.228976] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230184] PCI: Using configuration type 1 for base access\n[ 0.231908] ACPI: Added _OSI(Module Device)\n[ 0.232741] ACPI: Added _OSI(Processor Device)\n[ 0.233581] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234479] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236550] ACPI: Interpreter enabled\n[ 0.237319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239145] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240968] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242786] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244610] ACPI: (supports S0 S5)\n[ 0.245311] ACPI: Using IOAPIC for interrupt routing\n[ 0.246264] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249300] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250437] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251652] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252845] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255056] acpiphp: Slot [3] registered\n[ 0.255851] acpiphp: Slot [4] registered\n[ 0.256627] acpiphp: Slot [5] registered\n[ 0.257422] acpiphp: Slot [6] registered\n[ 0.258211] acpiphp: Slot [7] registered\n[ 0.259015] acpiphp: Slot [8] registered\n[ 0.259808] acpiphp: Slot [9] registered\n[ 0.260588] acpiphp: Slot [10] registered\n[ 0.261382] acpiphp: Slot [11] registered\n[ 0.262221] acpiphp: Slot [12] registered\n[ 0.263068] acpiphp: Slot [13] registered\n[ 0.263860] acpiphp: Slot [14] registered\n[ 0.264652] acpiphp: Slot [15] registered\n[ 0.275500] acpiphp: Slot [16] registered\n[ 0.276339] acpiphp: Slot [17] registered\n[ 0.277134] acpiphp: Slot [18] registered\n[ 0.277929] acpiphp: Slot [19] registered\n[ 0.278724] acpiphp: Slot [20] registered\n[ 0.279524] acpiphp: Slot [21] registered\n[ 0.280332] acpiphp: Slot [22] registered\n[ 0.281133] acpiphp: Slot [23] registered\n[ 0.281972] acpiphp: Slot [24] registered\n[ 0.282796] acpiphp: Slot [25] registered\n[ 0.283605] acpiphp: Slot [26] registered\n[ 0.284434] acpiphp: Slot [27] registered\n[ 0.285260] acpiphp: Slot [28] registered\n[ 0.286090] acpiphp: Slot [29] registered\n[ 0.286906] acpiphp: Slot [30] registered\n[ 0.287730] acpiphp: Slot [31] registered\n[ 0.288543] PCI host bridge to bus 0000:00\n[ 0.289368] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290611] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291858] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293300] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294769] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301042] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302315] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304746] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311590] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361285] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362779] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364193] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365578] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366952] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368903] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370029] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371064] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372621] vgaarb: loaded\n[ 0.373242] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374354] SCSI subsystem initialized\n[ 0.375158] ACPI: bus type USB registered\n[ 0.375955] usbcore: registered new interface driver usbfs\n[ 0.376964] usbcore: registered new interface driver hub\n[ 0.377949] usbcore: registered new device driver usb\n[ 0.378982] PCI: Using ACPI for IRQ routing\n[ 0.379975] NetLabel: Initializing\n[ 0.380671] NetLabel: domain hash size = 128\n[ 0.381505] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382437] NetLabel: unlabeled traffic allowed by default\n[ 0.383506] clocksource: Switched to clocksource kvm-clock\n[ 0.388982] AppArmor: AppArmor Filesystem Enabled\n[ 0.389936] pnp: PnP ACPI init\n[ 0.390854] pnp: PnP ACPI: found 5 devices\n[ 0.397219] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398894] NET: Registered protocol family 2\n[ 0.399836] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401079] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402226] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403361] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404421] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405584] NET: Registered protocol family 1\n[ 0.406437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408573] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422543] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436647] Trying to unpack rootfs image as initramfs...\n[ 0.485306] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499048] Scanning for low memory corruption every 60 seconds\n[ 0.500447] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501656] audit: initializing netlink subsys (disabled)\n[ 0.502763] audit: type=2000 audit(1539348085.008:1): initialized\n[ 0.504142] Initialise system trusted keyring\n[ 0.505122] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506309] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508276] zbud: loaded\n[ 0.508993] VFS: Disk quotas dquot_6.6.0\n[ 0.509832] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511374] fuse init (API version 7.23)\n[ 0.512299] Key type big_key registered\n[ 0.513133] Allocating IMA MOK and blacklist keyrings.\n[ 0.514271] Key type asymmetric registered\n[ 0.515124] Asymmetric key parser 'x509' registered\n[ 0.516119] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517636] io scheduler noop registered\n[ 0.518456] io scheduler deadline registered (default)\n[ 0.519478] io scheduler cfq registered\n[ 0.520384] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521469] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523134] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524641] ACPI: Power Button [PWRF]\n[ 0.525503] GHES: HEST is not enabled!\n[ 0.548471] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585089] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614352] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616728] Linux agpgart interface v0.103\n[ 0.618942] brd: module loaded\n[ 0.620256] loop: module loaded\n[ 0.625742] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627637] GPT:90111 != 2097151\n[ 0.628430] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629846] GPT:90111 != 2097151\n[ 0.630667] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631800] vda: vda1 vda15\n[ 0.633588] scsi host0: ata_piix\n[ 0.634447] scsi host1: ata_piix\n[ 0.635264] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638558] libphy: Fixed MDIO Bus: probed\n[ 0.639499] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640641] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643103] PPP generic driver version 2.4.2\n[ 0.644239] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645443] ehci-pci: EHCI PCI platform driver\n[ 0.646320] ehci-platform: EHCI generic platform driver\n[ 0.647335] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648479] ohci-pci: OHCI PCI platform driver\n[ 0.649365] ohci-platform: OHCI generic platform driver\n[ 0.650361] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664906] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667423] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668473] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669607] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670840] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672272] usb usb1: Product: UHCI Host Controller\n[ 0.673216] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674365] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675433] hub 1-0:1.0: USB hub found\n[ 0.676227] hub 1-0:1.0: 2 ports detected\n[ 0.677158] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679318] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680296] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681340] mousedev: PS/2 mouse device common for all mice\n[ 0.682600] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684467] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685571] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686780] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687981] i2c /dev entries driver\n[ 0.688750] device-mapper: uevent: version 1.0.3\n[ 0.689708] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691365] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692717] NET: Registered protocol family 10\n[ 0.693753] NET: Registered protocol family 17\n[ 0.694661] Key type dns_resolver registered\n[ 0.695629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696759] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698554] registered taskstats version 1\n[ 0.699406] Loading compiled-in X.509 certificates\n[ 0.700880] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702768] zswap: loaded using pool lzo/zbud\n[ 0.704209] Key type trusted registered\n[ 0.705794] Key type encrypted registered\n[ 0.706633] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707698] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708764] evm: HMAC attrs: 0x1\n[ 0.709716] Magic number: 6:331:683\n[ 0.710581] rtc_cmos 00:00: setting system clock to 2018-10-12 12:41:25 UTC (1539348085)\n[ 0.712218] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.713368] EDD information not available.\n[ 0.792099] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.793617] ata1.00: configured for MWDMA2\n[ 0.794857] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.807721] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808974] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810239] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812148] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.813699] Write protecting the kernel read-only data: 14336k\n[ 0.815285] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817144] 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.30\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.506644] 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.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.68s]\nping 10.10.10.13 OK\nping 10.10.10.14 OK\n"} 2018-10-12 12:43:01,057 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a/action used request id req-30fba9e3-527a-4ded-b784-9635a6a42791 2018-10-12 12:43:01,058 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.5) to 'sdnvpn-4-3' (10.10.10.14). -->Expected result: can ping. 2018-10-12 12:43:01,061 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de06588406a9013c912172525334d7d2a7dc587e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:43:02,182 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:43: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-ea81b385-705d-434c-a28a-e86e406210a8 x-compute-request-id: req-ea81b385-705d-434c-a28a-e86e406210a8 Content-Encoding: gzip Content-Length: 8107 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 612044834 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.134481] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.136130] pid_max: default: 32768 minimum: 301\n[ 0.137015] ACPI: Core revision 20150930\n[ 0.138421] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139716] Security Framework initialized\n[ 0.140516] Yama: becoming mindful.\n[ 0.141232] AppArmor: AppArmor initialized\n[ 0.142110] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143424] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144667] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145916] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147276] Initializing cgroup subsys io\n[ 0.148070] Initializing cgroup subsys memory\n[ 0.148914] Initializing cgroup subsys devices\n[ 0.149797] Initializing cgroup subsys freezer\n[ 0.150658] Initializing cgroup subsys net_cls\n[ 0.151506] Initializing cgroup subsys perf_event\n[ 0.152399] Initializing cgroup subsys net_prio\n[ 0.153265] Initializing cgroup subsys hugetlb\n[ 0.154149] Initializing cgroup subsys pids\n[ 0.155006] CPU: Physical Processor ID: 0\n[ 0.156471] mce: CPU supports 10 MCE banks\n[ 0.157303] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158317] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168778] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175085] ftrace: allocating 31920 entries in 125 pages\n[ 0.200899] smpboot: Max logical packages: 1\n[ 0.201774] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203114] x2apic enabled\n[ 0.203924] Switched APIC routing to physical x2apic.\n[ 0.205688] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206815] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208799] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210574] KVM setup paravirtual spinlock\n[ 0.211890] x86: Booted up 1 node, 1 CPUs\n[ 0.212689] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.214051] devtmpfs: initialized\n[ 0.215744] evm: security.selinux\n[ 0.216446] evm: security.SMACK64\n[ 0.217153] evm: security.SMACK64EXEC\n[ 0.217905] evm: security.SMACK64TRANSMUTE\n[ 0.218734] evm: security.SMACK64MMAP\n[ 0.219477] evm: security.ima\n[ 0.220135] evm: security.capability\n[ 0.220935] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222809] pinctrl core: initialized pinctrl subsystem\n[ 0.223906] RTC time: 12:41:24, date: 10/12/18\n[ 0.224853] NET: Registered protocol family 16\n[ 0.225846] cpuidle: using governor ladder\n[ 0.226664] cpuidle: using governor menu\n[ 0.227439] PCCT header not found.\n[ 0.228183] ACPI: bus type PCI registered\n[ 0.228976] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230184] PCI: Using configuration type 1 for base access\n[ 0.231908] ACPI: Added _OSI(Module Device)\n[ 0.232741] ACPI: Added _OSI(Processor Device)\n[ 0.233581] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234479] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236550] ACPI: Interpreter enabled\n[ 0.237319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239145] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240968] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242786] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244610] ACPI: (supports S0 S5)\n[ 0.245311] ACPI: Using IOAPIC for interrupt routing\n[ 0.246264] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249300] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250437] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251652] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252845] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255056] acpiphp: Slot [3] registered\n[ 0.255851] acpiphp: Slot [4] registered\n[ 0.256627] acpiphp: Slot [5] registered\n[ 0.257422] acpiphp: Slot [6] registered\n[ 0.258211] acpiphp: Slot [7] registered\n[ 0.259015] acpiphp: Slot [8] registered\n[ 0.259808] acpiphp: Slot [9] registered\n[ 0.260588] acpiphp: Slot [10] registered\n[ 0.261382] acpiphp: Slot [11] registered\n[ 0.262221] acpiphp: Slot [12] registered\n[ 0.263068] acpiphp: Slot [13] registered\n[ 0.263860] acpiphp: Slot [14] registered\n[ 0.264652] acpiphp: Slot [15] registered\n[ 0.275500] acpiphp: Slot [16] registered\n[ 0.276339] acpiphp: Slot [17] registered\n[ 0.277134] acpiphp: Slot [18] registered\n[ 0.277929] acpiphp: Slot [19] registered\n[ 0.278724] acpiphp: Slot [20] registered\n[ 0.279524] acpiphp: Slot [21] registered\n[ 0.280332] acpiphp: Slot [22] registered\n[ 0.281133] acpiphp: Slot [23] registered\n[ 0.281972] acpiphp: Slot [24] registered\n[ 0.282796] acpiphp: Slot [25] registered\n[ 0.283605] acpiphp: Slot [26] registered\n[ 0.284434] acpiphp: Slot [27] registered\n[ 0.285260] acpiphp: Slot [28] registered\n[ 0.286090] acpiphp: Slot [29] registered\n[ 0.286906] acpiphp: Slot [30] registered\n[ 0.287730] acpiphp: Slot [31] registered\n[ 0.288543] PCI host bridge to bus 0000:00\n[ 0.289368] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290611] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291858] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293300] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294769] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301042] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302315] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304746] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311590] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361285] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362779] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364193] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365578] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366952] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368903] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370029] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371064] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372621] vgaarb: loaded\n[ 0.373242] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374354] SCSI subsystem initialized\n[ 0.375158] ACPI: bus type USB registered\n[ 0.375955] usbcore: registered new interface driver usbfs\n[ 0.376964] usbcore: registered new interface driver hub\n[ 0.377949] usbcore: registered new device driver usb\n[ 0.378982] PCI: Using ACPI for IRQ routing\n[ 0.379975] NetLabel: Initializing\n[ 0.380671] NetLabel: domain hash size = 128\n[ 0.381505] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382437] NetLabel: unlabeled traffic allowed by default\n[ 0.383506] clocksource: Switched to clocksource kvm-clock\n[ 0.388982] AppArmor: AppArmor Filesystem Enabled\n[ 0.389936] pnp: PnP ACPI init\n[ 0.390854] pnp: PnP ACPI: found 5 devices\n[ 0.397219] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398894] NET: Registered protocol family 2\n[ 0.399836] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401079] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402226] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403361] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404421] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405584] NET: Registered protocol family 1\n[ 0.406437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408573] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422543] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436647] Trying to unpack rootfs image as initramfs...\n[ 0.485306] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499048] Scanning for low memory corruption every 60 seconds\n[ 0.500447] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501656] audit: initializing netlink subsys (disabled)\n[ 0.502763] audit: type=2000 audit(1539348085.008:1): initialized\n[ 0.504142] Initialise system trusted keyring\n[ 0.505122] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506309] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508276] zbud: loaded\n[ 0.508993] VFS: Disk quotas dquot_6.6.0\n[ 0.509832] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511374] fuse init (API version 7.23)\n[ 0.512299] Key type big_key registered\n[ 0.513133] Allocating IMA MOK and blacklist keyrings.\n[ 0.514271] Key type asymmetric registered\n[ 0.515124] Asymmetric key parser 'x509' registered\n[ 0.516119] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517636] io scheduler noop registered\n[ 0.518456] io scheduler deadline registered (default)\n[ 0.519478] io scheduler cfq registered\n[ 0.520384] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521469] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523134] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524641] ACPI: Power Button [PWRF]\n[ 0.525503] GHES: HEST is not enabled!\n[ 0.548471] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585089] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614352] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616728] Linux agpgart interface v0.103\n[ 0.618942] brd: module loaded\n[ 0.620256] loop: module loaded\n[ 0.625742] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627637] GPT:90111 != 2097151\n[ 0.628430] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629846] GPT:90111 != 2097151\n[ 0.630667] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631800] vda: vda1 vda15\n[ 0.633588] scsi host0: ata_piix\n[ 0.634447] scsi host1: ata_piix\n[ 0.635264] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638558] libphy: Fixed MDIO Bus: probed\n[ 0.639499] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640641] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643103] PPP generic driver version 2.4.2\n[ 0.644239] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645443] ehci-pci: EHCI PCI platform driver\n[ 0.646320] ehci-platform: EHCI generic platform driver\n[ 0.647335] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648479] ohci-pci: OHCI PCI platform driver\n[ 0.649365] ohci-platform: OHCI generic platform driver\n[ 0.650361] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664906] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667423] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668473] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669607] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670840] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672272] usb usb1: Product: UHCI Host Controller\n[ 0.673216] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674365] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675433] hub 1-0:1.0: USB hub found\n[ 0.676227] hub 1-0:1.0: 2 ports detected\n[ 0.677158] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679318] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680296] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681340] mousedev: PS/2 mouse device common for all mice\n[ 0.682600] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684467] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685571] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686780] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687981] i2c /dev entries driver\n[ 0.688750] device-mapper: uevent: version 1.0.3\n[ 0.689708] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691365] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692717] NET: Registered protocol family 10\n[ 0.693753] NET: Registered protocol family 17\n[ 0.694661] Key type dns_resolver registered\n[ 0.695629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696759] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698554] registered taskstats version 1\n[ 0.699406] Loading compiled-in X.509 certificates\n[ 0.700880] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702768] zswap: loaded using pool lzo/zbud\n[ 0.704209] Key type trusted registered\n[ 0.705794] Key type encrypted registered\n[ 0.706633] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707698] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708764] evm: HMAC attrs: 0x1\n[ 0.709716] Magic number: 6:331:683\n[ 0.710581] rtc_cmos 00:00: setting system clock to 2018-10-12 12:41:25 UTC (1539348085)\n[ 0.712218] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.713368] EDD information not available.\n[ 0.792099] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.793617] ata1.00: configured for MWDMA2\n[ 0.794857] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.807721] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808974] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810239] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812148] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.813699] Write protecting the kernel read-only data: 14336k\n[ 0.815285] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817144] 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.30\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.506644] 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.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.68s]\nping 10.10.10.13 OK\nping 10.10.10.14 OK\n"} 2018-10-12 12:43:02,183 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a/action used request id req-ea81b385-705d-434c-a28a-e86e406210a8 2018-10-12 12:43:02,184 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' can ping 'sdnvpn-4-3' 2018-10-12 12:43:02,187 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de06588406a9013c912172525334d7d2a7dc587e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:43:03,254 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:43: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-c987d776-46f3-4b19-94c6-c4cb811e5581 x-compute-request-id: req-c987d776-46f3-4b19-94c6-c4cb811e5581 Content-Encoding: gzip Content-Length: 8107 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 612044834 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.134481] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.136130] pid_max: default: 32768 minimum: 301\n[ 0.137015] ACPI: Core revision 20150930\n[ 0.138421] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139716] Security Framework initialized\n[ 0.140516] Yama: becoming mindful.\n[ 0.141232] AppArmor: AppArmor initialized\n[ 0.142110] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143424] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144667] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145916] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147276] Initializing cgroup subsys io\n[ 0.148070] Initializing cgroup subsys memory\n[ 0.148914] Initializing cgroup subsys devices\n[ 0.149797] Initializing cgroup subsys freezer\n[ 0.150658] Initializing cgroup subsys net_cls\n[ 0.151506] Initializing cgroup subsys perf_event\n[ 0.152399] Initializing cgroup subsys net_prio\n[ 0.153265] Initializing cgroup subsys hugetlb\n[ 0.154149] Initializing cgroup subsys pids\n[ 0.155006] CPU: Physical Processor ID: 0\n[ 0.156471] mce: CPU supports 10 MCE banks\n[ 0.157303] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158317] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168778] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175085] ftrace: allocating 31920 entries in 125 pages\n[ 0.200899] smpboot: Max logical packages: 1\n[ 0.201774] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203114] x2apic enabled\n[ 0.203924] Switched APIC routing to physical x2apic.\n[ 0.205688] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206815] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208799] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210574] KVM setup paravirtual spinlock\n[ 0.211890] x86: Booted up 1 node, 1 CPUs\n[ 0.212689] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.214051] devtmpfs: initialized\n[ 0.215744] evm: security.selinux\n[ 0.216446] evm: security.SMACK64\n[ 0.217153] evm: security.SMACK64EXEC\n[ 0.217905] evm: security.SMACK64TRANSMUTE\n[ 0.218734] evm: security.SMACK64MMAP\n[ 0.219477] evm: security.ima\n[ 0.220135] evm: security.capability\n[ 0.220935] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222809] pinctrl core: initialized pinctrl subsystem\n[ 0.223906] RTC time: 12:41:24, date: 10/12/18\n[ 0.224853] NET: Registered protocol family 16\n[ 0.225846] cpuidle: using governor ladder\n[ 0.226664] cpuidle: using governor menu\n[ 0.227439] PCCT header not found.\n[ 0.228183] ACPI: bus type PCI registered\n[ 0.228976] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230184] PCI: Using configuration type 1 for base access\n[ 0.231908] ACPI: Added _OSI(Module Device)\n[ 0.232741] ACPI: Added _OSI(Processor Device)\n[ 0.233581] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234479] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236550] ACPI: Interpreter enabled\n[ 0.237319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239145] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240968] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242786] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244610] ACPI: (supports S0 S5)\n[ 0.245311] ACPI: Using IOAPIC for interrupt routing\n[ 0.246264] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249300] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250437] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251652] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252845] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255056] acpiphp: Slot [3] registered\n[ 0.255851] acpiphp: Slot [4] registered\n[ 0.256627] acpiphp: Slot [5] registered\n[ 0.257422] acpiphp: Slot [6] registered\n[ 0.258211] acpiphp: Slot [7] registered\n[ 0.259015] acpiphp: Slot [8] registered\n[ 0.259808] acpiphp: Slot [9] registered\n[ 0.260588] acpiphp: Slot [10] registered\n[ 0.261382] acpiphp: Slot [11] registered\n[ 0.262221] acpiphp: Slot [12] registered\n[ 0.263068] acpiphp: Slot [13] registered\n[ 0.263860] acpiphp: Slot [14] registered\n[ 0.264652] acpiphp: Slot [15] registered\n[ 0.275500] acpiphp: Slot [16] registered\n[ 0.276339] acpiphp: Slot [17] registered\n[ 0.277134] acpiphp: Slot [18] registered\n[ 0.277929] acpiphp: Slot [19] registered\n[ 0.278724] acpiphp: Slot [20] registered\n[ 0.279524] acpiphp: Slot [21] registered\n[ 0.280332] acpiphp: Slot [22] registered\n[ 0.281133] acpiphp: Slot [23] registered\n[ 0.281972] acpiphp: Slot [24] registered\n[ 0.282796] acpiphp: Slot [25] registered\n[ 0.283605] acpiphp: Slot [26] registered\n[ 0.284434] acpiphp: Slot [27] registered\n[ 0.285260] acpiphp: Slot [28] registered\n[ 0.286090] acpiphp: Slot [29] registered\n[ 0.286906] acpiphp: Slot [30] registered\n[ 0.287730] acpiphp: Slot [31] registered\n[ 0.288543] PCI host bridge to bus 0000:00\n[ 0.289368] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290611] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291858] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293300] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294769] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301042] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302315] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304746] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311590] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361285] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362779] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364193] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365578] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366952] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368903] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370029] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371064] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372621] vgaarb: loaded\n[ 0.373242] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374354] SCSI subsystem initialized\n[ 0.375158] ACPI: bus type USB registered\n[ 0.375955] usbcore: registered new interface driver usbfs\n[ 0.376964] usbcore: registered new interface driver hub\n[ 0.377949] usbcore: registered new device driver usb\n[ 0.378982] PCI: Using ACPI for IRQ routing\n[ 0.379975] NetLabel: Initializing\n[ 0.380671] NetLabel: domain hash size = 128\n[ 0.381505] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382437] NetLabel: unlabeled traffic allowed by default\n[ 0.383506] clocksource: Switched to clocksource kvm-clock\n[ 0.388982] AppArmor: AppArmor Filesystem Enabled\n[ 0.389936] pnp: PnP ACPI init\n[ 0.390854] pnp: PnP ACPI: found 5 devices\n[ 0.397219] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398894] NET: Registered protocol family 2\n[ 0.399836] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401079] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402226] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403361] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404421] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405584] NET: Registered protocol family 1\n[ 0.406437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408573] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422543] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436647] Trying to unpack rootfs image as initramfs...\n[ 0.485306] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499048] Scanning for low memory corruption every 60 seconds\n[ 0.500447] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501656] audit: initializing netlink subsys (disabled)\n[ 0.502763] audit: type=2000 audit(1539348085.008:1): initialized\n[ 0.504142] Initialise system trusted keyring\n[ 0.505122] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506309] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508276] zbud: loaded\n[ 0.508993] VFS: Disk quotas dquot_6.6.0\n[ 0.509832] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511374] fuse init (API version 7.23)\n[ 0.512299] Key type big_key registered\n[ 0.513133] Allocating IMA MOK and blacklist keyrings.\n[ 0.514271] Key type asymmetric registered\n[ 0.515124] Asymmetric key parser 'x509' registered\n[ 0.516119] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517636] io scheduler noop registered\n[ 0.518456] io scheduler deadline registered (default)\n[ 0.519478] io scheduler cfq registered\n[ 0.520384] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521469] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523134] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524641] ACPI: Power Button [PWRF]\n[ 0.525503] GHES: HEST is not enabled!\n[ 0.548471] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585089] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614352] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616728] Linux agpgart interface v0.103\n[ 0.618942] brd: module loaded\n[ 0.620256] loop: module loaded\n[ 0.625742] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627637] GPT:90111 != 2097151\n[ 0.628430] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629846] GPT:90111 != 2097151\n[ 0.630667] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631800] vda: vda1 vda15\n[ 0.633588] scsi host0: ata_piix\n[ 0.634447] scsi host1: ata_piix\n[ 0.635264] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638558] libphy: Fixed MDIO Bus: probed\n[ 0.639499] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640641] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643103] PPP generic driver version 2.4.2\n[ 0.644239] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645443] ehci-pci: EHCI PCI platform driver\n[ 0.646320] ehci-platform: EHCI generic platform driver\n[ 0.647335] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648479] ohci-pci: OHCI PCI platform driver\n[ 0.649365] ohci-platform: OHCI generic platform driver\n[ 0.650361] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664906] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667423] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668473] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669607] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670840] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672272] usb usb1: Product: UHCI Host Controller\n[ 0.673216] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674365] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675433] hub 1-0:1.0: USB hub found\n[ 0.676227] hub 1-0:1.0: 2 ports detected\n[ 0.677158] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679318] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680296] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681340] mousedev: PS/2 mouse device common for all mice\n[ 0.682600] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684467] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685571] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686780] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687981] i2c /dev entries driver\n[ 0.688750] device-mapper: uevent: version 1.0.3\n[ 0.689708] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691365] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692717] NET: Registered protocol family 10\n[ 0.693753] NET: Registered protocol family 17\n[ 0.694661] Key type dns_resolver registered\n[ 0.695629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696759] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698554] registered taskstats version 1\n[ 0.699406] Loading compiled-in X.509 certificates\n[ 0.700880] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702768] zswap: loaded using pool lzo/zbud\n[ 0.704209] Key type trusted registered\n[ 0.705794] Key type encrypted registered\n[ 0.706633] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707698] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708764] evm: HMAC attrs: 0x1\n[ 0.709716] Magic number: 6:331:683\n[ 0.710581] rtc_cmos 00:00: setting system clock to 2018-10-12 12:41:25 UTC (1539348085)\n[ 0.712218] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.713368] EDD information not available.\n[ 0.792099] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.793617] ata1.00: configured for MWDMA2\n[ 0.794857] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.807721] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808974] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810239] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812148] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.813699] Write protecting the kernel read-only data: 14336k\n[ 0.815285] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817144] 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.30\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.506644] 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.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.68s]\nping 10.10.10.13 OK\nping 10.10.10.14 OK\n"} 2018-10-12 12:43:03,255 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a/action used request id req-c987d776-46f3-4b19-94c6-c4cb811e5581 2018-10-12 12:43:03,255 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.5) to 'sdnvpn-4-4' (10.10.11.11). -->Expected result: cannot ping. 2018-10-12 12:43:03,258 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de06588406a9013c912172525334d7d2a7dc587e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:43:04,324 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:43: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-0eb603ed-8c2b-4543-aa92-57c3bc917a54 x-compute-request-id: req-0eb603ed-8c2b-4543-aa92-57c3bc917a54 Content-Encoding: gzip Content-Length: 8107 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 612044834 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.134481] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.136130] pid_max: default: 32768 minimum: 301\n[ 0.137015] ACPI: Core revision 20150930\n[ 0.138421] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139716] Security Framework initialized\n[ 0.140516] Yama: becoming mindful.\n[ 0.141232] AppArmor: AppArmor initialized\n[ 0.142110] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143424] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144667] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145916] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147276] Initializing cgroup subsys io\n[ 0.148070] Initializing cgroup subsys memory\n[ 0.148914] Initializing cgroup subsys devices\n[ 0.149797] Initializing cgroup subsys freezer\n[ 0.150658] Initializing cgroup subsys net_cls\n[ 0.151506] Initializing cgroup subsys perf_event\n[ 0.152399] Initializing cgroup subsys net_prio\n[ 0.153265] Initializing cgroup subsys hugetlb\n[ 0.154149] Initializing cgroup subsys pids\n[ 0.155006] CPU: Physical Processor ID: 0\n[ 0.156471] mce: CPU supports 10 MCE banks\n[ 0.157303] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158317] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168778] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175085] ftrace: allocating 31920 entries in 125 pages\n[ 0.200899] smpboot: Max logical packages: 1\n[ 0.201774] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203114] x2apic enabled\n[ 0.203924] Switched APIC routing to physical x2apic.\n[ 0.205688] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206815] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208799] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210574] KVM setup paravirtual spinlock\n[ 0.211890] x86: Booted up 1 node, 1 CPUs\n[ 0.212689] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.214051] devtmpfs: initialized\n[ 0.215744] evm: security.selinux\n[ 0.216446] evm: security.SMACK64\n[ 0.217153] evm: security.SMACK64EXEC\n[ 0.217905] evm: security.SMACK64TRANSMUTE\n[ 0.218734] evm: security.SMACK64MMAP\n[ 0.219477] evm: security.ima\n[ 0.220135] evm: security.capability\n[ 0.220935] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222809] pinctrl core: initialized pinctrl subsystem\n[ 0.223906] RTC time: 12:41:24, date: 10/12/18\n[ 0.224853] NET: Registered protocol family 16\n[ 0.225846] cpuidle: using governor ladder\n[ 0.226664] cpuidle: using governor menu\n[ 0.227439] PCCT header not found.\n[ 0.228183] ACPI: bus type PCI registered\n[ 0.228976] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230184] PCI: Using configuration type 1 for base access\n[ 0.231908] ACPI: Added _OSI(Module Device)\n[ 0.232741] ACPI: Added _OSI(Processor Device)\n[ 0.233581] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234479] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236550] ACPI: Interpreter enabled\n[ 0.237319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239145] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240968] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242786] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244610] ACPI: (supports S0 S5)\n[ 0.245311] ACPI: Using IOAPIC for interrupt routing\n[ 0.246264] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249300] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250437] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251652] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252845] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255056] acpiphp: Slot [3] registered\n[ 0.255851] acpiphp: Slot [4] registered\n[ 0.256627] acpiphp: Slot [5] registered\n[ 0.257422] acpiphp: Slot [6] registered\n[ 0.258211] acpiphp: Slot [7] registered\n[ 0.259015] acpiphp: Slot [8] registered\n[ 0.259808] acpiphp: Slot [9] registered\n[ 0.260588] acpiphp: Slot [10] registered\n[ 0.261382] acpiphp: Slot [11] registered\n[ 0.262221] acpiphp: Slot [12] registered\n[ 0.263068] acpiphp: Slot [13] registered\n[ 0.263860] acpiphp: Slot [14] registered\n[ 0.264652] acpiphp: Slot [15] registered\n[ 0.275500] acpiphp: Slot [16] registered\n[ 0.276339] acpiphp: Slot [17] registered\n[ 0.277134] acpiphp: Slot [18] registered\n[ 0.277929] acpiphp: Slot [19] registered\n[ 0.278724] acpiphp: Slot [20] registered\n[ 0.279524] acpiphp: Slot [21] registered\n[ 0.280332] acpiphp: Slot [22] registered\n[ 0.281133] acpiphp: Slot [23] registered\n[ 0.281972] acpiphp: Slot [24] registered\n[ 0.282796] acpiphp: Slot [25] registered\n[ 0.283605] acpiphp: Slot [26] registered\n[ 0.284434] acpiphp: Slot [27] registered\n[ 0.285260] acpiphp: Slot [28] registered\n[ 0.286090] acpiphp: Slot [29] registered\n[ 0.286906] acpiphp: Slot [30] registered\n[ 0.287730] acpiphp: Slot [31] registered\n[ 0.288543] PCI host bridge to bus 0000:00\n[ 0.289368] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290611] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291858] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293300] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294769] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301042] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302315] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304746] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311590] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361285] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362779] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364193] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365578] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366952] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368903] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370029] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371064] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372621] vgaarb: loaded\n[ 0.373242] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374354] SCSI subsystem initialized\n[ 0.375158] ACPI: bus type USB registered\n[ 0.375955] usbcore: registered new interface driver usbfs\n[ 0.376964] usbcore: registered new interface driver hub\n[ 0.377949] usbcore: registered new device driver usb\n[ 0.378982] PCI: Using ACPI for IRQ routing\n[ 0.379975] NetLabel: Initializing\n[ 0.380671] NetLabel: domain hash size = 128\n[ 0.381505] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382437] NetLabel: unlabeled traffic allowed by default\n[ 0.383506] clocksource: Switched to clocksource kvm-clock\n[ 0.388982] AppArmor: AppArmor Filesystem Enabled\n[ 0.389936] pnp: PnP ACPI init\n[ 0.390854] pnp: PnP ACPI: found 5 devices\n[ 0.397219] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398894] NET: Registered protocol family 2\n[ 0.399836] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401079] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402226] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403361] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404421] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405584] NET: Registered protocol family 1\n[ 0.406437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408573] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422543] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436647] Trying to unpack rootfs image as initramfs...\n[ 0.485306] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499048] Scanning for low memory corruption every 60 seconds\n[ 0.500447] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501656] audit: initializing netlink subsys (disabled)\n[ 0.502763] audit: type=2000 audit(1539348085.008:1): initialized\n[ 0.504142] Initialise system trusted keyring\n[ 0.505122] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506309] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508276] zbud: loaded\n[ 0.508993] VFS: Disk quotas dquot_6.6.0\n[ 0.509832] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511374] fuse init (API version 7.23)\n[ 0.512299] Key type big_key registered\n[ 0.513133] Allocating IMA MOK and blacklist keyrings.\n[ 0.514271] Key type asymmetric registered\n[ 0.515124] Asymmetric key parser 'x509' registered\n[ 0.516119] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517636] io scheduler noop registered\n[ 0.518456] io scheduler deadline registered (default)\n[ 0.519478] io scheduler cfq registered\n[ 0.520384] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521469] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523134] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524641] ACPI: Power Button [PWRF]\n[ 0.525503] GHES: HEST is not enabled!\n[ 0.548471] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585089] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614352] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616728] Linux agpgart interface v0.103\n[ 0.618942] brd: module loaded\n[ 0.620256] loop: module loaded\n[ 0.625742] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627637] GPT:90111 != 2097151\n[ 0.628430] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629846] GPT:90111 != 2097151\n[ 0.630667] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631800] vda: vda1 vda15\n[ 0.633588] scsi host0: ata_piix\n[ 0.634447] scsi host1: ata_piix\n[ 0.635264] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638558] libphy: Fixed MDIO Bus: probed\n[ 0.639499] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640641] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643103] PPP generic driver version 2.4.2\n[ 0.644239] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645443] ehci-pci: EHCI PCI platform driver\n[ 0.646320] ehci-platform: EHCI generic platform driver\n[ 0.647335] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648479] ohci-pci: OHCI PCI platform driver\n[ 0.649365] ohci-platform: OHCI generic platform driver\n[ 0.650361] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664906] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667423] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668473] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669607] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670840] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672272] usb usb1: Product: UHCI Host Controller\n[ 0.673216] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674365] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675433] hub 1-0:1.0: USB hub found\n[ 0.676227] hub 1-0:1.0: 2 ports detected\n[ 0.677158] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679318] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680296] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681340] mousedev: PS/2 mouse device common for all mice\n[ 0.682600] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684467] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685571] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686780] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687981] i2c /dev entries driver\n[ 0.688750] device-mapper: uevent: version 1.0.3\n[ 0.689708] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691365] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692717] NET: Registered protocol family 10\n[ 0.693753] NET: Registered protocol family 17\n[ 0.694661] Key type dns_resolver registered\n[ 0.695629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696759] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698554] registered taskstats version 1\n[ 0.699406] Loading compiled-in X.509 certificates\n[ 0.700880] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702768] zswap: loaded using pool lzo/zbud\n[ 0.704209] Key type trusted registered\n[ 0.705794] Key type encrypted registered\n[ 0.706633] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707698] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708764] evm: HMAC attrs: 0x1\n[ 0.709716] Magic number: 6:331:683\n[ 0.710581] rtc_cmos 00:00: setting system clock to 2018-10-12 12:41:25 UTC (1539348085)\n[ 0.712218] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.713368] EDD information not available.\n[ 0.792099] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.793617] ata1.00: configured for MWDMA2\n[ 0.794857] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.807721] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808974] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810239] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812148] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.813699] Write protecting the kernel read-only data: 14336k\n[ 0.815285] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817144] 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.30\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.506644] 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.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.68s]\nping 10.10.10.13 OK\nping 10.10.10.14 OK\n"} 2018-10-12 12:43:04,324 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a/action used request id req-0eb603ed-8c2b-4543-aa92-57c3bc917a54 2018-10-12 12:43:05,329 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de06588406a9013c912172525334d7d2a7dc587e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:43:06,408 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:43: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-ee838ec0-de14-437d-a8ad-090dd4c81bce x-compute-request-id: req-ee838ec0-de14-437d-a8ad-090dd4c81bce 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 612044834 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.134481] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.136130] pid_max: default: 32768 minimum: 301\n[ 0.137015] ACPI: Core revision 20150930\n[ 0.138421] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139716] Security Framework initialized\n[ 0.140516] Yama: becoming mindful.\n[ 0.141232] AppArmor: AppArmor initialized\n[ 0.142110] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143424] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144667] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145916] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147276] Initializing cgroup subsys io\n[ 0.148070] Initializing cgroup subsys memory\n[ 0.148914] Initializing cgroup subsys devices\n[ 0.149797] Initializing cgroup subsys freezer\n[ 0.150658] Initializing cgroup subsys net_cls\n[ 0.151506] Initializing cgroup subsys perf_event\n[ 0.152399] Initializing cgroup subsys net_prio\n[ 0.153265] Initializing cgroup subsys hugetlb\n[ 0.154149] Initializing cgroup subsys pids\n[ 0.155006] CPU: Physical Processor ID: 0\n[ 0.156471] mce: CPU supports 10 MCE banks\n[ 0.157303] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158317] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168778] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175085] ftrace: allocating 31920 entries in 125 pages\n[ 0.200899] smpboot: Max logical packages: 1\n[ 0.201774] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203114] x2apic enabled\n[ 0.203924] Switched APIC routing to physical x2apic.\n[ 0.205688] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206815] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208799] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210574] KVM setup paravirtual spinlock\n[ 0.211890] x86: Booted up 1 node, 1 CPUs\n[ 0.212689] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.214051] devtmpfs: initialized\n[ 0.215744] evm: security.selinux\n[ 0.216446] evm: security.SMACK64\n[ 0.217153] evm: security.SMACK64EXEC\n[ 0.217905] evm: security.SMACK64TRANSMUTE\n[ 0.218734] evm: security.SMACK64MMAP\n[ 0.219477] evm: security.ima\n[ 0.220135] evm: security.capability\n[ 0.220935] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222809] pinctrl core: initialized pinctrl subsystem\n[ 0.223906] RTC time: 12:41:24, date: 10/12/18\n[ 0.224853] NET: Registered protocol family 16\n[ 0.225846] cpuidle: using governor ladder\n[ 0.226664] cpuidle: using governor menu\n[ 0.227439] PCCT header not found.\n[ 0.228183] ACPI: bus type PCI registered\n[ 0.228976] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230184] PCI: Using configuration type 1 for base access\n[ 0.231908] ACPI: Added _OSI(Module Device)\n[ 0.232741] ACPI: Added _OSI(Processor Device)\n[ 0.233581] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234479] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236550] ACPI: Interpreter enabled\n[ 0.237319] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239145] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240968] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242786] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244610] ACPI: (supports S0 S5)\n[ 0.245311] ACPI: Using IOAPIC for interrupt routing\n[ 0.246264] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249300] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250437] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251652] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252845] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255056] acpiphp: Slot [3] registered\n[ 0.255851] acpiphp: Slot [4] registered\n[ 0.256627] acpiphp: Slot [5] registered\n[ 0.257422] acpiphp: Slot [6] registered\n[ 0.258211] acpiphp: Slot [7] registered\n[ 0.259015] acpiphp: Slot [8] registered\n[ 0.259808] acpiphp: Slot [9] registered\n[ 0.260588] acpiphp: Slot [10] registered\n[ 0.261382] acpiphp: Slot [11] registered\n[ 0.262221] acpiphp: Slot [12] registered\n[ 0.263068] acpiphp: Slot [13] registered\n[ 0.263860] acpiphp: Slot [14] registered\n[ 0.264652] acpiphp: Slot [15] registered\n[ 0.275500] acpiphp: Slot [16] registered\n[ 0.276339] acpiphp: Slot [17] registered\n[ 0.277134] acpiphp: Slot [18] registered\n[ 0.277929] acpiphp: Slot [19] registered\n[ 0.278724] acpiphp: Slot [20] registered\n[ 0.279524] acpiphp: Slot [21] registered\n[ 0.280332] acpiphp: Slot [22] registered\n[ 0.281133] acpiphp: Slot [23] registered\n[ 0.281972] acpiphp: Slot [24] registered\n[ 0.282796] acpiphp: Slot [25] registered\n[ 0.283605] acpiphp: Slot [26] registered\n[ 0.284434] acpiphp: Slot [27] registered\n[ 0.285260] acpiphp: Slot [28] registered\n[ 0.286090] acpiphp: Slot [29] registered\n[ 0.286906] acpiphp: Slot [30] registered\n[ 0.287730] acpiphp: Slot [31] registered\n[ 0.288543] PCI host bridge to bus 0000:00\n[ 0.289368] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290611] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291858] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293300] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294769] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301042] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302315] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303480] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304746] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311590] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361285] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362779] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364193] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365578] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366952] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368903] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370029] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371064] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372621] vgaarb: loaded\n[ 0.373242] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374354] SCSI subsystem initialized\n[ 0.375158] ACPI: bus type USB registered\n[ 0.375955] usbcore: registered new interface driver usbfs\n[ 0.376964] usbcore: registered new interface driver hub\n[ 0.377949] usbcore: registered new device driver usb\n[ 0.378982] PCI: Using ACPI for IRQ routing\n[ 0.379975] NetLabel: Initializing\n[ 0.380671] NetLabel: domain hash size = 128\n[ 0.381505] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382437] NetLabel: unlabeled traffic allowed by default\n[ 0.383506] clocksource: Switched to clocksource kvm-clock\n[ 0.388982] AppArmor: AppArmor Filesystem Enabled\n[ 0.389936] pnp: PnP ACPI init\n[ 0.390854] pnp: PnP ACPI: found 5 devices\n[ 0.397219] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398894] NET: Registered protocol family 2\n[ 0.399836] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401079] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402226] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403361] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404421] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405584] NET: Registered protocol family 1\n[ 0.406437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408573] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422543] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436647] Trying to unpack rootfs image as initramfs...\n[ 0.485306] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499048] Scanning for low memory corruption every 60 seconds\n[ 0.500447] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501656] audit: initializing netlink subsys (disabled)\n[ 0.502763] audit: type=2000 audit(1539348085.008:1): initialized\n[ 0.504142] Initialise system trusted keyring\n[ 0.505122] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506309] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508276] zbud: loaded\n[ 0.508993] VFS: Disk quotas dquot_6.6.0\n[ 0.509832] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511374] fuse init (API version 7.23)\n[ 0.512299] Key type big_key registered\n[ 0.513133] Allocating IMA MOK and blacklist keyrings.\n[ 0.514271] Key type asymmetric registered\n[ 0.515124] Asymmetric key parser 'x509' registered\n[ 0.516119] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517636] io scheduler noop registered\n[ 0.518456] io scheduler deadline registered (default)\n[ 0.519478] io scheduler cfq registered\n[ 0.520384] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521469] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.523134] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524641] ACPI: Power Button [PWRF]\n[ 0.525503] GHES: HEST is not enabled!\n[ 0.548471] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585089] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.614352] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616728] Linux agpgart interface v0.103\n[ 0.618942] brd: module loaded\n[ 0.620256] loop: module loaded\n[ 0.625742] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627637] GPT:90111 != 2097151\n[ 0.628430] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629846] GPT:90111 != 2097151\n[ 0.630667] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631800] vda: vda1 vda15\n[ 0.633588] scsi host0: ata_piix\n[ 0.634447] scsi host1: ata_piix\n[ 0.635264] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638558] libphy: Fixed MDIO Bus: probed\n[ 0.639499] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640641] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643103] PPP generic driver version 2.4.2\n[ 0.644239] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645443] ehci-pci: EHCI PCI platform driver\n[ 0.646320] ehci-platform: EHCI generic platform driver\n[ 0.647335] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648479] ohci-pci: OHCI PCI platform driver\n[ 0.649365] ohci-platform: OHCI generic platform driver\n[ 0.650361] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664906] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667423] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668473] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669607] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670840] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672272] usb usb1: Product: UHCI Host Controller\n[ 0.673216] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674365] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675433] hub 1-0:1.0: USB hub found\n[ 0.676227] hub 1-0:1.0: 2 ports detected\n[ 0.677158] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.679318] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.680296] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.681340] mousedev: PS/2 mouse device common for all mice\n[ 0.682600] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.684467] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685571] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686780] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687981] i2c /dev entries driver\n[ 0.688750] device-mapper: uevent: version 1.0.3\n[ 0.689708] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691365] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692717] NET: Registered protocol family 10\n[ 0.693753] NET: Registered protocol family 17\n[ 0.694661] Key type dns_resolver registered\n[ 0.695629] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696759] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698554] registered taskstats version 1\n[ 0.699406] Loading compiled-in X.509 certificates\n[ 0.700880] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702768] zswap: loaded using pool lzo/zbud\n[ 0.704209] Key type trusted registered\n[ 0.705794] Key type encrypted registered\n[ 0.706633] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707698] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708764] evm: HMAC attrs: 0x1\n[ 0.709716] Magic number: 6:331:683\n[ 0.710581] rtc_cmos 00:00: setting system clock to 2018-10-12 12:41:25 UTC (1539348085)\n[ 0.712218] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.713368] EDD information not available.\n[ 0.792099] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.793617] ata1.00: configured for MWDMA2\n[ 0.794857] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.807721] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.808974] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.810239] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.812148] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.813699] Write protecting the kernel read-only data: 14336k\n[ 0.815285] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817144] 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.30\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.506644] 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.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.68s]\nping 10.10.10.13 OK\nping 10.10.10.14 OK\nping 10.10.11.11 KO\n"} 2018-10-12 12:43:06,409 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a/action used request id req-ee838ec0-de14-437d-a8ad-090dd4c81bce 2018-10-12 12:43:06,410 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' cannot ping 'sdnvpn-4-4' 2018-10-12 12:43:06,410 - sdnvpn-results - INFO - Associate network 'sdnvpn-4-2-net' to the VPN. 2018-10-12 12:43:06,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/d17137a2-86e1-4bca-a205-4a1e2f6f4c99/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbff9ab860f2451cc505d7287eb3bfd9088151f" -d '{"network_association": {"network_id": "1181e965-ce50-4845-ae5c-20364a3e851b"}}' 2018-10-12 12:43:06,915 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-28cbb1a9-3e77-4503-911f-a697265e13c5 Date: Fri, 12 Oct 2018 12:43:06 GMT RESP BODY: {"network_association": {"network_id": "1181e965-ce50-4845-ae5c-20364a3e851b", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "4f22ad26-2927-45ed-80a3-8585b34b4948"}} 2018-10-12 12:43:06,915 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/d17137a2-86e1-4bca-a205-4a1e2f6f4c99/network_associations used request id req-28cbb1a9-3e77-4503-911f-a697265e13c5 2018-10-12 12:43:06,916 - sdnvpn_test_utils - DEBUG - Waiting for router d17137a2-86e1-4bca-a205-4a1e2f6f4c99 to associate with BGPVPN 445a20cd-5d1c-4aa2-b194-49d722cc7a52 2018-10-12 12:43:06,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/d17137a2-86e1-4bca-a205-4a1e2f6f4c99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbff9ab860f2451cc505d7287eb3bfd9088151f" 2018-10-12 12:43:07,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-c3736696-2143-4094-8b73-114d8063e94d Date: Fri, 12 Oct 2018 12:43:07 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": ["445a20cd-5d1c-4aa2-b194-49d722cc7a52"], "id": "d17137a2-86e1-4bca-a205-4a1e2f6f4c99", "name": "sdnvpn-956144", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "import_targets": ["88:88"], "networks": ["1181e965-ce50-4845-ae5c-20364a3e851b"], "route_targets": [], "project_id": "d6e005d8411b4b378ddb320b792455b0", "type": "l3"}} 2018-10-12 12:43:07,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/d17137a2-86e1-4bca-a205-4a1e2f6f4c99 used request id req-c3736696-2143-4094-8b73-114d8063e94d 2018-10-12 12:43:08,110 - sdnvpn_test_utils - DEBUG - Waiting for network d17137a2-86e1-4bca-a205-4a1e2f6f4c99 to associate with BGPVPN 1181e965-ce50-4845-ae5c-20364a3e851b 2018-10-12 12:43:08,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/d17137a2-86e1-4bca-a205-4a1e2f6f4c99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbff9ab860f2451cc505d7287eb3bfd9088151f" 2018-10-12 12:43:08,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-95895fc9-008a-4b53-b2a3-a9ad7d37b4b7 Date: Fri, 12 Oct 2018 12:43:08 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": ["445a20cd-5d1c-4aa2-b194-49d722cc7a52"], "id": "d17137a2-86e1-4bca-a205-4a1e2f6f4c99", "name": "sdnvpn-956144", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "import_targets": ["88:88"], "networks": ["1181e965-ce50-4845-ae5c-20364a3e851b"], "route_targets": [], "project_id": "d6e005d8411b4b378ddb320b792455b0", "type": "l3"}} 2018-10-12 12:43:08,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/d17137a2-86e1-4bca-a205-4a1e2f6f4c99 used request id req-95895fc9-008a-4b53-b2a3-a9ad7d37b4b7 2018-10-12 12:43:09,301 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-12 12:43:39,336 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/4606f499-c5e3-4f4e-b932-a8b424374cba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}321f37168ee8d0a002e1c5cd63931b29f40a416c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:43:40,405 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:43: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-5ee882b4-7072-4c79-8e48-56682949ff1e x-compute-request-id: req-5ee882b4-7072-4c79-8e48-56682949ff1e Content-Encoding: gzip Content-Length: 8122 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 560844447 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.150527] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.152460] pid_max: default: 32768 minimum: 301\n[ 0.153516] ACPI: Core revision 20150930\n[ 0.155022] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.156542] Security Framework initialized\n[ 0.157497] Yama: becoming mindful.\n[ 0.158349] AppArmor: AppArmor initialized\n[ 0.159332] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.160874] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.162371] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163850] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165523] Initializing cgroup subsys io\n[ 0.166479] Initializing cgroup subsys memory\n[ 0.167493] Initializing cgroup subsys devices\n[ 0.168516] Initializing cgroup subsys freezer\n[ 0.169548] Initializing cgroup subsys net_cls\n[ 0.170479] Initializing cgroup subsys perf_event\n[ 0.171439] Initializing cgroup subsys net_prio\n[ 0.172451] Initializing cgroup subsys hugetlb\n[ 0.173445] Initializing cgroup subsys pids\n[ 0.174422] CPU: Physical Processor ID: 0\n[ 0.176017] mce: CPU supports 10 MCE banks\n[ 0.176978] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178124] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189317] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.196265] ftrace: allocating 31920 entries in 125 pages\n[ 0.224024] smpboot: Max logical packages: 1\n[ 0.224994] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.226529] x2apic enabled\n[ 0.227406] Switched APIC routing to physical x2apic.\n[ 0.229305] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230612] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232842] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234889] KVM setup paravirtual spinlock\n[ 0.236358] x86: Booted up 1 node, 1 CPUs\n[ 0.237279] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.238857] devtmpfs: initialized\n[ 0.240688] evm: security.selinux\n[ 0.241489] evm: security.SMACK64\n[ 0.242295] evm: security.SMACK64EXEC\n[ 0.243144] evm: security.SMACK64TRANSMUTE\n[ 0.244081] evm: security.SMACK64MMAP\n[ 0.244930] evm: security.ima\n[ 0.245665] evm: security.capability\n[ 0.246593] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248742] pinctrl core: initialized pinctrl subsystem\n[ 0.249952] RTC time: 12:41:11, date: 10/12/18\n[ 0.251044] NET: Registered protocol family 16\n[ 0.252145] cpuidle: using governor ladder\n[ 0.253083] cpuidle: using governor menu\n[ 0.253972] PCCT header not found.\n[ 0.254819] ACPI: bus type PCI registered\n[ 0.255732] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.257193] PCI: Using configuration type 1 for base access\n[ 0.259131] ACPI: Added _OSI(Module Device)\n[ 0.260079] ACPI: Added _OSI(Processor Device)\n[ 0.261089] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262124] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264239] ACPI: Interpreter enabled\n[ 0.264980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.266765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.268668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.270460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.272268] ACPI: (supports S0 S5)\n[ 0.272950] ACPI: Using IOAPIC for interrupt routing\n[ 0.273880] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.276926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278020] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279207] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.280353] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.282530] acpiphp: Slot [3] registered\n[ 0.283303] acpiphp: Slot [4] registered\n[ 0.284075] acpiphp: Slot [5] registered\n[ 0.284846] acpiphp: Slot [6] registered\n[ 0.285623] acpiphp: Slot [7] registered\n[ 0.286398] acpiphp: Slot [8] registered\n[ 0.287167] acpiphp: Slot [9] registered\n[ 0.287934] acpiphp: Slot [10] registered\n[ 0.288715] acpiphp: Slot [11] registered\n[ 0.289509] acpiphp: Slot [12] registered\n[ 0.290292] acpiphp: Slot [13] registered\n[ 0.291096] acpiphp: Slot [14] registered\n[ 0.291881] acpiphp: Slot [15] registered\n[ 0.302712] acpiphp: Slot [16] registered\n[ 0.303513] acpiphp: Slot [17] registered\n[ 0.304296] acpiphp: Slot [18] registered\n[ 0.305077] acpiphp: Slot [19] registered\n[ 0.305854] acpiphp: Slot [20] registered\n[ 0.306646] acpiphp: Slot [21] registered\n[ 0.307437] acpiphp: Slot [22] registered\n[ 0.308219] acpiphp: Slot [23] registered\n[ 0.308998] acpiphp: Slot [24] registered\n[ 0.309856] acpiphp: Slot [25] registered\n[ 0.310696] acpiphp: Slot [26] registered\n[ 0.311514] acpiphp: Slot [27] registered\n[ 0.312302] acpiphp: Slot [28] registered\n[ 0.313089] acpiphp: Slot [29] registered\n[ 0.313874] acpiphp: Slot [30] registered\n[ 0.314669] acpiphp: Slot [31] registered\n[ 0.315451] PCI host bridge to bus 0000:00\n[ 0.316235] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.317398] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318556] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319945] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.321359] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327565] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328796] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329927] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.331144] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337659] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339043] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385482] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.386935] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388342] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389726] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391085] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392369] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393521] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394805] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396309] vgaarb: loaded\n[ 0.396902] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398027] SCSI subsystem initialized\n[ 0.398839] ACPI: bus type USB registered\n[ 0.399632] usbcore: registered new interface driver usbfs\n[ 0.400632] usbcore: registered new interface driver hub\n[ 0.401625] usbcore: registered new device driver usb\n[ 0.402864] PCI: Using ACPI for IRQ routing\n[ 0.404059] NetLabel: Initializing\n[ 0.404853] NetLabel: domain hash size = 128\n[ 0.405786] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406844] NetLabel: unlabeled traffic allowed by default\n[ 0.408106] clocksource: Switched to clocksource kvm-clock\n[ 0.413410] AppArmor: AppArmor Filesystem Enabled\n[ 0.414501] pnp: PnP ACPI init\n[ 0.415507] pnp: PnP ACPI: found 5 devices\n[ 0.421988] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423933] NET: Registered protocol family 2\n[ 0.424978] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426449] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427774] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429088] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430315] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431558] NET: Registered protocol family 1\n[ 0.432515] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433728] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434874] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448766] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.463021] Trying to unpack rootfs image as initramfs...\n[ 0.512505] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526548] Scanning for low memory corruption every 60 seconds\n[ 0.528380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529992] audit: initializing netlink subsys (disabled)\n[ 0.531428] audit: type=2000 audit(1539348072.360:1): initialized\n[ 0.533223] Initialise system trusted keyring\n[ 0.534469] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.536194] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.538661] zbud: loaded\n[ 0.539546] VFS: Disk quotas dquot_6.6.0\n[ 0.540664] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.542553] fuse init (API version 7.23)\n[ 0.543658] Key type big_key registered\n[ 0.544725] Allocating IMA MOK and blacklist keyrings.\n[ 0.546234] Key type asymmetric registered\n[ 0.547359] Asymmetric key parser 'x509' registered\n[ 0.548648] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.551089] io scheduler noop registered\n[ 0.552184] io scheduler deadline registered (default)\n[ 0.553509] io scheduler cfq registered\n[ 0.554688] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.556202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.557936] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.559827] ACPI: Power Button [PWRF]\n[ 0.560859] GHES: HEST is not enabled!\n[ 0.576486] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.607599] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.610811] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.638190] Linux agpgart interface v0.103\n[ 0.640434] brd: module loaded\n[ 0.641769] loop: module loaded\n[ 0.645870] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647473] GPT:90111 != 2097151\n[ 0.648233] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649511] GPT:90111 != 2097151\n[ 0.650276] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651398] vda: vda1 vda15\n[ 0.653003] scsi host0: ata_piix\n[ 0.653975] scsi host1: ata_piix\n[ 0.654858] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.656527] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.658305] libphy: Fixed MDIO Bus: probed\n[ 0.659349] tun: Universal TUN/TAP device driver, 1.6\n[ 0.660494] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663000] PPP generic driver version 2.4.2\n[ 0.664093] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665625] ehci-pci: EHCI PCI platform driver\n[ 0.666680] ehci-platform: EHCI generic platform driver\n[ 0.667872] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.669398] ohci-pci: OHCI PCI platform driver\n[ 0.670451] ohci-platform: OHCI generic platform driver\n[ 0.671671] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686355] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687652] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.689486] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.690712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.692037] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.693770] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.695467] usb usb1: Product: UHCI Host Controller\n[ 0.696728] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698135] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699231] hub 1-0:1.0: USB hub found\n[ 0.700220] hub 1-0:1.0: 2 ports detected\n[ 0.701275] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703718] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704891] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706221] mousedev: PS/2 mouse device common for all mice\n[ 0.707735] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.709923] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711217] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.712791] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714358] i2c /dev entries driver\n[ 0.715285] device-mapper: uevent: version 1.0.3\n[ 0.716406] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718273] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.719651] NET: Registered protocol family 10\n[ 0.720698] NET: Registered protocol family 17\n[ 0.721634] Key type dns_resolver registered\n[ 0.722606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.723785] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.725736] registered taskstats version 1\n[ 0.726642] Loading compiled-in X.509 certificates\n[ 0.728203] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.730274] zswap: loaded using pool lzo/zbud\n[ 0.731729] Key type trusted registered\n[ 0.733479] Key type encrypted registered\n[ 0.734407] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735548] ima: No TPM chip found, activating TPM-bypass!\n[ 0.736785] evm: HMAC attrs: 0x1\n[ 0.737777] Magic number: 6:331:683\n[ 0.738690] rtc_cmos 00:00: setting system clock to 2018-10-12 12:41:12 UTC (1539348072)\n[ 0.740521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.741938] EDD information not available.\n[ 0.812616] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814181] ata1.00: configured for MWDMA2\n[ 0.815635] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.828490] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.830047] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.831851] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.834278] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.836625] Write protecting the kernel read-only data: 14336k\n[ 0.838812] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.841475] 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.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... [ 1.284152] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.11...\nLease of 10.10.11.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.87s]\nping 10.10.11.12 OK\nping 10.10.11.12 OK\nping 10.10.11.12 OK\nping 10.10.11.12 OK\nping 10.10.11.12 OK\nping 10.10.11.12 OK\nping 10.10.11.12 OK\nping 10.10.11.12 OK\n"} 2018-10-12 12:43:40,408 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/4606f499-c5e3-4f4e-b932-a8b424374cba/action used request id req-5ee882b4-7072-4c79-8e48-56682949ff1e 2018-10-12 12:43:40,409 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-4' (10.10.11.11) to 'sdnvpn-4-5' (10.10.11.12). -->Expected result: can ping. 2018-10-12 12:43:40,412 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/4606f499-c5e3-4f4e-b932-a8b424374cba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}321f37168ee8d0a002e1c5cd63931b29f40a416c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:43:41,479 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:43:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f20045eb-fc0f-4182-8b59-aa5e16ce4215 x-compute-request-id: req-f20045eb-fc0f-4182-8b59-aa5e16ce4215 Content-Encoding: gzip Content-Length: 8122 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 560844447 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.150527] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.152460] pid_max: default: 32768 minimum: 301\n[ 0.153516] ACPI: Core revision 20150930\n[ 0.155022] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.156542] Security Framework initialized\n[ 0.157497] Yama: becoming mindful.\n[ 0.158349] AppArmor: AppArmor initialized\n[ 0.159332] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.160874] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.162371] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163850] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165523] Initializing cgroup subsys io\n[ 0.166479] Initializing cgroup subsys memory\n[ 0.167493] Initializing cgroup subsys devices\n[ 0.168516] Initializing cgroup subsys freezer\n[ 0.169548] Initializing cgroup subsys net_cls\n[ 0.170479] Initializing cgroup subsys perf_event\n[ 0.171439] Initializing cgroup subsys net_prio\n[ 0.172451] Initializing cgroup subsys hugetlb\n[ 0.173445] Initializing cgroup subsys pids\n[ 0.174422] CPU: Physical Processor ID: 0\n[ 0.176017] mce: CPU supports 10 MCE banks\n[ 0.176978] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178124] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189317] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.196265] ftrace: allocating 31920 entries in 125 pages\n[ 0.224024] smpboot: Max logical packages: 1\n[ 0.224994] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.226529] x2apic enabled\n[ 0.227406] Switched APIC routing to physical x2apic.\n[ 0.229305] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230612] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232842] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234889] KVM setup paravirtual spinlock\n[ 0.236358] x86: Booted up 1 node, 1 CPUs\n[ 0.237279] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.238857] devtmpfs: initialized\n[ 0.240688] evm: security.selinux\n[ 0.241489] evm: security.SMACK64\n[ 0.242295] evm: security.SMACK64EXEC\n[ 0.243144] evm: security.SMACK64TRANSMUTE\n[ 0.244081] evm: security.SMACK64MMAP\n[ 0.244930] evm: security.ima\n[ 0.245665] evm: security.capability\n[ 0.246593] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248742] pinctrl core: initialized pinctrl subsystem\n[ 0.249952] RTC time: 12:41:11, date: 10/12/18\n[ 0.251044] NET: Registered protocol family 16\n[ 0.252145] cpuidle: using governor ladder\n[ 0.253083] cpuidle: using governor menu\n[ 0.253972] PCCT header not found.\n[ 0.254819] ACPI: bus type PCI registered\n[ 0.255732] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.257193] PCI: Using configuration type 1 for base access\n[ 0.259131] ACPI: Added _OSI(Module Device)\n[ 0.260079] ACPI: Added _OSI(Processor Device)\n[ 0.261089] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262124] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.264239] ACPI: Interpreter enabled\n[ 0.264980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.266765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.268668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.270460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.272268] ACPI: (supports S0 S5)\n[ 0.272950] ACPI: Using IOAPIC for interrupt routing\n[ 0.273880] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.276926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278020] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279207] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.280353] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.282530] acpiphp: Slot [3] registered\n[ 0.283303] acpiphp: Slot [4] registered\n[ 0.284075] acpiphp: Slot [5] registered\n[ 0.284846] acpiphp: Slot [6] registered\n[ 0.285623] acpiphp: Slot [7] registered\n[ 0.286398] acpiphp: Slot [8] registered\n[ 0.287167] acpiphp: Slot [9] registered\n[ 0.287934] acpiphp: Slot [10] registered\n[ 0.288715] acpiphp: Slot [11] registered\n[ 0.289509] acpiphp: Slot [12] registered\n[ 0.290292] acpiphp: Slot [13] registered\n[ 0.291096] acpiphp: Slot [14] registered\n[ 0.291881] acpiphp: Slot [15] registered\n[ 0.302712] acpiphp: Slot [16] registered\n[ 0.303513] acpiphp: Slot [17] registered\n[ 0.304296] acpiphp: Slot [18] registered\n[ 0.305077] acpiphp: Slot [19] registered\n[ 0.305854] acpiphp: Slot [20] registered\n[ 0.306646] acpiphp: Slot [21] registered\n[ 0.307437] acpiphp: Slot [22] registered\n[ 0.308219] acpiphp: Slot [23] registered\n[ 0.308998] acpiphp: Slot [24] registered\n[ 0.309856] acpiphp: Slot [25] registered\n[ 0.310696] acpiphp: Slot [26] registered\n[ 0.311514] acpiphp: Slot [27] registered\n[ 0.312302] acpiphp: Slot [28] registered\n[ 0.313089] acpiphp: Slot [29] registered\n[ 0.313874] acpiphp: Slot [30] registered\n[ 0.314669] acpiphp: Slot [31] registered\n[ 0.315451] PCI host bridge to bus 0000:00\n[ 0.316235] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.317398] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318556] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319945] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.321359] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327565] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328796] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329927] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.331144] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337659] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339043] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385482] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.386935] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388342] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389726] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391085] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.392369] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.393521] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.394805] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.396309] vgaarb: loaded\n[ 0.396902] vgaarb: bridge control possible 0000:00:02.0\n[ 0.398027] SCSI subsystem initialized\n[ 0.398839] ACPI: bus type USB registered\n[ 0.399632] usbcore: registered new interface driver usbfs\n[ 0.400632] usbcore: registered new interface driver hub\n[ 0.401625] usbcore: registered new device driver usb\n[ 0.402864] PCI: Using ACPI for IRQ routing\n[ 0.404059] NetLabel: Initializing\n[ 0.404853] NetLabel: domain hash size = 128\n[ 0.405786] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406844] NetLabel: unlabeled traffic allowed by default\n[ 0.408106] clocksource: Switched to clocksource kvm-clock\n[ 0.413410] AppArmor: AppArmor Filesystem Enabled\n[ 0.414501] pnp: PnP ACPI init\n[ 0.415507] pnp: PnP ACPI: found 5 devices\n[ 0.421988] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423933] NET: Registered protocol family 2\n[ 0.424978] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426449] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427774] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429088] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430315] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431558] NET: Registered protocol family 1\n[ 0.432515] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433728] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434874] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448766] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.463021] Trying to unpack rootfs image as initramfs...\n[ 0.512505] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526548] Scanning for low memory corruption every 60 seconds\n[ 0.528380] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529992] audit: initializing netlink subsys (disabled)\n[ 0.531428] audit: type=2000 audit(1539348072.360:1): initialized\n[ 0.533223] Initialise system trusted keyring\n[ 0.534469] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.536194] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.538661] zbud: loaded\n[ 0.539546] VFS: Disk quotas dquot_6.6.0\n[ 0.540664] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.542553] fuse init (API version 7.23)\n[ 0.543658] Key type big_key registered\n[ 0.544725] Allocating IMA MOK and blacklist keyrings.\n[ 0.546234] Key type asymmetric registered\n[ 0.547359] Asymmetric key parser 'x509' registered\n[ 0.548648] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.551089] io scheduler noop registered\n[ 0.552184] io scheduler deadline registered (default)\n[ 0.553509] io scheduler cfq registered\n[ 0.554688] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.556202] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.557936] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.559827] ACPI: Power Button [PWRF]\n[ 0.560859] GHES: HEST is not enabled!\n[ 0.576486] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.607599] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.610811] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635658] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.638190] Linux agpgart interface v0.103\n[ 0.640434] brd: module loaded\n[ 0.641769] loop: module loaded\n[ 0.645870] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.647473] GPT:90111 != 2097151\n[ 0.648233] GPT:Alternate GPT header not at the end of the disk.\n[ 0.649511] GPT:90111 != 2097151\n[ 0.650276] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651398] vda: vda1 vda15\n[ 0.653003] scsi host0: ata_piix\n[ 0.653975] scsi host1: ata_piix\n[ 0.654858] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.656527] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.658305] libphy: Fixed MDIO Bus: probed\n[ 0.659349] tun: Universal TUN/TAP device driver, 1.6\n[ 0.660494] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663000] PPP generic driver version 2.4.2\n[ 0.664093] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.665625] ehci-pci: EHCI PCI platform driver\n[ 0.666680] ehci-platform: EHCI generic platform driver\n[ 0.667872] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.669398] ohci-pci: OHCI PCI platform driver\n[ 0.670451] ohci-platform: OHCI generic platform driver\n[ 0.671671] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686355] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687652] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.689486] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.690712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.692037] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.693770] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.695467] usb usb1: Product: UHCI Host Controller\n[ 0.696728] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698135] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699231] hub 1-0:1.0: USB hub found\n[ 0.700220] hub 1-0:1.0: 2 ports detected\n[ 0.701275] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703718] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.704891] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706221] mousedev: PS/2 mouse device common for all mice\n[ 0.707735] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.709923] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711217] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.712791] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714358] i2c /dev entries driver\n[ 0.715285] device-mapper: uevent: version 1.0.3\n[ 0.716406] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718273] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.719651] NET: Registered protocol family 10\n[ 0.720698] NET: Registered protocol family 17\n[ 0.721634] Key type dns_resolver registered\n[ 0.722606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.723785] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.725736] registered taskstats version 1\n[ 0.726642] Loading compiled-in X.509 certificates\n[ 0.728203] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.730274] zswap: loaded using pool lzo/zbud\n[ 0.731729] Key type trusted registered\n[ 0.733479] Key type encrypted registered\n[ 0.734407] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.735548] ima: No TPM chip found, activating TPM-bypass!\n[ 0.736785] evm: HMAC attrs: 0x1\n[ 0.737777] Magic number: 6:331:683\n[ 0.738690] rtc_cmos 00:00: setting system clock to 2018-10-12 12:41:12 UTC (1539348072)\n[ 0.740521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.741938] EDD information not available.\n[ 0.812616] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.814181] ata1.00: configured for MWDMA2\n[ 0.815635] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.828490] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.830047] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.831851] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.834278] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.836625] Write protecting the kernel read-only data: 14336k\n[ 0.838812] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.841475] 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.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... [ 1.284152] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.11...\nLease of 10.10.11.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.87s]\nping 10.10.11.12 OK\nping 10.10.11.12 OK\nping 10.10.11.12 OK\nping 10.10.11.12 OK\nping 10.10.11.12 OK\nping 10.10.11.12 OK\nping 10.10.11.12 OK\nping 10.10.11.12 OK\n"} 2018-10-12 12:43:41,479 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/4606f499-c5e3-4f4e-b932-a8b424374cba/action used request id req-f20045eb-fc0f-4182-8b59-aa5e16ce4215 2018-10-12 12:43:41,480 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-4' can ping 'sdnvpn-4-5' 2018-10-12 12:43:41,481 - sdnvpn-results - INFO - Update VPN with eRT=iRT ... 2018-10-12 12:43:41,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/d17137a2-86e1-4bca-a205-4a1e2f6f4c99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbff9ab860f2451cc505d7287eb3bfd9088151f" 2018-10-12 12:43:42,077 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b835d26f-eebc-495f-b2ff-6291100ca051 Content-Length: 0 Date: Fri, 12 Oct 2018 12:43:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:43:42,077 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/d17137a2-86e1-4bca-a205-4a1e2f6f4c99 used request id req-b835d26f-eebc-495f-b2ff-6291100ca051 2018-10-12 12:44:12,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbff9ab860f2451cc505d7287eb3bfd9088151f" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-956144", "route_distinguishers": "12:12"}}' 2018-10-12 12:44:12,343 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-6a8ffe21-1acd-4bf7-aecd-ac25084405e0 Date: Fri, 12 Oct 2018 12:44:12 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": [], "id": "8b3d7bb7-3d11-4a04-a6dd-031d53ef5b64", "name": "sdnvpn-956144", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "d6e005d8411b4b378ddb320b792455b0", "type": "l3"}} 2018-10-12 12:44:12,343 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns used request id req-6a8ffe21-1acd-4bf7-aecd-ac25084405e0 2018-10-12 12:44:12,344 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-956144', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'd6e005d8411b4b378ddb320b792455b0', u'route_targets': [], u'project_id': u'd6e005d8411b4b378ddb320b792455b0', u'type': u'l3', u'id': u'8b3d7bb7-3d11-4a04-a6dd-031d53ef5b64'}} 2018-10-12 12:44:12,344 - sdnvpn-results - INFO - Associate again network 'sdnvpn-4-2-net' and router 'sdnvpn-4-1-router 'to the VPN. 2018-10-12 12:44:12,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/8b3d7bb7-3d11-4a04-a6dd-031d53ef5b64/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbff9ab860f2451cc505d7287eb3bfd9088151f" -d '{"router_association": {"router_id": "445a20cd-5d1c-4aa2-b194-49d722cc7a52"}}' 2018-10-12 12:44:13,286 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-b6bb28b2-d3a4-4328-9cdc-eadaa777a897 Date: Fri, 12 Oct 2018 12:44:13 GMT RESP BODY: {"router_association": {"router_id": "445a20cd-5d1c-4aa2-b194-49d722cc7a52", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "7842f509-f74c-466a-83a9-8c16820dcaf9"}} 2018-10-12 12:44:13,287 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/8b3d7bb7-3d11-4a04-a6dd-031d53ef5b64/router_associations used request id req-b6bb28b2-d3a4-4328-9cdc-eadaa777a897 2018-10-12 12:44:13,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/8b3d7bb7-3d11-4a04-a6dd-031d53ef5b64/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbff9ab860f2451cc505d7287eb3bfd9088151f" -d '{"network_association": {"network_id": "1181e965-ce50-4845-ae5c-20364a3e851b"}}' 2018-10-12 12:44:13,634 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-8230de31-11cf-44dc-a45c-9ade2b1be0d9 Date: Fri, 12 Oct 2018 12:44:13 GMT RESP BODY: {"network_association": {"network_id": "1181e965-ce50-4845-ae5c-20364a3e851b", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "15384b1f-bae9-4ce2-9da2-7e5dc9a58c5e"}} 2018-10-12 12:44:13,634 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/8b3d7bb7-3d11-4a04-a6dd-031d53ef5b64/network_associations used request id req-8230de31-11cf-44dc-a45c-9ade2b1be0d9 2018-10-12 12:44:13,634 - sdnvpn_test_utils - DEBUG - Waiting for router 8b3d7bb7-3d11-4a04-a6dd-031d53ef5b64 to associate with BGPVPN 445a20cd-5d1c-4aa2-b194-49d722cc7a52 2018-10-12 12:44:13,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/8b3d7bb7-3d11-4a04-a6dd-031d53ef5b64 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbff9ab860f2451cc505d7287eb3bfd9088151f" 2018-10-12 12:44:14,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-5b869bcd-7826-421f-a141-9b0a703946ce Date: Fri, 12 Oct 2018 12:44:14 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": ["445a20cd-5d1c-4aa2-b194-49d722cc7a52"], "id": "8b3d7bb7-3d11-4a04-a6dd-031d53ef5b64", "name": "sdnvpn-956144", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "import_targets": ["88:88"], "networks": ["1181e965-ce50-4845-ae5c-20364a3e851b"], "route_targets": [], "project_id": "d6e005d8411b4b378ddb320b792455b0", "type": "l3"}} 2018-10-12 12:44:14,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/8b3d7bb7-3d11-4a04-a6dd-031d53ef5b64 used request id req-5b869bcd-7826-421f-a141-9b0a703946ce 2018-10-12 12:44:15,498 - sdnvpn_test_utils - DEBUG - Waiting for network 8b3d7bb7-3d11-4a04-a6dd-031d53ef5b64 to associate with BGPVPN 1181e965-ce50-4845-ae5c-20364a3e851b 2018-10-12 12:44:15,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/8b3d7bb7-3d11-4a04-a6dd-031d53ef5b64 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbff9ab860f2451cc505d7287eb3bfd9088151f" 2018-10-12 12:44:16,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-9049581f-de49-4ff4-9e85-f955f4fbcc42 Date: Fri, 12 Oct 2018 12:44:16 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": ["445a20cd-5d1c-4aa2-b194-49d722cc7a52"], "id": "8b3d7bb7-3d11-4a04-a6dd-031d53ef5b64", "name": "sdnvpn-956144", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "import_targets": ["88:88"], "networks": ["1181e965-ce50-4845-ae5c-20364a3e851b"], "route_targets": [], "project_id": "d6e005d8411b4b378ddb320b792455b0", "type": "l3"}} 2018-10-12 12:44:16,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/8b3d7bb7-3d11-4a04-a6dd-031d53ef5b64 used request id req-9049581f-de49-4ff4-9e85-f955f4fbcc42 2018-10-12 12:44:17,214 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-12 12:44:47,235 - 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-10-12 12:44:47,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e60e4ec3de11bf490a10b8316f2d1c06c42854e7" -d '{"forceDelete": null}' 2018-10-12 12:44:47,402 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12: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 x-openstack-request-id: req-04f1a7dc-6525-4379-a04c-56fc7c66a03e x-compute-request-id: req-04f1a7dc-6525-4379-a04c-56fc7c66a03e Content-Length: 0 Content-Type: application/json 2018-10-12 12:44:47,403 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/75e31314-159a-445f-bb42-6df54d05a34a/action used request id req-04f1a7dc-6525-4379-a04c-56fc7c66a03e 2018-10-12 12:44:47,406 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/33522011-1ef7-4674-8658-7be238a49595/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e60e4ec3de11bf490a10b8316f2d1c06c42854e7" -d '{"forceDelete": null}' 2018-10-12 12:44:47,566 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12: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 x-openstack-request-id: req-2bc06e57-b45d-4211-a62d-d54e7f6d08d9 x-compute-request-id: req-2bc06e57-b45d-4211-a62d-d54e7f6d08d9 Content-Length: 0 Content-Type: application/json 2018-10-12 12:44:47,566 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/33522011-1ef7-4674-8658-7be238a49595/action used request id req-2bc06e57-b45d-4211-a62d-d54e7f6d08d9 2018-10-12 12:44:47,570 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/e1d2cd12-2f64-458c-ab2b-2096c459f2e5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e60e4ec3de11bf490a10b8316f2d1c06c42854e7" -d '{"forceDelete": null}' 2018-10-12 12:44:47,770 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12: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 x-openstack-request-id: req-39154ed2-1087-4a5a-b86e-1f73ce2767af x-compute-request-id: req-39154ed2-1087-4a5a-b86e-1f73ce2767af Content-Length: 0 Content-Type: application/json 2018-10-12 12:44:47,770 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/e1d2cd12-2f64-458c-ab2b-2096c459f2e5/action used request id req-39154ed2-1087-4a5a-b86e-1f73ce2767af 2018-10-12 12:44:47,773 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/4606f499-c5e3-4f4e-b932-a8b424374cba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e60e4ec3de11bf490a10b8316f2d1c06c42854e7" -d '{"forceDelete": null}' 2018-10-12 12:44:47,978 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12: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 x-openstack-request-id: req-bf8f442d-7ad3-4bc5-951e-9017f72ece96 x-compute-request-id: req-bf8f442d-7ad3-4bc5-951e-9017f72ece96 Content-Length: 0 Content-Type: application/json 2018-10-12 12:44:47,978 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/4606f499-c5e3-4f4e-b932-a8b424374cba/action used request id req-bf8f442d-7ad3-4bc5-951e-9017f72ece96 2018-10-12 12:44:47,981 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e60e4ec3de11bf490a10b8316f2d1c06c42854e7" -d '{"forceDelete": null}' 2018-10-12 12:44:48,207 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12: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 x-openstack-request-id: req-77ac3419-0f44-4069-a3ef-9d7590c40ff0 x-compute-request-id: req-77ac3419-0f44-4069-a3ef-9d7590c40ff0 Content-Length: 0 Content-Type: application/json 2018-10-12 12:44:48,207 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ebda28e4-323c-4a8d-9a54-6521ae604452/action used request id req-77ac3419-0f44-4069-a3ef-9d7590c40ff0 2018-10-12 12:44:48,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/fea39fad-d0bb-4449-91d0-350f3caa4246 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}caf5ca4af1f54a4be6c865030e7ba9d1d8509abf" 2018-10-12 12:44:49,630 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e4b93a45-4bbb-4fed-bdb6-9f3f1c9f828b Date: Fri, 12 Oct 2018 12:44:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 12:44:49,630 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/fea39fad-d0bb-4449-91d0-350f3caa4246 used request id req-e4b93a45-4bbb-4fed-bdb6-9f3f1c9f828b 2018-10-12 12:44:49,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/8b3d7bb7-3d11-4a04-a6dd-031d53ef5b64 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbff9ab860f2451cc505d7287eb3bfd9088151f" 2018-10-12 12:44:51,264 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4fd99592-708d-4b48-98e2-379636a6803c Content-Length: 0 Date: Fri, 12 Oct 2018 12:44:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:44:51,265 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/8b3d7bb7-3d11-4a04-a6dd-031d53ef5b64 used request id req-4fd99592-708d-4b48-98e2-379636a6803c 2018-10-12 12:44:51,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/445a20cd-5d1c-4aa2-b194-49d722cc7a52/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbff9ab860f2451cc505d7287eb3bfd9088151f" -d '{"subnet_id": "7596ecf2-929e-4a04-aef6-e62bace7b700"}' 2018-10-12 12:44:52,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8dbb6312-1aa3-4df9-963f-17bd1235582d Date: Fri, 12 Oct 2018 12:44:52 GMT RESP BODY: {"network_id": "ac3604b2-a537-4c9b-bbd6-4d5431db7226", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "subnet_id": "7596ecf2-929e-4a04-aef6-e62bace7b700", "subnet_ids": ["7596ecf2-929e-4a04-aef6-e62bace7b700"], "port_id": "f5e9645a-d2b9-4659-baaf-ce940fd64de8", "id": "445a20cd-5d1c-4aa2-b194-49d722cc7a52"} 2018-10-12 12:44:52,497 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/445a20cd-5d1c-4aa2-b194-49d722cc7a52/remove_router_interface used request id req-8dbb6312-1aa3-4df9-963f-17bd1235582d 2018-10-12 12:44:52,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/445a20cd-5d1c-4aa2-b194-49d722cc7a52 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbff9ab860f2451cc505d7287eb3bfd9088151f" -d '{"router": {"external_gateway_info": {}}}' 2018-10-12 12:44:54,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-f88b4893-a740-44a7-8aa1-13a735e11455 Date: Fri, 12 Oct 2018 12:44:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:40:21Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:44:53Z", "revision_number": 8, "routes": [], "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "445a20cd-5d1c-4aa2-b194-49d722cc7a52", "name": "sdnvpn-4-1-router"}} 2018-10-12 12:44:54,193 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/445a20cd-5d1c-4aa2-b194-49d722cc7a52 used request id req-f88b4893-a740-44a7-8aa1-13a735e11455 2018-10-12 12:44:54,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/7596ecf2-929e-4a04-aef6-e62bace7b700 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbff9ab860f2451cc505d7287eb3bfd9088151f" 2018-10-12 12:44:56,688 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d82b4cab-9721-4913-ada0-886a7f62a37d Date: Fri, 12 Oct 2018 12:44:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:44:56,688 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/7596ecf2-929e-4a04-aef6-e62bace7b700 used request id req-d82b4cab-9721-4913-ada0-886a7f62a37d 2018-10-12 12:44:56,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/3eae61c9-e668-43b1-bd14-bdf641526020 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbff9ab860f2451cc505d7287eb3bfd9088151f" 2018-10-12 12:44:58,921 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bea4b2b7-449f-4c53-818a-d29bfa83ead9 Date: Fri, 12 Oct 2018 12:44:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:44:58,921 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/3eae61c9-e668-43b1-bd14-bdf641526020 used request id req-bea4b2b7-449f-4c53-818a-d29bfa83ead9 2018-10-12 12:44:58,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/445a20cd-5d1c-4aa2-b194-49d722cc7a52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbff9ab860f2451cc505d7287eb3bfd9088151f" 2018-10-12 12:44:59,462 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-28283c6f-70bc-4ad3-961f-8416e187fa78 Content-Length: 0 Date: Fri, 12 Oct 2018 12:44:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:44:59,462 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/445a20cd-5d1c-4aa2-b194-49d722cc7a52 used request id req-28283c6f-70bc-4ad3-961f-8416e187fa78 2018-10-12 12:44:59,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/ac3604b2-a537-4c9b-bbd6-4d5431db7226 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbff9ab860f2451cc505d7287eb3bfd9088151f" 2018-10-12 12:45:00,201 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-56e57c35-c3e5-4330-a8fb-bf580118f3ca Date: Fri, 12 Oct 2018 12:45:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:45:00,202 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/ac3604b2-a537-4c9b-bbd6-4d5431db7226 used request id req-56e57c35-c3e5-4330-a8fb-bf580118f3ca 2018-10-12 12:45:00,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/1181e965-ce50-4845-ae5c-20364a3e851b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbff9ab860f2451cc505d7287eb3bfd9088151f" 2018-10-12 12:45:01,425 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3cb61503-31af-4c91-b83a-23ed55e4d04c Date: Fri, 12 Oct 2018 12:45:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:45:01,425 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/1181e965-ce50-4845-ae5c-20364a3e851b used request id req-3cb61503-31af-4c91-b83a-23ed55e4d04c 2018-10-12 12:45:01,425 - 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-10-12 12:45:01,426 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-12 12:45:01,426 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_4 2018-10-12 12:45:01,427 - 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-10-12 12:45:01,427 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest' 2018-10-12 12:45:01,427 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================ 2018-10-12 12:45:01,427 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.run_tempest 2018-10-12 12:45:01,630 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.run_tempest main method 2018-10-12 12:45:01,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:45:01,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:45:01,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:45:01,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:45:01,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:45:01,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:45:01,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:45:01,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:45:01,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:45:01,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:45:01,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:45:01,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:45:01,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:45:01,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:45:01,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:45:01,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:45:01,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:45:01,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:45:01,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:45:01,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:45:01,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:45:01,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:45:01,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:45:01,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:45:01,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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-10-12 12:45:01,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:45:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a01e49c2-143c-416f-b541-492c551a0d67 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:45:01,642 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a01e49c2-143c-416f-b541-492c551a0d67 2018-10-12 12:45:01,643 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:45:02,023 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:45:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["AlOoh5u7QnCXycI2crU80g"], "issued_at": "2018-10-12T12:45:02.000000Z"}} 2018-10-12 12:45:02,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-12 12:45:02,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:45:02,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-c85d83bf-abb5-49e0-8591-83b827c3172f Date: Fri, 12 Oct 2018 12:45:02 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"}]} 2018-10-12 12:45:02,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c85d83bf-abb5-49e0-8591-83b827c3172f 2018-10-12 12:45:02,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.617321014404s 2018-10-12 12:45:02,644 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c85d83bf-abb5-49e0-8591-83b827c3172f 2018-10-12 12:45:02,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-12 12:45:02,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:45:02,653 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 12:45: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 12:45:02,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:45:02,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:45:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1506a136-82dd-4751-bf4b-b23cf5c400fe Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/4c63915287d940839daec75dc8b59ff1"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4c63915287d940839daec75dc8b59ff1"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-10-12 12:45:02,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-1506a136-82dd-4751-bf4b-b23cf5c400fe 2018-10-12 12:45:02,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0974841117859s 2018-10-12 12:45:02,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-12 12:45:02,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}87ed12ff8c770de83975b1e15ee744af9eb17ed4" -d '{"project": {"description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "enabled": true, "domain_id": "default", "name": "bgpvpn-tempest-tes-project_698847e2-fd85-474c-9210-be901e1f4ede"}}' 2018-10-12 12:45:02,870 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 12:45:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f776520-b4c1-4c3f-8446-4a4b145167b1 Content-Length: 372 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "links": {"self": "http://172.30.9.26:5000/v3/projects/783b34e100d74503912261f5a4b717e4"}, "enabled": true, "id": "783b34e100d74503912261f5a4b717e4", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_698847e2-fd85-474c-9210-be901e1f4ede"}} 2018-10-12 12:45:02,870 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-2f776520-b4c1-4c3f-8446-4a4b145167b1 2018-10-12 12:45:02,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.126616001129s 2018-10-12 12:45:02,871 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-2f776520-b4c1-4c3f-8446-4a4b145167b1 2018-10-12 12:45:02,871 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'bgpvpn-tempest-tes-project_698847e2-fd85-474c-9210-be901e1f4ede', 'id': u'783b34e100d74503912261f5a4b717e4', 'description': u'Created by OPNFV Functest: bgpvpn-tempest-tests', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-12 12:45:02,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-12 12:45:03,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.355852127075s 2018-10-12 12:45:03,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/a574deb62cf74a139b1d0dc13eddcadc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:45:03,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:45:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6e27236-c751-460e-af9f-af3b20715786 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/a574deb62cf74a139b1d0dc13eddcadc"}, "enabled": true, "id": "a574deb62cf74a139b1d0dc13eddcadc", "options": {}, "domain_id": "default", "name": "bgpvpn-tempest-tests-user_698847e2-fd85-474c-9210-be901e1f4ede"}} 2018-10-12 12:45:03,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/a574deb62cf74a139b1d0dc13eddcadc used request id req-f6e27236-c751-460e-af9f-af3b20715786 2018-10-12 12:45:03,321 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'a574deb62cf74a139b1d0dc13eddcadc', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'bgpvpn-tempest-tests-user_698847e2-fd85-474c-9210-be901e1f4ede'}) 2018-10-12 12:45:03,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 12:45:03,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:45:03,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:45:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c3fcbec-beca-4f72-84fd-c364d778903f Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 12:45:03,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-5c3fcbec-beca-4f72-84fd-c364d778903f 2018-10-12 12:45:03,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0824520587921s 2018-10-12 12:45:03,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 12:45:03,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:45:03,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:45:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fe0260a-fba8-4743-b496-f0140a4118a6 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 12:45:03,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-7fe0260a-fba8-4743-b496-f0140a4118a6 2018-10-12 12:45:03,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0766160488129s 2018-10-12 12:45:03,483 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-12 12:45:03,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-12 12:45:03,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ed12ff8c770de83975b1e15ee744af9eb17ed4" -d '{"role": {"name": "Member"}}' 2018-10-12 12:45:03,594 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 12:45:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9d4fc4b-8f88-49ae-b1cf-782c5d06789e Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "365d6dd7836a4837b1ca6f8ca13f304e", "links": {"self": "http://172.30.9.26:5000/v3/roles/365d6dd7836a4837b1ca6f8ca13f304e"}, "name": "Member"}} 2018-10-12 12:45:03,594 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-a9d4fc4b-8f88-49ae-b1cf-782c5d06789e 2018-10-12 12:45:03,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.110789060593s 2018-10-12 12:45:03,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/365d6dd7836a4837b1ca6f8ca13f304e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:45:03,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:45:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9e3fd4a-357a-4dc9-bb35-a955ba1d569e Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/365d6dd7836a4837b1ca6f8ca13f304e"}, "domain_id": null, "name": "Member", "id": "365d6dd7836a4837b1ca6f8ca13f304e"}} 2018-10-12 12:45:03,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/365d6dd7836a4837b1ca6f8ca13f304e used request id req-d9e3fd4a-357a-4dc9-bb35-a955ba1d569e 2018-10-12 12:45:03,674 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/365d6dd7836a4837b1ca6f8ca13f304e'}, 'domain_id': None, 'human_id': None, 'id': u'365d6dd7836a4837b1ca6f8ca13f304e', 'HUMAN_ID': False}) 2018-10-12 12:45:03,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 12:45:03,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:45:03,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:45:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32515b81-9ce3-407b-b3c3-931cb20986bb Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "365d6dd7836a4837b1ca6f8ca13f304e", "links": {"self": "http://172.30.9.26:5000/v3/roles/365d6dd7836a4837b1ca6f8ca13f304e"}, "name": "Member"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 12:45:03,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-32515b81-9ce3-407b-b3c3-931cb20986bb 2018-10-12 12:45:03,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0799179077148s 2018-10-12 12:45:03,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-12 12:45:03,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:45:03,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:45:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5217a634-4975-4347-b4f4-c588928486cf Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 12:45:03,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-5217a634-4975-4347-b4f4-c588928486cf 2018-10-12 12:45:03,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0695021152496s 2018-10-12 12:45:03,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 12:45:03,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:45:03,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:45:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14354cd0-767f-40a1-b479-cb388d8aeac4 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_698847e2-fd85-474c-9210-be901e1f4ede", "links": {"self": "http://172.30.9.26:5000/v3/users/a574deb62cf74a139b1d0dc13eddcadc"}, "domain_id": "default", "enabled": true, "id": "a574deb62cf74a139b1d0dc13eddcadc", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 12:45:03,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-14354cd0-767f-40a1-b479-cb388d8aeac4 2018-10-12 12:45:03,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0988841056824s 2018-10-12 12:45:03,926 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-14354cd0-767f-40a1-b479-cb388d8aeac4 2018-10-12 12:45:03,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 12:45:03,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:45:04,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:45:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f78ab94-dae8-4d1d-9fa6-e88d6ce719db Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "links": {"self": "http://172.30.9.26:5000/v3/projects/783b34e100d74503912261f5a4b717e4"}, "enabled": true, "id": "783b34e100d74503912261f5a4b717e4", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_698847e2-fd85-474c-9210-be901e1f4ede"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-12 12:45:04,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-5f78ab94-dae8-4d1d-9fa6-e88d6ce719db 2018-10-12 12:45:04,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0773060321808s 2018-10-12 12:45:04,010 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-5f78ab94-dae8-4d1d-9fa6-e88d6ce719db 2018-10-12 12:45:04,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-12 12:45:04,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=a574deb62cf74a139b1d0dc13eddcadc&scope.project.id=783b34e100d74503912261f5a4b717e4&role.id=365d6dd7836a4837b1ca6f8ca13f304e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:45:04,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:45:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69fdbacd-f1a0-46c0-8355-c7ba7d59ac4c Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=a574deb62cf74a139b1d0dc13eddcadc&scope.project.id=783b34e100d74503912261f5a4b717e4&role.id=365d6dd7836a4837b1ca6f8ca13f304e", "previous": null, "next": null}} 2018-10-12 12:45:04,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=a574deb62cf74a139b1d0dc13eddcadc&scope.project.id=783b34e100d74503912261f5a4b717e4&role.id=365d6dd7836a4837b1ca6f8ca13f304e used request id req-69fdbacd-f1a0-46c0-8355-c7ba7d59ac4c 2018-10-12 12:45:04,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0792369842529s 2018-10-12 12:45:04,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-12 12:45:04,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/783b34e100d74503912261f5a4b717e4/users/a574deb62cf74a139b1d0dc13eddcadc/roles/365d6dd7836a4837b1ca6f8ca13f304e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:45:04,225 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 12:45:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-815015db-9926-4846-a1b2-e3dcb69bd732 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 12:45:04,225 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/783b34e100d74503912261f5a4b717e4/users/a574deb62cf74a139b1d0dc13eddcadc/roles/365d6dd7836a4837b1ca6f8ca13f304e used request id req-815015db-9926-4846-a1b2-e3dcb69bd732 2018-10-12 12:45:04,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.133198976517s 2018-10-12 12:45:04,226 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'bgpvpn-tempest-tes-project_698847e2-fd85-474c-9210-be901e1f4ede', 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': '56ef199f-a4d4-4523-8cee-2290938984d3', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'bgpvpn-tempest-tests-user_698847e2-fd85-474c-9210-be901e1f4ede', 'project_id': u'783b34e100d74503912261f5a4b717e4', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-12 12:45:04,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:45:04,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:45:04,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:45:04,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:45:04,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:45:04,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:45:04,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:45:04,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:45:04,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:45:04,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:45:04,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:45:04,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:45:04,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:45:04,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:45:04,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:45:04,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:45:04,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:45:04,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:45:04,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:45:04,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:45:04,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:45:04,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:45:04,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:45:04,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:45:04,231 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'bgpvpn-tempest-tests-user_698847e2-fd85-474c-9210-be901e1f4ede', 'password': '56ef199f-a4d4-4523-8cee-2290938984d3', 'project_name': 'bgpvpn-tempest-tes-project_698847e2-fd85-474c-9210-be901e1f4ede', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': '783b34e100d74503912261f5a4b717e4', 'project_domain_name': 'Default'} 2018-10-12 12:45:04,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 12:45:04,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:45:04,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:45:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67c672a4-337f-4152-9433-0fc852a004b8 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "365d6dd7836a4837b1ca6f8ca13f304e", "links": {"self": "http://172.30.9.26:5000/v3/roles/365d6dd7836a4837b1ca6f8ca13f304e"}, "name": "Member"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 12:45:04,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-67c672a4-337f-4152-9433-0fc852a004b8 2018-10-12 12:45:04,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0739250183105s 2018-10-12 12:45:04,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 12:45:04,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:45:04,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:45:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92c2bf79-bd6f-4557-b0ba-f0d500b0e6f3 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "365d6dd7836a4837b1ca6f8ca13f304e", "links": {"self": "http://172.30.9.26:5000/v3/roles/365d6dd7836a4837b1ca6f8ca13f304e"}, "name": "Member"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 12:45:04,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-92c2bf79-bd6f-4557-b0ba-f0d500b0e6f3 2018-10-12 12:45:04,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0916409492493s 2018-10-12 12:45:04,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-12 12:45:04,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:45:04,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:45:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4e59aab-55f1-47f7-9b78-fc5520e04292 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 12:45:04,487 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-c4e59aab-55f1-47f7-9b78-fc5520e04292 2018-10-12 12:45:04,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0870258808136s 2018-10-12 12:45:04,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 12:45:04,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:45:04,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:45:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-382c5f3b-750c-47c3-b9cf-160a442511d2 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_698847e2-fd85-474c-9210-be901e1f4ede", "links": {"self": "http://172.30.9.26:5000/v3/users/a574deb62cf74a139b1d0dc13eddcadc"}, "domain_id": "default", "enabled": true, "id": "a574deb62cf74a139b1d0dc13eddcadc", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 12:45:04,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-382c5f3b-750c-47c3-b9cf-160a442511d2 2018-10-12 12:45:04,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100239992142s 2018-10-12 12:45:04,589 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-382c5f3b-750c-47c3-b9cf-160a442511d2 2018-10-12 12:45:04,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 12:45:04,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:45:04,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:45:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da396ca1-0a3d-45c1-8c45-fd8868048016 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "links": {"self": "http://172.30.9.26:5000/v3/projects/783b34e100d74503912261f5a4b717e4"}, "enabled": true, "id": "783b34e100d74503912261f5a4b717e4", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_698847e2-fd85-474c-9210-be901e1f4ede"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-12 12:45:04,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-da396ca1-0a3d-45c1-8c45-fd8868048016 2018-10-12 12:45:04,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0773570537567s 2018-10-12 12:45:04,672 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-da396ca1-0a3d-45c1-8c45-fd8868048016 2018-10-12 12:45:04,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-12 12:45:04,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=a574deb62cf74a139b1d0dc13eddcadc&scope.project.id=783b34e100d74503912261f5a4b717e4&role.id=112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:45:04,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:45:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e73bf40d-5dd8-47ac-94f1-4fdf3c010e09 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=a574deb62cf74a139b1d0dc13eddcadc&scope.project.id=783b34e100d74503912261f5a4b717e4&role.id=112190b0dab44ef9a2f2f86430c0c451", "previous": null, "next": null}} 2018-10-12 12:45:04,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=a574deb62cf74a139b1d0dc13eddcadc&scope.project.id=783b34e100d74503912261f5a4b717e4&role.id=112190b0dab44ef9a2f2f86430c0c451 used request id req-e73bf40d-5dd8-47ac-94f1-4fdf3c010e09 2018-10-12 12:45:04,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0783388614655s 2018-10-12 12:45:04,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-12 12:45:04,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/783b34e100d74503912261f5a4b717e4/users/a574deb62cf74a139b1d0dc13eddcadc/roles/112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:45:04,877 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 12:45:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95d75da4-be02-4532-ad9f-ee31e1a23d41 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 12:45:04,877 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/783b34e100d74503912261f5a4b717e4/users/a574deb62cf74a139b1d0dc13eddcadc/roles/112190b0dab44ef9a2f2f86430c0c451 used request id req-95d75da4-be02-4532-ad9f-ee31e1a23d41 2018-10-12 12:45:04,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.123404979706s 2018-10-12 12:45:04,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 12:45:04,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:45:04,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:45:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57cb500a-d7ae-4632-8afa-5570ad34f56f Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "365d6dd7836a4837b1ca6f8ca13f304e", "links": {"self": "http://172.30.9.26:5000/v3/roles/365d6dd7836a4837b1ca6f8ca13f304e"}, "name": "Member"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 12:45:04,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-57cb500a-d7ae-4632-8afa-5570ad34f56f 2018-10-12 12:45:04,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.085629940033s 2018-10-12 12:45:04,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-12 12:45:04,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:45:05,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:45:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6898fcc-7e7c-4529-8740-0734577efc7e Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 12:45:05,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-e6898fcc-7e7c-4529-8740-0734577efc7e 2018-10-12 12:45:05,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.082592010498s 2018-10-12 12:45:05,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 12:45:05,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:45:05,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:45:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff2c6583-4f8b-4262-a416-9e8e85c5c3a8 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_698847e2-fd85-474c-9210-be901e1f4ede", "links": {"self": "http://172.30.9.26:5000/v3/users/a574deb62cf74a139b1d0dc13eddcadc"}, "domain_id": "default", "enabled": true, "id": "a574deb62cf74a139b1d0dc13eddcadc", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 12:45:05,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-ff2c6583-4f8b-4262-a416-9e8e85c5c3a8 2018-10-12 12:45:05,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0907959938049s 2018-10-12 12:45:05,140 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-ff2c6583-4f8b-4262-a416-9e8e85c5c3a8 2018-10-12 12:45:05,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-12 12:45:05,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=a574deb62cf74a139b1d0dc13eddcadc&role.id=112190b0dab44ef9a2f2f86430c0c451&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:45:05,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:45:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d228f6e6-c27a-40f6-9349-585ea5feef38 Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=a574deb62cf74a139b1d0dc13eddcadc&role.id=112190b0dab44ef9a2f2f86430c0c451&scope.domain.id=default", "previous": null, "next": null}} 2018-10-12 12:45:05,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=a574deb62cf74a139b1d0dc13eddcadc&role.id=112190b0dab44ef9a2f2f86430c0c451&scope.domain.id=default used request id req-d228f6e6-c27a-40f6-9349-585ea5feef38 2018-10-12 12:45:05,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0843629837036s 2018-10-12 12:45:05,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-12 12:45:05,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/domains/default/users/a574deb62cf74a139b1d0dc13eddcadc/roles/112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:45:05,489 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 12:45:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e2b0b93-fa72-45ed-8482-f5fef5421f1e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 12:45:05,489 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/domains/default/users/a574deb62cf74a139b1d0dc13eddcadc/roles/112190b0dab44ef9a2f2f86430c0c451 used request id req-0e2b0b93-fa72-45ed-8482-f5fef5421f1e 2018-10-12 12:45:05,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.25817990303s 2018-10-12 12:45:05,490 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-12 12:45:13,513 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-12 12:45:13.231 156 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=bfc8f34d-48e0-466c-83d7-dcad3dbdc517) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | bfc8f34d-48e0-466c-83d7-dcad3dbdc517 | 2018-10-12T12:45:13 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: bfc8f34d-48e0-466c-83d7-dcad3dbdc517 ~/.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-10-12 12:45:16,822 - 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-10-12 12:45:16,823 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-12 12:45:22,951 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-12 12:45:20.962 165 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-12 12:45:21.107 165 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-12 12:45:22.735 165 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2a3488a6-5150-45a7-a2d1-a6ce8d3194a7) has been successfully created! Using verifier 'opnfv-tempest' (UUID=2a3488a6-5150-45a7-a2d1-a6ce8d3194a7) as the default verifier for the future CLI operations. 2018-10-12 12:45:25,934 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-12 12:45:26,037 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-12 12:45:26,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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-10-12 12:45:26,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:45:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-417d7148-86b8-46a5-9c6c-890e8dce8ab4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:45:26,046 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-417d7148-86b8-46a5-9c6c-890e8dce8ab4 2018-10-12 12:45:26,047 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:45:26,432 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "365d6dd7836a4837b1ca6f8ca13f304e", "name": "Member"}], "expires_at": "2018-10-12T13:45:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "783b34e100d74503912261f5a4b717e4", "name": "bgpvpn-tempest-tes-project_698847e2-fd85-474c-9210-be901e1f4ede"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/783b34e100d74503912261f5a4b717e4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/783b34e100d74503912261f5a4b717e4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/783b34e100d74503912261f5a4b717e4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/783b34e100d74503912261f5a4b717e4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/783b34e100d74503912261f5a4b717e4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/783b34e100d74503912261f5a4b717e4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/783b34e100d74503912261f5a4b717e4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/783b34e100d74503912261f5a4b717e4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/783b34e100d74503912261f5a4b717e4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/783b34e100d74503912261f5a4b717e4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/783b34e100d74503912261f5a4b717e4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/783b34e100d74503912261f5a4b717e4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "bgpvpn-tempest-tests-user_698847e2-fd85-474c-9210-be901e1f4ede", "id": "a574deb62cf74a139b1d0dc13eddcadc"}, "audit_ids": ["dtPijTcRRh6Gf-hrNJsmlg"], "issued_at": "2018-10-12T12:45:26.000000Z"}} 2018-10-12 12:45:26,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}2b3e02781ca09e220531a2d8aa5eea581bec12c2" 2018-10-12 12:45:26,442 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 12 Oct 2018 12:45:26 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-10-12 12:45:26,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 12:45:26,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}2b3e02781ca09e220531a2d8aa5eea581bec12c2" 2018-10-12 12:45:26,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-3a20ba9f-7ca4-4cc3-830e-fdbf1353da30 Date: Fri, 12 Oct 2018 12:45:26 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 12:45:26,619 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-3a20ba9f-7ca4-4cc3-830e-fdbf1353da30 2018-10-12 12:45:26,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.173525810242s 2018-10-12 12:45:26,620 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-3a20ba9f-7ca4-4cc3-830e-fdbf1353da30 2018-10-12 12:45:26,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-12 12:45:26,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}2b3e02781ca09e220531a2d8aa5eea581bec12c2" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_698847e2-fd85-474c-9210-be901e1f4ede", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "bgpvpn-tempest-tests-img_698847e2-fd85-474c-9210-be901e1f4ede"}' 2018-10-12 12:45:26,853 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/f3c97692-a659-4f50-83b5-51a722bd5d20 X-Openstack-Request-Id: req-e7b541b8-91a0-4d91-a367-cb919c51a11e Date: Fri, 12 Oct 2018 12:45:26 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/f3c97692-a659-4f50-83b5-51a722bd5d20/file", "owner": "783b34e100d74503912261f5a4b717e4", "id": "f3c97692-a659-4f50-83b5-51a722bd5d20", "size": null, "self": "/v2/images/f3c97692-a659-4f50-83b5-51a722bd5d20", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T12:45:26Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_698847e2-fd85-474c-9210-be901e1f4ede", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_698847e2-fd85-474c-9210-be901e1f4ede", "checksum": null, "created_at": "2018-10-12T12:45:26Z", "protected": false} 2018-10-12 12:45:26,853 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-e7b541b8-91a0-4d91-a367-cb919c51a11e 2018-10-12 12:45:26,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.231274843216s 2018-10-12 12:45:26,854 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-e7b541b8-91a0-4d91-a367-cb919c51a11e returning object f3c97692-a659-4f50-83b5-51a722bd5d20 2018-10-12 12:45:26,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-12 12:45:26,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/f3c97692-a659-4f50-83b5-51a722bd5d20/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}2b3e02781ca09e220531a2d8aa5eea581bec12c2" -d '' 2018-10-12 12:45:28,055 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f56cfa48-c45f-4bad-8c00-7620ab84e68d Date: Fri, 12 Oct 2018 12:45:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 12:45:28,056 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/f3c97692-a659-4f50-83b5-51a722bd5d20/file used request id req-f56cfa48-c45f-4bad-8c00-7620ab84e68d 2018-10-12 12:45:28,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.20108604431s 2018-10-12 12:45:28,056 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/f3c97692-a659-4f50-83b5-51a722bd5d20/file used request id req-f56cfa48-c45f-4bad-8c00-7620ab84e68d 2018-10-12 12:45:28,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 12:45:28,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}2b3e02781ca09e220531a2d8aa5eea581bec12c2" 2018-10-12 12:45:28,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-e8708fbd-a405-47fe-98ae-6eebabd094ce Date: Fri, 12 Oct 2018 12:45:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/f3c97692-a659-4f50-83b5-51a722bd5d20/snap", "metadata": {}}], "file": "/v2/images/f3c97692-a659-4f50-83b5-51a722bd5d20/file", "owner": "783b34e100d74503912261f5a4b717e4", "id": "f3c97692-a659-4f50-83b5-51a722bd5d20", "size": 12716032, "self": "/v2/images/f3c97692-a659-4f50-83b5-51a722bd5d20", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/f3c97692-a659-4f50-83b5-51a722bd5d20/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T12:45:28Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_698847e2-fd85-474c-9210-be901e1f4ede", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_698847e2-fd85-474c-9210-be901e1f4ede", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T12:45:26Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 12:45:28,217 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-e8708fbd-a405-47fe-98ae-6eebabd094ce 2018-10-12 12:45:28,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.160845994949s 2018-10-12 12:45:28,218 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-e8708fbd-a405-47fe-98ae-6eebabd094ce 2018-10-12 12:45:28,220 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/f3c97692-a659-4f50-83b5-51a722bd5d20/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f3c97692-a659-4f50-83b5-51a722bd5d20/file', 'owner': u'783b34e100d74503912261f5a4b717e4', 'id': u'f3c97692-a659-4f50-83b5-51a722bd5d20', 'size': 12716032, u'self': u'/v2/images/f3c97692-a659-4f50-83b5-51a722bd5d20', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'783b34e100d74503912261f5a4b717e4', 'name': 'bgpvpn-tempest-tes-project_698847e2-fd85-474c-9210-be901e1f4ede', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/f3c97692-a659-4f50-83b5-51a722bd5d20/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-12T12:45:28Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-12T12:45:28Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_698847e2-fd85-474c-9210-be901e1f4ede', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/f3c97692-a659-4f50-83b5-51a722bd5d20', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_698847e2-fd85-474c-9210-be901e1f4ede', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'bgpvpn-tempest-tests-img_698847e2-fd85-474c-9210-be901e1f4ede', 'created': u'2018-10-12T12:45:26Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-12T12:45:26Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/f3c97692-a659-4f50-83b5-51a722bd5d20', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_698847e2-fd85-474c-9210-be901e1f4ede', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-12 12:45:28,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-12 12:45:28,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}87ed12ff8c770de83975b1e15ee744af9eb17ed4" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "bgpvpn-tempest-tests-flavor_698847e2-fd85-474c-9210-be901e1f4ede", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-12 12:45:28,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:45:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25b5b54a-467b-4e7f-b8d4-55f05a87f259 x-compute-request-id: req-25b5b54a-467b-4e7f-b8d4-55f05a87f259 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/312032be-7312-4b25-ad14-51a299085956", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/312032be-7312-4b25-ad14-51a299085956", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "312032be-7312-4b25-ad14-51a299085956", "name": "bgpvpn-tempest-tests-flavor_698847e2-fd85-474c-9210-be901e1f4ede", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:45:28,420 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-25b5b54a-467b-4e7f-b8d4-55f05a87f259 2018-10-12 12:45:28,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.199609994888s 2018-10-12 12:45:28,421 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-25b5b54a-467b-4e7f-b8d4-55f05a87f259 returning object 312032be-7312-4b25-ad14-51a299085956 2018-10-12 12:45:28,422 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_698847e2-fd85-474c-9210-be901e1f4ede', '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'd6e005d8411b4b378ddb320b792455b0', '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'312032be-7312-4b25-ad14-51a299085956', 'swap': 0}) 2018-10-12 12:45:28,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-12 12:45:28,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/312032be-7312-4b25-ad14-51a299085956/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}87ed12ff8c770de83975b1e15ee744af9eb17ed4" -d '{"extra_specs": {}}' 2018-10-12 12:45:28,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:45:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ba4b2abf-487c-4591-b026-4e916cae760a x-compute-request-id: req-ba4b2abf-487c-4591-b026-4e916cae760a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-12 12:45:28,443 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/312032be-7312-4b25-ad14-51a299085956/os-extra_specs used request id req-ba4b2abf-487c-4591-b026-4e916cae760a 2018-10-12 12:45:28,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0202989578247s 2018-10-12 12:45:28,443 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/312032be-7312-4b25-ad14-51a299085956/os-extra_specs used request id req-ba4b2abf-487c-4591-b026-4e916cae760a 2018-10-12 12:45:28,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 12:45:28,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}2b3e02781ca09e220531a2d8aa5eea581bec12c2" 2018-10-12 12:45:28,454 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 12:45:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 12:45:28,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b3e02781ca09e220531a2d8aa5eea581bec12c2" 2018-10-12 12:45:28,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:45:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d126cb7f-cfa8-4883-98c2-b2eff3813892 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "365d6dd7836a4837b1ca6f8ca13f304e", "links": {"self": "http://172.30.9.26:5000/v3/roles/365d6dd7836a4837b1ca6f8ca13f304e"}, "name": "Member"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 12:45:28,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-d126cb7f-cfa8-4883-98c2-b2eff3813892 2018-10-12 12:45:28,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0967309474945s 2018-10-12 12:45:28,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-12 12:45:28,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}2b3e02781ca09e220531a2d8aa5eea581bec12c2" 2018-10-12 12:45:28,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:45:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-979e64c2-d27b-4dd5-8f52-b6af9a431378 x-compute-request-id: req-979e64c2-d27b-4dd5-8f52-b6af9a431378 Content-Encoding: gzip Content-Length: 725 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 108}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 114}, "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": 6}]} 2018-10-12 12:45:28,730 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-979e64c2-d27b-4dd5-8f52-b6af9a431378 2018-10-12 12:45:28,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.184729099274s 2018-10-12 12:45:28,731 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-979e64c2-d27b-4dd5-8f52-b6af9a431378 2018-10-12 12:45:28,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 12:45:28,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}2b3e02781ca09e220531a2d8aa5eea581bec12c2" 2018-10-12 12:45:28,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-1a39db28-639c-4036-b020-1ccf1709cb0a Date: Fri, 12 Oct 2018 12:45:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/f3c97692-a659-4f50-83b5-51a722bd5d20/snap", "metadata": {}}], "file": "/v2/images/f3c97692-a659-4f50-83b5-51a722bd5d20/file", "owner": "783b34e100d74503912261f5a4b717e4", "id": "f3c97692-a659-4f50-83b5-51a722bd5d20", "size": 12716032, "self": "/v2/images/f3c97692-a659-4f50-83b5-51a722bd5d20", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/f3c97692-a659-4f50-83b5-51a722bd5d20/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T12:45:28Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_698847e2-fd85-474c-9210-be901e1f4ede", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_698847e2-fd85-474c-9210-be901e1f4ede", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T12:45:26Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 12:45:28,899 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-1a39db28-639c-4036-b020-1ccf1709cb0a 2018-10-12 12:45:28,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.167167186737s 2018-10-12 12:45:28,900 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-1a39db28-639c-4036-b020-1ccf1709cb0a 2018-10-12 12:45:28,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-12 12:45:28,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}2b3e02781ca09e220531a2d8aa5eea581bec12c2" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_alt_698847e2-fd85-474c-9210-be901e1f4ede", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "bgpvpn-tempest-tests-img_alt_698847e2-fd85-474c-9210-be901e1f4ede"}' 2018-10-12 12:45:29,111 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 899 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/922a484a-c291-4ce1-a0db-5a8bcc162a77 X-Openstack-Request-Id: req-4d465414-02ed-485e-8031-a9922d8a3574 Date: Fri, 12 Oct 2018 12:45:29 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/922a484a-c291-4ce1-a0db-5a8bcc162a77/file", "owner": "783b34e100d74503912261f5a4b717e4", "id": "922a484a-c291-4ce1-a0db-5a8bcc162a77", "size": null, "self": "/v2/images/922a484a-c291-4ce1-a0db-5a8bcc162a77", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T12:45:29Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_alt_698847e2-fd85-474c-9210-be901e1f4ede", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_alt_698847e2-fd85-474c-9210-be901e1f4ede", "checksum": null, "created_at": "2018-10-12T12:45:29Z", "protected": false} 2018-10-12 12:45:29,111 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-4d465414-02ed-485e-8031-a9922d8a3574 2018-10-12 12:45:29,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.208995819092s 2018-10-12 12:45:29,112 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-4d465414-02ed-485e-8031-a9922d8a3574 returning object 922a484a-c291-4ce1-a0db-5a8bcc162a77 2018-10-12 12:45:29,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-12 12:45:29,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/922a484a-c291-4ce1-a0db-5a8bcc162a77/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}2b3e02781ca09e220531a2d8aa5eea581bec12c2" -d '' 2018-10-12 12:45:30,236 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4dd9e98b-6b6c-4c0e-ae9d-bb1223313a57 Date: Fri, 12 Oct 2018 12:45:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 12:45:30,236 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/922a484a-c291-4ce1-a0db-5a8bcc162a77/file used request id req-4dd9e98b-6b6c-4c0e-ae9d-bb1223313a57 2018-10-12 12:45:30,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.12179207802s 2018-10-12 12:45:30,236 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/922a484a-c291-4ce1-a0db-5a8bcc162a77/file used request id req-4dd9e98b-6b6c-4c0e-ae9d-bb1223313a57 2018-10-12 12:45:30,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 12:45:30,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}2b3e02781ca09e220531a2d8aa5eea581bec12c2" 2018-10-12 12:45:30,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2383 Content-Type: application/json X-Openstack-Request-Id: req-4662290b-97f6-4e8b-968a-52df2bfc8c14 Date: Fri, 12 Oct 2018 12:45:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/922a484a-c291-4ce1-a0db-5a8bcc162a77/snap", "metadata": {}}], "file": "/v2/images/922a484a-c291-4ce1-a0db-5a8bcc162a77/file", "owner": "783b34e100d74503912261f5a4b717e4", "id": "922a484a-c291-4ce1-a0db-5a8bcc162a77", "size": 12716032, "self": "/v2/images/922a484a-c291-4ce1-a0db-5a8bcc162a77", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/922a484a-c291-4ce1-a0db-5a8bcc162a77/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T12:45:30Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_alt_698847e2-fd85-474c-9210-be901e1f4ede", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_alt_698847e2-fd85-474c-9210-be901e1f4ede", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T12:45:29Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/f3c97692-a659-4f50-83b5-51a722bd5d20/snap", "metadata": {}}], "file": "/v2/images/f3c97692-a659-4f50-83b5-51a722bd5d20/file", "owner": "783b34e100d74503912261f5a4b717e4", "id": "f3c97692-a659-4f50-83b5-51a722bd5d20", "size": 12716032, "self": "/v2/images/f3c97692-a659-4f50-83b5-51a722bd5d20", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/f3c97692-a659-4f50-83b5-51a722bd5d20/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T12:45:28Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_698847e2-fd85-474c-9210-be901e1f4ede", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_698847e2-fd85-474c-9210-be901e1f4ede", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T12:45:26Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 12:45:30,260 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-4662290b-97f6-4e8b-968a-52df2bfc8c14 2018-10-12 12:45:30,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0227930545807s 2018-10-12 12:45:30,260 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-4662290b-97f6-4e8b-968a-52df2bfc8c14 2018-10-12 12:45:30,263 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/922a484a-c291-4ce1-a0db-5a8bcc162a77/snap', u'metadata': Munch({})})], 'file': u'/v2/images/922a484a-c291-4ce1-a0db-5a8bcc162a77/file', 'owner': u'783b34e100d74503912261f5a4b717e4', 'id': u'922a484a-c291-4ce1-a0db-5a8bcc162a77', 'size': 12716032, u'self': u'/v2/images/922a484a-c291-4ce1-a0db-5a8bcc162a77', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'783b34e100d74503912261f5a4b717e4', 'name': 'bgpvpn-tempest-tes-project_698847e2-fd85-474c-9210-be901e1f4ede', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/922a484a-c291-4ce1-a0db-5a8bcc162a77/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-12T12:45:30Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-12T12:45:30Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_698847e2-fd85-474c-9210-be901e1f4ede', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/922a484a-c291-4ce1-a0db-5a8bcc162a77', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_698847e2-fd85-474c-9210-be901e1f4ede', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'bgpvpn-tempest-tests-img_alt_698847e2-fd85-474c-9210-be901e1f4ede', 'created': u'2018-10-12T12:45:29Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-12T12:45:29Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/922a484a-c291-4ce1-a0db-5a8bcc162a77', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_698847e2-fd85-474c-9210-be901e1f4ede', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-12 12:45:30,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-12 12:45:30,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}87ed12ff8c770de83975b1e15ee744af9eb17ed4" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "bgpvpn-tempest-tests-flavor_alt_698847e2-fd85-474c-9210-be901e1f4ede", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-12 12:45:30,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:45: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-1c43faeb-1d71-4e8f-9fc9-af7d10672062 x-compute-request-id: req-1c43faeb-1d71-4e8f-9fc9-af7d10672062 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/c1aa3df2-8d1f-43b9-aa26-14ca73cb423c", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/c1aa3df2-8d1f-43b9-aa26-14ca73cb423c", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c1aa3df2-8d1f-43b9-aa26-14ca73cb423c", "name": "bgpvpn-tempest-tests-flavor_alt_698847e2-fd85-474c-9210-be901e1f4ede", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:45:30,318 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-1c43faeb-1d71-4e8f-9fc9-af7d10672062 2018-10-12 12:45:30,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0544390678406s 2018-10-12 12:45:30,318 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-1c43faeb-1d71-4e8f-9fc9-af7d10672062 returning object c1aa3df2-8d1f-43b9-aa26-14ca73cb423c 2018-10-12 12:45:30,319 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_alt_698847e2-fd85-474c-9210-be901e1f4ede', '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'd6e005d8411b4b378ddb320b792455b0', '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'c1aa3df2-8d1f-43b9-aa26-14ca73cb423c', 'swap': 0}) 2018-10-12 12:45:30,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-12 12:45:30,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/c1aa3df2-8d1f-43b9-aa26-14ca73cb423c/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}87ed12ff8c770de83975b1e15ee744af9eb17ed4" -d '{"extra_specs": {}}' 2018-10-12 12:45:30,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:45: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-9210fd88-07c1-42d7-82d1-fa86d735adf0 x-compute-request-id: req-9210fd88-07c1-42d7-82d1-fa86d735adf0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-12 12:45:30,350 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/c1aa3df2-8d1f-43b9-aa26-14ca73cb423c/os-extra_specs used request id req-9210fd88-07c1-42d7-82d1-fa86d735adf0 2018-10-12 12:45:30,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0296518802643s 2018-10-12 12:45:30,350 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/c1aa3df2-8d1f-43b9-aa26-14ca73cb423c/os-extra_specs used request id req-9210fd88-07c1-42d7-82d1-fa86d735adf0 2018-10-12 12:45:30,351 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_alt_698847e2-fd85-474c-9210-be901e1f4ede', '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'd6e005d8411b4b378ddb320b792455b0', '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'c1aa3df2-8d1f-43b9-aa26-14ca73cb423c', 'swap': 0}) 2018-10-12 12:45:34,086 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-12 12:45:32.596 184 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=2a3488a6-5150-45a7-a2d1-a6ce8d3194a7) for deployment 'opnfv-rally' (UUID=bfc8f34d-48e0-466c-83d7-dcad3dbdc517). 2018-10-12 12:45:33.914 184 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-12 12:45:33.916 184 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2a3488a6-5150-45a7-a2d1-a6ce8d3194a7) has been successfully configured for deployment 'opnfv-rally' (UUID=bfc8f34d-48e0-466c-83d7-dcad3dbdc517)! 2018-10-12 12:45:34,087 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-12 12:45:34,087 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-12 12:45:34,089 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-12 12:45:34,103 - sdnvpn-tempest - DEBUG - Updating /root/.rally/verification/verifier-2a3488a6-5150-45a7-a2d1-a6ce8d3194a7/for-deployment-bfc8f34d-48e0-466c-83d7-dcad3dbdc517/tempest.conf with bgpvpn=True 2018-10-12 12:45:34,106 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-12 12:45:36,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-2a3488a6-5150-45a7-a2d1-a6ce8d3194a7/repo; testr list-tests '^networking_bgpvpn_tempest\.' >/home/opnfv/functest/results/bgpvpn-tempest-tests/test_list.txt 2>/dev/null) 2018-10-12 12:45:36,843 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-12 12:45:36,857 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-12 12:45:36,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/bgpvpn-tempest-tests/test_list.txt', u'--concurrency=4']'. 2018-10-12 12:45:38,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:45:38.865 193 INFO rally.api [-] Starting verification (UUID=f1f433de-f35c-4f41-81a1-d25930cc20ef) for deployment 'opnfv-rally' (UUID=bfc8f34d-48e0-466c-83d7-dcad3dbdc517) by verifier 'opnfv-tempest' (UUID=2a3488a6-5150-45a7-a2d1-a6ce8d3194a7). 2018-10-12 12:45:38,867 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: f1f433de-f35c-4f41-81a1-d25930cc20ef 2018-10-12 12:49:58,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: f1f433de-f35c-4f41-81a1-d25930cc20ef 2018-10-12 12:49:58,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'f1f433de-f35c-4f41-81a1-d25930cc20ef']'. 2018-10-12 12:49:59,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-12 12:49:59,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-12 12:49:59,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-12 12:49:59,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | f1f433de-f35c-4f41-81a1-d25930cc20ef | 2018-10-12 12:49:59,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-12 12:49:59,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-12 12:45:38 | 2018-10-12 12:49:59,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-12 12:49:58 | 2018-10-12 12:49:59,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:20 | 2018-10-12 12:49:59,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-10-12 12:49:59,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-12 12:49:59,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-12 12:49:59,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 2a3488a6-5150-45a7-a2d1-a6ce8d3194a7) | 2018-10-12 12:49:59,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-12 12:49:59,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: bfc8f34d-48e0-466c-83d7-dcad3dbdc517) | 2018-10-12 12:49:59,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 17 | 2018-10-12 12:49:59,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 250.664 | 2018-10-12 12:49:59,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 15 | 2018-10-12 12:49:59,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-10-12 12:49:59,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-12 12:49:59,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-12 12:49:59,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-10-12 12:49:59,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-12 12:49:59,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-12 12:49:59,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-12 12:49:59,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest bgpvpn-tempest-tests success_rate is 88.2352941176% 2018-10-12 12:49:59,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-12 12:49:59,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/922a484a-c291-4ce1-a0db-5a8bcc162a77 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b3e02781ca09e220531a2d8aa5eea581bec12c2" 2018-10-12 12:50:00,877 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4d902b9c-124b-4473-b262-8d49c4c0f35b Date: Fri, 12 Oct 2018 12:50:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 12:50:00,877 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/922a484a-c291-4ce1-a0db-5a8bcc162a77 used request id req-4d902b9c-124b-4473-b262-8d49c4c0f35b 2018-10-12 12:50:00,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.37060213089s 2018-10-12 12:50:00,877 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/922a484a-c291-4ce1-a0db-5a8bcc162a77 used request id req-4d902b9c-124b-4473-b262-8d49c4c0f35b 2018-10-12 12:50:00,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-12 12:50:00,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:50:00,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:50:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b7f5cd39-a733-446d-a1f0-2ba00ee00cd4 x-compute-request-id: req-b7f5cd39-a733-446d-a1f0-2ba00ee00cd4 Content-Encoding: gzip Content-Length: 417 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/312032be-7312-4b25-ad14-51a299085956", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/312032be-7312-4b25-ad14-51a299085956", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "312032be-7312-4b25-ad14-51a299085956", "name": "bgpvpn-tempest-tests-flavor_698847e2-fd85-474c-9210-be901e1f4ede", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/c1aa3df2-8d1f-43b9-aa26-14ca73cb423c", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/c1aa3df2-8d1f-43b9-aa26-14ca73cb423c", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c1aa3df2-8d1f-43b9-aa26-14ca73cb423c", "name": "bgpvpn-tempest-tests-flavor_alt_698847e2-fd85-474c-9210-be901e1f4ede", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-12 12:50:00,922 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-b7f5cd39-a733-446d-a1f0-2ba00ee00cd4 2018-10-12 12:50:00,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0442678928375s 2018-10-12 12:50:00,923 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-b7f5cd39-a733-446d-a1f0-2ba00ee00cd4 2018-10-12 12:50:00,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-12 12:50:00,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/c1aa3df2-8d1f-43b9-aa26-14ca73cb423c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:50:00,997 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:50:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-546280d7-ffa9-4d15-8bcb-83d2543c77b7 x-compute-request-id: req-546280d7-ffa9-4d15-8bcb-83d2543c77b7 Content-Length: 0 Content-Type: application/json 2018-10-12 12:50:00,997 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/c1aa3df2-8d1f-43b9-aa26-14ca73cb423c used request id req-546280d7-ffa9-4d15-8bcb-83d2543c77b7 2018-10-12 12:50:00,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0719780921936s 2018-10-12 12:50:00,998 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/c1aa3df2-8d1f-43b9-aa26-14ca73cb423c used request id req-546280d7-ffa9-4d15-8bcb-83d2543c77b7 2018-10-12 12:50:00,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 12:50:00,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}2b3e02781ca09e220531a2d8aa5eea581bec12c2" 2018-10-12 12:50:01,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-86174210-3972-41bc-a781-2796f68fad1d Date: Fri, 12 Oct 2018 12:50:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/f3c97692-a659-4f50-83b5-51a722bd5d20/snap", "metadata": {}}], "file": "/v2/images/f3c97692-a659-4f50-83b5-51a722bd5d20/file", "owner": "783b34e100d74503912261f5a4b717e4", "id": "f3c97692-a659-4f50-83b5-51a722bd5d20", "size": 12716032, "self": "/v2/images/f3c97692-a659-4f50-83b5-51a722bd5d20", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/f3c97692-a659-4f50-83b5-51a722bd5d20/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T12:45:28Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_698847e2-fd85-474c-9210-be901e1f4ede", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_698847e2-fd85-474c-9210-be901e1f4ede", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T12:45:26Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 12:50:01,021 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-86174210-3972-41bc-a781-2796f68fad1d 2018-10-12 12:50:01,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0225689411163s 2018-10-12 12:50:01,021 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-86174210-3972-41bc-a781-2796f68fad1d 2018-10-12 12:50:01,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-12 12:50:01,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/f3c97692-a659-4f50-83b5-51a722bd5d20 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2b3e02781ca09e220531a2d8aa5eea581bec12c2" 2018-10-12 12:50:02,009 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2bda6fcf-9699-4260-b8ad-802f47efd2f9 Date: Fri, 12 Oct 2018 12:50:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 12:50:02,010 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/f3c97692-a659-4f50-83b5-51a722bd5d20 used request id req-2bda6fcf-9699-4260-b8ad-802f47efd2f9 2018-10-12 12:50:02,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.986681938171s 2018-10-12 12:50:02,010 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/f3c97692-a659-4f50-83b5-51a722bd5d20 used request id req-2bda6fcf-9699-4260-b8ad-802f47efd2f9 2018-10-12 12:50:02,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-12 12:50:02,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:50:02,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:50: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-293234ce-e4ff-4494-b983-2c1982d3fc53 x-compute-request-id: req-293234ce-e4ff-4494-b983-2c1982d3fc53 Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/312032be-7312-4b25-ad14-51a299085956", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/312032be-7312-4b25-ad14-51a299085956", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "312032be-7312-4b25-ad14-51a299085956", "name": "bgpvpn-tempest-tests-flavor_698847e2-fd85-474c-9210-be901e1f4ede", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-12 12:50:02,047 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-293234ce-e4ff-4494-b983-2c1982d3fc53 2018-10-12 12:50:02,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0353150367737s 2018-10-12 12:50:02,047 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-293234ce-e4ff-4494-b983-2c1982d3fc53 2018-10-12 12:50:02,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-12 12:50:02,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/312032be-7312-4b25-ad14-51a299085956 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:50:02,092 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:50: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-71a3be4a-02da-412e-b82b-4b3263d5d2e4 x-compute-request-id: req-71a3be4a-02da-412e-b82b-4b3263d5d2e4 Content-Length: 0 Content-Type: application/json 2018-10-12 12:50:02,092 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/312032be-7312-4b25-ad14-51a299085956 used request id req-71a3be4a-02da-412e-b82b-4b3263d5d2e4 2018-10-12 12:50:02,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0425410270691s 2018-10-12 12:50:02,093 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/312032be-7312-4b25-ad14-51a299085956 used request id req-71a3be4a-02da-412e-b82b-4b3263d5d2e4 2018-10-12 12:50:02,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 12:50:02,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:50:02,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:50:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8a26db3-9e61-47c0-aa6c-8c89a5d710cd Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_698847e2-fd85-474c-9210-be901e1f4ede", "links": {"self": "http://172.30.9.26:5000/v3/users/a574deb62cf74a139b1d0dc13eddcadc"}, "domain_id": "default", "enabled": true, "id": "a574deb62cf74a139b1d0dc13eddcadc", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 12:50:02,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-f8a26db3-9e61-47c0-aa6c-8c89a5d710cd 2018-10-12 12:50:02,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0882041454315s 2018-10-12 12:50:02,182 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-f8a26db3-9e61-47c0-aa6c-8c89a5d710cd 2018-10-12 12:50:02,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 12:50:02,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/a574deb62cf74a139b1d0dc13eddcadc -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:50:02,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:50:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01fc7f65-1686-4d28-af12-a800aacc5d3c Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/a574deb62cf74a139b1d0dc13eddcadc"}, "enabled": true, "id": "a574deb62cf74a139b1d0dc13eddcadc", "options": {}, "domain_id": "default", "name": "bgpvpn-tempest-tests-user_698847e2-fd85-474c-9210-be901e1f4ede"}} 2018-10-12 12:50:02,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/a574deb62cf74a139b1d0dc13eddcadc used request id req-01fc7f65-1686-4d28-af12-a800aacc5d3c 2018-10-12 12:50:02,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0892231464386s 2018-10-12 12:50:02,278 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/a574deb62cf74a139b1d0dc13eddcadc used request id req-01fc7f65-1686-4d28-af12-a800aacc5d3c 2018-10-12 12:50:02,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-12 12:50:02,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/a574deb62cf74a139b1d0dc13eddcadc -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:50:02,474 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 12:50:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff0ac664-0fdb-4043-bb47-9df99b7e5b8b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 12:50:02,474 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/a574deb62cf74a139b1d0dc13eddcadc used request id req-ff0ac664-0fdb-4043-bb47-9df99b7e5b8b 2018-10-12 12:50:02,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.19614315033s 2018-10-12 12:50:02,475 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/a574deb62cf74a139b1d0dc13eddcadc used request id req-ff0ac664-0fdb-4043-bb47-9df99b7e5b8b 2018-10-12 12:50:02,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 12:50:02,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:50:02,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:50:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-756e6ab7-73f7-40d4-a73d-9a3fd9f2e722 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "links": {"self": "http://172.30.9.26:5000/v3/projects/783b34e100d74503912261f5a4b717e4"}, "enabled": true, "id": "783b34e100d74503912261f5a4b717e4", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_698847e2-fd85-474c-9210-be901e1f4ede"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-12 12:50:02,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-756e6ab7-73f7-40d4-a73d-9a3fd9f2e722 2018-10-12 12:50:02,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0828499794006s 2018-10-12 12:50:02,559 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-756e6ab7-73f7-40d4-a73d-9a3fd9f2e722 2018-10-12 12:50:02,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-12 12:50:02,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/783b34e100d74503912261f5a4b717e4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:50:02,794 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 12:50:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58a596fd-e1cc-420b-978c-feb4743b475a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 12:50:02,794 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/783b34e100d74503912261f5a4b717e4 used request id req-58a596fd-e1cc-420b-978c-feb4743b475a 2018-10-12 12:50:02,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.232583045959s 2018-10-12 12:50:02,795 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/783b34e100d74503912261f5a4b717e4 used request id req-58a596fd-e1cc-420b-978c-feb4743b475a 2018-10-12 12:50:02,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 12:50:02,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:50:02,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:50:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5690926-a544-4455-bef6-4848a60ea14f Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "365d6dd7836a4837b1ca6f8ca13f304e", "links": {"self": "http://172.30.9.26:5000/v3/roles/365d6dd7836a4837b1ca6f8ca13f304e"}, "name": "Member"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 12:50:02,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-c5690926-a544-4455-bef6-4848a60ea14f 2018-10-12 12:50:02,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0847229957581s 2018-10-12 12:50:02,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-12 12:50:02,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/365d6dd7836a4837b1ca6f8ca13f304e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:50:02,983 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 12:50:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ff8390c-e13a-4cdb-a12c-381a3f9d0180 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 12:50:02,983 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/365d6dd7836a4837b1ca6f8ca13f304e used request id req-8ff8390c-e13a-4cdb-a12c-381a3f9d0180 2018-10-12 12:50:02,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.101425886154s 2018-10-12 12:50:02,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-12 12:50:02,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/security-groups.json?project_id=783b34e100d74503912261f5a4b717e4&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}87ed12ff8c770de83975b1e15ee744af9eb17ed4" 2018-10-12 12:50:03,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-b4b04c2a-9f05-4342-ad21-f488928bc185 Date: Fri, 12 Oct 2018 12:50:03 GMT RESP BODY: {"security_groups": []} 2018-10-12 12:50:03,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=783b34e100d74503912261f5a4b717e4&name=default used request id req-b4b04c2a-9f05-4342-ad21-f488928bc185 2018-10-12 12:50:03,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.172189950943s 2018-10-12 12:50:03,159 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=783b34e100d74503912261f5a4b717e4&name=default used request id req-b4b04c2a-9f05-4342-ad21-f488928bc185 2018-10-12 12:50:03,159 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.run_tempest 2018-10-12 12:50:03,160 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest': {'status': 'FAIL', 'details': 'Tempest testcases have been completed'} 2018-10-12 12:50:03,160 - 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-10-12 12:50:03,160 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================================================== 2018-10-12 12:50:03,160 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_10 2018-10-12 12:50:03,331 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_10 main method 2018-10-12 12:50:03,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:50:03,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:50:03,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:50:03,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:50:03,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:50:03,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:50:03,332 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:50:03,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:50:03,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:50:03,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:50:03,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:50:03,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:50:03,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:50:03,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:50:03,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:50:03,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:50:03,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:50:03,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:50:03,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:50:03,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:50:03,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:50:03,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:50:03,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:50:03,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:50:03,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:50:03,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:50:03,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:50:03,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:50:03,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:50:03,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:50:03,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:50:03,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:50:03,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:50:03,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:50:03,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:50:03,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:50:03,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:50:03,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:50:03,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:50:03,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:50:03,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:50:03,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:50:03,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:50:03,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:50:03,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:50:03,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:50:03,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:50:03,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:50:03,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-12 12:50:03,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:50:03,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:50:03,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:50:03,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:50:03,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:50:03,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:50:03,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:50:03,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:50:03,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:50:03,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:50:03,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:50:03,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:50:03,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:50:03,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:50:03,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:50:03,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:50:03,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:50:03,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:50:03,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:50:03,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:50:03,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:50:03,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:50:03,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:50:03,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:50:03,343 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-12 12:50:03,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:50:03,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:50:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36ac6a02-6c52-4fb7-b7e4-92e9e0108260 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:50:03,350 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-36ac6a02-6c52-4fb7-b7e4-92e9e0108260 2018-10-12 12:50:03,351 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:50:03,736 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:50:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["zDSEPaGTSBCZ5-R3330mOw"], "issued_at": "2018-10-12T12:50:03.000000Z"}} 2018-10-12 12:50:03,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}86adc0fcbb19247f8dbf4a825d5125208a42d216" 2018-10-12 12:50:04,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-a2738ebc-161b-4748-88bc-ed120f531c88 Date: Fri, 12 Oct 2018 12:50:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-12 12:50:04,297 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20 used request id req-a2738ebc-161b-4748-88bc-ed120f531c88 2018-10-12 12:50:04,297 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-12 12:50:04,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}86adc0fcbb19247f8dbf4a825d5125208a42d216" 2018-10-12 12:50:04,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-224fc892-ed40-4be3-ae0c-d600f00573d5 Date: Fri, 12 Oct 2018 12:50:04 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-12 12:50:04,825 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-224fc892-ed40-4be3-ae0c-d600f00573d5 2018-10-12 12:50:04,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}86adc0fcbb19247f8dbf4a825d5125208a42d216" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-12 12:50:05,424 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/8090a927-f0c3-4432-ac1e-fad924a6004e X-Openstack-Request-Id: req-895a5fd6-8fee-4ae0-991a-1230e4c05adb Date: Fri, 12 Oct 2018 12:50:05 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T12:50:05Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-12T12:50:05Z", "visibility": "public", "locations": [], "self": "/v2/images/8090a927-f0c3-4432-ac1e-fad924a6004e", "min_disk": 0, "protected": false, "id": "8090a927-f0c3-4432-ac1e-fad924a6004e", "file": "/v2/images/8090a927-f0c3-4432-ac1e-fad924a6004e/file", "checksum": null, "owner": "d6e005d8411b4b378ddb320b792455b0", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 12:50:05,424 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-895a5fd6-8fee-4ae0-991a-1230e4c05adb 2018-10-12 12:50:05,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/8090a927-f0c3-4432-ac1e-fad924a6004e/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}86adc0fcbb19247f8dbf4a825d5125208a42d216" -d '' 2018-10-12 12:50:06,469 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5966303a-ad7d-4956-8fed-b36683f7808d Date: Fri, 12 Oct 2018 12:50:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 12:50:06,469 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/8090a927-f0c3-4432-ac1e-fad924a6004e/file used request id req-5966303a-ad7d-4956-8fed-b36683f7808d 2018-10-12 12:50:06,469 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-10-1-net 2018-10-12 12:50:06,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:50:06,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:50:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac3445d7-21ed-40e5-aeba-b89961c87519 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:50:06,477 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ac3445d7-21ed-40e5-aeba-b89961c87519 2018-10-12 12:50:06,477 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:50:06,859 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:50:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["ml2FSHCnQRy7Nw3e3QEnFw"], "issued_at": "2018-10-12T12:50:06.000000Z"}} 2018-10-12 12:50:06,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f32ecf4c6de0e91eb0c14e20b386e452e67fbad" -d '{"network": {"name": "sdnvpn-10-1-net", "admin_state_up": true}}' 2018-10-12 12:50:07,263 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-9884d3dc-2894-4a9d-84f2-dd77b2e218fa Date: Fri, 12 Oct 2018 12:50: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":"ea641bff-0bf9-43fe-94d6-93e0d1298025","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T12:50:07Z","is_default":false,"provider:segmentation_id":85,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:50:07Z","mtu":1450}} 2018-10-12 12:50:07,263 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-9884d3dc-2894-4a9d-84f2-dd77b2e218fa 2018-10-12 12:50:07,264 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-10-1-subnet in network ea641bff-0bf9-43fe-94d6-93e0d1298025 with cidr 10.10.10.0/24 2018-10-12 12:50:07,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f32ecf4c6de0e91eb0c14e20b386e452e67fbad" -d '{"subnets": [{"ip_version": 4, "network_id": "ea641bff-0bf9-43fe-94d6-93e0d1298025", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-10-1-subnet"}]}' 2018-10-12 12:50:07,910 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-d5d52afc-2b07-4ff2-a1c9-2bde5a72bae5 Date: Fri, 12 Oct 2018 12:50:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ea641bff-0bf9-43fe-94d6-93e0d1298025","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:50:07Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-12T12:50:07Z","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":"d6e005d8411b4b378ddb320b792455b0","id":"9cdd17db-6a9b-4308-b708-622bdd2327f5","subnetpool_id":null,"name":"sdnvpn-10-1-subnet"}]} 2018-10-12 12:50:07,910 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-d5d52afc-2b07-4ff2-a1c9-2bde5a72bae5 2018-10-12 12:50:07,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f32ecf4c6de0e91eb0c14e20b386e452e67fbad" 2018-10-12 12:50:08,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-7e01c65f-0316-4425-8d1d-a4705c27e2e0 Date: Fri, 12 Oct 2018 12:50:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "created_at": "2018-10-12T12:11:38Z", "updated_at": "2018-10-12T12:11:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "1e3a1018-ad30-4590-a304-5695017ce9df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "670a735b-aa37-4b15-a4af-7d422f280a47", "remote_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "afd171d3-7f5e-4987-afe0-cc382d12e0d9", "remote_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "f775879f-edd8-4ca7-8c5b-92d05be5901b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}], "revision_number": 4, "project_id": "0f9cd33d54bb43498a1eec2e9b62c518", "id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "updated_at": "2018-10-12T10:34:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "2ae4f47a-860c-4316-ac71-26a7138a332b", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "652ffd7b-44c1-45ae-bacb-d752209f00a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "c6536286-1efd-4324-bff2-83bf4e288f74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "d00fd409-954d-4a7e-b2ce-3b8e9364f9b2", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}], "revision_number": 4, "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "665a8bea-d7bf-418c-8720-ca198157c68e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "updated_at": "2018-10-12T10:44:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "03a7346d-e81e-42f1-90d8-2d77a0e34ff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "25484a0d-c36c-4968-8497-2fab34786f38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "3051e92e-adfd-43d1-8ad4-a37e12b00332", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "c8cd6bce-c3f0-4e98-afd5-635192d18ba4", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 4, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "updated_at": "2018-10-12T10:47:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "949496b4-b497-4a18-b6fe-e484eb4cd872", "remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "9f341cb7-083b-4329-bca3-1a395a91d0be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "bdbe928d-b791-4fc6-90ae-6c3615c86e98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "d081a0eb-165e-4df4-84c6-1cc829e521cc", "remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7a87eb57-d271-422f-a9cd-14b017359d35", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:53Z", "updated_at": "2018-10-12T12:19:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:16:53Z", "revision_number": 0, "id": "4691902c-126e-41c9-9882-de419c0d0ffd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:53Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-12T12:19:52Z", "revision_number": 0, "id": "4a594b00-87c5-4885-845b-b291b8a68e42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:19:52Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": 179, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-12T12:16:55Z", "revision_number": 0, "id": "4e0ddac3-3647-4aa1-bd6e-209bacf3d20b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:55Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:16:53Z", "revision_number": 0, "id": "5ca0f127-7885-4327-aeb8-e9148550c582", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:53Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-12T12:16:54Z", "revision_number": 0, "id": "7d142794-4b1a-4c7a-973d-eff35efe06b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:54Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:16:54Z", "revision_number": 0, "id": "8fcefee5-c604-41bd-95ee-cc233116bce2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:54Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-12T12:16:55Z", "revision_number": 0, "id": "b87fbce2-7987-4a1e-b96d-22d8f7dcb7d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:55Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 7, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "a012b764-3d71-4fe8-a730-445db10f62d9", "name": "sdnvpn-sg"}]} 2018-10-12 12:50:08,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-7e01c65f-0316-4425-8d1d-a4705c27e2e0 2018-10-12 12:50:08,126 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-12 12:50:08,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:50:08,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:50:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a60d04e2-2e4f-4994-a7d0-e58256cf137a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:50:08,137 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-a60d04e2-2e4f-4994-a7d0-e58256cf137a 2018-10-12 12:50:08,137 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:50:08,504 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:50:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["xcL9iFI1SBmdak_-QQlR4w"], "issued_at": "2018-10-12T12:50:08.000000Z"}} 2018-10-12 12:50:08,507 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d0ceb75625d1816375823c040137599c262a8e7" 2018-10-12 12:50:09,101 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:50: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-591eee27-1064-429d-940c-9443e8e52334 x-compute-request-id: req-591eee27-1064-429d-940c-9443e8e52334 Content-Encoding: gzip Content-Length: 725 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 108}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 114}, "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": 6}]} 2018-10-12 12:50:09,102 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-591eee27-1064-429d-940c-9443e8e52334 2018-10-12 12:50:09,103 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-10-12 12:50:09,103 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-2'... 2018-10-12 12:50:09,103 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-2 flavor=m1.tiny image=8090a927-f0c3-4432-ac1e-fad924a6004e network=ea641bff-0bf9-43fe-94d6-93e0d1298025 secgroup=a012b764-3d71-4fe8-a730-445db10f62d9 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-12 12:50:09,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:50:09,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:50:09,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:50:09,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:50:09,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:50:09,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:50:09,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:50:09,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:50:09,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:50:09,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:50:09,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:50:09,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:50:09,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:50:09,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:50:09,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:50:09,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:50:09,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:50:09,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:50:09,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:50:09,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:50:09,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:50:09,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:50:09,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:50:09,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:50:09,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:50:09,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:50:09,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:50:09,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:50:09,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:50:09,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:50:09,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:50:09,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:50:09,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:50:09,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:50:09,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:50:09,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:50:09,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:50:09,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:50:09,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:50:09,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:50:09,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:50:09,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:50:09,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:50:09,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:50:09,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:50:09,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:50:09,110 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:50:09,110 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:50:09,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:50:09,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:50:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3eb62fc-6c4f-4e91-bd25-031555993ce9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:50:09,119 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d3eb62fc-6c4f-4e91-bd25-031555993ce9 2018-10-12 12:50:09,119 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:50:09,495 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:50:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["kzT0fewwS46-8RkJcH-JEQ"], "issued_at": "2018-10-12T12:50:09.000000Z"}} 2018-10-12 12:50:09,498 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049c7d68f548f3365690a05ccb56d2a85b0b5ec4" 2018-10-12 12:50:09,979 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:50:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6d6e955e-bd2d-44b8-8f7a-be3973a69ff9 x-compute-request-id: req-6d6e955e-bd2d-44b8-8f7a-be3973a69ff9 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-12 12:50:09,979 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-6d6e955e-bd2d-44b8-8f7a-be3973a69ff9 2018-10-12 12:50:09,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049c7d68f548f3365690a05ccb56d2a85b0b5ec4" 2018-10-12 12:50:10,002 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:50:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1f26caf-ce7e-4eb0-9770-53402f1bc478 x-compute-request-id: req-b1f26caf-ce7e-4eb0-9770-53402f1bc478 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:50:10,002 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 used request id req-b1f26caf-ce7e-4eb0-9770-53402f1bc478 2018-10-12 12:50:10,005 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049c7d68f548f3365690a05ccb56d2a85b0b5ec4" -d '{"server": {"name": "sdnvpn-10-2", "imageRef": "8090a927-f0c3-4432-ac1e-fad924a6004e", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "da26bcae-e1ba-4983-b952-ae51fda523b7", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ea641bff-0bf9-43fe-94d6-93e0d1298025"}]}}' 2018-10-12 12:50:12,238 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:50: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-9a8bd83b-31e1-405d-b9a6-6bae5ca2d0a3 x-compute-request-id: req-9a8bd83b-31e1-405d-b9a6-6bae5ca2d0a3 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "20b54694-8494-454e-875d-e51496ab3b98", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/20b54694-8494-454e-875d-e51496ab3b98", "rel": "bookmark"}], "adminPass": "i3CJLZyQAM23"}} 2018-10-12 12:50:12,238 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-9a8bd83b-31e1-405d-b9a6-6bae5ca2d0a3 2018-10-12 12:50:12,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:50:12,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:50:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-670767ab-7bae-4edb-bbd6-06e083764756 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:50:12,247 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-670767ab-7bae-4edb-bbd6-06e083764756 2018-10-12 12:50:12,248 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:50:12,621 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:50:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["ZO0yHCaRT1OtrH_-4bP5uQ"], "issued_at": "2018-10-12T12:50:12.000000Z"}} 2018-10-12 12:50:12,624 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}466d9aea51f2eea4e1fa5fb1baee1b43345ffaff" 2018-10-12 12:50:13,524 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:50:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33fab802-4ef7-4d38-9fec-dda8fe18e0b8 x-compute-request-id: req-33fab802-4ef7-4d38-9fec-dda8fe18e0b8 Content-Encoding: gzip Content-Length: 616 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/20b54694-8494-454e-875d-e51496ab3b98", "rel": "bookmark"}], "image": {"id": "8090a927-f0c3-4432-ac1e-fad924a6004e", "links": [{"href": "http://172.30.9.26:8774/images/8090a927-f0c3-4432-ac1e-fad924a6004e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "20b54694-8494-454e-875d-e51496ab3b98", "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:50:13Z", "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-10-12T12:50:12Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:50:13,524 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98 used request id req-33fab802-4ef7-4d38-9fec-dda8fe18e0b8 2018-10-12 12:50:16,530 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}466d9aea51f2eea4e1fa5fb1baee1b43345ffaff" 2018-10-12 12:50:17,338 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:50: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-f17d9a5d-2e4e-4044-bbf5-604b9d822d0e x-compute-request-id: req-f17d9a5d-2e4e-4044-bbf5-604b9d822d0e Content-Encoding: gzip Content-Length: 706 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/20b54694-8494-454e-875d-e51496ab3b98", "rel": "bookmark"}], "image": {"id": "8090a927-f0c3-4432-ac1e-fad924a6004e", "links": [{"href": "http://172.30.9.26:8774/images/8090a927-f0c3-4432-ac1e-fad924a6004e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000114", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "20b54694-8494-454e-875d-e51496ab3b98", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:50:14Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-2", "created": "2018-10-12T12:50:12Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:50:17,338 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98 used request id req-f17d9a5d-2e4e-4044-bbf5-604b9d822d0e 2018-10-12 12:50:20,344 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}466d9aea51f2eea4e1fa5fb1baee1b43345ffaff" 2018-10-12 12:50:21,086 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-c538c6a5-fd01-40ee-a9b8-e564ca54d22e x-compute-request-id: req-c538c6a5-fd01-40ee-a9b8-e564ca54d22e Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:52:59", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/20b54694-8494-454e-875d-e51496ab3b98", "rel": "bookmark"}], "image": {"id": "8090a927-f0c3-4432-ac1e-fad924a6004e", "links": [{"href": "http://172.30.9.26:8774/images/8090a927-f0c3-4432-ac1e-fad924a6004e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000114", "OS-SRV-USG:launched_at": "2018-10-12T12:50:18.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "20b54694-8494-454e-875d-e51496ab3b98", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T12:50:19Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-2", "created": "2018-10-12T12:50:12Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:50:21,086 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98 used request id req-c538c6a5-fd01-40ee-a9b8-e564ca54d22e 2018-10-12 12:50:21,089 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049c7d68f548f3365690a05ccb56d2a85b0b5ec4" 2018-10-12 12:50:21,468 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:50:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8b421b02-a0d8-43c8-9288-ec9d6dcbe047 x-compute-request-id: req-8b421b02-a0d8-43c8-9288-ec9d6dcbe047 Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:52:59", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/20b54694-8494-454e-875d-e51496ab3b98", "rel": "bookmark"}], "image": {"id": "8090a927-f0c3-4432-ac1e-fad924a6004e", "links": [{"href": "http://172.30.9.26:8774/images/8090a927-f0c3-4432-ac1e-fad924a6004e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000114", "OS-SRV-USG:launched_at": "2018-10-12T12:50:18.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "20b54694-8494-454e-875d-e51496ab3b98", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-12T12:50:19Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-2", "created": "2018-10-12T12:50:12Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:50:21,468 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98 used request id req-8b421b02-a0d8-43c8-9288-ec9d6dcbe047 2018-10-12 12:50:21,469 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-2' booted successfully. IP='10.10.10.8'. 2018-10-12 12:50:21,469 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-2' to security group 'sdnvpn-sg'... 2018-10-12 12:50:21,472 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d0ceb75625d1816375823c040137599c262a8e7" -d '{"addSecurityGroup": {"name": "a012b764-3d71-4fe8-a730-445db10f62d9"}}' 2018-10-12 12:50:22,919 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:50:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8c598986-d197-46f9-941c-a75dbcb6a311 x-compute-request-id: req-8c598986-d197-46f9-941c-a75dbcb6a311 Content-Length: 0 Content-Type: application/json 2018-10-12 12:50:22,919 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action used request id req-8c598986-d197-46f9-941c-a75dbcb6a311 2018-10-12 12:50:22,920 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-1'... 2018-10-12 12:50:22,920 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-1 flavor=m1.tiny image=8090a927-f0c3-4432-ac1e-fad924a6004e network=ea641bff-0bf9-43fe-94d6-93e0d1298025 secgroup=a012b764-3d71-4fe8-a730-445db10f62d9 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.8 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-10-12 12:50:22,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:50:22,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:50:22,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:50:22,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:50:22,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:50:22,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:50:22,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:50:22,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:50:22,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:50:22,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:50:22,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:50:22,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:50:22,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:50:22,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:50:22,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:50:22,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:50:22,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:50:22,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:50:22,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:50:22,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:50:22,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:50:22,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:50:22,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:50:22,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:50:22,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:50:22,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:50:22,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:50:22,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:50:22,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:50:22,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:50:22,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:50:22,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:50:22,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:50:22,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:50:22,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:50:22,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:50:22,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:50:22,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:50:22,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:50:22,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:50:22,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:50:22,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:50:22,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:50:22,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:50:22,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:50:22,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:50:22,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:50:22,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:50:22,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:50:22,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:50:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91b80d9b-ffc0-4823-ab81-e90568188037 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:50:22,937 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-91b80d9b-ffc0-4823-ab81-e90568188037 2018-10-12 12:50:22,938 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:50:23,416 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:50:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["hEIRjszoTQW5lpwO2qasNg"], "issued_at": "2018-10-12T12:50:23.000000Z"}} 2018-10-12 12:50:23,420 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5b8b91d9589b097a6ac6aa7660b4a79df580d7" 2018-10-12 12:50:23,950 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:50:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-948f2174-92d3-4310-85e9-415815aee4ef x-compute-request-id: req-948f2174-92d3-4310-85e9-415815aee4ef Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-12 12:50:23,950 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-948f2174-92d3-4310-85e9-415815aee4ef 2018-10-12 12:50:23,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5b8b91d9589b097a6ac6aa7660b4a79df580d7" 2018-10-12 12:50:23,980 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:50:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5f257021-99fc-4c0d-897b-5cc66a931436 x-compute-request-id: req-5f257021-99fc-4c0d-897b-5cc66a931436 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:50:23,980 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 used request id req-5f257021-99fc-4c0d-897b-5cc66a931436 2018-10-12 12:50:23,983 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5b8b91d9589b097a6ac6aa7660b4a79df580d7" -d '{"server": {"name": "sdnvpn-10-1", "imageRef": "8090a927-f0c3-4432-ac1e-fad924a6004e", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "da26bcae-e1ba-4983-b952-ae51fda523b7", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC44CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ea641bff-0bf9-43fe-94d6-93e0d1298025"}], "config_drive": true}}' 2018-10-12 12:50:25,926 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:50:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d5616ec5-8deb-4500-bcae-a666bbf0312c x-compute-request-id: req-d5616ec5-8deb-4500-bcae-a666bbf0312c Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ecfbe3f9-834d-467b-871e-4d73fa497f8d", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d", "rel": "bookmark"}], "adminPass": "5Yxj23cKtBX9"}} 2018-10-12 12:50:25,926 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-d5616ec5-8deb-4500-bcae-a666bbf0312c 2018-10-12 12:50:25,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:50:25,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:50:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e49eb87d-2acb-49ff-b49e-01dc8f108fcd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:50:25,933 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-e49eb87d-2acb-49ff-b49e-01dc8f108fcd 2018-10-12 12:50:25,934 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:50:26,312 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:50:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["yuBNSCG5R7C2-6oRFF0GoA"], "issued_at": "2018-10-12T12:50:26.000000Z"}} 2018-10-12 12:50:26,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100c47b8d8a8c92dbae7f9e08c207a5c24cc4dd4" 2018-10-12 12:50:26,889 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-6bee85ce-2b44-4fe5-8bf7-fd2557da7e0f x-compute-request-id: req-6bee85ce-2b44-4fe5-8bf7-fd2557da7e0f Content-Encoding: gzip Content-Length: 622 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d", "rel": "bookmark"}], "image": {"id": "8090a927-f0c3-4432-ac1e-fad924a6004e", "links": [{"href": "http://172.30.9.26:8774/images/8090a927-f0c3-4432-ac1e-fad924a6004e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "ecfbe3f9-834d-467b-871e-4d73fa497f8d", "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:50: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-10-1", "created": "2018-10-12T12:50:25Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:50:26,889 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d used request id req-6bee85ce-2b44-4fe5-8bf7-fd2557da7e0f 2018-10-12 12:50:29,895 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100c47b8d8a8c92dbae7f9e08c207a5c24cc4dd4" 2018-10-12 12:50:30,598 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-0c262036-0d4c-44f9-b1d9-c594cf206a4f x-compute-request-id: req-0c262036-0d4c-44f9-b1d9-c594cf206a4f Content-Encoding: gzip Content-Length: 714 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d", "rel": "bookmark"}], "image": {"id": "8090a927-f0c3-4432-ac1e-fad924a6004e", "links": [{"href": "http://172.30.9.26:8774/images/8090a927-f0c3-4432-ac1e-fad924a6004e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000117", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "ecfbe3f9-834d-467b-871e-4d73fa497f8d", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:50:28Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:50:25Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:50:30,598 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d used request id req-0c262036-0d4c-44f9-b1d9-c594cf206a4f 2018-10-12 12:50:33,605 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}100c47b8d8a8c92dbae7f9e08c207a5c24cc4dd4" 2018-10-12 12:50:34,348 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:50: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-74e8cc70-92a1-4878-a625-6de2b9a34d24 x-compute-request-id: req-74e8cc70-92a1-4878-a625-6de2b9a34d24 Content-Encoding: gzip Content-Length: 783 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:bf:a2:9a", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d", "rel": "bookmark"}], "image": {"id": "8090a927-f0c3-4432-ac1e-fad924a6004e", "links": [{"href": "http://172.30.9.26:8774/images/8090a927-f0c3-4432-ac1e-fad924a6004e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000117", "OS-SRV-USG:launched_at": "2018-10-12T12:50:31.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "ecfbe3f9-834d-467b-871e-4d73fa497f8d", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:50:32Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:50:25Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:50:34,348 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d used request id req-74e8cc70-92a1-4878-a625-6de2b9a34d24 2018-10-12 12:50:34,351 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5b8b91d9589b097a6ac6aa7660b4a79df580d7" 2018-10-12 12:50:35,106 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:50: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-6c27afd6-4b3e-428d-9bfa-2d76e1231156 x-compute-request-id: req-6c27afd6-4b3e-428d-9bfa-2d76e1231156 Content-Encoding: gzip Content-Length: 783 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:bf:a2:9a", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d", "rel": "bookmark"}], "image": {"id": "8090a927-f0c3-4432-ac1e-fad924a6004e", "links": [{"href": "http://172.30.9.26:8774/images/8090a927-f0c3-4432-ac1e-fad924a6004e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000117", "OS-SRV-USG:launched_at": "2018-10-12T12:50:31.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "ecfbe3f9-834d-467b-871e-4d73fa497f8d", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:50:32Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:50:25Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:50:35,106 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d used request id req-6c27afd6-4b3e-428d-9bfa-2d76e1231156 2018-10-12 12:50:35,106 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-1' booted successfully. IP='10.10.10.13'. 2018-10-12 12:50:35,106 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-1' to security group 'sdnvpn-sg'... 2018-10-12 12:50:35,109 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d0ceb75625d1816375823c040137599c262a8e7" -d '{"addSecurityGroup": {"name": "a012b764-3d71-4fe8-a730-445db10f62d9"}}' 2018-10-12 12:50:36,893 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12: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 x-openstack-request-id: req-5e3dab66-1164-42aa-8b30-24fe8fc6391e x-compute-request-id: req-5e3dab66-1164-42aa-8b30-24fe8fc6391e Content-Length: 0 Content-Type: application/json 2018-10-12 12:50:36,893 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action used request id req-5e3dab66-1164-42aa-8b30-24fe8fc6391e 2018-10-12 12:50:36,893 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-3'... 2018-10-12 12:50:36,893 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-3 flavor=m1.tiny image=8090a927-f0c3-4432-ac1e-fad924a6004e network=ea641bff-0bf9-43fe-94d6-93e0d1298025 secgroup=a012b764-3d71-4fe8-a730-445db10f62d9 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.13 10.10.10.8 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-10-12 12:50:36,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:50:36,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:50:36,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:50:36,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:50:36,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:50:36,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:50:36,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:50:36,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:50:36,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:50:36,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:50:36,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:50:36,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:50:36,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:50:36,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:50:36,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:50:36,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:50:36,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:50:36,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:50:36,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:50:36,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:50:36,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:50:36,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:50:36,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:50:36,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:50:36,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:50:36,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:50:36,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:50:36,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:50:36,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:50:36,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:50:36,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:50:36,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:50:36,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:50:36,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:50:36,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:50:36,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:50:36,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:50:36,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:50:36,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:50:36,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:50:36,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:50:36,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:50:36,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:50:36,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:50:36,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:50:36,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:50:36,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:50:36,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:50:36,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:50:36,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:50:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d14a146-8cb4-409a-b65a-b68ef0962a20 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:50:36,911 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2d14a146-8cb4-409a-b65a-b68ef0962a20 2018-10-12 12:50:36,912 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:50:37,288 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:50:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["5m7YIwxKS36mf1rm7zuf2A"], "issued_at": "2018-10-12T12:50:37.000000Z"}} 2018-10-12 12:50:37,291 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da78e4837035bde3e9d6f24ff9610f334c3e104d" 2018-10-12 12:50:37,774 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:50:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-04db7be4-ee7b-4cfa-a82a-0d5aa588aec5 x-compute-request-id: req-04db7be4-ee7b-4cfa-a82a-0d5aa588aec5 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-12 12:50:37,774 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-04db7be4-ee7b-4cfa-a82a-0d5aa588aec5 2018-10-12 12:50:37,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da78e4837035bde3e9d6f24ff9610f334c3e104d" 2018-10-12 12:50:37,797 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:50:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54e134ee-2d61-4fa8-ace0-3a44e0fe4d2a x-compute-request-id: req-54e134ee-2d61-4fa8-ace0-3a44e0fe4d2a Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:50:37,797 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 used request id req-54e134ee-2d61-4fa8-ace0-3a44e0fe4d2a 2018-10-12 12:50:37,800 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da78e4837035bde3e9d6f24ff9610f334c3e104d" -d '{"server": {"name": "sdnvpn-10-3", "imageRef": "8090a927-f0c3-4432-ac1e-fad924a6004e", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "da26bcae-e1ba-4983-b952-ae51fda523b7", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xMyAxMC4xMC4xMC44CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ea641bff-0bf9-43fe-94d6-93e0d1298025"}], "config_drive": true}}' 2018-10-12 12:50:39,836 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:50:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2167f294-eb69-4f86-ba2a-c3278d7c5992 x-compute-request-id: req-2167f294-eb69-4f86-ba2a-c3278d7c5992 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "709f4024-76dd-4239-8d85-f0a9ed0379c0", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0", "rel": "bookmark"}], "adminPass": "pWDzVTGmc3h3"}} 2018-10-12 12:50:39,837 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-2167f294-eb69-4f86-ba2a-c3278d7c5992 2018-10-12 12:50:39,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:50:39,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:50:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cf69521-3641-4ec4-a284-caea620018ad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:50:39,845 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-3cf69521-3641-4ec4-a284-caea620018ad 2018-10-12 12:50:39,845 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:50:40,216 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:50:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["NIEHuechSAeAXnUjex3Z0A"], "issued_at": "2018-10-12T12:50:40.000000Z"}} 2018-10-12 12:50:40,219 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4f1dc690bf892b705283e5e04d4f59c1aa8a0a5" 2018-10-12 12:50:41,087 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:50: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-a2649b71-ae0c-434a-9cfd-2ddcd0c70302 x-compute-request-id: req-a2649b71-ae0c-434a-9cfd-2ddcd0c70302 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.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0", "rel": "bookmark"}], "image": {"id": "8090a927-f0c3-4432-ac1e-fad924a6004e", "links": [{"href": "http://172.30.9.26:8774/images/8090a927-f0c3-4432-ac1e-fad924a6004e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "709f4024-76dd-4239-8d85-f0a9ed0379c0", "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:50:40Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-10-3", "created": "2018-10-12T12:50:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:50:41,087 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0 used request id req-a2649b71-ae0c-434a-9cfd-2ddcd0c70302 2018-10-12 12:50:44,092 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4f1dc690bf892b705283e5e04d4f59c1aa8a0a5" 2018-10-12 12:50:44,801 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:50: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-9c2eaefc-9d4b-4b77-a672-0bbc5dddd1ce x-compute-request-id: req-9c2eaefc-9d4b-4b77-a672-0bbc5dddd1ce 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.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0", "rel": "bookmark"}], "image": {"id": "8090a927-f0c3-4432-ac1e-fad924a6004e", "links": [{"href": "http://172.30.9.26:8774/images/8090a927-f0c3-4432-ac1e-fad924a6004e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "709f4024-76dd-4239-8d85-f0a9ed0379c0", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:50:41Z", "hostId": "b5f73af50af3a553d9be82d64b205a1d1d12ae1e6ef3fe7031744a94", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-3", "created": "2018-10-12T12:50:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:50:44,802 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0 used request id req-9c2eaefc-9d4b-4b77-a672-0bbc5dddd1ce 2018-10-12 12:50:47,808 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4f1dc690bf892b705283e5e04d4f59c1aa8a0a5" 2018-10-12 12:50:48,635 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:50: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-815e61bf-8411-4114-8d9f-691eef5fc917 x-compute-request-id: req-815e61bf-8411-4114-8d9f-691eef5fc917 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:66:0b:8e", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0", "rel": "bookmark"}], "image": {"id": "8090a927-f0c3-4432-ac1e-fad924a6004e", "links": [{"href": "http://172.30.9.26:8774/images/8090a927-f0c3-4432-ac1e-fad924a6004e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-10-12T12:50:45.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "709f4024-76dd-4239-8d85-f0a9ed0379c0", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:50:46Z", "hostId": "b5f73af50af3a553d9be82d64b205a1d1d12ae1e6ef3fe7031744a94", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-3", "created": "2018-10-12T12:50:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:50:48,635 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0 used request id req-815e61bf-8411-4114-8d9f-691eef5fc917 2018-10-12 12:50:48,638 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da78e4837035bde3e9d6f24ff9610f334c3e104d" 2018-10-12 12:50:49,776 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-ac88c835-4f6c-4ae0-a39b-4ecde7a8208a x-compute-request-id: req-ac88c835-4f6c-4ae0-a39b-4ecde7a8208a 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:66:0b:8e", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0", "rel": "bookmark"}], "image": {"id": "8090a927-f0c3-4432-ac1e-fad924a6004e", "links": [{"href": "http://172.30.9.26:8774/images/8090a927-f0c3-4432-ac1e-fad924a6004e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-10-12T12:50:45.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "709f4024-76dd-4239-8d85-f0a9ed0379c0", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:50:46Z", "hostId": "b5f73af50af3a553d9be82d64b205a1d1d12ae1e6ef3fe7031744a94", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-3", "created": "2018-10-12T12:50:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:50:49,776 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0 used request id req-ac88c835-4f6c-4ae0-a39b-4ecde7a8208a 2018-10-12 12:50:49,777 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-3' booted successfully. IP='10.10.10.5'. 2018-10-12 12:50:49,777 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-3' to security group 'sdnvpn-sg'... 2018-10-12 12:50:49,780 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d0ceb75625d1816375823c040137599c262a8e7" -d '{"addSecurityGroup": {"name": "a012b764-3d71-4fe8-a730-445db10f62d9"}}' 2018-10-12 12:50:51,219 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:50:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6746e9dc-c73c-4984-84ab-152256577f6c x-compute-request-id: req-6746e9dc-c73c-4984-84ab-152256577f6c Content-Length: 0 Content-Type: application/json 2018-10-12 12:50:51,220 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action used request id req-6746e9dc-c73c-4984-84ab-152256577f6c 2018-10-12 12:50:51,220 - sdnvpn_test_utils - INFO - Waiting for instance 20b54694-8494-454e-875d-e51496ab3b98 to boot up 2018-10-12 12:50:51,223 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049c7d68f548f3365690a05ccb56d2a85b0b5ec4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:50:52,353 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-7c5fe67f-14b1-4d39-afa7-17dc344e01ee x-compute-request-id: req-7c5fe67f-14b1-4d39-afa7-17dc344e01ee Content-Encoding: gzip Content-Length: 10055 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488712359 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128433] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130060] pid_max: default: 32768 minimum: 301\n[ 0.130940] ACPI: Core revision 20150930\n[ 0.132307] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133595] Security Framework initialized\n[ 0.134394] Yama: becoming mindful.\n[ 0.135107] AppArmor: AppArmor initialized\n[ 0.135959] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137269] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138521] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139707] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141064] Initializing cgroup subsys io\n[ 0.141866] Initializing cgroup subsys memory\n[ 0.142709] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144432] Initializing cgroup subsys net_cls\n[ 0.145279] Initializing cgroup subsys perf_event\n[ 0.146174] Initializing cgroup subsys net_prio\n[ 0.147053] Initializing cgroup subsys hugetlb\n[ 0.147921] Initializing cgroup subsys pids\n[ 0.148781] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151095] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152088] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162736] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169093] ftrace: allocating 31920 entries in 125 pages\n[ 0.195377] smpboot: Max logical packages: 1\n[ 0.196217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197550] x2apic enabled\n[ 0.198347] Switched APIC routing to physical x2apic.\n[ 0.200089] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203153] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204913] KVM setup paravirtual spinlock\n[ 0.206192] x86: Booted up 1 node, 1 CPUs\n[ 0.206994] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208379] devtmpfs: initialized\n[ 0.210082] evm: security.selinux\n[ 0.210776] evm: security.SMACK64\n[ 0.211454] evm: security.SMACK64EXEC\n[ 0.212183] evm: security.SMACK64TRANSMUTE\n[ 0.212975] evm: security.SMACK64MMAP\n[ 0.213706] evm: security.ima\n[ 0.214339] evm: security.capability\n[ 0.215133] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216954] pinctrl core: initialized pinctrl subsystem\n[ 0.218037] RTC time: 12:50:18, date: 10/12/18\n[ 0.218990] NET: Registered protocol family 16\n[ 0.219951] cpuidle: using governor ladder\n[ 0.220756] cpuidle: using governor menu\n[ 0.221527] PCCT header not found.\n[ 0.222260] ACPI: bus type PCI registered\n[ 0.223053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224275] PCI: Using configuration type 1 for base access\n[ 0.226014] ACPI: Added _OSI(Module Device)\n[ 0.226844] ACPI: Added _OSI(Processor Device)\n[ 0.227701] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228588] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230705] ACPI: Interpreter enabled\n[ 0.231463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235107] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238752] ACPI: (supports S0 S5)\n[ 0.239451] ACPI: Using IOAPIC for interrupt routing\n[ 0.240380] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243456] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244581] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245798] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246978] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249170] acpiphp: Slot [3] registered\n[ 0.249970] acpiphp: Slot [4] registered\n[ 0.250765] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252349] acpiphp: Slot [7] registered\n[ 0.253144] acpiphp: Slot [8] registered\n[ 0.253937] acpiphp: Slot [9] registered\n[ 0.254722] acpiphp: Slot [10] registered\n[ 0.255518] acpiphp: Slot [11] registered\n[ 0.256327] acpiphp: Slot [12] registered\n[ 0.257134] acpiphp: Slot [13] registered\n[ 0.257934] acpiphp: Slot [14] registered\n[ 0.258734] acpiphp: Slot [15] registered\n[ 0.269921] acpiphp: Slot [16] registered\n[ 0.270726] acpiphp: Slot [17] registered\n[ 0.271525] acpiphp: Slot [18] registered\n[ 0.272317] acpiphp: Slot [19] registered\n[ 0.273120] acpiphp: Slot [20] registered\n[ 0.273925] acpiphp: Slot [21] registered\n[ 0.274725] acpiphp: Slot [22] registered\n[ 0.275524] acpiphp: Slot [23] registered\n[ 0.276320] acpiphp: Slot [24] registered\n[ 0.277121] acpiphp: Slot [25] registered\n[ 0.277926] acpiphp: Slot [26] registered\n[ 0.278726] acpiphp: Slot [27] registered\n[ 0.279527] acpiphp: Slot [28] registered\n[ 0.280325] acpiphp: Slot [29] registered\n[ 0.281124] acpiphp: Slot [30] registered\n[ 0.281929] acpiphp: Slot [31] registered\n[ 0.282730] PCI host bridge to bus 0000:00\n[ 0.283528] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285912] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287337] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288767] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295105] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296377] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352599] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354087] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355514] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356927] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358305] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361915] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363446] vgaarb: loaded\n[ 0.364039] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365170] SCSI subsystem initialized\n[ 0.365984] ACPI: bus type USB registered\n[ 0.366801] usbcore: registered new interface driver usbfs\n[ 0.367817] usbcore: registered new interface driver hub\n[ 0.368815] usbcore: registered new device driver usb\n[ 0.369869] PCI: Using ACPI for IRQ routing\n[ 0.370885] NetLabel: Initializing\n[ 0.371591] NetLabel: domain hash size = 128\n[ 0.372431] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373367] NetLabel: unlabeled traffic allowed by default\n[ 0.374451] clocksource: Switched to clocksource kvm-clock\n[ 0.379848] AppArmor: AppArmor Filesystem Enabled\n[ 0.380823] pnp: PnP ACPI init\n[ 0.381735] pnp: PnP ACPI: found 5 devices\n[ 0.388101] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389802] NET: Registered protocol family 2\n[ 0.390761] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392038] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393206] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394366] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395456] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396628] NET: Registered protocol family 1\n[ 0.397499] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398601] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399675] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413700] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427888] Trying to unpack rootfs image as initramfs...\n[ 0.477729] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491540] Scanning for low memory corruption every 60 seconds\n[ 0.492867] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494016] audit: initializing netlink subsys (disabled)\n[ 0.495042] audit: type=2000 audit(1539348618.928:1): initialized\n[ 0.496342] Initialise system trusted keyring\n[ 0.497267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500395] zbud: loaded\n[ 0.501092] VFS: Disk quotas dquot_6.6.0\n[ 0.501925] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503445] fuse init (API version 7.23)\n[ 0.504323] Key type big_key registered\n[ 0.505122] Allocating IMA MOK and blacklist keyrings.\n[ 0.506603] Key type asymmetric registered\n[ 0.507427] Asymmetric key parser 'x509' registered\n[ 0.508374] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509829] io scheduler noop registered\n[ 0.510630] io scheduler deadline registered (default)\n[ 0.511615] io scheduler cfq registered\n[ 0.512443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513480] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514744] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516195] ACPI: Power Button [PWRF]\n[ 0.517021] GHES: HEST is not enabled!\n[ 0.530518] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589002] Linux agpgart interface v0.103\n[ 0.591106] brd: module loaded\n[ 0.592280] loop: module loaded\n[ 0.597320] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598774] GPT:90111 != 2097151\n[ 0.599450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600530] GPT:90111 != 2097151\n[ 0.601192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602143] vda: vda1 vda15\n[ 0.603880] scsi host0: ata_piix\n[ 0.604612] scsi host1: ata_piix\n[ 0.605316] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606542] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607988] libphy: Fixed MDIO Bus: probed\n[ 0.608806] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609745] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611987] PPP generic driver version 2.4.2\n[ 0.612869] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614205] ehci-pci: EHCI PCI platform driver\n[ 0.615082] ehci-platform: EHCI generic platform driver\n[ 0.616067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617178] ohci-pci: OHCI PCI platform driver\n[ 0.618847] ohci-platform: OHCI generic platform driver\n[ 0.620823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637750] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639410] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640839] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641863] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644180] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645579] usb usb1: Product: UHCI Host Controller\n[ 0.646507] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647695] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648647] hub 1-0:1.0: USB hub found\n[ 0.649420] hub 1-0:1.0: 2 ports detected\n[ 0.650305] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653391] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654410] mousedev: PS/2 mouse device common for all mice\n[ 0.655690] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657522] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659813] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660988] i2c /dev entries driver\n[ 0.661753] device-mapper: uevent: version 1.0.3\n[ 0.662697] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664302] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665586] NET: Registered protocol family 10\n[ 0.666579] NET: Registered protocol family 17\n[ 0.667461] Key type dns_resolver registered\n[ 0.668378] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671210] registered taskstats version 1\n[ 0.672037] Loading compiled-in X.509 certificates\n[ 0.673469] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675309] zswap: loaded using pool lzo/zbud\n[ 0.676689] Key type trusted registered\n[ 0.678236] Key type encrypted registered\n[ 0.679066] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680086] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681112] evm: HMAC attrs: 0x1\n[ 0.682056] Magic number: 6:984:834\n[ 0.682912] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:19 UTC (1539348619)\n[ 0.684490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685611] EDD information not available.\n[ 0.767395] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768921] Write protecting the kernel read-only data: 14336k\n[ 0.780946] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.173288] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCE1Scd1P3+i75OvmjpEHO2w2g/9TaVI7Zy6p1AY5bXYIPcp4wjJdQaNI/Jw+AJLBMUa36zi6qojNqjWCSZuAzgJiVRokAMKzLL+xM2J1oUn+F6mzGRfC1qFU8qfLdLWP/hwpeFC0Wmr4Z0th7JrNXjDGjNQ+gQ5458S6Icuhz1dWsgX3tYJz/Y1+c2I0xtmv4VV1CrirAtU22XlJ4X00iZ4YKvEdPxb8+dvRm5uKXs/Tse7fCWkXV4EPK9FIr+6uZwYmHkCdP6d0TFjrHyf8bJhBvVnTpOwaXSCRC9uKa/xLKDtc/j6OxGjKLdGYYg7+QmnDBHSyahtPjyC542a8Mx root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBANg49xIlDltamwGgm2P/eKpNTaiZUtVyXfk83rVoddrTWqsIPUVtdnoB0gjZjGflLklBgrs3jPVmpzrOn3KfK63ZrTdjQ/Xe5RSPO6TRfImB6bxlvFHfoLoDzEY09IM5pmKHiR9m6fFNyaw5n1T5SAwRuVAZIxNTqr2vKs9SmPJBAAAAFQC54X1vR+6fU3rT2OA8l0lGFo1uDwAAAIEAp3uHVAn7842aybueXkX/Nile/1DqKilMdMkaBfFR+ueM38msM31K3IznEIvSYt0ZYN8MLfVXrwuWpuYhX/08dAj0pf1xoTCcMdqV9XeEQyQQ/r4YTrfEHrqZxKogwmTkJhgiKP4qWvGt6JbpNMmrJo+hn+WdVbkvrO/MgbpVq+AAAACBAMyib2H5bUTQCBOIP0NeSkqa4hnHVC+wNjQrpU900Vc5XkRDqwyWtvsODr91/jLZti+dktywcx1A/6hEVa8iKtMoslaFh0DDfvPhXO6OyyYphrB2u6lSko7YhZwEG8H2Lx6/A4XFsDEMUCGBVqP5WwN8a3Vx3ig9cKrNeXoG/a+/ root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fea2:5259/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.37 ===\n/dev/root resized successfully [took 2.22s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:52:59 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:5259/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 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:7815 (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"} 2018-10-12 12:50:52,354 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action used request id req-7c5fe67f-14b1-4d39-afa7-17dc344e01ee 2018-10-12 12:50:54,375 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049c7d68f548f3365690a05ccb56d2a85b0b5ec4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:50:55,543 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-bbef4209-2adc-49c8-94df-7197a538f02b x-compute-request-id: req-bbef4209-2adc-49c8-94df-7197a538f02b Content-Encoding: gzip Content-Length: 10074 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488712359 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128433] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130060] pid_max: default: 32768 minimum: 301\n[ 0.130940] ACPI: Core revision 20150930\n[ 0.132307] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133595] Security Framework initialized\n[ 0.134394] Yama: becoming mindful.\n[ 0.135107] AppArmor: AppArmor initialized\n[ 0.135959] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137269] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138521] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139707] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141064] Initializing cgroup subsys io\n[ 0.141866] Initializing cgroup subsys memory\n[ 0.142709] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144432] Initializing cgroup subsys net_cls\n[ 0.145279] Initializing cgroup subsys perf_event\n[ 0.146174] Initializing cgroup subsys net_prio\n[ 0.147053] Initializing cgroup subsys hugetlb\n[ 0.147921] Initializing cgroup subsys pids\n[ 0.148781] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151095] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152088] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162736] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169093] ftrace: allocating 31920 entries in 125 pages\n[ 0.195377] smpboot: Max logical packages: 1\n[ 0.196217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197550] x2apic enabled\n[ 0.198347] Switched APIC routing to physical x2apic.\n[ 0.200089] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203153] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204913] KVM setup paravirtual spinlock\n[ 0.206192] x86: Booted up 1 node, 1 CPUs\n[ 0.206994] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208379] devtmpfs: initialized\n[ 0.210082] evm: security.selinux\n[ 0.210776] evm: security.SMACK64\n[ 0.211454] evm: security.SMACK64EXEC\n[ 0.212183] evm: security.SMACK64TRANSMUTE\n[ 0.212975] evm: security.SMACK64MMAP\n[ 0.213706] evm: security.ima\n[ 0.214339] evm: security.capability\n[ 0.215133] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216954] pinctrl core: initialized pinctrl subsystem\n[ 0.218037] RTC time: 12:50:18, date: 10/12/18\n[ 0.218990] NET: Registered protocol family 16\n[ 0.219951] cpuidle: using governor ladder\n[ 0.220756] cpuidle: using governor menu\n[ 0.221527] PCCT header not found.\n[ 0.222260] ACPI: bus type PCI registered\n[ 0.223053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224275] PCI: Using configuration type 1 for base access\n[ 0.226014] ACPI: Added _OSI(Module Device)\n[ 0.226844] ACPI: Added _OSI(Processor Device)\n[ 0.227701] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228588] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230705] ACPI: Interpreter enabled\n[ 0.231463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235107] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238752] ACPI: (supports S0 S5)\n[ 0.239451] ACPI: Using IOAPIC for interrupt routing\n[ 0.240380] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243456] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244581] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245798] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246978] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249170] acpiphp: Slot [3] registered\n[ 0.249970] acpiphp: Slot [4] registered\n[ 0.250765] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252349] acpiphp: Slot [7] registered\n[ 0.253144] acpiphp: Slot [8] registered\n[ 0.253937] acpiphp: Slot [9] registered\n[ 0.254722] acpiphp: Slot [10] registered\n[ 0.255518] acpiphp: Slot [11] registered\n[ 0.256327] acpiphp: Slot [12] registered\n[ 0.257134] acpiphp: Slot [13] registered\n[ 0.257934] acpiphp: Slot [14] registered\n[ 0.258734] acpiphp: Slot [15] registered\n[ 0.269921] acpiphp: Slot [16] registered\n[ 0.270726] acpiphp: Slot [17] registered\n[ 0.271525] acpiphp: Slot [18] registered\n[ 0.272317] acpiphp: Slot [19] registered\n[ 0.273120] acpiphp: Slot [20] registered\n[ 0.273925] acpiphp: Slot [21] registered\n[ 0.274725] acpiphp: Slot [22] registered\n[ 0.275524] acpiphp: Slot [23] registered\n[ 0.276320] acpiphp: Slot [24] registered\n[ 0.277121] acpiphp: Slot [25] registered\n[ 0.277926] acpiphp: Slot [26] registered\n[ 0.278726] acpiphp: Slot [27] registered\n[ 0.279527] acpiphp: Slot [28] registered\n[ 0.280325] acpiphp: Slot [29] registered\n[ 0.281124] acpiphp: Slot [30] registered\n[ 0.281929] acpiphp: Slot [31] registered\n[ 0.282730] PCI host bridge to bus 0000:00\n[ 0.283528] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285912] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287337] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288767] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295105] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296377] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352599] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354087] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355514] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356927] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358305] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361915] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363446] vgaarb: loaded\n[ 0.364039] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365170] SCSI subsystem initialized\n[ 0.365984] ACPI: bus type USB registered\n[ 0.366801] usbcore: registered new interface driver usbfs\n[ 0.367817] usbcore: registered new interface driver hub\n[ 0.368815] usbcore: registered new device driver usb\n[ 0.369869] PCI: Using ACPI for IRQ routing\n[ 0.370885] NetLabel: Initializing\n[ 0.371591] NetLabel: domain hash size = 128\n[ 0.372431] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373367] NetLabel: unlabeled traffic allowed by default\n[ 0.374451] clocksource: Switched to clocksource kvm-clock\n[ 0.379848] AppArmor: AppArmor Filesystem Enabled\n[ 0.380823] pnp: PnP ACPI init\n[ 0.381735] pnp: PnP ACPI: found 5 devices\n[ 0.388101] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389802] NET: Registered protocol family 2\n[ 0.390761] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392038] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393206] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394366] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395456] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396628] NET: Registered protocol family 1\n[ 0.397499] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398601] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399675] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413700] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427888] Trying to unpack rootfs image as initramfs...\n[ 0.477729] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491540] Scanning for low memory corruption every 60 seconds\n[ 0.492867] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494016] audit: initializing netlink subsys (disabled)\n[ 0.495042] audit: type=2000 audit(1539348618.928:1): initialized\n[ 0.496342] Initialise system trusted keyring\n[ 0.497267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500395] zbud: loaded\n[ 0.501092] VFS: Disk quotas dquot_6.6.0\n[ 0.501925] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503445] fuse init (API version 7.23)\n[ 0.504323] Key type big_key registered\n[ 0.505122] Allocating IMA MOK and blacklist keyrings.\n[ 0.506603] Key type asymmetric registered\n[ 0.507427] Asymmetric key parser 'x509' registered\n[ 0.508374] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509829] io scheduler noop registered\n[ 0.510630] io scheduler deadline registered (default)\n[ 0.511615] io scheduler cfq registered\n[ 0.512443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513480] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514744] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516195] ACPI: Power Button [PWRF]\n[ 0.517021] GHES: HEST is not enabled!\n[ 0.530518] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589002] Linux agpgart interface v0.103\n[ 0.591106] brd: module loaded\n[ 0.592280] loop: module loaded\n[ 0.597320] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598774] GPT:90111 != 2097151\n[ 0.599450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600530] GPT:90111 != 2097151\n[ 0.601192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602143] vda: vda1 vda15\n[ 0.603880] scsi host0: ata_piix\n[ 0.604612] scsi host1: ata_piix\n[ 0.605316] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606542] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607988] libphy: Fixed MDIO Bus: probed\n[ 0.608806] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609745] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611987] PPP generic driver version 2.4.2\n[ 0.612869] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614205] ehci-pci: EHCI PCI platform driver\n[ 0.615082] ehci-platform: EHCI generic platform driver\n[ 0.616067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617178] ohci-pci: OHCI PCI platform driver\n[ 0.618847] ohci-platform: OHCI generic platform driver\n[ 0.620823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637750] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639410] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640839] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641863] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644180] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645579] usb usb1: Product: UHCI Host Controller\n[ 0.646507] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647695] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648647] hub 1-0:1.0: USB hub found\n[ 0.649420] hub 1-0:1.0: 2 ports detected\n[ 0.650305] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653391] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654410] mousedev: PS/2 mouse device common for all mice\n[ 0.655690] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657522] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659813] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660988] i2c /dev entries driver\n[ 0.661753] device-mapper: uevent: version 1.0.3\n[ 0.662697] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664302] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665586] NET: Registered protocol family 10\n[ 0.666579] NET: Registered protocol family 17\n[ 0.667461] Key type dns_resolver registered\n[ 0.668378] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671210] registered taskstats version 1\n[ 0.672037] Loading compiled-in X.509 certificates\n[ 0.673469] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675309] zswap: loaded using pool lzo/zbud\n[ 0.676689] Key type trusted registered\n[ 0.678236] Key type encrypted registered\n[ 0.679066] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680086] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681112] evm: HMAC attrs: 0x1\n[ 0.682056] Magic number: 6:984:834\n[ 0.682912] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:19 UTC (1539348619)\n[ 0.684490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685611] EDD information not available.\n[ 0.767395] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768921] Write protecting the kernel read-only data: 14336k\n[ 0.780946] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.173288] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCE1Scd1P3+i75OvmjpEHO2w2g/9TaVI7Zy6p1AY5bXYIPcp4wjJdQaNI/Jw+AJLBMUa36zi6qojNqjWCSZuAzgJiVRokAMKzLL+xM2J1oUn+F6mzGRfC1qFU8qfLdLWP/hwpeFC0Wmr4Z0th7JrNXjDGjNQ+gQ5458S6Icuhz1dWsgX3tYJz/Y1+c2I0xtmv4VV1CrirAtU22XlJ4X00iZ4YKvEdPxb8+dvRm5uKXs/Tse7fCWkXV4EPK9FIr+6uZwYmHkCdP6d0TFjrHyf8bJhBvVnTpOwaXSCRC9uKa/xLKDtc/j6OxGjKLdGYYg7+QmnDBHSyahtPjyC542a8Mx root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBANg49xIlDltamwGgm2P/eKpNTaiZUtVyXfk83rVoddrTWqsIPUVtdnoB0gjZjGflLklBgrs3jPVmpzrOn3KfK63ZrTdjQ/Xe5RSPO6TRfImB6bxlvFHfoLoDzEY09IM5pmKHiR9m6fFNyaw5n1T5SAwRuVAZIxNTqr2vKs9SmPJBAAAAFQC54X1vR+6fU3rT2OA8l0lGFo1uDwAAAIEAp3uHVAn7842aybueXkX/Nile/1DqKilMdMkaBfFR+ueM38msM31K3IznEIvSYt0ZYN8MLfVXrwuWpuYhX/08dAj0pf1xoTCcMdqV9XeEQyQQ/r4YTrfEHrqZxKogwmTkJhgiKP4qWvGt6JbpNMmrJo+hn+WdVbkvrO/MgbpVq+AAAACBAMyib2H5bUTQCBOIP0NeSkqa4hnHVC+wNjQrpU900Vc5XkRDqwyWtvsODr91/jLZti+dktywcx1A/6hEVa8iKtMoslaFh0DDfvPhXO6OyyYphrB2u6lSko7YhZwEG8H2Lx6/A4XFsDEMUCGBVqP5WwN8a3Vx3ig9cKrNeXoG/a+/ root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fea2:5259/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.37 ===\n/dev/root resized successfully [took 2.22s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:52:59 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:5259/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 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:7815 (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"} 2018-10-12 12:50:55,543 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action used request id req-bbef4209-2adc-49c8-94df-7197a538f02b 2018-10-12 12:50:57,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049c7d68f548f3365690a05ccb56d2a85b0b5ec4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:50:58,632 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-98529f73-c10d-428f-8f91-13bdfbec96d8 x-compute-request-id: req-98529f73-c10d-428f-8f91-13bdfbec96d8 Content-Encoding: gzip Content-Length: 10074 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488712359 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128433] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130060] pid_max: default: 32768 minimum: 301\n[ 0.130940] ACPI: Core revision 20150930\n[ 0.132307] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133595] Security Framework initialized\n[ 0.134394] Yama: becoming mindful.\n[ 0.135107] AppArmor: AppArmor initialized\n[ 0.135959] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137269] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138521] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139707] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141064] Initializing cgroup subsys io\n[ 0.141866] Initializing cgroup subsys memory\n[ 0.142709] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144432] Initializing cgroup subsys net_cls\n[ 0.145279] Initializing cgroup subsys perf_event\n[ 0.146174] Initializing cgroup subsys net_prio\n[ 0.147053] Initializing cgroup subsys hugetlb\n[ 0.147921] Initializing cgroup subsys pids\n[ 0.148781] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151095] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152088] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162736] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169093] ftrace: allocating 31920 entries in 125 pages\n[ 0.195377] smpboot: Max logical packages: 1\n[ 0.196217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197550] x2apic enabled\n[ 0.198347] Switched APIC routing to physical x2apic.\n[ 0.200089] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203153] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204913] KVM setup paravirtual spinlock\n[ 0.206192] x86: Booted up 1 node, 1 CPUs\n[ 0.206994] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208379] devtmpfs: initialized\n[ 0.210082] evm: security.selinux\n[ 0.210776] evm: security.SMACK64\n[ 0.211454] evm: security.SMACK64EXEC\n[ 0.212183] evm: security.SMACK64TRANSMUTE\n[ 0.212975] evm: security.SMACK64MMAP\n[ 0.213706] evm: security.ima\n[ 0.214339] evm: security.capability\n[ 0.215133] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216954] pinctrl core: initialized pinctrl subsystem\n[ 0.218037] RTC time: 12:50:18, date: 10/12/18\n[ 0.218990] NET: Registered protocol family 16\n[ 0.219951] cpuidle: using governor ladder\n[ 0.220756] cpuidle: using governor menu\n[ 0.221527] PCCT header not found.\n[ 0.222260] ACPI: bus type PCI registered\n[ 0.223053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224275] PCI: Using configuration type 1 for base access\n[ 0.226014] ACPI: Added _OSI(Module Device)\n[ 0.226844] ACPI: Added _OSI(Processor Device)\n[ 0.227701] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228588] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230705] ACPI: Interpreter enabled\n[ 0.231463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235107] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238752] ACPI: (supports S0 S5)\n[ 0.239451] ACPI: Using IOAPIC for interrupt routing\n[ 0.240380] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243456] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244581] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245798] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246978] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249170] acpiphp: Slot [3] registered\n[ 0.249970] acpiphp: Slot [4] registered\n[ 0.250765] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252349] acpiphp: Slot [7] registered\n[ 0.253144] acpiphp: Slot [8] registered\n[ 0.253937] acpiphp: Slot [9] registered\n[ 0.254722] acpiphp: Slot [10] registered\n[ 0.255518] acpiphp: Slot [11] registered\n[ 0.256327] acpiphp: Slot [12] registered\n[ 0.257134] acpiphp: Slot [13] registered\n[ 0.257934] acpiphp: Slot [14] registered\n[ 0.258734] acpiphp: Slot [15] registered\n[ 0.269921] acpiphp: Slot [16] registered\n[ 0.270726] acpiphp: Slot [17] registered\n[ 0.271525] acpiphp: Slot [18] registered\n[ 0.272317] acpiphp: Slot [19] registered\n[ 0.273120] acpiphp: Slot [20] registered\n[ 0.273925] acpiphp: Slot [21] registered\n[ 0.274725] acpiphp: Slot [22] registered\n[ 0.275524] acpiphp: Slot [23] registered\n[ 0.276320] acpiphp: Slot [24] registered\n[ 0.277121] acpiphp: Slot [25] registered\n[ 0.277926] acpiphp: Slot [26] registered\n[ 0.278726] acpiphp: Slot [27] registered\n[ 0.279527] acpiphp: Slot [28] registered\n[ 0.280325] acpiphp: Slot [29] registered\n[ 0.281124] acpiphp: Slot [30] registered\n[ 0.281929] acpiphp: Slot [31] registered\n[ 0.282730] PCI host bridge to bus 0000:00\n[ 0.283528] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285912] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287337] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288767] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295105] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296377] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352599] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354087] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355514] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356927] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358305] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361915] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363446] vgaarb: loaded\n[ 0.364039] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365170] SCSI subsystem initialized\n[ 0.365984] ACPI: bus type USB registered\n[ 0.366801] usbcore: registered new interface driver usbfs\n[ 0.367817] usbcore: registered new interface driver hub\n[ 0.368815] usbcore: registered new device driver usb\n[ 0.369869] PCI: Using ACPI for IRQ routing\n[ 0.370885] NetLabel: Initializing\n[ 0.371591] NetLabel: domain hash size = 128\n[ 0.372431] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373367] NetLabel: unlabeled traffic allowed by default\n[ 0.374451] clocksource: Switched to clocksource kvm-clock\n[ 0.379848] AppArmor: AppArmor Filesystem Enabled\n[ 0.380823] pnp: PnP ACPI init\n[ 0.381735] pnp: PnP ACPI: found 5 devices\n[ 0.388101] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389802] NET: Registered protocol family 2\n[ 0.390761] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392038] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393206] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394366] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395456] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396628] NET: Registered protocol family 1\n[ 0.397499] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398601] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399675] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413700] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427888] Trying to unpack rootfs image as initramfs...\n[ 0.477729] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491540] Scanning for low memory corruption every 60 seconds\n[ 0.492867] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494016] audit: initializing netlink subsys (disabled)\n[ 0.495042] audit: type=2000 audit(1539348618.928:1): initialized\n[ 0.496342] Initialise system trusted keyring\n[ 0.497267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500395] zbud: loaded\n[ 0.501092] VFS: Disk quotas dquot_6.6.0\n[ 0.501925] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503445] fuse init (API version 7.23)\n[ 0.504323] Key type big_key registered\n[ 0.505122] Allocating IMA MOK and blacklist keyrings.\n[ 0.506603] Key type asymmetric registered\n[ 0.507427] Asymmetric key parser 'x509' registered\n[ 0.508374] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509829] io scheduler noop registered\n[ 0.510630] io scheduler deadline registered (default)\n[ 0.511615] io scheduler cfq registered\n[ 0.512443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513480] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514744] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516195] ACPI: Power Button [PWRF]\n[ 0.517021] GHES: HEST is not enabled!\n[ 0.530518] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589002] Linux agpgart interface v0.103\n[ 0.591106] brd: module loaded\n[ 0.592280] loop: module loaded\n[ 0.597320] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598774] GPT:90111 != 2097151\n[ 0.599450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600530] GPT:90111 != 2097151\n[ 0.601192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602143] vda: vda1 vda15\n[ 0.603880] scsi host0: ata_piix\n[ 0.604612] scsi host1: ata_piix\n[ 0.605316] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606542] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607988] libphy: Fixed MDIO Bus: probed\n[ 0.608806] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609745] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611987] PPP generic driver version 2.4.2\n[ 0.612869] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614205] ehci-pci: EHCI PCI platform driver\n[ 0.615082] ehci-platform: EHCI generic platform driver\n[ 0.616067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617178] ohci-pci: OHCI PCI platform driver\n[ 0.618847] ohci-platform: OHCI generic platform driver\n[ 0.620823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637750] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639410] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640839] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641863] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644180] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645579] usb usb1: Product: UHCI Host Controller\n[ 0.646507] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647695] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648647] hub 1-0:1.0: USB hub found\n[ 0.649420] hub 1-0:1.0: 2 ports detected\n[ 0.650305] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653391] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654410] mousedev: PS/2 mouse device common for all mice\n[ 0.655690] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657522] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659813] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660988] i2c /dev entries driver\n[ 0.661753] device-mapper: uevent: version 1.0.3\n[ 0.662697] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664302] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665586] NET: Registered protocol family 10\n[ 0.666579] NET: Registered protocol family 17\n[ 0.667461] Key type dns_resolver registered\n[ 0.668378] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671210] registered taskstats version 1\n[ 0.672037] Loading compiled-in X.509 certificates\n[ 0.673469] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675309] zswap: loaded using pool lzo/zbud\n[ 0.676689] Key type trusted registered\n[ 0.678236] Key type encrypted registered\n[ 0.679066] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680086] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681112] evm: HMAC attrs: 0x1\n[ 0.682056] Magic number: 6:984:834\n[ 0.682912] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:19 UTC (1539348619)\n[ 0.684490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685611] EDD information not available.\n[ 0.767395] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768921] Write protecting the kernel read-only data: 14336k\n[ 0.780946] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.173288] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCE1Scd1P3+i75OvmjpEHO2w2g/9TaVI7Zy6p1AY5bXYIPcp4wjJdQaNI/Jw+AJLBMUa36zi6qojNqjWCSZuAzgJiVRokAMKzLL+xM2J1oUn+F6mzGRfC1qFU8qfLdLWP/hwpeFC0Wmr4Z0th7JrNXjDGjNQ+gQ5458S6Icuhz1dWsgX3tYJz/Y1+c2I0xtmv4VV1CrirAtU22XlJ4X00iZ4YKvEdPxb8+dvRm5uKXs/Tse7fCWkXV4EPK9FIr+6uZwYmHkCdP6d0TFjrHyf8bJhBvVnTpOwaXSCRC9uKa/xLKDtc/j6OxGjKLdGYYg7+QmnDBHSyahtPjyC542a8Mx root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBANg49xIlDltamwGgm2P/eKpNTaiZUtVyXfk83rVoddrTWqsIPUVtdnoB0gjZjGflLklBgrs3jPVmpzrOn3KfK63ZrTdjQ/Xe5RSPO6TRfImB6bxlvFHfoLoDzEY09IM5pmKHiR9m6fFNyaw5n1T5SAwRuVAZIxNTqr2vKs9SmPJBAAAAFQC54X1vR+6fU3rT2OA8l0lGFo1uDwAAAIEAp3uHVAn7842aybueXkX/Nile/1DqKilMdMkaBfFR+ueM38msM31K3IznEIvSYt0ZYN8MLfVXrwuWpuYhX/08dAj0pf1xoTCcMdqV9XeEQyQQ/r4YTrfEHrqZxKogwmTkJhgiKP4qWvGt6JbpNMmrJo+hn+WdVbkvrO/MgbpVq+AAAACBAMyib2H5bUTQCBOIP0NeSkqa4hnHVC+wNjQrpU900Vc5XkRDqwyWtvsODr91/jLZti+dktywcx1A/6hEVa8iKtMoslaFh0DDfvPhXO6OyyYphrB2u6lSko7YhZwEG8H2Lx6/A4XFsDEMUCGBVqP5WwN8a3Vx3ig9cKrNeXoG/a+/ root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fea2:5259/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.37 ===\n/dev/root resized successfully [took 2.22s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:52:59 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:5259/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 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:7815 (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"} 2018-10-12 12:50:58,633 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action used request id req-98529f73-c10d-428f-8f91-13bdfbec96d8 2018-10-12 12:51:00,652 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049c7d68f548f3365690a05ccb56d2a85b0b5ec4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:51:01,722 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-2c120139-25b9-4cdd-9248-7bbdc3e0d59e x-compute-request-id: req-2c120139-25b9-4cdd-9248-7bbdc3e0d59e Content-Encoding: gzip Content-Length: 10074 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488712359 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128433] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130060] pid_max: default: 32768 minimum: 301\n[ 0.130940] ACPI: Core revision 20150930\n[ 0.132307] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133595] Security Framework initialized\n[ 0.134394] Yama: becoming mindful.\n[ 0.135107] AppArmor: AppArmor initialized\n[ 0.135959] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137269] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138521] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139707] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141064] Initializing cgroup subsys io\n[ 0.141866] Initializing cgroup subsys memory\n[ 0.142709] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144432] Initializing cgroup subsys net_cls\n[ 0.145279] Initializing cgroup subsys perf_event\n[ 0.146174] Initializing cgroup subsys net_prio\n[ 0.147053] Initializing cgroup subsys hugetlb\n[ 0.147921] Initializing cgroup subsys pids\n[ 0.148781] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151095] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152088] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162736] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169093] ftrace: allocating 31920 entries in 125 pages\n[ 0.195377] smpboot: Max logical packages: 1\n[ 0.196217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197550] x2apic enabled\n[ 0.198347] Switched APIC routing to physical x2apic.\n[ 0.200089] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203153] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204913] KVM setup paravirtual spinlock\n[ 0.206192] x86: Booted up 1 node, 1 CPUs\n[ 0.206994] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208379] devtmpfs: initialized\n[ 0.210082] evm: security.selinux\n[ 0.210776] evm: security.SMACK64\n[ 0.211454] evm: security.SMACK64EXEC\n[ 0.212183] evm: security.SMACK64TRANSMUTE\n[ 0.212975] evm: security.SMACK64MMAP\n[ 0.213706] evm: security.ima\n[ 0.214339] evm: security.capability\n[ 0.215133] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216954] pinctrl core: initialized pinctrl subsystem\n[ 0.218037] RTC time: 12:50:18, date: 10/12/18\n[ 0.218990] NET: Registered protocol family 16\n[ 0.219951] cpuidle: using governor ladder\n[ 0.220756] cpuidle: using governor menu\n[ 0.221527] PCCT header not found.\n[ 0.222260] ACPI: bus type PCI registered\n[ 0.223053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224275] PCI: Using configuration type 1 for base access\n[ 0.226014] ACPI: Added _OSI(Module Device)\n[ 0.226844] ACPI: Added _OSI(Processor Device)\n[ 0.227701] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228588] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230705] ACPI: Interpreter enabled\n[ 0.231463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235107] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238752] ACPI: (supports S0 S5)\n[ 0.239451] ACPI: Using IOAPIC for interrupt routing\n[ 0.240380] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243456] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244581] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245798] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246978] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249170] acpiphp: Slot [3] registered\n[ 0.249970] acpiphp: Slot [4] registered\n[ 0.250765] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252349] acpiphp: Slot [7] registered\n[ 0.253144] acpiphp: Slot [8] registered\n[ 0.253937] acpiphp: Slot [9] registered\n[ 0.254722] acpiphp: Slot [10] registered\n[ 0.255518] acpiphp: Slot [11] registered\n[ 0.256327] acpiphp: Slot [12] registered\n[ 0.257134] acpiphp: Slot [13] registered\n[ 0.257934] acpiphp: Slot [14] registered\n[ 0.258734] acpiphp: Slot [15] registered\n[ 0.269921] acpiphp: Slot [16] registered\n[ 0.270726] acpiphp: Slot [17] registered\n[ 0.271525] acpiphp: Slot [18] registered\n[ 0.272317] acpiphp: Slot [19] registered\n[ 0.273120] acpiphp: Slot [20] registered\n[ 0.273925] acpiphp: Slot [21] registered\n[ 0.274725] acpiphp: Slot [22] registered\n[ 0.275524] acpiphp: Slot [23] registered\n[ 0.276320] acpiphp: Slot [24] registered\n[ 0.277121] acpiphp: Slot [25] registered\n[ 0.277926] acpiphp: Slot [26] registered\n[ 0.278726] acpiphp: Slot [27] registered\n[ 0.279527] acpiphp: Slot [28] registered\n[ 0.280325] acpiphp: Slot [29] registered\n[ 0.281124] acpiphp: Slot [30] registered\n[ 0.281929] acpiphp: Slot [31] registered\n[ 0.282730] PCI host bridge to bus 0000:00\n[ 0.283528] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285912] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287337] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288767] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295105] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296377] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352599] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354087] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355514] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356927] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358305] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361915] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363446] vgaarb: loaded\n[ 0.364039] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365170] SCSI subsystem initialized\n[ 0.365984] ACPI: bus type USB registered\n[ 0.366801] usbcore: registered new interface driver usbfs\n[ 0.367817] usbcore: registered new interface driver hub\n[ 0.368815] usbcore: registered new device driver usb\n[ 0.369869] PCI: Using ACPI for IRQ routing\n[ 0.370885] NetLabel: Initializing\n[ 0.371591] NetLabel: domain hash size = 128\n[ 0.372431] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373367] NetLabel: unlabeled traffic allowed by default\n[ 0.374451] clocksource: Switched to clocksource kvm-clock\n[ 0.379848] AppArmor: AppArmor Filesystem Enabled\n[ 0.380823] pnp: PnP ACPI init\n[ 0.381735] pnp: PnP ACPI: found 5 devices\n[ 0.388101] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389802] NET: Registered protocol family 2\n[ 0.390761] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392038] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393206] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394366] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395456] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396628] NET: Registered protocol family 1\n[ 0.397499] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398601] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399675] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413700] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427888] Trying to unpack rootfs image as initramfs...\n[ 0.477729] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491540] Scanning for low memory corruption every 60 seconds\n[ 0.492867] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494016] audit: initializing netlink subsys (disabled)\n[ 0.495042] audit: type=2000 audit(1539348618.928:1): initialized\n[ 0.496342] Initialise system trusted keyring\n[ 0.497267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500395] zbud: loaded\n[ 0.501092] VFS: Disk quotas dquot_6.6.0\n[ 0.501925] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503445] fuse init (API version 7.23)\n[ 0.504323] Key type big_key registered\n[ 0.505122] Allocating IMA MOK and blacklist keyrings.\n[ 0.506603] Key type asymmetric registered\n[ 0.507427] Asymmetric key parser 'x509' registered\n[ 0.508374] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509829] io scheduler noop registered\n[ 0.510630] io scheduler deadline registered (default)\n[ 0.511615] io scheduler cfq registered\n[ 0.512443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513480] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514744] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516195] ACPI: Power Button [PWRF]\n[ 0.517021] GHES: HEST is not enabled!\n[ 0.530518] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589002] Linux agpgart interface v0.103\n[ 0.591106] brd: module loaded\n[ 0.592280] loop: module loaded\n[ 0.597320] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598774] GPT:90111 != 2097151\n[ 0.599450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600530] GPT:90111 != 2097151\n[ 0.601192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602143] vda: vda1 vda15\n[ 0.603880] scsi host0: ata_piix\n[ 0.604612] scsi host1: ata_piix\n[ 0.605316] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606542] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607988] libphy: Fixed MDIO Bus: probed\n[ 0.608806] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609745] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611987] PPP generic driver version 2.4.2\n[ 0.612869] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614205] ehci-pci: EHCI PCI platform driver\n[ 0.615082] ehci-platform: EHCI generic platform driver\n[ 0.616067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617178] ohci-pci: OHCI PCI platform driver\n[ 0.618847] ohci-platform: OHCI generic platform driver\n[ 0.620823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637750] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639410] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640839] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641863] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644180] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645579] usb usb1: Product: UHCI Host Controller\n[ 0.646507] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647695] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648647] hub 1-0:1.0: USB hub found\n[ 0.649420] hub 1-0:1.0: 2 ports detected\n[ 0.650305] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653391] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654410] mousedev: PS/2 mouse device common for all mice\n[ 0.655690] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657522] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659813] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660988] i2c /dev entries driver\n[ 0.661753] device-mapper: uevent: version 1.0.3\n[ 0.662697] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664302] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665586] NET: Registered protocol family 10\n[ 0.666579] NET: Registered protocol family 17\n[ 0.667461] Key type dns_resolver registered\n[ 0.668378] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671210] registered taskstats version 1\n[ 0.672037] Loading compiled-in X.509 certificates\n[ 0.673469] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675309] zswap: loaded using pool lzo/zbud\n[ 0.676689] Key type trusted registered\n[ 0.678236] Key type encrypted registered\n[ 0.679066] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680086] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681112] evm: HMAC attrs: 0x1\n[ 0.682056] Magic number: 6:984:834\n[ 0.682912] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:19 UTC (1539348619)\n[ 0.684490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685611] EDD information not available.\n[ 0.767395] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768921] Write protecting the kernel read-only data: 14336k\n[ 0.780946] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.173288] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCE1Scd1P3+i75OvmjpEHO2w2g/9TaVI7Zy6p1AY5bXYIPcp4wjJdQaNI/Jw+AJLBMUa36zi6qojNqjWCSZuAzgJiVRokAMKzLL+xM2J1oUn+F6mzGRfC1qFU8qfLdLWP/hwpeFC0Wmr4Z0th7JrNXjDGjNQ+gQ5458S6Icuhz1dWsgX3tYJz/Y1+c2I0xtmv4VV1CrirAtU22XlJ4X00iZ4YKvEdPxb8+dvRm5uKXs/Tse7fCWkXV4EPK9FIr+6uZwYmHkCdP6d0TFjrHyf8bJhBvVnTpOwaXSCRC9uKa/xLKDtc/j6OxGjKLdGYYg7+QmnDBHSyahtPjyC542a8Mx root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBANg49xIlDltamwGgm2P/eKpNTaiZUtVyXfk83rVoddrTWqsIPUVtdnoB0gjZjGflLklBgrs3jPVmpzrOn3KfK63ZrTdjQ/Xe5RSPO6TRfImB6bxlvFHfoLoDzEY09IM5pmKHiR9m6fFNyaw5n1T5SAwRuVAZIxNTqr2vKs9SmPJBAAAAFQC54X1vR+6fU3rT2OA8l0lGFo1uDwAAAIEAp3uHVAn7842aybueXkX/Nile/1DqKilMdMkaBfFR+ueM38msM31K3IznEIvSYt0ZYN8MLfVXrwuWpuYhX/08dAj0pf1xoTCcMdqV9XeEQyQQ/r4YTrfEHrqZxKogwmTkJhgiKP4qWvGt6JbpNMmrJo+hn+WdVbkvrO/MgbpVq+AAAACBAMyib2H5bUTQCBOIP0NeSkqa4hnHVC+wNjQrpU900Vc5XkRDqwyWtvsODr91/jLZti+dktywcx1A/6hEVa8iKtMoslaFh0DDfvPhXO6OyyYphrB2u6lSko7YhZwEG8H2Lx6/A4XFsDEMUCGBVqP5WwN8a3Vx3ig9cKrNeXoG/a+/ root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fea2:5259/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.37 ===\n/dev/root resized successfully [took 2.22s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:52:59 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:5259/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 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:7815 (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"} 2018-10-12 12:51:01,723 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action used request id req-2c120139-25b9-4cdd-9248-7bbdc3e0d59e 2018-10-12 12:51:03,743 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049c7d68f548f3365690a05ccb56d2a85b0b5ec4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:51:04,816 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-da796c12-8294-4534-b2f4-9a2dc5b63fcc x-compute-request-id: req-da796c12-8294-4534-b2f4-9a2dc5b63fcc Content-Encoding: gzip Content-Length: 10074 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488712359 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128433] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130060] pid_max: default: 32768 minimum: 301\n[ 0.130940] ACPI: Core revision 20150930\n[ 0.132307] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133595] Security Framework initialized\n[ 0.134394] Yama: becoming mindful.\n[ 0.135107] AppArmor: AppArmor initialized\n[ 0.135959] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137269] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138521] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139707] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141064] Initializing cgroup subsys io\n[ 0.141866] Initializing cgroup subsys memory\n[ 0.142709] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144432] Initializing cgroup subsys net_cls\n[ 0.145279] Initializing cgroup subsys perf_event\n[ 0.146174] Initializing cgroup subsys net_prio\n[ 0.147053] Initializing cgroup subsys hugetlb\n[ 0.147921] Initializing cgroup subsys pids\n[ 0.148781] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151095] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152088] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162736] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169093] ftrace: allocating 31920 entries in 125 pages\n[ 0.195377] smpboot: Max logical packages: 1\n[ 0.196217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197550] x2apic enabled\n[ 0.198347] Switched APIC routing to physical x2apic.\n[ 0.200089] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203153] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204913] KVM setup paravirtual spinlock\n[ 0.206192] x86: Booted up 1 node, 1 CPUs\n[ 0.206994] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208379] devtmpfs: initialized\n[ 0.210082] evm: security.selinux\n[ 0.210776] evm: security.SMACK64\n[ 0.211454] evm: security.SMACK64EXEC\n[ 0.212183] evm: security.SMACK64TRANSMUTE\n[ 0.212975] evm: security.SMACK64MMAP\n[ 0.213706] evm: security.ima\n[ 0.214339] evm: security.capability\n[ 0.215133] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216954] pinctrl core: initialized pinctrl subsystem\n[ 0.218037] RTC time: 12:50:18, date: 10/12/18\n[ 0.218990] NET: Registered protocol family 16\n[ 0.219951] cpuidle: using governor ladder\n[ 0.220756] cpuidle: using governor menu\n[ 0.221527] PCCT header not found.\n[ 0.222260] ACPI: bus type PCI registered\n[ 0.223053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224275] PCI: Using configuration type 1 for base access\n[ 0.226014] ACPI: Added _OSI(Module Device)\n[ 0.226844] ACPI: Added _OSI(Processor Device)\n[ 0.227701] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228588] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230705] ACPI: Interpreter enabled\n[ 0.231463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235107] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238752] ACPI: (supports S0 S5)\n[ 0.239451] ACPI: Using IOAPIC for interrupt routing\n[ 0.240380] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243456] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244581] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245798] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246978] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249170] acpiphp: Slot [3] registered\n[ 0.249970] acpiphp: Slot [4] registered\n[ 0.250765] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252349] acpiphp: Slot [7] registered\n[ 0.253144] acpiphp: Slot [8] registered\n[ 0.253937] acpiphp: Slot [9] registered\n[ 0.254722] acpiphp: Slot [10] registered\n[ 0.255518] acpiphp: Slot [11] registered\n[ 0.256327] acpiphp: Slot [12] registered\n[ 0.257134] acpiphp: Slot [13] registered\n[ 0.257934] acpiphp: Slot [14] registered\n[ 0.258734] acpiphp: Slot [15] registered\n[ 0.269921] acpiphp: Slot [16] registered\n[ 0.270726] acpiphp: Slot [17] registered\n[ 0.271525] acpiphp: Slot [18] registered\n[ 0.272317] acpiphp: Slot [19] registered\n[ 0.273120] acpiphp: Slot [20] registered\n[ 0.273925] acpiphp: Slot [21] registered\n[ 0.274725] acpiphp: Slot [22] registered\n[ 0.275524] acpiphp: Slot [23] registered\n[ 0.276320] acpiphp: Slot [24] registered\n[ 0.277121] acpiphp: Slot [25] registered\n[ 0.277926] acpiphp: Slot [26] registered\n[ 0.278726] acpiphp: Slot [27] registered\n[ 0.279527] acpiphp: Slot [28] registered\n[ 0.280325] acpiphp: Slot [29] registered\n[ 0.281124] acpiphp: Slot [30] registered\n[ 0.281929] acpiphp: Slot [31] registered\n[ 0.282730] PCI host bridge to bus 0000:00\n[ 0.283528] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285912] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287337] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288767] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295105] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296377] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352599] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354087] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355514] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356927] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358305] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361915] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363446] vgaarb: loaded\n[ 0.364039] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365170] SCSI subsystem initialized\n[ 0.365984] ACPI: bus type USB registered\n[ 0.366801] usbcore: registered new interface driver usbfs\n[ 0.367817] usbcore: registered new interface driver hub\n[ 0.368815] usbcore: registered new device driver usb\n[ 0.369869] PCI: Using ACPI for IRQ routing\n[ 0.370885] NetLabel: Initializing\n[ 0.371591] NetLabel: domain hash size = 128\n[ 0.372431] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373367] NetLabel: unlabeled traffic allowed by default\n[ 0.374451] clocksource: Switched to clocksource kvm-clock\n[ 0.379848] AppArmor: AppArmor Filesystem Enabled\n[ 0.380823] pnp: PnP ACPI init\n[ 0.381735] pnp: PnP ACPI: found 5 devices\n[ 0.388101] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389802] NET: Registered protocol family 2\n[ 0.390761] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392038] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393206] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394366] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395456] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396628] NET: Registered protocol family 1\n[ 0.397499] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398601] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399675] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413700] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427888] Trying to unpack rootfs image as initramfs...\n[ 0.477729] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491540] Scanning for low memory corruption every 60 seconds\n[ 0.492867] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494016] audit: initializing netlink subsys (disabled)\n[ 0.495042] audit: type=2000 audit(1539348618.928:1): initialized\n[ 0.496342] Initialise system trusted keyring\n[ 0.497267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500395] zbud: loaded\n[ 0.501092] VFS: Disk quotas dquot_6.6.0\n[ 0.501925] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503445] fuse init (API version 7.23)\n[ 0.504323] Key type big_key registered\n[ 0.505122] Allocating IMA MOK and blacklist keyrings.\n[ 0.506603] Key type asymmetric registered\n[ 0.507427] Asymmetric key parser 'x509' registered\n[ 0.508374] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509829] io scheduler noop registered\n[ 0.510630] io scheduler deadline registered (default)\n[ 0.511615] io scheduler cfq registered\n[ 0.512443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513480] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514744] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516195] ACPI: Power Button [PWRF]\n[ 0.517021] GHES: HEST is not enabled!\n[ 0.530518] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589002] Linux agpgart interface v0.103\n[ 0.591106] brd: module loaded\n[ 0.592280] loop: module loaded\n[ 0.597320] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598774] GPT:90111 != 2097151\n[ 0.599450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600530] GPT:90111 != 2097151\n[ 0.601192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602143] vda: vda1 vda15\n[ 0.603880] scsi host0: ata_piix\n[ 0.604612] scsi host1: ata_piix\n[ 0.605316] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606542] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607988] libphy: Fixed MDIO Bus: probed\n[ 0.608806] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609745] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611987] PPP generic driver version 2.4.2\n[ 0.612869] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614205] ehci-pci: EHCI PCI platform driver\n[ 0.615082] ehci-platform: EHCI generic platform driver\n[ 0.616067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617178] ohci-pci: OHCI PCI platform driver\n[ 0.618847] ohci-platform: OHCI generic platform driver\n[ 0.620823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637750] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639410] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640839] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641863] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644180] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645579] usb usb1: Product: UHCI Host Controller\n[ 0.646507] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647695] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648647] hub 1-0:1.0: USB hub found\n[ 0.649420] hub 1-0:1.0: 2 ports detected\n[ 0.650305] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653391] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654410] mousedev: PS/2 mouse device common for all mice\n[ 0.655690] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657522] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659813] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660988] i2c /dev entries driver\n[ 0.661753] device-mapper: uevent: version 1.0.3\n[ 0.662697] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664302] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665586] NET: Registered protocol family 10\n[ 0.666579] NET: Registered protocol family 17\n[ 0.667461] Key type dns_resolver registered\n[ 0.668378] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671210] registered taskstats version 1\n[ 0.672037] Loading compiled-in X.509 certificates\n[ 0.673469] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675309] zswap: loaded using pool lzo/zbud\n[ 0.676689] Key type trusted registered\n[ 0.678236] Key type encrypted registered\n[ 0.679066] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680086] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681112] evm: HMAC attrs: 0x1\n[ 0.682056] Magic number: 6:984:834\n[ 0.682912] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:19 UTC (1539348619)\n[ 0.684490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685611] EDD information not available.\n[ 0.767395] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768921] Write protecting the kernel read-only data: 14336k\n[ 0.780946] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.173288] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCE1Scd1P3+i75OvmjpEHO2w2g/9TaVI7Zy6p1AY5bXYIPcp4wjJdQaNI/Jw+AJLBMUa36zi6qojNqjWCSZuAzgJiVRokAMKzLL+xM2J1oUn+F6mzGRfC1qFU8qfLdLWP/hwpeFC0Wmr4Z0th7JrNXjDGjNQ+gQ5458S6Icuhz1dWsgX3tYJz/Y1+c2I0xtmv4VV1CrirAtU22XlJ4X00iZ4YKvEdPxb8+dvRm5uKXs/Tse7fCWkXV4EPK9FIr+6uZwYmHkCdP6d0TFjrHyf8bJhBvVnTpOwaXSCRC9uKa/xLKDtc/j6OxGjKLdGYYg7+QmnDBHSyahtPjyC542a8Mx root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBANg49xIlDltamwGgm2P/eKpNTaiZUtVyXfk83rVoddrTWqsIPUVtdnoB0gjZjGflLklBgrs3jPVmpzrOn3KfK63ZrTdjQ/Xe5RSPO6TRfImB6bxlvFHfoLoDzEY09IM5pmKHiR9m6fFNyaw5n1T5SAwRuVAZIxNTqr2vKs9SmPJBAAAAFQC54X1vR+6fU3rT2OA8l0lGFo1uDwAAAIEAp3uHVAn7842aybueXkX/Nile/1DqKilMdMkaBfFR+ueM38msM31K3IznEIvSYt0ZYN8MLfVXrwuWpuYhX/08dAj0pf1xoTCcMdqV9XeEQyQQ/r4YTrfEHrqZxKogwmTkJhgiKP4qWvGt6JbpNMmrJo+hn+WdVbkvrO/MgbpVq+AAAACBAMyib2H5bUTQCBOIP0NeSkqa4hnHVC+wNjQrpU900Vc5XkRDqwyWtvsODr91/jLZti+dktywcx1A/6hEVa8iKtMoslaFh0DDfvPhXO6OyyYphrB2u6lSko7YhZwEG8H2Lx6/A4XFsDEMUCGBVqP5WwN8a3Vx3ig9cKrNeXoG/a+/ root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fea2:5259/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.37 ===\n/dev/root resized successfully [took 2.22s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:52:59 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:5259/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 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:7815 (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"} 2018-10-12 12:51:04,816 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action used request id req-da796c12-8294-4534-b2f4-9a2dc5b63fcc 2018-10-12 12:51:06,837 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049c7d68f548f3365690a05ccb56d2a85b0b5ec4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:51:07,910 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-e161310f-5106-4a71-aca5-4a7dd30985f8 x-compute-request-id: req-e161310f-5106-4a71-aca5-4a7dd30985f8 Content-Encoding: gzip Content-Length: 10074 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488712359 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128433] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130060] pid_max: default: 32768 minimum: 301\n[ 0.130940] ACPI: Core revision 20150930\n[ 0.132307] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133595] Security Framework initialized\n[ 0.134394] Yama: becoming mindful.\n[ 0.135107] AppArmor: AppArmor initialized\n[ 0.135959] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137269] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138521] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139707] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141064] Initializing cgroup subsys io\n[ 0.141866] Initializing cgroup subsys memory\n[ 0.142709] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144432] Initializing cgroup subsys net_cls\n[ 0.145279] Initializing cgroup subsys perf_event\n[ 0.146174] Initializing cgroup subsys net_prio\n[ 0.147053] Initializing cgroup subsys hugetlb\n[ 0.147921] Initializing cgroup subsys pids\n[ 0.148781] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151095] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152088] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162736] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169093] ftrace: allocating 31920 entries in 125 pages\n[ 0.195377] smpboot: Max logical packages: 1\n[ 0.196217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197550] x2apic enabled\n[ 0.198347] Switched APIC routing to physical x2apic.\n[ 0.200089] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203153] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204913] KVM setup paravirtual spinlock\n[ 0.206192] x86: Booted up 1 node, 1 CPUs\n[ 0.206994] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208379] devtmpfs: initialized\n[ 0.210082] evm: security.selinux\n[ 0.210776] evm: security.SMACK64\n[ 0.211454] evm: security.SMACK64EXEC\n[ 0.212183] evm: security.SMACK64TRANSMUTE\n[ 0.212975] evm: security.SMACK64MMAP\n[ 0.213706] evm: security.ima\n[ 0.214339] evm: security.capability\n[ 0.215133] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216954] pinctrl core: initialized pinctrl subsystem\n[ 0.218037] RTC time: 12:50:18, date: 10/12/18\n[ 0.218990] NET: Registered protocol family 16\n[ 0.219951] cpuidle: using governor ladder\n[ 0.220756] cpuidle: using governor menu\n[ 0.221527] PCCT header not found.\n[ 0.222260] ACPI: bus type PCI registered\n[ 0.223053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224275] PCI: Using configuration type 1 for base access\n[ 0.226014] ACPI: Added _OSI(Module Device)\n[ 0.226844] ACPI: Added _OSI(Processor Device)\n[ 0.227701] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228588] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230705] ACPI: Interpreter enabled\n[ 0.231463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235107] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238752] ACPI: (supports S0 S5)\n[ 0.239451] ACPI: Using IOAPIC for interrupt routing\n[ 0.240380] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243456] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244581] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245798] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246978] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249170] acpiphp: Slot [3] registered\n[ 0.249970] acpiphp: Slot [4] registered\n[ 0.250765] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252349] acpiphp: Slot [7] registered\n[ 0.253144] acpiphp: Slot [8] registered\n[ 0.253937] acpiphp: Slot [9] registered\n[ 0.254722] acpiphp: Slot [10] registered\n[ 0.255518] acpiphp: Slot [11] registered\n[ 0.256327] acpiphp: Slot [12] registered\n[ 0.257134] acpiphp: Slot [13] registered\n[ 0.257934] acpiphp: Slot [14] registered\n[ 0.258734] acpiphp: Slot [15] registered\n[ 0.269921] acpiphp: Slot [16] registered\n[ 0.270726] acpiphp: Slot [17] registered\n[ 0.271525] acpiphp: Slot [18] registered\n[ 0.272317] acpiphp: Slot [19] registered\n[ 0.273120] acpiphp: Slot [20] registered\n[ 0.273925] acpiphp: Slot [21] registered\n[ 0.274725] acpiphp: Slot [22] registered\n[ 0.275524] acpiphp: Slot [23] registered\n[ 0.276320] acpiphp: Slot [24] registered\n[ 0.277121] acpiphp: Slot [25] registered\n[ 0.277926] acpiphp: Slot [26] registered\n[ 0.278726] acpiphp: Slot [27] registered\n[ 0.279527] acpiphp: Slot [28] registered\n[ 0.280325] acpiphp: Slot [29] registered\n[ 0.281124] acpiphp: Slot [30] registered\n[ 0.281929] acpiphp: Slot [31] registered\n[ 0.282730] PCI host bridge to bus 0000:00\n[ 0.283528] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285912] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287337] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288767] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295105] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296377] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352599] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354087] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355514] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356927] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358305] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361915] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363446] vgaarb: loaded\n[ 0.364039] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365170] SCSI subsystem initialized\n[ 0.365984] ACPI: bus type USB registered\n[ 0.366801] usbcore: registered new interface driver usbfs\n[ 0.367817] usbcore: registered new interface driver hub\n[ 0.368815] usbcore: registered new device driver usb\n[ 0.369869] PCI: Using ACPI for IRQ routing\n[ 0.370885] NetLabel: Initializing\n[ 0.371591] NetLabel: domain hash size = 128\n[ 0.372431] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373367] NetLabel: unlabeled traffic allowed by default\n[ 0.374451] clocksource: Switched to clocksource kvm-clock\n[ 0.379848] AppArmor: AppArmor Filesystem Enabled\n[ 0.380823] pnp: PnP ACPI init\n[ 0.381735] pnp: PnP ACPI: found 5 devices\n[ 0.388101] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389802] NET: Registered protocol family 2\n[ 0.390761] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392038] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393206] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394366] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395456] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396628] NET: Registered protocol family 1\n[ 0.397499] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398601] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399675] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413700] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427888] Trying to unpack rootfs image as initramfs...\n[ 0.477729] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491540] Scanning for low memory corruption every 60 seconds\n[ 0.492867] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494016] audit: initializing netlink subsys (disabled)\n[ 0.495042] audit: type=2000 audit(1539348618.928:1): initialized\n[ 0.496342] Initialise system trusted keyring\n[ 0.497267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500395] zbud: loaded\n[ 0.501092] VFS: Disk quotas dquot_6.6.0\n[ 0.501925] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503445] fuse init (API version 7.23)\n[ 0.504323] Key type big_key registered\n[ 0.505122] Allocating IMA MOK and blacklist keyrings.\n[ 0.506603] Key type asymmetric registered\n[ 0.507427] Asymmetric key parser 'x509' registered\n[ 0.508374] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509829] io scheduler noop registered\n[ 0.510630] io scheduler deadline registered (default)\n[ 0.511615] io scheduler cfq registered\n[ 0.512443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513480] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514744] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516195] ACPI: Power Button [PWRF]\n[ 0.517021] GHES: HEST is not enabled!\n[ 0.530518] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589002] Linux agpgart interface v0.103\n[ 0.591106] brd: module loaded\n[ 0.592280] loop: module loaded\n[ 0.597320] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598774] GPT:90111 != 2097151\n[ 0.599450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600530] GPT:90111 != 2097151\n[ 0.601192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602143] vda: vda1 vda15\n[ 0.603880] scsi host0: ata_piix\n[ 0.604612] scsi host1: ata_piix\n[ 0.605316] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606542] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607988] libphy: Fixed MDIO Bus: probed\n[ 0.608806] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609745] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611987] PPP generic driver version 2.4.2\n[ 0.612869] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614205] ehci-pci: EHCI PCI platform driver\n[ 0.615082] ehci-platform: EHCI generic platform driver\n[ 0.616067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617178] ohci-pci: OHCI PCI platform driver\n[ 0.618847] ohci-platform: OHCI generic platform driver\n[ 0.620823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637750] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639410] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640839] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641863] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644180] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645579] usb usb1: Product: UHCI Host Controller\n[ 0.646507] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647695] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648647] hub 1-0:1.0: USB hub found\n[ 0.649420] hub 1-0:1.0: 2 ports detected\n[ 0.650305] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653391] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654410] mousedev: PS/2 mouse device common for all mice\n[ 0.655690] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657522] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659813] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660988] i2c /dev entries driver\n[ 0.661753] device-mapper: uevent: version 1.0.3\n[ 0.662697] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664302] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665586] NET: Registered protocol family 10\n[ 0.666579] NET: Registered protocol family 17\n[ 0.667461] Key type dns_resolver registered\n[ 0.668378] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671210] registered taskstats version 1\n[ 0.672037] Loading compiled-in X.509 certificates\n[ 0.673469] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675309] zswap: loaded using pool lzo/zbud\n[ 0.676689] Key type trusted registered\n[ 0.678236] Key type encrypted registered\n[ 0.679066] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680086] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681112] evm: HMAC attrs: 0x1\n[ 0.682056] Magic number: 6:984:834\n[ 0.682912] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:19 UTC (1539348619)\n[ 0.684490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685611] EDD information not available.\n[ 0.767395] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768921] Write protecting the kernel read-only data: 14336k\n[ 0.780946] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.173288] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCE1Scd1P3+i75OvmjpEHO2w2g/9TaVI7Zy6p1AY5bXYIPcp4wjJdQaNI/Jw+AJLBMUa36zi6qojNqjWCSZuAzgJiVRokAMKzLL+xM2J1oUn+F6mzGRfC1qFU8qfLdLWP/hwpeFC0Wmr4Z0th7JrNXjDGjNQ+gQ5458S6Icuhz1dWsgX3tYJz/Y1+c2I0xtmv4VV1CrirAtU22XlJ4X00iZ4YKvEdPxb8+dvRm5uKXs/Tse7fCWkXV4EPK9FIr+6uZwYmHkCdP6d0TFjrHyf8bJhBvVnTpOwaXSCRC9uKa/xLKDtc/j6OxGjKLdGYYg7+QmnDBHSyahtPjyC542a8Mx root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBANg49xIlDltamwGgm2P/eKpNTaiZUtVyXfk83rVoddrTWqsIPUVtdnoB0gjZjGflLklBgrs3jPVmpzrOn3KfK63ZrTdjQ/Xe5RSPO6TRfImB6bxlvFHfoLoDzEY09IM5pmKHiR9m6fFNyaw5n1T5SAwRuVAZIxNTqr2vKs9SmPJBAAAAFQC54X1vR+6fU3rT2OA8l0lGFo1uDwAAAIEAp3uHVAn7842aybueXkX/Nile/1DqKilMdMkaBfFR+ueM38msM31K3IznEIvSYt0ZYN8MLfVXrwuWpuYhX/08dAj0pf1xoTCcMdqV9XeEQyQQ/r4YTrfEHrqZxKogwmTkJhgiKP4qWvGt6JbpNMmrJo+hn+WdVbkvrO/MgbpVq+AAAACBAMyib2H5bUTQCBOIP0NeSkqa4hnHVC+wNjQrpU900Vc5XkRDqwyWtvsODr91/jLZti+dktywcx1A/6hEVa8iKtMoslaFh0DDfvPhXO6OyyYphrB2u6lSko7YhZwEG8H2Lx6/A4XFsDEMUCGBVqP5WwN8a3Vx3ig9cKrNeXoG/a+/ root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fea2:5259/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.37 ===\n/dev/root resized successfully [took 2.22s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:52:59 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:5259/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 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:7815 (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"} 2018-10-12 12:51:07,910 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action used request id req-e161310f-5106-4a71-aca5-4a7dd30985f8 2018-10-12 12:51:09,930 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049c7d68f548f3365690a05ccb56d2a85b0b5ec4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:51:11,009 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:51: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-cf72acc6-fbb3-410a-99e6-8b1c42f5c971 x-compute-request-id: req-cf72acc6-fbb3-410a-99e6-8b1c42f5c971 Content-Encoding: gzip Content-Length: 11140 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488712359 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128433] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130060] pid_max: default: 32768 minimum: 301\n[ 0.130940] ACPI: Core revision 20150930\n[ 0.132307] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133595] Security Framework initialized\n[ 0.134394] Yama: becoming mindful.\n[ 0.135107] AppArmor: AppArmor initialized\n[ 0.135959] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137269] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138521] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139707] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141064] Initializing cgroup subsys io\n[ 0.141866] Initializing cgroup subsys memory\n[ 0.142709] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144432] Initializing cgroup subsys net_cls\n[ 0.145279] Initializing cgroup subsys perf_event\n[ 0.146174] Initializing cgroup subsys net_prio\n[ 0.147053] Initializing cgroup subsys hugetlb\n[ 0.147921] Initializing cgroup subsys pids\n[ 0.148781] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151095] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152088] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162736] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169093] ftrace: allocating 31920 entries in 125 pages\n[ 0.195377] smpboot: Max logical packages: 1\n[ 0.196217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197550] x2apic enabled\n[ 0.198347] Switched APIC routing to physical x2apic.\n[ 0.200089] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203153] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204913] KVM setup paravirtual spinlock\n[ 0.206192] x86: Booted up 1 node, 1 CPUs\n[ 0.206994] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208379] devtmpfs: initialized\n[ 0.210082] evm: security.selinux\n[ 0.210776] evm: security.SMACK64\n[ 0.211454] evm: security.SMACK64EXEC\n[ 0.212183] evm: security.SMACK64TRANSMUTE\n[ 0.212975] evm: security.SMACK64MMAP\n[ 0.213706] evm: security.ima\n[ 0.214339] evm: security.capability\n[ 0.215133] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216954] pinctrl core: initialized pinctrl subsystem\n[ 0.218037] RTC time: 12:50:18, date: 10/12/18\n[ 0.218990] NET: Registered protocol family 16\n[ 0.219951] cpuidle: using governor ladder\n[ 0.220756] cpuidle: using governor menu\n[ 0.221527] PCCT header not found.\n[ 0.222260] ACPI: bus type PCI registered\n[ 0.223053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224275] PCI: Using configuration type 1 for base access\n[ 0.226014] ACPI: Added _OSI(Module Device)\n[ 0.226844] ACPI: Added _OSI(Processor Device)\n[ 0.227701] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228588] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230705] ACPI: Interpreter enabled\n[ 0.231463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235107] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238752] ACPI: (supports S0 S5)\n[ 0.239451] ACPI: Using IOAPIC for interrupt routing\n[ 0.240380] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243456] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244581] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245798] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246978] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249170] acpiphp: Slot [3] registered\n[ 0.249970] acpiphp: Slot [4] registered\n[ 0.250765] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252349] acpiphp: Slot [7] registered\n[ 0.253144] acpiphp: Slot [8] registered\n[ 0.253937] acpiphp: Slot [9] registered\n[ 0.254722] acpiphp: Slot [10] registered\n[ 0.255518] acpiphp: Slot [11] registered\n[ 0.256327] acpiphp: Slot [12] registered\n[ 0.257134] acpiphp: Slot [13] registered\n[ 0.257934] acpiphp: Slot [14] registered\n[ 0.258734] acpiphp: Slot [15] registered\n[ 0.269921] acpiphp: Slot [16] registered\n[ 0.270726] acpiphp: Slot [17] registered\n[ 0.271525] acpiphp: Slot [18] registered\n[ 0.272317] acpiphp: Slot [19] registered\n[ 0.273120] acpiphp: Slot [20] registered\n[ 0.273925] acpiphp: Slot [21] registered\n[ 0.274725] acpiphp: Slot [22] registered\n[ 0.275524] acpiphp: Slot [23] registered\n[ 0.276320] acpiphp: Slot [24] registered\n[ 0.277121] acpiphp: Slot [25] registered\n[ 0.277926] acpiphp: Slot [26] registered\n[ 0.278726] acpiphp: Slot [27] registered\n[ 0.279527] acpiphp: Slot [28] registered\n[ 0.280325] acpiphp: Slot [29] registered\n[ 0.281124] acpiphp: Slot [30] registered\n[ 0.281929] acpiphp: Slot [31] registered\n[ 0.282730] PCI host bridge to bus 0000:00\n[ 0.283528] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285912] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287337] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288767] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295105] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296377] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352599] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354087] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355514] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356927] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358305] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361915] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363446] vgaarb: loaded\n[ 0.364039] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365170] SCSI subsystem initialized\n[ 0.365984] ACPI: bus type USB registered\n[ 0.366801] usbcore: registered new interface driver usbfs\n[ 0.367817] usbcore: registered new interface driver hub\n[ 0.368815] usbcore: registered new device driver usb\n[ 0.369869] PCI: Using ACPI for IRQ routing\n[ 0.370885] NetLabel: Initializing\n[ 0.371591] NetLabel: domain hash size = 128\n[ 0.372431] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373367] NetLabel: unlabeled traffic allowed by default\n[ 0.374451] clocksource: Switched to clocksource kvm-clock\n[ 0.379848] AppArmor: AppArmor Filesystem Enabled\n[ 0.380823] pnp: PnP ACPI init\n[ 0.381735] pnp: PnP ACPI: found 5 devices\n[ 0.388101] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389802] NET: Registered protocol family 2\n[ 0.390761] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392038] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393206] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394366] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395456] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396628] NET: Registered protocol family 1\n[ 0.397499] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398601] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399675] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413700] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427888] Trying to unpack rootfs image as initramfs...\n[ 0.477729] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491540] Scanning for low memory corruption every 60 seconds\n[ 0.492867] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494016] audit: initializing netlink subsys (disabled)\n[ 0.495042] audit: type=2000 audit(1539348618.928:1): initialized\n[ 0.496342] Initialise system trusted keyring\n[ 0.497267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500395] zbud: loaded\n[ 0.501092] VFS: Disk quotas dquot_6.6.0\n[ 0.501925] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503445] fuse init (API version 7.23)\n[ 0.504323] Key type big_key registered\n[ 0.505122] Allocating IMA MOK and blacklist keyrings.\n[ 0.506603] Key type asymmetric registered\n[ 0.507427] Asymmetric key parser 'x509' registered\n[ 0.508374] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509829] io scheduler noop registered\n[ 0.510630] io scheduler deadline registered (default)\n[ 0.511615] io scheduler cfq registered\n[ 0.512443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513480] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514744] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516195] ACPI: Power Button [PWRF]\n[ 0.517021] GHES: HEST is not enabled!\n[ 0.530518] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589002] Linux agpgart interface v0.103\n[ 0.591106] brd: module loaded\n[ 0.592280] loop: module loaded\n[ 0.597320] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598774] GPT:90111 != 2097151\n[ 0.599450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600530] GPT:90111 != 2097151\n[ 0.601192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602143] vda: vda1 vda15\n[ 0.603880] scsi host0: ata_piix\n[ 0.604612] scsi host1: ata_piix\n[ 0.605316] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606542] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607988] libphy: Fixed MDIO Bus: probed\n[ 0.608806] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609745] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611987] PPP generic driver version 2.4.2\n[ 0.612869] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614205] ehci-pci: EHCI PCI platform driver\n[ 0.615082] ehci-platform: EHCI generic platform driver\n[ 0.616067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617178] ohci-pci: OHCI PCI platform driver\n[ 0.618847] ohci-platform: OHCI generic platform driver\n[ 0.620823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637750] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639410] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640839] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641863] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644180] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645579] usb usb1: Product: UHCI Host Controller\n[ 0.646507] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647695] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648647] hub 1-0:1.0: USB hub found\n[ 0.649420] hub 1-0:1.0: 2 ports detected\n[ 0.650305] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653391] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654410] mousedev: PS/2 mouse device common for all mice\n[ 0.655690] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657522] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659813] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660988] i2c /dev entries driver\n[ 0.661753] device-mapper: uevent: version 1.0.3\n[ 0.662697] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664302] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665586] NET: Registered protocol family 10\n[ 0.666579] NET: Registered protocol family 17\n[ 0.667461] Key type dns_resolver registered\n[ 0.668378] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671210] registered taskstats version 1\n[ 0.672037] Loading compiled-in X.509 certificates\n[ 0.673469] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675309] zswap: loaded using pool lzo/zbud\n[ 0.676689] Key type trusted registered\n[ 0.678236] Key type encrypted registered\n[ 0.679066] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680086] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681112] evm: HMAC attrs: 0x1\n[ 0.682056] Magic number: 6:984:834\n[ 0.682912] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:19 UTC (1539348619)\n[ 0.684490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685611] EDD information not available.\n[ 0.767395] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768921] Write protecting the kernel read-only data: 14336k\n[ 0.780946] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.173288] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCE1Scd1P3+i75OvmjpEHO2w2g/9TaVI7Zy6p1AY5bXYIPcp4wjJdQaNI/Jw+AJLBMUa36zi6qojNqjWCSZuAzgJiVRokAMKzLL+xM2J1oUn+F6mzGRfC1qFU8qfLdLWP/hwpeFC0Wmr4Z0th7JrNXjDGjNQ+gQ5458S6Icuhz1dWsgX3tYJz/Y1+c2I0xtmv4VV1CrirAtU22XlJ4X00iZ4YKvEdPxb8+dvRm5uKXs/Tse7fCWkXV4EPK9FIr+6uZwYmHkCdP6d0TFjrHyf8bJhBvVnTpOwaXSCRC9uKa/xLKDtc/j6OxGjKLdGYYg7+QmnDBHSyahtPjyC542a8Mx root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBANg49xIlDltamwGgm2P/eKpNTaiZUtVyXfk83rVoddrTWqsIPUVtdnoB0gjZjGflLklBgrs3jPVmpzrOn3KfK63ZrTdjQ/Xe5RSPO6TRfImB6bxlvFHfoLoDzEY09IM5pmKHiR9m6fFNyaw5n1T5SAwRuVAZIxNTqr2vKs9SmPJBAAAAFQC54X1vR+6fU3rT2OA8l0lGFo1uDwAAAIEAp3uHVAn7842aybueXkX/Nile/1DqKilMdMkaBfFR+ueM38msM31K3IznEIvSYt0ZYN8MLfVXrwuWpuYhX/08dAj0pf1xoTCcMdqV9XeEQyQQ/r4YTrfEHrqZxKogwmTkJhgiKP4qWvGt6JbpNMmrJo+hn+WdVbkvrO/MgbpVq+AAAACBAMyib2H5bUTQCBOIP0NeSkqa4hnHVC+wNjQrpU900Vc5XkRDqwyWtvsODr91/jLZti+dktywcx1A/6hEVa8iKtMoslaFh0DDfvPhXO6OyyYphrB2u6lSko7YhZwEG8H2Lx6/A4XFsDEMUCGBVqP5WwN8a3Vx3ig9cKrNeXoG/a+/ root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fea2:5259/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.37 ===\n/dev/root resized successfully [took 2.22s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:52:59 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:5259/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 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:7815 (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-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.119455] usb 1-1: Product: QEMU USB Tablet\n[ 1.119456] usb 1-1: Manufacturer: QEMU\n[ 1.119457] usb 1-1: SerialNumber: 42\n[ 1.132600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.154778] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.173288] random: dd urandom read with 5 bits of entropy available\n[ 1.490513] tsc: Refined TSC clocksource calibration: 3491.906 MHz\n[ 1.490515] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\n[ 3.491210] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.196858] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 12 13:50:19 cirros kern.info kernel: [ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.793704] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 12 13:50:19 cirros kern.info kernel: [ 0.793706] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 12 13:50:19 cirros kern.info kernel: [ 0.795370] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 12 13:50:19 cirros kern.info kernel: [ 0.798263] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 12 13:50:19 cirros kern.info kernel: [ 0.800240] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 12 13:50:19 cirros kern.info kernel: [ 0.823836] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:50:19 cirros kern.info kernel: [ 0.824726] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.825807] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:50:19 cirros kern.info kernel: [ 0.888068] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.958474] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119451] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119454] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119455] usb 1-1: Product: QEMU USB Tablet\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119456] usb 1-1: Manufacturer: QEMU\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119457] usb 1-1: SerialNumber: 42\nOct 12 13:50:19 cirros kern.info kernel: [ 1.132600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:50:19 cirros kern.info kernel: [ 1.154778] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:50:19 cirros kern.notice kernel: [ 1.173288] random: dd urandom read with 5 bits of entropy available\nOct 12 13:50:20 cirros kern.info kernel: [ 1.490513] tsc: Refined TSC clocksource calibration: 3491.906 MHz\nOct 12 13:50:20 cirros kern.info kernel: [ 1.490515] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\nOct 12 13:50:21 cirros auth.notice su: + /dev/console root:cirros\nOct 12 13:50:22 cirros authpriv.info dropbear[340]: Running in background\nOct 12 13:50:22 cirros kern.info kernel: [ 3.491210] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 12 13:50:23 cirros kern.info kernel: [ 4.196858] 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-10-12 12:51:11,010 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action used request id req-cf72acc6-fbb3-410a-99e6-8b1c42f5c971 2018-10-12 12:51:13,043 - sdnvpn_test_utils - INFO - Waiting for instance ecfbe3f9-834d-467b-871e-4d73fa497f8d to boot up 2018-10-12 12:51:13,048 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5b8b91d9589b097a6ac6aa7660b4a79df580d7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:51:14,125 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-d10442e0-b181-4f57-93fb-3bdaee508235 x-compute-request-id: req-d10442e0-b181-4f57-93fb-3bdaee508235 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 540505183 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.138006] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.139779] pid_max: default: 32768 minimum: 301\n[ 0.140727] ACPI: Core revision 20150930\n[ 0.142158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143534] Security Framework initialized\n[ 0.144398] Yama: becoming mindful.\n[ 0.145183] AppArmor: AppArmor initialized\n[ 0.146070] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147488] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151607] Initializing cgroup subsys io\n[ 0.152471] Initializing cgroup subsys memory\n[ 0.153421] Initializing cgroup subsys devices\n[ 0.154348] Initializing cgroup subsys freezer\n[ 0.155295] Initializing cgroup subsys net_cls\n[ 0.156239] Initializing cgroup subsys perf_event\n[ 0.157251] Initializing cgroup subsys net_prio\n[ 0.158231] Initializing cgroup subsys hugetlb\n[ 0.159178] Initializing cgroup subsys pids\n[ 0.160110] CPU: Physical Processor ID: 0\n[ 0.161618] mce: CPU supports 10 MCE banks\n[ 0.162457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163440] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175438] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181885] ftrace: allocating 31920 entries in 125 pages\n[ 0.208859] smpboot: Max logical packages: 1\n[ 0.209702] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211033] x2apic enabled\n[ 0.211836] Switched APIC routing to physical x2apic.\n[ 0.213582] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216649] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218414] KVM setup paravirtual spinlock\n[ 0.219707] x86: Booted up 1 node, 1 CPUs\n[ 0.220523] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.221899] devtmpfs: initialized\n[ 0.223606] evm: security.selinux\n[ 0.224299] evm: security.SMACK64\n[ 0.224975] evm: security.SMACK64EXEC\n[ 0.225707] evm: security.SMACK64TRANSMUTE\n[ 0.226500] evm: security.SMACK64MMAP\n[ 0.227228] evm: security.ima\n[ 0.227864] evm: security.capability\n[ 0.228662] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230479] pinctrl core: initialized pinctrl subsystem\n[ 0.231558] RTC time: 12:50:31, date: 10/12/18\n[ 0.232505] NET: Registered protocol family 16\n[ 0.233463] cpuidle: using governor ladder\n[ 0.234270] cpuidle: using governor menu\n[ 0.235039] PCCT header not found.\n[ 0.235776] ACPI: bus type PCI registered\n[ 0.236567] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237782] PCI: Using configuration type 1 for base access\n[ 0.239518] ACPI: Added _OSI(Module Device)\n[ 0.240345] ACPI: Added _OSI(Processor Device)\n[ 0.241195] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242074] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244168] ACPI: Interpreter enabled\n[ 0.244923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252205] ACPI: (supports S0 S5)\n[ 0.252897] ACPI: Using IOAPIC for interrupt routing\n[ 0.254076] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257152] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258280] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259492] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260667] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262858] acpiphp: Slot [3] registered\n[ 0.263649] acpiphp: Slot [4] registered\n[ 0.264436] acpiphp: Slot [5] registered\n[ 0.265219] acpiphp: Slot [6] registered\n[ 0.265996] acpiphp: Slot [7] registered\n[ 0.266785] acpiphp: Slot [8] registered\n[ 0.267570] acpiphp: Slot [9] registered\n[ 0.268351] acpiphp: Slot [10] registered\n[ 0.269144] acpiphp: Slot [11] registered\n[ 0.269949] acpiphp: Slot [12] registered\n[ 0.270745] acpiphp: Slot [13] registered\n[ 0.271545] acpiphp: Slot [14] registered\n[ 0.272344] acpiphp: Slot [15] registered\n[ 0.283107] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284714] acpiphp: Slot [18] registered\n[ 0.285509] acpiphp: Slot [19] registered\n[ 0.286301] acpiphp: Slot [20] registered\n[ 0.287103] acpiphp: Slot [21] registered\n[ 0.287896] acpiphp: Slot [22] registered\n[ 0.288690] acpiphp: Slot [23] registered\n[ 0.289489] acpiphp: Slot [24] registered\n[ 0.290282] acpiphp: Slot [25] registered\n[ 0.291073] acpiphp: Slot [26] registered\n[ 0.291873] acpiphp: Slot [27] registered\n[ 0.292670] acpiphp: Slot [28] registered\n[ 0.293468] acpiphp: Slot [29] registered\n[ 0.294259] acpiphp: Slot [30] registered\n[ 0.295068] acpiphp: Slot [31] registered\n[ 0.295857] PCI host bridge to bus 0000:00\n[ 0.296657] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297843] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300440] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301860] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308297] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309555] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310701] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319415] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320807] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371585] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374360] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375725] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376944] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378639] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379668] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381193] vgaarb: loaded\n[ 0.381786] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382903] SCSI subsystem initialized\n[ 0.383709] ACPI: bus type USB registered\n[ 0.384512] usbcore: registered new interface driver usbfs\n[ 0.385527] usbcore: registered new interface driver hub\n[ 0.386518] usbcore: registered new device driver usb\n[ 0.387561] PCI: Using ACPI for IRQ routing\n[ 0.388569] NetLabel: Initializing\n[ 0.389271] NetLabel: domain hash size = 128\n[ 0.390113] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391044] NetLabel: unlabeled traffic allowed by default\n[ 0.392122] clocksource: Switched to clocksource kvm-clock\n[ 0.397515] AppArmor: AppArmor Filesystem Enabled\n[ 0.398458] pnp: PnP ACPI init\n[ 0.399352] pnp: PnP ACPI: found 5 devices\n[ 0.405711] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407394] NET: Registered protocol family 2\n[ 0.408368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409632] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410791] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411933] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412999] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414163] NET: Registered protocol family 1\n[ 0.415015] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416095] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431091] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445356] Trying to unpack rootfs image as initramfs...\n[ 0.495440] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509240] Scanning for low memory corruption every 60 seconds\n[ 0.510551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511676] audit: initializing netlink subsys (disabled)\n[ 0.512699] audit: type=2000 audit(1539348631.951:1): initialized\n[ 0.513987] Initialise system trusted keyring\n[ 0.514904] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516051] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517993] zbud: loaded\n[ 0.518692] VFS: Disk quotas dquot_6.6.0\n[ 0.519502] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521009] fuse init (API version 7.23)\n[ 0.521883] Key type big_key registered\n[ 0.522683] Allocating IMA MOK and blacklist keyrings.\n[ 0.524161] Key type asymmetric registered\n[ 0.525022] Asymmetric key parser 'x509' registered\n[ 0.525955] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527383] io scheduler noop registered\n[ 0.528174] io scheduler deadline registered (default)\n[ 0.529146] io scheduler cfq registered\n[ 0.529957] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530976] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532223] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533647] ACPI: Power Button [PWRF]\n[ 0.534459] GHES: HEST is not enabled!\n[ 0.549505] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580901] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604835] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608595] Linux agpgart interface v0.103\n[ 0.611737] brd: module loaded\n[ 0.613936] loop: module loaded\n[ 0.623819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626401] GPT:90111 != 2097151\n[ 0.627070] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628159] GPT:90111 != 2097151\n[ 0.628824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629775] vda: vda1 vda15\n[ 0.631182] scsi host0: ata_piix\n[ 0.631907] scsi host1: ata_piix\n[ 0.632624] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633826] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635259] libphy: Fixed MDIO Bus: probed\n[ 0.636063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639069] PPP generic driver version 2.4.2\n[ 0.639944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641231] ehci-pci: EHCI PCI platform driver\n[ 0.642088] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644181] ohci-pci: OHCI PCI platform driver\n[ 0.645038] ohci-platform: OHCI generic platform driver\n[ 0.646007] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660318] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662727] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664846] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666044] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667439] usb usb1: Product: UHCI Host Controller\n[ 0.668359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669484] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670505] hub 1-0:1.0: USB hub found\n[ 0.671272] hub 1-0:1.0: 2 ports detected\n[ 0.672168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674267] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676231] mousedev: PS/2 mouse device common for all mice\n[ 0.677464] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679273] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681544] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682711] i2c /dev entries driver\n[ 0.683468] device-mapper: uevent: version 1.0.3\n[ 0.684404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687333] NET: Registered protocol family 10\n[ 0.688334] NET: Registered protocol family 17\n[ 0.689210] Key type dns_resolver registered\n[ 0.690119] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691189] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692924] registered taskstats version 1\n[ 0.693750] Loading compiled-in X.509 certificates\n[ 0.695191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697023] zswap: loaded using pool lzo/zbud\n[ 0.698373] Key type trusted registered\n[ 0.700291] Key type encrypted registered\n[ 0.701103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702106] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703120] evm: HMAC attrs: 0x1\n[ 0.704032] Magic number: 6:984:834\n[ 0.704896] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:32 UTC (1539348632)\n[ 0.706485] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707580] EDD information not available.\n[ 0.788708] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790127] ata1.00: configured for MWDMA2\n[ 0.791303] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803854] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805392] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806858] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808952] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810796] Write protecting the kernel read-only data: 14336k\n[ 0.812606] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814716] 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.68\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.939876] 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-10-12 12:51:14,126 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action used request id req-d10442e0-b181-4f57-93fb-3bdaee508235 2018-10-12 12:51:16,131 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5b8b91d9589b097a6ac6aa7660b4a79df580d7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:51:17,198 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:51:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a4372752-1d4a-4b46-991f-bc65fab23b16 x-compute-request-id: req-a4372752-1d4a-4b46-991f-bc65fab23b16 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 540505183 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.138006] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.139779] pid_max: default: 32768 minimum: 301\n[ 0.140727] ACPI: Core revision 20150930\n[ 0.142158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143534] Security Framework initialized\n[ 0.144398] Yama: becoming mindful.\n[ 0.145183] AppArmor: AppArmor initialized\n[ 0.146070] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147488] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151607] Initializing cgroup subsys io\n[ 0.152471] Initializing cgroup subsys memory\n[ 0.153421] Initializing cgroup subsys devices\n[ 0.154348] Initializing cgroup subsys freezer\n[ 0.155295] Initializing cgroup subsys net_cls\n[ 0.156239] Initializing cgroup subsys perf_event\n[ 0.157251] Initializing cgroup subsys net_prio\n[ 0.158231] Initializing cgroup subsys hugetlb\n[ 0.159178] Initializing cgroup subsys pids\n[ 0.160110] CPU: Physical Processor ID: 0\n[ 0.161618] mce: CPU supports 10 MCE banks\n[ 0.162457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163440] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175438] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181885] ftrace: allocating 31920 entries in 125 pages\n[ 0.208859] smpboot: Max logical packages: 1\n[ 0.209702] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211033] x2apic enabled\n[ 0.211836] Switched APIC routing to physical x2apic.\n[ 0.213582] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216649] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218414] KVM setup paravirtual spinlock\n[ 0.219707] x86: Booted up 1 node, 1 CPUs\n[ 0.220523] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.221899] devtmpfs: initialized\n[ 0.223606] evm: security.selinux\n[ 0.224299] evm: security.SMACK64\n[ 0.224975] evm: security.SMACK64EXEC\n[ 0.225707] evm: security.SMACK64TRANSMUTE\n[ 0.226500] evm: security.SMACK64MMAP\n[ 0.227228] evm: security.ima\n[ 0.227864] evm: security.capability\n[ 0.228662] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230479] pinctrl core: initialized pinctrl subsystem\n[ 0.231558] RTC time: 12:50:31, date: 10/12/18\n[ 0.232505] NET: Registered protocol family 16\n[ 0.233463] cpuidle: using governor ladder\n[ 0.234270] cpuidle: using governor menu\n[ 0.235039] PCCT header not found.\n[ 0.235776] ACPI: bus type PCI registered\n[ 0.236567] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237782] PCI: Using configuration type 1 for base access\n[ 0.239518] ACPI: Added _OSI(Module Device)\n[ 0.240345] ACPI: Added _OSI(Processor Device)\n[ 0.241195] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242074] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244168] ACPI: Interpreter enabled\n[ 0.244923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252205] ACPI: (supports S0 S5)\n[ 0.252897] ACPI: Using IOAPIC for interrupt routing\n[ 0.254076] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257152] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258280] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259492] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260667] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262858] acpiphp: Slot [3] registered\n[ 0.263649] acpiphp: Slot [4] registered\n[ 0.264436] acpiphp: Slot [5] registered\n[ 0.265219] acpiphp: Slot [6] registered\n[ 0.265996] acpiphp: Slot [7] registered\n[ 0.266785] acpiphp: Slot [8] registered\n[ 0.267570] acpiphp: Slot [9] registered\n[ 0.268351] acpiphp: Slot [10] registered\n[ 0.269144] acpiphp: Slot [11] registered\n[ 0.269949] acpiphp: Slot [12] registered\n[ 0.270745] acpiphp: Slot [13] registered\n[ 0.271545] acpiphp: Slot [14] registered\n[ 0.272344] acpiphp: Slot [15] registered\n[ 0.283107] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284714] acpiphp: Slot [18] registered\n[ 0.285509] acpiphp: Slot [19] registered\n[ 0.286301] acpiphp: Slot [20] registered\n[ 0.287103] acpiphp: Slot [21] registered\n[ 0.287896] acpiphp: Slot [22] registered\n[ 0.288690] acpiphp: Slot [23] registered\n[ 0.289489] acpiphp: Slot [24] registered\n[ 0.290282] acpiphp: Slot [25] registered\n[ 0.291073] acpiphp: Slot [26] registered\n[ 0.291873] acpiphp: Slot [27] registered\n[ 0.292670] acpiphp: Slot [28] registered\n[ 0.293468] acpiphp: Slot [29] registered\n[ 0.294259] acpiphp: Slot [30] registered\n[ 0.295068] acpiphp: Slot [31] registered\n[ 0.295857] PCI host bridge to bus 0000:00\n[ 0.296657] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297843] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300440] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301860] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308297] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309555] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310701] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319415] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320807] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371585] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374360] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375725] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376944] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378639] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379668] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381193] vgaarb: loaded\n[ 0.381786] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382903] SCSI subsystem initialized\n[ 0.383709] ACPI: bus type USB registered\n[ 0.384512] usbcore: registered new interface driver usbfs\n[ 0.385527] usbcore: registered new interface driver hub\n[ 0.386518] usbcore: registered new device driver usb\n[ 0.387561] PCI: Using ACPI for IRQ routing\n[ 0.388569] NetLabel: Initializing\n[ 0.389271] NetLabel: domain hash size = 128\n[ 0.390113] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391044] NetLabel: unlabeled traffic allowed by default\n[ 0.392122] clocksource: Switched to clocksource kvm-clock\n[ 0.397515] AppArmor: AppArmor Filesystem Enabled\n[ 0.398458] pnp: PnP ACPI init\n[ 0.399352] pnp: PnP ACPI: found 5 devices\n[ 0.405711] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407394] NET: Registered protocol family 2\n[ 0.408368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409632] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410791] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411933] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412999] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414163] NET: Registered protocol family 1\n[ 0.415015] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416095] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431091] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445356] Trying to unpack rootfs image as initramfs...\n[ 0.495440] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509240] Scanning for low memory corruption every 60 seconds\n[ 0.510551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511676] audit: initializing netlink subsys (disabled)\n[ 0.512699] audit: type=2000 audit(1539348631.951:1): initialized\n[ 0.513987] Initialise system trusted keyring\n[ 0.514904] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516051] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517993] zbud: loaded\n[ 0.518692] VFS: Disk quotas dquot_6.6.0\n[ 0.519502] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521009] fuse init (API version 7.23)\n[ 0.521883] Key type big_key registered\n[ 0.522683] Allocating IMA MOK and blacklist keyrings.\n[ 0.524161] Key type asymmetric registered\n[ 0.525022] Asymmetric key parser 'x509' registered\n[ 0.525955] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527383] io scheduler noop registered\n[ 0.528174] io scheduler deadline registered (default)\n[ 0.529146] io scheduler cfq registered\n[ 0.529957] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530976] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532223] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533647] ACPI: Power Button [PWRF]\n[ 0.534459] GHES: HEST is not enabled!\n[ 0.549505] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580901] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604835] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608595] Linux agpgart interface v0.103\n[ 0.611737] brd: module loaded\n[ 0.613936] loop: module loaded\n[ 0.623819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626401] GPT:90111 != 2097151\n[ 0.627070] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628159] GPT:90111 != 2097151\n[ 0.628824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629775] vda: vda1 vda15\n[ 0.631182] scsi host0: ata_piix\n[ 0.631907] scsi host1: ata_piix\n[ 0.632624] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633826] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635259] libphy: Fixed MDIO Bus: probed\n[ 0.636063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639069] PPP generic driver version 2.4.2\n[ 0.639944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641231] ehci-pci: EHCI PCI platform driver\n[ 0.642088] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644181] ohci-pci: OHCI PCI platform driver\n[ 0.645038] ohci-platform: OHCI generic platform driver\n[ 0.646007] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660318] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662727] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664846] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666044] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667439] usb usb1: Product: UHCI Host Controller\n[ 0.668359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669484] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670505] hub 1-0:1.0: USB hub found\n[ 0.671272] hub 1-0:1.0: 2 ports detected\n[ 0.672168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674267] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676231] mousedev: PS/2 mouse device common for all mice\n[ 0.677464] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679273] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681544] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682711] i2c /dev entries driver\n[ 0.683468] device-mapper: uevent: version 1.0.3\n[ 0.684404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687333] NET: Registered protocol family 10\n[ 0.688334] NET: Registered protocol family 17\n[ 0.689210] Key type dns_resolver registered\n[ 0.690119] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691189] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692924] registered taskstats version 1\n[ 0.693750] Loading compiled-in X.509 certificates\n[ 0.695191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697023] zswap: loaded using pool lzo/zbud\n[ 0.698373] Key type trusted registered\n[ 0.700291] Key type encrypted registered\n[ 0.701103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702106] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703120] evm: HMAC attrs: 0x1\n[ 0.704032] Magic number: 6:984:834\n[ 0.704896] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:32 UTC (1539348632)\n[ 0.706485] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707580] EDD information not available.\n[ 0.788708] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790127] ata1.00: configured for MWDMA2\n[ 0.791303] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803854] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805392] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806858] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808952] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810796] Write protecting the kernel read-only data: 14336k\n[ 0.812606] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814716] 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.68\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.939876] 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-10-12 12:51:17,198 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action used request id req-a4372752-1d4a-4b46-991f-bc65fab23b16 2018-10-12 12:51:19,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5b8b91d9589b097a6ac6aa7660b4a79df580d7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:51:20,284 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:51:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c03a4458-3c81-4893-a647-625b18f11b77 x-compute-request-id: req-c03a4458-3c81-4893-a647-625b18f11b77 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 540505183 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.138006] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.139779] pid_max: default: 32768 minimum: 301\n[ 0.140727] ACPI: Core revision 20150930\n[ 0.142158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143534] Security Framework initialized\n[ 0.144398] Yama: becoming mindful.\n[ 0.145183] AppArmor: AppArmor initialized\n[ 0.146070] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147488] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151607] Initializing cgroup subsys io\n[ 0.152471] Initializing cgroup subsys memory\n[ 0.153421] Initializing cgroup subsys devices\n[ 0.154348] Initializing cgroup subsys freezer\n[ 0.155295] Initializing cgroup subsys net_cls\n[ 0.156239] Initializing cgroup subsys perf_event\n[ 0.157251] Initializing cgroup subsys net_prio\n[ 0.158231] Initializing cgroup subsys hugetlb\n[ 0.159178] Initializing cgroup subsys pids\n[ 0.160110] CPU: Physical Processor ID: 0\n[ 0.161618] mce: CPU supports 10 MCE banks\n[ 0.162457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163440] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175438] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181885] ftrace: allocating 31920 entries in 125 pages\n[ 0.208859] smpboot: Max logical packages: 1\n[ 0.209702] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211033] x2apic enabled\n[ 0.211836] Switched APIC routing to physical x2apic.\n[ 0.213582] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216649] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218414] KVM setup paravirtual spinlock\n[ 0.219707] x86: Booted up 1 node, 1 CPUs\n[ 0.220523] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.221899] devtmpfs: initialized\n[ 0.223606] evm: security.selinux\n[ 0.224299] evm: security.SMACK64\n[ 0.224975] evm: security.SMACK64EXEC\n[ 0.225707] evm: security.SMACK64TRANSMUTE\n[ 0.226500] evm: security.SMACK64MMAP\n[ 0.227228] evm: security.ima\n[ 0.227864] evm: security.capability\n[ 0.228662] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230479] pinctrl core: initialized pinctrl subsystem\n[ 0.231558] RTC time: 12:50:31, date: 10/12/18\n[ 0.232505] NET: Registered protocol family 16\n[ 0.233463] cpuidle: using governor ladder\n[ 0.234270] cpuidle: using governor menu\n[ 0.235039] PCCT header not found.\n[ 0.235776] ACPI: bus type PCI registered\n[ 0.236567] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237782] PCI: Using configuration type 1 for base access\n[ 0.239518] ACPI: Added _OSI(Module Device)\n[ 0.240345] ACPI: Added _OSI(Processor Device)\n[ 0.241195] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242074] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244168] ACPI: Interpreter enabled\n[ 0.244923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252205] ACPI: (supports S0 S5)\n[ 0.252897] ACPI: Using IOAPIC for interrupt routing\n[ 0.254076] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257152] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258280] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259492] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260667] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262858] acpiphp: Slot [3] registered\n[ 0.263649] acpiphp: Slot [4] registered\n[ 0.264436] acpiphp: Slot [5] registered\n[ 0.265219] acpiphp: Slot [6] registered\n[ 0.265996] acpiphp: Slot [7] registered\n[ 0.266785] acpiphp: Slot [8] registered\n[ 0.267570] acpiphp: Slot [9] registered\n[ 0.268351] acpiphp: Slot [10] registered\n[ 0.269144] acpiphp: Slot [11] registered\n[ 0.269949] acpiphp: Slot [12] registered\n[ 0.270745] acpiphp: Slot [13] registered\n[ 0.271545] acpiphp: Slot [14] registered\n[ 0.272344] acpiphp: Slot [15] registered\n[ 0.283107] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284714] acpiphp: Slot [18] registered\n[ 0.285509] acpiphp: Slot [19] registered\n[ 0.286301] acpiphp: Slot [20] registered\n[ 0.287103] acpiphp: Slot [21] registered\n[ 0.287896] acpiphp: Slot [22] registered\n[ 0.288690] acpiphp: Slot [23] registered\n[ 0.289489] acpiphp: Slot [24] registered\n[ 0.290282] acpiphp: Slot [25] registered\n[ 0.291073] acpiphp: Slot [26] registered\n[ 0.291873] acpiphp: Slot [27] registered\n[ 0.292670] acpiphp: Slot [28] registered\n[ 0.293468] acpiphp: Slot [29] registered\n[ 0.294259] acpiphp: Slot [30] registered\n[ 0.295068] acpiphp: Slot [31] registered\n[ 0.295857] PCI host bridge to bus 0000:00\n[ 0.296657] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297843] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300440] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301860] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308297] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309555] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310701] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319415] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320807] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371585] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374360] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375725] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376944] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378639] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379668] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381193] vgaarb: loaded\n[ 0.381786] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382903] SCSI subsystem initialized\n[ 0.383709] ACPI: bus type USB registered\n[ 0.384512] usbcore: registered new interface driver usbfs\n[ 0.385527] usbcore: registered new interface driver hub\n[ 0.386518] usbcore: registered new device driver usb\n[ 0.387561] PCI: Using ACPI for IRQ routing\n[ 0.388569] NetLabel: Initializing\n[ 0.389271] NetLabel: domain hash size = 128\n[ 0.390113] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391044] NetLabel: unlabeled traffic allowed by default\n[ 0.392122] clocksource: Switched to clocksource kvm-clock\n[ 0.397515] AppArmor: AppArmor Filesystem Enabled\n[ 0.398458] pnp: PnP ACPI init\n[ 0.399352] pnp: PnP ACPI: found 5 devices\n[ 0.405711] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407394] NET: Registered protocol family 2\n[ 0.408368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409632] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410791] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411933] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412999] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414163] NET: Registered protocol family 1\n[ 0.415015] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416095] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431091] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445356] Trying to unpack rootfs image as initramfs...\n[ 0.495440] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509240] Scanning for low memory corruption every 60 seconds\n[ 0.510551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511676] audit: initializing netlink subsys (disabled)\n[ 0.512699] audit: type=2000 audit(1539348631.951:1): initialized\n[ 0.513987] Initialise system trusted keyring\n[ 0.514904] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516051] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517993] zbud: loaded\n[ 0.518692] VFS: Disk quotas dquot_6.6.0\n[ 0.519502] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521009] fuse init (API version 7.23)\n[ 0.521883] Key type big_key registered\n[ 0.522683] Allocating IMA MOK and blacklist keyrings.\n[ 0.524161] Key type asymmetric registered\n[ 0.525022] Asymmetric key parser 'x509' registered\n[ 0.525955] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527383] io scheduler noop registered\n[ 0.528174] io scheduler deadline registered (default)\n[ 0.529146] io scheduler cfq registered\n[ 0.529957] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530976] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532223] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533647] ACPI: Power Button [PWRF]\n[ 0.534459] GHES: HEST is not enabled!\n[ 0.549505] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580901] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604835] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608595] Linux agpgart interface v0.103\n[ 0.611737] brd: module loaded\n[ 0.613936] loop: module loaded\n[ 0.623819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626401] GPT:90111 != 2097151\n[ 0.627070] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628159] GPT:90111 != 2097151\n[ 0.628824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629775] vda: vda1 vda15\n[ 0.631182] scsi host0: ata_piix\n[ 0.631907] scsi host1: ata_piix\n[ 0.632624] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633826] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635259] libphy: Fixed MDIO Bus: probed\n[ 0.636063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639069] PPP generic driver version 2.4.2\n[ 0.639944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641231] ehci-pci: EHCI PCI platform driver\n[ 0.642088] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644181] ohci-pci: OHCI PCI platform driver\n[ 0.645038] ohci-platform: OHCI generic platform driver\n[ 0.646007] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660318] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662727] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664846] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666044] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667439] usb usb1: Product: UHCI Host Controller\n[ 0.668359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669484] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670505] hub 1-0:1.0: USB hub found\n[ 0.671272] hub 1-0:1.0: 2 ports detected\n[ 0.672168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674267] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676231] mousedev: PS/2 mouse device common for all mice\n[ 0.677464] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679273] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681544] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682711] i2c /dev entries driver\n[ 0.683468] device-mapper: uevent: version 1.0.3\n[ 0.684404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687333] NET: Registered protocol family 10\n[ 0.688334] NET: Registered protocol family 17\n[ 0.689210] Key type dns_resolver registered\n[ 0.690119] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691189] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692924] registered taskstats version 1\n[ 0.693750] Loading compiled-in X.509 certificates\n[ 0.695191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697023] zswap: loaded using pool lzo/zbud\n[ 0.698373] Key type trusted registered\n[ 0.700291] Key type encrypted registered\n[ 0.701103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702106] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703120] evm: HMAC attrs: 0x1\n[ 0.704032] Magic number: 6:984:834\n[ 0.704896] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:32 UTC (1539348632)\n[ 0.706485] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707580] EDD information not available.\n[ 0.788708] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790127] ata1.00: configured for MWDMA2\n[ 0.791303] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803854] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805392] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806858] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808952] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810796] Write protecting the kernel read-only data: 14336k\n[ 0.812606] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814716] 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.68\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.939876] 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-10-12 12:51:20,285 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action used request id req-c03a4458-3c81-4893-a647-625b18f11b77 2018-10-12 12:51:22,291 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5b8b91d9589b097a6ac6aa7660b4a79df580d7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:51:23,361 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:51:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-394d34e3-0227-4153-8cc3-bede1ce6f00d x-compute-request-id: req-394d34e3-0227-4153-8cc3-bede1ce6f00d Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 540505183 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.138006] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.139779] pid_max: default: 32768 minimum: 301\n[ 0.140727] ACPI: Core revision 20150930\n[ 0.142158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143534] Security Framework initialized\n[ 0.144398] Yama: becoming mindful.\n[ 0.145183] AppArmor: AppArmor initialized\n[ 0.146070] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147488] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151607] Initializing cgroup subsys io\n[ 0.152471] Initializing cgroup subsys memory\n[ 0.153421] Initializing cgroup subsys devices\n[ 0.154348] Initializing cgroup subsys freezer\n[ 0.155295] Initializing cgroup subsys net_cls\n[ 0.156239] Initializing cgroup subsys perf_event\n[ 0.157251] Initializing cgroup subsys net_prio\n[ 0.158231] Initializing cgroup subsys hugetlb\n[ 0.159178] Initializing cgroup subsys pids\n[ 0.160110] CPU: Physical Processor ID: 0\n[ 0.161618] mce: CPU supports 10 MCE banks\n[ 0.162457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163440] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175438] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181885] ftrace: allocating 31920 entries in 125 pages\n[ 0.208859] smpboot: Max logical packages: 1\n[ 0.209702] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211033] x2apic enabled\n[ 0.211836] Switched APIC routing to physical x2apic.\n[ 0.213582] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216649] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218414] KVM setup paravirtual spinlock\n[ 0.219707] x86: Booted up 1 node, 1 CPUs\n[ 0.220523] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.221899] devtmpfs: initialized\n[ 0.223606] evm: security.selinux\n[ 0.224299] evm: security.SMACK64\n[ 0.224975] evm: security.SMACK64EXEC\n[ 0.225707] evm: security.SMACK64TRANSMUTE\n[ 0.226500] evm: security.SMACK64MMAP\n[ 0.227228] evm: security.ima\n[ 0.227864] evm: security.capability\n[ 0.228662] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230479] pinctrl core: initialized pinctrl subsystem\n[ 0.231558] RTC time: 12:50:31, date: 10/12/18\n[ 0.232505] NET: Registered protocol family 16\n[ 0.233463] cpuidle: using governor ladder\n[ 0.234270] cpuidle: using governor menu\n[ 0.235039] PCCT header not found.\n[ 0.235776] ACPI: bus type PCI registered\n[ 0.236567] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237782] PCI: Using configuration type 1 for base access\n[ 0.239518] ACPI: Added _OSI(Module Device)\n[ 0.240345] ACPI: Added _OSI(Processor Device)\n[ 0.241195] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242074] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244168] ACPI: Interpreter enabled\n[ 0.244923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252205] ACPI: (supports S0 S5)\n[ 0.252897] ACPI: Using IOAPIC for interrupt routing\n[ 0.254076] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257152] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258280] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259492] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260667] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262858] acpiphp: Slot [3] registered\n[ 0.263649] acpiphp: Slot [4] registered\n[ 0.264436] acpiphp: Slot [5] registered\n[ 0.265219] acpiphp: Slot [6] registered\n[ 0.265996] acpiphp: Slot [7] registered\n[ 0.266785] acpiphp: Slot [8] registered\n[ 0.267570] acpiphp: Slot [9] registered\n[ 0.268351] acpiphp: Slot [10] registered\n[ 0.269144] acpiphp: Slot [11] registered\n[ 0.269949] acpiphp: Slot [12] registered\n[ 0.270745] acpiphp: Slot [13] registered\n[ 0.271545] acpiphp: Slot [14] registered\n[ 0.272344] acpiphp: Slot [15] registered\n[ 0.283107] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284714] acpiphp: Slot [18] registered\n[ 0.285509] acpiphp: Slot [19] registered\n[ 0.286301] acpiphp: Slot [20] registered\n[ 0.287103] acpiphp: Slot [21] registered\n[ 0.287896] acpiphp: Slot [22] registered\n[ 0.288690] acpiphp: Slot [23] registered\n[ 0.289489] acpiphp: Slot [24] registered\n[ 0.290282] acpiphp: Slot [25] registered\n[ 0.291073] acpiphp: Slot [26] registered\n[ 0.291873] acpiphp: Slot [27] registered\n[ 0.292670] acpiphp: Slot [28] registered\n[ 0.293468] acpiphp: Slot [29] registered\n[ 0.294259] acpiphp: Slot [30] registered\n[ 0.295068] acpiphp: Slot [31] registered\n[ 0.295857] PCI host bridge to bus 0000:00\n[ 0.296657] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297843] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300440] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301860] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308297] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309555] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310701] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319415] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320807] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371585] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374360] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375725] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376944] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378639] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379668] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381193] vgaarb: loaded\n[ 0.381786] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382903] SCSI subsystem initialized\n[ 0.383709] ACPI: bus type USB registered\n[ 0.384512] usbcore: registered new interface driver usbfs\n[ 0.385527] usbcore: registered new interface driver hub\n[ 0.386518] usbcore: registered new device driver usb\n[ 0.387561] PCI: Using ACPI for IRQ routing\n[ 0.388569] NetLabel: Initializing\n[ 0.389271] NetLabel: domain hash size = 128\n[ 0.390113] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391044] NetLabel: unlabeled traffic allowed by default\n[ 0.392122] clocksource: Switched to clocksource kvm-clock\n[ 0.397515] AppArmor: AppArmor Filesystem Enabled\n[ 0.398458] pnp: PnP ACPI init\n[ 0.399352] pnp: PnP ACPI: found 5 devices\n[ 0.405711] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407394] NET: Registered protocol family 2\n[ 0.408368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409632] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410791] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411933] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412999] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414163] NET: Registered protocol family 1\n[ 0.415015] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416095] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431091] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445356] Trying to unpack rootfs image as initramfs...\n[ 0.495440] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509240] Scanning for low memory corruption every 60 seconds\n[ 0.510551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511676] audit: initializing netlink subsys (disabled)\n[ 0.512699] audit: type=2000 audit(1539348631.951:1): initialized\n[ 0.513987] Initialise system trusted keyring\n[ 0.514904] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516051] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517993] zbud: loaded\n[ 0.518692] VFS: Disk quotas dquot_6.6.0\n[ 0.519502] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521009] fuse init (API version 7.23)\n[ 0.521883] Key type big_key registered\n[ 0.522683] Allocating IMA MOK and blacklist keyrings.\n[ 0.524161] Key type asymmetric registered\n[ 0.525022] Asymmetric key parser 'x509' registered\n[ 0.525955] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527383] io scheduler noop registered\n[ 0.528174] io scheduler deadline registered (default)\n[ 0.529146] io scheduler cfq registered\n[ 0.529957] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530976] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532223] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533647] ACPI: Power Button [PWRF]\n[ 0.534459] GHES: HEST is not enabled!\n[ 0.549505] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580901] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604835] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608595] Linux agpgart interface v0.103\n[ 0.611737] brd: module loaded\n[ 0.613936] loop: module loaded\n[ 0.623819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626401] GPT:90111 != 2097151\n[ 0.627070] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628159] GPT:90111 != 2097151\n[ 0.628824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629775] vda: vda1 vda15\n[ 0.631182] scsi host0: ata_piix\n[ 0.631907] scsi host1: ata_piix\n[ 0.632624] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633826] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635259] libphy: Fixed MDIO Bus: probed\n[ 0.636063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639069] PPP generic driver version 2.4.2\n[ 0.639944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641231] ehci-pci: EHCI PCI platform driver\n[ 0.642088] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644181] ohci-pci: OHCI PCI platform driver\n[ 0.645038] ohci-platform: OHCI generic platform driver\n[ 0.646007] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660318] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662727] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664846] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666044] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667439] usb usb1: Product: UHCI Host Controller\n[ 0.668359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669484] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670505] hub 1-0:1.0: USB hub found\n[ 0.671272] hub 1-0:1.0: 2 ports detected\n[ 0.672168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674267] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676231] mousedev: PS/2 mouse device common for all mice\n[ 0.677464] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679273] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681544] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682711] i2c /dev entries driver\n[ 0.683468] device-mapper: uevent: version 1.0.3\n[ 0.684404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687333] NET: Registered protocol family 10\n[ 0.688334] NET: Registered protocol family 17\n[ 0.689210] Key type dns_resolver registered\n[ 0.690119] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691189] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692924] registered taskstats version 1\n[ 0.693750] Loading compiled-in X.509 certificates\n[ 0.695191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697023] zswap: loaded using pool lzo/zbud\n[ 0.698373] Key type trusted registered\n[ 0.700291] Key type encrypted registered\n[ 0.701103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702106] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703120] evm: HMAC attrs: 0x1\n[ 0.704032] Magic number: 6:984:834\n[ 0.704896] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:32 UTC (1539348632)\n[ 0.706485] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707580] EDD information not available.\n[ 0.788708] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790127] ata1.00: configured for MWDMA2\n[ 0.791303] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803854] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805392] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806858] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808952] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810796] Write protecting the kernel read-only data: 14336k\n[ 0.812606] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814716] 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.68\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.939876] 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-10-12 12:51:23,361 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action used request id req-394d34e3-0227-4153-8cc3-bede1ce6f00d 2018-10-12 12:51:25,369 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5b8b91d9589b097a6ac6aa7660b4a79df580d7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:51:26,443 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:51:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1cd1de32-283c-4d1d-8f8e-c725a0d7057e x-compute-request-id: req-1cd1de32-283c-4d1d-8f8e-c725a0d7057e Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 540505183 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.138006] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.139779] pid_max: default: 32768 minimum: 301\n[ 0.140727] ACPI: Core revision 20150930\n[ 0.142158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143534] Security Framework initialized\n[ 0.144398] Yama: becoming mindful.\n[ 0.145183] AppArmor: AppArmor initialized\n[ 0.146070] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147488] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151607] Initializing cgroup subsys io\n[ 0.152471] Initializing cgroup subsys memory\n[ 0.153421] Initializing cgroup subsys devices\n[ 0.154348] Initializing cgroup subsys freezer\n[ 0.155295] Initializing cgroup subsys net_cls\n[ 0.156239] Initializing cgroup subsys perf_event\n[ 0.157251] Initializing cgroup subsys net_prio\n[ 0.158231] Initializing cgroup subsys hugetlb\n[ 0.159178] Initializing cgroup subsys pids\n[ 0.160110] CPU: Physical Processor ID: 0\n[ 0.161618] mce: CPU supports 10 MCE banks\n[ 0.162457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163440] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175438] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181885] ftrace: allocating 31920 entries in 125 pages\n[ 0.208859] smpboot: Max logical packages: 1\n[ 0.209702] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211033] x2apic enabled\n[ 0.211836] Switched APIC routing to physical x2apic.\n[ 0.213582] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216649] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218414] KVM setup paravirtual spinlock\n[ 0.219707] x86: Booted up 1 node, 1 CPUs\n[ 0.220523] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.221899] devtmpfs: initialized\n[ 0.223606] evm: security.selinux\n[ 0.224299] evm: security.SMACK64\n[ 0.224975] evm: security.SMACK64EXEC\n[ 0.225707] evm: security.SMACK64TRANSMUTE\n[ 0.226500] evm: security.SMACK64MMAP\n[ 0.227228] evm: security.ima\n[ 0.227864] evm: security.capability\n[ 0.228662] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230479] pinctrl core: initialized pinctrl subsystem\n[ 0.231558] RTC time: 12:50:31, date: 10/12/18\n[ 0.232505] NET: Registered protocol family 16\n[ 0.233463] cpuidle: using governor ladder\n[ 0.234270] cpuidle: using governor menu\n[ 0.235039] PCCT header not found.\n[ 0.235776] ACPI: bus type PCI registered\n[ 0.236567] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237782] PCI: Using configuration type 1 for base access\n[ 0.239518] ACPI: Added _OSI(Module Device)\n[ 0.240345] ACPI: Added _OSI(Processor Device)\n[ 0.241195] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242074] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244168] ACPI: Interpreter enabled\n[ 0.244923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252205] ACPI: (supports S0 S5)\n[ 0.252897] ACPI: Using IOAPIC for interrupt routing\n[ 0.254076] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257152] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258280] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259492] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260667] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262858] acpiphp: Slot [3] registered\n[ 0.263649] acpiphp: Slot [4] registered\n[ 0.264436] acpiphp: Slot [5] registered\n[ 0.265219] acpiphp: Slot [6] registered\n[ 0.265996] acpiphp: Slot [7] registered\n[ 0.266785] acpiphp: Slot [8] registered\n[ 0.267570] acpiphp: Slot [9] registered\n[ 0.268351] acpiphp: Slot [10] registered\n[ 0.269144] acpiphp: Slot [11] registered\n[ 0.269949] acpiphp: Slot [12] registered\n[ 0.270745] acpiphp: Slot [13] registered\n[ 0.271545] acpiphp: Slot [14] registered\n[ 0.272344] acpiphp: Slot [15] registered\n[ 0.283107] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284714] acpiphp: Slot [18] registered\n[ 0.285509] acpiphp: Slot [19] registered\n[ 0.286301] acpiphp: Slot [20] registered\n[ 0.287103] acpiphp: Slot [21] registered\n[ 0.287896] acpiphp: Slot [22] registered\n[ 0.288690] acpiphp: Slot [23] registered\n[ 0.289489] acpiphp: Slot [24] registered\n[ 0.290282] acpiphp: Slot [25] registered\n[ 0.291073] acpiphp: Slot [26] registered\n[ 0.291873] acpiphp: Slot [27] registered\n[ 0.292670] acpiphp: Slot [28] registered\n[ 0.293468] acpiphp: Slot [29] registered\n[ 0.294259] acpiphp: Slot [30] registered\n[ 0.295068] acpiphp: Slot [31] registered\n[ 0.295857] PCI host bridge to bus 0000:00\n[ 0.296657] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297843] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300440] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301860] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308297] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309555] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310701] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319415] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320807] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371585] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374360] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375725] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376944] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378639] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379668] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381193] vgaarb: loaded\n[ 0.381786] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382903] SCSI subsystem initialized\n[ 0.383709] ACPI: bus type USB registered\n[ 0.384512] usbcore: registered new interface driver usbfs\n[ 0.385527] usbcore: registered new interface driver hub\n[ 0.386518] usbcore: registered new device driver usb\n[ 0.387561] PCI: Using ACPI for IRQ routing\n[ 0.388569] NetLabel: Initializing\n[ 0.389271] NetLabel: domain hash size = 128\n[ 0.390113] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391044] NetLabel: unlabeled traffic allowed by default\n[ 0.392122] clocksource: Switched to clocksource kvm-clock\n[ 0.397515] AppArmor: AppArmor Filesystem Enabled\n[ 0.398458] pnp: PnP ACPI init\n[ 0.399352] pnp: PnP ACPI: found 5 devices\n[ 0.405711] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407394] NET: Registered protocol family 2\n[ 0.408368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409632] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410791] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411933] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412999] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414163] NET: Registered protocol family 1\n[ 0.415015] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416095] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431091] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445356] Trying to unpack rootfs image as initramfs...\n[ 0.495440] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509240] Scanning for low memory corruption every 60 seconds\n[ 0.510551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511676] audit: initializing netlink subsys (disabled)\n[ 0.512699] audit: type=2000 audit(1539348631.951:1): initialized\n[ 0.513987] Initialise system trusted keyring\n[ 0.514904] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516051] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517993] zbud: loaded\n[ 0.518692] VFS: Disk quotas dquot_6.6.0\n[ 0.519502] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521009] fuse init (API version 7.23)\n[ 0.521883] Key type big_key registered\n[ 0.522683] Allocating IMA MOK and blacklist keyrings.\n[ 0.524161] Key type asymmetric registered\n[ 0.525022] Asymmetric key parser 'x509' registered\n[ 0.525955] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527383] io scheduler noop registered\n[ 0.528174] io scheduler deadline registered (default)\n[ 0.529146] io scheduler cfq registered\n[ 0.529957] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530976] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532223] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533647] ACPI: Power Button [PWRF]\n[ 0.534459] GHES: HEST is not enabled!\n[ 0.549505] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580901] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604835] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608595] Linux agpgart interface v0.103\n[ 0.611737] brd: module loaded\n[ 0.613936] loop: module loaded\n[ 0.623819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626401] GPT:90111 != 2097151\n[ 0.627070] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628159] GPT:90111 != 2097151\n[ 0.628824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629775] vda: vda1 vda15\n[ 0.631182] scsi host0: ata_piix\n[ 0.631907] scsi host1: ata_piix\n[ 0.632624] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633826] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635259] libphy: Fixed MDIO Bus: probed\n[ 0.636063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639069] PPP generic driver version 2.4.2\n[ 0.639944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641231] ehci-pci: EHCI PCI platform driver\n[ 0.642088] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644181] ohci-pci: OHCI PCI platform driver\n[ 0.645038] ohci-platform: OHCI generic platform driver\n[ 0.646007] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660318] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662727] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664846] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666044] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667439] usb usb1: Product: UHCI Host Controller\n[ 0.668359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669484] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670505] hub 1-0:1.0: USB hub found\n[ 0.671272] hub 1-0:1.0: 2 ports detected\n[ 0.672168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674267] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676231] mousedev: PS/2 mouse device common for all mice\n[ 0.677464] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679273] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681544] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682711] i2c /dev entries driver\n[ 0.683468] device-mapper: uevent: version 1.0.3\n[ 0.684404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687333] NET: Registered protocol family 10\n[ 0.688334] NET: Registered protocol family 17\n[ 0.689210] Key type dns_resolver registered\n[ 0.690119] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691189] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692924] registered taskstats version 1\n[ 0.693750] Loading compiled-in X.509 certificates\n[ 0.695191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697023] zswap: loaded using pool lzo/zbud\n[ 0.698373] Key type trusted registered\n[ 0.700291] Key type encrypted registered\n[ 0.701103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702106] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703120] evm: HMAC attrs: 0x1\n[ 0.704032] Magic number: 6:984:834\n[ 0.704896] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:32 UTC (1539348632)\n[ 0.706485] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707580] EDD information not available.\n[ 0.788708] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790127] ata1.00: configured for MWDMA2\n[ 0.791303] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803854] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805392] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806858] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808952] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810796] Write protecting the kernel read-only data: 14336k\n[ 0.812606] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814716] 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.68\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.939876] 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-10-12 12:51:26,443 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action used request id req-1cd1de32-283c-4d1d-8f8e-c725a0d7057e 2018-10-12 12:51:28,449 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5b8b91d9589b097a6ac6aa7660b4a79df580d7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:51:29,526 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:51:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-021b965d-9a2f-4feb-9b57-017b06901086 x-compute-request-id: req-021b965d-9a2f-4feb-9b57-017b06901086 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 540505183 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.138006] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.139779] pid_max: default: 32768 minimum: 301\n[ 0.140727] ACPI: Core revision 20150930\n[ 0.142158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143534] Security Framework initialized\n[ 0.144398] Yama: becoming mindful.\n[ 0.145183] AppArmor: AppArmor initialized\n[ 0.146070] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147488] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151607] Initializing cgroup subsys io\n[ 0.152471] Initializing cgroup subsys memory\n[ 0.153421] Initializing cgroup subsys devices\n[ 0.154348] Initializing cgroup subsys freezer\n[ 0.155295] Initializing cgroup subsys net_cls\n[ 0.156239] Initializing cgroup subsys perf_event\n[ 0.157251] Initializing cgroup subsys net_prio\n[ 0.158231] Initializing cgroup subsys hugetlb\n[ 0.159178] Initializing cgroup subsys pids\n[ 0.160110] CPU: Physical Processor ID: 0\n[ 0.161618] mce: CPU supports 10 MCE banks\n[ 0.162457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163440] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175438] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181885] ftrace: allocating 31920 entries in 125 pages\n[ 0.208859] smpboot: Max logical packages: 1\n[ 0.209702] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211033] x2apic enabled\n[ 0.211836] Switched APIC routing to physical x2apic.\n[ 0.213582] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216649] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218414] KVM setup paravirtual spinlock\n[ 0.219707] x86: Booted up 1 node, 1 CPUs\n[ 0.220523] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.221899] devtmpfs: initialized\n[ 0.223606] evm: security.selinux\n[ 0.224299] evm: security.SMACK64\n[ 0.224975] evm: security.SMACK64EXEC\n[ 0.225707] evm: security.SMACK64TRANSMUTE\n[ 0.226500] evm: security.SMACK64MMAP\n[ 0.227228] evm: security.ima\n[ 0.227864] evm: security.capability\n[ 0.228662] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230479] pinctrl core: initialized pinctrl subsystem\n[ 0.231558] RTC time: 12:50:31, date: 10/12/18\n[ 0.232505] NET: Registered protocol family 16\n[ 0.233463] cpuidle: using governor ladder\n[ 0.234270] cpuidle: using governor menu\n[ 0.235039] PCCT header not found.\n[ 0.235776] ACPI: bus type PCI registered\n[ 0.236567] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237782] PCI: Using configuration type 1 for base access\n[ 0.239518] ACPI: Added _OSI(Module Device)\n[ 0.240345] ACPI: Added _OSI(Processor Device)\n[ 0.241195] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242074] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244168] ACPI: Interpreter enabled\n[ 0.244923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252205] ACPI: (supports S0 S5)\n[ 0.252897] ACPI: Using IOAPIC for interrupt routing\n[ 0.254076] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257152] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258280] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259492] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260667] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262858] acpiphp: Slot [3] registered\n[ 0.263649] acpiphp: Slot [4] registered\n[ 0.264436] acpiphp: Slot [5] registered\n[ 0.265219] acpiphp: Slot [6] registered\n[ 0.265996] acpiphp: Slot [7] registered\n[ 0.266785] acpiphp: Slot [8] registered\n[ 0.267570] acpiphp: Slot [9] registered\n[ 0.268351] acpiphp: Slot [10] registered\n[ 0.269144] acpiphp: Slot [11] registered\n[ 0.269949] acpiphp: Slot [12] registered\n[ 0.270745] acpiphp: Slot [13] registered\n[ 0.271545] acpiphp: Slot [14] registered\n[ 0.272344] acpiphp: Slot [15] registered\n[ 0.283107] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284714] acpiphp: Slot [18] registered\n[ 0.285509] acpiphp: Slot [19] registered\n[ 0.286301] acpiphp: Slot [20] registered\n[ 0.287103] acpiphp: Slot [21] registered\n[ 0.287896] acpiphp: Slot [22] registered\n[ 0.288690] acpiphp: Slot [23] registered\n[ 0.289489] acpiphp: Slot [24] registered\n[ 0.290282] acpiphp: Slot [25] registered\n[ 0.291073] acpiphp: Slot [26] registered\n[ 0.291873] acpiphp: Slot [27] registered\n[ 0.292670] acpiphp: Slot [28] registered\n[ 0.293468] acpiphp: Slot [29] registered\n[ 0.294259] acpiphp: Slot [30] registered\n[ 0.295068] acpiphp: Slot [31] registered\n[ 0.295857] PCI host bridge to bus 0000:00\n[ 0.296657] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297843] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300440] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301860] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308297] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309555] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310701] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319415] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320807] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371585] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374360] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375725] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376944] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378639] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379668] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381193] vgaarb: loaded\n[ 0.381786] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382903] SCSI subsystem initialized\n[ 0.383709] ACPI: bus type USB registered\n[ 0.384512] usbcore: registered new interface driver usbfs\n[ 0.385527] usbcore: registered new interface driver hub\n[ 0.386518] usbcore: registered new device driver usb\n[ 0.387561] PCI: Using ACPI for IRQ routing\n[ 0.388569] NetLabel: Initializing\n[ 0.389271] NetLabel: domain hash size = 128\n[ 0.390113] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391044] NetLabel: unlabeled traffic allowed by default\n[ 0.392122] clocksource: Switched to clocksource kvm-clock\n[ 0.397515] AppArmor: AppArmor Filesystem Enabled\n[ 0.398458] pnp: PnP ACPI init\n[ 0.399352] pnp: PnP ACPI: found 5 devices\n[ 0.405711] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407394] NET: Registered protocol family 2\n[ 0.408368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409632] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410791] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411933] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412999] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414163] NET: Registered protocol family 1\n[ 0.415015] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416095] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431091] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445356] Trying to unpack rootfs image as initramfs...\n[ 0.495440] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509240] Scanning for low memory corruption every 60 seconds\n[ 0.510551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511676] audit: initializing netlink subsys (disabled)\n[ 0.512699] audit: type=2000 audit(1539348631.951:1): initialized\n[ 0.513987] Initialise system trusted keyring\n[ 0.514904] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516051] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517993] zbud: loaded\n[ 0.518692] VFS: Disk quotas dquot_6.6.0\n[ 0.519502] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521009] fuse init (API version 7.23)\n[ 0.521883] Key type big_key registered\n[ 0.522683] Allocating IMA MOK and blacklist keyrings.\n[ 0.524161] Key type asymmetric registered\n[ 0.525022] Asymmetric key parser 'x509' registered\n[ 0.525955] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527383] io scheduler noop registered\n[ 0.528174] io scheduler deadline registered (default)\n[ 0.529146] io scheduler cfq registered\n[ 0.529957] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530976] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532223] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533647] ACPI: Power Button [PWRF]\n[ 0.534459] GHES: HEST is not enabled!\n[ 0.549505] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580901] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604835] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608595] Linux agpgart interface v0.103\n[ 0.611737] brd: module loaded\n[ 0.613936] loop: module loaded\n[ 0.623819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626401] GPT:90111 != 2097151\n[ 0.627070] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628159] GPT:90111 != 2097151\n[ 0.628824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629775] vda: vda1 vda15\n[ 0.631182] scsi host0: ata_piix\n[ 0.631907] scsi host1: ata_piix\n[ 0.632624] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633826] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635259] libphy: Fixed MDIO Bus: probed\n[ 0.636063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639069] PPP generic driver version 2.4.2\n[ 0.639944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641231] ehci-pci: EHCI PCI platform driver\n[ 0.642088] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644181] ohci-pci: OHCI PCI platform driver\n[ 0.645038] ohci-platform: OHCI generic platform driver\n[ 0.646007] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660318] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662727] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664846] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666044] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667439] usb usb1: Product: UHCI Host Controller\n[ 0.668359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669484] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670505] hub 1-0:1.0: USB hub found\n[ 0.671272] hub 1-0:1.0: 2 ports detected\n[ 0.672168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674267] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676231] mousedev: PS/2 mouse device common for all mice\n[ 0.677464] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679273] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681544] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682711] i2c /dev entries driver\n[ 0.683468] device-mapper: uevent: version 1.0.3\n[ 0.684404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687333] NET: Registered protocol family 10\n[ 0.688334] NET: Registered protocol family 17\n[ 0.689210] Key type dns_resolver registered\n[ 0.690119] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691189] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692924] registered taskstats version 1\n[ 0.693750] Loading compiled-in X.509 certificates\n[ 0.695191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697023] zswap: loaded using pool lzo/zbud\n[ 0.698373] Key type trusted registered\n[ 0.700291] Key type encrypted registered\n[ 0.701103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702106] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703120] evm: HMAC attrs: 0x1\n[ 0.704032] Magic number: 6:984:834\n[ 0.704896] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:32 UTC (1539348632)\n[ 0.706485] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707580] EDD information not available.\n[ 0.788708] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790127] ata1.00: configured for MWDMA2\n[ 0.791303] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803854] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805392] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806858] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808952] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810796] Write protecting the kernel read-only data: 14336k\n[ 0.812606] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814716] 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.68\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.939876] 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-10-12 12:51:29,527 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action used request id req-021b965d-9a2f-4feb-9b57-017b06901086 2018-10-12 12:51:31,532 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5b8b91d9589b097a6ac6aa7660b4a79df580d7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:51:32,605 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:51:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae36fbc7-1bc8-4986-b679-3969dd98cb26 x-compute-request-id: req-ae36fbc7-1bc8-4986-b679-3969dd98cb26 Content-Encoding: gzip Content-Length: 7876 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 540505183 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.138006] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.139779] pid_max: default: 32768 minimum: 301\n[ 0.140727] ACPI: Core revision 20150930\n[ 0.142158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143534] Security Framework initialized\n[ 0.144398] Yama: becoming mindful.\n[ 0.145183] AppArmor: AppArmor initialized\n[ 0.146070] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147488] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151607] Initializing cgroup subsys io\n[ 0.152471] Initializing cgroup subsys memory\n[ 0.153421] Initializing cgroup subsys devices\n[ 0.154348] Initializing cgroup subsys freezer\n[ 0.155295] Initializing cgroup subsys net_cls\n[ 0.156239] Initializing cgroup subsys perf_event\n[ 0.157251] Initializing cgroup subsys net_prio\n[ 0.158231] Initializing cgroup subsys hugetlb\n[ 0.159178] Initializing cgroup subsys pids\n[ 0.160110] CPU: Physical Processor ID: 0\n[ 0.161618] mce: CPU supports 10 MCE banks\n[ 0.162457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163440] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175438] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181885] ftrace: allocating 31920 entries in 125 pages\n[ 0.208859] smpboot: Max logical packages: 1\n[ 0.209702] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211033] x2apic enabled\n[ 0.211836] Switched APIC routing to physical x2apic.\n[ 0.213582] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216649] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218414] KVM setup paravirtual spinlock\n[ 0.219707] x86: Booted up 1 node, 1 CPUs\n[ 0.220523] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.221899] devtmpfs: initialized\n[ 0.223606] evm: security.selinux\n[ 0.224299] evm: security.SMACK64\n[ 0.224975] evm: security.SMACK64EXEC\n[ 0.225707] evm: security.SMACK64TRANSMUTE\n[ 0.226500] evm: security.SMACK64MMAP\n[ 0.227228] evm: security.ima\n[ 0.227864] evm: security.capability\n[ 0.228662] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230479] pinctrl core: initialized pinctrl subsystem\n[ 0.231558] RTC time: 12:50:31, date: 10/12/18\n[ 0.232505] NET: Registered protocol family 16\n[ 0.233463] cpuidle: using governor ladder\n[ 0.234270] cpuidle: using governor menu\n[ 0.235039] PCCT header not found.\n[ 0.235776] ACPI: bus type PCI registered\n[ 0.236567] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237782] PCI: Using configuration type 1 for base access\n[ 0.239518] ACPI: Added _OSI(Module Device)\n[ 0.240345] ACPI: Added _OSI(Processor Device)\n[ 0.241195] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242074] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244168] ACPI: Interpreter enabled\n[ 0.244923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252205] ACPI: (supports S0 S5)\n[ 0.252897] ACPI: Using IOAPIC for interrupt routing\n[ 0.254076] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257152] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258280] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259492] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260667] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262858] acpiphp: Slot [3] registered\n[ 0.263649] acpiphp: Slot [4] registered\n[ 0.264436] acpiphp: Slot [5] registered\n[ 0.265219] acpiphp: Slot [6] registered\n[ 0.265996] acpiphp: Slot [7] registered\n[ 0.266785] acpiphp: Slot [8] registered\n[ 0.267570] acpiphp: Slot [9] registered\n[ 0.268351] acpiphp: Slot [10] registered\n[ 0.269144] acpiphp: Slot [11] registered\n[ 0.269949] acpiphp: Slot [12] registered\n[ 0.270745] acpiphp: Slot [13] registered\n[ 0.271545] acpiphp: Slot [14] registered\n[ 0.272344] acpiphp: Slot [15] registered\n[ 0.283107] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284714] acpiphp: Slot [18] registered\n[ 0.285509] acpiphp: Slot [19] registered\n[ 0.286301] acpiphp: Slot [20] registered\n[ 0.287103] acpiphp: Slot [21] registered\n[ 0.287896] acpiphp: Slot [22] registered\n[ 0.288690] acpiphp: Slot [23] registered\n[ 0.289489] acpiphp: Slot [24] registered\n[ 0.290282] acpiphp: Slot [25] registered\n[ 0.291073] acpiphp: Slot [26] registered\n[ 0.291873] acpiphp: Slot [27] registered\n[ 0.292670] acpiphp: Slot [28] registered\n[ 0.293468] acpiphp: Slot [29] registered\n[ 0.294259] acpiphp: Slot [30] registered\n[ 0.295068] acpiphp: Slot [31] registered\n[ 0.295857] PCI host bridge to bus 0000:00\n[ 0.296657] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297843] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300440] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301860] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308297] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309555] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310701] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319415] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320807] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371585] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374360] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375725] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376944] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378639] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379668] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381193] vgaarb: loaded\n[ 0.381786] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382903] SCSI subsystem initialized\n[ 0.383709] ACPI: bus type USB registered\n[ 0.384512] usbcore: registered new interface driver usbfs\n[ 0.385527] usbcore: registered new interface driver hub\n[ 0.386518] usbcore: registered new device driver usb\n[ 0.387561] PCI: Using ACPI for IRQ routing\n[ 0.388569] NetLabel: Initializing\n[ 0.389271] NetLabel: domain hash size = 128\n[ 0.390113] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391044] NetLabel: unlabeled traffic allowed by default\n[ 0.392122] clocksource: Switched to clocksource kvm-clock\n[ 0.397515] AppArmor: AppArmor Filesystem Enabled\n[ 0.398458] pnp: PnP ACPI init\n[ 0.399352] pnp: PnP ACPI: found 5 devices\n[ 0.405711] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407394] NET: Registered protocol family 2\n[ 0.408368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409632] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410791] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411933] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412999] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414163] NET: Registered protocol family 1\n[ 0.415015] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416095] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431091] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445356] Trying to unpack rootfs image as initramfs...\n[ 0.495440] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509240] Scanning for low memory corruption every 60 seconds\n[ 0.510551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511676] audit: initializing netlink subsys (disabled)\n[ 0.512699] audit: type=2000 audit(1539348631.951:1): initialized\n[ 0.513987] Initialise system trusted keyring\n[ 0.514904] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516051] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517993] zbud: loaded\n[ 0.518692] VFS: Disk quotas dquot_6.6.0\n[ 0.519502] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521009] fuse init (API version 7.23)\n[ 0.521883] Key type big_key registered\n[ 0.522683] Allocating IMA MOK and blacklist keyrings.\n[ 0.524161] Key type asymmetric registered\n[ 0.525022] Asymmetric key parser 'x509' registered\n[ 0.525955] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527383] io scheduler noop registered\n[ 0.528174] io scheduler deadline registered (default)\n[ 0.529146] io scheduler cfq registered\n[ 0.529957] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530976] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532223] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533647] ACPI: Power Button [PWRF]\n[ 0.534459] GHES: HEST is not enabled!\n[ 0.549505] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580901] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604835] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608595] Linux agpgart interface v0.103\n[ 0.611737] brd: module loaded\n[ 0.613936] loop: module loaded\n[ 0.623819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626401] GPT:90111 != 2097151\n[ 0.627070] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628159] GPT:90111 != 2097151\n[ 0.628824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629775] vda: vda1 vda15\n[ 0.631182] scsi host0: ata_piix\n[ 0.631907] scsi host1: ata_piix\n[ 0.632624] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633826] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635259] libphy: Fixed MDIO Bus: probed\n[ 0.636063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639069] PPP generic driver version 2.4.2\n[ 0.639944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641231] ehci-pci: EHCI PCI platform driver\n[ 0.642088] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644181] ohci-pci: OHCI PCI platform driver\n[ 0.645038] ohci-platform: OHCI generic platform driver\n[ 0.646007] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660318] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662727] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664846] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666044] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667439] usb usb1: Product: UHCI Host Controller\n[ 0.668359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669484] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670505] hub 1-0:1.0: USB hub found\n[ 0.671272] hub 1-0:1.0: 2 ports detected\n[ 0.672168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674267] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676231] mousedev: PS/2 mouse device common for all mice\n[ 0.677464] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679273] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681544] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682711] i2c /dev entries driver\n[ 0.683468] device-mapper: uevent: version 1.0.3\n[ 0.684404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687333] NET: Registered protocol family 10\n[ 0.688334] NET: Registered protocol family 17\n[ 0.689210] Key type dns_resolver registered\n[ 0.690119] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691189] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692924] registered taskstats version 1\n[ 0.693750] Loading compiled-in X.509 certificates\n[ 0.695191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697023] zswap: loaded using pool lzo/zbud\n[ 0.698373] Key type trusted registered\n[ 0.700291] Key type encrypted registered\n[ 0.701103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702106] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703120] evm: HMAC attrs: 0x1\n[ 0.704032] Magic number: 6:984:834\n[ 0.704896] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:32 UTC (1539348632)\n[ 0.706485] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707580] EDD information not available.\n[ 0.788708] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790127] ata1.00: configured for MWDMA2\n[ 0.791303] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803854] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805392] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806858] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808952] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810796] Write protecting the kernel read-only data: 14336k\n[ 0.812606] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814716] 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.68\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.939876] 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-10-12 12:51:32,606 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action used request id req-ae36fbc7-1bc8-4986-b679-3969dd98cb26 2018-10-12 12:51:34,611 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5b8b91d9589b097a6ac6aa7660b4a79df580d7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:51:35,680 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:51: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-3eea43b9-727b-4f2c-b17a-9e237c42b2ba x-compute-request-id: req-3eea43b9-727b-4f2c-b17a-9e237c42b2ba Content-Encoding: gzip Content-Length: 8066 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 540505183 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.138006] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.139779] pid_max: default: 32768 minimum: 301\n[ 0.140727] ACPI: Core revision 20150930\n[ 0.142158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143534] Security Framework initialized\n[ 0.144398] Yama: becoming mindful.\n[ 0.145183] AppArmor: AppArmor initialized\n[ 0.146070] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147488] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151607] Initializing cgroup subsys io\n[ 0.152471] Initializing cgroup subsys memory\n[ 0.153421] Initializing cgroup subsys devices\n[ 0.154348] Initializing cgroup subsys freezer\n[ 0.155295] Initializing cgroup subsys net_cls\n[ 0.156239] Initializing cgroup subsys perf_event\n[ 0.157251] Initializing cgroup subsys net_prio\n[ 0.158231] Initializing cgroup subsys hugetlb\n[ 0.159178] Initializing cgroup subsys pids\n[ 0.160110] CPU: Physical Processor ID: 0\n[ 0.161618] mce: CPU supports 10 MCE banks\n[ 0.162457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163440] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175438] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181885] ftrace: allocating 31920 entries in 125 pages\n[ 0.208859] smpboot: Max logical packages: 1\n[ 0.209702] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211033] x2apic enabled\n[ 0.211836] Switched APIC routing to physical x2apic.\n[ 0.213582] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216649] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218414] KVM setup paravirtual spinlock\n[ 0.219707] x86: Booted up 1 node, 1 CPUs\n[ 0.220523] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.221899] devtmpfs: initialized\n[ 0.223606] evm: security.selinux\n[ 0.224299] evm: security.SMACK64\n[ 0.224975] evm: security.SMACK64EXEC\n[ 0.225707] evm: security.SMACK64TRANSMUTE\n[ 0.226500] evm: security.SMACK64MMAP\n[ 0.227228] evm: security.ima\n[ 0.227864] evm: security.capability\n[ 0.228662] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230479] pinctrl core: initialized pinctrl subsystem\n[ 0.231558] RTC time: 12:50:31, date: 10/12/18\n[ 0.232505] NET: Registered protocol family 16\n[ 0.233463] cpuidle: using governor ladder\n[ 0.234270] cpuidle: using governor menu\n[ 0.235039] PCCT header not found.\n[ 0.235776] ACPI: bus type PCI registered\n[ 0.236567] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237782] PCI: Using configuration type 1 for base access\n[ 0.239518] ACPI: Added _OSI(Module Device)\n[ 0.240345] ACPI: Added _OSI(Processor Device)\n[ 0.241195] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242074] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244168] ACPI: Interpreter enabled\n[ 0.244923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252205] ACPI: (supports S0 S5)\n[ 0.252897] ACPI: Using IOAPIC for interrupt routing\n[ 0.254076] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257152] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258280] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259492] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260667] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262858] acpiphp: Slot [3] registered\n[ 0.263649] acpiphp: Slot [4] registered\n[ 0.264436] acpiphp: Slot [5] registered\n[ 0.265219] acpiphp: Slot [6] registered\n[ 0.265996] acpiphp: Slot [7] registered\n[ 0.266785] acpiphp: Slot [8] registered\n[ 0.267570] acpiphp: Slot [9] registered\n[ 0.268351] acpiphp: Slot [10] registered\n[ 0.269144] acpiphp: Slot [11] registered\n[ 0.269949] acpiphp: Slot [12] registered\n[ 0.270745] acpiphp: Slot [13] registered\n[ 0.271545] acpiphp: Slot [14] registered\n[ 0.272344] acpiphp: Slot [15] registered\n[ 0.283107] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284714] acpiphp: Slot [18] registered\n[ 0.285509] acpiphp: Slot [19] registered\n[ 0.286301] acpiphp: Slot [20] registered\n[ 0.287103] acpiphp: Slot [21] registered\n[ 0.287896] acpiphp: Slot [22] registered\n[ 0.288690] acpiphp: Slot [23] registered\n[ 0.289489] acpiphp: Slot [24] registered\n[ 0.290282] acpiphp: Slot [25] registered\n[ 0.291073] acpiphp: Slot [26] registered\n[ 0.291873] acpiphp: Slot [27] registered\n[ 0.292670] acpiphp: Slot [28] registered\n[ 0.293468] acpiphp: Slot [29] registered\n[ 0.294259] acpiphp: Slot [30] registered\n[ 0.295068] acpiphp: Slot [31] registered\n[ 0.295857] PCI host bridge to bus 0000:00\n[ 0.296657] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297843] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300440] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301860] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308297] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309555] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310701] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319415] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320807] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371585] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374360] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375725] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376944] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378639] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379668] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381193] vgaarb: loaded\n[ 0.381786] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382903] SCSI subsystem initialized\n[ 0.383709] ACPI: bus type USB registered\n[ 0.384512] usbcore: registered new interface driver usbfs\n[ 0.385527] usbcore: registered new interface driver hub\n[ 0.386518] usbcore: registered new device driver usb\n[ 0.387561] PCI: Using ACPI for IRQ routing\n[ 0.388569] NetLabel: Initializing\n[ 0.389271] NetLabel: domain hash size = 128\n[ 0.390113] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391044] NetLabel: unlabeled traffic allowed by default\n[ 0.392122] clocksource: Switched to clocksource kvm-clock\n[ 0.397515] AppArmor: AppArmor Filesystem Enabled\n[ 0.398458] pnp: PnP ACPI init\n[ 0.399352] pnp: PnP ACPI: found 5 devices\n[ 0.405711] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407394] NET: Registered protocol family 2\n[ 0.408368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409632] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410791] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411933] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412999] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414163] NET: Registered protocol family 1\n[ 0.415015] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416095] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431091] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445356] Trying to unpack rootfs image as initramfs...\n[ 0.495440] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509240] Scanning for low memory corruption every 60 seconds\n[ 0.510551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511676] audit: initializing netlink subsys (disabled)\n[ 0.512699] audit: type=2000 audit(1539348631.951:1): initialized\n[ 0.513987] Initialise system trusted keyring\n[ 0.514904] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516051] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517993] zbud: loaded\n[ 0.518692] VFS: Disk quotas dquot_6.6.0\n[ 0.519502] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521009] fuse init (API version 7.23)\n[ 0.521883] Key type big_key registered\n[ 0.522683] Allocating IMA MOK and blacklist keyrings.\n[ 0.524161] Key type asymmetric registered\n[ 0.525022] Asymmetric key parser 'x509' registered\n[ 0.525955] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527383] io scheduler noop registered\n[ 0.528174] io scheduler deadline registered (default)\n[ 0.529146] io scheduler cfq registered\n[ 0.529957] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530976] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532223] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533647] ACPI: Power Button [PWRF]\n[ 0.534459] GHES: HEST is not enabled!\n[ 0.549505] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580901] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604835] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608595] Linux agpgart interface v0.103\n[ 0.611737] brd: module loaded\n[ 0.613936] loop: module loaded\n[ 0.623819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626401] GPT:90111 != 2097151\n[ 0.627070] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628159] GPT:90111 != 2097151\n[ 0.628824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629775] vda: vda1 vda15\n[ 0.631182] scsi host0: ata_piix\n[ 0.631907] scsi host1: ata_piix\n[ 0.632624] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633826] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635259] libphy: Fixed MDIO Bus: probed\n[ 0.636063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639069] PPP generic driver version 2.4.2\n[ 0.639944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641231] ehci-pci: EHCI PCI platform driver\n[ 0.642088] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644181] ohci-pci: OHCI PCI platform driver\n[ 0.645038] ohci-platform: OHCI generic platform driver\n[ 0.646007] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660318] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662727] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664846] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666044] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667439] usb usb1: Product: UHCI Host Controller\n[ 0.668359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669484] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670505] hub 1-0:1.0: USB hub found\n[ 0.671272] hub 1-0:1.0: 2 ports detected\n[ 0.672168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674267] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676231] mousedev: PS/2 mouse device common for all mice\n[ 0.677464] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679273] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681544] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682711] i2c /dev entries driver\n[ 0.683468] device-mapper: uevent: version 1.0.3\n[ 0.684404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687333] NET: Registered protocol family 10\n[ 0.688334] NET: Registered protocol family 17\n[ 0.689210] Key type dns_resolver registered\n[ 0.690119] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691189] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692924] registered taskstats version 1\n[ 0.693750] Loading compiled-in X.509 certificates\n[ 0.695191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697023] zswap: loaded using pool lzo/zbud\n[ 0.698373] Key type trusted registered\n[ 0.700291] Key type encrypted registered\n[ 0.701103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702106] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703120] evm: HMAC attrs: 0x1\n[ 0.704032] Magic number: 6:984:834\n[ 0.704896] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:32 UTC (1539348632)\n[ 0.706485] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707580] EDD information not available.\n[ 0.788708] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790127] ata1.00: configured for MWDMA2\n[ 0.791303] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803854] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805392] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806858] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808952] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810796] Write protecting the kernel read-only data: 14336k\n[ 0.812606] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814716] 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.68\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.939876] 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"} 2018-10-12 12:51:35,681 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action used request id req-3eea43b9-727b-4f2c-b17a-9e237c42b2ba 2018-10-12 12:51:37,684 - sdnvpn_test_utils - INFO - Waiting for instance 709f4024-76dd-4239-8d85-f0a9ed0379c0 to boot up 2018-10-12 12:51:37,687 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da78e4837035bde3e9d6f24ff9610f334c3e104d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:51:38,756 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:51: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-a192a764-516a-4d43-afe1-135f42ac1660 x-compute-request-id: req-a192a764-516a-4d43-afe1-135f42ac1660 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 518383433 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132487] pid_max: default: 32768 minimum: 301\n[ 0.133355] ACPI: Core revision 20150930\n[ 0.134713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135983] Security Framework initialized\n[ 0.136774] Yama: becoming mindful.\n[ 0.137482] AppArmor: AppArmor initialized\n[ 0.138328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139627] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140862] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142031] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143383] Initializing cgroup subsys io\n[ 0.144170] Initializing cgroup subsys memory\n[ 0.145020] Initializing cgroup subsys devices\n[ 0.145864] Initializing cgroup subsys freezer\n[ 0.146713] Initializing cgroup subsys net_cls\n[ 0.147558] Initializing cgroup subsys perf_event\n[ 0.148439] Initializing cgroup subsys net_prio\n[ 0.149293] Initializing cgroup subsys hugetlb\n[ 0.150139] Initializing cgroup subsys pids\n[ 0.151007] CPU: Physical Processor ID: 0\n[ 0.152510] mce: CPU supports 10 MCE banks\n[ 0.153334] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164855] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171135] ftrace: allocating 31920 entries in 125 pages\n[ 0.197123] smpboot: Max logical packages: 1\n[ 0.197958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199296] x2apic enabled\n[ 0.200084] Switched APIC routing to physical x2apic.\n[ 0.201804] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202897] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204834] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206569] KVM setup paravirtual spinlock\n[ 0.207841] x86: Booted up 1 node, 1 CPUs\n[ 0.208631] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209982] devtmpfs: initialized\n[ 0.211677] evm: security.selinux\n[ 0.212361] evm: security.SMACK64\n[ 0.213032] evm: security.SMACK64EXEC\n[ 0.213759] evm: security.SMACK64TRANSMUTE\n[ 0.214549] evm: security.SMACK64MMAP\n[ 0.215273] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218495] pinctrl core: initialized pinctrl subsystem\n[ 0.219557] RTC time: 12:50:45, date: 10/12/18\n[ 0.220505] NET: Registered protocol family 16\n[ 0.221458] cpuidle: using governor ladder\n[ 0.222255] cpuidle: using governor menu\n[ 0.223017] PCCT header not found.\n[ 0.223758] ACPI: bus type PCI registered\n[ 0.224545] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225753] PCI: Using configuration type 1 for base access\n[ 0.227477] ACPI: Added _OSI(Module Device)\n[ 0.228295] ACPI: Added _OSI(Processor Device)\n[ 0.229136] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230010] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232105] ACPI: Interpreter enabled\n[ 0.232854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240032] ACPI: (supports S0 S5)\n[ 0.240720] ACPI: Using IOAPIC for interrupt routing\n[ 0.241750] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244798] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245938] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247150] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248309] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250466] acpiphp: Slot [3] registered\n[ 0.251243] acpiphp: Slot [4] registered\n[ 0.252015] acpiphp: Slot [5] registered\n[ 0.252792] acpiphp: Slot [6] registered\n[ 0.253565] acpiphp: Slot [7] registered\n[ 0.254347] acpiphp: Slot [8] registered\n[ 0.255122] acpiphp: Slot [9] registered\n[ 0.255907] acpiphp: Slot [10] registered\n[ 0.256701] acpiphp: Slot [11] registered\n[ 0.257489] acpiphp: Slot [12] registered\n[ 0.258282] acpiphp: Slot [13] registered\n[ 0.259071] acpiphp: Slot [14] registered\n[ 0.259860] acpiphp: Slot [15] registered\n[ 0.270520] acpiphp: Slot [16] registered\n[ 0.271320] acpiphp: Slot [17] registered\n[ 0.272103] acpiphp: Slot [18] registered\n[ 0.272892] acpiphp: Slot [19] registered\n[ 0.273678] acpiphp: Slot [20] registered\n[ 0.274463] acpiphp: Slot [21] registered\n[ 0.275255] acpiphp: Slot [22] registered\n[ 0.276038] acpiphp: Slot [23] registered\n[ 0.276825] acpiphp: Slot [24] registered\n[ 0.277614] acpiphp: Slot [25] registered\n[ 0.278398] acpiphp: Slot [26] registered\n[ 0.279185] acpiphp: Slot [27] registered\n[ 0.279980] acpiphp: Slot [28] registered\n[ 0.280772] acpiphp: Slot [29] registered\n[ 0.281561] acpiphp: Slot [30] registered\n[ 0.282367] acpiphp: Slot [31] registered\n[ 0.283148] PCI host bridge to bus 0000:00\n[ 0.283934] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285115] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286288] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287691] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289089] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296483] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297618] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298844] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305158] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306567] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351890] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354752] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357888] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361246] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362822] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365064] vgaarb: loaded\n[ 0.365889] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367476] SCSI subsystem initialized\n[ 0.368651] ACPI: bus type USB registered\n[ 0.369840] usbcore: registered new interface driver usbfs\n[ 0.371347] usbcore: registered new interface driver hub\n[ 0.372846] usbcore: registered new device driver usb\n[ 0.374353] PCI: Using ACPI for IRQ routing\n[ 0.375751] NetLabel: Initializing\n[ 0.376748] NetLabel: domain hash size = 128\n[ 0.377997] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379401] NetLabel: unlabeled traffic allowed by default\n[ 0.380984] clocksource: Switched to clocksource kvm-clock\n[ 0.387002] AppArmor: AppArmor Filesystem Enabled\n[ 0.388403] pnp: PnP ACPI init\n[ 0.389615] pnp: PnP ACPI: found 5 devices\n[ 0.396366] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398904] NET: Registered protocol family 2\n[ 0.400201] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402067] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403808] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405549] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408875] NET: Registered protocol family 1\n[ 0.410129] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411768] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413350] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427575] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441965] Trying to unpack rootfs image as initramfs...\n[ 0.491936] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506345] Scanning for low memory corruption every 60 seconds\n[ 0.508111] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509732] audit: initializing netlink subsys (disabled)\n[ 0.511207] audit: type=2000 audit(1539348646.340:1): initialized\n[ 0.513075] Initialise system trusted keyring\n[ 0.514360] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516068] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.518576] zbud: loaded\n[ 0.519532] VFS: Disk quotas dquot_6.6.0\n[ 0.520693] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522755] fuse init (API version 7.23)\n[ 0.523987] Key type big_key registered\n[ 0.525138] Allocating IMA MOK and blacklist keyrings.\n[ 0.526654] Key type asymmetric registered\n[ 0.527757] Asymmetric key parser 'x509' registered\n[ 0.529177] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531673] io scheduler noop registered\n[ 0.532757] io scheduler deadline registered (default)\n[ 0.534168] io scheduler cfq registered\n[ 0.535340] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536884] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.538728] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.540795] ACPI: Power Button [PWRF]\n[ 0.541960] GHES: HEST is not enabled!\n[ 0.555762] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586702] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589908] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613412] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616242] Linux agpgart interface v0.103\n[ 0.618647] brd: module loaded\n[ 0.620105] loop: module loaded\n[ 0.625458] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627467] GPT:90111 != 2097151\n[ 0.628406] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629991] GPT:90111 != 2097151\n[ 0.630891] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632288] vda: vda1 vda15\n[ 0.634019] scsi host0: ata_piix\n[ 0.635013] scsi host1: ata_piix\n[ 0.635987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639589] libphy: Fixed MDIO Bus: probed\n[ 0.640739] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642093] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645631] PPP generic driver version 2.4.2\n[ 0.646943] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648170] ehci-pci: EHCI PCI platform driver\n[ 0.649057] ehci-platform: EHCI generic platform driver\n[ 0.650038] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651165] ohci-pci: OHCI PCI platform driver\n[ 0.652044] ohci-platform: OHCI generic platform driver\n[ 0.653062] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667659] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668706] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670235] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672456] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673737] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675211] usb usb1: Product: UHCI Host Controller\n[ 0.676181] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678471] hub 1-0:1.0: USB hub found\n[ 0.679280] hub 1-0:1.0: 2 ports detected\n[ 0.680226] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682412] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683402] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684483] mousedev: PS/2 mouse device common for all mice\n[ 0.685787] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688831] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691376] i2c /dev entries driver\n[ 0.692166] device-mapper: uevent: version 1.0.3\n[ 0.693151] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694838] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696188] NET: Registered protocol family 10\n[ 0.697253] NET: Registered protocol family 17\n[ 0.698171] Key type dns_resolver registered\n[ 0.699133] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700276] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702093] registered taskstats version 1\n[ 0.702952] Loading compiled-in X.509 certificates\n[ 0.704428] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706365] zswap: loaded using pool lzo/zbud\n[ 0.708319] Key type trusted registered\n[ 0.709909] Key type encrypted registered\n[ 0.710771] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712888] evm: HMAC attrs: 0x1\n[ 0.714236] Magic number: 6:984:834\n[ 0.715110] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:46 UTC (1539348646)\n[ 0.716761] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717912] EDD information not available.\n[ 0.793525] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794987] ata1.00: configured for MWDMA2\n[ 0.796227] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.808911] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810125] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811367] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813236] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814737] Write protecting the kernel read-only data: 14336k\n[ 0.816290] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818088] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.192613] 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-10-12 12:51:38,756 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action used request id req-a192a764-516a-4d43-afe1-135f42ac1660 2018-10-12 12:51:40,762 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da78e4837035bde3e9d6f24ff9610f334c3e104d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:51:41,835 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:51: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-0d806be7-be32-476d-b470-36e4e3e636d6 x-compute-request-id: req-0d806be7-be32-476d-b470-36e4e3e636d6 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 518383433 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132487] pid_max: default: 32768 minimum: 301\n[ 0.133355] ACPI: Core revision 20150930\n[ 0.134713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135983] Security Framework initialized\n[ 0.136774] Yama: becoming mindful.\n[ 0.137482] AppArmor: AppArmor initialized\n[ 0.138328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139627] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140862] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142031] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143383] Initializing cgroup subsys io\n[ 0.144170] Initializing cgroup subsys memory\n[ 0.145020] Initializing cgroup subsys devices\n[ 0.145864] Initializing cgroup subsys freezer\n[ 0.146713] Initializing cgroup subsys net_cls\n[ 0.147558] Initializing cgroup subsys perf_event\n[ 0.148439] Initializing cgroup subsys net_prio\n[ 0.149293] Initializing cgroup subsys hugetlb\n[ 0.150139] Initializing cgroup subsys pids\n[ 0.151007] CPU: Physical Processor ID: 0\n[ 0.152510] mce: CPU supports 10 MCE banks\n[ 0.153334] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164855] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171135] ftrace: allocating 31920 entries in 125 pages\n[ 0.197123] smpboot: Max logical packages: 1\n[ 0.197958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199296] x2apic enabled\n[ 0.200084] Switched APIC routing to physical x2apic.\n[ 0.201804] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202897] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204834] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206569] KVM setup paravirtual spinlock\n[ 0.207841] x86: Booted up 1 node, 1 CPUs\n[ 0.208631] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209982] devtmpfs: initialized\n[ 0.211677] evm: security.selinux\n[ 0.212361] evm: security.SMACK64\n[ 0.213032] evm: security.SMACK64EXEC\n[ 0.213759] evm: security.SMACK64TRANSMUTE\n[ 0.214549] evm: security.SMACK64MMAP\n[ 0.215273] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218495] pinctrl core: initialized pinctrl subsystem\n[ 0.219557] RTC time: 12:50:45, date: 10/12/18\n[ 0.220505] NET: Registered protocol family 16\n[ 0.221458] cpuidle: using governor ladder\n[ 0.222255] cpuidle: using governor menu\n[ 0.223017] PCCT header not found.\n[ 0.223758] ACPI: bus type PCI registered\n[ 0.224545] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225753] PCI: Using configuration type 1 for base access\n[ 0.227477] ACPI: Added _OSI(Module Device)\n[ 0.228295] ACPI: Added _OSI(Processor Device)\n[ 0.229136] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230010] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232105] ACPI: Interpreter enabled\n[ 0.232854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240032] ACPI: (supports S0 S5)\n[ 0.240720] ACPI: Using IOAPIC for interrupt routing\n[ 0.241750] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244798] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245938] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247150] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248309] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250466] acpiphp: Slot [3] registered\n[ 0.251243] acpiphp: Slot [4] registered\n[ 0.252015] acpiphp: Slot [5] registered\n[ 0.252792] acpiphp: Slot [6] registered\n[ 0.253565] acpiphp: Slot [7] registered\n[ 0.254347] acpiphp: Slot [8] registered\n[ 0.255122] acpiphp: Slot [9] registered\n[ 0.255907] acpiphp: Slot [10] registered\n[ 0.256701] acpiphp: Slot [11] registered\n[ 0.257489] acpiphp: Slot [12] registered\n[ 0.258282] acpiphp: Slot [13] registered\n[ 0.259071] acpiphp: Slot [14] registered\n[ 0.259860] acpiphp: Slot [15] registered\n[ 0.270520] acpiphp: Slot [16] registered\n[ 0.271320] acpiphp: Slot [17] registered\n[ 0.272103] acpiphp: Slot [18] registered\n[ 0.272892] acpiphp: Slot [19] registered\n[ 0.273678] acpiphp: Slot [20] registered\n[ 0.274463] acpiphp: Slot [21] registered\n[ 0.275255] acpiphp: Slot [22] registered\n[ 0.276038] acpiphp: Slot [23] registered\n[ 0.276825] acpiphp: Slot [24] registered\n[ 0.277614] acpiphp: Slot [25] registered\n[ 0.278398] acpiphp: Slot [26] registered\n[ 0.279185] acpiphp: Slot [27] registered\n[ 0.279980] acpiphp: Slot [28] registered\n[ 0.280772] acpiphp: Slot [29] registered\n[ 0.281561] acpiphp: Slot [30] registered\n[ 0.282367] acpiphp: Slot [31] registered\n[ 0.283148] PCI host bridge to bus 0000:00\n[ 0.283934] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285115] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286288] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287691] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289089] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296483] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297618] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298844] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305158] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306567] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351890] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354752] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357888] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361246] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362822] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365064] vgaarb: loaded\n[ 0.365889] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367476] SCSI subsystem initialized\n[ 0.368651] ACPI: bus type USB registered\n[ 0.369840] usbcore: registered new interface driver usbfs\n[ 0.371347] usbcore: registered new interface driver hub\n[ 0.372846] usbcore: registered new device driver usb\n[ 0.374353] PCI: Using ACPI for IRQ routing\n[ 0.375751] NetLabel: Initializing\n[ 0.376748] NetLabel: domain hash size = 128\n[ 0.377997] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379401] NetLabel: unlabeled traffic allowed by default\n[ 0.380984] clocksource: Switched to clocksource kvm-clock\n[ 0.387002] AppArmor: AppArmor Filesystem Enabled\n[ 0.388403] pnp: PnP ACPI init\n[ 0.389615] pnp: PnP ACPI: found 5 devices\n[ 0.396366] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398904] NET: Registered protocol family 2\n[ 0.400201] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402067] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403808] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405549] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408875] NET: Registered protocol family 1\n[ 0.410129] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411768] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413350] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427575] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441965] Trying to unpack rootfs image as initramfs...\n[ 0.491936] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506345] Scanning for low memory corruption every 60 seconds\n[ 0.508111] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509732] audit: initializing netlink subsys (disabled)\n[ 0.511207] audit: type=2000 audit(1539348646.340:1): initialized\n[ 0.513075] Initialise system trusted keyring\n[ 0.514360] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516068] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.518576] zbud: loaded\n[ 0.519532] VFS: Disk quotas dquot_6.6.0\n[ 0.520693] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522755] fuse init (API version 7.23)\n[ 0.523987] Key type big_key registered\n[ 0.525138] Allocating IMA MOK and blacklist keyrings.\n[ 0.526654] Key type asymmetric registered\n[ 0.527757] Asymmetric key parser 'x509' registered\n[ 0.529177] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531673] io scheduler noop registered\n[ 0.532757] io scheduler deadline registered (default)\n[ 0.534168] io scheduler cfq registered\n[ 0.535340] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536884] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.538728] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.540795] ACPI: Power Button [PWRF]\n[ 0.541960] GHES: HEST is not enabled!\n[ 0.555762] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586702] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589908] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613412] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616242] Linux agpgart interface v0.103\n[ 0.618647] brd: module loaded\n[ 0.620105] loop: module loaded\n[ 0.625458] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627467] GPT:90111 != 2097151\n[ 0.628406] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629991] GPT:90111 != 2097151\n[ 0.630891] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632288] vda: vda1 vda15\n[ 0.634019] scsi host0: ata_piix\n[ 0.635013] scsi host1: ata_piix\n[ 0.635987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639589] libphy: Fixed MDIO Bus: probed\n[ 0.640739] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642093] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645631] PPP generic driver version 2.4.2\n[ 0.646943] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648170] ehci-pci: EHCI PCI platform driver\n[ 0.649057] ehci-platform: EHCI generic platform driver\n[ 0.650038] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651165] ohci-pci: OHCI PCI platform driver\n[ 0.652044] ohci-platform: OHCI generic platform driver\n[ 0.653062] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667659] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668706] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670235] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672456] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673737] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675211] usb usb1: Product: UHCI Host Controller\n[ 0.676181] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678471] hub 1-0:1.0: USB hub found\n[ 0.679280] hub 1-0:1.0: 2 ports detected\n[ 0.680226] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682412] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683402] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684483] mousedev: PS/2 mouse device common for all mice\n[ 0.685787] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688831] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691376] i2c /dev entries driver\n[ 0.692166] device-mapper: uevent: version 1.0.3\n[ 0.693151] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694838] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696188] NET: Registered protocol family 10\n[ 0.697253] NET: Registered protocol family 17\n[ 0.698171] Key type dns_resolver registered\n[ 0.699133] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700276] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702093] registered taskstats version 1\n[ 0.702952] Loading compiled-in X.509 certificates\n[ 0.704428] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706365] zswap: loaded using pool lzo/zbud\n[ 0.708319] Key type trusted registered\n[ 0.709909] Key type encrypted registered\n[ 0.710771] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712888] evm: HMAC attrs: 0x1\n[ 0.714236] Magic number: 6:984:834\n[ 0.715110] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:46 UTC (1539348646)\n[ 0.716761] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717912] EDD information not available.\n[ 0.793525] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794987] ata1.00: configured for MWDMA2\n[ 0.796227] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.808911] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810125] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811367] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813236] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814737] Write protecting the kernel read-only data: 14336k\n[ 0.816290] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818088] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.192613] 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-10-12 12:51:41,836 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action used request id req-0d806be7-be32-476d-b470-36e4e3e636d6 2018-10-12 12:51:43,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da78e4837035bde3e9d6f24ff9610f334c3e104d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:51:44,910 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:51: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-4cd71e48-533e-4f6d-b3a4-e56da6a33992 x-compute-request-id: req-4cd71e48-533e-4f6d-b3a4-e56da6a33992 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 518383433 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132487] pid_max: default: 32768 minimum: 301\n[ 0.133355] ACPI: Core revision 20150930\n[ 0.134713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135983] Security Framework initialized\n[ 0.136774] Yama: becoming mindful.\n[ 0.137482] AppArmor: AppArmor initialized\n[ 0.138328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139627] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140862] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142031] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143383] Initializing cgroup subsys io\n[ 0.144170] Initializing cgroup subsys memory\n[ 0.145020] Initializing cgroup subsys devices\n[ 0.145864] Initializing cgroup subsys freezer\n[ 0.146713] Initializing cgroup subsys net_cls\n[ 0.147558] Initializing cgroup subsys perf_event\n[ 0.148439] Initializing cgroup subsys net_prio\n[ 0.149293] Initializing cgroup subsys hugetlb\n[ 0.150139] Initializing cgroup subsys pids\n[ 0.151007] CPU: Physical Processor ID: 0\n[ 0.152510] mce: CPU supports 10 MCE banks\n[ 0.153334] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164855] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171135] ftrace: allocating 31920 entries in 125 pages\n[ 0.197123] smpboot: Max logical packages: 1\n[ 0.197958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199296] x2apic enabled\n[ 0.200084] Switched APIC routing to physical x2apic.\n[ 0.201804] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202897] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204834] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206569] KVM setup paravirtual spinlock\n[ 0.207841] x86: Booted up 1 node, 1 CPUs\n[ 0.208631] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209982] devtmpfs: initialized\n[ 0.211677] evm: security.selinux\n[ 0.212361] evm: security.SMACK64\n[ 0.213032] evm: security.SMACK64EXEC\n[ 0.213759] evm: security.SMACK64TRANSMUTE\n[ 0.214549] evm: security.SMACK64MMAP\n[ 0.215273] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218495] pinctrl core: initialized pinctrl subsystem\n[ 0.219557] RTC time: 12:50:45, date: 10/12/18\n[ 0.220505] NET: Registered protocol family 16\n[ 0.221458] cpuidle: using governor ladder\n[ 0.222255] cpuidle: using governor menu\n[ 0.223017] PCCT header not found.\n[ 0.223758] ACPI: bus type PCI registered\n[ 0.224545] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225753] PCI: Using configuration type 1 for base access\n[ 0.227477] ACPI: Added _OSI(Module Device)\n[ 0.228295] ACPI: Added _OSI(Processor Device)\n[ 0.229136] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230010] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232105] ACPI: Interpreter enabled\n[ 0.232854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240032] ACPI: (supports S0 S5)\n[ 0.240720] ACPI: Using IOAPIC for interrupt routing\n[ 0.241750] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244798] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245938] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247150] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248309] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250466] acpiphp: Slot [3] registered\n[ 0.251243] acpiphp: Slot [4] registered\n[ 0.252015] acpiphp: Slot [5] registered\n[ 0.252792] acpiphp: Slot [6] registered\n[ 0.253565] acpiphp: Slot [7] registered\n[ 0.254347] acpiphp: Slot [8] registered\n[ 0.255122] acpiphp: Slot [9] registered\n[ 0.255907] acpiphp: Slot [10] registered\n[ 0.256701] acpiphp: Slot [11] registered\n[ 0.257489] acpiphp: Slot [12] registered\n[ 0.258282] acpiphp: Slot [13] registered\n[ 0.259071] acpiphp: Slot [14] registered\n[ 0.259860] acpiphp: Slot [15] registered\n[ 0.270520] acpiphp: Slot [16] registered\n[ 0.271320] acpiphp: Slot [17] registered\n[ 0.272103] acpiphp: Slot [18] registered\n[ 0.272892] acpiphp: Slot [19] registered\n[ 0.273678] acpiphp: Slot [20] registered\n[ 0.274463] acpiphp: Slot [21] registered\n[ 0.275255] acpiphp: Slot [22] registered\n[ 0.276038] acpiphp: Slot [23] registered\n[ 0.276825] acpiphp: Slot [24] registered\n[ 0.277614] acpiphp: Slot [25] registered\n[ 0.278398] acpiphp: Slot [26] registered\n[ 0.279185] acpiphp: Slot [27] registered\n[ 0.279980] acpiphp: Slot [28] registered\n[ 0.280772] acpiphp: Slot [29] registered\n[ 0.281561] acpiphp: Slot [30] registered\n[ 0.282367] acpiphp: Slot [31] registered\n[ 0.283148] PCI host bridge to bus 0000:00\n[ 0.283934] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285115] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286288] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287691] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289089] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296483] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297618] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298844] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305158] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306567] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351890] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354752] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357888] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361246] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362822] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365064] vgaarb: loaded\n[ 0.365889] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367476] SCSI subsystem initialized\n[ 0.368651] ACPI: bus type USB registered\n[ 0.369840] usbcore: registered new interface driver usbfs\n[ 0.371347] usbcore: registered new interface driver hub\n[ 0.372846] usbcore: registered new device driver usb\n[ 0.374353] PCI: Using ACPI for IRQ routing\n[ 0.375751] NetLabel: Initializing\n[ 0.376748] NetLabel: domain hash size = 128\n[ 0.377997] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379401] NetLabel: unlabeled traffic allowed by default\n[ 0.380984] clocksource: Switched to clocksource kvm-clock\n[ 0.387002] AppArmor: AppArmor Filesystem Enabled\n[ 0.388403] pnp: PnP ACPI init\n[ 0.389615] pnp: PnP ACPI: found 5 devices\n[ 0.396366] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398904] NET: Registered protocol family 2\n[ 0.400201] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402067] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403808] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405549] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408875] NET: Registered protocol family 1\n[ 0.410129] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411768] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413350] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427575] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441965] Trying to unpack rootfs image as initramfs...\n[ 0.491936] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506345] Scanning for low memory corruption every 60 seconds\n[ 0.508111] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509732] audit: initializing netlink subsys (disabled)\n[ 0.511207] audit: type=2000 audit(1539348646.340:1): initialized\n[ 0.513075] Initialise system trusted keyring\n[ 0.514360] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516068] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.518576] zbud: loaded\n[ 0.519532] VFS: Disk quotas dquot_6.6.0\n[ 0.520693] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522755] fuse init (API version 7.23)\n[ 0.523987] Key type big_key registered\n[ 0.525138] Allocating IMA MOK and blacklist keyrings.\n[ 0.526654] Key type asymmetric registered\n[ 0.527757] Asymmetric key parser 'x509' registered\n[ 0.529177] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531673] io scheduler noop registered\n[ 0.532757] io scheduler deadline registered (default)\n[ 0.534168] io scheduler cfq registered\n[ 0.535340] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536884] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.538728] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.540795] ACPI: Power Button [PWRF]\n[ 0.541960] GHES: HEST is not enabled!\n[ 0.555762] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586702] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589908] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613412] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616242] Linux agpgart interface v0.103\n[ 0.618647] brd: module loaded\n[ 0.620105] loop: module loaded\n[ 0.625458] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627467] GPT:90111 != 2097151\n[ 0.628406] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629991] GPT:90111 != 2097151\n[ 0.630891] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632288] vda: vda1 vda15\n[ 0.634019] scsi host0: ata_piix\n[ 0.635013] scsi host1: ata_piix\n[ 0.635987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639589] libphy: Fixed MDIO Bus: probed\n[ 0.640739] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642093] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645631] PPP generic driver version 2.4.2\n[ 0.646943] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648170] ehci-pci: EHCI PCI platform driver\n[ 0.649057] ehci-platform: EHCI generic platform driver\n[ 0.650038] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651165] ohci-pci: OHCI PCI platform driver\n[ 0.652044] ohci-platform: OHCI generic platform driver\n[ 0.653062] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667659] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668706] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670235] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672456] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673737] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675211] usb usb1: Product: UHCI Host Controller\n[ 0.676181] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678471] hub 1-0:1.0: USB hub found\n[ 0.679280] hub 1-0:1.0: 2 ports detected\n[ 0.680226] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682412] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683402] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684483] mousedev: PS/2 mouse device common for all mice\n[ 0.685787] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688831] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691376] i2c /dev entries driver\n[ 0.692166] device-mapper: uevent: version 1.0.3\n[ 0.693151] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694838] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696188] NET: Registered protocol family 10\n[ 0.697253] NET: Registered protocol family 17\n[ 0.698171] Key type dns_resolver registered\n[ 0.699133] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700276] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702093] registered taskstats version 1\n[ 0.702952] Loading compiled-in X.509 certificates\n[ 0.704428] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706365] zswap: loaded using pool lzo/zbud\n[ 0.708319] Key type trusted registered\n[ 0.709909] Key type encrypted registered\n[ 0.710771] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712888] evm: HMAC attrs: 0x1\n[ 0.714236] Magic number: 6:984:834\n[ 0.715110] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:46 UTC (1539348646)\n[ 0.716761] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717912] EDD information not available.\n[ 0.793525] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794987] ata1.00: configured for MWDMA2\n[ 0.796227] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.808911] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810125] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811367] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813236] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814737] Write protecting the kernel read-only data: 14336k\n[ 0.816290] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818088] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.192613] 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-10-12 12:51:44,910 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action used request id req-4cd71e48-533e-4f6d-b3a4-e56da6a33992 2018-10-12 12:51:46,916 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da78e4837035bde3e9d6f24ff9610f334c3e104d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:51:47,989 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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,Accept-Encoding x-openstack-request-id: req-3d78a37a-7832-4643-8a09-e252d550a4fc x-compute-request-id: req-3d78a37a-7832-4643-8a09-e252d550a4fc 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 518383433 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132487] pid_max: default: 32768 minimum: 301\n[ 0.133355] ACPI: Core revision 20150930\n[ 0.134713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135983] Security Framework initialized\n[ 0.136774] Yama: becoming mindful.\n[ 0.137482] AppArmor: AppArmor initialized\n[ 0.138328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139627] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140862] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142031] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143383] Initializing cgroup subsys io\n[ 0.144170] Initializing cgroup subsys memory\n[ 0.145020] Initializing cgroup subsys devices\n[ 0.145864] Initializing cgroup subsys freezer\n[ 0.146713] Initializing cgroup subsys net_cls\n[ 0.147558] Initializing cgroup subsys perf_event\n[ 0.148439] Initializing cgroup subsys net_prio\n[ 0.149293] Initializing cgroup subsys hugetlb\n[ 0.150139] Initializing cgroup subsys pids\n[ 0.151007] CPU: Physical Processor ID: 0\n[ 0.152510] mce: CPU supports 10 MCE banks\n[ 0.153334] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164855] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171135] ftrace: allocating 31920 entries in 125 pages\n[ 0.197123] smpboot: Max logical packages: 1\n[ 0.197958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199296] x2apic enabled\n[ 0.200084] Switched APIC routing to physical x2apic.\n[ 0.201804] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202897] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204834] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206569] KVM setup paravirtual spinlock\n[ 0.207841] x86: Booted up 1 node, 1 CPUs\n[ 0.208631] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209982] devtmpfs: initialized\n[ 0.211677] evm: security.selinux\n[ 0.212361] evm: security.SMACK64\n[ 0.213032] evm: security.SMACK64EXEC\n[ 0.213759] evm: security.SMACK64TRANSMUTE\n[ 0.214549] evm: security.SMACK64MMAP\n[ 0.215273] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218495] pinctrl core: initialized pinctrl subsystem\n[ 0.219557] RTC time: 12:50:45, date: 10/12/18\n[ 0.220505] NET: Registered protocol family 16\n[ 0.221458] cpuidle: using governor ladder\n[ 0.222255] cpuidle: using governor menu\n[ 0.223017] PCCT header not found.\n[ 0.223758] ACPI: bus type PCI registered\n[ 0.224545] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225753] PCI: Using configuration type 1 for base access\n[ 0.227477] ACPI: Added _OSI(Module Device)\n[ 0.228295] ACPI: Added _OSI(Processor Device)\n[ 0.229136] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230010] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232105] ACPI: Interpreter enabled\n[ 0.232854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240032] ACPI: (supports S0 S5)\n[ 0.240720] ACPI: Using IOAPIC for interrupt routing\n[ 0.241750] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244798] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245938] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247150] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248309] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250466] acpiphp: Slot [3] registered\n[ 0.251243] acpiphp: Slot [4] registered\n[ 0.252015] acpiphp: Slot [5] registered\n[ 0.252792] acpiphp: Slot [6] registered\n[ 0.253565] acpiphp: Slot [7] registered\n[ 0.254347] acpiphp: Slot [8] registered\n[ 0.255122] acpiphp: Slot [9] registered\n[ 0.255907] acpiphp: Slot [10] registered\n[ 0.256701] acpiphp: Slot [11] registered\n[ 0.257489] acpiphp: Slot [12] registered\n[ 0.258282] acpiphp: Slot [13] registered\n[ 0.259071] acpiphp: Slot [14] registered\n[ 0.259860] acpiphp: Slot [15] registered\n[ 0.270520] acpiphp: Slot [16] registered\n[ 0.271320] acpiphp: Slot [17] registered\n[ 0.272103] acpiphp: Slot [18] registered\n[ 0.272892] acpiphp: Slot [19] registered\n[ 0.273678] acpiphp: Slot [20] registered\n[ 0.274463] acpiphp: Slot [21] registered\n[ 0.275255] acpiphp: Slot [22] registered\n[ 0.276038] acpiphp: Slot [23] registered\n[ 0.276825] acpiphp: Slot [24] registered\n[ 0.277614] acpiphp: Slot [25] registered\n[ 0.278398] acpiphp: Slot [26] registered\n[ 0.279185] acpiphp: Slot [27] registered\n[ 0.279980] acpiphp: Slot [28] registered\n[ 0.280772] acpiphp: Slot [29] registered\n[ 0.281561] acpiphp: Slot [30] registered\n[ 0.282367] acpiphp: Slot [31] registered\n[ 0.283148] PCI host bridge to bus 0000:00\n[ 0.283934] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285115] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286288] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287691] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289089] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296483] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297618] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298844] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305158] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306567] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351890] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354752] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357888] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361246] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362822] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365064] vgaarb: loaded\n[ 0.365889] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367476] SCSI subsystem initialized\n[ 0.368651] ACPI: bus type USB registered\n[ 0.369840] usbcore: registered new interface driver usbfs\n[ 0.371347] usbcore: registered new interface driver hub\n[ 0.372846] usbcore: registered new device driver usb\n[ 0.374353] PCI: Using ACPI for IRQ routing\n[ 0.375751] NetLabel: Initializing\n[ 0.376748] NetLabel: domain hash size = 128\n[ 0.377997] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379401] NetLabel: unlabeled traffic allowed by default\n[ 0.380984] clocksource: Switched to clocksource kvm-clock\n[ 0.387002] AppArmor: AppArmor Filesystem Enabled\n[ 0.388403] pnp: PnP ACPI init\n[ 0.389615] pnp: PnP ACPI: found 5 devices\n[ 0.396366] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398904] NET: Registered protocol family 2\n[ 0.400201] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402067] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403808] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405549] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408875] NET: Registered protocol family 1\n[ 0.410129] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411768] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413350] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427575] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441965] Trying to unpack rootfs image as initramfs...\n[ 0.491936] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506345] Scanning for low memory corruption every 60 seconds\n[ 0.508111] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509732] audit: initializing netlink subsys (disabled)\n[ 0.511207] audit: type=2000 audit(1539348646.340:1): initialized\n[ 0.513075] Initialise system trusted keyring\n[ 0.514360] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516068] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.518576] zbud: loaded\n[ 0.519532] VFS: Disk quotas dquot_6.6.0\n[ 0.520693] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522755] fuse init (API version 7.23)\n[ 0.523987] Key type big_key registered\n[ 0.525138] Allocating IMA MOK and blacklist keyrings.\n[ 0.526654] Key type asymmetric registered\n[ 0.527757] Asymmetric key parser 'x509' registered\n[ 0.529177] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531673] io scheduler noop registered\n[ 0.532757] io scheduler deadline registered (default)\n[ 0.534168] io scheduler cfq registered\n[ 0.535340] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536884] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.538728] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.540795] ACPI: Power Button [PWRF]\n[ 0.541960] GHES: HEST is not enabled!\n[ 0.555762] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586702] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589908] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613412] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616242] Linux agpgart interface v0.103\n[ 0.618647] brd: module loaded\n[ 0.620105] loop: module loaded\n[ 0.625458] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627467] GPT:90111 != 2097151\n[ 0.628406] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629991] GPT:90111 != 2097151\n[ 0.630891] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632288] vda: vda1 vda15\n[ 0.634019] scsi host0: ata_piix\n[ 0.635013] scsi host1: ata_piix\n[ 0.635987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639589] libphy: Fixed MDIO Bus: probed\n[ 0.640739] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642093] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645631] PPP generic driver version 2.4.2\n[ 0.646943] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648170] ehci-pci: EHCI PCI platform driver\n[ 0.649057] ehci-platform: EHCI generic platform driver\n[ 0.650038] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651165] ohci-pci: OHCI PCI platform driver\n[ 0.652044] ohci-platform: OHCI generic platform driver\n[ 0.653062] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667659] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668706] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670235] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672456] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673737] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675211] usb usb1: Product: UHCI Host Controller\n[ 0.676181] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678471] hub 1-0:1.0: USB hub found\n[ 0.679280] hub 1-0:1.0: 2 ports detected\n[ 0.680226] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682412] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683402] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684483] mousedev: PS/2 mouse device common for all mice\n[ 0.685787] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688831] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691376] i2c /dev entries driver\n[ 0.692166] device-mapper: uevent: version 1.0.3\n[ 0.693151] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694838] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696188] NET: Registered protocol family 10\n[ 0.697253] NET: Registered protocol family 17\n[ 0.698171] Key type dns_resolver registered\n[ 0.699133] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700276] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702093] registered taskstats version 1\n[ 0.702952] Loading compiled-in X.509 certificates\n[ 0.704428] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706365] zswap: loaded using pool lzo/zbud\n[ 0.708319] Key type trusted registered\n[ 0.709909] Key type encrypted registered\n[ 0.710771] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712888] evm: HMAC attrs: 0x1\n[ 0.714236] Magic number: 6:984:834\n[ 0.715110] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:46 UTC (1539348646)\n[ 0.716761] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717912] EDD information not available.\n[ 0.793525] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794987] ata1.00: configured for MWDMA2\n[ 0.796227] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.808911] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810125] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811367] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813236] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814737] Write protecting the kernel read-only data: 14336k\n[ 0.816290] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818088] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.192613] 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-10-12 12:51:47,989 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action used request id req-3d78a37a-7832-4643-8a09-e252d550a4fc 2018-10-12 12:51:49,995 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da78e4837035bde3e9d6f24ff9610f334c3e104d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:51:51,064 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:51: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-54567538-85be-48a8-adef-b75fc8f47cfd x-compute-request-id: req-54567538-85be-48a8-adef-b75fc8f47cfd Content-Encoding: gzip Content-Length: 8095 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518383433 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132487] pid_max: default: 32768 minimum: 301\n[ 0.133355] ACPI: Core revision 20150930\n[ 0.134713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135983] Security Framework initialized\n[ 0.136774] Yama: becoming mindful.\n[ 0.137482] AppArmor: AppArmor initialized\n[ 0.138328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139627] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140862] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142031] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143383] Initializing cgroup subsys io\n[ 0.144170] Initializing cgroup subsys memory\n[ 0.145020] Initializing cgroup subsys devices\n[ 0.145864] Initializing cgroup subsys freezer\n[ 0.146713] Initializing cgroup subsys net_cls\n[ 0.147558] Initializing cgroup subsys perf_event\n[ 0.148439] Initializing cgroup subsys net_prio\n[ 0.149293] Initializing cgroup subsys hugetlb\n[ 0.150139] Initializing cgroup subsys pids\n[ 0.151007] CPU: Physical Processor ID: 0\n[ 0.152510] mce: CPU supports 10 MCE banks\n[ 0.153334] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164855] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171135] ftrace: allocating 31920 entries in 125 pages\n[ 0.197123] smpboot: Max logical packages: 1\n[ 0.197958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199296] x2apic enabled\n[ 0.200084] Switched APIC routing to physical x2apic.\n[ 0.201804] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202897] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204834] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206569] KVM setup paravirtual spinlock\n[ 0.207841] x86: Booted up 1 node, 1 CPUs\n[ 0.208631] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209982] devtmpfs: initialized\n[ 0.211677] evm: security.selinux\n[ 0.212361] evm: security.SMACK64\n[ 0.213032] evm: security.SMACK64EXEC\n[ 0.213759] evm: security.SMACK64TRANSMUTE\n[ 0.214549] evm: security.SMACK64MMAP\n[ 0.215273] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218495] pinctrl core: initialized pinctrl subsystem\n[ 0.219557] RTC time: 12:50:45, date: 10/12/18\n[ 0.220505] NET: Registered protocol family 16\n[ 0.221458] cpuidle: using governor ladder\n[ 0.222255] cpuidle: using governor menu\n[ 0.223017] PCCT header not found.\n[ 0.223758] ACPI: bus type PCI registered\n[ 0.224545] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225753] PCI: Using configuration type 1 for base access\n[ 0.227477] ACPI: Added _OSI(Module Device)\n[ 0.228295] ACPI: Added _OSI(Processor Device)\n[ 0.229136] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230010] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232105] ACPI: Interpreter enabled\n[ 0.232854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240032] ACPI: (supports S0 S5)\n[ 0.240720] ACPI: Using IOAPIC for interrupt routing\n[ 0.241750] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244798] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245938] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247150] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248309] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250466] acpiphp: Slot [3] registered\n[ 0.251243] acpiphp: Slot [4] registered\n[ 0.252015] acpiphp: Slot [5] registered\n[ 0.252792] acpiphp: Slot [6] registered\n[ 0.253565] acpiphp: Slot [7] registered\n[ 0.254347] acpiphp: Slot [8] registered\n[ 0.255122] acpiphp: Slot [9] registered\n[ 0.255907] acpiphp: Slot [10] registered\n[ 0.256701] acpiphp: Slot [11] registered\n[ 0.257489] acpiphp: Slot [12] registered\n[ 0.258282] acpiphp: Slot [13] registered\n[ 0.259071] acpiphp: Slot [14] registered\n[ 0.259860] acpiphp: Slot [15] registered\n[ 0.270520] acpiphp: Slot [16] registered\n[ 0.271320] acpiphp: Slot [17] registered\n[ 0.272103] acpiphp: Slot [18] registered\n[ 0.272892] acpiphp: Slot [19] registered\n[ 0.273678] acpiphp: Slot [20] registered\n[ 0.274463] acpiphp: Slot [21] registered\n[ 0.275255] acpiphp: Slot [22] registered\n[ 0.276038] acpiphp: Slot [23] registered\n[ 0.276825] acpiphp: Slot [24] registered\n[ 0.277614] acpiphp: Slot [25] registered\n[ 0.278398] acpiphp: Slot [26] registered\n[ 0.279185] acpiphp: Slot [27] registered\n[ 0.279980] acpiphp: Slot [28] registered\n[ 0.280772] acpiphp: Slot [29] registered\n[ 0.281561] acpiphp: Slot [30] registered\n[ 0.282367] acpiphp: Slot [31] registered\n[ 0.283148] PCI host bridge to bus 0000:00\n[ 0.283934] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285115] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286288] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287691] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289089] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296483] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297618] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298844] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305158] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306567] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351890] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354752] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357888] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361246] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362822] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365064] vgaarb: loaded\n[ 0.365889] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367476] SCSI subsystem initialized\n[ 0.368651] ACPI: bus type USB registered\n[ 0.369840] usbcore: registered new interface driver usbfs\n[ 0.371347] usbcore: registered new interface driver hub\n[ 0.372846] usbcore: registered new device driver usb\n[ 0.374353] PCI: Using ACPI for IRQ routing\n[ 0.375751] NetLabel: Initializing\n[ 0.376748] NetLabel: domain hash size = 128\n[ 0.377997] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379401] NetLabel: unlabeled traffic allowed by default\n[ 0.380984] clocksource: Switched to clocksource kvm-clock\n[ 0.387002] AppArmor: AppArmor Filesystem Enabled\n[ 0.388403] pnp: PnP ACPI init\n[ 0.389615] pnp: PnP ACPI: found 5 devices\n[ 0.396366] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398904] NET: Registered protocol family 2\n[ 0.400201] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402067] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403808] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405549] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408875] NET: Registered protocol family 1\n[ 0.410129] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411768] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413350] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427575] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441965] Trying to unpack rootfs image as initramfs...\n[ 0.491936] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506345] Scanning for low memory corruption every 60 seconds\n[ 0.508111] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509732] audit: initializing netlink subsys (disabled)\n[ 0.511207] audit: type=2000 audit(1539348646.340:1): initialized\n[ 0.513075] Initialise system trusted keyring\n[ 0.514360] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516068] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.518576] zbud: loaded\n[ 0.519532] VFS: Disk quotas dquot_6.6.0\n[ 0.520693] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522755] fuse init (API version 7.23)\n[ 0.523987] Key type big_key registered\n[ 0.525138] Allocating IMA MOK and blacklist keyrings.\n[ 0.526654] Key type asymmetric registered\n[ 0.527757] Asymmetric key parser 'x509' registered\n[ 0.529177] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531673] io scheduler noop registered\n[ 0.532757] io scheduler deadline registered (default)\n[ 0.534168] io scheduler cfq registered\n[ 0.535340] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536884] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.538728] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.540795] ACPI: Power Button [PWRF]\n[ 0.541960] GHES: HEST is not enabled!\n[ 0.555762] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586702] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589908] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613412] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616242] Linux agpgart interface v0.103\n[ 0.618647] brd: module loaded\n[ 0.620105] loop: module loaded\n[ 0.625458] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627467] GPT:90111 != 2097151\n[ 0.628406] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629991] GPT:90111 != 2097151\n[ 0.630891] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632288] vda: vda1 vda15\n[ 0.634019] scsi host0: ata_piix\n[ 0.635013] scsi host1: ata_piix\n[ 0.635987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639589] libphy: Fixed MDIO Bus: probed\n[ 0.640739] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642093] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645631] PPP generic driver version 2.4.2\n[ 0.646943] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648170] ehci-pci: EHCI PCI platform driver\n[ 0.649057] ehci-platform: EHCI generic platform driver\n[ 0.650038] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651165] ohci-pci: OHCI PCI platform driver\n[ 0.652044] ohci-platform: OHCI generic platform driver\n[ 0.653062] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667659] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668706] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670235] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672456] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673737] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675211] usb usb1: Product: UHCI Host Controller\n[ 0.676181] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678471] hub 1-0:1.0: USB hub found\n[ 0.679280] hub 1-0:1.0: 2 ports detected\n[ 0.680226] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682412] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683402] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684483] mousedev: PS/2 mouse device common for all mice\n[ 0.685787] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688831] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691376] i2c /dev entries driver\n[ 0.692166] device-mapper: uevent: version 1.0.3\n[ 0.693151] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694838] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696188] NET: Registered protocol family 10\n[ 0.697253] NET: Registered protocol family 17\n[ 0.698171] Key type dns_resolver registered\n[ 0.699133] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700276] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702093] registered taskstats version 1\n[ 0.702952] Loading compiled-in X.509 certificates\n[ 0.704428] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706365] zswap: loaded using pool lzo/zbud\n[ 0.708319] Key type trusted registered\n[ 0.709909] Key type encrypted registered\n[ 0.710771] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712888] evm: HMAC attrs: 0x1\n[ 0.714236] Magic number: 6:984:834\n[ 0.715110] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:46 UTC (1539348646)\n[ 0.716761] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717912] EDD information not available.\n[ 0.793525] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794987] ata1.00: configured for MWDMA2\n[ 0.796227] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.808911] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810125] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811367] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813236] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814737] Write protecting the kernel read-only data: 14336k\n[ 0.816290] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818088] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.192613] 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.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.66s]\n"} 2018-10-12 12:51:51,065 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action used request id req-54567538-85be-48a8-adef-b75fc8f47cfd 2018-10-12 12:51:53,121 - __name__ - INFO - Starting all monitor threads 2018-10-12 12:51:53,126 - __name__ - INFO - Wait before subtest 2018-10-12 12:51:54,154 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5b8b91d9589b097a6ac6aa7660b4a79df580d7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:51:54,154 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049c7d68f548f3365690a05ccb56d2a85b0b5ec4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:51:54,155 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da78e4837035bde3e9d6f24ff9610f334c3e104d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:51:55,225 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:51: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-2119171a-464b-41de-ab7c-337174a0395c x-compute-request-id: req-2119171a-464b-41de-ab7c-337174a0395c Content-Encoding: gzip Content-Length: 11140 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488712359 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128433] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130060] pid_max: default: 32768 minimum: 301\n[ 0.130940] ACPI: Core revision 20150930\n[ 0.132307] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133595] Security Framework initialized\n[ 0.134394] Yama: becoming mindful.\n[ 0.135107] AppArmor: AppArmor initialized\n[ 0.135959] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137269] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138521] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139707] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141064] Initializing cgroup subsys io\n[ 0.141866] Initializing cgroup subsys memory\n[ 0.142709] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144432] Initializing cgroup subsys net_cls\n[ 0.145279] Initializing cgroup subsys perf_event\n[ 0.146174] Initializing cgroup subsys net_prio\n[ 0.147053] Initializing cgroup subsys hugetlb\n[ 0.147921] Initializing cgroup subsys pids\n[ 0.148781] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151095] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152088] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162736] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169093] ftrace: allocating 31920 entries in 125 pages\n[ 0.195377] smpboot: Max logical packages: 1\n[ 0.196217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197550] x2apic enabled\n[ 0.198347] Switched APIC routing to physical x2apic.\n[ 0.200089] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203153] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204913] KVM setup paravirtual spinlock\n[ 0.206192] x86: Booted up 1 node, 1 CPUs\n[ 0.206994] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208379] devtmpfs: initialized\n[ 0.210082] evm: security.selinux\n[ 0.210776] evm: security.SMACK64\n[ 0.211454] evm: security.SMACK64EXEC\n[ 0.212183] evm: security.SMACK64TRANSMUTE\n[ 0.212975] evm: security.SMACK64MMAP\n[ 0.213706] evm: security.ima\n[ 0.214339] evm: security.capability\n[ 0.215133] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216954] pinctrl core: initialized pinctrl subsystem\n[ 0.218037] RTC time: 12:50:18, date: 10/12/18\n[ 0.218990] NET: Registered protocol family 16\n[ 0.219951] cpuidle: using governor ladder\n[ 0.220756] cpuidle: using governor menu\n[ 0.221527] PCCT header not found.\n[ 0.222260] ACPI: bus type PCI registered\n[ 0.223053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224275] PCI: Using configuration type 1 for base access\n[ 0.226014] ACPI: Added _OSI(Module Device)\n[ 0.226844] ACPI: Added _OSI(Processor Device)\n[ 0.227701] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228588] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230705] ACPI: Interpreter enabled\n[ 0.231463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235107] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238752] ACPI: (supports S0 S5)\n[ 0.239451] ACPI: Using IOAPIC for interrupt routing\n[ 0.240380] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243456] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244581] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245798] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246978] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249170] acpiphp: Slot [3] registered\n[ 0.249970] acpiphp: Slot [4] registered\n[ 0.250765] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252349] acpiphp: Slot [7] registered\n[ 0.253144] acpiphp: Slot [8] registered\n[ 0.253937] acpiphp: Slot [9] registered\n[ 0.254722] acpiphp: Slot [10] registered\n[ 0.255518] acpiphp: Slot [11] registered\n[ 0.256327] acpiphp: Slot [12] registered\n[ 0.257134] acpiphp: Slot [13] registered\n[ 0.257934] acpiphp: Slot [14] registered\n[ 0.258734] acpiphp: Slot [15] registered\n[ 0.269921] acpiphp: Slot [16] registered\n[ 0.270726] acpiphp: Slot [17] registered\n[ 0.271525] acpiphp: Slot [18] registered\n[ 0.272317] acpiphp: Slot [19] registered\n[ 0.273120] acpiphp: Slot [20] registered\n[ 0.273925] acpiphp: Slot [21] registered\n[ 0.274725] acpiphp: Slot [22] registered\n[ 0.275524] acpiphp: Slot [23] registered\n[ 0.276320] acpiphp: Slot [24] registered\n[ 0.277121] acpiphp: Slot [25] registered\n[ 0.277926] acpiphp: Slot [26] registered\n[ 0.278726] acpiphp: Slot [27] registered\n[ 0.279527] acpiphp: Slot [28] registered\n[ 0.280325] acpiphp: Slot [29] registered\n[ 0.281124] acpiphp: Slot [30] registered\n[ 0.281929] acpiphp: Slot [31] registered\n[ 0.282730] PCI host bridge to bus 0000:00\n[ 0.283528] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285912] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287337] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288767] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295105] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296377] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352599] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354087] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355514] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356927] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358305] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361915] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363446] vgaarb: loaded\n[ 0.364039] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365170] SCSI subsystem initialized\n[ 0.365984] ACPI: bus type USB registered\n[ 0.366801] usbcore: registered new interface driver usbfs\n[ 0.367817] usbcore: registered new interface driver hub\n[ 0.368815] usbcore: registered new device driver usb\n[ 0.369869] PCI: Using ACPI for IRQ routing\n[ 0.370885] NetLabel: Initializing\n[ 0.371591] NetLabel: domain hash size = 128\n[ 0.372431] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373367] NetLabel: unlabeled traffic allowed by default\n[ 0.374451] clocksource: Switched to clocksource kvm-clock\n[ 0.379848] AppArmor: AppArmor Filesystem Enabled\n[ 0.380823] pnp: PnP ACPI init\n[ 0.381735] pnp: PnP ACPI: found 5 devices\n[ 0.388101] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389802] NET: Registered protocol family 2\n[ 0.390761] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392038] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393206] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394366] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395456] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396628] NET: Registered protocol family 1\n[ 0.397499] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398601] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399675] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413700] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427888] Trying to unpack rootfs image as initramfs...\n[ 0.477729] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491540] Scanning for low memory corruption every 60 seconds\n[ 0.492867] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494016] audit: initializing netlink subsys (disabled)\n[ 0.495042] audit: type=2000 audit(1539348618.928:1): initialized\n[ 0.496342] Initialise system trusted keyring\n[ 0.497267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500395] zbud: loaded\n[ 0.501092] VFS: Disk quotas dquot_6.6.0\n[ 0.501925] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503445] fuse init (API version 7.23)\n[ 0.504323] Key type big_key registered\n[ 0.505122] Allocating IMA MOK and blacklist keyrings.\n[ 0.506603] Key type asymmetric registered\n[ 0.507427] Asymmetric key parser 'x509' registered\n[ 0.508374] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509829] io scheduler noop registered\n[ 0.510630] io scheduler deadline registered (default)\n[ 0.511615] io scheduler cfq registered\n[ 0.512443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513480] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514744] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516195] ACPI: Power Button [PWRF]\n[ 0.517021] GHES: HEST is not enabled!\n[ 0.530518] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589002] Linux agpgart interface v0.103\n[ 0.591106] brd: module loaded\n[ 0.592280] loop: module loaded\n[ 0.597320] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598774] GPT:90111 != 2097151\n[ 0.599450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600530] GPT:90111 != 2097151\n[ 0.601192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602143] vda: vda1 vda15\n[ 0.603880] scsi host0: ata_piix\n[ 0.604612] scsi host1: ata_piix\n[ 0.605316] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606542] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607988] libphy: Fixed MDIO Bus: probed\n[ 0.608806] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609745] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611987] PPP generic driver version 2.4.2\n[ 0.612869] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614205] ehci-pci: EHCI PCI platform driver\n[ 0.615082] ehci-platform: EHCI generic platform driver\n[ 0.616067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617178] ohci-pci: OHCI PCI platform driver\n[ 0.618847] ohci-platform: OHCI generic platform driver\n[ 0.620823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637750] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639410] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640839] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641863] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644180] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645579] usb usb1: Product: UHCI Host Controller\n[ 0.646507] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647695] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648647] hub 1-0:1.0: USB hub found\n[ 0.649420] hub 1-0:1.0: 2 ports detected\n[ 0.650305] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653391] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654410] mousedev: PS/2 mouse device common for all mice\n[ 0.655690] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657522] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659813] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660988] i2c /dev entries driver\n[ 0.661753] device-mapper: uevent: version 1.0.3\n[ 0.662697] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664302] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665586] NET: Registered protocol family 10\n[ 0.666579] NET: Registered protocol family 17\n[ 0.667461] Key type dns_resolver registered\n[ 0.668378] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671210] registered taskstats version 1\n[ 0.672037] Loading compiled-in X.509 certificates\n[ 0.673469] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675309] zswap: loaded using pool lzo/zbud\n[ 0.676689] Key type trusted registered\n[ 0.678236] Key type encrypted registered\n[ 0.679066] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680086] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681112] evm: HMAC attrs: 0x1\n[ 0.682056] Magic number: 6:984:834\n[ 0.682912] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:19 UTC (1539348619)\n[ 0.684490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685611] EDD information not available.\n[ 0.767395] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768921] Write protecting the kernel read-only data: 14336k\n[ 0.780946] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.173288] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCE1Scd1P3+i75OvmjpEHO2w2g/9TaVI7Zy6p1AY5bXYIPcp4wjJdQaNI/Jw+AJLBMUa36zi6qojNqjWCSZuAzgJiVRokAMKzLL+xM2J1oUn+F6mzGRfC1qFU8qfLdLWP/hwpeFC0Wmr4Z0th7JrNXjDGjNQ+gQ5458S6Icuhz1dWsgX3tYJz/Y1+c2I0xtmv4VV1CrirAtU22XlJ4X00iZ4YKvEdPxb8+dvRm5uKXs/Tse7fCWkXV4EPK9FIr+6uZwYmHkCdP6d0TFjrHyf8bJhBvVnTpOwaXSCRC9uKa/xLKDtc/j6OxGjKLdGYYg7+QmnDBHSyahtPjyC542a8Mx root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBANg49xIlDltamwGgm2P/eKpNTaiZUtVyXfk83rVoddrTWqsIPUVtdnoB0gjZjGflLklBgrs3jPVmpzrOn3KfK63ZrTdjQ/Xe5RSPO6TRfImB6bxlvFHfoLoDzEY09IM5pmKHiR9m6fFNyaw5n1T5SAwRuVAZIxNTqr2vKs9SmPJBAAAAFQC54X1vR+6fU3rT2OA8l0lGFo1uDwAAAIEAp3uHVAn7842aybueXkX/Nile/1DqKilMdMkaBfFR+ueM38msM31K3IznEIvSYt0ZYN8MLfVXrwuWpuYhX/08dAj0pf1xoTCcMdqV9XeEQyQQ/r4YTrfEHrqZxKogwmTkJhgiKP4qWvGt6JbpNMmrJo+hn+WdVbkvrO/MgbpVq+AAAACBAMyib2H5bUTQCBOIP0NeSkqa4hnHVC+wNjQrpU900Vc5XkRDqwyWtvsODr91/jLZti+dktywcx1A/6hEVa8iKtMoslaFh0DDfvPhXO6OyyYphrB2u6lSko7YhZwEG8H2Lx6/A4XFsDEMUCGBVqP5WwN8a3Vx3ig9cKrNeXoG/a+/ root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fea2:5259/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.37 ===\n/dev/root resized successfully [took 2.22s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:52:59 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:5259/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 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:7815 (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-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.119455] usb 1-1: Product: QEMU USB Tablet\n[ 1.119456] usb 1-1: Manufacturer: QEMU\n[ 1.119457] usb 1-1: SerialNumber: 42\n[ 1.132600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.154778] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.173288] random: dd urandom read with 5 bits of entropy available\n[ 1.490513] tsc: Refined TSC clocksource calibration: 3491.906 MHz\n[ 1.490515] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\n[ 3.491210] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.196858] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 12 13:50:19 cirros kern.info kernel: [ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.793704] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 12 13:50:19 cirros kern.info kernel: [ 0.793706] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 12 13:50:19 cirros kern.info kernel: [ 0.795370] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 12 13:50:19 cirros kern.info kernel: [ 0.798263] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 12 13:50:19 cirros kern.info kernel: [ 0.800240] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 12 13:50:19 cirros kern.info kernel: [ 0.823836] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:50:19 cirros kern.info kernel: [ 0.824726] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.825807] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:50:19 cirros kern.info kernel: [ 0.888068] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.958474] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119451] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119454] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119455] usb 1-1: Product: QEMU USB Tablet\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119456] usb 1-1: Manufacturer: QEMU\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119457] usb 1-1: SerialNumber: 42\nOct 12 13:50:19 cirros kern.info kernel: [ 1.132600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:50:19 cirros kern.info kernel: [ 1.154778] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:50:19 cirros kern.notice kernel: [ 1.173288] random: dd urandom read with 5 bits of entropy available\nOct 12 13:50:20 cirros kern.info kernel: [ 1.490513] tsc: Refined TSC clocksource calibration: 3491.906 MHz\nOct 12 13:50:20 cirros kern.info kernel: [ 1.490515] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\nOct 12 13:50:21 cirros auth.notice su: + /dev/console root:cirros\nOct 12 13:50:22 cirros authpriv.info dropbear[340]: Running in background\nOct 12 13:50:22 cirros kern.info kernel: [ 3.491210] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 12 13:50:23 cirros kern.info kernel: [ 4.196858] 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-10-12 12:51:55,226 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action used request id req-2119171a-464b-41de-ab7c-337174a0395c 2018-10-12 12:51:55,236 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:51: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-6a0e3542-644a-40e2-95e4-9f4f5e35c9fb x-compute-request-id: req-6a0e3542-644a-40e2-95e4-9f4f5e35c9fb Content-Encoding: gzip Content-Length: 8095 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518383433 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132487] pid_max: default: 32768 minimum: 301\n[ 0.133355] ACPI: Core revision 20150930\n[ 0.134713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135983] Security Framework initialized\n[ 0.136774] Yama: becoming mindful.\n[ 0.137482] AppArmor: AppArmor initialized\n[ 0.138328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139627] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140862] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142031] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143383] Initializing cgroup subsys io\n[ 0.144170] Initializing cgroup subsys memory\n[ 0.145020] Initializing cgroup subsys devices\n[ 0.145864] Initializing cgroup subsys freezer\n[ 0.146713] Initializing cgroup subsys net_cls\n[ 0.147558] Initializing cgroup subsys perf_event\n[ 0.148439] Initializing cgroup subsys net_prio\n[ 0.149293] Initializing cgroup subsys hugetlb\n[ 0.150139] Initializing cgroup subsys pids\n[ 0.151007] CPU: Physical Processor ID: 0\n[ 0.152510] mce: CPU supports 10 MCE banks\n[ 0.153334] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164855] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171135] ftrace: allocating 31920 entries in 125 pages\n[ 0.197123] smpboot: Max logical packages: 1\n[ 0.197958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199296] x2apic enabled\n[ 0.200084] Switched APIC routing to physical x2apic.\n[ 0.201804] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202897] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204834] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206569] KVM setup paravirtual spinlock\n[ 0.207841] x86: Booted up 1 node, 1 CPUs\n[ 0.208631] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209982] devtmpfs: initialized\n[ 0.211677] evm: security.selinux\n[ 0.212361] evm: security.SMACK64\n[ 0.213032] evm: security.SMACK64EXEC\n[ 0.213759] evm: security.SMACK64TRANSMUTE\n[ 0.214549] evm: security.SMACK64MMAP\n[ 0.215273] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218495] pinctrl core: initialized pinctrl subsystem\n[ 0.219557] RTC time: 12:50:45, date: 10/12/18\n[ 0.220505] NET: Registered protocol family 16\n[ 0.221458] cpuidle: using governor ladder\n[ 0.222255] cpuidle: using governor menu\n[ 0.223017] PCCT header not found.\n[ 0.223758] ACPI: bus type PCI registered\n[ 0.224545] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225753] PCI: Using configuration type 1 for base access\n[ 0.227477] ACPI: Added _OSI(Module Device)\n[ 0.228295] ACPI: Added _OSI(Processor Device)\n[ 0.229136] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230010] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232105] ACPI: Interpreter enabled\n[ 0.232854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240032] ACPI: (supports S0 S5)\n[ 0.240720] ACPI: Using IOAPIC for interrupt routing\n[ 0.241750] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244798] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245938] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247150] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248309] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250466] acpiphp: Slot [3] registered\n[ 0.251243] acpiphp: Slot [4] registered\n[ 0.252015] acpiphp: Slot [5] registered\n[ 0.252792] acpiphp: Slot [6] registered\n[ 0.253565] acpiphp: Slot [7] registered\n[ 0.254347] acpiphp: Slot [8] registered\n[ 0.255122] acpiphp: Slot [9] registered\n[ 0.255907] acpiphp: Slot [10] registered\n[ 0.256701] acpiphp: Slot [11] registered\n[ 0.257489] acpiphp: Slot [12] registered\n[ 0.258282] acpiphp: Slot [13] registered\n[ 0.259071] acpiphp: Slot [14] registered\n[ 0.259860] acpiphp: Slot [15] registered\n[ 0.270520] acpiphp: Slot [16] registered\n[ 0.271320] acpiphp: Slot [17] registered\n[ 0.272103] acpiphp: Slot [18] registered\n[ 0.272892] acpiphp: Slot [19] registered\n[ 0.273678] acpiphp: Slot [20] registered\n[ 0.274463] acpiphp: Slot [21] registered\n[ 0.275255] acpiphp: Slot [22] registered\n[ 0.276038] acpiphp: Slot [23] registered\n[ 0.276825] acpiphp: Slot [24] registered\n[ 0.277614] acpiphp: Slot [25] registered\n[ 0.278398] acpiphp: Slot [26] registered\n[ 0.279185] acpiphp: Slot [27] registered\n[ 0.279980] acpiphp: Slot [28] registered\n[ 0.280772] acpiphp: Slot [29] registered\n[ 0.281561] acpiphp: Slot [30] registered\n[ 0.282367] acpiphp: Slot [31] registered\n[ 0.283148] PCI host bridge to bus 0000:00\n[ 0.283934] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285115] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286288] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287691] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289089] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296483] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297618] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298844] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305158] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306567] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351890] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354752] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357888] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361246] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362822] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365064] vgaarb: loaded\n[ 0.365889] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367476] SCSI subsystem initialized\n[ 0.368651] ACPI: bus type USB registered\n[ 0.369840] usbcore: registered new interface driver usbfs\n[ 0.371347] usbcore: registered new interface driver hub\n[ 0.372846] usbcore: registered new device driver usb\n[ 0.374353] PCI: Using ACPI for IRQ routing\n[ 0.375751] NetLabel: Initializing\n[ 0.376748] NetLabel: domain hash size = 128\n[ 0.377997] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379401] NetLabel: unlabeled traffic allowed by default\n[ 0.380984] clocksource: Switched to clocksource kvm-clock\n[ 0.387002] AppArmor: AppArmor Filesystem Enabled\n[ 0.388403] pnp: PnP ACPI init\n[ 0.389615] pnp: PnP ACPI: found 5 devices\n[ 0.396366] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398904] NET: Registered protocol family 2\n[ 0.400201] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402067] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403808] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405549] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408875] NET: Registered protocol family 1\n[ 0.410129] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411768] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413350] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427575] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441965] Trying to unpack rootfs image as initramfs...\n[ 0.491936] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506345] Scanning for low memory corruption every 60 seconds\n[ 0.508111] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509732] audit: initializing netlink subsys (disabled)\n[ 0.511207] audit: type=2000 audit(1539348646.340:1): initialized\n[ 0.513075] Initialise system trusted keyring\n[ 0.514360] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516068] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.518576] zbud: loaded\n[ 0.519532] VFS: Disk quotas dquot_6.6.0\n[ 0.520693] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522755] fuse init (API version 7.23)\n[ 0.523987] Key type big_key registered\n[ 0.525138] Allocating IMA MOK and blacklist keyrings.\n[ 0.526654] Key type asymmetric registered\n[ 0.527757] Asymmetric key parser 'x509' registered\n[ 0.529177] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531673] io scheduler noop registered\n[ 0.532757] io scheduler deadline registered (default)\n[ 0.534168] io scheduler cfq registered\n[ 0.535340] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536884] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.538728] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.540795] ACPI: Power Button [PWRF]\n[ 0.541960] GHES: HEST is not enabled!\n[ 0.555762] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586702] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589908] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613412] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616242] Linux agpgart interface v0.103\n[ 0.618647] brd: module loaded\n[ 0.620105] loop: module loaded\n[ 0.625458] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627467] GPT:90111 != 2097151\n[ 0.628406] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629991] GPT:90111 != 2097151\n[ 0.630891] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632288] vda: vda1 vda15\n[ 0.634019] scsi host0: ata_piix\n[ 0.635013] scsi host1: ata_piix\n[ 0.635987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639589] libphy: Fixed MDIO Bus: probed\n[ 0.640739] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642093] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645631] PPP generic driver version 2.4.2\n[ 0.646943] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648170] ehci-pci: EHCI PCI platform driver\n[ 0.649057] ehci-platform: EHCI generic platform driver\n[ 0.650038] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651165] ohci-pci: OHCI PCI platform driver\n[ 0.652044] ohci-platform: OHCI generic platform driver\n[ 0.653062] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667659] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668706] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670235] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672456] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673737] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675211] usb usb1: Product: UHCI Host Controller\n[ 0.676181] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678471] hub 1-0:1.0: USB hub found\n[ 0.679280] hub 1-0:1.0: 2 ports detected\n[ 0.680226] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682412] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683402] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684483] mousedev: PS/2 mouse device common for all mice\n[ 0.685787] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688831] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691376] i2c /dev entries driver\n[ 0.692166] device-mapper: uevent: version 1.0.3\n[ 0.693151] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694838] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696188] NET: Registered protocol family 10\n[ 0.697253] NET: Registered protocol family 17\n[ 0.698171] Key type dns_resolver registered\n[ 0.699133] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700276] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702093] registered taskstats version 1\n[ 0.702952] Loading compiled-in X.509 certificates\n[ 0.704428] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706365] zswap: loaded using pool lzo/zbud\n[ 0.708319] Key type trusted registered\n[ 0.709909] Key type encrypted registered\n[ 0.710771] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712888] evm: HMAC attrs: 0x1\n[ 0.714236] Magic number: 6:984:834\n[ 0.715110] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:46 UTC (1539348646)\n[ 0.716761] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717912] EDD information not available.\n[ 0.793525] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794987] ata1.00: configured for MWDMA2\n[ 0.796227] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.808911] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810125] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811367] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813236] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814737] Write protecting the kernel read-only data: 14336k\n[ 0.816290] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818088] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.192613] 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.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.66s]\n"} 2018-10-12 12:51:55,237 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action used request id req-6a0e3542-644a-40e2-95e4-9f4f5e35c9fb 2018-10-12 12:51:55,276 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:51: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-7a9e3117-b5e8-4d36-b6ea-4736a39f57b0 x-compute-request-id: req-7a9e3117-b5e8-4d36-b6ea-4736a39f57b0 Content-Encoding: gzip Content-Length: 8100 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 540505183 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.138006] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.139779] pid_max: default: 32768 minimum: 301\n[ 0.140727] ACPI: Core revision 20150930\n[ 0.142158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143534] Security Framework initialized\n[ 0.144398] Yama: becoming mindful.\n[ 0.145183] AppArmor: AppArmor initialized\n[ 0.146070] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147488] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151607] Initializing cgroup subsys io\n[ 0.152471] Initializing cgroup subsys memory\n[ 0.153421] Initializing cgroup subsys devices\n[ 0.154348] Initializing cgroup subsys freezer\n[ 0.155295] Initializing cgroup subsys net_cls\n[ 0.156239] Initializing cgroup subsys perf_event\n[ 0.157251] Initializing cgroup subsys net_prio\n[ 0.158231] Initializing cgroup subsys hugetlb\n[ 0.159178] Initializing cgroup subsys pids\n[ 0.160110] CPU: Physical Processor ID: 0\n[ 0.161618] mce: CPU supports 10 MCE banks\n[ 0.162457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163440] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175438] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181885] ftrace: allocating 31920 entries in 125 pages\n[ 0.208859] smpboot: Max logical packages: 1\n[ 0.209702] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211033] x2apic enabled\n[ 0.211836] Switched APIC routing to physical x2apic.\n[ 0.213582] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216649] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218414] KVM setup paravirtual spinlock\n[ 0.219707] x86: Booted up 1 node, 1 CPUs\n[ 0.220523] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.221899] devtmpfs: initialized\n[ 0.223606] evm: security.selinux\n[ 0.224299] evm: security.SMACK64\n[ 0.224975] evm: security.SMACK64EXEC\n[ 0.225707] evm: security.SMACK64TRANSMUTE\n[ 0.226500] evm: security.SMACK64MMAP\n[ 0.227228] evm: security.ima\n[ 0.227864] evm: security.capability\n[ 0.228662] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230479] pinctrl core: initialized pinctrl subsystem\n[ 0.231558] RTC time: 12:50:31, date: 10/12/18\n[ 0.232505] NET: Registered protocol family 16\n[ 0.233463] cpuidle: using governor ladder\n[ 0.234270] cpuidle: using governor menu\n[ 0.235039] PCCT header not found.\n[ 0.235776] ACPI: bus type PCI registered\n[ 0.236567] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237782] PCI: Using configuration type 1 for base access\n[ 0.239518] ACPI: Added _OSI(Module Device)\n[ 0.240345] ACPI: Added _OSI(Processor Device)\n[ 0.241195] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242074] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244168] ACPI: Interpreter enabled\n[ 0.244923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252205] ACPI: (supports S0 S5)\n[ 0.252897] ACPI: Using IOAPIC for interrupt routing\n[ 0.254076] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257152] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258280] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259492] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260667] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262858] acpiphp: Slot [3] registered\n[ 0.263649] acpiphp: Slot [4] registered\n[ 0.264436] acpiphp: Slot [5] registered\n[ 0.265219] acpiphp: Slot [6] registered\n[ 0.265996] acpiphp: Slot [7] registered\n[ 0.266785] acpiphp: Slot [8] registered\n[ 0.267570] acpiphp: Slot [9] registered\n[ 0.268351] acpiphp: Slot [10] registered\n[ 0.269144] acpiphp: Slot [11] registered\n[ 0.269949] acpiphp: Slot [12] registered\n[ 0.270745] acpiphp: Slot [13] registered\n[ 0.271545] acpiphp: Slot [14] registered\n[ 0.272344] acpiphp: Slot [15] registered\n[ 0.283107] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284714] acpiphp: Slot [18] registered\n[ 0.285509] acpiphp: Slot [19] registered\n[ 0.286301] acpiphp: Slot [20] registered\n[ 0.287103] acpiphp: Slot [21] registered\n[ 0.287896] acpiphp: Slot [22] registered\n[ 0.288690] acpiphp: Slot [23] registered\n[ 0.289489] acpiphp: Slot [24] registered\n[ 0.290282] acpiphp: Slot [25] registered\n[ 0.291073] acpiphp: Slot [26] registered\n[ 0.291873] acpiphp: Slot [27] registered\n[ 0.292670] acpiphp: Slot [28] registered\n[ 0.293468] acpiphp: Slot [29] registered\n[ 0.294259] acpiphp: Slot [30] registered\n[ 0.295068] acpiphp: Slot [31] registered\n[ 0.295857] PCI host bridge to bus 0000:00\n[ 0.296657] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297843] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300440] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301860] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308297] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309555] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310701] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319415] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320807] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371585] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374360] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375725] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376944] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378639] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379668] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381193] vgaarb: loaded\n[ 0.381786] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382903] SCSI subsystem initialized\n[ 0.383709] ACPI: bus type USB registered\n[ 0.384512] usbcore: registered new interface driver usbfs\n[ 0.385527] usbcore: registered new interface driver hub\n[ 0.386518] usbcore: registered new device driver usb\n[ 0.387561] PCI: Using ACPI for IRQ routing\n[ 0.388569] NetLabel: Initializing\n[ 0.389271] NetLabel: domain hash size = 128\n[ 0.390113] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391044] NetLabel: unlabeled traffic allowed by default\n[ 0.392122] clocksource: Switched to clocksource kvm-clock\n[ 0.397515] AppArmor: AppArmor Filesystem Enabled\n[ 0.398458] pnp: PnP ACPI init\n[ 0.399352] pnp: PnP ACPI: found 5 devices\n[ 0.405711] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407394] NET: Registered protocol family 2\n[ 0.408368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409632] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410791] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411933] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412999] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414163] NET: Registered protocol family 1\n[ 0.415015] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416095] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431091] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445356] Trying to unpack rootfs image as initramfs...\n[ 0.495440] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509240] Scanning for low memory corruption every 60 seconds\n[ 0.510551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511676] audit: initializing netlink subsys (disabled)\n[ 0.512699] audit: type=2000 audit(1539348631.951:1): initialized\n[ 0.513987] Initialise system trusted keyring\n[ 0.514904] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516051] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517993] zbud: loaded\n[ 0.518692] VFS: Disk quotas dquot_6.6.0\n[ 0.519502] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521009] fuse init (API version 7.23)\n[ 0.521883] Key type big_key registered\n[ 0.522683] Allocating IMA MOK and blacklist keyrings.\n[ 0.524161] Key type asymmetric registered\n[ 0.525022] Asymmetric key parser 'x509' registered\n[ 0.525955] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527383] io scheduler noop registered\n[ 0.528174] io scheduler deadline registered (default)\n[ 0.529146] io scheduler cfq registered\n[ 0.529957] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530976] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532223] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533647] ACPI: Power Button [PWRF]\n[ 0.534459] GHES: HEST is not enabled!\n[ 0.549505] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580901] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604835] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608595] Linux agpgart interface v0.103\n[ 0.611737] brd: module loaded\n[ 0.613936] loop: module loaded\n[ 0.623819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626401] GPT:90111 != 2097151\n[ 0.627070] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628159] GPT:90111 != 2097151\n[ 0.628824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629775] vda: vda1 vda15\n[ 0.631182] scsi host0: ata_piix\n[ 0.631907] scsi host1: ata_piix\n[ 0.632624] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633826] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635259] libphy: Fixed MDIO Bus: probed\n[ 0.636063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639069] PPP generic driver version 2.4.2\n[ 0.639944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641231] ehci-pci: EHCI PCI platform driver\n[ 0.642088] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644181] ohci-pci: OHCI PCI platform driver\n[ 0.645038] ohci-platform: OHCI generic platform driver\n[ 0.646007] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660318] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662727] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664846] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666044] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667439] usb usb1: Product: UHCI Host Controller\n[ 0.668359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669484] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670505] hub 1-0:1.0: USB hub found\n[ 0.671272] hub 1-0:1.0: 2 ports detected\n[ 0.672168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674267] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676231] mousedev: PS/2 mouse device common for all mice\n[ 0.677464] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679273] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681544] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682711] i2c /dev entries driver\n[ 0.683468] device-mapper: uevent: version 1.0.3\n[ 0.684404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687333] NET: Registered protocol family 10\n[ 0.688334] NET: Registered protocol family 17\n[ 0.689210] Key type dns_resolver registered\n[ 0.690119] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691189] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692924] registered taskstats version 1\n[ 0.693750] Loading compiled-in X.509 certificates\n[ 0.695191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697023] zswap: loaded using pool lzo/zbud\n[ 0.698373] Key type trusted registered\n[ 0.700291] Key type encrypted registered\n[ 0.701103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702106] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703120] evm: HMAC attrs: 0x1\n[ 0.704032] Magic number: 6:984:834\n[ 0.704896] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:32 UTC (1539348632)\n[ 0.706485] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707580] EDD information not available.\n[ 0.788708] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790127] ata1.00: configured for MWDMA2\n[ 0.791303] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803854] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805392] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806858] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808952] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810796] Write protecting the kernel read-only data: 14336k\n[ 0.812606] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814716] 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.68\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.939876] 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.04s]\nping 10.10.10.8 OK\nping 10.10.10.8 OK\n"} 2018-10-12 12:51:55,277 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action used request id req-7a9e3117-b5e8-4d36-b6ea-4736a39f57b0 2018-10-12 12:51:55,281 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.8 OK 2018-10-12 12:51:55,281 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.8 OK 2018-10-12 12:51:56,235 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049c7d68f548f3365690a05ccb56d2a85b0b5ec4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:51:56,244 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da78e4837035bde3e9d6f24ff9610f334c3e104d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:51:56,285 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5b8b91d9589b097a6ac6aa7660b4a79df580d7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:51:57,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:51: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-eab207d0-49e8-4e79-bbb4-108a70cb9571 x-compute-request-id: req-eab207d0-49e8-4e79-bbb4-108a70cb9571 Content-Encoding: gzip Content-Length: 11140 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488712359 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128433] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130060] pid_max: default: 32768 minimum: 301\n[ 0.130940] ACPI: Core revision 20150930\n[ 0.132307] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133595] Security Framework initialized\n[ 0.134394] Yama: becoming mindful.\n[ 0.135107] AppArmor: AppArmor initialized\n[ 0.135959] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137269] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138521] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139707] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141064] Initializing cgroup subsys io\n[ 0.141866] Initializing cgroup subsys memory\n[ 0.142709] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144432] Initializing cgroup subsys net_cls\n[ 0.145279] Initializing cgroup subsys perf_event\n[ 0.146174] Initializing cgroup subsys net_prio\n[ 0.147053] Initializing cgroup subsys hugetlb\n[ 0.147921] Initializing cgroup subsys pids\n[ 0.148781] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151095] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152088] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162736] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169093] ftrace: allocating 31920 entries in 125 pages\n[ 0.195377] smpboot: Max logical packages: 1\n[ 0.196217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197550] x2apic enabled\n[ 0.198347] Switched APIC routing to physical x2apic.\n[ 0.200089] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203153] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204913] KVM setup paravirtual spinlock\n[ 0.206192] x86: Booted up 1 node, 1 CPUs\n[ 0.206994] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208379] devtmpfs: initialized\n[ 0.210082] evm: security.selinux\n[ 0.210776] evm: security.SMACK64\n[ 0.211454] evm: security.SMACK64EXEC\n[ 0.212183] evm: security.SMACK64TRANSMUTE\n[ 0.212975] evm: security.SMACK64MMAP\n[ 0.213706] evm: security.ima\n[ 0.214339] evm: security.capability\n[ 0.215133] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216954] pinctrl core: initialized pinctrl subsystem\n[ 0.218037] RTC time: 12:50:18, date: 10/12/18\n[ 0.218990] NET: Registered protocol family 16\n[ 0.219951] cpuidle: using governor ladder\n[ 0.220756] cpuidle: using governor menu\n[ 0.221527] PCCT header not found.\n[ 0.222260] ACPI: bus type PCI registered\n[ 0.223053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224275] PCI: Using configuration type 1 for base access\n[ 0.226014] ACPI: Added _OSI(Module Device)\n[ 0.226844] ACPI: Added _OSI(Processor Device)\n[ 0.227701] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228588] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230705] ACPI: Interpreter enabled\n[ 0.231463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235107] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238752] ACPI: (supports S0 S5)\n[ 0.239451] ACPI: Using IOAPIC for interrupt routing\n[ 0.240380] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243456] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244581] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245798] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246978] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249170] acpiphp: Slot [3] registered\n[ 0.249970] acpiphp: Slot [4] registered\n[ 0.250765] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252349] acpiphp: Slot [7] registered\n[ 0.253144] acpiphp: Slot [8] registered\n[ 0.253937] acpiphp: Slot [9] registered\n[ 0.254722] acpiphp: Slot [10] registered\n[ 0.255518] acpiphp: Slot [11] registered\n[ 0.256327] acpiphp: Slot [12] registered\n[ 0.257134] acpiphp: Slot [13] registered\n[ 0.257934] acpiphp: Slot [14] registered\n[ 0.258734] acpiphp: Slot [15] registered\n[ 0.269921] acpiphp: Slot [16] registered\n[ 0.270726] acpiphp: Slot [17] registered\n[ 0.271525] acpiphp: Slot [18] registered\n[ 0.272317] acpiphp: Slot [19] registered\n[ 0.273120] acpiphp: Slot [20] registered\n[ 0.273925] acpiphp: Slot [21] registered\n[ 0.274725] acpiphp: Slot [22] registered\n[ 0.275524] acpiphp: Slot [23] registered\n[ 0.276320] acpiphp: Slot [24] registered\n[ 0.277121] acpiphp: Slot [25] registered\n[ 0.277926] acpiphp: Slot [26] registered\n[ 0.278726] acpiphp: Slot [27] registered\n[ 0.279527] acpiphp: Slot [28] registered\n[ 0.280325] acpiphp: Slot [29] registered\n[ 0.281124] acpiphp: Slot [30] registered\n[ 0.281929] acpiphp: Slot [31] registered\n[ 0.282730] PCI host bridge to bus 0000:00\n[ 0.283528] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285912] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287337] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288767] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295105] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296377] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352599] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354087] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355514] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356927] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358305] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361915] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363446] vgaarb: loaded\n[ 0.364039] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365170] SCSI subsystem initialized\n[ 0.365984] ACPI: bus type USB registered\n[ 0.366801] usbcore: registered new interface driver usbfs\n[ 0.367817] usbcore: registered new interface driver hub\n[ 0.368815] usbcore: registered new device driver usb\n[ 0.369869] PCI: Using ACPI for IRQ routing\n[ 0.370885] NetLabel: Initializing\n[ 0.371591] NetLabel: domain hash size = 128\n[ 0.372431] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373367] NetLabel: unlabeled traffic allowed by default\n[ 0.374451] clocksource: Switched to clocksource kvm-clock\n[ 0.379848] AppArmor: AppArmor Filesystem Enabled\n[ 0.380823] pnp: PnP ACPI init\n[ 0.381735] pnp: PnP ACPI: found 5 devices\n[ 0.388101] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389802] NET: Registered protocol family 2\n[ 0.390761] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392038] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393206] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394366] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395456] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396628] NET: Registered protocol family 1\n[ 0.397499] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398601] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399675] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413700] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427888] Trying to unpack rootfs image as initramfs...\n[ 0.477729] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491540] Scanning for low memory corruption every 60 seconds\n[ 0.492867] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494016] audit: initializing netlink subsys (disabled)\n[ 0.495042] audit: type=2000 audit(1539348618.928:1): initialized\n[ 0.496342] Initialise system trusted keyring\n[ 0.497267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500395] zbud: loaded\n[ 0.501092] VFS: Disk quotas dquot_6.6.0\n[ 0.501925] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503445] fuse init (API version 7.23)\n[ 0.504323] Key type big_key registered\n[ 0.505122] Allocating IMA MOK and blacklist keyrings.\n[ 0.506603] Key type asymmetric registered\n[ 0.507427] Asymmetric key parser 'x509' registered\n[ 0.508374] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509829] io scheduler noop registered\n[ 0.510630] io scheduler deadline registered (default)\n[ 0.511615] io scheduler cfq registered\n[ 0.512443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513480] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514744] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516195] ACPI: Power Button [PWRF]\n[ 0.517021] GHES: HEST is not enabled!\n[ 0.530518] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589002] Linux agpgart interface v0.103\n[ 0.591106] brd: module loaded\n[ 0.592280] loop: module loaded\n[ 0.597320] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598774] GPT:90111 != 2097151\n[ 0.599450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600530] GPT:90111 != 2097151\n[ 0.601192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602143] vda: vda1 vda15\n[ 0.603880] scsi host0: ata_piix\n[ 0.604612] scsi host1: ata_piix\n[ 0.605316] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606542] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607988] libphy: Fixed MDIO Bus: probed\n[ 0.608806] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609745] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611987] PPP generic driver version 2.4.2\n[ 0.612869] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614205] ehci-pci: EHCI PCI platform driver\n[ 0.615082] ehci-platform: EHCI generic platform driver\n[ 0.616067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617178] ohci-pci: OHCI PCI platform driver\n[ 0.618847] ohci-platform: OHCI generic platform driver\n[ 0.620823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637750] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639410] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640839] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641863] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644180] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645579] usb usb1: Product: UHCI Host Controller\n[ 0.646507] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647695] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648647] hub 1-0:1.0: USB hub found\n[ 0.649420] hub 1-0:1.0: 2 ports detected\n[ 0.650305] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653391] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654410] mousedev: PS/2 mouse device common for all mice\n[ 0.655690] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657522] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659813] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660988] i2c /dev entries driver\n[ 0.661753] device-mapper: uevent: version 1.0.3\n[ 0.662697] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664302] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665586] NET: Registered protocol family 10\n[ 0.666579] NET: Registered protocol family 17\n[ 0.667461] Key type dns_resolver registered\n[ 0.668378] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671210] registered taskstats version 1\n[ 0.672037] Loading compiled-in X.509 certificates\n[ 0.673469] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675309] zswap: loaded using pool lzo/zbud\n[ 0.676689] Key type trusted registered\n[ 0.678236] Key type encrypted registered\n[ 0.679066] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680086] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681112] evm: HMAC attrs: 0x1\n[ 0.682056] Magic number: 6:984:834\n[ 0.682912] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:19 UTC (1539348619)\n[ 0.684490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685611] EDD information not available.\n[ 0.767395] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768921] Write protecting the kernel read-only data: 14336k\n[ 0.780946] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.173288] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCE1Scd1P3+i75OvmjpEHO2w2g/9TaVI7Zy6p1AY5bXYIPcp4wjJdQaNI/Jw+AJLBMUa36zi6qojNqjWCSZuAzgJiVRokAMKzLL+xM2J1oUn+F6mzGRfC1qFU8qfLdLWP/hwpeFC0Wmr4Z0th7JrNXjDGjNQ+gQ5458S6Icuhz1dWsgX3tYJz/Y1+c2I0xtmv4VV1CrirAtU22XlJ4X00iZ4YKvEdPxb8+dvRm5uKXs/Tse7fCWkXV4EPK9FIr+6uZwYmHkCdP6d0TFjrHyf8bJhBvVnTpOwaXSCRC9uKa/xLKDtc/j6OxGjKLdGYYg7+QmnDBHSyahtPjyC542a8Mx root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBANg49xIlDltamwGgm2P/eKpNTaiZUtVyXfk83rVoddrTWqsIPUVtdnoB0gjZjGflLklBgrs3jPVmpzrOn3KfK63ZrTdjQ/Xe5RSPO6TRfImB6bxlvFHfoLoDzEY09IM5pmKHiR9m6fFNyaw5n1T5SAwRuVAZIxNTqr2vKs9SmPJBAAAAFQC54X1vR+6fU3rT2OA8l0lGFo1uDwAAAIEAp3uHVAn7842aybueXkX/Nile/1DqKilMdMkaBfFR+ueM38msM31K3IznEIvSYt0ZYN8MLfVXrwuWpuYhX/08dAj0pf1xoTCcMdqV9XeEQyQQ/r4YTrfEHrqZxKogwmTkJhgiKP4qWvGt6JbpNMmrJo+hn+WdVbkvrO/MgbpVq+AAAACBAMyib2H5bUTQCBOIP0NeSkqa4hnHVC+wNjQrpU900Vc5XkRDqwyWtvsODr91/jLZti+dktywcx1A/6hEVa8iKtMoslaFh0DDfvPhXO6OyyYphrB2u6lSko7YhZwEG8H2Lx6/A4XFsDEMUCGBVqP5WwN8a3Vx3ig9cKrNeXoG/a+/ root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fea2:5259/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.37 ===\n/dev/root resized successfully [took 2.22s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:52:59 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:5259/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 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:7815 (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-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.119455] usb 1-1: Product: QEMU USB Tablet\n[ 1.119456] usb 1-1: Manufacturer: QEMU\n[ 1.119457] usb 1-1: SerialNumber: 42\n[ 1.132600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.154778] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.173288] random: dd urandom read with 5 bits of entropy available\n[ 1.490513] tsc: Refined TSC clocksource calibration: 3491.906 MHz\n[ 1.490515] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\n[ 3.491210] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.196858] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 12 13:50:19 cirros kern.info kernel: [ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.793704] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 12 13:50:19 cirros kern.info kernel: [ 0.793706] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 12 13:50:19 cirros kern.info kernel: [ 0.795370] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 12 13:50:19 cirros kern.info kernel: [ 0.798263] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 12 13:50:19 cirros kern.info kernel: [ 0.800240] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 12 13:50:19 cirros kern.info kernel: [ 0.823836] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:50:19 cirros kern.info kernel: [ 0.824726] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.825807] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:50:19 cirros kern.info kernel: [ 0.888068] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.958474] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119451] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119454] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119455] usb 1-1: Product: QEMU USB Tablet\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119456] usb 1-1: Manufacturer: QEMU\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119457] usb 1-1: SerialNumber: 42\nOct 12 13:50:19 cirros kern.info kernel: [ 1.132600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:50:19 cirros kern.info kernel: [ 1.154778] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:50:19 cirros kern.notice kernel: [ 1.173288] random: dd urandom read with 5 bits of entropy available\nOct 12 13:50:20 cirros kern.info kernel: [ 1.490513] tsc: Refined TSC clocksource calibration: 3491.906 MHz\nOct 12 13:50:20 cirros kern.info kernel: [ 1.490515] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\nOct 12 13:50:21 cirros auth.notice su: + /dev/console root:cirros\nOct 12 13:50:22 cirros authpriv.info dropbear[340]: Running in background\nOct 12 13:50:22 cirros kern.info kernel: [ 3.491210] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 12 13:50:23 cirros kern.info kernel: [ 4.196858] 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-10-12 12:51:57,305 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action used request id req-eab207d0-49e8-4e79-bbb4-108a70cb9571 2018-10-12 12:51:57,318 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:51: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-4820b998-b924-4d0e-a442-6b78668531b5 x-compute-request-id: req-4820b998-b924-4d0e-a442-6b78668531b5 Content-Encoding: gzip Content-Length: 8095 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518383433 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132487] pid_max: default: 32768 minimum: 301\n[ 0.133355] ACPI: Core revision 20150930\n[ 0.134713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135983] Security Framework initialized\n[ 0.136774] Yama: becoming mindful.\n[ 0.137482] AppArmor: AppArmor initialized\n[ 0.138328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139627] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140862] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142031] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143383] Initializing cgroup subsys io\n[ 0.144170] Initializing cgroup subsys memory\n[ 0.145020] Initializing cgroup subsys devices\n[ 0.145864] Initializing cgroup subsys freezer\n[ 0.146713] Initializing cgroup subsys net_cls\n[ 0.147558] Initializing cgroup subsys perf_event\n[ 0.148439] Initializing cgroup subsys net_prio\n[ 0.149293] Initializing cgroup subsys hugetlb\n[ 0.150139] Initializing cgroup subsys pids\n[ 0.151007] CPU: Physical Processor ID: 0\n[ 0.152510] mce: CPU supports 10 MCE banks\n[ 0.153334] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164855] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171135] ftrace: allocating 31920 entries in 125 pages\n[ 0.197123] smpboot: Max logical packages: 1\n[ 0.197958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199296] x2apic enabled\n[ 0.200084] Switched APIC routing to physical x2apic.\n[ 0.201804] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202897] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204834] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206569] KVM setup paravirtual spinlock\n[ 0.207841] x86: Booted up 1 node, 1 CPUs\n[ 0.208631] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209982] devtmpfs: initialized\n[ 0.211677] evm: security.selinux\n[ 0.212361] evm: security.SMACK64\n[ 0.213032] evm: security.SMACK64EXEC\n[ 0.213759] evm: security.SMACK64TRANSMUTE\n[ 0.214549] evm: security.SMACK64MMAP\n[ 0.215273] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218495] pinctrl core: initialized pinctrl subsystem\n[ 0.219557] RTC time: 12:50:45, date: 10/12/18\n[ 0.220505] NET: Registered protocol family 16\n[ 0.221458] cpuidle: using governor ladder\n[ 0.222255] cpuidle: using governor menu\n[ 0.223017] PCCT header not found.\n[ 0.223758] ACPI: bus type PCI registered\n[ 0.224545] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225753] PCI: Using configuration type 1 for base access\n[ 0.227477] ACPI: Added _OSI(Module Device)\n[ 0.228295] ACPI: Added _OSI(Processor Device)\n[ 0.229136] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230010] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232105] ACPI: Interpreter enabled\n[ 0.232854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240032] ACPI: (supports S0 S5)\n[ 0.240720] ACPI: Using IOAPIC for interrupt routing\n[ 0.241750] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244798] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245938] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247150] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248309] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250466] acpiphp: Slot [3] registered\n[ 0.251243] acpiphp: Slot [4] registered\n[ 0.252015] acpiphp: Slot [5] registered\n[ 0.252792] acpiphp: Slot [6] registered\n[ 0.253565] acpiphp: Slot [7] registered\n[ 0.254347] acpiphp: Slot [8] registered\n[ 0.255122] acpiphp: Slot [9] registered\n[ 0.255907] acpiphp: Slot [10] registered\n[ 0.256701] acpiphp: Slot [11] registered\n[ 0.257489] acpiphp: Slot [12] registered\n[ 0.258282] acpiphp: Slot [13] registered\n[ 0.259071] acpiphp: Slot [14] registered\n[ 0.259860] acpiphp: Slot [15] registered\n[ 0.270520] acpiphp: Slot [16] registered\n[ 0.271320] acpiphp: Slot [17] registered\n[ 0.272103] acpiphp: Slot [18] registered\n[ 0.272892] acpiphp: Slot [19] registered\n[ 0.273678] acpiphp: Slot [20] registered\n[ 0.274463] acpiphp: Slot [21] registered\n[ 0.275255] acpiphp: Slot [22] registered\n[ 0.276038] acpiphp: Slot [23] registered\n[ 0.276825] acpiphp: Slot [24] registered\n[ 0.277614] acpiphp: Slot [25] registered\n[ 0.278398] acpiphp: Slot [26] registered\n[ 0.279185] acpiphp: Slot [27] registered\n[ 0.279980] acpiphp: Slot [28] registered\n[ 0.280772] acpiphp: Slot [29] registered\n[ 0.281561] acpiphp: Slot [30] registered\n[ 0.282367] acpiphp: Slot [31] registered\n[ 0.283148] PCI host bridge to bus 0000:00\n[ 0.283934] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285115] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286288] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287691] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289089] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296483] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297618] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298844] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305158] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306567] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351890] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354752] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357888] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361246] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362822] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365064] vgaarb: loaded\n[ 0.365889] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367476] SCSI subsystem initialized\n[ 0.368651] ACPI: bus type USB registered\n[ 0.369840] usbcore: registered new interface driver usbfs\n[ 0.371347] usbcore: registered new interface driver hub\n[ 0.372846] usbcore: registered new device driver usb\n[ 0.374353] PCI: Using ACPI for IRQ routing\n[ 0.375751] NetLabel: Initializing\n[ 0.376748] NetLabel: domain hash size = 128\n[ 0.377997] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379401] NetLabel: unlabeled traffic allowed by default\n[ 0.380984] clocksource: Switched to clocksource kvm-clock\n[ 0.387002] AppArmor: AppArmor Filesystem Enabled\n[ 0.388403] pnp: PnP ACPI init\n[ 0.389615] pnp: PnP ACPI: found 5 devices\n[ 0.396366] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398904] NET: Registered protocol family 2\n[ 0.400201] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402067] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403808] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405549] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408875] NET: Registered protocol family 1\n[ 0.410129] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411768] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413350] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427575] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441965] Trying to unpack rootfs image as initramfs...\n[ 0.491936] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506345] Scanning for low memory corruption every 60 seconds\n[ 0.508111] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509732] audit: initializing netlink subsys (disabled)\n[ 0.511207] audit: type=2000 audit(1539348646.340:1): initialized\n[ 0.513075] Initialise system trusted keyring\n[ 0.514360] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516068] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.518576] zbud: loaded\n[ 0.519532] VFS: Disk quotas dquot_6.6.0\n[ 0.520693] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522755] fuse init (API version 7.23)\n[ 0.523987] Key type big_key registered\n[ 0.525138] Allocating IMA MOK and blacklist keyrings.\n[ 0.526654] Key type asymmetric registered\n[ 0.527757] Asymmetric key parser 'x509' registered\n[ 0.529177] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531673] io scheduler noop registered\n[ 0.532757] io scheduler deadline registered (default)\n[ 0.534168] io scheduler cfq registered\n[ 0.535340] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536884] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.538728] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.540795] ACPI: Power Button [PWRF]\n[ 0.541960] GHES: HEST is not enabled!\n[ 0.555762] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586702] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589908] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613412] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616242] Linux agpgart interface v0.103\n[ 0.618647] brd: module loaded\n[ 0.620105] loop: module loaded\n[ 0.625458] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627467] GPT:90111 != 2097151\n[ 0.628406] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629991] GPT:90111 != 2097151\n[ 0.630891] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632288] vda: vda1 vda15\n[ 0.634019] scsi host0: ata_piix\n[ 0.635013] scsi host1: ata_piix\n[ 0.635987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639589] libphy: Fixed MDIO Bus: probed\n[ 0.640739] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642093] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645631] PPP generic driver version 2.4.2\n[ 0.646943] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648170] ehci-pci: EHCI PCI platform driver\n[ 0.649057] ehci-platform: EHCI generic platform driver\n[ 0.650038] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651165] ohci-pci: OHCI PCI platform driver\n[ 0.652044] ohci-platform: OHCI generic platform driver\n[ 0.653062] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667659] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668706] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670235] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672456] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673737] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675211] usb usb1: Product: UHCI Host Controller\n[ 0.676181] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678471] hub 1-0:1.0: USB hub found\n[ 0.679280] hub 1-0:1.0: 2 ports detected\n[ 0.680226] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682412] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683402] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684483] mousedev: PS/2 mouse device common for all mice\n[ 0.685787] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688831] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691376] i2c /dev entries driver\n[ 0.692166] device-mapper: uevent: version 1.0.3\n[ 0.693151] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694838] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696188] NET: Registered protocol family 10\n[ 0.697253] NET: Registered protocol family 17\n[ 0.698171] Key type dns_resolver registered\n[ 0.699133] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700276] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702093] registered taskstats version 1\n[ 0.702952] Loading compiled-in X.509 certificates\n[ 0.704428] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706365] zswap: loaded using pool lzo/zbud\n[ 0.708319] Key type trusted registered\n[ 0.709909] Key type encrypted registered\n[ 0.710771] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712888] evm: HMAC attrs: 0x1\n[ 0.714236] Magic number: 6:984:834\n[ 0.715110] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:46 UTC (1539348646)\n[ 0.716761] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717912] EDD information not available.\n[ 0.793525] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794987] ata1.00: configured for MWDMA2\n[ 0.796227] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.808911] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810125] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811367] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813236] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814737] Write protecting the kernel read-only data: 14336k\n[ 0.816290] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818088] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.192613] 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.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.66s]\n"} 2018-10-12 12:51:57,319 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action used request id req-4820b998-b924-4d0e-a442-6b78668531b5 2018-10-12 12:51:57,366 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:51: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-6b0c4f22-f5a8-42ae-99a4-5eea70b17a27 x-compute-request-id: req-6b0c4f22-f5a8-42ae-99a4-5eea70b17a27 Content-Encoding: gzip Content-Length: 8100 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 540505183 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.138006] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.139779] pid_max: default: 32768 minimum: 301\n[ 0.140727] ACPI: Core revision 20150930\n[ 0.142158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143534] Security Framework initialized\n[ 0.144398] Yama: becoming mindful.\n[ 0.145183] AppArmor: AppArmor initialized\n[ 0.146070] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147488] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151607] Initializing cgroup subsys io\n[ 0.152471] Initializing cgroup subsys memory\n[ 0.153421] Initializing cgroup subsys devices\n[ 0.154348] Initializing cgroup subsys freezer\n[ 0.155295] Initializing cgroup subsys net_cls\n[ 0.156239] Initializing cgroup subsys perf_event\n[ 0.157251] Initializing cgroup subsys net_prio\n[ 0.158231] Initializing cgroup subsys hugetlb\n[ 0.159178] Initializing cgroup subsys pids\n[ 0.160110] CPU: Physical Processor ID: 0\n[ 0.161618] mce: CPU supports 10 MCE banks\n[ 0.162457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163440] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175438] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181885] ftrace: allocating 31920 entries in 125 pages\n[ 0.208859] smpboot: Max logical packages: 1\n[ 0.209702] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211033] x2apic enabled\n[ 0.211836] Switched APIC routing to physical x2apic.\n[ 0.213582] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216649] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218414] KVM setup paravirtual spinlock\n[ 0.219707] x86: Booted up 1 node, 1 CPUs\n[ 0.220523] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.221899] devtmpfs: initialized\n[ 0.223606] evm: security.selinux\n[ 0.224299] evm: security.SMACK64\n[ 0.224975] evm: security.SMACK64EXEC\n[ 0.225707] evm: security.SMACK64TRANSMUTE\n[ 0.226500] evm: security.SMACK64MMAP\n[ 0.227228] evm: security.ima\n[ 0.227864] evm: security.capability\n[ 0.228662] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230479] pinctrl core: initialized pinctrl subsystem\n[ 0.231558] RTC time: 12:50:31, date: 10/12/18\n[ 0.232505] NET: Registered protocol family 16\n[ 0.233463] cpuidle: using governor ladder\n[ 0.234270] cpuidle: using governor menu\n[ 0.235039] PCCT header not found.\n[ 0.235776] ACPI: bus type PCI registered\n[ 0.236567] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237782] PCI: Using configuration type 1 for base access\n[ 0.239518] ACPI: Added _OSI(Module Device)\n[ 0.240345] ACPI: Added _OSI(Processor Device)\n[ 0.241195] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242074] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244168] ACPI: Interpreter enabled\n[ 0.244923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252205] ACPI: (supports S0 S5)\n[ 0.252897] ACPI: Using IOAPIC for interrupt routing\n[ 0.254076] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257152] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258280] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259492] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260667] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262858] acpiphp: Slot [3] registered\n[ 0.263649] acpiphp: Slot [4] registered\n[ 0.264436] acpiphp: Slot [5] registered\n[ 0.265219] acpiphp: Slot [6] registered\n[ 0.265996] acpiphp: Slot [7] registered\n[ 0.266785] acpiphp: Slot [8] registered\n[ 0.267570] acpiphp: Slot [9] registered\n[ 0.268351] acpiphp: Slot [10] registered\n[ 0.269144] acpiphp: Slot [11] registered\n[ 0.269949] acpiphp: Slot [12] registered\n[ 0.270745] acpiphp: Slot [13] registered\n[ 0.271545] acpiphp: Slot [14] registered\n[ 0.272344] acpiphp: Slot [15] registered\n[ 0.283107] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284714] acpiphp: Slot [18] registered\n[ 0.285509] acpiphp: Slot [19] registered\n[ 0.286301] acpiphp: Slot [20] registered\n[ 0.287103] acpiphp: Slot [21] registered\n[ 0.287896] acpiphp: Slot [22] registered\n[ 0.288690] acpiphp: Slot [23] registered\n[ 0.289489] acpiphp: Slot [24] registered\n[ 0.290282] acpiphp: Slot [25] registered\n[ 0.291073] acpiphp: Slot [26] registered\n[ 0.291873] acpiphp: Slot [27] registered\n[ 0.292670] acpiphp: Slot [28] registered\n[ 0.293468] acpiphp: Slot [29] registered\n[ 0.294259] acpiphp: Slot [30] registered\n[ 0.295068] acpiphp: Slot [31] registered\n[ 0.295857] PCI host bridge to bus 0000:00\n[ 0.296657] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297843] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300440] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301860] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308297] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309555] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310701] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319415] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320807] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371585] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374360] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375725] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376944] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378639] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379668] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381193] vgaarb: loaded\n[ 0.381786] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382903] SCSI subsystem initialized\n[ 0.383709] ACPI: bus type USB registered\n[ 0.384512] usbcore: registered new interface driver usbfs\n[ 0.385527] usbcore: registered new interface driver hub\n[ 0.386518] usbcore: registered new device driver usb\n[ 0.387561] PCI: Using ACPI for IRQ routing\n[ 0.388569] NetLabel: Initializing\n[ 0.389271] NetLabel: domain hash size = 128\n[ 0.390113] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391044] NetLabel: unlabeled traffic allowed by default\n[ 0.392122] clocksource: Switched to clocksource kvm-clock\n[ 0.397515] AppArmor: AppArmor Filesystem Enabled\n[ 0.398458] pnp: PnP ACPI init\n[ 0.399352] pnp: PnP ACPI: found 5 devices\n[ 0.405711] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407394] NET: Registered protocol family 2\n[ 0.408368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409632] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410791] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411933] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412999] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414163] NET: Registered protocol family 1\n[ 0.415015] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416095] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431091] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445356] Trying to unpack rootfs image as initramfs...\n[ 0.495440] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509240] Scanning for low memory corruption every 60 seconds\n[ 0.510551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511676] audit: initializing netlink subsys (disabled)\n[ 0.512699] audit: type=2000 audit(1539348631.951:1): initialized\n[ 0.513987] Initialise system trusted keyring\n[ 0.514904] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516051] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517993] zbud: loaded\n[ 0.518692] VFS: Disk quotas dquot_6.6.0\n[ 0.519502] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521009] fuse init (API version 7.23)\n[ 0.521883] Key type big_key registered\n[ 0.522683] Allocating IMA MOK and blacklist keyrings.\n[ 0.524161] Key type asymmetric registered\n[ 0.525022] Asymmetric key parser 'x509' registered\n[ 0.525955] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527383] io scheduler noop registered\n[ 0.528174] io scheduler deadline registered (default)\n[ 0.529146] io scheduler cfq registered\n[ 0.529957] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530976] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532223] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533647] ACPI: Power Button [PWRF]\n[ 0.534459] GHES: HEST is not enabled!\n[ 0.549505] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580901] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604835] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608595] Linux agpgart interface v0.103\n[ 0.611737] brd: module loaded\n[ 0.613936] loop: module loaded\n[ 0.623819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626401] GPT:90111 != 2097151\n[ 0.627070] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628159] GPT:90111 != 2097151\n[ 0.628824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629775] vda: vda1 vda15\n[ 0.631182] scsi host0: ata_piix\n[ 0.631907] scsi host1: ata_piix\n[ 0.632624] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633826] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635259] libphy: Fixed MDIO Bus: probed\n[ 0.636063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639069] PPP generic driver version 2.4.2\n[ 0.639944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641231] ehci-pci: EHCI PCI platform driver\n[ 0.642088] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644181] ohci-pci: OHCI PCI platform driver\n[ 0.645038] ohci-platform: OHCI generic platform driver\n[ 0.646007] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660318] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662727] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664846] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666044] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667439] usb usb1: Product: UHCI Host Controller\n[ 0.668359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669484] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670505] hub 1-0:1.0: USB hub found\n[ 0.671272] hub 1-0:1.0: 2 ports detected\n[ 0.672168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674267] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676231] mousedev: PS/2 mouse device common for all mice\n[ 0.677464] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679273] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681544] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682711] i2c /dev entries driver\n[ 0.683468] device-mapper: uevent: version 1.0.3\n[ 0.684404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687333] NET: Registered protocol family 10\n[ 0.688334] NET: Registered protocol family 17\n[ 0.689210] Key type dns_resolver registered\n[ 0.690119] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691189] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692924] registered taskstats version 1\n[ 0.693750] Loading compiled-in X.509 certificates\n[ 0.695191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697023] zswap: loaded using pool lzo/zbud\n[ 0.698373] Key type trusted registered\n[ 0.700291] Key type encrypted registered\n[ 0.701103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702106] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703120] evm: HMAC attrs: 0x1\n[ 0.704032] Magic number: 6:984:834\n[ 0.704896] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:32 UTC (1539348632)\n[ 0.706485] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707580] EDD information not available.\n[ 0.788708] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790127] ata1.00: configured for MWDMA2\n[ 0.791303] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803854] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805392] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806858] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808952] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810796] Write protecting the kernel read-only data: 14336k\n[ 0.812606] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814716] 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.68\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.939876] 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.04s]\nping 10.10.10.8 OK\nping 10.10.10.8 OK\n"} 2018-10-12 12:51:57,367 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action used request id req-6b0c4f22-f5a8-42ae-99a4-5eea70b17a27 2018-10-12 12:51:58,311 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049c7d68f548f3365690a05ccb56d2a85b0b5ec4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:51:58,324 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da78e4837035bde3e9d6f24ff9610f334c3e104d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:51:58,372 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5b8b91d9589b097a6ac6aa7660b4a79df580d7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:51:59,379 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:51: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-95d3581c-f1c6-4ced-a000-501af70843f8 x-compute-request-id: req-95d3581c-f1c6-4ced-a000-501af70843f8 Content-Encoding: gzip Content-Length: 11140 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488712359 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128433] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130060] pid_max: default: 32768 minimum: 301\n[ 0.130940] ACPI: Core revision 20150930\n[ 0.132307] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133595] Security Framework initialized\n[ 0.134394] Yama: becoming mindful.\n[ 0.135107] AppArmor: AppArmor initialized\n[ 0.135959] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137269] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138521] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139707] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141064] Initializing cgroup subsys io\n[ 0.141866] Initializing cgroup subsys memory\n[ 0.142709] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144432] Initializing cgroup subsys net_cls\n[ 0.145279] Initializing cgroup subsys perf_event\n[ 0.146174] Initializing cgroup subsys net_prio\n[ 0.147053] Initializing cgroup subsys hugetlb\n[ 0.147921] Initializing cgroup subsys pids\n[ 0.148781] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151095] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152088] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162736] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169093] ftrace: allocating 31920 entries in 125 pages\n[ 0.195377] smpboot: Max logical packages: 1\n[ 0.196217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197550] x2apic enabled\n[ 0.198347] Switched APIC routing to physical x2apic.\n[ 0.200089] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203153] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204913] KVM setup paravirtual spinlock\n[ 0.206192] x86: Booted up 1 node, 1 CPUs\n[ 0.206994] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208379] devtmpfs: initialized\n[ 0.210082] evm: security.selinux\n[ 0.210776] evm: security.SMACK64\n[ 0.211454] evm: security.SMACK64EXEC\n[ 0.212183] evm: security.SMACK64TRANSMUTE\n[ 0.212975] evm: security.SMACK64MMAP\n[ 0.213706] evm: security.ima\n[ 0.214339] evm: security.capability\n[ 0.215133] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216954] pinctrl core: initialized pinctrl subsystem\n[ 0.218037] RTC time: 12:50:18, date: 10/12/18\n[ 0.218990] NET: Registered protocol family 16\n[ 0.219951] cpuidle: using governor ladder\n[ 0.220756] cpuidle: using governor menu\n[ 0.221527] PCCT header not found.\n[ 0.222260] ACPI: bus type PCI registered\n[ 0.223053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224275] PCI: Using configuration type 1 for base access\n[ 0.226014] ACPI: Added _OSI(Module Device)\n[ 0.226844] ACPI: Added _OSI(Processor Device)\n[ 0.227701] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228588] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230705] ACPI: Interpreter enabled\n[ 0.231463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235107] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238752] ACPI: (supports S0 S5)\n[ 0.239451] ACPI: Using IOAPIC for interrupt routing\n[ 0.240380] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243456] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244581] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245798] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246978] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249170] acpiphp: Slot [3] registered\n[ 0.249970] acpiphp: Slot [4] registered\n[ 0.250765] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252349] acpiphp: Slot [7] registered\n[ 0.253144] acpiphp: Slot [8] registered\n[ 0.253937] acpiphp: Slot [9] registered\n[ 0.254722] acpiphp: Slot [10] registered\n[ 0.255518] acpiphp: Slot [11] registered\n[ 0.256327] acpiphp: Slot [12] registered\n[ 0.257134] acpiphp: Slot [13] registered\n[ 0.257934] acpiphp: Slot [14] registered\n[ 0.258734] acpiphp: Slot [15] registered\n[ 0.269921] acpiphp: Slot [16] registered\n[ 0.270726] acpiphp: Slot [17] registered\n[ 0.271525] acpiphp: Slot [18] registered\n[ 0.272317] acpiphp: Slot [19] registered\n[ 0.273120] acpiphp: Slot [20] registered\n[ 0.273925] acpiphp: Slot [21] registered\n[ 0.274725] acpiphp: Slot [22] registered\n[ 0.275524] acpiphp: Slot [23] registered\n[ 0.276320] acpiphp: Slot [24] registered\n[ 0.277121] acpiphp: Slot [25] registered\n[ 0.277926] acpiphp: Slot [26] registered\n[ 0.278726] acpiphp: Slot [27] registered\n[ 0.279527] acpiphp: Slot [28] registered\n[ 0.280325] acpiphp: Slot [29] registered\n[ 0.281124] acpiphp: Slot [30] registered\n[ 0.281929] acpiphp: Slot [31] registered\n[ 0.282730] PCI host bridge to bus 0000:00\n[ 0.283528] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285912] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287337] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288767] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295105] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296377] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352599] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354087] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355514] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356927] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358305] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361915] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363446] vgaarb: loaded\n[ 0.364039] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365170] SCSI subsystem initialized\n[ 0.365984] ACPI: bus type USB registered\n[ 0.366801] usbcore: registered new interface driver usbfs\n[ 0.367817] usbcore: registered new interface driver hub\n[ 0.368815] usbcore: registered new device driver usb\n[ 0.369869] PCI: Using ACPI for IRQ routing\n[ 0.370885] NetLabel: Initializing\n[ 0.371591] NetLabel: domain hash size = 128\n[ 0.372431] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373367] NetLabel: unlabeled traffic allowed by default\n[ 0.374451] clocksource: Switched to clocksource kvm-clock\n[ 0.379848] AppArmor: AppArmor Filesystem Enabled\n[ 0.380823] pnp: PnP ACPI init\n[ 0.381735] pnp: PnP ACPI: found 5 devices\n[ 0.388101] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389802] NET: Registered protocol family 2\n[ 0.390761] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392038] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393206] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394366] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395456] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396628] NET: Registered protocol family 1\n[ 0.397499] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398601] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399675] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413700] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427888] Trying to unpack rootfs image as initramfs...\n[ 0.477729] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491540] Scanning for low memory corruption every 60 seconds\n[ 0.492867] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494016] audit: initializing netlink subsys (disabled)\n[ 0.495042] audit: type=2000 audit(1539348618.928:1): initialized\n[ 0.496342] Initialise system trusted keyring\n[ 0.497267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500395] zbud: loaded\n[ 0.501092] VFS: Disk quotas dquot_6.6.0\n[ 0.501925] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503445] fuse init (API version 7.23)\n[ 0.504323] Key type big_key registered\n[ 0.505122] Allocating IMA MOK and blacklist keyrings.\n[ 0.506603] Key type asymmetric registered\n[ 0.507427] Asymmetric key parser 'x509' registered\n[ 0.508374] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509829] io scheduler noop registered\n[ 0.510630] io scheduler deadline registered (default)\n[ 0.511615] io scheduler cfq registered\n[ 0.512443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513480] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514744] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516195] ACPI: Power Button [PWRF]\n[ 0.517021] GHES: HEST is not enabled!\n[ 0.530518] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589002] Linux agpgart interface v0.103\n[ 0.591106] brd: module loaded\n[ 0.592280] loop: module loaded\n[ 0.597320] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598774] GPT:90111 != 2097151\n[ 0.599450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600530] GPT:90111 != 2097151\n[ 0.601192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602143] vda: vda1 vda15\n[ 0.603880] scsi host0: ata_piix\n[ 0.604612] scsi host1: ata_piix\n[ 0.605316] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606542] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607988] libphy: Fixed MDIO Bus: probed\n[ 0.608806] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609745] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611987] PPP generic driver version 2.4.2\n[ 0.612869] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614205] ehci-pci: EHCI PCI platform driver\n[ 0.615082] ehci-platform: EHCI generic platform driver\n[ 0.616067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617178] ohci-pci: OHCI PCI platform driver\n[ 0.618847] ohci-platform: OHCI generic platform driver\n[ 0.620823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637750] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639410] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640839] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641863] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644180] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645579] usb usb1: Product: UHCI Host Controller\n[ 0.646507] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647695] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648647] hub 1-0:1.0: USB hub found\n[ 0.649420] hub 1-0:1.0: 2 ports detected\n[ 0.650305] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653391] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654410] mousedev: PS/2 mouse device common for all mice\n[ 0.655690] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657522] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659813] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660988] i2c /dev entries driver\n[ 0.661753] device-mapper: uevent: version 1.0.3\n[ 0.662697] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664302] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665586] NET: Registered protocol family 10\n[ 0.666579] NET: Registered protocol family 17\n[ 0.667461] Key type dns_resolver registered\n[ 0.668378] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671210] registered taskstats version 1\n[ 0.672037] Loading compiled-in X.509 certificates\n[ 0.673469] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675309] zswap: loaded using pool lzo/zbud\n[ 0.676689] Key type trusted registered\n[ 0.678236] Key type encrypted registered\n[ 0.679066] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680086] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681112] evm: HMAC attrs: 0x1\n[ 0.682056] Magic number: 6:984:834\n[ 0.682912] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:19 UTC (1539348619)\n[ 0.684490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685611] EDD information not available.\n[ 0.767395] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768921] Write protecting the kernel read-only data: 14336k\n[ 0.780946] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.173288] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCE1Scd1P3+i75OvmjpEHO2w2g/9TaVI7Zy6p1AY5bXYIPcp4wjJdQaNI/Jw+AJLBMUa36zi6qojNqjWCSZuAzgJiVRokAMKzLL+xM2J1oUn+F6mzGRfC1qFU8qfLdLWP/hwpeFC0Wmr4Z0th7JrNXjDGjNQ+gQ5458S6Icuhz1dWsgX3tYJz/Y1+c2I0xtmv4VV1CrirAtU22XlJ4X00iZ4YKvEdPxb8+dvRm5uKXs/Tse7fCWkXV4EPK9FIr+6uZwYmHkCdP6d0TFjrHyf8bJhBvVnTpOwaXSCRC9uKa/xLKDtc/j6OxGjKLdGYYg7+QmnDBHSyahtPjyC542a8Mx root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBANg49xIlDltamwGgm2P/eKpNTaiZUtVyXfk83rVoddrTWqsIPUVtdnoB0gjZjGflLklBgrs3jPVmpzrOn3KfK63ZrTdjQ/Xe5RSPO6TRfImB6bxlvFHfoLoDzEY09IM5pmKHiR9m6fFNyaw5n1T5SAwRuVAZIxNTqr2vKs9SmPJBAAAAFQC54X1vR+6fU3rT2OA8l0lGFo1uDwAAAIEAp3uHVAn7842aybueXkX/Nile/1DqKilMdMkaBfFR+ueM38msM31K3IznEIvSYt0ZYN8MLfVXrwuWpuYhX/08dAj0pf1xoTCcMdqV9XeEQyQQ/r4YTrfEHrqZxKogwmTkJhgiKP4qWvGt6JbpNMmrJo+hn+WdVbkvrO/MgbpVq+AAAACBAMyib2H5bUTQCBOIP0NeSkqa4hnHVC+wNjQrpU900Vc5XkRDqwyWtvsODr91/jLZti+dktywcx1A/6hEVa8iKtMoslaFh0DDfvPhXO6OyyYphrB2u6lSko7YhZwEG8H2Lx6/A4XFsDEMUCGBVqP5WwN8a3Vx3ig9cKrNeXoG/a+/ root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fea2:5259/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.37 ===\n/dev/root resized successfully [took 2.22s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:52:59 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:5259/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 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:7815 (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-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.119455] usb 1-1: Product: QEMU USB Tablet\n[ 1.119456] usb 1-1: Manufacturer: QEMU\n[ 1.119457] usb 1-1: SerialNumber: 42\n[ 1.132600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.154778] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.173288] random: dd urandom read with 5 bits of entropy available\n[ 1.490513] tsc: Refined TSC clocksource calibration: 3491.906 MHz\n[ 1.490515] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\n[ 3.491210] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.196858] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 12 13:50:19 cirros kern.info kernel: [ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.793704] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 12 13:50:19 cirros kern.info kernel: [ 0.793706] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 12 13:50:19 cirros kern.info kernel: [ 0.795370] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 12 13:50:19 cirros kern.info kernel: [ 0.798263] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 12 13:50:19 cirros kern.info kernel: [ 0.800240] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 12 13:50:19 cirros kern.info kernel: [ 0.823836] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:50:19 cirros kern.info kernel: [ 0.824726] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.825807] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:50:19 cirros kern.info kernel: [ 0.888068] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.958474] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119451] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119454] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119455] usb 1-1: Product: QEMU USB Tablet\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119456] usb 1-1: Manufacturer: QEMU\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119457] usb 1-1: SerialNumber: 42\nOct 12 13:50:19 cirros kern.info kernel: [ 1.132600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:50:19 cirros kern.info kernel: [ 1.154778] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:50:19 cirros kern.notice kernel: [ 1.173288] random: dd urandom read with 5 bits of entropy available\nOct 12 13:50:20 cirros kern.info kernel: [ 1.490513] tsc: Refined TSC clocksource calibration: 3491.906 MHz\nOct 12 13:50:20 cirros kern.info kernel: [ 1.490515] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\nOct 12 13:50:21 cirros auth.notice su: + /dev/console root:cirros\nOct 12 13:50:22 cirros authpriv.info dropbear[340]: Running in background\nOct 12 13:50:22 cirros kern.info kernel: [ 3.491210] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 12 13:50:23 cirros kern.info kernel: [ 4.196858] 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-10-12 12:51:59,379 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action used request id req-95d3581c-f1c6-4ced-a000-501af70843f8 2018-10-12 12:51:59,393 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:51: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-98908aa4-8613-4dba-9742-f93919330e49 x-compute-request-id: req-98908aa4-8613-4dba-9742-f93919330e49 Content-Encoding: gzip Content-Length: 8103 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518383433 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132487] pid_max: default: 32768 minimum: 301\n[ 0.133355] ACPI: Core revision 20150930\n[ 0.134713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135983] Security Framework initialized\n[ 0.136774] Yama: becoming mindful.\n[ 0.137482] AppArmor: AppArmor initialized\n[ 0.138328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139627] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140862] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142031] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143383] Initializing cgroup subsys io\n[ 0.144170] Initializing cgroup subsys memory\n[ 0.145020] Initializing cgroup subsys devices\n[ 0.145864] Initializing cgroup subsys freezer\n[ 0.146713] Initializing cgroup subsys net_cls\n[ 0.147558] Initializing cgroup subsys perf_event\n[ 0.148439] Initializing cgroup subsys net_prio\n[ 0.149293] Initializing cgroup subsys hugetlb\n[ 0.150139] Initializing cgroup subsys pids\n[ 0.151007] CPU: Physical Processor ID: 0\n[ 0.152510] mce: CPU supports 10 MCE banks\n[ 0.153334] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164855] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171135] ftrace: allocating 31920 entries in 125 pages\n[ 0.197123] smpboot: Max logical packages: 1\n[ 0.197958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199296] x2apic enabled\n[ 0.200084] Switched APIC routing to physical x2apic.\n[ 0.201804] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202897] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204834] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206569] KVM setup paravirtual spinlock\n[ 0.207841] x86: Booted up 1 node, 1 CPUs\n[ 0.208631] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209982] devtmpfs: initialized\n[ 0.211677] evm: security.selinux\n[ 0.212361] evm: security.SMACK64\n[ 0.213032] evm: security.SMACK64EXEC\n[ 0.213759] evm: security.SMACK64TRANSMUTE\n[ 0.214549] evm: security.SMACK64MMAP\n[ 0.215273] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218495] pinctrl core: initialized pinctrl subsystem\n[ 0.219557] RTC time: 12:50:45, date: 10/12/18\n[ 0.220505] NET: Registered protocol family 16\n[ 0.221458] cpuidle: using governor ladder\n[ 0.222255] cpuidle: using governor menu\n[ 0.223017] PCCT header not found.\n[ 0.223758] ACPI: bus type PCI registered\n[ 0.224545] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225753] PCI: Using configuration type 1 for base access\n[ 0.227477] ACPI: Added _OSI(Module Device)\n[ 0.228295] ACPI: Added _OSI(Processor Device)\n[ 0.229136] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230010] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232105] ACPI: Interpreter enabled\n[ 0.232854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240032] ACPI: (supports S0 S5)\n[ 0.240720] ACPI: Using IOAPIC for interrupt routing\n[ 0.241750] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244798] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245938] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247150] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248309] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250466] acpiphp: Slot [3] registered\n[ 0.251243] acpiphp: Slot [4] registered\n[ 0.252015] acpiphp: Slot [5] registered\n[ 0.252792] acpiphp: Slot [6] registered\n[ 0.253565] acpiphp: Slot [7] registered\n[ 0.254347] acpiphp: Slot [8] registered\n[ 0.255122] acpiphp: Slot [9] registered\n[ 0.255907] acpiphp: Slot [10] registered\n[ 0.256701] acpiphp: Slot [11] registered\n[ 0.257489] acpiphp: Slot [12] registered\n[ 0.258282] acpiphp: Slot [13] registered\n[ 0.259071] acpiphp: Slot [14] registered\n[ 0.259860] acpiphp: Slot [15] registered\n[ 0.270520] acpiphp: Slot [16] registered\n[ 0.271320] acpiphp: Slot [17] registered\n[ 0.272103] acpiphp: Slot [18] registered\n[ 0.272892] acpiphp: Slot [19] registered\n[ 0.273678] acpiphp: Slot [20] registered\n[ 0.274463] acpiphp: Slot [21] registered\n[ 0.275255] acpiphp: Slot [22] registered\n[ 0.276038] acpiphp: Slot [23] registered\n[ 0.276825] acpiphp: Slot [24] registered\n[ 0.277614] acpiphp: Slot [25] registered\n[ 0.278398] acpiphp: Slot [26] registered\n[ 0.279185] acpiphp: Slot [27] registered\n[ 0.279980] acpiphp: Slot [28] registered\n[ 0.280772] acpiphp: Slot [29] registered\n[ 0.281561] acpiphp: Slot [30] registered\n[ 0.282367] acpiphp: Slot [31] registered\n[ 0.283148] PCI host bridge to bus 0000:00\n[ 0.283934] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285115] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286288] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287691] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289089] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296483] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297618] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298844] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305158] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306567] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351890] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354752] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357888] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361246] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362822] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365064] vgaarb: loaded\n[ 0.365889] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367476] SCSI subsystem initialized\n[ 0.368651] ACPI: bus type USB registered\n[ 0.369840] usbcore: registered new interface driver usbfs\n[ 0.371347] usbcore: registered new interface driver hub\n[ 0.372846] usbcore: registered new device driver usb\n[ 0.374353] PCI: Using ACPI for IRQ routing\n[ 0.375751] NetLabel: Initializing\n[ 0.376748] NetLabel: domain hash size = 128\n[ 0.377997] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379401] NetLabel: unlabeled traffic allowed by default\n[ 0.380984] clocksource: Switched to clocksource kvm-clock\n[ 0.387002] AppArmor: AppArmor Filesystem Enabled\n[ 0.388403] pnp: PnP ACPI init\n[ 0.389615] pnp: PnP ACPI: found 5 devices\n[ 0.396366] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398904] NET: Registered protocol family 2\n[ 0.400201] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402067] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403808] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405549] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408875] NET: Registered protocol family 1\n[ 0.410129] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411768] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413350] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427575] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441965] Trying to unpack rootfs image as initramfs...\n[ 0.491936] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506345] Scanning for low memory corruption every 60 seconds\n[ 0.508111] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509732] audit: initializing netlink subsys (disabled)\n[ 0.511207] audit: type=2000 audit(1539348646.340:1): initialized\n[ 0.513075] Initialise system trusted keyring\n[ 0.514360] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516068] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.518576] zbud: loaded\n[ 0.519532] VFS: Disk quotas dquot_6.6.0\n[ 0.520693] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522755] fuse init (API version 7.23)\n[ 0.523987] Key type big_key registered\n[ 0.525138] Allocating IMA MOK and blacklist keyrings.\n[ 0.526654] Key type asymmetric registered\n[ 0.527757] Asymmetric key parser 'x509' registered\n[ 0.529177] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531673] io scheduler noop registered\n[ 0.532757] io scheduler deadline registered (default)\n[ 0.534168] io scheduler cfq registered\n[ 0.535340] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536884] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.538728] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.540795] ACPI: Power Button [PWRF]\n[ 0.541960] GHES: HEST is not enabled!\n[ 0.555762] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586702] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589908] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613412] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616242] Linux agpgart interface v0.103\n[ 0.618647] brd: module loaded\n[ 0.620105] loop: module loaded\n[ 0.625458] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627467] GPT:90111 != 2097151\n[ 0.628406] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629991] GPT:90111 != 2097151\n[ 0.630891] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632288] vda: vda1 vda15\n[ 0.634019] scsi host0: ata_piix\n[ 0.635013] scsi host1: ata_piix\n[ 0.635987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639589] libphy: Fixed MDIO Bus: probed\n[ 0.640739] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642093] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645631] PPP generic driver version 2.4.2\n[ 0.646943] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648170] ehci-pci: EHCI PCI platform driver\n[ 0.649057] ehci-platform: EHCI generic platform driver\n[ 0.650038] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651165] ohci-pci: OHCI PCI platform driver\n[ 0.652044] ohci-platform: OHCI generic platform driver\n[ 0.653062] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667659] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668706] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670235] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672456] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673737] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675211] usb usb1: Product: UHCI Host Controller\n[ 0.676181] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678471] hub 1-0:1.0: USB hub found\n[ 0.679280] hub 1-0:1.0: 2 ports detected\n[ 0.680226] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682412] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683402] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684483] mousedev: PS/2 mouse device common for all mice\n[ 0.685787] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688831] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691376] i2c /dev entries driver\n[ 0.692166] device-mapper: uevent: version 1.0.3\n[ 0.693151] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694838] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696188] NET: Registered protocol family 10\n[ 0.697253] NET: Registered protocol family 17\n[ 0.698171] Key type dns_resolver registered\n[ 0.699133] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700276] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702093] registered taskstats version 1\n[ 0.702952] Loading compiled-in X.509 certificates\n[ 0.704428] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706365] zswap: loaded using pool lzo/zbud\n[ 0.708319] Key type trusted registered\n[ 0.709909] Key type encrypted registered\n[ 0.710771] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712888] evm: HMAC attrs: 0x1\n[ 0.714236] Magic number: 6:984:834\n[ 0.715110] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:46 UTC (1539348646)\n[ 0.716761] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717912] EDD information not available.\n[ 0.793525] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794987] ata1.00: configured for MWDMA2\n[ 0.796227] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.808911] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810125] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811367] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813236] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814737] Write protecting the kernel read-only data: 14336k\n[ 0.816290] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818088] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.192613] 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.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.66s]\nping 10.10.10.13 OK\n"} 2018-10-12 12:51:59,393 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action used request id req-98908aa4-8613-4dba-9742-f93919330e49 2018-10-12 12:51:59,442 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:51: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-400c0ea1-3dc0-41e0-aeec-79de2b434d29 x-compute-request-id: req-400c0ea1-3dc0-41e0-aeec-79de2b434d29 Content-Encoding: gzip Content-Length: 8100 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 540505183 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.138006] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.139779] pid_max: default: 32768 minimum: 301\n[ 0.140727] ACPI: Core revision 20150930\n[ 0.142158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143534] Security Framework initialized\n[ 0.144398] Yama: becoming mindful.\n[ 0.145183] AppArmor: AppArmor initialized\n[ 0.146070] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147488] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151607] Initializing cgroup subsys io\n[ 0.152471] Initializing cgroup subsys memory\n[ 0.153421] Initializing cgroup subsys devices\n[ 0.154348] Initializing cgroup subsys freezer\n[ 0.155295] Initializing cgroup subsys net_cls\n[ 0.156239] Initializing cgroup subsys perf_event\n[ 0.157251] Initializing cgroup subsys net_prio\n[ 0.158231] Initializing cgroup subsys hugetlb\n[ 0.159178] Initializing cgroup subsys pids\n[ 0.160110] CPU: Physical Processor ID: 0\n[ 0.161618] mce: CPU supports 10 MCE banks\n[ 0.162457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163440] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175438] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181885] ftrace: allocating 31920 entries in 125 pages\n[ 0.208859] smpboot: Max logical packages: 1\n[ 0.209702] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211033] x2apic enabled\n[ 0.211836] Switched APIC routing to physical x2apic.\n[ 0.213582] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216649] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218414] KVM setup paravirtual spinlock\n[ 0.219707] x86: Booted up 1 node, 1 CPUs\n[ 0.220523] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.221899] devtmpfs: initialized\n[ 0.223606] evm: security.selinux\n[ 0.224299] evm: security.SMACK64\n[ 0.224975] evm: security.SMACK64EXEC\n[ 0.225707] evm: security.SMACK64TRANSMUTE\n[ 0.226500] evm: security.SMACK64MMAP\n[ 0.227228] evm: security.ima\n[ 0.227864] evm: security.capability\n[ 0.228662] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230479] pinctrl core: initialized pinctrl subsystem\n[ 0.231558] RTC time: 12:50:31, date: 10/12/18\n[ 0.232505] NET: Registered protocol family 16\n[ 0.233463] cpuidle: using governor ladder\n[ 0.234270] cpuidle: using governor menu\n[ 0.235039] PCCT header not found.\n[ 0.235776] ACPI: bus type PCI registered\n[ 0.236567] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237782] PCI: Using configuration type 1 for base access\n[ 0.239518] ACPI: Added _OSI(Module Device)\n[ 0.240345] ACPI: Added _OSI(Processor Device)\n[ 0.241195] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242074] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244168] ACPI: Interpreter enabled\n[ 0.244923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252205] ACPI: (supports S0 S5)\n[ 0.252897] ACPI: Using IOAPIC for interrupt routing\n[ 0.254076] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257152] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258280] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259492] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260667] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262858] acpiphp: Slot [3] registered\n[ 0.263649] acpiphp: Slot [4] registered\n[ 0.264436] acpiphp: Slot [5] registered\n[ 0.265219] acpiphp: Slot [6] registered\n[ 0.265996] acpiphp: Slot [7] registered\n[ 0.266785] acpiphp: Slot [8] registered\n[ 0.267570] acpiphp: Slot [9] registered\n[ 0.268351] acpiphp: Slot [10] registered\n[ 0.269144] acpiphp: Slot [11] registered\n[ 0.269949] acpiphp: Slot [12] registered\n[ 0.270745] acpiphp: Slot [13] registered\n[ 0.271545] acpiphp: Slot [14] registered\n[ 0.272344] acpiphp: Slot [15] registered\n[ 0.283107] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284714] acpiphp: Slot [18] registered\n[ 0.285509] acpiphp: Slot [19] registered\n[ 0.286301] acpiphp: Slot [20] registered\n[ 0.287103] acpiphp: Slot [21] registered\n[ 0.287896] acpiphp: Slot [22] registered\n[ 0.288690] acpiphp: Slot [23] registered\n[ 0.289489] acpiphp: Slot [24] registered\n[ 0.290282] acpiphp: Slot [25] registered\n[ 0.291073] acpiphp: Slot [26] registered\n[ 0.291873] acpiphp: Slot [27] registered\n[ 0.292670] acpiphp: Slot [28] registered\n[ 0.293468] acpiphp: Slot [29] registered\n[ 0.294259] acpiphp: Slot [30] registered\n[ 0.295068] acpiphp: Slot [31] registered\n[ 0.295857] PCI host bridge to bus 0000:00\n[ 0.296657] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297843] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300440] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301860] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308297] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309555] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310701] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319415] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320807] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371585] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374360] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375725] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376944] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378639] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379668] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381193] vgaarb: loaded\n[ 0.381786] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382903] SCSI subsystem initialized\n[ 0.383709] ACPI: bus type USB registered\n[ 0.384512] usbcore: registered new interface driver usbfs\n[ 0.385527] usbcore: registered new interface driver hub\n[ 0.386518] usbcore: registered new device driver usb\n[ 0.387561] PCI: Using ACPI for IRQ routing\n[ 0.388569] NetLabel: Initializing\n[ 0.389271] NetLabel: domain hash size = 128\n[ 0.390113] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391044] NetLabel: unlabeled traffic allowed by default\n[ 0.392122] clocksource: Switched to clocksource kvm-clock\n[ 0.397515] AppArmor: AppArmor Filesystem Enabled\n[ 0.398458] pnp: PnP ACPI init\n[ 0.399352] pnp: PnP ACPI: found 5 devices\n[ 0.405711] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407394] NET: Registered protocol family 2\n[ 0.408368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409632] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410791] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411933] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412999] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414163] NET: Registered protocol family 1\n[ 0.415015] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416095] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431091] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445356] Trying to unpack rootfs image as initramfs...\n[ 0.495440] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509240] Scanning for low memory corruption every 60 seconds\n[ 0.510551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511676] audit: initializing netlink subsys (disabled)\n[ 0.512699] audit: type=2000 audit(1539348631.951:1): initialized\n[ 0.513987] Initialise system trusted keyring\n[ 0.514904] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516051] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517993] zbud: loaded\n[ 0.518692] VFS: Disk quotas dquot_6.6.0\n[ 0.519502] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521009] fuse init (API version 7.23)\n[ 0.521883] Key type big_key registered\n[ 0.522683] Allocating IMA MOK and blacklist keyrings.\n[ 0.524161] Key type asymmetric registered\n[ 0.525022] Asymmetric key parser 'x509' registered\n[ 0.525955] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527383] io scheduler noop registered\n[ 0.528174] io scheduler deadline registered (default)\n[ 0.529146] io scheduler cfq registered\n[ 0.529957] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530976] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532223] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533647] ACPI: Power Button [PWRF]\n[ 0.534459] GHES: HEST is not enabled!\n[ 0.549505] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580901] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604835] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608595] Linux agpgart interface v0.103\n[ 0.611737] brd: module loaded\n[ 0.613936] loop: module loaded\n[ 0.623819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626401] GPT:90111 != 2097151\n[ 0.627070] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628159] GPT:90111 != 2097151\n[ 0.628824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629775] vda: vda1 vda15\n[ 0.631182] scsi host0: ata_piix\n[ 0.631907] scsi host1: ata_piix\n[ 0.632624] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633826] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635259] libphy: Fixed MDIO Bus: probed\n[ 0.636063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639069] PPP generic driver version 2.4.2\n[ 0.639944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641231] ehci-pci: EHCI PCI platform driver\n[ 0.642088] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644181] ohci-pci: OHCI PCI platform driver\n[ 0.645038] ohci-platform: OHCI generic platform driver\n[ 0.646007] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660318] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662727] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664846] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666044] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667439] usb usb1: Product: UHCI Host Controller\n[ 0.668359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669484] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670505] hub 1-0:1.0: USB hub found\n[ 0.671272] hub 1-0:1.0: 2 ports detected\n[ 0.672168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674267] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676231] mousedev: PS/2 mouse device common for all mice\n[ 0.677464] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679273] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681544] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682711] i2c /dev entries driver\n[ 0.683468] device-mapper: uevent: version 1.0.3\n[ 0.684404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687333] NET: Registered protocol family 10\n[ 0.688334] NET: Registered protocol family 17\n[ 0.689210] Key type dns_resolver registered\n[ 0.690119] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691189] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692924] registered taskstats version 1\n[ 0.693750] Loading compiled-in X.509 certificates\n[ 0.695191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697023] zswap: loaded using pool lzo/zbud\n[ 0.698373] Key type trusted registered\n[ 0.700291] Key type encrypted registered\n[ 0.701103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702106] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703120] evm: HMAC attrs: 0x1\n[ 0.704032] Magic number: 6:984:834\n[ 0.704896] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:32 UTC (1539348632)\n[ 0.706485] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707580] EDD information not available.\n[ 0.788708] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790127] ata1.00: configured for MWDMA2\n[ 0.791303] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803854] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805392] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806858] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808952] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810796] Write protecting the kernel read-only data: 14336k\n[ 0.812606] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814716] 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.68\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.939876] 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.04s]\nping 10.10.10.8 OK\nping 10.10.10.8 OK\n"} 2018-10-12 12:51:59,443 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action used request id req-400c0ea1-3dc0-41e0-aeec-79de2b434d29 2018-10-12 12:52:00,390 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049c7d68f548f3365690a05ccb56d2a85b0b5ec4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:00,404 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da78e4837035bde3e9d6f24ff9610f334c3e104d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:00,453 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5b8b91d9589b097a6ac6aa7660b4a79df580d7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:01,460 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-cceac250-2eca-4705-a627-242045ee2421 x-compute-request-id: req-cceac250-2eca-4705-a627-242045ee2421 Content-Encoding: gzip Content-Length: 11140 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488712359 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128433] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130060] pid_max: default: 32768 minimum: 301\n[ 0.130940] ACPI: Core revision 20150930\n[ 0.132307] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133595] Security Framework initialized\n[ 0.134394] Yama: becoming mindful.\n[ 0.135107] AppArmor: AppArmor initialized\n[ 0.135959] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137269] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138521] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139707] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141064] Initializing cgroup subsys io\n[ 0.141866] Initializing cgroup subsys memory\n[ 0.142709] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144432] Initializing cgroup subsys net_cls\n[ 0.145279] Initializing cgroup subsys perf_event\n[ 0.146174] Initializing cgroup subsys net_prio\n[ 0.147053] Initializing cgroup subsys hugetlb\n[ 0.147921] Initializing cgroup subsys pids\n[ 0.148781] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151095] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152088] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162736] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169093] ftrace: allocating 31920 entries in 125 pages\n[ 0.195377] smpboot: Max logical packages: 1\n[ 0.196217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197550] x2apic enabled\n[ 0.198347] Switched APIC routing to physical x2apic.\n[ 0.200089] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203153] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204913] KVM setup paravirtual spinlock\n[ 0.206192] x86: Booted up 1 node, 1 CPUs\n[ 0.206994] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208379] devtmpfs: initialized\n[ 0.210082] evm: security.selinux\n[ 0.210776] evm: security.SMACK64\n[ 0.211454] evm: security.SMACK64EXEC\n[ 0.212183] evm: security.SMACK64TRANSMUTE\n[ 0.212975] evm: security.SMACK64MMAP\n[ 0.213706] evm: security.ima\n[ 0.214339] evm: security.capability\n[ 0.215133] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216954] pinctrl core: initialized pinctrl subsystem\n[ 0.218037] RTC time: 12:50:18, date: 10/12/18\n[ 0.218990] NET: Registered protocol family 16\n[ 0.219951] cpuidle: using governor ladder\n[ 0.220756] cpuidle: using governor menu\n[ 0.221527] PCCT header not found.\n[ 0.222260] ACPI: bus type PCI registered\n[ 0.223053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224275] PCI: Using configuration type 1 for base access\n[ 0.226014] ACPI: Added _OSI(Module Device)\n[ 0.226844] ACPI: Added _OSI(Processor Device)\n[ 0.227701] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228588] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230705] ACPI: Interpreter enabled\n[ 0.231463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235107] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238752] ACPI: (supports S0 S5)\n[ 0.239451] ACPI: Using IOAPIC for interrupt routing\n[ 0.240380] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243456] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244581] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245798] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246978] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249170] acpiphp: Slot [3] registered\n[ 0.249970] acpiphp: Slot [4] registered\n[ 0.250765] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252349] acpiphp: Slot [7] registered\n[ 0.253144] acpiphp: Slot [8] registered\n[ 0.253937] acpiphp: Slot [9] registered\n[ 0.254722] acpiphp: Slot [10] registered\n[ 0.255518] acpiphp: Slot [11] registered\n[ 0.256327] acpiphp: Slot [12] registered\n[ 0.257134] acpiphp: Slot [13] registered\n[ 0.257934] acpiphp: Slot [14] registered\n[ 0.258734] acpiphp: Slot [15] registered\n[ 0.269921] acpiphp: Slot [16] registered\n[ 0.270726] acpiphp: Slot [17] registered\n[ 0.271525] acpiphp: Slot [18] registered\n[ 0.272317] acpiphp: Slot [19] registered\n[ 0.273120] acpiphp: Slot [20] registered\n[ 0.273925] acpiphp: Slot [21] registered\n[ 0.274725] acpiphp: Slot [22] registered\n[ 0.275524] acpiphp: Slot [23] registered\n[ 0.276320] acpiphp: Slot [24] registered\n[ 0.277121] acpiphp: Slot [25] registered\n[ 0.277926] acpiphp: Slot [26] registered\n[ 0.278726] acpiphp: Slot [27] registered\n[ 0.279527] acpiphp: Slot [28] registered\n[ 0.280325] acpiphp: Slot [29] registered\n[ 0.281124] acpiphp: Slot [30] registered\n[ 0.281929] acpiphp: Slot [31] registered\n[ 0.282730] PCI host bridge to bus 0000:00\n[ 0.283528] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285912] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287337] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288767] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295105] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296377] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352599] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354087] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355514] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356927] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358305] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361915] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363446] vgaarb: loaded\n[ 0.364039] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365170] SCSI subsystem initialized\n[ 0.365984] ACPI: bus type USB registered\n[ 0.366801] usbcore: registered new interface driver usbfs\n[ 0.367817] usbcore: registered new interface driver hub\n[ 0.368815] usbcore: registered new device driver usb\n[ 0.369869] PCI: Using ACPI for IRQ routing\n[ 0.370885] NetLabel: Initializing\n[ 0.371591] NetLabel: domain hash size = 128\n[ 0.372431] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373367] NetLabel: unlabeled traffic allowed by default\n[ 0.374451] clocksource: Switched to clocksource kvm-clock\n[ 0.379848] AppArmor: AppArmor Filesystem Enabled\n[ 0.380823] pnp: PnP ACPI init\n[ 0.381735] pnp: PnP ACPI: found 5 devices\n[ 0.388101] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389802] NET: Registered protocol family 2\n[ 0.390761] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392038] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393206] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394366] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395456] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396628] NET: Registered protocol family 1\n[ 0.397499] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398601] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399675] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413700] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427888] Trying to unpack rootfs image as initramfs...\n[ 0.477729] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491540] Scanning for low memory corruption every 60 seconds\n[ 0.492867] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494016] audit: initializing netlink subsys (disabled)\n[ 0.495042] audit: type=2000 audit(1539348618.928:1): initialized\n[ 0.496342] Initialise system trusted keyring\n[ 0.497267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500395] zbud: loaded\n[ 0.501092] VFS: Disk quotas dquot_6.6.0\n[ 0.501925] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503445] fuse init (API version 7.23)\n[ 0.504323] Key type big_key registered\n[ 0.505122] Allocating IMA MOK and blacklist keyrings.\n[ 0.506603] Key type asymmetric registered\n[ 0.507427] Asymmetric key parser 'x509' registered\n[ 0.508374] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509829] io scheduler noop registered\n[ 0.510630] io scheduler deadline registered (default)\n[ 0.511615] io scheduler cfq registered\n[ 0.512443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513480] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514744] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516195] ACPI: Power Button [PWRF]\n[ 0.517021] GHES: HEST is not enabled!\n[ 0.530518] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589002] Linux agpgart interface v0.103\n[ 0.591106] brd: module loaded\n[ 0.592280] loop: module loaded\n[ 0.597320] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598774] GPT:90111 != 2097151\n[ 0.599450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600530] GPT:90111 != 2097151\n[ 0.601192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602143] vda: vda1 vda15\n[ 0.603880] scsi host0: ata_piix\n[ 0.604612] scsi host1: ata_piix\n[ 0.605316] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606542] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607988] libphy: Fixed MDIO Bus: probed\n[ 0.608806] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609745] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611987] PPP generic driver version 2.4.2\n[ 0.612869] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614205] ehci-pci: EHCI PCI platform driver\n[ 0.615082] ehci-platform: EHCI generic platform driver\n[ 0.616067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617178] ohci-pci: OHCI PCI platform driver\n[ 0.618847] ohci-platform: OHCI generic platform driver\n[ 0.620823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637750] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639410] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640839] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641863] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644180] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645579] usb usb1: Product: UHCI Host Controller\n[ 0.646507] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647695] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648647] hub 1-0:1.0: USB hub found\n[ 0.649420] hub 1-0:1.0: 2 ports detected\n[ 0.650305] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653391] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654410] mousedev: PS/2 mouse device common for all mice\n[ 0.655690] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657522] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659813] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660988] i2c /dev entries driver\n[ 0.661753] device-mapper: uevent: version 1.0.3\n[ 0.662697] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664302] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665586] NET: Registered protocol family 10\n[ 0.666579] NET: Registered protocol family 17\n[ 0.667461] Key type dns_resolver registered\n[ 0.668378] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671210] registered taskstats version 1\n[ 0.672037] Loading compiled-in X.509 certificates\n[ 0.673469] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675309] zswap: loaded using pool lzo/zbud\n[ 0.676689] Key type trusted registered\n[ 0.678236] Key type encrypted registered\n[ 0.679066] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680086] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681112] evm: HMAC attrs: 0x1\n[ 0.682056] Magic number: 6:984:834\n[ 0.682912] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:19 UTC (1539348619)\n[ 0.684490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685611] EDD information not available.\n[ 0.767395] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768921] Write protecting the kernel read-only data: 14336k\n[ 0.780946] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.173288] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCE1Scd1P3+i75OvmjpEHO2w2g/9TaVI7Zy6p1AY5bXYIPcp4wjJdQaNI/Jw+AJLBMUa36zi6qojNqjWCSZuAzgJiVRokAMKzLL+xM2J1oUn+F6mzGRfC1qFU8qfLdLWP/hwpeFC0Wmr4Z0th7JrNXjDGjNQ+gQ5458S6Icuhz1dWsgX3tYJz/Y1+c2I0xtmv4VV1CrirAtU22XlJ4X00iZ4YKvEdPxb8+dvRm5uKXs/Tse7fCWkXV4EPK9FIr+6uZwYmHkCdP6d0TFjrHyf8bJhBvVnTpOwaXSCRC9uKa/xLKDtc/j6OxGjKLdGYYg7+QmnDBHSyahtPjyC542a8Mx root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBANg49xIlDltamwGgm2P/eKpNTaiZUtVyXfk83rVoddrTWqsIPUVtdnoB0gjZjGflLklBgrs3jPVmpzrOn3KfK63ZrTdjQ/Xe5RSPO6TRfImB6bxlvFHfoLoDzEY09IM5pmKHiR9m6fFNyaw5n1T5SAwRuVAZIxNTqr2vKs9SmPJBAAAAFQC54X1vR+6fU3rT2OA8l0lGFo1uDwAAAIEAp3uHVAn7842aybueXkX/Nile/1DqKilMdMkaBfFR+ueM38msM31K3IznEIvSYt0ZYN8MLfVXrwuWpuYhX/08dAj0pf1xoTCcMdqV9XeEQyQQ/r4YTrfEHrqZxKogwmTkJhgiKP4qWvGt6JbpNMmrJo+hn+WdVbkvrO/MgbpVq+AAAACBAMyib2H5bUTQCBOIP0NeSkqa4hnHVC+wNjQrpU900Vc5XkRDqwyWtvsODr91/jLZti+dktywcx1A/6hEVa8iKtMoslaFh0DDfvPhXO6OyyYphrB2u6lSko7YhZwEG8H2Lx6/A4XFsDEMUCGBVqP5WwN8a3Vx3ig9cKrNeXoG/a+/ root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fea2:5259/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.37 ===\n/dev/root resized successfully [took 2.22s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:52:59 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:5259/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 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:7815 (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-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.119455] usb 1-1: Product: QEMU USB Tablet\n[ 1.119456] usb 1-1: Manufacturer: QEMU\n[ 1.119457] usb 1-1: SerialNumber: 42\n[ 1.132600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.154778] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.173288] random: dd urandom read with 5 bits of entropy available\n[ 1.490513] tsc: Refined TSC clocksource calibration: 3491.906 MHz\n[ 1.490515] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\n[ 3.491210] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.196858] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 12 13:50:19 cirros kern.info kernel: [ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.793704] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 12 13:50:19 cirros kern.info kernel: [ 0.793706] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 12 13:50:19 cirros kern.info kernel: [ 0.795370] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 12 13:50:19 cirros kern.info kernel: [ 0.798263] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 12 13:50:19 cirros kern.info kernel: [ 0.800240] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 12 13:50:19 cirros kern.info kernel: [ 0.823836] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:50:19 cirros kern.info kernel: [ 0.824726] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.825807] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:50:19 cirros kern.info kernel: [ 0.888068] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.958474] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119451] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119454] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119455] usb 1-1: Product: QEMU USB Tablet\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119456] usb 1-1: Manufacturer: QEMU\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119457] usb 1-1: SerialNumber: 42\nOct 12 13:50:19 cirros kern.info kernel: [ 1.132600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:50:19 cirros kern.info kernel: [ 1.154778] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:50:19 cirros kern.notice kernel: [ 1.173288] random: dd urandom read with 5 bits of entropy available\nOct 12 13:50:20 cirros kern.info kernel: [ 1.490513] tsc: Refined TSC clocksource calibration: 3491.906 MHz\nOct 12 13:50:20 cirros kern.info kernel: [ 1.490515] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\nOct 12 13:50:21 cirros auth.notice su: + /dev/console root:cirros\nOct 12 13:50:22 cirros authpriv.info dropbear[340]: Running in background\nOct 12 13:50:22 cirros kern.info kernel: [ 3.491210] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 12 13:50:23 cirros kern.info kernel: [ 4.196858] 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-10-12 12:52:01,460 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action used request id req-cceac250-2eca-4705-a627-242045ee2421 2018-10-12 12:52:01,472 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-22096ebe-7e21-4e43-b3af-2a6725626933 x-compute-request-id: req-22096ebe-7e21-4e43-b3af-2a6725626933 Content-Encoding: gzip Content-Length: 8103 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518383433 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132487] pid_max: default: 32768 minimum: 301\n[ 0.133355] ACPI: Core revision 20150930\n[ 0.134713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135983] Security Framework initialized\n[ 0.136774] Yama: becoming mindful.\n[ 0.137482] AppArmor: AppArmor initialized\n[ 0.138328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139627] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140862] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142031] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143383] Initializing cgroup subsys io\n[ 0.144170] Initializing cgroup subsys memory\n[ 0.145020] Initializing cgroup subsys devices\n[ 0.145864] Initializing cgroup subsys freezer\n[ 0.146713] Initializing cgroup subsys net_cls\n[ 0.147558] Initializing cgroup subsys perf_event\n[ 0.148439] Initializing cgroup subsys net_prio\n[ 0.149293] Initializing cgroup subsys hugetlb\n[ 0.150139] Initializing cgroup subsys pids\n[ 0.151007] CPU: Physical Processor ID: 0\n[ 0.152510] mce: CPU supports 10 MCE banks\n[ 0.153334] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164855] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171135] ftrace: allocating 31920 entries in 125 pages\n[ 0.197123] smpboot: Max logical packages: 1\n[ 0.197958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199296] x2apic enabled\n[ 0.200084] Switched APIC routing to physical x2apic.\n[ 0.201804] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202897] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204834] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206569] KVM setup paravirtual spinlock\n[ 0.207841] x86: Booted up 1 node, 1 CPUs\n[ 0.208631] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209982] devtmpfs: initialized\n[ 0.211677] evm: security.selinux\n[ 0.212361] evm: security.SMACK64\n[ 0.213032] evm: security.SMACK64EXEC\n[ 0.213759] evm: security.SMACK64TRANSMUTE\n[ 0.214549] evm: security.SMACK64MMAP\n[ 0.215273] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218495] pinctrl core: initialized pinctrl subsystem\n[ 0.219557] RTC time: 12:50:45, date: 10/12/18\n[ 0.220505] NET: Registered protocol family 16\n[ 0.221458] cpuidle: using governor ladder\n[ 0.222255] cpuidle: using governor menu\n[ 0.223017] PCCT header not found.\n[ 0.223758] ACPI: bus type PCI registered\n[ 0.224545] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225753] PCI: Using configuration type 1 for base access\n[ 0.227477] ACPI: Added _OSI(Module Device)\n[ 0.228295] ACPI: Added _OSI(Processor Device)\n[ 0.229136] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230010] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232105] ACPI: Interpreter enabled\n[ 0.232854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240032] ACPI: (supports S0 S5)\n[ 0.240720] ACPI: Using IOAPIC for interrupt routing\n[ 0.241750] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244798] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245938] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247150] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248309] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250466] acpiphp: Slot [3] registered\n[ 0.251243] acpiphp: Slot [4] registered\n[ 0.252015] acpiphp: Slot [5] registered\n[ 0.252792] acpiphp: Slot [6] registered\n[ 0.253565] acpiphp: Slot [7] registered\n[ 0.254347] acpiphp: Slot [8] registered\n[ 0.255122] acpiphp: Slot [9] registered\n[ 0.255907] acpiphp: Slot [10] registered\n[ 0.256701] acpiphp: Slot [11] registered\n[ 0.257489] acpiphp: Slot [12] registered\n[ 0.258282] acpiphp: Slot [13] registered\n[ 0.259071] acpiphp: Slot [14] registered\n[ 0.259860] acpiphp: Slot [15] registered\n[ 0.270520] acpiphp: Slot [16] registered\n[ 0.271320] acpiphp: Slot [17] registered\n[ 0.272103] acpiphp: Slot [18] registered\n[ 0.272892] acpiphp: Slot [19] registered\n[ 0.273678] acpiphp: Slot [20] registered\n[ 0.274463] acpiphp: Slot [21] registered\n[ 0.275255] acpiphp: Slot [22] registered\n[ 0.276038] acpiphp: Slot [23] registered\n[ 0.276825] acpiphp: Slot [24] registered\n[ 0.277614] acpiphp: Slot [25] registered\n[ 0.278398] acpiphp: Slot [26] registered\n[ 0.279185] acpiphp: Slot [27] registered\n[ 0.279980] acpiphp: Slot [28] registered\n[ 0.280772] acpiphp: Slot [29] registered\n[ 0.281561] acpiphp: Slot [30] registered\n[ 0.282367] acpiphp: Slot [31] registered\n[ 0.283148] PCI host bridge to bus 0000:00\n[ 0.283934] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285115] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286288] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287691] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289089] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296483] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297618] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298844] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305158] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306567] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351890] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354752] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357888] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361246] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362822] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365064] vgaarb: loaded\n[ 0.365889] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367476] SCSI subsystem initialized\n[ 0.368651] ACPI: bus type USB registered\n[ 0.369840] usbcore: registered new interface driver usbfs\n[ 0.371347] usbcore: registered new interface driver hub\n[ 0.372846] usbcore: registered new device driver usb\n[ 0.374353] PCI: Using ACPI for IRQ routing\n[ 0.375751] NetLabel: Initializing\n[ 0.376748] NetLabel: domain hash size = 128\n[ 0.377997] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379401] NetLabel: unlabeled traffic allowed by default\n[ 0.380984] clocksource: Switched to clocksource kvm-clock\n[ 0.387002] AppArmor: AppArmor Filesystem Enabled\n[ 0.388403] pnp: PnP ACPI init\n[ 0.389615] pnp: PnP ACPI: found 5 devices\n[ 0.396366] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398904] NET: Registered protocol family 2\n[ 0.400201] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402067] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403808] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405549] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408875] NET: Registered protocol family 1\n[ 0.410129] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411768] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413350] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427575] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441965] Trying to unpack rootfs image as initramfs...\n[ 0.491936] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506345] Scanning for low memory corruption every 60 seconds\n[ 0.508111] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509732] audit: initializing netlink subsys (disabled)\n[ 0.511207] audit: type=2000 audit(1539348646.340:1): initialized\n[ 0.513075] Initialise system trusted keyring\n[ 0.514360] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516068] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.518576] zbud: loaded\n[ 0.519532] VFS: Disk quotas dquot_6.6.0\n[ 0.520693] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522755] fuse init (API version 7.23)\n[ 0.523987] Key type big_key registered\n[ 0.525138] Allocating IMA MOK and blacklist keyrings.\n[ 0.526654] Key type asymmetric registered\n[ 0.527757] Asymmetric key parser 'x509' registered\n[ 0.529177] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531673] io scheduler noop registered\n[ 0.532757] io scheduler deadline registered (default)\n[ 0.534168] io scheduler cfq registered\n[ 0.535340] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536884] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.538728] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.540795] ACPI: Power Button [PWRF]\n[ 0.541960] GHES: HEST is not enabled!\n[ 0.555762] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586702] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589908] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613412] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616242] Linux agpgart interface v0.103\n[ 0.618647] brd: module loaded\n[ 0.620105] loop: module loaded\n[ 0.625458] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627467] GPT:90111 != 2097151\n[ 0.628406] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629991] GPT:90111 != 2097151\n[ 0.630891] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632288] vda: vda1 vda15\n[ 0.634019] scsi host0: ata_piix\n[ 0.635013] scsi host1: ata_piix\n[ 0.635987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639589] libphy: Fixed MDIO Bus: probed\n[ 0.640739] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642093] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645631] PPP generic driver version 2.4.2\n[ 0.646943] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648170] ehci-pci: EHCI PCI platform driver\n[ 0.649057] ehci-platform: EHCI generic platform driver\n[ 0.650038] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651165] ohci-pci: OHCI PCI platform driver\n[ 0.652044] ohci-platform: OHCI generic platform driver\n[ 0.653062] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667659] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668706] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670235] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672456] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673737] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675211] usb usb1: Product: UHCI Host Controller\n[ 0.676181] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678471] hub 1-0:1.0: USB hub found\n[ 0.679280] hub 1-0:1.0: 2 ports detected\n[ 0.680226] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682412] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683402] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684483] mousedev: PS/2 mouse device common for all mice\n[ 0.685787] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688831] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691376] i2c /dev entries driver\n[ 0.692166] device-mapper: uevent: version 1.0.3\n[ 0.693151] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694838] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696188] NET: Registered protocol family 10\n[ 0.697253] NET: Registered protocol family 17\n[ 0.698171] Key type dns_resolver registered\n[ 0.699133] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700276] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702093] registered taskstats version 1\n[ 0.702952] Loading compiled-in X.509 certificates\n[ 0.704428] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706365] zswap: loaded using pool lzo/zbud\n[ 0.708319] Key type trusted registered\n[ 0.709909] Key type encrypted registered\n[ 0.710771] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712888] evm: HMAC attrs: 0x1\n[ 0.714236] Magic number: 6:984:834\n[ 0.715110] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:46 UTC (1539348646)\n[ 0.716761] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717912] EDD information not available.\n[ 0.793525] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794987] ata1.00: configured for MWDMA2\n[ 0.796227] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.808911] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810125] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811367] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813236] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814737] Write protecting the kernel read-only data: 14336k\n[ 0.816290] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818088] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.192613] 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.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.66s]\nping 10.10.10.13 OK\n"} 2018-10-12 12:52:01,472 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action used request id req-22096ebe-7e21-4e43-b3af-2a6725626933 2018-10-12 12:52:01,528 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-adcbe2ef-9c92-4601-b350-696d083f7dc4 x-compute-request-id: req-adcbe2ef-9c92-4601-b350-696d083f7dc4 Content-Encoding: gzip Content-Length: 8100 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 540505183 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.138006] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.139779] pid_max: default: 32768 minimum: 301\n[ 0.140727] ACPI: Core revision 20150930\n[ 0.142158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143534] Security Framework initialized\n[ 0.144398] Yama: becoming mindful.\n[ 0.145183] AppArmor: AppArmor initialized\n[ 0.146070] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147488] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151607] Initializing cgroup subsys io\n[ 0.152471] Initializing cgroup subsys memory\n[ 0.153421] Initializing cgroup subsys devices\n[ 0.154348] Initializing cgroup subsys freezer\n[ 0.155295] Initializing cgroup subsys net_cls\n[ 0.156239] Initializing cgroup subsys perf_event\n[ 0.157251] Initializing cgroup subsys net_prio\n[ 0.158231] Initializing cgroup subsys hugetlb\n[ 0.159178] Initializing cgroup subsys pids\n[ 0.160110] CPU: Physical Processor ID: 0\n[ 0.161618] mce: CPU supports 10 MCE banks\n[ 0.162457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163440] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175438] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181885] ftrace: allocating 31920 entries in 125 pages\n[ 0.208859] smpboot: Max logical packages: 1\n[ 0.209702] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211033] x2apic enabled\n[ 0.211836] Switched APIC routing to physical x2apic.\n[ 0.213582] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216649] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218414] KVM setup paravirtual spinlock\n[ 0.219707] x86: Booted up 1 node, 1 CPUs\n[ 0.220523] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.221899] devtmpfs: initialized\n[ 0.223606] evm: security.selinux\n[ 0.224299] evm: security.SMACK64\n[ 0.224975] evm: security.SMACK64EXEC\n[ 0.225707] evm: security.SMACK64TRANSMUTE\n[ 0.226500] evm: security.SMACK64MMAP\n[ 0.227228] evm: security.ima\n[ 0.227864] evm: security.capability\n[ 0.228662] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230479] pinctrl core: initialized pinctrl subsystem\n[ 0.231558] RTC time: 12:50:31, date: 10/12/18\n[ 0.232505] NET: Registered protocol family 16\n[ 0.233463] cpuidle: using governor ladder\n[ 0.234270] cpuidle: using governor menu\n[ 0.235039] PCCT header not found.\n[ 0.235776] ACPI: bus type PCI registered\n[ 0.236567] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237782] PCI: Using configuration type 1 for base access\n[ 0.239518] ACPI: Added _OSI(Module Device)\n[ 0.240345] ACPI: Added _OSI(Processor Device)\n[ 0.241195] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242074] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244168] ACPI: Interpreter enabled\n[ 0.244923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252205] ACPI: (supports S0 S5)\n[ 0.252897] ACPI: Using IOAPIC for interrupt routing\n[ 0.254076] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257152] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258280] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259492] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260667] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262858] acpiphp: Slot [3] registered\n[ 0.263649] acpiphp: Slot [4] registered\n[ 0.264436] acpiphp: Slot [5] registered\n[ 0.265219] acpiphp: Slot [6] registered\n[ 0.265996] acpiphp: Slot [7] registered\n[ 0.266785] acpiphp: Slot [8] registered\n[ 0.267570] acpiphp: Slot [9] registered\n[ 0.268351] acpiphp: Slot [10] registered\n[ 0.269144] acpiphp: Slot [11] registered\n[ 0.269949] acpiphp: Slot [12] registered\n[ 0.270745] acpiphp: Slot [13] registered\n[ 0.271545] acpiphp: Slot [14] registered\n[ 0.272344] acpiphp: Slot [15] registered\n[ 0.283107] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284714] acpiphp: Slot [18] registered\n[ 0.285509] acpiphp: Slot [19] registered\n[ 0.286301] acpiphp: Slot [20] registered\n[ 0.287103] acpiphp: Slot [21] registered\n[ 0.287896] acpiphp: Slot [22] registered\n[ 0.288690] acpiphp: Slot [23] registered\n[ 0.289489] acpiphp: Slot [24] registered\n[ 0.290282] acpiphp: Slot [25] registered\n[ 0.291073] acpiphp: Slot [26] registered\n[ 0.291873] acpiphp: Slot [27] registered\n[ 0.292670] acpiphp: Slot [28] registered\n[ 0.293468] acpiphp: Slot [29] registered\n[ 0.294259] acpiphp: Slot [30] registered\n[ 0.295068] acpiphp: Slot [31] registered\n[ 0.295857] PCI host bridge to bus 0000:00\n[ 0.296657] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297843] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300440] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301860] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308297] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309555] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310701] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319415] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320807] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371585] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374360] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375725] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376944] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378639] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379668] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381193] vgaarb: loaded\n[ 0.381786] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382903] SCSI subsystem initialized\n[ 0.383709] ACPI: bus type USB registered\n[ 0.384512] usbcore: registered new interface driver usbfs\n[ 0.385527] usbcore: registered new interface driver hub\n[ 0.386518] usbcore: registered new device driver usb\n[ 0.387561] PCI: Using ACPI for IRQ routing\n[ 0.388569] NetLabel: Initializing\n[ 0.389271] NetLabel: domain hash size = 128\n[ 0.390113] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391044] NetLabel: unlabeled traffic allowed by default\n[ 0.392122] clocksource: Switched to clocksource kvm-clock\n[ 0.397515] AppArmor: AppArmor Filesystem Enabled\n[ 0.398458] pnp: PnP ACPI init\n[ 0.399352] pnp: PnP ACPI: found 5 devices\n[ 0.405711] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407394] NET: Registered protocol family 2\n[ 0.408368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409632] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410791] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411933] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412999] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414163] NET: Registered protocol family 1\n[ 0.415015] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416095] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431091] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445356] Trying to unpack rootfs image as initramfs...\n[ 0.495440] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509240] Scanning for low memory corruption every 60 seconds\n[ 0.510551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511676] audit: initializing netlink subsys (disabled)\n[ 0.512699] audit: type=2000 audit(1539348631.951:1): initialized\n[ 0.513987] Initialise system trusted keyring\n[ 0.514904] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516051] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517993] zbud: loaded\n[ 0.518692] VFS: Disk quotas dquot_6.6.0\n[ 0.519502] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521009] fuse init (API version 7.23)\n[ 0.521883] Key type big_key registered\n[ 0.522683] Allocating IMA MOK and blacklist keyrings.\n[ 0.524161] Key type asymmetric registered\n[ 0.525022] Asymmetric key parser 'x509' registered\n[ 0.525955] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527383] io scheduler noop registered\n[ 0.528174] io scheduler deadline registered (default)\n[ 0.529146] io scheduler cfq registered\n[ 0.529957] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530976] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532223] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533647] ACPI: Power Button [PWRF]\n[ 0.534459] GHES: HEST is not enabled!\n[ 0.549505] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580901] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604835] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608595] Linux agpgart interface v0.103\n[ 0.611737] brd: module loaded\n[ 0.613936] loop: module loaded\n[ 0.623819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626401] GPT:90111 != 2097151\n[ 0.627070] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628159] GPT:90111 != 2097151\n[ 0.628824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629775] vda: vda1 vda15\n[ 0.631182] scsi host0: ata_piix\n[ 0.631907] scsi host1: ata_piix\n[ 0.632624] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633826] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635259] libphy: Fixed MDIO Bus: probed\n[ 0.636063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639069] PPP generic driver version 2.4.2\n[ 0.639944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641231] ehci-pci: EHCI PCI platform driver\n[ 0.642088] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644181] ohci-pci: OHCI PCI platform driver\n[ 0.645038] ohci-platform: OHCI generic platform driver\n[ 0.646007] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660318] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662727] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664846] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666044] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667439] usb usb1: Product: UHCI Host Controller\n[ 0.668359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669484] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670505] hub 1-0:1.0: USB hub found\n[ 0.671272] hub 1-0:1.0: 2 ports detected\n[ 0.672168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674267] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676231] mousedev: PS/2 mouse device common for all mice\n[ 0.677464] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679273] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681544] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682711] i2c /dev entries driver\n[ 0.683468] device-mapper: uevent: version 1.0.3\n[ 0.684404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687333] NET: Registered protocol family 10\n[ 0.688334] NET: Registered protocol family 17\n[ 0.689210] Key type dns_resolver registered\n[ 0.690119] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691189] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692924] registered taskstats version 1\n[ 0.693750] Loading compiled-in X.509 certificates\n[ 0.695191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697023] zswap: loaded using pool lzo/zbud\n[ 0.698373] Key type trusted registered\n[ 0.700291] Key type encrypted registered\n[ 0.701103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702106] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703120] evm: HMAC attrs: 0x1\n[ 0.704032] Magic number: 6:984:834\n[ 0.704896] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:32 UTC (1539348632)\n[ 0.706485] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707580] EDD information not available.\n[ 0.788708] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790127] ata1.00: configured for MWDMA2\n[ 0.791303] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803854] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805392] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806858] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808952] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810796] Write protecting the kernel read-only data: 14336k\n[ 0.812606] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814716] 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.68\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.939876] 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.04s]\nping 10.10.10.8 OK\nping 10.10.10.8 OK\n"} 2018-10-12 12:52:01,528 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action used request id req-adcbe2ef-9c92-4601-b350-696d083f7dc4 2018-10-12 12:52:02,466 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049c7d68f548f3365690a05ccb56d2a85b0b5ec4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:02,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da78e4837035bde3e9d6f24ff9610f334c3e104d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:02,533 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5b8b91d9589b097a6ac6aa7660b4a79df580d7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:03,535 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-2e1f892b-9148-4a1e-be99-d2fcc7566999 x-compute-request-id: req-2e1f892b-9148-4a1e-be99-d2fcc7566999 Content-Encoding: gzip Content-Length: 11140 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488712359 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128433] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130060] pid_max: default: 32768 minimum: 301\n[ 0.130940] ACPI: Core revision 20150930\n[ 0.132307] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133595] Security Framework initialized\n[ 0.134394] Yama: becoming mindful.\n[ 0.135107] AppArmor: AppArmor initialized\n[ 0.135959] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137269] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138521] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139707] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141064] Initializing cgroup subsys io\n[ 0.141866] Initializing cgroup subsys memory\n[ 0.142709] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144432] Initializing cgroup subsys net_cls\n[ 0.145279] Initializing cgroup subsys perf_event\n[ 0.146174] Initializing cgroup subsys net_prio\n[ 0.147053] Initializing cgroup subsys hugetlb\n[ 0.147921] Initializing cgroup subsys pids\n[ 0.148781] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151095] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152088] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162736] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169093] ftrace: allocating 31920 entries in 125 pages\n[ 0.195377] smpboot: Max logical packages: 1\n[ 0.196217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197550] x2apic enabled\n[ 0.198347] Switched APIC routing to physical x2apic.\n[ 0.200089] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203153] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204913] KVM setup paravirtual spinlock\n[ 0.206192] x86: Booted up 1 node, 1 CPUs\n[ 0.206994] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208379] devtmpfs: initialized\n[ 0.210082] evm: security.selinux\n[ 0.210776] evm: security.SMACK64\n[ 0.211454] evm: security.SMACK64EXEC\n[ 0.212183] evm: security.SMACK64TRANSMUTE\n[ 0.212975] evm: security.SMACK64MMAP\n[ 0.213706] evm: security.ima\n[ 0.214339] evm: security.capability\n[ 0.215133] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216954] pinctrl core: initialized pinctrl subsystem\n[ 0.218037] RTC time: 12:50:18, date: 10/12/18\n[ 0.218990] NET: Registered protocol family 16\n[ 0.219951] cpuidle: using governor ladder\n[ 0.220756] cpuidle: using governor menu\n[ 0.221527] PCCT header not found.\n[ 0.222260] ACPI: bus type PCI registered\n[ 0.223053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224275] PCI: Using configuration type 1 for base access\n[ 0.226014] ACPI: Added _OSI(Module Device)\n[ 0.226844] ACPI: Added _OSI(Processor Device)\n[ 0.227701] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228588] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230705] ACPI: Interpreter enabled\n[ 0.231463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235107] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238752] ACPI: (supports S0 S5)\n[ 0.239451] ACPI: Using IOAPIC for interrupt routing\n[ 0.240380] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243456] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244581] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245798] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246978] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249170] acpiphp: Slot [3] registered\n[ 0.249970] acpiphp: Slot [4] registered\n[ 0.250765] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252349] acpiphp: Slot [7] registered\n[ 0.253144] acpiphp: Slot [8] registered\n[ 0.253937] acpiphp: Slot [9] registered\n[ 0.254722] acpiphp: Slot [10] registered\n[ 0.255518] acpiphp: Slot [11] registered\n[ 0.256327] acpiphp: Slot [12] registered\n[ 0.257134] acpiphp: Slot [13] registered\n[ 0.257934] acpiphp: Slot [14] registered\n[ 0.258734] acpiphp: Slot [15] registered\n[ 0.269921] acpiphp: Slot [16] registered\n[ 0.270726] acpiphp: Slot [17] registered\n[ 0.271525] acpiphp: Slot [18] registered\n[ 0.272317] acpiphp: Slot [19] registered\n[ 0.273120] acpiphp: Slot [20] registered\n[ 0.273925] acpiphp: Slot [21] registered\n[ 0.274725] acpiphp: Slot [22] registered\n[ 0.275524] acpiphp: Slot [23] registered\n[ 0.276320] acpiphp: Slot [24] registered\n[ 0.277121] acpiphp: Slot [25] registered\n[ 0.277926] acpiphp: Slot [26] registered\n[ 0.278726] acpiphp: Slot [27] registered\n[ 0.279527] acpiphp: Slot [28] registered\n[ 0.280325] acpiphp: Slot [29] registered\n[ 0.281124] acpiphp: Slot [30] registered\n[ 0.281929] acpiphp: Slot [31] registered\n[ 0.282730] PCI host bridge to bus 0000:00\n[ 0.283528] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285912] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287337] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288767] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295105] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296377] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352599] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354087] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355514] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356927] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358305] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361915] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363446] vgaarb: loaded\n[ 0.364039] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365170] SCSI subsystem initialized\n[ 0.365984] ACPI: bus type USB registered\n[ 0.366801] usbcore: registered new interface driver usbfs\n[ 0.367817] usbcore: registered new interface driver hub\n[ 0.368815] usbcore: registered new device driver usb\n[ 0.369869] PCI: Using ACPI for IRQ routing\n[ 0.370885] NetLabel: Initializing\n[ 0.371591] NetLabel: domain hash size = 128\n[ 0.372431] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373367] NetLabel: unlabeled traffic allowed by default\n[ 0.374451] clocksource: Switched to clocksource kvm-clock\n[ 0.379848] AppArmor: AppArmor Filesystem Enabled\n[ 0.380823] pnp: PnP ACPI init\n[ 0.381735] pnp: PnP ACPI: found 5 devices\n[ 0.388101] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389802] NET: Registered protocol family 2\n[ 0.390761] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392038] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393206] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394366] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395456] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396628] NET: Registered protocol family 1\n[ 0.397499] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398601] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399675] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413700] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427888] Trying to unpack rootfs image as initramfs...\n[ 0.477729] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491540] Scanning for low memory corruption every 60 seconds\n[ 0.492867] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494016] audit: initializing netlink subsys (disabled)\n[ 0.495042] audit: type=2000 audit(1539348618.928:1): initialized\n[ 0.496342] Initialise system trusted keyring\n[ 0.497267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500395] zbud: loaded\n[ 0.501092] VFS: Disk quotas dquot_6.6.0\n[ 0.501925] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503445] fuse init (API version 7.23)\n[ 0.504323] Key type big_key registered\n[ 0.505122] Allocating IMA MOK and blacklist keyrings.\n[ 0.506603] Key type asymmetric registered\n[ 0.507427] Asymmetric key parser 'x509' registered\n[ 0.508374] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509829] io scheduler noop registered\n[ 0.510630] io scheduler deadline registered (default)\n[ 0.511615] io scheduler cfq registered\n[ 0.512443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513480] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514744] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516195] ACPI: Power Button [PWRF]\n[ 0.517021] GHES: HEST is not enabled!\n[ 0.530518] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589002] Linux agpgart interface v0.103\n[ 0.591106] brd: module loaded\n[ 0.592280] loop: module loaded\n[ 0.597320] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598774] GPT:90111 != 2097151\n[ 0.599450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600530] GPT:90111 != 2097151\n[ 0.601192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602143] vda: vda1 vda15\n[ 0.603880] scsi host0: ata_piix\n[ 0.604612] scsi host1: ata_piix\n[ 0.605316] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606542] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607988] libphy: Fixed MDIO Bus: probed\n[ 0.608806] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609745] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611987] PPP generic driver version 2.4.2\n[ 0.612869] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614205] ehci-pci: EHCI PCI platform driver\n[ 0.615082] ehci-platform: EHCI generic platform driver\n[ 0.616067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617178] ohci-pci: OHCI PCI platform driver\n[ 0.618847] ohci-platform: OHCI generic platform driver\n[ 0.620823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637750] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639410] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640839] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641863] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644180] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645579] usb usb1: Product: UHCI Host Controller\n[ 0.646507] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647695] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648647] hub 1-0:1.0: USB hub found\n[ 0.649420] hub 1-0:1.0: 2 ports detected\n[ 0.650305] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653391] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654410] mousedev: PS/2 mouse device common for all mice\n[ 0.655690] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657522] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659813] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660988] i2c /dev entries driver\n[ 0.661753] device-mapper: uevent: version 1.0.3\n[ 0.662697] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664302] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665586] NET: Registered protocol family 10\n[ 0.666579] NET: Registered protocol family 17\n[ 0.667461] Key type dns_resolver registered\n[ 0.668378] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671210] registered taskstats version 1\n[ 0.672037] Loading compiled-in X.509 certificates\n[ 0.673469] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675309] zswap: loaded using pool lzo/zbud\n[ 0.676689] Key type trusted registered\n[ 0.678236] Key type encrypted registered\n[ 0.679066] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680086] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681112] evm: HMAC attrs: 0x1\n[ 0.682056] Magic number: 6:984:834\n[ 0.682912] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:19 UTC (1539348619)\n[ 0.684490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685611] EDD information not available.\n[ 0.767395] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768921] Write protecting the kernel read-only data: 14336k\n[ 0.780946] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.173288] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCE1Scd1P3+i75OvmjpEHO2w2g/9TaVI7Zy6p1AY5bXYIPcp4wjJdQaNI/Jw+AJLBMUa36zi6qojNqjWCSZuAzgJiVRokAMKzLL+xM2J1oUn+F6mzGRfC1qFU8qfLdLWP/hwpeFC0Wmr4Z0th7JrNXjDGjNQ+gQ5458S6Icuhz1dWsgX3tYJz/Y1+c2I0xtmv4VV1CrirAtU22XlJ4X00iZ4YKvEdPxb8+dvRm5uKXs/Tse7fCWkXV4EPK9FIr+6uZwYmHkCdP6d0TFjrHyf8bJhBvVnTpOwaXSCRC9uKa/xLKDtc/j6OxGjKLdGYYg7+QmnDBHSyahtPjyC542a8Mx root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBANg49xIlDltamwGgm2P/eKpNTaiZUtVyXfk83rVoddrTWqsIPUVtdnoB0gjZjGflLklBgrs3jPVmpzrOn3KfK63ZrTdjQ/Xe5RSPO6TRfImB6bxlvFHfoLoDzEY09IM5pmKHiR9m6fFNyaw5n1T5SAwRuVAZIxNTqr2vKs9SmPJBAAAAFQC54X1vR+6fU3rT2OA8l0lGFo1uDwAAAIEAp3uHVAn7842aybueXkX/Nile/1DqKilMdMkaBfFR+ueM38msM31K3IznEIvSYt0ZYN8MLfVXrwuWpuYhX/08dAj0pf1xoTCcMdqV9XeEQyQQ/r4YTrfEHrqZxKogwmTkJhgiKP4qWvGt6JbpNMmrJo+hn+WdVbkvrO/MgbpVq+AAAACBAMyib2H5bUTQCBOIP0NeSkqa4hnHVC+wNjQrpU900Vc5XkRDqwyWtvsODr91/jLZti+dktywcx1A/6hEVa8iKtMoslaFh0DDfvPhXO6OyyYphrB2u6lSko7YhZwEG8H2Lx6/A4XFsDEMUCGBVqP5WwN8a3Vx3ig9cKrNeXoG/a+/ root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fea2:5259/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.37 ===\n/dev/root resized successfully [took 2.22s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:52:59 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:5259/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 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:7815 (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-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.119455] usb 1-1: Product: QEMU USB Tablet\n[ 1.119456] usb 1-1: Manufacturer: QEMU\n[ 1.119457] usb 1-1: SerialNumber: 42\n[ 1.132600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.154778] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.173288] random: dd urandom read with 5 bits of entropy available\n[ 1.490513] tsc: Refined TSC clocksource calibration: 3491.906 MHz\n[ 1.490515] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\n[ 3.491210] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.196858] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 12 13:50:19 cirros kern.info kernel: [ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.793704] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 12 13:50:19 cirros kern.info kernel: [ 0.793706] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 12 13:50:19 cirros kern.info kernel: [ 0.795370] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 12 13:50:19 cirros kern.info kernel: [ 0.798263] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 12 13:50:19 cirros kern.info kernel: [ 0.800240] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 12 13:50:19 cirros kern.info kernel: [ 0.823836] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:50:19 cirros kern.info kernel: [ 0.824726] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.825807] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:50:19 cirros kern.info kernel: [ 0.888068] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.958474] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119451] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119454] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119455] usb 1-1: Product: QEMU USB Tablet\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119456] usb 1-1: Manufacturer: QEMU\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119457] usb 1-1: SerialNumber: 42\nOct 12 13:50:19 cirros kern.info kernel: [ 1.132600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:50:19 cirros kern.info kernel: [ 1.154778] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:50:19 cirros kern.notice kernel: [ 1.173288] random: dd urandom read with 5 bits of entropy available\nOct 12 13:50:20 cirros kern.info kernel: [ 1.490513] tsc: Refined TSC clocksource calibration: 3491.906 MHz\nOct 12 13:50:20 cirros kern.info kernel: [ 1.490515] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\nOct 12 13:50:21 cirros auth.notice su: + /dev/console root:cirros\nOct 12 13:50:22 cirros authpriv.info dropbear[340]: Running in background\nOct 12 13:50:22 cirros kern.info kernel: [ 3.491210] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 12 13:50:23 cirros kern.info kernel: [ 4.196858] 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-10-12 12:52:03,536 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action used request id req-2e1f892b-9148-4a1e-be99-d2fcc7566999 2018-10-12 12:52:03,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-5257f5ec-b3ec-4548-ba21-5bca2a966a2f x-compute-request-id: req-5257f5ec-b3ec-4548-ba21-5bca2a966a2f Content-Encoding: gzip Content-Length: 8103 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518383433 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132487] pid_max: default: 32768 minimum: 301\n[ 0.133355] ACPI: Core revision 20150930\n[ 0.134713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135983] Security Framework initialized\n[ 0.136774] Yama: becoming mindful.\n[ 0.137482] AppArmor: AppArmor initialized\n[ 0.138328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139627] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140862] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142031] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143383] Initializing cgroup subsys io\n[ 0.144170] Initializing cgroup subsys memory\n[ 0.145020] Initializing cgroup subsys devices\n[ 0.145864] Initializing cgroup subsys freezer\n[ 0.146713] Initializing cgroup subsys net_cls\n[ 0.147558] Initializing cgroup subsys perf_event\n[ 0.148439] Initializing cgroup subsys net_prio\n[ 0.149293] Initializing cgroup subsys hugetlb\n[ 0.150139] Initializing cgroup subsys pids\n[ 0.151007] CPU: Physical Processor ID: 0\n[ 0.152510] mce: CPU supports 10 MCE banks\n[ 0.153334] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164855] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171135] ftrace: allocating 31920 entries in 125 pages\n[ 0.197123] smpboot: Max logical packages: 1\n[ 0.197958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199296] x2apic enabled\n[ 0.200084] Switched APIC routing to physical x2apic.\n[ 0.201804] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202897] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204834] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206569] KVM setup paravirtual spinlock\n[ 0.207841] x86: Booted up 1 node, 1 CPUs\n[ 0.208631] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209982] devtmpfs: initialized\n[ 0.211677] evm: security.selinux\n[ 0.212361] evm: security.SMACK64\n[ 0.213032] evm: security.SMACK64EXEC\n[ 0.213759] evm: security.SMACK64TRANSMUTE\n[ 0.214549] evm: security.SMACK64MMAP\n[ 0.215273] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218495] pinctrl core: initialized pinctrl subsystem\n[ 0.219557] RTC time: 12:50:45, date: 10/12/18\n[ 0.220505] NET: Registered protocol family 16\n[ 0.221458] cpuidle: using governor ladder\n[ 0.222255] cpuidle: using governor menu\n[ 0.223017] PCCT header not found.\n[ 0.223758] ACPI: bus type PCI registered\n[ 0.224545] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225753] PCI: Using configuration type 1 for base access\n[ 0.227477] ACPI: Added _OSI(Module Device)\n[ 0.228295] ACPI: Added _OSI(Processor Device)\n[ 0.229136] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230010] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232105] ACPI: Interpreter enabled\n[ 0.232854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240032] ACPI: (supports S0 S5)\n[ 0.240720] ACPI: Using IOAPIC for interrupt routing\n[ 0.241750] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244798] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245938] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247150] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248309] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250466] acpiphp: Slot [3] registered\n[ 0.251243] acpiphp: Slot [4] registered\n[ 0.252015] acpiphp: Slot [5] registered\n[ 0.252792] acpiphp: Slot [6] registered\n[ 0.253565] acpiphp: Slot [7] registered\n[ 0.254347] acpiphp: Slot [8] registered\n[ 0.255122] acpiphp: Slot [9] registered\n[ 0.255907] acpiphp: Slot [10] registered\n[ 0.256701] acpiphp: Slot [11] registered\n[ 0.257489] acpiphp: Slot [12] registered\n[ 0.258282] acpiphp: Slot [13] registered\n[ 0.259071] acpiphp: Slot [14] registered\n[ 0.259860] acpiphp: Slot [15] registered\n[ 0.270520] acpiphp: Slot [16] registered\n[ 0.271320] acpiphp: Slot [17] registered\n[ 0.272103] acpiphp: Slot [18] registered\n[ 0.272892] acpiphp: Slot [19] registered\n[ 0.273678] acpiphp: Slot [20] registered\n[ 0.274463] acpiphp: Slot [21] registered\n[ 0.275255] acpiphp: Slot [22] registered\n[ 0.276038] acpiphp: Slot [23] registered\n[ 0.276825] acpiphp: Slot [24] registered\n[ 0.277614] acpiphp: Slot [25] registered\n[ 0.278398] acpiphp: Slot [26] registered\n[ 0.279185] acpiphp: Slot [27] registered\n[ 0.279980] acpiphp: Slot [28] registered\n[ 0.280772] acpiphp: Slot [29] registered\n[ 0.281561] acpiphp: Slot [30] registered\n[ 0.282367] acpiphp: Slot [31] registered\n[ 0.283148] PCI host bridge to bus 0000:00\n[ 0.283934] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285115] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286288] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287691] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289089] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296483] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297618] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298844] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305158] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306567] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351890] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354752] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357888] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361246] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362822] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365064] vgaarb: loaded\n[ 0.365889] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367476] SCSI subsystem initialized\n[ 0.368651] ACPI: bus type USB registered\n[ 0.369840] usbcore: registered new interface driver usbfs\n[ 0.371347] usbcore: registered new interface driver hub\n[ 0.372846] usbcore: registered new device driver usb\n[ 0.374353] PCI: Using ACPI for IRQ routing\n[ 0.375751] NetLabel: Initializing\n[ 0.376748] NetLabel: domain hash size = 128\n[ 0.377997] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379401] NetLabel: unlabeled traffic allowed by default\n[ 0.380984] clocksource: Switched to clocksource kvm-clock\n[ 0.387002] AppArmor: AppArmor Filesystem Enabled\n[ 0.388403] pnp: PnP ACPI init\n[ 0.389615] pnp: PnP ACPI: found 5 devices\n[ 0.396366] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398904] NET: Registered protocol family 2\n[ 0.400201] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402067] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403808] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405549] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408875] NET: Registered protocol family 1\n[ 0.410129] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411768] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413350] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427575] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441965] Trying to unpack rootfs image as initramfs...\n[ 0.491936] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506345] Scanning for low memory corruption every 60 seconds\n[ 0.508111] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509732] audit: initializing netlink subsys (disabled)\n[ 0.511207] audit: type=2000 audit(1539348646.340:1): initialized\n[ 0.513075] Initialise system trusted keyring\n[ 0.514360] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516068] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.518576] zbud: loaded\n[ 0.519532] VFS: Disk quotas dquot_6.6.0\n[ 0.520693] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522755] fuse init (API version 7.23)\n[ 0.523987] Key type big_key registered\n[ 0.525138] Allocating IMA MOK and blacklist keyrings.\n[ 0.526654] Key type asymmetric registered\n[ 0.527757] Asymmetric key parser 'x509' registered\n[ 0.529177] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531673] io scheduler noop registered\n[ 0.532757] io scheduler deadline registered (default)\n[ 0.534168] io scheduler cfq registered\n[ 0.535340] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536884] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.538728] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.540795] ACPI: Power Button [PWRF]\n[ 0.541960] GHES: HEST is not enabled!\n[ 0.555762] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586702] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589908] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613412] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616242] Linux agpgart interface v0.103\n[ 0.618647] brd: module loaded\n[ 0.620105] loop: module loaded\n[ 0.625458] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627467] GPT:90111 != 2097151\n[ 0.628406] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629991] GPT:90111 != 2097151\n[ 0.630891] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632288] vda: vda1 vda15\n[ 0.634019] scsi host0: ata_piix\n[ 0.635013] scsi host1: ata_piix\n[ 0.635987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639589] libphy: Fixed MDIO Bus: probed\n[ 0.640739] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642093] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645631] PPP generic driver version 2.4.2\n[ 0.646943] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648170] ehci-pci: EHCI PCI platform driver\n[ 0.649057] ehci-platform: EHCI generic platform driver\n[ 0.650038] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651165] ohci-pci: OHCI PCI platform driver\n[ 0.652044] ohci-platform: OHCI generic platform driver\n[ 0.653062] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667659] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668706] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670235] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672456] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673737] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675211] usb usb1: Product: UHCI Host Controller\n[ 0.676181] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678471] hub 1-0:1.0: USB hub found\n[ 0.679280] hub 1-0:1.0: 2 ports detected\n[ 0.680226] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682412] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683402] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684483] mousedev: PS/2 mouse device common for all mice\n[ 0.685787] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688831] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691376] i2c /dev entries driver\n[ 0.692166] device-mapper: uevent: version 1.0.3\n[ 0.693151] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694838] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696188] NET: Registered protocol family 10\n[ 0.697253] NET: Registered protocol family 17\n[ 0.698171] Key type dns_resolver registered\n[ 0.699133] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700276] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702093] registered taskstats version 1\n[ 0.702952] Loading compiled-in X.509 certificates\n[ 0.704428] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706365] zswap: loaded using pool lzo/zbud\n[ 0.708319] Key type trusted registered\n[ 0.709909] Key type encrypted registered\n[ 0.710771] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712888] evm: HMAC attrs: 0x1\n[ 0.714236] Magic number: 6:984:834\n[ 0.715110] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:46 UTC (1539348646)\n[ 0.716761] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717912] EDD information not available.\n[ 0.793525] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794987] ata1.00: configured for MWDMA2\n[ 0.796227] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.808911] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810125] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811367] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813236] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814737] Write protecting the kernel read-only data: 14336k\n[ 0.816290] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818088] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.192613] 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.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.66s]\nping 10.10.10.13 OK\n"} 2018-10-12 12:52:03,558 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action used request id req-5257f5ec-b3ec-4548-ba21-5bca2a966a2f 2018-10-12 12:52:03,602 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-0fe4b6d1-b83e-458c-9229-8d94b0c67a38 x-compute-request-id: req-0fe4b6d1-b83e-458c-9229-8d94b0c67a38 Content-Encoding: gzip Content-Length: 8100 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 540505183 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.138006] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.139779] pid_max: default: 32768 minimum: 301\n[ 0.140727] ACPI: Core revision 20150930\n[ 0.142158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143534] Security Framework initialized\n[ 0.144398] Yama: becoming mindful.\n[ 0.145183] AppArmor: AppArmor initialized\n[ 0.146070] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147488] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151607] Initializing cgroup subsys io\n[ 0.152471] Initializing cgroup subsys memory\n[ 0.153421] Initializing cgroup subsys devices\n[ 0.154348] Initializing cgroup subsys freezer\n[ 0.155295] Initializing cgroup subsys net_cls\n[ 0.156239] Initializing cgroup subsys perf_event\n[ 0.157251] Initializing cgroup subsys net_prio\n[ 0.158231] Initializing cgroup subsys hugetlb\n[ 0.159178] Initializing cgroup subsys pids\n[ 0.160110] CPU: Physical Processor ID: 0\n[ 0.161618] mce: CPU supports 10 MCE banks\n[ 0.162457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163440] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175438] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181885] ftrace: allocating 31920 entries in 125 pages\n[ 0.208859] smpboot: Max logical packages: 1\n[ 0.209702] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211033] x2apic enabled\n[ 0.211836] Switched APIC routing to physical x2apic.\n[ 0.213582] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216649] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218414] KVM setup paravirtual spinlock\n[ 0.219707] x86: Booted up 1 node, 1 CPUs\n[ 0.220523] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.221899] devtmpfs: initialized\n[ 0.223606] evm: security.selinux\n[ 0.224299] evm: security.SMACK64\n[ 0.224975] evm: security.SMACK64EXEC\n[ 0.225707] evm: security.SMACK64TRANSMUTE\n[ 0.226500] evm: security.SMACK64MMAP\n[ 0.227228] evm: security.ima\n[ 0.227864] evm: security.capability\n[ 0.228662] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230479] pinctrl core: initialized pinctrl subsystem\n[ 0.231558] RTC time: 12:50:31, date: 10/12/18\n[ 0.232505] NET: Registered protocol family 16\n[ 0.233463] cpuidle: using governor ladder\n[ 0.234270] cpuidle: using governor menu\n[ 0.235039] PCCT header not found.\n[ 0.235776] ACPI: bus type PCI registered\n[ 0.236567] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237782] PCI: Using configuration type 1 for base access\n[ 0.239518] ACPI: Added _OSI(Module Device)\n[ 0.240345] ACPI: Added _OSI(Processor Device)\n[ 0.241195] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242074] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244168] ACPI: Interpreter enabled\n[ 0.244923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252205] ACPI: (supports S0 S5)\n[ 0.252897] ACPI: Using IOAPIC for interrupt routing\n[ 0.254076] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257152] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258280] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259492] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260667] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262858] acpiphp: Slot [3] registered\n[ 0.263649] acpiphp: Slot [4] registered\n[ 0.264436] acpiphp: Slot [5] registered\n[ 0.265219] acpiphp: Slot [6] registered\n[ 0.265996] acpiphp: Slot [7] registered\n[ 0.266785] acpiphp: Slot [8] registered\n[ 0.267570] acpiphp: Slot [9] registered\n[ 0.268351] acpiphp: Slot [10] registered\n[ 0.269144] acpiphp: Slot [11] registered\n[ 0.269949] acpiphp: Slot [12] registered\n[ 0.270745] acpiphp: Slot [13] registered\n[ 0.271545] acpiphp: Slot [14] registered\n[ 0.272344] acpiphp: Slot [15] registered\n[ 0.283107] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284714] acpiphp: Slot [18] registered\n[ 0.285509] acpiphp: Slot [19] registered\n[ 0.286301] acpiphp: Slot [20] registered\n[ 0.287103] acpiphp: Slot [21] registered\n[ 0.287896] acpiphp: Slot [22] registered\n[ 0.288690] acpiphp: Slot [23] registered\n[ 0.289489] acpiphp: Slot [24] registered\n[ 0.290282] acpiphp: Slot [25] registered\n[ 0.291073] acpiphp: Slot [26] registered\n[ 0.291873] acpiphp: Slot [27] registered\n[ 0.292670] acpiphp: Slot [28] registered\n[ 0.293468] acpiphp: Slot [29] registered\n[ 0.294259] acpiphp: Slot [30] registered\n[ 0.295068] acpiphp: Slot [31] registered\n[ 0.295857] PCI host bridge to bus 0000:00\n[ 0.296657] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297843] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300440] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301860] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308297] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309555] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310701] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319415] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320807] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371585] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374360] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375725] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376944] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378639] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379668] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381193] vgaarb: loaded\n[ 0.381786] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382903] SCSI subsystem initialized\n[ 0.383709] ACPI: bus type USB registered\n[ 0.384512] usbcore: registered new interface driver usbfs\n[ 0.385527] usbcore: registered new interface driver hub\n[ 0.386518] usbcore: registered new device driver usb\n[ 0.387561] PCI: Using ACPI for IRQ routing\n[ 0.388569] NetLabel: Initializing\n[ 0.389271] NetLabel: domain hash size = 128\n[ 0.390113] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391044] NetLabel: unlabeled traffic allowed by default\n[ 0.392122] clocksource: Switched to clocksource kvm-clock\n[ 0.397515] AppArmor: AppArmor Filesystem Enabled\n[ 0.398458] pnp: PnP ACPI init\n[ 0.399352] pnp: PnP ACPI: found 5 devices\n[ 0.405711] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407394] NET: Registered protocol family 2\n[ 0.408368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409632] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410791] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411933] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412999] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414163] NET: Registered protocol family 1\n[ 0.415015] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416095] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431091] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445356] Trying to unpack rootfs image as initramfs...\n[ 0.495440] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509240] Scanning for low memory corruption every 60 seconds\n[ 0.510551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511676] audit: initializing netlink subsys (disabled)\n[ 0.512699] audit: type=2000 audit(1539348631.951:1): initialized\n[ 0.513987] Initialise system trusted keyring\n[ 0.514904] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516051] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517993] zbud: loaded\n[ 0.518692] VFS: Disk quotas dquot_6.6.0\n[ 0.519502] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521009] fuse init (API version 7.23)\n[ 0.521883] Key type big_key registered\n[ 0.522683] Allocating IMA MOK and blacklist keyrings.\n[ 0.524161] Key type asymmetric registered\n[ 0.525022] Asymmetric key parser 'x509' registered\n[ 0.525955] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527383] io scheduler noop registered\n[ 0.528174] io scheduler deadline registered (default)\n[ 0.529146] io scheduler cfq registered\n[ 0.529957] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530976] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532223] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533647] ACPI: Power Button [PWRF]\n[ 0.534459] GHES: HEST is not enabled!\n[ 0.549505] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580901] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604835] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608595] Linux agpgart interface v0.103\n[ 0.611737] brd: module loaded\n[ 0.613936] loop: module loaded\n[ 0.623819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626401] GPT:90111 != 2097151\n[ 0.627070] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628159] GPT:90111 != 2097151\n[ 0.628824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629775] vda: vda1 vda15\n[ 0.631182] scsi host0: ata_piix\n[ 0.631907] scsi host1: ata_piix\n[ 0.632624] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633826] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635259] libphy: Fixed MDIO Bus: probed\n[ 0.636063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639069] PPP generic driver version 2.4.2\n[ 0.639944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641231] ehci-pci: EHCI PCI platform driver\n[ 0.642088] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644181] ohci-pci: OHCI PCI platform driver\n[ 0.645038] ohci-platform: OHCI generic platform driver\n[ 0.646007] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660318] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662727] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664846] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666044] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667439] usb usb1: Product: UHCI Host Controller\n[ 0.668359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669484] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670505] hub 1-0:1.0: USB hub found\n[ 0.671272] hub 1-0:1.0: 2 ports detected\n[ 0.672168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674267] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676231] mousedev: PS/2 mouse device common for all mice\n[ 0.677464] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679273] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681544] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682711] i2c /dev entries driver\n[ 0.683468] device-mapper: uevent: version 1.0.3\n[ 0.684404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687333] NET: Registered protocol family 10\n[ 0.688334] NET: Registered protocol family 17\n[ 0.689210] Key type dns_resolver registered\n[ 0.690119] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691189] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692924] registered taskstats version 1\n[ 0.693750] Loading compiled-in X.509 certificates\n[ 0.695191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697023] zswap: loaded using pool lzo/zbud\n[ 0.698373] Key type trusted registered\n[ 0.700291] Key type encrypted registered\n[ 0.701103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702106] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703120] evm: HMAC attrs: 0x1\n[ 0.704032] Magic number: 6:984:834\n[ 0.704896] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:32 UTC (1539348632)\n[ 0.706485] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707580] EDD information not available.\n[ 0.788708] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790127] ata1.00: configured for MWDMA2\n[ 0.791303] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803854] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805392] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806858] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808952] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810796] Write protecting the kernel read-only data: 14336k\n[ 0.812606] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814716] 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.68\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.939876] 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.04s]\nping 10.10.10.8 OK\nping 10.10.10.8 OK\n"} 2018-10-12 12:52:03,602 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action used request id req-0fe4b6d1-b83e-458c-9229-8d94b0c67a38 2018-10-12 12:52:04,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049c7d68f548f3365690a05ccb56d2a85b0b5ec4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:04,563 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da78e4837035bde3e9d6f24ff9610f334c3e104d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:04,608 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5b8b91d9589b097a6ac6aa7660b4a79df580d7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:05,633 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-8d85c118-87cf-4e3f-a6b3-74172c48bc85 x-compute-request-id: req-8d85c118-87cf-4e3f-a6b3-74172c48bc85 Content-Encoding: gzip Content-Length: 8103 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518383433 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132487] pid_max: default: 32768 minimum: 301\n[ 0.133355] ACPI: Core revision 20150930\n[ 0.134713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135983] Security Framework initialized\n[ 0.136774] Yama: becoming mindful.\n[ 0.137482] AppArmor: AppArmor initialized\n[ 0.138328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139627] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140862] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142031] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143383] Initializing cgroup subsys io\n[ 0.144170] Initializing cgroup subsys memory\n[ 0.145020] Initializing cgroup subsys devices\n[ 0.145864] Initializing cgroup subsys freezer\n[ 0.146713] Initializing cgroup subsys net_cls\n[ 0.147558] Initializing cgroup subsys perf_event\n[ 0.148439] Initializing cgroup subsys net_prio\n[ 0.149293] Initializing cgroup subsys hugetlb\n[ 0.150139] Initializing cgroup subsys pids\n[ 0.151007] CPU: Physical Processor ID: 0\n[ 0.152510] mce: CPU supports 10 MCE banks\n[ 0.153334] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164855] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171135] ftrace: allocating 31920 entries in 125 pages\n[ 0.197123] smpboot: Max logical packages: 1\n[ 0.197958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199296] x2apic enabled\n[ 0.200084] Switched APIC routing to physical x2apic.\n[ 0.201804] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202897] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204834] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206569] KVM setup paravirtual spinlock\n[ 0.207841] x86: Booted up 1 node, 1 CPUs\n[ 0.208631] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209982] devtmpfs: initialized\n[ 0.211677] evm: security.selinux\n[ 0.212361] evm: security.SMACK64\n[ 0.213032] evm: security.SMACK64EXEC\n[ 0.213759] evm: security.SMACK64TRANSMUTE\n[ 0.214549] evm: security.SMACK64MMAP\n[ 0.215273] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218495] pinctrl core: initialized pinctrl subsystem\n[ 0.219557] RTC time: 12:50:45, date: 10/12/18\n[ 0.220505] NET: Registered protocol family 16\n[ 0.221458] cpuidle: using governor ladder\n[ 0.222255] cpuidle: using governor menu\n[ 0.223017] PCCT header not found.\n[ 0.223758] ACPI: bus type PCI registered\n[ 0.224545] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225753] PCI: Using configuration type 1 for base access\n[ 0.227477] ACPI: Added _OSI(Module Device)\n[ 0.228295] ACPI: Added _OSI(Processor Device)\n[ 0.229136] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230010] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232105] ACPI: Interpreter enabled\n[ 0.232854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240032] ACPI: (supports S0 S5)\n[ 0.240720] ACPI: Using IOAPIC for interrupt routing\n[ 0.241750] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244798] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245938] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247150] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248309] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250466] acpiphp: Slot [3] registered\n[ 0.251243] acpiphp: Slot [4] registered\n[ 0.252015] acpiphp: Slot [5] registered\n[ 0.252792] acpiphp: Slot [6] registered\n[ 0.253565] acpiphp: Slot [7] registered\n[ 0.254347] acpiphp: Slot [8] registered\n[ 0.255122] acpiphp: Slot [9] registered\n[ 0.255907] acpiphp: Slot [10] registered\n[ 0.256701] acpiphp: Slot [11] registered\n[ 0.257489] acpiphp: Slot [12] registered\n[ 0.258282] acpiphp: Slot [13] registered\n[ 0.259071] acpiphp: Slot [14] registered\n[ 0.259860] acpiphp: Slot [15] registered\n[ 0.270520] acpiphp: Slot [16] registered\n[ 0.271320] acpiphp: Slot [17] registered\n[ 0.272103] acpiphp: Slot [18] registered\n[ 0.272892] acpiphp: Slot [19] registered\n[ 0.273678] acpiphp: Slot [20] registered\n[ 0.274463] acpiphp: Slot [21] registered\n[ 0.275255] acpiphp: Slot [22] registered\n[ 0.276038] acpiphp: Slot [23] registered\n[ 0.276825] acpiphp: Slot [24] registered\n[ 0.277614] acpiphp: Slot [25] registered\n[ 0.278398] acpiphp: Slot [26] registered\n[ 0.279185] acpiphp: Slot [27] registered\n[ 0.279980] acpiphp: Slot [28] registered\n[ 0.280772] acpiphp: Slot [29] registered\n[ 0.281561] acpiphp: Slot [30] registered\n[ 0.282367] acpiphp: Slot [31] registered\n[ 0.283148] PCI host bridge to bus 0000:00\n[ 0.283934] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285115] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286288] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287691] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289089] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296483] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297618] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298844] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305158] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306567] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351890] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354752] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357888] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361246] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362822] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365064] vgaarb: loaded\n[ 0.365889] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367476] SCSI subsystem initialized\n[ 0.368651] ACPI: bus type USB registered\n[ 0.369840] usbcore: registered new interface driver usbfs\n[ 0.371347] usbcore: registered new interface driver hub\n[ 0.372846] usbcore: registered new device driver usb\n[ 0.374353] PCI: Using ACPI for IRQ routing\n[ 0.375751] NetLabel: Initializing\n[ 0.376748] NetLabel: domain hash size = 128\n[ 0.377997] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379401] NetLabel: unlabeled traffic allowed by default\n[ 0.380984] clocksource: Switched to clocksource kvm-clock\n[ 0.387002] AppArmor: AppArmor Filesystem Enabled\n[ 0.388403] pnp: PnP ACPI init\n[ 0.389615] pnp: PnP ACPI: found 5 devices\n[ 0.396366] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398904] NET: Registered protocol family 2\n[ 0.400201] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402067] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403808] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405549] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408875] NET: Registered protocol family 1\n[ 0.410129] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411768] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413350] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427575] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441965] Trying to unpack rootfs image as initramfs...\n[ 0.491936] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506345] Scanning for low memory corruption every 60 seconds\n[ 0.508111] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509732] audit: initializing netlink subsys (disabled)\n[ 0.511207] audit: type=2000 audit(1539348646.340:1): initialized\n[ 0.513075] Initialise system trusted keyring\n[ 0.514360] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516068] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.518576] zbud: loaded\n[ 0.519532] VFS: Disk quotas dquot_6.6.0\n[ 0.520693] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522755] fuse init (API version 7.23)\n[ 0.523987] Key type big_key registered\n[ 0.525138] Allocating IMA MOK and blacklist keyrings.\n[ 0.526654] Key type asymmetric registered\n[ 0.527757] Asymmetric key parser 'x509' registered\n[ 0.529177] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531673] io scheduler noop registered\n[ 0.532757] io scheduler deadline registered (default)\n[ 0.534168] io scheduler cfq registered\n[ 0.535340] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536884] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.538728] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.540795] ACPI: Power Button [PWRF]\n[ 0.541960] GHES: HEST is not enabled!\n[ 0.555762] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586702] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589908] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613412] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616242] Linux agpgart interface v0.103\n[ 0.618647] brd: module loaded\n[ 0.620105] loop: module loaded\n[ 0.625458] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627467] GPT:90111 != 2097151\n[ 0.628406] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629991] GPT:90111 != 2097151\n[ 0.630891] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632288] vda: vda1 vda15\n[ 0.634019] scsi host0: ata_piix\n[ 0.635013] scsi host1: ata_piix\n[ 0.635987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639589] libphy: Fixed MDIO Bus: probed\n[ 0.640739] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642093] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645631] PPP generic driver version 2.4.2\n[ 0.646943] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648170] ehci-pci: EHCI PCI platform driver\n[ 0.649057] ehci-platform: EHCI generic platform driver\n[ 0.650038] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651165] ohci-pci: OHCI PCI platform driver\n[ 0.652044] ohci-platform: OHCI generic platform driver\n[ 0.653062] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667659] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668706] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670235] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672456] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673737] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675211] usb usb1: Product: UHCI Host Controller\n[ 0.676181] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678471] hub 1-0:1.0: USB hub found\n[ 0.679280] hub 1-0:1.0: 2 ports detected\n[ 0.680226] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682412] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683402] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684483] mousedev: PS/2 mouse device common for all mice\n[ 0.685787] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688831] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691376] i2c /dev entries driver\n[ 0.692166] device-mapper: uevent: version 1.0.3\n[ 0.693151] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694838] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696188] NET: Registered protocol family 10\n[ 0.697253] NET: Registered protocol family 17\n[ 0.698171] Key type dns_resolver registered\n[ 0.699133] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700276] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702093] registered taskstats version 1\n[ 0.702952] Loading compiled-in X.509 certificates\n[ 0.704428] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706365] zswap: loaded using pool lzo/zbud\n[ 0.708319] Key type trusted registered\n[ 0.709909] Key type encrypted registered\n[ 0.710771] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712888] evm: HMAC attrs: 0x1\n[ 0.714236] Magic number: 6:984:834\n[ 0.715110] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:46 UTC (1539348646)\n[ 0.716761] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717912] EDD information not available.\n[ 0.793525] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794987] ata1.00: configured for MWDMA2\n[ 0.796227] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.808911] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810125] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811367] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813236] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814737] Write protecting the kernel read-only data: 14336k\n[ 0.816290] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818088] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.192613] 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.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.66s]\nping 10.10.10.13 OK\n"} 2018-10-12 12:52:05,634 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action used request id req-8d85c118-87cf-4e3f-a6b3-74172c48bc85 2018-10-12 12:52:05,658 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-2317419b-aee6-4822-891c-5d6dd611d256 x-compute-request-id: req-2317419b-aee6-4822-891c-5d6dd611d256 Content-Encoding: gzip Content-Length: 11140 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488712359 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128433] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130060] pid_max: default: 32768 minimum: 301\n[ 0.130940] ACPI: Core revision 20150930\n[ 0.132307] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133595] Security Framework initialized\n[ 0.134394] Yama: becoming mindful.\n[ 0.135107] AppArmor: AppArmor initialized\n[ 0.135959] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137269] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138521] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139707] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141064] Initializing cgroup subsys io\n[ 0.141866] Initializing cgroup subsys memory\n[ 0.142709] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144432] Initializing cgroup subsys net_cls\n[ 0.145279] Initializing cgroup subsys perf_event\n[ 0.146174] Initializing cgroup subsys net_prio\n[ 0.147053] Initializing cgroup subsys hugetlb\n[ 0.147921] Initializing cgroup subsys pids\n[ 0.148781] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151095] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152088] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162736] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169093] ftrace: allocating 31920 entries in 125 pages\n[ 0.195377] smpboot: Max logical packages: 1\n[ 0.196217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197550] x2apic enabled\n[ 0.198347] Switched APIC routing to physical x2apic.\n[ 0.200089] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203153] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204913] KVM setup paravirtual spinlock\n[ 0.206192] x86: Booted up 1 node, 1 CPUs\n[ 0.206994] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208379] devtmpfs: initialized\n[ 0.210082] evm: security.selinux\n[ 0.210776] evm: security.SMACK64\n[ 0.211454] evm: security.SMACK64EXEC\n[ 0.212183] evm: security.SMACK64TRANSMUTE\n[ 0.212975] evm: security.SMACK64MMAP\n[ 0.213706] evm: security.ima\n[ 0.214339] evm: security.capability\n[ 0.215133] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216954] pinctrl core: initialized pinctrl subsystem\n[ 0.218037] RTC time: 12:50:18, date: 10/12/18\n[ 0.218990] NET: Registered protocol family 16\n[ 0.219951] cpuidle: using governor ladder\n[ 0.220756] cpuidle: using governor menu\n[ 0.221527] PCCT header not found.\n[ 0.222260] ACPI: bus type PCI registered\n[ 0.223053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224275] PCI: Using configuration type 1 for base access\n[ 0.226014] ACPI: Added _OSI(Module Device)\n[ 0.226844] ACPI: Added _OSI(Processor Device)\n[ 0.227701] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228588] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230705] ACPI: Interpreter enabled\n[ 0.231463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235107] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238752] ACPI: (supports S0 S5)\n[ 0.239451] ACPI: Using IOAPIC for interrupt routing\n[ 0.240380] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243456] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244581] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245798] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246978] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249170] acpiphp: Slot [3] registered\n[ 0.249970] acpiphp: Slot [4] registered\n[ 0.250765] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252349] acpiphp: Slot [7] registered\n[ 0.253144] acpiphp: Slot [8] registered\n[ 0.253937] acpiphp: Slot [9] registered\n[ 0.254722] acpiphp: Slot [10] registered\n[ 0.255518] acpiphp: Slot [11] registered\n[ 0.256327] acpiphp: Slot [12] registered\n[ 0.257134] acpiphp: Slot [13] registered\n[ 0.257934] acpiphp: Slot [14] registered\n[ 0.258734] acpiphp: Slot [15] registered\n[ 0.269921] acpiphp: Slot [16] registered\n[ 0.270726] acpiphp: Slot [17] registered\n[ 0.271525] acpiphp: Slot [18] registered\n[ 0.272317] acpiphp: Slot [19] registered\n[ 0.273120] acpiphp: Slot [20] registered\n[ 0.273925] acpiphp: Slot [21] registered\n[ 0.274725] acpiphp: Slot [22] registered\n[ 0.275524] acpiphp: Slot [23] registered\n[ 0.276320] acpiphp: Slot [24] registered\n[ 0.277121] acpiphp: Slot [25] registered\n[ 0.277926] acpiphp: Slot [26] registered\n[ 0.278726] acpiphp: Slot [27] registered\n[ 0.279527] acpiphp: Slot [28] registered\n[ 0.280325] acpiphp: Slot [29] registered\n[ 0.281124] acpiphp: Slot [30] registered\n[ 0.281929] acpiphp: Slot [31] registered\n[ 0.282730] PCI host bridge to bus 0000:00\n[ 0.283528] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285912] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287337] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288767] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295105] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296377] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352599] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354087] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355514] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356927] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358305] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361915] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363446] vgaarb: loaded\n[ 0.364039] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365170] SCSI subsystem initialized\n[ 0.365984] ACPI: bus type USB registered\n[ 0.366801] usbcore: registered new interface driver usbfs\n[ 0.367817] usbcore: registered new interface driver hub\n[ 0.368815] usbcore: registered new device driver usb\n[ 0.369869] PCI: Using ACPI for IRQ routing\n[ 0.370885] NetLabel: Initializing\n[ 0.371591] NetLabel: domain hash size = 128\n[ 0.372431] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373367] NetLabel: unlabeled traffic allowed by default\n[ 0.374451] clocksource: Switched to clocksource kvm-clock\n[ 0.379848] AppArmor: AppArmor Filesystem Enabled\n[ 0.380823] pnp: PnP ACPI init\n[ 0.381735] pnp: PnP ACPI: found 5 devices\n[ 0.388101] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389802] NET: Registered protocol family 2\n[ 0.390761] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392038] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393206] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394366] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395456] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396628] NET: Registered protocol family 1\n[ 0.397499] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398601] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399675] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413700] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427888] Trying to unpack rootfs image as initramfs...\n[ 0.477729] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491540] Scanning for low memory corruption every 60 seconds\n[ 0.492867] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494016] audit: initializing netlink subsys (disabled)\n[ 0.495042] audit: type=2000 audit(1539348618.928:1): initialized\n[ 0.496342] Initialise system trusted keyring\n[ 0.497267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500395] zbud: loaded\n[ 0.501092] VFS: Disk quotas dquot_6.6.0\n[ 0.501925] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503445] fuse init (API version 7.23)\n[ 0.504323] Key type big_key registered\n[ 0.505122] Allocating IMA MOK and blacklist keyrings.\n[ 0.506603] Key type asymmetric registered\n[ 0.507427] Asymmetric key parser 'x509' registered\n[ 0.508374] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509829] io scheduler noop registered\n[ 0.510630] io scheduler deadline registered (default)\n[ 0.511615] io scheduler cfq registered\n[ 0.512443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513480] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514744] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516195] ACPI: Power Button [PWRF]\n[ 0.517021] GHES: HEST is not enabled!\n[ 0.530518] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589002] Linux agpgart interface v0.103\n[ 0.591106] brd: module loaded\n[ 0.592280] loop: module loaded\n[ 0.597320] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598774] GPT:90111 != 2097151\n[ 0.599450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600530] GPT:90111 != 2097151\n[ 0.601192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602143] vda: vda1 vda15\n[ 0.603880] scsi host0: ata_piix\n[ 0.604612] scsi host1: ata_piix\n[ 0.605316] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606542] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607988] libphy: Fixed MDIO Bus: probed\n[ 0.608806] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609745] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611987] PPP generic driver version 2.4.2\n[ 0.612869] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614205] ehci-pci: EHCI PCI platform driver\n[ 0.615082] ehci-platform: EHCI generic platform driver\n[ 0.616067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617178] ohci-pci: OHCI PCI platform driver\n[ 0.618847] ohci-platform: OHCI generic platform driver\n[ 0.620823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637750] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639410] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640839] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641863] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644180] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645579] usb usb1: Product: UHCI Host Controller\n[ 0.646507] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647695] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648647] hub 1-0:1.0: USB hub found\n[ 0.649420] hub 1-0:1.0: 2 ports detected\n[ 0.650305] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653391] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654410] mousedev: PS/2 mouse device common for all mice\n[ 0.655690] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657522] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659813] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660988] i2c /dev entries driver\n[ 0.661753] device-mapper: uevent: version 1.0.3\n[ 0.662697] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664302] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665586] NET: Registered protocol family 10\n[ 0.666579] NET: Registered protocol family 17\n[ 0.667461] Key type dns_resolver registered\n[ 0.668378] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671210] registered taskstats version 1\n[ 0.672037] Loading compiled-in X.509 certificates\n[ 0.673469] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675309] zswap: loaded using pool lzo/zbud\n[ 0.676689] Key type trusted registered\n[ 0.678236] Key type encrypted registered\n[ 0.679066] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680086] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681112] evm: HMAC attrs: 0x1\n[ 0.682056] Magic number: 6:984:834\n[ 0.682912] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:19 UTC (1539348619)\n[ 0.684490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685611] EDD information not available.\n[ 0.767395] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768921] Write protecting the kernel read-only data: 14336k\n[ 0.780946] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.173288] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCE1Scd1P3+i75OvmjpEHO2w2g/9TaVI7Zy6p1AY5bXYIPcp4wjJdQaNI/Jw+AJLBMUa36zi6qojNqjWCSZuAzgJiVRokAMKzLL+xM2J1oUn+F6mzGRfC1qFU8qfLdLWP/hwpeFC0Wmr4Z0th7JrNXjDGjNQ+gQ5458S6Icuhz1dWsgX3tYJz/Y1+c2I0xtmv4VV1CrirAtU22XlJ4X00iZ4YKvEdPxb8+dvRm5uKXs/Tse7fCWkXV4EPK9FIr+6uZwYmHkCdP6d0TFjrHyf8bJhBvVnTpOwaXSCRC9uKa/xLKDtc/j6OxGjKLdGYYg7+QmnDBHSyahtPjyC542a8Mx root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBANg49xIlDltamwGgm2P/eKpNTaiZUtVyXfk83rVoddrTWqsIPUVtdnoB0gjZjGflLklBgrs3jPVmpzrOn3KfK63ZrTdjQ/Xe5RSPO6TRfImB6bxlvFHfoLoDzEY09IM5pmKHiR9m6fFNyaw5n1T5SAwRuVAZIxNTqr2vKs9SmPJBAAAAFQC54X1vR+6fU3rT2OA8l0lGFo1uDwAAAIEAp3uHVAn7842aybueXkX/Nile/1DqKilMdMkaBfFR+ueM38msM31K3IznEIvSYt0ZYN8MLfVXrwuWpuYhX/08dAj0pf1xoTCcMdqV9XeEQyQQ/r4YTrfEHrqZxKogwmTkJhgiKP4qWvGt6JbpNMmrJo+hn+WdVbkvrO/MgbpVq+AAAACBAMyib2H5bUTQCBOIP0NeSkqa4hnHVC+wNjQrpU900Vc5XkRDqwyWtvsODr91/jLZti+dktywcx1A/6hEVa8iKtMoslaFh0DDfvPhXO6OyyYphrB2u6lSko7YhZwEG8H2Lx6/A4XFsDEMUCGBVqP5WwN8a3Vx3ig9cKrNeXoG/a+/ root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fea2:5259/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.37 ===\n/dev/root resized successfully [took 2.22s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:52:59 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:5259/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 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:7815 (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-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.119455] usb 1-1: Product: QEMU USB Tablet\n[ 1.119456] usb 1-1: Manufacturer: QEMU\n[ 1.119457] usb 1-1: SerialNumber: 42\n[ 1.132600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.154778] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.173288] random: dd urandom read with 5 bits of entropy available\n[ 1.490513] tsc: Refined TSC clocksource calibration: 3491.906 MHz\n[ 1.490515] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\n[ 3.491210] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.196858] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 12 13:50:19 cirros kern.info kernel: [ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.793704] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 12 13:50:19 cirros kern.info kernel: [ 0.793706] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 12 13:50:19 cirros kern.info kernel: [ 0.795370] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 12 13:50:19 cirros kern.info kernel: [ 0.798263] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 12 13:50:19 cirros kern.info kernel: [ 0.800240] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 12 13:50:19 cirros kern.info kernel: [ 0.823836] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:50:19 cirros kern.info kernel: [ 0.824726] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.825807] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:50:19 cirros kern.info kernel: [ 0.888068] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.958474] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119451] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119454] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119455] usb 1-1: Product: QEMU USB Tablet\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119456] usb 1-1: Manufacturer: QEMU\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119457] usb 1-1: SerialNumber: 42\nOct 12 13:50:19 cirros kern.info kernel: [ 1.132600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:50:19 cirros kern.info kernel: [ 1.154778] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:50:19 cirros kern.notice kernel: [ 1.173288] random: dd urandom read with 5 bits of entropy available\nOct 12 13:50:20 cirros kern.info kernel: [ 1.490513] tsc: Refined TSC clocksource calibration: 3491.906 MHz\nOct 12 13:50:20 cirros kern.info kernel: [ 1.490515] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\nOct 12 13:50:21 cirros auth.notice su: + /dev/console root:cirros\nOct 12 13:50:22 cirros authpriv.info dropbear[340]: Running in background\nOct 12 13:50:22 cirros kern.info kernel: [ 3.491210] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 12 13:50:23 cirros kern.info kernel: [ 4.196858] 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-10-12 12:52:05,659 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action used request id req-2317419b-aee6-4822-891c-5d6dd611d256 2018-10-12 12:52:05,672 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-4369a817-8954-4e42-87b3-5aec7bd30287 x-compute-request-id: req-4369a817-8954-4e42-87b3-5aec7bd30287 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 540505183 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.138006] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.139779] pid_max: default: 32768 minimum: 301\n[ 0.140727] ACPI: Core revision 20150930\n[ 0.142158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143534] Security Framework initialized\n[ 0.144398] Yama: becoming mindful.\n[ 0.145183] AppArmor: AppArmor initialized\n[ 0.146070] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147488] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151607] Initializing cgroup subsys io\n[ 0.152471] Initializing cgroup subsys memory\n[ 0.153421] Initializing cgroup subsys devices\n[ 0.154348] Initializing cgroup subsys freezer\n[ 0.155295] Initializing cgroup subsys net_cls\n[ 0.156239] Initializing cgroup subsys perf_event\n[ 0.157251] Initializing cgroup subsys net_prio\n[ 0.158231] Initializing cgroup subsys hugetlb\n[ 0.159178] Initializing cgroup subsys pids\n[ 0.160110] CPU: Physical Processor ID: 0\n[ 0.161618] mce: CPU supports 10 MCE banks\n[ 0.162457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163440] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175438] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181885] ftrace: allocating 31920 entries in 125 pages\n[ 0.208859] smpboot: Max logical packages: 1\n[ 0.209702] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211033] x2apic enabled\n[ 0.211836] Switched APIC routing to physical x2apic.\n[ 0.213582] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216649] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218414] KVM setup paravirtual spinlock\n[ 0.219707] x86: Booted up 1 node, 1 CPUs\n[ 0.220523] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.221899] devtmpfs: initialized\n[ 0.223606] evm: security.selinux\n[ 0.224299] evm: security.SMACK64\n[ 0.224975] evm: security.SMACK64EXEC\n[ 0.225707] evm: security.SMACK64TRANSMUTE\n[ 0.226500] evm: security.SMACK64MMAP\n[ 0.227228] evm: security.ima\n[ 0.227864] evm: security.capability\n[ 0.228662] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230479] pinctrl core: initialized pinctrl subsystem\n[ 0.231558] RTC time: 12:50:31, date: 10/12/18\n[ 0.232505] NET: Registered protocol family 16\n[ 0.233463] cpuidle: using governor ladder\n[ 0.234270] cpuidle: using governor menu\n[ 0.235039] PCCT header not found.\n[ 0.235776] ACPI: bus type PCI registered\n[ 0.236567] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237782] PCI: Using configuration type 1 for base access\n[ 0.239518] ACPI: Added _OSI(Module Device)\n[ 0.240345] ACPI: Added _OSI(Processor Device)\n[ 0.241195] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242074] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244168] ACPI: Interpreter enabled\n[ 0.244923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252205] ACPI: (supports S0 S5)\n[ 0.252897] ACPI: Using IOAPIC for interrupt routing\n[ 0.254076] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257152] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258280] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259492] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260667] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262858] acpiphp: Slot [3] registered\n[ 0.263649] acpiphp: Slot [4] registered\n[ 0.264436] acpiphp: Slot [5] registered\n[ 0.265219] acpiphp: Slot [6] registered\n[ 0.265996] acpiphp: Slot [7] registered\n[ 0.266785] acpiphp: Slot [8] registered\n[ 0.267570] acpiphp: Slot [9] registered\n[ 0.268351] acpiphp: Slot [10] registered\n[ 0.269144] acpiphp: Slot [11] registered\n[ 0.269949] acpiphp: Slot [12] registered\n[ 0.270745] acpiphp: Slot [13] registered\n[ 0.271545] acpiphp: Slot [14] registered\n[ 0.272344] acpiphp: Slot [15] registered\n[ 0.283107] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284714] acpiphp: Slot [18] registered\n[ 0.285509] acpiphp: Slot [19] registered\n[ 0.286301] acpiphp: Slot [20] registered\n[ 0.287103] acpiphp: Slot [21] registered\n[ 0.287896] acpiphp: Slot [22] registered\n[ 0.288690] acpiphp: Slot [23] registered\n[ 0.289489] acpiphp: Slot [24] registered\n[ 0.290282] acpiphp: Slot [25] registered\n[ 0.291073] acpiphp: Slot [26] registered\n[ 0.291873] acpiphp: Slot [27] registered\n[ 0.292670] acpiphp: Slot [28] registered\n[ 0.293468] acpiphp: Slot [29] registered\n[ 0.294259] acpiphp: Slot [30] registered\n[ 0.295068] acpiphp: Slot [31] registered\n[ 0.295857] PCI host bridge to bus 0000:00\n[ 0.296657] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297843] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300440] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301860] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308297] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309555] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310701] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319415] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320807] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371585] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374360] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375725] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376944] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378639] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379668] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381193] vgaarb: loaded\n[ 0.381786] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382903] SCSI subsystem initialized\n[ 0.383709] ACPI: bus type USB registered\n[ 0.384512] usbcore: registered new interface driver usbfs\n[ 0.385527] usbcore: registered new interface driver hub\n[ 0.386518] usbcore: registered new device driver usb\n[ 0.387561] PCI: Using ACPI for IRQ routing\n[ 0.388569] NetLabel: Initializing\n[ 0.389271] NetLabel: domain hash size = 128\n[ 0.390113] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391044] NetLabel: unlabeled traffic allowed by default\n[ 0.392122] clocksource: Switched to clocksource kvm-clock\n[ 0.397515] AppArmor: AppArmor Filesystem Enabled\n[ 0.398458] pnp: PnP ACPI init\n[ 0.399352] pnp: PnP ACPI: found 5 devices\n[ 0.405711] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407394] NET: Registered protocol family 2\n[ 0.408368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409632] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410791] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411933] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412999] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414163] NET: Registered protocol family 1\n[ 0.415015] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416095] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431091] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445356] Trying to unpack rootfs image as initramfs...\n[ 0.495440] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509240] Scanning for low memory corruption every 60 seconds\n[ 0.510551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511676] audit: initializing netlink subsys (disabled)\n[ 0.512699] audit: type=2000 audit(1539348631.951:1): initialized\n[ 0.513987] Initialise system trusted keyring\n[ 0.514904] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516051] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517993] zbud: loaded\n[ 0.518692] VFS: Disk quotas dquot_6.6.0\n[ 0.519502] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521009] fuse init (API version 7.23)\n[ 0.521883] Key type big_key registered\n[ 0.522683] Allocating IMA MOK and blacklist keyrings.\n[ 0.524161] Key type asymmetric registered\n[ 0.525022] Asymmetric key parser 'x509' registered\n[ 0.525955] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527383] io scheduler noop registered\n[ 0.528174] io scheduler deadline registered (default)\n[ 0.529146] io scheduler cfq registered\n[ 0.529957] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530976] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532223] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533647] ACPI: Power Button [PWRF]\n[ 0.534459] GHES: HEST is not enabled!\n[ 0.549505] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580901] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604835] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608595] Linux agpgart interface v0.103\n[ 0.611737] brd: module loaded\n[ 0.613936] loop: module loaded\n[ 0.623819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626401] GPT:90111 != 2097151\n[ 0.627070] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628159] GPT:90111 != 2097151\n[ 0.628824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629775] vda: vda1 vda15\n[ 0.631182] scsi host0: ata_piix\n[ 0.631907] scsi host1: ata_piix\n[ 0.632624] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633826] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635259] libphy: Fixed MDIO Bus: probed\n[ 0.636063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639069] PPP generic driver version 2.4.2\n[ 0.639944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641231] ehci-pci: EHCI PCI platform driver\n[ 0.642088] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644181] ohci-pci: OHCI PCI platform driver\n[ 0.645038] ohci-platform: OHCI generic platform driver\n[ 0.646007] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660318] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662727] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664846] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666044] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667439] usb usb1: Product: UHCI Host Controller\n[ 0.668359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669484] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670505] hub 1-0:1.0: USB hub found\n[ 0.671272] hub 1-0:1.0: 2 ports detected\n[ 0.672168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674267] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676231] mousedev: PS/2 mouse device common for all mice\n[ 0.677464] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679273] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681544] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682711] i2c /dev entries driver\n[ 0.683468] device-mapper: uevent: version 1.0.3\n[ 0.684404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687333] NET: Registered protocol family 10\n[ 0.688334] NET: Registered protocol family 17\n[ 0.689210] Key type dns_resolver registered\n[ 0.690119] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691189] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692924] registered taskstats version 1\n[ 0.693750] Loading compiled-in X.509 certificates\n[ 0.695191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697023] zswap: loaded using pool lzo/zbud\n[ 0.698373] Key type trusted registered\n[ 0.700291] Key type encrypted registered\n[ 0.701103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702106] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703120] evm: HMAC attrs: 0x1\n[ 0.704032] Magic number: 6:984:834\n[ 0.704896] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:32 UTC (1539348632)\n[ 0.706485] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707580] EDD information not available.\n[ 0.788708] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790127] ata1.00: configured for MWDMA2\n[ 0.791303] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803854] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805392] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806858] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808952] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810796] Write protecting the kernel read-only data: 14336k\n[ 0.812606] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814716] 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.68\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.939876] 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.04s]\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\n"} 2018-10-12 12:52:05,673 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action used request id req-4369a817-8954-4e42-87b3-5aec7bd30287 2018-10-12 12:52:06,639 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da78e4837035bde3e9d6f24ff9610f334c3e104d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:06,664 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049c7d68f548f3365690a05ccb56d2a85b0b5ec4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:06,677 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5b8b91d9589b097a6ac6aa7660b4a79df580d7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:07,708 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-575496c4-80e9-459a-8de9-f3588e98f43e x-compute-request-id: req-575496c4-80e9-459a-8de9-f3588e98f43e Content-Encoding: gzip Content-Length: 8108 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518383433 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132487] pid_max: default: 32768 minimum: 301\n[ 0.133355] ACPI: Core revision 20150930\n[ 0.134713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135983] Security Framework initialized\n[ 0.136774] Yama: becoming mindful.\n[ 0.137482] AppArmor: AppArmor initialized\n[ 0.138328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139627] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140862] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142031] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143383] Initializing cgroup subsys io\n[ 0.144170] Initializing cgroup subsys memory\n[ 0.145020] Initializing cgroup subsys devices\n[ 0.145864] Initializing cgroup subsys freezer\n[ 0.146713] Initializing cgroup subsys net_cls\n[ 0.147558] Initializing cgroup subsys perf_event\n[ 0.148439] Initializing cgroup subsys net_prio\n[ 0.149293] Initializing cgroup subsys hugetlb\n[ 0.150139] Initializing cgroup subsys pids\n[ 0.151007] CPU: Physical Processor ID: 0\n[ 0.152510] mce: CPU supports 10 MCE banks\n[ 0.153334] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164855] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171135] ftrace: allocating 31920 entries in 125 pages\n[ 0.197123] smpboot: Max logical packages: 1\n[ 0.197958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199296] x2apic enabled\n[ 0.200084] Switched APIC routing to physical x2apic.\n[ 0.201804] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202897] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204834] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206569] KVM setup paravirtual spinlock\n[ 0.207841] x86: Booted up 1 node, 1 CPUs\n[ 0.208631] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209982] devtmpfs: initialized\n[ 0.211677] evm: security.selinux\n[ 0.212361] evm: security.SMACK64\n[ 0.213032] evm: security.SMACK64EXEC\n[ 0.213759] evm: security.SMACK64TRANSMUTE\n[ 0.214549] evm: security.SMACK64MMAP\n[ 0.215273] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218495] pinctrl core: initialized pinctrl subsystem\n[ 0.219557] RTC time: 12:50:45, date: 10/12/18\n[ 0.220505] NET: Registered protocol family 16\n[ 0.221458] cpuidle: using governor ladder\n[ 0.222255] cpuidle: using governor menu\n[ 0.223017] PCCT header not found.\n[ 0.223758] ACPI: bus type PCI registered\n[ 0.224545] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225753] PCI: Using configuration type 1 for base access\n[ 0.227477] ACPI: Added _OSI(Module Device)\n[ 0.228295] ACPI: Added _OSI(Processor Device)\n[ 0.229136] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230010] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232105] ACPI: Interpreter enabled\n[ 0.232854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240032] ACPI: (supports S0 S5)\n[ 0.240720] ACPI: Using IOAPIC for interrupt routing\n[ 0.241750] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244798] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245938] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247150] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248309] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250466] acpiphp: Slot [3] registered\n[ 0.251243] acpiphp: Slot [4] registered\n[ 0.252015] acpiphp: Slot [5] registered\n[ 0.252792] acpiphp: Slot [6] registered\n[ 0.253565] acpiphp: Slot [7] registered\n[ 0.254347] acpiphp: Slot [8] registered\n[ 0.255122] acpiphp: Slot [9] registered\n[ 0.255907] acpiphp: Slot [10] registered\n[ 0.256701] acpiphp: Slot [11] registered\n[ 0.257489] acpiphp: Slot [12] registered\n[ 0.258282] acpiphp: Slot [13] registered\n[ 0.259071] acpiphp: Slot [14] registered\n[ 0.259860] acpiphp: Slot [15] registered\n[ 0.270520] acpiphp: Slot [16] registered\n[ 0.271320] acpiphp: Slot [17] registered\n[ 0.272103] acpiphp: Slot [18] registered\n[ 0.272892] acpiphp: Slot [19] registered\n[ 0.273678] acpiphp: Slot [20] registered\n[ 0.274463] acpiphp: Slot [21] registered\n[ 0.275255] acpiphp: Slot [22] registered\n[ 0.276038] acpiphp: Slot [23] registered\n[ 0.276825] acpiphp: Slot [24] registered\n[ 0.277614] acpiphp: Slot [25] registered\n[ 0.278398] acpiphp: Slot [26] registered\n[ 0.279185] acpiphp: Slot [27] registered\n[ 0.279980] acpiphp: Slot [28] registered\n[ 0.280772] acpiphp: Slot [29] registered\n[ 0.281561] acpiphp: Slot [30] registered\n[ 0.282367] acpiphp: Slot [31] registered\n[ 0.283148] PCI host bridge to bus 0000:00\n[ 0.283934] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285115] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286288] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287691] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289089] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296483] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297618] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298844] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305158] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306567] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351890] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354752] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357888] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361246] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362822] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365064] vgaarb: loaded\n[ 0.365889] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367476] SCSI subsystem initialized\n[ 0.368651] ACPI: bus type USB registered\n[ 0.369840] usbcore: registered new interface driver usbfs\n[ 0.371347] usbcore: registered new interface driver hub\n[ 0.372846] usbcore: registered new device driver usb\n[ 0.374353] PCI: Using ACPI for IRQ routing\n[ 0.375751] NetLabel: Initializing\n[ 0.376748] NetLabel: domain hash size = 128\n[ 0.377997] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379401] NetLabel: unlabeled traffic allowed by default\n[ 0.380984] clocksource: Switched to clocksource kvm-clock\n[ 0.387002] AppArmor: AppArmor Filesystem Enabled\n[ 0.388403] pnp: PnP ACPI init\n[ 0.389615] pnp: PnP ACPI: found 5 devices\n[ 0.396366] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398904] NET: Registered protocol family 2\n[ 0.400201] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402067] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403808] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405549] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408875] NET: Registered protocol family 1\n[ 0.410129] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411768] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413350] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427575] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441965] Trying to unpack rootfs image as initramfs...\n[ 0.491936] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506345] Scanning for low memory corruption every 60 seconds\n[ 0.508111] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509732] audit: initializing netlink subsys (disabled)\n[ 0.511207] audit: type=2000 audit(1539348646.340:1): initialized\n[ 0.513075] Initialise system trusted keyring\n[ 0.514360] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516068] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.518576] zbud: loaded\n[ 0.519532] VFS: Disk quotas dquot_6.6.0\n[ 0.520693] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522755] fuse init (API version 7.23)\n[ 0.523987] Key type big_key registered\n[ 0.525138] Allocating IMA MOK and blacklist keyrings.\n[ 0.526654] Key type asymmetric registered\n[ 0.527757] Asymmetric key parser 'x509' registered\n[ 0.529177] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531673] io scheduler noop registered\n[ 0.532757] io scheduler deadline registered (default)\n[ 0.534168] io scheduler cfq registered\n[ 0.535340] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536884] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.538728] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.540795] ACPI: Power Button [PWRF]\n[ 0.541960] GHES: HEST is not enabled!\n[ 0.555762] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586702] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589908] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613412] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616242] Linux agpgart interface v0.103\n[ 0.618647] brd: module loaded\n[ 0.620105] loop: module loaded\n[ 0.625458] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627467] GPT:90111 != 2097151\n[ 0.628406] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629991] GPT:90111 != 2097151\n[ 0.630891] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632288] vda: vda1 vda15\n[ 0.634019] scsi host0: ata_piix\n[ 0.635013] scsi host1: ata_piix\n[ 0.635987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639589] libphy: Fixed MDIO Bus: probed\n[ 0.640739] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642093] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645631] PPP generic driver version 2.4.2\n[ 0.646943] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648170] ehci-pci: EHCI PCI platform driver\n[ 0.649057] ehci-platform: EHCI generic platform driver\n[ 0.650038] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651165] ohci-pci: OHCI PCI platform driver\n[ 0.652044] ohci-platform: OHCI generic platform driver\n[ 0.653062] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667659] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668706] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670235] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672456] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673737] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675211] usb usb1: Product: UHCI Host Controller\n[ 0.676181] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678471] hub 1-0:1.0: USB hub found\n[ 0.679280] hub 1-0:1.0: 2 ports detected\n[ 0.680226] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682412] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683402] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684483] mousedev: PS/2 mouse device common for all mice\n[ 0.685787] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688831] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691376] i2c /dev entries driver\n[ 0.692166] device-mapper: uevent: version 1.0.3\n[ 0.693151] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694838] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696188] NET: Registered protocol family 10\n[ 0.697253] NET: Registered protocol family 17\n[ 0.698171] Key type dns_resolver registered\n[ 0.699133] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700276] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702093] registered taskstats version 1\n[ 0.702952] Loading compiled-in X.509 certificates\n[ 0.704428] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706365] zswap: loaded using pool lzo/zbud\n[ 0.708319] Key type trusted registered\n[ 0.709909] Key type encrypted registered\n[ 0.710771] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712888] evm: HMAC attrs: 0x1\n[ 0.714236] Magic number: 6:984:834\n[ 0.715110] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:46 UTC (1539348646)\n[ 0.716761] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717912] EDD information not available.\n[ 0.793525] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794987] ata1.00: configured for MWDMA2\n[ 0.796227] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.808911] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810125] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811367] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813236] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814737] Write protecting the kernel read-only data: 14336k\n[ 0.816290] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818088] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.192613] 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.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.66s]\nping 10.10.10.13 OK\nping 10.10.10.8 OK\n"} 2018-10-12 12:52:07,708 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action used request id req-575496c4-80e9-459a-8de9-f3588e98f43e 2018-10-12 12:52:07,748 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f226eece-2748-4fb4-af11-9eda123994fe x-compute-request-id: req-f226eece-2748-4fb4-af11-9eda123994fe 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 540505183 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.138006] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.139779] pid_max: default: 32768 minimum: 301\n[ 0.140727] ACPI: Core revision 20150930\n[ 0.142158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143534] Security Framework initialized\n[ 0.144398] Yama: becoming mindful.\n[ 0.145183] AppArmor: AppArmor initialized\n[ 0.146070] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147488] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151607] Initializing cgroup subsys io\n[ 0.152471] Initializing cgroup subsys memory\n[ 0.153421] Initializing cgroup subsys devices\n[ 0.154348] Initializing cgroup subsys freezer\n[ 0.155295] Initializing cgroup subsys net_cls\n[ 0.156239] Initializing cgroup subsys perf_event\n[ 0.157251] Initializing cgroup subsys net_prio\n[ 0.158231] Initializing cgroup subsys hugetlb\n[ 0.159178] Initializing cgroup subsys pids\n[ 0.160110] CPU: Physical Processor ID: 0\n[ 0.161618] mce: CPU supports 10 MCE banks\n[ 0.162457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163440] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175438] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181885] ftrace: allocating 31920 entries in 125 pages\n[ 0.208859] smpboot: Max logical packages: 1\n[ 0.209702] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211033] x2apic enabled\n[ 0.211836] Switched APIC routing to physical x2apic.\n[ 0.213582] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216649] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218414] KVM setup paravirtual spinlock\n[ 0.219707] x86: Booted up 1 node, 1 CPUs\n[ 0.220523] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.221899] devtmpfs: initialized\n[ 0.223606] evm: security.selinux\n[ 0.224299] evm: security.SMACK64\n[ 0.224975] evm: security.SMACK64EXEC\n[ 0.225707] evm: security.SMACK64TRANSMUTE\n[ 0.226500] evm: security.SMACK64MMAP\n[ 0.227228] evm: security.ima\n[ 0.227864] evm: security.capability\n[ 0.228662] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230479] pinctrl core: initialized pinctrl subsystem\n[ 0.231558] RTC time: 12:50:31, date: 10/12/18\n[ 0.232505] NET: Registered protocol family 16\n[ 0.233463] cpuidle: using governor ladder\n[ 0.234270] cpuidle: using governor menu\n[ 0.235039] PCCT header not found.\n[ 0.235776] ACPI: bus type PCI registered\n[ 0.236567] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237782] PCI: Using configuration type 1 for base access\n[ 0.239518] ACPI: Added _OSI(Module Device)\n[ 0.240345] ACPI: Added _OSI(Processor Device)\n[ 0.241195] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242074] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244168] ACPI: Interpreter enabled\n[ 0.244923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252205] ACPI: (supports S0 S5)\n[ 0.252897] ACPI: Using IOAPIC for interrupt routing\n[ 0.254076] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257152] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258280] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259492] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260667] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262858] acpiphp: Slot [3] registered\n[ 0.263649] acpiphp: Slot [4] registered\n[ 0.264436] acpiphp: Slot [5] registered\n[ 0.265219] acpiphp: Slot [6] registered\n[ 0.265996] acpiphp: Slot [7] registered\n[ 0.266785] acpiphp: Slot [8] registered\n[ 0.267570] acpiphp: Slot [9] registered\n[ 0.268351] acpiphp: Slot [10] registered\n[ 0.269144] acpiphp: Slot [11] registered\n[ 0.269949] acpiphp: Slot [12] registered\n[ 0.270745] acpiphp: Slot [13] registered\n[ 0.271545] acpiphp: Slot [14] registered\n[ 0.272344] acpiphp: Slot [15] registered\n[ 0.283107] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284714] acpiphp: Slot [18] registered\n[ 0.285509] acpiphp: Slot [19] registered\n[ 0.286301] acpiphp: Slot [20] registered\n[ 0.287103] acpiphp: Slot [21] registered\n[ 0.287896] acpiphp: Slot [22] registered\n[ 0.288690] acpiphp: Slot [23] registered\n[ 0.289489] acpiphp: Slot [24] registered\n[ 0.290282] acpiphp: Slot [25] registered\n[ 0.291073] acpiphp: Slot [26] registered\n[ 0.291873] acpiphp: Slot [27] registered\n[ 0.292670] acpiphp: Slot [28] registered\n[ 0.293468] acpiphp: Slot [29] registered\n[ 0.294259] acpiphp: Slot [30] registered\n[ 0.295068] acpiphp: Slot [31] registered\n[ 0.295857] PCI host bridge to bus 0000:00\n[ 0.296657] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297843] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300440] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301860] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308297] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309555] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310701] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319415] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320807] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371585] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374360] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375725] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376944] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378639] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379668] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381193] vgaarb: loaded\n[ 0.381786] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382903] SCSI subsystem initialized\n[ 0.383709] ACPI: bus type USB registered\n[ 0.384512] usbcore: registered new interface driver usbfs\n[ 0.385527] usbcore: registered new interface driver hub\n[ 0.386518] usbcore: registered new device driver usb\n[ 0.387561] PCI: Using ACPI for IRQ routing\n[ 0.388569] NetLabel: Initializing\n[ 0.389271] NetLabel: domain hash size = 128\n[ 0.390113] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391044] NetLabel: unlabeled traffic allowed by default\n[ 0.392122] clocksource: Switched to clocksource kvm-clock\n[ 0.397515] AppArmor: AppArmor Filesystem Enabled\n[ 0.398458] pnp: PnP ACPI init\n[ 0.399352] pnp: PnP ACPI: found 5 devices\n[ 0.405711] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407394] NET: Registered protocol family 2\n[ 0.408368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409632] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410791] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411933] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412999] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414163] NET: Registered protocol family 1\n[ 0.415015] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416095] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431091] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445356] Trying to unpack rootfs image as initramfs...\n[ 0.495440] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509240] Scanning for low memory corruption every 60 seconds\n[ 0.510551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511676] audit: initializing netlink subsys (disabled)\n[ 0.512699] audit: type=2000 audit(1539348631.951:1): initialized\n[ 0.513987] Initialise system trusted keyring\n[ 0.514904] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516051] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517993] zbud: loaded\n[ 0.518692] VFS: Disk quotas dquot_6.6.0\n[ 0.519502] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521009] fuse init (API version 7.23)\n[ 0.521883] Key type big_key registered\n[ 0.522683] Allocating IMA MOK and blacklist keyrings.\n[ 0.524161] Key type asymmetric registered\n[ 0.525022] Asymmetric key parser 'x509' registered\n[ 0.525955] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527383] io scheduler noop registered\n[ 0.528174] io scheduler deadline registered (default)\n[ 0.529146] io scheduler cfq registered\n[ 0.529957] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530976] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532223] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533647] ACPI: Power Button [PWRF]\n[ 0.534459] GHES: HEST is not enabled!\n[ 0.549505] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580901] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604835] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608595] Linux agpgart interface v0.103\n[ 0.611737] brd: module loaded\n[ 0.613936] loop: module loaded\n[ 0.623819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626401] GPT:90111 != 2097151\n[ 0.627070] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628159] GPT:90111 != 2097151\n[ 0.628824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629775] vda: vda1 vda15\n[ 0.631182] scsi host0: ata_piix\n[ 0.631907] scsi host1: ata_piix\n[ 0.632624] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633826] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635259] libphy: Fixed MDIO Bus: probed\n[ 0.636063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639069] PPP generic driver version 2.4.2\n[ 0.639944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641231] ehci-pci: EHCI PCI platform driver\n[ 0.642088] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644181] ohci-pci: OHCI PCI platform driver\n[ 0.645038] ohci-platform: OHCI generic platform driver\n[ 0.646007] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660318] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662727] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664846] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666044] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667439] usb usb1: Product: UHCI Host Controller\n[ 0.668359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669484] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670505] hub 1-0:1.0: USB hub found\n[ 0.671272] hub 1-0:1.0: 2 ports detected\n[ 0.672168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674267] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676231] mousedev: PS/2 mouse device common for all mice\n[ 0.677464] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679273] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681544] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682711] i2c /dev entries driver\n[ 0.683468] device-mapper: uevent: version 1.0.3\n[ 0.684404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687333] NET: Registered protocol family 10\n[ 0.688334] NET: Registered protocol family 17\n[ 0.689210] Key type dns_resolver registered\n[ 0.690119] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691189] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692924] registered taskstats version 1\n[ 0.693750] Loading compiled-in X.509 certificates\n[ 0.695191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697023] zswap: loaded using pool lzo/zbud\n[ 0.698373] Key type trusted registered\n[ 0.700291] Key type encrypted registered\n[ 0.701103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702106] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703120] evm: HMAC attrs: 0x1\n[ 0.704032] Magic number: 6:984:834\n[ 0.704896] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:32 UTC (1539348632)\n[ 0.706485] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707580] EDD information not available.\n[ 0.788708] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790127] ata1.00: configured for MWDMA2\n[ 0.791303] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803854] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805392] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806858] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808952] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810796] Write protecting the kernel read-only data: 14336k\n[ 0.812606] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814716] 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.68\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.939876] 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.04s]\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\n"} 2018-10-12 12:52:07,749 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action used request id req-f226eece-2748-4fb4-af11-9eda123994fe 2018-10-12 12:52:07,789 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3ae9bc8-3eb4-44cd-820b-0bf2de6d6d16 x-compute-request-id: req-e3ae9bc8-3eb4-44cd-820b-0bf2de6d6d16 Content-Encoding: gzip Content-Length: 11140 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488712359 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128433] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130060] pid_max: default: 32768 minimum: 301\n[ 0.130940] ACPI: Core revision 20150930\n[ 0.132307] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133595] Security Framework initialized\n[ 0.134394] Yama: becoming mindful.\n[ 0.135107] AppArmor: AppArmor initialized\n[ 0.135959] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137269] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138521] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139707] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141064] Initializing cgroup subsys io\n[ 0.141866] Initializing cgroup subsys memory\n[ 0.142709] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144432] Initializing cgroup subsys net_cls\n[ 0.145279] Initializing cgroup subsys perf_event\n[ 0.146174] Initializing cgroup subsys net_prio\n[ 0.147053] Initializing cgroup subsys hugetlb\n[ 0.147921] Initializing cgroup subsys pids\n[ 0.148781] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151095] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152088] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162736] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169093] ftrace: allocating 31920 entries in 125 pages\n[ 0.195377] smpboot: Max logical packages: 1\n[ 0.196217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197550] x2apic enabled\n[ 0.198347] Switched APIC routing to physical x2apic.\n[ 0.200089] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203153] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204913] KVM setup paravirtual spinlock\n[ 0.206192] x86: Booted up 1 node, 1 CPUs\n[ 0.206994] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208379] devtmpfs: initialized\n[ 0.210082] evm: security.selinux\n[ 0.210776] evm: security.SMACK64\n[ 0.211454] evm: security.SMACK64EXEC\n[ 0.212183] evm: security.SMACK64TRANSMUTE\n[ 0.212975] evm: security.SMACK64MMAP\n[ 0.213706] evm: security.ima\n[ 0.214339] evm: security.capability\n[ 0.215133] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216954] pinctrl core: initialized pinctrl subsystem\n[ 0.218037] RTC time: 12:50:18, date: 10/12/18\n[ 0.218990] NET: Registered protocol family 16\n[ 0.219951] cpuidle: using governor ladder\n[ 0.220756] cpuidle: using governor menu\n[ 0.221527] PCCT header not found.\n[ 0.222260] ACPI: bus type PCI registered\n[ 0.223053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224275] PCI: Using configuration type 1 for base access\n[ 0.226014] ACPI: Added _OSI(Module Device)\n[ 0.226844] ACPI: Added _OSI(Processor Device)\n[ 0.227701] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228588] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230705] ACPI: Interpreter enabled\n[ 0.231463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235107] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238752] ACPI: (supports S0 S5)\n[ 0.239451] ACPI: Using IOAPIC for interrupt routing\n[ 0.240380] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243456] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244581] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245798] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246978] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249170] acpiphp: Slot [3] registered\n[ 0.249970] acpiphp: Slot [4] registered\n[ 0.250765] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252349] acpiphp: Slot [7] registered\n[ 0.253144] acpiphp: Slot [8] registered\n[ 0.253937] acpiphp: Slot [9] registered\n[ 0.254722] acpiphp: Slot [10] registered\n[ 0.255518] acpiphp: Slot [11] registered\n[ 0.256327] acpiphp: Slot [12] registered\n[ 0.257134] acpiphp: Slot [13] registered\n[ 0.257934] acpiphp: Slot [14] registered\n[ 0.258734] acpiphp: Slot [15] registered\n[ 0.269921] acpiphp: Slot [16] registered\n[ 0.270726] acpiphp: Slot [17] registered\n[ 0.271525] acpiphp: Slot [18] registered\n[ 0.272317] acpiphp: Slot [19] registered\n[ 0.273120] acpiphp: Slot [20] registered\n[ 0.273925] acpiphp: Slot [21] registered\n[ 0.274725] acpiphp: Slot [22] registered\n[ 0.275524] acpiphp: Slot [23] registered\n[ 0.276320] acpiphp: Slot [24] registered\n[ 0.277121] acpiphp: Slot [25] registered\n[ 0.277926] acpiphp: Slot [26] registered\n[ 0.278726] acpiphp: Slot [27] registered\n[ 0.279527] acpiphp: Slot [28] registered\n[ 0.280325] acpiphp: Slot [29] registered\n[ 0.281124] acpiphp: Slot [30] registered\n[ 0.281929] acpiphp: Slot [31] registered\n[ 0.282730] PCI host bridge to bus 0000:00\n[ 0.283528] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285912] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287337] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288767] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295105] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296377] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352599] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354087] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355514] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356927] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358305] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361915] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363446] vgaarb: loaded\n[ 0.364039] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365170] SCSI subsystem initialized\n[ 0.365984] ACPI: bus type USB registered\n[ 0.366801] usbcore: registered new interface driver usbfs\n[ 0.367817] usbcore: registered new interface driver hub\n[ 0.368815] usbcore: registered new device driver usb\n[ 0.369869] PCI: Using ACPI for IRQ routing\n[ 0.370885] NetLabel: Initializing\n[ 0.371591] NetLabel: domain hash size = 128\n[ 0.372431] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373367] NetLabel: unlabeled traffic allowed by default\n[ 0.374451] clocksource: Switched to clocksource kvm-clock\n[ 0.379848] AppArmor: AppArmor Filesystem Enabled\n[ 0.380823] pnp: PnP ACPI init\n[ 0.381735] pnp: PnP ACPI: found 5 devices\n[ 0.388101] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389802] NET: Registered protocol family 2\n[ 0.390761] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392038] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393206] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394366] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395456] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396628] NET: Registered protocol family 1\n[ 0.397499] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398601] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399675] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413700] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427888] Trying to unpack rootfs image as initramfs...\n[ 0.477729] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491540] Scanning for low memory corruption every 60 seconds\n[ 0.492867] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494016] audit: initializing netlink subsys (disabled)\n[ 0.495042] audit: type=2000 audit(1539348618.928:1): initialized\n[ 0.496342] Initialise system trusted keyring\n[ 0.497267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500395] zbud: loaded\n[ 0.501092] VFS: Disk quotas dquot_6.6.0\n[ 0.501925] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503445] fuse init (API version 7.23)\n[ 0.504323] Key type big_key registered\n[ 0.505122] Allocating IMA MOK and blacklist keyrings.\n[ 0.506603] Key type asymmetric registered\n[ 0.507427] Asymmetric key parser 'x509' registered\n[ 0.508374] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509829] io scheduler noop registered\n[ 0.510630] io scheduler deadline registered (default)\n[ 0.511615] io scheduler cfq registered\n[ 0.512443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513480] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514744] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516195] ACPI: Power Button [PWRF]\n[ 0.517021] GHES: HEST is not enabled!\n[ 0.530518] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589002] Linux agpgart interface v0.103\n[ 0.591106] brd: module loaded\n[ 0.592280] loop: module loaded\n[ 0.597320] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598774] GPT:90111 != 2097151\n[ 0.599450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600530] GPT:90111 != 2097151\n[ 0.601192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602143] vda: vda1 vda15\n[ 0.603880] scsi host0: ata_piix\n[ 0.604612] scsi host1: ata_piix\n[ 0.605316] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606542] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607988] libphy: Fixed MDIO Bus: probed\n[ 0.608806] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609745] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611987] PPP generic driver version 2.4.2\n[ 0.612869] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614205] ehci-pci: EHCI PCI platform driver\n[ 0.615082] ehci-platform: EHCI generic platform driver\n[ 0.616067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617178] ohci-pci: OHCI PCI platform driver\n[ 0.618847] ohci-platform: OHCI generic platform driver\n[ 0.620823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637750] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639410] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640839] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641863] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644180] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645579] usb usb1: Product: UHCI Host Controller\n[ 0.646507] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647695] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648647] hub 1-0:1.0: USB hub found\n[ 0.649420] hub 1-0:1.0: 2 ports detected\n[ 0.650305] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653391] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654410] mousedev: PS/2 mouse device common for all mice\n[ 0.655690] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657522] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659813] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660988] i2c /dev entries driver\n[ 0.661753] device-mapper: uevent: version 1.0.3\n[ 0.662697] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664302] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665586] NET: Registered protocol family 10\n[ 0.666579] NET: Registered protocol family 17\n[ 0.667461] Key type dns_resolver registered\n[ 0.668378] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671210] registered taskstats version 1\n[ 0.672037] Loading compiled-in X.509 certificates\n[ 0.673469] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675309] zswap: loaded using pool lzo/zbud\n[ 0.676689] Key type trusted registered\n[ 0.678236] Key type encrypted registered\n[ 0.679066] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680086] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681112] evm: HMAC attrs: 0x1\n[ 0.682056] Magic number: 6:984:834\n[ 0.682912] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:19 UTC (1539348619)\n[ 0.684490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685611] EDD information not available.\n[ 0.767395] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768921] Write protecting the kernel read-only data: 14336k\n[ 0.780946] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.173288] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCE1Scd1P3+i75OvmjpEHO2w2g/9TaVI7Zy6p1AY5bXYIPcp4wjJdQaNI/Jw+AJLBMUa36zi6qojNqjWCSZuAzgJiVRokAMKzLL+xM2J1oUn+F6mzGRfC1qFU8qfLdLWP/hwpeFC0Wmr4Z0th7JrNXjDGjNQ+gQ5458S6Icuhz1dWsgX3tYJz/Y1+c2I0xtmv4VV1CrirAtU22XlJ4X00iZ4YKvEdPxb8+dvRm5uKXs/Tse7fCWkXV4EPK9FIr+6uZwYmHkCdP6d0TFjrHyf8bJhBvVnTpOwaXSCRC9uKa/xLKDtc/j6OxGjKLdGYYg7+QmnDBHSyahtPjyC542a8Mx root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBANg49xIlDltamwGgm2P/eKpNTaiZUtVyXfk83rVoddrTWqsIPUVtdnoB0gjZjGflLklBgrs3jPVmpzrOn3KfK63ZrTdjQ/Xe5RSPO6TRfImB6bxlvFHfoLoDzEY09IM5pmKHiR9m6fFNyaw5n1T5SAwRuVAZIxNTqr2vKs9SmPJBAAAAFQC54X1vR+6fU3rT2OA8l0lGFo1uDwAAAIEAp3uHVAn7842aybueXkX/Nile/1DqKilMdMkaBfFR+ueM38msM31K3IznEIvSYt0ZYN8MLfVXrwuWpuYhX/08dAj0pf1xoTCcMdqV9XeEQyQQ/r4YTrfEHrqZxKogwmTkJhgiKP4qWvGt6JbpNMmrJo+hn+WdVbkvrO/MgbpVq+AAAACBAMyib2H5bUTQCBOIP0NeSkqa4hnHVC+wNjQrpU900Vc5XkRDqwyWtvsODr91/jLZti+dktywcx1A/6hEVa8iKtMoslaFh0DDfvPhXO6OyyYphrB2u6lSko7YhZwEG8H2Lx6/A4XFsDEMUCGBVqP5WwN8a3Vx3ig9cKrNeXoG/a+/ root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fea2:5259/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.37 ===\n/dev/root resized successfully [took 2.22s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:52:59 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:5259/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 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:7815 (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-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.119455] usb 1-1: Product: QEMU USB Tablet\n[ 1.119456] usb 1-1: Manufacturer: QEMU\n[ 1.119457] usb 1-1: SerialNumber: 42\n[ 1.132600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.154778] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.173288] random: dd urandom read with 5 bits of entropy available\n[ 1.490513] tsc: Refined TSC clocksource calibration: 3491.906 MHz\n[ 1.490515] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\n[ 3.491210] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.196858] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 12 13:50:19 cirros kern.info kernel: [ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.793704] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 12 13:50:19 cirros kern.info kernel: [ 0.793706] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 12 13:50:19 cirros kern.info kernel: [ 0.795370] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 12 13:50:19 cirros kern.info kernel: [ 0.798263] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 12 13:50:19 cirros kern.info kernel: [ 0.800240] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 12 13:50:19 cirros kern.info kernel: [ 0.823836] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:50:19 cirros kern.info kernel: [ 0.824726] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.825807] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:50:19 cirros kern.info kernel: [ 0.888068] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.958474] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119451] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119454] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119455] usb 1-1: Product: QEMU USB Tablet\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119456] usb 1-1: Manufacturer: QEMU\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119457] usb 1-1: SerialNumber: 42\nOct 12 13:50:19 cirros kern.info kernel: [ 1.132600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:50:19 cirros kern.info kernel: [ 1.154778] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:50:19 cirros kern.notice kernel: [ 1.173288] random: dd urandom read with 5 bits of entropy available\nOct 12 13:50:20 cirros kern.info kernel: [ 1.490513] tsc: Refined TSC clocksource calibration: 3491.906 MHz\nOct 12 13:50:20 cirros kern.info kernel: [ 1.490515] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\nOct 12 13:50:21 cirros auth.notice su: + /dev/console root:cirros\nOct 12 13:50:22 cirros authpriv.info dropbear[340]: Running in background\nOct 12 13:50:22 cirros kern.info kernel: [ 3.491210] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 12 13:50:23 cirros kern.info kernel: [ 4.196858] 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-10-12 12:52:07,790 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action used request id req-e3ae9bc8-3eb4-44cd-820b-0bf2de6d6d16 2018-10-12 12:52:08,713 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da78e4837035bde3e9d6f24ff9610f334c3e104d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:08,754 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5b8b91d9589b097a6ac6aa7660b4a79df580d7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:08,795 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049c7d68f548f3365690a05ccb56d2a85b0b5ec4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:09,778 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-b2a5b4a7-d7bf-4816-91af-545eb98f26fd x-compute-request-id: req-b2a5b4a7-d7bf-4816-91af-545eb98f26fd Content-Encoding: gzip Content-Length: 8108 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518383433 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132487] pid_max: default: 32768 minimum: 301\n[ 0.133355] ACPI: Core revision 20150930\n[ 0.134713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135983] Security Framework initialized\n[ 0.136774] Yama: becoming mindful.\n[ 0.137482] AppArmor: AppArmor initialized\n[ 0.138328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139627] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140862] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142031] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143383] Initializing cgroup subsys io\n[ 0.144170] Initializing cgroup subsys memory\n[ 0.145020] Initializing cgroup subsys devices\n[ 0.145864] Initializing cgroup subsys freezer\n[ 0.146713] Initializing cgroup subsys net_cls\n[ 0.147558] Initializing cgroup subsys perf_event\n[ 0.148439] Initializing cgroup subsys net_prio\n[ 0.149293] Initializing cgroup subsys hugetlb\n[ 0.150139] Initializing cgroup subsys pids\n[ 0.151007] CPU: Physical Processor ID: 0\n[ 0.152510] mce: CPU supports 10 MCE banks\n[ 0.153334] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164855] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171135] ftrace: allocating 31920 entries in 125 pages\n[ 0.197123] smpboot: Max logical packages: 1\n[ 0.197958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199296] x2apic enabled\n[ 0.200084] Switched APIC routing to physical x2apic.\n[ 0.201804] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202897] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204834] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206569] KVM setup paravirtual spinlock\n[ 0.207841] x86: Booted up 1 node, 1 CPUs\n[ 0.208631] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209982] devtmpfs: initialized\n[ 0.211677] evm: security.selinux\n[ 0.212361] evm: security.SMACK64\n[ 0.213032] evm: security.SMACK64EXEC\n[ 0.213759] evm: security.SMACK64TRANSMUTE\n[ 0.214549] evm: security.SMACK64MMAP\n[ 0.215273] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218495] pinctrl core: initialized pinctrl subsystem\n[ 0.219557] RTC time: 12:50:45, date: 10/12/18\n[ 0.220505] NET: Registered protocol family 16\n[ 0.221458] cpuidle: using governor ladder\n[ 0.222255] cpuidle: using governor menu\n[ 0.223017] PCCT header not found.\n[ 0.223758] ACPI: bus type PCI registered\n[ 0.224545] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225753] PCI: Using configuration type 1 for base access\n[ 0.227477] ACPI: Added _OSI(Module Device)\n[ 0.228295] ACPI: Added _OSI(Processor Device)\n[ 0.229136] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230010] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232105] ACPI: Interpreter enabled\n[ 0.232854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240032] ACPI: (supports S0 S5)\n[ 0.240720] ACPI: Using IOAPIC for interrupt routing\n[ 0.241750] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244798] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245938] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247150] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248309] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250466] acpiphp: Slot [3] registered\n[ 0.251243] acpiphp: Slot [4] registered\n[ 0.252015] acpiphp: Slot [5] registered\n[ 0.252792] acpiphp: Slot [6] registered\n[ 0.253565] acpiphp: Slot [7] registered\n[ 0.254347] acpiphp: Slot [8] registered\n[ 0.255122] acpiphp: Slot [9] registered\n[ 0.255907] acpiphp: Slot [10] registered\n[ 0.256701] acpiphp: Slot [11] registered\n[ 0.257489] acpiphp: Slot [12] registered\n[ 0.258282] acpiphp: Slot [13] registered\n[ 0.259071] acpiphp: Slot [14] registered\n[ 0.259860] acpiphp: Slot [15] registered\n[ 0.270520] acpiphp: Slot [16] registered\n[ 0.271320] acpiphp: Slot [17] registered\n[ 0.272103] acpiphp: Slot [18] registered\n[ 0.272892] acpiphp: Slot [19] registered\n[ 0.273678] acpiphp: Slot [20] registered\n[ 0.274463] acpiphp: Slot [21] registered\n[ 0.275255] acpiphp: Slot [22] registered\n[ 0.276038] acpiphp: Slot [23] registered\n[ 0.276825] acpiphp: Slot [24] registered\n[ 0.277614] acpiphp: Slot [25] registered\n[ 0.278398] acpiphp: Slot [26] registered\n[ 0.279185] acpiphp: Slot [27] registered\n[ 0.279980] acpiphp: Slot [28] registered\n[ 0.280772] acpiphp: Slot [29] registered\n[ 0.281561] acpiphp: Slot [30] registered\n[ 0.282367] acpiphp: Slot [31] registered\n[ 0.283148] PCI host bridge to bus 0000:00\n[ 0.283934] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285115] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286288] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287691] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289089] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296483] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297618] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298844] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305158] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306567] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351890] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354752] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357888] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361246] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362822] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365064] vgaarb: loaded\n[ 0.365889] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367476] SCSI subsystem initialized\n[ 0.368651] ACPI: bus type USB registered\n[ 0.369840] usbcore: registered new interface driver usbfs\n[ 0.371347] usbcore: registered new interface driver hub\n[ 0.372846] usbcore: registered new device driver usb\n[ 0.374353] PCI: Using ACPI for IRQ routing\n[ 0.375751] NetLabel: Initializing\n[ 0.376748] NetLabel: domain hash size = 128\n[ 0.377997] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379401] NetLabel: unlabeled traffic allowed by default\n[ 0.380984] clocksource: Switched to clocksource kvm-clock\n[ 0.387002] AppArmor: AppArmor Filesystem Enabled\n[ 0.388403] pnp: PnP ACPI init\n[ 0.389615] pnp: PnP ACPI: found 5 devices\n[ 0.396366] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398904] NET: Registered protocol family 2\n[ 0.400201] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402067] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403808] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405549] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408875] NET: Registered protocol family 1\n[ 0.410129] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411768] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413350] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427575] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441965] Trying to unpack rootfs image as initramfs...\n[ 0.491936] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506345] Scanning for low memory corruption every 60 seconds\n[ 0.508111] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509732] audit: initializing netlink subsys (disabled)\n[ 0.511207] audit: type=2000 audit(1539348646.340:1): initialized\n[ 0.513075] Initialise system trusted keyring\n[ 0.514360] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516068] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.518576] zbud: loaded\n[ 0.519532] VFS: Disk quotas dquot_6.6.0\n[ 0.520693] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522755] fuse init (API version 7.23)\n[ 0.523987] Key type big_key registered\n[ 0.525138] Allocating IMA MOK and blacklist keyrings.\n[ 0.526654] Key type asymmetric registered\n[ 0.527757] Asymmetric key parser 'x509' registered\n[ 0.529177] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531673] io scheduler noop registered\n[ 0.532757] io scheduler deadline registered (default)\n[ 0.534168] io scheduler cfq registered\n[ 0.535340] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536884] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.538728] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.540795] ACPI: Power Button [PWRF]\n[ 0.541960] GHES: HEST is not enabled!\n[ 0.555762] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586702] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589908] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613412] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616242] Linux agpgart interface v0.103\n[ 0.618647] brd: module loaded\n[ 0.620105] loop: module loaded\n[ 0.625458] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627467] GPT:90111 != 2097151\n[ 0.628406] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629991] GPT:90111 != 2097151\n[ 0.630891] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632288] vda: vda1 vda15\n[ 0.634019] scsi host0: ata_piix\n[ 0.635013] scsi host1: ata_piix\n[ 0.635987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639589] libphy: Fixed MDIO Bus: probed\n[ 0.640739] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642093] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645631] PPP generic driver version 2.4.2\n[ 0.646943] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648170] ehci-pci: EHCI PCI platform driver\n[ 0.649057] ehci-platform: EHCI generic platform driver\n[ 0.650038] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651165] ohci-pci: OHCI PCI platform driver\n[ 0.652044] ohci-platform: OHCI generic platform driver\n[ 0.653062] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667659] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668706] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670235] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672456] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673737] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675211] usb usb1: Product: UHCI Host Controller\n[ 0.676181] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678471] hub 1-0:1.0: USB hub found\n[ 0.679280] hub 1-0:1.0: 2 ports detected\n[ 0.680226] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682412] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683402] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684483] mousedev: PS/2 mouse device common for all mice\n[ 0.685787] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688831] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691376] i2c /dev entries driver\n[ 0.692166] device-mapper: uevent: version 1.0.3\n[ 0.693151] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694838] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696188] NET: Registered protocol family 10\n[ 0.697253] NET: Registered protocol family 17\n[ 0.698171] Key type dns_resolver registered\n[ 0.699133] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700276] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702093] registered taskstats version 1\n[ 0.702952] Loading compiled-in X.509 certificates\n[ 0.704428] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706365] zswap: loaded using pool lzo/zbud\n[ 0.708319] Key type trusted registered\n[ 0.709909] Key type encrypted registered\n[ 0.710771] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712888] evm: HMAC attrs: 0x1\n[ 0.714236] Magic number: 6:984:834\n[ 0.715110] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:46 UTC (1539348646)\n[ 0.716761] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717912] EDD information not available.\n[ 0.793525] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794987] ata1.00: configured for MWDMA2\n[ 0.796227] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.808911] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810125] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811367] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813236] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814737] Write protecting the kernel read-only data: 14336k\n[ 0.816290] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818088] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.192613] 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.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.66s]\nping 10.10.10.13 OK\nping 10.10.10.8 OK\n"} 2018-10-12 12:52:09,778 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action used request id req-b2a5b4a7-d7bf-4816-91af-545eb98f26fd 2018-10-12 12:52:09,831 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-1f6b2596-65b7-4f10-9978-9e8e0d61b7e3 x-compute-request-id: req-1f6b2596-65b7-4f10-9978-9e8e0d61b7e3 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 540505183 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.138006] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.139779] pid_max: default: 32768 minimum: 301\n[ 0.140727] ACPI: Core revision 20150930\n[ 0.142158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143534] Security Framework initialized\n[ 0.144398] Yama: becoming mindful.\n[ 0.145183] AppArmor: AppArmor initialized\n[ 0.146070] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147488] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151607] Initializing cgroup subsys io\n[ 0.152471] Initializing cgroup subsys memory\n[ 0.153421] Initializing cgroup subsys devices\n[ 0.154348] Initializing cgroup subsys freezer\n[ 0.155295] Initializing cgroup subsys net_cls\n[ 0.156239] Initializing cgroup subsys perf_event\n[ 0.157251] Initializing cgroup subsys net_prio\n[ 0.158231] Initializing cgroup subsys hugetlb\n[ 0.159178] Initializing cgroup subsys pids\n[ 0.160110] CPU: Physical Processor ID: 0\n[ 0.161618] mce: CPU supports 10 MCE banks\n[ 0.162457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163440] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175438] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181885] ftrace: allocating 31920 entries in 125 pages\n[ 0.208859] smpboot: Max logical packages: 1\n[ 0.209702] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211033] x2apic enabled\n[ 0.211836] Switched APIC routing to physical x2apic.\n[ 0.213582] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216649] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218414] KVM setup paravirtual spinlock\n[ 0.219707] x86: Booted up 1 node, 1 CPUs\n[ 0.220523] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.221899] devtmpfs: initialized\n[ 0.223606] evm: security.selinux\n[ 0.224299] evm: security.SMACK64\n[ 0.224975] evm: security.SMACK64EXEC\n[ 0.225707] evm: security.SMACK64TRANSMUTE\n[ 0.226500] evm: security.SMACK64MMAP\n[ 0.227228] evm: security.ima\n[ 0.227864] evm: security.capability\n[ 0.228662] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230479] pinctrl core: initialized pinctrl subsystem\n[ 0.231558] RTC time: 12:50:31, date: 10/12/18\n[ 0.232505] NET: Registered protocol family 16\n[ 0.233463] cpuidle: using governor ladder\n[ 0.234270] cpuidle: using governor menu\n[ 0.235039] PCCT header not found.\n[ 0.235776] ACPI: bus type PCI registered\n[ 0.236567] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237782] PCI: Using configuration type 1 for base access\n[ 0.239518] ACPI: Added _OSI(Module Device)\n[ 0.240345] ACPI: Added _OSI(Processor Device)\n[ 0.241195] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242074] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244168] ACPI: Interpreter enabled\n[ 0.244923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252205] ACPI: (supports S0 S5)\n[ 0.252897] ACPI: Using IOAPIC for interrupt routing\n[ 0.254076] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257152] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258280] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259492] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260667] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262858] acpiphp: Slot [3] registered\n[ 0.263649] acpiphp: Slot [4] registered\n[ 0.264436] acpiphp: Slot [5] registered\n[ 0.265219] acpiphp: Slot [6] registered\n[ 0.265996] acpiphp: Slot [7] registered\n[ 0.266785] acpiphp: Slot [8] registered\n[ 0.267570] acpiphp: Slot [9] registered\n[ 0.268351] acpiphp: Slot [10] registered\n[ 0.269144] acpiphp: Slot [11] registered\n[ 0.269949] acpiphp: Slot [12] registered\n[ 0.270745] acpiphp: Slot [13] registered\n[ 0.271545] acpiphp: Slot [14] registered\n[ 0.272344] acpiphp: Slot [15] registered\n[ 0.283107] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284714] acpiphp: Slot [18] registered\n[ 0.285509] acpiphp: Slot [19] registered\n[ 0.286301] acpiphp: Slot [20] registered\n[ 0.287103] acpiphp: Slot [21] registered\n[ 0.287896] acpiphp: Slot [22] registered\n[ 0.288690] acpiphp: Slot [23] registered\n[ 0.289489] acpiphp: Slot [24] registered\n[ 0.290282] acpiphp: Slot [25] registered\n[ 0.291073] acpiphp: Slot [26] registered\n[ 0.291873] acpiphp: Slot [27] registered\n[ 0.292670] acpiphp: Slot [28] registered\n[ 0.293468] acpiphp: Slot [29] registered\n[ 0.294259] acpiphp: Slot [30] registered\n[ 0.295068] acpiphp: Slot [31] registered\n[ 0.295857] PCI host bridge to bus 0000:00\n[ 0.296657] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297843] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300440] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301860] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308297] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309555] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310701] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319415] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320807] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371585] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374360] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375725] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376944] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378639] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379668] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381193] vgaarb: loaded\n[ 0.381786] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382903] SCSI subsystem initialized\n[ 0.383709] ACPI: bus type USB registered\n[ 0.384512] usbcore: registered new interface driver usbfs\n[ 0.385527] usbcore: registered new interface driver hub\n[ 0.386518] usbcore: registered new device driver usb\n[ 0.387561] PCI: Using ACPI for IRQ routing\n[ 0.388569] NetLabel: Initializing\n[ 0.389271] NetLabel: domain hash size = 128\n[ 0.390113] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391044] NetLabel: unlabeled traffic allowed by default\n[ 0.392122] clocksource: Switched to clocksource kvm-clock\n[ 0.397515] AppArmor: AppArmor Filesystem Enabled\n[ 0.398458] pnp: PnP ACPI init\n[ 0.399352] pnp: PnP ACPI: found 5 devices\n[ 0.405711] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407394] NET: Registered protocol family 2\n[ 0.408368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409632] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410791] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411933] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412999] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414163] NET: Registered protocol family 1\n[ 0.415015] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416095] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431091] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445356] Trying to unpack rootfs image as initramfs...\n[ 0.495440] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509240] Scanning for low memory corruption every 60 seconds\n[ 0.510551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511676] audit: initializing netlink subsys (disabled)\n[ 0.512699] audit: type=2000 audit(1539348631.951:1): initialized\n[ 0.513987] Initialise system trusted keyring\n[ 0.514904] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516051] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517993] zbud: loaded\n[ 0.518692] VFS: Disk quotas dquot_6.6.0\n[ 0.519502] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521009] fuse init (API version 7.23)\n[ 0.521883] Key type big_key registered\n[ 0.522683] Allocating IMA MOK and blacklist keyrings.\n[ 0.524161] Key type asymmetric registered\n[ 0.525022] Asymmetric key parser 'x509' registered\n[ 0.525955] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527383] io scheduler noop registered\n[ 0.528174] io scheduler deadline registered (default)\n[ 0.529146] io scheduler cfq registered\n[ 0.529957] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530976] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532223] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533647] ACPI: Power Button [PWRF]\n[ 0.534459] GHES: HEST is not enabled!\n[ 0.549505] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580901] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604835] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608595] Linux agpgart interface v0.103\n[ 0.611737] brd: module loaded\n[ 0.613936] loop: module loaded\n[ 0.623819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626401] GPT:90111 != 2097151\n[ 0.627070] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628159] GPT:90111 != 2097151\n[ 0.628824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629775] vda: vda1 vda15\n[ 0.631182] scsi host0: ata_piix\n[ 0.631907] scsi host1: ata_piix\n[ 0.632624] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633826] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635259] libphy: Fixed MDIO Bus: probed\n[ 0.636063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639069] PPP generic driver version 2.4.2\n[ 0.639944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641231] ehci-pci: EHCI PCI platform driver\n[ 0.642088] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644181] ohci-pci: OHCI PCI platform driver\n[ 0.645038] ohci-platform: OHCI generic platform driver\n[ 0.646007] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660318] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662727] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664846] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666044] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667439] usb usb1: Product: UHCI Host Controller\n[ 0.668359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669484] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670505] hub 1-0:1.0: USB hub found\n[ 0.671272] hub 1-0:1.0: 2 ports detected\n[ 0.672168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674267] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676231] mousedev: PS/2 mouse device common for all mice\n[ 0.677464] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679273] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681544] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682711] i2c /dev entries driver\n[ 0.683468] device-mapper: uevent: version 1.0.3\n[ 0.684404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687333] NET: Registered protocol family 10\n[ 0.688334] NET: Registered protocol family 17\n[ 0.689210] Key type dns_resolver registered\n[ 0.690119] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691189] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692924] registered taskstats version 1\n[ 0.693750] Loading compiled-in X.509 certificates\n[ 0.695191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697023] zswap: loaded using pool lzo/zbud\n[ 0.698373] Key type trusted registered\n[ 0.700291] Key type encrypted registered\n[ 0.701103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702106] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703120] evm: HMAC attrs: 0x1\n[ 0.704032] Magic number: 6:984:834\n[ 0.704896] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:32 UTC (1539348632)\n[ 0.706485] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707580] EDD information not available.\n[ 0.788708] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790127] ata1.00: configured for MWDMA2\n[ 0.791303] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803854] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805392] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806858] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808952] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810796] Write protecting the kernel read-only data: 14336k\n[ 0.812606] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814716] 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.68\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.939876] 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.04s]\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\n"} 2018-10-12 12:52:09,832 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action used request id req-1f6b2596-65b7-4f10-9978-9e8e0d61b7e3 2018-10-12 12:52:09,865 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-6c86cf9d-885a-41ba-acba-6be1e7793e2e x-compute-request-id: req-6c86cf9d-885a-41ba-acba-6be1e7793e2e Content-Encoding: gzip Content-Length: 11140 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488712359 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128433] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130060] pid_max: default: 32768 minimum: 301\n[ 0.130940] ACPI: Core revision 20150930\n[ 0.132307] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133595] Security Framework initialized\n[ 0.134394] Yama: becoming mindful.\n[ 0.135107] AppArmor: AppArmor initialized\n[ 0.135959] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137269] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138521] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139707] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141064] Initializing cgroup subsys io\n[ 0.141866] Initializing cgroup subsys memory\n[ 0.142709] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144432] Initializing cgroup subsys net_cls\n[ 0.145279] Initializing cgroup subsys perf_event\n[ 0.146174] Initializing cgroup subsys net_prio\n[ 0.147053] Initializing cgroup subsys hugetlb\n[ 0.147921] Initializing cgroup subsys pids\n[ 0.148781] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151095] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152088] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162736] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169093] ftrace: allocating 31920 entries in 125 pages\n[ 0.195377] smpboot: Max logical packages: 1\n[ 0.196217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197550] x2apic enabled\n[ 0.198347] Switched APIC routing to physical x2apic.\n[ 0.200089] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203153] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204913] KVM setup paravirtual spinlock\n[ 0.206192] x86: Booted up 1 node, 1 CPUs\n[ 0.206994] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208379] devtmpfs: initialized\n[ 0.210082] evm: security.selinux\n[ 0.210776] evm: security.SMACK64\n[ 0.211454] evm: security.SMACK64EXEC\n[ 0.212183] evm: security.SMACK64TRANSMUTE\n[ 0.212975] evm: security.SMACK64MMAP\n[ 0.213706] evm: security.ima\n[ 0.214339] evm: security.capability\n[ 0.215133] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216954] pinctrl core: initialized pinctrl subsystem\n[ 0.218037] RTC time: 12:50:18, date: 10/12/18\n[ 0.218990] NET: Registered protocol family 16\n[ 0.219951] cpuidle: using governor ladder\n[ 0.220756] cpuidle: using governor menu\n[ 0.221527] PCCT header not found.\n[ 0.222260] ACPI: bus type PCI registered\n[ 0.223053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224275] PCI: Using configuration type 1 for base access\n[ 0.226014] ACPI: Added _OSI(Module Device)\n[ 0.226844] ACPI: Added _OSI(Processor Device)\n[ 0.227701] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228588] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230705] ACPI: Interpreter enabled\n[ 0.231463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235107] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238752] ACPI: (supports S0 S5)\n[ 0.239451] ACPI: Using IOAPIC for interrupt routing\n[ 0.240380] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243456] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244581] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245798] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246978] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249170] acpiphp: Slot [3] registered\n[ 0.249970] acpiphp: Slot [4] registered\n[ 0.250765] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252349] acpiphp: Slot [7] registered\n[ 0.253144] acpiphp: Slot [8] registered\n[ 0.253937] acpiphp: Slot [9] registered\n[ 0.254722] acpiphp: Slot [10] registered\n[ 0.255518] acpiphp: Slot [11] registered\n[ 0.256327] acpiphp: Slot [12] registered\n[ 0.257134] acpiphp: Slot [13] registered\n[ 0.257934] acpiphp: Slot [14] registered\n[ 0.258734] acpiphp: Slot [15] registered\n[ 0.269921] acpiphp: Slot [16] registered\n[ 0.270726] acpiphp: Slot [17] registered\n[ 0.271525] acpiphp: Slot [18] registered\n[ 0.272317] acpiphp: Slot [19] registered\n[ 0.273120] acpiphp: Slot [20] registered\n[ 0.273925] acpiphp: Slot [21] registered\n[ 0.274725] acpiphp: Slot [22] registered\n[ 0.275524] acpiphp: Slot [23] registered\n[ 0.276320] acpiphp: Slot [24] registered\n[ 0.277121] acpiphp: Slot [25] registered\n[ 0.277926] acpiphp: Slot [26] registered\n[ 0.278726] acpiphp: Slot [27] registered\n[ 0.279527] acpiphp: Slot [28] registered\n[ 0.280325] acpiphp: Slot [29] registered\n[ 0.281124] acpiphp: Slot [30] registered\n[ 0.281929] acpiphp: Slot [31] registered\n[ 0.282730] PCI host bridge to bus 0000:00\n[ 0.283528] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285912] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287337] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288767] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295105] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296377] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352599] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354087] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355514] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356927] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358305] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361915] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363446] vgaarb: loaded\n[ 0.364039] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365170] SCSI subsystem initialized\n[ 0.365984] ACPI: bus type USB registered\n[ 0.366801] usbcore: registered new interface driver usbfs\n[ 0.367817] usbcore: registered new interface driver hub\n[ 0.368815] usbcore: registered new device driver usb\n[ 0.369869] PCI: Using ACPI for IRQ routing\n[ 0.370885] NetLabel: Initializing\n[ 0.371591] NetLabel: domain hash size = 128\n[ 0.372431] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373367] NetLabel: unlabeled traffic allowed by default\n[ 0.374451] clocksource: Switched to clocksource kvm-clock\n[ 0.379848] AppArmor: AppArmor Filesystem Enabled\n[ 0.380823] pnp: PnP ACPI init\n[ 0.381735] pnp: PnP ACPI: found 5 devices\n[ 0.388101] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389802] NET: Registered protocol family 2\n[ 0.390761] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392038] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393206] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394366] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395456] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396628] NET: Registered protocol family 1\n[ 0.397499] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398601] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399675] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413700] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427888] Trying to unpack rootfs image as initramfs...\n[ 0.477729] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491540] Scanning for low memory corruption every 60 seconds\n[ 0.492867] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494016] audit: initializing netlink subsys (disabled)\n[ 0.495042] audit: type=2000 audit(1539348618.928:1): initialized\n[ 0.496342] Initialise system trusted keyring\n[ 0.497267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500395] zbud: loaded\n[ 0.501092] VFS: Disk quotas dquot_6.6.0\n[ 0.501925] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503445] fuse init (API version 7.23)\n[ 0.504323] Key type big_key registered\n[ 0.505122] Allocating IMA MOK and blacklist keyrings.\n[ 0.506603] Key type asymmetric registered\n[ 0.507427] Asymmetric key parser 'x509' registered\n[ 0.508374] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509829] io scheduler noop registered\n[ 0.510630] io scheduler deadline registered (default)\n[ 0.511615] io scheduler cfq registered\n[ 0.512443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513480] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514744] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516195] ACPI: Power Button [PWRF]\n[ 0.517021] GHES: HEST is not enabled!\n[ 0.530518] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589002] Linux agpgart interface v0.103\n[ 0.591106] brd: module loaded\n[ 0.592280] loop: module loaded\n[ 0.597320] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598774] GPT:90111 != 2097151\n[ 0.599450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600530] GPT:90111 != 2097151\n[ 0.601192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602143] vda: vda1 vda15\n[ 0.603880] scsi host0: ata_piix\n[ 0.604612] scsi host1: ata_piix\n[ 0.605316] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606542] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607988] libphy: Fixed MDIO Bus: probed\n[ 0.608806] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609745] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611987] PPP generic driver version 2.4.2\n[ 0.612869] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614205] ehci-pci: EHCI PCI platform driver\n[ 0.615082] ehci-platform: EHCI generic platform driver\n[ 0.616067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617178] ohci-pci: OHCI PCI platform driver\n[ 0.618847] ohci-platform: OHCI generic platform driver\n[ 0.620823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637750] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639410] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640839] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641863] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644180] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645579] usb usb1: Product: UHCI Host Controller\n[ 0.646507] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647695] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648647] hub 1-0:1.0: USB hub found\n[ 0.649420] hub 1-0:1.0: 2 ports detected\n[ 0.650305] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653391] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654410] mousedev: PS/2 mouse device common for all mice\n[ 0.655690] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657522] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659813] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660988] i2c /dev entries driver\n[ 0.661753] device-mapper: uevent: version 1.0.3\n[ 0.662697] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664302] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665586] NET: Registered protocol family 10\n[ 0.666579] NET: Registered protocol family 17\n[ 0.667461] Key type dns_resolver registered\n[ 0.668378] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671210] registered taskstats version 1\n[ 0.672037] Loading compiled-in X.509 certificates\n[ 0.673469] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675309] zswap: loaded using pool lzo/zbud\n[ 0.676689] Key type trusted registered\n[ 0.678236] Key type encrypted registered\n[ 0.679066] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680086] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681112] evm: HMAC attrs: 0x1\n[ 0.682056] Magic number: 6:984:834\n[ 0.682912] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:19 UTC (1539348619)\n[ 0.684490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685611] EDD information not available.\n[ 0.767395] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768921] Write protecting the kernel read-only data: 14336k\n[ 0.780946] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.173288] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCE1Scd1P3+i75OvmjpEHO2w2g/9TaVI7Zy6p1AY5bXYIPcp4wjJdQaNI/Jw+AJLBMUa36zi6qojNqjWCSZuAzgJiVRokAMKzLL+xM2J1oUn+F6mzGRfC1qFU8qfLdLWP/hwpeFC0Wmr4Z0th7JrNXjDGjNQ+gQ5458S6Icuhz1dWsgX3tYJz/Y1+c2I0xtmv4VV1CrirAtU22XlJ4X00iZ4YKvEdPxb8+dvRm5uKXs/Tse7fCWkXV4EPK9FIr+6uZwYmHkCdP6d0TFjrHyf8bJhBvVnTpOwaXSCRC9uKa/xLKDtc/j6OxGjKLdGYYg7+QmnDBHSyahtPjyC542a8Mx root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBANg49xIlDltamwGgm2P/eKpNTaiZUtVyXfk83rVoddrTWqsIPUVtdnoB0gjZjGflLklBgrs3jPVmpzrOn3KfK63ZrTdjQ/Xe5RSPO6TRfImB6bxlvFHfoLoDzEY09IM5pmKHiR9m6fFNyaw5n1T5SAwRuVAZIxNTqr2vKs9SmPJBAAAAFQC54X1vR+6fU3rT2OA8l0lGFo1uDwAAAIEAp3uHVAn7842aybueXkX/Nile/1DqKilMdMkaBfFR+ueM38msM31K3IznEIvSYt0ZYN8MLfVXrwuWpuYhX/08dAj0pf1xoTCcMdqV9XeEQyQQ/r4YTrfEHrqZxKogwmTkJhgiKP4qWvGt6JbpNMmrJo+hn+WdVbkvrO/MgbpVq+AAAACBAMyib2H5bUTQCBOIP0NeSkqa4hnHVC+wNjQrpU900Vc5XkRDqwyWtvsODr91/jLZti+dktywcx1A/6hEVa8iKtMoslaFh0DDfvPhXO6OyyYphrB2u6lSko7YhZwEG8H2Lx6/A4XFsDEMUCGBVqP5WwN8a3Vx3ig9cKrNeXoG/a+/ root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fea2:5259/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.37 ===\n/dev/root resized successfully [took 2.22s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:52:59 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:5259/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 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:7815 (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-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.119455] usb 1-1: Product: QEMU USB Tablet\n[ 1.119456] usb 1-1: Manufacturer: QEMU\n[ 1.119457] usb 1-1: SerialNumber: 42\n[ 1.132600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.154778] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.173288] random: dd urandom read with 5 bits of entropy available\n[ 1.490513] tsc: Refined TSC clocksource calibration: 3491.906 MHz\n[ 1.490515] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\n[ 3.491210] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.196858] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 12 13:50:19 cirros kern.info kernel: [ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.793704] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 12 13:50:19 cirros kern.info kernel: [ 0.793706] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 12 13:50:19 cirros kern.info kernel: [ 0.795370] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 12 13:50:19 cirros kern.info kernel: [ 0.798263] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 12 13:50:19 cirros kern.info kernel: [ 0.800240] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 12 13:50:19 cirros kern.info kernel: [ 0.823836] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:50:19 cirros kern.info kernel: [ 0.824726] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.825807] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:50:19 cirros kern.info kernel: [ 0.888068] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.958474] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119451] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119454] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119455] usb 1-1: Product: QEMU USB Tablet\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119456] usb 1-1: Manufacturer: QEMU\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119457] usb 1-1: SerialNumber: 42\nOct 12 13:50:19 cirros kern.info kernel: [ 1.132600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:50:19 cirros kern.info kernel: [ 1.154778] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:50:19 cirros kern.notice kernel: [ 1.173288] random: dd urandom read with 5 bits of entropy available\nOct 12 13:50:20 cirros kern.info kernel: [ 1.490513] tsc: Refined TSC clocksource calibration: 3491.906 MHz\nOct 12 13:50:20 cirros kern.info kernel: [ 1.490515] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\nOct 12 13:50:21 cirros auth.notice su: + /dev/console root:cirros\nOct 12 13:50:22 cirros authpriv.info dropbear[340]: Running in background\nOct 12 13:50:22 cirros kern.info kernel: [ 3.491210] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 12 13:50:23 cirros kern.info kernel: [ 4.196858] 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-10-12 12:52:09,865 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action used request id req-6c86cf9d-885a-41ba-acba-6be1e7793e2e 2018-10-12 12:52:10,783 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da78e4837035bde3e9d6f24ff9610f334c3e104d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:10,837 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5b8b91d9589b097a6ac6aa7660b4a79df580d7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:10,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049c7d68f548f3365690a05ccb56d2a85b0b5ec4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:11,851 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-cc9f6bfd-a408-4e4a-905a-cded7813021e x-compute-request-id: req-cc9f6bfd-a408-4e4a-905a-cded7813021e Content-Encoding: gzip Content-Length: 8108 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518383433 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132487] pid_max: default: 32768 minimum: 301\n[ 0.133355] ACPI: Core revision 20150930\n[ 0.134713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135983] Security Framework initialized\n[ 0.136774] Yama: becoming mindful.\n[ 0.137482] AppArmor: AppArmor initialized\n[ 0.138328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139627] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140862] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142031] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143383] Initializing cgroup subsys io\n[ 0.144170] Initializing cgroup subsys memory\n[ 0.145020] Initializing cgroup subsys devices\n[ 0.145864] Initializing cgroup subsys freezer\n[ 0.146713] Initializing cgroup subsys net_cls\n[ 0.147558] Initializing cgroup subsys perf_event\n[ 0.148439] Initializing cgroup subsys net_prio\n[ 0.149293] Initializing cgroup subsys hugetlb\n[ 0.150139] Initializing cgroup subsys pids\n[ 0.151007] CPU: Physical Processor ID: 0\n[ 0.152510] mce: CPU supports 10 MCE banks\n[ 0.153334] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164855] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171135] ftrace: allocating 31920 entries in 125 pages\n[ 0.197123] smpboot: Max logical packages: 1\n[ 0.197958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199296] x2apic enabled\n[ 0.200084] Switched APIC routing to physical x2apic.\n[ 0.201804] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202897] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204834] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206569] KVM setup paravirtual spinlock\n[ 0.207841] x86: Booted up 1 node, 1 CPUs\n[ 0.208631] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209982] devtmpfs: initialized\n[ 0.211677] evm: security.selinux\n[ 0.212361] evm: security.SMACK64\n[ 0.213032] evm: security.SMACK64EXEC\n[ 0.213759] evm: security.SMACK64TRANSMUTE\n[ 0.214549] evm: security.SMACK64MMAP\n[ 0.215273] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218495] pinctrl core: initialized pinctrl subsystem\n[ 0.219557] RTC time: 12:50:45, date: 10/12/18\n[ 0.220505] NET: Registered protocol family 16\n[ 0.221458] cpuidle: using governor ladder\n[ 0.222255] cpuidle: using governor menu\n[ 0.223017] PCCT header not found.\n[ 0.223758] ACPI: bus type PCI registered\n[ 0.224545] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225753] PCI: Using configuration type 1 for base access\n[ 0.227477] ACPI: Added _OSI(Module Device)\n[ 0.228295] ACPI: Added _OSI(Processor Device)\n[ 0.229136] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230010] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232105] ACPI: Interpreter enabled\n[ 0.232854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240032] ACPI: (supports S0 S5)\n[ 0.240720] ACPI: Using IOAPIC for interrupt routing\n[ 0.241750] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244798] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245938] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247150] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248309] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250466] acpiphp: Slot [3] registered\n[ 0.251243] acpiphp: Slot [4] registered\n[ 0.252015] acpiphp: Slot [5] registered\n[ 0.252792] acpiphp: Slot [6] registered\n[ 0.253565] acpiphp: Slot [7] registered\n[ 0.254347] acpiphp: Slot [8] registered\n[ 0.255122] acpiphp: Slot [9] registered\n[ 0.255907] acpiphp: Slot [10] registered\n[ 0.256701] acpiphp: Slot [11] registered\n[ 0.257489] acpiphp: Slot [12] registered\n[ 0.258282] acpiphp: Slot [13] registered\n[ 0.259071] acpiphp: Slot [14] registered\n[ 0.259860] acpiphp: Slot [15] registered\n[ 0.270520] acpiphp: Slot [16] registered\n[ 0.271320] acpiphp: Slot [17] registered\n[ 0.272103] acpiphp: Slot [18] registered\n[ 0.272892] acpiphp: Slot [19] registered\n[ 0.273678] acpiphp: Slot [20] registered\n[ 0.274463] acpiphp: Slot [21] registered\n[ 0.275255] acpiphp: Slot [22] registered\n[ 0.276038] acpiphp: Slot [23] registered\n[ 0.276825] acpiphp: Slot [24] registered\n[ 0.277614] acpiphp: Slot [25] registered\n[ 0.278398] acpiphp: Slot [26] registered\n[ 0.279185] acpiphp: Slot [27] registered\n[ 0.279980] acpiphp: Slot [28] registered\n[ 0.280772] acpiphp: Slot [29] registered\n[ 0.281561] acpiphp: Slot [30] registered\n[ 0.282367] acpiphp: Slot [31] registered\n[ 0.283148] PCI host bridge to bus 0000:00\n[ 0.283934] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285115] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286288] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287691] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289089] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296483] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297618] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298844] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305158] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306567] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351890] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354752] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357888] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361246] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362822] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365064] vgaarb: loaded\n[ 0.365889] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367476] SCSI subsystem initialized\n[ 0.368651] ACPI: bus type USB registered\n[ 0.369840] usbcore: registered new interface driver usbfs\n[ 0.371347] usbcore: registered new interface driver hub\n[ 0.372846] usbcore: registered new device driver usb\n[ 0.374353] PCI: Using ACPI for IRQ routing\n[ 0.375751] NetLabel: Initializing\n[ 0.376748] NetLabel: domain hash size = 128\n[ 0.377997] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379401] NetLabel: unlabeled traffic allowed by default\n[ 0.380984] clocksource: Switched to clocksource kvm-clock\n[ 0.387002] AppArmor: AppArmor Filesystem Enabled\n[ 0.388403] pnp: PnP ACPI init\n[ 0.389615] pnp: PnP ACPI: found 5 devices\n[ 0.396366] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398904] NET: Registered protocol family 2\n[ 0.400201] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402067] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403808] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405549] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408875] NET: Registered protocol family 1\n[ 0.410129] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411768] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413350] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427575] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441965] Trying to unpack rootfs image as initramfs...\n[ 0.491936] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506345] Scanning for low memory corruption every 60 seconds\n[ 0.508111] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509732] audit: initializing netlink subsys (disabled)\n[ 0.511207] audit: type=2000 audit(1539348646.340:1): initialized\n[ 0.513075] Initialise system trusted keyring\n[ 0.514360] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516068] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.518576] zbud: loaded\n[ 0.519532] VFS: Disk quotas dquot_6.6.0\n[ 0.520693] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522755] fuse init (API version 7.23)\n[ 0.523987] Key type big_key registered\n[ 0.525138] Allocating IMA MOK and blacklist keyrings.\n[ 0.526654] Key type asymmetric registered\n[ 0.527757] Asymmetric key parser 'x509' registered\n[ 0.529177] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531673] io scheduler noop registered\n[ 0.532757] io scheduler deadline registered (default)\n[ 0.534168] io scheduler cfq registered\n[ 0.535340] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536884] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.538728] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.540795] ACPI: Power Button [PWRF]\n[ 0.541960] GHES: HEST is not enabled!\n[ 0.555762] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586702] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589908] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613412] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616242] Linux agpgart interface v0.103\n[ 0.618647] brd: module loaded\n[ 0.620105] loop: module loaded\n[ 0.625458] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627467] GPT:90111 != 2097151\n[ 0.628406] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629991] GPT:90111 != 2097151\n[ 0.630891] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632288] vda: vda1 vda15\n[ 0.634019] scsi host0: ata_piix\n[ 0.635013] scsi host1: ata_piix\n[ 0.635987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639589] libphy: Fixed MDIO Bus: probed\n[ 0.640739] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642093] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645631] PPP generic driver version 2.4.2\n[ 0.646943] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648170] ehci-pci: EHCI PCI platform driver\n[ 0.649057] ehci-platform: EHCI generic platform driver\n[ 0.650038] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651165] ohci-pci: OHCI PCI platform driver\n[ 0.652044] ohci-platform: OHCI generic platform driver\n[ 0.653062] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667659] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668706] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670235] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672456] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673737] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675211] usb usb1: Product: UHCI Host Controller\n[ 0.676181] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678471] hub 1-0:1.0: USB hub found\n[ 0.679280] hub 1-0:1.0: 2 ports detected\n[ 0.680226] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682412] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683402] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684483] mousedev: PS/2 mouse device common for all mice\n[ 0.685787] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688831] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691376] i2c /dev entries driver\n[ 0.692166] device-mapper: uevent: version 1.0.3\n[ 0.693151] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694838] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696188] NET: Registered protocol family 10\n[ 0.697253] NET: Registered protocol family 17\n[ 0.698171] Key type dns_resolver registered\n[ 0.699133] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700276] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702093] registered taskstats version 1\n[ 0.702952] Loading compiled-in X.509 certificates\n[ 0.704428] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706365] zswap: loaded using pool lzo/zbud\n[ 0.708319] Key type trusted registered\n[ 0.709909] Key type encrypted registered\n[ 0.710771] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712888] evm: HMAC attrs: 0x1\n[ 0.714236] Magic number: 6:984:834\n[ 0.715110] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:46 UTC (1539348646)\n[ 0.716761] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717912] EDD information not available.\n[ 0.793525] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794987] ata1.00: configured for MWDMA2\n[ 0.796227] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.808911] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810125] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811367] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813236] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814737] Write protecting the kernel read-only data: 14336k\n[ 0.816290] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818088] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.192613] 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.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.66s]\nping 10.10.10.13 OK\nping 10.10.10.8 OK\n"} 2018-10-12 12:52:11,851 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action used request id req-cc9f6bfd-a408-4e4a-905a-cded7813021e 2018-10-12 12:52:11,940 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-d2bb2d33-5d3e-4923-b743-b6a80511e3f9 x-compute-request-id: req-d2bb2d33-5d3e-4923-b743-b6a80511e3f9 Content-Encoding: gzip Content-Length: 11140 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488712359 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128433] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130060] pid_max: default: 32768 minimum: 301\n[ 0.130940] ACPI: Core revision 20150930\n[ 0.132307] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133595] Security Framework initialized\n[ 0.134394] Yama: becoming mindful.\n[ 0.135107] AppArmor: AppArmor initialized\n[ 0.135959] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137269] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138521] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139707] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141064] Initializing cgroup subsys io\n[ 0.141866] Initializing cgroup subsys memory\n[ 0.142709] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144432] Initializing cgroup subsys net_cls\n[ 0.145279] Initializing cgroup subsys perf_event\n[ 0.146174] Initializing cgroup subsys net_prio\n[ 0.147053] Initializing cgroup subsys hugetlb\n[ 0.147921] Initializing cgroup subsys pids\n[ 0.148781] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151095] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152088] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162736] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169093] ftrace: allocating 31920 entries in 125 pages\n[ 0.195377] smpboot: Max logical packages: 1\n[ 0.196217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197550] x2apic enabled\n[ 0.198347] Switched APIC routing to physical x2apic.\n[ 0.200089] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203153] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204913] KVM setup paravirtual spinlock\n[ 0.206192] x86: Booted up 1 node, 1 CPUs\n[ 0.206994] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208379] devtmpfs: initialized\n[ 0.210082] evm: security.selinux\n[ 0.210776] evm: security.SMACK64\n[ 0.211454] evm: security.SMACK64EXEC\n[ 0.212183] evm: security.SMACK64TRANSMUTE\n[ 0.212975] evm: security.SMACK64MMAP\n[ 0.213706] evm: security.ima\n[ 0.214339] evm: security.capability\n[ 0.215133] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216954] pinctrl core: initialized pinctrl subsystem\n[ 0.218037] RTC time: 12:50:18, date: 10/12/18\n[ 0.218990] NET: Registered protocol family 16\n[ 0.219951] cpuidle: using governor ladder\n[ 0.220756] cpuidle: using governor menu\n[ 0.221527] PCCT header not found.\n[ 0.222260] ACPI: bus type PCI registered\n[ 0.223053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224275] PCI: Using configuration type 1 for base access\n[ 0.226014] ACPI: Added _OSI(Module Device)\n[ 0.226844] ACPI: Added _OSI(Processor Device)\n[ 0.227701] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228588] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230705] ACPI: Interpreter enabled\n[ 0.231463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235107] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238752] ACPI: (supports S0 S5)\n[ 0.239451] ACPI: Using IOAPIC for interrupt routing\n[ 0.240380] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243456] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244581] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245798] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246978] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249170] acpiphp: Slot [3] registered\n[ 0.249970] acpiphp: Slot [4] registered\n[ 0.250765] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252349] acpiphp: Slot [7] registered\n[ 0.253144] acpiphp: Slot [8] registered\n[ 0.253937] acpiphp: Slot [9] registered\n[ 0.254722] acpiphp: Slot [10] registered\n[ 0.255518] acpiphp: Slot [11] registered\n[ 0.256327] acpiphp: Slot [12] registered\n[ 0.257134] acpiphp: Slot [13] registered\n[ 0.257934] acpiphp: Slot [14] registered\n[ 0.258734] acpiphp: Slot [15] registered\n[ 0.269921] acpiphp: Slot [16] registered\n[ 0.270726] acpiphp: Slot [17] registered\n[ 0.271525] acpiphp: Slot [18] registered\n[ 0.272317] acpiphp: Slot [19] registered\n[ 0.273120] acpiphp: Slot [20] registered\n[ 0.273925] acpiphp: Slot [21] registered\n[ 0.274725] acpiphp: Slot [22] registered\n[ 0.275524] acpiphp: Slot [23] registered\n[ 0.276320] acpiphp: Slot [24] registered\n[ 0.277121] acpiphp: Slot [25] registered\n[ 0.277926] acpiphp: Slot [26] registered\n[ 0.278726] acpiphp: Slot [27] registered\n[ 0.279527] acpiphp: Slot [28] registered\n[ 0.280325] acpiphp: Slot [29] registered\n[ 0.281124] acpiphp: Slot [30] registered\n[ 0.281929] acpiphp: Slot [31] registered\n[ 0.282730] PCI host bridge to bus 0000:00\n[ 0.283528] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285912] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287337] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288767] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295105] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296377] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352599] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354087] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355514] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356927] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358305] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361915] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363446] vgaarb: loaded\n[ 0.364039] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365170] SCSI subsystem initialized\n[ 0.365984] ACPI: bus type USB registered\n[ 0.366801] usbcore: registered new interface driver usbfs\n[ 0.367817] usbcore: registered new interface driver hub\n[ 0.368815] usbcore: registered new device driver usb\n[ 0.369869] PCI: Using ACPI for IRQ routing\n[ 0.370885] NetLabel: Initializing\n[ 0.371591] NetLabel: domain hash size = 128\n[ 0.372431] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373367] NetLabel: unlabeled traffic allowed by default\n[ 0.374451] clocksource: Switched to clocksource kvm-clock\n[ 0.379848] AppArmor: AppArmor Filesystem Enabled\n[ 0.380823] pnp: PnP ACPI init\n[ 0.381735] pnp: PnP ACPI: found 5 devices\n[ 0.388101] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389802] NET: Registered protocol family 2\n[ 0.390761] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392038] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393206] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394366] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395456] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396628] NET: Registered protocol family 1\n[ 0.397499] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398601] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399675] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413700] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427888] Trying to unpack rootfs image as initramfs...\n[ 0.477729] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491540] Scanning for low memory corruption every 60 seconds\n[ 0.492867] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494016] audit: initializing netlink subsys (disabled)\n[ 0.495042] audit: type=2000 audit(1539348618.928:1): initialized\n[ 0.496342] Initialise system trusted keyring\n[ 0.497267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500395] zbud: loaded\n[ 0.501092] VFS: Disk quotas dquot_6.6.0\n[ 0.501925] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503445] fuse init (API version 7.23)\n[ 0.504323] Key type big_key registered\n[ 0.505122] Allocating IMA MOK and blacklist keyrings.\n[ 0.506603] Key type asymmetric registered\n[ 0.507427] Asymmetric key parser 'x509' registered\n[ 0.508374] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509829] io scheduler noop registered\n[ 0.510630] io scheduler deadline registered (default)\n[ 0.511615] io scheduler cfq registered\n[ 0.512443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513480] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514744] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516195] ACPI: Power Button [PWRF]\n[ 0.517021] GHES: HEST is not enabled!\n[ 0.530518] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589002] Linux agpgart interface v0.103\n[ 0.591106] brd: module loaded\n[ 0.592280] loop: module loaded\n[ 0.597320] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598774] GPT:90111 != 2097151\n[ 0.599450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600530] GPT:90111 != 2097151\n[ 0.601192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602143] vda: vda1 vda15\n[ 0.603880] scsi host0: ata_piix\n[ 0.604612] scsi host1: ata_piix\n[ 0.605316] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606542] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607988] libphy: Fixed MDIO Bus: probed\n[ 0.608806] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609745] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611987] PPP generic driver version 2.4.2\n[ 0.612869] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614205] ehci-pci: EHCI PCI platform driver\n[ 0.615082] ehci-platform: EHCI generic platform driver\n[ 0.616067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617178] ohci-pci: OHCI PCI platform driver\n[ 0.618847] ohci-platform: OHCI generic platform driver\n[ 0.620823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637750] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639410] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640839] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641863] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644180] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645579] usb usb1: Product: UHCI Host Controller\n[ 0.646507] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647695] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648647] hub 1-0:1.0: USB hub found\n[ 0.649420] hub 1-0:1.0: 2 ports detected\n[ 0.650305] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653391] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654410] mousedev: PS/2 mouse device common for all mice\n[ 0.655690] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657522] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659813] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660988] i2c /dev entries driver\n[ 0.661753] device-mapper: uevent: version 1.0.3\n[ 0.662697] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664302] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665586] NET: Registered protocol family 10\n[ 0.666579] NET: Registered protocol family 17\n[ 0.667461] Key type dns_resolver registered\n[ 0.668378] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671210] registered taskstats version 1\n[ 0.672037] Loading compiled-in X.509 certificates\n[ 0.673469] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675309] zswap: loaded using pool lzo/zbud\n[ 0.676689] Key type trusted registered\n[ 0.678236] Key type encrypted registered\n[ 0.679066] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680086] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681112] evm: HMAC attrs: 0x1\n[ 0.682056] Magic number: 6:984:834\n[ 0.682912] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:19 UTC (1539348619)\n[ 0.684490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685611] EDD information not available.\n[ 0.767395] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768921] Write protecting the kernel read-only data: 14336k\n[ 0.780946] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.173288] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCE1Scd1P3+i75OvmjpEHO2w2g/9TaVI7Zy6p1AY5bXYIPcp4wjJdQaNI/Jw+AJLBMUa36zi6qojNqjWCSZuAzgJiVRokAMKzLL+xM2J1oUn+F6mzGRfC1qFU8qfLdLWP/hwpeFC0Wmr4Z0th7JrNXjDGjNQ+gQ5458S6Icuhz1dWsgX3tYJz/Y1+c2I0xtmv4VV1CrirAtU22XlJ4X00iZ4YKvEdPxb8+dvRm5uKXs/Tse7fCWkXV4EPK9FIr+6uZwYmHkCdP6d0TFjrHyf8bJhBvVnTpOwaXSCRC9uKa/xLKDtc/j6OxGjKLdGYYg7+QmnDBHSyahtPjyC542a8Mx root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBANg49xIlDltamwGgm2P/eKpNTaiZUtVyXfk83rVoddrTWqsIPUVtdnoB0gjZjGflLklBgrs3jPVmpzrOn3KfK63ZrTdjQ/Xe5RSPO6TRfImB6bxlvFHfoLoDzEY09IM5pmKHiR9m6fFNyaw5n1T5SAwRuVAZIxNTqr2vKs9SmPJBAAAAFQC54X1vR+6fU3rT2OA8l0lGFo1uDwAAAIEAp3uHVAn7842aybueXkX/Nile/1DqKilMdMkaBfFR+ueM38msM31K3IznEIvSYt0ZYN8MLfVXrwuWpuYhX/08dAj0pf1xoTCcMdqV9XeEQyQQ/r4YTrfEHrqZxKogwmTkJhgiKP4qWvGt6JbpNMmrJo+hn+WdVbkvrO/MgbpVq+AAAACBAMyib2H5bUTQCBOIP0NeSkqa4hnHVC+wNjQrpU900Vc5XkRDqwyWtvsODr91/jLZti+dktywcx1A/6hEVa8iKtMoslaFh0DDfvPhXO6OyyYphrB2u6lSko7YhZwEG8H2Lx6/A4XFsDEMUCGBVqP5WwN8a3Vx3ig9cKrNeXoG/a+/ root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fea2:5259/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.37 ===\n/dev/root resized successfully [took 2.22s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:52:59 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:5259/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 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:7815 (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-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.119455] usb 1-1: Product: QEMU USB Tablet\n[ 1.119456] usb 1-1: Manufacturer: QEMU\n[ 1.119457] usb 1-1: SerialNumber: 42\n[ 1.132600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.154778] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.173288] random: dd urandom read with 5 bits of entropy available\n[ 1.490513] tsc: Refined TSC clocksource calibration: 3491.906 MHz\n[ 1.490515] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\n[ 3.491210] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.196858] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 12 13:50:19 cirros kern.info kernel: [ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.793704] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 12 13:50:19 cirros kern.info kernel: [ 0.793706] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 12 13:50:19 cirros kern.info kernel: [ 0.795370] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 12 13:50:19 cirros kern.info kernel: [ 0.798263] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 12 13:50:19 cirros kern.info kernel: [ 0.800240] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 12 13:50:19 cirros kern.info kernel: [ 0.823836] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:50:19 cirros kern.info kernel: [ 0.824726] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.825807] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:50:19 cirros kern.info kernel: [ 0.888068] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.958474] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119451] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119454] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119455] usb 1-1: Product: QEMU USB Tablet\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119456] usb 1-1: Manufacturer: QEMU\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119457] usb 1-1: SerialNumber: 42\nOct 12 13:50:19 cirros kern.info kernel: [ 1.132600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:50:19 cirros kern.info kernel: [ 1.154778] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:50:19 cirros kern.notice kernel: [ 1.173288] random: dd urandom read with 5 bits of entropy available\nOct 12 13:50:20 cirros kern.info kernel: [ 1.490513] tsc: Refined TSC clocksource calibration: 3491.906 MHz\nOct 12 13:50:20 cirros kern.info kernel: [ 1.490515] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\nOct 12 13:50:21 cirros auth.notice su: + /dev/console root:cirros\nOct 12 13:50:22 cirros authpriv.info dropbear[340]: Running in background\nOct 12 13:50:22 cirros kern.info kernel: [ 3.491210] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 12 13:50:23 cirros kern.info kernel: [ 4.196858] 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-10-12 12:52:11,941 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action used request id req-d2bb2d33-5d3e-4923-b743-b6a80511e3f9 2018-10-12 12:52:11,955 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-e9e46861-f8fa-4da6-8abf-a62fdc2a0133 x-compute-request-id: req-e9e46861-f8fa-4da6-8abf-a62fdc2a0133 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 540505183 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.138006] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.139779] pid_max: default: 32768 minimum: 301\n[ 0.140727] ACPI: Core revision 20150930\n[ 0.142158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143534] Security Framework initialized\n[ 0.144398] Yama: becoming mindful.\n[ 0.145183] AppArmor: AppArmor initialized\n[ 0.146070] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147488] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151607] Initializing cgroup subsys io\n[ 0.152471] Initializing cgroup subsys memory\n[ 0.153421] Initializing cgroup subsys devices\n[ 0.154348] Initializing cgroup subsys freezer\n[ 0.155295] Initializing cgroup subsys net_cls\n[ 0.156239] Initializing cgroup subsys perf_event\n[ 0.157251] Initializing cgroup subsys net_prio\n[ 0.158231] Initializing cgroup subsys hugetlb\n[ 0.159178] Initializing cgroup subsys pids\n[ 0.160110] CPU: Physical Processor ID: 0\n[ 0.161618] mce: CPU supports 10 MCE banks\n[ 0.162457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163440] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175438] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181885] ftrace: allocating 31920 entries in 125 pages\n[ 0.208859] smpboot: Max logical packages: 1\n[ 0.209702] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211033] x2apic enabled\n[ 0.211836] Switched APIC routing to physical x2apic.\n[ 0.213582] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216649] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218414] KVM setup paravirtual spinlock\n[ 0.219707] x86: Booted up 1 node, 1 CPUs\n[ 0.220523] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.221899] devtmpfs: initialized\n[ 0.223606] evm: security.selinux\n[ 0.224299] evm: security.SMACK64\n[ 0.224975] evm: security.SMACK64EXEC\n[ 0.225707] evm: security.SMACK64TRANSMUTE\n[ 0.226500] evm: security.SMACK64MMAP\n[ 0.227228] evm: security.ima\n[ 0.227864] evm: security.capability\n[ 0.228662] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230479] pinctrl core: initialized pinctrl subsystem\n[ 0.231558] RTC time: 12:50:31, date: 10/12/18\n[ 0.232505] NET: Registered protocol family 16\n[ 0.233463] cpuidle: using governor ladder\n[ 0.234270] cpuidle: using governor menu\n[ 0.235039] PCCT header not found.\n[ 0.235776] ACPI: bus type PCI registered\n[ 0.236567] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237782] PCI: Using configuration type 1 for base access\n[ 0.239518] ACPI: Added _OSI(Module Device)\n[ 0.240345] ACPI: Added _OSI(Processor Device)\n[ 0.241195] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242074] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244168] ACPI: Interpreter enabled\n[ 0.244923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252205] ACPI: (supports S0 S5)\n[ 0.252897] ACPI: Using IOAPIC for interrupt routing\n[ 0.254076] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257152] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258280] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259492] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260667] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262858] acpiphp: Slot [3] registered\n[ 0.263649] acpiphp: Slot [4] registered\n[ 0.264436] acpiphp: Slot [5] registered\n[ 0.265219] acpiphp: Slot [6] registered\n[ 0.265996] acpiphp: Slot [7] registered\n[ 0.266785] acpiphp: Slot [8] registered\n[ 0.267570] acpiphp: Slot [9] registered\n[ 0.268351] acpiphp: Slot [10] registered\n[ 0.269144] acpiphp: Slot [11] registered\n[ 0.269949] acpiphp: Slot [12] registered\n[ 0.270745] acpiphp: Slot [13] registered\n[ 0.271545] acpiphp: Slot [14] registered\n[ 0.272344] acpiphp: Slot [15] registered\n[ 0.283107] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284714] acpiphp: Slot [18] registered\n[ 0.285509] acpiphp: Slot [19] registered\n[ 0.286301] acpiphp: Slot [20] registered\n[ 0.287103] acpiphp: Slot [21] registered\n[ 0.287896] acpiphp: Slot [22] registered\n[ 0.288690] acpiphp: Slot [23] registered\n[ 0.289489] acpiphp: Slot [24] registered\n[ 0.290282] acpiphp: Slot [25] registered\n[ 0.291073] acpiphp: Slot [26] registered\n[ 0.291873] acpiphp: Slot [27] registered\n[ 0.292670] acpiphp: Slot [28] registered\n[ 0.293468] acpiphp: Slot [29] registered\n[ 0.294259] acpiphp: Slot [30] registered\n[ 0.295068] acpiphp: Slot [31] registered\n[ 0.295857] PCI host bridge to bus 0000:00\n[ 0.296657] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297843] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300440] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301860] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308297] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309555] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310701] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319415] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320807] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371585] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374360] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375725] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376944] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378639] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379668] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381193] vgaarb: loaded\n[ 0.381786] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382903] SCSI subsystem initialized\n[ 0.383709] ACPI: bus type USB registered\n[ 0.384512] usbcore: registered new interface driver usbfs\n[ 0.385527] usbcore: registered new interface driver hub\n[ 0.386518] usbcore: registered new device driver usb\n[ 0.387561] PCI: Using ACPI for IRQ routing\n[ 0.388569] NetLabel: Initializing\n[ 0.389271] NetLabel: domain hash size = 128\n[ 0.390113] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391044] NetLabel: unlabeled traffic allowed by default\n[ 0.392122] clocksource: Switched to clocksource kvm-clock\n[ 0.397515] AppArmor: AppArmor Filesystem Enabled\n[ 0.398458] pnp: PnP ACPI init\n[ 0.399352] pnp: PnP ACPI: found 5 devices\n[ 0.405711] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407394] NET: Registered protocol family 2\n[ 0.408368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409632] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410791] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411933] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412999] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414163] NET: Registered protocol family 1\n[ 0.415015] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416095] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431091] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445356] Trying to unpack rootfs image as initramfs...\n[ 0.495440] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509240] Scanning for low memory corruption every 60 seconds\n[ 0.510551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511676] audit: initializing netlink subsys (disabled)\n[ 0.512699] audit: type=2000 audit(1539348631.951:1): initialized\n[ 0.513987] Initialise system trusted keyring\n[ 0.514904] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516051] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517993] zbud: loaded\n[ 0.518692] VFS: Disk quotas dquot_6.6.0\n[ 0.519502] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521009] fuse init (API version 7.23)\n[ 0.521883] Key type big_key registered\n[ 0.522683] Allocating IMA MOK and blacklist keyrings.\n[ 0.524161] Key type asymmetric registered\n[ 0.525022] Asymmetric key parser 'x509' registered\n[ 0.525955] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527383] io scheduler noop registered\n[ 0.528174] io scheduler deadline registered (default)\n[ 0.529146] io scheduler cfq registered\n[ 0.529957] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530976] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532223] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533647] ACPI: Power Button [PWRF]\n[ 0.534459] GHES: HEST is not enabled!\n[ 0.549505] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580901] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604835] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608595] Linux agpgart interface v0.103\n[ 0.611737] brd: module loaded\n[ 0.613936] loop: module loaded\n[ 0.623819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626401] GPT:90111 != 2097151\n[ 0.627070] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628159] GPT:90111 != 2097151\n[ 0.628824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629775] vda: vda1 vda15\n[ 0.631182] scsi host0: ata_piix\n[ 0.631907] scsi host1: ata_piix\n[ 0.632624] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633826] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635259] libphy: Fixed MDIO Bus: probed\n[ 0.636063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639069] PPP generic driver version 2.4.2\n[ 0.639944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641231] ehci-pci: EHCI PCI platform driver\n[ 0.642088] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644181] ohci-pci: OHCI PCI platform driver\n[ 0.645038] ohci-platform: OHCI generic platform driver\n[ 0.646007] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660318] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662727] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664846] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666044] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667439] usb usb1: Product: UHCI Host Controller\n[ 0.668359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669484] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670505] hub 1-0:1.0: USB hub found\n[ 0.671272] hub 1-0:1.0: 2 ports detected\n[ 0.672168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674267] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676231] mousedev: PS/2 mouse device common for all mice\n[ 0.677464] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679273] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681544] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682711] i2c /dev entries driver\n[ 0.683468] device-mapper: uevent: version 1.0.3\n[ 0.684404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687333] NET: Registered protocol family 10\n[ 0.688334] NET: Registered protocol family 17\n[ 0.689210] Key type dns_resolver registered\n[ 0.690119] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691189] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692924] registered taskstats version 1\n[ 0.693750] Loading compiled-in X.509 certificates\n[ 0.695191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697023] zswap: loaded using pool lzo/zbud\n[ 0.698373] Key type trusted registered\n[ 0.700291] Key type encrypted registered\n[ 0.701103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702106] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703120] evm: HMAC attrs: 0x1\n[ 0.704032] Magic number: 6:984:834\n[ 0.704896] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:32 UTC (1539348632)\n[ 0.706485] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707580] EDD information not available.\n[ 0.788708] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790127] ata1.00: configured for MWDMA2\n[ 0.791303] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803854] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805392] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806858] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808952] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810796] Write protecting the kernel read-only data: 14336k\n[ 0.812606] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814716] 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.68\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.939876] 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.04s]\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\n"} 2018-10-12 12:52:11,956 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action used request id req-e9e46861-f8fa-4da6-8abf-a62fdc2a0133 2018-10-12 12:52:12,857 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da78e4837035bde3e9d6f24ff9610f334c3e104d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:12,946 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049c7d68f548f3365690a05ccb56d2a85b0b5ec4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:12,961 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5b8b91d9589b097a6ac6aa7660b4a79df580d7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:14,022 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-a288869a-a571-4d6e-af82-4438e135ffbe x-compute-request-id: req-a288869a-a571-4d6e-af82-4438e135ffbe Content-Encoding: gzip Content-Length: 11140 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488712359 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128433] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130060] pid_max: default: 32768 minimum: 301\n[ 0.130940] ACPI: Core revision 20150930\n[ 0.132307] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133595] Security Framework initialized\n[ 0.134394] Yama: becoming mindful.\n[ 0.135107] AppArmor: AppArmor initialized\n[ 0.135959] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137269] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138521] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139707] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141064] Initializing cgroup subsys io\n[ 0.141866] Initializing cgroup subsys memory\n[ 0.142709] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144432] Initializing cgroup subsys net_cls\n[ 0.145279] Initializing cgroup subsys perf_event\n[ 0.146174] Initializing cgroup subsys net_prio\n[ 0.147053] Initializing cgroup subsys hugetlb\n[ 0.147921] Initializing cgroup subsys pids\n[ 0.148781] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151095] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152088] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162736] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169093] ftrace: allocating 31920 entries in 125 pages\n[ 0.195377] smpboot: Max logical packages: 1\n[ 0.196217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197550] x2apic enabled\n[ 0.198347] Switched APIC routing to physical x2apic.\n[ 0.200089] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203153] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204913] KVM setup paravirtual spinlock\n[ 0.206192] x86: Booted up 1 node, 1 CPUs\n[ 0.206994] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208379] devtmpfs: initialized\n[ 0.210082] evm: security.selinux\n[ 0.210776] evm: security.SMACK64\n[ 0.211454] evm: security.SMACK64EXEC\n[ 0.212183] evm: security.SMACK64TRANSMUTE\n[ 0.212975] evm: security.SMACK64MMAP\n[ 0.213706] evm: security.ima\n[ 0.214339] evm: security.capability\n[ 0.215133] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216954] pinctrl core: initialized pinctrl subsystem\n[ 0.218037] RTC time: 12:50:18, date: 10/12/18\n[ 0.218990] NET: Registered protocol family 16\n[ 0.219951] cpuidle: using governor ladder\n[ 0.220756] cpuidle: using governor menu\n[ 0.221527] PCCT header not found.\n[ 0.222260] ACPI: bus type PCI registered\n[ 0.223053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224275] PCI: Using configuration type 1 for base access\n[ 0.226014] ACPI: Added _OSI(Module Device)\n[ 0.226844] ACPI: Added _OSI(Processor Device)\n[ 0.227701] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228588] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230705] ACPI: Interpreter enabled\n[ 0.231463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235107] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238752] ACPI: (supports S0 S5)\n[ 0.239451] ACPI: Using IOAPIC for interrupt routing\n[ 0.240380] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243456] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244581] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245798] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246978] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249170] acpiphp: Slot [3] registered\n[ 0.249970] acpiphp: Slot [4] registered\n[ 0.250765] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252349] acpiphp: Slot [7] registered\n[ 0.253144] acpiphp: Slot [8] registered\n[ 0.253937] acpiphp: Slot [9] registered\n[ 0.254722] acpiphp: Slot [10] registered\n[ 0.255518] acpiphp: Slot [11] registered\n[ 0.256327] acpiphp: Slot [12] registered\n[ 0.257134] acpiphp: Slot [13] registered\n[ 0.257934] acpiphp: Slot [14] registered\n[ 0.258734] acpiphp: Slot [15] registered\n[ 0.269921] acpiphp: Slot [16] registered\n[ 0.270726] acpiphp: Slot [17] registered\n[ 0.271525] acpiphp: Slot [18] registered\n[ 0.272317] acpiphp: Slot [19] registered\n[ 0.273120] acpiphp: Slot [20] registered\n[ 0.273925] acpiphp: Slot [21] registered\n[ 0.274725] acpiphp: Slot [22] registered\n[ 0.275524] acpiphp: Slot [23] registered\n[ 0.276320] acpiphp: Slot [24] registered\n[ 0.277121] acpiphp: Slot [25] registered\n[ 0.277926] acpiphp: Slot [26] registered\n[ 0.278726] acpiphp: Slot [27] registered\n[ 0.279527] acpiphp: Slot [28] registered\n[ 0.280325] acpiphp: Slot [29] registered\n[ 0.281124] acpiphp: Slot [30] registered\n[ 0.281929] acpiphp: Slot [31] registered\n[ 0.282730] PCI host bridge to bus 0000:00\n[ 0.283528] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285912] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287337] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288767] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295105] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296377] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352599] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354087] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355514] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356927] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358305] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361915] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363446] vgaarb: loaded\n[ 0.364039] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365170] SCSI subsystem initialized\n[ 0.365984] ACPI: bus type USB registered\n[ 0.366801] usbcore: registered new interface driver usbfs\n[ 0.367817] usbcore: registered new interface driver hub\n[ 0.368815] usbcore: registered new device driver usb\n[ 0.369869] PCI: Using ACPI for IRQ routing\n[ 0.370885] NetLabel: Initializing\n[ 0.371591] NetLabel: domain hash size = 128\n[ 0.372431] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373367] NetLabel: unlabeled traffic allowed by default\n[ 0.374451] clocksource: Switched to clocksource kvm-clock\n[ 0.379848] AppArmor: AppArmor Filesystem Enabled\n[ 0.380823] pnp: PnP ACPI init\n[ 0.381735] pnp: PnP ACPI: found 5 devices\n[ 0.388101] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389802] NET: Registered protocol family 2\n[ 0.390761] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392038] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393206] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394366] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395456] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396628] NET: Registered protocol family 1\n[ 0.397499] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398601] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399675] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413700] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427888] Trying to unpack rootfs image as initramfs...\n[ 0.477729] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491540] Scanning for low memory corruption every 60 seconds\n[ 0.492867] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494016] audit: initializing netlink subsys (disabled)\n[ 0.495042] audit: type=2000 audit(1539348618.928:1): initialized\n[ 0.496342] Initialise system trusted keyring\n[ 0.497267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500395] zbud: loaded\n[ 0.501092] VFS: Disk quotas dquot_6.6.0\n[ 0.501925] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503445] fuse init (API version 7.23)\n[ 0.504323] Key type big_key registered\n[ 0.505122] Allocating IMA MOK and blacklist keyrings.\n[ 0.506603] Key type asymmetric registered\n[ 0.507427] Asymmetric key parser 'x509' registered\n[ 0.508374] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509829] io scheduler noop registered\n[ 0.510630] io scheduler deadline registered (default)\n[ 0.511615] io scheduler cfq registered\n[ 0.512443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513480] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514744] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516195] ACPI: Power Button [PWRF]\n[ 0.517021] GHES: HEST is not enabled!\n[ 0.530518] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589002] Linux agpgart interface v0.103\n[ 0.591106] brd: module loaded\n[ 0.592280] loop: module loaded\n[ 0.597320] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598774] GPT:90111 != 2097151\n[ 0.599450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600530] GPT:90111 != 2097151\n[ 0.601192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602143] vda: vda1 vda15\n[ 0.603880] scsi host0: ata_piix\n[ 0.604612] scsi host1: ata_piix\n[ 0.605316] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606542] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607988] libphy: Fixed MDIO Bus: probed\n[ 0.608806] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609745] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611987] PPP generic driver version 2.4.2\n[ 0.612869] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614205] ehci-pci: EHCI PCI platform driver\n[ 0.615082] ehci-platform: EHCI generic platform driver\n[ 0.616067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617178] ohci-pci: OHCI PCI platform driver\n[ 0.618847] ohci-platform: OHCI generic platform driver\n[ 0.620823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637750] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639410] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640839] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641863] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644180] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645579] usb usb1: Product: UHCI Host Controller\n[ 0.646507] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647695] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648647] hub 1-0:1.0: USB hub found\n[ 0.649420] hub 1-0:1.0: 2 ports detected\n[ 0.650305] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653391] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654410] mousedev: PS/2 mouse device common for all mice\n[ 0.655690] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657522] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659813] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660988] i2c /dev entries driver\n[ 0.661753] device-mapper: uevent: version 1.0.3\n[ 0.662697] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664302] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665586] NET: Registered protocol family 10\n[ 0.666579] NET: Registered protocol family 17\n[ 0.667461] Key type dns_resolver registered\n[ 0.668378] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671210] registered taskstats version 1\n[ 0.672037] Loading compiled-in X.509 certificates\n[ 0.673469] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675309] zswap: loaded using pool lzo/zbud\n[ 0.676689] Key type trusted registered\n[ 0.678236] Key type encrypted registered\n[ 0.679066] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680086] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681112] evm: HMAC attrs: 0x1\n[ 0.682056] Magic number: 6:984:834\n[ 0.682912] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:19 UTC (1539348619)\n[ 0.684490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685611] EDD information not available.\n[ 0.767395] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768921] Write protecting the kernel read-only data: 14336k\n[ 0.780946] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.173288] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCE1Scd1P3+i75OvmjpEHO2w2g/9TaVI7Zy6p1AY5bXYIPcp4wjJdQaNI/Jw+AJLBMUa36zi6qojNqjWCSZuAzgJiVRokAMKzLL+xM2J1oUn+F6mzGRfC1qFU8qfLdLWP/hwpeFC0Wmr4Z0th7JrNXjDGjNQ+gQ5458S6Icuhz1dWsgX3tYJz/Y1+c2I0xtmv4VV1CrirAtU22XlJ4X00iZ4YKvEdPxb8+dvRm5uKXs/Tse7fCWkXV4EPK9FIr+6uZwYmHkCdP6d0TFjrHyf8bJhBvVnTpOwaXSCRC9uKa/xLKDtc/j6OxGjKLdGYYg7+QmnDBHSyahtPjyC542a8Mx root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBANg49xIlDltamwGgm2P/eKpNTaiZUtVyXfk83rVoddrTWqsIPUVtdnoB0gjZjGflLklBgrs3jPVmpzrOn3KfK63ZrTdjQ/Xe5RSPO6TRfImB6bxlvFHfoLoDzEY09IM5pmKHiR9m6fFNyaw5n1T5SAwRuVAZIxNTqr2vKs9SmPJBAAAAFQC54X1vR+6fU3rT2OA8l0lGFo1uDwAAAIEAp3uHVAn7842aybueXkX/Nile/1DqKilMdMkaBfFR+ueM38msM31K3IznEIvSYt0ZYN8MLfVXrwuWpuYhX/08dAj0pf1xoTCcMdqV9XeEQyQQ/r4YTrfEHrqZxKogwmTkJhgiKP4qWvGt6JbpNMmrJo+hn+WdVbkvrO/MgbpVq+AAAACBAMyib2H5bUTQCBOIP0NeSkqa4hnHVC+wNjQrpU900Vc5XkRDqwyWtvsODr91/jLZti+dktywcx1A/6hEVa8iKtMoslaFh0DDfvPhXO6OyyYphrB2u6lSko7YhZwEG8H2Lx6/A4XFsDEMUCGBVqP5WwN8a3Vx3ig9cKrNeXoG/a+/ root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fea2:5259/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.37 ===\n/dev/root resized successfully [took 2.22s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:52:59 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:5259/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 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:7815 (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-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.119455] usb 1-1: Product: QEMU USB Tablet\n[ 1.119456] usb 1-1: Manufacturer: QEMU\n[ 1.119457] usb 1-1: SerialNumber: 42\n[ 1.132600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.154778] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.173288] random: dd urandom read with 5 bits of entropy available\n[ 1.490513] tsc: Refined TSC clocksource calibration: 3491.906 MHz\n[ 1.490515] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\n[ 3.491210] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.196858] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 12 13:50:19 cirros kern.info kernel: [ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.793704] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 12 13:50:19 cirros kern.info kernel: [ 0.793706] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 12 13:50:19 cirros kern.info kernel: [ 0.795370] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 12 13:50:19 cirros kern.info kernel: [ 0.798263] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 12 13:50:19 cirros kern.info kernel: [ 0.800240] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 12 13:50:19 cirros kern.info kernel: [ 0.823836] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:50:19 cirros kern.info kernel: [ 0.824726] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.825807] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:50:19 cirros kern.info kernel: [ 0.888068] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.958474] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119451] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119454] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119455] usb 1-1: Product: QEMU USB Tablet\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119456] usb 1-1: Manufacturer: QEMU\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119457] usb 1-1: SerialNumber: 42\nOct 12 13:50:19 cirros kern.info kernel: [ 1.132600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:50:19 cirros kern.info kernel: [ 1.154778] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:50:19 cirros kern.notice kernel: [ 1.173288] random: dd urandom read with 5 bits of entropy available\nOct 12 13:50:20 cirros kern.info kernel: [ 1.490513] tsc: Refined TSC clocksource calibration: 3491.906 MHz\nOct 12 13:50:20 cirros kern.info kernel: [ 1.490515] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\nOct 12 13:50:21 cirros auth.notice su: + /dev/console root:cirros\nOct 12 13:50:22 cirros authpriv.info dropbear[340]: Running in background\nOct 12 13:50:22 cirros kern.info kernel: [ 3.491210] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 12 13:50:23 cirros kern.info kernel: [ 4.196858] 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-10-12 12:52:14,023 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action used request id req-a288869a-a571-4d6e-af82-4438e135ffbe 2018-10-12 12:52:14,079 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-8afeb3b6-1bb2-4116-a972-388b1942a68e x-compute-request-id: req-8afeb3b6-1bb2-4116-a972-388b1942a68e 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 540505183 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.138006] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.139779] pid_max: default: 32768 minimum: 301\n[ 0.140727] ACPI: Core revision 20150930\n[ 0.142158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143534] Security Framework initialized\n[ 0.144398] Yama: becoming mindful.\n[ 0.145183] AppArmor: AppArmor initialized\n[ 0.146070] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147488] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151607] Initializing cgroup subsys io\n[ 0.152471] Initializing cgroup subsys memory\n[ 0.153421] Initializing cgroup subsys devices\n[ 0.154348] Initializing cgroup subsys freezer\n[ 0.155295] Initializing cgroup subsys net_cls\n[ 0.156239] Initializing cgroup subsys perf_event\n[ 0.157251] Initializing cgroup subsys net_prio\n[ 0.158231] Initializing cgroup subsys hugetlb\n[ 0.159178] Initializing cgroup subsys pids\n[ 0.160110] CPU: Physical Processor ID: 0\n[ 0.161618] mce: CPU supports 10 MCE banks\n[ 0.162457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163440] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175438] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181885] ftrace: allocating 31920 entries in 125 pages\n[ 0.208859] smpboot: Max logical packages: 1\n[ 0.209702] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211033] x2apic enabled\n[ 0.211836] Switched APIC routing to physical x2apic.\n[ 0.213582] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216649] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218414] KVM setup paravirtual spinlock\n[ 0.219707] x86: Booted up 1 node, 1 CPUs\n[ 0.220523] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.221899] devtmpfs: initialized\n[ 0.223606] evm: security.selinux\n[ 0.224299] evm: security.SMACK64\n[ 0.224975] evm: security.SMACK64EXEC\n[ 0.225707] evm: security.SMACK64TRANSMUTE\n[ 0.226500] evm: security.SMACK64MMAP\n[ 0.227228] evm: security.ima\n[ 0.227864] evm: security.capability\n[ 0.228662] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230479] pinctrl core: initialized pinctrl subsystem\n[ 0.231558] RTC time: 12:50:31, date: 10/12/18\n[ 0.232505] NET: Registered protocol family 16\n[ 0.233463] cpuidle: using governor ladder\n[ 0.234270] cpuidle: using governor menu\n[ 0.235039] PCCT header not found.\n[ 0.235776] ACPI: bus type PCI registered\n[ 0.236567] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237782] PCI: Using configuration type 1 for base access\n[ 0.239518] ACPI: Added _OSI(Module Device)\n[ 0.240345] ACPI: Added _OSI(Processor Device)\n[ 0.241195] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242074] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244168] ACPI: Interpreter enabled\n[ 0.244923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252205] ACPI: (supports S0 S5)\n[ 0.252897] ACPI: Using IOAPIC for interrupt routing\n[ 0.254076] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257152] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258280] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259492] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260667] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262858] acpiphp: Slot [3] registered\n[ 0.263649] acpiphp: Slot [4] registered\n[ 0.264436] acpiphp: Slot [5] registered\n[ 0.265219] acpiphp: Slot [6] registered\n[ 0.265996] acpiphp: Slot [7] registered\n[ 0.266785] acpiphp: Slot [8] registered\n[ 0.267570] acpiphp: Slot [9] registered\n[ 0.268351] acpiphp: Slot [10] registered\n[ 0.269144] acpiphp: Slot [11] registered\n[ 0.269949] acpiphp: Slot [12] registered\n[ 0.270745] acpiphp: Slot [13] registered\n[ 0.271545] acpiphp: Slot [14] registered\n[ 0.272344] acpiphp: Slot [15] registered\n[ 0.283107] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284714] acpiphp: Slot [18] registered\n[ 0.285509] acpiphp: Slot [19] registered\n[ 0.286301] acpiphp: Slot [20] registered\n[ 0.287103] acpiphp: Slot [21] registered\n[ 0.287896] acpiphp: Slot [22] registered\n[ 0.288690] acpiphp: Slot [23] registered\n[ 0.289489] acpiphp: Slot [24] registered\n[ 0.290282] acpiphp: Slot [25] registered\n[ 0.291073] acpiphp: Slot [26] registered\n[ 0.291873] acpiphp: Slot [27] registered\n[ 0.292670] acpiphp: Slot [28] registered\n[ 0.293468] acpiphp: Slot [29] registered\n[ 0.294259] acpiphp: Slot [30] registered\n[ 0.295068] acpiphp: Slot [31] registered\n[ 0.295857] PCI host bridge to bus 0000:00\n[ 0.296657] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297843] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300440] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301860] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308297] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309555] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310701] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319415] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320807] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371585] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374360] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375725] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376944] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378639] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379668] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381193] vgaarb: loaded\n[ 0.381786] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382903] SCSI subsystem initialized\n[ 0.383709] ACPI: bus type USB registered\n[ 0.384512] usbcore: registered new interface driver usbfs\n[ 0.385527] usbcore: registered new interface driver hub\n[ 0.386518] usbcore: registered new device driver usb\n[ 0.387561] PCI: Using ACPI for IRQ routing\n[ 0.388569] NetLabel: Initializing\n[ 0.389271] NetLabel: domain hash size = 128\n[ 0.390113] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391044] NetLabel: unlabeled traffic allowed by default\n[ 0.392122] clocksource: Switched to clocksource kvm-clock\n[ 0.397515] AppArmor: AppArmor Filesystem Enabled\n[ 0.398458] pnp: PnP ACPI init\n[ 0.399352] pnp: PnP ACPI: found 5 devices\n[ 0.405711] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407394] NET: Registered protocol family 2\n[ 0.408368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409632] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410791] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411933] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412999] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414163] NET: Registered protocol family 1\n[ 0.415015] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416095] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431091] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445356] Trying to unpack rootfs image as initramfs...\n[ 0.495440] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509240] Scanning for low memory corruption every 60 seconds\n[ 0.510551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511676] audit: initializing netlink subsys (disabled)\n[ 0.512699] audit: type=2000 audit(1539348631.951:1): initialized\n[ 0.513987] Initialise system trusted keyring\n[ 0.514904] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516051] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517993] zbud: loaded\n[ 0.518692] VFS: Disk quotas dquot_6.6.0\n[ 0.519502] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521009] fuse init (API version 7.23)\n[ 0.521883] Key type big_key registered\n[ 0.522683] Allocating IMA MOK and blacklist keyrings.\n[ 0.524161] Key type asymmetric registered\n[ 0.525022] Asymmetric key parser 'x509' registered\n[ 0.525955] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527383] io scheduler noop registered\n[ 0.528174] io scheduler deadline registered (default)\n[ 0.529146] io scheduler cfq registered\n[ 0.529957] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530976] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532223] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533647] ACPI: Power Button [PWRF]\n[ 0.534459] GHES: HEST is not enabled!\n[ 0.549505] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580901] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604835] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608595] Linux agpgart interface v0.103\n[ 0.611737] brd: module loaded\n[ 0.613936] loop: module loaded\n[ 0.623819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626401] GPT:90111 != 2097151\n[ 0.627070] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628159] GPT:90111 != 2097151\n[ 0.628824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629775] vda: vda1 vda15\n[ 0.631182] scsi host0: ata_piix\n[ 0.631907] scsi host1: ata_piix\n[ 0.632624] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633826] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635259] libphy: Fixed MDIO Bus: probed\n[ 0.636063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639069] PPP generic driver version 2.4.2\n[ 0.639944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641231] ehci-pci: EHCI PCI platform driver\n[ 0.642088] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644181] ohci-pci: OHCI PCI platform driver\n[ 0.645038] ohci-platform: OHCI generic platform driver\n[ 0.646007] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660318] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662727] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664846] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666044] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667439] usb usb1: Product: UHCI Host Controller\n[ 0.668359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669484] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670505] hub 1-0:1.0: USB hub found\n[ 0.671272] hub 1-0:1.0: 2 ports detected\n[ 0.672168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674267] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676231] mousedev: PS/2 mouse device common for all mice\n[ 0.677464] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679273] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681544] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682711] i2c /dev entries driver\n[ 0.683468] device-mapper: uevent: version 1.0.3\n[ 0.684404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687333] NET: Registered protocol family 10\n[ 0.688334] NET: Registered protocol family 17\n[ 0.689210] Key type dns_resolver registered\n[ 0.690119] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691189] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692924] registered taskstats version 1\n[ 0.693750] Loading compiled-in X.509 certificates\n[ 0.695191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697023] zswap: loaded using pool lzo/zbud\n[ 0.698373] Key type trusted registered\n[ 0.700291] Key type encrypted registered\n[ 0.701103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702106] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703120] evm: HMAC attrs: 0x1\n[ 0.704032] Magic number: 6:984:834\n[ 0.704896] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:32 UTC (1539348632)\n[ 0.706485] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707580] EDD information not available.\n[ 0.788708] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790127] ata1.00: configured for MWDMA2\n[ 0.791303] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803854] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805392] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806858] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808952] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810796] Write protecting the kernel read-only data: 14336k\n[ 0.812606] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814716] 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.68\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.939876] 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.04s]\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\n"} 2018-10-12 12:52:14,079 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action used request id req-8afeb3b6-1bb2-4116-a972-388b1942a68e 2018-10-12 12:52:14,092 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-93297813-9758-4000-af28-1c7d730ce68f x-compute-request-id: req-93297813-9758-4000-af28-1c7d730ce68f Content-Encoding: gzip Content-Length: 8108 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518383433 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132487] pid_max: default: 32768 minimum: 301\n[ 0.133355] ACPI: Core revision 20150930\n[ 0.134713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135983] Security Framework initialized\n[ 0.136774] Yama: becoming mindful.\n[ 0.137482] AppArmor: AppArmor initialized\n[ 0.138328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139627] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140862] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142031] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143383] Initializing cgroup subsys io\n[ 0.144170] Initializing cgroup subsys memory\n[ 0.145020] Initializing cgroup subsys devices\n[ 0.145864] Initializing cgroup subsys freezer\n[ 0.146713] Initializing cgroup subsys net_cls\n[ 0.147558] Initializing cgroup subsys perf_event\n[ 0.148439] Initializing cgroup subsys net_prio\n[ 0.149293] Initializing cgroup subsys hugetlb\n[ 0.150139] Initializing cgroup subsys pids\n[ 0.151007] CPU: Physical Processor ID: 0\n[ 0.152510] mce: CPU supports 10 MCE banks\n[ 0.153334] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164855] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171135] ftrace: allocating 31920 entries in 125 pages\n[ 0.197123] smpboot: Max logical packages: 1\n[ 0.197958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199296] x2apic enabled\n[ 0.200084] Switched APIC routing to physical x2apic.\n[ 0.201804] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202897] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204834] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206569] KVM setup paravirtual spinlock\n[ 0.207841] x86: Booted up 1 node, 1 CPUs\n[ 0.208631] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209982] devtmpfs: initialized\n[ 0.211677] evm: security.selinux\n[ 0.212361] evm: security.SMACK64\n[ 0.213032] evm: security.SMACK64EXEC\n[ 0.213759] evm: security.SMACK64TRANSMUTE\n[ 0.214549] evm: security.SMACK64MMAP\n[ 0.215273] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218495] pinctrl core: initialized pinctrl subsystem\n[ 0.219557] RTC time: 12:50:45, date: 10/12/18\n[ 0.220505] NET: Registered protocol family 16\n[ 0.221458] cpuidle: using governor ladder\n[ 0.222255] cpuidle: using governor menu\n[ 0.223017] PCCT header not found.\n[ 0.223758] ACPI: bus type PCI registered\n[ 0.224545] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225753] PCI: Using configuration type 1 for base access\n[ 0.227477] ACPI: Added _OSI(Module Device)\n[ 0.228295] ACPI: Added _OSI(Processor Device)\n[ 0.229136] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230010] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232105] ACPI: Interpreter enabled\n[ 0.232854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240032] ACPI: (supports S0 S5)\n[ 0.240720] ACPI: Using IOAPIC for interrupt routing\n[ 0.241750] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244798] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245938] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247150] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248309] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250466] acpiphp: Slot [3] registered\n[ 0.251243] acpiphp: Slot [4] registered\n[ 0.252015] acpiphp: Slot [5] registered\n[ 0.252792] acpiphp: Slot [6] registered\n[ 0.253565] acpiphp: Slot [7] registered\n[ 0.254347] acpiphp: Slot [8] registered\n[ 0.255122] acpiphp: Slot [9] registered\n[ 0.255907] acpiphp: Slot [10] registered\n[ 0.256701] acpiphp: Slot [11] registered\n[ 0.257489] acpiphp: Slot [12] registered\n[ 0.258282] acpiphp: Slot [13] registered\n[ 0.259071] acpiphp: Slot [14] registered\n[ 0.259860] acpiphp: Slot [15] registered\n[ 0.270520] acpiphp: Slot [16] registered\n[ 0.271320] acpiphp: Slot [17] registered\n[ 0.272103] acpiphp: Slot [18] registered\n[ 0.272892] acpiphp: Slot [19] registered\n[ 0.273678] acpiphp: Slot [20] registered\n[ 0.274463] acpiphp: Slot [21] registered\n[ 0.275255] acpiphp: Slot [22] registered\n[ 0.276038] acpiphp: Slot [23] registered\n[ 0.276825] acpiphp: Slot [24] registered\n[ 0.277614] acpiphp: Slot [25] registered\n[ 0.278398] acpiphp: Slot [26] registered\n[ 0.279185] acpiphp: Slot [27] registered\n[ 0.279980] acpiphp: Slot [28] registered\n[ 0.280772] acpiphp: Slot [29] registered\n[ 0.281561] acpiphp: Slot [30] registered\n[ 0.282367] acpiphp: Slot [31] registered\n[ 0.283148] PCI host bridge to bus 0000:00\n[ 0.283934] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285115] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286288] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287691] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289089] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296483] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297618] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298844] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305158] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306567] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351890] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354752] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357888] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361246] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362822] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365064] vgaarb: loaded\n[ 0.365889] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367476] SCSI subsystem initialized\n[ 0.368651] ACPI: bus type USB registered\n[ 0.369840] usbcore: registered new interface driver usbfs\n[ 0.371347] usbcore: registered new interface driver hub\n[ 0.372846] usbcore: registered new device driver usb\n[ 0.374353] PCI: Using ACPI for IRQ routing\n[ 0.375751] NetLabel: Initializing\n[ 0.376748] NetLabel: domain hash size = 128\n[ 0.377997] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379401] NetLabel: unlabeled traffic allowed by default\n[ 0.380984] clocksource: Switched to clocksource kvm-clock\n[ 0.387002] AppArmor: AppArmor Filesystem Enabled\n[ 0.388403] pnp: PnP ACPI init\n[ 0.389615] pnp: PnP ACPI: found 5 devices\n[ 0.396366] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398904] NET: Registered protocol family 2\n[ 0.400201] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402067] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403808] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405549] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408875] NET: Registered protocol family 1\n[ 0.410129] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411768] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413350] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427575] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441965] Trying to unpack rootfs image as initramfs...\n[ 0.491936] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506345] Scanning for low memory corruption every 60 seconds\n[ 0.508111] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509732] audit: initializing netlink subsys (disabled)\n[ 0.511207] audit: type=2000 audit(1539348646.340:1): initialized\n[ 0.513075] Initialise system trusted keyring\n[ 0.514360] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516068] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.518576] zbud: loaded\n[ 0.519532] VFS: Disk quotas dquot_6.6.0\n[ 0.520693] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522755] fuse init (API version 7.23)\n[ 0.523987] Key type big_key registered\n[ 0.525138] Allocating IMA MOK and blacklist keyrings.\n[ 0.526654] Key type asymmetric registered\n[ 0.527757] Asymmetric key parser 'x509' registered\n[ 0.529177] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531673] io scheduler noop registered\n[ 0.532757] io scheduler deadline registered (default)\n[ 0.534168] io scheduler cfq registered\n[ 0.535340] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536884] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.538728] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.540795] ACPI: Power Button [PWRF]\n[ 0.541960] GHES: HEST is not enabled!\n[ 0.555762] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586702] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589908] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613412] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616242] Linux agpgart interface v0.103\n[ 0.618647] brd: module loaded\n[ 0.620105] loop: module loaded\n[ 0.625458] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627467] GPT:90111 != 2097151\n[ 0.628406] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629991] GPT:90111 != 2097151\n[ 0.630891] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632288] vda: vda1 vda15\n[ 0.634019] scsi host0: ata_piix\n[ 0.635013] scsi host1: ata_piix\n[ 0.635987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639589] libphy: Fixed MDIO Bus: probed\n[ 0.640739] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642093] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645631] PPP generic driver version 2.4.2\n[ 0.646943] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648170] ehci-pci: EHCI PCI platform driver\n[ 0.649057] ehci-platform: EHCI generic platform driver\n[ 0.650038] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651165] ohci-pci: OHCI PCI platform driver\n[ 0.652044] ohci-platform: OHCI generic platform driver\n[ 0.653062] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667659] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668706] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670235] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672456] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673737] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675211] usb usb1: Product: UHCI Host Controller\n[ 0.676181] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678471] hub 1-0:1.0: USB hub found\n[ 0.679280] hub 1-0:1.0: 2 ports detected\n[ 0.680226] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682412] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683402] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684483] mousedev: PS/2 mouse device common for all mice\n[ 0.685787] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688831] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691376] i2c /dev entries driver\n[ 0.692166] device-mapper: uevent: version 1.0.3\n[ 0.693151] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694838] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696188] NET: Registered protocol family 10\n[ 0.697253] NET: Registered protocol family 17\n[ 0.698171] Key type dns_resolver registered\n[ 0.699133] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700276] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702093] registered taskstats version 1\n[ 0.702952] Loading compiled-in X.509 certificates\n[ 0.704428] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706365] zswap: loaded using pool lzo/zbud\n[ 0.708319] Key type trusted registered\n[ 0.709909] Key type encrypted registered\n[ 0.710771] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712888] evm: HMAC attrs: 0x1\n[ 0.714236] Magic number: 6:984:834\n[ 0.715110] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:46 UTC (1539348646)\n[ 0.716761] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717912] EDD information not available.\n[ 0.793525] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794987] ata1.00: configured for MWDMA2\n[ 0.796227] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.808911] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810125] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811367] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813236] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814737] Write protecting the kernel read-only data: 14336k\n[ 0.816290] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818088] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.192613] 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.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.66s]\nping 10.10.10.13 OK\nping 10.10.10.8 OK\n"} 2018-10-12 12:52:14,092 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action used request id req-93297813-9758-4000-af28-1c7d730ce68f 2018-10-12 12:52:15,028 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049c7d68f548f3365690a05ccb56d2a85b0b5ec4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:15,085 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5b8b91d9589b097a6ac6aa7660b4a79df580d7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:15,097 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da78e4837035bde3e9d6f24ff9610f334c3e104d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:16,096 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-abb6cb0a-93e8-41c0-b3aa-6da66bd7794a x-compute-request-id: req-abb6cb0a-93e8-41c0-b3aa-6da66bd7794a Content-Encoding: gzip Content-Length: 11140 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488712359 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128433] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130060] pid_max: default: 32768 minimum: 301\n[ 0.130940] ACPI: Core revision 20150930\n[ 0.132307] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133595] Security Framework initialized\n[ 0.134394] Yama: becoming mindful.\n[ 0.135107] AppArmor: AppArmor initialized\n[ 0.135959] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137269] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138521] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139707] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141064] Initializing cgroup subsys io\n[ 0.141866] Initializing cgroup subsys memory\n[ 0.142709] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144432] Initializing cgroup subsys net_cls\n[ 0.145279] Initializing cgroup subsys perf_event\n[ 0.146174] Initializing cgroup subsys net_prio\n[ 0.147053] Initializing cgroup subsys hugetlb\n[ 0.147921] Initializing cgroup subsys pids\n[ 0.148781] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151095] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152088] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162736] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169093] ftrace: allocating 31920 entries in 125 pages\n[ 0.195377] smpboot: Max logical packages: 1\n[ 0.196217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197550] x2apic enabled\n[ 0.198347] Switched APIC routing to physical x2apic.\n[ 0.200089] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203153] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204913] KVM setup paravirtual spinlock\n[ 0.206192] x86: Booted up 1 node, 1 CPUs\n[ 0.206994] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208379] devtmpfs: initialized\n[ 0.210082] evm: security.selinux\n[ 0.210776] evm: security.SMACK64\n[ 0.211454] evm: security.SMACK64EXEC\n[ 0.212183] evm: security.SMACK64TRANSMUTE\n[ 0.212975] evm: security.SMACK64MMAP\n[ 0.213706] evm: security.ima\n[ 0.214339] evm: security.capability\n[ 0.215133] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216954] pinctrl core: initialized pinctrl subsystem\n[ 0.218037] RTC time: 12:50:18, date: 10/12/18\n[ 0.218990] NET: Registered protocol family 16\n[ 0.219951] cpuidle: using governor ladder\n[ 0.220756] cpuidle: using governor menu\n[ 0.221527] PCCT header not found.\n[ 0.222260] ACPI: bus type PCI registered\n[ 0.223053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224275] PCI: Using configuration type 1 for base access\n[ 0.226014] ACPI: Added _OSI(Module Device)\n[ 0.226844] ACPI: Added _OSI(Processor Device)\n[ 0.227701] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228588] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230705] ACPI: Interpreter enabled\n[ 0.231463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235107] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238752] ACPI: (supports S0 S5)\n[ 0.239451] ACPI: Using IOAPIC for interrupt routing\n[ 0.240380] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243456] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244581] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245798] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246978] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249170] acpiphp: Slot [3] registered\n[ 0.249970] acpiphp: Slot [4] registered\n[ 0.250765] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252349] acpiphp: Slot [7] registered\n[ 0.253144] acpiphp: Slot [8] registered\n[ 0.253937] acpiphp: Slot [9] registered\n[ 0.254722] acpiphp: Slot [10] registered\n[ 0.255518] acpiphp: Slot [11] registered\n[ 0.256327] acpiphp: Slot [12] registered\n[ 0.257134] acpiphp: Slot [13] registered\n[ 0.257934] acpiphp: Slot [14] registered\n[ 0.258734] acpiphp: Slot [15] registered\n[ 0.269921] acpiphp: Slot [16] registered\n[ 0.270726] acpiphp: Slot [17] registered\n[ 0.271525] acpiphp: Slot [18] registered\n[ 0.272317] acpiphp: Slot [19] registered\n[ 0.273120] acpiphp: Slot [20] registered\n[ 0.273925] acpiphp: Slot [21] registered\n[ 0.274725] acpiphp: Slot [22] registered\n[ 0.275524] acpiphp: Slot [23] registered\n[ 0.276320] acpiphp: Slot [24] registered\n[ 0.277121] acpiphp: Slot [25] registered\n[ 0.277926] acpiphp: Slot [26] registered\n[ 0.278726] acpiphp: Slot [27] registered\n[ 0.279527] acpiphp: Slot [28] registered\n[ 0.280325] acpiphp: Slot [29] registered\n[ 0.281124] acpiphp: Slot [30] registered\n[ 0.281929] acpiphp: Slot [31] registered\n[ 0.282730] PCI host bridge to bus 0000:00\n[ 0.283528] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285912] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287337] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288767] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295105] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296377] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352599] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354087] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355514] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356927] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358305] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361915] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363446] vgaarb: loaded\n[ 0.364039] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365170] SCSI subsystem initialized\n[ 0.365984] ACPI: bus type USB registered\n[ 0.366801] usbcore: registered new interface driver usbfs\n[ 0.367817] usbcore: registered new interface driver hub\n[ 0.368815] usbcore: registered new device driver usb\n[ 0.369869] PCI: Using ACPI for IRQ routing\n[ 0.370885] NetLabel: Initializing\n[ 0.371591] NetLabel: domain hash size = 128\n[ 0.372431] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373367] NetLabel: unlabeled traffic allowed by default\n[ 0.374451] clocksource: Switched to clocksource kvm-clock\n[ 0.379848] AppArmor: AppArmor Filesystem Enabled\n[ 0.380823] pnp: PnP ACPI init\n[ 0.381735] pnp: PnP ACPI: found 5 devices\n[ 0.388101] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389802] NET: Registered protocol family 2\n[ 0.390761] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392038] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393206] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394366] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395456] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396628] NET: Registered protocol family 1\n[ 0.397499] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398601] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399675] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413700] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427888] Trying to unpack rootfs image as initramfs...\n[ 0.477729] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491540] Scanning for low memory corruption every 60 seconds\n[ 0.492867] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494016] audit: initializing netlink subsys (disabled)\n[ 0.495042] audit: type=2000 audit(1539348618.928:1): initialized\n[ 0.496342] Initialise system trusted keyring\n[ 0.497267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500395] zbud: loaded\n[ 0.501092] VFS: Disk quotas dquot_6.6.0\n[ 0.501925] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503445] fuse init (API version 7.23)\n[ 0.504323] Key type big_key registered\n[ 0.505122] Allocating IMA MOK and blacklist keyrings.\n[ 0.506603] Key type asymmetric registered\n[ 0.507427] Asymmetric key parser 'x509' registered\n[ 0.508374] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509829] io scheduler noop registered\n[ 0.510630] io scheduler deadline registered (default)\n[ 0.511615] io scheduler cfq registered\n[ 0.512443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513480] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514744] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516195] ACPI: Power Button [PWRF]\n[ 0.517021] GHES: HEST is not enabled!\n[ 0.530518] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589002] Linux agpgart interface v0.103\n[ 0.591106] brd: module loaded\n[ 0.592280] loop: module loaded\n[ 0.597320] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598774] GPT:90111 != 2097151\n[ 0.599450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600530] GPT:90111 != 2097151\n[ 0.601192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602143] vda: vda1 vda15\n[ 0.603880] scsi host0: ata_piix\n[ 0.604612] scsi host1: ata_piix\n[ 0.605316] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606542] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607988] libphy: Fixed MDIO Bus: probed\n[ 0.608806] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609745] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611987] PPP generic driver version 2.4.2\n[ 0.612869] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614205] ehci-pci: EHCI PCI platform driver\n[ 0.615082] ehci-platform: EHCI generic platform driver\n[ 0.616067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617178] ohci-pci: OHCI PCI platform driver\n[ 0.618847] ohci-platform: OHCI generic platform driver\n[ 0.620823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637750] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639410] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640839] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641863] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644180] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645579] usb usb1: Product: UHCI Host Controller\n[ 0.646507] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647695] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648647] hub 1-0:1.0: USB hub found\n[ 0.649420] hub 1-0:1.0: 2 ports detected\n[ 0.650305] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653391] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654410] mousedev: PS/2 mouse device common for all mice\n[ 0.655690] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657522] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659813] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660988] i2c /dev entries driver\n[ 0.661753] device-mapper: uevent: version 1.0.3\n[ 0.662697] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664302] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665586] NET: Registered protocol family 10\n[ 0.666579] NET: Registered protocol family 17\n[ 0.667461] Key type dns_resolver registered\n[ 0.668378] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671210] registered taskstats version 1\n[ 0.672037] Loading compiled-in X.509 certificates\n[ 0.673469] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675309] zswap: loaded using pool lzo/zbud\n[ 0.676689] Key type trusted registered\n[ 0.678236] Key type encrypted registered\n[ 0.679066] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680086] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681112] evm: HMAC attrs: 0x1\n[ 0.682056] Magic number: 6:984:834\n[ 0.682912] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:19 UTC (1539348619)\n[ 0.684490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685611] EDD information not available.\n[ 0.767395] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768921] Write protecting the kernel read-only data: 14336k\n[ 0.780946] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.173288] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCE1Scd1P3+i75OvmjpEHO2w2g/9TaVI7Zy6p1AY5bXYIPcp4wjJdQaNI/Jw+AJLBMUa36zi6qojNqjWCSZuAzgJiVRokAMKzLL+xM2J1oUn+F6mzGRfC1qFU8qfLdLWP/hwpeFC0Wmr4Z0th7JrNXjDGjNQ+gQ5458S6Icuhz1dWsgX3tYJz/Y1+c2I0xtmv4VV1CrirAtU22XlJ4X00iZ4YKvEdPxb8+dvRm5uKXs/Tse7fCWkXV4EPK9FIr+6uZwYmHkCdP6d0TFjrHyf8bJhBvVnTpOwaXSCRC9uKa/xLKDtc/j6OxGjKLdGYYg7+QmnDBHSyahtPjyC542a8Mx root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBANg49xIlDltamwGgm2P/eKpNTaiZUtVyXfk83rVoddrTWqsIPUVtdnoB0gjZjGflLklBgrs3jPVmpzrOn3KfK63ZrTdjQ/Xe5RSPO6TRfImB6bxlvFHfoLoDzEY09IM5pmKHiR9m6fFNyaw5n1T5SAwRuVAZIxNTqr2vKs9SmPJBAAAAFQC54X1vR+6fU3rT2OA8l0lGFo1uDwAAAIEAp3uHVAn7842aybueXkX/Nile/1DqKilMdMkaBfFR+ueM38msM31K3IznEIvSYt0ZYN8MLfVXrwuWpuYhX/08dAj0pf1xoTCcMdqV9XeEQyQQ/r4YTrfEHrqZxKogwmTkJhgiKP4qWvGt6JbpNMmrJo+hn+WdVbkvrO/MgbpVq+AAAACBAMyib2H5bUTQCBOIP0NeSkqa4hnHVC+wNjQrpU900Vc5XkRDqwyWtvsODr91/jLZti+dktywcx1A/6hEVa8iKtMoslaFh0DDfvPhXO6OyyYphrB2u6lSko7YhZwEG8H2Lx6/A4XFsDEMUCGBVqP5WwN8a3Vx3ig9cKrNeXoG/a+/ root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fea2:5259/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.37 ===\n/dev/root resized successfully [took 2.22s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:52:59 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:5259/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 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:7815 (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-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.119455] usb 1-1: Product: QEMU USB Tablet\n[ 1.119456] usb 1-1: Manufacturer: QEMU\n[ 1.119457] usb 1-1: SerialNumber: 42\n[ 1.132600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.154778] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.173288] random: dd urandom read with 5 bits of entropy available\n[ 1.490513] tsc: Refined TSC clocksource calibration: 3491.906 MHz\n[ 1.490515] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\n[ 3.491210] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.196858] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 12 13:50:19 cirros kern.info kernel: [ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.793704] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 12 13:50:19 cirros kern.info kernel: [ 0.793706] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 12 13:50:19 cirros kern.info kernel: [ 0.795370] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 12 13:50:19 cirros kern.info kernel: [ 0.798263] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 12 13:50:19 cirros kern.info kernel: [ 0.800240] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 12 13:50:19 cirros kern.info kernel: [ 0.823836] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:50:19 cirros kern.info kernel: [ 0.824726] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.825807] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:50:19 cirros kern.info kernel: [ 0.888068] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.958474] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119451] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119454] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119455] usb 1-1: Product: QEMU USB Tablet\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119456] usb 1-1: Manufacturer: QEMU\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119457] usb 1-1: SerialNumber: 42\nOct 12 13:50:19 cirros kern.info kernel: [ 1.132600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:50:19 cirros kern.info kernel: [ 1.154778] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:50:19 cirros kern.notice kernel: [ 1.173288] random: dd urandom read with 5 bits of entropy available\nOct 12 13:50:20 cirros kern.info kernel: [ 1.490513] tsc: Refined TSC clocksource calibration: 3491.906 MHz\nOct 12 13:50:20 cirros kern.info kernel: [ 1.490515] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\nOct 12 13:50:21 cirros auth.notice su: + /dev/console root:cirros\nOct 12 13:50:22 cirros authpriv.info dropbear[340]: Running in background\nOct 12 13:50:22 cirros kern.info kernel: [ 3.491210] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 12 13:50:23 cirros kern.info kernel: [ 4.196858] 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-10-12 12:52:16,097 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action used request id req-abb6cb0a-93e8-41c0-b3aa-6da66bd7794a 2018-10-12 12:52:16,158 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-6a5fac69-5a8d-437d-8ba9-03644aba63b8 x-compute-request-id: req-6a5fac69-5a8d-437d-8ba9-03644aba63b8 Content-Encoding: gzip Content-Length: 8099 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 540505183 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.138006] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.139779] pid_max: default: 32768 minimum: 301\n[ 0.140727] ACPI: Core revision 20150930\n[ 0.142158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143534] Security Framework initialized\n[ 0.144398] Yama: becoming mindful.\n[ 0.145183] AppArmor: AppArmor initialized\n[ 0.146070] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147488] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151607] Initializing cgroup subsys io\n[ 0.152471] Initializing cgroup subsys memory\n[ 0.153421] Initializing cgroup subsys devices\n[ 0.154348] Initializing cgroup subsys freezer\n[ 0.155295] Initializing cgroup subsys net_cls\n[ 0.156239] Initializing cgroup subsys perf_event\n[ 0.157251] Initializing cgroup subsys net_prio\n[ 0.158231] Initializing cgroup subsys hugetlb\n[ 0.159178] Initializing cgroup subsys pids\n[ 0.160110] CPU: Physical Processor ID: 0\n[ 0.161618] mce: CPU supports 10 MCE banks\n[ 0.162457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163440] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175438] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181885] ftrace: allocating 31920 entries in 125 pages\n[ 0.208859] smpboot: Max logical packages: 1\n[ 0.209702] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211033] x2apic enabled\n[ 0.211836] Switched APIC routing to physical x2apic.\n[ 0.213582] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216649] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218414] KVM setup paravirtual spinlock\n[ 0.219707] x86: Booted up 1 node, 1 CPUs\n[ 0.220523] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.221899] devtmpfs: initialized\n[ 0.223606] evm: security.selinux\n[ 0.224299] evm: security.SMACK64\n[ 0.224975] evm: security.SMACK64EXEC\n[ 0.225707] evm: security.SMACK64TRANSMUTE\n[ 0.226500] evm: security.SMACK64MMAP\n[ 0.227228] evm: security.ima\n[ 0.227864] evm: security.capability\n[ 0.228662] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230479] pinctrl core: initialized pinctrl subsystem\n[ 0.231558] RTC time: 12:50:31, date: 10/12/18\n[ 0.232505] NET: Registered protocol family 16\n[ 0.233463] cpuidle: using governor ladder\n[ 0.234270] cpuidle: using governor menu\n[ 0.235039] PCCT header not found.\n[ 0.235776] ACPI: bus type PCI registered\n[ 0.236567] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237782] PCI: Using configuration type 1 for base access\n[ 0.239518] ACPI: Added _OSI(Module Device)\n[ 0.240345] ACPI: Added _OSI(Processor Device)\n[ 0.241195] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242074] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244168] ACPI: Interpreter enabled\n[ 0.244923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252205] ACPI: (supports S0 S5)\n[ 0.252897] ACPI: Using IOAPIC for interrupt routing\n[ 0.254076] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257152] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258280] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259492] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260667] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262858] acpiphp: Slot [3] registered\n[ 0.263649] acpiphp: Slot [4] registered\n[ 0.264436] acpiphp: Slot [5] registered\n[ 0.265219] acpiphp: Slot [6] registered\n[ 0.265996] acpiphp: Slot [7] registered\n[ 0.266785] acpiphp: Slot [8] registered\n[ 0.267570] acpiphp: Slot [9] registered\n[ 0.268351] acpiphp: Slot [10] registered\n[ 0.269144] acpiphp: Slot [11] registered\n[ 0.269949] acpiphp: Slot [12] registered\n[ 0.270745] acpiphp: Slot [13] registered\n[ 0.271545] acpiphp: Slot [14] registered\n[ 0.272344] acpiphp: Slot [15] registered\n[ 0.283107] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284714] acpiphp: Slot [18] registered\n[ 0.285509] acpiphp: Slot [19] registered\n[ 0.286301] acpiphp: Slot [20] registered\n[ 0.287103] acpiphp: Slot [21] registered\n[ 0.287896] acpiphp: Slot [22] registered\n[ 0.288690] acpiphp: Slot [23] registered\n[ 0.289489] acpiphp: Slot [24] registered\n[ 0.290282] acpiphp: Slot [25] registered\n[ 0.291073] acpiphp: Slot [26] registered\n[ 0.291873] acpiphp: Slot [27] registered\n[ 0.292670] acpiphp: Slot [28] registered\n[ 0.293468] acpiphp: Slot [29] registered\n[ 0.294259] acpiphp: Slot [30] registered\n[ 0.295068] acpiphp: Slot [31] registered\n[ 0.295857] PCI host bridge to bus 0000:00\n[ 0.296657] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297843] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300440] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301860] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308297] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309555] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310701] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319415] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320807] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371585] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374360] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375725] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376944] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378639] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379668] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381193] vgaarb: loaded\n[ 0.381786] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382903] SCSI subsystem initialized\n[ 0.383709] ACPI: bus type USB registered\n[ 0.384512] usbcore: registered new interface driver usbfs\n[ 0.385527] usbcore: registered new interface driver hub\n[ 0.386518] usbcore: registered new device driver usb\n[ 0.387561] PCI: Using ACPI for IRQ routing\n[ 0.388569] NetLabel: Initializing\n[ 0.389271] NetLabel: domain hash size = 128\n[ 0.390113] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391044] NetLabel: unlabeled traffic allowed by default\n[ 0.392122] clocksource: Switched to clocksource kvm-clock\n[ 0.397515] AppArmor: AppArmor Filesystem Enabled\n[ 0.398458] pnp: PnP ACPI init\n[ 0.399352] pnp: PnP ACPI: found 5 devices\n[ 0.405711] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407394] NET: Registered protocol family 2\n[ 0.408368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409632] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410791] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411933] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412999] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414163] NET: Registered protocol family 1\n[ 0.415015] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416095] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431091] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445356] Trying to unpack rootfs image as initramfs...\n[ 0.495440] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509240] Scanning for low memory corruption every 60 seconds\n[ 0.510551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511676] audit: initializing netlink subsys (disabled)\n[ 0.512699] audit: type=2000 audit(1539348631.951:1): initialized\n[ 0.513987] Initialise system trusted keyring\n[ 0.514904] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516051] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517993] zbud: loaded\n[ 0.518692] VFS: Disk quotas dquot_6.6.0\n[ 0.519502] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521009] fuse init (API version 7.23)\n[ 0.521883] Key type big_key registered\n[ 0.522683] Allocating IMA MOK and blacklist keyrings.\n[ 0.524161] Key type asymmetric registered\n[ 0.525022] Asymmetric key parser 'x509' registered\n[ 0.525955] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527383] io scheduler noop registered\n[ 0.528174] io scheduler deadline registered (default)\n[ 0.529146] io scheduler cfq registered\n[ 0.529957] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530976] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532223] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533647] ACPI: Power Button [PWRF]\n[ 0.534459] GHES: HEST is not enabled!\n[ 0.549505] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580901] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604835] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608595] Linux agpgart interface v0.103\n[ 0.611737] brd: module loaded\n[ 0.613936] loop: module loaded\n[ 0.623819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626401] GPT:90111 != 2097151\n[ 0.627070] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628159] GPT:90111 != 2097151\n[ 0.628824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629775] vda: vda1 vda15\n[ 0.631182] scsi host0: ata_piix\n[ 0.631907] scsi host1: ata_piix\n[ 0.632624] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633826] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635259] libphy: Fixed MDIO Bus: probed\n[ 0.636063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639069] PPP generic driver version 2.4.2\n[ 0.639944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641231] ehci-pci: EHCI PCI platform driver\n[ 0.642088] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644181] ohci-pci: OHCI PCI platform driver\n[ 0.645038] ohci-platform: OHCI generic platform driver\n[ 0.646007] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660318] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662727] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664846] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666044] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667439] usb usb1: Product: UHCI Host Controller\n[ 0.668359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669484] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670505] hub 1-0:1.0: USB hub found\n[ 0.671272] hub 1-0:1.0: 2 ports detected\n[ 0.672168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674267] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676231] mousedev: PS/2 mouse device common for all mice\n[ 0.677464] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679273] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681544] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682711] i2c /dev entries driver\n[ 0.683468] device-mapper: uevent: version 1.0.3\n[ 0.684404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687333] NET: Registered protocol family 10\n[ 0.688334] NET: Registered protocol family 17\n[ 0.689210] Key type dns_resolver registered\n[ 0.690119] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691189] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692924] registered taskstats version 1\n[ 0.693750] Loading compiled-in X.509 certificates\n[ 0.695191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697023] zswap: loaded using pool lzo/zbud\n[ 0.698373] Key type trusted registered\n[ 0.700291] Key type encrypted registered\n[ 0.701103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702106] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703120] evm: HMAC attrs: 0x1\n[ 0.704032] Magic number: 6:984:834\n[ 0.704896] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:32 UTC (1539348632)\n[ 0.706485] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707580] EDD information not available.\n[ 0.788708] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790127] ata1.00: configured for MWDMA2\n[ 0.791303] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803854] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805392] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806858] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808952] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810796] Write protecting the kernel read-only data: 14336k\n[ 0.812606] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814716] 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.68\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.939876] 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.04s]\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\n"} 2018-10-12 12:52:16,159 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action used request id req-6a5fac69-5a8d-437d-8ba9-03644aba63b8 2018-10-12 12:52:16,171 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-042b8082-d935-4149-9f30-f1d522ca6531 x-compute-request-id: req-042b8082-d935-4149-9f30-f1d522ca6531 Content-Encoding: gzip Content-Length: 8108 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518383433 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132487] pid_max: default: 32768 minimum: 301\n[ 0.133355] ACPI: Core revision 20150930\n[ 0.134713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135983] Security Framework initialized\n[ 0.136774] Yama: becoming mindful.\n[ 0.137482] AppArmor: AppArmor initialized\n[ 0.138328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139627] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140862] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142031] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143383] Initializing cgroup subsys io\n[ 0.144170] Initializing cgroup subsys memory\n[ 0.145020] Initializing cgroup subsys devices\n[ 0.145864] Initializing cgroup subsys freezer\n[ 0.146713] Initializing cgroup subsys net_cls\n[ 0.147558] Initializing cgroup subsys perf_event\n[ 0.148439] Initializing cgroup subsys net_prio\n[ 0.149293] Initializing cgroup subsys hugetlb\n[ 0.150139] Initializing cgroup subsys pids\n[ 0.151007] CPU: Physical Processor ID: 0\n[ 0.152510] mce: CPU supports 10 MCE banks\n[ 0.153334] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164855] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171135] ftrace: allocating 31920 entries in 125 pages\n[ 0.197123] smpboot: Max logical packages: 1\n[ 0.197958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199296] x2apic enabled\n[ 0.200084] Switched APIC routing to physical x2apic.\n[ 0.201804] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202897] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204834] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206569] KVM setup paravirtual spinlock\n[ 0.207841] x86: Booted up 1 node, 1 CPUs\n[ 0.208631] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209982] devtmpfs: initialized\n[ 0.211677] evm: security.selinux\n[ 0.212361] evm: security.SMACK64\n[ 0.213032] evm: security.SMACK64EXEC\n[ 0.213759] evm: security.SMACK64TRANSMUTE\n[ 0.214549] evm: security.SMACK64MMAP\n[ 0.215273] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218495] pinctrl core: initialized pinctrl subsystem\n[ 0.219557] RTC time: 12:50:45, date: 10/12/18\n[ 0.220505] NET: Registered protocol family 16\n[ 0.221458] cpuidle: using governor ladder\n[ 0.222255] cpuidle: using governor menu\n[ 0.223017] PCCT header not found.\n[ 0.223758] ACPI: bus type PCI registered\n[ 0.224545] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225753] PCI: Using configuration type 1 for base access\n[ 0.227477] ACPI: Added _OSI(Module Device)\n[ 0.228295] ACPI: Added _OSI(Processor Device)\n[ 0.229136] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230010] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232105] ACPI: Interpreter enabled\n[ 0.232854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240032] ACPI: (supports S0 S5)\n[ 0.240720] ACPI: Using IOAPIC for interrupt routing\n[ 0.241750] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244798] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245938] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247150] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248309] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250466] acpiphp: Slot [3] registered\n[ 0.251243] acpiphp: Slot [4] registered\n[ 0.252015] acpiphp: Slot [5] registered\n[ 0.252792] acpiphp: Slot [6] registered\n[ 0.253565] acpiphp: Slot [7] registered\n[ 0.254347] acpiphp: Slot [8] registered\n[ 0.255122] acpiphp: Slot [9] registered\n[ 0.255907] acpiphp: Slot [10] registered\n[ 0.256701] acpiphp: Slot [11] registered\n[ 0.257489] acpiphp: Slot [12] registered\n[ 0.258282] acpiphp: Slot [13] registered\n[ 0.259071] acpiphp: Slot [14] registered\n[ 0.259860] acpiphp: Slot [15] registered\n[ 0.270520] acpiphp: Slot [16] registered\n[ 0.271320] acpiphp: Slot [17] registered\n[ 0.272103] acpiphp: Slot [18] registered\n[ 0.272892] acpiphp: Slot [19] registered\n[ 0.273678] acpiphp: Slot [20] registered\n[ 0.274463] acpiphp: Slot [21] registered\n[ 0.275255] acpiphp: Slot [22] registered\n[ 0.276038] acpiphp: Slot [23] registered\n[ 0.276825] acpiphp: Slot [24] registered\n[ 0.277614] acpiphp: Slot [25] registered\n[ 0.278398] acpiphp: Slot [26] registered\n[ 0.279185] acpiphp: Slot [27] registered\n[ 0.279980] acpiphp: Slot [28] registered\n[ 0.280772] acpiphp: Slot [29] registered\n[ 0.281561] acpiphp: Slot [30] registered\n[ 0.282367] acpiphp: Slot [31] registered\n[ 0.283148] PCI host bridge to bus 0000:00\n[ 0.283934] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285115] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286288] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287691] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289089] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296483] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297618] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298844] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305158] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306567] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351890] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354752] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357888] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361246] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362822] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365064] vgaarb: loaded\n[ 0.365889] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367476] SCSI subsystem initialized\n[ 0.368651] ACPI: bus type USB registered\n[ 0.369840] usbcore: registered new interface driver usbfs\n[ 0.371347] usbcore: registered new interface driver hub\n[ 0.372846] usbcore: registered new device driver usb\n[ 0.374353] PCI: Using ACPI for IRQ routing\n[ 0.375751] NetLabel: Initializing\n[ 0.376748] NetLabel: domain hash size = 128\n[ 0.377997] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379401] NetLabel: unlabeled traffic allowed by default\n[ 0.380984] clocksource: Switched to clocksource kvm-clock\n[ 0.387002] AppArmor: AppArmor Filesystem Enabled\n[ 0.388403] pnp: PnP ACPI init\n[ 0.389615] pnp: PnP ACPI: found 5 devices\n[ 0.396366] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398904] NET: Registered protocol family 2\n[ 0.400201] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402067] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403808] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405549] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408875] NET: Registered protocol family 1\n[ 0.410129] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411768] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413350] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427575] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441965] Trying to unpack rootfs image as initramfs...\n[ 0.491936] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506345] Scanning for low memory corruption every 60 seconds\n[ 0.508111] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509732] audit: initializing netlink subsys (disabled)\n[ 0.511207] audit: type=2000 audit(1539348646.340:1): initialized\n[ 0.513075] Initialise system trusted keyring\n[ 0.514360] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516068] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.518576] zbud: loaded\n[ 0.519532] VFS: Disk quotas dquot_6.6.0\n[ 0.520693] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522755] fuse init (API version 7.23)\n[ 0.523987] Key type big_key registered\n[ 0.525138] Allocating IMA MOK and blacklist keyrings.\n[ 0.526654] Key type asymmetric registered\n[ 0.527757] Asymmetric key parser 'x509' registered\n[ 0.529177] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531673] io scheduler noop registered\n[ 0.532757] io scheduler deadline registered (default)\n[ 0.534168] io scheduler cfq registered\n[ 0.535340] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536884] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.538728] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.540795] ACPI: Power Button [PWRF]\n[ 0.541960] GHES: HEST is not enabled!\n[ 0.555762] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586702] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589908] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613412] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616242] Linux agpgart interface v0.103\n[ 0.618647] brd: module loaded\n[ 0.620105] loop: module loaded\n[ 0.625458] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627467] GPT:90111 != 2097151\n[ 0.628406] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629991] GPT:90111 != 2097151\n[ 0.630891] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632288] vda: vda1 vda15\n[ 0.634019] scsi host0: ata_piix\n[ 0.635013] scsi host1: ata_piix\n[ 0.635987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639589] libphy: Fixed MDIO Bus: probed\n[ 0.640739] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642093] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645631] PPP generic driver version 2.4.2\n[ 0.646943] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648170] ehci-pci: EHCI PCI platform driver\n[ 0.649057] ehci-platform: EHCI generic platform driver\n[ 0.650038] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651165] ohci-pci: OHCI PCI platform driver\n[ 0.652044] ohci-platform: OHCI generic platform driver\n[ 0.653062] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667659] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668706] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670235] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672456] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673737] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675211] usb usb1: Product: UHCI Host Controller\n[ 0.676181] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678471] hub 1-0:1.0: USB hub found\n[ 0.679280] hub 1-0:1.0: 2 ports detected\n[ 0.680226] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682412] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683402] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684483] mousedev: PS/2 mouse device common for all mice\n[ 0.685787] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688831] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691376] i2c /dev entries driver\n[ 0.692166] device-mapper: uevent: version 1.0.3\n[ 0.693151] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694838] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696188] NET: Registered protocol family 10\n[ 0.697253] NET: Registered protocol family 17\n[ 0.698171] Key type dns_resolver registered\n[ 0.699133] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700276] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702093] registered taskstats version 1\n[ 0.702952] Loading compiled-in X.509 certificates\n[ 0.704428] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706365] zswap: loaded using pool lzo/zbud\n[ 0.708319] Key type trusted registered\n[ 0.709909] Key type encrypted registered\n[ 0.710771] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712888] evm: HMAC attrs: 0x1\n[ 0.714236] Magic number: 6:984:834\n[ 0.715110] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:46 UTC (1539348646)\n[ 0.716761] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717912] EDD information not available.\n[ 0.793525] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794987] ata1.00: configured for MWDMA2\n[ 0.796227] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.808911] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810125] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811367] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813236] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814737] Write protecting the kernel read-only data: 14336k\n[ 0.816290] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818088] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.192613] 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.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.66s]\nping 10.10.10.13 OK\nping 10.10.10.8 OK\n"} 2018-10-12 12:52:16,171 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action used request id req-042b8082-d935-4149-9f30-f1d522ca6531 2018-10-12 12:52:17,102 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049c7d68f548f3365690a05ccb56d2a85b0b5ec4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:17,164 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5b8b91d9589b097a6ac6aa7660b4a79df580d7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:17,176 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da78e4837035bde3e9d6f24ff9610f334c3e104d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:18,172 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-064f35b1-5fc1-4a0a-b073-3da16ceb0535 x-compute-request-id: req-064f35b1-5fc1-4a0a-b073-3da16ceb0535 Content-Encoding: gzip Content-Length: 11140 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488712359 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128433] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130060] pid_max: default: 32768 minimum: 301\n[ 0.130940] ACPI: Core revision 20150930\n[ 0.132307] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133595] Security Framework initialized\n[ 0.134394] Yama: becoming mindful.\n[ 0.135107] AppArmor: AppArmor initialized\n[ 0.135959] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137269] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138521] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139707] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141064] Initializing cgroup subsys io\n[ 0.141866] Initializing cgroup subsys memory\n[ 0.142709] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144432] Initializing cgroup subsys net_cls\n[ 0.145279] Initializing cgroup subsys perf_event\n[ 0.146174] Initializing cgroup subsys net_prio\n[ 0.147053] Initializing cgroup subsys hugetlb\n[ 0.147921] Initializing cgroup subsys pids\n[ 0.148781] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151095] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152088] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162736] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169093] ftrace: allocating 31920 entries in 125 pages\n[ 0.195377] smpboot: Max logical packages: 1\n[ 0.196217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197550] x2apic enabled\n[ 0.198347] Switched APIC routing to physical x2apic.\n[ 0.200089] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203153] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204913] KVM setup paravirtual spinlock\n[ 0.206192] x86: Booted up 1 node, 1 CPUs\n[ 0.206994] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208379] devtmpfs: initialized\n[ 0.210082] evm: security.selinux\n[ 0.210776] evm: security.SMACK64\n[ 0.211454] evm: security.SMACK64EXEC\n[ 0.212183] evm: security.SMACK64TRANSMUTE\n[ 0.212975] evm: security.SMACK64MMAP\n[ 0.213706] evm: security.ima\n[ 0.214339] evm: security.capability\n[ 0.215133] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216954] pinctrl core: initialized pinctrl subsystem\n[ 0.218037] RTC time: 12:50:18, date: 10/12/18\n[ 0.218990] NET: Registered protocol family 16\n[ 0.219951] cpuidle: using governor ladder\n[ 0.220756] cpuidle: using governor menu\n[ 0.221527] PCCT header not found.\n[ 0.222260] ACPI: bus type PCI registered\n[ 0.223053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224275] PCI: Using configuration type 1 for base access\n[ 0.226014] ACPI: Added _OSI(Module Device)\n[ 0.226844] ACPI: Added _OSI(Processor Device)\n[ 0.227701] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228588] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230705] ACPI: Interpreter enabled\n[ 0.231463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235107] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238752] ACPI: (supports S0 S5)\n[ 0.239451] ACPI: Using IOAPIC for interrupt routing\n[ 0.240380] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243456] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244581] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245798] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246978] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249170] acpiphp: Slot [3] registered\n[ 0.249970] acpiphp: Slot [4] registered\n[ 0.250765] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252349] acpiphp: Slot [7] registered\n[ 0.253144] acpiphp: Slot [8] registered\n[ 0.253937] acpiphp: Slot [9] registered\n[ 0.254722] acpiphp: Slot [10] registered\n[ 0.255518] acpiphp: Slot [11] registered\n[ 0.256327] acpiphp: Slot [12] registered\n[ 0.257134] acpiphp: Slot [13] registered\n[ 0.257934] acpiphp: Slot [14] registered\n[ 0.258734] acpiphp: Slot [15] registered\n[ 0.269921] acpiphp: Slot [16] registered\n[ 0.270726] acpiphp: Slot [17] registered\n[ 0.271525] acpiphp: Slot [18] registered\n[ 0.272317] acpiphp: Slot [19] registered\n[ 0.273120] acpiphp: Slot [20] registered\n[ 0.273925] acpiphp: Slot [21] registered\n[ 0.274725] acpiphp: Slot [22] registered\n[ 0.275524] acpiphp: Slot [23] registered\n[ 0.276320] acpiphp: Slot [24] registered\n[ 0.277121] acpiphp: Slot [25] registered\n[ 0.277926] acpiphp: Slot [26] registered\n[ 0.278726] acpiphp: Slot [27] registered\n[ 0.279527] acpiphp: Slot [28] registered\n[ 0.280325] acpiphp: Slot [29] registered\n[ 0.281124] acpiphp: Slot [30] registered\n[ 0.281929] acpiphp: Slot [31] registered\n[ 0.282730] PCI host bridge to bus 0000:00\n[ 0.283528] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285912] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287337] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288767] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295105] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296377] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352599] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354087] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355514] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356927] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358305] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361915] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363446] vgaarb: loaded\n[ 0.364039] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365170] SCSI subsystem initialized\n[ 0.365984] ACPI: bus type USB registered\n[ 0.366801] usbcore: registered new interface driver usbfs\n[ 0.367817] usbcore: registered new interface driver hub\n[ 0.368815] usbcore: registered new device driver usb\n[ 0.369869] PCI: Using ACPI for IRQ routing\n[ 0.370885] NetLabel: Initializing\n[ 0.371591] NetLabel: domain hash size = 128\n[ 0.372431] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373367] NetLabel: unlabeled traffic allowed by default\n[ 0.374451] clocksource: Switched to clocksource kvm-clock\n[ 0.379848] AppArmor: AppArmor Filesystem Enabled\n[ 0.380823] pnp: PnP ACPI init\n[ 0.381735] pnp: PnP ACPI: found 5 devices\n[ 0.388101] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389802] NET: Registered protocol family 2\n[ 0.390761] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392038] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393206] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394366] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395456] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396628] NET: Registered protocol family 1\n[ 0.397499] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398601] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399675] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413700] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427888] Trying to unpack rootfs image as initramfs...\n[ 0.477729] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491540] Scanning for low memory corruption every 60 seconds\n[ 0.492867] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494016] audit: initializing netlink subsys (disabled)\n[ 0.495042] audit: type=2000 audit(1539348618.928:1): initialized\n[ 0.496342] Initialise system trusted keyring\n[ 0.497267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500395] zbud: loaded\n[ 0.501092] VFS: Disk quotas dquot_6.6.0\n[ 0.501925] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503445] fuse init (API version 7.23)\n[ 0.504323] Key type big_key registered\n[ 0.505122] Allocating IMA MOK and blacklist keyrings.\n[ 0.506603] Key type asymmetric registered\n[ 0.507427] Asymmetric key parser 'x509' registered\n[ 0.508374] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509829] io scheduler noop registered\n[ 0.510630] io scheduler deadline registered (default)\n[ 0.511615] io scheduler cfq registered\n[ 0.512443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513480] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514744] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516195] ACPI: Power Button [PWRF]\n[ 0.517021] GHES: HEST is not enabled!\n[ 0.530518] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589002] Linux agpgart interface v0.103\n[ 0.591106] brd: module loaded\n[ 0.592280] loop: module loaded\n[ 0.597320] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598774] GPT:90111 != 2097151\n[ 0.599450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600530] GPT:90111 != 2097151\n[ 0.601192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602143] vda: vda1 vda15\n[ 0.603880] scsi host0: ata_piix\n[ 0.604612] scsi host1: ata_piix\n[ 0.605316] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606542] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607988] libphy: Fixed MDIO Bus: probed\n[ 0.608806] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609745] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611987] PPP generic driver version 2.4.2\n[ 0.612869] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614205] ehci-pci: EHCI PCI platform driver\n[ 0.615082] ehci-platform: EHCI generic platform driver\n[ 0.616067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617178] ohci-pci: OHCI PCI platform driver\n[ 0.618847] ohci-platform: OHCI generic platform driver\n[ 0.620823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637750] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639410] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640839] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641863] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644180] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645579] usb usb1: Product: UHCI Host Controller\n[ 0.646507] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647695] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648647] hub 1-0:1.0: USB hub found\n[ 0.649420] hub 1-0:1.0: 2 ports detected\n[ 0.650305] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653391] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654410] mousedev: PS/2 mouse device common for all mice\n[ 0.655690] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657522] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659813] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660988] i2c /dev entries driver\n[ 0.661753] device-mapper: uevent: version 1.0.3\n[ 0.662697] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664302] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665586] NET: Registered protocol family 10\n[ 0.666579] NET: Registered protocol family 17\n[ 0.667461] Key type dns_resolver registered\n[ 0.668378] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671210] registered taskstats version 1\n[ 0.672037] Loading compiled-in X.509 certificates\n[ 0.673469] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675309] zswap: loaded using pool lzo/zbud\n[ 0.676689] Key type trusted registered\n[ 0.678236] Key type encrypted registered\n[ 0.679066] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680086] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681112] evm: HMAC attrs: 0x1\n[ 0.682056] Magic number: 6:984:834\n[ 0.682912] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:19 UTC (1539348619)\n[ 0.684490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685611] EDD information not available.\n[ 0.767395] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768921] Write protecting the kernel read-only data: 14336k\n[ 0.780946] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.173288] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCE1Scd1P3+i75OvmjpEHO2w2g/9TaVI7Zy6p1AY5bXYIPcp4wjJdQaNI/Jw+AJLBMUa36zi6qojNqjWCSZuAzgJiVRokAMKzLL+xM2J1oUn+F6mzGRfC1qFU8qfLdLWP/hwpeFC0Wmr4Z0th7JrNXjDGjNQ+gQ5458S6Icuhz1dWsgX3tYJz/Y1+c2I0xtmv4VV1CrirAtU22XlJ4X00iZ4YKvEdPxb8+dvRm5uKXs/Tse7fCWkXV4EPK9FIr+6uZwYmHkCdP6d0TFjrHyf8bJhBvVnTpOwaXSCRC9uKa/xLKDtc/j6OxGjKLdGYYg7+QmnDBHSyahtPjyC542a8Mx root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBANg49xIlDltamwGgm2P/eKpNTaiZUtVyXfk83rVoddrTWqsIPUVtdnoB0gjZjGflLklBgrs3jPVmpzrOn3KfK63ZrTdjQ/Xe5RSPO6TRfImB6bxlvFHfoLoDzEY09IM5pmKHiR9m6fFNyaw5n1T5SAwRuVAZIxNTqr2vKs9SmPJBAAAAFQC54X1vR+6fU3rT2OA8l0lGFo1uDwAAAIEAp3uHVAn7842aybueXkX/Nile/1DqKilMdMkaBfFR+ueM38msM31K3IznEIvSYt0ZYN8MLfVXrwuWpuYhX/08dAj0pf1xoTCcMdqV9XeEQyQQ/r4YTrfEHrqZxKogwmTkJhgiKP4qWvGt6JbpNMmrJo+hn+WdVbkvrO/MgbpVq+AAAACBAMyib2H5bUTQCBOIP0NeSkqa4hnHVC+wNjQrpU900Vc5XkRDqwyWtvsODr91/jLZti+dktywcx1A/6hEVa8iKtMoslaFh0DDfvPhXO6OyyYphrB2u6lSko7YhZwEG8H2Lx6/A4XFsDEMUCGBVqP5WwN8a3Vx3ig9cKrNeXoG/a+/ root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fea2:5259/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.37 ===\n/dev/root resized successfully [took 2.22s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:52:59 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:5259/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 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:7815 (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-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.119455] usb 1-1: Product: QEMU USB Tablet\n[ 1.119456] usb 1-1: Manufacturer: QEMU\n[ 1.119457] usb 1-1: SerialNumber: 42\n[ 1.132600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.154778] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.173288] random: dd urandom read with 5 bits of entropy available\n[ 1.490513] tsc: Refined TSC clocksource calibration: 3491.906 MHz\n[ 1.490515] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\n[ 3.491210] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.196858] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 12 13:50:19 cirros kern.info kernel: [ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.793704] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 12 13:50:19 cirros kern.info kernel: [ 0.793706] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 12 13:50:19 cirros kern.info kernel: [ 0.795370] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 12 13:50:19 cirros kern.info kernel: [ 0.798263] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 12 13:50:19 cirros kern.info kernel: [ 0.800240] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 12 13:50:19 cirros kern.info kernel: [ 0.823836] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:50:19 cirros kern.info kernel: [ 0.824726] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.825807] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:50:19 cirros kern.info kernel: [ 0.888068] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.958474] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119451] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119454] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119455] usb 1-1: Product: QEMU USB Tablet\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119456] usb 1-1: Manufacturer: QEMU\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119457] usb 1-1: SerialNumber: 42\nOct 12 13:50:19 cirros kern.info kernel: [ 1.132600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:50:19 cirros kern.info kernel: [ 1.154778] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:50:19 cirros kern.notice kernel: [ 1.173288] random: dd urandom read with 5 bits of entropy available\nOct 12 13:50:20 cirros kern.info kernel: [ 1.490513] tsc: Refined TSC clocksource calibration: 3491.906 MHz\nOct 12 13:50:20 cirros kern.info kernel: [ 1.490515] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\nOct 12 13:50:21 cirros auth.notice su: + /dev/console root:cirros\nOct 12 13:50:22 cirros authpriv.info dropbear[340]: Running in background\nOct 12 13:50:22 cirros kern.info kernel: [ 3.491210] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 12 13:50:23 cirros kern.info kernel: [ 4.196858] 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-10-12 12:52:18,172 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action used request id req-064f35b1-5fc1-4a0a-b073-3da16ceb0535 2018-10-12 12:52:18,243 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf223897-c59d-4293-9d20-523dea6f67a8 x-compute-request-id: req-bf223897-c59d-4293-9d20-523dea6f67a8 Content-Encoding: gzip Content-Length: 8099 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 540505183 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.138006] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.139779] pid_max: default: 32768 minimum: 301\n[ 0.140727] ACPI: Core revision 20150930\n[ 0.142158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143534] Security Framework initialized\n[ 0.144398] Yama: becoming mindful.\n[ 0.145183] AppArmor: AppArmor initialized\n[ 0.146070] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147488] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151607] Initializing cgroup subsys io\n[ 0.152471] Initializing cgroup subsys memory\n[ 0.153421] Initializing cgroup subsys devices\n[ 0.154348] Initializing cgroup subsys freezer\n[ 0.155295] Initializing cgroup subsys net_cls\n[ 0.156239] Initializing cgroup subsys perf_event\n[ 0.157251] Initializing cgroup subsys net_prio\n[ 0.158231] Initializing cgroup subsys hugetlb\n[ 0.159178] Initializing cgroup subsys pids\n[ 0.160110] CPU: Physical Processor ID: 0\n[ 0.161618] mce: CPU supports 10 MCE banks\n[ 0.162457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163440] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175438] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181885] ftrace: allocating 31920 entries in 125 pages\n[ 0.208859] smpboot: Max logical packages: 1\n[ 0.209702] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211033] x2apic enabled\n[ 0.211836] Switched APIC routing to physical x2apic.\n[ 0.213582] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216649] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218414] KVM setup paravirtual spinlock\n[ 0.219707] x86: Booted up 1 node, 1 CPUs\n[ 0.220523] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.221899] devtmpfs: initialized\n[ 0.223606] evm: security.selinux\n[ 0.224299] evm: security.SMACK64\n[ 0.224975] evm: security.SMACK64EXEC\n[ 0.225707] evm: security.SMACK64TRANSMUTE\n[ 0.226500] evm: security.SMACK64MMAP\n[ 0.227228] evm: security.ima\n[ 0.227864] evm: security.capability\n[ 0.228662] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230479] pinctrl core: initialized pinctrl subsystem\n[ 0.231558] RTC time: 12:50:31, date: 10/12/18\n[ 0.232505] NET: Registered protocol family 16\n[ 0.233463] cpuidle: using governor ladder\n[ 0.234270] cpuidle: using governor menu\n[ 0.235039] PCCT header not found.\n[ 0.235776] ACPI: bus type PCI registered\n[ 0.236567] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237782] PCI: Using configuration type 1 for base access\n[ 0.239518] ACPI: Added _OSI(Module Device)\n[ 0.240345] ACPI: Added _OSI(Processor Device)\n[ 0.241195] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242074] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244168] ACPI: Interpreter enabled\n[ 0.244923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252205] ACPI: (supports S0 S5)\n[ 0.252897] ACPI: Using IOAPIC for interrupt routing\n[ 0.254076] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257152] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258280] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259492] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260667] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262858] acpiphp: Slot [3] registered\n[ 0.263649] acpiphp: Slot [4] registered\n[ 0.264436] acpiphp: Slot [5] registered\n[ 0.265219] acpiphp: Slot [6] registered\n[ 0.265996] acpiphp: Slot [7] registered\n[ 0.266785] acpiphp: Slot [8] registered\n[ 0.267570] acpiphp: Slot [9] registered\n[ 0.268351] acpiphp: Slot [10] registered\n[ 0.269144] acpiphp: Slot [11] registered\n[ 0.269949] acpiphp: Slot [12] registered\n[ 0.270745] acpiphp: Slot [13] registered\n[ 0.271545] acpiphp: Slot [14] registered\n[ 0.272344] acpiphp: Slot [15] registered\n[ 0.283107] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284714] acpiphp: Slot [18] registered\n[ 0.285509] acpiphp: Slot [19] registered\n[ 0.286301] acpiphp: Slot [20] registered\n[ 0.287103] acpiphp: Slot [21] registered\n[ 0.287896] acpiphp: Slot [22] registered\n[ 0.288690] acpiphp: Slot [23] registered\n[ 0.289489] acpiphp: Slot [24] registered\n[ 0.290282] acpiphp: Slot [25] registered\n[ 0.291073] acpiphp: Slot [26] registered\n[ 0.291873] acpiphp: Slot [27] registered\n[ 0.292670] acpiphp: Slot [28] registered\n[ 0.293468] acpiphp: Slot [29] registered\n[ 0.294259] acpiphp: Slot [30] registered\n[ 0.295068] acpiphp: Slot [31] registered\n[ 0.295857] PCI host bridge to bus 0000:00\n[ 0.296657] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297843] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300440] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301860] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308297] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309555] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310701] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319415] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320807] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371585] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374360] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375725] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376944] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378639] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379668] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381193] vgaarb: loaded\n[ 0.381786] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382903] SCSI subsystem initialized\n[ 0.383709] ACPI: bus type USB registered\n[ 0.384512] usbcore: registered new interface driver usbfs\n[ 0.385527] usbcore: registered new interface driver hub\n[ 0.386518] usbcore: registered new device driver usb\n[ 0.387561] PCI: Using ACPI for IRQ routing\n[ 0.388569] NetLabel: Initializing\n[ 0.389271] NetLabel: domain hash size = 128\n[ 0.390113] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391044] NetLabel: unlabeled traffic allowed by default\n[ 0.392122] clocksource: Switched to clocksource kvm-clock\n[ 0.397515] AppArmor: AppArmor Filesystem Enabled\n[ 0.398458] pnp: PnP ACPI init\n[ 0.399352] pnp: PnP ACPI: found 5 devices\n[ 0.405711] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407394] NET: Registered protocol family 2\n[ 0.408368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409632] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410791] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411933] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412999] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414163] NET: Registered protocol family 1\n[ 0.415015] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416095] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431091] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445356] Trying to unpack rootfs image as initramfs...\n[ 0.495440] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509240] Scanning for low memory corruption every 60 seconds\n[ 0.510551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511676] audit: initializing netlink subsys (disabled)\n[ 0.512699] audit: type=2000 audit(1539348631.951:1): initialized\n[ 0.513987] Initialise system trusted keyring\n[ 0.514904] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516051] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517993] zbud: loaded\n[ 0.518692] VFS: Disk quotas dquot_6.6.0\n[ 0.519502] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521009] fuse init (API version 7.23)\n[ 0.521883] Key type big_key registered\n[ 0.522683] Allocating IMA MOK and blacklist keyrings.\n[ 0.524161] Key type asymmetric registered\n[ 0.525022] Asymmetric key parser 'x509' registered\n[ 0.525955] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527383] io scheduler noop registered\n[ 0.528174] io scheduler deadline registered (default)\n[ 0.529146] io scheduler cfq registered\n[ 0.529957] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530976] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532223] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533647] ACPI: Power Button [PWRF]\n[ 0.534459] GHES: HEST is not enabled!\n[ 0.549505] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580901] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604835] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608595] Linux agpgart interface v0.103\n[ 0.611737] brd: module loaded\n[ 0.613936] loop: module loaded\n[ 0.623819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626401] GPT:90111 != 2097151\n[ 0.627070] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628159] GPT:90111 != 2097151\n[ 0.628824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629775] vda: vda1 vda15\n[ 0.631182] scsi host0: ata_piix\n[ 0.631907] scsi host1: ata_piix\n[ 0.632624] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633826] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635259] libphy: Fixed MDIO Bus: probed\n[ 0.636063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639069] PPP generic driver version 2.4.2\n[ 0.639944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641231] ehci-pci: EHCI PCI platform driver\n[ 0.642088] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644181] ohci-pci: OHCI PCI platform driver\n[ 0.645038] ohci-platform: OHCI generic platform driver\n[ 0.646007] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660318] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662727] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664846] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666044] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667439] usb usb1: Product: UHCI Host Controller\n[ 0.668359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669484] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670505] hub 1-0:1.0: USB hub found\n[ 0.671272] hub 1-0:1.0: 2 ports detected\n[ 0.672168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674267] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676231] mousedev: PS/2 mouse device common for all mice\n[ 0.677464] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679273] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681544] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682711] i2c /dev entries driver\n[ 0.683468] device-mapper: uevent: version 1.0.3\n[ 0.684404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687333] NET: Registered protocol family 10\n[ 0.688334] NET: Registered protocol family 17\n[ 0.689210] Key type dns_resolver registered\n[ 0.690119] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691189] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692924] registered taskstats version 1\n[ 0.693750] Loading compiled-in X.509 certificates\n[ 0.695191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697023] zswap: loaded using pool lzo/zbud\n[ 0.698373] Key type trusted registered\n[ 0.700291] Key type encrypted registered\n[ 0.701103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702106] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703120] evm: HMAC attrs: 0x1\n[ 0.704032] Magic number: 6:984:834\n[ 0.704896] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:32 UTC (1539348632)\n[ 0.706485] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707580] EDD information not available.\n[ 0.788708] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790127] ata1.00: configured for MWDMA2\n[ 0.791303] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803854] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805392] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806858] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808952] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810796] Write protecting the kernel read-only data: 14336k\n[ 0.812606] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814716] 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.68\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.939876] 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.04s]\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\n"} 2018-10-12 12:52:18,244 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action used request id req-bf223897-c59d-4293-9d20-523dea6f67a8 2018-10-12 12:52:18,246 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bef77290-3fe4-4752-bdc6-76bcfd7c284a x-compute-request-id: req-bef77290-3fe4-4752-bdc6-76bcfd7c284a Content-Encoding: gzip Content-Length: 8110 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518383433 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132487] pid_max: default: 32768 minimum: 301\n[ 0.133355] ACPI: Core revision 20150930\n[ 0.134713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135983] Security Framework initialized\n[ 0.136774] Yama: becoming mindful.\n[ 0.137482] AppArmor: AppArmor initialized\n[ 0.138328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139627] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140862] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142031] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143383] Initializing cgroup subsys io\n[ 0.144170] Initializing cgroup subsys memory\n[ 0.145020] Initializing cgroup subsys devices\n[ 0.145864] Initializing cgroup subsys freezer\n[ 0.146713] Initializing cgroup subsys net_cls\n[ 0.147558] Initializing cgroup subsys perf_event\n[ 0.148439] Initializing cgroup subsys net_prio\n[ 0.149293] Initializing cgroup subsys hugetlb\n[ 0.150139] Initializing cgroup subsys pids\n[ 0.151007] CPU: Physical Processor ID: 0\n[ 0.152510] mce: CPU supports 10 MCE banks\n[ 0.153334] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164855] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171135] ftrace: allocating 31920 entries in 125 pages\n[ 0.197123] smpboot: Max logical packages: 1\n[ 0.197958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199296] x2apic enabled\n[ 0.200084] Switched APIC routing to physical x2apic.\n[ 0.201804] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202897] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204834] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206569] KVM setup paravirtual spinlock\n[ 0.207841] x86: Booted up 1 node, 1 CPUs\n[ 0.208631] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209982] devtmpfs: initialized\n[ 0.211677] evm: security.selinux\n[ 0.212361] evm: security.SMACK64\n[ 0.213032] evm: security.SMACK64EXEC\n[ 0.213759] evm: security.SMACK64TRANSMUTE\n[ 0.214549] evm: security.SMACK64MMAP\n[ 0.215273] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218495] pinctrl core: initialized pinctrl subsystem\n[ 0.219557] RTC time: 12:50:45, date: 10/12/18\n[ 0.220505] NET: Registered protocol family 16\n[ 0.221458] cpuidle: using governor ladder\n[ 0.222255] cpuidle: using governor menu\n[ 0.223017] PCCT header not found.\n[ 0.223758] ACPI: bus type PCI registered\n[ 0.224545] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225753] PCI: Using configuration type 1 for base access\n[ 0.227477] ACPI: Added _OSI(Module Device)\n[ 0.228295] ACPI: Added _OSI(Processor Device)\n[ 0.229136] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230010] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232105] ACPI: Interpreter enabled\n[ 0.232854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240032] ACPI: (supports S0 S5)\n[ 0.240720] ACPI: Using IOAPIC for interrupt routing\n[ 0.241750] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244798] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245938] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247150] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248309] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250466] acpiphp: Slot [3] registered\n[ 0.251243] acpiphp: Slot [4] registered\n[ 0.252015] acpiphp: Slot [5] registered\n[ 0.252792] acpiphp: Slot [6] registered\n[ 0.253565] acpiphp: Slot [7] registered\n[ 0.254347] acpiphp: Slot [8] registered\n[ 0.255122] acpiphp: Slot [9] registered\n[ 0.255907] acpiphp: Slot [10] registered\n[ 0.256701] acpiphp: Slot [11] registered\n[ 0.257489] acpiphp: Slot [12] registered\n[ 0.258282] acpiphp: Slot [13] registered\n[ 0.259071] acpiphp: Slot [14] registered\n[ 0.259860] acpiphp: Slot [15] registered\n[ 0.270520] acpiphp: Slot [16] registered\n[ 0.271320] acpiphp: Slot [17] registered\n[ 0.272103] acpiphp: Slot [18] registered\n[ 0.272892] acpiphp: Slot [19] registered\n[ 0.273678] acpiphp: Slot [20] registered\n[ 0.274463] acpiphp: Slot [21] registered\n[ 0.275255] acpiphp: Slot [22] registered\n[ 0.276038] acpiphp: Slot [23] registered\n[ 0.276825] acpiphp: Slot [24] registered\n[ 0.277614] acpiphp: Slot [25] registered\n[ 0.278398] acpiphp: Slot [26] registered\n[ 0.279185] acpiphp: Slot [27] registered\n[ 0.279980] acpiphp: Slot [28] registered\n[ 0.280772] acpiphp: Slot [29] registered\n[ 0.281561] acpiphp: Slot [30] registered\n[ 0.282367] acpiphp: Slot [31] registered\n[ 0.283148] PCI host bridge to bus 0000:00\n[ 0.283934] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285115] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286288] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287691] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289089] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296483] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297618] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298844] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305158] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306567] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351890] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354752] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357888] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361246] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362822] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365064] vgaarb: loaded\n[ 0.365889] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367476] SCSI subsystem initialized\n[ 0.368651] ACPI: bus type USB registered\n[ 0.369840] usbcore: registered new interface driver usbfs\n[ 0.371347] usbcore: registered new interface driver hub\n[ 0.372846] usbcore: registered new device driver usb\n[ 0.374353] PCI: Using ACPI for IRQ routing\n[ 0.375751] NetLabel: Initializing\n[ 0.376748] NetLabel: domain hash size = 128\n[ 0.377997] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379401] NetLabel: unlabeled traffic allowed by default\n[ 0.380984] clocksource: Switched to clocksource kvm-clock\n[ 0.387002] AppArmor: AppArmor Filesystem Enabled\n[ 0.388403] pnp: PnP ACPI init\n[ 0.389615] pnp: PnP ACPI: found 5 devices\n[ 0.396366] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398904] NET: Registered protocol family 2\n[ 0.400201] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402067] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403808] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405549] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408875] NET: Registered protocol family 1\n[ 0.410129] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411768] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413350] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427575] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441965] Trying to unpack rootfs image as initramfs...\n[ 0.491936] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506345] Scanning for low memory corruption every 60 seconds\n[ 0.508111] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509732] audit: initializing netlink subsys (disabled)\n[ 0.511207] audit: type=2000 audit(1539348646.340:1): initialized\n[ 0.513075] Initialise system trusted keyring\n[ 0.514360] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516068] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.518576] zbud: loaded\n[ 0.519532] VFS: Disk quotas dquot_6.6.0\n[ 0.520693] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522755] fuse init (API version 7.23)\n[ 0.523987] Key type big_key registered\n[ 0.525138] Allocating IMA MOK and blacklist keyrings.\n[ 0.526654] Key type asymmetric registered\n[ 0.527757] Asymmetric key parser 'x509' registered\n[ 0.529177] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531673] io scheduler noop registered\n[ 0.532757] io scheduler deadline registered (default)\n[ 0.534168] io scheduler cfq registered\n[ 0.535340] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536884] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.538728] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.540795] ACPI: Power Button [PWRF]\n[ 0.541960] GHES: HEST is not enabled!\n[ 0.555762] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586702] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589908] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613412] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616242] Linux agpgart interface v0.103\n[ 0.618647] brd: module loaded\n[ 0.620105] loop: module loaded\n[ 0.625458] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627467] GPT:90111 != 2097151\n[ 0.628406] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629991] GPT:90111 != 2097151\n[ 0.630891] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632288] vda: vda1 vda15\n[ 0.634019] scsi host0: ata_piix\n[ 0.635013] scsi host1: ata_piix\n[ 0.635987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639589] libphy: Fixed MDIO Bus: probed\n[ 0.640739] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642093] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645631] PPP generic driver version 2.4.2\n[ 0.646943] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648170] ehci-pci: EHCI PCI platform driver\n[ 0.649057] ehci-platform: EHCI generic platform driver\n[ 0.650038] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651165] ohci-pci: OHCI PCI platform driver\n[ 0.652044] ohci-platform: OHCI generic platform driver\n[ 0.653062] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667659] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668706] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670235] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672456] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673737] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675211] usb usb1: Product: UHCI Host Controller\n[ 0.676181] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678471] hub 1-0:1.0: USB hub found\n[ 0.679280] hub 1-0:1.0: 2 ports detected\n[ 0.680226] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682412] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683402] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684483] mousedev: PS/2 mouse device common for all mice\n[ 0.685787] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688831] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691376] i2c /dev entries driver\n[ 0.692166] device-mapper: uevent: version 1.0.3\n[ 0.693151] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694838] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696188] NET: Registered protocol family 10\n[ 0.697253] NET: Registered protocol family 17\n[ 0.698171] Key type dns_resolver registered\n[ 0.699133] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700276] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702093] registered taskstats version 1\n[ 0.702952] Loading compiled-in X.509 certificates\n[ 0.704428] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706365] zswap: loaded using pool lzo/zbud\n[ 0.708319] Key type trusted registered\n[ 0.709909] Key type encrypted registered\n[ 0.710771] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712888] evm: HMAC attrs: 0x1\n[ 0.714236] Magic number: 6:984:834\n[ 0.715110] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:46 UTC (1539348646)\n[ 0.716761] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717912] EDD information not available.\n[ 0.793525] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794987] ata1.00: configured for MWDMA2\n[ 0.796227] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.808911] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810125] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811367] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813236] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814737] Write protecting the kernel read-only data: 14336k\n[ 0.816290] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818088] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.192613] 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.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.66s]\nping 10.10.10.13 OK\nping 10.10.10.8 OK\nping 10.10.10.13 OK\n"} 2018-10-12 12:52:18,246 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action used request id req-bef77290-3fe4-4752-bdc6-76bcfd7c284a 2018-10-12 12:52:19,178 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049c7d68f548f3365690a05ccb56d2a85b0b5ec4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:19,248 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5b8b91d9589b097a6ac6aa7660b4a79df580d7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:19,251 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da78e4837035bde3e9d6f24ff9610f334c3e104d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:20,246 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-c78dc55c-f0d5-4d9c-a1db-f7d3f6ef4378 x-compute-request-id: req-c78dc55c-f0d5-4d9c-a1db-f7d3f6ef4378 Content-Encoding: gzip Content-Length: 11140 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488712359 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128433] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130060] pid_max: default: 32768 minimum: 301\n[ 0.130940] ACPI: Core revision 20150930\n[ 0.132307] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133595] Security Framework initialized\n[ 0.134394] Yama: becoming mindful.\n[ 0.135107] AppArmor: AppArmor initialized\n[ 0.135959] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137269] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138521] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139707] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141064] Initializing cgroup subsys io\n[ 0.141866] Initializing cgroup subsys memory\n[ 0.142709] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144432] Initializing cgroup subsys net_cls\n[ 0.145279] Initializing cgroup subsys perf_event\n[ 0.146174] Initializing cgroup subsys net_prio\n[ 0.147053] Initializing cgroup subsys hugetlb\n[ 0.147921] Initializing cgroup subsys pids\n[ 0.148781] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151095] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152088] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162736] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169093] ftrace: allocating 31920 entries in 125 pages\n[ 0.195377] smpboot: Max logical packages: 1\n[ 0.196217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197550] x2apic enabled\n[ 0.198347] Switched APIC routing to physical x2apic.\n[ 0.200089] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203153] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204913] KVM setup paravirtual spinlock\n[ 0.206192] x86: Booted up 1 node, 1 CPUs\n[ 0.206994] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208379] devtmpfs: initialized\n[ 0.210082] evm: security.selinux\n[ 0.210776] evm: security.SMACK64\n[ 0.211454] evm: security.SMACK64EXEC\n[ 0.212183] evm: security.SMACK64TRANSMUTE\n[ 0.212975] evm: security.SMACK64MMAP\n[ 0.213706] evm: security.ima\n[ 0.214339] evm: security.capability\n[ 0.215133] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216954] pinctrl core: initialized pinctrl subsystem\n[ 0.218037] RTC time: 12:50:18, date: 10/12/18\n[ 0.218990] NET: Registered protocol family 16\n[ 0.219951] cpuidle: using governor ladder\n[ 0.220756] cpuidle: using governor menu\n[ 0.221527] PCCT header not found.\n[ 0.222260] ACPI: bus type PCI registered\n[ 0.223053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224275] PCI: Using configuration type 1 for base access\n[ 0.226014] ACPI: Added _OSI(Module Device)\n[ 0.226844] ACPI: Added _OSI(Processor Device)\n[ 0.227701] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228588] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230705] ACPI: Interpreter enabled\n[ 0.231463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235107] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238752] ACPI: (supports S0 S5)\n[ 0.239451] ACPI: Using IOAPIC for interrupt routing\n[ 0.240380] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243456] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244581] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245798] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246978] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249170] acpiphp: Slot [3] registered\n[ 0.249970] acpiphp: Slot [4] registered\n[ 0.250765] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252349] acpiphp: Slot [7] registered\n[ 0.253144] acpiphp: Slot [8] registered\n[ 0.253937] acpiphp: Slot [9] registered\n[ 0.254722] acpiphp: Slot [10] registered\n[ 0.255518] acpiphp: Slot [11] registered\n[ 0.256327] acpiphp: Slot [12] registered\n[ 0.257134] acpiphp: Slot [13] registered\n[ 0.257934] acpiphp: Slot [14] registered\n[ 0.258734] acpiphp: Slot [15] registered\n[ 0.269921] acpiphp: Slot [16] registered\n[ 0.270726] acpiphp: Slot [17] registered\n[ 0.271525] acpiphp: Slot [18] registered\n[ 0.272317] acpiphp: Slot [19] registered\n[ 0.273120] acpiphp: Slot [20] registered\n[ 0.273925] acpiphp: Slot [21] registered\n[ 0.274725] acpiphp: Slot [22] registered\n[ 0.275524] acpiphp: Slot [23] registered\n[ 0.276320] acpiphp: Slot [24] registered\n[ 0.277121] acpiphp: Slot [25] registered\n[ 0.277926] acpiphp: Slot [26] registered\n[ 0.278726] acpiphp: Slot [27] registered\n[ 0.279527] acpiphp: Slot [28] registered\n[ 0.280325] acpiphp: Slot [29] registered\n[ 0.281124] acpiphp: Slot [30] registered\n[ 0.281929] acpiphp: Slot [31] registered\n[ 0.282730] PCI host bridge to bus 0000:00\n[ 0.283528] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285912] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287337] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288767] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295105] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296377] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352599] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354087] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355514] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356927] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358305] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361915] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363446] vgaarb: loaded\n[ 0.364039] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365170] SCSI subsystem initialized\n[ 0.365984] ACPI: bus type USB registered\n[ 0.366801] usbcore: registered new interface driver usbfs\n[ 0.367817] usbcore: registered new interface driver hub\n[ 0.368815] usbcore: registered new device driver usb\n[ 0.369869] PCI: Using ACPI for IRQ routing\n[ 0.370885] NetLabel: Initializing\n[ 0.371591] NetLabel: domain hash size = 128\n[ 0.372431] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373367] NetLabel: unlabeled traffic allowed by default\n[ 0.374451] clocksource: Switched to clocksource kvm-clock\n[ 0.379848] AppArmor: AppArmor Filesystem Enabled\n[ 0.380823] pnp: PnP ACPI init\n[ 0.381735] pnp: PnP ACPI: found 5 devices\n[ 0.388101] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389802] NET: Registered protocol family 2\n[ 0.390761] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392038] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393206] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394366] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395456] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396628] NET: Registered protocol family 1\n[ 0.397499] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398601] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399675] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413700] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427888] Trying to unpack rootfs image as initramfs...\n[ 0.477729] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491540] Scanning for low memory corruption every 60 seconds\n[ 0.492867] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494016] audit: initializing netlink subsys (disabled)\n[ 0.495042] audit: type=2000 audit(1539348618.928:1): initialized\n[ 0.496342] Initialise system trusted keyring\n[ 0.497267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500395] zbud: loaded\n[ 0.501092] VFS: Disk quotas dquot_6.6.0\n[ 0.501925] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503445] fuse init (API version 7.23)\n[ 0.504323] Key type big_key registered\n[ 0.505122] Allocating IMA MOK and blacklist keyrings.\n[ 0.506603] Key type asymmetric registered\n[ 0.507427] Asymmetric key parser 'x509' registered\n[ 0.508374] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509829] io scheduler noop registered\n[ 0.510630] io scheduler deadline registered (default)\n[ 0.511615] io scheduler cfq registered\n[ 0.512443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513480] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514744] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516195] ACPI: Power Button [PWRF]\n[ 0.517021] GHES: HEST is not enabled!\n[ 0.530518] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589002] Linux agpgart interface v0.103\n[ 0.591106] brd: module loaded\n[ 0.592280] loop: module loaded\n[ 0.597320] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598774] GPT:90111 != 2097151\n[ 0.599450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600530] GPT:90111 != 2097151\n[ 0.601192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602143] vda: vda1 vda15\n[ 0.603880] scsi host0: ata_piix\n[ 0.604612] scsi host1: ata_piix\n[ 0.605316] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606542] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607988] libphy: Fixed MDIO Bus: probed\n[ 0.608806] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609745] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611987] PPP generic driver version 2.4.2\n[ 0.612869] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614205] ehci-pci: EHCI PCI platform driver\n[ 0.615082] ehci-platform: EHCI generic platform driver\n[ 0.616067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617178] ohci-pci: OHCI PCI platform driver\n[ 0.618847] ohci-platform: OHCI generic platform driver\n[ 0.620823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637750] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639410] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640839] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641863] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644180] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645579] usb usb1: Product: UHCI Host Controller\n[ 0.646507] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647695] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648647] hub 1-0:1.0: USB hub found\n[ 0.649420] hub 1-0:1.0: 2 ports detected\n[ 0.650305] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653391] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654410] mousedev: PS/2 mouse device common for all mice\n[ 0.655690] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657522] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659813] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660988] i2c /dev entries driver\n[ 0.661753] device-mapper: uevent: version 1.0.3\n[ 0.662697] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664302] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665586] NET: Registered protocol family 10\n[ 0.666579] NET: Registered protocol family 17\n[ 0.667461] Key type dns_resolver registered\n[ 0.668378] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671210] registered taskstats version 1\n[ 0.672037] Loading compiled-in X.509 certificates\n[ 0.673469] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675309] zswap: loaded using pool lzo/zbud\n[ 0.676689] Key type trusted registered\n[ 0.678236] Key type encrypted registered\n[ 0.679066] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680086] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681112] evm: HMAC attrs: 0x1\n[ 0.682056] Magic number: 6:984:834\n[ 0.682912] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:19 UTC (1539348619)\n[ 0.684490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685611] EDD information not available.\n[ 0.767395] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768921] Write protecting the kernel read-only data: 14336k\n[ 0.780946] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.173288] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCE1Scd1P3+i75OvmjpEHO2w2g/9TaVI7Zy6p1AY5bXYIPcp4wjJdQaNI/Jw+AJLBMUa36zi6qojNqjWCSZuAzgJiVRokAMKzLL+xM2J1oUn+F6mzGRfC1qFU8qfLdLWP/hwpeFC0Wmr4Z0th7JrNXjDGjNQ+gQ5458S6Icuhz1dWsgX3tYJz/Y1+c2I0xtmv4VV1CrirAtU22XlJ4X00iZ4YKvEdPxb8+dvRm5uKXs/Tse7fCWkXV4EPK9FIr+6uZwYmHkCdP6d0TFjrHyf8bJhBvVnTpOwaXSCRC9uKa/xLKDtc/j6OxGjKLdGYYg7+QmnDBHSyahtPjyC542a8Mx root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBANg49xIlDltamwGgm2P/eKpNTaiZUtVyXfk83rVoddrTWqsIPUVtdnoB0gjZjGflLklBgrs3jPVmpzrOn3KfK63ZrTdjQ/Xe5RSPO6TRfImB6bxlvFHfoLoDzEY09IM5pmKHiR9m6fFNyaw5n1T5SAwRuVAZIxNTqr2vKs9SmPJBAAAAFQC54X1vR+6fU3rT2OA8l0lGFo1uDwAAAIEAp3uHVAn7842aybueXkX/Nile/1DqKilMdMkaBfFR+ueM38msM31K3IznEIvSYt0ZYN8MLfVXrwuWpuYhX/08dAj0pf1xoTCcMdqV9XeEQyQQ/r4YTrfEHrqZxKogwmTkJhgiKP4qWvGt6JbpNMmrJo+hn+WdVbkvrO/MgbpVq+AAAACBAMyib2H5bUTQCBOIP0NeSkqa4hnHVC+wNjQrpU900Vc5XkRDqwyWtvsODr91/jLZti+dktywcx1A/6hEVa8iKtMoslaFh0DDfvPhXO6OyyYphrB2u6lSko7YhZwEG8H2Lx6/A4XFsDEMUCGBVqP5WwN8a3Vx3ig9cKrNeXoG/a+/ root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fea2:5259/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.37 ===\n/dev/root resized successfully [took 2.22s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:52:59 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:5259/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 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:7815 (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-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.119455] usb 1-1: Product: QEMU USB Tablet\n[ 1.119456] usb 1-1: Manufacturer: QEMU\n[ 1.119457] usb 1-1: SerialNumber: 42\n[ 1.132600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.154778] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.173288] random: dd urandom read with 5 bits of entropy available\n[ 1.490513] tsc: Refined TSC clocksource calibration: 3491.906 MHz\n[ 1.490515] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\n[ 3.491210] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.196858] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 12 13:50:19 cirros kern.info kernel: [ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.793704] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 12 13:50:19 cirros kern.info kernel: [ 0.793706] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 12 13:50:19 cirros kern.info kernel: [ 0.795370] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 12 13:50:19 cirros kern.info kernel: [ 0.798263] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 12 13:50:19 cirros kern.info kernel: [ 0.800240] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 12 13:50:19 cirros kern.info kernel: [ 0.823836] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:50:19 cirros kern.info kernel: [ 0.824726] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.825807] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:50:19 cirros kern.info kernel: [ 0.888068] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.958474] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119451] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119454] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119455] usb 1-1: Product: QEMU USB Tablet\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119456] usb 1-1: Manufacturer: QEMU\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119457] usb 1-1: SerialNumber: 42\nOct 12 13:50:19 cirros kern.info kernel: [ 1.132600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:50:19 cirros kern.info kernel: [ 1.154778] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:50:19 cirros kern.notice kernel: [ 1.173288] random: dd urandom read with 5 bits of entropy available\nOct 12 13:50:20 cirros kern.info kernel: [ 1.490513] tsc: Refined TSC clocksource calibration: 3491.906 MHz\nOct 12 13:50:20 cirros kern.info kernel: [ 1.490515] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\nOct 12 13:50:21 cirros auth.notice su: + /dev/console root:cirros\nOct 12 13:50:22 cirros authpriv.info dropbear[340]: Running in background\nOct 12 13:50:22 cirros kern.info kernel: [ 3.491210] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 12 13:50:23 cirros kern.info kernel: [ 4.196858] 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-10-12 12:52:20,247 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action used request id req-c78dc55c-f0d5-4d9c-a1db-f7d3f6ef4378 2018-10-12 12:52:20,324 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-9709315a-1ba7-42c7-821c-b5d458a8ca7b x-compute-request-id: req-9709315a-1ba7-42c7-821c-b5d458a8ca7b Content-Encoding: gzip Content-Length: 8110 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518383433 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132487] pid_max: default: 32768 minimum: 301\n[ 0.133355] ACPI: Core revision 20150930\n[ 0.134713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135983] Security Framework initialized\n[ 0.136774] Yama: becoming mindful.\n[ 0.137482] AppArmor: AppArmor initialized\n[ 0.138328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139627] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140862] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142031] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143383] Initializing cgroup subsys io\n[ 0.144170] Initializing cgroup subsys memory\n[ 0.145020] Initializing cgroup subsys devices\n[ 0.145864] Initializing cgroup subsys freezer\n[ 0.146713] Initializing cgroup subsys net_cls\n[ 0.147558] Initializing cgroup subsys perf_event\n[ 0.148439] Initializing cgroup subsys net_prio\n[ 0.149293] Initializing cgroup subsys hugetlb\n[ 0.150139] Initializing cgroup subsys pids\n[ 0.151007] CPU: Physical Processor ID: 0\n[ 0.152510] mce: CPU supports 10 MCE banks\n[ 0.153334] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164855] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171135] ftrace: allocating 31920 entries in 125 pages\n[ 0.197123] smpboot: Max logical packages: 1\n[ 0.197958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199296] x2apic enabled\n[ 0.200084] Switched APIC routing to physical x2apic.\n[ 0.201804] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202897] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204834] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206569] KVM setup paravirtual spinlock\n[ 0.207841] x86: Booted up 1 node, 1 CPUs\n[ 0.208631] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209982] devtmpfs: initialized\n[ 0.211677] evm: security.selinux\n[ 0.212361] evm: security.SMACK64\n[ 0.213032] evm: security.SMACK64EXEC\n[ 0.213759] evm: security.SMACK64TRANSMUTE\n[ 0.214549] evm: security.SMACK64MMAP\n[ 0.215273] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218495] pinctrl core: initialized pinctrl subsystem\n[ 0.219557] RTC time: 12:50:45, date: 10/12/18\n[ 0.220505] NET: Registered protocol family 16\n[ 0.221458] cpuidle: using governor ladder\n[ 0.222255] cpuidle: using governor menu\n[ 0.223017] PCCT header not found.\n[ 0.223758] ACPI: bus type PCI registered\n[ 0.224545] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225753] PCI: Using configuration type 1 for base access\n[ 0.227477] ACPI: Added _OSI(Module Device)\n[ 0.228295] ACPI: Added _OSI(Processor Device)\n[ 0.229136] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230010] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232105] ACPI: Interpreter enabled\n[ 0.232854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240032] ACPI: (supports S0 S5)\n[ 0.240720] ACPI: Using IOAPIC for interrupt routing\n[ 0.241750] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244798] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245938] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247150] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248309] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250466] acpiphp: Slot [3] registered\n[ 0.251243] acpiphp: Slot [4] registered\n[ 0.252015] acpiphp: Slot [5] registered\n[ 0.252792] acpiphp: Slot [6] registered\n[ 0.253565] acpiphp: Slot [7] registered\n[ 0.254347] acpiphp: Slot [8] registered\n[ 0.255122] acpiphp: Slot [9] registered\n[ 0.255907] acpiphp: Slot [10] registered\n[ 0.256701] acpiphp: Slot [11] registered\n[ 0.257489] acpiphp: Slot [12] registered\n[ 0.258282] acpiphp: Slot [13] registered\n[ 0.259071] acpiphp: Slot [14] registered\n[ 0.259860] acpiphp: Slot [15] registered\n[ 0.270520] acpiphp: Slot [16] registered\n[ 0.271320] acpiphp: Slot [17] registered\n[ 0.272103] acpiphp: Slot [18] registered\n[ 0.272892] acpiphp: Slot [19] registered\n[ 0.273678] acpiphp: Slot [20] registered\n[ 0.274463] acpiphp: Slot [21] registered\n[ 0.275255] acpiphp: Slot [22] registered\n[ 0.276038] acpiphp: Slot [23] registered\n[ 0.276825] acpiphp: Slot [24] registered\n[ 0.277614] acpiphp: Slot [25] registered\n[ 0.278398] acpiphp: Slot [26] registered\n[ 0.279185] acpiphp: Slot [27] registered\n[ 0.279980] acpiphp: Slot [28] registered\n[ 0.280772] acpiphp: Slot [29] registered\n[ 0.281561] acpiphp: Slot [30] registered\n[ 0.282367] acpiphp: Slot [31] registered\n[ 0.283148] PCI host bridge to bus 0000:00\n[ 0.283934] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285115] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286288] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287691] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289089] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296483] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297618] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298844] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305158] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306567] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351890] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354752] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357888] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361246] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362822] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365064] vgaarb: loaded\n[ 0.365889] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367476] SCSI subsystem initialized\n[ 0.368651] ACPI: bus type USB registered\n[ 0.369840] usbcore: registered new interface driver usbfs\n[ 0.371347] usbcore: registered new interface driver hub\n[ 0.372846] usbcore: registered new device driver usb\n[ 0.374353] PCI: Using ACPI for IRQ routing\n[ 0.375751] NetLabel: Initializing\n[ 0.376748] NetLabel: domain hash size = 128\n[ 0.377997] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379401] NetLabel: unlabeled traffic allowed by default\n[ 0.380984] clocksource: Switched to clocksource kvm-clock\n[ 0.387002] AppArmor: AppArmor Filesystem Enabled\n[ 0.388403] pnp: PnP ACPI init\n[ 0.389615] pnp: PnP ACPI: found 5 devices\n[ 0.396366] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398904] NET: Registered protocol family 2\n[ 0.400201] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402067] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403808] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405549] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408875] NET: Registered protocol family 1\n[ 0.410129] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411768] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413350] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427575] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441965] Trying to unpack rootfs image as initramfs...\n[ 0.491936] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506345] Scanning for low memory corruption every 60 seconds\n[ 0.508111] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509732] audit: initializing netlink subsys (disabled)\n[ 0.511207] audit: type=2000 audit(1539348646.340:1): initialized\n[ 0.513075] Initialise system trusted keyring\n[ 0.514360] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516068] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.518576] zbud: loaded\n[ 0.519532] VFS: Disk quotas dquot_6.6.0\n[ 0.520693] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522755] fuse init (API version 7.23)\n[ 0.523987] Key type big_key registered\n[ 0.525138] Allocating IMA MOK and blacklist keyrings.\n[ 0.526654] Key type asymmetric registered\n[ 0.527757] Asymmetric key parser 'x509' registered\n[ 0.529177] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531673] io scheduler noop registered\n[ 0.532757] io scheduler deadline registered (default)\n[ 0.534168] io scheduler cfq registered\n[ 0.535340] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536884] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.538728] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.540795] ACPI: Power Button [PWRF]\n[ 0.541960] GHES: HEST is not enabled!\n[ 0.555762] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586702] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589908] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613412] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616242] Linux agpgart interface v0.103\n[ 0.618647] brd: module loaded\n[ 0.620105] loop: module loaded\n[ 0.625458] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627467] GPT:90111 != 2097151\n[ 0.628406] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629991] GPT:90111 != 2097151\n[ 0.630891] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632288] vda: vda1 vda15\n[ 0.634019] scsi host0: ata_piix\n[ 0.635013] scsi host1: ata_piix\n[ 0.635987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639589] libphy: Fixed MDIO Bus: probed\n[ 0.640739] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642093] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645631] PPP generic driver version 2.4.2\n[ 0.646943] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648170] ehci-pci: EHCI PCI platform driver\n[ 0.649057] ehci-platform: EHCI generic platform driver\n[ 0.650038] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651165] ohci-pci: OHCI PCI platform driver\n[ 0.652044] ohci-platform: OHCI generic platform driver\n[ 0.653062] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667659] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668706] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670235] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672456] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673737] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675211] usb usb1: Product: UHCI Host Controller\n[ 0.676181] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678471] hub 1-0:1.0: USB hub found\n[ 0.679280] hub 1-0:1.0: 2 ports detected\n[ 0.680226] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682412] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683402] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684483] mousedev: PS/2 mouse device common for all mice\n[ 0.685787] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688831] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691376] i2c /dev entries driver\n[ 0.692166] device-mapper: uevent: version 1.0.3\n[ 0.693151] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694838] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696188] NET: Registered protocol family 10\n[ 0.697253] NET: Registered protocol family 17\n[ 0.698171] Key type dns_resolver registered\n[ 0.699133] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700276] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702093] registered taskstats version 1\n[ 0.702952] Loading compiled-in X.509 certificates\n[ 0.704428] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706365] zswap: loaded using pool lzo/zbud\n[ 0.708319] Key type trusted registered\n[ 0.709909] Key type encrypted registered\n[ 0.710771] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712888] evm: HMAC attrs: 0x1\n[ 0.714236] Magic number: 6:984:834\n[ 0.715110] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:46 UTC (1539348646)\n[ 0.716761] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717912] EDD information not available.\n[ 0.793525] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794987] ata1.00: configured for MWDMA2\n[ 0.796227] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.808911] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810125] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811367] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813236] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814737] Write protecting the kernel read-only data: 14336k\n[ 0.816290] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818088] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.192613] 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.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.66s]\nping 10.10.10.13 OK\nping 10.10.10.8 OK\nping 10.10.10.13 OK\n"} 2018-10-12 12:52:20,325 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action used request id req-9709315a-1ba7-42c7-821c-b5d458a8ca7b 2018-10-12 12:52:20,328 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-9d942dcb-0aa0-4a46-9963-3ee0498374b7 x-compute-request-id: req-9d942dcb-0aa0-4a46-9963-3ee0498374b7 Content-Encoding: gzip Content-Length: 8099 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 540505183 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.138006] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.139779] pid_max: default: 32768 minimum: 301\n[ 0.140727] ACPI: Core revision 20150930\n[ 0.142158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143534] Security Framework initialized\n[ 0.144398] Yama: becoming mindful.\n[ 0.145183] AppArmor: AppArmor initialized\n[ 0.146070] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147488] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151607] Initializing cgroup subsys io\n[ 0.152471] Initializing cgroup subsys memory\n[ 0.153421] Initializing cgroup subsys devices\n[ 0.154348] Initializing cgroup subsys freezer\n[ 0.155295] Initializing cgroup subsys net_cls\n[ 0.156239] Initializing cgroup subsys perf_event\n[ 0.157251] Initializing cgroup subsys net_prio\n[ 0.158231] Initializing cgroup subsys hugetlb\n[ 0.159178] Initializing cgroup subsys pids\n[ 0.160110] CPU: Physical Processor ID: 0\n[ 0.161618] mce: CPU supports 10 MCE banks\n[ 0.162457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163440] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175438] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181885] ftrace: allocating 31920 entries in 125 pages\n[ 0.208859] smpboot: Max logical packages: 1\n[ 0.209702] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211033] x2apic enabled\n[ 0.211836] Switched APIC routing to physical x2apic.\n[ 0.213582] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216649] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218414] KVM setup paravirtual spinlock\n[ 0.219707] x86: Booted up 1 node, 1 CPUs\n[ 0.220523] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.221899] devtmpfs: initialized\n[ 0.223606] evm: security.selinux\n[ 0.224299] evm: security.SMACK64\n[ 0.224975] evm: security.SMACK64EXEC\n[ 0.225707] evm: security.SMACK64TRANSMUTE\n[ 0.226500] evm: security.SMACK64MMAP\n[ 0.227228] evm: security.ima\n[ 0.227864] evm: security.capability\n[ 0.228662] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230479] pinctrl core: initialized pinctrl subsystem\n[ 0.231558] RTC time: 12:50:31, date: 10/12/18\n[ 0.232505] NET: Registered protocol family 16\n[ 0.233463] cpuidle: using governor ladder\n[ 0.234270] cpuidle: using governor menu\n[ 0.235039] PCCT header not found.\n[ 0.235776] ACPI: bus type PCI registered\n[ 0.236567] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237782] PCI: Using configuration type 1 for base access\n[ 0.239518] ACPI: Added _OSI(Module Device)\n[ 0.240345] ACPI: Added _OSI(Processor Device)\n[ 0.241195] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242074] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244168] ACPI: Interpreter enabled\n[ 0.244923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252205] ACPI: (supports S0 S5)\n[ 0.252897] ACPI: Using IOAPIC for interrupt routing\n[ 0.254076] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257152] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258280] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259492] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260667] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262858] acpiphp: Slot [3] registered\n[ 0.263649] acpiphp: Slot [4] registered\n[ 0.264436] acpiphp: Slot [5] registered\n[ 0.265219] acpiphp: Slot [6] registered\n[ 0.265996] acpiphp: Slot [7] registered\n[ 0.266785] acpiphp: Slot [8] registered\n[ 0.267570] acpiphp: Slot [9] registered\n[ 0.268351] acpiphp: Slot [10] registered\n[ 0.269144] acpiphp: Slot [11] registered\n[ 0.269949] acpiphp: Slot [12] registered\n[ 0.270745] acpiphp: Slot [13] registered\n[ 0.271545] acpiphp: Slot [14] registered\n[ 0.272344] acpiphp: Slot [15] registered\n[ 0.283107] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284714] acpiphp: Slot [18] registered\n[ 0.285509] acpiphp: Slot [19] registered\n[ 0.286301] acpiphp: Slot [20] registered\n[ 0.287103] acpiphp: Slot [21] registered\n[ 0.287896] acpiphp: Slot [22] registered\n[ 0.288690] acpiphp: Slot [23] registered\n[ 0.289489] acpiphp: Slot [24] registered\n[ 0.290282] acpiphp: Slot [25] registered\n[ 0.291073] acpiphp: Slot [26] registered\n[ 0.291873] acpiphp: Slot [27] registered\n[ 0.292670] acpiphp: Slot [28] registered\n[ 0.293468] acpiphp: Slot [29] registered\n[ 0.294259] acpiphp: Slot [30] registered\n[ 0.295068] acpiphp: Slot [31] registered\n[ 0.295857] PCI host bridge to bus 0000:00\n[ 0.296657] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297843] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300440] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301860] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308297] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309555] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310701] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319415] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320807] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371585] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374360] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375725] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376944] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378639] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379668] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381193] vgaarb: loaded\n[ 0.381786] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382903] SCSI subsystem initialized\n[ 0.383709] ACPI: bus type USB registered\n[ 0.384512] usbcore: registered new interface driver usbfs\n[ 0.385527] usbcore: registered new interface driver hub\n[ 0.386518] usbcore: registered new device driver usb\n[ 0.387561] PCI: Using ACPI for IRQ routing\n[ 0.388569] NetLabel: Initializing\n[ 0.389271] NetLabel: domain hash size = 128\n[ 0.390113] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391044] NetLabel: unlabeled traffic allowed by default\n[ 0.392122] clocksource: Switched to clocksource kvm-clock\n[ 0.397515] AppArmor: AppArmor Filesystem Enabled\n[ 0.398458] pnp: PnP ACPI init\n[ 0.399352] pnp: PnP ACPI: found 5 devices\n[ 0.405711] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407394] NET: Registered protocol family 2\n[ 0.408368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409632] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410791] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411933] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412999] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414163] NET: Registered protocol family 1\n[ 0.415015] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416095] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431091] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445356] Trying to unpack rootfs image as initramfs...\n[ 0.495440] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509240] Scanning for low memory corruption every 60 seconds\n[ 0.510551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511676] audit: initializing netlink subsys (disabled)\n[ 0.512699] audit: type=2000 audit(1539348631.951:1): initialized\n[ 0.513987] Initialise system trusted keyring\n[ 0.514904] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516051] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517993] zbud: loaded\n[ 0.518692] VFS: Disk quotas dquot_6.6.0\n[ 0.519502] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521009] fuse init (API version 7.23)\n[ 0.521883] Key type big_key registered\n[ 0.522683] Allocating IMA MOK and blacklist keyrings.\n[ 0.524161] Key type asymmetric registered\n[ 0.525022] Asymmetric key parser 'x509' registered\n[ 0.525955] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527383] io scheduler noop registered\n[ 0.528174] io scheduler deadline registered (default)\n[ 0.529146] io scheduler cfq registered\n[ 0.529957] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530976] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532223] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533647] ACPI: Power Button [PWRF]\n[ 0.534459] GHES: HEST is not enabled!\n[ 0.549505] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580901] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604835] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608595] Linux agpgart interface v0.103\n[ 0.611737] brd: module loaded\n[ 0.613936] loop: module loaded\n[ 0.623819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626401] GPT:90111 != 2097151\n[ 0.627070] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628159] GPT:90111 != 2097151\n[ 0.628824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629775] vda: vda1 vda15\n[ 0.631182] scsi host0: ata_piix\n[ 0.631907] scsi host1: ata_piix\n[ 0.632624] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633826] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635259] libphy: Fixed MDIO Bus: probed\n[ 0.636063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639069] PPP generic driver version 2.4.2\n[ 0.639944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641231] ehci-pci: EHCI PCI platform driver\n[ 0.642088] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644181] ohci-pci: OHCI PCI platform driver\n[ 0.645038] ohci-platform: OHCI generic platform driver\n[ 0.646007] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660318] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662727] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664846] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666044] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667439] usb usb1: Product: UHCI Host Controller\n[ 0.668359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669484] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670505] hub 1-0:1.0: USB hub found\n[ 0.671272] hub 1-0:1.0: 2 ports detected\n[ 0.672168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674267] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676231] mousedev: PS/2 mouse device common for all mice\n[ 0.677464] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679273] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681544] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682711] i2c /dev entries driver\n[ 0.683468] device-mapper: uevent: version 1.0.3\n[ 0.684404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687333] NET: Registered protocol family 10\n[ 0.688334] NET: Registered protocol family 17\n[ 0.689210] Key type dns_resolver registered\n[ 0.690119] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691189] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692924] registered taskstats version 1\n[ 0.693750] Loading compiled-in X.509 certificates\n[ 0.695191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697023] zswap: loaded using pool lzo/zbud\n[ 0.698373] Key type trusted registered\n[ 0.700291] Key type encrypted registered\n[ 0.701103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702106] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703120] evm: HMAC attrs: 0x1\n[ 0.704032] Magic number: 6:984:834\n[ 0.704896] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:32 UTC (1539348632)\n[ 0.706485] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707580] EDD information not available.\n[ 0.788708] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790127] ata1.00: configured for MWDMA2\n[ 0.791303] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803854] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805392] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806858] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808952] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810796] Write protecting the kernel read-only data: 14336k\n[ 0.812606] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814716] 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.68\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.939876] 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.04s]\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\n"} 2018-10-12 12:52:20,328 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action used request id req-9d942dcb-0aa0-4a46-9963-3ee0498374b7 2018-10-12 12:52:21,252 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049c7d68f548f3365690a05ccb56d2a85b0b5ec4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:21,330 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da78e4837035bde3e9d6f24ff9610f334c3e104d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:21,333 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5b8b91d9589b097a6ac6aa7660b4a79df580d7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:22,322 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-6a7f7205-45e9-44a3-9d7f-0ff26dce8787 x-compute-request-id: req-6a7f7205-45e9-44a3-9d7f-0ff26dce8787 Content-Encoding: gzip Content-Length: 11140 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488712359 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.128433] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130060] pid_max: default: 32768 minimum: 301\n[ 0.130940] ACPI: Core revision 20150930\n[ 0.132307] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133595] Security Framework initialized\n[ 0.134394] Yama: becoming mindful.\n[ 0.135107] AppArmor: AppArmor initialized\n[ 0.135959] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137269] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138521] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139707] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141064] Initializing cgroup subsys io\n[ 0.141866] Initializing cgroup subsys memory\n[ 0.142709] Initializing cgroup subsys devices\n[ 0.143576] Initializing cgroup subsys freezer\n[ 0.144432] Initializing cgroup subsys net_cls\n[ 0.145279] Initializing cgroup subsys perf_event\n[ 0.146174] Initializing cgroup subsys net_prio\n[ 0.147053] Initializing cgroup subsys hugetlb\n[ 0.147921] Initializing cgroup subsys pids\n[ 0.148781] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151095] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152088] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162736] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169093] ftrace: allocating 31920 entries in 125 pages\n[ 0.195377] smpboot: Max logical packages: 1\n[ 0.196217] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197550] x2apic enabled\n[ 0.198347] Switched APIC routing to physical x2apic.\n[ 0.200089] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201191] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203153] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204913] KVM setup paravirtual spinlock\n[ 0.206192] x86: Booted up 1 node, 1 CPUs\n[ 0.206994] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.208379] devtmpfs: initialized\n[ 0.210082] evm: security.selinux\n[ 0.210776] evm: security.SMACK64\n[ 0.211454] evm: security.SMACK64EXEC\n[ 0.212183] evm: security.SMACK64TRANSMUTE\n[ 0.212975] evm: security.SMACK64MMAP\n[ 0.213706] evm: security.ima\n[ 0.214339] evm: security.capability\n[ 0.215133] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216954] pinctrl core: initialized pinctrl subsystem\n[ 0.218037] RTC time: 12:50:18, date: 10/12/18\n[ 0.218990] NET: Registered protocol family 16\n[ 0.219951] cpuidle: using governor ladder\n[ 0.220756] cpuidle: using governor menu\n[ 0.221527] PCCT header not found.\n[ 0.222260] ACPI: bus type PCI registered\n[ 0.223053] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224275] PCI: Using configuration type 1 for base access\n[ 0.226014] ACPI: Added _OSI(Module Device)\n[ 0.226844] ACPI: Added _OSI(Processor Device)\n[ 0.227701] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228588] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230705] ACPI: Interpreter enabled\n[ 0.231463] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235107] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236933] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238752] ACPI: (supports S0 S5)\n[ 0.239451] ACPI: Using IOAPIC for interrupt routing\n[ 0.240380] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243456] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244581] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245798] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246978] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249170] acpiphp: Slot [3] registered\n[ 0.249970] acpiphp: Slot [4] registered\n[ 0.250765] acpiphp: Slot [5] registered\n[ 0.251562] acpiphp: Slot [6] registered\n[ 0.252349] acpiphp: Slot [7] registered\n[ 0.253144] acpiphp: Slot [8] registered\n[ 0.253937] acpiphp: Slot [9] registered\n[ 0.254722] acpiphp: Slot [10] registered\n[ 0.255518] acpiphp: Slot [11] registered\n[ 0.256327] acpiphp: Slot [12] registered\n[ 0.257134] acpiphp: Slot [13] registered\n[ 0.257934] acpiphp: Slot [14] registered\n[ 0.258734] acpiphp: Slot [15] registered\n[ 0.269921] acpiphp: Slot [16] registered\n[ 0.270726] acpiphp: Slot [17] registered\n[ 0.271525] acpiphp: Slot [18] registered\n[ 0.272317] acpiphp: Slot [19] registered\n[ 0.273120] acpiphp: Slot [20] registered\n[ 0.273925] acpiphp: Slot [21] registered\n[ 0.274725] acpiphp: Slot [22] registered\n[ 0.275524] acpiphp: Slot [23] registered\n[ 0.276320] acpiphp: Slot [24] registered\n[ 0.277121] acpiphp: Slot [25] registered\n[ 0.277926] acpiphp: Slot [26] registered\n[ 0.278726] acpiphp: Slot [27] registered\n[ 0.279527] acpiphp: Slot [28] registered\n[ 0.280325] acpiphp: Slot [29] registered\n[ 0.281124] acpiphp: Slot [30] registered\n[ 0.281929] acpiphp: Slot [31] registered\n[ 0.282730] PCI host bridge to bus 0000:00\n[ 0.283528] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285912] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287337] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288767] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295105] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296377] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352599] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354087] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355514] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356927] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358305] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359561] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360711] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361915] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363446] vgaarb: loaded\n[ 0.364039] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365170] SCSI subsystem initialized\n[ 0.365984] ACPI: bus type USB registered\n[ 0.366801] usbcore: registered new interface driver usbfs\n[ 0.367817] usbcore: registered new interface driver hub\n[ 0.368815] usbcore: registered new device driver usb\n[ 0.369869] PCI: Using ACPI for IRQ routing\n[ 0.370885] NetLabel: Initializing\n[ 0.371591] NetLabel: domain hash size = 128\n[ 0.372431] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373367] NetLabel: unlabeled traffic allowed by default\n[ 0.374451] clocksource: Switched to clocksource kvm-clock\n[ 0.379848] AppArmor: AppArmor Filesystem Enabled\n[ 0.380823] pnp: PnP ACPI init\n[ 0.381735] pnp: PnP ACPI: found 5 devices\n[ 0.388101] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389802] NET: Registered protocol family 2\n[ 0.390761] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392038] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393206] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394366] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395456] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396628] NET: Registered protocol family 1\n[ 0.397499] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398601] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399675] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413700] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427888] Trying to unpack rootfs image as initramfs...\n[ 0.477729] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491540] Scanning for low memory corruption every 60 seconds\n[ 0.492867] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494016] audit: initializing netlink subsys (disabled)\n[ 0.495042] audit: type=2000 audit(1539348618.928:1): initialized\n[ 0.496342] Initialise system trusted keyring\n[ 0.497267] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.500395] zbud: loaded\n[ 0.501092] VFS: Disk quotas dquot_6.6.0\n[ 0.501925] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503445] fuse init (API version 7.23)\n[ 0.504323] Key type big_key registered\n[ 0.505122] Allocating IMA MOK and blacklist keyrings.\n[ 0.506603] Key type asymmetric registered\n[ 0.507427] Asymmetric key parser 'x509' registered\n[ 0.508374] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509829] io scheduler noop registered\n[ 0.510630] io scheduler deadline registered (default)\n[ 0.511615] io scheduler cfq registered\n[ 0.512443] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513480] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514744] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516195] ACPI: Power Button [PWRF]\n[ 0.517021] GHES: HEST is not enabled!\n[ 0.530518] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558641] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589002] Linux agpgart interface v0.103\n[ 0.591106] brd: module loaded\n[ 0.592280] loop: module loaded\n[ 0.597320] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598774] GPT:90111 != 2097151\n[ 0.599450] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600530] GPT:90111 != 2097151\n[ 0.601192] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602143] vda: vda1 vda15\n[ 0.603880] scsi host0: ata_piix\n[ 0.604612] scsi host1: ata_piix\n[ 0.605316] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606542] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607988] libphy: Fixed MDIO Bus: probed\n[ 0.608806] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609745] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611987] PPP generic driver version 2.4.2\n[ 0.612869] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614205] ehci-pci: EHCI PCI platform driver\n[ 0.615082] ehci-platform: EHCI generic platform driver\n[ 0.616067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617178] ohci-pci: OHCI PCI platform driver\n[ 0.618847] ohci-platform: OHCI generic platform driver\n[ 0.620823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637750] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639410] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640839] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641863] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644180] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645579] usb usb1: Product: UHCI Host Controller\n[ 0.646507] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647695] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648647] hub 1-0:1.0: USB hub found\n[ 0.649420] hub 1-0:1.0: 2 ports detected\n[ 0.650305] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653391] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654410] mousedev: PS/2 mouse device common for all mice\n[ 0.655690] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657522] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658620] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659813] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660988] i2c /dev entries driver\n[ 0.661753] device-mapper: uevent: version 1.0.3\n[ 0.662697] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664302] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665586] NET: Registered protocol family 10\n[ 0.666579] NET: Registered protocol family 17\n[ 0.667461] Key type dns_resolver registered\n[ 0.668378] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.669463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671210] registered taskstats version 1\n[ 0.672037] Loading compiled-in X.509 certificates\n[ 0.673469] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675309] zswap: loaded using pool lzo/zbud\n[ 0.676689] Key type trusted registered\n[ 0.678236] Key type encrypted registered\n[ 0.679066] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680086] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681112] evm: HMAC attrs: 0x1\n[ 0.682056] Magic number: 6:984:834\n[ 0.682912] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:19 UTC (1539348619)\n[ 0.684490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685611] EDD information not available.\n[ 0.767395] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768921] Write protecting the kernel read-only data: 14336k\n[ 0.780946] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.173288] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-0000010e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCE1Scd1P3+i75OvmjpEHO2w2g/9TaVI7Zy6p1AY5bXYIPcp4wjJdQaNI/Jw+AJLBMUa36zi6qojNqjWCSZuAzgJiVRokAMKzLL+xM2J1oUn+F6mzGRfC1qFU8qfLdLWP/hwpeFC0Wmr4Z0th7JrNXjDGjNQ+gQ5458S6Icuhz1dWsgX3tYJz/Y1+c2I0xtmv4VV1CrirAtU22XlJ4X00iZ4YKvEdPxb8+dvRm5uKXs/Tse7fCWkXV4EPK9FIr+6uZwYmHkCdP6d0TFjrHyf8bJhBvVnTpOwaXSCRC9uKa/xLKDtc/j6OxGjKLdGYYg7+QmnDBHSyahtPjyC542a8Mx root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBANg49xIlDltamwGgm2P/eKpNTaiZUtVyXfk83rVoddrTWqsIPUVtdnoB0gjZjGflLklBgrs3jPVmpzrOn3KfK63ZrTdjQ/Xe5RSPO6TRfImB6bxlvFHfoLoDzEY09IM5pmKHiR9m6fFNyaw5n1T5SAwRuVAZIxNTqr2vKs9SmPJBAAAAFQC54X1vR+6fU3rT2OA8l0lGFo1uDwAAAIEAp3uHVAn7842aybueXkX/Nile/1DqKilMdMkaBfFR+ueM38msM31K3IznEIvSYt0ZYN8MLfVXrwuWpuYhX/08dAj0pf1xoTCcMdqV9XeEQyQQ/r4YTrfEHrqZxKogwmTkJhgiKP4qWvGt6JbpNMmrJo+hn+WdVbkvrO/MgbpVq+AAAACBAMyib2H5bUTQCBOIP0NeSkqa4hnHVC+wNjQrpU900Vc5XkRDqwyWtvsODr91/jLZti+dktywcx1A/6hEVa8iKtMoslaFh0DDfvPhXO6OyyYphrB2u6lSko7YhZwEG8H2Lx6/A4XFsDEMUCGBVqP5WwN8a3Vx3ig9cKrNeXoG/a+/ root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fea2:5259/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.37 ===\n/dev/root resized successfully [took 2.22s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:52:59 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:5259/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:61 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:7815 (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-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.119455] usb 1-1: Product: QEMU USB Tablet\n[ 1.119456] usb 1-1: Manufacturer: QEMU\n[ 1.119457] usb 1-1: SerialNumber: 42\n[ 1.132600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.154778] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.173288] random: dd urandom read with 5 bits of entropy available\n[ 1.490513] tsc: Refined TSC clocksource calibration: 3491.906 MHz\n[ 1.490515] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\n[ 3.491210] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.196858] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 12 13:50:19 cirros kern.info kernel: [ 0.782736] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.793704] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 12 13:50:19 cirros kern.info kernel: [ 0.793706] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 12 13:50:19 cirros kern.info kernel: [ 0.795370] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 12 13:50:19 cirros kern.info kernel: [ 0.798263] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 12 13:50:19 cirros kern.info kernel: [ 0.800240] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 12 13:50:19 cirros kern.info kernel: [ 0.823836] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:50:19 cirros kern.info kernel: [ 0.824726] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.825807] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 12 13:50:19 cirros kern.info kernel: [ 0.888068] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 12 13:50:19 cirros kern.info kernel: [ 0.958474] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119451] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119454] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119455] usb 1-1: Product: QEMU USB Tablet\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119456] usb 1-1: Manufacturer: QEMU\nOct 12 13:50:19 cirros kern.info kernel: [ 1.119457] usb 1-1: SerialNumber: 42\nOct 12 13:50:19 cirros kern.info kernel: [ 1.132600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:50:19 cirros kern.info kernel: [ 1.154778] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 12 13:50:19 cirros kern.notice kernel: [ 1.173288] random: dd urandom read with 5 bits of entropy available\nOct 12 13:50:20 cirros kern.info kernel: [ 1.490513] tsc: Refined TSC clocksource calibration: 3491.906 MHz\nOct 12 13:50:20 cirros kern.info kernel: [ 1.490515] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\nOct 12 13:50:21 cirros auth.notice su: + /dev/console root:cirros\nOct 12 13:50:22 cirros authpriv.info dropbear[340]: Running in background\nOct 12 13:50:22 cirros kern.info kernel: [ 3.491210] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 12 13:50:23 cirros kern.info kernel: [ 4.196858] 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-10-12 12:52:22,323 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action used request id req-6a7f7205-45e9-44a3-9d7f-0ff26dce8787 2018-10-12 12:52:22,398 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-8fb9d8b1-090d-4f57-b399-a595e79769ff x-compute-request-id: req-8fb9d8b1-090d-4f57-b399-a595e79769ff Content-Encoding: gzip Content-Length: 8110 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518383433 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132487] pid_max: default: 32768 minimum: 301\n[ 0.133355] ACPI: Core revision 20150930\n[ 0.134713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135983] Security Framework initialized\n[ 0.136774] Yama: becoming mindful.\n[ 0.137482] AppArmor: AppArmor initialized\n[ 0.138328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139627] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140862] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142031] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143383] Initializing cgroup subsys io\n[ 0.144170] Initializing cgroup subsys memory\n[ 0.145020] Initializing cgroup subsys devices\n[ 0.145864] Initializing cgroup subsys freezer\n[ 0.146713] Initializing cgroup subsys net_cls\n[ 0.147558] Initializing cgroup subsys perf_event\n[ 0.148439] Initializing cgroup subsys net_prio\n[ 0.149293] Initializing cgroup subsys hugetlb\n[ 0.150139] Initializing cgroup subsys pids\n[ 0.151007] CPU: Physical Processor ID: 0\n[ 0.152510] mce: CPU supports 10 MCE banks\n[ 0.153334] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164855] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171135] ftrace: allocating 31920 entries in 125 pages\n[ 0.197123] smpboot: Max logical packages: 1\n[ 0.197958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199296] x2apic enabled\n[ 0.200084] Switched APIC routing to physical x2apic.\n[ 0.201804] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202897] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204834] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206569] KVM setup paravirtual spinlock\n[ 0.207841] x86: Booted up 1 node, 1 CPUs\n[ 0.208631] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209982] devtmpfs: initialized\n[ 0.211677] evm: security.selinux\n[ 0.212361] evm: security.SMACK64\n[ 0.213032] evm: security.SMACK64EXEC\n[ 0.213759] evm: security.SMACK64TRANSMUTE\n[ 0.214549] evm: security.SMACK64MMAP\n[ 0.215273] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218495] pinctrl core: initialized pinctrl subsystem\n[ 0.219557] RTC time: 12:50:45, date: 10/12/18\n[ 0.220505] NET: Registered protocol family 16\n[ 0.221458] cpuidle: using governor ladder\n[ 0.222255] cpuidle: using governor menu\n[ 0.223017] PCCT header not found.\n[ 0.223758] ACPI: bus type PCI registered\n[ 0.224545] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225753] PCI: Using configuration type 1 for base access\n[ 0.227477] ACPI: Added _OSI(Module Device)\n[ 0.228295] ACPI: Added _OSI(Processor Device)\n[ 0.229136] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230010] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232105] ACPI: Interpreter enabled\n[ 0.232854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240032] ACPI: (supports S0 S5)\n[ 0.240720] ACPI: Using IOAPIC for interrupt routing\n[ 0.241750] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244798] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245938] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247150] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248309] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250466] acpiphp: Slot [3] registered\n[ 0.251243] acpiphp: Slot [4] registered\n[ 0.252015] acpiphp: Slot [5] registered\n[ 0.252792] acpiphp: Slot [6] registered\n[ 0.253565] acpiphp: Slot [7] registered\n[ 0.254347] acpiphp: Slot [8] registered\n[ 0.255122] acpiphp: Slot [9] registered\n[ 0.255907] acpiphp: Slot [10] registered\n[ 0.256701] acpiphp: Slot [11] registered\n[ 0.257489] acpiphp: Slot [12] registered\n[ 0.258282] acpiphp: Slot [13] registered\n[ 0.259071] acpiphp: Slot [14] registered\n[ 0.259860] acpiphp: Slot [15] registered\n[ 0.270520] acpiphp: Slot [16] registered\n[ 0.271320] acpiphp: Slot [17] registered\n[ 0.272103] acpiphp: Slot [18] registered\n[ 0.272892] acpiphp: Slot [19] registered\n[ 0.273678] acpiphp: Slot [20] registered\n[ 0.274463] acpiphp: Slot [21] registered\n[ 0.275255] acpiphp: Slot [22] registered\n[ 0.276038] acpiphp: Slot [23] registered\n[ 0.276825] acpiphp: Slot [24] registered\n[ 0.277614] acpiphp: Slot [25] registered\n[ 0.278398] acpiphp: Slot [26] registered\n[ 0.279185] acpiphp: Slot [27] registered\n[ 0.279980] acpiphp: Slot [28] registered\n[ 0.280772] acpiphp: Slot [29] registered\n[ 0.281561] acpiphp: Slot [30] registered\n[ 0.282367] acpiphp: Slot [31] registered\n[ 0.283148] PCI host bridge to bus 0000:00\n[ 0.283934] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285115] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286288] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287691] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289089] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296483] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297618] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298844] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305158] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306567] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351890] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354752] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357888] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361246] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362822] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365064] vgaarb: loaded\n[ 0.365889] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367476] SCSI subsystem initialized\n[ 0.368651] ACPI: bus type USB registered\n[ 0.369840] usbcore: registered new interface driver usbfs\n[ 0.371347] usbcore: registered new interface driver hub\n[ 0.372846] usbcore: registered new device driver usb\n[ 0.374353] PCI: Using ACPI for IRQ routing\n[ 0.375751] NetLabel: Initializing\n[ 0.376748] NetLabel: domain hash size = 128\n[ 0.377997] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379401] NetLabel: unlabeled traffic allowed by default\n[ 0.380984] clocksource: Switched to clocksource kvm-clock\n[ 0.387002] AppArmor: AppArmor Filesystem Enabled\n[ 0.388403] pnp: PnP ACPI init\n[ 0.389615] pnp: PnP ACPI: found 5 devices\n[ 0.396366] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398904] NET: Registered protocol family 2\n[ 0.400201] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402067] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403808] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405549] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408875] NET: Registered protocol family 1\n[ 0.410129] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411768] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413350] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427575] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441965] Trying to unpack rootfs image as initramfs...\n[ 0.491936] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506345] Scanning for low memory corruption every 60 seconds\n[ 0.508111] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509732] audit: initializing netlink subsys (disabled)\n[ 0.511207] audit: type=2000 audit(1539348646.340:1): initialized\n[ 0.513075] Initialise system trusted keyring\n[ 0.514360] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516068] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.518576] zbud: loaded\n[ 0.519532] VFS: Disk quotas dquot_6.6.0\n[ 0.520693] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522755] fuse init (API version 7.23)\n[ 0.523987] Key type big_key registered\n[ 0.525138] Allocating IMA MOK and blacklist keyrings.\n[ 0.526654] Key type asymmetric registered\n[ 0.527757] Asymmetric key parser 'x509' registered\n[ 0.529177] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531673] io scheduler noop registered\n[ 0.532757] io scheduler deadline registered (default)\n[ 0.534168] io scheduler cfq registered\n[ 0.535340] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536884] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.538728] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.540795] ACPI: Power Button [PWRF]\n[ 0.541960] GHES: HEST is not enabled!\n[ 0.555762] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586702] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589908] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613412] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616242] Linux agpgart interface v0.103\n[ 0.618647] brd: module loaded\n[ 0.620105] loop: module loaded\n[ 0.625458] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627467] GPT:90111 != 2097151\n[ 0.628406] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629991] GPT:90111 != 2097151\n[ 0.630891] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632288] vda: vda1 vda15\n[ 0.634019] scsi host0: ata_piix\n[ 0.635013] scsi host1: ata_piix\n[ 0.635987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639589] libphy: Fixed MDIO Bus: probed\n[ 0.640739] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642093] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645631] PPP generic driver version 2.4.2\n[ 0.646943] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648170] ehci-pci: EHCI PCI platform driver\n[ 0.649057] ehci-platform: EHCI generic platform driver\n[ 0.650038] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651165] ohci-pci: OHCI PCI platform driver\n[ 0.652044] ohci-platform: OHCI generic platform driver\n[ 0.653062] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667659] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668706] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670235] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672456] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673737] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675211] usb usb1: Product: UHCI Host Controller\n[ 0.676181] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678471] hub 1-0:1.0: USB hub found\n[ 0.679280] hub 1-0:1.0: 2 ports detected\n[ 0.680226] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682412] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683402] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684483] mousedev: PS/2 mouse device common for all mice\n[ 0.685787] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688831] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691376] i2c /dev entries driver\n[ 0.692166] device-mapper: uevent: version 1.0.3\n[ 0.693151] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694838] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696188] NET: Registered protocol family 10\n[ 0.697253] NET: Registered protocol family 17\n[ 0.698171] Key type dns_resolver registered\n[ 0.699133] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700276] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702093] registered taskstats version 1\n[ 0.702952] Loading compiled-in X.509 certificates\n[ 0.704428] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706365] zswap: loaded using pool lzo/zbud\n[ 0.708319] Key type trusted registered\n[ 0.709909] Key type encrypted registered\n[ 0.710771] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712888] evm: HMAC attrs: 0x1\n[ 0.714236] Magic number: 6:984:834\n[ 0.715110] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:46 UTC (1539348646)\n[ 0.716761] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717912] EDD information not available.\n[ 0.793525] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794987] ata1.00: configured for MWDMA2\n[ 0.796227] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.808911] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810125] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811367] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813236] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814737] Write protecting the kernel read-only data: 14336k\n[ 0.816290] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818088] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.192613] 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.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.66s]\nping 10.10.10.13 OK\nping 10.10.10.8 OK\nping 10.10.10.13 OK\n"} 2018-10-12 12:52:22,399 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action used request id req-8fb9d8b1-090d-4f57-b399-a595e79769ff 2018-10-12 12:52:22,404 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-93ed0adc-9d99-48cf-9371-ea98b79dd881 x-compute-request-id: req-93ed0adc-9d99-48cf-9371-ea98b79dd881 Content-Encoding: gzip Content-Length: 8099 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 540505183 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.138006] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.139779] pid_max: default: 32768 minimum: 301\n[ 0.140727] ACPI: Core revision 20150930\n[ 0.142158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143534] Security Framework initialized\n[ 0.144398] Yama: becoming mindful.\n[ 0.145183] AppArmor: AppArmor initialized\n[ 0.146070] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147488] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151607] Initializing cgroup subsys io\n[ 0.152471] Initializing cgroup subsys memory\n[ 0.153421] Initializing cgroup subsys devices\n[ 0.154348] Initializing cgroup subsys freezer\n[ 0.155295] Initializing cgroup subsys net_cls\n[ 0.156239] Initializing cgroup subsys perf_event\n[ 0.157251] Initializing cgroup subsys net_prio\n[ 0.158231] Initializing cgroup subsys hugetlb\n[ 0.159178] Initializing cgroup subsys pids\n[ 0.160110] CPU: Physical Processor ID: 0\n[ 0.161618] mce: CPU supports 10 MCE banks\n[ 0.162457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163440] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175438] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181885] ftrace: allocating 31920 entries in 125 pages\n[ 0.208859] smpboot: Max logical packages: 1\n[ 0.209702] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211033] x2apic enabled\n[ 0.211836] Switched APIC routing to physical x2apic.\n[ 0.213582] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216649] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218414] KVM setup paravirtual spinlock\n[ 0.219707] x86: Booted up 1 node, 1 CPUs\n[ 0.220523] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.221899] devtmpfs: initialized\n[ 0.223606] evm: security.selinux\n[ 0.224299] evm: security.SMACK64\n[ 0.224975] evm: security.SMACK64EXEC\n[ 0.225707] evm: security.SMACK64TRANSMUTE\n[ 0.226500] evm: security.SMACK64MMAP\n[ 0.227228] evm: security.ima\n[ 0.227864] evm: security.capability\n[ 0.228662] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230479] pinctrl core: initialized pinctrl subsystem\n[ 0.231558] RTC time: 12:50:31, date: 10/12/18\n[ 0.232505] NET: Registered protocol family 16\n[ 0.233463] cpuidle: using governor ladder\n[ 0.234270] cpuidle: using governor menu\n[ 0.235039] PCCT header not found.\n[ 0.235776] ACPI: bus type PCI registered\n[ 0.236567] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237782] PCI: Using configuration type 1 for base access\n[ 0.239518] ACPI: Added _OSI(Module Device)\n[ 0.240345] ACPI: Added _OSI(Processor Device)\n[ 0.241195] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242074] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244168] ACPI: Interpreter enabled\n[ 0.244923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252205] ACPI: (supports S0 S5)\n[ 0.252897] ACPI: Using IOAPIC for interrupt routing\n[ 0.254076] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257152] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258280] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259492] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260667] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262858] acpiphp: Slot [3] registered\n[ 0.263649] acpiphp: Slot [4] registered\n[ 0.264436] acpiphp: Slot [5] registered\n[ 0.265219] acpiphp: Slot [6] registered\n[ 0.265996] acpiphp: Slot [7] registered\n[ 0.266785] acpiphp: Slot [8] registered\n[ 0.267570] acpiphp: Slot [9] registered\n[ 0.268351] acpiphp: Slot [10] registered\n[ 0.269144] acpiphp: Slot [11] registered\n[ 0.269949] acpiphp: Slot [12] registered\n[ 0.270745] acpiphp: Slot [13] registered\n[ 0.271545] acpiphp: Slot [14] registered\n[ 0.272344] acpiphp: Slot [15] registered\n[ 0.283107] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284714] acpiphp: Slot [18] registered\n[ 0.285509] acpiphp: Slot [19] registered\n[ 0.286301] acpiphp: Slot [20] registered\n[ 0.287103] acpiphp: Slot [21] registered\n[ 0.287896] acpiphp: Slot [22] registered\n[ 0.288690] acpiphp: Slot [23] registered\n[ 0.289489] acpiphp: Slot [24] registered\n[ 0.290282] acpiphp: Slot [25] registered\n[ 0.291073] acpiphp: Slot [26] registered\n[ 0.291873] acpiphp: Slot [27] registered\n[ 0.292670] acpiphp: Slot [28] registered\n[ 0.293468] acpiphp: Slot [29] registered\n[ 0.294259] acpiphp: Slot [30] registered\n[ 0.295068] acpiphp: Slot [31] registered\n[ 0.295857] PCI host bridge to bus 0000:00\n[ 0.296657] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297843] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300440] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301860] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308297] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309555] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310701] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319415] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320807] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371585] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374360] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375725] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376944] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378639] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379668] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381193] vgaarb: loaded\n[ 0.381786] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382903] SCSI subsystem initialized\n[ 0.383709] ACPI: bus type USB registered\n[ 0.384512] usbcore: registered new interface driver usbfs\n[ 0.385527] usbcore: registered new interface driver hub\n[ 0.386518] usbcore: registered new device driver usb\n[ 0.387561] PCI: Using ACPI for IRQ routing\n[ 0.388569] NetLabel: Initializing\n[ 0.389271] NetLabel: domain hash size = 128\n[ 0.390113] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391044] NetLabel: unlabeled traffic allowed by default\n[ 0.392122] clocksource: Switched to clocksource kvm-clock\n[ 0.397515] AppArmor: AppArmor Filesystem Enabled\n[ 0.398458] pnp: PnP ACPI init\n[ 0.399352] pnp: PnP ACPI: found 5 devices\n[ 0.405711] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407394] NET: Registered protocol family 2\n[ 0.408368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409632] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410791] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411933] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412999] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414163] NET: Registered protocol family 1\n[ 0.415015] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416095] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431091] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445356] Trying to unpack rootfs image as initramfs...\n[ 0.495440] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509240] Scanning for low memory corruption every 60 seconds\n[ 0.510551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511676] audit: initializing netlink subsys (disabled)\n[ 0.512699] audit: type=2000 audit(1539348631.951:1): initialized\n[ 0.513987] Initialise system trusted keyring\n[ 0.514904] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516051] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517993] zbud: loaded\n[ 0.518692] VFS: Disk quotas dquot_6.6.0\n[ 0.519502] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521009] fuse init (API version 7.23)\n[ 0.521883] Key type big_key registered\n[ 0.522683] Allocating IMA MOK and blacklist keyrings.\n[ 0.524161] Key type asymmetric registered\n[ 0.525022] Asymmetric key parser 'x509' registered\n[ 0.525955] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527383] io scheduler noop registered\n[ 0.528174] io scheduler deadline registered (default)\n[ 0.529146] io scheduler cfq registered\n[ 0.529957] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530976] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532223] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533647] ACPI: Power Button [PWRF]\n[ 0.534459] GHES: HEST is not enabled!\n[ 0.549505] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580901] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604835] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608595] Linux agpgart interface v0.103\n[ 0.611737] brd: module loaded\n[ 0.613936] loop: module loaded\n[ 0.623819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626401] GPT:90111 != 2097151\n[ 0.627070] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628159] GPT:90111 != 2097151\n[ 0.628824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629775] vda: vda1 vda15\n[ 0.631182] scsi host0: ata_piix\n[ 0.631907] scsi host1: ata_piix\n[ 0.632624] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633826] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635259] libphy: Fixed MDIO Bus: probed\n[ 0.636063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639069] PPP generic driver version 2.4.2\n[ 0.639944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641231] ehci-pci: EHCI PCI platform driver\n[ 0.642088] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644181] ohci-pci: OHCI PCI platform driver\n[ 0.645038] ohci-platform: OHCI generic platform driver\n[ 0.646007] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660318] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662727] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664846] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666044] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667439] usb usb1: Product: UHCI Host Controller\n[ 0.668359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669484] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670505] hub 1-0:1.0: USB hub found\n[ 0.671272] hub 1-0:1.0: 2 ports detected\n[ 0.672168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674267] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676231] mousedev: PS/2 mouse device common for all mice\n[ 0.677464] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679273] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681544] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682711] i2c /dev entries driver\n[ 0.683468] device-mapper: uevent: version 1.0.3\n[ 0.684404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687333] NET: Registered protocol family 10\n[ 0.688334] NET: Registered protocol family 17\n[ 0.689210] Key type dns_resolver registered\n[ 0.690119] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691189] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692924] registered taskstats version 1\n[ 0.693750] Loading compiled-in X.509 certificates\n[ 0.695191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697023] zswap: loaded using pool lzo/zbud\n[ 0.698373] Key type trusted registered\n[ 0.700291] Key type encrypted registered\n[ 0.701103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702106] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703120] evm: HMAC attrs: 0x1\n[ 0.704032] Magic number: 6:984:834\n[ 0.704896] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:32 UTC (1539348632)\n[ 0.706485] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707580] EDD information not available.\n[ 0.788708] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790127] ata1.00: configured for MWDMA2\n[ 0.791303] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803854] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805392] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806858] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808952] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810796] Write protecting the kernel read-only data: 14336k\n[ 0.812606] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814716] 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.68\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.939876] 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.04s]\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\n"} 2018-10-12 12:52:22,405 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action used request id req-93ed0adc-9d99-48cf-9371-ea98b79dd881 2018-10-12 12:52:23,128 - sdnvpn-results - INFO - Check ping status of vm_1, vm_2, and vm_3 2018-10-12 12:52:23,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d0ceb75625d1816375823c040137599c262a8e7" -d '{"forceDelete": null}' 2018-10-12 12:52:23,309 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:52: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-8bf26baf-ec31-4fc9-a995-33576fdad37b x-compute-request-id: req-8bf26baf-ec31-4fc9-a995-33576fdad37b Content-Length: 0 Content-Type: application/json 2018-10-12 12:52:23,310 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action used request id req-8bf26baf-ec31-4fc9-a995-33576fdad37b 2018-10-12 12:52:23,328 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}049c7d68f548f3365690a05ccb56d2a85b0b5ec4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:23,404 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da78e4837035bde3e9d6f24ff9610f334c3e104d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:23,410 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5b8b91d9589b097a6ac6aa7660b4a79df580d7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:24,471 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-28ab1225-19d3-44d8-b4f4-55b18f2be1b5 x-compute-request-id: req-28ab1225-19d3-44d8-b4f4-55b18f2be1b5 Content-Encoding: gzip Content-Length: 8110 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 518383433 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130879] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132487] pid_max: default: 32768 minimum: 301\n[ 0.133355] ACPI: Core revision 20150930\n[ 0.134713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135983] Security Framework initialized\n[ 0.136774] Yama: becoming mindful.\n[ 0.137482] AppArmor: AppArmor initialized\n[ 0.138328] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139627] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140862] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142031] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143383] Initializing cgroup subsys io\n[ 0.144170] Initializing cgroup subsys memory\n[ 0.145020] Initializing cgroup subsys devices\n[ 0.145864] Initializing cgroup subsys freezer\n[ 0.146713] Initializing cgroup subsys net_cls\n[ 0.147558] Initializing cgroup subsys perf_event\n[ 0.148439] Initializing cgroup subsys net_prio\n[ 0.149293] Initializing cgroup subsys hugetlb\n[ 0.150139] Initializing cgroup subsys pids\n[ 0.151007] CPU: Physical Processor ID: 0\n[ 0.152510] mce: CPU supports 10 MCE banks\n[ 0.153334] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154313] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164855] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171135] ftrace: allocating 31920 entries in 125 pages\n[ 0.197123] smpboot: Max logical packages: 1\n[ 0.197958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199296] x2apic enabled\n[ 0.200084] Switched APIC routing to physical x2apic.\n[ 0.201804] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202897] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204834] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206569] KVM setup paravirtual spinlock\n[ 0.207841] x86: Booted up 1 node, 1 CPUs\n[ 0.208631] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209982] devtmpfs: initialized\n[ 0.211677] evm: security.selinux\n[ 0.212361] evm: security.SMACK64\n[ 0.213032] evm: security.SMACK64EXEC\n[ 0.213759] evm: security.SMACK64TRANSMUTE\n[ 0.214549] evm: security.SMACK64MMAP\n[ 0.215273] evm: security.ima\n[ 0.215901] evm: security.capability\n[ 0.216692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218495] pinctrl core: initialized pinctrl subsystem\n[ 0.219557] RTC time: 12:50:45, date: 10/12/18\n[ 0.220505] NET: Registered protocol family 16\n[ 0.221458] cpuidle: using governor ladder\n[ 0.222255] cpuidle: using governor menu\n[ 0.223017] PCCT header not found.\n[ 0.223758] ACPI: bus type PCI registered\n[ 0.224545] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225753] PCI: Using configuration type 1 for base access\n[ 0.227477] ACPI: Added _OSI(Module Device)\n[ 0.228295] ACPI: Added _OSI(Processor Device)\n[ 0.229136] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230010] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232105] ACPI: Interpreter enabled\n[ 0.232854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234659] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240032] ACPI: (supports S0 S5)\n[ 0.240720] ACPI: Using IOAPIC for interrupt routing\n[ 0.241750] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244798] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245938] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247150] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248309] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250466] acpiphp: Slot [3] registered\n[ 0.251243] acpiphp: Slot [4] registered\n[ 0.252015] acpiphp: Slot [5] registered\n[ 0.252792] acpiphp: Slot [6] registered\n[ 0.253565] acpiphp: Slot [7] registered\n[ 0.254347] acpiphp: Slot [8] registered\n[ 0.255122] acpiphp: Slot [9] registered\n[ 0.255907] acpiphp: Slot [10] registered\n[ 0.256701] acpiphp: Slot [11] registered\n[ 0.257489] acpiphp: Slot [12] registered\n[ 0.258282] acpiphp: Slot [13] registered\n[ 0.259071] acpiphp: Slot [14] registered\n[ 0.259860] acpiphp: Slot [15] registered\n[ 0.270520] acpiphp: Slot [16] registered\n[ 0.271320] acpiphp: Slot [17] registered\n[ 0.272103] acpiphp: Slot [18] registered\n[ 0.272892] acpiphp: Slot [19] registered\n[ 0.273678] acpiphp: Slot [20] registered\n[ 0.274463] acpiphp: Slot [21] registered\n[ 0.275255] acpiphp: Slot [22] registered\n[ 0.276038] acpiphp: Slot [23] registered\n[ 0.276825] acpiphp: Slot [24] registered\n[ 0.277614] acpiphp: Slot [25] registered\n[ 0.278398] acpiphp: Slot [26] registered\n[ 0.279185] acpiphp: Slot [27] registered\n[ 0.279980] acpiphp: Slot [28] registered\n[ 0.280772] acpiphp: Slot [29] registered\n[ 0.281561] acpiphp: Slot [30] registered\n[ 0.282367] acpiphp: Slot [31] registered\n[ 0.283148] PCI host bridge to bus 0000:00\n[ 0.283934] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285115] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286288] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287691] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289089] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296483] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297618] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298844] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305158] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306567] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351890] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354752] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356095] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357888] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361246] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362822] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365064] vgaarb: loaded\n[ 0.365889] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367476] SCSI subsystem initialized\n[ 0.368651] ACPI: bus type USB registered\n[ 0.369840] usbcore: registered new interface driver usbfs\n[ 0.371347] usbcore: registered new interface driver hub\n[ 0.372846] usbcore: registered new device driver usb\n[ 0.374353] PCI: Using ACPI for IRQ routing\n[ 0.375751] NetLabel: Initializing\n[ 0.376748] NetLabel: domain hash size = 128\n[ 0.377997] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379401] NetLabel: unlabeled traffic allowed by default\n[ 0.380984] clocksource: Switched to clocksource kvm-clock\n[ 0.387002] AppArmor: AppArmor Filesystem Enabled\n[ 0.388403] pnp: PnP ACPI init\n[ 0.389615] pnp: PnP ACPI: found 5 devices\n[ 0.396366] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398904] NET: Registered protocol family 2\n[ 0.400201] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402067] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403808] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405549] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407161] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408875] NET: Registered protocol family 1\n[ 0.410129] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411768] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413350] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427575] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441965] Trying to unpack rootfs image as initramfs...\n[ 0.491936] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506345] Scanning for low memory corruption every 60 seconds\n[ 0.508111] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509732] audit: initializing netlink subsys (disabled)\n[ 0.511207] audit: type=2000 audit(1539348646.340:1): initialized\n[ 0.513075] Initialise system trusted keyring\n[ 0.514360] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516068] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.518576] zbud: loaded\n[ 0.519532] VFS: Disk quotas dquot_6.6.0\n[ 0.520693] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522755] fuse init (API version 7.23)\n[ 0.523987] Key type big_key registered\n[ 0.525138] Allocating IMA MOK and blacklist keyrings.\n[ 0.526654] Key type asymmetric registered\n[ 0.527757] Asymmetric key parser 'x509' registered\n[ 0.529177] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531673] io scheduler noop registered\n[ 0.532757] io scheduler deadline registered (default)\n[ 0.534168] io scheduler cfq registered\n[ 0.535340] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536884] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.538728] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.540795] ACPI: Power Button [PWRF]\n[ 0.541960] GHES: HEST is not enabled!\n[ 0.555762] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.586702] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589908] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613412] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616242] Linux agpgart interface v0.103\n[ 0.618647] brd: module loaded\n[ 0.620105] loop: module loaded\n[ 0.625458] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627467] GPT:90111 != 2097151\n[ 0.628406] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629991] GPT:90111 != 2097151\n[ 0.630891] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632288] vda: vda1 vda15\n[ 0.634019] scsi host0: ata_piix\n[ 0.635013] scsi host1: ata_piix\n[ 0.635987] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637762] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639589] libphy: Fixed MDIO Bus: probed\n[ 0.640739] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642093] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645631] PPP generic driver version 2.4.2\n[ 0.646943] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648170] ehci-pci: EHCI PCI platform driver\n[ 0.649057] ehci-platform: EHCI generic platform driver\n[ 0.650038] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651165] ohci-pci: OHCI PCI platform driver\n[ 0.652044] ohci-platform: OHCI generic platform driver\n[ 0.653062] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667659] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668706] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670235] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671295] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672456] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673737] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675211] usb usb1: Product: UHCI Host Controller\n[ 0.676181] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678471] hub 1-0:1.0: USB hub found\n[ 0.679280] hub 1-0:1.0: 2 ports detected\n[ 0.680226] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682412] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683402] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684483] mousedev: PS/2 mouse device common for all mice\n[ 0.685787] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687702] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688831] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691376] i2c /dev entries driver\n[ 0.692166] device-mapper: uevent: version 1.0.3\n[ 0.693151] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694838] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696188] NET: Registered protocol family 10\n[ 0.697253] NET: Registered protocol family 17\n[ 0.698171] Key type dns_resolver registered\n[ 0.699133] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700276] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702093] registered taskstats version 1\n[ 0.702952] Loading compiled-in X.509 certificates\n[ 0.704428] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706365] zswap: loaded using pool lzo/zbud\n[ 0.708319] Key type trusted registered\n[ 0.709909] Key type encrypted registered\n[ 0.710771] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711821] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712888] evm: HMAC attrs: 0x1\n[ 0.714236] Magic number: 6:984:834\n[ 0.715110] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:46 UTC (1539348646)\n[ 0.716761] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717912] EDD information not available.\n[ 0.793525] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794987] ata1.00: configured for MWDMA2\n[ 0.796227] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.808911] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810125] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811367] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813236] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.814737] Write protecting the kernel read-only data: 14336k\n[ 0.816290] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818088] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.192613] 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.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.66s]\nping 10.10.10.13 OK\nping 10.10.10.8 OK\nping 10.10.10.13 OK\n"} 2018-10-12 12:52:24,471 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action used request id req-28ab1225-19d3-44d8-b4f4-55b18f2be1b5 2018-10-12 12:52:24,582 - novaclient.v2.client - DEBUG - RESP: [500] Date: Fri, 12 Oct 2018 12:52: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-69b5cb92-328c-464b-b333-e95da1ac895e x-compute-request-id: req-69b5cb92-328c-464b-b333-e95da1ac895e Content-Length: 211 Content-Type: application/json; charset=UTF-8 RESP BODY: {"computeFault": {"message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\n", "code": 500}} 2018-10-12 12:52:24,582 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/20b54694-8494-454e-875d-e51496ab3b98/action used request id req-69b5cb92-328c-464b-b333-e95da1ac895e 2018-10-12 12:52:24,583 - __name__ - ERROR - Failure in monitor_thread of instance sdnvpn-10-2 2018-10-12 12:52:24,681 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-639f8bff-5f87-445b-a9c8-c8c62361c96f x-compute-request-id: req-639f8bff-5f87-445b-a9c8-c8c62361c96f Content-Encoding: gzip Content-Length: 8099 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 540505183 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.138006] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.139779] pid_max: default: 32768 minimum: 301\n[ 0.140727] ACPI: Core revision 20150930\n[ 0.142158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143534] Security Framework initialized\n[ 0.144398] Yama: becoming mindful.\n[ 0.145183] AppArmor: AppArmor initialized\n[ 0.146070] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147488] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148858] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151607] Initializing cgroup subsys io\n[ 0.152471] Initializing cgroup subsys memory\n[ 0.153421] Initializing cgroup subsys devices\n[ 0.154348] Initializing cgroup subsys freezer\n[ 0.155295] Initializing cgroup subsys net_cls\n[ 0.156239] Initializing cgroup subsys perf_event\n[ 0.157251] Initializing cgroup subsys net_prio\n[ 0.158231] Initializing cgroup subsys hugetlb\n[ 0.159178] Initializing cgroup subsys pids\n[ 0.160110] CPU: Physical Processor ID: 0\n[ 0.161618] mce: CPU supports 10 MCE banks\n[ 0.162457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163440] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175438] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181885] ftrace: allocating 31920 entries in 125 pages\n[ 0.208859] smpboot: Max logical packages: 1\n[ 0.209702] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211033] x2apic enabled\n[ 0.211836] Switched APIC routing to physical x2apic.\n[ 0.213582] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216649] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218414] KVM setup paravirtual spinlock\n[ 0.219707] x86: Booted up 1 node, 1 CPUs\n[ 0.220523] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.221899] devtmpfs: initialized\n[ 0.223606] evm: security.selinux\n[ 0.224299] evm: security.SMACK64\n[ 0.224975] evm: security.SMACK64EXEC\n[ 0.225707] evm: security.SMACK64TRANSMUTE\n[ 0.226500] evm: security.SMACK64MMAP\n[ 0.227228] evm: security.ima\n[ 0.227864] evm: security.capability\n[ 0.228662] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230479] pinctrl core: initialized pinctrl subsystem\n[ 0.231558] RTC time: 12:50:31, date: 10/12/18\n[ 0.232505] NET: Registered protocol family 16\n[ 0.233463] cpuidle: using governor ladder\n[ 0.234270] cpuidle: using governor menu\n[ 0.235039] PCCT header not found.\n[ 0.235776] ACPI: bus type PCI registered\n[ 0.236567] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237782] PCI: Using configuration type 1 for base access\n[ 0.239518] ACPI: Added _OSI(Module Device)\n[ 0.240345] ACPI: Added _OSI(Processor Device)\n[ 0.241195] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242074] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244168] ACPI: Interpreter enabled\n[ 0.244923] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252205] ACPI: (supports S0 S5)\n[ 0.252897] ACPI: Using IOAPIC for interrupt routing\n[ 0.254076] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257152] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258280] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259492] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260667] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262858] acpiphp: Slot [3] registered\n[ 0.263649] acpiphp: Slot [4] registered\n[ 0.264436] acpiphp: Slot [5] registered\n[ 0.265219] acpiphp: Slot [6] registered\n[ 0.265996] acpiphp: Slot [7] registered\n[ 0.266785] acpiphp: Slot [8] registered\n[ 0.267570] acpiphp: Slot [9] registered\n[ 0.268351] acpiphp: Slot [10] registered\n[ 0.269144] acpiphp: Slot [11] registered\n[ 0.269949] acpiphp: Slot [12] registered\n[ 0.270745] acpiphp: Slot [13] registered\n[ 0.271545] acpiphp: Slot [14] registered\n[ 0.272344] acpiphp: Slot [15] registered\n[ 0.283107] acpiphp: Slot [16] registered\n[ 0.283913] acpiphp: Slot [17] registered\n[ 0.284714] acpiphp: Slot [18] registered\n[ 0.285509] acpiphp: Slot [19] registered\n[ 0.286301] acpiphp: Slot [20] registered\n[ 0.287103] acpiphp: Slot [21] registered\n[ 0.287896] acpiphp: Slot [22] registered\n[ 0.288690] acpiphp: Slot [23] registered\n[ 0.289489] acpiphp: Slot [24] registered\n[ 0.290282] acpiphp: Slot [25] registered\n[ 0.291073] acpiphp: Slot [26] registered\n[ 0.291873] acpiphp: Slot [27] registered\n[ 0.292670] acpiphp: Slot [28] registered\n[ 0.293468] acpiphp: Slot [29] registered\n[ 0.294259] acpiphp: Slot [30] registered\n[ 0.295068] acpiphp: Slot [31] registered\n[ 0.295857] PCI host bridge to bus 0000:00\n[ 0.296657] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297843] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300440] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301860] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308297] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309555] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310701] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311931] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319415] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320807] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370140] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371585] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372969] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374360] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375725] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376944] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378639] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379668] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381193] vgaarb: loaded\n[ 0.381786] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382903] SCSI subsystem initialized\n[ 0.383709] ACPI: bus type USB registered\n[ 0.384512] usbcore: registered new interface driver usbfs\n[ 0.385527] usbcore: registered new interface driver hub\n[ 0.386518] usbcore: registered new device driver usb\n[ 0.387561] PCI: Using ACPI for IRQ routing\n[ 0.388569] NetLabel: Initializing\n[ 0.389271] NetLabel: domain hash size = 128\n[ 0.390113] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.391044] NetLabel: unlabeled traffic allowed by default\n[ 0.392122] clocksource: Switched to clocksource kvm-clock\n[ 0.397515] AppArmor: AppArmor Filesystem Enabled\n[ 0.398458] pnp: PnP ACPI init\n[ 0.399352] pnp: PnP ACPI: found 5 devices\n[ 0.405711] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407394] NET: Registered protocol family 2\n[ 0.408368] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.409632] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410791] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411933] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412999] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414163] NET: Registered protocol family 1\n[ 0.415015] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416095] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417157] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431091] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445356] Trying to unpack rootfs image as initramfs...\n[ 0.495440] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.509240] Scanning for low memory corruption every 60 seconds\n[ 0.510551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511676] audit: initializing netlink subsys (disabled)\n[ 0.512699] audit: type=2000 audit(1539348631.951:1): initialized\n[ 0.513987] Initialise system trusted keyring\n[ 0.514904] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516051] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517993] zbud: loaded\n[ 0.518692] VFS: Disk quotas dquot_6.6.0\n[ 0.519502] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521009] fuse init (API version 7.23)\n[ 0.521883] Key type big_key registered\n[ 0.522683] Allocating IMA MOK and blacklist keyrings.\n[ 0.524161] Key type asymmetric registered\n[ 0.525022] Asymmetric key parser 'x509' registered\n[ 0.525955] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527383] io scheduler noop registered\n[ 0.528174] io scheduler deadline registered (default)\n[ 0.529146] io scheduler cfq registered\n[ 0.529957] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530976] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532223] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533647] ACPI: Power Button [PWRF]\n[ 0.534459] GHES: HEST is not enabled!\n[ 0.549505] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578619] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580901] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604835] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608595] Linux agpgart interface v0.103\n[ 0.611737] brd: module loaded\n[ 0.613936] loop: module loaded\n[ 0.623819] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626401] GPT:90111 != 2097151\n[ 0.627070] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628159] GPT:90111 != 2097151\n[ 0.628824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629775] vda: vda1 vda15\n[ 0.631182] scsi host0: ata_piix\n[ 0.631907] scsi host1: ata_piix\n[ 0.632624] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.633826] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635259] libphy: Fixed MDIO Bus: probed\n[ 0.636063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637003] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639069] PPP generic driver version 2.4.2\n[ 0.639944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641231] ehci-pci: EHCI PCI platform driver\n[ 0.642088] ehci-platform: EHCI generic platform driver\n[ 0.643059] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644181] ohci-pci: OHCI PCI platform driver\n[ 0.645038] ohci-platform: OHCI generic platform driver\n[ 0.646007] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660318] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662727] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664846] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666044] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667439] usb usb1: Product: UHCI Host Controller\n[ 0.668359] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669484] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670505] hub 1-0:1.0: USB hub found\n[ 0.671272] hub 1-0:1.0: 2 ports detected\n[ 0.672168] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674267] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676231] mousedev: PS/2 mouse device common for all mice\n[ 0.677464] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679273] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680367] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681544] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682711] i2c /dev entries driver\n[ 0.683468] device-mapper: uevent: version 1.0.3\n[ 0.684404] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686003] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687333] NET: Registered protocol family 10\n[ 0.688334] NET: Registered protocol family 17\n[ 0.689210] Key type dns_resolver registered\n[ 0.690119] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691189] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692924] registered taskstats version 1\n[ 0.693750] Loading compiled-in X.509 certificates\n[ 0.695191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697023] zswap: loaded using pool lzo/zbud\n[ 0.698373] Key type trusted registered\n[ 0.700291] Key type encrypted registered\n[ 0.701103] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702106] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703120] evm: HMAC attrs: 0x1\n[ 0.704032] Magic number: 6:984:834\n[ 0.704896] rtc_cmos 00:00: setting system clock to 2018-10-12 12:50:32 UTC (1539348632)\n[ 0.706485] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707580] EDD information not available.\n[ 0.788708] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.790127] ata1.00: configured for MWDMA2\n[ 0.791303] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.803854] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.805392] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.806858] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.808952] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.810796] Write protecting the kernel read-only data: 14336k\n[ 0.812606] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814716] 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.68\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.939876] 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.04s]\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\nping 10.10.10.8 OK\n"} 2018-10-12 12:52:24,681 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action used request id req-639f8bff-5f87-445b-a9c8-c8c62361c96f 2018-10-12 12:52:24,693 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-4'... 2018-10-12 12:52:24,693 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-4 flavor=m1.tiny image=8090a927-f0c3-4432-ac1e-fad924a6004e network=ea641bff-0bf9-43fe-94d6-93e0d1298025 secgroup=a012b764-3d71-4fe8-a730-445db10f62d9 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.13 10.10.10.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-10-12 12:52:24,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:52:24,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:52:24,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:52:24,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:52:24,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:52:24,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:52:24,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:52:24,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:52:24,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:52:24,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:52:24,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:52:24,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:52:24,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:52:24,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:52:24,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:52:24,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:52:24,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:52:24,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:52:24,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:52:24,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:52:24,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:52:24,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:52:24,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:52:24,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:52:24,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:52:24,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:52:24,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:52:24,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:52:24,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:52:24,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:52:24,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:52:24,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:52:24,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:52:24,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:52:24,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:52:24,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:52:24,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:52:24,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:52:24,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:52:24,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:52:24,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:52:24,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:52:24,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:52:24,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:52:24,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:52:24,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:52:24,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:52:24,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:52:24,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:52:24,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56eb2de8-bb3b-4d6d-9bc5-fc2d3d1f1acb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:52:24,713 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-56eb2de8-bb3b-4d6d-9bc5-fc2d3d1f1acb 2018-10-12 12:52:24,713 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:52:25,100 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:52:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["qTiG1c2iS1y4rxpZWs2Skg"], "issued_at": "2018-10-12T12:52:25.000000Z"}} 2018-10-12 12:52:25,104 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1877abc0d7a39580541e337aaa9d2f98e48698" 2018-10-12 12:52:25,644 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7bccc305-9098-466c-afda-a6246632e718 x-compute-request-id: req-7bccc305-9098-466c-afda-a6246632e718 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-12 12:52:25,644 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-7bccc305-9098-466c-afda-a6246632e718 2018-10-12 12:52:25,648 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1877abc0d7a39580541e337aaa9d2f98e48698" 2018-10-12 12:52:25,667 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-018f0628-78c6-47a7-9520-a58953f78118 x-compute-request-id: req-018f0628-78c6-47a7-9520-a58953f78118 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:52:25,668 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7 used request id req-018f0628-78c6-47a7-9520-a58953f78118 2018-10-12 12:52:25,672 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1877abc0d7a39580541e337aaa9d2f98e48698" -d '{"server": {"name": "sdnvpn-10-4", "imageRef": "8090a927-f0c3-4432-ac1e-fad924a6004e", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "da26bcae-e1ba-4983-b952-ae51fda523b7", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xMyAxMC4xMC4xMC41CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ea641bff-0bf9-43fe-94d6-93e0d1298025"}], "config_drive": true}}' 2018-10-12 12:52:27,532 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:52:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-44b46217-6148-4d34-bbd8-2bb2a977a29b x-compute-request-id: req-44b46217-6148-4d34-bbd8-2bb2a977a29b Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728", "rel": "bookmark"}], "adminPass": "G8CE8v8cYTrZ"}} 2018-10-12 12:52:27,532 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-44b46217-6148-4d34-bbd8-2bb2a977a29b 2018-10-12 12:52:27,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:52:27,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81729cbc-e1c4-49e1-aea9-b983560433a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:52:27,540 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-81729cbc-e1c4-49e1-aea9-b983560433a0 2018-10-12 12:52:27,540 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:52:27,922 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:52:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["Rh21E-phToSV_7nTiEzO7g"], "issued_at": "2018-10-12T12:52:27.000000Z"}} 2018-10-12 12:52:27,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90c320cafd83aa6b966fa4c336ae8924a2675d0a" 2018-10-12 12:52:28,858 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8eaf0d93-91ff-4041-a584-6094119fc64c x-compute-request-id: req-8eaf0d93-91ff-4041-a584-6094119fc64c Content-Encoding: gzip Content-Length: 699 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728", "rel": "bookmark"}], "image": {"id": "8090a927-f0c3-4432-ac1e-fad924a6004e", "links": [{"href": "http://172.30.9.26:8774/images/8090a927-f0c3-4432-ac1e-fad924a6004e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728", "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:52:28Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-4", "created": "2018-10-12T12:52:27Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:52:28,858 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728 used request id req-8eaf0d93-91ff-4041-a584-6094119fc64c 2018-10-12 12:52:31,865 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90c320cafd83aa6b966fa4c336ae8924a2675d0a" 2018-10-12 12:52:32,657 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-93af4316-44d6-407c-b3cf-0507fea4bcf6 x-compute-request-id: req-93af4316-44d6-407c-b3cf-0507fea4bcf6 Content-Encoding: gzip Content-Length: 778 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:70:ea:e9", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728", "rel": "bookmark"}], "image": {"id": "8090a927-f0c3-4432-ac1e-fad924a6004e", "links": [{"href": "http://172.30.9.26:8774/images/8090a927-f0c3-4432-ac1e-fad924a6004e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:52:28Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-4", "created": "2018-10-12T12:52:27Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:52:32,657 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728 used request id req-93af4316-44d6-407c-b3cf-0507fea4bcf6 2018-10-12 12:52:35,663 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90c320cafd83aa6b966fa4c336ae8924a2675d0a" 2018-10-12 12:52:36,788 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ee5bd844-0d37-4f88-ac8a-1923b0f00377 x-compute-request-id: req-ee5bd844-0d37-4f88-ac8a-1923b0f00377 Content-Encoding: gzip Content-Length: 783 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:70:ea:e9", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728", "rel": "bookmark"}], "image": {"id": "8090a927-f0c3-4432-ac1e-fad924a6004e", "links": [{"href": "http://172.30.9.26:8774/images/8090a927-f0c3-4432-ac1e-fad924a6004e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": "2018-10-12T12:52:31.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:52:32Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-4", "created": "2018-10-12T12:52:27Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:52:36,788 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728 used request id req-ee5bd844-0d37-4f88-ac8a-1923b0f00377 2018-10-12 12:52:36,791 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1877abc0d7a39580541e337aaa9d2f98e48698" 2018-10-12 12:52:37,598 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-18ec863d-625c-4eb4-ab5d-1fb29f070d35 x-compute-request-id: req-18ec863d-625c-4eb4-ab5d-1fb29f070d35 Content-Encoding: gzip Content-Length: 783 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:70:ea:e9", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728", "rel": "bookmark"}], "image": {"id": "8090a927-f0c3-4432-ac1e-fad924a6004e", "links": [{"href": "http://172.30.9.26:8774/images/8090a927-f0c3-4432-ac1e-fad924a6004e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": "2018-10-12T12:52:31.000000", "flavor": {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}]}, "id": "26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:52:32Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-4", "created": "2018-10-12T12:52:27Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:52:37,598 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728 used request id req-18ec863d-625c-4eb4-ab5d-1fb29f070d35 2018-10-12 12:52:37,599 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-4' booted successfully. IP='10.10.10.10'. 2018-10-12 12:52:37,599 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-4' to security group 'sdnvpn-sg'... 2018-10-12 12:52:37,601 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d0ceb75625d1816375823c040137599c262a8e7" -d '{"addSecurityGroup": {"name": "a012b764-3d71-4fe8-a730-445db10f62d9"}}' 2018-10-12 12:52:39,134 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:52:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f36eb5b5-9a19-45ab-8f49-4f51edb703aa x-compute-request-id: req-f36eb5b5-9a19-45ab-8f49-4f51edb703aa Content-Length: 0 Content-Type: application/json 2018-10-12 12:52:39,135 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action used request id req-f36eb5b5-9a19-45ab-8f49-4f51edb703aa 2018-10-12 12:52:39,135 - sdnvpn_test_utils - INFO - Waiting for instance 26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728 to boot up 2018-10-12 12:52:39,138 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1877abc0d7a39580541e337aaa9d2f98e48698" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:40,208 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-de96d767-377a-4fcf-b4a5-65a62cb8f0ce x-compute-request-id: req-de96d767-377a-4fcf-b4a5-65a62cb8f0ce Content-Encoding: gzip Content-Length: 8068 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530997611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.135656] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137274] pid_max: default: 32768 minimum: 301\n[ 0.138154] ACPI: Core revision 20150930\n[ 0.139529] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140802] Security Framework initialized\n[ 0.141595] Yama: becoming mindful.\n[ 0.142316] AppArmor: AppArmor initialized\n[ 0.143171] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144474] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145718] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146893] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148248] Initializing cgroup subsys io\n[ 0.149045] Initializing cgroup subsys memory\n[ 0.149883] Initializing cgroup subsys devices\n[ 0.150733] Initializing cgroup subsys freezer\n[ 0.151583] Initializing cgroup subsys net_cls\n[ 0.152438] Initializing cgroup subsys perf_event\n[ 0.153329] Initializing cgroup subsys net_prio\n[ 0.154197] Initializing cgroup subsys hugetlb\n[ 0.155070] Initializing cgroup subsys pids\n[ 0.155926] CPU: Physical Processor ID: 0\n[ 0.157404] mce: CPU supports 10 MCE banks\n[ 0.158232] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159213] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169913] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176316] ftrace: allocating 31920 entries in 125 pages\n[ 0.202822] smpboot: Max logical packages: 1\n[ 0.203668] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204981] x2apic enabled\n[ 0.205781] Switched APIC routing to physical x2apic.\n[ 0.207529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208629] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210574] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212322] KVM setup paravirtual spinlock\n[ 0.213600] x86: Booted up 1 node, 1 CPUs\n[ 0.214399] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.215784] devtmpfs: initialized\n[ 0.217488] evm: security.selinux\n[ 0.218168] evm: security.SMACK64\n[ 0.218855] evm: security.SMACK64EXEC\n[ 0.219583] evm: security.SMACK64TRANSMUTE\n[ 0.220370] evm: security.SMACK64MMAP\n[ 0.221092] evm: security.ima\n[ 0.221735] evm: security.capability\n[ 0.222522] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224329] pinctrl core: initialized pinctrl subsystem\n[ 0.225396] RTC time: 12:52:31, date: 10/12/18\n[ 0.226337] NET: Registered protocol family 16\n[ 0.227285] cpuidle: using governor ladder\n[ 0.228085] cpuidle: using governor menu\n[ 0.228861] PCCT header not found.\n[ 0.229598] ACPI: bus type PCI registered\n[ 0.230384] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231594] PCI: Using configuration type 1 for base access\n[ 0.233321] ACPI: Added _OSI(Module Device)\n[ 0.234142] ACPI: Added _OSI(Processor Device)\n[ 0.235005] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235892] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237988] ACPI: Interpreter enabled\n[ 0.238738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240540] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242339] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245956] ACPI: (supports S0 S5)\n[ 0.246652] ACPI: Using IOAPIC for interrupt routing\n[ 0.247690] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251860] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253065] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254232] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256420] acpiphp: Slot [3] registered\n[ 0.257209] acpiphp: Slot [4] registered\n[ 0.257998] acpiphp: Slot [5] registered\n[ 0.258784] acpiphp: Slot [6] registered\n[ 0.259561] acpiphp: Slot [7] registered\n[ 0.260343] acpiphp: Slot [8] registered\n[ 0.261126] acpiphp: Slot [9] registered\n[ 0.261915] acpiphp: Slot [10] registered\n[ 0.262706] acpiphp: Slot [11] registered\n[ 0.263499] acpiphp: Slot [12] registered\n[ 0.264296] acpiphp: Slot [13] registered\n[ 0.265095] acpiphp: Slot [14] registered\n[ 0.265898] acpiphp: Slot [15] registered\n[ 0.276782] acpiphp: Slot [16] registered\n[ 0.277589] acpiphp: Slot [17] registered\n[ 0.278391] acpiphp: Slot [18] registered\n[ 0.279184] acpiphp: Slot [19] registered\n[ 0.279992] acpiphp: Slot [20] registered\n[ 0.280792] acpiphp: Slot [21] registered\n[ 0.281584] acpiphp: Slot [22] registered\n[ 0.282374] acpiphp: Slot [23] registered\n[ 0.283169] acpiphp: Slot [24] registered\n[ 0.283969] acpiphp: Slot [25] registered\n[ 0.284758] acpiphp: Slot [26] registered\n[ 0.285553] acpiphp: Slot [27] registered\n[ 0.286352] acpiphp: Slot [28] registered\n[ 0.287152] acpiphp: Slot [29] registered\n[ 0.287948] acpiphp: Slot [30] registered\n[ 0.288744] acpiphp: Slot [31] registered\n[ 0.289590] PCI host bridge to bus 0000:00\n[ 0.290396] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291582] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292767] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294189] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295615] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301820] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303077] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305480] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311918] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313327] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359706] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361157] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363961] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365326] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367998] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369038] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370557] vgaarb: loaded\n[ 0.371145] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372269] SCSI subsystem initialized\n[ 0.373081] ACPI: bus type USB registered\n[ 0.373883] usbcore: registered new interface driver usbfs\n[ 0.374893] usbcore: registered new interface driver hub\n[ 0.375883] usbcore: registered new device driver usb\n[ 0.376931] PCI: Using ACPI for IRQ routing\n[ 0.377950] NetLabel: Initializing\n[ 0.378658] NetLabel: domain hash size = 128\n[ 0.379486] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380410] NetLabel: unlabeled traffic allowed by default\n[ 0.381500] clocksource: Switched to clocksource kvm-clock\n[ 0.386902] AppArmor: AppArmor Filesystem Enabled\n[ 0.387850] pnp: PnP ACPI init\n[ 0.388744] pnp: PnP ACPI: found 5 devices\n[ 0.395092] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396809] NET: Registered protocol family 2\n[ 0.397746] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398993] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400130] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401262] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402313] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403463] NET: Registered protocol family 1\n[ 0.404312] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405381] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406446] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420439] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434662] Trying to unpack rootfs image as initramfs...\n[ 0.484763] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498753] Scanning for low memory corruption every 60 seconds\n[ 0.500053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501190] audit: initializing netlink subsys (disabled)\n[ 0.502211] audit: type=2000 audit(1539348752.212:1): initialized\n[ 0.503505] Initialise system trusted keyring\n[ 0.504436] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507546] zbud: loaded\n[ 0.508249] VFS: Disk quotas dquot_6.6.0\n[ 0.509067] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510582] fuse init (API version 7.23)\n[ 0.511467] Key type big_key registered\n[ 0.512251] Allocating IMA MOK and blacklist keyrings.\n[ 0.513727] Key type asymmetric registered\n[ 0.514539] Asymmetric key parser 'x509' registered\n[ 0.515483] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516931] io scheduler noop registered\n[ 0.517740] io scheduler deadline registered (default)\n[ 0.518724] io scheduler cfq registered\n[ 0.519553] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520587] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521847] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523286] ACPI: Power Button [PWRF]\n[ 0.524108] GHES: HEST is not enabled!\n[ 0.558389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587074] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613411] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615523] Linux agpgart interface v0.103\n[ 0.617557] brd: module loaded\n[ 0.618724] loop: module loaded\n[ 0.622879] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.624313] GPT:90111 != 2097151\n[ 0.624987] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626076] GPT:90111 != 2097151\n[ 0.626745] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627692] vda: vda1 vda15\n[ 0.629093] scsi host0: ata_piix\n[ 0.629826] scsi host1: ata_piix\n[ 0.630527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631722] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633153] libphy: Fixed MDIO Bus: probed\n[ 0.633969] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634902] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637030] PPP generic driver version 2.4.2\n[ 0.637926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639168] ehci-pci: EHCI PCI platform driver\n[ 0.640024] ehci-platform: EHCI generic platform driver\n[ 0.640991] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642103] ohci-pci: OHCI PCI platform driver\n[ 0.642967] ohci-platform: OHCI generic platform driver\n[ 0.643936] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658331] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660759] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.662894] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664099] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.665510] usb usb1: Product: UHCI Host Controller\n[ 0.666439] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.667567] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.668565] hub 1-0:1.0: USB hub found\n[ 0.669330] hub 1-0:1.0: 2 ports detected\n[ 0.670220] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672332] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673270] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674289] mousedev: PS/2 mouse device common for all mice\n[ 0.675522] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677333] rtc_cmos 00:00: RTC can wake from S4\n[ 0.678425] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.679608] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680784] i2c /dev entries driver\n[ 0.681554] device-mapper: uevent: version 1.0.3\n[ 0.682492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684094] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685346] NET: Registered protocol family 10\n[ 0.686321] NET: Registered protocol family 17\n[ 0.687186] Key type dns_resolver registered\n[ 0.688121] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689220] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690981] registered taskstats version 1\n[ 0.691812] Loading compiled-in X.509 certificates\n[ 0.693239] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695101] zswap: loaded using pool lzo/zbud\n[ 0.696462] Key type trusted registered\n[ 0.698031] Key type encrypted registered\n[ 0.698866] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.699893] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700911] evm: HMAC attrs: 0x1\n[ 0.701843] Magic number: 6:537:885\n[ 0.702676] rtc_cmos 00:00: setting system clock to 2018-10-12 12:52:32 UTC (1539348752)\n[ 0.704239] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705327] EDD information not available.\n[ 0.786088] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.787539] ata1.00: configured for MWDMA2\n[ 0.788701] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.801460] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.802678] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.803913] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.805757] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.807254] Write protecting the kernel read-only data: 14336k\n[ 0.808800] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.810600] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.648619] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.91s]\n"} 2018-10-12 12:52:40,208 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action used request id req-de96d767-377a-4fcf-b4a5-65a62cb8f0ce 2018-10-12 12:52:42,218 - __name__ - INFO - Starting monitor thread of vm_4 2018-10-12 12:52:43,248 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1877abc0d7a39580541e337aaa9d2f98e48698" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:44,321 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2c4b8a4f-e749-44a3-b511-f57540c21b46 x-compute-request-id: req-2c4b8a4f-e749-44a3-b511-f57540c21b46 Content-Encoding: gzip Content-Length: 8076 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530997611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.135656] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137274] pid_max: default: 32768 minimum: 301\n[ 0.138154] ACPI: Core revision 20150930\n[ 0.139529] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140802] Security Framework initialized\n[ 0.141595] Yama: becoming mindful.\n[ 0.142316] AppArmor: AppArmor initialized\n[ 0.143171] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144474] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145718] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146893] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148248] Initializing cgroup subsys io\n[ 0.149045] Initializing cgroup subsys memory\n[ 0.149883] Initializing cgroup subsys devices\n[ 0.150733] Initializing cgroup subsys freezer\n[ 0.151583] Initializing cgroup subsys net_cls\n[ 0.152438] Initializing cgroup subsys perf_event\n[ 0.153329] Initializing cgroup subsys net_prio\n[ 0.154197] Initializing cgroup subsys hugetlb\n[ 0.155070] Initializing cgroup subsys pids\n[ 0.155926] CPU: Physical Processor ID: 0\n[ 0.157404] mce: CPU supports 10 MCE banks\n[ 0.158232] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159213] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169913] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176316] ftrace: allocating 31920 entries in 125 pages\n[ 0.202822] smpboot: Max logical packages: 1\n[ 0.203668] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204981] x2apic enabled\n[ 0.205781] Switched APIC routing to physical x2apic.\n[ 0.207529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208629] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210574] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212322] KVM setup paravirtual spinlock\n[ 0.213600] x86: Booted up 1 node, 1 CPUs\n[ 0.214399] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.215784] devtmpfs: initialized\n[ 0.217488] evm: security.selinux\n[ 0.218168] evm: security.SMACK64\n[ 0.218855] evm: security.SMACK64EXEC\n[ 0.219583] evm: security.SMACK64TRANSMUTE\n[ 0.220370] evm: security.SMACK64MMAP\n[ 0.221092] evm: security.ima\n[ 0.221735] evm: security.capability\n[ 0.222522] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224329] pinctrl core: initialized pinctrl subsystem\n[ 0.225396] RTC time: 12:52:31, date: 10/12/18\n[ 0.226337] NET: Registered protocol family 16\n[ 0.227285] cpuidle: using governor ladder\n[ 0.228085] cpuidle: using governor menu\n[ 0.228861] PCCT header not found.\n[ 0.229598] ACPI: bus type PCI registered\n[ 0.230384] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231594] PCI: Using configuration type 1 for base access\n[ 0.233321] ACPI: Added _OSI(Module Device)\n[ 0.234142] ACPI: Added _OSI(Processor Device)\n[ 0.235005] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235892] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237988] ACPI: Interpreter enabled\n[ 0.238738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240540] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242339] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245956] ACPI: (supports S0 S5)\n[ 0.246652] ACPI: Using IOAPIC for interrupt routing\n[ 0.247690] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251860] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253065] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254232] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256420] acpiphp: Slot [3] registered\n[ 0.257209] acpiphp: Slot [4] registered\n[ 0.257998] acpiphp: Slot [5] registered\n[ 0.258784] acpiphp: Slot [6] registered\n[ 0.259561] acpiphp: Slot [7] registered\n[ 0.260343] acpiphp: Slot [8] registered\n[ 0.261126] acpiphp: Slot [9] registered\n[ 0.261915] acpiphp: Slot [10] registered\n[ 0.262706] acpiphp: Slot [11] registered\n[ 0.263499] acpiphp: Slot [12] registered\n[ 0.264296] acpiphp: Slot [13] registered\n[ 0.265095] acpiphp: Slot [14] registered\n[ 0.265898] acpiphp: Slot [15] registered\n[ 0.276782] acpiphp: Slot [16] registered\n[ 0.277589] acpiphp: Slot [17] registered\n[ 0.278391] acpiphp: Slot [18] registered\n[ 0.279184] acpiphp: Slot [19] registered\n[ 0.279992] acpiphp: Slot [20] registered\n[ 0.280792] acpiphp: Slot [21] registered\n[ 0.281584] acpiphp: Slot [22] registered\n[ 0.282374] acpiphp: Slot [23] registered\n[ 0.283169] acpiphp: Slot [24] registered\n[ 0.283969] acpiphp: Slot [25] registered\n[ 0.284758] acpiphp: Slot [26] registered\n[ 0.285553] acpiphp: Slot [27] registered\n[ 0.286352] acpiphp: Slot [28] registered\n[ 0.287152] acpiphp: Slot [29] registered\n[ 0.287948] acpiphp: Slot [30] registered\n[ 0.288744] acpiphp: Slot [31] registered\n[ 0.289590] PCI host bridge to bus 0000:00\n[ 0.290396] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291582] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292767] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294189] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295615] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301820] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303077] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305480] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311918] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313327] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359706] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361157] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363961] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365326] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367998] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369038] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370557] vgaarb: loaded\n[ 0.371145] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372269] SCSI subsystem initialized\n[ 0.373081] ACPI: bus type USB registered\n[ 0.373883] usbcore: registered new interface driver usbfs\n[ 0.374893] usbcore: registered new interface driver hub\n[ 0.375883] usbcore: registered new device driver usb\n[ 0.376931] PCI: Using ACPI for IRQ routing\n[ 0.377950] NetLabel: Initializing\n[ 0.378658] NetLabel: domain hash size = 128\n[ 0.379486] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380410] NetLabel: unlabeled traffic allowed by default\n[ 0.381500] clocksource: Switched to clocksource kvm-clock\n[ 0.386902] AppArmor: AppArmor Filesystem Enabled\n[ 0.387850] pnp: PnP ACPI init\n[ 0.388744] pnp: PnP ACPI: found 5 devices\n[ 0.395092] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396809] NET: Registered protocol family 2\n[ 0.397746] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398993] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400130] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401262] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402313] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403463] NET: Registered protocol family 1\n[ 0.404312] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405381] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406446] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420439] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434662] Trying to unpack rootfs image as initramfs...\n[ 0.484763] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498753] Scanning for low memory corruption every 60 seconds\n[ 0.500053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501190] audit: initializing netlink subsys (disabled)\n[ 0.502211] audit: type=2000 audit(1539348752.212:1): initialized\n[ 0.503505] Initialise system trusted keyring\n[ 0.504436] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507546] zbud: loaded\n[ 0.508249] VFS: Disk quotas dquot_6.6.0\n[ 0.509067] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510582] fuse init (API version 7.23)\n[ 0.511467] Key type big_key registered\n[ 0.512251] Allocating IMA MOK and blacklist keyrings.\n[ 0.513727] Key type asymmetric registered\n[ 0.514539] Asymmetric key parser 'x509' registered\n[ 0.515483] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516931] io scheduler noop registered\n[ 0.517740] io scheduler deadline registered (default)\n[ 0.518724] io scheduler cfq registered\n[ 0.519553] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520587] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521847] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523286] ACPI: Power Button [PWRF]\n[ 0.524108] GHES: HEST is not enabled!\n[ 0.558389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587074] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613411] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615523] Linux agpgart interface v0.103\n[ 0.617557] brd: module loaded\n[ 0.618724] loop: module loaded\n[ 0.622879] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.624313] GPT:90111 != 2097151\n[ 0.624987] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626076] GPT:90111 != 2097151\n[ 0.626745] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627692] vda: vda1 vda15\n[ 0.629093] scsi host0: ata_piix\n[ 0.629826] scsi host1: ata_piix\n[ 0.630527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631722] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633153] libphy: Fixed MDIO Bus: probed\n[ 0.633969] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634902] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637030] PPP generic driver version 2.4.2\n[ 0.637926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639168] ehci-pci: EHCI PCI platform driver\n[ 0.640024] ehci-platform: EHCI generic platform driver\n[ 0.640991] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642103] ohci-pci: OHCI PCI platform driver\n[ 0.642967] ohci-platform: OHCI generic platform driver\n[ 0.643936] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658331] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660759] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.662894] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664099] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.665510] usb usb1: Product: UHCI Host Controller\n[ 0.666439] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.667567] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.668565] hub 1-0:1.0: USB hub found\n[ 0.669330] hub 1-0:1.0: 2 ports detected\n[ 0.670220] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672332] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673270] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674289] mousedev: PS/2 mouse device common for all mice\n[ 0.675522] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677333] rtc_cmos 00:00: RTC can wake from S4\n[ 0.678425] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.679608] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680784] i2c /dev entries driver\n[ 0.681554] device-mapper: uevent: version 1.0.3\n[ 0.682492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684094] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685346] NET: Registered protocol family 10\n[ 0.686321] NET: Registered protocol family 17\n[ 0.687186] Key type dns_resolver registered\n[ 0.688121] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689220] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690981] registered taskstats version 1\n[ 0.691812] Loading compiled-in X.509 certificates\n[ 0.693239] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695101] zswap: loaded using pool lzo/zbud\n[ 0.696462] Key type trusted registered\n[ 0.698031] Key type encrypted registered\n[ 0.698866] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.699893] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700911] evm: HMAC attrs: 0x1\n[ 0.701843] Magic number: 6:537:885\n[ 0.702676] rtc_cmos 00:00: setting system clock to 2018-10-12 12:52:32 UTC (1539348752)\n[ 0.704239] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705327] EDD information not available.\n[ 0.786088] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.787539] ata1.00: configured for MWDMA2\n[ 0.788701] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.801460] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.802678] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.803913] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.805757] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.807254] Write protecting the kernel read-only data: 14336k\n[ 0.808800] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.810600] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.648619] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.91s]\nping 10.10.10.13 OK\n"} 2018-10-12 12:52:44,321 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action used request id req-2c4b8a4f-e749-44a3-b511-f57540c21b46 2018-10-12 12:52:44,325 - __name__ - INFO - Ping from instance sdnvpn-10-4: ping 10.10.10.13 OK 2018-10-12 12:52:45,329 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1877abc0d7a39580541e337aaa9d2f98e48698" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:46,401 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-cdbab19e-e6f0-4a64-b059-49bb9f230485 x-compute-request-id: req-cdbab19e-e6f0-4a64-b059-49bb9f230485 Content-Encoding: gzip Content-Length: 8076 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530997611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.135656] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137274] pid_max: default: 32768 minimum: 301\n[ 0.138154] ACPI: Core revision 20150930\n[ 0.139529] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140802] Security Framework initialized\n[ 0.141595] Yama: becoming mindful.\n[ 0.142316] AppArmor: AppArmor initialized\n[ 0.143171] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144474] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145718] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146893] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148248] Initializing cgroup subsys io\n[ 0.149045] Initializing cgroup subsys memory\n[ 0.149883] Initializing cgroup subsys devices\n[ 0.150733] Initializing cgroup subsys freezer\n[ 0.151583] Initializing cgroup subsys net_cls\n[ 0.152438] Initializing cgroup subsys perf_event\n[ 0.153329] Initializing cgroup subsys net_prio\n[ 0.154197] Initializing cgroup subsys hugetlb\n[ 0.155070] Initializing cgroup subsys pids\n[ 0.155926] CPU: Physical Processor ID: 0\n[ 0.157404] mce: CPU supports 10 MCE banks\n[ 0.158232] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159213] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169913] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176316] ftrace: allocating 31920 entries in 125 pages\n[ 0.202822] smpboot: Max logical packages: 1\n[ 0.203668] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204981] x2apic enabled\n[ 0.205781] Switched APIC routing to physical x2apic.\n[ 0.207529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208629] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210574] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212322] KVM setup paravirtual spinlock\n[ 0.213600] x86: Booted up 1 node, 1 CPUs\n[ 0.214399] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.215784] devtmpfs: initialized\n[ 0.217488] evm: security.selinux\n[ 0.218168] evm: security.SMACK64\n[ 0.218855] evm: security.SMACK64EXEC\n[ 0.219583] evm: security.SMACK64TRANSMUTE\n[ 0.220370] evm: security.SMACK64MMAP\n[ 0.221092] evm: security.ima\n[ 0.221735] evm: security.capability\n[ 0.222522] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224329] pinctrl core: initialized pinctrl subsystem\n[ 0.225396] RTC time: 12:52:31, date: 10/12/18\n[ 0.226337] NET: Registered protocol family 16\n[ 0.227285] cpuidle: using governor ladder\n[ 0.228085] cpuidle: using governor menu\n[ 0.228861] PCCT header not found.\n[ 0.229598] ACPI: bus type PCI registered\n[ 0.230384] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231594] PCI: Using configuration type 1 for base access\n[ 0.233321] ACPI: Added _OSI(Module Device)\n[ 0.234142] ACPI: Added _OSI(Processor Device)\n[ 0.235005] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235892] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237988] ACPI: Interpreter enabled\n[ 0.238738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240540] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242339] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245956] ACPI: (supports S0 S5)\n[ 0.246652] ACPI: Using IOAPIC for interrupt routing\n[ 0.247690] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251860] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253065] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254232] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256420] acpiphp: Slot [3] registered\n[ 0.257209] acpiphp: Slot [4] registered\n[ 0.257998] acpiphp: Slot [5] registered\n[ 0.258784] acpiphp: Slot [6] registered\n[ 0.259561] acpiphp: Slot [7] registered\n[ 0.260343] acpiphp: Slot [8] registered\n[ 0.261126] acpiphp: Slot [9] registered\n[ 0.261915] acpiphp: Slot [10] registered\n[ 0.262706] acpiphp: Slot [11] registered\n[ 0.263499] acpiphp: Slot [12] registered\n[ 0.264296] acpiphp: Slot [13] registered\n[ 0.265095] acpiphp: Slot [14] registered\n[ 0.265898] acpiphp: Slot [15] registered\n[ 0.276782] acpiphp: Slot [16] registered\n[ 0.277589] acpiphp: Slot [17] registered\n[ 0.278391] acpiphp: Slot [18] registered\n[ 0.279184] acpiphp: Slot [19] registered\n[ 0.279992] acpiphp: Slot [20] registered\n[ 0.280792] acpiphp: Slot [21] registered\n[ 0.281584] acpiphp: Slot [22] registered\n[ 0.282374] acpiphp: Slot [23] registered\n[ 0.283169] acpiphp: Slot [24] registered\n[ 0.283969] acpiphp: Slot [25] registered\n[ 0.284758] acpiphp: Slot [26] registered\n[ 0.285553] acpiphp: Slot [27] registered\n[ 0.286352] acpiphp: Slot [28] registered\n[ 0.287152] acpiphp: Slot [29] registered\n[ 0.287948] acpiphp: Slot [30] registered\n[ 0.288744] acpiphp: Slot [31] registered\n[ 0.289590] PCI host bridge to bus 0000:00\n[ 0.290396] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291582] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292767] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294189] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295615] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301820] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303077] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305480] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311918] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313327] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359706] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361157] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363961] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365326] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367998] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369038] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370557] vgaarb: loaded\n[ 0.371145] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372269] SCSI subsystem initialized\n[ 0.373081] ACPI: bus type USB registered\n[ 0.373883] usbcore: registered new interface driver usbfs\n[ 0.374893] usbcore: registered new interface driver hub\n[ 0.375883] usbcore: registered new device driver usb\n[ 0.376931] PCI: Using ACPI for IRQ routing\n[ 0.377950] NetLabel: Initializing\n[ 0.378658] NetLabel: domain hash size = 128\n[ 0.379486] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380410] NetLabel: unlabeled traffic allowed by default\n[ 0.381500] clocksource: Switched to clocksource kvm-clock\n[ 0.386902] AppArmor: AppArmor Filesystem Enabled\n[ 0.387850] pnp: PnP ACPI init\n[ 0.388744] pnp: PnP ACPI: found 5 devices\n[ 0.395092] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396809] NET: Registered protocol family 2\n[ 0.397746] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398993] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400130] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401262] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402313] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403463] NET: Registered protocol family 1\n[ 0.404312] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405381] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406446] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420439] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434662] Trying to unpack rootfs image as initramfs...\n[ 0.484763] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498753] Scanning for low memory corruption every 60 seconds\n[ 0.500053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501190] audit: initializing netlink subsys (disabled)\n[ 0.502211] audit: type=2000 audit(1539348752.212:1): initialized\n[ 0.503505] Initialise system trusted keyring\n[ 0.504436] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507546] zbud: loaded\n[ 0.508249] VFS: Disk quotas dquot_6.6.0\n[ 0.509067] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510582] fuse init (API version 7.23)\n[ 0.511467] Key type big_key registered\n[ 0.512251] Allocating IMA MOK and blacklist keyrings.\n[ 0.513727] Key type asymmetric registered\n[ 0.514539] Asymmetric key parser 'x509' registered\n[ 0.515483] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516931] io scheduler noop registered\n[ 0.517740] io scheduler deadline registered (default)\n[ 0.518724] io scheduler cfq registered\n[ 0.519553] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520587] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521847] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523286] ACPI: Power Button [PWRF]\n[ 0.524108] GHES: HEST is not enabled!\n[ 0.558389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587074] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613411] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615523] Linux agpgart interface v0.103\n[ 0.617557] brd: module loaded\n[ 0.618724] loop: module loaded\n[ 0.622879] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.624313] GPT:90111 != 2097151\n[ 0.624987] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626076] GPT:90111 != 2097151\n[ 0.626745] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627692] vda: vda1 vda15\n[ 0.629093] scsi host0: ata_piix\n[ 0.629826] scsi host1: ata_piix\n[ 0.630527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631722] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633153] libphy: Fixed MDIO Bus: probed\n[ 0.633969] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634902] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637030] PPP generic driver version 2.4.2\n[ 0.637926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639168] ehci-pci: EHCI PCI platform driver\n[ 0.640024] ehci-platform: EHCI generic platform driver\n[ 0.640991] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642103] ohci-pci: OHCI PCI platform driver\n[ 0.642967] ohci-platform: OHCI generic platform driver\n[ 0.643936] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658331] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660759] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.662894] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664099] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.665510] usb usb1: Product: UHCI Host Controller\n[ 0.666439] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.667567] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.668565] hub 1-0:1.0: USB hub found\n[ 0.669330] hub 1-0:1.0: 2 ports detected\n[ 0.670220] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672332] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673270] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674289] mousedev: PS/2 mouse device common for all mice\n[ 0.675522] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677333] rtc_cmos 00:00: RTC can wake from S4\n[ 0.678425] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.679608] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680784] i2c /dev entries driver\n[ 0.681554] device-mapper: uevent: version 1.0.3\n[ 0.682492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684094] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685346] NET: Registered protocol family 10\n[ 0.686321] NET: Registered protocol family 17\n[ 0.687186] Key type dns_resolver registered\n[ 0.688121] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689220] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690981] registered taskstats version 1\n[ 0.691812] Loading compiled-in X.509 certificates\n[ 0.693239] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695101] zswap: loaded using pool lzo/zbud\n[ 0.696462] Key type trusted registered\n[ 0.698031] Key type encrypted registered\n[ 0.698866] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.699893] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700911] evm: HMAC attrs: 0x1\n[ 0.701843] Magic number: 6:537:885\n[ 0.702676] rtc_cmos 00:00: setting system clock to 2018-10-12 12:52:32 UTC (1539348752)\n[ 0.704239] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705327] EDD information not available.\n[ 0.786088] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.787539] ata1.00: configured for MWDMA2\n[ 0.788701] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.801460] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.802678] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.803913] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.805757] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.807254] Write protecting the kernel read-only data: 14336k\n[ 0.808800] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.810600] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.648619] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.91s]\nping 10.10.10.13 OK\n"} 2018-10-12 12:52:46,401 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action used request id req-cdbab19e-e6f0-4a64-b059-49bb9f230485 2018-10-12 12:52:47,406 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1877abc0d7a39580541e337aaa9d2f98e48698" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:48,482 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f0aea074-55b1-45ae-a9fe-9741a312e240 x-compute-request-id: req-f0aea074-55b1-45ae-a9fe-9741a312e240 Content-Encoding: gzip Content-Length: 8076 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530997611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.135656] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137274] pid_max: default: 32768 minimum: 301\n[ 0.138154] ACPI: Core revision 20150930\n[ 0.139529] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140802] Security Framework initialized\n[ 0.141595] Yama: becoming mindful.\n[ 0.142316] AppArmor: AppArmor initialized\n[ 0.143171] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144474] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145718] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146893] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148248] Initializing cgroup subsys io\n[ 0.149045] Initializing cgroup subsys memory\n[ 0.149883] Initializing cgroup subsys devices\n[ 0.150733] Initializing cgroup subsys freezer\n[ 0.151583] Initializing cgroup subsys net_cls\n[ 0.152438] Initializing cgroup subsys perf_event\n[ 0.153329] Initializing cgroup subsys net_prio\n[ 0.154197] Initializing cgroup subsys hugetlb\n[ 0.155070] Initializing cgroup subsys pids\n[ 0.155926] CPU: Physical Processor ID: 0\n[ 0.157404] mce: CPU supports 10 MCE banks\n[ 0.158232] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159213] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169913] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176316] ftrace: allocating 31920 entries in 125 pages\n[ 0.202822] smpboot: Max logical packages: 1\n[ 0.203668] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204981] x2apic enabled\n[ 0.205781] Switched APIC routing to physical x2apic.\n[ 0.207529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208629] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210574] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212322] KVM setup paravirtual spinlock\n[ 0.213600] x86: Booted up 1 node, 1 CPUs\n[ 0.214399] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.215784] devtmpfs: initialized\n[ 0.217488] evm: security.selinux\n[ 0.218168] evm: security.SMACK64\n[ 0.218855] evm: security.SMACK64EXEC\n[ 0.219583] evm: security.SMACK64TRANSMUTE\n[ 0.220370] evm: security.SMACK64MMAP\n[ 0.221092] evm: security.ima\n[ 0.221735] evm: security.capability\n[ 0.222522] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224329] pinctrl core: initialized pinctrl subsystem\n[ 0.225396] RTC time: 12:52:31, date: 10/12/18\n[ 0.226337] NET: Registered protocol family 16\n[ 0.227285] cpuidle: using governor ladder\n[ 0.228085] cpuidle: using governor menu\n[ 0.228861] PCCT header not found.\n[ 0.229598] ACPI: bus type PCI registered\n[ 0.230384] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231594] PCI: Using configuration type 1 for base access\n[ 0.233321] ACPI: Added _OSI(Module Device)\n[ 0.234142] ACPI: Added _OSI(Processor Device)\n[ 0.235005] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235892] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237988] ACPI: Interpreter enabled\n[ 0.238738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240540] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242339] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245956] ACPI: (supports S0 S5)\n[ 0.246652] ACPI: Using IOAPIC for interrupt routing\n[ 0.247690] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251860] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253065] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254232] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256420] acpiphp: Slot [3] registered\n[ 0.257209] acpiphp: Slot [4] registered\n[ 0.257998] acpiphp: Slot [5] registered\n[ 0.258784] acpiphp: Slot [6] registered\n[ 0.259561] acpiphp: Slot [7] registered\n[ 0.260343] acpiphp: Slot [8] registered\n[ 0.261126] acpiphp: Slot [9] registered\n[ 0.261915] acpiphp: Slot [10] registered\n[ 0.262706] acpiphp: Slot [11] registered\n[ 0.263499] acpiphp: Slot [12] registered\n[ 0.264296] acpiphp: Slot [13] registered\n[ 0.265095] acpiphp: Slot [14] registered\n[ 0.265898] acpiphp: Slot [15] registered\n[ 0.276782] acpiphp: Slot [16] registered\n[ 0.277589] acpiphp: Slot [17] registered\n[ 0.278391] acpiphp: Slot [18] registered\n[ 0.279184] acpiphp: Slot [19] registered\n[ 0.279992] acpiphp: Slot [20] registered\n[ 0.280792] acpiphp: Slot [21] registered\n[ 0.281584] acpiphp: Slot [22] registered\n[ 0.282374] acpiphp: Slot [23] registered\n[ 0.283169] acpiphp: Slot [24] registered\n[ 0.283969] acpiphp: Slot [25] registered\n[ 0.284758] acpiphp: Slot [26] registered\n[ 0.285553] acpiphp: Slot [27] registered\n[ 0.286352] acpiphp: Slot [28] registered\n[ 0.287152] acpiphp: Slot [29] registered\n[ 0.287948] acpiphp: Slot [30] registered\n[ 0.288744] acpiphp: Slot [31] registered\n[ 0.289590] PCI host bridge to bus 0000:00\n[ 0.290396] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291582] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292767] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294189] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295615] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301820] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303077] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305480] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311918] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313327] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359706] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361157] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363961] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365326] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367998] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369038] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370557] vgaarb: loaded\n[ 0.371145] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372269] SCSI subsystem initialized\n[ 0.373081] ACPI: bus type USB registered\n[ 0.373883] usbcore: registered new interface driver usbfs\n[ 0.374893] usbcore: registered new interface driver hub\n[ 0.375883] usbcore: registered new device driver usb\n[ 0.376931] PCI: Using ACPI for IRQ routing\n[ 0.377950] NetLabel: Initializing\n[ 0.378658] NetLabel: domain hash size = 128\n[ 0.379486] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380410] NetLabel: unlabeled traffic allowed by default\n[ 0.381500] clocksource: Switched to clocksource kvm-clock\n[ 0.386902] AppArmor: AppArmor Filesystem Enabled\n[ 0.387850] pnp: PnP ACPI init\n[ 0.388744] pnp: PnP ACPI: found 5 devices\n[ 0.395092] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396809] NET: Registered protocol family 2\n[ 0.397746] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398993] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400130] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401262] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402313] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403463] NET: Registered protocol family 1\n[ 0.404312] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405381] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406446] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420439] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434662] Trying to unpack rootfs image as initramfs...\n[ 0.484763] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498753] Scanning for low memory corruption every 60 seconds\n[ 0.500053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501190] audit: initializing netlink subsys (disabled)\n[ 0.502211] audit: type=2000 audit(1539348752.212:1): initialized\n[ 0.503505] Initialise system trusted keyring\n[ 0.504436] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507546] zbud: loaded\n[ 0.508249] VFS: Disk quotas dquot_6.6.0\n[ 0.509067] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510582] fuse init (API version 7.23)\n[ 0.511467] Key type big_key registered\n[ 0.512251] Allocating IMA MOK and blacklist keyrings.\n[ 0.513727] Key type asymmetric registered\n[ 0.514539] Asymmetric key parser 'x509' registered\n[ 0.515483] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516931] io scheduler noop registered\n[ 0.517740] io scheduler deadline registered (default)\n[ 0.518724] io scheduler cfq registered\n[ 0.519553] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520587] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521847] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523286] ACPI: Power Button [PWRF]\n[ 0.524108] GHES: HEST is not enabled!\n[ 0.558389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587074] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613411] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615523] Linux agpgart interface v0.103\n[ 0.617557] brd: module loaded\n[ 0.618724] loop: module loaded\n[ 0.622879] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.624313] GPT:90111 != 2097151\n[ 0.624987] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626076] GPT:90111 != 2097151\n[ 0.626745] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627692] vda: vda1 vda15\n[ 0.629093] scsi host0: ata_piix\n[ 0.629826] scsi host1: ata_piix\n[ 0.630527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631722] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633153] libphy: Fixed MDIO Bus: probed\n[ 0.633969] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634902] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637030] PPP generic driver version 2.4.2\n[ 0.637926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639168] ehci-pci: EHCI PCI platform driver\n[ 0.640024] ehci-platform: EHCI generic platform driver\n[ 0.640991] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642103] ohci-pci: OHCI PCI platform driver\n[ 0.642967] ohci-platform: OHCI generic platform driver\n[ 0.643936] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658331] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660759] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.662894] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664099] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.665510] usb usb1: Product: UHCI Host Controller\n[ 0.666439] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.667567] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.668565] hub 1-0:1.0: USB hub found\n[ 0.669330] hub 1-0:1.0: 2 ports detected\n[ 0.670220] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672332] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673270] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674289] mousedev: PS/2 mouse device common for all mice\n[ 0.675522] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677333] rtc_cmos 00:00: RTC can wake from S4\n[ 0.678425] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.679608] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680784] i2c /dev entries driver\n[ 0.681554] device-mapper: uevent: version 1.0.3\n[ 0.682492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684094] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685346] NET: Registered protocol family 10\n[ 0.686321] NET: Registered protocol family 17\n[ 0.687186] Key type dns_resolver registered\n[ 0.688121] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689220] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690981] registered taskstats version 1\n[ 0.691812] Loading compiled-in X.509 certificates\n[ 0.693239] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695101] zswap: loaded using pool lzo/zbud\n[ 0.696462] Key type trusted registered\n[ 0.698031] Key type encrypted registered\n[ 0.698866] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.699893] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700911] evm: HMAC attrs: 0x1\n[ 0.701843] Magic number: 6:537:885\n[ 0.702676] rtc_cmos 00:00: setting system clock to 2018-10-12 12:52:32 UTC (1539348752)\n[ 0.704239] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705327] EDD information not available.\n[ 0.786088] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.787539] ata1.00: configured for MWDMA2\n[ 0.788701] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.801460] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.802678] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.803913] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.805757] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.807254] Write protecting the kernel read-only data: 14336k\n[ 0.808800] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.810600] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.648619] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.91s]\nping 10.10.10.13 OK\n"} 2018-10-12 12:52:48,483 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action used request id req-f0aea074-55b1-45ae-a9fe-9741a312e240 2018-10-12 12:52:49,488 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1877abc0d7a39580541e337aaa9d2f98e48698" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:50,568 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-77650f77-ed58-4437-95bb-bad93fe03fca x-compute-request-id: req-77650f77-ed58-4437-95bb-bad93fe03fca Content-Encoding: gzip Content-Length: 8076 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530997611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.135656] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137274] pid_max: default: 32768 minimum: 301\n[ 0.138154] ACPI: Core revision 20150930\n[ 0.139529] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140802] Security Framework initialized\n[ 0.141595] Yama: becoming mindful.\n[ 0.142316] AppArmor: AppArmor initialized\n[ 0.143171] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144474] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145718] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146893] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148248] Initializing cgroup subsys io\n[ 0.149045] Initializing cgroup subsys memory\n[ 0.149883] Initializing cgroup subsys devices\n[ 0.150733] Initializing cgroup subsys freezer\n[ 0.151583] Initializing cgroup subsys net_cls\n[ 0.152438] Initializing cgroup subsys perf_event\n[ 0.153329] Initializing cgroup subsys net_prio\n[ 0.154197] Initializing cgroup subsys hugetlb\n[ 0.155070] Initializing cgroup subsys pids\n[ 0.155926] CPU: Physical Processor ID: 0\n[ 0.157404] mce: CPU supports 10 MCE banks\n[ 0.158232] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159213] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169913] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176316] ftrace: allocating 31920 entries in 125 pages\n[ 0.202822] smpboot: Max logical packages: 1\n[ 0.203668] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204981] x2apic enabled\n[ 0.205781] Switched APIC routing to physical x2apic.\n[ 0.207529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208629] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210574] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212322] KVM setup paravirtual spinlock\n[ 0.213600] x86: Booted up 1 node, 1 CPUs\n[ 0.214399] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.215784] devtmpfs: initialized\n[ 0.217488] evm: security.selinux\n[ 0.218168] evm: security.SMACK64\n[ 0.218855] evm: security.SMACK64EXEC\n[ 0.219583] evm: security.SMACK64TRANSMUTE\n[ 0.220370] evm: security.SMACK64MMAP\n[ 0.221092] evm: security.ima\n[ 0.221735] evm: security.capability\n[ 0.222522] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224329] pinctrl core: initialized pinctrl subsystem\n[ 0.225396] RTC time: 12:52:31, date: 10/12/18\n[ 0.226337] NET: Registered protocol family 16\n[ 0.227285] cpuidle: using governor ladder\n[ 0.228085] cpuidle: using governor menu\n[ 0.228861] PCCT header not found.\n[ 0.229598] ACPI: bus type PCI registered\n[ 0.230384] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231594] PCI: Using configuration type 1 for base access\n[ 0.233321] ACPI: Added _OSI(Module Device)\n[ 0.234142] ACPI: Added _OSI(Processor Device)\n[ 0.235005] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235892] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237988] ACPI: Interpreter enabled\n[ 0.238738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240540] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242339] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245956] ACPI: (supports S0 S5)\n[ 0.246652] ACPI: Using IOAPIC for interrupt routing\n[ 0.247690] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251860] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253065] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254232] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256420] acpiphp: Slot [3] registered\n[ 0.257209] acpiphp: Slot [4] registered\n[ 0.257998] acpiphp: Slot [5] registered\n[ 0.258784] acpiphp: Slot [6] registered\n[ 0.259561] acpiphp: Slot [7] registered\n[ 0.260343] acpiphp: Slot [8] registered\n[ 0.261126] acpiphp: Slot [9] registered\n[ 0.261915] acpiphp: Slot [10] registered\n[ 0.262706] acpiphp: Slot [11] registered\n[ 0.263499] acpiphp: Slot [12] registered\n[ 0.264296] acpiphp: Slot [13] registered\n[ 0.265095] acpiphp: Slot [14] registered\n[ 0.265898] acpiphp: Slot [15] registered\n[ 0.276782] acpiphp: Slot [16] registered\n[ 0.277589] acpiphp: Slot [17] registered\n[ 0.278391] acpiphp: Slot [18] registered\n[ 0.279184] acpiphp: Slot [19] registered\n[ 0.279992] acpiphp: Slot [20] registered\n[ 0.280792] acpiphp: Slot [21] registered\n[ 0.281584] acpiphp: Slot [22] registered\n[ 0.282374] acpiphp: Slot [23] registered\n[ 0.283169] acpiphp: Slot [24] registered\n[ 0.283969] acpiphp: Slot [25] registered\n[ 0.284758] acpiphp: Slot [26] registered\n[ 0.285553] acpiphp: Slot [27] registered\n[ 0.286352] acpiphp: Slot [28] registered\n[ 0.287152] acpiphp: Slot [29] registered\n[ 0.287948] acpiphp: Slot [30] registered\n[ 0.288744] acpiphp: Slot [31] registered\n[ 0.289590] PCI host bridge to bus 0000:00\n[ 0.290396] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291582] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292767] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294189] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295615] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301820] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303077] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305480] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311918] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313327] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359706] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361157] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363961] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365326] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367998] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369038] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370557] vgaarb: loaded\n[ 0.371145] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372269] SCSI subsystem initialized\n[ 0.373081] ACPI: bus type USB registered\n[ 0.373883] usbcore: registered new interface driver usbfs\n[ 0.374893] usbcore: registered new interface driver hub\n[ 0.375883] usbcore: registered new device driver usb\n[ 0.376931] PCI: Using ACPI for IRQ routing\n[ 0.377950] NetLabel: Initializing\n[ 0.378658] NetLabel: domain hash size = 128\n[ 0.379486] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380410] NetLabel: unlabeled traffic allowed by default\n[ 0.381500] clocksource: Switched to clocksource kvm-clock\n[ 0.386902] AppArmor: AppArmor Filesystem Enabled\n[ 0.387850] pnp: PnP ACPI init\n[ 0.388744] pnp: PnP ACPI: found 5 devices\n[ 0.395092] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396809] NET: Registered protocol family 2\n[ 0.397746] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398993] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400130] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401262] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402313] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403463] NET: Registered protocol family 1\n[ 0.404312] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405381] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406446] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420439] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434662] Trying to unpack rootfs image as initramfs...\n[ 0.484763] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498753] Scanning for low memory corruption every 60 seconds\n[ 0.500053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501190] audit: initializing netlink subsys (disabled)\n[ 0.502211] audit: type=2000 audit(1539348752.212:1): initialized\n[ 0.503505] Initialise system trusted keyring\n[ 0.504436] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507546] zbud: loaded\n[ 0.508249] VFS: Disk quotas dquot_6.6.0\n[ 0.509067] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510582] fuse init (API version 7.23)\n[ 0.511467] Key type big_key registered\n[ 0.512251] Allocating IMA MOK and blacklist keyrings.\n[ 0.513727] Key type asymmetric registered\n[ 0.514539] Asymmetric key parser 'x509' registered\n[ 0.515483] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516931] io scheduler noop registered\n[ 0.517740] io scheduler deadline registered (default)\n[ 0.518724] io scheduler cfq registered\n[ 0.519553] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520587] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521847] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523286] ACPI: Power Button [PWRF]\n[ 0.524108] GHES: HEST is not enabled!\n[ 0.558389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587074] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613411] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615523] Linux agpgart interface v0.103\n[ 0.617557] brd: module loaded\n[ 0.618724] loop: module loaded\n[ 0.622879] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.624313] GPT:90111 != 2097151\n[ 0.624987] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626076] GPT:90111 != 2097151\n[ 0.626745] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627692] vda: vda1 vda15\n[ 0.629093] scsi host0: ata_piix\n[ 0.629826] scsi host1: ata_piix\n[ 0.630527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631722] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633153] libphy: Fixed MDIO Bus: probed\n[ 0.633969] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634902] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637030] PPP generic driver version 2.4.2\n[ 0.637926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639168] ehci-pci: EHCI PCI platform driver\n[ 0.640024] ehci-platform: EHCI generic platform driver\n[ 0.640991] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642103] ohci-pci: OHCI PCI platform driver\n[ 0.642967] ohci-platform: OHCI generic platform driver\n[ 0.643936] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658331] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660759] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.662894] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664099] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.665510] usb usb1: Product: UHCI Host Controller\n[ 0.666439] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.667567] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.668565] hub 1-0:1.0: USB hub found\n[ 0.669330] hub 1-0:1.0: 2 ports detected\n[ 0.670220] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672332] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673270] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674289] mousedev: PS/2 mouse device common for all mice\n[ 0.675522] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677333] rtc_cmos 00:00: RTC can wake from S4\n[ 0.678425] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.679608] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680784] i2c /dev entries driver\n[ 0.681554] device-mapper: uevent: version 1.0.3\n[ 0.682492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684094] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685346] NET: Registered protocol family 10\n[ 0.686321] NET: Registered protocol family 17\n[ 0.687186] Key type dns_resolver registered\n[ 0.688121] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689220] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690981] registered taskstats version 1\n[ 0.691812] Loading compiled-in X.509 certificates\n[ 0.693239] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695101] zswap: loaded using pool lzo/zbud\n[ 0.696462] Key type trusted registered\n[ 0.698031] Key type encrypted registered\n[ 0.698866] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.699893] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700911] evm: HMAC attrs: 0x1\n[ 0.701843] Magic number: 6:537:885\n[ 0.702676] rtc_cmos 00:00: setting system clock to 2018-10-12 12:52:32 UTC (1539348752)\n[ 0.704239] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705327] EDD information not available.\n[ 0.786088] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.787539] ata1.00: configured for MWDMA2\n[ 0.788701] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.801460] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.802678] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.803913] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.805757] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.807254] Write protecting the kernel read-only data: 14336k\n[ 0.808800] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.810600] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.648619] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.91s]\nping 10.10.10.13 OK\n"} 2018-10-12 12:52:50,569 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action used request id req-77650f77-ed58-4437-95bb-bad93fe03fca 2018-10-12 12:52:51,574 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1877abc0d7a39580541e337aaa9d2f98e48698" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:52,647 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-67b95773-203f-454e-a9ac-9564e13968f8 x-compute-request-id: req-67b95773-203f-454e-a9ac-9564e13968f8 Content-Encoding: gzip Content-Length: 8076 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530997611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.135656] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137274] pid_max: default: 32768 minimum: 301\n[ 0.138154] ACPI: Core revision 20150930\n[ 0.139529] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140802] Security Framework initialized\n[ 0.141595] Yama: becoming mindful.\n[ 0.142316] AppArmor: AppArmor initialized\n[ 0.143171] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144474] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145718] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146893] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148248] Initializing cgroup subsys io\n[ 0.149045] Initializing cgroup subsys memory\n[ 0.149883] Initializing cgroup subsys devices\n[ 0.150733] Initializing cgroup subsys freezer\n[ 0.151583] Initializing cgroup subsys net_cls\n[ 0.152438] Initializing cgroup subsys perf_event\n[ 0.153329] Initializing cgroup subsys net_prio\n[ 0.154197] Initializing cgroup subsys hugetlb\n[ 0.155070] Initializing cgroup subsys pids\n[ 0.155926] CPU: Physical Processor ID: 0\n[ 0.157404] mce: CPU supports 10 MCE banks\n[ 0.158232] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159213] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169913] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176316] ftrace: allocating 31920 entries in 125 pages\n[ 0.202822] smpboot: Max logical packages: 1\n[ 0.203668] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204981] x2apic enabled\n[ 0.205781] Switched APIC routing to physical x2apic.\n[ 0.207529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208629] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210574] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212322] KVM setup paravirtual spinlock\n[ 0.213600] x86: Booted up 1 node, 1 CPUs\n[ 0.214399] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.215784] devtmpfs: initialized\n[ 0.217488] evm: security.selinux\n[ 0.218168] evm: security.SMACK64\n[ 0.218855] evm: security.SMACK64EXEC\n[ 0.219583] evm: security.SMACK64TRANSMUTE\n[ 0.220370] evm: security.SMACK64MMAP\n[ 0.221092] evm: security.ima\n[ 0.221735] evm: security.capability\n[ 0.222522] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224329] pinctrl core: initialized pinctrl subsystem\n[ 0.225396] RTC time: 12:52:31, date: 10/12/18\n[ 0.226337] NET: Registered protocol family 16\n[ 0.227285] cpuidle: using governor ladder\n[ 0.228085] cpuidle: using governor menu\n[ 0.228861] PCCT header not found.\n[ 0.229598] ACPI: bus type PCI registered\n[ 0.230384] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231594] PCI: Using configuration type 1 for base access\n[ 0.233321] ACPI: Added _OSI(Module Device)\n[ 0.234142] ACPI: Added _OSI(Processor Device)\n[ 0.235005] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235892] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237988] ACPI: Interpreter enabled\n[ 0.238738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240540] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242339] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245956] ACPI: (supports S0 S5)\n[ 0.246652] ACPI: Using IOAPIC for interrupt routing\n[ 0.247690] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251860] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253065] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254232] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256420] acpiphp: Slot [3] registered\n[ 0.257209] acpiphp: Slot [4] registered\n[ 0.257998] acpiphp: Slot [5] registered\n[ 0.258784] acpiphp: Slot [6] registered\n[ 0.259561] acpiphp: Slot [7] registered\n[ 0.260343] acpiphp: Slot [8] registered\n[ 0.261126] acpiphp: Slot [9] registered\n[ 0.261915] acpiphp: Slot [10] registered\n[ 0.262706] acpiphp: Slot [11] registered\n[ 0.263499] acpiphp: Slot [12] registered\n[ 0.264296] acpiphp: Slot [13] registered\n[ 0.265095] acpiphp: Slot [14] registered\n[ 0.265898] acpiphp: Slot [15] registered\n[ 0.276782] acpiphp: Slot [16] registered\n[ 0.277589] acpiphp: Slot [17] registered\n[ 0.278391] acpiphp: Slot [18] registered\n[ 0.279184] acpiphp: Slot [19] registered\n[ 0.279992] acpiphp: Slot [20] registered\n[ 0.280792] acpiphp: Slot [21] registered\n[ 0.281584] acpiphp: Slot [22] registered\n[ 0.282374] acpiphp: Slot [23] registered\n[ 0.283169] acpiphp: Slot [24] registered\n[ 0.283969] acpiphp: Slot [25] registered\n[ 0.284758] acpiphp: Slot [26] registered\n[ 0.285553] acpiphp: Slot [27] registered\n[ 0.286352] acpiphp: Slot [28] registered\n[ 0.287152] acpiphp: Slot [29] registered\n[ 0.287948] acpiphp: Slot [30] registered\n[ 0.288744] acpiphp: Slot [31] registered\n[ 0.289590] PCI host bridge to bus 0000:00\n[ 0.290396] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291582] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292767] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294189] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295615] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301820] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303077] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305480] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311918] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313327] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359706] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361157] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363961] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365326] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367998] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369038] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370557] vgaarb: loaded\n[ 0.371145] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372269] SCSI subsystem initialized\n[ 0.373081] ACPI: bus type USB registered\n[ 0.373883] usbcore: registered new interface driver usbfs\n[ 0.374893] usbcore: registered new interface driver hub\n[ 0.375883] usbcore: registered new device driver usb\n[ 0.376931] PCI: Using ACPI for IRQ routing\n[ 0.377950] NetLabel: Initializing\n[ 0.378658] NetLabel: domain hash size = 128\n[ 0.379486] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380410] NetLabel: unlabeled traffic allowed by default\n[ 0.381500] clocksource: Switched to clocksource kvm-clock\n[ 0.386902] AppArmor: AppArmor Filesystem Enabled\n[ 0.387850] pnp: PnP ACPI init\n[ 0.388744] pnp: PnP ACPI: found 5 devices\n[ 0.395092] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396809] NET: Registered protocol family 2\n[ 0.397746] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398993] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400130] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401262] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402313] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403463] NET: Registered protocol family 1\n[ 0.404312] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405381] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406446] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420439] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434662] Trying to unpack rootfs image as initramfs...\n[ 0.484763] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498753] Scanning for low memory corruption every 60 seconds\n[ 0.500053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501190] audit: initializing netlink subsys (disabled)\n[ 0.502211] audit: type=2000 audit(1539348752.212:1): initialized\n[ 0.503505] Initialise system trusted keyring\n[ 0.504436] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507546] zbud: loaded\n[ 0.508249] VFS: Disk quotas dquot_6.6.0\n[ 0.509067] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510582] fuse init (API version 7.23)\n[ 0.511467] Key type big_key registered\n[ 0.512251] Allocating IMA MOK and blacklist keyrings.\n[ 0.513727] Key type asymmetric registered\n[ 0.514539] Asymmetric key parser 'x509' registered\n[ 0.515483] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516931] io scheduler noop registered\n[ 0.517740] io scheduler deadline registered (default)\n[ 0.518724] io scheduler cfq registered\n[ 0.519553] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520587] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521847] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523286] ACPI: Power Button [PWRF]\n[ 0.524108] GHES: HEST is not enabled!\n[ 0.558389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587074] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613411] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615523] Linux agpgart interface v0.103\n[ 0.617557] brd: module loaded\n[ 0.618724] loop: module loaded\n[ 0.622879] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.624313] GPT:90111 != 2097151\n[ 0.624987] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626076] GPT:90111 != 2097151\n[ 0.626745] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627692] vda: vda1 vda15\n[ 0.629093] scsi host0: ata_piix\n[ 0.629826] scsi host1: ata_piix\n[ 0.630527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631722] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633153] libphy: Fixed MDIO Bus: probed\n[ 0.633969] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634902] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637030] PPP generic driver version 2.4.2\n[ 0.637926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639168] ehci-pci: EHCI PCI platform driver\n[ 0.640024] ehci-platform: EHCI generic platform driver\n[ 0.640991] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642103] ohci-pci: OHCI PCI platform driver\n[ 0.642967] ohci-platform: OHCI generic platform driver\n[ 0.643936] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658331] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660759] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.662894] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664099] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.665510] usb usb1: Product: UHCI Host Controller\n[ 0.666439] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.667567] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.668565] hub 1-0:1.0: USB hub found\n[ 0.669330] hub 1-0:1.0: 2 ports detected\n[ 0.670220] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672332] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673270] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674289] mousedev: PS/2 mouse device common for all mice\n[ 0.675522] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677333] rtc_cmos 00:00: RTC can wake from S4\n[ 0.678425] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.679608] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680784] i2c /dev entries driver\n[ 0.681554] device-mapper: uevent: version 1.0.3\n[ 0.682492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684094] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685346] NET: Registered protocol family 10\n[ 0.686321] NET: Registered protocol family 17\n[ 0.687186] Key type dns_resolver registered\n[ 0.688121] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689220] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690981] registered taskstats version 1\n[ 0.691812] Loading compiled-in X.509 certificates\n[ 0.693239] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695101] zswap: loaded using pool lzo/zbud\n[ 0.696462] Key type trusted registered\n[ 0.698031] Key type encrypted registered\n[ 0.698866] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.699893] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700911] evm: HMAC attrs: 0x1\n[ 0.701843] Magic number: 6:537:885\n[ 0.702676] rtc_cmos 00:00: setting system clock to 2018-10-12 12:52:32 UTC (1539348752)\n[ 0.704239] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705327] EDD information not available.\n[ 0.786088] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.787539] ata1.00: configured for MWDMA2\n[ 0.788701] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.801460] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.802678] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.803913] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.805757] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.807254] Write protecting the kernel read-only data: 14336k\n[ 0.808800] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.810600] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.648619] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.91s]\nping 10.10.10.13 OK\n"} 2018-10-12 12:52:52,648 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action used request id req-67b95773-203f-454e-a9ac-9564e13968f8 2018-10-12 12:52:53,654 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1877abc0d7a39580541e337aaa9d2f98e48698" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:54,725 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-579fba37-06b3-4baa-816d-01ab5104789b x-compute-request-id: req-579fba37-06b3-4baa-816d-01ab5104789b Content-Encoding: gzip Content-Length: 8081 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530997611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.135656] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137274] pid_max: default: 32768 minimum: 301\n[ 0.138154] ACPI: Core revision 20150930\n[ 0.139529] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140802] Security Framework initialized\n[ 0.141595] Yama: becoming mindful.\n[ 0.142316] AppArmor: AppArmor initialized\n[ 0.143171] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144474] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145718] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146893] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148248] Initializing cgroup subsys io\n[ 0.149045] Initializing cgroup subsys memory\n[ 0.149883] Initializing cgroup subsys devices\n[ 0.150733] Initializing cgroup subsys freezer\n[ 0.151583] Initializing cgroup subsys net_cls\n[ 0.152438] Initializing cgroup subsys perf_event\n[ 0.153329] Initializing cgroup subsys net_prio\n[ 0.154197] Initializing cgroup subsys hugetlb\n[ 0.155070] Initializing cgroup subsys pids\n[ 0.155926] CPU: Physical Processor ID: 0\n[ 0.157404] mce: CPU supports 10 MCE banks\n[ 0.158232] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159213] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169913] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176316] ftrace: allocating 31920 entries in 125 pages\n[ 0.202822] smpboot: Max logical packages: 1\n[ 0.203668] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204981] x2apic enabled\n[ 0.205781] Switched APIC routing to physical x2apic.\n[ 0.207529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208629] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210574] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212322] KVM setup paravirtual spinlock\n[ 0.213600] x86: Booted up 1 node, 1 CPUs\n[ 0.214399] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.215784] devtmpfs: initialized\n[ 0.217488] evm: security.selinux\n[ 0.218168] evm: security.SMACK64\n[ 0.218855] evm: security.SMACK64EXEC\n[ 0.219583] evm: security.SMACK64TRANSMUTE\n[ 0.220370] evm: security.SMACK64MMAP\n[ 0.221092] evm: security.ima\n[ 0.221735] evm: security.capability\n[ 0.222522] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224329] pinctrl core: initialized pinctrl subsystem\n[ 0.225396] RTC time: 12:52:31, date: 10/12/18\n[ 0.226337] NET: Registered protocol family 16\n[ 0.227285] cpuidle: using governor ladder\n[ 0.228085] cpuidle: using governor menu\n[ 0.228861] PCCT header not found.\n[ 0.229598] ACPI: bus type PCI registered\n[ 0.230384] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231594] PCI: Using configuration type 1 for base access\n[ 0.233321] ACPI: Added _OSI(Module Device)\n[ 0.234142] ACPI: Added _OSI(Processor Device)\n[ 0.235005] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235892] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237988] ACPI: Interpreter enabled\n[ 0.238738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240540] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242339] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245956] ACPI: (supports S0 S5)\n[ 0.246652] ACPI: Using IOAPIC for interrupt routing\n[ 0.247690] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251860] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253065] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254232] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256420] acpiphp: Slot [3] registered\n[ 0.257209] acpiphp: Slot [4] registered\n[ 0.257998] acpiphp: Slot [5] registered\n[ 0.258784] acpiphp: Slot [6] registered\n[ 0.259561] acpiphp: Slot [7] registered\n[ 0.260343] acpiphp: Slot [8] registered\n[ 0.261126] acpiphp: Slot [9] registered\n[ 0.261915] acpiphp: Slot [10] registered\n[ 0.262706] acpiphp: Slot [11] registered\n[ 0.263499] acpiphp: Slot [12] registered\n[ 0.264296] acpiphp: Slot [13] registered\n[ 0.265095] acpiphp: Slot [14] registered\n[ 0.265898] acpiphp: Slot [15] registered\n[ 0.276782] acpiphp: Slot [16] registered\n[ 0.277589] acpiphp: Slot [17] registered\n[ 0.278391] acpiphp: Slot [18] registered\n[ 0.279184] acpiphp: Slot [19] registered\n[ 0.279992] acpiphp: Slot [20] registered\n[ 0.280792] acpiphp: Slot [21] registered\n[ 0.281584] acpiphp: Slot [22] registered\n[ 0.282374] acpiphp: Slot [23] registered\n[ 0.283169] acpiphp: Slot [24] registered\n[ 0.283969] acpiphp: Slot [25] registered\n[ 0.284758] acpiphp: Slot [26] registered\n[ 0.285553] acpiphp: Slot [27] registered\n[ 0.286352] acpiphp: Slot [28] registered\n[ 0.287152] acpiphp: Slot [29] registered\n[ 0.287948] acpiphp: Slot [30] registered\n[ 0.288744] acpiphp: Slot [31] registered\n[ 0.289590] PCI host bridge to bus 0000:00\n[ 0.290396] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291582] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292767] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294189] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295615] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301820] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303077] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305480] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311918] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313327] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359706] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361157] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363961] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365326] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367998] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369038] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370557] vgaarb: loaded\n[ 0.371145] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372269] SCSI subsystem initialized\n[ 0.373081] ACPI: bus type USB registered\n[ 0.373883] usbcore: registered new interface driver usbfs\n[ 0.374893] usbcore: registered new interface driver hub\n[ 0.375883] usbcore: registered new device driver usb\n[ 0.376931] PCI: Using ACPI for IRQ routing\n[ 0.377950] NetLabel: Initializing\n[ 0.378658] NetLabel: domain hash size = 128\n[ 0.379486] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380410] NetLabel: unlabeled traffic allowed by default\n[ 0.381500] clocksource: Switched to clocksource kvm-clock\n[ 0.386902] AppArmor: AppArmor Filesystem Enabled\n[ 0.387850] pnp: PnP ACPI init\n[ 0.388744] pnp: PnP ACPI: found 5 devices\n[ 0.395092] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396809] NET: Registered protocol family 2\n[ 0.397746] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398993] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400130] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401262] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402313] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403463] NET: Registered protocol family 1\n[ 0.404312] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405381] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406446] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420439] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434662] Trying to unpack rootfs image as initramfs...\n[ 0.484763] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498753] Scanning for low memory corruption every 60 seconds\n[ 0.500053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501190] audit: initializing netlink subsys (disabled)\n[ 0.502211] audit: type=2000 audit(1539348752.212:1): initialized\n[ 0.503505] Initialise system trusted keyring\n[ 0.504436] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507546] zbud: loaded\n[ 0.508249] VFS: Disk quotas dquot_6.6.0\n[ 0.509067] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510582] fuse init (API version 7.23)\n[ 0.511467] Key type big_key registered\n[ 0.512251] Allocating IMA MOK and blacklist keyrings.\n[ 0.513727] Key type asymmetric registered\n[ 0.514539] Asymmetric key parser 'x509' registered\n[ 0.515483] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516931] io scheduler noop registered\n[ 0.517740] io scheduler deadline registered (default)\n[ 0.518724] io scheduler cfq registered\n[ 0.519553] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520587] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521847] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523286] ACPI: Power Button [PWRF]\n[ 0.524108] GHES: HEST is not enabled!\n[ 0.558389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587074] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613411] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615523] Linux agpgart interface v0.103\n[ 0.617557] brd: module loaded\n[ 0.618724] loop: module loaded\n[ 0.622879] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.624313] GPT:90111 != 2097151\n[ 0.624987] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626076] GPT:90111 != 2097151\n[ 0.626745] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627692] vda: vda1 vda15\n[ 0.629093] scsi host0: ata_piix\n[ 0.629826] scsi host1: ata_piix\n[ 0.630527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631722] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633153] libphy: Fixed MDIO Bus: probed\n[ 0.633969] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634902] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637030] PPP generic driver version 2.4.2\n[ 0.637926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639168] ehci-pci: EHCI PCI platform driver\n[ 0.640024] ehci-platform: EHCI generic platform driver\n[ 0.640991] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642103] ohci-pci: OHCI PCI platform driver\n[ 0.642967] ohci-platform: OHCI generic platform driver\n[ 0.643936] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658331] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660759] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.662894] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664099] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.665510] usb usb1: Product: UHCI Host Controller\n[ 0.666439] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.667567] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.668565] hub 1-0:1.0: USB hub found\n[ 0.669330] hub 1-0:1.0: 2 ports detected\n[ 0.670220] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672332] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673270] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674289] mousedev: PS/2 mouse device common for all mice\n[ 0.675522] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677333] rtc_cmos 00:00: RTC can wake from S4\n[ 0.678425] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.679608] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680784] i2c /dev entries driver\n[ 0.681554] device-mapper: uevent: version 1.0.3\n[ 0.682492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684094] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685346] NET: Registered protocol family 10\n[ 0.686321] NET: Registered protocol family 17\n[ 0.687186] Key type dns_resolver registered\n[ 0.688121] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689220] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690981] registered taskstats version 1\n[ 0.691812] Loading compiled-in X.509 certificates\n[ 0.693239] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695101] zswap: loaded using pool lzo/zbud\n[ 0.696462] Key type trusted registered\n[ 0.698031] Key type encrypted registered\n[ 0.698866] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.699893] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700911] evm: HMAC attrs: 0x1\n[ 0.701843] Magic number: 6:537:885\n[ 0.702676] rtc_cmos 00:00: setting system clock to 2018-10-12 12:52:32 UTC (1539348752)\n[ 0.704239] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705327] EDD information not available.\n[ 0.786088] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.787539] ata1.00: configured for MWDMA2\n[ 0.788701] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.801460] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.802678] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.803913] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.805757] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.807254] Write protecting the kernel read-only data: 14336k\n[ 0.808800] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.810600] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.648619] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.91s]\nping 10.10.10.13 OK\nping 10.10.10.5 OK\n"} 2018-10-12 12:52:54,726 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action used request id req-579fba37-06b3-4baa-816d-01ab5104789b 2018-10-12 12:52:55,731 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1877abc0d7a39580541e337aaa9d2f98e48698" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:56,798 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-4ec486e5-ca5a-45d6-9a0c-2ade525c058c x-compute-request-id: req-4ec486e5-ca5a-45d6-9a0c-2ade525c058c Content-Encoding: gzip Content-Length: 8081 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530997611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.135656] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137274] pid_max: default: 32768 minimum: 301\n[ 0.138154] ACPI: Core revision 20150930\n[ 0.139529] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140802] Security Framework initialized\n[ 0.141595] Yama: becoming mindful.\n[ 0.142316] AppArmor: AppArmor initialized\n[ 0.143171] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144474] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145718] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146893] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148248] Initializing cgroup subsys io\n[ 0.149045] Initializing cgroup subsys memory\n[ 0.149883] Initializing cgroup subsys devices\n[ 0.150733] Initializing cgroup subsys freezer\n[ 0.151583] Initializing cgroup subsys net_cls\n[ 0.152438] Initializing cgroup subsys perf_event\n[ 0.153329] Initializing cgroup subsys net_prio\n[ 0.154197] Initializing cgroup subsys hugetlb\n[ 0.155070] Initializing cgroup subsys pids\n[ 0.155926] CPU: Physical Processor ID: 0\n[ 0.157404] mce: CPU supports 10 MCE banks\n[ 0.158232] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159213] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169913] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176316] ftrace: allocating 31920 entries in 125 pages\n[ 0.202822] smpboot: Max logical packages: 1\n[ 0.203668] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204981] x2apic enabled\n[ 0.205781] Switched APIC routing to physical x2apic.\n[ 0.207529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208629] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210574] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212322] KVM setup paravirtual spinlock\n[ 0.213600] x86: Booted up 1 node, 1 CPUs\n[ 0.214399] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.215784] devtmpfs: initialized\n[ 0.217488] evm: security.selinux\n[ 0.218168] evm: security.SMACK64\n[ 0.218855] evm: security.SMACK64EXEC\n[ 0.219583] evm: security.SMACK64TRANSMUTE\n[ 0.220370] evm: security.SMACK64MMAP\n[ 0.221092] evm: security.ima\n[ 0.221735] evm: security.capability\n[ 0.222522] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224329] pinctrl core: initialized pinctrl subsystem\n[ 0.225396] RTC time: 12:52:31, date: 10/12/18\n[ 0.226337] NET: Registered protocol family 16\n[ 0.227285] cpuidle: using governor ladder\n[ 0.228085] cpuidle: using governor menu\n[ 0.228861] PCCT header not found.\n[ 0.229598] ACPI: bus type PCI registered\n[ 0.230384] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231594] PCI: Using configuration type 1 for base access\n[ 0.233321] ACPI: Added _OSI(Module Device)\n[ 0.234142] ACPI: Added _OSI(Processor Device)\n[ 0.235005] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235892] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237988] ACPI: Interpreter enabled\n[ 0.238738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240540] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242339] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245956] ACPI: (supports S0 S5)\n[ 0.246652] ACPI: Using IOAPIC for interrupt routing\n[ 0.247690] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251860] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253065] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254232] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256420] acpiphp: Slot [3] registered\n[ 0.257209] acpiphp: Slot [4] registered\n[ 0.257998] acpiphp: Slot [5] registered\n[ 0.258784] acpiphp: Slot [6] registered\n[ 0.259561] acpiphp: Slot [7] registered\n[ 0.260343] acpiphp: Slot [8] registered\n[ 0.261126] acpiphp: Slot [9] registered\n[ 0.261915] acpiphp: Slot [10] registered\n[ 0.262706] acpiphp: Slot [11] registered\n[ 0.263499] acpiphp: Slot [12] registered\n[ 0.264296] acpiphp: Slot [13] registered\n[ 0.265095] acpiphp: Slot [14] registered\n[ 0.265898] acpiphp: Slot [15] registered\n[ 0.276782] acpiphp: Slot [16] registered\n[ 0.277589] acpiphp: Slot [17] registered\n[ 0.278391] acpiphp: Slot [18] registered\n[ 0.279184] acpiphp: Slot [19] registered\n[ 0.279992] acpiphp: Slot [20] registered\n[ 0.280792] acpiphp: Slot [21] registered\n[ 0.281584] acpiphp: Slot [22] registered\n[ 0.282374] acpiphp: Slot [23] registered\n[ 0.283169] acpiphp: Slot [24] registered\n[ 0.283969] acpiphp: Slot [25] registered\n[ 0.284758] acpiphp: Slot [26] registered\n[ 0.285553] acpiphp: Slot [27] registered\n[ 0.286352] acpiphp: Slot [28] registered\n[ 0.287152] acpiphp: Slot [29] registered\n[ 0.287948] acpiphp: Slot [30] registered\n[ 0.288744] acpiphp: Slot [31] registered\n[ 0.289590] PCI host bridge to bus 0000:00\n[ 0.290396] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291582] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292767] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294189] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295615] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301820] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303077] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305480] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311918] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313327] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359706] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361157] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363961] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365326] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367998] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369038] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370557] vgaarb: loaded\n[ 0.371145] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372269] SCSI subsystem initialized\n[ 0.373081] ACPI: bus type USB registered\n[ 0.373883] usbcore: registered new interface driver usbfs\n[ 0.374893] usbcore: registered new interface driver hub\n[ 0.375883] usbcore: registered new device driver usb\n[ 0.376931] PCI: Using ACPI for IRQ routing\n[ 0.377950] NetLabel: Initializing\n[ 0.378658] NetLabel: domain hash size = 128\n[ 0.379486] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380410] NetLabel: unlabeled traffic allowed by default\n[ 0.381500] clocksource: Switched to clocksource kvm-clock\n[ 0.386902] AppArmor: AppArmor Filesystem Enabled\n[ 0.387850] pnp: PnP ACPI init\n[ 0.388744] pnp: PnP ACPI: found 5 devices\n[ 0.395092] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396809] NET: Registered protocol family 2\n[ 0.397746] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398993] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400130] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401262] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402313] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403463] NET: Registered protocol family 1\n[ 0.404312] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405381] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406446] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420439] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434662] Trying to unpack rootfs image as initramfs...\n[ 0.484763] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498753] Scanning for low memory corruption every 60 seconds\n[ 0.500053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501190] audit: initializing netlink subsys (disabled)\n[ 0.502211] audit: type=2000 audit(1539348752.212:1): initialized\n[ 0.503505] Initialise system trusted keyring\n[ 0.504436] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507546] zbud: loaded\n[ 0.508249] VFS: Disk quotas dquot_6.6.0\n[ 0.509067] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510582] fuse init (API version 7.23)\n[ 0.511467] Key type big_key registered\n[ 0.512251] Allocating IMA MOK and blacklist keyrings.\n[ 0.513727] Key type asymmetric registered\n[ 0.514539] Asymmetric key parser 'x509' registered\n[ 0.515483] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516931] io scheduler noop registered\n[ 0.517740] io scheduler deadline registered (default)\n[ 0.518724] io scheduler cfq registered\n[ 0.519553] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520587] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521847] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523286] ACPI: Power Button [PWRF]\n[ 0.524108] GHES: HEST is not enabled!\n[ 0.558389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587074] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613411] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615523] Linux agpgart interface v0.103\n[ 0.617557] brd: module loaded\n[ 0.618724] loop: module loaded\n[ 0.622879] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.624313] GPT:90111 != 2097151\n[ 0.624987] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626076] GPT:90111 != 2097151\n[ 0.626745] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627692] vda: vda1 vda15\n[ 0.629093] scsi host0: ata_piix\n[ 0.629826] scsi host1: ata_piix\n[ 0.630527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631722] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633153] libphy: Fixed MDIO Bus: probed\n[ 0.633969] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634902] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637030] PPP generic driver version 2.4.2\n[ 0.637926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639168] ehci-pci: EHCI PCI platform driver\n[ 0.640024] ehci-platform: EHCI generic platform driver\n[ 0.640991] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642103] ohci-pci: OHCI PCI platform driver\n[ 0.642967] ohci-platform: OHCI generic platform driver\n[ 0.643936] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658331] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660759] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.662894] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664099] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.665510] usb usb1: Product: UHCI Host Controller\n[ 0.666439] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.667567] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.668565] hub 1-0:1.0: USB hub found\n[ 0.669330] hub 1-0:1.0: 2 ports detected\n[ 0.670220] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672332] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673270] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674289] mousedev: PS/2 mouse device common for all mice\n[ 0.675522] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677333] rtc_cmos 00:00: RTC can wake from S4\n[ 0.678425] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.679608] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680784] i2c /dev entries driver\n[ 0.681554] device-mapper: uevent: version 1.0.3\n[ 0.682492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684094] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685346] NET: Registered protocol family 10\n[ 0.686321] NET: Registered protocol family 17\n[ 0.687186] Key type dns_resolver registered\n[ 0.688121] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689220] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690981] registered taskstats version 1\n[ 0.691812] Loading compiled-in X.509 certificates\n[ 0.693239] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695101] zswap: loaded using pool lzo/zbud\n[ 0.696462] Key type trusted registered\n[ 0.698031] Key type encrypted registered\n[ 0.698866] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.699893] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700911] evm: HMAC attrs: 0x1\n[ 0.701843] Magic number: 6:537:885\n[ 0.702676] rtc_cmos 00:00: setting system clock to 2018-10-12 12:52:32 UTC (1539348752)\n[ 0.704239] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705327] EDD information not available.\n[ 0.786088] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.787539] ata1.00: configured for MWDMA2\n[ 0.788701] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.801460] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.802678] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.803913] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.805757] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.807254] Write protecting the kernel read-only data: 14336k\n[ 0.808800] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.810600] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.648619] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.91s]\nping 10.10.10.13 OK\nping 10.10.10.5 OK\n"} 2018-10-12 12:52:56,799 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action used request id req-4ec486e5-ca5a-45d6-9a0c-2ade525c058c 2018-10-12 12:52:57,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1877abc0d7a39580541e337aaa9d2f98e48698" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:52:58,872 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52: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-898db9ff-34c8-4226-bfc2-cc142fe60756 x-compute-request-id: req-898db9ff-34c8-4226-bfc2-cc142fe60756 Content-Encoding: gzip Content-Length: 8081 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530997611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.135656] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137274] pid_max: default: 32768 minimum: 301\n[ 0.138154] ACPI: Core revision 20150930\n[ 0.139529] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140802] Security Framework initialized\n[ 0.141595] Yama: becoming mindful.\n[ 0.142316] AppArmor: AppArmor initialized\n[ 0.143171] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144474] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145718] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146893] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148248] Initializing cgroup subsys io\n[ 0.149045] Initializing cgroup subsys memory\n[ 0.149883] Initializing cgroup subsys devices\n[ 0.150733] Initializing cgroup subsys freezer\n[ 0.151583] Initializing cgroup subsys net_cls\n[ 0.152438] Initializing cgroup subsys perf_event\n[ 0.153329] Initializing cgroup subsys net_prio\n[ 0.154197] Initializing cgroup subsys hugetlb\n[ 0.155070] Initializing cgroup subsys pids\n[ 0.155926] CPU: Physical Processor ID: 0\n[ 0.157404] mce: CPU supports 10 MCE banks\n[ 0.158232] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159213] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169913] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176316] ftrace: allocating 31920 entries in 125 pages\n[ 0.202822] smpboot: Max logical packages: 1\n[ 0.203668] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204981] x2apic enabled\n[ 0.205781] Switched APIC routing to physical x2apic.\n[ 0.207529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208629] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210574] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212322] KVM setup paravirtual spinlock\n[ 0.213600] x86: Booted up 1 node, 1 CPUs\n[ 0.214399] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.215784] devtmpfs: initialized\n[ 0.217488] evm: security.selinux\n[ 0.218168] evm: security.SMACK64\n[ 0.218855] evm: security.SMACK64EXEC\n[ 0.219583] evm: security.SMACK64TRANSMUTE\n[ 0.220370] evm: security.SMACK64MMAP\n[ 0.221092] evm: security.ima\n[ 0.221735] evm: security.capability\n[ 0.222522] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224329] pinctrl core: initialized pinctrl subsystem\n[ 0.225396] RTC time: 12:52:31, date: 10/12/18\n[ 0.226337] NET: Registered protocol family 16\n[ 0.227285] cpuidle: using governor ladder\n[ 0.228085] cpuidle: using governor menu\n[ 0.228861] PCCT header not found.\n[ 0.229598] ACPI: bus type PCI registered\n[ 0.230384] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231594] PCI: Using configuration type 1 for base access\n[ 0.233321] ACPI: Added _OSI(Module Device)\n[ 0.234142] ACPI: Added _OSI(Processor Device)\n[ 0.235005] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235892] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237988] ACPI: Interpreter enabled\n[ 0.238738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240540] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242339] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245956] ACPI: (supports S0 S5)\n[ 0.246652] ACPI: Using IOAPIC for interrupt routing\n[ 0.247690] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251860] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253065] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254232] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256420] acpiphp: Slot [3] registered\n[ 0.257209] acpiphp: Slot [4] registered\n[ 0.257998] acpiphp: Slot [5] registered\n[ 0.258784] acpiphp: Slot [6] registered\n[ 0.259561] acpiphp: Slot [7] registered\n[ 0.260343] acpiphp: Slot [8] registered\n[ 0.261126] acpiphp: Slot [9] registered\n[ 0.261915] acpiphp: Slot [10] registered\n[ 0.262706] acpiphp: Slot [11] registered\n[ 0.263499] acpiphp: Slot [12] registered\n[ 0.264296] acpiphp: Slot [13] registered\n[ 0.265095] acpiphp: Slot [14] registered\n[ 0.265898] acpiphp: Slot [15] registered\n[ 0.276782] acpiphp: Slot [16] registered\n[ 0.277589] acpiphp: Slot [17] registered\n[ 0.278391] acpiphp: Slot [18] registered\n[ 0.279184] acpiphp: Slot [19] registered\n[ 0.279992] acpiphp: Slot [20] registered\n[ 0.280792] acpiphp: Slot [21] registered\n[ 0.281584] acpiphp: Slot [22] registered\n[ 0.282374] acpiphp: Slot [23] registered\n[ 0.283169] acpiphp: Slot [24] registered\n[ 0.283969] acpiphp: Slot [25] registered\n[ 0.284758] acpiphp: Slot [26] registered\n[ 0.285553] acpiphp: Slot [27] registered\n[ 0.286352] acpiphp: Slot [28] registered\n[ 0.287152] acpiphp: Slot [29] registered\n[ 0.287948] acpiphp: Slot [30] registered\n[ 0.288744] acpiphp: Slot [31] registered\n[ 0.289590] PCI host bridge to bus 0000:00\n[ 0.290396] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291582] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292767] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294189] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295615] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301820] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303077] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305480] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311918] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313327] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359706] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361157] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363961] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365326] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367998] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369038] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370557] vgaarb: loaded\n[ 0.371145] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372269] SCSI subsystem initialized\n[ 0.373081] ACPI: bus type USB registered\n[ 0.373883] usbcore: registered new interface driver usbfs\n[ 0.374893] usbcore: registered new interface driver hub\n[ 0.375883] usbcore: registered new device driver usb\n[ 0.376931] PCI: Using ACPI for IRQ routing\n[ 0.377950] NetLabel: Initializing\n[ 0.378658] NetLabel: domain hash size = 128\n[ 0.379486] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380410] NetLabel: unlabeled traffic allowed by default\n[ 0.381500] clocksource: Switched to clocksource kvm-clock\n[ 0.386902] AppArmor: AppArmor Filesystem Enabled\n[ 0.387850] pnp: PnP ACPI init\n[ 0.388744] pnp: PnP ACPI: found 5 devices\n[ 0.395092] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396809] NET: Registered protocol family 2\n[ 0.397746] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398993] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400130] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401262] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402313] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403463] NET: Registered protocol family 1\n[ 0.404312] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405381] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406446] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420439] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434662] Trying to unpack rootfs image as initramfs...\n[ 0.484763] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498753] Scanning for low memory corruption every 60 seconds\n[ 0.500053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501190] audit: initializing netlink subsys (disabled)\n[ 0.502211] audit: type=2000 audit(1539348752.212:1): initialized\n[ 0.503505] Initialise system trusted keyring\n[ 0.504436] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507546] zbud: loaded\n[ 0.508249] VFS: Disk quotas dquot_6.6.0\n[ 0.509067] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510582] fuse init (API version 7.23)\n[ 0.511467] Key type big_key registered\n[ 0.512251] Allocating IMA MOK and blacklist keyrings.\n[ 0.513727] Key type asymmetric registered\n[ 0.514539] Asymmetric key parser 'x509' registered\n[ 0.515483] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516931] io scheduler noop registered\n[ 0.517740] io scheduler deadline registered (default)\n[ 0.518724] io scheduler cfq registered\n[ 0.519553] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520587] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521847] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523286] ACPI: Power Button [PWRF]\n[ 0.524108] GHES: HEST is not enabled!\n[ 0.558389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587074] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613411] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615523] Linux agpgart interface v0.103\n[ 0.617557] brd: module loaded\n[ 0.618724] loop: module loaded\n[ 0.622879] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.624313] GPT:90111 != 2097151\n[ 0.624987] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626076] GPT:90111 != 2097151\n[ 0.626745] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627692] vda: vda1 vda15\n[ 0.629093] scsi host0: ata_piix\n[ 0.629826] scsi host1: ata_piix\n[ 0.630527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631722] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633153] libphy: Fixed MDIO Bus: probed\n[ 0.633969] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634902] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637030] PPP generic driver version 2.4.2\n[ 0.637926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639168] ehci-pci: EHCI PCI platform driver\n[ 0.640024] ehci-platform: EHCI generic platform driver\n[ 0.640991] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642103] ohci-pci: OHCI PCI platform driver\n[ 0.642967] ohci-platform: OHCI generic platform driver\n[ 0.643936] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658331] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660759] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.662894] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664099] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.665510] usb usb1: Product: UHCI Host Controller\n[ 0.666439] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.667567] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.668565] hub 1-0:1.0: USB hub found\n[ 0.669330] hub 1-0:1.0: 2 ports detected\n[ 0.670220] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672332] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673270] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674289] mousedev: PS/2 mouse device common for all mice\n[ 0.675522] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677333] rtc_cmos 00:00: RTC can wake from S4\n[ 0.678425] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.679608] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680784] i2c /dev entries driver\n[ 0.681554] device-mapper: uevent: version 1.0.3\n[ 0.682492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684094] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685346] NET: Registered protocol family 10\n[ 0.686321] NET: Registered protocol family 17\n[ 0.687186] Key type dns_resolver registered\n[ 0.688121] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689220] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690981] registered taskstats version 1\n[ 0.691812] Loading compiled-in X.509 certificates\n[ 0.693239] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695101] zswap: loaded using pool lzo/zbud\n[ 0.696462] Key type trusted registered\n[ 0.698031] Key type encrypted registered\n[ 0.698866] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.699893] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700911] evm: HMAC attrs: 0x1\n[ 0.701843] Magic number: 6:537:885\n[ 0.702676] rtc_cmos 00:00: setting system clock to 2018-10-12 12:52:32 UTC (1539348752)\n[ 0.704239] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705327] EDD information not available.\n[ 0.786088] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.787539] ata1.00: configured for MWDMA2\n[ 0.788701] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.801460] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.802678] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.803913] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.805757] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.807254] Write protecting the kernel read-only data: 14336k\n[ 0.808800] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.810600] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.648619] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.91s]\nping 10.10.10.13 OK\nping 10.10.10.5 OK\n"} 2018-10-12 12:52:58,873 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action used request id req-898db9ff-34c8-4226-bfc2-cc142fe60756 2018-10-12 12:52:59,878 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1877abc0d7a39580541e337aaa9d2f98e48698" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:53:00,953 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:52:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c7621c41-3237-48bc-8ca8-5f20a7cd5b30 x-compute-request-id: req-c7621c41-3237-48bc-8ca8-5f20a7cd5b30 Content-Encoding: gzip Content-Length: 8081 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530997611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.135656] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137274] pid_max: default: 32768 minimum: 301\n[ 0.138154] ACPI: Core revision 20150930\n[ 0.139529] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140802] Security Framework initialized\n[ 0.141595] Yama: becoming mindful.\n[ 0.142316] AppArmor: AppArmor initialized\n[ 0.143171] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144474] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145718] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146893] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148248] Initializing cgroup subsys io\n[ 0.149045] Initializing cgroup subsys memory\n[ 0.149883] Initializing cgroup subsys devices\n[ 0.150733] Initializing cgroup subsys freezer\n[ 0.151583] Initializing cgroup subsys net_cls\n[ 0.152438] Initializing cgroup subsys perf_event\n[ 0.153329] Initializing cgroup subsys net_prio\n[ 0.154197] Initializing cgroup subsys hugetlb\n[ 0.155070] Initializing cgroup subsys pids\n[ 0.155926] CPU: Physical Processor ID: 0\n[ 0.157404] mce: CPU supports 10 MCE banks\n[ 0.158232] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159213] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169913] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176316] ftrace: allocating 31920 entries in 125 pages\n[ 0.202822] smpboot: Max logical packages: 1\n[ 0.203668] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204981] x2apic enabled\n[ 0.205781] Switched APIC routing to physical x2apic.\n[ 0.207529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208629] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210574] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212322] KVM setup paravirtual spinlock\n[ 0.213600] x86: Booted up 1 node, 1 CPUs\n[ 0.214399] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.215784] devtmpfs: initialized\n[ 0.217488] evm: security.selinux\n[ 0.218168] evm: security.SMACK64\n[ 0.218855] evm: security.SMACK64EXEC\n[ 0.219583] evm: security.SMACK64TRANSMUTE\n[ 0.220370] evm: security.SMACK64MMAP\n[ 0.221092] evm: security.ima\n[ 0.221735] evm: security.capability\n[ 0.222522] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224329] pinctrl core: initialized pinctrl subsystem\n[ 0.225396] RTC time: 12:52:31, date: 10/12/18\n[ 0.226337] NET: Registered protocol family 16\n[ 0.227285] cpuidle: using governor ladder\n[ 0.228085] cpuidle: using governor menu\n[ 0.228861] PCCT header not found.\n[ 0.229598] ACPI: bus type PCI registered\n[ 0.230384] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231594] PCI: Using configuration type 1 for base access\n[ 0.233321] ACPI: Added _OSI(Module Device)\n[ 0.234142] ACPI: Added _OSI(Processor Device)\n[ 0.235005] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235892] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237988] ACPI: Interpreter enabled\n[ 0.238738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240540] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242339] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245956] ACPI: (supports S0 S5)\n[ 0.246652] ACPI: Using IOAPIC for interrupt routing\n[ 0.247690] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251860] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253065] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254232] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256420] acpiphp: Slot [3] registered\n[ 0.257209] acpiphp: Slot [4] registered\n[ 0.257998] acpiphp: Slot [5] registered\n[ 0.258784] acpiphp: Slot [6] registered\n[ 0.259561] acpiphp: Slot [7] registered\n[ 0.260343] acpiphp: Slot [8] registered\n[ 0.261126] acpiphp: Slot [9] registered\n[ 0.261915] acpiphp: Slot [10] registered\n[ 0.262706] acpiphp: Slot [11] registered\n[ 0.263499] acpiphp: Slot [12] registered\n[ 0.264296] acpiphp: Slot [13] registered\n[ 0.265095] acpiphp: Slot [14] registered\n[ 0.265898] acpiphp: Slot [15] registered\n[ 0.276782] acpiphp: Slot [16] registered\n[ 0.277589] acpiphp: Slot [17] registered\n[ 0.278391] acpiphp: Slot [18] registered\n[ 0.279184] acpiphp: Slot [19] registered\n[ 0.279992] acpiphp: Slot [20] registered\n[ 0.280792] acpiphp: Slot [21] registered\n[ 0.281584] acpiphp: Slot [22] registered\n[ 0.282374] acpiphp: Slot [23] registered\n[ 0.283169] acpiphp: Slot [24] registered\n[ 0.283969] acpiphp: Slot [25] registered\n[ 0.284758] acpiphp: Slot [26] registered\n[ 0.285553] acpiphp: Slot [27] registered\n[ 0.286352] acpiphp: Slot [28] registered\n[ 0.287152] acpiphp: Slot [29] registered\n[ 0.287948] acpiphp: Slot [30] registered\n[ 0.288744] acpiphp: Slot [31] registered\n[ 0.289590] PCI host bridge to bus 0000:00\n[ 0.290396] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291582] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292767] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294189] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295615] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301820] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303077] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305480] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311918] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313327] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359706] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361157] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363961] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365326] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367998] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369038] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370557] vgaarb: loaded\n[ 0.371145] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372269] SCSI subsystem initialized\n[ 0.373081] ACPI: bus type USB registered\n[ 0.373883] usbcore: registered new interface driver usbfs\n[ 0.374893] usbcore: registered new interface driver hub\n[ 0.375883] usbcore: registered new device driver usb\n[ 0.376931] PCI: Using ACPI for IRQ routing\n[ 0.377950] NetLabel: Initializing\n[ 0.378658] NetLabel: domain hash size = 128\n[ 0.379486] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380410] NetLabel: unlabeled traffic allowed by default\n[ 0.381500] clocksource: Switched to clocksource kvm-clock\n[ 0.386902] AppArmor: AppArmor Filesystem Enabled\n[ 0.387850] pnp: PnP ACPI init\n[ 0.388744] pnp: PnP ACPI: found 5 devices\n[ 0.395092] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396809] NET: Registered protocol family 2\n[ 0.397746] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398993] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400130] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401262] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402313] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403463] NET: Registered protocol family 1\n[ 0.404312] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405381] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406446] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420439] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434662] Trying to unpack rootfs image as initramfs...\n[ 0.484763] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498753] Scanning for low memory corruption every 60 seconds\n[ 0.500053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501190] audit: initializing netlink subsys (disabled)\n[ 0.502211] audit: type=2000 audit(1539348752.212:1): initialized\n[ 0.503505] Initialise system trusted keyring\n[ 0.504436] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507546] zbud: loaded\n[ 0.508249] VFS: Disk quotas dquot_6.6.0\n[ 0.509067] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510582] fuse init (API version 7.23)\n[ 0.511467] Key type big_key registered\n[ 0.512251] Allocating IMA MOK and blacklist keyrings.\n[ 0.513727] Key type asymmetric registered\n[ 0.514539] Asymmetric key parser 'x509' registered\n[ 0.515483] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516931] io scheduler noop registered\n[ 0.517740] io scheduler deadline registered (default)\n[ 0.518724] io scheduler cfq registered\n[ 0.519553] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520587] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521847] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523286] ACPI: Power Button [PWRF]\n[ 0.524108] GHES: HEST is not enabled!\n[ 0.558389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587074] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613411] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615523] Linux agpgart interface v0.103\n[ 0.617557] brd: module loaded\n[ 0.618724] loop: module loaded\n[ 0.622879] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.624313] GPT:90111 != 2097151\n[ 0.624987] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626076] GPT:90111 != 2097151\n[ 0.626745] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627692] vda: vda1 vda15\n[ 0.629093] scsi host0: ata_piix\n[ 0.629826] scsi host1: ata_piix\n[ 0.630527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631722] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633153] libphy: Fixed MDIO Bus: probed\n[ 0.633969] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634902] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637030] PPP generic driver version 2.4.2\n[ 0.637926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639168] ehci-pci: EHCI PCI platform driver\n[ 0.640024] ehci-platform: EHCI generic platform driver\n[ 0.640991] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642103] ohci-pci: OHCI PCI platform driver\n[ 0.642967] ohci-platform: OHCI generic platform driver\n[ 0.643936] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658331] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660759] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.662894] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664099] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.665510] usb usb1: Product: UHCI Host Controller\n[ 0.666439] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.667567] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.668565] hub 1-0:1.0: USB hub found\n[ 0.669330] hub 1-0:1.0: 2 ports detected\n[ 0.670220] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672332] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673270] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674289] mousedev: PS/2 mouse device common for all mice\n[ 0.675522] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677333] rtc_cmos 00:00: RTC can wake from S4\n[ 0.678425] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.679608] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680784] i2c /dev entries driver\n[ 0.681554] device-mapper: uevent: version 1.0.3\n[ 0.682492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684094] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685346] NET: Registered protocol family 10\n[ 0.686321] NET: Registered protocol family 17\n[ 0.687186] Key type dns_resolver registered\n[ 0.688121] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689220] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690981] registered taskstats version 1\n[ 0.691812] Loading compiled-in X.509 certificates\n[ 0.693239] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695101] zswap: loaded using pool lzo/zbud\n[ 0.696462] Key type trusted registered\n[ 0.698031] Key type encrypted registered\n[ 0.698866] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.699893] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700911] evm: HMAC attrs: 0x1\n[ 0.701843] Magic number: 6:537:885\n[ 0.702676] rtc_cmos 00:00: setting system clock to 2018-10-12 12:52:32 UTC (1539348752)\n[ 0.704239] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705327] EDD information not available.\n[ 0.786088] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.787539] ata1.00: configured for MWDMA2\n[ 0.788701] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.801460] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.802678] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.803913] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.805757] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.807254] Write protecting the kernel read-only data: 14336k\n[ 0.808800] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.810600] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.648619] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.91s]\nping 10.10.10.13 OK\nping 10.10.10.5 OK\n"} 2018-10-12 12:53:00,954 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action used request id req-c7621c41-3237-48bc-8ca8-5f20a7cd5b30 2018-10-12 12:53:01,959 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1877abc0d7a39580541e337aaa9d2f98e48698" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:53:03,030 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:53:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d6fddb0-7d7e-45df-b893-78667361b608 x-compute-request-id: req-9d6fddb0-7d7e-45df-b893-78667361b608 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 530997611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.135656] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137274] pid_max: default: 32768 minimum: 301\n[ 0.138154] ACPI: Core revision 20150930\n[ 0.139529] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140802] Security Framework initialized\n[ 0.141595] Yama: becoming mindful.\n[ 0.142316] AppArmor: AppArmor initialized\n[ 0.143171] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144474] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145718] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146893] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148248] Initializing cgroup subsys io\n[ 0.149045] Initializing cgroup subsys memory\n[ 0.149883] Initializing cgroup subsys devices\n[ 0.150733] Initializing cgroup subsys freezer\n[ 0.151583] Initializing cgroup subsys net_cls\n[ 0.152438] Initializing cgroup subsys perf_event\n[ 0.153329] Initializing cgroup subsys net_prio\n[ 0.154197] Initializing cgroup subsys hugetlb\n[ 0.155070] Initializing cgroup subsys pids\n[ 0.155926] CPU: Physical Processor ID: 0\n[ 0.157404] mce: CPU supports 10 MCE banks\n[ 0.158232] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159213] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169913] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176316] ftrace: allocating 31920 entries in 125 pages\n[ 0.202822] smpboot: Max logical packages: 1\n[ 0.203668] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204981] x2apic enabled\n[ 0.205781] Switched APIC routing to physical x2apic.\n[ 0.207529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208629] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210574] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212322] KVM setup paravirtual spinlock\n[ 0.213600] x86: Booted up 1 node, 1 CPUs\n[ 0.214399] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.215784] devtmpfs: initialized\n[ 0.217488] evm: security.selinux\n[ 0.218168] evm: security.SMACK64\n[ 0.218855] evm: security.SMACK64EXEC\n[ 0.219583] evm: security.SMACK64TRANSMUTE\n[ 0.220370] evm: security.SMACK64MMAP\n[ 0.221092] evm: security.ima\n[ 0.221735] evm: security.capability\n[ 0.222522] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224329] pinctrl core: initialized pinctrl subsystem\n[ 0.225396] RTC time: 12:52:31, date: 10/12/18\n[ 0.226337] NET: Registered protocol family 16\n[ 0.227285] cpuidle: using governor ladder\n[ 0.228085] cpuidle: using governor menu\n[ 0.228861] PCCT header not found.\n[ 0.229598] ACPI: bus type PCI registered\n[ 0.230384] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231594] PCI: Using configuration type 1 for base access\n[ 0.233321] ACPI: Added _OSI(Module Device)\n[ 0.234142] ACPI: Added _OSI(Processor Device)\n[ 0.235005] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235892] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237988] ACPI: Interpreter enabled\n[ 0.238738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240540] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242339] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245956] ACPI: (supports S0 S5)\n[ 0.246652] ACPI: Using IOAPIC for interrupt routing\n[ 0.247690] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251860] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253065] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254232] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256420] acpiphp: Slot [3] registered\n[ 0.257209] acpiphp: Slot [4] registered\n[ 0.257998] acpiphp: Slot [5] registered\n[ 0.258784] acpiphp: Slot [6] registered\n[ 0.259561] acpiphp: Slot [7] registered\n[ 0.260343] acpiphp: Slot [8] registered\n[ 0.261126] acpiphp: Slot [9] registered\n[ 0.261915] acpiphp: Slot [10] registered\n[ 0.262706] acpiphp: Slot [11] registered\n[ 0.263499] acpiphp: Slot [12] registered\n[ 0.264296] acpiphp: Slot [13] registered\n[ 0.265095] acpiphp: Slot [14] registered\n[ 0.265898] acpiphp: Slot [15] registered\n[ 0.276782] acpiphp: Slot [16] registered\n[ 0.277589] acpiphp: Slot [17] registered\n[ 0.278391] acpiphp: Slot [18] registered\n[ 0.279184] acpiphp: Slot [19] registered\n[ 0.279992] acpiphp: Slot [20] registered\n[ 0.280792] acpiphp: Slot [21] registered\n[ 0.281584] acpiphp: Slot [22] registered\n[ 0.282374] acpiphp: Slot [23] registered\n[ 0.283169] acpiphp: Slot [24] registered\n[ 0.283969] acpiphp: Slot [25] registered\n[ 0.284758] acpiphp: Slot [26] registered\n[ 0.285553] acpiphp: Slot [27] registered\n[ 0.286352] acpiphp: Slot [28] registered\n[ 0.287152] acpiphp: Slot [29] registered\n[ 0.287948] acpiphp: Slot [30] registered\n[ 0.288744] acpiphp: Slot [31] registered\n[ 0.289590] PCI host bridge to bus 0000:00\n[ 0.290396] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291582] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292767] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294189] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295615] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301820] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303077] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305480] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311918] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313327] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359706] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361157] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363961] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365326] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367998] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369038] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370557] vgaarb: loaded\n[ 0.371145] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372269] SCSI subsystem initialized\n[ 0.373081] ACPI: bus type USB registered\n[ 0.373883] usbcore: registered new interface driver usbfs\n[ 0.374893] usbcore: registered new interface driver hub\n[ 0.375883] usbcore: registered new device driver usb\n[ 0.376931] PCI: Using ACPI for IRQ routing\n[ 0.377950] NetLabel: Initializing\n[ 0.378658] NetLabel: domain hash size = 128\n[ 0.379486] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380410] NetLabel: unlabeled traffic allowed by default\n[ 0.381500] clocksource: Switched to clocksource kvm-clock\n[ 0.386902] AppArmor: AppArmor Filesystem Enabled\n[ 0.387850] pnp: PnP ACPI init\n[ 0.388744] pnp: PnP ACPI: found 5 devices\n[ 0.395092] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396809] NET: Registered protocol family 2\n[ 0.397746] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398993] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400130] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401262] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402313] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403463] NET: Registered protocol family 1\n[ 0.404312] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405381] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406446] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420439] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434662] Trying to unpack rootfs image as initramfs...\n[ 0.484763] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498753] Scanning for low memory corruption every 60 seconds\n[ 0.500053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501190] audit: initializing netlink subsys (disabled)\n[ 0.502211] audit: type=2000 audit(1539348752.212:1): initialized\n[ 0.503505] Initialise system trusted keyring\n[ 0.504436] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507546] zbud: loaded\n[ 0.508249] VFS: Disk quotas dquot_6.6.0\n[ 0.509067] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510582] fuse init (API version 7.23)\n[ 0.511467] Key type big_key registered\n[ 0.512251] Allocating IMA MOK and blacklist keyrings.\n[ 0.513727] Key type asymmetric registered\n[ 0.514539] Asymmetric key parser 'x509' registered\n[ 0.515483] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516931] io scheduler noop registered\n[ 0.517740] io scheduler deadline registered (default)\n[ 0.518724] io scheduler cfq registered\n[ 0.519553] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520587] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521847] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523286] ACPI: Power Button [PWRF]\n[ 0.524108] GHES: HEST is not enabled!\n[ 0.558389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587074] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613411] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615523] Linux agpgart interface v0.103\n[ 0.617557] brd: module loaded\n[ 0.618724] loop: module loaded\n[ 0.622879] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.624313] GPT:90111 != 2097151\n[ 0.624987] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626076] GPT:90111 != 2097151\n[ 0.626745] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627692] vda: vda1 vda15\n[ 0.629093] scsi host0: ata_piix\n[ 0.629826] scsi host1: ata_piix\n[ 0.630527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631722] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633153] libphy: Fixed MDIO Bus: probed\n[ 0.633969] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634902] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637030] PPP generic driver version 2.4.2\n[ 0.637926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639168] ehci-pci: EHCI PCI platform driver\n[ 0.640024] ehci-platform: EHCI generic platform driver\n[ 0.640991] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642103] ohci-pci: OHCI PCI platform driver\n[ 0.642967] ohci-platform: OHCI generic platform driver\n[ 0.643936] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658331] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660759] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.662894] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664099] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.665510] usb usb1: Product: UHCI Host Controller\n[ 0.666439] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.667567] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.668565] hub 1-0:1.0: USB hub found\n[ 0.669330] hub 1-0:1.0: 2 ports detected\n[ 0.670220] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672332] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673270] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674289] mousedev: PS/2 mouse device common for all mice\n[ 0.675522] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677333] rtc_cmos 00:00: RTC can wake from S4\n[ 0.678425] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.679608] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680784] i2c /dev entries driver\n[ 0.681554] device-mapper: uevent: version 1.0.3\n[ 0.682492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684094] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685346] NET: Registered protocol family 10\n[ 0.686321] NET: Registered protocol family 17\n[ 0.687186] Key type dns_resolver registered\n[ 0.688121] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689220] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690981] registered taskstats version 1\n[ 0.691812] Loading compiled-in X.509 certificates\n[ 0.693239] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695101] zswap: loaded using pool lzo/zbud\n[ 0.696462] Key type trusted registered\n[ 0.698031] Key type encrypted registered\n[ 0.698866] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.699893] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700911] evm: HMAC attrs: 0x1\n[ 0.701843] Magic number: 6:537:885\n[ 0.702676] rtc_cmos 00:00: setting system clock to 2018-10-12 12:52:32 UTC (1539348752)\n[ 0.704239] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705327] EDD information not available.\n[ 0.786088] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.787539] ata1.00: configured for MWDMA2\n[ 0.788701] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.801460] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.802678] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.803913] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.805757] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.807254] Write protecting the kernel read-only data: 14336k\n[ 0.808800] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.810600] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.648619] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.91s]\nping 10.10.10.13 OK\nping 10.10.10.5 OK\nping 10.10.10.13 OK\n"} 2018-10-12 12:53:03,030 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action used request id req-9d6fddb0-7d7e-45df-b893-78667361b608 2018-10-12 12:53:04,035 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1877abc0d7a39580541e337aaa9d2f98e48698" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:53:05,107 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-bd8705db-53ef-40b6-96af-835eece5183b x-compute-request-id: req-bd8705db-53ef-40b6-96af-835eece5183b 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 530997611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.135656] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137274] pid_max: default: 32768 minimum: 301\n[ 0.138154] ACPI: Core revision 20150930\n[ 0.139529] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140802] Security Framework initialized\n[ 0.141595] Yama: becoming mindful.\n[ 0.142316] AppArmor: AppArmor initialized\n[ 0.143171] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144474] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145718] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146893] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148248] Initializing cgroup subsys io\n[ 0.149045] Initializing cgroup subsys memory\n[ 0.149883] Initializing cgroup subsys devices\n[ 0.150733] Initializing cgroup subsys freezer\n[ 0.151583] Initializing cgroup subsys net_cls\n[ 0.152438] Initializing cgroup subsys perf_event\n[ 0.153329] Initializing cgroup subsys net_prio\n[ 0.154197] Initializing cgroup subsys hugetlb\n[ 0.155070] Initializing cgroup subsys pids\n[ 0.155926] CPU: Physical Processor ID: 0\n[ 0.157404] mce: CPU supports 10 MCE banks\n[ 0.158232] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159213] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169913] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176316] ftrace: allocating 31920 entries in 125 pages\n[ 0.202822] smpboot: Max logical packages: 1\n[ 0.203668] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204981] x2apic enabled\n[ 0.205781] Switched APIC routing to physical x2apic.\n[ 0.207529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208629] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210574] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212322] KVM setup paravirtual spinlock\n[ 0.213600] x86: Booted up 1 node, 1 CPUs\n[ 0.214399] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.215784] devtmpfs: initialized\n[ 0.217488] evm: security.selinux\n[ 0.218168] evm: security.SMACK64\n[ 0.218855] evm: security.SMACK64EXEC\n[ 0.219583] evm: security.SMACK64TRANSMUTE\n[ 0.220370] evm: security.SMACK64MMAP\n[ 0.221092] evm: security.ima\n[ 0.221735] evm: security.capability\n[ 0.222522] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224329] pinctrl core: initialized pinctrl subsystem\n[ 0.225396] RTC time: 12:52:31, date: 10/12/18\n[ 0.226337] NET: Registered protocol family 16\n[ 0.227285] cpuidle: using governor ladder\n[ 0.228085] cpuidle: using governor menu\n[ 0.228861] PCCT header not found.\n[ 0.229598] ACPI: bus type PCI registered\n[ 0.230384] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231594] PCI: Using configuration type 1 for base access\n[ 0.233321] ACPI: Added _OSI(Module Device)\n[ 0.234142] ACPI: Added _OSI(Processor Device)\n[ 0.235005] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235892] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237988] ACPI: Interpreter enabled\n[ 0.238738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240540] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242339] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245956] ACPI: (supports S0 S5)\n[ 0.246652] ACPI: Using IOAPIC for interrupt routing\n[ 0.247690] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251860] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253065] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254232] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256420] acpiphp: Slot [3] registered\n[ 0.257209] acpiphp: Slot [4] registered\n[ 0.257998] acpiphp: Slot [5] registered\n[ 0.258784] acpiphp: Slot [6] registered\n[ 0.259561] acpiphp: Slot [7] registered\n[ 0.260343] acpiphp: Slot [8] registered\n[ 0.261126] acpiphp: Slot [9] registered\n[ 0.261915] acpiphp: Slot [10] registered\n[ 0.262706] acpiphp: Slot [11] registered\n[ 0.263499] acpiphp: Slot [12] registered\n[ 0.264296] acpiphp: Slot [13] registered\n[ 0.265095] acpiphp: Slot [14] registered\n[ 0.265898] acpiphp: Slot [15] registered\n[ 0.276782] acpiphp: Slot [16] registered\n[ 0.277589] acpiphp: Slot [17] registered\n[ 0.278391] acpiphp: Slot [18] registered\n[ 0.279184] acpiphp: Slot [19] registered\n[ 0.279992] acpiphp: Slot [20] registered\n[ 0.280792] acpiphp: Slot [21] registered\n[ 0.281584] acpiphp: Slot [22] registered\n[ 0.282374] acpiphp: Slot [23] registered\n[ 0.283169] acpiphp: Slot [24] registered\n[ 0.283969] acpiphp: Slot [25] registered\n[ 0.284758] acpiphp: Slot [26] registered\n[ 0.285553] acpiphp: Slot [27] registered\n[ 0.286352] acpiphp: Slot [28] registered\n[ 0.287152] acpiphp: Slot [29] registered\n[ 0.287948] acpiphp: Slot [30] registered\n[ 0.288744] acpiphp: Slot [31] registered\n[ 0.289590] PCI host bridge to bus 0000:00\n[ 0.290396] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291582] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292767] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294189] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295615] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301820] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303077] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305480] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311918] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313327] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359706] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361157] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363961] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365326] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367998] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369038] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370557] vgaarb: loaded\n[ 0.371145] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372269] SCSI subsystem initialized\n[ 0.373081] ACPI: bus type USB registered\n[ 0.373883] usbcore: registered new interface driver usbfs\n[ 0.374893] usbcore: registered new interface driver hub\n[ 0.375883] usbcore: registered new device driver usb\n[ 0.376931] PCI: Using ACPI for IRQ routing\n[ 0.377950] NetLabel: Initializing\n[ 0.378658] NetLabel: domain hash size = 128\n[ 0.379486] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380410] NetLabel: unlabeled traffic allowed by default\n[ 0.381500] clocksource: Switched to clocksource kvm-clock\n[ 0.386902] AppArmor: AppArmor Filesystem Enabled\n[ 0.387850] pnp: PnP ACPI init\n[ 0.388744] pnp: PnP ACPI: found 5 devices\n[ 0.395092] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396809] NET: Registered protocol family 2\n[ 0.397746] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398993] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400130] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401262] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402313] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403463] NET: Registered protocol family 1\n[ 0.404312] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405381] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406446] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420439] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434662] Trying to unpack rootfs image as initramfs...\n[ 0.484763] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498753] Scanning for low memory corruption every 60 seconds\n[ 0.500053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501190] audit: initializing netlink subsys (disabled)\n[ 0.502211] audit: type=2000 audit(1539348752.212:1): initialized\n[ 0.503505] Initialise system trusted keyring\n[ 0.504436] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507546] zbud: loaded\n[ 0.508249] VFS: Disk quotas dquot_6.6.0\n[ 0.509067] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510582] fuse init (API version 7.23)\n[ 0.511467] Key type big_key registered\n[ 0.512251] Allocating IMA MOK and blacklist keyrings.\n[ 0.513727] Key type asymmetric registered\n[ 0.514539] Asymmetric key parser 'x509' registered\n[ 0.515483] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516931] io scheduler noop registered\n[ 0.517740] io scheduler deadline registered (default)\n[ 0.518724] io scheduler cfq registered\n[ 0.519553] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520587] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521847] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523286] ACPI: Power Button [PWRF]\n[ 0.524108] GHES: HEST is not enabled!\n[ 0.558389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587074] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613411] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615523] Linux agpgart interface v0.103\n[ 0.617557] brd: module loaded\n[ 0.618724] loop: module loaded\n[ 0.622879] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.624313] GPT:90111 != 2097151\n[ 0.624987] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626076] GPT:90111 != 2097151\n[ 0.626745] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627692] vda: vda1 vda15\n[ 0.629093] scsi host0: ata_piix\n[ 0.629826] scsi host1: ata_piix\n[ 0.630527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631722] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633153] libphy: Fixed MDIO Bus: probed\n[ 0.633969] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634902] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637030] PPP generic driver version 2.4.2\n[ 0.637926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639168] ehci-pci: EHCI PCI platform driver\n[ 0.640024] ehci-platform: EHCI generic platform driver\n[ 0.640991] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642103] ohci-pci: OHCI PCI platform driver\n[ 0.642967] ohci-platform: OHCI generic platform driver\n[ 0.643936] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658331] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660759] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.662894] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664099] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.665510] usb usb1: Product: UHCI Host Controller\n[ 0.666439] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.667567] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.668565] hub 1-0:1.0: USB hub found\n[ 0.669330] hub 1-0:1.0: 2 ports detected\n[ 0.670220] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672332] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673270] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674289] mousedev: PS/2 mouse device common for all mice\n[ 0.675522] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677333] rtc_cmos 00:00: RTC can wake from S4\n[ 0.678425] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.679608] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680784] i2c /dev entries driver\n[ 0.681554] device-mapper: uevent: version 1.0.3\n[ 0.682492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684094] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685346] NET: Registered protocol family 10\n[ 0.686321] NET: Registered protocol family 17\n[ 0.687186] Key type dns_resolver registered\n[ 0.688121] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689220] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690981] registered taskstats version 1\n[ 0.691812] Loading compiled-in X.509 certificates\n[ 0.693239] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695101] zswap: loaded using pool lzo/zbud\n[ 0.696462] Key type trusted registered\n[ 0.698031] Key type encrypted registered\n[ 0.698866] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.699893] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700911] evm: HMAC attrs: 0x1\n[ 0.701843] Magic number: 6:537:885\n[ 0.702676] rtc_cmos 00:00: setting system clock to 2018-10-12 12:52:32 UTC (1539348752)\n[ 0.704239] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705327] EDD information not available.\n[ 0.786088] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.787539] ata1.00: configured for MWDMA2\n[ 0.788701] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.801460] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.802678] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.803913] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.805757] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.807254] Write protecting the kernel read-only data: 14336k\n[ 0.808800] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.810600] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.648619] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.91s]\nping 10.10.10.13 OK\nping 10.10.10.5 OK\nping 10.10.10.13 OK\n"} 2018-10-12 12:53:05,107 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action used request id req-bd8705db-53ef-40b6-96af-835eece5183b 2018-10-12 12:53:06,112 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1877abc0d7a39580541e337aaa9d2f98e48698" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:53:07,179 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:53: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-fb0c5634-a21e-4896-9e94-aa9357120931 x-compute-request-id: req-fb0c5634-a21e-4896-9e94-aa9357120931 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 530997611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.135656] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137274] pid_max: default: 32768 minimum: 301\n[ 0.138154] ACPI: Core revision 20150930\n[ 0.139529] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140802] Security Framework initialized\n[ 0.141595] Yama: becoming mindful.\n[ 0.142316] AppArmor: AppArmor initialized\n[ 0.143171] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144474] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145718] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146893] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148248] Initializing cgroup subsys io\n[ 0.149045] Initializing cgroup subsys memory\n[ 0.149883] Initializing cgroup subsys devices\n[ 0.150733] Initializing cgroup subsys freezer\n[ 0.151583] Initializing cgroup subsys net_cls\n[ 0.152438] Initializing cgroup subsys perf_event\n[ 0.153329] Initializing cgroup subsys net_prio\n[ 0.154197] Initializing cgroup subsys hugetlb\n[ 0.155070] Initializing cgroup subsys pids\n[ 0.155926] CPU: Physical Processor ID: 0\n[ 0.157404] mce: CPU supports 10 MCE banks\n[ 0.158232] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159213] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169913] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176316] ftrace: allocating 31920 entries in 125 pages\n[ 0.202822] smpboot: Max logical packages: 1\n[ 0.203668] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204981] x2apic enabled\n[ 0.205781] Switched APIC routing to physical x2apic.\n[ 0.207529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208629] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210574] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212322] KVM setup paravirtual spinlock\n[ 0.213600] x86: Booted up 1 node, 1 CPUs\n[ 0.214399] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.215784] devtmpfs: initialized\n[ 0.217488] evm: security.selinux\n[ 0.218168] evm: security.SMACK64\n[ 0.218855] evm: security.SMACK64EXEC\n[ 0.219583] evm: security.SMACK64TRANSMUTE\n[ 0.220370] evm: security.SMACK64MMAP\n[ 0.221092] evm: security.ima\n[ 0.221735] evm: security.capability\n[ 0.222522] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224329] pinctrl core: initialized pinctrl subsystem\n[ 0.225396] RTC time: 12:52:31, date: 10/12/18\n[ 0.226337] NET: Registered protocol family 16\n[ 0.227285] cpuidle: using governor ladder\n[ 0.228085] cpuidle: using governor menu\n[ 0.228861] PCCT header not found.\n[ 0.229598] ACPI: bus type PCI registered\n[ 0.230384] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231594] PCI: Using configuration type 1 for base access\n[ 0.233321] ACPI: Added _OSI(Module Device)\n[ 0.234142] ACPI: Added _OSI(Processor Device)\n[ 0.235005] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235892] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237988] ACPI: Interpreter enabled\n[ 0.238738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240540] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242339] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245956] ACPI: (supports S0 S5)\n[ 0.246652] ACPI: Using IOAPIC for interrupt routing\n[ 0.247690] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251860] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253065] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254232] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256420] acpiphp: Slot [3] registered\n[ 0.257209] acpiphp: Slot [4] registered\n[ 0.257998] acpiphp: Slot [5] registered\n[ 0.258784] acpiphp: Slot [6] registered\n[ 0.259561] acpiphp: Slot [7] registered\n[ 0.260343] acpiphp: Slot [8] registered\n[ 0.261126] acpiphp: Slot [9] registered\n[ 0.261915] acpiphp: Slot [10] registered\n[ 0.262706] acpiphp: Slot [11] registered\n[ 0.263499] acpiphp: Slot [12] registered\n[ 0.264296] acpiphp: Slot [13] registered\n[ 0.265095] acpiphp: Slot [14] registered\n[ 0.265898] acpiphp: Slot [15] registered\n[ 0.276782] acpiphp: Slot [16] registered\n[ 0.277589] acpiphp: Slot [17] registered\n[ 0.278391] acpiphp: Slot [18] registered\n[ 0.279184] acpiphp: Slot [19] registered\n[ 0.279992] acpiphp: Slot [20] registered\n[ 0.280792] acpiphp: Slot [21] registered\n[ 0.281584] acpiphp: Slot [22] registered\n[ 0.282374] acpiphp: Slot [23] registered\n[ 0.283169] acpiphp: Slot [24] registered\n[ 0.283969] acpiphp: Slot [25] registered\n[ 0.284758] acpiphp: Slot [26] registered\n[ 0.285553] acpiphp: Slot [27] registered\n[ 0.286352] acpiphp: Slot [28] registered\n[ 0.287152] acpiphp: Slot [29] registered\n[ 0.287948] acpiphp: Slot [30] registered\n[ 0.288744] acpiphp: Slot [31] registered\n[ 0.289590] PCI host bridge to bus 0000:00\n[ 0.290396] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291582] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292767] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294189] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295615] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301820] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303077] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305480] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311918] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313327] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359706] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361157] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363961] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365326] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367998] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369038] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370557] vgaarb: loaded\n[ 0.371145] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372269] SCSI subsystem initialized\n[ 0.373081] ACPI: bus type USB registered\n[ 0.373883] usbcore: registered new interface driver usbfs\n[ 0.374893] usbcore: registered new interface driver hub\n[ 0.375883] usbcore: registered new device driver usb\n[ 0.376931] PCI: Using ACPI for IRQ routing\n[ 0.377950] NetLabel: Initializing\n[ 0.378658] NetLabel: domain hash size = 128\n[ 0.379486] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380410] NetLabel: unlabeled traffic allowed by default\n[ 0.381500] clocksource: Switched to clocksource kvm-clock\n[ 0.386902] AppArmor: AppArmor Filesystem Enabled\n[ 0.387850] pnp: PnP ACPI init\n[ 0.388744] pnp: PnP ACPI: found 5 devices\n[ 0.395092] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396809] NET: Registered protocol family 2\n[ 0.397746] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398993] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400130] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401262] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402313] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403463] NET: Registered protocol family 1\n[ 0.404312] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405381] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406446] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420439] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434662] Trying to unpack rootfs image as initramfs...\n[ 0.484763] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498753] Scanning for low memory corruption every 60 seconds\n[ 0.500053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501190] audit: initializing netlink subsys (disabled)\n[ 0.502211] audit: type=2000 audit(1539348752.212:1): initialized\n[ 0.503505] Initialise system trusted keyring\n[ 0.504436] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507546] zbud: loaded\n[ 0.508249] VFS: Disk quotas dquot_6.6.0\n[ 0.509067] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510582] fuse init (API version 7.23)\n[ 0.511467] Key type big_key registered\n[ 0.512251] Allocating IMA MOK and blacklist keyrings.\n[ 0.513727] Key type asymmetric registered\n[ 0.514539] Asymmetric key parser 'x509' registered\n[ 0.515483] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516931] io scheduler noop registered\n[ 0.517740] io scheduler deadline registered (default)\n[ 0.518724] io scheduler cfq registered\n[ 0.519553] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520587] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521847] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523286] ACPI: Power Button [PWRF]\n[ 0.524108] GHES: HEST is not enabled!\n[ 0.558389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587074] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613411] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615523] Linux agpgart interface v0.103\n[ 0.617557] brd: module loaded\n[ 0.618724] loop: module loaded\n[ 0.622879] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.624313] GPT:90111 != 2097151\n[ 0.624987] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626076] GPT:90111 != 2097151\n[ 0.626745] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627692] vda: vda1 vda15\n[ 0.629093] scsi host0: ata_piix\n[ 0.629826] scsi host1: ata_piix\n[ 0.630527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631722] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633153] libphy: Fixed MDIO Bus: probed\n[ 0.633969] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634902] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637030] PPP generic driver version 2.4.2\n[ 0.637926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639168] ehci-pci: EHCI PCI platform driver\n[ 0.640024] ehci-platform: EHCI generic platform driver\n[ 0.640991] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642103] ohci-pci: OHCI PCI platform driver\n[ 0.642967] ohci-platform: OHCI generic platform driver\n[ 0.643936] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658331] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660759] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.662894] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664099] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.665510] usb usb1: Product: UHCI Host Controller\n[ 0.666439] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.667567] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.668565] hub 1-0:1.0: USB hub found\n[ 0.669330] hub 1-0:1.0: 2 ports detected\n[ 0.670220] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672332] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673270] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674289] mousedev: PS/2 mouse device common for all mice\n[ 0.675522] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677333] rtc_cmos 00:00: RTC can wake from S4\n[ 0.678425] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.679608] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680784] i2c /dev entries driver\n[ 0.681554] device-mapper: uevent: version 1.0.3\n[ 0.682492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684094] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685346] NET: Registered protocol family 10\n[ 0.686321] NET: Registered protocol family 17\n[ 0.687186] Key type dns_resolver registered\n[ 0.688121] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689220] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690981] registered taskstats version 1\n[ 0.691812] Loading compiled-in X.509 certificates\n[ 0.693239] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695101] zswap: loaded using pool lzo/zbud\n[ 0.696462] Key type trusted registered\n[ 0.698031] Key type encrypted registered\n[ 0.698866] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.699893] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700911] evm: HMAC attrs: 0x1\n[ 0.701843] Magic number: 6:537:885\n[ 0.702676] rtc_cmos 00:00: setting system clock to 2018-10-12 12:52:32 UTC (1539348752)\n[ 0.704239] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705327] EDD information not available.\n[ 0.786088] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.787539] ata1.00: configured for MWDMA2\n[ 0.788701] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.801460] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.802678] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.803913] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.805757] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.807254] Write protecting the kernel read-only data: 14336k\n[ 0.808800] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.810600] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.648619] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.91s]\nping 10.10.10.13 OK\nping 10.10.10.5 OK\nping 10.10.10.13 OK\n"} 2018-10-12 12:53:07,180 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action used request id req-fb0c5634-a21e-4896-9e94-aa9357120931 2018-10-12 12:53:08,185 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1877abc0d7a39580541e337aaa9d2f98e48698" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:53:09,258 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:53:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3cff44cc-5280-4ddf-99fa-6e5f57c1a567 x-compute-request-id: req-3cff44cc-5280-4ddf-99fa-6e5f57c1a567 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 530997611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.135656] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137274] pid_max: default: 32768 minimum: 301\n[ 0.138154] ACPI: Core revision 20150930\n[ 0.139529] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140802] Security Framework initialized\n[ 0.141595] Yama: becoming mindful.\n[ 0.142316] AppArmor: AppArmor initialized\n[ 0.143171] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144474] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145718] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146893] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148248] Initializing cgroup subsys io\n[ 0.149045] Initializing cgroup subsys memory\n[ 0.149883] Initializing cgroup subsys devices\n[ 0.150733] Initializing cgroup subsys freezer\n[ 0.151583] Initializing cgroup subsys net_cls\n[ 0.152438] Initializing cgroup subsys perf_event\n[ 0.153329] Initializing cgroup subsys net_prio\n[ 0.154197] Initializing cgroup subsys hugetlb\n[ 0.155070] Initializing cgroup subsys pids\n[ 0.155926] CPU: Physical Processor ID: 0\n[ 0.157404] mce: CPU supports 10 MCE banks\n[ 0.158232] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159213] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169913] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176316] ftrace: allocating 31920 entries in 125 pages\n[ 0.202822] smpboot: Max logical packages: 1\n[ 0.203668] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204981] x2apic enabled\n[ 0.205781] Switched APIC routing to physical x2apic.\n[ 0.207529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208629] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210574] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212322] KVM setup paravirtual spinlock\n[ 0.213600] x86: Booted up 1 node, 1 CPUs\n[ 0.214399] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.215784] devtmpfs: initialized\n[ 0.217488] evm: security.selinux\n[ 0.218168] evm: security.SMACK64\n[ 0.218855] evm: security.SMACK64EXEC\n[ 0.219583] evm: security.SMACK64TRANSMUTE\n[ 0.220370] evm: security.SMACK64MMAP\n[ 0.221092] evm: security.ima\n[ 0.221735] evm: security.capability\n[ 0.222522] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224329] pinctrl core: initialized pinctrl subsystem\n[ 0.225396] RTC time: 12:52:31, date: 10/12/18\n[ 0.226337] NET: Registered protocol family 16\n[ 0.227285] cpuidle: using governor ladder\n[ 0.228085] cpuidle: using governor menu\n[ 0.228861] PCCT header not found.\n[ 0.229598] ACPI: bus type PCI registered\n[ 0.230384] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231594] PCI: Using configuration type 1 for base access\n[ 0.233321] ACPI: Added _OSI(Module Device)\n[ 0.234142] ACPI: Added _OSI(Processor Device)\n[ 0.235005] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235892] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237988] ACPI: Interpreter enabled\n[ 0.238738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240540] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242339] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245956] ACPI: (supports S0 S5)\n[ 0.246652] ACPI: Using IOAPIC for interrupt routing\n[ 0.247690] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251860] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253065] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254232] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256420] acpiphp: Slot [3] registered\n[ 0.257209] acpiphp: Slot [4] registered\n[ 0.257998] acpiphp: Slot [5] registered\n[ 0.258784] acpiphp: Slot [6] registered\n[ 0.259561] acpiphp: Slot [7] registered\n[ 0.260343] acpiphp: Slot [8] registered\n[ 0.261126] acpiphp: Slot [9] registered\n[ 0.261915] acpiphp: Slot [10] registered\n[ 0.262706] acpiphp: Slot [11] registered\n[ 0.263499] acpiphp: Slot [12] registered\n[ 0.264296] acpiphp: Slot [13] registered\n[ 0.265095] acpiphp: Slot [14] registered\n[ 0.265898] acpiphp: Slot [15] registered\n[ 0.276782] acpiphp: Slot [16] registered\n[ 0.277589] acpiphp: Slot [17] registered\n[ 0.278391] acpiphp: Slot [18] registered\n[ 0.279184] acpiphp: Slot [19] registered\n[ 0.279992] acpiphp: Slot [20] registered\n[ 0.280792] acpiphp: Slot [21] registered\n[ 0.281584] acpiphp: Slot [22] registered\n[ 0.282374] acpiphp: Slot [23] registered\n[ 0.283169] acpiphp: Slot [24] registered\n[ 0.283969] acpiphp: Slot [25] registered\n[ 0.284758] acpiphp: Slot [26] registered\n[ 0.285553] acpiphp: Slot [27] registered\n[ 0.286352] acpiphp: Slot [28] registered\n[ 0.287152] acpiphp: Slot [29] registered\n[ 0.287948] acpiphp: Slot [30] registered\n[ 0.288744] acpiphp: Slot [31] registered\n[ 0.289590] PCI host bridge to bus 0000:00\n[ 0.290396] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291582] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292767] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294189] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295615] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301820] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303077] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305480] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311918] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313327] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359706] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361157] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363961] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365326] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367998] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369038] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370557] vgaarb: loaded\n[ 0.371145] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372269] SCSI subsystem initialized\n[ 0.373081] ACPI: bus type USB registered\n[ 0.373883] usbcore: registered new interface driver usbfs\n[ 0.374893] usbcore: registered new interface driver hub\n[ 0.375883] usbcore: registered new device driver usb\n[ 0.376931] PCI: Using ACPI for IRQ routing\n[ 0.377950] NetLabel: Initializing\n[ 0.378658] NetLabel: domain hash size = 128\n[ 0.379486] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380410] NetLabel: unlabeled traffic allowed by default\n[ 0.381500] clocksource: Switched to clocksource kvm-clock\n[ 0.386902] AppArmor: AppArmor Filesystem Enabled\n[ 0.387850] pnp: PnP ACPI init\n[ 0.388744] pnp: PnP ACPI: found 5 devices\n[ 0.395092] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396809] NET: Registered protocol family 2\n[ 0.397746] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398993] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400130] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401262] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402313] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403463] NET: Registered protocol family 1\n[ 0.404312] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405381] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406446] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420439] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434662] Trying to unpack rootfs image as initramfs...\n[ 0.484763] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498753] Scanning for low memory corruption every 60 seconds\n[ 0.500053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501190] audit: initializing netlink subsys (disabled)\n[ 0.502211] audit: type=2000 audit(1539348752.212:1): initialized\n[ 0.503505] Initialise system trusted keyring\n[ 0.504436] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507546] zbud: loaded\n[ 0.508249] VFS: Disk quotas dquot_6.6.0\n[ 0.509067] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510582] fuse init (API version 7.23)\n[ 0.511467] Key type big_key registered\n[ 0.512251] Allocating IMA MOK and blacklist keyrings.\n[ 0.513727] Key type asymmetric registered\n[ 0.514539] Asymmetric key parser 'x509' registered\n[ 0.515483] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516931] io scheduler noop registered\n[ 0.517740] io scheduler deadline registered (default)\n[ 0.518724] io scheduler cfq registered\n[ 0.519553] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520587] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521847] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523286] ACPI: Power Button [PWRF]\n[ 0.524108] GHES: HEST is not enabled!\n[ 0.558389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587074] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613411] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615523] Linux agpgart interface v0.103\n[ 0.617557] brd: module loaded\n[ 0.618724] loop: module loaded\n[ 0.622879] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.624313] GPT:90111 != 2097151\n[ 0.624987] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626076] GPT:90111 != 2097151\n[ 0.626745] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627692] vda: vda1 vda15\n[ 0.629093] scsi host0: ata_piix\n[ 0.629826] scsi host1: ata_piix\n[ 0.630527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631722] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633153] libphy: Fixed MDIO Bus: probed\n[ 0.633969] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634902] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637030] PPP generic driver version 2.4.2\n[ 0.637926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639168] ehci-pci: EHCI PCI platform driver\n[ 0.640024] ehci-platform: EHCI generic platform driver\n[ 0.640991] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642103] ohci-pci: OHCI PCI platform driver\n[ 0.642967] ohci-platform: OHCI generic platform driver\n[ 0.643936] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658331] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660759] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.662894] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664099] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.665510] usb usb1: Product: UHCI Host Controller\n[ 0.666439] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.667567] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.668565] hub 1-0:1.0: USB hub found\n[ 0.669330] hub 1-0:1.0: 2 ports detected\n[ 0.670220] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672332] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673270] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674289] mousedev: PS/2 mouse device common for all mice\n[ 0.675522] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677333] rtc_cmos 00:00: RTC can wake from S4\n[ 0.678425] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.679608] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680784] i2c /dev entries driver\n[ 0.681554] device-mapper: uevent: version 1.0.3\n[ 0.682492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684094] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685346] NET: Registered protocol family 10\n[ 0.686321] NET: Registered protocol family 17\n[ 0.687186] Key type dns_resolver registered\n[ 0.688121] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689220] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690981] registered taskstats version 1\n[ 0.691812] Loading compiled-in X.509 certificates\n[ 0.693239] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695101] zswap: loaded using pool lzo/zbud\n[ 0.696462] Key type trusted registered\n[ 0.698031] Key type encrypted registered\n[ 0.698866] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.699893] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700911] evm: HMAC attrs: 0x1\n[ 0.701843] Magic number: 6:537:885\n[ 0.702676] rtc_cmos 00:00: setting system clock to 2018-10-12 12:52:32 UTC (1539348752)\n[ 0.704239] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705327] EDD information not available.\n[ 0.786088] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.787539] ata1.00: configured for MWDMA2\n[ 0.788701] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.801460] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.802678] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.803913] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.805757] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.807254] Write protecting the kernel read-only data: 14336k\n[ 0.808800] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.810600] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.648619] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.91s]\nping 10.10.10.13 OK\nping 10.10.10.5 OK\nping 10.10.10.13 OK\n"} 2018-10-12 12:53:09,258 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action used request id req-3cff44cc-5280-4ddf-99fa-6e5f57c1a567 2018-10-12 12:53:10,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1877abc0d7a39580541e337aaa9d2f98e48698" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:53:11,380 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:53:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9140ac9-fab1-4a89-b7cb-239709ef3b4e x-compute-request-id: req-c9140ac9-fab1-4a89-b7cb-239709ef3b4e 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 530997611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.135656] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137274] pid_max: default: 32768 minimum: 301\n[ 0.138154] ACPI: Core revision 20150930\n[ 0.139529] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140802] Security Framework initialized\n[ 0.141595] Yama: becoming mindful.\n[ 0.142316] AppArmor: AppArmor initialized\n[ 0.143171] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144474] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145718] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146893] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148248] Initializing cgroup subsys io\n[ 0.149045] Initializing cgroup subsys memory\n[ 0.149883] Initializing cgroup subsys devices\n[ 0.150733] Initializing cgroup subsys freezer\n[ 0.151583] Initializing cgroup subsys net_cls\n[ 0.152438] Initializing cgroup subsys perf_event\n[ 0.153329] Initializing cgroup subsys net_prio\n[ 0.154197] Initializing cgroup subsys hugetlb\n[ 0.155070] Initializing cgroup subsys pids\n[ 0.155926] CPU: Physical Processor ID: 0\n[ 0.157404] mce: CPU supports 10 MCE banks\n[ 0.158232] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159213] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169913] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176316] ftrace: allocating 31920 entries in 125 pages\n[ 0.202822] smpboot: Max logical packages: 1\n[ 0.203668] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204981] x2apic enabled\n[ 0.205781] Switched APIC routing to physical x2apic.\n[ 0.207529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208629] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210574] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212322] KVM setup paravirtual spinlock\n[ 0.213600] x86: Booted up 1 node, 1 CPUs\n[ 0.214399] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.215784] devtmpfs: initialized\n[ 0.217488] evm: security.selinux\n[ 0.218168] evm: security.SMACK64\n[ 0.218855] evm: security.SMACK64EXEC\n[ 0.219583] evm: security.SMACK64TRANSMUTE\n[ 0.220370] evm: security.SMACK64MMAP\n[ 0.221092] evm: security.ima\n[ 0.221735] evm: security.capability\n[ 0.222522] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224329] pinctrl core: initialized pinctrl subsystem\n[ 0.225396] RTC time: 12:52:31, date: 10/12/18\n[ 0.226337] NET: Registered protocol family 16\n[ 0.227285] cpuidle: using governor ladder\n[ 0.228085] cpuidle: using governor menu\n[ 0.228861] PCCT header not found.\n[ 0.229598] ACPI: bus type PCI registered\n[ 0.230384] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231594] PCI: Using configuration type 1 for base access\n[ 0.233321] ACPI: Added _OSI(Module Device)\n[ 0.234142] ACPI: Added _OSI(Processor Device)\n[ 0.235005] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235892] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237988] ACPI: Interpreter enabled\n[ 0.238738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240540] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242339] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245956] ACPI: (supports S0 S5)\n[ 0.246652] ACPI: Using IOAPIC for interrupt routing\n[ 0.247690] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251860] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253065] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254232] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256420] acpiphp: Slot [3] registered\n[ 0.257209] acpiphp: Slot [4] registered\n[ 0.257998] acpiphp: Slot [5] registered\n[ 0.258784] acpiphp: Slot [6] registered\n[ 0.259561] acpiphp: Slot [7] registered\n[ 0.260343] acpiphp: Slot [8] registered\n[ 0.261126] acpiphp: Slot [9] registered\n[ 0.261915] acpiphp: Slot [10] registered\n[ 0.262706] acpiphp: Slot [11] registered\n[ 0.263499] acpiphp: Slot [12] registered\n[ 0.264296] acpiphp: Slot [13] registered\n[ 0.265095] acpiphp: Slot [14] registered\n[ 0.265898] acpiphp: Slot [15] registered\n[ 0.276782] acpiphp: Slot [16] registered\n[ 0.277589] acpiphp: Slot [17] registered\n[ 0.278391] acpiphp: Slot [18] registered\n[ 0.279184] acpiphp: Slot [19] registered\n[ 0.279992] acpiphp: Slot [20] registered\n[ 0.280792] acpiphp: Slot [21] registered\n[ 0.281584] acpiphp: Slot [22] registered\n[ 0.282374] acpiphp: Slot [23] registered\n[ 0.283169] acpiphp: Slot [24] registered\n[ 0.283969] acpiphp: Slot [25] registered\n[ 0.284758] acpiphp: Slot [26] registered\n[ 0.285553] acpiphp: Slot [27] registered\n[ 0.286352] acpiphp: Slot [28] registered\n[ 0.287152] acpiphp: Slot [29] registered\n[ 0.287948] acpiphp: Slot [30] registered\n[ 0.288744] acpiphp: Slot [31] registered\n[ 0.289590] PCI host bridge to bus 0000:00\n[ 0.290396] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291582] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292767] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294189] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295615] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301820] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303077] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305480] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311918] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313327] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359706] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361157] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363961] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365326] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367998] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369038] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370557] vgaarb: loaded\n[ 0.371145] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372269] SCSI subsystem initialized\n[ 0.373081] ACPI: bus type USB registered\n[ 0.373883] usbcore: registered new interface driver usbfs\n[ 0.374893] usbcore: registered new interface driver hub\n[ 0.375883] usbcore: registered new device driver usb\n[ 0.376931] PCI: Using ACPI for IRQ routing\n[ 0.377950] NetLabel: Initializing\n[ 0.378658] NetLabel: domain hash size = 128\n[ 0.379486] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380410] NetLabel: unlabeled traffic allowed by default\n[ 0.381500] clocksource: Switched to clocksource kvm-clock\n[ 0.386902] AppArmor: AppArmor Filesystem Enabled\n[ 0.387850] pnp: PnP ACPI init\n[ 0.388744] pnp: PnP ACPI: found 5 devices\n[ 0.395092] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396809] NET: Registered protocol family 2\n[ 0.397746] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398993] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400130] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401262] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402313] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403463] NET: Registered protocol family 1\n[ 0.404312] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405381] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406446] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420439] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434662] Trying to unpack rootfs image as initramfs...\n[ 0.484763] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498753] Scanning for low memory corruption every 60 seconds\n[ 0.500053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501190] audit: initializing netlink subsys (disabled)\n[ 0.502211] audit: type=2000 audit(1539348752.212:1): initialized\n[ 0.503505] Initialise system trusted keyring\n[ 0.504436] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507546] zbud: loaded\n[ 0.508249] VFS: Disk quotas dquot_6.6.0\n[ 0.509067] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510582] fuse init (API version 7.23)\n[ 0.511467] Key type big_key registered\n[ 0.512251] Allocating IMA MOK and blacklist keyrings.\n[ 0.513727] Key type asymmetric registered\n[ 0.514539] Asymmetric key parser 'x509' registered\n[ 0.515483] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516931] io scheduler noop registered\n[ 0.517740] io scheduler deadline registered (default)\n[ 0.518724] io scheduler cfq registered\n[ 0.519553] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520587] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521847] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523286] ACPI: Power Button [PWRF]\n[ 0.524108] GHES: HEST is not enabled!\n[ 0.558389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587074] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613411] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615523] Linux agpgart interface v0.103\n[ 0.617557] brd: module loaded\n[ 0.618724] loop: module loaded\n[ 0.622879] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.624313] GPT:90111 != 2097151\n[ 0.624987] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626076] GPT:90111 != 2097151\n[ 0.626745] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627692] vda: vda1 vda15\n[ 0.629093] scsi host0: ata_piix\n[ 0.629826] scsi host1: ata_piix\n[ 0.630527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631722] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633153] libphy: Fixed MDIO Bus: probed\n[ 0.633969] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634902] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637030] PPP generic driver version 2.4.2\n[ 0.637926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639168] ehci-pci: EHCI PCI platform driver\n[ 0.640024] ehci-platform: EHCI generic platform driver\n[ 0.640991] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642103] ohci-pci: OHCI PCI platform driver\n[ 0.642967] ohci-platform: OHCI generic platform driver\n[ 0.643936] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658331] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660759] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.662894] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664099] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.665510] usb usb1: Product: UHCI Host Controller\n[ 0.666439] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.667567] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.668565] hub 1-0:1.0: USB hub found\n[ 0.669330] hub 1-0:1.0: 2 ports detected\n[ 0.670220] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672332] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673270] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674289] mousedev: PS/2 mouse device common for all mice\n[ 0.675522] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677333] rtc_cmos 00:00: RTC can wake from S4\n[ 0.678425] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.679608] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680784] i2c /dev entries driver\n[ 0.681554] device-mapper: uevent: version 1.0.3\n[ 0.682492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684094] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685346] NET: Registered protocol family 10\n[ 0.686321] NET: Registered protocol family 17\n[ 0.687186] Key type dns_resolver registered\n[ 0.688121] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689220] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690981] registered taskstats version 1\n[ 0.691812] Loading compiled-in X.509 certificates\n[ 0.693239] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695101] zswap: loaded using pool lzo/zbud\n[ 0.696462] Key type trusted registered\n[ 0.698031] Key type encrypted registered\n[ 0.698866] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.699893] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700911] evm: HMAC attrs: 0x1\n[ 0.701843] Magic number: 6:537:885\n[ 0.702676] rtc_cmos 00:00: setting system clock to 2018-10-12 12:52:32 UTC (1539348752)\n[ 0.704239] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705327] EDD information not available.\n[ 0.786088] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.787539] ata1.00: configured for MWDMA2\n[ 0.788701] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.801460] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.802678] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.803913] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.805757] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.807254] Write protecting the kernel read-only data: 14336k\n[ 0.808800] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.810600] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.648619] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.91s]\nping 10.10.10.13 OK\nping 10.10.10.5 OK\nping 10.10.10.13 OK\n"} 2018-10-12 12:53:11,381 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action used request id req-c9140ac9-fab1-4a89-b7cb-239709ef3b4e 2018-10-12 12:53:12,228 - sdnvpn-results - INFO - Check ping status of vm_1, vm_3 and vm_4. Instance vm_2 is deleted 2018-10-12 12:53:12,229 - __name__ - INFO - Sending stop signal to monitor thread 2018-10-12 12:53:12,386 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1877abc0d7a39580541e337aaa9d2f98e48698" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:53:13,468 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:53: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-c4e3a334-dbbd-4510-9adb-828751dcbd91 x-compute-request-id: req-c4e3a334-dbbd-4510-9adb-828751dcbd91 Content-Encoding: gzip Content-Length: 8084 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530997611 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.908 MHz processor\n[ 0.135656] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.137274] pid_max: default: 32768 minimum: 301\n[ 0.138154] ACPI: Core revision 20150930\n[ 0.139529] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140802] Security Framework initialized\n[ 0.141595] Yama: becoming mindful.\n[ 0.142316] AppArmor: AppArmor initialized\n[ 0.143171] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144474] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145718] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146893] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148248] Initializing cgroup subsys io\n[ 0.149045] Initializing cgroup subsys memory\n[ 0.149883] Initializing cgroup subsys devices\n[ 0.150733] Initializing cgroup subsys freezer\n[ 0.151583] Initializing cgroup subsys net_cls\n[ 0.152438] Initializing cgroup subsys perf_event\n[ 0.153329] Initializing cgroup subsys net_prio\n[ 0.154197] Initializing cgroup subsys hugetlb\n[ 0.155070] Initializing cgroup subsys pids\n[ 0.155926] CPU: Physical Processor ID: 0\n[ 0.157404] mce: CPU supports 10 MCE banks\n[ 0.158232] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159213] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169913] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176316] ftrace: allocating 31920 entries in 125 pages\n[ 0.202822] smpboot: Max logical packages: 1\n[ 0.203668] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204981] x2apic enabled\n[ 0.205781] Switched APIC routing to physical x2apic.\n[ 0.207529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208629] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210574] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212322] KVM setup paravirtual spinlock\n[ 0.213600] x86: Booted up 1 node, 1 CPUs\n[ 0.214399] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.215784] devtmpfs: initialized\n[ 0.217488] evm: security.selinux\n[ 0.218168] evm: security.SMACK64\n[ 0.218855] evm: security.SMACK64EXEC\n[ 0.219583] evm: security.SMACK64TRANSMUTE\n[ 0.220370] evm: security.SMACK64MMAP\n[ 0.221092] evm: security.ima\n[ 0.221735] evm: security.capability\n[ 0.222522] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224329] pinctrl core: initialized pinctrl subsystem\n[ 0.225396] RTC time: 12:52:31, date: 10/12/18\n[ 0.226337] NET: Registered protocol family 16\n[ 0.227285] cpuidle: using governor ladder\n[ 0.228085] cpuidle: using governor menu\n[ 0.228861] PCCT header not found.\n[ 0.229598] ACPI: bus type PCI registered\n[ 0.230384] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231594] PCI: Using configuration type 1 for base access\n[ 0.233321] ACPI: Added _OSI(Module Device)\n[ 0.234142] ACPI: Added _OSI(Processor Device)\n[ 0.235005] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235892] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237988] ACPI: Interpreter enabled\n[ 0.238738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240540] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242339] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245956] ACPI: (supports S0 S5)\n[ 0.246652] ACPI: Using IOAPIC for interrupt routing\n[ 0.247690] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251860] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253065] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254232] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256420] acpiphp: Slot [3] registered\n[ 0.257209] acpiphp: Slot [4] registered\n[ 0.257998] acpiphp: Slot [5] registered\n[ 0.258784] acpiphp: Slot [6] registered\n[ 0.259561] acpiphp: Slot [7] registered\n[ 0.260343] acpiphp: Slot [8] registered\n[ 0.261126] acpiphp: Slot [9] registered\n[ 0.261915] acpiphp: Slot [10] registered\n[ 0.262706] acpiphp: Slot [11] registered\n[ 0.263499] acpiphp: Slot [12] registered\n[ 0.264296] acpiphp: Slot [13] registered\n[ 0.265095] acpiphp: Slot [14] registered\n[ 0.265898] acpiphp: Slot [15] registered\n[ 0.276782] acpiphp: Slot [16] registered\n[ 0.277589] acpiphp: Slot [17] registered\n[ 0.278391] acpiphp: Slot [18] registered\n[ 0.279184] acpiphp: Slot [19] registered\n[ 0.279992] acpiphp: Slot [20] registered\n[ 0.280792] acpiphp: Slot [21] registered\n[ 0.281584] acpiphp: Slot [22] registered\n[ 0.282374] acpiphp: Slot [23] registered\n[ 0.283169] acpiphp: Slot [24] registered\n[ 0.283969] acpiphp: Slot [25] registered\n[ 0.284758] acpiphp: Slot [26] registered\n[ 0.285553] acpiphp: Slot [27] registered\n[ 0.286352] acpiphp: Slot [28] registered\n[ 0.287152] acpiphp: Slot [29] registered\n[ 0.287948] acpiphp: Slot [30] registered\n[ 0.288744] acpiphp: Slot [31] registered\n[ 0.289590] PCI host bridge to bus 0000:00\n[ 0.290396] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291582] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292767] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294189] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295615] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301820] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303077] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304230] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305480] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311918] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313327] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359706] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361157] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363961] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365326] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366571] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367998] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369038] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370557] vgaarb: loaded\n[ 0.371145] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372269] SCSI subsystem initialized\n[ 0.373081] ACPI: bus type USB registered\n[ 0.373883] usbcore: registered new interface driver usbfs\n[ 0.374893] usbcore: registered new interface driver hub\n[ 0.375883] usbcore: registered new device driver usb\n[ 0.376931] PCI: Using ACPI for IRQ routing\n[ 0.377950] NetLabel: Initializing\n[ 0.378658] NetLabel: domain hash size = 128\n[ 0.379486] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380410] NetLabel: unlabeled traffic allowed by default\n[ 0.381500] clocksource: Switched to clocksource kvm-clock\n[ 0.386902] AppArmor: AppArmor Filesystem Enabled\n[ 0.387850] pnp: PnP ACPI init\n[ 0.388744] pnp: PnP ACPI: found 5 devices\n[ 0.395092] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396809] NET: Registered protocol family 2\n[ 0.397746] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398993] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400130] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401262] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402313] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403463] NET: Registered protocol family 1\n[ 0.404312] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405381] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406446] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420439] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434662] Trying to unpack rootfs image as initramfs...\n[ 0.484763] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498753] Scanning for low memory corruption every 60 seconds\n[ 0.500053] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501190] audit: initializing netlink subsys (disabled)\n[ 0.502211] audit: type=2000 audit(1539348752.212:1): initialized\n[ 0.503505] Initialise system trusted keyring\n[ 0.504436] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507546] zbud: loaded\n[ 0.508249] VFS: Disk quotas dquot_6.6.0\n[ 0.509067] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510582] fuse init (API version 7.23)\n[ 0.511467] Key type big_key registered\n[ 0.512251] Allocating IMA MOK and blacklist keyrings.\n[ 0.513727] Key type asymmetric registered\n[ 0.514539] Asymmetric key parser 'x509' registered\n[ 0.515483] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516931] io scheduler noop registered\n[ 0.517740] io scheduler deadline registered (default)\n[ 0.518724] io scheduler cfq registered\n[ 0.519553] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520587] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521847] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523286] ACPI: Power Button [PWRF]\n[ 0.524108] GHES: HEST is not enabled!\n[ 0.558389] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587074] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613411] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615523] Linux agpgart interface v0.103\n[ 0.617557] brd: module loaded\n[ 0.618724] loop: module loaded\n[ 0.622879] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.624313] GPT:90111 != 2097151\n[ 0.624987] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626076] GPT:90111 != 2097151\n[ 0.626745] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627692] vda: vda1 vda15\n[ 0.629093] scsi host0: ata_piix\n[ 0.629826] scsi host1: ata_piix\n[ 0.630527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631722] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633153] libphy: Fixed MDIO Bus: probed\n[ 0.633969] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634902] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637030] PPP generic driver version 2.4.2\n[ 0.637926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639168] ehci-pci: EHCI PCI platform driver\n[ 0.640024] ehci-platform: EHCI generic platform driver\n[ 0.640991] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642103] ohci-pci: OHCI PCI platform driver\n[ 0.642967] ohci-platform: OHCI generic platform driver\n[ 0.643936] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658331] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659326] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660759] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661788] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.662894] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664099] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.665510] usb usb1: Product: UHCI Host Controller\n[ 0.666439] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.667567] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.668565] hub 1-0:1.0: USB hub found\n[ 0.669330] hub 1-0:1.0: 2 ports detected\n[ 0.670220] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672332] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673270] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674289] mousedev: PS/2 mouse device common for all mice\n[ 0.675522] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677333] rtc_cmos 00:00: RTC can wake from S4\n[ 0.678425] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.679608] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680784] i2c /dev entries driver\n[ 0.681554] device-mapper: uevent: version 1.0.3\n[ 0.682492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684094] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685346] NET: Registered protocol family 10\n[ 0.686321] NET: Registered protocol family 17\n[ 0.687186] Key type dns_resolver registered\n[ 0.688121] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.689220] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690981] registered taskstats version 1\n[ 0.691812] Loading compiled-in X.509 certificates\n[ 0.693239] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695101] zswap: loaded using pool lzo/zbud\n[ 0.696462] Key type trusted registered\n[ 0.698031] Key type encrypted registered\n[ 0.698866] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.699893] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700911] evm: HMAC attrs: 0x1\n[ 0.701843] Magic number: 6:537:885\n[ 0.702676] rtc_cmos 00:00: setting system clock to 2018-10-12 12:52:32 UTC (1539348752)\n[ 0.704239] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705327] EDD information not available.\n[ 0.786088] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.787539] ata1.00: configured for MWDMA2\n[ 0.788701] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.801460] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.802678] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.803913] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.805757] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.807254] Write protecting the kernel read-only data: 14336k\n[ 0.808800] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.810600] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.648619] 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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.91s]\nping 10.10.10.13 OK\nping 10.10.10.5 OK\nping 10.10.10.13 OK\nping 10.10.10.5 OK\n"} 2018-10-12 12:53:13,468 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action used request id req-c4e3a334-dbbd-4510-9adb-828751dcbd91 2018-10-12 12:53:13,487 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d0ceb75625d1816375823c040137599c262a8e7" -d '{"forceDelete": null}' 2018-10-12 12:53:13,676 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12: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 x-openstack-request-id: req-a171af2e-6f72-4417-86f0-16d477da43d0 x-compute-request-id: req-a171af2e-6f72-4417-86f0-16d477da43d0 Content-Length: 0 Content-Type: application/json 2018-10-12 12:53:13,676 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/ecfbe3f9-834d-467b-871e-4d73fa497f8d/action used request id req-a171af2e-6f72-4417-86f0-16d477da43d0 2018-10-12 12:53:13,679 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d0ceb75625d1816375823c040137599c262a8e7" -d '{"forceDelete": null}' 2018-10-12 12:53:13,861 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12: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 x-openstack-request-id: req-244d7222-0725-4cb2-b2ff-91fde7827092 x-compute-request-id: req-244d7222-0725-4cb2-b2ff-91fde7827092 Content-Length: 0 Content-Type: application/json 2018-10-12 12:53:13,861 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/709f4024-76dd-4239-8d85-f0a9ed0379c0/action used request id req-244d7222-0725-4cb2-b2ff-91fde7827092 2018-10-12 12:53:13,865 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d0ceb75625d1816375823c040137599c262a8e7" -d '{"forceDelete": null}' 2018-10-12 12:53:14,058 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12: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 x-openstack-request-id: req-8dbd89b3-e7c9-4bc9-8779-2739df8393fd x-compute-request-id: req-8dbd89b3-e7c9-4bc9-8779-2739df8393fd Content-Length: 0 Content-Type: application/json 2018-10-12 12:53:14,058 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/26d8a3c0-06cd-4dd1-bf3b-5f17d1b49728/action used request id req-8dbd89b3-e7c9-4bc9-8779-2739df8393fd 2018-10-12 12:53:14,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/8090a927-f0c3-4432-ac1e-fad924a6004e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}86adc0fcbb19247f8dbf4a825d5125208a42d216" 2018-10-12 12:53:15,355 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e67d386c-b99b-44af-a89b-e57e49dd9974 Date: Fri, 12 Oct 2018 12:53:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 12:53:15,355 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/8090a927-f0c3-4432-ac1e-fad924a6004e used request id req-e67d386c-b99b-44af-a89b-e57e49dd9974 2018-10-12 12:53:15,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/9cdd17db-6a9b-4308-b708-622bdd2327f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f32ecf4c6de0e91eb0c14e20b386e452e67fbad" 2018-10-12 12:53:15,608 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-781727a1-2c65-4243-bd23-5d0cdbe75428 Date: Fri, 12 Oct 2018 12:53:15 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet 9cdd17db-6a9b-4308-b708-622bdd2327f5: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-10-12 12:53:15,608 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/9cdd17db-6a9b-4308-b708-622bdd2327f5 used request id req-781727a1-2c65-4243-bd23-5d0cdbe75428 2018-10-12 12:53:15,609 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Unable to complete operation on subnet 9cdd17db-6a9b-4308-b708-622bdd2327f5: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-10-12 12:53:15,609 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '9cdd17db-6a9b-4308-b708-622bdd2327f5')]: Unable to complete operation on subnet 9cdd17db-6a9b-4308-b708-622bdd2327f5: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-781727a1-2c65-4243-bd23-5d0cdbe75428'] 2018-10-12 12:53:15,610 - sdnvpn_test_utils - ERROR - Fail to delete all subnets. Subnet with id 9cdd17db-6a9b-4308-b708-622bdd2327f5 was not deleted. 2018-10-12 12:53:15,610 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Check ping status of vm_1, vm_2, and vm_3 | +----------------------------------------------------------------------------------------+ | PASS | Ping succeeds | | Check ping status of vm_1, vm_3 and vm_4. Instance vm_2 is deleted | +----------------------------------------------------------------------------------------+ | PASS | Ping succeeds | +========================================================================================+ 2018-10-12 12:53:15,610 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-12 12:53:15,627 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_10 2018-10-12 12:53:15,627 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances': {'status': 'PASS', 'details': [{'Ping succeeds': 'PASS'}, {'Ping succeeds': 'PASS'}]} 2018-10-12 12:53:15,628 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario' 2018-10-12 12:53:15,628 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================== 2018-10-12 12:53:15,628 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_13 2018-10-12 12:53:15,722 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_13 main method 2018-10-12 12:53:15,722 - sdnvpn.test.functest.testcase_13 - INFO - Using old image 2018-10-12 12:53:15,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:53:15,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:53:15,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:53:15,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:53:15,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:53:15,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:53:15,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:53:15,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:53:15,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:53:15,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:53:15,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:53:15,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:53:15,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:53:15,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:53:15,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:53:15,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:53:15,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:53:15,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:53:15,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:53:15,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:53:15,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:53:15,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:53:15,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:53:15,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:53:15,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:53:15,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:53:15,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:53:15,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:53:15,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:53:15,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:53:15,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:53:15,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:53:15,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:53:15,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:53:15,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:53:15,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:53:15,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:53:15,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:53:15,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:53:15,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:53:15,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:53:15,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:53:15,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:53:15,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:53:15,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:53:15,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:53:15,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:53:15,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:53:15,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-12 12:53:15,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:53:15,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:53:15,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:53:15,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:53:15,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:53:15,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:53:15,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:53:15,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:53:15,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:53:15,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:53:15,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:53:15,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:53:15,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:53:15,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:53:15,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:53:15,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:53:15,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:53:15,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:53:15,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:53:15,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:53:15,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:53:15,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:53:15,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:53:15,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:53:15,733 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-12 12:53:15,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:53:15,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:53:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab77eacb-0c70-4839-adfa-16587c9ad168 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:53:15,740 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-ab77eacb-0c70-4839-adfa-16587c9ad168 2018-10-12 12:53:15,741 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:53:16,110 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:53:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["oFfjJd5JQFOmZDyyMx0g0A"], "issued_at": "2018-10-12T12:53:16.000000Z"}} 2018-10-12 12:53:16,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9fa54d8ac01b2981a3beda81ff6ce101b61c277" 2018-10-12 12:53:16,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-a4dc4582-fffc-47a3-91cc-32724081832a Date: Fri, 12 Oct 2018 12:53:16 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-12 12:53:16,673 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20 used request id req-a4dc4582-fffc-47a3-91cc-32724081832a 2018-10-12 12:53:16,673 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-10-12 12:53:16,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9fa54d8ac01b2981a3beda81ff6ce101b61c277" 2018-10-12 12:53:16,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ecbf8ffd-7861-4d43-bae1-fc77b04f578e Date: Fri, 12 Oct 2018 12:53:16 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-10-12 12:53:16,826 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-ecbf8ffd-7861-4d43-bae1-fc77b04f578e 2018-10-12 12:53:16,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f9fa54d8ac01b2981a3beda81ff6ce101b61c277" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-ubuntu", "visibility": "public"}' 2018-10-12 12:53:17,064 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 574 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/d58fda19-1960-451e-8acd-65481c7f0fd0 X-Openstack-Request-Id: req-f5ae5b60-ce63-45dc-ace1-21871dfc2a26 Date: Fri, 12 Oct 2018 12:53:17 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-10-12T12:53:17Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-12T12:53:17Z", "visibility": "public", "locations": [], "self": "/v2/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "min_disk": 0, "protected": false, "id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "file": "/v2/images/d58fda19-1960-451e-8acd-65481c7f0fd0/file", "checksum": null, "owner": "d6e005d8411b4b378ddb320b792455b0", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 12:53:17,064 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-f5ae5b60-ce63-45dc-ace1-21871dfc2a26 2018-10-12 12:53:17,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/d58fda19-1960-451e-8acd-65481c7f0fd0/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9fa54d8ac01b2981a3beda81ff6ce101b61c277" -d '' 2018-10-12 12:53:28,208 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bcabb868-22a2-4388-b099-cd12d50a969f Date: Fri, 12 Oct 2018 12:53:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 12:53:28,208 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/d58fda19-1960-451e-8acd-65481c7f0fd0/file used request id req-bcabb868-22a2-4388-b099-cd12d50a969f 2018-10-12 12:53:28,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:53:28,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:53:28,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:53:28,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:53:28,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:53:28,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:53:28,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:53:28,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:53:28,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:53:28,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:53:28,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:53:28,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:53:28,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:53:28,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:53:28,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:53:28,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:53:28,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:53:28,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:53:28,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:53:28,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:53:28,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:53:28,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:53:28,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:53:28,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:53:28,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:53:28,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:53:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a382fda-75fe-49aa-86aa-bfcc4e43d8a6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:53:28,222 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-2a382fda-75fe-49aa-86aa-bfcc4e43d8a6 2018-10-12 12:53:28,223 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:53:28,607 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:53:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["3JlgZS-dRG6IMBgAlS93yg"], "issued_at": "2018-10-12T12:53:28.000000Z"}} 2018-10-12 12:53:28,610 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d095bd4e9b5db8f9caf7d4579cb2b6c8378bf8ff" 2018-10-12 12:53:29,149 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:53: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-14f38223-2af1-4c57-afc8-8407a1cc40c5 x-compute-request-id: req-14f38223-2af1-4c57-afc8-8407a1cc40c5 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-12 12:53:29,149 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail used request id req-14f38223-2af1-4c57-afc8-8407a1cc40c5 2018-10-12 12:53:29,150 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-10-12 12:53:29,153 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d095bd4e9b5db8f9caf7d4579cb2b6c8378bf8ff" -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-10-12 12:53:29,207 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-9094168a-680c-4423-a0d1-6f14488b302c x-compute-request-id: req-9094168a-680c-4423-a0d1-6f14488b302c Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:53:29,207 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-9094168a-680c-4423-a0d1-6f14488b302c 2018-10-12 12:53:29,208 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=3b6f6b65-e4a6-4384-8bc0-cac0b758abe9 created successfully. 2018-10-12 12:53:29,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:53:29,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:53:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-985a7079-3985-4005-b766-182755ac3af5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:53:29,215 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-985a7079-3985-4005-b766-182755ac3af5 2018-10-12 12:53:29,215 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:53:29,592 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:53:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["rekMjlzFSqGzFBF5oB6tiA"], "issued_at": "2018-10-12T12:53:29.000000Z"}} 2018-10-12 12:53:29,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a1cf19396d075062922774d260a4939855eddc8" 2018-10-12 12:53:29,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4422 X-Openstack-Request-Id: req-8426cb7b-f19e-459a-b0c0-9ee85b96039d Date: Fri, 12 Oct 2018 12:53:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"046e8be6-73a2-4cdb-8088-5aa6369acc8f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6b2ab9f70b144a179d41e82e72ebf43e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T12:45:54Z","provider:segmentation_id":24,"name":"","admin_state_up":true,"tenant_id":"6b2ab9f70b144a179d41e82e72ebf43e","created_at":"2018-10-12T12:45:54Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3f1c1b23-ebc3-4cb4-9bda-5e1f11dc2c6e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6b2ab9f70b144a179d41e82e72ebf43e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T12:46:02Z","provider:segmentation_id":7,"name":"","admin_state_up":true,"tenant_id":"6b2ab9f70b144a179d41e82e72ebf43e","created_at":"2018-10-12T12:46:02Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"80c022cb-39b8-4c5f-8dae-f160d214dd9b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6b2ab9f70b144a179d41e82e72ebf43e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T12:46:08Z","provider:segmentation_id":47,"name":"","admin_state_up":true,"tenant_id":"6b2ab9f70b144a179d41e82e72ebf43e","created_at":"2018-10-12T12:46:08Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ea641bff-0bf9-43fe-94d6-93e0d1298025","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":["9cdd17db-6a9b-4308-b708-622bdd2327f5"],"description":"","tags":[],"updated_at":"2018-10-12T12:50:07Z","provider:segmentation_id":85,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:50:07Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ec4cc50e-8301-45fd-94e4-9739c1c66c83","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6b2ab9f70b144a179d41e82e72ebf43e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T12:46:04Z","provider:segmentation_id":5,"name":"","admin_state_up":true,"tenant_id":"6b2ab9f70b144a179d41e82e72ebf43e","created_at":"2018-10-12T12:46:04Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fa928d39-d2b5-4f95-ac16-b172d3f448b9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":["90817aa9-bb57-4142-9d31-13e4b4702cde"],"description":"","tags":[],"updated_at":"2018-10-12T12:32:01Z","provider:segmentation_id":8,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:32:01Z","provider:network_type":"vxlan"}]} 2018-10-12 12:53:29,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-8426cb7b-f19e-459a-b0c0-9ee85b96039d 2018-10-12 12:53:29,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a1cf19396d075062922774d260a4939855eddc8" 2018-10-12 12:53:30,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1884 X-Openstack-Request-Id: req-5e09259b-c76d-4133-b5b3-f840d8bb2432 Date: Fri, 12 Oct 2018 12:53:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:14Z","dns_nameservers":[],"updated_at":"2018-10-12T10:34:14Z","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":"a326b90e4e0b4021a92eb982e1729d5e","id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fa928d39-d2b5-4f95-ac16-b172d3f448b9","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:32:01Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-12T12:32:01Z","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":"d6e005d8411b4b378ddb320b792455b0","id":"90817aa9-bb57-4142-9d31-13e4b4702cde","subnetpool_id":null,"name":"sdnvpn-12-1-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ea641bff-0bf9-43fe-94d6-93e0d1298025","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:50:07Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-12T12:50:07Z","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":"d6e005d8411b4b378ddb320b792455b0","id":"9cdd17db-6a9b-4308-b708-622bdd2327f5","subnetpool_id":null,"name":"sdnvpn-10-1-subnet"}]} 2018-10-12 12:53:30,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-5e09259b-c76d-4133-b5b3-f840d8bb2432 2018-10-12 12:53:30,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a1cf19396d075062922774d260a4939855eddc8" 2018-10-12 12:53:30,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-018059e7-1d86-4b61-a6c7-0cdc721191dd Date: Fri, 12 Oct 2018 12:53:30 GMT RESP BODY: {"routers": []} 2018-10-12 12:53:30,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers used request id req-018059e7-1d86-4b61-a6c7-0cdc721191dd 2018-10-12 12:53:30,265 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2018-10-12 12:53:30,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a1cf19396d075062922774d260a4939855eddc8" -d '{"network": {"name": "sdnvpn-13-1-net", "admin_state_up": true}}' 2018-10-12 12:53:30,653 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-cd77d48d-ec01-4984-920c-5a37c52240cb Date: Fri, 12 Oct 2018 12:53: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":"981dc87b-d772-4cac-a0e1-e29367070818","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T12:53:30Z","is_default":false,"provider:segmentation_id":96,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:53:30Z","mtu":1450}} 2018-10-12 12:53:30,653 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks used request id req-cd77d48d-ec01-4984-920c-5a37c52240cb 2018-10-12 12:53:30,654 - sdnvpn.lib.openstack_utils - DEBUG - Network '981dc87b-d772-4cac-a0e1-e29367070818' created successfully 2018-10-12 12:53:30,654 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-12 12:53:30,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a1cf19396d075062922774d260a4939855eddc8" -d '{"subnets": [{"ip_version": 4, "network_id": "981dc87b-d772-4cac-a0e1-e29367070818", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-13-1-subnet"}]}' 2018-10-12 12:53:31,970 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-a324c69b-c216-4ffe-8542-e3015c20e75b Date: Fri, 12 Oct 2018 12:53:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"981dc87b-d772-4cac-a0e1-e29367070818","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:53:31Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-12T12:53:31Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"d6e005d8411b4b378ddb320b792455b0","id":"8f768f56-1fee-4dfc-91b8-916b6fa779ff","subnetpool_id":null,"name":"sdnvpn-13-1-subnet"}]} 2018-10-12 12:53:31,971 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets used request id req-a324c69b-c216-4ffe-8542-e3015c20e75b 2018-10-12 12:53:31,971 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '8f768f56-1fee-4dfc-91b8-916b6fa779ff' created successfully 2018-10-12 12:53:31,971 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-12 12:53:31,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a1cf19396d075062922774d260a4939855eddc8" -d '{"router": {"name": "sdnvpn-13-1-router", "admin_state_up": true}}' 2018-10-12 12:53:32,327 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-c86da5a5-7c9a-4f72-bf56-cce87b714f9c Date: Fri, 12 Oct 2018 12:53:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:53:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:53:32Z", "revision_number": 0, "routes": [], "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "4ff35e2d-8da4-4846-9f85-b4d7d07d5be3", "name": "sdnvpn-13-1-router"}} 2018-10-12 12:53:32,327 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers used request id req-c86da5a5-7c9a-4f72-bf56-cce87b714f9c 2018-10-12 12:53:32,327 - sdnvpn.lib.openstack_utils - DEBUG - Router '4ff35e2d-8da4-4846-9f85-b4d7d07d5be3' created successfully 2018-10-12 12:53:32,328 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-12 12:53:32,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/4ff35e2d-8da4-4846-9f85-b4d7d07d5be3/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a1cf19396d075062922774d260a4939855eddc8" -d '{"subnet_id": "8f768f56-1fee-4dfc-91b8-916b6fa779ff"}' 2018-10-12 12:53:33,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-46ff5a4d-85aa-4559-aeee-8550f945fa56 Date: Fri, 12 Oct 2018 12:53:33 GMT RESP BODY: {"network_id": "981dc87b-d772-4cac-a0e1-e29367070818", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "subnet_id": "8f768f56-1fee-4dfc-91b8-916b6fa779ff", "subnet_ids": ["8f768f56-1fee-4dfc-91b8-916b6fa779ff"], "port_id": "a71c5564-a9be-40b8-8f25-260decdee38a", "id": "4ff35e2d-8da4-4846-9f85-b4d7d07d5be3"} 2018-10-12 12:53:33,891 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/4ff35e2d-8da4-4846-9f85-b4d7d07d5be3/add_router_interface used request id req-46ff5a4d-85aa-4559-aeee-8550f945fa56 2018-10-12 12:53:33,892 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-12 12:53:33,892 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-12 12:53:33,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a1cf19396d075062922774d260a4939855eddc8" 2018-10-12 12:53:34,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5083 X-Openstack-Request-Id: req-4e44c1ae-de04-4f74-99dc-8877485dd8c1 Date: Fri, 12 Oct 2018 12:53:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"046e8be6-73a2-4cdb-8088-5aa6369acc8f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6b2ab9f70b144a179d41e82e72ebf43e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T12:45:54Z","provider:segmentation_id":24,"name":"","admin_state_up":true,"tenant_id":"6b2ab9f70b144a179d41e82e72ebf43e","created_at":"2018-10-12T12:45:54Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3f1c1b23-ebc3-4cb4-9bda-5e1f11dc2c6e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6b2ab9f70b144a179d41e82e72ebf43e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T12:46:02Z","provider:segmentation_id":7,"name":"","admin_state_up":true,"tenant_id":"6b2ab9f70b144a179d41e82e72ebf43e","created_at":"2018-10-12T12:46:02Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"80c022cb-39b8-4c5f-8dae-f160d214dd9b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6b2ab9f70b144a179d41e82e72ebf43e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T12:46:08Z","provider:segmentation_id":47,"name":"","admin_state_up":true,"tenant_id":"6b2ab9f70b144a179d41e82e72ebf43e","created_at":"2018-10-12T12:46:08Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"981dc87b-d772-4cac-a0e1-e29367070818","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":["8f768f56-1fee-4dfc-91b8-916b6fa779ff"],"description":"","tags":[],"updated_at":"2018-10-12T12:53:31Z","provider:segmentation_id":96,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:53:30Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ea641bff-0bf9-43fe-94d6-93e0d1298025","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":["9cdd17db-6a9b-4308-b708-622bdd2327f5"],"description":"","tags":[],"updated_at":"2018-10-12T12:50:07Z","provider:segmentation_id":85,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:50:07Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ec4cc50e-8301-45fd-94e4-9739c1c66c83","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6b2ab9f70b144a179d41e82e72ebf43e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-12T12:46:04Z","provider:segmentation_id":5,"name":"","admin_state_up":true,"tenant_id":"6b2ab9f70b144a179d41e82e72ebf43e","created_at":"2018-10-12T12:46:04Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fa928d39-d2b5-4f95-ac16-b172d3f448b9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","subnets":["90817aa9-bb57-4142-9d31-13e4b4702cde"],"description":"","tags":[],"updated_at":"2018-10-12T12:32:01Z","provider:segmentation_id":8,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:32:01Z","provider:network_type":"vxlan"}]} 2018-10-12 12:53:34,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks used request id req-4e44c1ae-de04-4f74-99dc-8877485dd8c1 2018-10-12 12:53:34,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/4ff35e2d-8da4-4846-9f85-b4d7d07d5be3 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a1cf19396d075062922774d260a4939855eddc8" -d '{"router": {"external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2"}}}' 2018-10-12 12:53:35,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-a600ff0a-4af9-4488-8a6f-22272d836e8d Date: Fri, 12 Oct 2018 12:53:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:53:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:53:35Z", "revision_number": 3, "routes": [], "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "4ff35e2d-8da4-4846-9f85-b4d7d07d5be3", "name": "sdnvpn-13-1-router"}} 2018-10-12 12:53:35,558 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/4ff35e2d-8da4-4846-9f85-b4d7d07d5be3 used request id req-a600ff0a-4af9-4488-8a6f-22272d836e8d 2018-10-12 12:53:35,558 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-12 12:53:35,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a1cf19396d075062922774d260a4939855eddc8" 2018-10-12 12:53:35,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-7b796400-7445-4ef6-8fc1-50274ac4d9a5 Date: Fri, 12 Oct 2018 12:53:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "created_at": "2018-10-12T12:11:38Z", "updated_at": "2018-10-12T12:11:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "1e3a1018-ad30-4590-a304-5695017ce9df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "670a735b-aa37-4b15-a4af-7d422f280a47", "remote_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "afd171d3-7f5e-4987-afe0-cc382d12e0d9", "remote_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:11:38Z", "revision_number": 0, "id": "f775879f-edd8-4ca7-8c5b-92d05be5901b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:11:38Z", "security_group_id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "tenant_id": "0f9cd33d54bb43498a1eec2e9b62c518", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f9cd33d54bb43498a1eec2e9b62c518"}], "revision_number": 4, "project_id": "0f9cd33d54bb43498a1eec2e9b62c518", "id": "481e4bb0-b458-45e2-85ca-688c93ef2d19", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "created_at": "2018-10-12T10:34:07Z", "updated_at": "2018-10-12T10:34:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "2ae4f47a-860c-4316-ac71-26a7138a332b", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "652ffd7b-44c1-45ae-bacb-d752209f00a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "c6536286-1efd-4324-bff2-83bf4e288f74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:34:07Z", "revision_number": 0, "id": "d00fd409-954d-4a7e-b2ce-3b8e9364f9b2", "remote_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:34:07Z", "security_group_id": "665a8bea-d7bf-418c-8720-ca198157c68e", "tenant_id": "a326b90e4e0b4021a92eb982e1729d5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a326b90e4e0b4021a92eb982e1729d5e"}], "revision_number": 4, "project_id": "a326b90e4e0b4021a92eb982e1729d5e", "id": "665a8bea-d7bf-418c-8720-ca198157c68e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T10:44:55Z", "updated_at": "2018-10-12T10:44:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "03a7346d-e81e-42f1-90d8-2d77a0e34ff5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "25484a0d-c36c-4968-8497-2fab34786f38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "3051e92e-adfd-43d1-8ad4-a37e12b00332", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:44:55Z", "revision_number": 0, "id": "c8cd6bce-c3f0-4e98-afd5-635192d18ba4", "remote_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "remote_ip_prefix": null, "created_at": "2018-10-12T10:44:55Z", "security_group_id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 4, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "6f8c9991-a56b-471e-8cc2-6363964da79e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-12T10:47:03Z", "updated_at": "2018-10-12T10:47:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "949496b4-b497-4a18-b6fe-e484eb4cd872", "remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "9f341cb7-083b-4329-bca3-1a395a91d0be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "bdbe928d-b791-4fc6-90ae-6c3615c86e98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T10:47:03Z", "revision_number": 0, "id": "d081a0eb-165e-4df4-84c6-1cc829e521cc", "remote_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "remote_ip_prefix": null, "created_at": "2018-10-12T10:47:03Z", "security_group_id": "7a87eb57-d271-422f-a9cd-14b017359d35", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "7a87eb57-d271-422f-a9cd-14b017359d35", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:16:53Z", "updated_at": "2018-10-12T12:19:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:16:53Z", "revision_number": 0, "id": "4691902c-126e-41c9-9882-de419c0d0ffd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:53Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-12T12:19:52Z", "revision_number": 0, "id": "4a594b00-87c5-4885-845b-b291b8a68e42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:19:52Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": 179, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-12T12:16:55Z", "revision_number": 0, "id": "4e0ddac3-3647-4aa1-bd6e-209bacf3d20b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:55Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:16:53Z", "revision_number": 0, "id": "5ca0f127-7885-4327-aeb8-e9148550c582", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:53Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-12T12:16:54Z", "revision_number": 0, "id": "7d142794-4b1a-4c7a-973d-eff35efe06b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:54Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-12T12:16:54Z", "revision_number": 0, "id": "8fcefee5-c604-41bd-95ee-cc233116bce2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:54Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-12T12:16:55Z", "revision_number": 0, "id": "b87fbce2-7987-4a1e-b96d-22d8f7dcb7d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-12T12:16:55Z", "security_group_id": "a012b764-3d71-4fe8-a730-445db10f62d9", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6e005d8411b4b378ddb320b792455b0"}], "revision_number": 7, "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "a012b764-3d71-4fe8-a730-445db10f62d9", "name": "sdnvpn-sg"}]} 2018-10-12 12:53:35,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups used request id req-7b796400-7445-4ef6-8fc1-50274ac4d9a5 2018-10-12 12:53:35,625 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-12 12:53:35,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:53:35,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:53:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e559340-65f1-404e-bb66-25426d3ef6db Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:53:35,632 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-0e559340-65f1-404e-bb66-25426d3ef6db 2018-10-12 12:53:35,633 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:53:36,003 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:53:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["8mLJXcPaQf2bqsZWGE3CPQ"], "issued_at": "2018-10-12T12:53:36.000000Z"}} 2018-10-12 12:53:36,008 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8895e0a3bb76c79a55eef1af6736454cd5bbdb63" 2018-10-12 12:53:36,185 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:53:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-942b47b1-552d-4199-861e-7429246943f4 x-compute-request-id: req-942b47b1-552d-4199-861e-7429246943f4 Content-Encoding: gzip Content-Length: 725 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 108}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 114}, "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": 10175, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-10-12 12:53:36,185 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-942b47b1-552d-4199-861e-7429246943f4 2018-10-12 12:53:36,186 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-10-12 12:53:36,186 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-1'... 2018-10-12 12:53:36,186 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-1 flavor=m1.custom image=d58fda19-1960-451e-8acd-65481c7f0fd0 network=981dc87b-d772-4cac-a0e1-e29367070818 secgroup=a012b764-3d71-4fe8-a730-445db10f62d9 hypervisor=nova:overcloud-novacompute-1.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-10-12 12:53:36,186 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:53:36,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:53:36,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:53:36,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:53:36,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:53:36,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:53:36,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:53:36,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:53:36,187 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:53:36,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:53:36,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:53:36,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:53:36,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:53:36,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:53:36,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:53:36,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:53:36,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:53:36,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:53:36,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:53:36,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:53:36,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:53:36,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:53:36,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:53:36,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:53:36,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:53:36,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:53:36,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:53:36,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:53:36,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:53:36,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:53:36,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:53:36,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:53:36,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:53:36,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:53:36,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:53:36,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:53:36,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:53:36,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:53:36,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:53:36,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:53:36,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:53:36,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:53:36,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:53:36,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:53:36,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:53:36,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:53:36,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:53:36,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:53:36,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:53:36,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:53:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00f494f7-ddbd-4648-a4c7-57d3f1665cf8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:53:36,204 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-00f494f7-ddbd-4648-a4c7-57d3f1665cf8 2018-10-12 12:53:36,205 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:53:36,658 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:53:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["CEG11nG7RB2riJeEHJoaCw"], "issued_at": "2018-10-12T12:53:36.000000Z"}} 2018-10-12 12:53:36,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d3bb4edce215c1619a83d8b0247704b603ca29a" 2018-10-12 12:53:37,210 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:53:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-11c0eb89-e127-428f-a837-4d1bfb26e0a0 x-compute-request-id: req-11c0eb89-e127-428f-a837-4d1bfb26e0a0 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-12 12:53:37,210 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-11c0eb89-e127-428f-a837-4d1bfb26e0a0 2018-10-12 12:53:37,213 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d3bb4edce215c1619a83d8b0247704b603ca29a" 2018-10-12 12:53:37,239 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:53: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-71ddf7df-2139-41d5-a396-eaf1052e1e97 x-compute-request-id: req-71ddf7df-2139-41d5-a396-eaf1052e1e97 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:53:37,239 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9 used request id req-71ddf7df-2139-41d5-a396-eaf1052e1e97 2018-10-12 12:53:37,243 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d3bb4edce215c1619a83d8b0247704b603ca29a" -d '{"server": {"name": "sdnvpn-13-1", "imageRef": "d58fda19-1960-451e-8acd-65481c7f0fd0", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "981dc87b-d772-4cac-a0e1-e29367070818"}], "config_drive": true}}' 2018-10-12 12:53:39,142 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:53:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-be90749a-d57d-4eaf-a5a2-4a54dfd7e549 x-compute-request-id: req-be90749a-d57d-4eaf-a5a2-4a54dfd7e549 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "adminPass": "dwA97oFvtsS9"}} 2018-10-12 12:53:39,142 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-be90749a-d57d-4eaf-a5a2-4a54dfd7e549 2018-10-12 12:53:39,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:53:39,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:53:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d920af90-204b-4628-b421-41367eb07f27 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:53:39,151 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-d920af90-204b-4628-b421-41367eb07f27 2018-10-12 12:53:39,151 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:53:39,520 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:53:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["xq7-ZLHlTcWcmbuNJ6oSyA"], "issued_at": "2018-10-12T12:53:39.000000Z"}} 2018-10-12 12:53:39,523 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:53:40,167 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:53:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-458057a0-4e3e-43a8-96d8-bb6e0edbb8a5 x-compute-request-id: req-458057a0-4e3e-43a8-96d8-bb6e0edbb8a5 Content-Encoding: gzip Content-Length: 690 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:53:40,167 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-458057a0-4e3e-43a8-96d8-bb6e0edbb8a5 2018-10-12 12:53:43,174 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:53:44,291 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:53: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-79618100-a2a7-4c82-9e3a-c7e558a4c180 x-compute-request-id: req-79618100-a2a7-4c82-9e3a-c7e558a4c180 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.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:53:44,291 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-79618100-a2a7-4c82-9e3a-c7e558a4c180 2018-10-12 12:53:47,302 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:53:48,070 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:53:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e496bc2-c416-4990-9961-e6bf48e251f9 x-compute-request-id: req-1e496bc2-c416-4990-9961-e6bf48e251f9 Content-Encoding: gzip Content-Length: 777 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:53:48,070 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-1e496bc2-c416-4990-9961-e6bf48e251f9 2018-10-12 12:53:51,077 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:53:51,699 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:53:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-11001ce3-6c3e-4304-9550-0c51032466d0 x-compute-request-id: req-11001ce3-6c3e-4304-9550-0c51032466d0 Content-Encoding: gzip Content-Length: 777 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:53:51,699 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-11001ce3-6c3e-4304-9550-0c51032466d0 2018-10-12 12:53:54,705 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:53:55,558 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-7c1fc05f-1351-4410-9e76-ac760c846c2c x-compute-request-id: req-7c1fc05f-1351-4410-9e76-ac760c846c2c Content-Encoding: gzip Content-Length: 777 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:53:55,559 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-7c1fc05f-1351-4410-9e76-ac760c846c2c 2018-10-12 12:53:58,565 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:53:59,335 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:53:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cc91b29a-5832-40e5-9390-1205a98304d6 x-compute-request-id: req-cc91b29a-5832-40e5-9390-1205a98304d6 Content-Encoding: gzip Content-Length: 777 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:53:59,335 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-cc91b29a-5832-40e5-9390-1205a98304d6 2018-10-12 12:54:02,341 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:54:02,806 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:54: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-0df48b9e-9914-49e8-9103-743626bf7770 x-compute-request-id: req-0df48b9e-9914-49e8-9103-743626bf7770 Content-Encoding: gzip Content-Length: 777 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:54:02,806 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-0df48b9e-9914-49e8-9103-743626bf7770 2018-10-12 12:54:05,812 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:54:06,767 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:54:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0bf30e5f-068c-4df0-8d04-8f374f1bafb1 x-compute-request-id: req-0bf30e5f-068c-4df0-8d04-8f374f1bafb1 Content-Encoding: gzip Content-Length: 777 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:54:06,767 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-0bf30e5f-068c-4df0-8d04-8f374f1bafb1 2018-10-12 12:54:09,773 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:54:10,088 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:54:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-87fe8df7-eb96-4f10-aac3-b0de816c3f6f x-compute-request-id: req-87fe8df7-eb96-4f10-aac3-b0de816c3f6f Content-Encoding: gzip Content-Length: 777 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:54:10,089 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-87fe8df7-eb96-4f10-aac3-b0de816c3f6f 2018-10-12 12:54:13,095 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:54:13,835 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:54:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57bdac1e-771d-4488-88fa-9a9e8bb300b3 x-compute-request-id: req-57bdac1e-771d-4488-88fa-9a9e8bb300b3 Content-Encoding: gzip Content-Length: 777 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:54:13,835 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-57bdac1e-771d-4488-88fa-9a9e8bb300b3 2018-10-12 12:54:16,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:54:17,460 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-1d80c0a8-fdff-455d-8e60-31f1da32d33f x-compute-request-id: req-1d80c0a8-fdff-455d-8e60-31f1da32d33f Content-Encoding: gzip Content-Length: 777 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:54:17,460 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-1d80c0a8-fdff-455d-8e60-31f1da32d33f 2018-10-12 12:54:20,466 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:54:21,223 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:54:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2dafd062-e0b1-41e6-aba5-e6d9b76d144a x-compute-request-id: req-2dafd062-e0b1-41e6-aba5-e6d9b76d144a Content-Encoding: gzip Content-Length: 777 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:54:21,223 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-2dafd062-e0b1-41e6-aba5-e6d9b76d144a 2018-10-12 12:54:24,231 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:54:25,078 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:54:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81aa773e-671d-4a7a-9e7d-bafccc810910 x-compute-request-id: req-81aa773e-671d-4a7a-9e7d-bafccc810910 Content-Encoding: gzip Content-Length: 777 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:54:25,079 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-81aa773e-671d-4a7a-9e7d-bafccc810910 2018-10-12 12:54:28,085 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:54:28,686 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:54:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6de39304-219a-4e41-9cde-739f8c5919a3 x-compute-request-id: req-6de39304-219a-4e41-9cde-739f8c5919a3 Content-Encoding: gzip Content-Length: 777 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:54:28,686 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-6de39304-219a-4e41-9cde-739f8c5919a3 2018-10-12 12:54:31,691 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:54:32,139 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-a5c09806-6824-4324-bcf6-b12a2db05918 x-compute-request-id: req-a5c09806-6824-4324-bcf6-b12a2db05918 Content-Encoding: gzip Content-Length: 777 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:54:32,140 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-a5c09806-6824-4324-bcf6-b12a2db05918 2018-10-12 12:54:35,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:54:36,138 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:54: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-7e87dbd4-caef-4298-bae7-57f9868a3994 x-compute-request-id: req-7e87dbd4-caef-4298-bae7-57f9868a3994 Content-Encoding: gzip Content-Length: 777 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:54:36,138 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-7e87dbd4-caef-4298-bae7-57f9868a3994 2018-10-12 12:54:39,145 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:54:39,758 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:54:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b348eb44-2958-414c-9806-7d7ff498a3df x-compute-request-id: req-b348eb44-2958-414c-9806-7d7ff498a3df Content-Encoding: gzip Content-Length: 777 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:54:39,758 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-b348eb44-2958-414c-9806-7d7ff498a3df 2018-10-12 12:54:42,766 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:54:43,359 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:54: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-81ee6645-41df-4178-9ce7-8fa05a78715a x-compute-request-id: req-81ee6645-41df-4178-9ce7-8fa05a78715a Content-Encoding: gzip Content-Length: 777 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:54:43,359 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-81ee6645-41df-4178-9ce7-8fa05a78715a 2018-10-12 12:54:46,363 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:54:46,827 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:54:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15974f12-835c-41f5-ba73-5aaad02a08e2 x-compute-request-id: req-15974f12-835c-41f5-ba73-5aaad02a08e2 Content-Encoding: gzip Content-Length: 777 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:54:46,827 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-15974f12-835c-41f5-ba73-5aaad02a08e2 2018-10-12 12:54:49,834 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:54:50,142 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:54:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-51188606-b661-494c-8997-fe56e4b415c8 x-compute-request-id: req-51188606-b661-494c-8997-fe56e4b415c8 Content-Encoding: gzip Content-Length: 777 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:54:50,142 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-51188606-b661-494c-8997-fe56e4b415c8 2018-10-12 12:54:53,150 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:54:53,609 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-3ead2e39-fbbd-4f45-87b6-da84af4e0b8c x-compute-request-id: req-3ead2e39-fbbd-4f45-87b6-da84af4e0b8c Content-Encoding: gzip Content-Length: 777 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:54:53,609 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-3ead2e39-fbbd-4f45-87b6-da84af4e0b8c 2018-10-12 12:54:56,615 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:54:56,934 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:54:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e09528b4-d2c2-433e-a844-f93f59e14044 x-compute-request-id: req-e09528b4-d2c2-433e-a844-f93f59e14044 Content-Encoding: gzip Content-Length: 777 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:54:56,934 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-e09528b4-d2c2-433e-a844-f93f59e14044 2018-10-12 12:54:59,940 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:55:00,921 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-75ad3c7e-d702-4d89-8288-47a1ed120808 x-compute-request-id: req-75ad3c7e-d702-4d89-8288-47a1ed120808 Content-Encoding: gzip Content-Length: 777 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:55:00,921 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-75ad3c7e-d702-4d89-8288-47a1ed120808 2018-10-12 12:55:03,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:55:04,379 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:55:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f0533cde-7465-443b-a6de-874367df2abc x-compute-request-id: req-f0533cde-7465-443b-a6de-874367df2abc Content-Encoding: gzip Content-Length: 777 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:55:04,379 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-f0533cde-7465-443b-a6de-874367df2abc 2018-10-12 12:55:07,386 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:55:07,838 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:55:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b8810721-fbdf-4811-b221-ccef70197742 x-compute-request-id: req-b8810721-fbdf-4811-b221-ccef70197742 Content-Encoding: gzip Content-Length: 777 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:55:07,839 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-b8810721-fbdf-4811-b221-ccef70197742 2018-10-12 12:55:10,845 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:55:11,829 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:55:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-74580de3-eb0c-4d72-a947-571dcd84559a x-compute-request-id: req-74580de3-eb0c-4d72-a947-571dcd84559a Content-Encoding: gzip Content-Length: 777 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:55:11,830 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-74580de3-eb0c-4d72-a947-571dcd84559a 2018-10-12 12:55:14,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:55:15,592 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:55:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-192ff83a-f937-485f-9515-2c754a2bb404 x-compute-request-id: req-192ff83a-f937-485f-9515-2c754a2bb404 Content-Encoding: gzip Content-Length: 777 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:55:15,593 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-192ff83a-f937-485f-9515-2c754a2bb404 2018-10-12 12:55:18,598 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:55:19,355 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:55:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ad2b523e-58d5-4434-90d8-68473f928675 x-compute-request-id: req-ad2b523e-58d5-4434-90d8-68473f928675 Content-Encoding: gzip Content-Length: 777 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:55:19,355 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-ad2b523e-58d5-4434-90d8-68473f928675 2018-10-12 12:55:22,362 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:55:22,823 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:55: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-b0fc95ac-7d67-4cc8-a216-e993ae0b0c0f x-compute-request-id: req-b0fc95ac-7d67-4cc8-a216-e993ae0b0c0f Content-Encoding: gzip Content-Length: 777 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:55:22,823 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-b0fc95ac-7d67-4cc8-a216-e993ae0b0c0f 2018-10-12 12:55:25,830 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:55:26,419 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:55:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c56e150a-7ceb-4be4-964b-54ff99c7182e x-compute-request-id: req-c56e150a-7ceb-4be4-964b-54ff99c7182e Content-Encoding: gzip Content-Length: 777 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:55:26,420 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-c56e150a-7ceb-4be4-964b-54ff99c7182e 2018-10-12 12:55:29,426 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:55:29,953 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:55:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ae2fe9a-cc01-4d1f-8e93-9474006a1b3c x-compute-request-id: req-6ae2fe9a-cc01-4d1f-8e93-9474006a1b3c Content-Encoding: gzip Content-Length: 777 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:55:29,953 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-6ae2fe9a-cc01-4d1f-8e93-9474006a1b3c 2018-10-12 12:55:32,960 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:55:33,418 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:55: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-0800d12a-f35e-4266-865b-414bc7bdb9a2 x-compute-request-id: req-0800d12a-f35e-4266-865b-414bc7bdb9a2 Content-Encoding: gzip Content-Length: 777 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:55:33,418 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-0800d12a-f35e-4266-865b-414bc7bdb9a2 2018-10-12 12:55:36,424 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:55:37,034 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:55: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-984bc547-ca3a-425c-83db-ce047c14dc52 x-compute-request-id: req-984bc547-ca3a-425c-83db-ce047c14dc52 Content-Encoding: gzip Content-Length: 777 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:53:39Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:55:37,034 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-984bc547-ca3a-425c-83db-ce047c14dc52 2018-10-12 12:55:40,039 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52ad1e56a90abebf6795cd06252320f1905b42ba" 2018-10-12 12:55:40,478 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:55:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-82cd631c-6e2f-4a43-a0b7-c363a9961d62 x-compute-request-id: req-82cd631c-6e2f-4a43-a0b7-c363a9961d62 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": "2018-10-12T12:55:37.000000", "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:55:38Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:55:40,478 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-82cd631c-6e2f-4a43-a0b7-c363a9961d62 2018-10-12 12:55:40,481 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d3bb4edce215c1619a83d8b0247704b603ca29a" 2018-10-12 12:55:41,180 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:55:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea734851-edd9-4be8-8ca9-5b4702fd4a49 x-compute-request-id: req-ea734851-edd9-4be8-8ca9-5b4702fd4a49 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:21:b3:d0", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": "2018-10-12T12:55:37.000000", "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:55:38Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-1", "created": "2018-10-12T12:53:39Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:55:41,180 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba used request id req-ea734851-edd9-4be8-8ca9-5b4702fd4a49 2018-10-12 12:55:41,181 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-1' booted successfully. IP='10.10.10.8'. 2018-10-12 12:55:41,181 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-1' to security group 'sdnvpn-sg'... 2018-10-12 12:55:41,184 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8895e0a3bb76c79a55eef1af6736454cd5bbdb63" -d '{"addSecurityGroup": {"name": "a012b764-3d71-4fe8-a730-445db10f62d9"}}' 2018-10-12 12:55:42,650 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:55: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-84b76b97-dedf-4985-9ff4-8592283d6e35 x-compute-request-id: req-84b76b97-dedf-4985-9ff4-8592283d6e35 Content-Length: 0 Content-Type: application/json 2018-10-12 12:55:42,650 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba/action used request id req-84b76b97-dedf-4985-9ff4-8592283d6e35 2018-10-12 12:55:42,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a1cf19396d075062922774d260a4939855eddc8" 2018-10-12 12:55:42,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10241 X-Openstack-Request-Id: req-ea1f3437-dbbb-433f-a737-e8e1d640351d Date: Fri, 12 Oct 2018 12:55:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T12:53:35Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.203"}],"id":"270545d2-0927-42eb-9a00-8bc740ebe993","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5d:7f:7f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4ff35e2d-8da4-4846-9f85-b4d7d07d5be3","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T12:53:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T12:50:09Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9cdd17db-6a9b-4308-b708-622bdd2327f5","ip_address":"10.10.10.3"}],"id":"32789ab0-d1d5-40df-b268-ded733ba122f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:15:58:f3","project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ea641bff-0bf9-43fe-94d6-93e0d1298025","name":"","admin_state_up":true,"network_id":"ea641bff-0bf9-43fe-94d6-93e0d1298025","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:50:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T12:53:33Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f768f56-1fee-4dfc-91b8-916b6fa779ff","ip_address":"10.10.10.3"}],"id":"3be77c01-2428-4013-99b6-81ab27428f95","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:34:3d:69","project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-981dc87b-d772-4cac-a0e1-e29367070818","name":"","admin_state_up":true,"network_id":"981dc87b-d772-4cac-a0e1-e29367070818","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:53:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T12:53:32Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f768f56-1fee-4dfc-91b8-916b6fa779ff","ip_address":"10.10.10.2"}],"id":"5d813ef2-ec7b-49fd-ad18-91c47bbd19ca","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e2:6e:e4","project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-981dc87b-d772-4cac-a0e1-e29367070818","name":"","admin_state_up":true,"network_id":"981dc87b-d772-4cac-a0e1-e29367070818","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:53:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T12:32:03Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"90817aa9-bb57-4142-9d31-13e4b4702cde","ip_address":"10.10.10.3"}],"id":"685a9232-d17b-4a68-aad1-30a6c52ef0b3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:43:72:84","project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fa928d39-d2b5-4f95-ac16-b172d3f448b9","name":"","admin_state_up":true,"network_id":"fa928d39-d2b5-4f95-ac16-b172d3f448b9","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:32:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T12:32:03Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"90817aa9-bb57-4142-9d31-13e4b4702cde","ip_address":"10.10.10.2"}],"id":"6c00520e-cc40-494b-b387-6c1f3d0c0230","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ce:7b:f0","project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fa928d39-d2b5-4f95-ac16-b172d3f448b9","name":"","admin_state_up":true,"network_id":"fa928d39-d2b5-4f95-ac16-b172d3f448b9","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:32:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T12:55:42Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f768f56-1fee-4dfc-91b8-916b6fa779ff","ip_address":"10.10.10.8"}],"id":"8624b7da-ab48-4e28-98ff-fc559c1114ea","security_groups":["6f8c9991-a56b-471e-8cc2-6363964da79e","a012b764-3d71-4fe8-a730-445db10f62d9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:21:b3:d0","project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba","name":"","admin_state_up":true,"network_id":"981dc87b-d772-4cac-a0e1-e29367070818","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:53:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T12:53:33Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f768f56-1fee-4dfc-91b8-916b6fa779ff","ip_address":"10.10.10.1"}],"id":"a71c5564-a9be-40b8-8f25-260decdee38a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3e:4f:d3","project_id":"d6e005d8411b4b378ddb320b792455b0","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4ff35e2d-8da4-4846-9f85-b4d7d07d5be3","name":"","admin_state_up":true,"network_id":"981dc87b-d772-4cac-a0e1-e29367070818","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:53:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T12:50:09Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9cdd17db-6a9b-4308-b708-622bdd2327f5","ip_address":"10.10.10.4"}],"id":"c46d35a6-7100-4bfd-a141-ee42c716d234","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:41:05:4f","project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ea641bff-0bf9-43fe-94d6-93e0d1298025","name":"","admin_state_up":true,"network_id":"ea641bff-0bf9-43fe-94d6-93e0d1298025","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:50:09Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T12:53:33Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f768f56-1fee-4dfc-91b8-916b6fa779ff","ip_address":"10.10.10.4"}],"id":"cdea9530-4021-4f29-82d8-ec7e21633bc4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:97:c0:01","project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-981dc87b-d772-4cac-a0e1-e29367070818","name":"","admin_state_up":true,"network_id":"981dc87b-d772-4cac-a0e1-e29367070818","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:53:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T12:32:04Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"90817aa9-bb57-4142-9d31-13e4b4702cde","ip_address":"10.10.10.4"}],"id":"dbf6066e-54d2-4002-b695-97d858086a43","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:98:5c:a9","project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fa928d39-d2b5-4f95-ac16-b172d3f448b9","name":"","admin_state_up":true,"network_id":"fa928d39-d2b5-4f95-ac16-b172d3f448b9","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:32:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T12:50:08Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9cdd17db-6a9b-4308-b708-622bdd2327f5","ip_address":"10.10.10.2"}],"id":"ec1b182e-918d-4d26-8092-8608c4ea51c8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:37:24:da","project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ea641bff-0bf9-43fe-94d6-93e0d1298025","name":"","admin_state_up":true,"network_id":"ea641bff-0bf9-43fe-94d6-93e0d1298025","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:50:08Z","binding:vnic_type":"normal"}]} 2018-10-12 12:55:42,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports used request id req-ea1f3437-dbbb-433f-a737-e8e1d640351d 2018-10-12 12:55:42,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/ports/8624b7da-ab48-4e28-98ff-fc559c1114ea -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a1cf19396d075062922774d260a4939855eddc8" -d '{"port": {"allowed_address_pairs": [{"ip_address": "179.24.1.12/32", "mac_address": "fa:16:3e:21:b3:d0"}]}}' 2018-10-12 12:55:43,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 974 X-Openstack-Request-Id: req-5cb1a03c-6678-4f14-910f-5881531be858 Date: Fri, 12 Oct 2018 12:55:43 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:21:b3:d0"}],"extra_dhcp_opts":[],"updated_at":"2018-10-12T12:55:43Z","device_owner":"compute:nova","revision_number":7,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8f768f56-1fee-4dfc-91b8-916b6fa779ff","ip_address":"10.10.10.8"}],"id":"8624b7da-ab48-4e28-98ff-fc559c1114ea","security_groups":["6f8c9991-a56b-471e-8cc2-6363964da79e","a012b764-3d71-4fe8-a730-445db10f62d9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:21:b3:d0","project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba","name":"","admin_state_up":true,"network_id":"981dc87b-d772-4cac-a0e1-e29367070818","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:53:40Z","binding:vnic_type":"normal"}} 2018-10-12 12:55:43,622 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/ports/8624b7da-ab48-4e28-98ff-fc559c1114ea used request id req-5cb1a03c-6678-4f14-910f-5881531be858 2018-10-12 12:55:43,622 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-2'... 2018-10-12 12:55:43,622 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-2 flavor=m1.custom image=d58fda19-1960-451e-8acd-65481c7f0fd0 network=981dc87b-d772-4cac-a0e1-e29367070818 secgroup=a012b764-3d71-4fe8-a730-445db10f62d9 hypervisor=nova:overcloud-novacompute-1.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-10-12 12:55:43,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:55:43,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:55:43,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:55:43,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:55:43,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:55:43,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:55:43,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:55:43,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:55:43,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:55:43,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:55:43,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:55:43,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:55:43,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:55:43,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:55:43,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:55:43,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:55:43,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:55:43,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:55:43,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:55:43,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:55:43,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:55:43,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:55:43,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:55:43,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:55:43,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:55:43,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:55:43,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:55:43,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:55:43,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:55:43,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:55:43,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:55:43,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:55:43,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:55:43,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:55:43,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:55:43,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:55:43,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:55:43,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:55:43,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:55:43,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:55:43,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:55:43,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:55:43,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:55:43,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:55:43,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:55:43,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:55:43,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:55:43,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:55:43,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:55:43,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:55:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cecc19a-62c1-4d84-8b19-fecce73a9796 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:55:43,644 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-1cecc19a-62c1-4d84-8b19-fecce73a9796 2018-10-12 12:55:43,644 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:55:44,017 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:55:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["CZtcVIsBQyeE04YH9k8e9g"], "issued_at": "2018-10-12T12:55:44.000000Z"}} 2018-10-12 12:55:44,020 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b6a106de1a75919f7a65c1127a3a6002b19395f" 2018-10-12 12:55:44,188 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:55:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea664306-df88-40ee-aa2f-2133654f1c3e x-compute-request-id: req-ea664306-df88-40ee-aa2f-2133654f1c3e Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-12 12:55:44,188 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-ea664306-df88-40ee-aa2f-2133654f1c3e 2018-10-12 12:55:44,191 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b6a106de1a75919f7a65c1127a3a6002b19395f" 2018-10-12 12:55:44,211 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:55:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a14c1f5-2d27-4cc0-93ae-cd88132e2ca9 x-compute-request-id: req-0a14c1f5-2d27-4cc0-93ae-cd88132e2ca9 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:55:44,211 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9 used request id req-0a14c1f5-2d27-4cc0-93ae-cd88132e2ca9 2018-10-12 12:55:44,214 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b6a106de1a75919f7a65c1127a3a6002b19395f" -d '{"server": {"name": "sdnvpn-13-2", "imageRef": "d58fda19-1960-451e-8acd-65481c7f0fd0", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "981dc87b-d772-4cac-a0e1-e29367070818"}], "config_drive": true}}' 2018-10-12 12:55:46,106 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:55:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0220d0c3-bf86-4239-a3f5-241355b8cd97 x-compute-request-id: req-0220d0c3-bf86-4239-a3f5-241355b8cd97 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "37021917-a84c-488e-9f37-dcb5ae7d4eaa", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa", "rel": "bookmark"}], "adminPass": "owTTvnc7TMWh"}} 2018-10-12 12:55:46,106 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-0220d0c3-bf86-4239-a3f5-241355b8cd97 2018-10-12 12:55:46,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:55:46,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:55:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52fda18c-7c32-47c8-941e-49d07495389e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:55:46,114 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-52fda18c-7c32-47c8-941e-49d07495389e 2018-10-12 12:55:46,114 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:55:46,487 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:55:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["WHruHhdoSw-_CQ02gqYEGg"], "issued_at": "2018-10-12T12:55:46.000000Z"}} 2018-10-12 12:55:46,491 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7ec3994597245dcc426225c495e2cf95d59518f" 2018-10-12 12:55:46,977 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:55:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9236a795-2f9e-4545-83ef-1609f89790f5 x-compute-request-id: req-9236a795-2f9e-4545-83ef-1609f89790f5 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.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "37021917-a84c-488e-9f37-dcb5ae7d4eaa", "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:55:46Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-13-2", "created": "2018-10-12T12:55:46Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:55:46,977 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa used request id req-9236a795-2f9e-4545-83ef-1609f89790f5 2018-10-12 12:55:49,984 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7ec3994597245dcc426225c495e2cf95d59518f" 2018-10-12 12:55:50,584 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:55: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-5eaf426f-e9ea-44eb-bf88-f05899b30fba x-compute-request-id: req-5eaf426f-e9ea-44eb-bf88-f05899b30fba 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.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000123", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "37021917-a84c-488e-9f37-dcb5ae7d4eaa", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:55:47Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-2", "created": "2018-10-12T12:55:46Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:55:50,584 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa used request id req-5eaf426f-e9ea-44eb-bf88-f05899b30fba 2018-10-12 12:55:53,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7ec3994597245dcc426225c495e2cf95d59518f" 2018-10-12 12:55:54,281 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:55:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c12ce8c3-374d-41d9-aa22-4646d63979cd x-compute-request-id: req-c12ce8c3-374d-41d9-aa22-4646d63979cd 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:97:ce:90", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000123", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "37021917-a84c-488e-9f37-dcb5ae7d4eaa", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:55:47Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-2", "created": "2018-10-12T12:55:46Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:55:54,281 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa used request id req-c12ce8c3-374d-41d9-aa22-4646d63979cd 2018-10-12 12:55:57,288 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7ec3994597245dcc426225c495e2cf95d59518f" 2018-10-12 12:55:58,020 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:55:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ecb4d14a-1451-4eb7-9d3d-162dec363bde x-compute-request-id: req-ecb4d14a-1451-4eb7-9d3d-162dec363bde 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:97:ce:90", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000123", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "37021917-a84c-488e-9f37-dcb5ae7d4eaa", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:55:47Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-2", "created": "2018-10-12T12:55:46Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:55:58,020 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa used request id req-ecb4d14a-1451-4eb7-9d3d-162dec363bde 2018-10-12 12:56:01,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7ec3994597245dcc426225c495e2cf95d59518f" 2018-10-12 12:56:01,756 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:56:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a379023b-2bc1-4de1-95f4-040a4f7b16db x-compute-request-id: req-a379023b-2bc1-4de1-95f4-040a4f7b16db 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:97:ce:90", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000123", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "37021917-a84c-488e-9f37-dcb5ae7d4eaa", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:55:47Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-2", "created": "2018-10-12T12:55:46Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:56:01,756 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa used request id req-a379023b-2bc1-4de1-95f4-040a4f7b16db 2018-10-12 12:56:04,763 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7ec3994597245dcc426225c495e2cf95d59518f" 2018-10-12 12:56:05,501 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:56:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de6c3f80-1a7a-4d6e-8670-a2871945e934 x-compute-request-id: req-de6c3f80-1a7a-4d6e-8670-a2871945e934 Content-Encoding: gzip Content-Length: 787 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:97:ce:90", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000123", "OS-SRV-USG:launched_at": "2018-10-12T12:56:03.000000", "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "37021917-a84c-488e-9f37-dcb5ae7d4eaa", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:56:04Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-2", "created": "2018-10-12T12:55:46Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:56:05,501 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa used request id req-de6c3f80-1a7a-4d6e-8670-a2871945e934 2018-10-12 12:56:05,504 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b6a106de1a75919f7a65c1127a3a6002b19395f" 2018-10-12 12:56:06,086 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:56: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-49afbd4a-5646-4f49-81e3-d562a58ae346 x-compute-request-id: req-49afbd4a-5646-4f49-81e3-d562a58ae346 Content-Encoding: gzip Content-Length: 787 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:97:ce:90", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa", "rel": "bookmark"}], "image": {"id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "links": [{"href": "http://172.30.9.26:8774/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000123", "OS-SRV-USG:launched_at": "2018-10-12T12:56:03.000000", "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "37021917-a84c-488e-9f37-dcb5ae7d4eaa", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:56:04Z", "hostId": "2fdb2539ef3c7210adb8c6c7f45297021e8d7c1f35aa4e1b27ba8fbe", "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-2", "created": "2018-10-12T12:55:46Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:56:06,087 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa used request id req-49afbd4a-5646-4f49-81e3-d562a58ae346 2018-10-12 12:56:06,087 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-2' booted successfully. IP='10.10.10.5'. 2018-10-12 12:56:06,087 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-2' to security group 'sdnvpn-sg'... 2018-10-12 12:56:06,090 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8895e0a3bb76c79a55eef1af6736454cd5bbdb63" -d '{"addSecurityGroup": {"name": "a012b764-3d71-4fe8-a730-445db10f62d9"}}' 2018-10-12 12:56:07,848 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:56: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-53206db6-7446-4ee7-9cbe-ab206ba3b256 x-compute-request-id: req-53206db6-7446-4ee7-9cbe-ab206ba3b256 Content-Length: 0 Content-Type: application/json 2018-10-12 12:56:07,848 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa/action used request id req-53206db6-7446-4ee7-9cbe-ab206ba3b256 2018-10-12 12:56:07,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a1cf19396d075062922774d260a4939855eddc8" 2018-10-12 12:56:08,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11207 X-Openstack-Request-Id: req-09cdb616-2c59-4d88-9fc1-6a4826e03f9f Date: Fri, 12 Oct 2018 12:56:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T12:53:35Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82a08d1b-7ae3-4f90-92ce-135e5b7a8821","ip_address":"172.30.9.203"}],"id":"270545d2-0927-42eb-9a00-8bc740ebe993","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5d:7f:7f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4ff35e2d-8da4-4846-9f85-b4d7d07d5be3","name":"","admin_state_up":true,"network_id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","tenant_id":"","created_at":"2018-10-12T12:53:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T12:50:09Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9cdd17db-6a9b-4308-b708-622bdd2327f5","ip_address":"10.10.10.3"}],"id":"32789ab0-d1d5-40df-b268-ded733ba122f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:15:58:f3","project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ea641bff-0bf9-43fe-94d6-93e0d1298025","name":"","admin_state_up":true,"network_id":"ea641bff-0bf9-43fe-94d6-93e0d1298025","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:50:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T12:53:33Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f768f56-1fee-4dfc-91b8-916b6fa779ff","ip_address":"10.10.10.3"}],"id":"3be77c01-2428-4013-99b6-81ab27428f95","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:34:3d:69","project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-981dc87b-d772-4cac-a0e1-e29367070818","name":"","admin_state_up":true,"network_id":"981dc87b-d772-4cac-a0e1-e29367070818","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:53:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T12:53:32Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f768f56-1fee-4dfc-91b8-916b6fa779ff","ip_address":"10.10.10.2"}],"id":"5d813ef2-ec7b-49fd-ad18-91c47bbd19ca","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e2:6e:e4","project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-981dc87b-d772-4cac-a0e1-e29367070818","name":"","admin_state_up":true,"network_id":"981dc87b-d772-4cac-a0e1-e29367070818","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:53:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T12:32:03Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"90817aa9-bb57-4142-9d31-13e4b4702cde","ip_address":"10.10.10.3"}],"id":"685a9232-d17b-4a68-aad1-30a6c52ef0b3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:43:72:84","project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fa928d39-d2b5-4f95-ac16-b172d3f448b9","name":"","admin_state_up":true,"network_id":"fa928d39-d2b5-4f95-ac16-b172d3f448b9","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:32:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T12:32:03Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"90817aa9-bb57-4142-9d31-13e4b4702cde","ip_address":"10.10.10.2"}],"id":"6c00520e-cc40-494b-b387-6c1f3d0c0230","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ce:7b:f0","project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fa928d39-d2b5-4f95-ac16-b172d3f448b9","name":"","admin_state_up":true,"network_id":"fa928d39-d2b5-4f95-ac16-b172d3f448b9","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:32:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:21:b3:d0"}],"extra_dhcp_opts":[],"updated_at":"2018-10-12T12:55:43Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f768f56-1fee-4dfc-91b8-916b6fa779ff","ip_address":"10.10.10.8"}],"id":"8624b7da-ab48-4e28-98ff-fc559c1114ea","security_groups":["6f8c9991-a56b-471e-8cc2-6363964da79e","a012b764-3d71-4fe8-a730-445db10f62d9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:21:b3:d0","project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba","name":"","admin_state_up":true,"network_id":"981dc87b-d772-4cac-a0e1-e29367070818","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:53:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T12:53:33Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f768f56-1fee-4dfc-91b8-916b6fa779ff","ip_address":"10.10.10.1"}],"id":"a71c5564-a9be-40b8-8f25-260decdee38a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3e:4f:d3","project_id":"d6e005d8411b4b378ddb320b792455b0","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4ff35e2d-8da4-4846-9f85-b4d7d07d5be3","name":"","admin_state_up":true,"network_id":"981dc87b-d772-4cac-a0e1-e29367070818","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:53:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T12:56:07Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f768f56-1fee-4dfc-91b8-916b6fa779ff","ip_address":"10.10.10.5"}],"id":"ab7fa907-fd14-4d82-ab94-bfc9c3567b02","security_groups":["6f8c9991-a56b-471e-8cc2-6363964da79e","a012b764-3d71-4fe8-a730-445db10f62d9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:97:ce:90","project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"37021917-a84c-488e-9f37-dcb5ae7d4eaa","name":"","admin_state_up":true,"network_id":"981dc87b-d772-4cac-a0e1-e29367070818","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:55:47Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T12:50:09Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9cdd17db-6a9b-4308-b708-622bdd2327f5","ip_address":"10.10.10.4"}],"id":"c46d35a6-7100-4bfd-a141-ee42c716d234","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:41:05:4f","project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ea641bff-0bf9-43fe-94d6-93e0d1298025","name":"","admin_state_up":true,"network_id":"ea641bff-0bf9-43fe-94d6-93e0d1298025","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:50:09Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T12:53:33Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8f768f56-1fee-4dfc-91b8-916b6fa779ff","ip_address":"10.10.10.4"}],"id":"cdea9530-4021-4f29-82d8-ec7e21633bc4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:97:c0:01","project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-981dc87b-d772-4cac-a0e1-e29367070818","name":"","admin_state_up":true,"network_id":"981dc87b-d772-4cac-a0e1-e29367070818","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:53:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T12:32:04Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"90817aa9-bb57-4142-9d31-13e4b4702cde","ip_address":"10.10.10.4"}],"id":"dbf6066e-54d2-4002-b695-97d858086a43","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:98:5c:a9","project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fa928d39-d2b5-4f95-ac16-b172d3f448b9","name":"","admin_state_up":true,"network_id":"fa928d39-d2b5-4f95-ac16-b172d3f448b9","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:32:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-12T12:50:08Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9cdd17db-6a9b-4308-b708-622bdd2327f5","ip_address":"10.10.10.2"}],"id":"ec1b182e-918d-4d26-8092-8608c4ea51c8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:37:24:da","project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ea641bff-0bf9-43fe-94d6-93e0d1298025","name":"","admin_state_up":true,"network_id":"ea641bff-0bf9-43fe-94d6-93e0d1298025","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:50:08Z","binding:vnic_type":"normal"}]} 2018-10-12 12:56:08,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports used request id req-09cdb616-2c59-4d88-9fc1-6a4826e03f9f 2018-10-12 12:56:08,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/ports/ab7fa907-fd14-4d82-ab94-bfc9c3567b02 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a1cf19396d075062922774d260a4939855eddc8" -d '{"port": {"allowed_address_pairs": [{"ip_address": "179.24.1.12/32", "mac_address": "fa:16:3e:97:ce:90"}]}}' 2018-10-12 12:56:08,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 974 X-Openstack-Request-Id: req-21873b54-f189-4a95-8be2-7fabd3ba2b80 Date: Fri, 12 Oct 2018 12:56:08 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:97:ce:90"}],"extra_dhcp_opts":[],"updated_at":"2018-10-12T12:56:08Z","device_owner":"compute:nova","revision_number":7,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8f768f56-1fee-4dfc-91b8-916b6fa779ff","ip_address":"10.10.10.5"}],"id":"ab7fa907-fd14-4d82-ab94-bfc9c3567b02","security_groups":["6f8c9991-a56b-471e-8cc2-6363964da79e","a012b764-3d71-4fe8-a730-445db10f62d9"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:97:ce:90","project_id":"d6e005d8411b4b378ddb320b792455b0","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"37021917-a84c-488e-9f37-dcb5ae7d4eaa","name":"","admin_state_up":true,"network_id":"981dc87b-d772-4cac-a0e1-e29367070818","tenant_id":"d6e005d8411b4b378ddb320b792455b0","created_at":"2018-10-12T12:55:47Z","binding:vnic_type":"normal"}} 2018-10-12 12:56:08,567 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/ports/ab7fa907-fd14-4d82-ab94-bfc9c3567b02 used request id req-21873b54-f189-4a95-8be2-7fabd3ba2b80 2018-10-12 12:56:08,568 - sdnvpn_test_utils - INFO - Waiting for instance 6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba to boot up 2018-10-12 12:56:08,569 - sdnvpn_test_utils - INFO - Waiting for instance 37021917-a84c-488e-9f37-dcb5ae7d4eaa to boot up 2018-10-12 12:56:08,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d3bb4edce215c1619a83d8b0247704b603ca29a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:56:08,573 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b6a106de1a75919f7a65c1127a3a6002b19395f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:56:09,698 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:56:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-88bdcf37-9334-4afb-a629-2837953f403e x-compute-request-id: req-88bdcf37-9334-4afb-a629-2837953f403e Content-Encoding: gzip Content-Length: 10257 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 799923280 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.140913] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.142928] pid_max: default: 32768 minimum: 301\n[ 0.144028] ACPI: Core revision 20150930\n[ 0.145565] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147139] Security Framework initialized\n[ 0.148149] Yama: becoming mindful.\n[ 0.149044] AppArmor: AppArmor initialized\n[ 0.150098] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.151819] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153782] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155283] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.156977] Initializing cgroup subsys io\n[ 0.157977] Initializing cgroup subsys memory\n[ 0.159047] Initializing cgroup subsys devices\n[ 0.160130] Initializing cgroup subsys freezer\n[ 0.161214] Initializing cgroup subsys net_cls\n[ 0.162292] Initializing cgroup subsys perf_event\n[ 0.163418] Initializing cgroup subsys net_prio\n[ 0.164543] Initializing cgroup subsys hugetlb\n[ 0.165625] Initializing cgroup subsys pids\n[ 0.166704] CPU: Physical Processor ID: 0\n[ 0.168432] mce: CPU supports 10 MCE banks\n[ 0.169499] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170751] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182044] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.188982] ftrace: allocating 32123 entries in 126 pages\n[ 0.216168] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217722] smpboot: Max logical packages: 1\n[ 0.218949] x2apic enabled\n[ 0.219910] Switched APIC routing to physical x2apic.\n[ 0.221932] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223347] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225819] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228052] KVM setup paravirtual spinlock\n[ 0.229555] x86: Booted up 1 node, 1 CPUs\n[ 0.230531] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.232202] devtmpfs: initialized\n[ 0.234835] evm: security.selinux\n[ 0.235669] evm: security.SMACK64\n[ 0.236516] evm: security.SMACK64EXEC\n[ 0.237411] evm: security.SMACK64TRANSMUTE\n[ 0.238389] evm: security.SMACK64MMAP\n[ 0.239278] evm: security.ima\n[ 0.240048] evm: security.capability\n[ 0.241008] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243268] pinctrl core: initialized pinctrl subsystem\n[ 0.244585] RTC time: 12:56:03, date: 10/12/18\n[ 0.245722] NET: Registered protocol family 16\n[ 0.246907] cpuidle: using governor ladder\n[ 0.247899] cpuidle: using governor menu\n[ 0.248848] PCCT header not found.\n[ 0.249739] ACPI: bus type PCI registered\n[ 0.250711] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.252212] PCI: Using configuration type 1 for base access\n[ 0.254611] ACPI: Added _OSI(Module Device)\n[ 0.255624] ACPI: Added _OSI(Processor Device)\n[ 0.256673] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.257774] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.260132] ACPI: Interpreter enabled\n[ 0.261066] ACPI: (supports S0 S5)\n[ 0.261914] ACPI: Using IOAPIC for interrupt routing\n[ 0.263069] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266543] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267923] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269411] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270995] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273678] acpiphp: Slot [3] registered\n[ 0.274640] acpiphp: Slot [4] registered\n[ 0.275629] acpiphp: Slot [5] registered\n[ 0.276618] acpiphp: Slot [6] registered\n[ 0.277595] acpiphp: Slot [7] registered\n[ 0.278587] acpiphp: Slot [8] registered\n[ 0.279566] acpiphp: Slot [9] registered\n[ 0.280551] acpiphp: Slot [10] registered\n[ 0.281549] acpiphp: Slot [11] registered\n[ 0.282541] acpiphp: Slot [12] registered\n[ 0.283533] acpiphp: Slot [13] registered\n[ 0.284529] acpiphp: Slot [14] registered\n[ 0.295759] acpiphp: Slot [15] registered\n[ 0.296735] acpiphp: Slot [16] registered\n[ 0.297688] acpiphp: Slot [17] registered\n[ 0.298662] acpiphp: Slot [18] registered\n[ 0.299631] acpiphp: Slot [19] registered\n[ 0.300598] acpiphp: Slot [20] registered\n[ 0.301561] acpiphp: Slot [21] registered\n[ 0.302521] acpiphp: Slot [22] registered\n[ 0.303484] acpiphp: Slot [23] registered\n[ 0.304433] acpiphp: Slot [24] registered\n[ 0.305408] acpiphp: Slot [25] registered\n[ 0.306378] acpiphp: Slot [26] registered\n[ 0.307349] acpiphp: Slot [27] registered\n[ 0.308314] acpiphp: Slot [28] registered\n[ 0.309284] acpiphp: Slot [29] registered\n[ 0.310256] acpiphp: Slot [30] registered\n[ 0.311222] acpiphp: Slot [31] registered\n[ 0.312187] PCI host bridge to bus 0000:00\n[ 0.313164] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314656] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.316138] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317876] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.319627] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326188] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.327770] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329207] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337488] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385645] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387107] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388491] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389894] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391251] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393153] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394547] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395864] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397768] vgaarb: loaded\n[ 0.398477] vgaarb: bridge control possible 0000:00:02.0\n[ 0.399839] SCSI subsystem initialized\n[ 0.400815] ACPI: bus type USB registered\n[ 0.401810] usbcore: registered new interface driver usbfs\n[ 0.403078] usbcore: registered new interface driver hub\n[ 0.404287] usbcore: registered new device driver usb\n[ 0.405547] PCI: Using ACPI for IRQ routing\n[ 0.406756] NetLabel: Initializing\n[ 0.407606] NetLabel: domain hash size = 128\n[ 0.408630] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409786] NetLabel: unlabeled traffic allowed by default\n[ 0.411117] amd_nb: Cannot enumerate AMD northbridges\n[ 0.412303] clocksource: Switched to clocksource kvm-clock\n[ 0.418016] AppArmor: AppArmor Filesystem Enabled\n[ 0.419189] pnp: PnP ACPI init\n[ 0.420238] pnp: PnP ACPI: found 5 devices\n[ 0.426488] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428578] NET: Registered protocol family 2\n[ 0.429721] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.431347] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.432866] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.434364] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.435751] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.437232] NET: Registered protocol family 1\n[ 0.438314] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.439703] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.441046] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.455540] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.470275] Trying to unpack rootfs image as initramfs...\n[ 1.783879] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.800062] Scanning for low memory corruption every 60 seconds\n[ 1.801660] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.803084] audit: initializing netlink subsys (disabled)\n[ 1.804356] audit: type=2000 audit(1539348965.551:1): initialized\n[ 1.805959] Initialise system trusted keyring\n[ 1.807078] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.808522] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.810791] zbud: loaded\n[ 1.811619] VFS: Disk quotas dquot_6.6.0\n[ 1.812633] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.814360] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.815859] fuse init (API version 7.23)\n[ 1.816938] Key type big_key registered\n[ 1.817910] Allocating IMA MOK and blacklist keyrings.\n[ 1.819241] Key type asymmetric registered\n[ 1.820254] Asymmetric key parser 'x509' registered\n[ 1.821458] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.823327] io scheduler noop registered\n[ 1.824322] io scheduler deadline registered (default)\n[ 1.825573] io scheduler cfq registered\n[ 1.826602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.827925] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.829544] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.831346] ACPI: Power Button [PWRF]\n[ 1.832377] GHES: HEST is not enabled!\n[ 1.846303] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.875374] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.878011] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.902581] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.906905] Linux agpgart interface v0.103\n[ 1.909187] brd: module loaded\n[ 1.910619] loop: module loaded\n[ 1.912325] vda: vda1\n[ 1.913786] scsi host0: ata_piix\n[ 1.914669] scsi host1: ata_piix\n[ 1.915551] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.917089] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.918851] libphy: Fixed MDIO Bus: probed\n[ 1.919869] tun: Universal TUN/TAP device driver, 1.6\n[ 1.921041] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.923524] PPP generic driver version 2.4.2\n[ 1.924606] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.926070] ehci-pci: EHCI PCI platform driver\n[ 1.927128] ehci-platform: EHCI generic platform driver\n[ 1.928343] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.929731] ohci-pci: OHCI PCI platform driver\n[ 1.930783] ohci-platform: OHCI generic platform driver\n[ 1.931993] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.946751] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.947960] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.949723] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.950953] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.952323] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.953844] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.955574] usb usb1: Product: UHCI Host Controller\n[ 1.956713] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.958117] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.959272] hub 1-0:1.0: USB hub found\n[ 1.960221] hub 1-0:1.0: 2 ports detected\n[ 1.961309] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.963778] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.964955] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.966204] mousedev: PS/2 mouse device common for all mice\n[ 1.967689] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.969895] rtc_cmos 00:00: RTC can wake from S4\n[ 1.971191] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.972662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.974123] i2c /dev entries driver\n[ 1.975030] device-mapper: uevent: version 1.0.3\n[ 1.976156] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.978134] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.979659] NET: Registered protocol family 10\n[ 1.980854] NET: Registered protocol family 17\n[ 1.981932] Key type dns_resolver registered\n[ 1.983034] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.984376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.986485] registered taskstats version 1\n[ 1.987487] Loading compiled-in X.509 certificates\n[ 1.989114] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.991367] zswap: loaded using pool lzo/zbud\n[ 1.993355] Key type trusted registered\n[ 1.995762] Key type encrypted registered\n[ 1.996756] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.998006] ima: No TPM chip found, activating TPM-bypass!\n[ 1.999269] evm: HMAC attrs: 0x1\n[ 2.000345] Magic number: 6:90:936\n[ 2.001333] rtc_cmos 00:00: setting system clock to 2018-10-12 12:56:05 UTC (1539348965)\n[ 2.003261] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 2.004646] EDD information not available.\n[ 2.072898] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.074601] ata1.00: configured for MWDMA2\n[ 2.075968] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.078679] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.080180] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.091954] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.094093] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.095984] Write protecting the kernel read-only data: 14336k\n[ 2.097812] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.099883] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.109182] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.111417] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.113904] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.116250] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.118516] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.120772] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.123586] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.125785] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.127976] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.130169] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.158914] virtio_net virtio0 ens3: renamed from eth0\n[ 2.167232] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.169455] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.195234] AVX2 version of gcm_enc/dec engaged.\n[ 2.196417] AES CTR mode by8 optimization enabled\n[ 2.200685] FDC 0 is a S82078B\n[ 2.272315] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.437523] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.439087] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.440713] usb 1-1: Product: QEMU USB Tablet\n[ 2.441790] usb 1-1: Manufacturer: QEMU\n[ 2.442734] usb 1-1: SerialNumber: 42\n[ 2.451352] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.458897] usbcore: registered new interface driver usbhid\n[ 2.460207] usbhid: USB HID core driver\n[ 2.462743] 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.465532] 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.796548] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325574b9f72, max_idle_ns: 440795367431 ns\nBegin: Loading essential drivers ... [ 3.441440] md: linear personality registered for level -1\n[ 3.444610] md: multipath personality registered for level -4\n[ 3.447830] md: raid0 personality registered for level 0\n[ 3.451360] md: raid1 personality registered for level 1\n[ 3.520306] raid6: sse2x1 gen() 11313 MB/s\n[ 3.588306] raid6: sse2x1 xor() 8734 MB/s\n[ 3.656307] raid6: sse2x2 gen() 14264 MB/s\n[ 3.724308] raid6: sse2x2 xor() 9692 MB/s\n[ 3.792304] raid6: sse2x4 gen() 16553 MB/s\n[ 3.860308] raid6: sse2x4 xor() 11604 MB/s\n[ 3.928307] raid6: avx2x1 gen() 21926 MB/s\n[ 3.996305] raid6: avx2x2 gen() 25454 MB/s\n[ 4.064306] raid6: avx2x4 gen() 29876 MB/s\n[ 4.065163] raid6: using algorithm avx2x4 gen() 29876 MB/s\n[ 4.066195] raid6: using avx2x2 recovery algorithm\n[ 4.068801] xor: automatically using best checksumming function:\n[ 4.108316] avx : 34910.000 MB/sec\n[ 4.110453] async_tx: api initialized (async)\n[ 4.119467] md: raid6 personality registered for level 6\n[ 4.120520] md: raid5 personality registered for level 5\n[ 4.121515] md: raid4 personality registered for level 4\n[ 4.126029] 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.151108] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.181412] 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.276414] 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.282168] systemd[1]: Detected virtualization kvm.\n[ 4.283816] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.289022] systemd[1]: Set hostname to .\n[ 4.293310] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.294697] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.404505] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.407414] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.409869] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.412654] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.415119] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.417815] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.420655] 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.424016] 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.427812] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.430189] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.432618] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.435333] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.437787] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.439903] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.442553] 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.446936] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.449914] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.457235] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.462311] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.467424] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.471092] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.475089] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.478501] 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.485056] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.492143] systemd[1]: Listening on Syslog Socket.\n[ 4.493684] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.498634] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m[ 4.503051] Loading iSCSI transport class v2.0-870.\n] Listening on Journal Socket (/dev/log).\n[ 4.505983] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.512950] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.516255] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\nunting POSIX Message Queue File System...\n[ 4.492143] systemd[1]: Li[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.523015] systemd[1]: Reached target Swap.\n[ 4.525292] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Reached target Swap.\n[ 4.528352] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.530692] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.536747] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.542364] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.552121] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.555618] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.562684] 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.567640] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.575189] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.585392] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Initial cloud-init job (pre-networking)...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n"} 2018-10-12 12:56:09,699 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa/action used request id req-88bdcf37-9334-4afb-a629-2837953f403e 2018-10-12 12:56:09,706 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:56:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-acd4652b-e834-4a96-ad07-2e423155a842 x-compute-request-id: req-acd4652b-e834-4a96-ad07-2e423155a842 Content-Encoding: gzip Content-Length: 13517 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 615062005 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.155637] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.157620] pid_max: default: 32768 minimum: 301\n[ 0.158692] ACPI: Core revision 20150930\n[ 0.160187] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161740] Security Framework initialized\n[ 0.162720] Yama: becoming mindful.\n[ 0.163581] AppArmor: AppArmor initialized\n[ 0.164602] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.166318] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.168249] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.169710] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.171343] Initializing cgroup subsys io\n[ 0.172310] Initializing cgroup subsys memory\n[ 0.173336] Initializing cgroup subsys devices\n[ 0.174370] Initializing cgroup subsys freezer\n[ 0.175414] Initializing cgroup subsys net_cls\n[ 0.176470] Initializing cgroup subsys perf_event\n[ 0.177548] Initializing cgroup subsys net_prio\n[ 0.178604] Initializing cgroup subsys hugetlb\n[ 0.179638] Initializing cgroup subsys pids\n[ 0.180667] CPU: Physical Processor ID: 0\n[ 0.182304] mce: CPU supports 10 MCE banks\n[ 0.183299] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184527] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.195812] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.202394] ftrace: allocating 32123 entries in 126 pages\n[ 0.229008] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.230236] smpboot: Max logical packages: 1\n[ 0.231234] x2apic enabled\n[ 0.232042] Switched APIC routing to physical x2apic.\n[ 0.233772] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234880] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236870] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238632] KVM setup paravirtual spinlock\n[ 0.239899] x86: Booted up 1 node, 1 CPUs\n[ 0.240704] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.242072] devtmpfs: initialized\n[ 0.244536] evm: security.selinux\n[ 0.245257] evm: security.SMACK64\n[ 0.245942] evm: security.SMACK64EXEC\n[ 0.246680] evm: security.SMACK64TRANSMUTE\n[ 0.247481] evm: security.SMACK64MMAP\n[ 0.248213] evm: security.ima\n[ 0.248843] evm: security.capability\n[ 0.249637] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251459] pinctrl core: initialized pinctrl subsystem\n[ 0.252547] RTC time: 12:55:37, date: 10/12/18\n[ 0.253475] NET: Registered protocol family 16\n[ 0.254434] cpuidle: using governor ladder\n[ 0.255235] cpuidle: using governor menu\n[ 0.256022] PCCT header not found.\n[ 0.256779] ACPI: bus type PCI registered\n[ 0.257577] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258803] PCI: Using configuration type 1 for base access\n[ 0.260951] ACPI: Added _OSI(Module Device)\n[ 0.261785] ACPI: Added _OSI(Processor Device)\n[ 0.262632] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.263510] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.265596] ACPI: Interpreter enabled\n[ 0.266380] ACPI: (supports S0 S5)\n[ 0.267074] ACPI: Using IOAPIC for interrupt routing\n[ 0.267992] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271021] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272121] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.273315] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.274477] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276747] acpiphp: Slot [3] registered\n[ 0.277532] acpiphp: Slot [4] registered\n[ 0.278303] acpiphp: Slot [5] registered\n[ 0.279089] acpiphp: Slot [6] registered\n[ 0.279868] acpiphp: Slot [7] registered\n[ 0.280642] acpiphp: Slot [8] registered\n[ 0.281414] acpiphp: Slot [9] registered\n[ 0.282191] acpiphp: Slot [10] registered\n[ 0.282982] acpiphp: Slot [11] registered\n[ 0.283777] acpiphp: Slot [12] registered\n[ 0.284567] acpiphp: Slot [13] registered\n[ 0.285353] acpiphp: Slot [14] registered\n[ 0.295964] acpiphp: Slot [15] registered\n[ 0.296768] acpiphp: Slot [16] registered\n[ 0.297553] acpiphp: Slot [17] registered\n[ 0.298337] acpiphp: Slot [18] registered\n[ 0.299126] acpiphp: Slot [19] registered\n[ 0.299920] acpiphp: Slot [20] registered\n[ 0.300714] acpiphp: Slot [21] registered\n[ 0.301504] acpiphp: Slot [22] registered\n[ 0.302290] acpiphp: Slot [23] registered\n[ 0.303079] acpiphp: Slot [24] registered\n[ 0.303866] acpiphp: Slot [25] registered\n[ 0.304654] acpiphp: Slot [26] registered\n[ 0.305448] acpiphp: Slot [27] registered\n[ 0.306232] acpiphp: Slot [28] registered\n[ 0.307024] acpiphp: Slot [29] registered\n[ 0.307813] acpiphp: Slot [30] registered\n[ 0.308598] acpiphp: Slot [31] registered\n[ 0.309380] PCI host bridge to bus 0000:00\n[ 0.310176] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311357] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313956] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.315371] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.321605] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.322854] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.324000] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.325233] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.331645] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.333068] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.379121] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.380589] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.381967] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.383354] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.384739] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385956] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.387107] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.388296] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389806] vgaarb: loaded\n[ 0.390389] vgaarb: bridge control possible 0000:00:02.0\n[ 0.391519] SCSI subsystem initialized\n[ 0.392311] ACPI: bus type USB registered\n[ 0.393107] usbcore: registered new interface driver usbfs\n[ 0.394104] usbcore: registered new interface driver hub\n[ 0.395078] usbcore: registered new device driver usb\n[ 0.396104] PCI: Using ACPI for IRQ routing\n[ 0.397109] NetLabel: Initializing\n[ 0.397813] NetLabel: domain hash size = 128\n[ 0.398637] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399563] NetLabel: unlabeled traffic allowed by default\n[ 0.400625] amd_nb: Cannot enumerate AMD northbridges\n[ 0.401569] clocksource: Switched to clocksource kvm-clock\n[ 0.406958] AppArmor: AppArmor Filesystem Enabled\n[ 0.407906] pnp: PnP ACPI init\n[ 0.408796] pnp: PnP ACPI: found 5 devices\n[ 0.414822] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.416514] NET: Registered protocol family 2\n[ 0.417453] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.418709] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.419873] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.421024] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.422107] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.423260] NET: Registered protocol family 1\n[ 0.424106] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425175] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426232] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.440329] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454672] Trying to unpack rootfs image as initramfs...\n[ 1.728216] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.743791] Scanning for low memory corruption every 60 seconds\n[ 1.745106] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.746242] audit: initializing netlink subsys (disabled)\n[ 1.747246] audit: type=2000 audit(1539348939.543:1): initialized\n[ 1.748533] Initialise system trusted keyring\n[ 1.749447] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.750592] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.752551] zbud: loaded\n[ 1.753245] VFS: Disk quotas dquot_6.6.0\n[ 1.754062] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.755454] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.756656] fuse init (API version 7.23)\n[ 1.757524] Key type big_key registered\n[ 1.758313] Allocating IMA MOK and blacklist keyrings.\n[ 1.759409] Key type asymmetric registered\n[ 1.760219] Asymmetric key parser 'x509' registered\n[ 1.761159] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.762610] io scheduler noop registered\n[ 1.763392] io scheduler deadline registered (default)\n[ 1.764370] io scheduler cfq registered\n[ 1.765194] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.766234] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.767487] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.768914] ACPI: Power Button [PWRF]\n[ 1.769754] GHES: HEST is not enabled!\n[ 1.783613] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.812158] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.814506] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.839094] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.842639] Linux agpgart interface v0.103\n[ 1.845438] brd: module loaded\n[ 1.847446] loop: module loaded\n[ 1.850089] vda: vda1\n[ 1.851435] scsi host0: ata_piix\n[ 1.852156] scsi host1: ata_piix\n[ 1.852861] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.854079] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.855518] libphy: Fixed MDIO Bus: probed\n[ 1.856326] tun: Universal TUN/TAP device driver, 1.6\n[ 1.857272] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.859414] PPP generic driver version 2.4.2\n[ 1.860295] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.861521] ehci-pci: EHCI PCI platform driver\n[ 1.862384] ehci-platform: EHCI generic platform driver\n[ 1.863362] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.864474] ohci-pci: OHCI PCI platform driver\n[ 1.865327] ohci-platform: OHCI generic platform driver\n[ 1.866309] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.880815] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.881811] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.883246] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.884263] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.885369] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.886618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.888064] usb usb1: Product: UHCI Host Controller\n[ 1.889015] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.890187] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.891205] hub 1-0:1.0: USB hub found\n[ 1.892000] hub 1-0:1.0: 2 ports detected\n[ 1.892921] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.895078] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.896062] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.897117] mousedev: PS/2 mouse device common for all mice\n[ 1.898398] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.900287] rtc_cmos 00:00: RTC can wake from S4\n[ 1.901393] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.902643] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.903838] i2c /dev entries driver\n[ 1.904581] device-mapper: uevent: version 1.0.3\n[ 1.905513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.907136] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.908408] NET: Registered protocol family 10\n[ 1.909413] NET: Registered protocol family 17\n[ 1.910303] Key type dns_resolver registered\n[ 1.911242] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.912327] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.914084] registered taskstats version 1\n[ 1.914924] Loading compiled-in X.509 certificates\n[ 1.916350] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.918198] zswap: loaded using pool lzo/zbud\n[ 1.920000] Key type trusted registered\n[ 1.922277] Key type encrypted registered\n[ 1.923111] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.924138] ima: No TPM chip found, activating TPM-bypass!\n[ 1.925177] evm: HMAC attrs: 0x1\n[ 1.926124] Magic number: 6:90:936\n[ 1.926955] rtc_cmos 00:00: setting system clock to 2018-10-12 12:55:39 UTC (1539348939)\n[ 1.928547] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.929663] EDD information not available.\n[ 2.010108] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.011574] ata1.00: configured for MWDMA2\n[ 2.012797] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.015117] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.016353] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.027804] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.029720] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.031245] Write protecting the kernel read-only data: 14336k\n[ 2.032775] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.034487] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.043150] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.044909] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.046902] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048746] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050567] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052355] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054218] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.055985] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058324] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.060103] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087841] virtio_net virtio0 ens3: renamed from eth0\n[ 2.095809] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.097602] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.117130] AVX2 version of gcm_enc/dec engaged.\n[ 2.118079] AES CTR mode by8 optimization enabled\n[ 2.125910] FDC 0 is a S82078B\n[ 2.201608] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.363139] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.364516] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.365778] usb 1-1: Product: QEMU USB Tablet\n[ 2.366623] usb 1-1: Manufacturer: QEMU\n[ 2.367381] usb 1-1: SerialNumber: 42\n[ 2.374720] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.381607] usbcore: registered new interface driver usbhid\n[ 2.382669] usbhid: USB HID core driver\n[ 2.384451] 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.386638] 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.741794] tsc: Refined TSC clocksource calibration: 3491.906 MHz\n[ 2.743208] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325572deef8, max_idle_ns: 440795222557 ns\nBegin: Loading essential drivers ... [ 3.361256] md: linear personality registered for level -1\n[ 3.363861] md: multipath personality registered for level -4\n[ 3.366542] md: raid0 personality registered for level 0\n[ 3.369439] md: raid1 personality registered for level 1\n[ 3.437571] raid6: sse2x1 gen() 11258 MB/s\n[ 3.505575] raid6: sse2x1 xor() 8812 MB/s\n[ 3.573583] raid6: sse2x2 gen() 14164 MB/s\n[ 3.641573] raid6: sse2x2 xor() 9690 MB/s\n[ 3.709572] raid6: sse2x4 gen() 16536 MB/s\n[ 3.777573] raid6: sse2x4 xor() 11552 MB/s\n[ 3.845573] raid6: avx2x1 gen() 21966 MB/s\n[ 3.913573] raid6: avx2x2 gen() 25993 MB/s\n[ 3.981574] raid6: avx2x4 gen() 29503 MB/s\n[ 3.982436] raid6: using algorithm avx2x4 gen() 29503 MB/s\n[ 3.983444] raid6: using avx2x2 recovery algorithm\n[ 3.985387] xor: automatically using best checksumming function:\n[ 4.025570] avx : 35901.000 MB/sec\n[ 4.027417] async_tx: api initialized (async)\n[ 4.034859] md: raid6 personality registered for level 6\n[ 4.035866] md: raid5 personality registered for level 5\n[ 4.036881] md: raid4 personality registered for level 4\n[ 4.041043] 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.064714] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.093359] 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.192290] 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.196356] systemd[1]: Detected virtualization kvm.\n[ 4.197529] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.201314] systemd[1]: Set hostname to .\n[ 4.205289] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.206401] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.315875] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.318812] 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.322701] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.325243] 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.328658] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.331459] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.333991] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.336863] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.339368] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.342119] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.345158] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.347735] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.350351] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.352717] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.355253] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.358091] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.360879] 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.365264] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.370447] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.375372] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.379897] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.385777] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.387865] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.392913] 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.398088] systemd[1]: Starting Uncomplicated firewall...\n[ 4.400958] Loading iSCSI transport class v2.0-870.\n Starting Uncomplicated firewall...\n[ 4.403452] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.409469] systemd[1]: Reached target Slices.\n[ 4.411921] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Reached target Slices.\n[ 4.414193] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.416588] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.419501] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...[ 4.421156] EXT4-fs (vda1): re-mounted. Opts: (null)\n\n[ 4.424080] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.428502] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.432725] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.437602] 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.450261] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.453465] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.460648] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.485913] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Set console keymap.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Initial cloud-init job (pre-networking)...\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Commit a transient machine-id on disk...\n Starting Set console font and keymap...\n Starting Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[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[[0;32m OK [0m] Found device /dev/ttyS0.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\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.888824] cloud-init[450]: Cloud-init v. 0.7.9 running 'init-local' at Fri, 12 Oct 2018 12:55:42 +0000. Up 5.21 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 7.967377] cloud-init[1020]: Cloud-init v. 0.7.9 running 'init' at Fri, 12 Oct 2018 12:55:44 +0000. Up 6.99 seconds.\n[ 7.969226] cloud-init[1020]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 7.972129] cloud-init[1020]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 7.976097] cloud-init[1020]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 7.980097] cloud-init[1020]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 7.984097] cloud-init[1020]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 7.988103] cloud-init[1020]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 7.989909] cloud-init[1020]: ci-info: | ens3 | True | 10.10.10.8 | 255.255.255.0 | . | fa:16:3e:21:b3:d0 |\n[ 7.996105] cloud-init[1020]: ci-info: | ens3 | True | fe80::f816:3eff:fe21:b3d0/64 | . | link | fa:16:3e:21:b3:d0 |\n[ 7.997921] cloud-init[1020]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.004110] cloud-init[1020]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.005875] cloud-init[1020]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.007541] cloud-init[1020]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.013273] cloud-init[1020]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.014923] cloud-init[1020]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.020470] cloud-init[1020]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.022141] cloud-init[1020]: ci-info: | 2 | 169.254.169.254 | 10.10.10.4 | 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 Starting iSCSI initiator daemon (iscsid)...\n[ 8.028069] cloud-init[1020]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+[[0;32m OK [0m] Reached target System Initialization.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n\n[ 8.036074] cloud-init[1020]: Generating public/private rsa key pair.\n Starting LXD - unix socket.\n[[0;32m OK [0m] Started Daily apt activities.\n[ 8.040066] cloud-init[1020]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.041566] cloud-init[1020]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.043018] cloud-init[1020]: The key fingerprint is:[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 8.048375] cloud-init[1020]: SHA256:TFKAlMzobHEiPoNgC8AA8/W6V9Hc0WqfgwMW1ZLwmy4 root@sdnvpn-13-1\n[ 8.049572] cloud-init[1020]: The key's randomart image is:\n[ 8.050405] cloud-init[1020]: +---[RSA 2048]----+\n[ 8.051179] cloud-init[1020]: |X =oo... .oo+ |\n[ 8.051930] \n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Reached target Cloud-config availability.\ncloud-init[1020]: |+=+.*. . o.oo.o |\n[ 8.056345] cloud-init[1020]: |*+o+ o o o.oo |\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 8.059091] cloud-init[1020]: |.=+ . + .o oo |\n[ 8.060110] cloud-init[1020]: | .o . S. ooo . |\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 8.062414] cloud-init[1020]: | . . .o + |\n[ 8.065234] cloud-init[1020]: | . . E .. . |\n[ 8.068177] cloud-init[1020]: | . . |\n[ 8.072619] cloud-init[1020]: | |\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 8.076057] cloud-init[1020]: +----[SHA256]-----+\n[ 8.077791] cloud-init[1020]: Generating public/private dsa key pair.\n [ 8.080076] cloud-init[1020]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.081244] cloud-init[1020]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.082425] cloud-init[1020]: The key fingerprint is:\n[ 8.083236] cloud-init[1020]: SHA256:no7dzyv/yom5wHfQlYz7ffSC0qncxJl08WWSTFQvlE0 root@sdnvpn-13-1Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n Starting Accounts Service...\n Starting Login Service...\n\n[ 8.089618] cloud-init[1020]: The key's randomart image is: Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n\n[ 8.093944] cloud-init[1020]: +---[DSA 1024]----+\n[ 8.095002] cloud-init[1020]: | .+=E| Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting System Logging Service...\n\n[[0;32m OK [0m] Started Regular background program processing daemon.\n[ 8.110570] cloud-init Starting Pollinate to seed the pseudo random number generator...\n Starting LXD - container startup/shutdown...\n Starting /etc/rc.local Compatibility...[1020]: | *.oo|\n[ 8.128624] cloud-init[1020]: \n[[0;32m OK [0m] Started D-Bus System Message Bus.\n| . X +|\n[ 8.143153] cloud-init[1020]: | . o *.|\n[ 8.151254] cloud-init[1020]: | S . + . o|\n Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started System Logging Service.\n[ 8.160081] cloud-init[1020]: | o . = B o.|\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[ 8.214529] cloud-init[1020]: | = o X o +|\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n[ 8.229065] cloud-init[1020]: | + =.@ . ..|\n[ 8.248338] cloud-init[1020]: | . o B=X+. |\n[ 8.260390] cloud-init[1020]: +----[SHA256]-----+\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[ 8.284177] cloud-init[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n[1020]: Generating public/private ecdsa key pair.\n[ 8.296315] cloud-init[1020]: Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: start and stop the Quagga routing suite...\n Starting Permit User Sessions...\n Starting LSB: automatic crash report generation...\n Starting LSB: daemon to balance interrupts for SMP systems...\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Permit User Sessions.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[ 8.376734] [[0;32m OK [0m] Started Hold until boot process finishes up.\ncloud-init[1020]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n\n Starting Set console scheme...\n[ 8.411179] cloud-init[1020]: The key fingerprint is:[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n\n[[0;32m OK [0m] Started Set console scheme.\n[ 8.416884] cloud-init[1020]: SHA256:Ax9aw5IwHL24ZmrEqyUXwNORvscSE59gz46r/0i4YJQ root@sdnvpn-13-1\n[ 8.432120] cloud-init[1020]: The key's randomart image is:\n[ 8.440100] cloud-init[1020]: +---[ECDSA 256]---+\n[ 8.444430] cloud-init[1020]: | o=o |\n[ 8.445730] cloud-init[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[1020]: |. .=oo.o |\n[ 8.452086] cloud-init[1020]: |.oo.*.=.= |\n[ 8.460100] cloud-init[1020]: | .o+.=.* o |\n[ 8.464078] cloud-init[1020]: | E. B.. S |\n[ 8.465246] cloud-init[1020]: |. +=++ . |\n[ 8.468081] cloud-init[1020]: |o+o*+ |\n[ 8.472090] cloud-init[1020]: |o+*.. |\n[ 8.475274] cloud-init[1020]: |.=oo.. |\n[ 8.481461] cloud-init[1020]: +----[SHA256]-----+\n[ 8.483713] cloud-init[1020]: Generating public/private ed25519 key pair.\n[ 8.485438] cloud-init[1020]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.488977] cloud-init[1020]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.492956] cloud-init[1020]: The key fingerprint is:\n[ 8.495670] cloud-init[1020]: SHA256:IYHqIUb/UrxsbYD8tHyrfWy5mauOExaqdYeSdwINYxw root@sdnvpn-13-1\n[ 8.499775] cloud-init[1020]: The key's randomart image is:\n[ 8.502742] cloud-init[1020]: +--[ED25519 256]--+\n[ 8.505432] cloud-init[1020]: | .E... |\n[ 8.507782] cloud-init[1020]: | . =. . |\n[ 8.510223] cloud-init[1020]: |. +.* . . |\n[ 8.512747] cloud-init[1020]: |..o= B . . |\n[ 8.515034] cloud-init[1020]: |.o .@ B S |\n[ 8.519189] cloud-init[1020]: | .* / * |\n[ 8.524020] cloud-init[1020]: | o B B o . |\n[ 8.525045] cloud-init[1020]: | . .o. =o |\n[ 8.528083] cloud-init[1020]: | o+++=o |\n[ 8.529343] cloud-init[1020]: +----[SHA256]-----+\n[ 8.746124] cloud-init[1125]: 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.422908] cloud-init[1125]: en_US.UTF-8... done\n[ 9.424840] cloud-init[1125]: Generation complete.\n[ 10.083626] cloud-init[1125]: Cloud-init v. 0.7.9 running 'modules:config' at Fri, 12 Oct 2018 12:55:46 +0000. Up 8.68 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.387773] cloud-init[1393]: + sudo useradd -m sdnvpn\n[ 10.450054] cloud-init[1393]: sudo: unable to resolve host sdnvpn-13-1\n[ 13.027375] cloud-init[1393]: + sudo adduser sdnvpn sudo\n[ 13.082599] cloud-init[1393]: sudo: unable to resolve host sdnvpn-13-1\n[ 13.123100] cloud-init[1393]: Adding user `sdnvpn' to group `sudo' ...\n[ 13.127724] cloud-init[1393]: Adding user sdnvpn to group sudo\n[ 13.609532] cloud-init[1393]: Done.\n[ 13.610951] cloud-init[1393]: + chpasswd\n[ 13.611846] cloud-init[1393]: + sudo echo sdnvpn:opnfv\n[ 13.666287] cloud-init[1393]: sudo: unable to resolve host sdnvpn-13-1\n[ 13.787328] cloud-init[1393]: + sleep 20\n\nUbuntu 16.04.2 LTS sdnvpn-13-1 ttyS0\n\nsdnvpn-13-1 login: "} 2018-10-12 12:56:09,707 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba/action used request id req-acd4652b-e834-4a96-ad07-2e423155a842 2018-10-12 12:56:11,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b6a106de1a75919f7a65c1127a3a6002b19395f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:56:12,890 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:56: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-edff3864-b5d3-426d-b17a-d21c294a8925 x-compute-request-id: req-edff3864-b5d3-426d-b17a-d21c294a8925 Content-Encoding: gzip Content-Length: 10624 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 799923280 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.140913] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.142928] pid_max: default: 32768 minimum: 301\n[ 0.144028] ACPI: Core revision 20150930\n[ 0.145565] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147139] Security Framework initialized\n[ 0.148149] Yama: becoming mindful.\n[ 0.149044] AppArmor: AppArmor initialized\n[ 0.150098] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.151819] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153782] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155283] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.156977] Initializing cgroup subsys io\n[ 0.157977] Initializing cgroup subsys memory\n[ 0.159047] Initializing cgroup subsys devices\n[ 0.160130] Initializing cgroup subsys freezer\n[ 0.161214] Initializing cgroup subsys net_cls\n[ 0.162292] Initializing cgroup subsys perf_event\n[ 0.163418] Initializing cgroup subsys net_prio\n[ 0.164543] Initializing cgroup subsys hugetlb\n[ 0.165625] Initializing cgroup subsys pids\n[ 0.166704] CPU: Physical Processor ID: 0\n[ 0.168432] mce: CPU supports 10 MCE banks\n[ 0.169499] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170751] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182044] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.188982] ftrace: allocating 32123 entries in 126 pages\n[ 0.216168] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217722] smpboot: Max logical packages: 1\n[ 0.218949] x2apic enabled\n[ 0.219910] Switched APIC routing to physical x2apic.\n[ 0.221932] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223347] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225819] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228052] KVM setup paravirtual spinlock\n[ 0.229555] x86: Booted up 1 node, 1 CPUs\n[ 0.230531] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.232202] devtmpfs: initialized\n[ 0.234835] evm: security.selinux\n[ 0.235669] evm: security.SMACK64\n[ 0.236516] evm: security.SMACK64EXEC\n[ 0.237411] evm: security.SMACK64TRANSMUTE\n[ 0.238389] evm: security.SMACK64MMAP\n[ 0.239278] evm: security.ima\n[ 0.240048] evm: security.capability\n[ 0.241008] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243268] pinctrl core: initialized pinctrl subsystem\n[ 0.244585] RTC time: 12:56:03, date: 10/12/18\n[ 0.245722] NET: Registered protocol family 16\n[ 0.246907] cpuidle: using governor ladder\n[ 0.247899] cpuidle: using governor menu\n[ 0.248848] PCCT header not found.\n[ 0.249739] ACPI: bus type PCI registered\n[ 0.250711] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.252212] PCI: Using configuration type 1 for base access\n[ 0.254611] ACPI: Added _OSI(Module Device)\n[ 0.255624] ACPI: Added _OSI(Processor Device)\n[ 0.256673] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.257774] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.260132] ACPI: Interpreter enabled\n[ 0.261066] ACPI: (supports S0 S5)\n[ 0.261914] ACPI: Using IOAPIC for interrupt routing\n[ 0.263069] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266543] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267923] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269411] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270995] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273678] acpiphp: Slot [3] registered\n[ 0.274640] acpiphp: Slot [4] registered\n[ 0.275629] acpiphp: Slot [5] registered\n[ 0.276618] acpiphp: Slot [6] registered\n[ 0.277595] acpiphp: Slot [7] registered\n[ 0.278587] acpiphp: Slot [8] registered\n[ 0.279566] acpiphp: Slot [9] registered\n[ 0.280551] acpiphp: Slot [10] registered\n[ 0.281549] acpiphp: Slot [11] registered\n[ 0.282541] acpiphp: Slot [12] registered\n[ 0.283533] acpiphp: Slot [13] registered\n[ 0.284529] acpiphp: Slot [14] registered\n[ 0.295759] acpiphp: Slot [15] registered\n[ 0.296735] acpiphp: Slot [16] registered\n[ 0.297688] acpiphp: Slot [17] registered\n[ 0.298662] acpiphp: Slot [18] registered\n[ 0.299631] acpiphp: Slot [19] registered\n[ 0.300598] acpiphp: Slot [20] registered\n[ 0.301561] acpiphp: Slot [21] registered\n[ 0.302521] acpiphp: Slot [22] registered\n[ 0.303484] acpiphp: Slot [23] registered\n[ 0.304433] acpiphp: Slot [24] registered\n[ 0.305408] acpiphp: Slot [25] registered\n[ 0.306378] acpiphp: Slot [26] registered\n[ 0.307349] acpiphp: Slot [27] registered\n[ 0.308314] acpiphp: Slot [28] registered\n[ 0.309284] acpiphp: Slot [29] registered\n[ 0.310256] acpiphp: Slot [30] registered\n[ 0.311222] acpiphp: Slot [31] registered\n[ 0.312187] PCI host bridge to bus 0000:00\n[ 0.313164] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314656] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.316138] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317876] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.319627] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326188] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.327770] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329207] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337488] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385645] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387107] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388491] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389894] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391251] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393153] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394547] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395864] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397768] vgaarb: loaded\n[ 0.398477] vgaarb: bridge control possible 0000:00:02.0\n[ 0.399839] SCSI subsystem initialized\n[ 0.400815] ACPI: bus type USB registered\n[ 0.401810] usbcore: registered new interface driver usbfs\n[ 0.403078] usbcore: registered new interface driver hub\n[ 0.404287] usbcore: registered new device driver usb\n[ 0.405547] PCI: Using ACPI for IRQ routing\n[ 0.406756] NetLabel: Initializing\n[ 0.407606] NetLabel: domain hash size = 128\n[ 0.408630] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409786] NetLabel: unlabeled traffic allowed by default\n[ 0.411117] amd_nb: Cannot enumerate AMD northbridges\n[ 0.412303] clocksource: Switched to clocksource kvm-clock\n[ 0.418016] AppArmor: AppArmor Filesystem Enabled\n[ 0.419189] pnp: PnP ACPI init\n[ 0.420238] pnp: PnP ACPI: found 5 devices\n[ 0.426488] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428578] NET: Registered protocol family 2\n[ 0.429721] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.431347] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.432866] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.434364] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.435751] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.437232] NET: Registered protocol family 1\n[ 0.438314] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.439703] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.441046] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.455540] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.470275] Trying to unpack rootfs image as initramfs...\n[ 1.783879] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.800062] Scanning for low memory corruption every 60 seconds\n[ 1.801660] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.803084] audit: initializing netlink subsys (disabled)\n[ 1.804356] audit: type=2000 audit(1539348965.551:1): initialized\n[ 1.805959] Initialise system trusted keyring\n[ 1.807078] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.808522] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.810791] zbud: loaded\n[ 1.811619] VFS: Disk quotas dquot_6.6.0\n[ 1.812633] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.814360] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.815859] fuse init (API version 7.23)\n[ 1.816938] Key type big_key registered\n[ 1.817910] Allocating IMA MOK and blacklist keyrings.\n[ 1.819241] Key type asymmetric registered\n[ 1.820254] Asymmetric key parser 'x509' registered\n[ 1.821458] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.823327] io scheduler noop registered\n[ 1.824322] io scheduler deadline registered (default)\n[ 1.825573] io scheduler cfq registered\n[ 1.826602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.827925] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.829544] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.831346] ACPI: Power Button [PWRF]\n[ 1.832377] GHES: HEST is not enabled!\n[ 1.846303] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.875374] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.878011] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.902581] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.906905] Linux agpgart interface v0.103\n[ 1.909187] brd: module loaded\n[ 1.910619] loop: module loaded\n[ 1.912325] vda: vda1\n[ 1.913786] scsi host0: ata_piix\n[ 1.914669] scsi host1: ata_piix\n[ 1.915551] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.917089] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.918851] libphy: Fixed MDIO Bus: probed\n[ 1.919869] tun: Universal TUN/TAP device driver, 1.6\n[ 1.921041] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.923524] PPP generic driver version 2.4.2\n[ 1.924606] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.926070] ehci-pci: EHCI PCI platform driver\n[ 1.927128] ehci-platform: EHCI generic platform driver\n[ 1.928343] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.929731] ohci-pci: OHCI PCI platform driver\n[ 1.930783] ohci-platform: OHCI generic platform driver\n[ 1.931993] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.946751] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.947960] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.949723] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.950953] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.952323] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.953844] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.955574] usb usb1: Product: UHCI Host Controller\n[ 1.956713] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.958117] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.959272] hub 1-0:1.0: USB hub found\n[ 1.960221] hub 1-0:1.0: 2 ports detected\n[ 1.961309] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.963778] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.964955] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.966204] mousedev: PS/2 mouse device common for all mice\n[ 1.967689] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.969895] rtc_cmos 00:00: RTC can wake from S4\n[ 1.971191] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.972662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.974123] i2c /dev entries driver\n[ 1.975030] device-mapper: uevent: version 1.0.3\n[ 1.976156] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.978134] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.979659] NET: Registered protocol family 10\n[ 1.980854] NET: Registered protocol family 17\n[ 1.981932] Key type dns_resolver registered\n[ 1.983034] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.984376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.986485] registered taskstats version 1\n[ 1.987487] Loading compiled-in X.509 certificates\n[ 1.989114] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.991367] zswap: loaded using pool lzo/zbud\n[ 1.993355] Key type trusted registered\n[ 1.995762] Key type encrypted registered\n[ 1.996756] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.998006] ima: No TPM chip found, activating TPM-bypass!\n[ 1.999269] evm: HMAC attrs: 0x1\n[ 2.000345] Magic number: 6:90:936\n[ 2.001333] rtc_cmos 00:00: setting system clock to 2018-10-12 12:56:05 UTC (1539348965)\n[ 2.003261] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 2.004646] EDD information not available.\n[ 2.072898] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.074601] ata1.00: configured for MWDMA2\n[ 2.075968] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.078679] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.080180] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.091954] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.094093] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.095984] Write protecting the kernel read-only data: 14336k\n[ 2.097812] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.099883] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.109182] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.111417] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.113904] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.116250] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.118516] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.120772] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.123586] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.125785] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.127976] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.130169] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.158914] virtio_net virtio0 ens3: renamed from eth0\n[ 2.167232] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.169455] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.195234] AVX2 version of gcm_enc/dec engaged.\n[ 2.196417] AES CTR mode by8 optimization enabled\n[ 2.200685] FDC 0 is a S82078B\n[ 2.272315] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.437523] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.439087] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.440713] usb 1-1: Product: QEMU USB Tablet\n[ 2.441790] usb 1-1: Manufacturer: QEMU\n[ 2.442734] usb 1-1: SerialNumber: 42\n[ 2.451352] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.458897] usbcore: registered new interface driver usbhid\n[ 2.460207] usbhid: USB HID core driver\n[ 2.462743] 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.465532] 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.796548] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325574b9f72, max_idle_ns: 440795367431 ns\nBegin: Loading essential drivers ... [ 3.441440] md: linear personality registered for level -1\n[ 3.444610] md: multipath personality registered for level -4\n[ 3.447830] md: raid0 personality registered for level 0\n[ 3.451360] md: raid1 personality registered for level 1\n[ 3.520306] raid6: sse2x1 gen() 11313 MB/s\n[ 3.588306] raid6: sse2x1 xor() 8734 MB/s\n[ 3.656307] raid6: sse2x2 gen() 14264 MB/s\n[ 3.724308] raid6: sse2x2 xor() 9692 MB/s\n[ 3.792304] raid6: sse2x4 gen() 16553 MB/s\n[ 3.860308] raid6: sse2x4 xor() 11604 MB/s\n[ 3.928307] raid6: avx2x1 gen() 21926 MB/s\n[ 3.996305] raid6: avx2x2 gen() 25454 MB/s\n[ 4.064306] raid6: avx2x4 gen() 29876 MB/s\n[ 4.065163] raid6: using algorithm avx2x4 gen() 29876 MB/s\n[ 4.066195] raid6: using avx2x2 recovery algorithm\n[ 4.068801] xor: automatically using best checksumming function:\n[ 4.108316] avx : 34910.000 MB/sec\n[ 4.110453] async_tx: api initialized (async)\n[ 4.119467] md: raid6 personality registered for level 6\n[ 4.120520] md: raid5 personality registered for level 5\n[ 4.121515] md: raid4 personality registered for level 4\n[ 4.126029] 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.151108] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.181412] 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.276414] 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.282168] systemd[1]: Detected virtualization kvm.\n[ 4.283816] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.289022] systemd[1]: Set hostname to .\n[ 4.293310] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.294697] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.404505] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.407414] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.409869] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.412654] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.415119] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.417815] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.420655] 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.424016] 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.427812] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.430189] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.432618] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.435333] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.437787] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.439903] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.442553] 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.446936] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.449914] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.457235] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.462311] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.467424] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.471092] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.475089] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.478501] 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.485056] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.492143] systemd[1]: Listening on Syslog Socket.\n[ 4.493684] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.498634] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m[ 4.503051] Loading iSCSI transport class v2.0-870.\n] Listening on Journal Socket (/dev/log).\n[ 4.505983] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.512950] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.516255] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\nunting POSIX Message Queue File System...\n[ 4.492143] systemd[1]: Li[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.523015] systemd[1]: Reached target Swap.\n[ 4.525292] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Reached target Swap.\n[ 4.528352] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.530692] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.536747] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.542364] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.552121] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.555618] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.562684] 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.567640] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.575189] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.585392] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Initial cloud-init job (pre-networking)...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] 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 Tell Plymouth To Write Out Runtime Data...\n Starting Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n Starting Set console font and keymap...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.027076] cloud-init[468]: Cloud-init v. 0.7.9 running 'init-local' at Fri, 12 Oct 2018 12:56:08 +0000. Up 5.31 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\nsteni"} 2018-10-12 12:56:12,891 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa/action used request id req-edff3864-b5d3-426d-b17a-d21c294a8925 2018-10-12 12:56:14,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b6a106de1a75919f7a65c1127a3a6002b19395f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:56:15,987 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:56: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-5fdd8817-5043-4b6b-8626-bc7d7b99c862 x-compute-request-id: req-5fdd8817-5043-4b6b-8626-bc7d7b99c862 Content-Encoding: gzip Content-Length: 13411 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 799923280 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.140913] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.142928] pid_max: default: 32768 minimum: 301\n[ 0.144028] ACPI: Core revision 20150930\n[ 0.145565] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147139] Security Framework initialized\n[ 0.148149] Yama: becoming mindful.\n[ 0.149044] AppArmor: AppArmor initialized\n[ 0.150098] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.151819] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153782] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155283] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.156977] Initializing cgroup subsys io\n[ 0.157977] Initializing cgroup subsys memory\n[ 0.159047] Initializing cgroup subsys devices\n[ 0.160130] Initializing cgroup subsys freezer\n[ 0.161214] Initializing cgroup subsys net_cls\n[ 0.162292] Initializing cgroup subsys perf_event\n[ 0.163418] Initializing cgroup subsys net_prio\n[ 0.164543] Initializing cgroup subsys hugetlb\n[ 0.165625] Initializing cgroup subsys pids\n[ 0.166704] CPU: Physical Processor ID: 0\n[ 0.168432] mce: CPU supports 10 MCE banks\n[ 0.169499] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170751] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182044] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.188982] ftrace: allocating 32123 entries in 126 pages\n[ 0.216168] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217722] smpboot: Max logical packages: 1\n[ 0.218949] x2apic enabled\n[ 0.219910] Switched APIC routing to physical x2apic.\n[ 0.221932] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223347] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225819] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228052] KVM setup paravirtual spinlock\n[ 0.229555] x86: Booted up 1 node, 1 CPUs\n[ 0.230531] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.232202] devtmpfs: initialized\n[ 0.234835] evm: security.selinux\n[ 0.235669] evm: security.SMACK64\n[ 0.236516] evm: security.SMACK64EXEC\n[ 0.237411] evm: security.SMACK64TRANSMUTE\n[ 0.238389] evm: security.SMACK64MMAP\n[ 0.239278] evm: security.ima\n[ 0.240048] evm: security.capability\n[ 0.241008] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243268] pinctrl core: initialized pinctrl subsystem\n[ 0.244585] RTC time: 12:56:03, date: 10/12/18\n[ 0.245722] NET: Registered protocol family 16\n[ 0.246907] cpuidle: using governor ladder\n[ 0.247899] cpuidle: using governor menu\n[ 0.248848] PCCT header not found.\n[ 0.249739] ACPI: bus type PCI registered\n[ 0.250711] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.252212] PCI: Using configuration type 1 for base access\n[ 0.254611] ACPI: Added _OSI(Module Device)\n[ 0.255624] ACPI: Added _OSI(Processor Device)\n[ 0.256673] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.257774] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.260132] ACPI: Interpreter enabled\n[ 0.261066] ACPI: (supports S0 S5)\n[ 0.261914] ACPI: Using IOAPIC for interrupt routing\n[ 0.263069] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266543] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267923] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269411] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270995] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273678] acpiphp: Slot [3] registered\n[ 0.274640] acpiphp: Slot [4] registered\n[ 0.275629] acpiphp: Slot [5] registered\n[ 0.276618] acpiphp: Slot [6] registered\n[ 0.277595] acpiphp: Slot [7] registered\n[ 0.278587] acpiphp: Slot [8] registered\n[ 0.279566] acpiphp: Slot [9] registered\n[ 0.280551] acpiphp: Slot [10] registered\n[ 0.281549] acpiphp: Slot [11] registered\n[ 0.282541] acpiphp: Slot [12] registered\n[ 0.283533] acpiphp: Slot [13] registered\n[ 0.284529] acpiphp: Slot [14] registered\n[ 0.295759] acpiphp: Slot [15] registered\n[ 0.296735] acpiphp: Slot [16] registered\n[ 0.297688] acpiphp: Slot [17] registered\n[ 0.298662] acpiphp: Slot [18] registered\n[ 0.299631] acpiphp: Slot [19] registered\n[ 0.300598] acpiphp: Slot [20] registered\n[ 0.301561] acpiphp: Slot [21] registered\n[ 0.302521] acpiphp: Slot [22] registered\n[ 0.303484] acpiphp: Slot [23] registered\n[ 0.304433] acpiphp: Slot [24] registered\n[ 0.305408] acpiphp: Slot [25] registered\n[ 0.306378] acpiphp: Slot [26] registered\n[ 0.307349] acpiphp: Slot [27] registered\n[ 0.308314] acpiphp: Slot [28] registered\n[ 0.309284] acpiphp: Slot [29] registered\n[ 0.310256] acpiphp: Slot [30] registered\n[ 0.311222] acpiphp: Slot [31] registered\n[ 0.312187] PCI host bridge to bus 0000:00\n[ 0.313164] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314656] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.316138] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317876] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.319627] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326188] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.327770] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329207] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337488] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385645] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387107] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388491] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389894] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391251] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393153] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394547] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395864] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397768] vgaarb: loaded\n[ 0.398477] vgaarb: bridge control possible 0000:00:02.0\n[ 0.399839] SCSI subsystem initialized\n[ 0.400815] ACPI: bus type USB registered\n[ 0.401810] usbcore: registered new interface driver usbfs\n[ 0.403078] usbcore: registered new interface driver hub\n[ 0.404287] usbcore: registered new device driver usb\n[ 0.405547] PCI: Using ACPI for IRQ routing\n[ 0.406756] NetLabel: Initializing\n[ 0.407606] NetLabel: domain hash size = 128\n[ 0.408630] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409786] NetLabel: unlabeled traffic allowed by default\n[ 0.411117] amd_nb: Cannot enumerate AMD northbridges\n[ 0.412303] clocksource: Switched to clocksource kvm-clock\n[ 0.418016] AppArmor: AppArmor Filesystem Enabled\n[ 0.419189] pnp: PnP ACPI init\n[ 0.420238] pnp: PnP ACPI: found 5 devices\n[ 0.426488] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428578] NET: Registered protocol family 2\n[ 0.429721] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.431347] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.432866] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.434364] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.435751] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.437232] NET: Registered protocol family 1\n[ 0.438314] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.439703] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.441046] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.455540] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.470275] Trying to unpack rootfs image as initramfs...\n[ 1.783879] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.800062] Scanning for low memory corruption every 60 seconds\n[ 1.801660] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.803084] audit: initializing netlink subsys (disabled)\n[ 1.804356] audit: type=2000 audit(1539348965.551:1): initialized\n[ 1.805959] Initialise system trusted keyring\n[ 1.807078] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.808522] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.810791] zbud: loaded\n[ 1.811619] VFS: Disk quotas dquot_6.6.0\n[ 1.812633] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.814360] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.815859] fuse init (API version 7.23)\n[ 1.816938] Key type big_key registered\n[ 1.817910] Allocating IMA MOK and blacklist keyrings.\n[ 1.819241] Key type asymmetric registered\n[ 1.820254] Asymmetric key parser 'x509' registered\n[ 1.821458] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.823327] io scheduler noop registered\n[ 1.824322] io scheduler deadline registered (default)\n[ 1.825573] io scheduler cfq registered\n[ 1.826602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.827925] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.829544] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.831346] ACPI: Power Button [PWRF]\n[ 1.832377] GHES: HEST is not enabled!\n[ 1.846303] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.875374] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.878011] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.902581] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.906905] Linux agpgart interface v0.103\n[ 1.909187] brd: module loaded\n[ 1.910619] loop: module loaded\n[ 1.912325] vda: vda1\n[ 1.913786] scsi host0: ata_piix\n[ 1.914669] scsi host1: ata_piix\n[ 1.915551] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.917089] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.918851] libphy: Fixed MDIO Bus: probed\n[ 1.919869] tun: Universal TUN/TAP device driver, 1.6\n[ 1.921041] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.923524] PPP generic driver version 2.4.2\n[ 1.924606] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.926070] ehci-pci: EHCI PCI platform driver\n[ 1.927128] ehci-platform: EHCI generic platform driver\n[ 1.928343] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.929731] ohci-pci: OHCI PCI platform driver\n[ 1.930783] ohci-platform: OHCI generic platform driver\n[ 1.931993] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.946751] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.947960] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.949723] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.950953] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.952323] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.953844] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.955574] usb usb1: Product: UHCI Host Controller\n[ 1.956713] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.958117] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.959272] hub 1-0:1.0: USB hub found\n[ 1.960221] hub 1-0:1.0: 2 ports detected\n[ 1.961309] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.963778] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.964955] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.966204] mousedev: PS/2 mouse device common for all mice\n[ 1.967689] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.969895] rtc_cmos 00:00: RTC can wake from S4\n[ 1.971191] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.972662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.974123] i2c /dev entries driver\n[ 1.975030] device-mapper: uevent: version 1.0.3\n[ 1.976156] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.978134] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.979659] NET: Registered protocol family 10\n[ 1.980854] NET: Registered protocol family 17\n[ 1.981932] Key type dns_resolver registered\n[ 1.983034] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.984376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.986485] registered taskstats version 1\n[ 1.987487] Loading compiled-in X.509 certificates\n[ 1.989114] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.991367] zswap: loaded using pool lzo/zbud\n[ 1.993355] Key type trusted registered\n[ 1.995762] Key type encrypted registered\n[ 1.996756] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.998006] ima: No TPM chip found, activating TPM-bypass!\n[ 1.999269] evm: HMAC attrs: 0x1\n[ 2.000345] Magic number: 6:90:936\n[ 2.001333] rtc_cmos 00:00: setting system clock to 2018-10-12 12:56:05 UTC (1539348965)\n[ 2.003261] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 2.004646] EDD information not available.\n[ 2.072898] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.074601] ata1.00: configured for MWDMA2\n[ 2.075968] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.078679] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.080180] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.091954] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.094093] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.095984] Write protecting the kernel read-only data: 14336k\n[ 2.097812] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.099883] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.109182] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.111417] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.113904] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.116250] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.118516] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.120772] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.123586] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.125785] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.127976] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.130169] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.158914] virtio_net virtio0 ens3: renamed from eth0\n[ 2.167232] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.169455] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.195234] AVX2 version of gcm_enc/dec engaged.\n[ 2.196417] AES CTR mode by8 optimization enabled\n[ 2.200685] FDC 0 is a S82078B\n[ 2.272315] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.437523] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.439087] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.440713] usb 1-1: Product: QEMU USB Tablet\n[ 2.441790] usb 1-1: Manufacturer: QEMU\n[ 2.442734] usb 1-1: SerialNumber: 42\n[ 2.451352] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.458897] usbcore: registered new interface driver usbhid\n[ 2.460207] usbhid: USB HID core driver\n[ 2.462743] 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.465532] 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.796548] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325574b9f72, max_idle_ns: 440795367431 ns\nBegin: Loading essential drivers ... [ 3.441440] md: linear personality registered for level -1\n[ 3.444610] md: multipath personality registered for level -4\n[ 3.447830] md: raid0 personality registered for level 0\n[ 3.451360] md: raid1 personality registered for level 1\n[ 3.520306] raid6: sse2x1 gen() 11313 MB/s\n[ 3.588306] raid6: sse2x1 xor() 8734 MB/s\n[ 3.656307] raid6: sse2x2 gen() 14264 MB/s\n[ 3.724308] raid6: sse2x2 xor() 9692 MB/s\n[ 3.792304] raid6: sse2x4 gen() 16553 MB/s\n[ 3.860308] raid6: sse2x4 xor() 11604 MB/s\n[ 3.928307] raid6: avx2x1 gen() 21926 MB/s\n[ 3.996305] raid6: avx2x2 gen() 25454 MB/s\n[ 4.064306] raid6: avx2x4 gen() 29876 MB/s\n[ 4.065163] raid6: using algorithm avx2x4 gen() 29876 MB/s\n[ 4.066195] raid6: using avx2x2 recovery algorithm\n[ 4.068801] xor: automatically using best checksumming function:\n[ 4.108316] avx : 34910.000 MB/sec\n[ 4.110453] async_tx: api initialized (async)\n[ 4.119467] md: raid6 personality registered for level 6\n[ 4.120520] md: raid5 personality registered for level 5\n[ 4.121515] md: raid4 personality registered for level 4\n[ 4.126029] 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.151108] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.181412] 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.276414] 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.282168] systemd[1]: Detected virtualization kvm.\n[ 4.283816] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.289022] systemd[1]: Set hostname to .\n[ 4.293310] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.294697] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.404505] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.407414] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.409869] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.412654] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.415119] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.417815] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.420655] 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.424016] 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.427812] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.430189] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.432618] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.435333] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.437787] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.439903] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.442553] 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.446936] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.449914] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.457235] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.462311] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.467424] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.471092] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.475089] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.478501] 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.485056] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.492143] systemd[1]: Listening on Syslog Socket.\n[ 4.493684] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.498634] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m[ 4.503051] Loading iSCSI transport class v2.0-870.\n] Listening on Journal Socket (/dev/log).\n[ 4.505983] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.512950] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.516255] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\nunting POSIX Message Queue File System...\n[ 4.492143] systemd[1]: Li[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.523015] systemd[1]: Reached target Swap.\n[ 4.525292] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Reached target Swap.\n[ 4.528352] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.530692] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.536747] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.542364] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.552121] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.555618] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.562684] 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.567640] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.575189] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.585392] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Initial cloud-init job (pre-networking)...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] 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 Tell Plymouth To Write Out Runtime Data...\n Starting Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n Starting Set console font and keymap...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.027076] cloud-init[468]: Cloud-init v. 0.7.9 running 'init-local' at Fri, 12 Oct 2018 12:56:08 +0000. Up 5.31 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\nsteni[ 8.585286] cloud-init[1032]: Cloud-init v. 0.7.9 running 'init' at Fri, 12 Oct 2018 12:56:10 +0000. Up 7.12 seconds.\n[ 8.587042] cloud-init[1032]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.592292] cloud-init[1032]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.593995] cloud-init[1032]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.600121] cloud-init[1032]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.601867] cloud-init[1032]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.603566] cloud-init[1032]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.609333] cloud-init[1032]: ci-info: | ens3 | True | 10.10.10.5 | 255.255.255.0 | . | fa:16:3e:97:ce:90 |\n[ 8.611034] cloud-init[1032]: ci-info: | ens3 | True | fe80::f816:3eff:fe97:ce90/64 | . | link | fa:16:3e:97:ce:90 |\n[ 8.616278] cloud-init[1032]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.617949] cloud-init[1032]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.620095] cloud-init[1032]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.624105] cloud-init[1032]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.628108] cloud-init[1032]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.629674] cloud-init[1032]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.636102] cloud-init[1032]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.637675] cloud-init[1032]: ci-info: | 2 | 169.254.169.254 | 10.10.10.2 | 255.255.255.255 | ens3 | UGH |\n[ 8.639234] cloud-init[1032]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.644281] cloud-init[1032]: Generating public/private rsa key pair.\n[ 8.645458] cloud-init[1032]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.648469] cloud-init[1032]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 8.653847] cloud-init[1032]: The key fingerprint is:\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[ 8.655863] cloud-init[1032]: SHA256:Hg47LgAUefKE/2N/on6zddSW3xztbEK1YI6q7uSbBRk root@sdnvpn-13-2\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[ 8.658943] cloud-init[1032]: The key's randomart image is:\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[ 8.661304] cloud-init[1032]: +---[RSA 2048]----+\n[ 8.662287] cloud-init[1032]: | .+ |\n Starting LXD - unix socket.\n Starting Socket activation for snappy daemon.\n[ 8.665253] cloud-init[1032]: | = o |\n[[0;32m OK [0m] Started Daily apt activities.\n[ 8.667635] cloud-init[1032]: |. * E o .|\n[ 8.668611] cloud-init[1032]: |. o o = o.o|\n[[0;32m OK [0m] Reached target Timers.\n[ 8.670515] cloud-init[1032]: | . . .oS o =.o.|\n[[0;32m OK [0m] Listening on ACPID Listen Socket.[ 8.672321] cloud-init[1032]: | . + =..o ...+o|\n[ 8.673042] cloud-init[1032]: | .. =.o+ . ..*|\n[ 8.673756] cloud-init[1032]: | ..o*=.. o |\n[ 8.674478] cloud-init[1032]: | .+*O* |\n[ 8.675198] cloud-init[1032]: +----[SHA256]-----+\n[ 8.675904] \ncloud-init[1032]: Generating public/private dsa key pair.\n[ 8.677191] [[0;32m OK [0m] Started ACPI Events Check.\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] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on LXD - unix socket.cloud-init[1032]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.685606] cloud-init[1032]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.687173] cloud-init[1032]: The key fingerprint is:\n[ 8.688130] cloud-init[1032]: SHA256:Y4hxLXPe1LE4w+k+Vz29B27yPN1xwTdcNv+BADnceSU root@sdnvpn-13-2\n[ 8.689705] cloud-init[1032]: The key's randomart image is:\n[ 8.690802] cloud-init[1032]: +---[DSA 1024]----+\n[ 8.691807] \n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] cloud-init[1032]: | ..+ oE.. |\n[ 8.697348] Reached target Basic System.\n Starting /etc/rc.local Compatibility...\n Starting Apply the settings specified in cloud-config...cloud-init[1032]: | . = B +..o|\n[ 8.702948] cloud-init[1032]: | . + o O = +.+|\n[ 8.703919] \n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started Snappy daemon.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\ncloud-init[1032]: | + * + o . B+|\n[ 8.723963] cloud-init[1032]: | . . S o o.O|\n[ 8.728563] cloud-init[1032]: | . o o o=|\n[ 8.733337] cloud-init[1032]: | o o oo=|\n[ 8.737798] cloud-init[1032]: | o =. +|\n[ 8.742091] cloud-init[1032]: | o. |\n[ 8.745179] cloud-init Starting System Logging Service...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting Accounts Service...\n[1032]: +----[SHA256]-----+ Starting Pollinate to seed the pseudo random number generator...\n[ 8.757094] \n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LSB: MD monitoring daemon...\n Starting Login Service...\ncloud-init[[0;32m OK [0m] Started ACPI event daemon.\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[1032]: [[0;32m OK [0m] Started System Logging Service.\nGenerating public/private ecdsa key pair.\n[ 8.860594] cloud-init[1032]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. 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[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[ 8.917541] cloud-init[1032]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.[[0;32m OK [0m] Started Auto import assertions from block devices.\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n\n[[0;32m OK [0m] Started Accounts Service.\n[ 8.938598] cloud-init[1032]: The key fingerprint is:\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m[ 8.948513] cloud-init[1032]: SHA256:UH5Gc75QiuWnQWJU83IRSe97WAUEArvxJ/a4l44yyUY root@sdnvpn-13-2] Reached target Remote File Systems.\n Starting Permit User Sessions...\n Starting LSB: daemon to balance interrupts for SMP systems...\n \nStarting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...[ 8.961084] cloud-init\n Starting LSB: automatic crash report generation...\n Starting LSB: start and stop the Quagga routing suite...\n[[0;32m OK [0m] Started Permit User Sessions.\n[1032]: The key's randomart image is:\n[ 9.005736] cloud-init Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started 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 Terminate Plymouth Boot Screen.\n[1032]: +---[ECDSA 256]---+\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m[ 9.048988] cloud-init[1032]: | .*oO.B=o |\n] Started LSB: automatic crash report generation.\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[ 9.067869] [[0;32m OK [0m] Reached target Login Prompts.\ncloud-init[1032]: | + O X.o . |\n[[0;32m OK [0m] Started Set console scheme.\n[ 9.076940] cloud-init[1032]: | . = O = . .|\n[ 9.085616] cloud-init[1032]: | . * B o .|\n[ 9.092979] cloud-init[1032]: | S = o . .|\n[ 9.098395] cloud-init[1032]: | E. = + |\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 9.102780] cloud-init[1032]: | o .. ..o .|\n[ 9.112125] cloud-init[1032]: | * oo . |\n[ 9.113381] cloud-init[1032]: | . ooo. |\n[ 9.116093] cloud-init[1032]: +----[SHA256]-----+\n[ 9.120187] cloud-init[1032]: Generating public/private ed25519 key pair.\n[ 9.128082] cloud-init[1032]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 9.132084] cloud-init[1032]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 9.140083] cloud-init[1032]: The key fingerprint is:\n[ 9.142765] cloud-init[1032]: SHA256:Br+g+7h+VrMEPTyVq1mQwzAsQeOFGpkNV62mnedB9o8 root@sdnvpn-13-2\n[ 9.146242] cloud-init[1032]: The key's randomart image is:\n[ 9.152179] cloud-init[1032]: +--[ED25519 256]--+\n[ 9.153790] cloud-init[1032]: | .*===+ . . |\n[ 9.155415] cloud-init[1032]: | +o+o..* o |\n[ 9.158459] cloud-init[1032]: | o...+ + . |\n[ 9.161762] cloud-init[1032]: | . +oB o |\n[ 9.165047] cloud-init[1032]: | +.=SB |\n[ 9.168090] cloud-init[1032]: | ..ooO.. |\n[ 9.171399] cloud-init[1032]: | . =.+ o |\n[ 9.174687] cloud-init[1032]: | oo o E . |\n[ 9.179173] cloud-init[1032]: | .==. |\n[ 9.186820] cloud-init[1032]: +----[SHA256]-----+\n[ 9.402726] cloud-init[1120]: Generating locales (this might take a while)...\n[ 9.972317] cloud-init[1120]: en_US.UTF-8... done\n[ 9.974639] cloud-init[1120]: Generation complete.\n[[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator.\n Starting OpenBSD Secure Shell server...\n[[0;32m OK [0m] Started OpenBSD Secure Shell server.\n[[0;32m OK [0m] Reached target Multi-User System.\n[[0;32m OK [0m] Reached target Graphical Interface.\n Starting Update UTMP about System Runlevel Changes...\n[[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.\n[ 10.516638] cloud-init[1120]: Cloud-init v. 0.7.9 running 'modules:config' at Fri, 12 Oct 2018 12:56:13 +0000. Up 9.33 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.823502] cloud-init[1400]: + sudo useradd -m sdnvpn\n[ 10.883816] cloud-init[1400]: sudo: unable to resolve host sdnvpn-13-2\n"} 2018-10-12 12:56:15,988 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa/action used request id req-5fdd8817-5043-4b6b-8626-bc7d7b99c862 2018-10-12 12:56:18,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b6a106de1a75919f7a65c1127a3a6002b19395f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:56:19,089 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:56: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-32799f2b-a3fc-40e2-a122-43f1fafea250 x-compute-request-id: req-32799f2b-a3fc-40e2-a122-43f1fafea250 Content-Encoding: gzip Content-Length: 13549 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 799923280 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.140913] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.142928] pid_max: default: 32768 minimum: 301\n[ 0.144028] ACPI: Core revision 20150930\n[ 0.145565] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147139] Security Framework initialized\n[ 0.148149] Yama: becoming mindful.\n[ 0.149044] AppArmor: AppArmor initialized\n[ 0.150098] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.151819] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153782] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155283] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.156977] Initializing cgroup subsys io\n[ 0.157977] Initializing cgroup subsys memory\n[ 0.159047] Initializing cgroup subsys devices\n[ 0.160130] Initializing cgroup subsys freezer\n[ 0.161214] Initializing cgroup subsys net_cls\n[ 0.162292] Initializing cgroup subsys perf_event\n[ 0.163418] Initializing cgroup subsys net_prio\n[ 0.164543] Initializing cgroup subsys hugetlb\n[ 0.165625] Initializing cgroup subsys pids\n[ 0.166704] CPU: Physical Processor ID: 0\n[ 0.168432] mce: CPU supports 10 MCE banks\n[ 0.169499] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170751] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182044] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.188982] ftrace: allocating 32123 entries in 126 pages\n[ 0.216168] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217722] smpboot: Max logical packages: 1\n[ 0.218949] x2apic enabled\n[ 0.219910] Switched APIC routing to physical x2apic.\n[ 0.221932] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223347] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225819] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228052] KVM setup paravirtual spinlock\n[ 0.229555] x86: Booted up 1 node, 1 CPUs\n[ 0.230531] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.232202] devtmpfs: initialized\n[ 0.234835] evm: security.selinux\n[ 0.235669] evm: security.SMACK64\n[ 0.236516] evm: security.SMACK64EXEC\n[ 0.237411] evm: security.SMACK64TRANSMUTE\n[ 0.238389] evm: security.SMACK64MMAP\n[ 0.239278] evm: security.ima\n[ 0.240048] evm: security.capability\n[ 0.241008] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243268] pinctrl core: initialized pinctrl subsystem\n[ 0.244585] RTC time: 12:56:03, date: 10/12/18\n[ 0.245722] NET: Registered protocol family 16\n[ 0.246907] cpuidle: using governor ladder\n[ 0.247899] cpuidle: using governor menu\n[ 0.248848] PCCT header not found.\n[ 0.249739] ACPI: bus type PCI registered\n[ 0.250711] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.252212] PCI: Using configuration type 1 for base access\n[ 0.254611] ACPI: Added _OSI(Module Device)\n[ 0.255624] ACPI: Added _OSI(Processor Device)\n[ 0.256673] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.257774] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.260132] ACPI: Interpreter enabled\n[ 0.261066] ACPI: (supports S0 S5)\n[ 0.261914] ACPI: Using IOAPIC for interrupt routing\n[ 0.263069] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266543] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267923] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269411] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270995] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273678] acpiphp: Slot [3] registered\n[ 0.274640] acpiphp: Slot [4] registered\n[ 0.275629] acpiphp: Slot [5] registered\n[ 0.276618] acpiphp: Slot [6] registered\n[ 0.277595] acpiphp: Slot [7] registered\n[ 0.278587] acpiphp: Slot [8] registered\n[ 0.279566] acpiphp: Slot [9] registered\n[ 0.280551] acpiphp: Slot [10] registered\n[ 0.281549] acpiphp: Slot [11] registered\n[ 0.282541] acpiphp: Slot [12] registered\n[ 0.283533] acpiphp: Slot [13] registered\n[ 0.284529] acpiphp: Slot [14] registered\n[ 0.295759] acpiphp: Slot [15] registered\n[ 0.296735] acpiphp: Slot [16] registered\n[ 0.297688] acpiphp: Slot [17] registered\n[ 0.298662] acpiphp: Slot [18] registered\n[ 0.299631] acpiphp: Slot [19] registered\n[ 0.300598] acpiphp: Slot [20] registered\n[ 0.301561] acpiphp: Slot [21] registered\n[ 0.302521] acpiphp: Slot [22] registered\n[ 0.303484] acpiphp: Slot [23] registered\n[ 0.304433] acpiphp: Slot [24] registered\n[ 0.305408] acpiphp: Slot [25] registered\n[ 0.306378] acpiphp: Slot [26] registered\n[ 0.307349] acpiphp: Slot [27] registered\n[ 0.308314] acpiphp: Slot [28] registered\n[ 0.309284] acpiphp: Slot [29] registered\n[ 0.310256] acpiphp: Slot [30] registered\n[ 0.311222] acpiphp: Slot [31] registered\n[ 0.312187] PCI host bridge to bus 0000:00\n[ 0.313164] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314656] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.316138] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317876] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.319627] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326188] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.327770] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329207] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337488] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385645] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387107] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388491] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389894] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391251] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393153] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394547] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395864] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397768] vgaarb: loaded\n[ 0.398477] vgaarb: bridge control possible 0000:00:02.0\n[ 0.399839] SCSI subsystem initialized\n[ 0.400815] ACPI: bus type USB registered\n[ 0.401810] usbcore: registered new interface driver usbfs\n[ 0.403078] usbcore: registered new interface driver hub\n[ 0.404287] usbcore: registered new device driver usb\n[ 0.405547] PCI: Using ACPI for IRQ routing\n[ 0.406756] NetLabel: Initializing\n[ 0.407606] NetLabel: domain hash size = 128\n[ 0.408630] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409786] NetLabel: unlabeled traffic allowed by default\n[ 0.411117] amd_nb: Cannot enumerate AMD northbridges\n[ 0.412303] clocksource: Switched to clocksource kvm-clock\n[ 0.418016] AppArmor: AppArmor Filesystem Enabled\n[ 0.419189] pnp: PnP ACPI init\n[ 0.420238] pnp: PnP ACPI: found 5 devices\n[ 0.426488] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428578] NET: Registered protocol family 2\n[ 0.429721] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.431347] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.432866] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.434364] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.435751] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.437232] NET: Registered protocol family 1\n[ 0.438314] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.439703] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.441046] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.455540] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.470275] Trying to unpack rootfs image as initramfs...\n[ 1.783879] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.800062] Scanning for low memory corruption every 60 seconds\n[ 1.801660] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.803084] audit: initializing netlink subsys (disabled)\n[ 1.804356] audit: type=2000 audit(1539348965.551:1): initialized\n[ 1.805959] Initialise system trusted keyring\n[ 1.807078] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.808522] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.810791] zbud: loaded\n[ 1.811619] VFS: Disk quotas dquot_6.6.0\n[ 1.812633] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.814360] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.815859] fuse init (API version 7.23)\n[ 1.816938] Key type big_key registered\n[ 1.817910] Allocating IMA MOK and blacklist keyrings.\n[ 1.819241] Key type asymmetric registered\n[ 1.820254] Asymmetric key parser 'x509' registered\n[ 1.821458] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.823327] io scheduler noop registered\n[ 1.824322] io scheduler deadline registered (default)\n[ 1.825573] io scheduler cfq registered\n[ 1.826602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.827925] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.829544] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.831346] ACPI: Power Button [PWRF]\n[ 1.832377] GHES: HEST is not enabled!\n[ 1.846303] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.875374] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.878011] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.902581] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.906905] Linux agpgart interface v0.103\n[ 1.909187] brd: module loaded\n[ 1.910619] loop: module loaded\n[ 1.912325] vda: vda1\n[ 1.913786] scsi host0: ata_piix\n[ 1.914669] scsi host1: ata_piix\n[ 1.915551] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.917089] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.918851] libphy: Fixed MDIO Bus: probed\n[ 1.919869] tun: Universal TUN/TAP device driver, 1.6\n[ 1.921041] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.923524] PPP generic driver version 2.4.2\n[ 1.924606] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.926070] ehci-pci: EHCI PCI platform driver\n[ 1.927128] ehci-platform: EHCI generic platform driver\n[ 1.928343] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.929731] ohci-pci: OHCI PCI platform driver\n[ 1.930783] ohci-platform: OHCI generic platform driver\n[ 1.931993] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.946751] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.947960] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.949723] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.950953] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.952323] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.953844] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.955574] usb usb1: Product: UHCI Host Controller\n[ 1.956713] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.958117] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.959272] hub 1-0:1.0: USB hub found\n[ 1.960221] hub 1-0:1.0: 2 ports detected\n[ 1.961309] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.963778] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.964955] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.966204] mousedev: PS/2 mouse device common for all mice\n[ 1.967689] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.969895] rtc_cmos 00:00: RTC can wake from S4\n[ 1.971191] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.972662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.974123] i2c /dev entries driver\n[ 1.975030] device-mapper: uevent: version 1.0.3\n[ 1.976156] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.978134] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.979659] NET: Registered protocol family 10\n[ 1.980854] NET: Registered protocol family 17\n[ 1.981932] Key type dns_resolver registered\n[ 1.983034] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.984376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.986485] registered taskstats version 1\n[ 1.987487] Loading compiled-in X.509 certificates\n[ 1.989114] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.991367] zswap: loaded using pool lzo/zbud\n[ 1.993355] Key type trusted registered\n[ 1.995762] Key type encrypted registered\n[ 1.996756] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.998006] ima: No TPM chip found, activating TPM-bypass!\n[ 1.999269] evm: HMAC attrs: 0x1\n[ 2.000345] Magic number: 6:90:936\n[ 2.001333] rtc_cmos 00:00: setting system clock to 2018-10-12 12:56:05 UTC (1539348965)\n[ 2.003261] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 2.004646] EDD information not available.\n[ 2.072898] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.074601] ata1.00: configured for MWDMA2\n[ 2.075968] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.078679] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.080180] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.091954] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.094093] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.095984] Write protecting the kernel read-only data: 14336k\n[ 2.097812] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.099883] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.109182] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.111417] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.113904] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.116250] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.118516] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.120772] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.123586] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.125785] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.127976] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.130169] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.158914] virtio_net virtio0 ens3: renamed from eth0\n[ 2.167232] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.169455] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.195234] AVX2 version of gcm_enc/dec engaged.\n[ 2.196417] AES CTR mode by8 optimization enabled\n[ 2.200685] FDC 0 is a S82078B\n[ 2.272315] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.437523] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.439087] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.440713] usb 1-1: Product: QEMU USB Tablet\n[ 2.441790] usb 1-1: Manufacturer: QEMU\n[ 2.442734] usb 1-1: SerialNumber: 42\n[ 2.451352] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.458897] usbcore: registered new interface driver usbhid\n[ 2.460207] usbhid: USB HID core driver\n[ 2.462743] 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.465532] 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.796548] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325574b9f72, max_idle_ns: 440795367431 ns\nBegin: Loading essential drivers ... [ 3.441440] md: linear personality registered for level -1\n[ 3.444610] md: multipath personality registered for level -4\n[ 3.447830] md: raid0 personality registered for level 0\n[ 3.451360] md: raid1 personality registered for level 1\n[ 3.520306] raid6: sse2x1 gen() 11313 MB/s\n[ 3.588306] raid6: sse2x1 xor() 8734 MB/s\n[ 3.656307] raid6: sse2x2 gen() 14264 MB/s\n[ 3.724308] raid6: sse2x2 xor() 9692 MB/s\n[ 3.792304] raid6: sse2x4 gen() 16553 MB/s\n[ 3.860308] raid6: sse2x4 xor() 11604 MB/s\n[ 3.928307] raid6: avx2x1 gen() 21926 MB/s\n[ 3.996305] raid6: avx2x2 gen() 25454 MB/s\n[ 4.064306] raid6: avx2x4 gen() 29876 MB/s\n[ 4.065163] raid6: using algorithm avx2x4 gen() 29876 MB/s\n[ 4.066195] raid6: using avx2x2 recovery algorithm\n[ 4.068801] xor: automatically using best checksumming function:\n[ 4.108316] avx : 34910.000 MB/sec\n[ 4.110453] async_tx: api initialized (async)\n[ 4.119467] md: raid6 personality registered for level 6\n[ 4.120520] md: raid5 personality registered for level 5\n[ 4.121515] md: raid4 personality registered for level 4\n[ 4.126029] 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.151108] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.181412] 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.276414] 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.282168] systemd[1]: Detected virtualization kvm.\n[ 4.283816] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.289022] systemd[1]: Set hostname to .\n[ 4.293310] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.294697] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.404505] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.407414] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.409869] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.412654] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.415119] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.417815] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.420655] 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.424016] 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.427812] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.430189] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.432618] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.435333] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.437787] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.439903] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.442553] 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.446936] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.449914] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.457235] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.462311] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.467424] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.471092] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.475089] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.478501] 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.485056] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.492143] systemd[1]: Listening on Syslog Socket.\n[ 4.493684] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.498634] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m[ 4.503051] Loading iSCSI transport class v2.0-870.\n] Listening on Journal Socket (/dev/log).\n[ 4.505983] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.512950] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.516255] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\nunting POSIX Message Queue File System...\n[ 4.492143] systemd[1]: Li[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.523015] systemd[1]: Reached target Swap.\n[ 4.525292] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Reached target Swap.\n[ 4.528352] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.530692] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.536747] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.542364] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.552121] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.555618] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.562684] 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.567640] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.575189] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.585392] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Initial cloud-init job (pre-networking)...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] 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 Tell Plymouth To Write Out Runtime Data...\n Starting Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n Starting Set console font and keymap...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.027076] cloud-init[468]: Cloud-init v. 0.7.9 running 'init-local' at Fri, 12 Oct 2018 12:56:08 +0000. Up 5.31 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\nsteni[ 8.585286] cloud-init[1032]: Cloud-init v. 0.7.9 running 'init' at Fri, 12 Oct 2018 12:56:10 +0000. Up 7.12 seconds.\n[ 8.587042] cloud-init[1032]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.592292] cloud-init[1032]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.593995] cloud-init[1032]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.600121] cloud-init[1032]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.601867] cloud-init[1032]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.603566] cloud-init[1032]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.609333] cloud-init[1032]: ci-info: | ens3 | True | 10.10.10.5 | 255.255.255.0 | . | fa:16:3e:97:ce:90 |\n[ 8.611034] cloud-init[1032]: ci-info: | ens3 | True | fe80::f816:3eff:fe97:ce90/64 | . | link | fa:16:3e:97:ce:90 |\n[ 8.616278] cloud-init[1032]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.617949] cloud-init[1032]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.620095] cloud-init[1032]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.624105] cloud-init[1032]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.628108] cloud-init[1032]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.629674] cloud-init[1032]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.636102] cloud-init[1032]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.637675] cloud-init[1032]: ci-info: | 2 | 169.254.169.254 | 10.10.10.2 | 255.255.255.255 | ens3 | UGH |\n[ 8.639234] cloud-init[1032]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.644281] cloud-init[1032]: Generating public/private rsa key pair.\n[ 8.645458] cloud-init[1032]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.648469] cloud-init[1032]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 8.653847] cloud-init[1032]: The key fingerprint is:\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[ 8.655863] cloud-init[1032]: SHA256:Hg47LgAUefKE/2N/on6zddSW3xztbEK1YI6q7uSbBRk root@sdnvpn-13-2\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[ 8.658943] cloud-init[1032]: The key's randomart image is:\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[ 8.661304] cloud-init[1032]: +---[RSA 2048]----+\n[ 8.662287] cloud-init[1032]: | .+ |\n Starting LXD - unix socket.\n Starting Socket activation for snappy daemon.\n[ 8.665253] cloud-init[1032]: | = o |\n[[0;32m OK [0m] Started Daily apt activities.\n[ 8.667635] cloud-init[1032]: |. * E o .|\n[ 8.668611] cloud-init[1032]: |. o o = o.o|\n[[0;32m OK [0m] Reached target Timers.\n[ 8.670515] cloud-init[1032]: | . . .oS o =.o.|\n[[0;32m OK [0m] Listening on ACPID Listen Socket.[ 8.672321] cloud-init[1032]: | . + =..o ...+o|\n[ 8.673042] cloud-init[1032]: | .. =.o+ . ..*|\n[ 8.673756] cloud-init[1032]: | ..o*=.. o |\n[ 8.674478] cloud-init[1032]: | .+*O* |\n[ 8.675198] cloud-init[1032]: +----[SHA256]-----+\n[ 8.675904] \ncloud-init[1032]: Generating public/private dsa key pair.\n[ 8.677191] [[0;32m OK [0m] Started ACPI Events Check.\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] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on LXD - unix socket.cloud-init[1032]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.685606] cloud-init[1032]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.687173] cloud-init[1032]: The key fingerprint is:\n[ 8.688130] cloud-init[1032]: SHA256:Y4hxLXPe1LE4w+k+Vz29B27yPN1xwTdcNv+BADnceSU root@sdnvpn-13-2\n[ 8.689705] cloud-init[1032]: The key's randomart image is:\n[ 8.690802] cloud-init[1032]: +---[DSA 1024]----+\n[ 8.691807] \n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] cloud-init[1032]: | ..+ oE.. |\n[ 8.697348] Reached target Basic System.\n Starting /etc/rc.local Compatibility...\n Starting Apply the settings specified in cloud-config...cloud-init[1032]: | . = B +..o|\n[ 8.702948] cloud-init[1032]: | . + o O = +.+|\n[ 8.703919] \n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started Snappy daemon.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\ncloud-init[1032]: | + * + o . B+|\n[ 8.723963] cloud-init[1032]: | . . S o o.O|\n[ 8.728563] cloud-init[1032]: | . o o o=|\n[ 8.733337] cloud-init[1032]: | o o oo=|\n[ 8.737798] cloud-init[1032]: | o =. +|\n[ 8.742091] cloud-init[1032]: | o. |\n[ 8.745179] cloud-init Starting System Logging Service...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting Accounts Service...\n[1032]: +----[SHA256]-----+ Starting Pollinate to seed the pseudo random number generator...\n[ 8.757094] \n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LSB: MD monitoring daemon...\n Starting Login Service...\ncloud-init[[0;32m OK [0m] Started ACPI event daemon.\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[1032]: [[0;32m OK [0m] Started System Logging Service.\nGenerating public/private ecdsa key pair.\n[ 8.860594] cloud-init[1032]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. 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[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[ 8.917541] cloud-init[1032]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.[[0;32m OK [0m] Started Auto import assertions from block devices.\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n\n[[0;32m OK [0m] Started Accounts Service.\n[ 8.938598] cloud-init[1032]: The key fingerprint is:\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m[ 8.948513] cloud-init[1032]: SHA256:UH5Gc75QiuWnQWJU83IRSe97WAUEArvxJ/a4l44yyUY root@sdnvpn-13-2] Reached target Remote File Systems.\n Starting Permit User Sessions...\n Starting LSB: daemon to balance interrupts for SMP systems...\n \nStarting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...[ 8.961084] cloud-init\n Starting LSB: automatic crash report generation...\n Starting LSB: start and stop the Quagga routing suite...\n[[0;32m OK [0m] Started Permit User Sessions.\n[1032]: The key's randomart image is:\n[ 9.005736] cloud-init Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started 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 Terminate Plymouth Boot Screen.\n[1032]: +---[ECDSA 256]---+\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m[ 9.048988] cloud-init[1032]: | .*oO.B=o |\n] Started LSB: automatic crash report generation.\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[ 9.067869] [[0;32m OK [0m] Reached target Login Prompts.\ncloud-init[1032]: | + O X.o . |\n[[0;32m OK [0m] Started Set console scheme.\n[ 9.076940] cloud-init[1032]: | . = O = . .|\n[ 9.085616] cloud-init[1032]: | . * B o .|\n[ 9.092979] cloud-init[1032]: | S = o . .|\n[ 9.098395] cloud-init[1032]: | E. = + |\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 9.102780] cloud-init[1032]: | o .. ..o .|\n[ 9.112125] cloud-init[1032]: | * oo . |\n[ 9.113381] cloud-init[1032]: | . ooo. |\n[ 9.116093] cloud-init[1032]: +----[SHA256]-----+\n[ 9.120187] cloud-init[1032]: Generating public/private ed25519 key pair.\n[ 9.128082] cloud-init[1032]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 9.132084] cloud-init[1032]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 9.140083] cloud-init[1032]: The key fingerprint is:\n[ 9.142765] cloud-init[1032]: SHA256:Br+g+7h+VrMEPTyVq1mQwzAsQeOFGpkNV62mnedB9o8 root@sdnvpn-13-2\n[ 9.146242] cloud-init[1032]: The key's randomart image is:\n[ 9.152179] cloud-init[1032]: +--[ED25519 256]--+\n[ 9.153790] cloud-init[1032]: | .*===+ . . |\n[ 9.155415] cloud-init[1032]: | +o+o..* o |\n[ 9.158459] cloud-init[1032]: | o...+ + . |\n[ 9.161762] cloud-init[1032]: | . +oB o |\n[ 9.165047] cloud-init[1032]: | +.=SB |\n[ 9.168090] cloud-init[1032]: | ..ooO.. |\n[ 9.171399] cloud-init[1032]: | . =.+ o |\n[ 9.174687] cloud-init[1032]: | oo o E . |\n[ 9.179173] cloud-init[1032]: | .==. |\n[ 9.186820] cloud-init[1032]: +----[SHA256]-----+\n[ 9.402726] cloud-init[1120]: Generating locales (this might take a while)...\n[ 9.972317] cloud-init[1120]: en_US.UTF-8... done\n[ 9.974639] cloud-init[1120]: Generation complete.\n[[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator.\n Starting OpenBSD Secure Shell server...\n[[0;32m OK [0m] Started OpenBSD Secure Shell server.\n[[0;32m OK [0m] Reached target Multi-User System.\n[[0;32m OK [0m] Reached target Graphical Interface.\n Starting Update UTMP about System Runlevel Changes...\n[[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.\n[ 10.516638] cloud-init[1120]: Cloud-init v. 0.7.9 running 'modules:config' at Fri, 12 Oct 2018 12:56:13 +0000. Up 9.33 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.823502] cloud-init[1400]: + sudo useradd -m sdnvpn\n[ 10.883816] cloud-init[1400]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.225564] cloud-init[1400]: + sudo adduser sdnvpn sudo\n[ 11.279744] cloud-init[1400]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.315886] cloud-init[1400]: Adding user `sdnvpn' to group `sudo' ...\n[ 11.319860] cloud-init[1400]: Adding user sdnvpn to group sudo\n[ 11.409730] cloud-init[1400]: Done.\n[ 11.411771] cloud-init[1400]: + chpasswd\n[ 11.412958] cloud-init[1400]: + sudo echo sdnvpn:opnfv\n[ 11.467561] cloud-init[1400]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.492566] cloud-init[1400]: + sleep 20\n"} 2018-10-12 12:56:19,090 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa/action used request id req-32799f2b-a3fc-40e2-a122-43f1fafea250 2018-10-12 12:56:21,121 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b6a106de1a75919f7a65c1127a3a6002b19395f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:56:22,197 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:56:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b227da79-3b82-49b6-9963-ae82f0d3190f x-compute-request-id: req-b227da79-3b82-49b6-9963-ae82f0d3190f Content-Encoding: gzip Content-Length: 13566 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 799923280 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.140913] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.142928] pid_max: default: 32768 minimum: 301\n[ 0.144028] ACPI: Core revision 20150930\n[ 0.145565] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147139] Security Framework initialized\n[ 0.148149] Yama: becoming mindful.\n[ 0.149044] AppArmor: AppArmor initialized\n[ 0.150098] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.151819] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153782] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155283] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.156977] Initializing cgroup subsys io\n[ 0.157977] Initializing cgroup subsys memory\n[ 0.159047] Initializing cgroup subsys devices\n[ 0.160130] Initializing cgroup subsys freezer\n[ 0.161214] Initializing cgroup subsys net_cls\n[ 0.162292] Initializing cgroup subsys perf_event\n[ 0.163418] Initializing cgroup subsys net_prio\n[ 0.164543] Initializing cgroup subsys hugetlb\n[ 0.165625] Initializing cgroup subsys pids\n[ 0.166704] CPU: Physical Processor ID: 0\n[ 0.168432] mce: CPU supports 10 MCE banks\n[ 0.169499] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170751] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182044] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.188982] ftrace: allocating 32123 entries in 126 pages\n[ 0.216168] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217722] smpboot: Max logical packages: 1\n[ 0.218949] x2apic enabled\n[ 0.219910] Switched APIC routing to physical x2apic.\n[ 0.221932] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223347] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225819] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228052] KVM setup paravirtual spinlock\n[ 0.229555] x86: Booted up 1 node, 1 CPUs\n[ 0.230531] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.232202] devtmpfs: initialized\n[ 0.234835] evm: security.selinux\n[ 0.235669] evm: security.SMACK64\n[ 0.236516] evm: security.SMACK64EXEC\n[ 0.237411] evm: security.SMACK64TRANSMUTE\n[ 0.238389] evm: security.SMACK64MMAP\n[ 0.239278] evm: security.ima\n[ 0.240048] evm: security.capability\n[ 0.241008] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243268] pinctrl core: initialized pinctrl subsystem\n[ 0.244585] RTC time: 12:56:03, date: 10/12/18\n[ 0.245722] NET: Registered protocol family 16\n[ 0.246907] cpuidle: using governor ladder\n[ 0.247899] cpuidle: using governor menu\n[ 0.248848] PCCT header not found.\n[ 0.249739] ACPI: bus type PCI registered\n[ 0.250711] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.252212] PCI: Using configuration type 1 for base access\n[ 0.254611] ACPI: Added _OSI(Module Device)\n[ 0.255624] ACPI: Added _OSI(Processor Device)\n[ 0.256673] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.257774] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.260132] ACPI: Interpreter enabled\n[ 0.261066] ACPI: (supports S0 S5)\n[ 0.261914] ACPI: Using IOAPIC for interrupt routing\n[ 0.263069] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266543] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267923] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269411] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270995] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273678] acpiphp: Slot [3] registered\n[ 0.274640] acpiphp: Slot [4] registered\n[ 0.275629] acpiphp: Slot [5] registered\n[ 0.276618] acpiphp: Slot [6] registered\n[ 0.277595] acpiphp: Slot [7] registered\n[ 0.278587] acpiphp: Slot [8] registered\n[ 0.279566] acpiphp: Slot [9] registered\n[ 0.280551] acpiphp: Slot [10] registered\n[ 0.281549] acpiphp: Slot [11] registered\n[ 0.282541] acpiphp: Slot [12] registered\n[ 0.283533] acpiphp: Slot [13] registered\n[ 0.284529] acpiphp: Slot [14] registered\n[ 0.295759] acpiphp: Slot [15] registered\n[ 0.296735] acpiphp: Slot [16] registered\n[ 0.297688] acpiphp: Slot [17] registered\n[ 0.298662] acpiphp: Slot [18] registered\n[ 0.299631] acpiphp: Slot [19] registered\n[ 0.300598] acpiphp: Slot [20] registered\n[ 0.301561] acpiphp: Slot [21] registered\n[ 0.302521] acpiphp: Slot [22] registered\n[ 0.303484] acpiphp: Slot [23] registered\n[ 0.304433] acpiphp: Slot [24] registered\n[ 0.305408] acpiphp: Slot [25] registered\n[ 0.306378] acpiphp: Slot [26] registered\n[ 0.307349] acpiphp: Slot [27] registered\n[ 0.308314] acpiphp: Slot [28] registered\n[ 0.309284] acpiphp: Slot [29] registered\n[ 0.310256] acpiphp: Slot [30] registered\n[ 0.311222] acpiphp: Slot [31] registered\n[ 0.312187] PCI host bridge to bus 0000:00\n[ 0.313164] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314656] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.316138] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317876] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.319627] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326188] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.327770] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329207] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330771] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337488] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339225] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.385645] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.387107] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.388491] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389894] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391251] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393153] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394547] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.395864] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397768] vgaarb: loaded\n[ 0.398477] vgaarb: bridge control possible 0000:00:02.0\n[ 0.399839] SCSI subsystem initialized\n[ 0.400815] ACPI: bus type USB registered\n[ 0.401810] usbcore: registered new interface driver usbfs\n[ 0.403078] usbcore: registered new interface driver hub\n[ 0.404287] usbcore: registered new device driver usb\n[ 0.405547] PCI: Using ACPI for IRQ routing\n[ 0.406756] NetLabel: Initializing\n[ 0.407606] NetLabel: domain hash size = 128\n[ 0.408630] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.409786] NetLabel: unlabeled traffic allowed by default\n[ 0.411117] amd_nb: Cannot enumerate AMD northbridges\n[ 0.412303] clocksource: Switched to clocksource kvm-clock\n[ 0.418016] AppArmor: AppArmor Filesystem Enabled\n[ 0.419189] pnp: PnP ACPI init\n[ 0.420238] pnp: PnP ACPI: found 5 devices\n[ 0.426488] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428578] NET: Registered protocol family 2\n[ 0.429721] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.431347] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.432866] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.434364] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.435751] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.437232] NET: Registered protocol family 1\n[ 0.438314] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.439703] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.441046] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.455540] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.470275] Trying to unpack rootfs image as initramfs...\n[ 1.783879] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.800062] Scanning for low memory corruption every 60 seconds\n[ 1.801660] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.803084] audit: initializing netlink subsys (disabled)\n[ 1.804356] audit: type=2000 audit(1539348965.551:1): initialized\n[ 1.805959] Initialise system trusted keyring\n[ 1.807078] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.808522] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.810791] zbud: loaded\n[ 1.811619] VFS: Disk quotas dquot_6.6.0\n[ 1.812633] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.814360] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.815859] fuse init (API version 7.23)\n[ 1.816938] Key type big_key registered\n[ 1.817910] Allocating IMA MOK and blacklist keyrings.\n[ 1.819241] Key type asymmetric registered\n[ 1.820254] Asymmetric key parser 'x509' registered\n[ 1.821458] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.823327] io scheduler noop registered\n[ 1.824322] io scheduler deadline registered (default)\n[ 1.825573] io scheduler cfq registered\n[ 1.826602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.827925] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.829544] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.831346] ACPI: Power Button [PWRF]\n[ 1.832377] GHES: HEST is not enabled!\n[ 1.846303] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.875374] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.878011] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.902581] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.906905] Linux agpgart interface v0.103\n[ 1.909187] brd: module loaded\n[ 1.910619] loop: module loaded\n[ 1.912325] vda: vda1\n[ 1.913786] scsi host0: ata_piix\n[ 1.914669] scsi host1: ata_piix\n[ 1.915551] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.917089] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.918851] libphy: Fixed MDIO Bus: probed\n[ 1.919869] tun: Universal TUN/TAP device driver, 1.6\n[ 1.921041] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.923524] PPP generic driver version 2.4.2\n[ 1.924606] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.926070] ehci-pci: EHCI PCI platform driver\n[ 1.927128] ehci-platform: EHCI generic platform driver\n[ 1.928343] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.929731] ohci-pci: OHCI PCI platform driver\n[ 1.930783] ohci-platform: OHCI generic platform driver\n[ 1.931993] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.946751] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.947960] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.949723] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.950953] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.952323] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.953844] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.955574] usb usb1: Product: UHCI Host Controller\n[ 1.956713] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.958117] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.959272] hub 1-0:1.0: USB hub found\n[ 1.960221] hub 1-0:1.0: 2 ports detected\n[ 1.961309] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.963778] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.964955] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.966204] mousedev: PS/2 mouse device common for all mice\n[ 1.967689] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.969895] rtc_cmos 00:00: RTC can wake from S4\n[ 1.971191] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.972662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.974123] i2c /dev entries driver\n[ 1.975030] device-mapper: uevent: version 1.0.3\n[ 1.976156] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.978134] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.979659] NET: Registered protocol family 10\n[ 1.980854] NET: Registered protocol family 17\n[ 1.981932] Key type dns_resolver registered\n[ 1.983034] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.984376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.986485] registered taskstats version 1\n[ 1.987487] Loading compiled-in X.509 certificates\n[ 1.989114] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.991367] zswap: loaded using pool lzo/zbud\n[ 1.993355] Key type trusted registered\n[ 1.995762] Key type encrypted registered\n[ 1.996756] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.998006] ima: No TPM chip found, activating TPM-bypass!\n[ 1.999269] evm: HMAC attrs: 0x1\n[ 2.000345] Magic number: 6:90:936\n[ 2.001333] rtc_cmos 00:00: setting system clock to 2018-10-12 12:56:05 UTC (1539348965)\n[ 2.003261] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 2.004646] EDD information not available.\n[ 2.072898] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.074601] ata1.00: configured for MWDMA2\n[ 2.075968] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.078679] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.080180] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.091954] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.094093] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.095984] Write protecting the kernel read-only data: 14336k\n[ 2.097812] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.099883] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.109182] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.111417] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.113904] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.116250] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.118516] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.120772] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.123586] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.125785] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.127976] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.130169] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.158914] virtio_net virtio0 ens3: renamed from eth0\n[ 2.167232] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.169455] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.195234] AVX2 version of gcm_enc/dec engaged.\n[ 2.196417] AES CTR mode by8 optimization enabled\n[ 2.200685] FDC 0 is a S82078B\n[ 2.272315] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.437523] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.439087] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.440713] usb 1-1: Product: QEMU USB Tablet\n[ 2.441790] usb 1-1: Manufacturer: QEMU\n[ 2.442734] usb 1-1: SerialNumber: 42\n[ 2.451352] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.458897] usbcore: registered new interface driver usbhid\n[ 2.460207] usbhid: USB HID core driver\n[ 2.462743] 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.465532] 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.796548] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325574b9f72, max_idle_ns: 440795367431 ns\nBegin: Loading essential drivers ... [ 3.441440] md: linear personality registered for level -1\n[ 3.444610] md: multipath personality registered for level -4\n[ 3.447830] md: raid0 personality registered for level 0\n[ 3.451360] md: raid1 personality registered for level 1\n[ 3.520306] raid6: sse2x1 gen() 11313 MB/s\n[ 3.588306] raid6: sse2x1 xor() 8734 MB/s\n[ 3.656307] raid6: sse2x2 gen() 14264 MB/s\n[ 3.724308] raid6: sse2x2 xor() 9692 MB/s\n[ 3.792304] raid6: sse2x4 gen() 16553 MB/s\n[ 3.860308] raid6: sse2x4 xor() 11604 MB/s\n[ 3.928307] raid6: avx2x1 gen() 21926 MB/s\n[ 3.996305] raid6: avx2x2 gen() 25454 MB/s\n[ 4.064306] raid6: avx2x4 gen() 29876 MB/s\n[ 4.065163] raid6: using algorithm avx2x4 gen() 29876 MB/s\n[ 4.066195] raid6: using avx2x2 recovery algorithm\n[ 4.068801] xor: automatically using best checksumming function:\n[ 4.108316] avx : 34910.000 MB/sec\n[ 4.110453] async_tx: api initialized (async)\n[ 4.119467] md: raid6 personality registered for level 6\n[ 4.120520] md: raid5 personality registered for level 5\n[ 4.121515] md: raid4 personality registered for level 4\n[ 4.126029] 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.151108] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.181412] 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.276414] 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.282168] systemd[1]: Detected virtualization kvm.\n[ 4.283816] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.289022] systemd[1]: Set hostname to .\n[ 4.293310] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.294697] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.404505] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.407414] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.409869] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.412654] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.415119] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.417815] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.420655] 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.424016] 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.427812] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.430189] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.432618] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.435333] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.437787] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.439903] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.442553] 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.446936] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.449914] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.457235] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.462311] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.467424] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.471092] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.475089] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.478501] 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.485056] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.492143] systemd[1]: Listening on Syslog Socket.\n[ 4.493684] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.498634] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m[ 4.503051] Loading iSCSI transport class v2.0-870.\n] Listening on Journal Socket (/dev/log).\n[ 4.505983] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.512950] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.516255] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\nunting POSIX Message Queue File System...\n[ 4.492143] systemd[1]: Li[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.523015] systemd[1]: Reached target Swap.\n[ 4.525292] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Reached target Swap.\n[ 4.528352] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.530692] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.536747] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.542364] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.552121] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.555618] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.562684] 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.567640] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.575189] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.585392] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Initial cloud-init job (pre-networking)...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] 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 Tell Plymouth To Write Out Runtime Data...\n Starting Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n Starting Set console font and keymap...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.027076] cloud-init[468]: Cloud-init v. 0.7.9 running 'init-local' at Fri, 12 Oct 2018 12:56:08 +0000. Up 5.31 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\nsteni[ 8.585286] cloud-init[1032]: Cloud-init v. 0.7.9 running 'init' at Fri, 12 Oct 2018 12:56:10 +0000. Up 7.12 seconds.\n[ 8.587042] cloud-init[1032]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.592292] cloud-init[1032]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.593995] cloud-init[1032]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.600121] cloud-init[1032]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.601867] cloud-init[1032]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.603566] cloud-init[1032]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.609333] cloud-init[1032]: ci-info: | ens3 | True | 10.10.10.5 | 255.255.255.0 | . | fa:16:3e:97:ce:90 |\n[ 8.611034] cloud-init[1032]: ci-info: | ens3 | True | fe80::f816:3eff:fe97:ce90/64 | . | link | fa:16:3e:97:ce:90 |\n[ 8.616278] cloud-init[1032]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.617949] cloud-init[1032]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.620095] cloud-init[1032]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.624105] cloud-init[1032]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.628108] cloud-init[1032]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.629674] cloud-init[1032]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.636102] cloud-init[1032]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.637675] cloud-init[1032]: ci-info: | 2 | 169.254.169.254 | 10.10.10.2 | 255.255.255.255 | ens3 | UGH |\n[ 8.639234] cloud-init[1032]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.644281] cloud-init[1032]: Generating public/private rsa key pair.\n[ 8.645458] cloud-init[1032]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.648469] cloud-init[1032]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 8.653847] cloud-init[1032]: The key fingerprint is:\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[ 8.655863] cloud-init[1032]: SHA256:Hg47LgAUefKE/2N/on6zddSW3xztbEK1YI6q7uSbBRk root@sdnvpn-13-2\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[ 8.658943] cloud-init[1032]: The key's randomart image is:\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[ 8.661304] cloud-init[1032]: +---[RSA 2048]----+\n[ 8.662287] cloud-init[1032]: | .+ |\n Starting LXD - unix socket.\n Starting Socket activation for snappy daemon.\n[ 8.665253] cloud-init[1032]: | = o |\n[[0;32m OK [0m] Started Daily apt activities.\n[ 8.667635] cloud-init[1032]: |. * E o .|\n[ 8.668611] cloud-init[1032]: |. o o = o.o|\n[[0;32m OK [0m] Reached target Timers.\n[ 8.670515] cloud-init[1032]: | . . .oS o =.o.|\n[[0;32m OK [0m] Listening on ACPID Listen Socket.[ 8.672321] cloud-init[1032]: | . + =..o ...+o|\n[ 8.673042] cloud-init[1032]: | .. =.o+ . ..*|\n[ 8.673756] cloud-init[1032]: | ..o*=.. o |\n[ 8.674478] cloud-init[1032]: | .+*O* |\n[ 8.675198] cloud-init[1032]: +----[SHA256]-----+\n[ 8.675904] \ncloud-init[1032]: Generating public/private dsa key pair.\n[ 8.677191] [[0;32m OK [0m] Started ACPI Events Check.\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] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on LXD - unix socket.cloud-init[1032]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.685606] cloud-init[1032]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.687173] cloud-init[1032]: The key fingerprint is:\n[ 8.688130] cloud-init[1032]: SHA256:Y4hxLXPe1LE4w+k+Vz29B27yPN1xwTdcNv+BADnceSU root@sdnvpn-13-2\n[ 8.689705] cloud-init[1032]: The key's randomart image is:\n[ 8.690802] cloud-init[1032]: +---[DSA 1024]----+\n[ 8.691807] \n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] cloud-init[1032]: | ..+ oE.. |\n[ 8.697348] Reached target Basic System.\n Starting /etc/rc.local Compatibility...\n Starting Apply the settings specified in cloud-config...cloud-init[1032]: | . = B +..o|\n[ 8.702948] cloud-init[1032]: | . + o O = +.+|\n[ 8.703919] \n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started Snappy daemon.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\ncloud-init[1032]: | + * + o . B+|\n[ 8.723963] cloud-init[1032]: | . . S o o.O|\n[ 8.728563] cloud-init[1032]: | . o o o=|\n[ 8.733337] cloud-init[1032]: | o o oo=|\n[ 8.737798] cloud-init[1032]: | o =. +|\n[ 8.742091] cloud-init[1032]: | o. |\n[ 8.745179] cloud-init Starting System Logging Service...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting Accounts Service...\n[1032]: +----[SHA256]-----+ Starting Pollinate to seed the pseudo random number generator...\n[ 8.757094] \n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LSB: MD monitoring daemon...\n Starting Login Service...\ncloud-init[[0;32m OK [0m] Started ACPI event daemon.\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[1032]: [[0;32m OK [0m] Started System Logging Service.\nGenerating public/private ecdsa key pair.\n[ 8.860594] cloud-init[1032]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. 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[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[ 8.917541] cloud-init[1032]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.[[0;32m OK [0m] Started Auto import assertions from block devices.\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n\n[[0;32m OK [0m] Started Accounts Service.\n[ 8.938598] cloud-init[1032]: The key fingerprint is:\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m[ 8.948513] cloud-init[1032]: SHA256:UH5Gc75QiuWnQWJU83IRSe97WAUEArvxJ/a4l44yyUY root@sdnvpn-13-2] Reached target Remote File Systems.\n Starting Permit User Sessions...\n Starting LSB: daemon to balance interrupts for SMP systems...\n \nStarting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...[ 8.961084] cloud-init\n Starting LSB: automatic crash report generation...\n Starting LSB: start and stop the Quagga routing suite...\n[[0;32m OK [0m] Started Permit User Sessions.\n[1032]: The key's randomart image is:\n[ 9.005736] cloud-init Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started 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 Terminate Plymouth Boot Screen.\n[1032]: +---[ECDSA 256]---+\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m[ 9.048988] cloud-init[1032]: | .*oO.B=o |\n] Started LSB: automatic crash report generation.\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[ 9.067869] [[0;32m OK [0m] Reached target Login Prompts.\ncloud-init[1032]: | + O X.o . |\n[[0;32m OK [0m] Started Set console scheme.\n[ 9.076940] cloud-init[1032]: | . = O = . .|\n[ 9.085616] cloud-init[1032]: | . * B o .|\n[ 9.092979] cloud-init[1032]: | S = o . .|\n[ 9.098395] cloud-init[1032]: | E. = + |\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 9.102780] cloud-init[1032]: | o .. ..o .|\n[ 9.112125] cloud-init[1032]: | * oo . |\n[ 9.113381] cloud-init[1032]: | . ooo. |\n[ 9.116093] cloud-init[1032]: +----[SHA256]-----+\n[ 9.120187] cloud-init[1032]: Generating public/private ed25519 key pair.\n[ 9.128082] cloud-init[1032]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 9.132084] cloud-init[1032]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 9.140083] cloud-init[1032]: The key fingerprint is:\n[ 9.142765] cloud-init[1032]: SHA256:Br+g+7h+VrMEPTyVq1mQwzAsQeOFGpkNV62mnedB9o8 root@sdnvpn-13-2\n[ 9.146242] cloud-init[1032]: The key's randomart image is:\n[ 9.152179] cloud-init[1032]: +--[ED25519 256]--+\n[ 9.153790] cloud-init[1032]: | .*===+ . . |\n[ 9.155415] cloud-init[1032]: | +o+o..* o |\n[ 9.158459] cloud-init[1032]: | o...+ + . |\n[ 9.161762] cloud-init[1032]: | . +oB o |\n[ 9.165047] cloud-init[1032]: | +.=SB |\n[ 9.168090] cloud-init[1032]: | ..ooO.. |\n[ 9.171399] cloud-init[1032]: | . =.+ o |\n[ 9.174687] cloud-init[1032]: | oo o E . |\n[ 9.179173] cloud-init[1032]: | .==. |\n[ 9.186820] cloud-init[1032]: +----[SHA256]-----+\n[ 9.402726] cloud-init[1120]: Generating locales (this might take a while)...\n[ 9.972317] cloud-init[1120]: en_US.UTF-8... done\n[ 9.974639] cloud-init[1120]: Generation complete.\n[[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator.\n Starting OpenBSD Secure Shell server...\n[[0;32m OK [0m] Started OpenBSD Secure Shell server.\n[[0;32m OK [0m] Reached target Multi-User System.\n[[0;32m OK [0m] Reached target Graphical Interface.\n Starting Update UTMP about System Runlevel Changes...\n[[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.\n[ 10.516638] cloud-init[1120]: Cloud-init v. 0.7.9 running 'modules:config' at Fri, 12 Oct 2018 12:56:13 +0000. Up 9.33 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.823502] cloud-init[1400]: + sudo useradd -m sdnvpn\n[ 10.883816] cloud-init[1400]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.225564] cloud-init[1400]: + sudo adduser sdnvpn sudo\n[ 11.279744] cloud-init[1400]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.315886] cloud-init[1400]: Adding user `sdnvpn' to group `sudo' ...\n[ 11.319860] cloud-init[1400]: Adding user sdnvpn to group sudo\n[ 11.409730] cloud-init[1400]: Done.\n[ 11.411771] cloud-init[1400]: + chpasswd\n[ 11.412958] cloud-init[1400]: + sudo echo sdnvpn:opnfv\n[ 11.467561] cloud-init[1400]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.492566] cloud-init[1400]: + sleep 20\n\nUbuntu 16.04.2 LTS sdnvpn-13-2 ttyS0\n\nsdnvpn-13-2 login: "} 2018-10-12 12:56:22,198 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa/action used request id req-b227da79-3b82-49b6-9963-ae82f0d3190f 2018-10-12 12:56:24,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9fa54d8ac01b2981a3beda81ff6ce101b61c277" 2018-10-12 12:56:24,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 914 Content-Type: application/json X-Openstack-Request-Id: req-0ab547f5-a016-4c35-aa03-911b2a921d76 Date: Fri, 12 Oct 2018 12:56:24 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-10-12T12:53:17Z", "size": 493813760, "disk_format": "qcow2", "updated_at": "2018-10-12T12:53:28Z", "visibility": "public", "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/d58fda19-1960-451e-8acd-65481c7f0fd0/snap", "metadata": {}}], "self": "/v2/images/d58fda19-1960-451e-8acd-65481c7f0fd0", "min_disk": 0, "protected": false, "id": "d58fda19-1960-451e-8acd-65481c7f0fd0", "file": "/v2/images/d58fda19-1960-451e-8acd-65481c7f0fd0/file", "checksum": "8c42b779e24ec2a6d35c8def02246a0b", "owner": "d6e005d8411b4b378ddb320b792455b0", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/d58fda19-1960-451e-8acd-65481c7f0fd0/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-12 12:56:24,836 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images?limit=20 used request id req-0ab547f5-a016-4c35-aa03-911b2a921d76 2018-10-12 12:56:24,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9fa54d8ac01b2981a3beda81ff6ce101b61c277" 2018-10-12 12:56:25,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e2de686d-de90-4474-84e9-c6a1501b476f Date: Fri, 12 Oct 2018 12:56: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-10-12 12:56:25,389 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/schemas/image used request id req-e2de686d-de90-4474-84e9-c6a1501b476f 2018-10-12 12:56:25,394 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-12 12:56:25,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f9fa54d8ac01b2981a3beda81ff6ce101b61c277" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-12 12:56:26,090 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/90601fbf-4710-44e6-8b2d-07d754479448 X-Openstack-Request-Id: req-f9ca42fa-fd27-48e9-a7ec-410fe436ccc7 Date: Fri, 12 Oct 2018 12:56:26 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-12T12:56:26Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-12T12:56:26Z", "visibility": "public", "locations": [], "self": "/v2/images/90601fbf-4710-44e6-8b2d-07d754479448", "min_disk": 0, "protected": false, "id": "90601fbf-4710-44e6-8b2d-07d754479448", "file": "/v2/images/90601fbf-4710-44e6-8b2d-07d754479448/file", "checksum": null, "owner": "d6e005d8411b4b378ddb320b792455b0", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-12 12:56:26,090 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-f9ca42fa-fd27-48e9-a7ec-410fe436ccc7 2018-10-12 12:56:26,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/90601fbf-4710-44e6-8b2d-07d754479448/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9fa54d8ac01b2981a3beda81ff6ce101b61c277" -d '' 2018-10-12 12:56:27,284 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f57bc861-42ac-4842-aaeb-533c0257c5d0 Date: Fri, 12 Oct 2018 12:56:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 12:56:27,285 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/90601fbf-4710-44e6-8b2d-07d754479448/file used request id req-f57bc861-42ac-4842-aaeb-533c0257c5d0 2018-10-12 12:56:27,285 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-3'... 2018-10-12 12:56:27,285 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-3 flavor=m1.custom image=90601fbf-4710-44e6-8b2d-07d754479448 network=981dc87b-d772-4cac-a0e1-e29367070818 secgroup=a012b764-3d71-4fe8-a730-445db10f62d9 hypervisor=nova:overcloud-novacompute-0.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-10-12 12:56:27,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:56:27,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:56:27,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:56:27,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:56:27,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:56:27,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:56:27,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:56:27,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:56:27,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:56:27,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:56:27,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:56:27,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:56:27,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:56:27,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:56:27,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:56:27,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:56:27,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:56:27,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:56:27,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:56:27,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:56:27,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:56:27,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:56:27,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:56:27,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:56:27,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:56:27,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:56:27,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:56:27,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:56:27,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:56:27,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:56:27,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:56:27,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:56:27,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:56:27,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:56:27,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:56:27,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:56:27,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:56:27,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:56:27,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:56:27,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:56:27,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:56:27,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:56:27,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:56:27,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:56:27,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:56:27,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:56:27,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:56:27,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:56:27,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:56:27,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:56:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5807ed69-aa2d-421b-a3e8-d5231a58049c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:56:27,306 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-5807ed69-aa2d-421b-a3e8-d5231a58049c 2018-10-12 12:56:27,306 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:56:27,702 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:56:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["HL9-UMvVSrquoLkoN9feEw"], "issued_at": "2018-10-12T12:56:27.000000Z"}} 2018-10-12 12:56:27,705 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7baf9ba6d0206dc5c136983b27ccd9c4f5cff3" 2018-10-12 12:56:27,888 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:56: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-2a54db7d-6b91-4e37-834e-3667b2a27975 x-compute-request-id: req-2a54db7d-6b91-4e37-834e-3667b2a27975 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-12 12:56:27,888 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-2a54db7d-6b91-4e37-834e-3667b2a27975 2018-10-12 12:56:27,891 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7baf9ba6d0206dc5c136983b27ccd9c4f5cff3" 2018-10-12 12:56:27,915 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:56: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-3ceb0e7e-afc2-4dc7-b536-cd423043562f x-compute-request-id: req-3ceb0e7e-afc2-4dc7-b536-cd423043562f Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:56:27,915 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9 used request id req-3ceb0e7e-afc2-4dc7-b536-cd423043562f 2018-10-12 12:56:27,918 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7baf9ba6d0206dc5c136983b27ccd9c4f5cff3" -d '{"server": {"name": "sdnvpn-13-3", "imageRef": "90601fbf-4710-44e6-8b2d-07d754479448", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "user_data": "IyEvYmluL3NoCnNldCAxNzkuMjQuMS4xMgp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "981dc87b-d772-4cac-a0e1-e29367070818"}], "config_drive": true}}' 2018-10-12 12:56:29,543 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:56: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-54adfa9e-43f9-4aea-af87-259ee9d29016 x-compute-request-id: req-54adfa9e-43f9-4aea-af87-259ee9d29016 Content-Length: 374 location: http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "10084c05-0735-4830-a14e-01e04df744a7", "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/10084c05-0735-4830-a14e-01e04df744a7", "rel": "bookmark"}], "adminPass": "2RhxdvZ3jYoC"}} 2018-10-12 12:56:29,544 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers used request id req-54adfa9e-43f9-4aea-af87-259ee9d29016 2018-10-12 12:56:29,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-12 12:56:29,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:56:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a154891-862b-45b9-bd80-028480fd277f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:56:29,552 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-7a154891-862b-45b9-bd80-028480fd277f 2018-10-12 12:56:29,552 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:56:29,928 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:56:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["G0fccDt7T0uoU1NVW_b_SQ"], "issued_at": "2018-10-12T12:56:29.000000Z"}} 2018-10-12 12:56:29,931 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ca681d6acac27613db43113d58d048d6c30de6d" 2018-10-12 12:56:30,284 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:56: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-9b831442-e914-43fe-915b-d64fe0cc644c x-compute-request-id: req-9b831442-e914-43fe-915b-d64fe0cc644c Content-Encoding: gzip Content-Length: 625 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/10084c05-0735-4830-a14e-01e04df744a7", "rel": "bookmark"}], "image": {"id": "90601fbf-4710-44e6-8b2d-07d754479448", "links": [{"href": "http://172.30.9.26:8774/images/90601fbf-4710-44e6-8b2d-07d754479448", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "10084c05-0735-4830-a14e-01e04df744a7", "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:56: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-13-3", "created": "2018-10-12T12:56:29Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:56:30,285 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7 used request id req-9b831442-e914-43fe-915b-d64fe0cc644c 2018-10-12 12:56:33,291 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ca681d6acac27613db43113d58d048d6c30de6d" 2018-10-12 12:56:34,012 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:56: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-60d3d07c-4766-4120-a906-f848e472a1c8 x-compute-request-id: req-60d3d07c-4766-4120-a906-f848e472a1c8 Content-Encoding: gzip Content-Length: 714 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/10084c05-0735-4830-a14e-01e04df744a7", "rel": "bookmark"}], "image": {"id": "90601fbf-4710-44e6-8b2d-07d754479448", "links": [{"href": "http://172.30.9.26:8774/images/90601fbf-4710-44e6-8b2d-07d754479448", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000126", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "10084c05-0735-4830-a14e-01e04df744a7", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-10-12T12:56:31Z", "hostId": "b5f73af50af3a553d9be82d64b205a1d1d12ae1e6ef3fe7031744a94", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-3", "created": "2018-10-12T12:56:29Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:56:34,012 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7 used request id req-60d3d07c-4766-4120-a906-f848e472a1c8 2018-10-12 12:56:37,016 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ca681d6acac27613db43113d58d048d6c30de6d" 2018-10-12 12:56:37,766 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:56:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84e9a4a6-62a5-4792-8652-28c6944a5806 x-compute-request-id: req-84e9a4a6-62a5-4792-8652-28c6944a5806 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:ad:8c:0f", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/10084c05-0735-4830-a14e-01e04df744a7", "rel": "bookmark"}], "image": {"id": "90601fbf-4710-44e6-8b2d-07d754479448", "links": [{"href": "http://172.30.9.26:8774/images/90601fbf-4710-44e6-8b2d-07d754479448", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000126", "OS-SRV-USG:launched_at": "2018-10-12T12:56:35.000000", "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "10084c05-0735-4830-a14e-01e04df744a7", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:56:36Z", "hostId": "b5f73af50af3a553d9be82d64b205a1d1d12ae1e6ef3fe7031744a94", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-3", "created": "2018-10-12T12:56:29Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:56:37,766 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7 used request id req-84e9a4a6-62a5-4792-8652-28c6944a5806 2018-10-12 12:56:37,769 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7baf9ba6d0206dc5c136983b27ccd9c4f5cff3" 2018-10-12 12:56:38,229 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:56:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3906dba9-8bfd-48eb-a3c8-e88a59e950ab x-compute-request-id: req-3906dba9-8bfd-48eb-a3c8-e88a59e950ab 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:ad:8c:0f", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7", "rel": "self"}, {"href": "http://172.30.9.26:8774/servers/10084c05-0735-4830-a14e-01e04df744a7", "rel": "bookmark"}], "image": {"id": "90601fbf-4710-44e6-8b2d-07d754479448", "links": [{"href": "http://172.30.9.26:8774/images/90601fbf-4710-44e6-8b2d-07d754479448", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000126", "OS-SRV-USG:launched_at": "2018-10-12T12:56:35.000000", "flavor": {"id": "3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "links": [{"href": "http://172.30.9.26:8774/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9", "rel": "bookmark"}]}, "id": "10084c05-0735-4830-a14e-01e04df744a7", "security_groups": [{"name": "default"}], "user_id": "47d683160bac4cd691aea369dd2cd437", "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-10-12T12:56:36Z", "hostId": "b5f73af50af3a553d9be82d64b205a1d1d12ae1e6ef3fe7031744a94", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-3", "created": "2018-10-12T12:56:29Z", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-12 12:56:38,230 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7 used request id req-3906dba9-8bfd-48eb-a3c8-e88a59e950ab 2018-10-12 12:56:38,230 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-3' booted successfully. IP='10.10.10.7'. 2018-10-12 12:56:38,230 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-3' to security group 'sdnvpn-sg'... 2018-10-12 12:56:38,233 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8895e0a3bb76c79a55eef1af6736454cd5bbdb63" -d '{"addSecurityGroup": {"name": "a012b764-3d71-4fe8-a730-445db10f62d9"}}' 2018-10-12 12:56:39,851 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:56: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-525d6ee9-e8bf-4e3c-9c18-cfc32691d7e4 x-compute-request-id: req-525d6ee9-e8bf-4e3c-9c18-cfc32691d7e4 Content-Length: 0 Content-Type: application/json 2018-10-12 12:56:39,851 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action used request id req-525d6ee9-e8bf-4e3c-9c18-cfc32691d7e4 2018-10-12 12:56:39,851 - sdnvpn_test_utils - INFO - Waiting for instance 10084c05-0735-4830-a14e-01e04df744a7 to boot up 2018-10-12 12:56:39,854 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7baf9ba6d0206dc5c136983b27ccd9c4f5cff3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:56:40,922 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:56: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-6a03f5c1-3341-4821-bd01-e15d4b1eca6f x-compute-request-id: req-6a03f5c1-3341-4821-bd01-e15d4b1eca6f Content-Encoding: gzip Content-Length: 7900 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 493419055 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.150448] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.152090] pid_max: default: 32768 minimum: 301\n[ 0.152973] ACPI: Core revision 20150930\n[ 0.154362] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155656] Security Framework initialized\n[ 0.156460] Yama: becoming mindful.\n[ 0.157183] AppArmor: AppArmor initialized\n[ 0.158070] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159470] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161136] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.162355] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163741] Initializing cgroup subsys io\n[ 0.164549] Initializing cgroup subsys memory\n[ 0.165397] Initializing cgroup subsys devices\n[ 0.166269] Initializing cgroup subsys freezer\n[ 0.167125] Initializing cgroup subsys net_cls\n[ 0.167985] Initializing cgroup subsys perf_event\n[ 0.168884] Initializing cgroup subsys net_prio\n[ 0.169764] Initializing cgroup subsys hugetlb\n[ 0.170627] Initializing cgroup subsys pids\n[ 0.171492] CPU: Physical Processor ID: 0\n[ 0.172979] mce: CPU supports 10 MCE banks\n[ 0.173834] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174819] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185687] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.192307] ftrace: allocating 31920 entries in 125 pages\n[ 0.219624] smpboot: Max logical packages: 1\n[ 0.220473] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.221819] x2apic enabled\n[ 0.222626] Switched APIC routing to physical x2apic.\n[ 0.224364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.225474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.227446] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.229212] KVM setup paravirtual spinlock\n[ 0.230509] x86: Booted up 1 node, 1 CPUs\n[ 0.231308] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232675] devtmpfs: initialized\n[ 0.234411] evm: security.selinux\n[ 0.235105] evm: security.SMACK64\n[ 0.235808] evm: security.SMACK64EXEC\n[ 0.236558] evm: security.SMACK64TRANSMUTE\n[ 0.237359] evm: security.SMACK64MMAP\n[ 0.238102] evm: security.ima\n[ 0.238739] evm: security.capability\n[ 0.239546] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241396] pinctrl core: initialized pinctrl subsystem\n[ 0.242503] RTC time: 12:56:35, date: 10/12/18\n[ 0.243442] NET: Registered protocol family 16\n[ 0.244399] cpuidle: using governor ladder\n[ 0.245206] cpuidle: using governor menu\n[ 0.245977] PCCT header not found.\n[ 0.246726] ACPI: bus type PCI registered\n[ 0.247526] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248756] PCI: Using configuration type 1 for base access\n[ 0.250976] ACPI: Added _OSI(Module Device)\n[ 0.251821] ACPI: Added _OSI(Processor Device)\n[ 0.252672] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255701] ACPI: Interpreter enabled\n[ 0.256460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262318] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264509] ACPI: (supports S0 S5)\n[ 0.265396] ACPI: Using IOAPIC for interrupt routing\n[ 0.266544] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269961] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271334] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272822] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.274264] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276922] acpiphp: Slot [3] registered\n[ 0.277878] acpiphp: Slot [4] registered\n[ 0.278836] acpiphp: Slot [5] registered\n[ 0.279785] acpiphp: Slot [6] registered\n[ 0.280739] acpiphp: Slot [7] registered\n[ 0.281689] acpiphp: Slot [8] registered\n[ 0.282638] acpiphp: Slot [9] registered\n[ 0.283612] acpiphp: Slot [10] registered\n[ 0.284577] acpiphp: Slot [11] registered\n[ 0.285544] acpiphp: Slot [12] registered\n[ 0.286516] acpiphp: Slot [13] registered\n[ 0.287478] acpiphp: Slot [14] registered\n[ 0.288443] acpiphp: Slot [15] registered\n[ 0.299490] acpiphp: Slot [16] registered\n[ 0.300469] acpiphp: Slot [17] registered\n[ 0.301437] acpiphp: Slot [18] registered\n[ 0.302406] acpiphp: Slot [19] registered\n[ 0.303370] acpiphp: Slot [20] registered\n[ 0.304345] acpiphp: Slot [21] registered\n[ 0.305305] acpiphp: Slot [22] registered\n[ 0.306267] acpiphp: Slot [23] registered\n[ 0.307231] acpiphp: Slot [24] registered\n[ 0.308197] acpiphp: Slot [25] registered\n[ 0.309163] acpiphp: Slot [26] registered\n[ 0.310125] acpiphp: Slot [27] registered\n[ 0.311086] acpiphp: Slot [28] registered\n[ 0.312041] acpiphp: Slot [29] registered\n[ 0.313001] acpiphp: Slot [30] registered\n[ 0.313968] acpiphp: Slot [31] registered\n[ 0.314930] PCI host bridge to bus 0000:00\n[ 0.315896] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.317358] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318824] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320554] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.322279] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328868] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.330427] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.331876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333415] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340581] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.342283] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.394084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.395786] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.397441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.399087] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.400694] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.402143] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.403505] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.404781] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.406643] vgaarb: loaded\n[ 0.407354] vgaarb: bridge control possible 0000:00:02.0\n[ 0.408708] SCSI subsystem initialized\n[ 0.409728] ACPI: bus type USB registered\n[ 0.410734] usbcore: registered new interface driver usbfs\n[ 0.412017] usbcore: registered new interface driver hub\n[ 0.413266] usbcore: registered new device driver usb\n[ 0.414419] PCI: Using ACPI for IRQ routing\n[ 0.415491] NetLabel: Initializing\n[ 0.416229] NetLabel: domain hash size = 128\n[ 0.417116] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418224] NetLabel: unlabeled traffic allowed by default\n[ 0.419539] clocksource: Switched to clocksource kvm-clock\n[ 0.425675] AppArmor: AppArmor Filesystem Enabled\n[ 0.426882] pnp: PnP ACPI init\n[ 0.427894] pnp: PnP ACPI: found 5 devices\n[ 0.433934] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.435692] NET: Registered protocol family 2\n[ 0.436662] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.437944] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.439147] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.440336] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.441424] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.442601] NET: Registered protocol family 1\n[ 0.443465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.444574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.445877] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.460147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474687] Trying to unpack rootfs image as initramfs...\n[ 0.525294] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.539297] Scanning for low memory corruption every 60 seconds\n[ 0.540730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.541883] audit: initializing netlink subsys (disabled)\n[ 0.542978] audit: type=2000 audit(1539348996.693:1): initialized\n[ 0.544330] Initialise system trusted keyring\n[ 0.545400] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.546696] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.548676] zbud: loaded\n[ 0.549387] VFS: Disk quotas dquot_6.6.0\n[ 0.550231] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.551777] fuse init (API version 7.23)\n[ 0.552670] Key type big_key registered\n[ 0.553471] Allocating IMA MOK and blacklist keyrings.\n[ 0.554587] Key type asymmetric registered\n[ 0.555410] Asymmetric key parser 'x509' registered\n[ 0.556494] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.558245] io scheduler noop registered\n[ 0.559190] io scheduler deadline registered (default)\n[ 0.560402] io scheduler cfq registered\n[ 0.561414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562710] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.564287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.566017] ACPI: Power Button [PWRF]\n[ 0.567024] GHES: HEST is not enabled!\n[ 0.581114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.615904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619433] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643552] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.646019] Linux agpgart interface v0.103\n[ 0.649148] brd: module loaded\n[ 0.650467] loop: module loaded\n[ 0.654229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655966] GPT:90111 != 20971519\n[ 0.656800] GPT:Alternate GPT header not at the end of the disk.\n[ 0.658134] GPT:90111 != 20971519\n[ 0.658937] GPT: Use GNU Parted to correct GPT errors.\n[ 0.660097] vda: vda1 vda15\n[ 0.661757] scsi host0: ata_piix\n[ 0.662628] scsi host1: ata_piix\n[ 0.663462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.664934] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.666645] libphy: Fixed MDIO Bus: probed\n[ 0.667798] tun: Universal TUN/TAP device driver, 1.6\n[ 0.668941] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.671431] PPP generic driver version 2.4.2\n[ 0.672630] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673953] ehci-pci: EHCI PCI platform driver\n[ 0.674938] ehci-platform: EHCI generic platform driver\n[ 0.676036] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677281] ohci-pci: OHCI PCI platform driver\n[ 0.678211] ohci-platform: OHCI generic platform driver\n[ 0.679278] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694387] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.697268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.698463] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.699770] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.700994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.702520] usb usb1: Product: UHCI Host Controller\n[ 0.703823] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.708536] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.710079] hub 1-0:1.0: USB hub found\n[ 0.711376] hub 1-0:1.0: 2 ports detected\n[ 0.712825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.716331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.717825] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.719619] mousedev: PS/2 mouse device common for all mice\n[ 0.721666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724637] rtc_cmos 00:00: RTC can wake from S4\n[ 0.725905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727344] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.728802] i2c /dev entries driver\n[ 0.729722] device-mapper: uevent: version 1.0.3\n[ 0.730848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.732816] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734458] NET: Registered protocol family 10\n[ 0.735674] NET: Registered protocol family 17\n[ 0.736763] Key type dns_resolver registered\n[ 0.737876] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.739221] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.741324] registered taskstats version 1\n[ 0.742366] Loading compiled-in X.509 certificates\n[ 0.744023] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.746402] zswap: loaded using pool lzo/zbud\n[ 0.748022] Key type trusted registered\n[ 0.749550] Key type encrypted registered\n[ 0.750621] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.751968] ima: No TPM chip found, activating TPM-bypass!\n[ 0.753062] evm: HMAC attrs: 0x1\n[ 0.754178] Magic number: 6:90:936\n[ 0.755157] rtc_cmos 00:00: setting system clock to 2018-10-12 12:56:36 UTC (1539348996)\n[ 0.757113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758204] EDD information not available.\n[ 0.820099] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821697] ata1.00: configured for MWDMA2\n[ 0.822914] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.835392] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.836987] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.838561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.840438] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.841928] Write protecting the kernel read-only data: 14336k\n[ 0.843467] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.845246] 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.906238] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-10-12 12:56:40,922 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action used request id req-6a03f5c1-3341-4821-bd01-e15d4b1eca6f 2018-10-12 12:56:42,928 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7baf9ba6d0206dc5c136983b27ccd9c4f5cff3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:56:43,992 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:56: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-33f638cf-0237-45fa-9b3b-f61aca7f62fd x-compute-request-id: req-33f638cf-0237-45fa-9b3b-f61aca7f62fd Content-Encoding: gzip Content-Length: 7900 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 493419055 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.150448] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.152090] pid_max: default: 32768 minimum: 301\n[ 0.152973] ACPI: Core revision 20150930\n[ 0.154362] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155656] Security Framework initialized\n[ 0.156460] Yama: becoming mindful.\n[ 0.157183] AppArmor: AppArmor initialized\n[ 0.158070] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159470] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161136] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.162355] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163741] Initializing cgroup subsys io\n[ 0.164549] Initializing cgroup subsys memory\n[ 0.165397] Initializing cgroup subsys devices\n[ 0.166269] Initializing cgroup subsys freezer\n[ 0.167125] Initializing cgroup subsys net_cls\n[ 0.167985] Initializing cgroup subsys perf_event\n[ 0.168884] Initializing cgroup subsys net_prio\n[ 0.169764] Initializing cgroup subsys hugetlb\n[ 0.170627] Initializing cgroup subsys pids\n[ 0.171492] CPU: Physical Processor ID: 0\n[ 0.172979] mce: CPU supports 10 MCE banks\n[ 0.173834] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174819] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185687] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.192307] ftrace: allocating 31920 entries in 125 pages\n[ 0.219624] smpboot: Max logical packages: 1\n[ 0.220473] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.221819] x2apic enabled\n[ 0.222626] Switched APIC routing to physical x2apic.\n[ 0.224364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.225474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.227446] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.229212] KVM setup paravirtual spinlock\n[ 0.230509] x86: Booted up 1 node, 1 CPUs\n[ 0.231308] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232675] devtmpfs: initialized\n[ 0.234411] evm: security.selinux\n[ 0.235105] evm: security.SMACK64\n[ 0.235808] evm: security.SMACK64EXEC\n[ 0.236558] evm: security.SMACK64TRANSMUTE\n[ 0.237359] evm: security.SMACK64MMAP\n[ 0.238102] evm: security.ima\n[ 0.238739] evm: security.capability\n[ 0.239546] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241396] pinctrl core: initialized pinctrl subsystem\n[ 0.242503] RTC time: 12:56:35, date: 10/12/18\n[ 0.243442] NET: Registered protocol family 16\n[ 0.244399] cpuidle: using governor ladder\n[ 0.245206] cpuidle: using governor menu\n[ 0.245977] PCCT header not found.\n[ 0.246726] ACPI: bus type PCI registered\n[ 0.247526] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248756] PCI: Using configuration type 1 for base access\n[ 0.250976] ACPI: Added _OSI(Module Device)\n[ 0.251821] ACPI: Added _OSI(Processor Device)\n[ 0.252672] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255701] ACPI: Interpreter enabled\n[ 0.256460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262318] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264509] ACPI: (supports S0 S5)\n[ 0.265396] ACPI: Using IOAPIC for interrupt routing\n[ 0.266544] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269961] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271334] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272822] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.274264] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276922] acpiphp: Slot [3] registered\n[ 0.277878] acpiphp: Slot [4] registered\n[ 0.278836] acpiphp: Slot [5] registered\n[ 0.279785] acpiphp: Slot [6] registered\n[ 0.280739] acpiphp: Slot [7] registered\n[ 0.281689] acpiphp: Slot [8] registered\n[ 0.282638] acpiphp: Slot [9] registered\n[ 0.283612] acpiphp: Slot [10] registered\n[ 0.284577] acpiphp: Slot [11] registered\n[ 0.285544] acpiphp: Slot [12] registered\n[ 0.286516] acpiphp: Slot [13] registered\n[ 0.287478] acpiphp: Slot [14] registered\n[ 0.288443] acpiphp: Slot [15] registered\n[ 0.299490] acpiphp: Slot [16] registered\n[ 0.300469] acpiphp: Slot [17] registered\n[ 0.301437] acpiphp: Slot [18] registered\n[ 0.302406] acpiphp: Slot [19] registered\n[ 0.303370] acpiphp: Slot [20] registered\n[ 0.304345] acpiphp: Slot [21] registered\n[ 0.305305] acpiphp: Slot [22] registered\n[ 0.306267] acpiphp: Slot [23] registered\n[ 0.307231] acpiphp: Slot [24] registered\n[ 0.308197] acpiphp: Slot [25] registered\n[ 0.309163] acpiphp: Slot [26] registered\n[ 0.310125] acpiphp: Slot [27] registered\n[ 0.311086] acpiphp: Slot [28] registered\n[ 0.312041] acpiphp: Slot [29] registered\n[ 0.313001] acpiphp: Slot [30] registered\n[ 0.313968] acpiphp: Slot [31] registered\n[ 0.314930] PCI host bridge to bus 0000:00\n[ 0.315896] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.317358] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318824] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320554] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.322279] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328868] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.330427] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.331876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333415] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340581] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.342283] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.394084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.395786] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.397441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.399087] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.400694] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.402143] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.403505] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.404781] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.406643] vgaarb: loaded\n[ 0.407354] vgaarb: bridge control possible 0000:00:02.0\n[ 0.408708] SCSI subsystem initialized\n[ 0.409728] ACPI: bus type USB registered\n[ 0.410734] usbcore: registered new interface driver usbfs\n[ 0.412017] usbcore: registered new interface driver hub\n[ 0.413266] usbcore: registered new device driver usb\n[ 0.414419] PCI: Using ACPI for IRQ routing\n[ 0.415491] NetLabel: Initializing\n[ 0.416229] NetLabel: domain hash size = 128\n[ 0.417116] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418224] NetLabel: unlabeled traffic allowed by default\n[ 0.419539] clocksource: Switched to clocksource kvm-clock\n[ 0.425675] AppArmor: AppArmor Filesystem Enabled\n[ 0.426882] pnp: PnP ACPI init\n[ 0.427894] pnp: PnP ACPI: found 5 devices\n[ 0.433934] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.435692] NET: Registered protocol family 2\n[ 0.436662] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.437944] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.439147] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.440336] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.441424] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.442601] NET: Registered protocol family 1\n[ 0.443465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.444574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.445877] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.460147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474687] Trying to unpack rootfs image as initramfs...\n[ 0.525294] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.539297] Scanning for low memory corruption every 60 seconds\n[ 0.540730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.541883] audit: initializing netlink subsys (disabled)\n[ 0.542978] audit: type=2000 audit(1539348996.693:1): initialized\n[ 0.544330] Initialise system trusted keyring\n[ 0.545400] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.546696] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.548676] zbud: loaded\n[ 0.549387] VFS: Disk quotas dquot_6.6.0\n[ 0.550231] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.551777] fuse init (API version 7.23)\n[ 0.552670] Key type big_key registered\n[ 0.553471] Allocating IMA MOK and blacklist keyrings.\n[ 0.554587] Key type asymmetric registered\n[ 0.555410] Asymmetric key parser 'x509' registered\n[ 0.556494] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.558245] io scheduler noop registered\n[ 0.559190] io scheduler deadline registered (default)\n[ 0.560402] io scheduler cfq registered\n[ 0.561414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562710] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.564287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.566017] ACPI: Power Button [PWRF]\n[ 0.567024] GHES: HEST is not enabled!\n[ 0.581114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.615904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619433] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643552] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.646019] Linux agpgart interface v0.103\n[ 0.649148] brd: module loaded\n[ 0.650467] loop: module loaded\n[ 0.654229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655966] GPT:90111 != 20971519\n[ 0.656800] GPT:Alternate GPT header not at the end of the disk.\n[ 0.658134] GPT:90111 != 20971519\n[ 0.658937] GPT: Use GNU Parted to correct GPT errors.\n[ 0.660097] vda: vda1 vda15\n[ 0.661757] scsi host0: ata_piix\n[ 0.662628] scsi host1: ata_piix\n[ 0.663462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.664934] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.666645] libphy: Fixed MDIO Bus: probed\n[ 0.667798] tun: Universal TUN/TAP device driver, 1.6\n[ 0.668941] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.671431] PPP generic driver version 2.4.2\n[ 0.672630] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673953] ehci-pci: EHCI PCI platform driver\n[ 0.674938] ehci-platform: EHCI generic platform driver\n[ 0.676036] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677281] ohci-pci: OHCI PCI platform driver\n[ 0.678211] ohci-platform: OHCI generic platform driver\n[ 0.679278] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694387] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.697268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.698463] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.699770] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.700994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.702520] usb usb1: Product: UHCI Host Controller\n[ 0.703823] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.708536] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.710079] hub 1-0:1.0: USB hub found\n[ 0.711376] hub 1-0:1.0: 2 ports detected\n[ 0.712825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.716331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.717825] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.719619] mousedev: PS/2 mouse device common for all mice\n[ 0.721666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724637] rtc_cmos 00:00: RTC can wake from S4\n[ 0.725905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727344] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.728802] i2c /dev entries driver\n[ 0.729722] device-mapper: uevent: version 1.0.3\n[ 0.730848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.732816] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734458] NET: Registered protocol family 10\n[ 0.735674] NET: Registered protocol family 17\n[ 0.736763] Key type dns_resolver registered\n[ 0.737876] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.739221] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.741324] registered taskstats version 1\n[ 0.742366] Loading compiled-in X.509 certificates\n[ 0.744023] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.746402] zswap: loaded using pool lzo/zbud\n[ 0.748022] Key type trusted registered\n[ 0.749550] Key type encrypted registered\n[ 0.750621] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.751968] ima: No TPM chip found, activating TPM-bypass!\n[ 0.753062] evm: HMAC attrs: 0x1\n[ 0.754178] Magic number: 6:90:936\n[ 0.755157] rtc_cmos 00:00: setting system clock to 2018-10-12 12:56:36 UTC (1539348996)\n[ 0.757113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758204] EDD information not available.\n[ 0.820099] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821697] ata1.00: configured for MWDMA2\n[ 0.822914] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.835392] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.836987] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.838561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.840438] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.841928] Write protecting the kernel read-only data: 14336k\n[ 0.843467] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.845246] 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.906238] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-10-12 12:56:43,992 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action used request id req-33f638cf-0237-45fa-9b3b-f61aca7f62fd 2018-10-12 12:56:45,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7baf9ba6d0206dc5c136983b27ccd9c4f5cff3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:56:47,069 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:56: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-caaef782-6697-4863-9e1d-7bf783d35a12 x-compute-request-id: req-caaef782-6697-4863-9e1d-7bf783d35a12 Content-Encoding: gzip Content-Length: 7900 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 493419055 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.150448] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.152090] pid_max: default: 32768 minimum: 301\n[ 0.152973] ACPI: Core revision 20150930\n[ 0.154362] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155656] Security Framework initialized\n[ 0.156460] Yama: becoming mindful.\n[ 0.157183] AppArmor: AppArmor initialized\n[ 0.158070] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159470] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161136] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.162355] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163741] Initializing cgroup subsys io\n[ 0.164549] Initializing cgroup subsys memory\n[ 0.165397] Initializing cgroup subsys devices\n[ 0.166269] Initializing cgroup subsys freezer\n[ 0.167125] Initializing cgroup subsys net_cls\n[ 0.167985] Initializing cgroup subsys perf_event\n[ 0.168884] Initializing cgroup subsys net_prio\n[ 0.169764] Initializing cgroup subsys hugetlb\n[ 0.170627] Initializing cgroup subsys pids\n[ 0.171492] CPU: Physical Processor ID: 0\n[ 0.172979] mce: CPU supports 10 MCE banks\n[ 0.173834] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174819] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185687] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.192307] ftrace: allocating 31920 entries in 125 pages\n[ 0.219624] smpboot: Max logical packages: 1\n[ 0.220473] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.221819] x2apic enabled\n[ 0.222626] Switched APIC routing to physical x2apic.\n[ 0.224364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.225474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.227446] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.229212] KVM setup paravirtual spinlock\n[ 0.230509] x86: Booted up 1 node, 1 CPUs\n[ 0.231308] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232675] devtmpfs: initialized\n[ 0.234411] evm: security.selinux\n[ 0.235105] evm: security.SMACK64\n[ 0.235808] evm: security.SMACK64EXEC\n[ 0.236558] evm: security.SMACK64TRANSMUTE\n[ 0.237359] evm: security.SMACK64MMAP\n[ 0.238102] evm: security.ima\n[ 0.238739] evm: security.capability\n[ 0.239546] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241396] pinctrl core: initialized pinctrl subsystem\n[ 0.242503] RTC time: 12:56:35, date: 10/12/18\n[ 0.243442] NET: Registered protocol family 16\n[ 0.244399] cpuidle: using governor ladder\n[ 0.245206] cpuidle: using governor menu\n[ 0.245977] PCCT header not found.\n[ 0.246726] ACPI: bus type PCI registered\n[ 0.247526] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248756] PCI: Using configuration type 1 for base access\n[ 0.250976] ACPI: Added _OSI(Module Device)\n[ 0.251821] ACPI: Added _OSI(Processor Device)\n[ 0.252672] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255701] ACPI: Interpreter enabled\n[ 0.256460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262318] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264509] ACPI: (supports S0 S5)\n[ 0.265396] ACPI: Using IOAPIC for interrupt routing\n[ 0.266544] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269961] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271334] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272822] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.274264] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276922] acpiphp: Slot [3] registered\n[ 0.277878] acpiphp: Slot [4] registered\n[ 0.278836] acpiphp: Slot [5] registered\n[ 0.279785] acpiphp: Slot [6] registered\n[ 0.280739] acpiphp: Slot [7] registered\n[ 0.281689] acpiphp: Slot [8] registered\n[ 0.282638] acpiphp: Slot [9] registered\n[ 0.283612] acpiphp: Slot [10] registered\n[ 0.284577] acpiphp: Slot [11] registered\n[ 0.285544] acpiphp: Slot [12] registered\n[ 0.286516] acpiphp: Slot [13] registered\n[ 0.287478] acpiphp: Slot [14] registered\n[ 0.288443] acpiphp: Slot [15] registered\n[ 0.299490] acpiphp: Slot [16] registered\n[ 0.300469] acpiphp: Slot [17] registered\n[ 0.301437] acpiphp: Slot [18] registered\n[ 0.302406] acpiphp: Slot [19] registered\n[ 0.303370] acpiphp: Slot [20] registered\n[ 0.304345] acpiphp: Slot [21] registered\n[ 0.305305] acpiphp: Slot [22] registered\n[ 0.306267] acpiphp: Slot [23] registered\n[ 0.307231] acpiphp: Slot [24] registered\n[ 0.308197] acpiphp: Slot [25] registered\n[ 0.309163] acpiphp: Slot [26] registered\n[ 0.310125] acpiphp: Slot [27] registered\n[ 0.311086] acpiphp: Slot [28] registered\n[ 0.312041] acpiphp: Slot [29] registered\n[ 0.313001] acpiphp: Slot [30] registered\n[ 0.313968] acpiphp: Slot [31] registered\n[ 0.314930] PCI host bridge to bus 0000:00\n[ 0.315896] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.317358] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318824] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320554] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.322279] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328868] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.330427] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.331876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333415] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340581] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.342283] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.394084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.395786] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.397441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.399087] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.400694] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.402143] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.403505] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.404781] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.406643] vgaarb: loaded\n[ 0.407354] vgaarb: bridge control possible 0000:00:02.0\n[ 0.408708] SCSI subsystem initialized\n[ 0.409728] ACPI: bus type USB registered\n[ 0.410734] usbcore: registered new interface driver usbfs\n[ 0.412017] usbcore: registered new interface driver hub\n[ 0.413266] usbcore: registered new device driver usb\n[ 0.414419] PCI: Using ACPI for IRQ routing\n[ 0.415491] NetLabel: Initializing\n[ 0.416229] NetLabel: domain hash size = 128\n[ 0.417116] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418224] NetLabel: unlabeled traffic allowed by default\n[ 0.419539] clocksource: Switched to clocksource kvm-clock\n[ 0.425675] AppArmor: AppArmor Filesystem Enabled\n[ 0.426882] pnp: PnP ACPI init\n[ 0.427894] pnp: PnP ACPI: found 5 devices\n[ 0.433934] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.435692] NET: Registered protocol family 2\n[ 0.436662] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.437944] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.439147] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.440336] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.441424] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.442601] NET: Registered protocol family 1\n[ 0.443465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.444574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.445877] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.460147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474687] Trying to unpack rootfs image as initramfs...\n[ 0.525294] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.539297] Scanning for low memory corruption every 60 seconds\n[ 0.540730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.541883] audit: initializing netlink subsys (disabled)\n[ 0.542978] audit: type=2000 audit(1539348996.693:1): initialized\n[ 0.544330] Initialise system trusted keyring\n[ 0.545400] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.546696] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.548676] zbud: loaded\n[ 0.549387] VFS: Disk quotas dquot_6.6.0\n[ 0.550231] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.551777] fuse init (API version 7.23)\n[ 0.552670] Key type big_key registered\n[ 0.553471] Allocating IMA MOK and blacklist keyrings.\n[ 0.554587] Key type asymmetric registered\n[ 0.555410] Asymmetric key parser 'x509' registered\n[ 0.556494] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.558245] io scheduler noop registered\n[ 0.559190] io scheduler deadline registered (default)\n[ 0.560402] io scheduler cfq registered\n[ 0.561414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562710] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.564287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.566017] ACPI: Power Button [PWRF]\n[ 0.567024] GHES: HEST is not enabled!\n[ 0.581114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.615904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619433] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643552] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.646019] Linux agpgart interface v0.103\n[ 0.649148] brd: module loaded\n[ 0.650467] loop: module loaded\n[ 0.654229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655966] GPT:90111 != 20971519\n[ 0.656800] GPT:Alternate GPT header not at the end of the disk.\n[ 0.658134] GPT:90111 != 20971519\n[ 0.658937] GPT: Use GNU Parted to correct GPT errors.\n[ 0.660097] vda: vda1 vda15\n[ 0.661757] scsi host0: ata_piix\n[ 0.662628] scsi host1: ata_piix\n[ 0.663462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.664934] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.666645] libphy: Fixed MDIO Bus: probed\n[ 0.667798] tun: Universal TUN/TAP device driver, 1.6\n[ 0.668941] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.671431] PPP generic driver version 2.4.2\n[ 0.672630] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673953] ehci-pci: EHCI PCI platform driver\n[ 0.674938] ehci-platform: EHCI generic platform driver\n[ 0.676036] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677281] ohci-pci: OHCI PCI platform driver\n[ 0.678211] ohci-platform: OHCI generic platform driver\n[ 0.679278] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694387] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.697268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.698463] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.699770] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.700994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.702520] usb usb1: Product: UHCI Host Controller\n[ 0.703823] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.708536] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.710079] hub 1-0:1.0: USB hub found\n[ 0.711376] hub 1-0:1.0: 2 ports detected\n[ 0.712825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.716331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.717825] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.719619] mousedev: PS/2 mouse device common for all mice\n[ 0.721666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724637] rtc_cmos 00:00: RTC can wake from S4\n[ 0.725905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727344] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.728802] i2c /dev entries driver\n[ 0.729722] device-mapper: uevent: version 1.0.3\n[ 0.730848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.732816] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734458] NET: Registered protocol family 10\n[ 0.735674] NET: Registered protocol family 17\n[ 0.736763] Key type dns_resolver registered\n[ 0.737876] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.739221] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.741324] registered taskstats version 1\n[ 0.742366] Loading compiled-in X.509 certificates\n[ 0.744023] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.746402] zswap: loaded using pool lzo/zbud\n[ 0.748022] Key type trusted registered\n[ 0.749550] Key type encrypted registered\n[ 0.750621] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.751968] ima: No TPM chip found, activating TPM-bypass!\n[ 0.753062] evm: HMAC attrs: 0x1\n[ 0.754178] Magic number: 6:90:936\n[ 0.755157] rtc_cmos 00:00: setting system clock to 2018-10-12 12:56:36 UTC (1539348996)\n[ 0.757113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758204] EDD information not available.\n[ 0.820099] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821697] ata1.00: configured for MWDMA2\n[ 0.822914] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.835392] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.836987] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.838561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.840438] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.841928] Write protecting the kernel read-only data: 14336k\n[ 0.843467] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.845246] 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.906238] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-10-12 12:56:47,069 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action used request id req-caaef782-6697-4863-9e1d-7bf783d35a12 2018-10-12 12:56:49,075 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7baf9ba6d0206dc5c136983b27ccd9c4f5cff3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:56:50,141 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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,Accept-Encoding x-openstack-request-id: req-0e973084-ba6f-4f95-9a29-52e91c030710 x-compute-request-id: req-0e973084-ba6f-4f95-9a29-52e91c030710 Content-Encoding: gzip Content-Length: 7900 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 493419055 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.150448] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.152090] pid_max: default: 32768 minimum: 301\n[ 0.152973] ACPI: Core revision 20150930\n[ 0.154362] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155656] Security Framework initialized\n[ 0.156460] Yama: becoming mindful.\n[ 0.157183] AppArmor: AppArmor initialized\n[ 0.158070] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159470] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161136] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.162355] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163741] Initializing cgroup subsys io\n[ 0.164549] Initializing cgroup subsys memory\n[ 0.165397] Initializing cgroup subsys devices\n[ 0.166269] Initializing cgroup subsys freezer\n[ 0.167125] Initializing cgroup subsys net_cls\n[ 0.167985] Initializing cgroup subsys perf_event\n[ 0.168884] Initializing cgroup subsys net_prio\n[ 0.169764] Initializing cgroup subsys hugetlb\n[ 0.170627] Initializing cgroup subsys pids\n[ 0.171492] CPU: Physical Processor ID: 0\n[ 0.172979] mce: CPU supports 10 MCE banks\n[ 0.173834] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174819] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185687] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.192307] ftrace: allocating 31920 entries in 125 pages\n[ 0.219624] smpboot: Max logical packages: 1\n[ 0.220473] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.221819] x2apic enabled\n[ 0.222626] Switched APIC routing to physical x2apic.\n[ 0.224364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.225474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.227446] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.229212] KVM setup paravirtual spinlock\n[ 0.230509] x86: Booted up 1 node, 1 CPUs\n[ 0.231308] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232675] devtmpfs: initialized\n[ 0.234411] evm: security.selinux\n[ 0.235105] evm: security.SMACK64\n[ 0.235808] evm: security.SMACK64EXEC\n[ 0.236558] evm: security.SMACK64TRANSMUTE\n[ 0.237359] evm: security.SMACK64MMAP\n[ 0.238102] evm: security.ima\n[ 0.238739] evm: security.capability\n[ 0.239546] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241396] pinctrl core: initialized pinctrl subsystem\n[ 0.242503] RTC time: 12:56:35, date: 10/12/18\n[ 0.243442] NET: Registered protocol family 16\n[ 0.244399] cpuidle: using governor ladder\n[ 0.245206] cpuidle: using governor menu\n[ 0.245977] PCCT header not found.\n[ 0.246726] ACPI: bus type PCI registered\n[ 0.247526] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248756] PCI: Using configuration type 1 for base access\n[ 0.250976] ACPI: Added _OSI(Module Device)\n[ 0.251821] ACPI: Added _OSI(Processor Device)\n[ 0.252672] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255701] ACPI: Interpreter enabled\n[ 0.256460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262318] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264509] ACPI: (supports S0 S5)\n[ 0.265396] ACPI: Using IOAPIC for interrupt routing\n[ 0.266544] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269961] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271334] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272822] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.274264] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276922] acpiphp: Slot [3] registered\n[ 0.277878] acpiphp: Slot [4] registered\n[ 0.278836] acpiphp: Slot [5] registered\n[ 0.279785] acpiphp: Slot [6] registered\n[ 0.280739] acpiphp: Slot [7] registered\n[ 0.281689] acpiphp: Slot [8] registered\n[ 0.282638] acpiphp: Slot [9] registered\n[ 0.283612] acpiphp: Slot [10] registered\n[ 0.284577] acpiphp: Slot [11] registered\n[ 0.285544] acpiphp: Slot [12] registered\n[ 0.286516] acpiphp: Slot [13] registered\n[ 0.287478] acpiphp: Slot [14] registered\n[ 0.288443] acpiphp: Slot [15] registered\n[ 0.299490] acpiphp: Slot [16] registered\n[ 0.300469] acpiphp: Slot [17] registered\n[ 0.301437] acpiphp: Slot [18] registered\n[ 0.302406] acpiphp: Slot [19] registered\n[ 0.303370] acpiphp: Slot [20] registered\n[ 0.304345] acpiphp: Slot [21] registered\n[ 0.305305] acpiphp: Slot [22] registered\n[ 0.306267] acpiphp: Slot [23] registered\n[ 0.307231] acpiphp: Slot [24] registered\n[ 0.308197] acpiphp: Slot [25] registered\n[ 0.309163] acpiphp: Slot [26] registered\n[ 0.310125] acpiphp: Slot [27] registered\n[ 0.311086] acpiphp: Slot [28] registered\n[ 0.312041] acpiphp: Slot [29] registered\n[ 0.313001] acpiphp: Slot [30] registered\n[ 0.313968] acpiphp: Slot [31] registered\n[ 0.314930] PCI host bridge to bus 0000:00\n[ 0.315896] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.317358] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318824] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320554] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.322279] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328868] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.330427] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.331876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333415] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340581] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.342283] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.394084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.395786] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.397441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.399087] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.400694] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.402143] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.403505] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.404781] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.406643] vgaarb: loaded\n[ 0.407354] vgaarb: bridge control possible 0000:00:02.0\n[ 0.408708] SCSI subsystem initialized\n[ 0.409728] ACPI: bus type USB registered\n[ 0.410734] usbcore: registered new interface driver usbfs\n[ 0.412017] usbcore: registered new interface driver hub\n[ 0.413266] usbcore: registered new device driver usb\n[ 0.414419] PCI: Using ACPI for IRQ routing\n[ 0.415491] NetLabel: Initializing\n[ 0.416229] NetLabel: domain hash size = 128\n[ 0.417116] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418224] NetLabel: unlabeled traffic allowed by default\n[ 0.419539] clocksource: Switched to clocksource kvm-clock\n[ 0.425675] AppArmor: AppArmor Filesystem Enabled\n[ 0.426882] pnp: PnP ACPI init\n[ 0.427894] pnp: PnP ACPI: found 5 devices\n[ 0.433934] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.435692] NET: Registered protocol family 2\n[ 0.436662] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.437944] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.439147] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.440336] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.441424] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.442601] NET: Registered protocol family 1\n[ 0.443465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.444574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.445877] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.460147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474687] Trying to unpack rootfs image as initramfs...\n[ 0.525294] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.539297] Scanning for low memory corruption every 60 seconds\n[ 0.540730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.541883] audit: initializing netlink subsys (disabled)\n[ 0.542978] audit: type=2000 audit(1539348996.693:1): initialized\n[ 0.544330] Initialise system trusted keyring\n[ 0.545400] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.546696] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.548676] zbud: loaded\n[ 0.549387] VFS: Disk quotas dquot_6.6.0\n[ 0.550231] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.551777] fuse init (API version 7.23)\n[ 0.552670] Key type big_key registered\n[ 0.553471] Allocating IMA MOK and blacklist keyrings.\n[ 0.554587] Key type asymmetric registered\n[ 0.555410] Asymmetric key parser 'x509' registered\n[ 0.556494] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.558245] io scheduler noop registered\n[ 0.559190] io scheduler deadline registered (default)\n[ 0.560402] io scheduler cfq registered\n[ 0.561414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562710] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.564287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.566017] ACPI: Power Button [PWRF]\n[ 0.567024] GHES: HEST is not enabled!\n[ 0.581114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.615904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619433] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643552] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.646019] Linux agpgart interface v0.103\n[ 0.649148] brd: module loaded\n[ 0.650467] loop: module loaded\n[ 0.654229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655966] GPT:90111 != 20971519\n[ 0.656800] GPT:Alternate GPT header not at the end of the disk.\n[ 0.658134] GPT:90111 != 20971519\n[ 0.658937] GPT: Use GNU Parted to correct GPT errors.\n[ 0.660097] vda: vda1 vda15\n[ 0.661757] scsi host0: ata_piix\n[ 0.662628] scsi host1: ata_piix\n[ 0.663462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.664934] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.666645] libphy: Fixed MDIO Bus: probed\n[ 0.667798] tun: Universal TUN/TAP device driver, 1.6\n[ 0.668941] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.671431] PPP generic driver version 2.4.2\n[ 0.672630] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673953] ehci-pci: EHCI PCI platform driver\n[ 0.674938] ehci-platform: EHCI generic platform driver\n[ 0.676036] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677281] ohci-pci: OHCI PCI platform driver\n[ 0.678211] ohci-platform: OHCI generic platform driver\n[ 0.679278] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694387] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.697268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.698463] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.699770] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.700994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.702520] usb usb1: Product: UHCI Host Controller\n[ 0.703823] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.708536] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.710079] hub 1-0:1.0: USB hub found\n[ 0.711376] hub 1-0:1.0: 2 ports detected\n[ 0.712825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.716331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.717825] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.719619] mousedev: PS/2 mouse device common for all mice\n[ 0.721666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724637] rtc_cmos 00:00: RTC can wake from S4\n[ 0.725905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727344] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.728802] i2c /dev entries driver\n[ 0.729722] device-mapper: uevent: version 1.0.3\n[ 0.730848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.732816] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734458] NET: Registered protocol family 10\n[ 0.735674] NET: Registered protocol family 17\n[ 0.736763] Key type dns_resolver registered\n[ 0.737876] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.739221] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.741324] registered taskstats version 1\n[ 0.742366] Loading compiled-in X.509 certificates\n[ 0.744023] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.746402] zswap: loaded using pool lzo/zbud\n[ 0.748022] Key type trusted registered\n[ 0.749550] Key type encrypted registered\n[ 0.750621] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.751968] ima: No TPM chip found, activating TPM-bypass!\n[ 0.753062] evm: HMAC attrs: 0x1\n[ 0.754178] Magic number: 6:90:936\n[ 0.755157] rtc_cmos 00:00: setting system clock to 2018-10-12 12:56:36 UTC (1539348996)\n[ 0.757113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758204] EDD information not available.\n[ 0.820099] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821697] ata1.00: configured for MWDMA2\n[ 0.822914] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.835392] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.836987] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.838561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.840438] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.841928] Write protecting the kernel read-only data: 14336k\n[ 0.843467] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.845246] 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.906238] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-10-12 12:56:50,141 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action used request id req-0e973084-ba6f-4f95-9a29-52e91c030710 2018-10-12 12:56:52,147 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7baf9ba6d0206dc5c136983b27ccd9c4f5cff3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:56:53,227 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:56:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f167d932-e3a3-4219-975c-619335c8f977 x-compute-request-id: req-f167d932-e3a3-4219-975c-619335c8f977 Content-Encoding: gzip Content-Length: 7900 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 493419055 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.150448] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.152090] pid_max: default: 32768 minimum: 301\n[ 0.152973] ACPI: Core revision 20150930\n[ 0.154362] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155656] Security Framework initialized\n[ 0.156460] Yama: becoming mindful.\n[ 0.157183] AppArmor: AppArmor initialized\n[ 0.158070] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159470] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161136] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.162355] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163741] Initializing cgroup subsys io\n[ 0.164549] Initializing cgroup subsys memory\n[ 0.165397] Initializing cgroup subsys devices\n[ 0.166269] Initializing cgroup subsys freezer\n[ 0.167125] Initializing cgroup subsys net_cls\n[ 0.167985] Initializing cgroup subsys perf_event\n[ 0.168884] Initializing cgroup subsys net_prio\n[ 0.169764] Initializing cgroup subsys hugetlb\n[ 0.170627] Initializing cgroup subsys pids\n[ 0.171492] CPU: Physical Processor ID: 0\n[ 0.172979] mce: CPU supports 10 MCE banks\n[ 0.173834] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174819] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185687] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.192307] ftrace: allocating 31920 entries in 125 pages\n[ 0.219624] smpboot: Max logical packages: 1\n[ 0.220473] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.221819] x2apic enabled\n[ 0.222626] Switched APIC routing to physical x2apic.\n[ 0.224364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.225474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.227446] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.229212] KVM setup paravirtual spinlock\n[ 0.230509] x86: Booted up 1 node, 1 CPUs\n[ 0.231308] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232675] devtmpfs: initialized\n[ 0.234411] evm: security.selinux\n[ 0.235105] evm: security.SMACK64\n[ 0.235808] evm: security.SMACK64EXEC\n[ 0.236558] evm: security.SMACK64TRANSMUTE\n[ 0.237359] evm: security.SMACK64MMAP\n[ 0.238102] evm: security.ima\n[ 0.238739] evm: security.capability\n[ 0.239546] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241396] pinctrl core: initialized pinctrl subsystem\n[ 0.242503] RTC time: 12:56:35, date: 10/12/18\n[ 0.243442] NET: Registered protocol family 16\n[ 0.244399] cpuidle: using governor ladder\n[ 0.245206] cpuidle: using governor menu\n[ 0.245977] PCCT header not found.\n[ 0.246726] ACPI: bus type PCI registered\n[ 0.247526] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248756] PCI: Using configuration type 1 for base access\n[ 0.250976] ACPI: Added _OSI(Module Device)\n[ 0.251821] ACPI: Added _OSI(Processor Device)\n[ 0.252672] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255701] ACPI: Interpreter enabled\n[ 0.256460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262318] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264509] ACPI: (supports S0 S5)\n[ 0.265396] ACPI: Using IOAPIC for interrupt routing\n[ 0.266544] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269961] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271334] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272822] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.274264] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276922] acpiphp: Slot [3] registered\n[ 0.277878] acpiphp: Slot [4] registered\n[ 0.278836] acpiphp: Slot [5] registered\n[ 0.279785] acpiphp: Slot [6] registered\n[ 0.280739] acpiphp: Slot [7] registered\n[ 0.281689] acpiphp: Slot [8] registered\n[ 0.282638] acpiphp: Slot [9] registered\n[ 0.283612] acpiphp: Slot [10] registered\n[ 0.284577] acpiphp: Slot [11] registered\n[ 0.285544] acpiphp: Slot [12] registered\n[ 0.286516] acpiphp: Slot [13] registered\n[ 0.287478] acpiphp: Slot [14] registered\n[ 0.288443] acpiphp: Slot [15] registered\n[ 0.299490] acpiphp: Slot [16] registered\n[ 0.300469] acpiphp: Slot [17] registered\n[ 0.301437] acpiphp: Slot [18] registered\n[ 0.302406] acpiphp: Slot [19] registered\n[ 0.303370] acpiphp: Slot [20] registered\n[ 0.304345] acpiphp: Slot [21] registered\n[ 0.305305] acpiphp: Slot [22] registered\n[ 0.306267] acpiphp: Slot [23] registered\n[ 0.307231] acpiphp: Slot [24] registered\n[ 0.308197] acpiphp: Slot [25] registered\n[ 0.309163] acpiphp: Slot [26] registered\n[ 0.310125] acpiphp: Slot [27] registered\n[ 0.311086] acpiphp: Slot [28] registered\n[ 0.312041] acpiphp: Slot [29] registered\n[ 0.313001] acpiphp: Slot [30] registered\n[ 0.313968] acpiphp: Slot [31] registered\n[ 0.314930] PCI host bridge to bus 0000:00\n[ 0.315896] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.317358] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318824] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320554] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.322279] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328868] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.330427] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.331876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333415] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340581] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.342283] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.394084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.395786] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.397441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.399087] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.400694] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.402143] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.403505] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.404781] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.406643] vgaarb: loaded\n[ 0.407354] vgaarb: bridge control possible 0000:00:02.0\n[ 0.408708] SCSI subsystem initialized\n[ 0.409728] ACPI: bus type USB registered\n[ 0.410734] usbcore: registered new interface driver usbfs\n[ 0.412017] usbcore: registered new interface driver hub\n[ 0.413266] usbcore: registered new device driver usb\n[ 0.414419] PCI: Using ACPI for IRQ routing\n[ 0.415491] NetLabel: Initializing\n[ 0.416229] NetLabel: domain hash size = 128\n[ 0.417116] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418224] NetLabel: unlabeled traffic allowed by default\n[ 0.419539] clocksource: Switched to clocksource kvm-clock\n[ 0.425675] AppArmor: AppArmor Filesystem Enabled\n[ 0.426882] pnp: PnP ACPI init\n[ 0.427894] pnp: PnP ACPI: found 5 devices\n[ 0.433934] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.435692] NET: Registered protocol family 2\n[ 0.436662] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.437944] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.439147] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.440336] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.441424] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.442601] NET: Registered protocol family 1\n[ 0.443465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.444574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.445877] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.460147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474687] Trying to unpack rootfs image as initramfs...\n[ 0.525294] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.539297] Scanning for low memory corruption every 60 seconds\n[ 0.540730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.541883] audit: initializing netlink subsys (disabled)\n[ 0.542978] audit: type=2000 audit(1539348996.693:1): initialized\n[ 0.544330] Initialise system trusted keyring\n[ 0.545400] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.546696] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.548676] zbud: loaded\n[ 0.549387] VFS: Disk quotas dquot_6.6.0\n[ 0.550231] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.551777] fuse init (API version 7.23)\n[ 0.552670] Key type big_key registered\n[ 0.553471] Allocating IMA MOK and blacklist keyrings.\n[ 0.554587] Key type asymmetric registered\n[ 0.555410] Asymmetric key parser 'x509' registered\n[ 0.556494] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.558245] io scheduler noop registered\n[ 0.559190] io scheduler deadline registered (default)\n[ 0.560402] io scheduler cfq registered\n[ 0.561414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562710] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.564287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.566017] ACPI: Power Button [PWRF]\n[ 0.567024] GHES: HEST is not enabled!\n[ 0.581114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.615904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619433] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643552] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.646019] Linux agpgart interface v0.103\n[ 0.649148] brd: module loaded\n[ 0.650467] loop: module loaded\n[ 0.654229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655966] GPT:90111 != 20971519\n[ 0.656800] GPT:Alternate GPT header not at the end of the disk.\n[ 0.658134] GPT:90111 != 20971519\n[ 0.658937] GPT: Use GNU Parted to correct GPT errors.\n[ 0.660097] vda: vda1 vda15\n[ 0.661757] scsi host0: ata_piix\n[ 0.662628] scsi host1: ata_piix\n[ 0.663462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.664934] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.666645] libphy: Fixed MDIO Bus: probed\n[ 0.667798] tun: Universal TUN/TAP device driver, 1.6\n[ 0.668941] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.671431] PPP generic driver version 2.4.2\n[ 0.672630] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673953] ehci-pci: EHCI PCI platform driver\n[ 0.674938] ehci-platform: EHCI generic platform driver\n[ 0.676036] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677281] ohci-pci: OHCI PCI platform driver\n[ 0.678211] ohci-platform: OHCI generic platform driver\n[ 0.679278] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694387] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.697268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.698463] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.699770] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.700994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.702520] usb usb1: Product: UHCI Host Controller\n[ 0.703823] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.708536] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.710079] hub 1-0:1.0: USB hub found\n[ 0.711376] hub 1-0:1.0: 2 ports detected\n[ 0.712825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.716331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.717825] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.719619] mousedev: PS/2 mouse device common for all mice\n[ 0.721666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724637] rtc_cmos 00:00: RTC can wake from S4\n[ 0.725905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727344] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.728802] i2c /dev entries driver\n[ 0.729722] device-mapper: uevent: version 1.0.3\n[ 0.730848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.732816] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734458] NET: Registered protocol family 10\n[ 0.735674] NET: Registered protocol family 17\n[ 0.736763] Key type dns_resolver registered\n[ 0.737876] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.739221] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.741324] registered taskstats version 1\n[ 0.742366] Loading compiled-in X.509 certificates\n[ 0.744023] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.746402] zswap: loaded using pool lzo/zbud\n[ 0.748022] Key type trusted registered\n[ 0.749550] Key type encrypted registered\n[ 0.750621] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.751968] ima: No TPM chip found, activating TPM-bypass!\n[ 0.753062] evm: HMAC attrs: 0x1\n[ 0.754178] Magic number: 6:90:936\n[ 0.755157] rtc_cmos 00:00: setting system clock to 2018-10-12 12:56:36 UTC (1539348996)\n[ 0.757113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758204] EDD information not available.\n[ 0.820099] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821697] ata1.00: configured for MWDMA2\n[ 0.822914] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.835392] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.836987] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.838561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.840438] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.841928] Write protecting the kernel read-only data: 14336k\n[ 0.843467] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.845246] 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.906238] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-10-12 12:56:53,228 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action used request id req-f167d932-e3a3-4219-975c-619335c8f977 2018-10-12 12:56:55,233 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7baf9ba6d0206dc5c136983b27ccd9c4f5cff3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:56:56,303 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:56:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a3f6473c-f365-403e-b89c-9e7b81be4fe3 x-compute-request-id: req-a3f6473c-f365-403e-b89c-9e7b81be4fe3 Content-Encoding: gzip Content-Length: 7900 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 493419055 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.150448] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.152090] pid_max: default: 32768 minimum: 301\n[ 0.152973] ACPI: Core revision 20150930\n[ 0.154362] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155656] Security Framework initialized\n[ 0.156460] Yama: becoming mindful.\n[ 0.157183] AppArmor: AppArmor initialized\n[ 0.158070] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159470] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161136] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.162355] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163741] Initializing cgroup subsys io\n[ 0.164549] Initializing cgroup subsys memory\n[ 0.165397] Initializing cgroup subsys devices\n[ 0.166269] Initializing cgroup subsys freezer\n[ 0.167125] Initializing cgroup subsys net_cls\n[ 0.167985] Initializing cgroup subsys perf_event\n[ 0.168884] Initializing cgroup subsys net_prio\n[ 0.169764] Initializing cgroup subsys hugetlb\n[ 0.170627] Initializing cgroup subsys pids\n[ 0.171492] CPU: Physical Processor ID: 0\n[ 0.172979] mce: CPU supports 10 MCE banks\n[ 0.173834] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174819] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185687] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.192307] ftrace: allocating 31920 entries in 125 pages\n[ 0.219624] smpboot: Max logical packages: 1\n[ 0.220473] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.221819] x2apic enabled\n[ 0.222626] Switched APIC routing to physical x2apic.\n[ 0.224364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.225474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.227446] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.229212] KVM setup paravirtual spinlock\n[ 0.230509] x86: Booted up 1 node, 1 CPUs\n[ 0.231308] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232675] devtmpfs: initialized\n[ 0.234411] evm: security.selinux\n[ 0.235105] evm: security.SMACK64\n[ 0.235808] evm: security.SMACK64EXEC\n[ 0.236558] evm: security.SMACK64TRANSMUTE\n[ 0.237359] evm: security.SMACK64MMAP\n[ 0.238102] evm: security.ima\n[ 0.238739] evm: security.capability\n[ 0.239546] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241396] pinctrl core: initialized pinctrl subsystem\n[ 0.242503] RTC time: 12:56:35, date: 10/12/18\n[ 0.243442] NET: Registered protocol family 16\n[ 0.244399] cpuidle: using governor ladder\n[ 0.245206] cpuidle: using governor menu\n[ 0.245977] PCCT header not found.\n[ 0.246726] ACPI: bus type PCI registered\n[ 0.247526] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248756] PCI: Using configuration type 1 for base access\n[ 0.250976] ACPI: Added _OSI(Module Device)\n[ 0.251821] ACPI: Added _OSI(Processor Device)\n[ 0.252672] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255701] ACPI: Interpreter enabled\n[ 0.256460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262318] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264509] ACPI: (supports S0 S5)\n[ 0.265396] ACPI: Using IOAPIC for interrupt routing\n[ 0.266544] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269961] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271334] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272822] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.274264] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276922] acpiphp: Slot [3] registered\n[ 0.277878] acpiphp: Slot [4] registered\n[ 0.278836] acpiphp: Slot [5] registered\n[ 0.279785] acpiphp: Slot [6] registered\n[ 0.280739] acpiphp: Slot [7] registered\n[ 0.281689] acpiphp: Slot [8] registered\n[ 0.282638] acpiphp: Slot [9] registered\n[ 0.283612] acpiphp: Slot [10] registered\n[ 0.284577] acpiphp: Slot [11] registered\n[ 0.285544] acpiphp: Slot [12] registered\n[ 0.286516] acpiphp: Slot [13] registered\n[ 0.287478] acpiphp: Slot [14] registered\n[ 0.288443] acpiphp: Slot [15] registered\n[ 0.299490] acpiphp: Slot [16] registered\n[ 0.300469] acpiphp: Slot [17] registered\n[ 0.301437] acpiphp: Slot [18] registered\n[ 0.302406] acpiphp: Slot [19] registered\n[ 0.303370] acpiphp: Slot [20] registered\n[ 0.304345] acpiphp: Slot [21] registered\n[ 0.305305] acpiphp: Slot [22] registered\n[ 0.306267] acpiphp: Slot [23] registered\n[ 0.307231] acpiphp: Slot [24] registered\n[ 0.308197] acpiphp: Slot [25] registered\n[ 0.309163] acpiphp: Slot [26] registered\n[ 0.310125] acpiphp: Slot [27] registered\n[ 0.311086] acpiphp: Slot [28] registered\n[ 0.312041] acpiphp: Slot [29] registered\n[ 0.313001] acpiphp: Slot [30] registered\n[ 0.313968] acpiphp: Slot [31] registered\n[ 0.314930] PCI host bridge to bus 0000:00\n[ 0.315896] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.317358] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318824] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320554] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.322279] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328868] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.330427] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.331876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333415] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340581] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.342283] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.394084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.395786] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.397441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.399087] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.400694] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.402143] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.403505] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.404781] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.406643] vgaarb: loaded\n[ 0.407354] vgaarb: bridge control possible 0000:00:02.0\n[ 0.408708] SCSI subsystem initialized\n[ 0.409728] ACPI: bus type USB registered\n[ 0.410734] usbcore: registered new interface driver usbfs\n[ 0.412017] usbcore: registered new interface driver hub\n[ 0.413266] usbcore: registered new device driver usb\n[ 0.414419] PCI: Using ACPI for IRQ routing\n[ 0.415491] NetLabel: Initializing\n[ 0.416229] NetLabel: domain hash size = 128\n[ 0.417116] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418224] NetLabel: unlabeled traffic allowed by default\n[ 0.419539] clocksource: Switched to clocksource kvm-clock\n[ 0.425675] AppArmor: AppArmor Filesystem Enabled\n[ 0.426882] pnp: PnP ACPI init\n[ 0.427894] pnp: PnP ACPI: found 5 devices\n[ 0.433934] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.435692] NET: Registered protocol family 2\n[ 0.436662] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.437944] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.439147] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.440336] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.441424] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.442601] NET: Registered protocol family 1\n[ 0.443465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.444574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.445877] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.460147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474687] Trying to unpack rootfs image as initramfs...\n[ 0.525294] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.539297] Scanning for low memory corruption every 60 seconds\n[ 0.540730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.541883] audit: initializing netlink subsys (disabled)\n[ 0.542978] audit: type=2000 audit(1539348996.693:1): initialized\n[ 0.544330] Initialise system trusted keyring\n[ 0.545400] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.546696] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.548676] zbud: loaded\n[ 0.549387] VFS: Disk quotas dquot_6.6.0\n[ 0.550231] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.551777] fuse init (API version 7.23)\n[ 0.552670] Key type big_key registered\n[ 0.553471] Allocating IMA MOK and blacklist keyrings.\n[ 0.554587] Key type asymmetric registered\n[ 0.555410] Asymmetric key parser 'x509' registered\n[ 0.556494] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.558245] io scheduler noop registered\n[ 0.559190] io scheduler deadline registered (default)\n[ 0.560402] io scheduler cfq registered\n[ 0.561414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562710] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.564287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.566017] ACPI: Power Button [PWRF]\n[ 0.567024] GHES: HEST is not enabled!\n[ 0.581114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.615904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619433] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643552] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.646019] Linux agpgart interface v0.103\n[ 0.649148] brd: module loaded\n[ 0.650467] loop: module loaded\n[ 0.654229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655966] GPT:90111 != 20971519\n[ 0.656800] GPT:Alternate GPT header not at the end of the disk.\n[ 0.658134] GPT:90111 != 20971519\n[ 0.658937] GPT: Use GNU Parted to correct GPT errors.\n[ 0.660097] vda: vda1 vda15\n[ 0.661757] scsi host0: ata_piix\n[ 0.662628] scsi host1: ata_piix\n[ 0.663462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.664934] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.666645] libphy: Fixed MDIO Bus: probed\n[ 0.667798] tun: Universal TUN/TAP device driver, 1.6\n[ 0.668941] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.671431] PPP generic driver version 2.4.2\n[ 0.672630] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673953] ehci-pci: EHCI PCI platform driver\n[ 0.674938] ehci-platform: EHCI generic platform driver\n[ 0.676036] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677281] ohci-pci: OHCI PCI platform driver\n[ 0.678211] ohci-platform: OHCI generic platform driver\n[ 0.679278] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694387] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.697268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.698463] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.699770] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.700994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.702520] usb usb1: Product: UHCI Host Controller\n[ 0.703823] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.708536] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.710079] hub 1-0:1.0: USB hub found\n[ 0.711376] hub 1-0:1.0: 2 ports detected\n[ 0.712825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.716331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.717825] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.719619] mousedev: PS/2 mouse device common for all mice\n[ 0.721666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724637] rtc_cmos 00:00: RTC can wake from S4\n[ 0.725905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727344] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.728802] i2c /dev entries driver\n[ 0.729722] device-mapper: uevent: version 1.0.3\n[ 0.730848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.732816] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734458] NET: Registered protocol family 10\n[ 0.735674] NET: Registered protocol family 17\n[ 0.736763] Key type dns_resolver registered\n[ 0.737876] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.739221] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.741324] registered taskstats version 1\n[ 0.742366] Loading compiled-in X.509 certificates\n[ 0.744023] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.746402] zswap: loaded using pool lzo/zbud\n[ 0.748022] Key type trusted registered\n[ 0.749550] Key type encrypted registered\n[ 0.750621] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.751968] ima: No TPM chip found, activating TPM-bypass!\n[ 0.753062] evm: HMAC attrs: 0x1\n[ 0.754178] Magic number: 6:90:936\n[ 0.755157] rtc_cmos 00:00: setting system clock to 2018-10-12 12:56:36 UTC (1539348996)\n[ 0.757113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758204] EDD information not available.\n[ 0.820099] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821697] ata1.00: configured for MWDMA2\n[ 0.822914] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.835392] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.836987] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.838561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.840438] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.841928] Write protecting the kernel read-only data: 14336k\n[ 0.843467] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.845246] 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.906238] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-10-12 12:56:56,303 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action used request id req-a3f6473c-f365-403e-b89c-9e7b81be4fe3 2018-10-12 12:56:58,311 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7baf9ba6d0206dc5c136983b27ccd9c4f5cff3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:56:59,383 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:56: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-8864b242-eebd-4a98-8c7e-c080406e5415 x-compute-request-id: req-8864b242-eebd-4a98-8c7e-c080406e5415 Content-Encoding: gzip Content-Length: 7900 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 493419055 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.150448] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.152090] pid_max: default: 32768 minimum: 301\n[ 0.152973] ACPI: Core revision 20150930\n[ 0.154362] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155656] Security Framework initialized\n[ 0.156460] Yama: becoming mindful.\n[ 0.157183] AppArmor: AppArmor initialized\n[ 0.158070] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159470] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161136] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.162355] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163741] Initializing cgroup subsys io\n[ 0.164549] Initializing cgroup subsys memory\n[ 0.165397] Initializing cgroup subsys devices\n[ 0.166269] Initializing cgroup subsys freezer\n[ 0.167125] Initializing cgroup subsys net_cls\n[ 0.167985] Initializing cgroup subsys perf_event\n[ 0.168884] Initializing cgroup subsys net_prio\n[ 0.169764] Initializing cgroup subsys hugetlb\n[ 0.170627] Initializing cgroup subsys pids\n[ 0.171492] CPU: Physical Processor ID: 0\n[ 0.172979] mce: CPU supports 10 MCE banks\n[ 0.173834] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174819] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185687] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.192307] ftrace: allocating 31920 entries in 125 pages\n[ 0.219624] smpboot: Max logical packages: 1\n[ 0.220473] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.221819] x2apic enabled\n[ 0.222626] Switched APIC routing to physical x2apic.\n[ 0.224364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.225474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.227446] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.229212] KVM setup paravirtual spinlock\n[ 0.230509] x86: Booted up 1 node, 1 CPUs\n[ 0.231308] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232675] devtmpfs: initialized\n[ 0.234411] evm: security.selinux\n[ 0.235105] evm: security.SMACK64\n[ 0.235808] evm: security.SMACK64EXEC\n[ 0.236558] evm: security.SMACK64TRANSMUTE\n[ 0.237359] evm: security.SMACK64MMAP\n[ 0.238102] evm: security.ima\n[ 0.238739] evm: security.capability\n[ 0.239546] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241396] pinctrl core: initialized pinctrl subsystem\n[ 0.242503] RTC time: 12:56:35, date: 10/12/18\n[ 0.243442] NET: Registered protocol family 16\n[ 0.244399] cpuidle: using governor ladder\n[ 0.245206] cpuidle: using governor menu\n[ 0.245977] PCCT header not found.\n[ 0.246726] ACPI: bus type PCI registered\n[ 0.247526] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248756] PCI: Using configuration type 1 for base access\n[ 0.250976] ACPI: Added _OSI(Module Device)\n[ 0.251821] ACPI: Added _OSI(Processor Device)\n[ 0.252672] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255701] ACPI: Interpreter enabled\n[ 0.256460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262318] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264509] ACPI: (supports S0 S5)\n[ 0.265396] ACPI: Using IOAPIC for interrupt routing\n[ 0.266544] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269961] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271334] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272822] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.274264] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276922] acpiphp: Slot [3] registered\n[ 0.277878] acpiphp: Slot [4] registered\n[ 0.278836] acpiphp: Slot [5] registered\n[ 0.279785] acpiphp: Slot [6] registered\n[ 0.280739] acpiphp: Slot [7] registered\n[ 0.281689] acpiphp: Slot [8] registered\n[ 0.282638] acpiphp: Slot [9] registered\n[ 0.283612] acpiphp: Slot [10] registered\n[ 0.284577] acpiphp: Slot [11] registered\n[ 0.285544] acpiphp: Slot [12] registered\n[ 0.286516] acpiphp: Slot [13] registered\n[ 0.287478] acpiphp: Slot [14] registered\n[ 0.288443] acpiphp: Slot [15] registered\n[ 0.299490] acpiphp: Slot [16] registered\n[ 0.300469] acpiphp: Slot [17] registered\n[ 0.301437] acpiphp: Slot [18] registered\n[ 0.302406] acpiphp: Slot [19] registered\n[ 0.303370] acpiphp: Slot [20] registered\n[ 0.304345] acpiphp: Slot [21] registered\n[ 0.305305] acpiphp: Slot [22] registered\n[ 0.306267] acpiphp: Slot [23] registered\n[ 0.307231] acpiphp: Slot [24] registered\n[ 0.308197] acpiphp: Slot [25] registered\n[ 0.309163] acpiphp: Slot [26] registered\n[ 0.310125] acpiphp: Slot [27] registered\n[ 0.311086] acpiphp: Slot [28] registered\n[ 0.312041] acpiphp: Slot [29] registered\n[ 0.313001] acpiphp: Slot [30] registered\n[ 0.313968] acpiphp: Slot [31] registered\n[ 0.314930] PCI host bridge to bus 0000:00\n[ 0.315896] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.317358] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318824] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320554] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.322279] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328868] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.330427] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.331876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333415] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340581] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.342283] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.394084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.395786] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.397441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.399087] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.400694] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.402143] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.403505] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.404781] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.406643] vgaarb: loaded\n[ 0.407354] vgaarb: bridge control possible 0000:00:02.0\n[ 0.408708] SCSI subsystem initialized\n[ 0.409728] ACPI: bus type USB registered\n[ 0.410734] usbcore: registered new interface driver usbfs\n[ 0.412017] usbcore: registered new interface driver hub\n[ 0.413266] usbcore: registered new device driver usb\n[ 0.414419] PCI: Using ACPI for IRQ routing\n[ 0.415491] NetLabel: Initializing\n[ 0.416229] NetLabel: domain hash size = 128\n[ 0.417116] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418224] NetLabel: unlabeled traffic allowed by default\n[ 0.419539] clocksource: Switched to clocksource kvm-clock\n[ 0.425675] AppArmor: AppArmor Filesystem Enabled\n[ 0.426882] pnp: PnP ACPI init\n[ 0.427894] pnp: PnP ACPI: found 5 devices\n[ 0.433934] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.435692] NET: Registered protocol family 2\n[ 0.436662] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.437944] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.439147] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.440336] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.441424] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.442601] NET: Registered protocol family 1\n[ 0.443465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.444574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.445877] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.460147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474687] Trying to unpack rootfs image as initramfs...\n[ 0.525294] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.539297] Scanning for low memory corruption every 60 seconds\n[ 0.540730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.541883] audit: initializing netlink subsys (disabled)\n[ 0.542978] audit: type=2000 audit(1539348996.693:1): initialized\n[ 0.544330] Initialise system trusted keyring\n[ 0.545400] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.546696] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.548676] zbud: loaded\n[ 0.549387] VFS: Disk quotas dquot_6.6.0\n[ 0.550231] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.551777] fuse init (API version 7.23)\n[ 0.552670] Key type big_key registered\n[ 0.553471] Allocating IMA MOK and blacklist keyrings.\n[ 0.554587] Key type asymmetric registered\n[ 0.555410] Asymmetric key parser 'x509' registered\n[ 0.556494] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.558245] io scheduler noop registered\n[ 0.559190] io scheduler deadline registered (default)\n[ 0.560402] io scheduler cfq registered\n[ 0.561414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562710] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.564287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.566017] ACPI: Power Button [PWRF]\n[ 0.567024] GHES: HEST is not enabled!\n[ 0.581114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.615904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619433] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643552] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.646019] Linux agpgart interface v0.103\n[ 0.649148] brd: module loaded\n[ 0.650467] loop: module loaded\n[ 0.654229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655966] GPT:90111 != 20971519\n[ 0.656800] GPT:Alternate GPT header not at the end of the disk.\n[ 0.658134] GPT:90111 != 20971519\n[ 0.658937] GPT: Use GNU Parted to correct GPT errors.\n[ 0.660097] vda: vda1 vda15\n[ 0.661757] scsi host0: ata_piix\n[ 0.662628] scsi host1: ata_piix\n[ 0.663462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.664934] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.666645] libphy: Fixed MDIO Bus: probed\n[ 0.667798] tun: Universal TUN/TAP device driver, 1.6\n[ 0.668941] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.671431] PPP generic driver version 2.4.2\n[ 0.672630] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673953] ehci-pci: EHCI PCI platform driver\n[ 0.674938] ehci-platform: EHCI generic platform driver\n[ 0.676036] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677281] ohci-pci: OHCI PCI platform driver\n[ 0.678211] ohci-platform: OHCI generic platform driver\n[ 0.679278] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694387] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.697268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.698463] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.699770] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.700994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.702520] usb usb1: Product: UHCI Host Controller\n[ 0.703823] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.708536] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.710079] hub 1-0:1.0: USB hub found\n[ 0.711376] hub 1-0:1.0: 2 ports detected\n[ 0.712825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.716331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.717825] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.719619] mousedev: PS/2 mouse device common for all mice\n[ 0.721666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724637] rtc_cmos 00:00: RTC can wake from S4\n[ 0.725905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727344] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.728802] i2c /dev entries driver\n[ 0.729722] device-mapper: uevent: version 1.0.3\n[ 0.730848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.732816] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734458] NET: Registered protocol family 10\n[ 0.735674] NET: Registered protocol family 17\n[ 0.736763] Key type dns_resolver registered\n[ 0.737876] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.739221] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.741324] registered taskstats version 1\n[ 0.742366] Loading compiled-in X.509 certificates\n[ 0.744023] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.746402] zswap: loaded using pool lzo/zbud\n[ 0.748022] Key type trusted registered\n[ 0.749550] Key type encrypted registered\n[ 0.750621] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.751968] ima: No TPM chip found, activating TPM-bypass!\n[ 0.753062] evm: HMAC attrs: 0x1\n[ 0.754178] Magic number: 6:90:936\n[ 0.755157] rtc_cmos 00:00: setting system clock to 2018-10-12 12:56:36 UTC (1539348996)\n[ 0.757113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758204] EDD information not available.\n[ 0.820099] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821697] ata1.00: configured for MWDMA2\n[ 0.822914] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.835392] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.836987] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.838561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.840438] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.841928] Write protecting the kernel read-only data: 14336k\n[ 0.843467] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.845246] 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.906238] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-10-12 12:56:59,383 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action used request id req-8864b242-eebd-4a98-8c7e-c080406e5415 2018-10-12 12:57:01,389 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7baf9ba6d0206dc5c136983b27ccd9c4f5cff3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:57:02,476 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:57: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-e34267dd-b1d4-499d-875a-9a84a36b509c x-compute-request-id: req-e34267dd-b1d4-499d-875a-9a84a36b509c Content-Encoding: gzip Content-Length: 7900 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 493419055 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.150448] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.152090] pid_max: default: 32768 minimum: 301\n[ 0.152973] ACPI: Core revision 20150930\n[ 0.154362] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155656] Security Framework initialized\n[ 0.156460] Yama: becoming mindful.\n[ 0.157183] AppArmor: AppArmor initialized\n[ 0.158070] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159470] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161136] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.162355] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163741] Initializing cgroup subsys io\n[ 0.164549] Initializing cgroup subsys memory\n[ 0.165397] Initializing cgroup subsys devices\n[ 0.166269] Initializing cgroup subsys freezer\n[ 0.167125] Initializing cgroup subsys net_cls\n[ 0.167985] Initializing cgroup subsys perf_event\n[ 0.168884] Initializing cgroup subsys net_prio\n[ 0.169764] Initializing cgroup subsys hugetlb\n[ 0.170627] Initializing cgroup subsys pids\n[ 0.171492] CPU: Physical Processor ID: 0\n[ 0.172979] mce: CPU supports 10 MCE banks\n[ 0.173834] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174819] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185687] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.192307] ftrace: allocating 31920 entries in 125 pages\n[ 0.219624] smpboot: Max logical packages: 1\n[ 0.220473] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.221819] x2apic enabled\n[ 0.222626] Switched APIC routing to physical x2apic.\n[ 0.224364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.225474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.227446] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.229212] KVM setup paravirtual spinlock\n[ 0.230509] x86: Booted up 1 node, 1 CPUs\n[ 0.231308] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232675] devtmpfs: initialized\n[ 0.234411] evm: security.selinux\n[ 0.235105] evm: security.SMACK64\n[ 0.235808] evm: security.SMACK64EXEC\n[ 0.236558] evm: security.SMACK64TRANSMUTE\n[ 0.237359] evm: security.SMACK64MMAP\n[ 0.238102] evm: security.ima\n[ 0.238739] evm: security.capability\n[ 0.239546] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241396] pinctrl core: initialized pinctrl subsystem\n[ 0.242503] RTC time: 12:56:35, date: 10/12/18\n[ 0.243442] NET: Registered protocol family 16\n[ 0.244399] cpuidle: using governor ladder\n[ 0.245206] cpuidle: using governor menu\n[ 0.245977] PCCT header not found.\n[ 0.246726] ACPI: bus type PCI registered\n[ 0.247526] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248756] PCI: Using configuration type 1 for base access\n[ 0.250976] ACPI: Added _OSI(Module Device)\n[ 0.251821] ACPI: Added _OSI(Processor Device)\n[ 0.252672] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255701] ACPI: Interpreter enabled\n[ 0.256460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262318] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264509] ACPI: (supports S0 S5)\n[ 0.265396] ACPI: Using IOAPIC for interrupt routing\n[ 0.266544] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269961] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271334] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272822] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.274264] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276922] acpiphp: Slot [3] registered\n[ 0.277878] acpiphp: Slot [4] registered\n[ 0.278836] acpiphp: Slot [5] registered\n[ 0.279785] acpiphp: Slot [6] registered\n[ 0.280739] acpiphp: Slot [7] registered\n[ 0.281689] acpiphp: Slot [8] registered\n[ 0.282638] acpiphp: Slot [9] registered\n[ 0.283612] acpiphp: Slot [10] registered\n[ 0.284577] acpiphp: Slot [11] registered\n[ 0.285544] acpiphp: Slot [12] registered\n[ 0.286516] acpiphp: Slot [13] registered\n[ 0.287478] acpiphp: Slot [14] registered\n[ 0.288443] acpiphp: Slot [15] registered\n[ 0.299490] acpiphp: Slot [16] registered\n[ 0.300469] acpiphp: Slot [17] registered\n[ 0.301437] acpiphp: Slot [18] registered\n[ 0.302406] acpiphp: Slot [19] registered\n[ 0.303370] acpiphp: Slot [20] registered\n[ 0.304345] acpiphp: Slot [21] registered\n[ 0.305305] acpiphp: Slot [22] registered\n[ 0.306267] acpiphp: Slot [23] registered\n[ 0.307231] acpiphp: Slot [24] registered\n[ 0.308197] acpiphp: Slot [25] registered\n[ 0.309163] acpiphp: Slot [26] registered\n[ 0.310125] acpiphp: Slot [27] registered\n[ 0.311086] acpiphp: Slot [28] registered\n[ 0.312041] acpiphp: Slot [29] registered\n[ 0.313001] acpiphp: Slot [30] registered\n[ 0.313968] acpiphp: Slot [31] registered\n[ 0.314930] PCI host bridge to bus 0000:00\n[ 0.315896] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.317358] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318824] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320554] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.322279] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328868] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.330427] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.331876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333415] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340581] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.342283] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.394084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.395786] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.397441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.399087] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.400694] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.402143] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.403505] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.404781] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.406643] vgaarb: loaded\n[ 0.407354] vgaarb: bridge control possible 0000:00:02.0\n[ 0.408708] SCSI subsystem initialized\n[ 0.409728] ACPI: bus type USB registered\n[ 0.410734] usbcore: registered new interface driver usbfs\n[ 0.412017] usbcore: registered new interface driver hub\n[ 0.413266] usbcore: registered new device driver usb\n[ 0.414419] PCI: Using ACPI for IRQ routing\n[ 0.415491] NetLabel: Initializing\n[ 0.416229] NetLabel: domain hash size = 128\n[ 0.417116] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418224] NetLabel: unlabeled traffic allowed by default\n[ 0.419539] clocksource: Switched to clocksource kvm-clock\n[ 0.425675] AppArmor: AppArmor Filesystem Enabled\n[ 0.426882] pnp: PnP ACPI init\n[ 0.427894] pnp: PnP ACPI: found 5 devices\n[ 0.433934] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.435692] NET: Registered protocol family 2\n[ 0.436662] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.437944] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.439147] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.440336] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.441424] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.442601] NET: Registered protocol family 1\n[ 0.443465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.444574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.445877] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.460147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474687] Trying to unpack rootfs image as initramfs...\n[ 0.525294] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.539297] Scanning for low memory corruption every 60 seconds\n[ 0.540730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.541883] audit: initializing netlink subsys (disabled)\n[ 0.542978] audit: type=2000 audit(1539348996.693:1): initialized\n[ 0.544330] Initialise system trusted keyring\n[ 0.545400] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.546696] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.548676] zbud: loaded\n[ 0.549387] VFS: Disk quotas dquot_6.6.0\n[ 0.550231] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.551777] fuse init (API version 7.23)\n[ 0.552670] Key type big_key registered\n[ 0.553471] Allocating IMA MOK and blacklist keyrings.\n[ 0.554587] Key type asymmetric registered\n[ 0.555410] Asymmetric key parser 'x509' registered\n[ 0.556494] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.558245] io scheduler noop registered\n[ 0.559190] io scheduler deadline registered (default)\n[ 0.560402] io scheduler cfq registered\n[ 0.561414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562710] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.564287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.566017] ACPI: Power Button [PWRF]\n[ 0.567024] GHES: HEST is not enabled!\n[ 0.581114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.615904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619433] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643552] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.646019] Linux agpgart interface v0.103\n[ 0.649148] brd: module loaded\n[ 0.650467] loop: module loaded\n[ 0.654229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655966] GPT:90111 != 20971519\n[ 0.656800] GPT:Alternate GPT header not at the end of the disk.\n[ 0.658134] GPT:90111 != 20971519\n[ 0.658937] GPT: Use GNU Parted to correct GPT errors.\n[ 0.660097] vda: vda1 vda15\n[ 0.661757] scsi host0: ata_piix\n[ 0.662628] scsi host1: ata_piix\n[ 0.663462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.664934] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.666645] libphy: Fixed MDIO Bus: probed\n[ 0.667798] tun: Universal TUN/TAP device driver, 1.6\n[ 0.668941] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.671431] PPP generic driver version 2.4.2\n[ 0.672630] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673953] ehci-pci: EHCI PCI platform driver\n[ 0.674938] ehci-platform: EHCI generic platform driver\n[ 0.676036] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677281] ohci-pci: OHCI PCI platform driver\n[ 0.678211] ohci-platform: OHCI generic platform driver\n[ 0.679278] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694387] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.697268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.698463] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.699770] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.700994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.702520] usb usb1: Product: UHCI Host Controller\n[ 0.703823] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.708536] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.710079] hub 1-0:1.0: USB hub found\n[ 0.711376] hub 1-0:1.0: 2 ports detected\n[ 0.712825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.716331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.717825] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.719619] mousedev: PS/2 mouse device common for all mice\n[ 0.721666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724637] rtc_cmos 00:00: RTC can wake from S4\n[ 0.725905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727344] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.728802] i2c /dev entries driver\n[ 0.729722] device-mapper: uevent: version 1.0.3\n[ 0.730848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.732816] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734458] NET: Registered protocol family 10\n[ 0.735674] NET: Registered protocol family 17\n[ 0.736763] Key type dns_resolver registered\n[ 0.737876] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.739221] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.741324] registered taskstats version 1\n[ 0.742366] Loading compiled-in X.509 certificates\n[ 0.744023] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.746402] zswap: loaded using pool lzo/zbud\n[ 0.748022] Key type trusted registered\n[ 0.749550] Key type encrypted registered\n[ 0.750621] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.751968] ima: No TPM chip found, activating TPM-bypass!\n[ 0.753062] evm: HMAC attrs: 0x1\n[ 0.754178] Magic number: 6:90:936\n[ 0.755157] rtc_cmos 00:00: setting system clock to 2018-10-12 12:56:36 UTC (1539348996)\n[ 0.757113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758204] EDD information not available.\n[ 0.820099] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821697] ata1.00: configured for MWDMA2\n[ 0.822914] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.835392] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.836987] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.838561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.840438] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.841928] Write protecting the kernel read-only data: 14336k\n[ 0.843467] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.845246] 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.906238] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-10-12 12:57:02,476 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action used request id req-e34267dd-b1d4-499d-875a-9a84a36b509c 2018-10-12 12:57:04,482 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7baf9ba6d0206dc5c136983b27ccd9c4f5cff3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:57:05,552 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:57: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-8b3dae8d-0300-442a-a3f1-676640f36be8 x-compute-request-id: req-8b3dae8d-0300-442a-a3f1-676640f36be8 Content-Encoding: gzip Content-Length: 7900 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 493419055 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.150448] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.152090] pid_max: default: 32768 minimum: 301\n[ 0.152973] ACPI: Core revision 20150930\n[ 0.154362] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155656] Security Framework initialized\n[ 0.156460] Yama: becoming mindful.\n[ 0.157183] AppArmor: AppArmor initialized\n[ 0.158070] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159470] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161136] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.162355] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163741] Initializing cgroup subsys io\n[ 0.164549] Initializing cgroup subsys memory\n[ 0.165397] Initializing cgroup subsys devices\n[ 0.166269] Initializing cgroup subsys freezer\n[ 0.167125] Initializing cgroup subsys net_cls\n[ 0.167985] Initializing cgroup subsys perf_event\n[ 0.168884] Initializing cgroup subsys net_prio\n[ 0.169764] Initializing cgroup subsys hugetlb\n[ 0.170627] Initializing cgroup subsys pids\n[ 0.171492] CPU: Physical Processor ID: 0\n[ 0.172979] mce: CPU supports 10 MCE banks\n[ 0.173834] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174819] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185687] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.192307] ftrace: allocating 31920 entries in 125 pages\n[ 0.219624] smpboot: Max logical packages: 1\n[ 0.220473] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.221819] x2apic enabled\n[ 0.222626] Switched APIC routing to physical x2apic.\n[ 0.224364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.225474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.227446] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.229212] KVM setup paravirtual spinlock\n[ 0.230509] x86: Booted up 1 node, 1 CPUs\n[ 0.231308] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232675] devtmpfs: initialized\n[ 0.234411] evm: security.selinux\n[ 0.235105] evm: security.SMACK64\n[ 0.235808] evm: security.SMACK64EXEC\n[ 0.236558] evm: security.SMACK64TRANSMUTE\n[ 0.237359] evm: security.SMACK64MMAP\n[ 0.238102] evm: security.ima\n[ 0.238739] evm: security.capability\n[ 0.239546] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241396] pinctrl core: initialized pinctrl subsystem\n[ 0.242503] RTC time: 12:56:35, date: 10/12/18\n[ 0.243442] NET: Registered protocol family 16\n[ 0.244399] cpuidle: using governor ladder\n[ 0.245206] cpuidle: using governor menu\n[ 0.245977] PCCT header not found.\n[ 0.246726] ACPI: bus type PCI registered\n[ 0.247526] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248756] PCI: Using configuration type 1 for base access\n[ 0.250976] ACPI: Added _OSI(Module Device)\n[ 0.251821] ACPI: Added _OSI(Processor Device)\n[ 0.252672] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255701] ACPI: Interpreter enabled\n[ 0.256460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262318] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264509] ACPI: (supports S0 S5)\n[ 0.265396] ACPI: Using IOAPIC for interrupt routing\n[ 0.266544] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269961] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271334] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272822] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.274264] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276922] acpiphp: Slot [3] registered\n[ 0.277878] acpiphp: Slot [4] registered\n[ 0.278836] acpiphp: Slot [5] registered\n[ 0.279785] acpiphp: Slot [6] registered\n[ 0.280739] acpiphp: Slot [7] registered\n[ 0.281689] acpiphp: Slot [8] registered\n[ 0.282638] acpiphp: Slot [9] registered\n[ 0.283612] acpiphp: Slot [10] registered\n[ 0.284577] acpiphp: Slot [11] registered\n[ 0.285544] acpiphp: Slot [12] registered\n[ 0.286516] acpiphp: Slot [13] registered\n[ 0.287478] acpiphp: Slot [14] registered\n[ 0.288443] acpiphp: Slot [15] registered\n[ 0.299490] acpiphp: Slot [16] registered\n[ 0.300469] acpiphp: Slot [17] registered\n[ 0.301437] acpiphp: Slot [18] registered\n[ 0.302406] acpiphp: Slot [19] registered\n[ 0.303370] acpiphp: Slot [20] registered\n[ 0.304345] acpiphp: Slot [21] registered\n[ 0.305305] acpiphp: Slot [22] registered\n[ 0.306267] acpiphp: Slot [23] registered\n[ 0.307231] acpiphp: Slot [24] registered\n[ 0.308197] acpiphp: Slot [25] registered\n[ 0.309163] acpiphp: Slot [26] registered\n[ 0.310125] acpiphp: Slot [27] registered\n[ 0.311086] acpiphp: Slot [28] registered\n[ 0.312041] acpiphp: Slot [29] registered\n[ 0.313001] acpiphp: Slot [30] registered\n[ 0.313968] acpiphp: Slot [31] registered\n[ 0.314930] PCI host bridge to bus 0000:00\n[ 0.315896] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.317358] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318824] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320554] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.322279] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328868] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.330427] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.331876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333415] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340581] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.342283] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.394084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.395786] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.397441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.399087] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.400694] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.402143] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.403505] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.404781] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.406643] vgaarb: loaded\n[ 0.407354] vgaarb: bridge control possible 0000:00:02.0\n[ 0.408708] SCSI subsystem initialized\n[ 0.409728] ACPI: bus type USB registered\n[ 0.410734] usbcore: registered new interface driver usbfs\n[ 0.412017] usbcore: registered new interface driver hub\n[ 0.413266] usbcore: registered new device driver usb\n[ 0.414419] PCI: Using ACPI for IRQ routing\n[ 0.415491] NetLabel: Initializing\n[ 0.416229] NetLabel: domain hash size = 128\n[ 0.417116] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418224] NetLabel: unlabeled traffic allowed by default\n[ 0.419539] clocksource: Switched to clocksource kvm-clock\n[ 0.425675] AppArmor: AppArmor Filesystem Enabled\n[ 0.426882] pnp: PnP ACPI init\n[ 0.427894] pnp: PnP ACPI: found 5 devices\n[ 0.433934] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.435692] NET: Registered protocol family 2\n[ 0.436662] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.437944] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.439147] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.440336] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.441424] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.442601] NET: Registered protocol family 1\n[ 0.443465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.444574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.445877] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.460147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474687] Trying to unpack rootfs image as initramfs...\n[ 0.525294] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.539297] Scanning for low memory corruption every 60 seconds\n[ 0.540730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.541883] audit: initializing netlink subsys (disabled)\n[ 0.542978] audit: type=2000 audit(1539348996.693:1): initialized\n[ 0.544330] Initialise system trusted keyring\n[ 0.545400] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.546696] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.548676] zbud: loaded\n[ 0.549387] VFS: Disk quotas dquot_6.6.0\n[ 0.550231] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.551777] fuse init (API version 7.23)\n[ 0.552670] Key type big_key registered\n[ 0.553471] Allocating IMA MOK and blacklist keyrings.\n[ 0.554587] Key type asymmetric registered\n[ 0.555410] Asymmetric key parser 'x509' registered\n[ 0.556494] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.558245] io scheduler noop registered\n[ 0.559190] io scheduler deadline registered (default)\n[ 0.560402] io scheduler cfq registered\n[ 0.561414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562710] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.564287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.566017] ACPI: Power Button [PWRF]\n[ 0.567024] GHES: HEST is not enabled!\n[ 0.581114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.615904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619433] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643552] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.646019] Linux agpgart interface v0.103\n[ 0.649148] brd: module loaded\n[ 0.650467] loop: module loaded\n[ 0.654229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655966] GPT:90111 != 20971519\n[ 0.656800] GPT:Alternate GPT header not at the end of the disk.\n[ 0.658134] GPT:90111 != 20971519\n[ 0.658937] GPT: Use GNU Parted to correct GPT errors.\n[ 0.660097] vda: vda1 vda15\n[ 0.661757] scsi host0: ata_piix\n[ 0.662628] scsi host1: ata_piix\n[ 0.663462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.664934] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.666645] libphy: Fixed MDIO Bus: probed\n[ 0.667798] tun: Universal TUN/TAP device driver, 1.6\n[ 0.668941] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.671431] PPP generic driver version 2.4.2\n[ 0.672630] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673953] ehci-pci: EHCI PCI platform driver\n[ 0.674938] ehci-platform: EHCI generic platform driver\n[ 0.676036] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677281] ohci-pci: OHCI PCI platform driver\n[ 0.678211] ohci-platform: OHCI generic platform driver\n[ 0.679278] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694387] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.697268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.698463] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.699770] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.700994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.702520] usb usb1: Product: UHCI Host Controller\n[ 0.703823] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.708536] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.710079] hub 1-0:1.0: USB hub found\n[ 0.711376] hub 1-0:1.0: 2 ports detected\n[ 0.712825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.716331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.717825] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.719619] mousedev: PS/2 mouse device common for all mice\n[ 0.721666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724637] rtc_cmos 00:00: RTC can wake from S4\n[ 0.725905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727344] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.728802] i2c /dev entries driver\n[ 0.729722] device-mapper: uevent: version 1.0.3\n[ 0.730848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.732816] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734458] NET: Registered protocol family 10\n[ 0.735674] NET: Registered protocol family 17\n[ 0.736763] Key type dns_resolver registered\n[ 0.737876] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.739221] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.741324] registered taskstats version 1\n[ 0.742366] Loading compiled-in X.509 certificates\n[ 0.744023] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.746402] zswap: loaded using pool lzo/zbud\n[ 0.748022] Key type trusted registered\n[ 0.749550] Key type encrypted registered\n[ 0.750621] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.751968] ima: No TPM chip found, activating TPM-bypass!\n[ 0.753062] evm: HMAC attrs: 0x1\n[ 0.754178] Magic number: 6:90:936\n[ 0.755157] rtc_cmos 00:00: setting system clock to 2018-10-12 12:56:36 UTC (1539348996)\n[ 0.757113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758204] EDD information not available.\n[ 0.820099] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821697] ata1.00: configured for MWDMA2\n[ 0.822914] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.835392] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.836987] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.838561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.840438] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.841928] Write protecting the kernel read-only data: 14336k\n[ 0.843467] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.845246] 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.906238] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-10-12 12:57:05,553 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action used request id req-8b3dae8d-0300-442a-a3f1-676640f36be8 2018-10-12 12:57:07,558 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7baf9ba6d0206dc5c136983b27ccd9c4f5cff3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:57:08,630 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:57: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-642f8b08-4222-42c0-b910-becfb315de44 x-compute-request-id: req-642f8b08-4222-42c0-b910-becfb315de44 Content-Encoding: gzip Content-Length: 7900 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 493419055 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.150448] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.152090] pid_max: default: 32768 minimum: 301\n[ 0.152973] ACPI: Core revision 20150930\n[ 0.154362] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155656] Security Framework initialized\n[ 0.156460] Yama: becoming mindful.\n[ 0.157183] AppArmor: AppArmor initialized\n[ 0.158070] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159470] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161136] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.162355] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163741] Initializing cgroup subsys io\n[ 0.164549] Initializing cgroup subsys memory\n[ 0.165397] Initializing cgroup subsys devices\n[ 0.166269] Initializing cgroup subsys freezer\n[ 0.167125] Initializing cgroup subsys net_cls\n[ 0.167985] Initializing cgroup subsys perf_event\n[ 0.168884] Initializing cgroup subsys net_prio\n[ 0.169764] Initializing cgroup subsys hugetlb\n[ 0.170627] Initializing cgroup subsys pids\n[ 0.171492] CPU: Physical Processor ID: 0\n[ 0.172979] mce: CPU supports 10 MCE banks\n[ 0.173834] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174819] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185687] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.192307] ftrace: allocating 31920 entries in 125 pages\n[ 0.219624] smpboot: Max logical packages: 1\n[ 0.220473] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.221819] x2apic enabled\n[ 0.222626] Switched APIC routing to physical x2apic.\n[ 0.224364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.225474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.227446] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.229212] KVM setup paravirtual spinlock\n[ 0.230509] x86: Booted up 1 node, 1 CPUs\n[ 0.231308] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232675] devtmpfs: initialized\n[ 0.234411] evm: security.selinux\n[ 0.235105] evm: security.SMACK64\n[ 0.235808] evm: security.SMACK64EXEC\n[ 0.236558] evm: security.SMACK64TRANSMUTE\n[ 0.237359] evm: security.SMACK64MMAP\n[ 0.238102] evm: security.ima\n[ 0.238739] evm: security.capability\n[ 0.239546] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241396] pinctrl core: initialized pinctrl subsystem\n[ 0.242503] RTC time: 12:56:35, date: 10/12/18\n[ 0.243442] NET: Registered protocol family 16\n[ 0.244399] cpuidle: using governor ladder\n[ 0.245206] cpuidle: using governor menu\n[ 0.245977] PCCT header not found.\n[ 0.246726] ACPI: bus type PCI registered\n[ 0.247526] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248756] PCI: Using configuration type 1 for base access\n[ 0.250976] ACPI: Added _OSI(Module Device)\n[ 0.251821] ACPI: Added _OSI(Processor Device)\n[ 0.252672] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255701] ACPI: Interpreter enabled\n[ 0.256460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262318] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264509] ACPI: (supports S0 S5)\n[ 0.265396] ACPI: Using IOAPIC for interrupt routing\n[ 0.266544] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269961] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271334] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272822] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.274264] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276922] acpiphp: Slot [3] registered\n[ 0.277878] acpiphp: Slot [4] registered\n[ 0.278836] acpiphp: Slot [5] registered\n[ 0.279785] acpiphp: Slot [6] registered\n[ 0.280739] acpiphp: Slot [7] registered\n[ 0.281689] acpiphp: Slot [8] registered\n[ 0.282638] acpiphp: Slot [9] registered\n[ 0.283612] acpiphp: Slot [10] registered\n[ 0.284577] acpiphp: Slot [11] registered\n[ 0.285544] acpiphp: Slot [12] registered\n[ 0.286516] acpiphp: Slot [13] registered\n[ 0.287478] acpiphp: Slot [14] registered\n[ 0.288443] acpiphp: Slot [15] registered\n[ 0.299490] acpiphp: Slot [16] registered\n[ 0.300469] acpiphp: Slot [17] registered\n[ 0.301437] acpiphp: Slot [18] registered\n[ 0.302406] acpiphp: Slot [19] registered\n[ 0.303370] acpiphp: Slot [20] registered\n[ 0.304345] acpiphp: Slot [21] registered\n[ 0.305305] acpiphp: Slot [22] registered\n[ 0.306267] acpiphp: Slot [23] registered\n[ 0.307231] acpiphp: Slot [24] registered\n[ 0.308197] acpiphp: Slot [25] registered\n[ 0.309163] acpiphp: Slot [26] registered\n[ 0.310125] acpiphp: Slot [27] registered\n[ 0.311086] acpiphp: Slot [28] registered\n[ 0.312041] acpiphp: Slot [29] registered\n[ 0.313001] acpiphp: Slot [30] registered\n[ 0.313968] acpiphp: Slot [31] registered\n[ 0.314930] PCI host bridge to bus 0000:00\n[ 0.315896] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.317358] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318824] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320554] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.322279] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328868] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.330427] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.331876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333415] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340581] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.342283] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.394084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.395786] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.397441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.399087] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.400694] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.402143] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.403505] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.404781] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.406643] vgaarb: loaded\n[ 0.407354] vgaarb: bridge control possible 0000:00:02.0\n[ 0.408708] SCSI subsystem initialized\n[ 0.409728] ACPI: bus type USB registered\n[ 0.410734] usbcore: registered new interface driver usbfs\n[ 0.412017] usbcore: registered new interface driver hub\n[ 0.413266] usbcore: registered new device driver usb\n[ 0.414419] PCI: Using ACPI for IRQ routing\n[ 0.415491] NetLabel: Initializing\n[ 0.416229] NetLabel: domain hash size = 128\n[ 0.417116] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418224] NetLabel: unlabeled traffic allowed by default\n[ 0.419539] clocksource: Switched to clocksource kvm-clock\n[ 0.425675] AppArmor: AppArmor Filesystem Enabled\n[ 0.426882] pnp: PnP ACPI init\n[ 0.427894] pnp: PnP ACPI: found 5 devices\n[ 0.433934] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.435692] NET: Registered protocol family 2\n[ 0.436662] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.437944] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.439147] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.440336] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.441424] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.442601] NET: Registered protocol family 1\n[ 0.443465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.444574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.445877] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.460147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474687] Trying to unpack rootfs image as initramfs...\n[ 0.525294] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.539297] Scanning for low memory corruption every 60 seconds\n[ 0.540730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.541883] audit: initializing netlink subsys (disabled)\n[ 0.542978] audit: type=2000 audit(1539348996.693:1): initialized\n[ 0.544330] Initialise system trusted keyring\n[ 0.545400] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.546696] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.548676] zbud: loaded\n[ 0.549387] VFS: Disk quotas dquot_6.6.0\n[ 0.550231] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.551777] fuse init (API version 7.23)\n[ 0.552670] Key type big_key registered\n[ 0.553471] Allocating IMA MOK and blacklist keyrings.\n[ 0.554587] Key type asymmetric registered\n[ 0.555410] Asymmetric key parser 'x509' registered\n[ 0.556494] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.558245] io scheduler noop registered\n[ 0.559190] io scheduler deadline registered (default)\n[ 0.560402] io scheduler cfq registered\n[ 0.561414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562710] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.564287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.566017] ACPI: Power Button [PWRF]\n[ 0.567024] GHES: HEST is not enabled!\n[ 0.581114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.615904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619433] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643552] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.646019] Linux agpgart interface v0.103\n[ 0.649148] brd: module loaded\n[ 0.650467] loop: module loaded\n[ 0.654229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655966] GPT:90111 != 20971519\n[ 0.656800] GPT:Alternate GPT header not at the end of the disk.\n[ 0.658134] GPT:90111 != 20971519\n[ 0.658937] GPT: Use GNU Parted to correct GPT errors.\n[ 0.660097] vda: vda1 vda15\n[ 0.661757] scsi host0: ata_piix\n[ 0.662628] scsi host1: ata_piix\n[ 0.663462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.664934] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.666645] libphy: Fixed MDIO Bus: probed\n[ 0.667798] tun: Universal TUN/TAP device driver, 1.6\n[ 0.668941] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.671431] PPP generic driver version 2.4.2\n[ 0.672630] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673953] ehci-pci: EHCI PCI platform driver\n[ 0.674938] ehci-platform: EHCI generic platform driver\n[ 0.676036] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677281] ohci-pci: OHCI PCI platform driver\n[ 0.678211] ohci-platform: OHCI generic platform driver\n[ 0.679278] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694387] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.697268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.698463] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.699770] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.700994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.702520] usb usb1: Product: UHCI Host Controller\n[ 0.703823] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.708536] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.710079] hub 1-0:1.0: USB hub found\n[ 0.711376] hub 1-0:1.0: 2 ports detected\n[ 0.712825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.716331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.717825] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.719619] mousedev: PS/2 mouse device common for all mice\n[ 0.721666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724637] rtc_cmos 00:00: RTC can wake from S4\n[ 0.725905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727344] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.728802] i2c /dev entries driver\n[ 0.729722] device-mapper: uevent: version 1.0.3\n[ 0.730848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.732816] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734458] NET: Registered protocol family 10\n[ 0.735674] NET: Registered protocol family 17\n[ 0.736763] Key type dns_resolver registered\n[ 0.737876] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.739221] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.741324] registered taskstats version 1\n[ 0.742366] Loading compiled-in X.509 certificates\n[ 0.744023] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.746402] zswap: loaded using pool lzo/zbud\n[ 0.748022] Key type trusted registered\n[ 0.749550] Key type encrypted registered\n[ 0.750621] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.751968] ima: No TPM chip found, activating TPM-bypass!\n[ 0.753062] evm: HMAC attrs: 0x1\n[ 0.754178] Magic number: 6:90:936\n[ 0.755157] rtc_cmos 00:00: setting system clock to 2018-10-12 12:56:36 UTC (1539348996)\n[ 0.757113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758204] EDD information not available.\n[ 0.820099] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821697] ata1.00: configured for MWDMA2\n[ 0.822914] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.835392] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.836987] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.838561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.840438] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.841928] Write protecting the kernel read-only data: 14336k\n[ 0.843467] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.845246] 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.906238] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-10-12 12:57:08,631 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action used request id req-642f8b08-4222-42c0-b910-becfb315de44 2018-10-12 12:57:10,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7baf9ba6d0206dc5c136983b27ccd9c4f5cff3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:57:11,705 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:57:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-371ff71c-2157-48e2-90d6-bf353639f6ac x-compute-request-id: req-371ff71c-2157-48e2-90d6-bf353639f6ac Content-Encoding: gzip Content-Length: 7900 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 493419055 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.150448] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.152090] pid_max: default: 32768 minimum: 301\n[ 0.152973] ACPI: Core revision 20150930\n[ 0.154362] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155656] Security Framework initialized\n[ 0.156460] Yama: becoming mindful.\n[ 0.157183] AppArmor: AppArmor initialized\n[ 0.158070] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159470] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161136] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.162355] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163741] Initializing cgroup subsys io\n[ 0.164549] Initializing cgroup subsys memory\n[ 0.165397] Initializing cgroup subsys devices\n[ 0.166269] Initializing cgroup subsys freezer\n[ 0.167125] Initializing cgroup subsys net_cls\n[ 0.167985] Initializing cgroup subsys perf_event\n[ 0.168884] Initializing cgroup subsys net_prio\n[ 0.169764] Initializing cgroup subsys hugetlb\n[ 0.170627] Initializing cgroup subsys pids\n[ 0.171492] CPU: Physical Processor ID: 0\n[ 0.172979] mce: CPU supports 10 MCE banks\n[ 0.173834] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174819] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185687] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.192307] ftrace: allocating 31920 entries in 125 pages\n[ 0.219624] smpboot: Max logical packages: 1\n[ 0.220473] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.221819] x2apic enabled\n[ 0.222626] Switched APIC routing to physical x2apic.\n[ 0.224364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.225474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.227446] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.229212] KVM setup paravirtual spinlock\n[ 0.230509] x86: Booted up 1 node, 1 CPUs\n[ 0.231308] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232675] devtmpfs: initialized\n[ 0.234411] evm: security.selinux\n[ 0.235105] evm: security.SMACK64\n[ 0.235808] evm: security.SMACK64EXEC\n[ 0.236558] evm: security.SMACK64TRANSMUTE\n[ 0.237359] evm: security.SMACK64MMAP\n[ 0.238102] evm: security.ima\n[ 0.238739] evm: security.capability\n[ 0.239546] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241396] pinctrl core: initialized pinctrl subsystem\n[ 0.242503] RTC time: 12:56:35, date: 10/12/18\n[ 0.243442] NET: Registered protocol family 16\n[ 0.244399] cpuidle: using governor ladder\n[ 0.245206] cpuidle: using governor menu\n[ 0.245977] PCCT header not found.\n[ 0.246726] ACPI: bus type PCI registered\n[ 0.247526] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248756] PCI: Using configuration type 1 for base access\n[ 0.250976] ACPI: Added _OSI(Module Device)\n[ 0.251821] ACPI: Added _OSI(Processor Device)\n[ 0.252672] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255701] ACPI: Interpreter enabled\n[ 0.256460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262318] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264509] ACPI: (supports S0 S5)\n[ 0.265396] ACPI: Using IOAPIC for interrupt routing\n[ 0.266544] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269961] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271334] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272822] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.274264] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276922] acpiphp: Slot [3] registered\n[ 0.277878] acpiphp: Slot [4] registered\n[ 0.278836] acpiphp: Slot [5] registered\n[ 0.279785] acpiphp: Slot [6] registered\n[ 0.280739] acpiphp: Slot [7] registered\n[ 0.281689] acpiphp: Slot [8] registered\n[ 0.282638] acpiphp: Slot [9] registered\n[ 0.283612] acpiphp: Slot [10] registered\n[ 0.284577] acpiphp: Slot [11] registered\n[ 0.285544] acpiphp: Slot [12] registered\n[ 0.286516] acpiphp: Slot [13] registered\n[ 0.287478] acpiphp: Slot [14] registered\n[ 0.288443] acpiphp: Slot [15] registered\n[ 0.299490] acpiphp: Slot [16] registered\n[ 0.300469] acpiphp: Slot [17] registered\n[ 0.301437] acpiphp: Slot [18] registered\n[ 0.302406] acpiphp: Slot [19] registered\n[ 0.303370] acpiphp: Slot [20] registered\n[ 0.304345] acpiphp: Slot [21] registered\n[ 0.305305] acpiphp: Slot [22] registered\n[ 0.306267] acpiphp: Slot [23] registered\n[ 0.307231] acpiphp: Slot [24] registered\n[ 0.308197] acpiphp: Slot [25] registered\n[ 0.309163] acpiphp: Slot [26] registered\n[ 0.310125] acpiphp: Slot [27] registered\n[ 0.311086] acpiphp: Slot [28] registered\n[ 0.312041] acpiphp: Slot [29] registered\n[ 0.313001] acpiphp: Slot [30] registered\n[ 0.313968] acpiphp: Slot [31] registered\n[ 0.314930] PCI host bridge to bus 0000:00\n[ 0.315896] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.317358] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318824] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320554] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.322279] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328868] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.330427] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.331876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333415] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340581] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.342283] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.394084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.395786] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.397441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.399087] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.400694] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.402143] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.403505] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.404781] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.406643] vgaarb: loaded\n[ 0.407354] vgaarb: bridge control possible 0000:00:02.0\n[ 0.408708] SCSI subsystem initialized\n[ 0.409728] ACPI: bus type USB registered\n[ 0.410734] usbcore: registered new interface driver usbfs\n[ 0.412017] usbcore: registered new interface driver hub\n[ 0.413266] usbcore: registered new device driver usb\n[ 0.414419] PCI: Using ACPI for IRQ routing\n[ 0.415491] NetLabel: Initializing\n[ 0.416229] NetLabel: domain hash size = 128\n[ 0.417116] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418224] NetLabel: unlabeled traffic allowed by default\n[ 0.419539] clocksource: Switched to clocksource kvm-clock\n[ 0.425675] AppArmor: AppArmor Filesystem Enabled\n[ 0.426882] pnp: PnP ACPI init\n[ 0.427894] pnp: PnP ACPI: found 5 devices\n[ 0.433934] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.435692] NET: Registered protocol family 2\n[ 0.436662] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.437944] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.439147] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.440336] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.441424] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.442601] NET: Registered protocol family 1\n[ 0.443465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.444574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.445877] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.460147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474687] Trying to unpack rootfs image as initramfs...\n[ 0.525294] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.539297] Scanning for low memory corruption every 60 seconds\n[ 0.540730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.541883] audit: initializing netlink subsys (disabled)\n[ 0.542978] audit: type=2000 audit(1539348996.693:1): initialized\n[ 0.544330] Initialise system trusted keyring\n[ 0.545400] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.546696] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.548676] zbud: loaded\n[ 0.549387] VFS: Disk quotas dquot_6.6.0\n[ 0.550231] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.551777] fuse init (API version 7.23)\n[ 0.552670] Key type big_key registered\n[ 0.553471] Allocating IMA MOK and blacklist keyrings.\n[ 0.554587] Key type asymmetric registered\n[ 0.555410] Asymmetric key parser 'x509' registered\n[ 0.556494] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.558245] io scheduler noop registered\n[ 0.559190] io scheduler deadline registered (default)\n[ 0.560402] io scheduler cfq registered\n[ 0.561414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562710] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.564287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.566017] ACPI: Power Button [PWRF]\n[ 0.567024] GHES: HEST is not enabled!\n[ 0.581114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.615904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619433] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643552] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.646019] Linux agpgart interface v0.103\n[ 0.649148] brd: module loaded\n[ 0.650467] loop: module loaded\n[ 0.654229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655966] GPT:90111 != 20971519\n[ 0.656800] GPT:Alternate GPT header not at the end of the disk.\n[ 0.658134] GPT:90111 != 20971519\n[ 0.658937] GPT: Use GNU Parted to correct GPT errors.\n[ 0.660097] vda: vda1 vda15\n[ 0.661757] scsi host0: ata_piix\n[ 0.662628] scsi host1: ata_piix\n[ 0.663462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.664934] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.666645] libphy: Fixed MDIO Bus: probed\n[ 0.667798] tun: Universal TUN/TAP device driver, 1.6\n[ 0.668941] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.671431] PPP generic driver version 2.4.2\n[ 0.672630] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673953] ehci-pci: EHCI PCI platform driver\n[ 0.674938] ehci-platform: EHCI generic platform driver\n[ 0.676036] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677281] ohci-pci: OHCI PCI platform driver\n[ 0.678211] ohci-platform: OHCI generic platform driver\n[ 0.679278] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694387] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.697268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.698463] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.699770] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.700994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.702520] usb usb1: Product: UHCI Host Controller\n[ 0.703823] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.708536] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.710079] hub 1-0:1.0: USB hub found\n[ 0.711376] hub 1-0:1.0: 2 ports detected\n[ 0.712825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.716331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.717825] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.719619] mousedev: PS/2 mouse device common for all mice\n[ 0.721666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724637] rtc_cmos 00:00: RTC can wake from S4\n[ 0.725905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727344] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.728802] i2c /dev entries driver\n[ 0.729722] device-mapper: uevent: version 1.0.3\n[ 0.730848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.732816] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734458] NET: Registered protocol family 10\n[ 0.735674] NET: Registered protocol family 17\n[ 0.736763] Key type dns_resolver registered\n[ 0.737876] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.739221] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.741324] registered taskstats version 1\n[ 0.742366] Loading compiled-in X.509 certificates\n[ 0.744023] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.746402] zswap: loaded using pool lzo/zbud\n[ 0.748022] Key type trusted registered\n[ 0.749550] Key type encrypted registered\n[ 0.750621] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.751968] ima: No TPM chip found, activating TPM-bypass!\n[ 0.753062] evm: HMAC attrs: 0x1\n[ 0.754178] Magic number: 6:90:936\n[ 0.755157] rtc_cmos 00:00: setting system clock to 2018-10-12 12:56:36 UTC (1539348996)\n[ 0.757113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758204] EDD information not available.\n[ 0.820099] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821697] ata1.00: configured for MWDMA2\n[ 0.822914] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.835392] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.836987] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.838561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.840438] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.841928] Write protecting the kernel read-only data: 14336k\n[ 0.843467] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.845246] 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.906238] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-10-12 12:57:11,706 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action used request id req-371ff71c-2157-48e2-90d6-bf353639f6ac 2018-10-12 12:57:13,710 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7baf9ba6d0206dc5c136983b27ccd9c4f5cff3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:57:14,783 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:57:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9c0fa181-0125-457a-b025-bd159285cf81 x-compute-request-id: req-9c0fa181-0125-457a-b025-bd159285cf81 Content-Encoding: gzip Content-Length: 7900 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 493419055 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.150448] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.152090] pid_max: default: 32768 minimum: 301\n[ 0.152973] ACPI: Core revision 20150930\n[ 0.154362] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155656] Security Framework initialized\n[ 0.156460] Yama: becoming mindful.\n[ 0.157183] AppArmor: AppArmor initialized\n[ 0.158070] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159470] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161136] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.162355] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163741] Initializing cgroup subsys io\n[ 0.164549] Initializing cgroup subsys memory\n[ 0.165397] Initializing cgroup subsys devices\n[ 0.166269] Initializing cgroup subsys freezer\n[ 0.167125] Initializing cgroup subsys net_cls\n[ 0.167985] Initializing cgroup subsys perf_event\n[ 0.168884] Initializing cgroup subsys net_prio\n[ 0.169764] Initializing cgroup subsys hugetlb\n[ 0.170627] Initializing cgroup subsys pids\n[ 0.171492] CPU: Physical Processor ID: 0\n[ 0.172979] mce: CPU supports 10 MCE banks\n[ 0.173834] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174819] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185687] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.192307] ftrace: allocating 31920 entries in 125 pages\n[ 0.219624] smpboot: Max logical packages: 1\n[ 0.220473] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.221819] x2apic enabled\n[ 0.222626] Switched APIC routing to physical x2apic.\n[ 0.224364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.225474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.227446] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.229212] KVM setup paravirtual spinlock\n[ 0.230509] x86: Booted up 1 node, 1 CPUs\n[ 0.231308] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232675] devtmpfs: initialized\n[ 0.234411] evm: security.selinux\n[ 0.235105] evm: security.SMACK64\n[ 0.235808] evm: security.SMACK64EXEC\n[ 0.236558] evm: security.SMACK64TRANSMUTE\n[ 0.237359] evm: security.SMACK64MMAP\n[ 0.238102] evm: security.ima\n[ 0.238739] evm: security.capability\n[ 0.239546] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241396] pinctrl core: initialized pinctrl subsystem\n[ 0.242503] RTC time: 12:56:35, date: 10/12/18\n[ 0.243442] NET: Registered protocol family 16\n[ 0.244399] cpuidle: using governor ladder\n[ 0.245206] cpuidle: using governor menu\n[ 0.245977] PCCT header not found.\n[ 0.246726] ACPI: bus type PCI registered\n[ 0.247526] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248756] PCI: Using configuration type 1 for base access\n[ 0.250976] ACPI: Added _OSI(Module Device)\n[ 0.251821] ACPI: Added _OSI(Processor Device)\n[ 0.252672] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255701] ACPI: Interpreter enabled\n[ 0.256460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262318] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264509] ACPI: (supports S0 S5)\n[ 0.265396] ACPI: Using IOAPIC for interrupt routing\n[ 0.266544] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269961] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271334] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272822] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.274264] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276922] acpiphp: Slot [3] registered\n[ 0.277878] acpiphp: Slot [4] registered\n[ 0.278836] acpiphp: Slot [5] registered\n[ 0.279785] acpiphp: Slot [6] registered\n[ 0.280739] acpiphp: Slot [7] registered\n[ 0.281689] acpiphp: Slot [8] registered\n[ 0.282638] acpiphp: Slot [9] registered\n[ 0.283612] acpiphp: Slot [10] registered\n[ 0.284577] acpiphp: Slot [11] registered\n[ 0.285544] acpiphp: Slot [12] registered\n[ 0.286516] acpiphp: Slot [13] registered\n[ 0.287478] acpiphp: Slot [14] registered\n[ 0.288443] acpiphp: Slot [15] registered\n[ 0.299490] acpiphp: Slot [16] registered\n[ 0.300469] acpiphp: Slot [17] registered\n[ 0.301437] acpiphp: Slot [18] registered\n[ 0.302406] acpiphp: Slot [19] registered\n[ 0.303370] acpiphp: Slot [20] registered\n[ 0.304345] acpiphp: Slot [21] registered\n[ 0.305305] acpiphp: Slot [22] registered\n[ 0.306267] acpiphp: Slot [23] registered\n[ 0.307231] acpiphp: Slot [24] registered\n[ 0.308197] acpiphp: Slot [25] registered\n[ 0.309163] acpiphp: Slot [26] registered\n[ 0.310125] acpiphp: Slot [27] registered\n[ 0.311086] acpiphp: Slot [28] registered\n[ 0.312041] acpiphp: Slot [29] registered\n[ 0.313001] acpiphp: Slot [30] registered\n[ 0.313968] acpiphp: Slot [31] registered\n[ 0.314930] PCI host bridge to bus 0000:00\n[ 0.315896] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.317358] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318824] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320554] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.322279] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328868] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.330427] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.331876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333415] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340581] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.342283] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.394084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.395786] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.397441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.399087] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.400694] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.402143] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.403505] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.404781] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.406643] vgaarb: loaded\n[ 0.407354] vgaarb: bridge control possible 0000:00:02.0\n[ 0.408708] SCSI subsystem initialized\n[ 0.409728] ACPI: bus type USB registered\n[ 0.410734] usbcore: registered new interface driver usbfs\n[ 0.412017] usbcore: registered new interface driver hub\n[ 0.413266] usbcore: registered new device driver usb\n[ 0.414419] PCI: Using ACPI for IRQ routing\n[ 0.415491] NetLabel: Initializing\n[ 0.416229] NetLabel: domain hash size = 128\n[ 0.417116] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418224] NetLabel: unlabeled traffic allowed by default\n[ 0.419539] clocksource: Switched to clocksource kvm-clock\n[ 0.425675] AppArmor: AppArmor Filesystem Enabled\n[ 0.426882] pnp: PnP ACPI init\n[ 0.427894] pnp: PnP ACPI: found 5 devices\n[ 0.433934] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.435692] NET: Registered protocol family 2\n[ 0.436662] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.437944] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.439147] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.440336] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.441424] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.442601] NET: Registered protocol family 1\n[ 0.443465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.444574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.445877] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.460147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474687] Trying to unpack rootfs image as initramfs...\n[ 0.525294] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.539297] Scanning for low memory corruption every 60 seconds\n[ 0.540730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.541883] audit: initializing netlink subsys (disabled)\n[ 0.542978] audit: type=2000 audit(1539348996.693:1): initialized\n[ 0.544330] Initialise system trusted keyring\n[ 0.545400] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.546696] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.548676] zbud: loaded\n[ 0.549387] VFS: Disk quotas dquot_6.6.0\n[ 0.550231] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.551777] fuse init (API version 7.23)\n[ 0.552670] Key type big_key registered\n[ 0.553471] Allocating IMA MOK and blacklist keyrings.\n[ 0.554587] Key type asymmetric registered\n[ 0.555410] Asymmetric key parser 'x509' registered\n[ 0.556494] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.558245] io scheduler noop registered\n[ 0.559190] io scheduler deadline registered (default)\n[ 0.560402] io scheduler cfq registered\n[ 0.561414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562710] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.564287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.566017] ACPI: Power Button [PWRF]\n[ 0.567024] GHES: HEST is not enabled!\n[ 0.581114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.615904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619433] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643552] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.646019] Linux agpgart interface v0.103\n[ 0.649148] brd: module loaded\n[ 0.650467] loop: module loaded\n[ 0.654229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655966] GPT:90111 != 20971519\n[ 0.656800] GPT:Alternate GPT header not at the end of the disk.\n[ 0.658134] GPT:90111 != 20971519\n[ 0.658937] GPT: Use GNU Parted to correct GPT errors.\n[ 0.660097] vda: vda1 vda15\n[ 0.661757] scsi host0: ata_piix\n[ 0.662628] scsi host1: ata_piix\n[ 0.663462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.664934] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.666645] libphy: Fixed MDIO Bus: probed\n[ 0.667798] tun: Universal TUN/TAP device driver, 1.6\n[ 0.668941] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.671431] PPP generic driver version 2.4.2\n[ 0.672630] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673953] ehci-pci: EHCI PCI platform driver\n[ 0.674938] ehci-platform: EHCI generic platform driver\n[ 0.676036] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677281] ohci-pci: OHCI PCI platform driver\n[ 0.678211] ohci-platform: OHCI generic platform driver\n[ 0.679278] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694387] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.697268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.698463] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.699770] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.700994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.702520] usb usb1: Product: UHCI Host Controller\n[ 0.703823] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.708536] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.710079] hub 1-0:1.0: USB hub found\n[ 0.711376] hub 1-0:1.0: 2 ports detected\n[ 0.712825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.716331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.717825] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.719619] mousedev: PS/2 mouse device common for all mice\n[ 0.721666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724637] rtc_cmos 00:00: RTC can wake from S4\n[ 0.725905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727344] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.728802] i2c /dev entries driver\n[ 0.729722] device-mapper: uevent: version 1.0.3\n[ 0.730848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.732816] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734458] NET: Registered protocol family 10\n[ 0.735674] NET: Registered protocol family 17\n[ 0.736763] Key type dns_resolver registered\n[ 0.737876] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.739221] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.741324] registered taskstats version 1\n[ 0.742366] Loading compiled-in X.509 certificates\n[ 0.744023] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.746402] zswap: loaded using pool lzo/zbud\n[ 0.748022] Key type trusted registered\n[ 0.749550] Key type encrypted registered\n[ 0.750621] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.751968] ima: No TPM chip found, activating TPM-bypass!\n[ 0.753062] evm: HMAC attrs: 0x1\n[ 0.754178] Magic number: 6:90:936\n[ 0.755157] rtc_cmos 00:00: setting system clock to 2018-10-12 12:56:36 UTC (1539348996)\n[ 0.757113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758204] EDD information not available.\n[ 0.820099] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821697] ata1.00: configured for MWDMA2\n[ 0.822914] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.835392] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.836987] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.838561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.840438] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.841928] Write protecting the kernel read-only data: 14336k\n[ 0.843467] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.845246] 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.906238] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-10-12 12:57:14,784 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action used request id req-9c0fa181-0125-457a-b025-bd159285cf81 2018-10-12 12:57:16,789 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7baf9ba6d0206dc5c136983b27ccd9c4f5cff3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:57:17,894 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:57: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-3f97d3f1-7400-48c1-a147-a4cb9367cff3 x-compute-request-id: req-3f97d3f1-7400-48c1-a147-a4cb9367cff3 Content-Encoding: gzip Content-Length: 7900 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 493419055 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.150448] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.152090] pid_max: default: 32768 minimum: 301\n[ 0.152973] ACPI: Core revision 20150930\n[ 0.154362] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155656] Security Framework initialized\n[ 0.156460] Yama: becoming mindful.\n[ 0.157183] AppArmor: AppArmor initialized\n[ 0.158070] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159470] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161136] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.162355] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163741] Initializing cgroup subsys io\n[ 0.164549] Initializing cgroup subsys memory\n[ 0.165397] Initializing cgroup subsys devices\n[ 0.166269] Initializing cgroup subsys freezer\n[ 0.167125] Initializing cgroup subsys net_cls\n[ 0.167985] Initializing cgroup subsys perf_event\n[ 0.168884] Initializing cgroup subsys net_prio\n[ 0.169764] Initializing cgroup subsys hugetlb\n[ 0.170627] Initializing cgroup subsys pids\n[ 0.171492] CPU: Physical Processor ID: 0\n[ 0.172979] mce: CPU supports 10 MCE banks\n[ 0.173834] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174819] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185687] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.192307] ftrace: allocating 31920 entries in 125 pages\n[ 0.219624] smpboot: Max logical packages: 1\n[ 0.220473] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.221819] x2apic enabled\n[ 0.222626] Switched APIC routing to physical x2apic.\n[ 0.224364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.225474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.227446] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.229212] KVM setup paravirtual spinlock\n[ 0.230509] x86: Booted up 1 node, 1 CPUs\n[ 0.231308] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232675] devtmpfs: initialized\n[ 0.234411] evm: security.selinux\n[ 0.235105] evm: security.SMACK64\n[ 0.235808] evm: security.SMACK64EXEC\n[ 0.236558] evm: security.SMACK64TRANSMUTE\n[ 0.237359] evm: security.SMACK64MMAP\n[ 0.238102] evm: security.ima\n[ 0.238739] evm: security.capability\n[ 0.239546] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241396] pinctrl core: initialized pinctrl subsystem\n[ 0.242503] RTC time: 12:56:35, date: 10/12/18\n[ 0.243442] NET: Registered protocol family 16\n[ 0.244399] cpuidle: using governor ladder\n[ 0.245206] cpuidle: using governor menu\n[ 0.245977] PCCT header not found.\n[ 0.246726] ACPI: bus type PCI registered\n[ 0.247526] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248756] PCI: Using configuration type 1 for base access\n[ 0.250976] ACPI: Added _OSI(Module Device)\n[ 0.251821] ACPI: Added _OSI(Processor Device)\n[ 0.252672] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255701] ACPI: Interpreter enabled\n[ 0.256460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262318] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264509] ACPI: (supports S0 S5)\n[ 0.265396] ACPI: Using IOAPIC for interrupt routing\n[ 0.266544] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269961] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271334] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272822] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.274264] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276922] acpiphp: Slot [3] registered\n[ 0.277878] acpiphp: Slot [4] registered\n[ 0.278836] acpiphp: Slot [5] registered\n[ 0.279785] acpiphp: Slot [6] registered\n[ 0.280739] acpiphp: Slot [7] registered\n[ 0.281689] acpiphp: Slot [8] registered\n[ 0.282638] acpiphp: Slot [9] registered\n[ 0.283612] acpiphp: Slot [10] registered\n[ 0.284577] acpiphp: Slot [11] registered\n[ 0.285544] acpiphp: Slot [12] registered\n[ 0.286516] acpiphp: Slot [13] registered\n[ 0.287478] acpiphp: Slot [14] registered\n[ 0.288443] acpiphp: Slot [15] registered\n[ 0.299490] acpiphp: Slot [16] registered\n[ 0.300469] acpiphp: Slot [17] registered\n[ 0.301437] acpiphp: Slot [18] registered\n[ 0.302406] acpiphp: Slot [19] registered\n[ 0.303370] acpiphp: Slot [20] registered\n[ 0.304345] acpiphp: Slot [21] registered\n[ 0.305305] acpiphp: Slot [22] registered\n[ 0.306267] acpiphp: Slot [23] registered\n[ 0.307231] acpiphp: Slot [24] registered\n[ 0.308197] acpiphp: Slot [25] registered\n[ 0.309163] acpiphp: Slot [26] registered\n[ 0.310125] acpiphp: Slot [27] registered\n[ 0.311086] acpiphp: Slot [28] registered\n[ 0.312041] acpiphp: Slot [29] registered\n[ 0.313001] acpiphp: Slot [30] registered\n[ 0.313968] acpiphp: Slot [31] registered\n[ 0.314930] PCI host bridge to bus 0000:00\n[ 0.315896] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.317358] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318824] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320554] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.322279] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328868] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.330427] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.331876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333415] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340581] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.342283] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.394084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.395786] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.397441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.399087] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.400694] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.402143] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.403505] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.404781] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.406643] vgaarb: loaded\n[ 0.407354] vgaarb: bridge control possible 0000:00:02.0\n[ 0.408708] SCSI subsystem initialized\n[ 0.409728] ACPI: bus type USB registered\n[ 0.410734] usbcore: registered new interface driver usbfs\n[ 0.412017] usbcore: registered new interface driver hub\n[ 0.413266] usbcore: registered new device driver usb\n[ 0.414419] PCI: Using ACPI for IRQ routing\n[ 0.415491] NetLabel: Initializing\n[ 0.416229] NetLabel: domain hash size = 128\n[ 0.417116] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418224] NetLabel: unlabeled traffic allowed by default\n[ 0.419539] clocksource: Switched to clocksource kvm-clock\n[ 0.425675] AppArmor: AppArmor Filesystem Enabled\n[ 0.426882] pnp: PnP ACPI init\n[ 0.427894] pnp: PnP ACPI: found 5 devices\n[ 0.433934] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.435692] NET: Registered protocol family 2\n[ 0.436662] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.437944] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.439147] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.440336] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.441424] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.442601] NET: Registered protocol family 1\n[ 0.443465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.444574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.445877] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.460147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474687] Trying to unpack rootfs image as initramfs...\n[ 0.525294] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.539297] Scanning for low memory corruption every 60 seconds\n[ 0.540730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.541883] audit: initializing netlink subsys (disabled)\n[ 0.542978] audit: type=2000 audit(1539348996.693:1): initialized\n[ 0.544330] Initialise system trusted keyring\n[ 0.545400] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.546696] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.548676] zbud: loaded\n[ 0.549387] VFS: Disk quotas dquot_6.6.0\n[ 0.550231] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.551777] fuse init (API version 7.23)\n[ 0.552670] Key type big_key registered\n[ 0.553471] Allocating IMA MOK and blacklist keyrings.\n[ 0.554587] Key type asymmetric registered\n[ 0.555410] Asymmetric key parser 'x509' registered\n[ 0.556494] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.558245] io scheduler noop registered\n[ 0.559190] io scheduler deadline registered (default)\n[ 0.560402] io scheduler cfq registered\n[ 0.561414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562710] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.564287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.566017] ACPI: Power Button [PWRF]\n[ 0.567024] GHES: HEST is not enabled!\n[ 0.581114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.615904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619433] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643552] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.646019] Linux agpgart interface v0.103\n[ 0.649148] brd: module loaded\n[ 0.650467] loop: module loaded\n[ 0.654229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655966] GPT:90111 != 20971519\n[ 0.656800] GPT:Alternate GPT header not at the end of the disk.\n[ 0.658134] GPT:90111 != 20971519\n[ 0.658937] GPT: Use GNU Parted to correct GPT errors.\n[ 0.660097] vda: vda1 vda15\n[ 0.661757] scsi host0: ata_piix\n[ 0.662628] scsi host1: ata_piix\n[ 0.663462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.664934] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.666645] libphy: Fixed MDIO Bus: probed\n[ 0.667798] tun: Universal TUN/TAP device driver, 1.6\n[ 0.668941] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.671431] PPP generic driver version 2.4.2\n[ 0.672630] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673953] ehci-pci: EHCI PCI platform driver\n[ 0.674938] ehci-platform: EHCI generic platform driver\n[ 0.676036] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677281] ohci-pci: OHCI PCI platform driver\n[ 0.678211] ohci-platform: OHCI generic platform driver\n[ 0.679278] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694387] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.697268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.698463] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.699770] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.700994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.702520] usb usb1: Product: UHCI Host Controller\n[ 0.703823] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.708536] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.710079] hub 1-0:1.0: USB hub found\n[ 0.711376] hub 1-0:1.0: 2 ports detected\n[ 0.712825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.716331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.717825] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.719619] mousedev: PS/2 mouse device common for all mice\n[ 0.721666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724637] rtc_cmos 00:00: RTC can wake from S4\n[ 0.725905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727344] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.728802] i2c /dev entries driver\n[ 0.729722] device-mapper: uevent: version 1.0.3\n[ 0.730848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.732816] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734458] NET: Registered protocol family 10\n[ 0.735674] NET: Registered protocol family 17\n[ 0.736763] Key type dns_resolver registered\n[ 0.737876] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.739221] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.741324] registered taskstats version 1\n[ 0.742366] Loading compiled-in X.509 certificates\n[ 0.744023] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.746402] zswap: loaded using pool lzo/zbud\n[ 0.748022] Key type trusted registered\n[ 0.749550] Key type encrypted registered\n[ 0.750621] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.751968] ima: No TPM chip found, activating TPM-bypass!\n[ 0.753062] evm: HMAC attrs: 0x1\n[ 0.754178] Magic number: 6:90:936\n[ 0.755157] rtc_cmos 00:00: setting system clock to 2018-10-12 12:56:36 UTC (1539348996)\n[ 0.757113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758204] EDD information not available.\n[ 0.820099] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821697] ata1.00: configured for MWDMA2\n[ 0.822914] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.835392] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.836987] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.838561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.840438] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.841928] Write protecting the kernel read-only data: 14336k\n[ 0.843467] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.845246] 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.906238] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-10-12 12:57:17,895 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action used request id req-3f97d3f1-7400-48c1-a147-a4cb9367cff3 2018-10-12 12:57:19,901 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7baf9ba6d0206dc5c136983b27ccd9c4f5cff3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:57:20,972 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:57: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-7a65e279-84f1-4e3c-bf68-4aada2cb14a3 x-compute-request-id: req-7a65e279-84f1-4e3c-bf68-4aada2cb14a3 Content-Encoding: gzip Content-Length: 7900 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 493419055 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.150448] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.152090] pid_max: default: 32768 minimum: 301\n[ 0.152973] ACPI: Core revision 20150930\n[ 0.154362] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155656] Security Framework initialized\n[ 0.156460] Yama: becoming mindful.\n[ 0.157183] AppArmor: AppArmor initialized\n[ 0.158070] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159470] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161136] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.162355] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163741] Initializing cgroup subsys io\n[ 0.164549] Initializing cgroup subsys memory\n[ 0.165397] Initializing cgroup subsys devices\n[ 0.166269] Initializing cgroup subsys freezer\n[ 0.167125] Initializing cgroup subsys net_cls\n[ 0.167985] Initializing cgroup subsys perf_event\n[ 0.168884] Initializing cgroup subsys net_prio\n[ 0.169764] Initializing cgroup subsys hugetlb\n[ 0.170627] Initializing cgroup subsys pids\n[ 0.171492] CPU: Physical Processor ID: 0\n[ 0.172979] mce: CPU supports 10 MCE banks\n[ 0.173834] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174819] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185687] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.192307] ftrace: allocating 31920 entries in 125 pages\n[ 0.219624] smpboot: Max logical packages: 1\n[ 0.220473] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.221819] x2apic enabled\n[ 0.222626] Switched APIC routing to physical x2apic.\n[ 0.224364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.225474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.227446] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.229212] KVM setup paravirtual spinlock\n[ 0.230509] x86: Booted up 1 node, 1 CPUs\n[ 0.231308] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232675] devtmpfs: initialized\n[ 0.234411] evm: security.selinux\n[ 0.235105] evm: security.SMACK64\n[ 0.235808] evm: security.SMACK64EXEC\n[ 0.236558] evm: security.SMACK64TRANSMUTE\n[ 0.237359] evm: security.SMACK64MMAP\n[ 0.238102] evm: security.ima\n[ 0.238739] evm: security.capability\n[ 0.239546] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241396] pinctrl core: initialized pinctrl subsystem\n[ 0.242503] RTC time: 12:56:35, date: 10/12/18\n[ 0.243442] NET: Registered protocol family 16\n[ 0.244399] cpuidle: using governor ladder\n[ 0.245206] cpuidle: using governor menu\n[ 0.245977] PCCT header not found.\n[ 0.246726] ACPI: bus type PCI registered\n[ 0.247526] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248756] PCI: Using configuration type 1 for base access\n[ 0.250976] ACPI: Added _OSI(Module Device)\n[ 0.251821] ACPI: Added _OSI(Processor Device)\n[ 0.252672] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255701] ACPI: Interpreter enabled\n[ 0.256460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262318] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264509] ACPI: (supports S0 S5)\n[ 0.265396] ACPI: Using IOAPIC for interrupt routing\n[ 0.266544] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269961] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271334] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272822] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.274264] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276922] acpiphp: Slot [3] registered\n[ 0.277878] acpiphp: Slot [4] registered\n[ 0.278836] acpiphp: Slot [5] registered\n[ 0.279785] acpiphp: Slot [6] registered\n[ 0.280739] acpiphp: Slot [7] registered\n[ 0.281689] acpiphp: Slot [8] registered\n[ 0.282638] acpiphp: Slot [9] registered\n[ 0.283612] acpiphp: Slot [10] registered\n[ 0.284577] acpiphp: Slot [11] registered\n[ 0.285544] acpiphp: Slot [12] registered\n[ 0.286516] acpiphp: Slot [13] registered\n[ 0.287478] acpiphp: Slot [14] registered\n[ 0.288443] acpiphp: Slot [15] registered\n[ 0.299490] acpiphp: Slot [16] registered\n[ 0.300469] acpiphp: Slot [17] registered\n[ 0.301437] acpiphp: Slot [18] registered\n[ 0.302406] acpiphp: Slot [19] registered\n[ 0.303370] acpiphp: Slot [20] registered\n[ 0.304345] acpiphp: Slot [21] registered\n[ 0.305305] acpiphp: Slot [22] registered\n[ 0.306267] acpiphp: Slot [23] registered\n[ 0.307231] acpiphp: Slot [24] registered\n[ 0.308197] acpiphp: Slot [25] registered\n[ 0.309163] acpiphp: Slot [26] registered\n[ 0.310125] acpiphp: Slot [27] registered\n[ 0.311086] acpiphp: Slot [28] registered\n[ 0.312041] acpiphp: Slot [29] registered\n[ 0.313001] acpiphp: Slot [30] registered\n[ 0.313968] acpiphp: Slot [31] registered\n[ 0.314930] PCI host bridge to bus 0000:00\n[ 0.315896] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.317358] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318824] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320554] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.322279] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328868] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.330427] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.331876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333415] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340581] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.342283] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.394084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.395786] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.397441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.399087] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.400694] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.402143] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.403505] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.404781] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.406643] vgaarb: loaded\n[ 0.407354] vgaarb: bridge control possible 0000:00:02.0\n[ 0.408708] SCSI subsystem initialized\n[ 0.409728] ACPI: bus type USB registered\n[ 0.410734] usbcore: registered new interface driver usbfs\n[ 0.412017] usbcore: registered new interface driver hub\n[ 0.413266] usbcore: registered new device driver usb\n[ 0.414419] PCI: Using ACPI for IRQ routing\n[ 0.415491] NetLabel: Initializing\n[ 0.416229] NetLabel: domain hash size = 128\n[ 0.417116] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418224] NetLabel: unlabeled traffic allowed by default\n[ 0.419539] clocksource: Switched to clocksource kvm-clock\n[ 0.425675] AppArmor: AppArmor Filesystem Enabled\n[ 0.426882] pnp: PnP ACPI init\n[ 0.427894] pnp: PnP ACPI: found 5 devices\n[ 0.433934] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.435692] NET: Registered protocol family 2\n[ 0.436662] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.437944] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.439147] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.440336] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.441424] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.442601] NET: Registered protocol family 1\n[ 0.443465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.444574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.445877] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.460147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474687] Trying to unpack rootfs image as initramfs...\n[ 0.525294] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.539297] Scanning for low memory corruption every 60 seconds\n[ 0.540730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.541883] audit: initializing netlink subsys (disabled)\n[ 0.542978] audit: type=2000 audit(1539348996.693:1): initialized\n[ 0.544330] Initialise system trusted keyring\n[ 0.545400] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.546696] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.548676] zbud: loaded\n[ 0.549387] VFS: Disk quotas dquot_6.6.0\n[ 0.550231] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.551777] fuse init (API version 7.23)\n[ 0.552670] Key type big_key registered\n[ 0.553471] Allocating IMA MOK and blacklist keyrings.\n[ 0.554587] Key type asymmetric registered\n[ 0.555410] Asymmetric key parser 'x509' registered\n[ 0.556494] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.558245] io scheduler noop registered\n[ 0.559190] io scheduler deadline registered (default)\n[ 0.560402] io scheduler cfq registered\n[ 0.561414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562710] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.564287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.566017] ACPI: Power Button [PWRF]\n[ 0.567024] GHES: HEST is not enabled!\n[ 0.581114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.615904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619433] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643552] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.646019] Linux agpgart interface v0.103\n[ 0.649148] brd: module loaded\n[ 0.650467] loop: module loaded\n[ 0.654229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655966] GPT:90111 != 20971519\n[ 0.656800] GPT:Alternate GPT header not at the end of the disk.\n[ 0.658134] GPT:90111 != 20971519\n[ 0.658937] GPT: Use GNU Parted to correct GPT errors.\n[ 0.660097] vda: vda1 vda15\n[ 0.661757] scsi host0: ata_piix\n[ 0.662628] scsi host1: ata_piix\n[ 0.663462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.664934] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.666645] libphy: Fixed MDIO Bus: probed\n[ 0.667798] tun: Universal TUN/TAP device driver, 1.6\n[ 0.668941] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.671431] PPP generic driver version 2.4.2\n[ 0.672630] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673953] ehci-pci: EHCI PCI platform driver\n[ 0.674938] ehci-platform: EHCI generic platform driver\n[ 0.676036] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677281] ohci-pci: OHCI PCI platform driver\n[ 0.678211] ohci-platform: OHCI generic platform driver\n[ 0.679278] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694387] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.697268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.698463] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.699770] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.700994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.702520] usb usb1: Product: UHCI Host Controller\n[ 0.703823] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.708536] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.710079] hub 1-0:1.0: USB hub found\n[ 0.711376] hub 1-0:1.0: 2 ports detected\n[ 0.712825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.716331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.717825] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.719619] mousedev: PS/2 mouse device common for all mice\n[ 0.721666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724637] rtc_cmos 00:00: RTC can wake from S4\n[ 0.725905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727344] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.728802] i2c /dev entries driver\n[ 0.729722] device-mapper: uevent: version 1.0.3\n[ 0.730848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.732816] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734458] NET: Registered protocol family 10\n[ 0.735674] NET: Registered protocol family 17\n[ 0.736763] Key type dns_resolver registered\n[ 0.737876] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.739221] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.741324] registered taskstats version 1\n[ 0.742366] Loading compiled-in X.509 certificates\n[ 0.744023] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.746402] zswap: loaded using pool lzo/zbud\n[ 0.748022] Key type trusted registered\n[ 0.749550] Key type encrypted registered\n[ 0.750621] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.751968] ima: No TPM chip found, activating TPM-bypass!\n[ 0.753062] evm: HMAC attrs: 0x1\n[ 0.754178] Magic number: 6:90:936\n[ 0.755157] rtc_cmos 00:00: setting system clock to 2018-10-12 12:56:36 UTC (1539348996)\n[ 0.757113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758204] EDD information not available.\n[ 0.820099] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821697] ata1.00: configured for MWDMA2\n[ 0.822914] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.835392] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.836987] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.838561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.840438] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.841928] Write protecting the kernel read-only data: 14336k\n[ 0.843467] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.845246] 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.906238] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-10-12 12:57:20,972 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action used request id req-7a65e279-84f1-4e3c-bf68-4aada2cb14a3 2018-10-12 12:57:22,978 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7baf9ba6d0206dc5c136983b27ccd9c4f5cff3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:57:24,068 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:57: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-db5fa6d0-8f97-4d1c-8662-249f74b1e04b x-compute-request-id: req-db5fa6d0-8f97-4d1c-8662-249f74b1e04b Content-Encoding: gzip Content-Length: 7900 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 493419055 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.150448] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.152090] pid_max: default: 32768 minimum: 301\n[ 0.152973] ACPI: Core revision 20150930\n[ 0.154362] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155656] Security Framework initialized\n[ 0.156460] Yama: becoming mindful.\n[ 0.157183] AppArmor: AppArmor initialized\n[ 0.158070] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159470] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161136] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.162355] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163741] Initializing cgroup subsys io\n[ 0.164549] Initializing cgroup subsys memory\n[ 0.165397] Initializing cgroup subsys devices\n[ 0.166269] Initializing cgroup subsys freezer\n[ 0.167125] Initializing cgroup subsys net_cls\n[ 0.167985] Initializing cgroup subsys perf_event\n[ 0.168884] Initializing cgroup subsys net_prio\n[ 0.169764] Initializing cgroup subsys hugetlb\n[ 0.170627] Initializing cgroup subsys pids\n[ 0.171492] CPU: Physical Processor ID: 0\n[ 0.172979] mce: CPU supports 10 MCE banks\n[ 0.173834] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174819] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185687] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.192307] ftrace: allocating 31920 entries in 125 pages\n[ 0.219624] smpboot: Max logical packages: 1\n[ 0.220473] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.221819] x2apic enabled\n[ 0.222626] Switched APIC routing to physical x2apic.\n[ 0.224364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.225474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.227446] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.229212] KVM setup paravirtual spinlock\n[ 0.230509] x86: Booted up 1 node, 1 CPUs\n[ 0.231308] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232675] devtmpfs: initialized\n[ 0.234411] evm: security.selinux\n[ 0.235105] evm: security.SMACK64\n[ 0.235808] evm: security.SMACK64EXEC\n[ 0.236558] evm: security.SMACK64TRANSMUTE\n[ 0.237359] evm: security.SMACK64MMAP\n[ 0.238102] evm: security.ima\n[ 0.238739] evm: security.capability\n[ 0.239546] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241396] pinctrl core: initialized pinctrl subsystem\n[ 0.242503] RTC time: 12:56:35, date: 10/12/18\n[ 0.243442] NET: Registered protocol family 16\n[ 0.244399] cpuidle: using governor ladder\n[ 0.245206] cpuidle: using governor menu\n[ 0.245977] PCCT header not found.\n[ 0.246726] ACPI: bus type PCI registered\n[ 0.247526] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248756] PCI: Using configuration type 1 for base access\n[ 0.250976] ACPI: Added _OSI(Module Device)\n[ 0.251821] ACPI: Added _OSI(Processor Device)\n[ 0.252672] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255701] ACPI: Interpreter enabled\n[ 0.256460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262318] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264509] ACPI: (supports S0 S5)\n[ 0.265396] ACPI: Using IOAPIC for interrupt routing\n[ 0.266544] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269961] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271334] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272822] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.274264] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276922] acpiphp: Slot [3] registered\n[ 0.277878] acpiphp: Slot [4] registered\n[ 0.278836] acpiphp: Slot [5] registered\n[ 0.279785] acpiphp: Slot [6] registered\n[ 0.280739] acpiphp: Slot [7] registered\n[ 0.281689] acpiphp: Slot [8] registered\n[ 0.282638] acpiphp: Slot [9] registered\n[ 0.283612] acpiphp: Slot [10] registered\n[ 0.284577] acpiphp: Slot [11] registered\n[ 0.285544] acpiphp: Slot [12] registered\n[ 0.286516] acpiphp: Slot [13] registered\n[ 0.287478] acpiphp: Slot [14] registered\n[ 0.288443] acpiphp: Slot [15] registered\n[ 0.299490] acpiphp: Slot [16] registered\n[ 0.300469] acpiphp: Slot [17] registered\n[ 0.301437] acpiphp: Slot [18] registered\n[ 0.302406] acpiphp: Slot [19] registered\n[ 0.303370] acpiphp: Slot [20] registered\n[ 0.304345] acpiphp: Slot [21] registered\n[ 0.305305] acpiphp: Slot [22] registered\n[ 0.306267] acpiphp: Slot [23] registered\n[ 0.307231] acpiphp: Slot [24] registered\n[ 0.308197] acpiphp: Slot [25] registered\n[ 0.309163] acpiphp: Slot [26] registered\n[ 0.310125] acpiphp: Slot [27] registered\n[ 0.311086] acpiphp: Slot [28] registered\n[ 0.312041] acpiphp: Slot [29] registered\n[ 0.313001] acpiphp: Slot [30] registered\n[ 0.313968] acpiphp: Slot [31] registered\n[ 0.314930] PCI host bridge to bus 0000:00\n[ 0.315896] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.317358] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318824] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320554] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.322279] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328868] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.330427] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.331876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333415] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340581] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.342283] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.394084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.395786] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.397441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.399087] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.400694] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.402143] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.403505] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.404781] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.406643] vgaarb: loaded\n[ 0.407354] vgaarb: bridge control possible 0000:00:02.0\n[ 0.408708] SCSI subsystem initialized\n[ 0.409728] ACPI: bus type USB registered\n[ 0.410734] usbcore: registered new interface driver usbfs\n[ 0.412017] usbcore: registered new interface driver hub\n[ 0.413266] usbcore: registered new device driver usb\n[ 0.414419] PCI: Using ACPI for IRQ routing\n[ 0.415491] NetLabel: Initializing\n[ 0.416229] NetLabel: domain hash size = 128\n[ 0.417116] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418224] NetLabel: unlabeled traffic allowed by default\n[ 0.419539] clocksource: Switched to clocksource kvm-clock\n[ 0.425675] AppArmor: AppArmor Filesystem Enabled\n[ 0.426882] pnp: PnP ACPI init\n[ 0.427894] pnp: PnP ACPI: found 5 devices\n[ 0.433934] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.435692] NET: Registered protocol family 2\n[ 0.436662] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.437944] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.439147] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.440336] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.441424] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.442601] NET: Registered protocol family 1\n[ 0.443465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.444574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.445877] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.460147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474687] Trying to unpack rootfs image as initramfs...\n[ 0.525294] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.539297] Scanning for low memory corruption every 60 seconds\n[ 0.540730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.541883] audit: initializing netlink subsys (disabled)\n[ 0.542978] audit: type=2000 audit(1539348996.693:1): initialized\n[ 0.544330] Initialise system trusted keyring\n[ 0.545400] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.546696] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.548676] zbud: loaded\n[ 0.549387] VFS: Disk quotas dquot_6.6.0\n[ 0.550231] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.551777] fuse init (API version 7.23)\n[ 0.552670] Key type big_key registered\n[ 0.553471] Allocating IMA MOK and blacklist keyrings.\n[ 0.554587] Key type asymmetric registered\n[ 0.555410] Asymmetric key parser 'x509' registered\n[ 0.556494] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.558245] io scheduler noop registered\n[ 0.559190] io scheduler deadline registered (default)\n[ 0.560402] io scheduler cfq registered\n[ 0.561414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562710] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.564287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.566017] ACPI: Power Button [PWRF]\n[ 0.567024] GHES: HEST is not enabled!\n[ 0.581114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.615904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619433] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643552] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.646019] Linux agpgart interface v0.103\n[ 0.649148] brd: module loaded\n[ 0.650467] loop: module loaded\n[ 0.654229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655966] GPT:90111 != 20971519\n[ 0.656800] GPT:Alternate GPT header not at the end of the disk.\n[ 0.658134] GPT:90111 != 20971519\n[ 0.658937] GPT: Use GNU Parted to correct GPT errors.\n[ 0.660097] vda: vda1 vda15\n[ 0.661757] scsi host0: ata_piix\n[ 0.662628] scsi host1: ata_piix\n[ 0.663462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.664934] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.666645] libphy: Fixed MDIO Bus: probed\n[ 0.667798] tun: Universal TUN/TAP device driver, 1.6\n[ 0.668941] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.671431] PPP generic driver version 2.4.2\n[ 0.672630] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673953] ehci-pci: EHCI PCI platform driver\n[ 0.674938] ehci-platform: EHCI generic platform driver\n[ 0.676036] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677281] ohci-pci: OHCI PCI platform driver\n[ 0.678211] ohci-platform: OHCI generic platform driver\n[ 0.679278] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694387] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.697268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.698463] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.699770] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.700994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.702520] usb usb1: Product: UHCI Host Controller\n[ 0.703823] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.708536] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.710079] hub 1-0:1.0: USB hub found\n[ 0.711376] hub 1-0:1.0: 2 ports detected\n[ 0.712825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.716331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.717825] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.719619] mousedev: PS/2 mouse device common for all mice\n[ 0.721666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724637] rtc_cmos 00:00: RTC can wake from S4\n[ 0.725905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727344] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.728802] i2c /dev entries driver\n[ 0.729722] device-mapper: uevent: version 1.0.3\n[ 0.730848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.732816] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734458] NET: Registered protocol family 10\n[ 0.735674] NET: Registered protocol family 17\n[ 0.736763] Key type dns_resolver registered\n[ 0.737876] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.739221] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.741324] registered taskstats version 1\n[ 0.742366] Loading compiled-in X.509 certificates\n[ 0.744023] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.746402] zswap: loaded using pool lzo/zbud\n[ 0.748022] Key type trusted registered\n[ 0.749550] Key type encrypted registered\n[ 0.750621] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.751968] ima: No TPM chip found, activating TPM-bypass!\n[ 0.753062] evm: HMAC attrs: 0x1\n[ 0.754178] Magic number: 6:90:936\n[ 0.755157] rtc_cmos 00:00: setting system clock to 2018-10-12 12:56:36 UTC (1539348996)\n[ 0.757113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758204] EDD information not available.\n[ 0.820099] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821697] ata1.00: configured for MWDMA2\n[ 0.822914] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.835392] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.836987] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.838561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.840438] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.841928] Write protecting the kernel read-only data: 14336k\n[ 0.843467] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.845246] 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.906238] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-10-12 12:57:24,068 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action used request id req-db5fa6d0-8f97-4d1c-8662-249f74b1e04b 2018-10-12 12:57:26,074 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7baf9ba6d0206dc5c136983b27ccd9c4f5cff3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:57:27,148 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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,Accept-Encoding x-openstack-request-id: req-d06c8f8f-f71a-4c31-ab35-ac6f979e1ae6 x-compute-request-id: req-d06c8f8f-f71a-4c31-ab35-ac6f979e1ae6 Content-Encoding: gzip Content-Length: 7900 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 493419055 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.150448] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.152090] pid_max: default: 32768 minimum: 301\n[ 0.152973] ACPI: Core revision 20150930\n[ 0.154362] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155656] Security Framework initialized\n[ 0.156460] Yama: becoming mindful.\n[ 0.157183] AppArmor: AppArmor initialized\n[ 0.158070] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159470] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161136] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.162355] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163741] Initializing cgroup subsys io\n[ 0.164549] Initializing cgroup subsys memory\n[ 0.165397] Initializing cgroup subsys devices\n[ 0.166269] Initializing cgroup subsys freezer\n[ 0.167125] Initializing cgroup subsys net_cls\n[ 0.167985] Initializing cgroup subsys perf_event\n[ 0.168884] Initializing cgroup subsys net_prio\n[ 0.169764] Initializing cgroup subsys hugetlb\n[ 0.170627] Initializing cgroup subsys pids\n[ 0.171492] CPU: Physical Processor ID: 0\n[ 0.172979] mce: CPU supports 10 MCE banks\n[ 0.173834] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174819] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185687] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.192307] ftrace: allocating 31920 entries in 125 pages\n[ 0.219624] smpboot: Max logical packages: 1\n[ 0.220473] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.221819] x2apic enabled\n[ 0.222626] Switched APIC routing to physical x2apic.\n[ 0.224364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.225474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.227446] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.229212] KVM setup paravirtual spinlock\n[ 0.230509] x86: Booted up 1 node, 1 CPUs\n[ 0.231308] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232675] devtmpfs: initialized\n[ 0.234411] evm: security.selinux\n[ 0.235105] evm: security.SMACK64\n[ 0.235808] evm: security.SMACK64EXEC\n[ 0.236558] evm: security.SMACK64TRANSMUTE\n[ 0.237359] evm: security.SMACK64MMAP\n[ 0.238102] evm: security.ima\n[ 0.238739] evm: security.capability\n[ 0.239546] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241396] pinctrl core: initialized pinctrl subsystem\n[ 0.242503] RTC time: 12:56:35, date: 10/12/18\n[ 0.243442] NET: Registered protocol family 16\n[ 0.244399] cpuidle: using governor ladder\n[ 0.245206] cpuidle: using governor menu\n[ 0.245977] PCCT header not found.\n[ 0.246726] ACPI: bus type PCI registered\n[ 0.247526] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248756] PCI: Using configuration type 1 for base access\n[ 0.250976] ACPI: Added _OSI(Module Device)\n[ 0.251821] ACPI: Added _OSI(Processor Device)\n[ 0.252672] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255701] ACPI: Interpreter enabled\n[ 0.256460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262318] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264509] ACPI: (supports S0 S5)\n[ 0.265396] ACPI: Using IOAPIC for interrupt routing\n[ 0.266544] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269961] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271334] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272822] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.274264] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276922] acpiphp: Slot [3] registered\n[ 0.277878] acpiphp: Slot [4] registered\n[ 0.278836] acpiphp: Slot [5] registered\n[ 0.279785] acpiphp: Slot [6] registered\n[ 0.280739] acpiphp: Slot [7] registered\n[ 0.281689] acpiphp: Slot [8] registered\n[ 0.282638] acpiphp: Slot [9] registered\n[ 0.283612] acpiphp: Slot [10] registered\n[ 0.284577] acpiphp: Slot [11] registered\n[ 0.285544] acpiphp: Slot [12] registered\n[ 0.286516] acpiphp: Slot [13] registered\n[ 0.287478] acpiphp: Slot [14] registered\n[ 0.288443] acpiphp: Slot [15] registered\n[ 0.299490] acpiphp: Slot [16] registered\n[ 0.300469] acpiphp: Slot [17] registered\n[ 0.301437] acpiphp: Slot [18] registered\n[ 0.302406] acpiphp: Slot [19] registered\n[ 0.303370] acpiphp: Slot [20] registered\n[ 0.304345] acpiphp: Slot [21] registered\n[ 0.305305] acpiphp: Slot [22] registered\n[ 0.306267] acpiphp: Slot [23] registered\n[ 0.307231] acpiphp: Slot [24] registered\n[ 0.308197] acpiphp: Slot [25] registered\n[ 0.309163] acpiphp: Slot [26] registered\n[ 0.310125] acpiphp: Slot [27] registered\n[ 0.311086] acpiphp: Slot [28] registered\n[ 0.312041] acpiphp: Slot [29] registered\n[ 0.313001] acpiphp: Slot [30] registered\n[ 0.313968] acpiphp: Slot [31] registered\n[ 0.314930] PCI host bridge to bus 0000:00\n[ 0.315896] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.317358] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318824] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320554] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.322279] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328868] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.330427] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.331876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333415] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340581] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.342283] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.394084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.395786] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.397441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.399087] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.400694] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.402143] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.403505] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.404781] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.406643] vgaarb: loaded\n[ 0.407354] vgaarb: bridge control possible 0000:00:02.0\n[ 0.408708] SCSI subsystem initialized\n[ 0.409728] ACPI: bus type USB registered\n[ 0.410734] usbcore: registered new interface driver usbfs\n[ 0.412017] usbcore: registered new interface driver hub\n[ 0.413266] usbcore: registered new device driver usb\n[ 0.414419] PCI: Using ACPI for IRQ routing\n[ 0.415491] NetLabel: Initializing\n[ 0.416229] NetLabel: domain hash size = 128\n[ 0.417116] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418224] NetLabel: unlabeled traffic allowed by default\n[ 0.419539] clocksource: Switched to clocksource kvm-clock\n[ 0.425675] AppArmor: AppArmor Filesystem Enabled\n[ 0.426882] pnp: PnP ACPI init\n[ 0.427894] pnp: PnP ACPI: found 5 devices\n[ 0.433934] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.435692] NET: Registered protocol family 2\n[ 0.436662] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.437944] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.439147] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.440336] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.441424] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.442601] NET: Registered protocol family 1\n[ 0.443465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.444574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.445877] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.460147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474687] Trying to unpack rootfs image as initramfs...\n[ 0.525294] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.539297] Scanning for low memory corruption every 60 seconds\n[ 0.540730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.541883] audit: initializing netlink subsys (disabled)\n[ 0.542978] audit: type=2000 audit(1539348996.693:1): initialized\n[ 0.544330] Initialise system trusted keyring\n[ 0.545400] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.546696] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.548676] zbud: loaded\n[ 0.549387] VFS: Disk quotas dquot_6.6.0\n[ 0.550231] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.551777] fuse init (API version 7.23)\n[ 0.552670] Key type big_key registered\n[ 0.553471] Allocating IMA MOK and blacklist keyrings.\n[ 0.554587] Key type asymmetric registered\n[ 0.555410] Asymmetric key parser 'x509' registered\n[ 0.556494] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.558245] io scheduler noop registered\n[ 0.559190] io scheduler deadline registered (default)\n[ 0.560402] io scheduler cfq registered\n[ 0.561414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562710] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.564287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.566017] ACPI: Power Button [PWRF]\n[ 0.567024] GHES: HEST is not enabled!\n[ 0.581114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.615904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619433] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643552] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.646019] Linux agpgart interface v0.103\n[ 0.649148] brd: module loaded\n[ 0.650467] loop: module loaded\n[ 0.654229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655966] GPT:90111 != 20971519\n[ 0.656800] GPT:Alternate GPT header not at the end of the disk.\n[ 0.658134] GPT:90111 != 20971519\n[ 0.658937] GPT: Use GNU Parted to correct GPT errors.\n[ 0.660097] vda: vda1 vda15\n[ 0.661757] scsi host0: ata_piix\n[ 0.662628] scsi host1: ata_piix\n[ 0.663462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.664934] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.666645] libphy: Fixed MDIO Bus: probed\n[ 0.667798] tun: Universal TUN/TAP device driver, 1.6\n[ 0.668941] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.671431] PPP generic driver version 2.4.2\n[ 0.672630] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673953] ehci-pci: EHCI PCI platform driver\n[ 0.674938] ehci-platform: EHCI generic platform driver\n[ 0.676036] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677281] ohci-pci: OHCI PCI platform driver\n[ 0.678211] ohci-platform: OHCI generic platform driver\n[ 0.679278] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694387] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.697268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.698463] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.699770] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.700994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.702520] usb usb1: Product: UHCI Host Controller\n[ 0.703823] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.708536] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.710079] hub 1-0:1.0: USB hub found\n[ 0.711376] hub 1-0:1.0: 2 ports detected\n[ 0.712825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.716331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.717825] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.719619] mousedev: PS/2 mouse device common for all mice\n[ 0.721666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724637] rtc_cmos 00:00: RTC can wake from S4\n[ 0.725905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727344] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.728802] i2c /dev entries driver\n[ 0.729722] device-mapper: uevent: version 1.0.3\n[ 0.730848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.732816] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734458] NET: Registered protocol family 10\n[ 0.735674] NET: Registered protocol family 17\n[ 0.736763] Key type dns_resolver registered\n[ 0.737876] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.739221] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.741324] registered taskstats version 1\n[ 0.742366] Loading compiled-in X.509 certificates\n[ 0.744023] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.746402] zswap: loaded using pool lzo/zbud\n[ 0.748022] Key type trusted registered\n[ 0.749550] Key type encrypted registered\n[ 0.750621] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.751968] ima: No TPM chip found, activating TPM-bypass!\n[ 0.753062] evm: HMAC attrs: 0x1\n[ 0.754178] Magic number: 6:90:936\n[ 0.755157] rtc_cmos 00:00: setting system clock to 2018-10-12 12:56:36 UTC (1539348996)\n[ 0.757113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758204] EDD information not available.\n[ 0.820099] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821697] ata1.00: configured for MWDMA2\n[ 0.822914] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.835392] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.836987] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.838561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.840438] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.841928] Write protecting the kernel read-only data: 14336k\n[ 0.843467] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.845246] 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.906238] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-10-12 12:57:27,148 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action used request id req-d06c8f8f-f71a-4c31-ab35-ac6f979e1ae6 2018-10-12 12:57:29,155 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7baf9ba6d0206dc5c136983b27ccd9c4f5cff3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:57:30,233 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:57: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-555aadbc-3b93-4b28-b6f6-5032e99df175 x-compute-request-id: req-555aadbc-3b93-4b28-b6f6-5032e99df175 Content-Encoding: gzip Content-Length: 7900 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 493419055 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.150448] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.152090] pid_max: default: 32768 minimum: 301\n[ 0.152973] ACPI: Core revision 20150930\n[ 0.154362] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155656] Security Framework initialized\n[ 0.156460] Yama: becoming mindful.\n[ 0.157183] AppArmor: AppArmor initialized\n[ 0.158070] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159470] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161136] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.162355] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163741] Initializing cgroup subsys io\n[ 0.164549] Initializing cgroup subsys memory\n[ 0.165397] Initializing cgroup subsys devices\n[ 0.166269] Initializing cgroup subsys freezer\n[ 0.167125] Initializing cgroup subsys net_cls\n[ 0.167985] Initializing cgroup subsys perf_event\n[ 0.168884] Initializing cgroup subsys net_prio\n[ 0.169764] Initializing cgroup subsys hugetlb\n[ 0.170627] Initializing cgroup subsys pids\n[ 0.171492] CPU: Physical Processor ID: 0\n[ 0.172979] mce: CPU supports 10 MCE banks\n[ 0.173834] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174819] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185687] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.192307] ftrace: allocating 31920 entries in 125 pages\n[ 0.219624] smpboot: Max logical packages: 1\n[ 0.220473] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.221819] x2apic enabled\n[ 0.222626] Switched APIC routing to physical x2apic.\n[ 0.224364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.225474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.227446] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.229212] KVM setup paravirtual spinlock\n[ 0.230509] x86: Booted up 1 node, 1 CPUs\n[ 0.231308] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232675] devtmpfs: initialized\n[ 0.234411] evm: security.selinux\n[ 0.235105] evm: security.SMACK64\n[ 0.235808] evm: security.SMACK64EXEC\n[ 0.236558] evm: security.SMACK64TRANSMUTE\n[ 0.237359] evm: security.SMACK64MMAP\n[ 0.238102] evm: security.ima\n[ 0.238739] evm: security.capability\n[ 0.239546] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241396] pinctrl core: initialized pinctrl subsystem\n[ 0.242503] RTC time: 12:56:35, date: 10/12/18\n[ 0.243442] NET: Registered protocol family 16\n[ 0.244399] cpuidle: using governor ladder\n[ 0.245206] cpuidle: using governor menu\n[ 0.245977] PCCT header not found.\n[ 0.246726] ACPI: bus type PCI registered\n[ 0.247526] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248756] PCI: Using configuration type 1 for base access\n[ 0.250976] ACPI: Added _OSI(Module Device)\n[ 0.251821] ACPI: Added _OSI(Processor Device)\n[ 0.252672] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255701] ACPI: Interpreter enabled\n[ 0.256460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262318] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264509] ACPI: (supports S0 S5)\n[ 0.265396] ACPI: Using IOAPIC for interrupt routing\n[ 0.266544] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269961] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271334] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272822] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.274264] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276922] acpiphp: Slot [3] registered\n[ 0.277878] acpiphp: Slot [4] registered\n[ 0.278836] acpiphp: Slot [5] registered\n[ 0.279785] acpiphp: Slot [6] registered\n[ 0.280739] acpiphp: Slot [7] registered\n[ 0.281689] acpiphp: Slot [8] registered\n[ 0.282638] acpiphp: Slot [9] registered\n[ 0.283612] acpiphp: Slot [10] registered\n[ 0.284577] acpiphp: Slot [11] registered\n[ 0.285544] acpiphp: Slot [12] registered\n[ 0.286516] acpiphp: Slot [13] registered\n[ 0.287478] acpiphp: Slot [14] registered\n[ 0.288443] acpiphp: Slot [15] registered\n[ 0.299490] acpiphp: Slot [16] registered\n[ 0.300469] acpiphp: Slot [17] registered\n[ 0.301437] acpiphp: Slot [18] registered\n[ 0.302406] acpiphp: Slot [19] registered\n[ 0.303370] acpiphp: Slot [20] registered\n[ 0.304345] acpiphp: Slot [21] registered\n[ 0.305305] acpiphp: Slot [22] registered\n[ 0.306267] acpiphp: Slot [23] registered\n[ 0.307231] acpiphp: Slot [24] registered\n[ 0.308197] acpiphp: Slot [25] registered\n[ 0.309163] acpiphp: Slot [26] registered\n[ 0.310125] acpiphp: Slot [27] registered\n[ 0.311086] acpiphp: Slot [28] registered\n[ 0.312041] acpiphp: Slot [29] registered\n[ 0.313001] acpiphp: Slot [30] registered\n[ 0.313968] acpiphp: Slot [31] registered\n[ 0.314930] PCI host bridge to bus 0000:00\n[ 0.315896] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.317358] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318824] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320554] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.322279] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328868] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.330427] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.331876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333415] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340581] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.342283] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.394084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.395786] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.397441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.399087] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.400694] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.402143] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.403505] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.404781] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.406643] vgaarb: loaded\n[ 0.407354] vgaarb: bridge control possible 0000:00:02.0\n[ 0.408708] SCSI subsystem initialized\n[ 0.409728] ACPI: bus type USB registered\n[ 0.410734] usbcore: registered new interface driver usbfs\n[ 0.412017] usbcore: registered new interface driver hub\n[ 0.413266] usbcore: registered new device driver usb\n[ 0.414419] PCI: Using ACPI for IRQ routing\n[ 0.415491] NetLabel: Initializing\n[ 0.416229] NetLabel: domain hash size = 128\n[ 0.417116] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418224] NetLabel: unlabeled traffic allowed by default\n[ 0.419539] clocksource: Switched to clocksource kvm-clock\n[ 0.425675] AppArmor: AppArmor Filesystem Enabled\n[ 0.426882] pnp: PnP ACPI init\n[ 0.427894] pnp: PnP ACPI: found 5 devices\n[ 0.433934] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.435692] NET: Registered protocol family 2\n[ 0.436662] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.437944] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.439147] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.440336] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.441424] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.442601] NET: Registered protocol family 1\n[ 0.443465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.444574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.445877] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.460147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474687] Trying to unpack rootfs image as initramfs...\n[ 0.525294] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.539297] Scanning for low memory corruption every 60 seconds\n[ 0.540730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.541883] audit: initializing netlink subsys (disabled)\n[ 0.542978] audit: type=2000 audit(1539348996.693:1): initialized\n[ 0.544330] Initialise system trusted keyring\n[ 0.545400] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.546696] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.548676] zbud: loaded\n[ 0.549387] VFS: Disk quotas dquot_6.6.0\n[ 0.550231] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.551777] fuse init (API version 7.23)\n[ 0.552670] Key type big_key registered\n[ 0.553471] Allocating IMA MOK and blacklist keyrings.\n[ 0.554587] Key type asymmetric registered\n[ 0.555410] Asymmetric key parser 'x509' registered\n[ 0.556494] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.558245] io scheduler noop registered\n[ 0.559190] io scheduler deadline registered (default)\n[ 0.560402] io scheduler cfq registered\n[ 0.561414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562710] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.564287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.566017] ACPI: Power Button [PWRF]\n[ 0.567024] GHES: HEST is not enabled!\n[ 0.581114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.615904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619433] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643552] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.646019] Linux agpgart interface v0.103\n[ 0.649148] brd: module loaded\n[ 0.650467] loop: module loaded\n[ 0.654229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655966] GPT:90111 != 20971519\n[ 0.656800] GPT:Alternate GPT header not at the end of the disk.\n[ 0.658134] GPT:90111 != 20971519\n[ 0.658937] GPT: Use GNU Parted to correct GPT errors.\n[ 0.660097] vda: vda1 vda15\n[ 0.661757] scsi host0: ata_piix\n[ 0.662628] scsi host1: ata_piix\n[ 0.663462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.664934] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.666645] libphy: Fixed MDIO Bus: probed\n[ 0.667798] tun: Universal TUN/TAP device driver, 1.6\n[ 0.668941] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.671431] PPP generic driver version 2.4.2\n[ 0.672630] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673953] ehci-pci: EHCI PCI platform driver\n[ 0.674938] ehci-platform: EHCI generic platform driver\n[ 0.676036] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677281] ohci-pci: OHCI PCI platform driver\n[ 0.678211] ohci-platform: OHCI generic platform driver\n[ 0.679278] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694387] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.697268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.698463] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.699770] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.700994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.702520] usb usb1: Product: UHCI Host Controller\n[ 0.703823] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.708536] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.710079] hub 1-0:1.0: USB hub found\n[ 0.711376] hub 1-0:1.0: 2 ports detected\n[ 0.712825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.716331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.717825] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.719619] mousedev: PS/2 mouse device common for all mice\n[ 0.721666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724637] rtc_cmos 00:00: RTC can wake from S4\n[ 0.725905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727344] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.728802] i2c /dev entries driver\n[ 0.729722] device-mapper: uevent: version 1.0.3\n[ 0.730848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.732816] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734458] NET: Registered protocol family 10\n[ 0.735674] NET: Registered protocol family 17\n[ 0.736763] Key type dns_resolver registered\n[ 0.737876] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.739221] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.741324] registered taskstats version 1\n[ 0.742366] Loading compiled-in X.509 certificates\n[ 0.744023] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.746402] zswap: loaded using pool lzo/zbud\n[ 0.748022] Key type trusted registered\n[ 0.749550] Key type encrypted registered\n[ 0.750621] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.751968] ima: No TPM chip found, activating TPM-bypass!\n[ 0.753062] evm: HMAC attrs: 0x1\n[ 0.754178] Magic number: 6:90:936\n[ 0.755157] rtc_cmos 00:00: setting system clock to 2018-10-12 12:56:36 UTC (1539348996)\n[ 0.757113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758204] EDD information not available.\n[ 0.820099] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821697] ata1.00: configured for MWDMA2\n[ 0.822914] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.835392] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.836987] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.838561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.840438] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.841928] Write protecting the kernel read-only data: 14336k\n[ 0.843467] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.845246] 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.906238] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-10-12 12:57:30,234 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action used request id req-555aadbc-3b93-4b28-b6f6-5032e99df175 2018-10-12 12:57:32,240 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7baf9ba6d0206dc5c136983b27ccd9c4f5cff3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:57:33,320 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:57:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-03528317-8dc1-4e0c-ba70-2ea12deead0f x-compute-request-id: req-03528317-8dc1-4e0c-ba70-2ea12deead0f Content-Encoding: gzip Content-Length: 7900 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 493419055 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.150448] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.152090] pid_max: default: 32768 minimum: 301\n[ 0.152973] ACPI: Core revision 20150930\n[ 0.154362] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155656] Security Framework initialized\n[ 0.156460] Yama: becoming mindful.\n[ 0.157183] AppArmor: AppArmor initialized\n[ 0.158070] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159470] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161136] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.162355] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163741] Initializing cgroup subsys io\n[ 0.164549] Initializing cgroup subsys memory\n[ 0.165397] Initializing cgroup subsys devices\n[ 0.166269] Initializing cgroup subsys freezer\n[ 0.167125] Initializing cgroup subsys net_cls\n[ 0.167985] Initializing cgroup subsys perf_event\n[ 0.168884] Initializing cgroup subsys net_prio\n[ 0.169764] Initializing cgroup subsys hugetlb\n[ 0.170627] Initializing cgroup subsys pids\n[ 0.171492] CPU: Physical Processor ID: 0\n[ 0.172979] mce: CPU supports 10 MCE banks\n[ 0.173834] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174819] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185687] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.192307] ftrace: allocating 31920 entries in 125 pages\n[ 0.219624] smpboot: Max logical packages: 1\n[ 0.220473] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.221819] x2apic enabled\n[ 0.222626] Switched APIC routing to physical x2apic.\n[ 0.224364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.225474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.227446] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.229212] KVM setup paravirtual spinlock\n[ 0.230509] x86: Booted up 1 node, 1 CPUs\n[ 0.231308] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232675] devtmpfs: initialized\n[ 0.234411] evm: security.selinux\n[ 0.235105] evm: security.SMACK64\n[ 0.235808] evm: security.SMACK64EXEC\n[ 0.236558] evm: security.SMACK64TRANSMUTE\n[ 0.237359] evm: security.SMACK64MMAP\n[ 0.238102] evm: security.ima\n[ 0.238739] evm: security.capability\n[ 0.239546] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241396] pinctrl core: initialized pinctrl subsystem\n[ 0.242503] RTC time: 12:56:35, date: 10/12/18\n[ 0.243442] NET: Registered protocol family 16\n[ 0.244399] cpuidle: using governor ladder\n[ 0.245206] cpuidle: using governor menu\n[ 0.245977] PCCT header not found.\n[ 0.246726] ACPI: bus type PCI registered\n[ 0.247526] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248756] PCI: Using configuration type 1 for base access\n[ 0.250976] ACPI: Added _OSI(Module Device)\n[ 0.251821] ACPI: Added _OSI(Processor Device)\n[ 0.252672] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255701] ACPI: Interpreter enabled\n[ 0.256460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262318] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264509] ACPI: (supports S0 S5)\n[ 0.265396] ACPI: Using IOAPIC for interrupt routing\n[ 0.266544] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269961] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271334] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272822] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.274264] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276922] acpiphp: Slot [3] registered\n[ 0.277878] acpiphp: Slot [4] registered\n[ 0.278836] acpiphp: Slot [5] registered\n[ 0.279785] acpiphp: Slot [6] registered\n[ 0.280739] acpiphp: Slot [7] registered\n[ 0.281689] acpiphp: Slot [8] registered\n[ 0.282638] acpiphp: Slot [9] registered\n[ 0.283612] acpiphp: Slot [10] registered\n[ 0.284577] acpiphp: Slot [11] registered\n[ 0.285544] acpiphp: Slot [12] registered\n[ 0.286516] acpiphp: Slot [13] registered\n[ 0.287478] acpiphp: Slot [14] registered\n[ 0.288443] acpiphp: Slot [15] registered\n[ 0.299490] acpiphp: Slot [16] registered\n[ 0.300469] acpiphp: Slot [17] registered\n[ 0.301437] acpiphp: Slot [18] registered\n[ 0.302406] acpiphp: Slot [19] registered\n[ 0.303370] acpiphp: Slot [20] registered\n[ 0.304345] acpiphp: Slot [21] registered\n[ 0.305305] acpiphp: Slot [22] registered\n[ 0.306267] acpiphp: Slot [23] registered\n[ 0.307231] acpiphp: Slot [24] registered\n[ 0.308197] acpiphp: Slot [25] registered\n[ 0.309163] acpiphp: Slot [26] registered\n[ 0.310125] acpiphp: Slot [27] registered\n[ 0.311086] acpiphp: Slot [28] registered\n[ 0.312041] acpiphp: Slot [29] registered\n[ 0.313001] acpiphp: Slot [30] registered\n[ 0.313968] acpiphp: Slot [31] registered\n[ 0.314930] PCI host bridge to bus 0000:00\n[ 0.315896] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.317358] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318824] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320554] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.322279] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328868] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.330427] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.331876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333415] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340581] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.342283] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.394084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.395786] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.397441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.399087] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.400694] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.402143] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.403505] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.404781] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.406643] vgaarb: loaded\n[ 0.407354] vgaarb: bridge control possible 0000:00:02.0\n[ 0.408708] SCSI subsystem initialized\n[ 0.409728] ACPI: bus type USB registered\n[ 0.410734] usbcore: registered new interface driver usbfs\n[ 0.412017] usbcore: registered new interface driver hub\n[ 0.413266] usbcore: registered new device driver usb\n[ 0.414419] PCI: Using ACPI for IRQ routing\n[ 0.415491] NetLabel: Initializing\n[ 0.416229] NetLabel: domain hash size = 128\n[ 0.417116] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418224] NetLabel: unlabeled traffic allowed by default\n[ 0.419539] clocksource: Switched to clocksource kvm-clock\n[ 0.425675] AppArmor: AppArmor Filesystem Enabled\n[ 0.426882] pnp: PnP ACPI init\n[ 0.427894] pnp: PnP ACPI: found 5 devices\n[ 0.433934] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.435692] NET: Registered protocol family 2\n[ 0.436662] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.437944] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.439147] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.440336] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.441424] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.442601] NET: Registered protocol family 1\n[ 0.443465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.444574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.445877] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.460147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474687] Trying to unpack rootfs image as initramfs...\n[ 0.525294] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.539297] Scanning for low memory corruption every 60 seconds\n[ 0.540730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.541883] audit: initializing netlink subsys (disabled)\n[ 0.542978] audit: type=2000 audit(1539348996.693:1): initialized\n[ 0.544330] Initialise system trusted keyring\n[ 0.545400] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.546696] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.548676] zbud: loaded\n[ 0.549387] VFS: Disk quotas dquot_6.6.0\n[ 0.550231] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.551777] fuse init (API version 7.23)\n[ 0.552670] Key type big_key registered\n[ 0.553471] Allocating IMA MOK and blacklist keyrings.\n[ 0.554587] Key type asymmetric registered\n[ 0.555410] Asymmetric key parser 'x509' registered\n[ 0.556494] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.558245] io scheduler noop registered\n[ 0.559190] io scheduler deadline registered (default)\n[ 0.560402] io scheduler cfq registered\n[ 0.561414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562710] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.564287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.566017] ACPI: Power Button [PWRF]\n[ 0.567024] GHES: HEST is not enabled!\n[ 0.581114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.615904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619433] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643552] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.646019] Linux agpgart interface v0.103\n[ 0.649148] brd: module loaded\n[ 0.650467] loop: module loaded\n[ 0.654229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655966] GPT:90111 != 20971519\n[ 0.656800] GPT:Alternate GPT header not at the end of the disk.\n[ 0.658134] GPT:90111 != 20971519\n[ 0.658937] GPT: Use GNU Parted to correct GPT errors.\n[ 0.660097] vda: vda1 vda15\n[ 0.661757] scsi host0: ata_piix\n[ 0.662628] scsi host1: ata_piix\n[ 0.663462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.664934] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.666645] libphy: Fixed MDIO Bus: probed\n[ 0.667798] tun: Universal TUN/TAP device driver, 1.6\n[ 0.668941] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.671431] PPP generic driver version 2.4.2\n[ 0.672630] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673953] ehci-pci: EHCI PCI platform driver\n[ 0.674938] ehci-platform: EHCI generic platform driver\n[ 0.676036] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677281] ohci-pci: OHCI PCI platform driver\n[ 0.678211] ohci-platform: OHCI generic platform driver\n[ 0.679278] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694387] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.697268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.698463] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.699770] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.700994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.702520] usb usb1: Product: UHCI Host Controller\n[ 0.703823] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.708536] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.710079] hub 1-0:1.0: USB hub found\n[ 0.711376] hub 1-0:1.0: 2 ports detected\n[ 0.712825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.716331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.717825] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.719619] mousedev: PS/2 mouse device common for all mice\n[ 0.721666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724637] rtc_cmos 00:00: RTC can wake from S4\n[ 0.725905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727344] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.728802] i2c /dev entries driver\n[ 0.729722] device-mapper: uevent: version 1.0.3\n[ 0.730848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.732816] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734458] NET: Registered protocol family 10\n[ 0.735674] NET: Registered protocol family 17\n[ 0.736763] Key type dns_resolver registered\n[ 0.737876] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.739221] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.741324] registered taskstats version 1\n[ 0.742366] Loading compiled-in X.509 certificates\n[ 0.744023] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.746402] zswap: loaded using pool lzo/zbud\n[ 0.748022] Key type trusted registered\n[ 0.749550] Key type encrypted registered\n[ 0.750621] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.751968] ima: No TPM chip found, activating TPM-bypass!\n[ 0.753062] evm: HMAC attrs: 0x1\n[ 0.754178] Magic number: 6:90:936\n[ 0.755157] rtc_cmos 00:00: setting system clock to 2018-10-12 12:56:36 UTC (1539348996)\n[ 0.757113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758204] EDD information not available.\n[ 0.820099] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821697] ata1.00: configured for MWDMA2\n[ 0.822914] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.835392] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.836987] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.838561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.840438] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.841928] Write protecting the kernel read-only data: 14336k\n[ 0.843467] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.845246] 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.906238] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-10-12 12:57:33,321 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action used request id req-03528317-8dc1-4e0c-ba70-2ea12deead0f 2018-10-12 12:57:35,326 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7baf9ba6d0206dc5c136983b27ccd9c4f5cff3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:57:36,408 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:57:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6fb039d8-ce46-40cd-b193-1930f6525417 x-compute-request-id: req-6fb039d8-ce46-40cd-b193-1930f6525417 Content-Encoding: gzip Content-Length: 7900 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 493419055 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.150448] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.152090] pid_max: default: 32768 minimum: 301\n[ 0.152973] ACPI: Core revision 20150930\n[ 0.154362] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155656] Security Framework initialized\n[ 0.156460] Yama: becoming mindful.\n[ 0.157183] AppArmor: AppArmor initialized\n[ 0.158070] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159470] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161136] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.162355] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163741] Initializing cgroup subsys io\n[ 0.164549] Initializing cgroup subsys memory\n[ 0.165397] Initializing cgroup subsys devices\n[ 0.166269] Initializing cgroup subsys freezer\n[ 0.167125] Initializing cgroup subsys net_cls\n[ 0.167985] Initializing cgroup subsys perf_event\n[ 0.168884] Initializing cgroup subsys net_prio\n[ 0.169764] Initializing cgroup subsys hugetlb\n[ 0.170627] Initializing cgroup subsys pids\n[ 0.171492] CPU: Physical Processor ID: 0\n[ 0.172979] mce: CPU supports 10 MCE banks\n[ 0.173834] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174819] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185687] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.192307] ftrace: allocating 31920 entries in 125 pages\n[ 0.219624] smpboot: Max logical packages: 1\n[ 0.220473] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.221819] x2apic enabled\n[ 0.222626] Switched APIC routing to physical x2apic.\n[ 0.224364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.225474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.227446] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.229212] KVM setup paravirtual spinlock\n[ 0.230509] x86: Booted up 1 node, 1 CPUs\n[ 0.231308] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232675] devtmpfs: initialized\n[ 0.234411] evm: security.selinux\n[ 0.235105] evm: security.SMACK64\n[ 0.235808] evm: security.SMACK64EXEC\n[ 0.236558] evm: security.SMACK64TRANSMUTE\n[ 0.237359] evm: security.SMACK64MMAP\n[ 0.238102] evm: security.ima\n[ 0.238739] evm: security.capability\n[ 0.239546] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241396] pinctrl core: initialized pinctrl subsystem\n[ 0.242503] RTC time: 12:56:35, date: 10/12/18\n[ 0.243442] NET: Registered protocol family 16\n[ 0.244399] cpuidle: using governor ladder\n[ 0.245206] cpuidle: using governor menu\n[ 0.245977] PCCT header not found.\n[ 0.246726] ACPI: bus type PCI registered\n[ 0.247526] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248756] PCI: Using configuration type 1 for base access\n[ 0.250976] ACPI: Added _OSI(Module Device)\n[ 0.251821] ACPI: Added _OSI(Processor Device)\n[ 0.252672] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255701] ACPI: Interpreter enabled\n[ 0.256460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262318] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264509] ACPI: (supports S0 S5)\n[ 0.265396] ACPI: Using IOAPIC for interrupt routing\n[ 0.266544] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269961] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271334] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272822] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.274264] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276922] acpiphp: Slot [3] registered\n[ 0.277878] acpiphp: Slot [4] registered\n[ 0.278836] acpiphp: Slot [5] registered\n[ 0.279785] acpiphp: Slot [6] registered\n[ 0.280739] acpiphp: Slot [7] registered\n[ 0.281689] acpiphp: Slot [8] registered\n[ 0.282638] acpiphp: Slot [9] registered\n[ 0.283612] acpiphp: Slot [10] registered\n[ 0.284577] acpiphp: Slot [11] registered\n[ 0.285544] acpiphp: Slot [12] registered\n[ 0.286516] acpiphp: Slot [13] registered\n[ 0.287478] acpiphp: Slot [14] registered\n[ 0.288443] acpiphp: Slot [15] registered\n[ 0.299490] acpiphp: Slot [16] registered\n[ 0.300469] acpiphp: Slot [17] registered\n[ 0.301437] acpiphp: Slot [18] registered\n[ 0.302406] acpiphp: Slot [19] registered\n[ 0.303370] acpiphp: Slot [20] registered\n[ 0.304345] acpiphp: Slot [21] registered\n[ 0.305305] acpiphp: Slot [22] registered\n[ 0.306267] acpiphp: Slot [23] registered\n[ 0.307231] acpiphp: Slot [24] registered\n[ 0.308197] acpiphp: Slot [25] registered\n[ 0.309163] acpiphp: Slot [26] registered\n[ 0.310125] acpiphp: Slot [27] registered\n[ 0.311086] acpiphp: Slot [28] registered\n[ 0.312041] acpiphp: Slot [29] registered\n[ 0.313001] acpiphp: Slot [30] registered\n[ 0.313968] acpiphp: Slot [31] registered\n[ 0.314930] PCI host bridge to bus 0000:00\n[ 0.315896] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.317358] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318824] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320554] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.322279] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328868] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.330427] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.331876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333415] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340581] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.342283] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.394084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.395786] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.397441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.399087] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.400694] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.402143] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.403505] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.404781] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.406643] vgaarb: loaded\n[ 0.407354] vgaarb: bridge control possible 0000:00:02.0\n[ 0.408708] SCSI subsystem initialized\n[ 0.409728] ACPI: bus type USB registered\n[ 0.410734] usbcore: registered new interface driver usbfs\n[ 0.412017] usbcore: registered new interface driver hub\n[ 0.413266] usbcore: registered new device driver usb\n[ 0.414419] PCI: Using ACPI for IRQ routing\n[ 0.415491] NetLabel: Initializing\n[ 0.416229] NetLabel: domain hash size = 128\n[ 0.417116] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418224] NetLabel: unlabeled traffic allowed by default\n[ 0.419539] clocksource: Switched to clocksource kvm-clock\n[ 0.425675] AppArmor: AppArmor Filesystem Enabled\n[ 0.426882] pnp: PnP ACPI init\n[ 0.427894] pnp: PnP ACPI: found 5 devices\n[ 0.433934] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.435692] NET: Registered protocol family 2\n[ 0.436662] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.437944] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.439147] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.440336] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.441424] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.442601] NET: Registered protocol family 1\n[ 0.443465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.444574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.445877] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.460147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474687] Trying to unpack rootfs image as initramfs...\n[ 0.525294] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.539297] Scanning for low memory corruption every 60 seconds\n[ 0.540730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.541883] audit: initializing netlink subsys (disabled)\n[ 0.542978] audit: type=2000 audit(1539348996.693:1): initialized\n[ 0.544330] Initialise system trusted keyring\n[ 0.545400] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.546696] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.548676] zbud: loaded\n[ 0.549387] VFS: Disk quotas dquot_6.6.0\n[ 0.550231] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.551777] fuse init (API version 7.23)\n[ 0.552670] Key type big_key registered\n[ 0.553471] Allocating IMA MOK and blacklist keyrings.\n[ 0.554587] Key type asymmetric registered\n[ 0.555410] Asymmetric key parser 'x509' registered\n[ 0.556494] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.558245] io scheduler noop registered\n[ 0.559190] io scheduler deadline registered (default)\n[ 0.560402] io scheduler cfq registered\n[ 0.561414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562710] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.564287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.566017] ACPI: Power Button [PWRF]\n[ 0.567024] GHES: HEST is not enabled!\n[ 0.581114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.615904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619433] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643552] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.646019] Linux agpgart interface v0.103\n[ 0.649148] brd: module loaded\n[ 0.650467] loop: module loaded\n[ 0.654229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655966] GPT:90111 != 20971519\n[ 0.656800] GPT:Alternate GPT header not at the end of the disk.\n[ 0.658134] GPT:90111 != 20971519\n[ 0.658937] GPT: Use GNU Parted to correct GPT errors.\n[ 0.660097] vda: vda1 vda15\n[ 0.661757] scsi host0: ata_piix\n[ 0.662628] scsi host1: ata_piix\n[ 0.663462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.664934] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.666645] libphy: Fixed MDIO Bus: probed\n[ 0.667798] tun: Universal TUN/TAP device driver, 1.6\n[ 0.668941] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.671431] PPP generic driver version 2.4.2\n[ 0.672630] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673953] ehci-pci: EHCI PCI platform driver\n[ 0.674938] ehci-platform: EHCI generic platform driver\n[ 0.676036] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677281] ohci-pci: OHCI PCI platform driver\n[ 0.678211] ohci-platform: OHCI generic platform driver\n[ 0.679278] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694387] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.697268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.698463] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.699770] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.700994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.702520] usb usb1: Product: UHCI Host Controller\n[ 0.703823] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.708536] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.710079] hub 1-0:1.0: USB hub found\n[ 0.711376] hub 1-0:1.0: 2 ports detected\n[ 0.712825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.716331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.717825] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.719619] mousedev: PS/2 mouse device common for all mice\n[ 0.721666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724637] rtc_cmos 00:00: RTC can wake from S4\n[ 0.725905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727344] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.728802] i2c /dev entries driver\n[ 0.729722] device-mapper: uevent: version 1.0.3\n[ 0.730848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.732816] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734458] NET: Registered protocol family 10\n[ 0.735674] NET: Registered protocol family 17\n[ 0.736763] Key type dns_resolver registered\n[ 0.737876] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.739221] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.741324] registered taskstats version 1\n[ 0.742366] Loading compiled-in X.509 certificates\n[ 0.744023] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.746402] zswap: loaded using pool lzo/zbud\n[ 0.748022] Key type trusted registered\n[ 0.749550] Key type encrypted registered\n[ 0.750621] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.751968] ima: No TPM chip found, activating TPM-bypass!\n[ 0.753062] evm: HMAC attrs: 0x1\n[ 0.754178] Magic number: 6:90:936\n[ 0.755157] rtc_cmos 00:00: setting system clock to 2018-10-12 12:56:36 UTC (1539348996)\n[ 0.757113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758204] EDD information not available.\n[ 0.820099] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821697] ata1.00: configured for MWDMA2\n[ 0.822914] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.835392] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.836987] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.838561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.840438] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.841928] Write protecting the kernel read-only data: 14336k\n[ 0.843467] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.845246] 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.906238] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-10-12 12:57:36,409 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action used request id req-6fb039d8-ce46-40cd-b193-1930f6525417 2018-10-12 12:57:38,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7baf9ba6d0206dc5c136983b27ccd9c4f5cff3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:57:39,488 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:57:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4af37d7c-15f3-49e2-8ca1-6de6d14662d0 x-compute-request-id: req-4af37d7c-15f3-49e2-8ca1-6de6d14662d0 Content-Encoding: gzip Content-Length: 8023 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 493419055 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.150448] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.152090] pid_max: default: 32768 minimum: 301\n[ 0.152973] ACPI: Core revision 20150930\n[ 0.154362] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155656] Security Framework initialized\n[ 0.156460] Yama: becoming mindful.\n[ 0.157183] AppArmor: AppArmor initialized\n[ 0.158070] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159470] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161136] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.162355] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163741] Initializing cgroup subsys io\n[ 0.164549] Initializing cgroup subsys memory\n[ 0.165397] Initializing cgroup subsys devices\n[ 0.166269] Initializing cgroup subsys freezer\n[ 0.167125] Initializing cgroup subsys net_cls\n[ 0.167985] Initializing cgroup subsys perf_event\n[ 0.168884] Initializing cgroup subsys net_prio\n[ 0.169764] Initializing cgroup subsys hugetlb\n[ 0.170627] Initializing cgroup subsys pids\n[ 0.171492] CPU: Physical Processor ID: 0\n[ 0.172979] mce: CPU supports 10 MCE banks\n[ 0.173834] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174819] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185687] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.192307] ftrace: allocating 31920 entries in 125 pages\n[ 0.219624] smpboot: Max logical packages: 1\n[ 0.220473] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.221819] x2apic enabled\n[ 0.222626] Switched APIC routing to physical x2apic.\n[ 0.224364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.225474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.227446] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.229212] KVM setup paravirtual spinlock\n[ 0.230509] x86: Booted up 1 node, 1 CPUs\n[ 0.231308] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232675] devtmpfs: initialized\n[ 0.234411] evm: security.selinux\n[ 0.235105] evm: security.SMACK64\n[ 0.235808] evm: security.SMACK64EXEC\n[ 0.236558] evm: security.SMACK64TRANSMUTE\n[ 0.237359] evm: security.SMACK64MMAP\n[ 0.238102] evm: security.ima\n[ 0.238739] evm: security.capability\n[ 0.239546] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241396] pinctrl core: initialized pinctrl subsystem\n[ 0.242503] RTC time: 12:56:35, date: 10/12/18\n[ 0.243442] NET: Registered protocol family 16\n[ 0.244399] cpuidle: using governor ladder\n[ 0.245206] cpuidle: using governor menu\n[ 0.245977] PCCT header not found.\n[ 0.246726] ACPI: bus type PCI registered\n[ 0.247526] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248756] PCI: Using configuration type 1 for base access\n[ 0.250976] ACPI: Added _OSI(Module Device)\n[ 0.251821] ACPI: Added _OSI(Processor Device)\n[ 0.252672] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255701] ACPI: Interpreter enabled\n[ 0.256460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262318] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264509] ACPI: (supports S0 S5)\n[ 0.265396] ACPI: Using IOAPIC for interrupt routing\n[ 0.266544] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269961] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271334] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272822] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.274264] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276922] acpiphp: Slot [3] registered\n[ 0.277878] acpiphp: Slot [4] registered\n[ 0.278836] acpiphp: Slot [5] registered\n[ 0.279785] acpiphp: Slot [6] registered\n[ 0.280739] acpiphp: Slot [7] registered\n[ 0.281689] acpiphp: Slot [8] registered\n[ 0.282638] acpiphp: Slot [9] registered\n[ 0.283612] acpiphp: Slot [10] registered\n[ 0.284577] acpiphp: Slot [11] registered\n[ 0.285544] acpiphp: Slot [12] registered\n[ 0.286516] acpiphp: Slot [13] registered\n[ 0.287478] acpiphp: Slot [14] registered\n[ 0.288443] acpiphp: Slot [15] registered\n[ 0.299490] acpiphp: Slot [16] registered\n[ 0.300469] acpiphp: Slot [17] registered\n[ 0.301437] acpiphp: Slot [18] registered\n[ 0.302406] acpiphp: Slot [19] registered\n[ 0.303370] acpiphp: Slot [20] registered\n[ 0.304345] acpiphp: Slot [21] registered\n[ 0.305305] acpiphp: Slot [22] registered\n[ 0.306267] acpiphp: Slot [23] registered\n[ 0.307231] acpiphp: Slot [24] registered\n[ 0.308197] acpiphp: Slot [25] registered\n[ 0.309163] acpiphp: Slot [26] registered\n[ 0.310125] acpiphp: Slot [27] registered\n[ 0.311086] acpiphp: Slot [28] registered\n[ 0.312041] acpiphp: Slot [29] registered\n[ 0.313001] acpiphp: Slot [30] registered\n[ 0.313968] acpiphp: Slot [31] registered\n[ 0.314930] PCI host bridge to bus 0000:00\n[ 0.315896] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.317358] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318824] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320554] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.322279] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328868] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.330427] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.331876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333415] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340581] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.342283] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.394084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.395786] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.397441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.399087] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.400694] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.402143] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.403505] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.404781] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.406643] vgaarb: loaded\n[ 0.407354] vgaarb: bridge control possible 0000:00:02.0\n[ 0.408708] SCSI subsystem initialized\n[ 0.409728] ACPI: bus type USB registered\n[ 0.410734] usbcore: registered new interface driver usbfs\n[ 0.412017] usbcore: registered new interface driver hub\n[ 0.413266] usbcore: registered new device driver usb\n[ 0.414419] PCI: Using ACPI for IRQ routing\n[ 0.415491] NetLabel: Initializing\n[ 0.416229] NetLabel: domain hash size = 128\n[ 0.417116] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418224] NetLabel: unlabeled traffic allowed by default\n[ 0.419539] clocksource: Switched to clocksource kvm-clock\n[ 0.425675] AppArmor: AppArmor Filesystem Enabled\n[ 0.426882] pnp: PnP ACPI init\n[ 0.427894] pnp: PnP ACPI: found 5 devices\n[ 0.433934] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.435692] NET: Registered protocol family 2\n[ 0.436662] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.437944] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.439147] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.440336] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.441424] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.442601] NET: Registered protocol family 1\n[ 0.443465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.444574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.445877] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.460147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474687] Trying to unpack rootfs image as initramfs...\n[ 0.525294] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.539297] Scanning for low memory corruption every 60 seconds\n[ 0.540730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.541883] audit: initializing netlink subsys (disabled)\n[ 0.542978] audit: type=2000 audit(1539348996.693:1): initialized\n[ 0.544330] Initialise system trusted keyring\n[ 0.545400] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.546696] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.548676] zbud: loaded\n[ 0.549387] VFS: Disk quotas dquot_6.6.0\n[ 0.550231] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.551777] fuse init (API version 7.23)\n[ 0.552670] Key type big_key registered\n[ 0.553471] Allocating IMA MOK and blacklist keyrings.\n[ 0.554587] Key type asymmetric registered\n[ 0.555410] Asymmetric key parser 'x509' registered\n[ 0.556494] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.558245] io scheduler noop registered\n[ 0.559190] io scheduler deadline registered (default)\n[ 0.560402] io scheduler cfq registered\n[ 0.561414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562710] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.564287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.566017] ACPI: Power Button [PWRF]\n[ 0.567024] GHES: HEST is not enabled!\n[ 0.581114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.615904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619433] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643552] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.646019] Linux agpgart interface v0.103\n[ 0.649148] brd: module loaded\n[ 0.650467] loop: module loaded\n[ 0.654229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655966] GPT:90111 != 20971519\n[ 0.656800] GPT:Alternate GPT header not at the end of the disk.\n[ 0.658134] GPT:90111 != 20971519\n[ 0.658937] GPT: Use GNU Parted to correct GPT errors.\n[ 0.660097] vda: vda1 vda15\n[ 0.661757] scsi host0: ata_piix\n[ 0.662628] scsi host1: ata_piix\n[ 0.663462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.664934] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.666645] libphy: Fixed MDIO Bus: probed\n[ 0.667798] tun: Universal TUN/TAP device driver, 1.6\n[ 0.668941] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.671431] PPP generic driver version 2.4.2\n[ 0.672630] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673953] ehci-pci: EHCI PCI platform driver\n[ 0.674938] ehci-platform: EHCI generic platform driver\n[ 0.676036] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677281] ohci-pci: OHCI PCI platform driver\n[ 0.678211] ohci-platform: OHCI generic platform driver\n[ 0.679278] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694387] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.697268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.698463] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.699770] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.700994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.702520] usb usb1: Product: UHCI Host Controller\n[ 0.703823] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.708536] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.710079] hub 1-0:1.0: USB hub found\n[ 0.711376] hub 1-0:1.0: 2 ports detected\n[ 0.712825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.716331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.717825] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.719619] mousedev: PS/2 mouse device common for all mice\n[ 0.721666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724637] rtc_cmos 00:00: RTC can wake from S4\n[ 0.725905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727344] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.728802] i2c /dev entries driver\n[ 0.729722] device-mapper: uevent: version 1.0.3\n[ 0.730848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.732816] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734458] NET: Registered protocol family 10\n[ 0.735674] NET: Registered protocol family 17\n[ 0.736763] Key type dns_resolver registered\n[ 0.737876] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.739221] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.741324] registered taskstats version 1\n[ 0.742366] Loading compiled-in X.509 certificates\n[ 0.744023] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.746402] zswap: loaded using pool lzo/zbud\n[ 0.748022] Key type trusted registered\n[ 0.749550] Key type encrypted registered\n[ 0.750621] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.751968] ima: No TPM chip found, activating TPM-bypass!\n[ 0.753062] evm: HMAC attrs: 0x1\n[ 0.754178] Magic number: 6:90:936\n[ 0.755157] rtc_cmos 00:00: setting system clock to 2018-10-12 12:56:36 UTC (1539348996)\n[ 0.757113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758204] EDD information not available.\n[ 0.820099] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821697] ata1.00: configured for MWDMA2\n[ 0.822914] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.835392] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.836987] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.838561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.840438] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.841928] Write protecting the kernel read-only data: 14336k\n[ 0.843467] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.845246] 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.906238] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: "} 2018-10-12 12:57:39,489 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action used request id req-4af37d7c-15f3-49e2-8ca1-6de6d14662d0 2018-10-12 12:57:41,492 - sdnvpn-results - INFO - Create VPN with multiple RDs 2018-10-12 12:57:41,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a1cf19396d075062922774d260a4939855eddc8" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-780771", "route_distinguishers": ["12:12", "13:13"]}}' 2018-10-12 12:57:41,915 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 350 X-Openstack-Request-Id: req-0ab3de28-22ba-4c56-8c40-4dee90296d6e Date: Fri, 12 Oct 2018 12:57:41 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12", "13:13"], "routers": [], "id": "1e09533c-11a6-47da-b9bd-b8128204f8ec", "name": "sdnvpn-780771", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "d6e005d8411b4b378ddb320b792455b0", "type": "l3"}} 2018-10-12 12:57:41,915 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns used request id req-0ab3de28-22ba-4c56-8c40-4dee90296d6e 2018-10-12 12:57:41,915 - sdnvpn.test.functest.testcase_13 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-780771', u'route_distinguishers': [u'12:12', u'13:13'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'd6e005d8411b4b378ddb320b792455b0', u'route_targets': [], u'project_id': u'd6e005d8411b4b378ddb320b792455b0', u'type': u'l3', u'id': u'1e09533c-11a6-47da-b9bd-b8128204f8ec'}} 2018-10-12 12:57:41,916 - sdnvpn-results - INFO - Associate router 'sdnvpn-13-1-router' to the VPN. 2018-10-12 12:57:41,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/1e09533c-11a6-47da-b9bd-b8128204f8ec/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a1cf19396d075062922774d260a4939855eddc8" -d '{"router_association": {"router_id": "4ff35e2d-8da4-4846-9f85-b4d7d07d5be3"}}' 2018-10-12 12:57:42,456 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-dd6a9ec3-fbb2-445a-b53b-6ce8a7a1b2e7 Date: Fri, 12 Oct 2018 12:57:42 GMT RESP BODY: {"router_association": {"router_id": "4ff35e2d-8da4-4846-9f85-b4d7d07d5be3", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "7469c688-8ca4-44ce-ac05-b0366b6e37be"}} 2018-10-12 12:57:42,457 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/1e09533c-11a6-47da-b9bd-b8128204f8ec/router_associations used request id req-dd6a9ec3-fbb2-445a-b53b-6ce8a7a1b2e7 2018-10-12 12:57:42,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/4ff35e2d-8da4-4846-9f85-b4d7d07d5be3 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a1cf19396d075062922774d260a4939855eddc8" -d '{"router": {"routes": [{"nexthop": "10.10.10.8", "destination": "179.24.1.12/32"}, {"nexthop": "10.10.10.5", "destination": "179.24.1.12/32"}]}}' 2018-10-12 12:57:42,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-cd9aa298-5147-432e-8b8b-50fb79047ffe Date: Fri, 12 Oct 2018 12:57:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:53:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:57:42Z", "revision_number": 5, "routes": [{"nexthop": "10.10.10.5", "destination": "179.24.1.12/32"}, {"nexthop": "10.10.10.8", "destination": "179.24.1.12/32"}], "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "4ff35e2d-8da4-4846-9f85-b4d7d07d5be3", "name": "sdnvpn-13-1-router"}} 2018-10-12 12:57:42,999 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/4ff35e2d-8da4-4846-9f85-b4d7d07d5be3 used request id req-cd9aa298-5147-432e-8b8b-50fb79047ffe 2018-10-12 12:57:42,999 - sdnvpn.test.functest.testcase_13 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-12 12:58:13,012 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7baf9ba6d0206dc5c136983b27ccd9c4f5cff3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:58:14,083 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:58:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e7df26e-66f8-4255-85b2-b36bc0ea2b95 x-compute-request-id: req-8e7df26e-66f8-4255-85b2-b36bc0ea2b95 Content-Encoding: gzip Content-Length: 8107 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 493419055 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.150448] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.152090] pid_max: default: 32768 minimum: 301\n[ 0.152973] ACPI: Core revision 20150930\n[ 0.154362] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155656] Security Framework initialized\n[ 0.156460] Yama: becoming mindful.\n[ 0.157183] AppArmor: AppArmor initialized\n[ 0.158070] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159470] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161136] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.162355] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163741] Initializing cgroup subsys io\n[ 0.164549] Initializing cgroup subsys memory\n[ 0.165397] Initializing cgroup subsys devices\n[ 0.166269] Initializing cgroup subsys freezer\n[ 0.167125] Initializing cgroup subsys net_cls\n[ 0.167985] Initializing cgroup subsys perf_event\n[ 0.168884] Initializing cgroup subsys net_prio\n[ 0.169764] Initializing cgroup subsys hugetlb\n[ 0.170627] Initializing cgroup subsys pids\n[ 0.171492] CPU: Physical Processor ID: 0\n[ 0.172979] mce: CPU supports 10 MCE banks\n[ 0.173834] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174819] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185687] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.192307] ftrace: allocating 31920 entries in 125 pages\n[ 0.219624] smpboot: Max logical packages: 1\n[ 0.220473] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.221819] x2apic enabled\n[ 0.222626] Switched APIC routing to physical x2apic.\n[ 0.224364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.225474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.227446] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.229212] KVM setup paravirtual spinlock\n[ 0.230509] x86: Booted up 1 node, 1 CPUs\n[ 0.231308] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232675] devtmpfs: initialized\n[ 0.234411] evm: security.selinux\n[ 0.235105] evm: security.SMACK64\n[ 0.235808] evm: security.SMACK64EXEC\n[ 0.236558] evm: security.SMACK64TRANSMUTE\n[ 0.237359] evm: security.SMACK64MMAP\n[ 0.238102] evm: security.ima\n[ 0.238739] evm: security.capability\n[ 0.239546] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241396] pinctrl core: initialized pinctrl subsystem\n[ 0.242503] RTC time: 12:56:35, date: 10/12/18\n[ 0.243442] NET: Registered protocol family 16\n[ 0.244399] cpuidle: using governor ladder\n[ 0.245206] cpuidle: using governor menu\n[ 0.245977] PCCT header not found.\n[ 0.246726] ACPI: bus type PCI registered\n[ 0.247526] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248756] PCI: Using configuration type 1 for base access\n[ 0.250976] ACPI: Added _OSI(Module Device)\n[ 0.251821] ACPI: Added _OSI(Processor Device)\n[ 0.252672] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255701] ACPI: Interpreter enabled\n[ 0.256460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262318] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264509] ACPI: (supports S0 S5)\n[ 0.265396] ACPI: Using IOAPIC for interrupt routing\n[ 0.266544] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269961] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271334] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272822] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.274264] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276922] acpiphp: Slot [3] registered\n[ 0.277878] acpiphp: Slot [4] registered\n[ 0.278836] acpiphp: Slot [5] registered\n[ 0.279785] acpiphp: Slot [6] registered\n[ 0.280739] acpiphp: Slot [7] registered\n[ 0.281689] acpiphp: Slot [8] registered\n[ 0.282638] acpiphp: Slot [9] registered\n[ 0.283612] acpiphp: Slot [10] registered\n[ 0.284577] acpiphp: Slot [11] registered\n[ 0.285544] acpiphp: Slot [12] registered\n[ 0.286516] acpiphp: Slot [13] registered\n[ 0.287478] acpiphp: Slot [14] registered\n[ 0.288443] acpiphp: Slot [15] registered\n[ 0.299490] acpiphp: Slot [16] registered\n[ 0.300469] acpiphp: Slot [17] registered\n[ 0.301437] acpiphp: Slot [18] registered\n[ 0.302406] acpiphp: Slot [19] registered\n[ 0.303370] acpiphp: Slot [20] registered\n[ 0.304345] acpiphp: Slot [21] registered\n[ 0.305305] acpiphp: Slot [22] registered\n[ 0.306267] acpiphp: Slot [23] registered\n[ 0.307231] acpiphp: Slot [24] registered\n[ 0.308197] acpiphp: Slot [25] registered\n[ 0.309163] acpiphp: Slot [26] registered\n[ 0.310125] acpiphp: Slot [27] registered\n[ 0.311086] acpiphp: Slot [28] registered\n[ 0.312041] acpiphp: Slot [29] registered\n[ 0.313001] acpiphp: Slot [30] registered\n[ 0.313968] acpiphp: Slot [31] registered\n[ 0.314930] PCI host bridge to bus 0000:00\n[ 0.315896] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.317358] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318824] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320554] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.322279] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328868] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.330427] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.331876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333415] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340581] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.342283] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.394084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.395786] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.397441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.399087] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.400694] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.402143] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.403505] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.404781] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.406643] vgaarb: loaded\n[ 0.407354] vgaarb: bridge control possible 0000:00:02.0\n[ 0.408708] SCSI subsystem initialized\n[ 0.409728] ACPI: bus type USB registered\n[ 0.410734] usbcore: registered new interface driver usbfs\n[ 0.412017] usbcore: registered new interface driver hub\n[ 0.413266] usbcore: registered new device driver usb\n[ 0.414419] PCI: Using ACPI for IRQ routing\n[ 0.415491] NetLabel: Initializing\n[ 0.416229] NetLabel: domain hash size = 128\n[ 0.417116] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418224] NetLabel: unlabeled traffic allowed by default\n[ 0.419539] clocksource: Switched to clocksource kvm-clock\n[ 0.425675] AppArmor: AppArmor Filesystem Enabled\n[ 0.426882] pnp: PnP ACPI init\n[ 0.427894] pnp: PnP ACPI: found 5 devices\n[ 0.433934] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.435692] NET: Registered protocol family 2\n[ 0.436662] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.437944] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.439147] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.440336] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.441424] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.442601] NET: Registered protocol family 1\n[ 0.443465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.444574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.445877] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.460147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474687] Trying to unpack rootfs image as initramfs...\n[ 0.525294] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.539297] Scanning for low memory corruption every 60 seconds\n[ 0.540730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.541883] audit: initializing netlink subsys (disabled)\n[ 0.542978] audit: type=2000 audit(1539348996.693:1): initialized\n[ 0.544330] Initialise system trusted keyring\n[ 0.545400] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.546696] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.548676] zbud: loaded\n[ 0.549387] VFS: Disk quotas dquot_6.6.0\n[ 0.550231] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.551777] fuse init (API version 7.23)\n[ 0.552670] Key type big_key registered\n[ 0.553471] Allocating IMA MOK and blacklist keyrings.\n[ 0.554587] Key type asymmetric registered\n[ 0.555410] Asymmetric key parser 'x509' registered\n[ 0.556494] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.558245] io scheduler noop registered\n[ 0.559190] io scheduler deadline registered (default)\n[ 0.560402] io scheduler cfq registered\n[ 0.561414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562710] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.564287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.566017] ACPI: Power Button [PWRF]\n[ 0.567024] GHES: HEST is not enabled!\n[ 0.581114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.615904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619433] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643552] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.646019] Linux agpgart interface v0.103\n[ 0.649148] brd: module loaded\n[ 0.650467] loop: module loaded\n[ 0.654229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655966] GPT:90111 != 20971519\n[ 0.656800] GPT:Alternate GPT header not at the end of the disk.\n[ 0.658134] GPT:90111 != 20971519\n[ 0.658937] GPT: Use GNU Parted to correct GPT errors.\n[ 0.660097] vda: vda1 vda15\n[ 0.661757] scsi host0: ata_piix\n[ 0.662628] scsi host1: ata_piix\n[ 0.663462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.664934] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.666645] libphy: Fixed MDIO Bus: probed\n[ 0.667798] tun: Universal TUN/TAP device driver, 1.6\n[ 0.668941] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.671431] PPP generic driver version 2.4.2\n[ 0.672630] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673953] ehci-pci: EHCI PCI platform driver\n[ 0.674938] ehci-platform: EHCI generic platform driver\n[ 0.676036] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677281] ohci-pci: OHCI PCI platform driver\n[ 0.678211] ohci-platform: OHCI generic platform driver\n[ 0.679278] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694387] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.697268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.698463] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.699770] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.700994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.702520] usb usb1: Product: UHCI Host Controller\n[ 0.703823] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.708536] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.710079] hub 1-0:1.0: USB hub found\n[ 0.711376] hub 1-0:1.0: 2 ports detected\n[ 0.712825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.716331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.717825] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.719619] mousedev: PS/2 mouse device common for all mice\n[ 0.721666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724637] rtc_cmos 00:00: RTC can wake from S4\n[ 0.725905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727344] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.728802] i2c /dev entries driver\n[ 0.729722] device-mapper: uevent: version 1.0.3\n[ 0.730848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.732816] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734458] NET: Registered protocol family 10\n[ 0.735674] NET: Registered protocol family 17\n[ 0.736763] Key type dns_resolver registered\n[ 0.737876] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.739221] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.741324] registered taskstats version 1\n[ 0.742366] Loading compiled-in X.509 certificates\n[ 0.744023] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.746402] zswap: loaded using pool lzo/zbud\n[ 0.748022] Key type trusted registered\n[ 0.749550] Key type encrypted registered\n[ 0.750621] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.751968] ima: No TPM chip found, activating TPM-bypass!\n[ 0.753062] evm: HMAC attrs: 0x1\n[ 0.754178] Magic number: 6:90:936\n[ 0.755157] rtc_cmos 00:00: setting system clock to 2018-10-12 12:56:36 UTC (1539348996)\n[ 0.757113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758204] EDD information not available.\n[ 0.820099] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821697] ata1.00: configured for MWDMA2\n[ 0.822914] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.835392] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.836987] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.838561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.840438] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.841928] Write protecting the kernel read-only data: 14336k\n[ 0.843467] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.845246] 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.906238] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\nping 179.24.1.12 OK\nping 179.24.1.12 OK\nping 179.24.1.12 OK\n"} 2018-10-12 12:58:14,084 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action used request id req-8e7df26e-66f8-4255-85b2-b36bc0ea2b95 2018-10-12 12:58:14,085 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-13-3' (10.10.10.7) to 'sdnvpn_extra_route_13' (179.24.1.12). -->Expected result: can ping. 2018-10-12 12:58:14,088 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7baf9ba6d0206dc5c136983b27ccd9c4f5cff3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-12 12:58:15,154 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-946ac7f6-15e4-44a1-8026-2a1d7d682764 x-compute-request-id: req-946ac7f6-15e4-44a1-8026-2a1d7d682764 Content-Encoding: gzip Content-Length: 8107 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 493419055 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.150448] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.152090] pid_max: default: 32768 minimum: 301\n[ 0.152973] ACPI: Core revision 20150930\n[ 0.154362] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155656] Security Framework initialized\n[ 0.156460] Yama: becoming mindful.\n[ 0.157183] AppArmor: AppArmor initialized\n[ 0.158070] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.159470] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161136] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.162355] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.163741] Initializing cgroup subsys io\n[ 0.164549] Initializing cgroup subsys memory\n[ 0.165397] Initializing cgroup subsys devices\n[ 0.166269] Initializing cgroup subsys freezer\n[ 0.167125] Initializing cgroup subsys net_cls\n[ 0.167985] Initializing cgroup subsys perf_event\n[ 0.168884] Initializing cgroup subsys net_prio\n[ 0.169764] Initializing cgroup subsys hugetlb\n[ 0.170627] Initializing cgroup subsys pids\n[ 0.171492] CPU: Physical Processor ID: 0\n[ 0.172979] mce: CPU supports 10 MCE banks\n[ 0.173834] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174819] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185687] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.192307] ftrace: allocating 31920 entries in 125 pages\n[ 0.219624] smpboot: Max logical packages: 1\n[ 0.220473] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.221819] x2apic enabled\n[ 0.222626] Switched APIC routing to physical x2apic.\n[ 0.224364] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.225474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.227446] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.229212] KVM setup paravirtual spinlock\n[ 0.230509] x86: Booted up 1 node, 1 CPUs\n[ 0.231308] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232675] devtmpfs: initialized\n[ 0.234411] evm: security.selinux\n[ 0.235105] evm: security.SMACK64\n[ 0.235808] evm: security.SMACK64EXEC\n[ 0.236558] evm: security.SMACK64TRANSMUTE\n[ 0.237359] evm: security.SMACK64MMAP\n[ 0.238102] evm: security.ima\n[ 0.238739] evm: security.capability\n[ 0.239546] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241396] pinctrl core: initialized pinctrl subsystem\n[ 0.242503] RTC time: 12:56:35, date: 10/12/18\n[ 0.243442] NET: Registered protocol family 16\n[ 0.244399] cpuidle: using governor ladder\n[ 0.245206] cpuidle: using governor menu\n[ 0.245977] PCCT header not found.\n[ 0.246726] ACPI: bus type PCI registered\n[ 0.247526] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248756] PCI: Using configuration type 1 for base access\n[ 0.250976] ACPI: Added _OSI(Module Device)\n[ 0.251821] ACPI: Added _OSI(Processor Device)\n[ 0.252672] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255701] ACPI: Interpreter enabled\n[ 0.256460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262318] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264509] ACPI: (supports S0 S5)\n[ 0.265396] ACPI: Using IOAPIC for interrupt routing\n[ 0.266544] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269961] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271334] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272822] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.274264] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276922] acpiphp: Slot [3] registered\n[ 0.277878] acpiphp: Slot [4] registered\n[ 0.278836] acpiphp: Slot [5] registered\n[ 0.279785] acpiphp: Slot [6] registered\n[ 0.280739] acpiphp: Slot [7] registered\n[ 0.281689] acpiphp: Slot [8] registered\n[ 0.282638] acpiphp: Slot [9] registered\n[ 0.283612] acpiphp: Slot [10] registered\n[ 0.284577] acpiphp: Slot [11] registered\n[ 0.285544] acpiphp: Slot [12] registered\n[ 0.286516] acpiphp: Slot [13] registered\n[ 0.287478] acpiphp: Slot [14] registered\n[ 0.288443] acpiphp: Slot [15] registered\n[ 0.299490] acpiphp: Slot [16] registered\n[ 0.300469] acpiphp: Slot [17] registered\n[ 0.301437] acpiphp: Slot [18] registered\n[ 0.302406] acpiphp: Slot [19] registered\n[ 0.303370] acpiphp: Slot [20] registered\n[ 0.304345] acpiphp: Slot [21] registered\n[ 0.305305] acpiphp: Slot [22] registered\n[ 0.306267] acpiphp: Slot [23] registered\n[ 0.307231] acpiphp: Slot [24] registered\n[ 0.308197] acpiphp: Slot [25] registered\n[ 0.309163] acpiphp: Slot [26] registered\n[ 0.310125] acpiphp: Slot [27] registered\n[ 0.311086] acpiphp: Slot [28] registered\n[ 0.312041] acpiphp: Slot [29] registered\n[ 0.313001] acpiphp: Slot [30] registered\n[ 0.313968] acpiphp: Slot [31] registered\n[ 0.314930] PCI host bridge to bus 0000:00\n[ 0.315896] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.317358] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318824] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320554] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.322279] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328868] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.330427] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.331876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333415] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340581] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.342283] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.394084] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.395786] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.397441] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.399087] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.400694] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.402143] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.403505] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.404781] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.406643] vgaarb: loaded\n[ 0.407354] vgaarb: bridge control possible 0000:00:02.0\n[ 0.408708] SCSI subsystem initialized\n[ 0.409728] ACPI: bus type USB registered\n[ 0.410734] usbcore: registered new interface driver usbfs\n[ 0.412017] usbcore: registered new interface driver hub\n[ 0.413266] usbcore: registered new device driver usb\n[ 0.414419] PCI: Using ACPI for IRQ routing\n[ 0.415491] NetLabel: Initializing\n[ 0.416229] NetLabel: domain hash size = 128\n[ 0.417116] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418224] NetLabel: unlabeled traffic allowed by default\n[ 0.419539] clocksource: Switched to clocksource kvm-clock\n[ 0.425675] AppArmor: AppArmor Filesystem Enabled\n[ 0.426882] pnp: PnP ACPI init\n[ 0.427894] pnp: PnP ACPI: found 5 devices\n[ 0.433934] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.435692] NET: Registered protocol family 2\n[ 0.436662] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.437944] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.439147] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.440336] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.441424] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.442601] NET: Registered protocol family 1\n[ 0.443465] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.444574] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.445877] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.460147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.474687] Trying to unpack rootfs image as initramfs...\n[ 0.525294] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.539297] Scanning for low memory corruption every 60 seconds\n[ 0.540730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.541883] audit: initializing netlink subsys (disabled)\n[ 0.542978] audit: type=2000 audit(1539348996.693:1): initialized\n[ 0.544330] Initialise system trusted keyring\n[ 0.545400] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.546696] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.548676] zbud: loaded\n[ 0.549387] VFS: Disk quotas dquot_6.6.0\n[ 0.550231] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.551777] fuse init (API version 7.23)\n[ 0.552670] Key type big_key registered\n[ 0.553471] Allocating IMA MOK and blacklist keyrings.\n[ 0.554587] Key type asymmetric registered\n[ 0.555410] Asymmetric key parser 'x509' registered\n[ 0.556494] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.558245] io scheduler noop registered\n[ 0.559190] io scheduler deadline registered (default)\n[ 0.560402] io scheduler cfq registered\n[ 0.561414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562710] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.564287] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.566017] ACPI: Power Button [PWRF]\n[ 0.567024] GHES: HEST is not enabled!\n[ 0.581114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.615904] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.619433] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.643552] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.646019] Linux agpgart interface v0.103\n[ 0.649148] brd: module loaded\n[ 0.650467] loop: module loaded\n[ 0.654229] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.655966] GPT:90111 != 20971519\n[ 0.656800] GPT:Alternate GPT header not at the end of the disk.\n[ 0.658134] GPT:90111 != 20971519\n[ 0.658937] GPT: Use GNU Parted to correct GPT errors.\n[ 0.660097] vda: vda1 vda15\n[ 0.661757] scsi host0: ata_piix\n[ 0.662628] scsi host1: ata_piix\n[ 0.663462] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.664934] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.666645] libphy: Fixed MDIO Bus: probed\n[ 0.667798] tun: Universal TUN/TAP device driver, 1.6\n[ 0.668941] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.671431] PPP generic driver version 2.4.2\n[ 0.672630] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.673953] ehci-pci: EHCI PCI platform driver\n[ 0.674938] ehci-platform: EHCI generic platform driver\n[ 0.676036] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.677281] ohci-pci: OHCI PCI platform driver\n[ 0.678211] ohci-platform: OHCI generic platform driver\n[ 0.679278] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.694387] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.695588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.697268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.698463] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.699770] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.700994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.702520] usb usb1: Product: UHCI Host Controller\n[ 0.703823] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.708536] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.710079] hub 1-0:1.0: USB hub found\n[ 0.711376] hub 1-0:1.0: 2 ports detected\n[ 0.712825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.716331] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.717825] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.719619] mousedev: PS/2 mouse device common for all mice\n[ 0.721666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724637] rtc_cmos 00:00: RTC can wake from S4\n[ 0.725905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727344] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.728802] i2c /dev entries driver\n[ 0.729722] device-mapper: uevent: version 1.0.3\n[ 0.730848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.732816] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734458] NET: Registered protocol family 10\n[ 0.735674] NET: Registered protocol family 17\n[ 0.736763] Key type dns_resolver registered\n[ 0.737876] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.739221] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.741324] registered taskstats version 1\n[ 0.742366] Loading compiled-in X.509 certificates\n[ 0.744023] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.746402] zswap: loaded using pool lzo/zbud\n[ 0.748022] Key type trusted registered\n[ 0.749550] Key type encrypted registered\n[ 0.750621] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.751968] ima: No TPM chip found, activating TPM-bypass!\n[ 0.753062] evm: HMAC attrs: 0x1\n[ 0.754178] Magic number: 6:90:936\n[ 0.755157] rtc_cmos 00:00: setting system clock to 2018-10-12 12:56:36 UTC (1539348996)\n[ 0.757113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758204] EDD information not available.\n[ 0.820099] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.821697] ata1.00: configured for MWDMA2\n[ 0.822914] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.835392] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.836987] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.838561] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.840438] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.841928] Write protecting the kernel read-only data: 14336k\n[ 0.843467] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.845246] 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.906238] 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.44\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\nping 179.24.1.12 OK\nping 179.24.1.12 OK\nping 179.24.1.12 OK\n"} 2018-10-12 12:58:15,155 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action used request id req-946ac7f6-15e4-44a1-8026-2a1d7d682764 2018-10-12 12:58:15,156 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13' 2018-10-12 12:58:15,156 - 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-10-12 12:58:15,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/4ff35e2d-8da4-4846-9f85-b4d7d07d5be3 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a1cf19396d075062922774d260a4939855eddc8" -d '{"router": {"routes": []}}' 2018-10-12 12:58:15,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-9c51968b-3b3d-4c81-bdb6-a29f8dbcceeb Date: Fri, 12 Oct 2018 12:58:15 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "71fc6d74-b5f7-4beb-b556-59bef5906bb2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "82a08d1b-7ae3-4f90-92ce-135e5b7a8821", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:53:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:58:15Z", "revision_number": 6, "routes": [], "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "4ff35e2d-8da4-4846-9f85-b4d7d07d5be3", "name": "sdnvpn-13-1-router"}} 2018-10-12 12:58:15,735 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/4ff35e2d-8da4-4846-9f85-b4d7d07d5be3 used request id req-9c51968b-3b3d-4c81-bdb6-a29f8dbcceeb 2018-10-12 12:58:15,738 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8895e0a3bb76c79a55eef1af6736454cd5bbdb63" 2018-10-12 12:58:15,795 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:58: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-7d70fb4e-569a-4bc8-b0ed-58195a721c8e x-compute-request-id: req-7d70fb4e-569a-4bc8-b0ed-58195a721c8e Content-Length: 0 Content-Type: application/json 2018-10-12 12:58:15,795 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/3b6f6b65-e4a6-4384-8bc0-cac0b758abe9 used request id req-7d70fb4e-569a-4bc8-b0ed-58195a721c8e 2018-10-12 12:58:15,798 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8895e0a3bb76c79a55eef1af6736454cd5bbdb63" -d '{"forceDelete": null}' 2018-10-12 12:58:16,022 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:58: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-5ddebd7b-0f55-4e34-8925-af906e6fe12d x-compute-request-id: req-5ddebd7b-0f55-4e34-8925-af906e6fe12d Content-Length: 0 Content-Type: application/json 2018-10-12 12:58:16,022 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/6deca1a9-3c56-45fe-b5e8-e53c1ecb3aba/action used request id req-5ddebd7b-0f55-4e34-8925-af906e6fe12d 2018-10-12 12:58:16,025 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8895e0a3bb76c79a55eef1af6736454cd5bbdb63" -d '{"forceDelete": null}' 2018-10-12 12:58:16,190 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:58:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-17377f5f-5ac6-40d3-a458-01b2db8648b8 x-compute-request-id: req-17377f5f-5ac6-40d3-a458-01b2db8648b8 Content-Length: 0 Content-Type: application/json 2018-10-12 12:58:16,191 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/37021917-a84c-488e-9f37-dcb5ae7d4eaa/action used request id req-17377f5f-5ac6-40d3-a458-01b2db8648b8 2018-10-12 12:58:16,194 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8895e0a3bb76c79a55eef1af6736454cd5bbdb63" -d '{"forceDelete": null}' 2018-10-12 12:58:16,382 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 12:58:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d2411648-b9ae-471d-b9f5-6aa9b90ad786 x-compute-request-id: req-d2411648-b9ae-471d-b9f5-6aa9b90ad786 Content-Length: 0 Content-Type: application/json 2018-10-12 12:58:16,383 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/servers/10084c05-0735-4830-a14e-01e04df744a7/action used request id req-d2411648-b9ae-471d-b9f5-6aa9b90ad786 2018-10-12 12:58:16,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/d58fda19-1960-451e-8acd-65481c7f0fd0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9fa54d8ac01b2981a3beda81ff6ce101b61c277" 2018-10-12 12:58:20,219 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b5a2332b-53e5-43b9-b4df-8dca5a7a2227 Date: Fri, 12 Oct 2018 12:58:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 12:58:20,219 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/d58fda19-1960-451e-8acd-65481c7f0fd0 used request id req-b5a2332b-53e5-43b9-b4df-8dca5a7a2227 2018-10-12 12:58:20,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/90601fbf-4710-44e6-8b2d-07d754479448 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9fa54d8ac01b2981a3beda81ff6ce101b61c277" 2018-10-12 12:58:21,835 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5f6ee023-a9a9-4491-9d0b-f730a26d186e Date: Fri, 12 Oct 2018 12:58:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 12:58:21,836 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/90601fbf-4710-44e6-8b2d-07d754479448 used request id req-5f6ee023-a9a9-4491-9d0b-f730a26d186e 2018-10-12 12:58:21,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/1e09533c-11a6-47da-b9bd-b8128204f8ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a1cf19396d075062922774d260a4939855eddc8" 2018-10-12 12:58:22,261 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-adc5f6e9-7cdf-43ec-a73e-207d5a003573 Content-Length: 0 Date: Fri, 12 Oct 2018 12:58:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:58:22,261 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/bgpvpn/bgpvpns/1e09533c-11a6-47da-b9bd-b8128204f8ec used request id req-adc5f6e9-7cdf-43ec-a73e-207d5a003573 2018-10-12 12:58:22,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/4ff35e2d-8da4-4846-9f85-b4d7d07d5be3/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a1cf19396d075062922774d260a4939855eddc8" -d '{"subnet_id": "8f768f56-1fee-4dfc-91b8-916b6fa779ff"}' 2018-10-12 12:58:23,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cd0842f4-4d27-4c86-9e73-8f2918ac82a8 Date: Fri, 12 Oct 2018 12:58:23 GMT RESP BODY: {"network_id": "981dc87b-d772-4cac-a0e1-e29367070818", "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "subnet_id": "8f768f56-1fee-4dfc-91b8-916b6fa779ff", "subnet_ids": ["8f768f56-1fee-4dfc-91b8-916b6fa779ff"], "port_id": "a71c5564-a9be-40b8-8f25-260decdee38a", "id": "4ff35e2d-8da4-4846-9f85-b4d7d07d5be3"} 2018-10-12 12:58:23,505 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/4ff35e2d-8da4-4846-9f85-b4d7d07d5be3/remove_router_interface used request id req-cd0842f4-4d27-4c86-9e73-8f2918ac82a8 2018-10-12 12:58:23,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/4ff35e2d-8da4-4846-9f85-b4d7d07d5be3 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a1cf19396d075062922774d260a4939855eddc8" -d '{"router": {"external_gateway_info": {}}}' 2018-10-12 12:58:24,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 428 X-Openstack-Request-Id: req-d2a6cbc4-c3f8-4ef2-86f6-ac46465fdb5f Date: Fri, 12 Oct 2018 12:58:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "d6e005d8411b4b378ddb320b792455b0", "created_at": "2018-10-12T12:53:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-12T12:58:24Z", "revision_number": 10, "routes": [], "project_id": "d6e005d8411b4b378ddb320b792455b0", "id": "4ff35e2d-8da4-4846-9f85-b4d7d07d5be3", "name": "sdnvpn-13-1-router"}} 2018-10-12 12:58:24,530 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/4ff35e2d-8da4-4846-9f85-b4d7d07d5be3 used request id req-d2a6cbc4-c3f8-4ef2-86f6-ac46465fdb5f 2018-10-12 12:58:24,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/8f768f56-1fee-4dfc-91b8-916b6fa779ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a1cf19396d075062922774d260a4939855eddc8" 2018-10-12 12:58:26,643 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d35ac8a1-5441-4d13-a186-0e60164689d5 Date: Fri, 12 Oct 2018 12:58:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:58:26,643 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/8f768f56-1fee-4dfc-91b8-916b6fa779ff used request id req-d35ac8a1-5441-4d13-a186-0e60164689d5 2018-10-12 12:58:26,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/4ff35e2d-8da4-4846-9f85-b4d7d07d5be3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a1cf19396d075062922774d260a4939855eddc8" 2018-10-12 12:58:27,161 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bdfa0aa4-d492-404a-8ce7-930b565071e9 Content-Length: 0 Date: Fri, 12 Oct 2018 12:58:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:58:27,161 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/4ff35e2d-8da4-4846-9f85-b4d7d07d5be3 used request id req-bdfa0aa4-d492-404a-8ce7-930b565071e9 2018-10-12 12:58:27,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/981dc87b-d772-4cac-a0e1-e29367070818 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a1cf19396d075062922774d260a4939855eddc8" 2018-10-12 12:58:28,330 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7c22fc25-b1f8-475c-9e89-cc0fb0783c57 Date: Fri, 12 Oct 2018 12:58:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-12 12:58:28,330 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/981dc87b-d772-4cac-a0e1-e29367070818 used request id req-7c22fc25-b1f8-475c-9e89-cc0fb0783c57 2018-10-12 12:58:28,330 - 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-10-12 12:58:28,331 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-12 12:58:28,331 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_13 2018-10-12 12:58:28,331 - 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-10-12 12:58:28,332 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting subnet/net/port quota 2018-10-12 12:58:28,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/quotas/d6e005d8411b4b378ddb320b792455b0 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34c2849f30d73c95bc41b3b6ff793413c08e7a0c" -d '{"quota": {"subnet": 100, "router": 10, "network": 100, "port": 500}}' 2018-10-12 12:58:28,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-6d7094b7-88f4-4cf7-b11d-9fc9006b7a08 Date: Fri, 12 Oct 2018 12:58:28 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-10-12 12:58:28,561 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/quotas/d6e005d8411b4b378ddb320b792455b0 used request id req-6d7094b7-88f4-4cf7-b11d-9fc9006b7a08 2018-10-12 12:58:28,561 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting instances quota class 2018-10-12 12:58:28,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26: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}3afcf310687a97db8c2f3f0850db4aa641867c0b" -d '{"quota_class_set": {"instances": 10}}' 2018-10-12 12:58:28,732 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:58: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-a0caacbd-c82e-4b81-8f4b-0394c4be6708 x-compute-request-id: req-a0caacbd-c82e-4b81-8f4b-0394c4be6708 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-10-12 12:58:28,732 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.26:8774/v2.1/os-quota-class-sets/default used request id req-a0caacbd-c82e-4b81-8f4b-0394c4be6708 2018-10-12 12:58:28,736 - paramiko.transport - DEBUG - starting thread (client mode): 0xaea51d50L 2018-10-12 12:58:28,736 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:58:28,766 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:58:28,766 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:58:28,772 - 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-10-12 12:58:28,772 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:58:28,772 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:58:28,772 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:58:28,773 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:58:28,773 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:58:28,782 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:58:28,784 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:58:28,800 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.173: 60df55f7b7086c1de5e8c6261a27377f 2018-10-12 12:58:28,801 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:58:28,822 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:58:29,233 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:58:29,266 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:58:29,499 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:58:29,499 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:58:29,538 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:58:29,539 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:58:29,577 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:58:34,525 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:58:34,526 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:58:34,528 - paramiko.transport - DEBUG - starting thread (client mode): 0xb0243690L 2018-10-12 12:58:34,529 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:58:34,534 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:58:34,535 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:58:34,538 - 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-10-12 12:58:34,538 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:58:34,538 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:58:34,538 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:58:34,538 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:58:34,538 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:58:34,543 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:58:34,543 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:58:34,544 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 77dbd377a7f57ec502fe4ba12fb524fc 2018-10-12 12:58:34,545 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:58:34,583 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:58:34,596 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:58:34,610 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:58:34,698 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:58:34,698 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:58:34,737 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:58:34,738 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:58:34,745 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:58:34,780 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:58:34,781 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:58:34,782 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:58:34,783 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:58:34,783 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:58:34,824 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:58:34,859 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:58:34,860 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:58:34,861 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:58:34,862 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:58:34,862 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:58:34,903 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:58:34,934 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:58:34,936 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:58:34,938 - paramiko.transport - DEBUG - starting thread (client mode): 0xb03c9f90L 2018-10-12 12:58:34,938 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:58:34,944 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:58:34,944 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:58:34,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-10-12 12:58:34,947 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:58:34,947 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:58:34,947 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:58:34,948 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:58:34,948 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:58:34,952 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:58:34,953 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:58:34,969 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: db68117b9c6f1957b4f5ef76338012c9 2018-10-12 12:58:34,970 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:58:34,992 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:58:35,006 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:58:35,035 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:58:35,112 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:58:35,112 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:58:35,151 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:58:35,152 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:58:35,171 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:58:35,207 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:58:35,208 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:58:35,209 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:58:35,210 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:58:35,210 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:58:35,251 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:58:35,289 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:58:35,290 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:58:35,291 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:58:35,292 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:58:35,292 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:58:35,332 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:58:35,364 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:58:35,365 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:58:35,368 - paramiko.transport - DEBUG - starting thread (client mode): 0xb0335cd0L 2018-10-12 12:58:35,369 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:58:35,374 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:58:35,374 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:58:35,378 - 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-10-12 12:58:35,378 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:58:35,378 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:58:35,378 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:58:35,378 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:58:35,378 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:58:35,383 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:58:35,383 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:58:35,384 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 3e60efe4c07c47ac5686aef869e8d2e0 2018-10-12 12:58:35,385 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:58:35,423 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:58:35,434 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:58:35,449 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:58:35,535 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:58:35,536 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:58:35,575 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:58:35,576 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:58:35,586 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:58:35,623 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:58:35,624 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:58:35,625 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:58:35,626 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:58:35,626 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:58:35,667 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:58:35,705 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:58:35,707 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:58:35,708 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:58:35,710 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:58:35,710 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:58:35,750 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:58:35,783 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:58:35,784 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:58:35,786 - paramiko.transport - DEBUG - starting thread (client mode): 0xb03353d0L 2018-10-12 12:58:35,787 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:58:35,792 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:58:35,792 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:58:35,795 - 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-10-12 12:58:35,795 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:58:35,795 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:58:35,795 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:58:35,796 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:58:35,796 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:58:35,800 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:58:35,801 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:58:35,802 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: b6456090c3906ad29d22f6dc7a9c8e68 2018-10-12 12:58:35,803 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:58:35,841 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:58:35,853 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:58:35,867 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:58:35,952 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:58:35,953 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:58:35,992 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:58:35,993 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:58:36,002 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:58:36,031 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:58:36,032 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:58:36,033 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:58:36,033 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:58:36,034 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:58:36,073 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:58:36,106 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:58:36,107 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:58:36,107 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:58:36,109 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:58:36,109 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:58:36,149 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:58:36,176 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:58:36,178 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:58:36,179 - paramiko.transport - DEBUG - starting thread (client mode): 0xb0368410L 2018-10-12 12:58:36,180 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:58:36,185 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:58:36,185 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:58:36,187 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-12 12:58:36,188 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:58:36,188 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:58:36,188 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:58:36,189 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:58:36,189 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:58:36,194 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:58:36,195 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:58:36,211 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 8b834273936dee769d1dc2c2677f5d5e 2018-10-12 12:58:36,212 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:58:36,234 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:58:36,245 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:58:36,276 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:58:36,345 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:58:36,346 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:58:36,385 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:58:36,385 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:58:36,395 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:58:36,429 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:58:36,429 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:58:36,430 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:58:36,431 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:58:36,431 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:58:36,473 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:58:36,508 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:58:36,509 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:58:36,510 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:58:36,511 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:58:36,511 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:58:36,551 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:58:36,582 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:58:36,582 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:58:36,583 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:58:36,584 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:58:36,584 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:58:36,591 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:58:41,722 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:58:41,723 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:58:41,727 - paramiko.transport - DEBUG - starting thread (client mode): 0xaea22690L 2018-10-12 12:58:41,727 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:58:41,733 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:58:41,733 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:58:41,736 - 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-10-12 12:58:41,736 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:58:41,736 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:58:41,736 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:58:41,737 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:58:41,737 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:58:41,741 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:58:41,742 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:58:41,759 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 77dbd377a7f57ec502fe4ba12fb524fc 2018-10-12 12:58:41,759 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:58:41,781 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:58:41,790 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:58:41,791 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:58:41,872 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:58:41,873 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:58:41,912 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:58:41,913 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:58:41,928 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:58:41,964 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:58:41,965 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:58:41,966 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:58:41,966 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:58:41,967 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:58:42,007 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:58:42,046 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:58:42,048 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:58:42,048 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:58:42,049 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:58:42,049 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:58:42,090 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:58:42,124 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:58:42,125 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:58:42,128 - paramiko.transport - DEBUG - starting thread (client mode): 0xb03d7790L 2018-10-12 12:58:42,129 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:58:42,134 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:58:42,134 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:58:42,137 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-12 12:58:42,137 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:58:42,137 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:58:42,137 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:58:42,138 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:58:42,138 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:58:42,142 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:58:42,143 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:58:42,144 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: db68117b9c6f1957b4f5ef76338012c9 2018-10-12 12:58:42,144 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:58:42,182 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:58:42,194 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:58:42,209 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:58:42,276 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:58:42,277 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:58:42,316 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:58:42,317 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:58:42,320 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:58:42,354 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:58:42,355 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:58:42,356 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:58:42,357 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:58:42,357 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:58:42,397 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:58:42,433 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:58:42,434 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:58:42,435 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:58:42,436 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:58:42,436 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:58:42,477 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:58:42,507 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:58:42,508 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:58:42,510 - paramiko.transport - DEBUG - starting thread (client mode): 0xb0f3d250L 2018-10-12 12:58:42,510 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:58:42,517 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:58:42,517 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:58:42,520 - 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-10-12 12:58:42,520 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:58:42,520 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:58:42,520 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:58:42,520 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:58:42,521 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:58:42,525 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:58:42,526 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:58:42,542 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 3e60efe4c07c47ac5686aef869e8d2e0 2018-10-12 12:58:42,543 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:58:42,565 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:58:42,576 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:58:42,607 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:58:42,666 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:58:42,666 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:58:42,705 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:58:42,706 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:58:42,712 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:58:42,748 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:58:42,749 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:58:42,750 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:58:42,751 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:58:42,751 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:58:42,792 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:58:42,829 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:58:42,831 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:58:42,831 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:58:42,832 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:58:42,832 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:58:42,873 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:58:42,905 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:58:42,906 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:58:42,908 - paramiko.transport - DEBUG - starting thread (client mode): 0xb03fcc10L 2018-10-12 12:58:42,908 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:58:42,913 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:58:42,913 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:58:42,915 - 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-10-12 12:58:42,916 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:58:42,916 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:58:42,916 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:58:42,916 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:58:42,916 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:58:42,921 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:58:42,922 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:58:42,924 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: b6456090c3906ad29d22f6dc7a9c8e68 2018-10-12 12:58:42,924 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:58:42,962 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:58:42,972 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:58:42,989 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:58:43,051 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:58:43,051 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:58:43,090 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:58:43,091 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:58:43,095 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:58:43,124 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:58:43,125 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:58:43,126 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:58:43,127 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:58:43,127 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:58:43,168 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:58:43,198 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:58:43,200 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:58:43,200 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:58:43,202 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:58:43,203 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:58:43,243 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:58:43,270 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:58:43,271 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:58:43,273 - paramiko.transport - DEBUG - starting thread (client mode): 0xb0fa91d0L 2018-10-12 12:58:43,274 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-12 12:58:43,279 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-12 12:58:43,279 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-12 12:58:43,281 - 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-10-12 12:58:43,281 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-12 12:58:43,281 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-12 12:58:43,282 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-12 12:58:43,282 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-12 12:58:43,282 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-12 12:58:43,286 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-12 12:58:43,287 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-12 12:58:43,289 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 8b834273936dee769d1dc2c2677f5d5e 2018-10-12 12:58:43,290 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-12 12:58:43,326 - paramiko.transport - DEBUG - userauth is OK 2018-10-12 12:58:43,337 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-12 12:58:43,354 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-12 12:58:43,413 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-12 12:58:43,413 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-12 12:58:43,452 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-12 12:58:43,453 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-12 12:58:43,458 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-12 12:58:43,488 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-12 12:58:43,489 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-12 12:58:43,490 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-12 12:58:43,491 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-12 12:58:43,491 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-12 12:58:43,531 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-12 12:58:43,565 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-12 12:58:43,566 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-12 12:58:43,567 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-12 12:58:43,568 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-12 12:58:43,568 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-12 12:58:43,608 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-12 12:58:43,637 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-12 12:58:43,637 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-10-12 12:58:43,643 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-12 12:58:43,680 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-12 12:58:43,681 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-12 12:58:43,681 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-12 12:58:43,683 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-12 12:58:43,717 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-10-12 12:58:43,717 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-10-12 12:58:43,719 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-10-12 12:58:43,727 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-10-12 12:58:43,730 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-10-12 12:58:43,731 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-12 12:58:43,732 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-12 12:58:43,732 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-12 12:58:43,734 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-12 12:58:43,735 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-12 12:58:43,735 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-12 12:58:43,736 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-12 12:58:43,736 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-12 12:58:49,614 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-12 12:58:49,616 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-12 12:58:49,617 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-12 12:58:49,618 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-12 12:58:49,618 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-12 12:58:49,659 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-12 12:58:49,689 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-10-12 12:58:49,689 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-10-12 12:58:49,691 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-10-12 12:58:49,691 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-10-12 12:58:49,807 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-10-12 12:58:49,808 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-12 12:58:49,823 - 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-10-12 12:58:50,121 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-12 12:58:50,122 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-12 12:58:50,122 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-12 12:58:50,127 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-12 12:58:50,159 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-10-12 12:58:50,160 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-10-12 12:58:50,161 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-10-12 12:58:50,162 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-10-12 12:58:50,163 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-10-12 12:58:50,165 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-12 12:58:50,166 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-12 12:58:50,166 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-12 12:58:50,168 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-12 12:58:50,169 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-12 12:58:50,170 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-12 12:58:50,170 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-12 12:58:50,170 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-12 12:58:54,681 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-12 12:58:54,684 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-12 12:58:54,684 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-12 12:58:54,685 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-12 12:58:54,686 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-12 12:58:54,726 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-12 12:58:54,755 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-10-12 12:58:54,756 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-10-12 12:58:54,757 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-10-12 12:58:54,758 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-10-12 12:58:54,896 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-10-12 12:58:54,897 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-12 12:58:54,914 - 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-10-12 12:58:55,245 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-12 12:58:55,246 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-12 12:58:55,247 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-12 12:58:55,249 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-12 12:58:55,280 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-10-12 12:58:55,280 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-10-12 12:58:55,282 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-10-12 12:58:55,283 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-10-12 12:58:55,284 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-10-12 12:58:55,285 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-12 12:58:55,286 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-12 12:58:55,286 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-12 12:58:55,288 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-12 12:58:55,289 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-12 12:58:55,289 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-12 12:58:55,290 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-12 12:58:55,290 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-12 12:58:58,565 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-12 12:58:58,566 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-12 12:58:58,567 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-12 12:58:58,568 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-12 12:58:58,569 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-12 12:58:58,609 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-12 12:58:58,639 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-10-12 12:58:58,640 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-10-12 12:58:58,641 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-10-12 12:58:58,642 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-10-12 12:58:58,743 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-10-12 12:58:58,744 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-12 12:58:58,761 - 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-10-12 12:58:58,992 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-12 12:58:58,993 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-12 12:58:58,993 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-12 12:58:58,995 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-12 12:58:59,022 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-10-12 12:58:59,023 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-10-12 12:58:59,025 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-10-12 12:58:59,026 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-10-12 12:58:59,027 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-10-12 12:58:59,029 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-12 12:58:59,029 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-12 12:58:59,030 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-12 12:58:59,032 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-12 12:58:59,033 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-12 12:58:59,033 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-12 12:58:59,034 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-12 12:58:59,034 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-12 12:58:59,159 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-12 12:58:59,161 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-12 12:58:59,161 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-12 12:58:59,163 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-12 12:58:59,163 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-12 12:58:59,203 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-12 12:58:59,232 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-10-12 12:58:59,233 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-10-12 12:58:59,234 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-10-12 12:58:59,235 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-10-12 12:58:59,241 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-10-12 12:58:59,242 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-12 12:58:59,258 - 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-10-12 12:58:59,282 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-12 12:58:59,283 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-12 12:58:59,283 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-12 12:58:59,287 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-12 12:58:59,315 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-10-12 12:58:59,316 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-10-12 12:58:59,317 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-10-12 12:58:59,318 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-10-12 12:58:59,319 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-10-12 12:58:59,321 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-12 12:58:59,321 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-12 12:58:59,322 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-12 12:58:59,324 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-12 12:58:59,324 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-12 12:58:59,325 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-12 12:58:59,325 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-12 12:58:59,326 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-12 12:58:59,457 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-12 12:58:59,459 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-12 12:58:59,460 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-12 12:58:59,461 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-12 12:58:59,461 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-12 12:58:59,502 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-12 12:58:59,529 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-10-12 12:58:59,529 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-10-12 12:58:59,530 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-10-12 12:58:59,532 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-10-12 12:58:59,540 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-10-12 12:58:59,541 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-12 12:58:59,556 - 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-10-12 12:58:59,583 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-10-12 12:59:01,050 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-12 12:59:01,050 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 43:21 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-10-12 12:59:01,055 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-10-12 12:59:01,055 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:42 | PASS | | bgpvpn | sdnvpn | features | 43:21 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-10-12 12:59:01,061 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-10-12 12:59:01,065 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:01,166 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:01,266 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:01,336 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:01,438 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:01,549 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:01,636 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:01,666 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:01,735 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:01,838 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:01,936 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:02,036 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:02,120 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:02,239 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:02,340 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:02,368 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:02,438 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:02,540 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:02,639 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:02,737 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:02,840 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:02,968 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:03,040 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:03,137 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:03,241 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:03,338 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:03,440 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:03,570 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:03,588 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:03,636 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:03,731 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:03,813 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:03,852 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-12 12:59:06,993 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-299 | | 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-10-12 12:59:06,996 - 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=pWYKCY62jZnEAHjzsECP3aEaq export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26: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.8 export OS_REGION_NAME=regionOne 2018-10-12 12:59:06,996 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-12 12:59:06,996 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-10-12 12:59:06,997 - 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-10-12 12:59:06,998 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-12 12:59:09,609 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-299 | | 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-10-12 12:59:09,612 - 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=pWYKCY62jZnEAHjzsECP3aEaq export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26: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.8 export OS_REGION_NAME=regionOne 2018-10-12 12:59:09,612 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-12 12:59:09,613 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-10-12 12:59:09,613 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-10-12 12:59:09,614 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-12 12:59:12,348 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-299 | | 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-10-12 12:59:12,353 - 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=pWYKCY62jZnEAHjzsECP3aEaq export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.26,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26: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.8 export OS_REGION_NAME=regionOne 2018-10-12 12:59:12,353 - xtesting.ci.run_tests - DEBUG - Test args: tempest_full_parallel 2018-10-12 12:59:12,361 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_full_parallel'... 2018-10-12 12:59:13,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:59:13,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:59:13,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:59:13,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:59:13,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:59:13,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:59:13,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:59:13,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:59:13,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:59:13,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:59:13,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:59:13,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:59:13,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:59:13,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:59:13,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:59:13,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:59:13,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:59:13,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:59:13,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:59:13,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:59:13,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:59:13,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:59:13,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:59:13,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:59:13,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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-10-12 12:59:13,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:59:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48238ef0-e706-4b31-a537-b5188bd43b69 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:59:13,290 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-48238ef0-e706-4b31-a537-b5188bd43b69 2018-10-12 12:59:13,290 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:59:13,669 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}], "expires_at": "2018-10-12T13:59:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6e005d8411b4b378ddb320b792455b0", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/d6e005d8411b4b378ddb320b792455b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "47d683160bac4cd691aea369dd2cd437"}, "audit_ids": ["5R0m9jsrTES7oQRvnvAybg"], "issued_at": "2018-10-12T12:59:13.000000Z"}} 2018-10-12 12:59:13,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-12 12:59:13,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 12:59:13,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-b1e40d49-c42a-4623-9bff-117f64e8d417 Date: Fri, 12 Oct 2018 12:59:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"71fc6d74-b5f7-4beb-b556-59bef5906bb2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a326b90e4e0b4021a92eb982e1729d5e","status":"ACTIVE","subnets":["82a08d1b-7ae3-4f90-92ce-135e5b7a8821"],"description":"","tags":[],"updated_at":"2018-10-12T10:34:14Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a326b90e4e0b4021a92eb982e1729d5e","created_at":"2018-10-12T10:34:07Z","provider:network_type":"flat"}]} 2018-10-12 12:59:13,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b1e40d49-c42a-4623-9bff-117f64e8d417 2018-10-12 12:59:13,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.242162942886s 2018-10-12 12:59:13,915 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b1e40d49-c42a-4623-9bff-117f64e8d417 2018-10-12 12:59:13,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-12 12:59:13,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 12:59:13,923 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 12:59: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 12:59:14,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 12:59:14,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:59:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f7f2dda-dde5-4019-ba48-9c1e6006dd08 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.26:5000/v3/domains/4c63915287d940839daec75dc8b59ff1"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4c63915287d940839daec75dc8b59ff1"}, {"links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-10-12 12:59:14,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-8f7f2dda-dde5-4019-ba48-9c1e6006dd08 2018-10-12 12:59:14,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.280173063278s 2018-10-12 12:59:14,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-12 12:59:14,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}602f056edc639b8062004ffa492c730d3d16d92e" -d '{"project": {"description": "Created by OPNFV Functest: tempest_full_parallel", "enabled": true, "domain_id": "default", "name": "tempest_full_paral-project_76ebcc9e-6d3d-4003-8048-882f8eaa2c24"}}' 2018-10-12 12:59:14,303 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 12:59:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38bbcd1d-2f27-406c-afaf-94e47d512810 Content-Length: 373 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.26:5000/v3/projects/da75a6c9764e4090bcc0342efba8e1d8"}, "enabled": true, "id": "da75a6c9764e4090bcc0342efba8e1d8", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_76ebcc9e-6d3d-4003-8048-882f8eaa2c24"}} 2018-10-12 12:59:14,303 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-38bbcd1d-2f27-406c-afaf-94e47d512810 2018-10-12 12:59:14,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.106390953064s 2018-10-12 12:59:14,304 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-38bbcd1d-2f27-406c-afaf-94e47d512810 2018-10-12 12:59:14,304 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_full_paral-project_76ebcc9e-6d3d-4003-8048-882f8eaa2c24', 'id': u'da75a6c9764e4090bcc0342efba8e1d8', 'description': u'Created by OPNFV Functest: tempest_full_parallel', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-10-12 12:59:14,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-12 12:59:14,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.357516050339s 2018-10-12 12:59:14,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/354cb8a0d5b1424ea456434388242f5c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 12:59:14,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:59:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f50662e0-8478-4b5d-8ba0-91a971eb859b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/354cb8a0d5b1424ea456434388242f5c"}, "enabled": true, "id": "354cb8a0d5b1424ea456434388242f5c", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_76ebcc9e-6d3d-4003-8048-882f8eaa2c24"}} 2018-10-12 12:59:14,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/354cb8a0d5b1424ea456434388242f5c used request id req-f50662e0-8478-4b5d-8ba0-91a971eb859b 2018-10-12 12:59:14,768 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'354cb8a0d5b1424ea456434388242f5c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_full_parallel-user_76ebcc9e-6d3d-4003-8048-882f8eaa2c24'}) 2018-10-12 12:59:14,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 12:59:14,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 12:59:14,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:59:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-716c3af2-beab-4fa4-ac0a-5784da228908 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 12:59:14,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-716c3af2-beab-4fa4-ac0a-5784da228908 2018-10-12 12:59:14,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0907759666443s 2018-10-12 12:59:14,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 12:59:14,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 12:59:14,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:59:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-773bbbe0-f64b-4283-b718-aef80f1158c1 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 12:59:14,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-773bbbe0-f64b-4283-b718-aef80f1158c1 2018-10-12 12:59:14,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0731699466705s 2018-10-12 12:59:14,934 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-12 12:59:14,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-12 12:59:14,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602f056edc639b8062004ffa492c730d3d16d92e" -d '{"role": {"name": "Member"}}' 2018-10-12 12:59:15,033 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 12 Oct 2018 12:59:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98a81af8-f149-4125-a1e6-a4305c5b3651 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "712f4b5b24ca47b59c20a8cfdee215dc", "links": {"self": "http://172.30.9.26:5000/v3/roles/712f4b5b24ca47b59c20a8cfdee215dc"}, "name": "Member"}} 2018-10-12 12:59:15,034 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-98a81af8-f149-4125-a1e6-a4305c5b3651 2018-10-12 12:59:15,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0984110832214s 2018-10-12 12:59:15,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles/712f4b5b24ca47b59c20a8cfdee215dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 12:59:15,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:59:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-240c625c-687e-46b4-bf22-d388e172b53a Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.26:5000/v3/roles/712f4b5b24ca47b59c20a8cfdee215dc"}, "domain_id": null, "name": "Member", "id": "712f4b5b24ca47b59c20a8cfdee215dc"}} 2018-10-12 12:59:15,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles/712f4b5b24ca47b59c20a8cfdee215dc used request id req-240c625c-687e-46b4-bf22-d388e172b53a 2018-10-12 12:59:15,050 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.26:5000/v3/roles/712f4b5b24ca47b59c20a8cfdee215dc'}, 'domain_id': None, 'human_id': None, 'id': u'712f4b5b24ca47b59c20a8cfdee215dc', 'HUMAN_ID': False}) 2018-10-12 12:59:15,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 12:59:15,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 12:59:15,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:59:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95405961-a6ab-43ed-b541-5ed70a14c9fd Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "712f4b5b24ca47b59c20a8cfdee215dc", "links": {"self": "http://172.30.9.26:5000/v3/roles/712f4b5b24ca47b59c20a8cfdee215dc"}, "name": "Member"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 12:59:15,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-95405961-a6ab-43ed-b541-5ed70a14c9fd 2018-10-12 12:59:15,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0716478824615s 2018-10-12 12:59:15,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-12 12:59:15,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 12:59:15,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:59:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e70b6c4-9125-442b-819f-d30f42ca690e Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 12:59:15,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-9e70b6c4-9125-442b-819f-d30f42ca690e 2018-10-12 12:59:15,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0842928886414s 2018-10-12 12:59:15,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 12:59:15,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 12:59:15,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:59:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc31a503-fd8b-44e1-a600-e124ba4be1a7 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_76ebcc9e-6d3d-4003-8048-882f8eaa2c24", "links": {"self": "http://172.30.9.26:5000/v3/users/354cb8a0d5b1424ea456434388242f5c"}, "domain_id": "default", "enabled": true, "id": "354cb8a0d5b1424ea456434388242f5c", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 12:59:15,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-fc31a503-fd8b-44e1-a600-e124ba4be1a7 2018-10-12 12:59:15,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.099643945694s 2018-10-12 12:59:15,309 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-fc31a503-fd8b-44e1-a600-e124ba4be1a7 2018-10-12 12:59:15,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 12:59:15,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 12:59:15,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:59:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c56999c-0f44-46ce-aaea-b900e6c59e6c Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26: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.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.26:5000/v3/projects/da75a6c9764e4090bcc0342efba8e1d8"}, "enabled": true, "id": "da75a6c9764e4090bcc0342efba8e1d8", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_76ebcc9e-6d3d-4003-8048-882f8eaa2c24"}]} 2018-10-12 12:59:15,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-8c56999c-0f44-46ce-aaea-b900e6c59e6c 2018-10-12 12:59:15,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0780410766602s 2018-10-12 12:59:15,394 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-8c56999c-0f44-46ce-aaea-b900e6c59e6c 2018-10-12 12:59:15,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-12 12:59:15,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=354cb8a0d5b1424ea456434388242f5c&scope.project.id=da75a6c9764e4090bcc0342efba8e1d8&role.id=712f4b5b24ca47b59c20a8cfdee215dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 12:59:15,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:59:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-696da2d2-28a1-4397-a9b9-041129f3eb0a Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=354cb8a0d5b1424ea456434388242f5c&scope.project.id=da75a6c9764e4090bcc0342efba8e1d8&role.id=712f4b5b24ca47b59c20a8cfdee215dc", "previous": null, "next": null}} 2018-10-12 12:59:15,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=354cb8a0d5b1424ea456434388242f5c&scope.project.id=da75a6c9764e4090bcc0342efba8e1d8&role.id=712f4b5b24ca47b59c20a8cfdee215dc used request id req-696da2d2-28a1-4397-a9b9-041129f3eb0a 2018-10-12 12:59:15,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0799350738525s 2018-10-12 12:59:15,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-12 12:59:15,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/da75a6c9764e4090bcc0342efba8e1d8/users/354cb8a0d5b1424ea456434388242f5c/roles/712f4b5b24ca47b59c20a8cfdee215dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 12:59:15,599 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 12:59:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b85fe183-bdfe-45d2-a9fc-9d6e1aba292e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 12:59:15,599 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/da75a6c9764e4090bcc0342efba8e1d8/users/354cb8a0d5b1424ea456434388242f5c/roles/712f4b5b24ca47b59c20a8cfdee215dc used request id req-b85fe183-bdfe-45d2-a9fc-9d6e1aba292e 2018-10-12 12:59:15,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.122657060623s 2018-10-12 12:59:15,600 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_full_paral-project_76ebcc9e-6d3d-4003-8048-882f8eaa2c24', 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': '845ef93f-b3ca-4dc1-b8c6-6a6a61d059b8', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'tempest_full_parallel-user_76ebcc9e-6d3d-4003-8048-882f8eaa2c24', 'project_id': u'da75a6c9764e4090bcc0342efba8e1d8', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-12 12:59:15,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-12 12:59:15,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-12 12:59:15,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-12 12:59:15,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-12 12:59:15,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-12 12:59:15,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-12 12:59:15,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-12 12:59:15,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-12 12:59:15,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-12 12:59:15,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-12 12:59:15,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-12 12:59:15,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-12 12:59:15,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-12 12:59:15,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-12 12:59:15,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-12 12:59:15,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-12 12:59:15,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-12 12:59:15,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-12 12:59:15,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-12 12:59:15,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-12 12:59:15,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-12 12:59:15,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-12 12:59:15,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-12 12:59:15,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-12 12:59:15,607 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_full_parallel-user_76ebcc9e-6d3d-4003-8048-882f8eaa2c24', 'password': '845ef93f-b3ca-4dc1-b8c6-6a6a61d059b8', 'project_name': 'tempest_full_paral-project_76ebcc9e-6d3d-4003-8048-882f8eaa2c24', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000/v3', 'project_id': 'da75a6c9764e4090bcc0342efba8e1d8', 'project_domain_name': 'Default'} 2018-10-12 12:59:15,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 12:59:15,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 12:59:15,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:59:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cb6cad5-824a-4b6e-b3ec-6712278b2f72 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "712f4b5b24ca47b59c20a8cfdee215dc", "links": {"self": "http://172.30.9.26:5000/v3/roles/712f4b5b24ca47b59c20a8cfdee215dc"}, "name": "Member"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 12:59:15,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-5cb6cad5-824a-4b6e-b3ec-6712278b2f72 2018-10-12 12:59:15,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0752921104431s 2018-10-12 12:59:15,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 12:59:15,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 12:59:15,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:59:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1958ce58-62f7-4664-a3a1-68a5688ffed2 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "712f4b5b24ca47b59c20a8cfdee215dc", "links": {"self": "http://172.30.9.26:5000/v3/roles/712f4b5b24ca47b59c20a8cfdee215dc"}, "name": "Member"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 12:59:15,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-1958ce58-62f7-4664-a3a1-68a5688ffed2 2018-10-12 12:59:15,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.078752040863s 2018-10-12 12:59:15,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-12 12:59:15,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 12:59:15,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:59:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8003e6f-64ca-4c35-b901-1ce2d7b529fe Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 12:59:15,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-d8003e6f-64ca-4c35-b901-1ce2d7b529fe 2018-10-12 12:59:15,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0828621387482s 2018-10-12 12:59:15,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 12:59:15,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 12:59:15,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:59:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8b84809-2849-4e22-9b45-3dec79fc4f8f Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_76ebcc9e-6d3d-4003-8048-882f8eaa2c24", "links": {"self": "http://172.30.9.26:5000/v3/users/354cb8a0d5b1424ea456434388242f5c"}, "domain_id": "default", "enabled": true, "id": "354cb8a0d5b1424ea456434388242f5c", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 12:59:15,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-e8b84809-2849-4e22-9b45-3dec79fc4f8f 2018-10-12 12:59:15,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0954759120941s 2018-10-12 12:59:15,944 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-e8b84809-2849-4e22-9b45-3dec79fc4f8f 2018-10-12 12:59:15,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 12:59:15,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 12:59:16,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:59:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a2d1cf6-c3bc-471a-a1aa-70d90f54b52e Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26: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.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.26:5000/v3/projects/da75a6c9764e4090bcc0342efba8e1d8"}, "enabled": true, "id": "da75a6c9764e4090bcc0342efba8e1d8", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_76ebcc9e-6d3d-4003-8048-882f8eaa2c24"}]} 2018-10-12 12:59:16,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-6a2d1cf6-c3bc-471a-a1aa-70d90f54b52e 2018-10-12 12:59:16,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0777640342712s 2018-10-12 12:59:16,028 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-6a2d1cf6-c3bc-471a-a1aa-70d90f54b52e 2018-10-12 12:59:16,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-12 12:59:16,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=354cb8a0d5b1424ea456434388242f5c&scope.project.id=da75a6c9764e4090bcc0342efba8e1d8&role.id=112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 12:59:16,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:59:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b300310a-2d2f-4281-a98e-09d8c604bf6f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=354cb8a0d5b1424ea456434388242f5c&scope.project.id=da75a6c9764e4090bcc0342efba8e1d8&role.id=112190b0dab44ef9a2f2f86430c0c451", "previous": null, "next": null}} 2018-10-12 12:59:16,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=354cb8a0d5b1424ea456434388242f5c&scope.project.id=da75a6c9764e4090bcc0342efba8e1d8&role.id=112190b0dab44ef9a2f2f86430c0c451 used request id req-b300310a-2d2f-4281-a98e-09d8c604bf6f 2018-10-12 12:59:16,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0808441638947s 2018-10-12 12:59:16,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-12 12:59:16,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/da75a6c9764e4090bcc0342efba8e1d8/users/354cb8a0d5b1424ea456434388242f5c/roles/112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 12:59:16,221 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 12:59:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb9dd55e-a17c-482e-b55c-1d1a9cc6b473 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 12:59:16,221 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/da75a6c9764e4090bcc0342efba8e1d8/users/354cb8a0d5b1424ea456434388242f5c/roles/112190b0dab44ef9a2f2f86430c0c451 used request id req-eb9dd55e-a17c-482e-b55c-1d1a9cc6b473 2018-10-12 12:59:16,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.109683036804s 2018-10-12 12:59:16,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 12:59:16,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 12:59:16,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:59:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80b45d99-fa62-468b-a204-ec87e62296e2 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "712f4b5b24ca47b59c20a8cfdee215dc", "links": {"self": "http://172.30.9.26:5000/v3/roles/712f4b5b24ca47b59c20a8cfdee215dc"}, "name": "Member"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 12:59:16,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-80b45d99-fa62-468b-a204-ec87e62296e2 2018-10-12 12:59:16,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0923578739166s 2018-10-12 12:59:16,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-12 12:59:16,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 12:59:16,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:59:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aede3aec-49fb-4ce6-93f9-b1ec5d00f0be Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "name": "Default"}} 2018-10-12 12:59:16,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-aede3aec-49fb-4ce6-93f9-b1ec5d00f0be 2018-10-12 12:59:16,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0797588825226s 2018-10-12 12:59:16,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 12:59:16,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 12:59:16,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:59:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32e2e2a8-bcb4-4570-973d-dad7eb4f5b7b Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_76ebcc9e-6d3d-4003-8048-882f8eaa2c24", "links": {"self": "http://172.30.9.26:5000/v3/users/354cb8a0d5b1424ea456434388242f5c"}, "domain_id": "default", "enabled": true, "id": "354cb8a0d5b1424ea456434388242f5c", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 12:59:16,487 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-32e2e2a8-bcb4-4570-973d-dad7eb4f5b7b 2018-10-12 12:59:16,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0910189151764s 2018-10-12 12:59:16,487 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-32e2e2a8-bcb4-4570-973d-dad7eb4f5b7b 2018-10-12 12:59:16,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-12 12:59:16,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments?user.id=354cb8a0d5b1424ea456434388242f5c&role.id=112190b0dab44ef9a2f2f86430c0c451&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 12:59:16,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:59:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b405ed18-e560-4154-86e2-688d23ab53af Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=354cb8a0d5b1424ea456434388242f5c&role.id=112190b0dab44ef9a2f2f86430c0c451&scope.domain.id=default", "previous": null, "next": null}} 2018-10-12 12:59:16,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=354cb8a0d5b1424ea456434388242f5c&role.id=112190b0dab44ef9a2f2f86430c0c451&scope.domain.id=default used request id req-b405ed18-e560-4154-86e2-688d23ab53af 2018-10-12 12:59:16,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0808050632477s 2018-10-12 12:59:16,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-12 12:59:16,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/domains/default/users/354cb8a0d5b1424ea456434388242f5c/roles/112190b0dab44ef9a2f2f86430c0c451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 12:59:16,706 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 12:59:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f7546d7-091a-433b-8764-169a5ca79cb8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 12:59:16,706 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/domains/default/users/354cb8a0d5b1424ea456434388242f5c/roles/112190b0dab44ef9a2f2f86430c0c451 used request id req-2f7546d7-091a-433b-8764-169a5ca79cb8 2018-10-12 12:59:16,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.132235050201s 2018-10-12 12:59:16,707 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-12 12:59:21,032 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-12 12:59:20.774 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2a99b358-459a-465f-b260-24c74f531590) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2a99b358-459a-465f-b260-24c74f531590 | 2018-10-12T12:59:20 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2a99b358-459a-465f-b260-24c74f531590 ~/.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-10-12 12:59:24,239 - 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-10-12 12:59:24,239 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-12 12:59:30,520 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-12 12:59:27.838 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-12 12:59:27.982 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-12 12:59:30.329 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=517fa7e5-ceaf-424a-baba-b24fae4d1cbd) has been successfully created! Using verifier 'opnfv-tempest' (UUID=517fa7e5-ceaf-424a-baba-b24fae4d1cbd) as the default verifier for the future CLI operations. 2018-10-12 12:59:33,279 - xtesting.ci.run_tests - INFO - Running test case 'tempest_full_parallel'... 2018-10-12 12:59:33,280 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-12 12:59:33,386 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-12 12:59:33,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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-10-12 12:59:33,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:59:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af4cd8dc-eafc-4b9c-98f8-aec2d000989a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-10-12 12:59:33,394 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000/v3 used request id req-af4cd8dc-eafc-4b9c-98f8-aec2d000989a 2018-10-12 12:59:33,395 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-10-12 12:59:33,773 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "112190b0dab44ef9a2f2f86430c0c451", "name": "admin"}, {"id": "712f4b5b24ca47b59c20a8cfdee215dc", "name": "Member"}], "expires_at": "2018-10-12T13:59:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da75a6c9764e4090bcc0342efba8e1d8", "name": "tempest_full_paral-project_76ebcc9e-6d3d-4003-8048-882f8eaa2c24"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/da75a6c9764e4090bcc0342efba8e1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d2aaa279a854c008ea182af95605071"}, {"url": "http://192.30.9.8:8776/v1/da75a6c9764e4090bcc0342efba8e1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "556a7865bc33491fbe4f6709f0f3c9d4"}, {"url": "http://172.30.9.26:8776/v1/da75a6c9764e4090bcc0342efba8e1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90686d7070d4642b1ac4bea7dc43769"}], "type": "volume", "id": "3f14ae737d074769bab75c055e59c418", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/da75a6c9764e4090bcc0342efba8e1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "791fbce18b9248be84eb086b16fe953f"}, {"url": "http://192.30.9.8:8776/v2/da75a6c9764e4090bcc0342efba8e1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "946a07ec380d42f4a0dcf202582bbff5"}, {"url": "http://172.30.9.26:8776/v2/da75a6c9764e4090bcc0342efba8e1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c033bf6bcb4b4cd3bc8f8df919e8058a"}], "type": "volumev2", "id": "575a31b657da440aa39a1ed3c4b4750c", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.26:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "170719860d9343b082d8183b488be0ba"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "750cd83a93f14721b669cdc0e26b9357"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "885345b2500c4c579a3c2026d798f62c"}], "type": "policy", "id": "5dbe9c70355e42dabd5f446bdde860a2", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "885c33ea42a140a0b6584331cf5b466e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d60493f955b4514a8b853a42c88e4cf"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7ae194220d94d59a2d39fdd23b5ae50"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddae0567bbb648b99efd89b61f964171"}], "type": "compute", "id": "908b442d52804f59be2323d5fdc83247", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "25e58856078f415b8b91b0c8683dc575"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410d300ffa5649c0ba700c8a81d3a99c"}, {"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "544f7a47d78d418382c074f86031c510"}], "type": "image", "id": "99a05c7e704941eabd48f1256fb193ee", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/da75a6c9764e4090bcc0342efba8e1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12d189fb29504c53b86ba8bce81d4bd5"}, {"url": "http://172.30.9.26:8776/v3/da75a6c9764e4090bcc0342efba8e1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be2050b422be4a2d8d5d8c74444db5d9"}, {"url": "http://192.30.9.8:8776/v3/da75a6c9764e4090bcc0342efba8e1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1ba30b772c649739b4d17d55e2c3aa9"}], "type": "volumev3", "id": "a53b384921a243b9b9218df65591fdd9", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d1014a736694bc59ac60f0b2bffc14e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab85718ebbf7478ea56a36e1443b6b76"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c748cf79eba94cedacdf36b7cb4e98c2"}], "type": "cloudformation", "id": "a9760b0f79bc4009b1745bef8b81f00c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4888e5f7794b42b21d054053a95c6c"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee7544c6763c406983194e3902d8b3db"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07ef2b08a2f41719e574a2f5f166676"}], "type": "alarming", "id": "c08098309c314786b1d99523076606b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1eea06fca2dc4e2eac3701c4efd05f5a"}, {"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "76a6499865d947ffa1b6cac38b8a1580"}, {"url": "http://172.30.9.26:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4ac33cb0b8644c58e1b0e520cdcb159"}], "type": "key-manager", "id": "c8152c9b46ed47549b7ae340d59133ee", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "306551100f8d43d786bda0fe337625ae"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43a33f0e9a4b4d4fa900758266c5c7af"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e8f24ba554340a8b2e8b40539abd870"}], "type": "metric", "id": "dd21c497a8264b5b8735e7dd135359d1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/da75a6c9764e4090bcc0342efba8e1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a035a4b6e74af58a40b6f04bc53407"}, {"url": "http://192.30.9.8:8004/v1/da75a6c9764e4090bcc0342efba8e1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba6aaedffd3946faa52b97fe138de4d8"}, {"url": "http://172.30.9.26:8004/v1/da75a6c9764e4090bcc0342efba8e1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e72c827d7c904b6887832ec6e8934e5d"}], "type": "orchestration", "id": "e18f3a2363e34f7d9196ad66025b7e5d", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01b24011c3744b49ad056e010602e9e4"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca8034d8f8ac40c88919a63014f3c71e"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce5d72da33b04f4fa2ce7d20eead1214"}], "type": "placement", "id": "e1bca4167c0c40109295c492dba00cf3", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a993ccef21f455c8bb5dc3e65a52893"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b24b6d620d41b5b690298fedebfd2d"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7ef2451b5d9e4487bad5340a8e133548"}], "type": "network", "id": "f25ab165c8fd40179d07350d56d6e749", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a7a7b2b7bb0c4dcc941ea1d788dd8e92"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bedfe025144040399270256d49157b4c"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9dee30ca07b43f29e5027e12d5efbff"}], "type": "identity", "id": "f5ec3c2711334d0f8d85c551c91311fe", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_full_parallel-user_76ebcc9e-6d3d-4003-8048-882f8eaa2c24", "id": "354cb8a0d5b1424ea456434388242f5c"}, "audit_ids": ["x2obS1RZTPGUcvsUAjB1gQ"], "issued_at": "2018-10-12T12:59:33.000000Z"}} 2018-10-12 12:59:33,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}8d047fae0f528b24847f20f3564e5ab580987e92" 2018-10-12 12:59:33,783 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 12 Oct 2018 12:59:33 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-10-12 12:59:33,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 12:59:33,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}8d047fae0f528b24847f20f3564e5ab580987e92" 2018-10-12 12:59:33,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-0dbd493b-71a3-4ebb-95dd-82e8c47c1bd5 Date: Fri, 12 Oct 2018 12:59:33 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 12:59:33,962 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-0dbd493b-71a3-4ebb-95dd-82e8c47c1bd5 2018-10-12 12:59:33,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.17528295517s 2018-10-12 12:59:33,962 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-0dbd493b-71a3-4ebb-95dd-82e8c47c1bd5 2018-10-12 12:59:33,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-12 12:59:33,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}8d047fae0f528b24847f20f3564e5ab580987e92" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_76ebcc9e-6d3d-4003-8048-882f8eaa2c24", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_76ebcc9e-6d3d-4003-8048-882f8eaa2c24"}' 2018-10-12 12:59:34,162 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 893 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/e83ee885-4c98-42b3-be66-6c81d93afb08 X-Openstack-Request-Id: req-3ec4ac5b-a7ac-48e7-9e15-7b97e61cbc4c Date: Fri, 12 Oct 2018 12:59:34 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/e83ee885-4c98-42b3-be66-6c81d93afb08/file", "owner": "da75a6c9764e4090bcc0342efba8e1d8", "id": "e83ee885-4c98-42b3-be66-6c81d93afb08", "size": null, "self": "/v2/images/e83ee885-4c98-42b3-be66-6c81d93afb08", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T12:59:34Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_76ebcc9e-6d3d-4003-8048-882f8eaa2c24", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_76ebcc9e-6d3d-4003-8048-882f8eaa2c24", "checksum": null, "created_at": "2018-10-12T12:59:34Z", "protected": false} 2018-10-12 12:59:34,162 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-3ec4ac5b-a7ac-48e7-9e15-7b97e61cbc4c 2018-10-12 12:59:34,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.198192834854s 2018-10-12 12:59:34,163 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-3ec4ac5b-a7ac-48e7-9e15-7b97e61cbc4c returning object e83ee885-4c98-42b3-be66-6c81d93afb08 2018-10-12 12:59:34,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-12 12:59:34,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/e83ee885-4c98-42b3-be66-6c81d93afb08/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}8d047fae0f528b24847f20f3564e5ab580987e92" -d '' 2018-10-12 12:59:35,915 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-120f5262-423a-4731-b293-99c335b93f2a Date: Fri, 12 Oct 2018 12:59:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 12:59:35,915 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/e83ee885-4c98-42b3-be66-6c81d93afb08/file used request id req-120f5262-423a-4731-b293-99c335b93f2a 2018-10-12 12:59:35,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.7516810894s 2018-10-12 12:59:35,916 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/e83ee885-4c98-42b3-be66-6c81d93afb08/file used request id req-120f5262-423a-4731-b293-99c335b93f2a 2018-10-12 12:59:35,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 12:59:35,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}8d047fae0f528b24847f20f3564e5ab580987e92" 2018-10-12 12:59:35,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-4de46fd1-dc28-4222-87a0-176761de915d Date: Fri, 12 Oct 2018 12:59:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/e83ee885-4c98-42b3-be66-6c81d93afb08/snap", "metadata": {}}], "file": "/v2/images/e83ee885-4c98-42b3-be66-6c81d93afb08/file", "owner": "da75a6c9764e4090bcc0342efba8e1d8", "id": "e83ee885-4c98-42b3-be66-6c81d93afb08", "size": 12716032, "self": "/v2/images/e83ee885-4c98-42b3-be66-6c81d93afb08", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/e83ee885-4c98-42b3-be66-6c81d93afb08/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T12:59:35Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_76ebcc9e-6d3d-4003-8048-882f8eaa2c24", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_76ebcc9e-6d3d-4003-8048-882f8eaa2c24", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T12:59:34Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 12:59:35,939 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-4de46fd1-dc28-4222-87a0-176761de915d 2018-10-12 12:59:35,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0227210521698s 2018-10-12 12:59:35,939 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-4de46fd1-dc28-4222-87a0-176761de915d 2018-10-12 12:59:35,941 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/e83ee885-4c98-42b3-be66-6c81d93afb08/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e83ee885-4c98-42b3-be66-6c81d93afb08/file', 'owner': u'da75a6c9764e4090bcc0342efba8e1d8', 'id': u'e83ee885-4c98-42b3-be66-6c81d93afb08', 'size': 12716032, u'self': u'/v2/images/e83ee885-4c98-42b3-be66-6c81d93afb08', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'da75a6c9764e4090bcc0342efba8e1d8', 'name': 'tempest_full_paral-project_76ebcc9e-6d3d-4003-8048-882f8eaa2c24', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/e83ee885-4c98-42b3-be66-6c81d93afb08/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-12T12:59:35Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-12T12:59:35Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_76ebcc9e-6d3d-4003-8048-882f8eaa2c24', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/e83ee885-4c98-42b3-be66-6c81d93afb08', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_76ebcc9e-6d3d-4003-8048-882f8eaa2c24', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_76ebcc9e-6d3d-4003-8048-882f8eaa2c24', 'created': u'2018-10-12T12:59:34Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-12T12:59:34Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/e83ee885-4c98-42b3-be66-6c81d93afb08', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_76ebcc9e-6d3d-4003-8048-882f8eaa2c24', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-12 12:59:35,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-12 12:59:35,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}602f056edc639b8062004ffa492c730d3d16d92e" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_full_parallel-flavor_76ebcc9e-6d3d-4003-8048-882f8eaa2c24", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-12 12:59:36,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12: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-728f0d46-b92a-44cd-85c6-2bc7e9a2d642 x-compute-request-id: req-728f0d46-b92a-44cd-85c6-2bc7e9a2d642 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/c3c6fba5-8f32-450b-9e35-d386cbc5d828", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/c3c6fba5-8f32-450b-9e35-d386cbc5d828", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c3c6fba5-8f32-450b-9e35-d386cbc5d828", "name": "tempest_full_parallel-flavor_76ebcc9e-6d3d-4003-8048-882f8eaa2c24", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:59:36,140 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-728f0d46-b92a-44cd-85c6-2bc7e9a2d642 2018-10-12 12:59:36,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.197955131531s 2018-10-12 12:59:36,141 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-728f0d46-b92a-44cd-85c6-2bc7e9a2d642 returning object c3c6fba5-8f32-450b-9e35-d386cbc5d828 2018-10-12 12:59:36,142 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_76ebcc9e-6d3d-4003-8048-882f8eaa2c24', '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'd6e005d8411b4b378ddb320b792455b0', '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'c3c6fba5-8f32-450b-9e35-d386cbc5d828', 'swap': 0}) 2018-10-12 12:59:36,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-12 12:59:36,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/c3c6fba5-8f32-450b-9e35-d386cbc5d828/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}602f056edc639b8062004ffa492c730d3d16d92e" -d '{"extra_specs": {}}' 2018-10-12 12:59:36,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:59:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-09bdc6ed-7fa9-4caf-9718-48a8148145f4 x-compute-request-id: req-09bdc6ed-7fa9-4caf-9718-48a8148145f4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-12 12:59:36,163 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/c3c6fba5-8f32-450b-9e35-d386cbc5d828/os-extra_specs used request id req-09bdc6ed-7fa9-4caf-9718-48a8148145f4 2018-10-12 12:59:36,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0209989547729s 2018-10-12 12:59:36,164 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/c3c6fba5-8f32-450b-9e35-d386cbc5d828/os-extra_specs used request id req-09bdc6ed-7fa9-4caf-9718-48a8148145f4 2018-10-12 12:59:36,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 12:59:36,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}8d047fae0f528b24847f20f3564e5ab580987e92" 2018-10-12 12:59:36,169 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 12 Oct 2018 12:59: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.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-12 12:59:36,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d047fae0f528b24847f20f3564e5ab580987e92" 2018-10-12 12:59:36,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:59:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d653efe2-0ba1-4adc-9252-76787d2036c4 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "712f4b5b24ca47b59c20a8cfdee215dc", "links": {"self": "http://172.30.9.26:5000/v3/roles/712f4b5b24ca47b59c20a8cfdee215dc"}, "name": "Member"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 12:59:36,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-d653efe2-0ba1-4adc-9252-76787d2036c4 2018-10-12 12:59:36,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0876069068909s 2018-10-12 12:59:36,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-12 12:59:36,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}8d047fae0f528b24847f20f3564e5ab580987e92" 2018-10-12 12:59:36,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:59:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f1ec8f4e-a183-4e82-8f1f-998adf870d6c x-compute-request-id: req-f1ec8f4e-a183-4e82-8f1f-998adf870d6c Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 108}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 114}, "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": 6}]} 2018-10-12 12:59:36,458 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-f1ec8f4e-a183-4e82-8f1f-998adf870d6c 2018-10-12 12:59:36,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.203195095062s 2018-10-12 12:59:36,459 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-f1ec8f4e-a183-4e82-8f1f-998adf870d6c 2018-10-12 12:59:36,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 12:59:36,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}8d047fae0f528b24847f20f3564e5ab580987e92" 2018-10-12 12:59:36,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-430c75b4-24f8-4d4e-90fd-89c606bdf2b6 Date: Fri, 12 Oct 2018 12:59:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/e83ee885-4c98-42b3-be66-6c81d93afb08/snap", "metadata": {}}], "file": "/v2/images/e83ee885-4c98-42b3-be66-6c81d93afb08/file", "owner": "da75a6c9764e4090bcc0342efba8e1d8", "id": "e83ee885-4c98-42b3-be66-6c81d93afb08", "size": 12716032, "self": "/v2/images/e83ee885-4c98-42b3-be66-6c81d93afb08", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/e83ee885-4c98-42b3-be66-6c81d93afb08/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T12:59:35Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_76ebcc9e-6d3d-4003-8048-882f8eaa2c24", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_76ebcc9e-6d3d-4003-8048-882f8eaa2c24", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T12:59:34Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 12:59:36,625 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-430c75b4-24f8-4d4e-90fd-89c606bdf2b6 2018-10-12 12:59:36,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.164296865463s 2018-10-12 12:59:36,625 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-430c75b4-24f8-4d4e-90fd-89c606bdf2b6 2018-10-12 12:59:36,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-12 12:59:36,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}8d047fae0f528b24847f20f3564e5ab580987e92" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_76ebcc9e-6d3d-4003-8048-882f8eaa2c24", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_alt_76ebcc9e-6d3d-4003-8048-882f8eaa2c24"}' 2018-10-12 12:59:36,840 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 901 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/6d95c7c4-fc22-4b9a-a122-b980e6ba230f X-Openstack-Request-Id: req-ccf55c98-5ff5-479b-a7dd-e1bd17a90b2c Date: Fri, 12 Oct 2018 12:59:36 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/6d95c7c4-fc22-4b9a-a122-b980e6ba230f/file", "owner": "da75a6c9764e4090bcc0342efba8e1d8", "id": "6d95c7c4-fc22-4b9a-a122-b980e6ba230f", "size": null, "self": "/v2/images/6d95c7c4-fc22-4b9a-a122-b980e6ba230f", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T12:59:36Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_76ebcc9e-6d3d-4003-8048-882f8eaa2c24", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_76ebcc9e-6d3d-4003-8048-882f8eaa2c24", "checksum": null, "created_at": "2018-10-12T12:59:36Z", "protected": false} 2018-10-12 12:59:36,840 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-ccf55c98-5ff5-479b-a7dd-e1bd17a90b2c 2018-10-12 12:59:36,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.212319135666s 2018-10-12 12:59:36,841 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-ccf55c98-5ff5-479b-a7dd-e1bd17a90b2c returning object 6d95c7c4-fc22-4b9a-a122-b980e6ba230f 2018-10-12 12:59:36,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-12 12:59:36,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/6d95c7c4-fc22-4b9a-a122-b980e6ba230f/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}8d047fae0f528b24847f20f3564e5ab580987e92" -d '' 2018-10-12 12:59:38,167 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-43fcc6e5-abc3-4174-945a-980b48fc489d Date: Fri, 12 Oct 2018 12:59:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 12:59:38,167 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/6d95c7c4-fc22-4b9a-a122-b980e6ba230f/file used request id req-43fcc6e5-abc3-4174-945a-980b48fc489d 2018-10-12 12:59:38,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.32544803619s 2018-10-12 12:59:38,167 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/6d95c7c4-fc22-4b9a-a122-b980e6ba230f/file used request id req-43fcc6e5-abc3-4174-945a-980b48fc489d 2018-10-12 12:59:38,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 12:59:38,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}8d047fae0f528b24847f20f3564e5ab580987e92" 2018-10-12 12:59:38,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2387 Content-Type: application/json X-Openstack-Request-Id: req-f9bbbae8-c3b8-4ef3-8fba-130271897726 Date: Fri, 12 Oct 2018 12:59:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/6d95c7c4-fc22-4b9a-a122-b980e6ba230f/snap", "metadata": {}}], "file": "/v2/images/6d95c7c4-fc22-4b9a-a122-b980e6ba230f/file", "owner": "da75a6c9764e4090bcc0342efba8e1d8", "id": "6d95c7c4-fc22-4b9a-a122-b980e6ba230f", "size": 12716032, "self": "/v2/images/6d95c7c4-fc22-4b9a-a122-b980e6ba230f", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/6d95c7c4-fc22-4b9a-a122-b980e6ba230f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T12:59:38Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_76ebcc9e-6d3d-4003-8048-882f8eaa2c24", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_76ebcc9e-6d3d-4003-8048-882f8eaa2c24", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T12:59:36Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/e83ee885-4c98-42b3-be66-6c81d93afb08/snap", "metadata": {}}], "file": "/v2/images/e83ee885-4c98-42b3-be66-6c81d93afb08/file", "owner": "da75a6c9764e4090bcc0342efba8e1d8", "id": "e83ee885-4c98-42b3-be66-6c81d93afb08", "size": 12716032, "self": "/v2/images/e83ee885-4c98-42b3-be66-6c81d93afb08", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/e83ee885-4c98-42b3-be66-6c81d93afb08/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T12:59:35Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_76ebcc9e-6d3d-4003-8048-882f8eaa2c24", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_76ebcc9e-6d3d-4003-8048-882f8eaa2c24", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T12:59:34Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 12:59:38,716 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-f9bbbae8-c3b8-4ef3-8fba-130271897726 2018-10-12 12:59:38,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.547710180283s 2018-10-12 12:59:38,716 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-f9bbbae8-c3b8-4ef3-8fba-130271897726 2018-10-12 12:59:38,719 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/6d95c7c4-fc22-4b9a-a122-b980e6ba230f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6d95c7c4-fc22-4b9a-a122-b980e6ba230f/file', 'owner': u'da75a6c9764e4090bcc0342efba8e1d8', 'id': u'6d95c7c4-fc22-4b9a-a122-b980e6ba230f', 'size': 12716032, u'self': u'/v2/images/6d95c7c4-fc22-4b9a-a122-b980e6ba230f', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'da75a6c9764e4090bcc0342efba8e1d8', 'name': 'tempest_full_paral-project_76ebcc9e-6d3d-4003-8048-882f8eaa2c24', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/6d95c7c4-fc22-4b9a-a122-b980e6ba230f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-12T12:59:38Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-12T12:59:38Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_76ebcc9e-6d3d-4003-8048-882f8eaa2c24', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/6d95c7c4-fc22-4b9a-a122-b980e6ba230f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_76ebcc9e-6d3d-4003-8048-882f8eaa2c24', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_alt_76ebcc9e-6d3d-4003-8048-882f8eaa2c24', 'created': u'2018-10-12T12:59:36Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-12T12:59:36Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/6d95c7c4-fc22-4b9a-a122-b980e6ba230f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_76ebcc9e-6d3d-4003-8048-882f8eaa2c24', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-12 12:59:38,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-12 12:59:38,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}602f056edc639b8062004ffa492c730d3d16d92e" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_full_parallel-flavor_alt_76ebcc9e-6d3d-4003-8048-882f8eaa2c24", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-12 12:59:38,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:59: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-167927f7-c625-4809-9d27-9d0abe9c8f1f x-compute-request-id: req-167927f7-c625-4809-9d27-9d0abe9c8f1f Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/dcec5573-735f-464e-bbdd-6ea7f587b853", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/dcec5573-735f-464e-bbdd-6ea7f587b853", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "dcec5573-735f-464e-bbdd-6ea7f587b853", "name": "tempest_full_parallel-flavor_alt_76ebcc9e-6d3d-4003-8048-882f8eaa2c24", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-12 12:59:38,782 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-167927f7-c625-4809-9d27-9d0abe9c8f1f 2018-10-12 12:59:38,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0624351501465s 2018-10-12 12:59:38,783 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors used request id req-167927f7-c625-4809-9d27-9d0abe9c8f1f returning object dcec5573-735f-464e-bbdd-6ea7f587b853 2018-10-12 12:59:38,784 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_76ebcc9e-6d3d-4003-8048-882f8eaa2c24', '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'd6e005d8411b4b378ddb320b792455b0', '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'dcec5573-735f-464e-bbdd-6ea7f587b853', 'swap': 0}) 2018-10-12 12:59:38,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-12 12:59:38,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:8774/v2.1/flavors/dcec5573-735f-464e-bbdd-6ea7f587b853/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}602f056edc639b8062004ffa492c730d3d16d92e" -d '{"extra_specs": {}}' 2018-10-12 12:59:38,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 12:59: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-5b7915d5-79b5-4bbc-aedc-739da5362a38 x-compute-request-id: req-5b7915d5-79b5-4bbc-aedc-739da5362a38 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-12 12:59:38,809 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/dcec5573-735f-464e-bbdd-6ea7f587b853/os-extra_specs used request id req-5b7915d5-79b5-4bbc-aedc-739da5362a38 2018-10-12 12:59:38,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0249931812286s 2018-10-12 12:59:38,810 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.26:8774/v2.1/flavors/dcec5573-735f-464e-bbdd-6ea7f587b853/os-extra_specs used request id req-5b7915d5-79b5-4bbc-aedc-739da5362a38 2018-10-12 12:59:38,810 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_76ebcc9e-6d3d-4003-8048-882f8eaa2c24', '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'd6e005d8411b4b378ddb320b792455b0', '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'dcec5573-735f-464e-bbdd-6ea7f587b853', 'swap': 0}) 2018-10-12 12:59:41,892 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-12 12:59:40.756 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=517fa7e5-ceaf-424a-baba-b24fae4d1cbd) for deployment 'opnfv-rally' (UUID=2a99b358-459a-465f-b260-24c74f531590). 2018-10-12 12:59:41.688 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-12 12:59:41.690 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=517fa7e5-ceaf-424a-baba-b24fae4d1cbd) has been successfully configured for deployment 'opnfv-rally' (UUID=2a99b358-459a-465f-b260-24c74f531590)! 2018-10-12 12:59:41,892 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-12 12:59:41,893 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-12 12:59:41,896 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-12 12:59:41,907 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-12 12:59:44,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-517fa7e5-ceaf-424a-baba-b24fae4d1cbd/repo; testr list-tests '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))' >/home/opnfv/functest/results/tempest_full_parallel/test_list.txt 2>/dev/null) 2018-10-12 12:59:44,400 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-12 12:59:44,419 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-12 12:59:44,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_full_parallel/test_list.txt']'. 2018-10-12 12:59:46,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:46.418 49 INFO rally.api [-] Starting verification (UUID=8b8113f8-71b8-4698-be8c-d6bd76f0a1ac) for deployment 'opnfv-rally' (UUID=2a99b358-459a-465f-b260-24c74f531590) by verifier 'opnfv-tempest' (UUID=517fa7e5-ceaf-424a-baba-b24fae4d1cbd). 2018-10-12 12:59:46,419 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 8b8113f8-71b8-4698-be8c-d6bd76f0a1ac 2018-10-12 12:59:51,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:51.500 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest ... skip: The microversion range[2.37 - latest] of this test is out of the configuration range[None - None]. 2018-10-12 12:59:51,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:51.581 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test ... skip: The microversion range[2.6 - latest] of this test is out of the configuration range[None - None]. 2018-10-12 12:59:51,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:51.581 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2018-10-12 12:59:51,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:51.676 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: FixedIPsTestJson skipped as neutron is available 2018-10-12 12:59:51,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:51.689 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: FixedIPsNegativeTestJson skipped as neutron is available 2018-10-12 12:59:54,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:54.161 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.189s] 2018-10-12 12:59:54,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:54.206 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.044s] 2018-10-12 12:59:54,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:54.284 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.077s] 2018-10-12 12:59:54,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:54.383 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_servers ... success [0.099s] 2018-10-12 12:59:54,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:54.428 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.043s] 2018-10-12 12:59:54,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:54.619 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.190s] 2018-10-12 12:59:54,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:54.696 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_search_hypervisor ... success [0.077s] 2018-10-12 12:59:54,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:54.790 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.254s] 2018-10-12 12:59:54,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:54.802 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.630s] 2018-10-12 12:59:54,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:54.868 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.075s] 2018-10-12 12:59:54,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:54.869 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON.test_get_availability_zone_list_detail_with_non_admin_user ... success [0.164s] 2018-10-12 12:59:54,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:54.884 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.081s] 2018-10-12 12:59:54,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:54.981 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.097s] 2018-10-12 12:59:55,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:55.042 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.231s] 2018-10-12 12:59:55,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:55.060 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.116s] 2018-10-12 12:59:55,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:55.071 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.011s] 2018-10-12 12:59:55,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:55.085 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_empty_tenant_id ... success [0.167s] 2018-10-12 12:59:55,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:55.094 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.263s] 2018-10-12 12:59:55,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:55.100 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date ... success [0.015s] 2018-10-12 12:59:55,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:55.151 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.080s] 2018-10-12 12:59:55,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:55.174 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.309s] 2018-10-12 12:59:55,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:55.199 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.048s] 2018-10-12 12:59:55,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:55.205 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.111s] 2018-10-12 12:59:55,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:55.219 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.019s] 2018-10-12 12:59:55,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:55.227 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.245s] 2018-10-12 12:59:55,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:55.230 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.010s] 2018-10-12 12:59:55,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:55.233 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.189s] 2018-10-12 12:59:55,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:55.237 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.008s] 2018-10-12 12:59:55,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:55.279 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_list_usage_all_tenants_with_non_admin_user ... success [0.178s] 2018-10-12 12:59:55,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:55.319 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.109s] 2018-10-12 12:59:55,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:55.460 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.232s] 2018-10-12 12:59:55,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:55.513 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [0.466s] 2018-10-12 12:59:55,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:55.520 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.289s] 2018-10-12 12:59:55,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:55.661 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.344s] 2018-10-12 12:59:55,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:55.870 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.347s] 2018-10-12 12:59:55,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:55.956 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.442s] 2018-10-12 12:59:56,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:56.160 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.290s] 2018-10-12 12:59:56,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:56.247 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.290s] 2018-10-12 12:59:56,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:56.258 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.011s] 2018-10-12 12:59:56,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:56.266 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [1.345s] 2018-10-12 12:59:56,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:56.271 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.013s] 2018-10-12 12:59:56,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:56.287 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.016s] 2018-10-12 12:59:56,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:56.551 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.262s] 2018-10-12 12:59:56,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:56.719 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.558s] 2018-10-12 12:59:57,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:57.265 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.711s] 2018-10-12 12:59:57,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:57.266 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.996s] 2018-10-12 12:59:57,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:57.316 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.053s] 2018-10-12 12:59:57,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:57.421 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.701s] 2018-10-12 12:59:58,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:58.040 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [3.253s] 2018-10-12 12:59:58,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:58.189 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.872s] 2018-10-12 12:59:58,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:58.230 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.039s] 2018-10-12 12:59:58,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:58.240 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.011s] 2018-10-12 12:59:58,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:58.643 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_cpu_quota_is_full ... success [4.401s] 2018-10-12 12:59:59,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:59.054 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [1.629s] 2018-10-12 12:59:59,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:59.379 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [1.138s] 2018-10-12 12:59:59,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:59.639 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.586s] 2018-10-12 12:59:59,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 12:59:59.830 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.449s] 2018-10-12 13:00:00,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:00.032 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [0.393s] 2018-10-12 13:00:01,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:01.756 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_instances_quota_is_full ... success [3.112s] 2018-10-12 13:00:02,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:02.360 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: Swapping volumes is not supported. 2018-10-12 13:00:03,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:03.200 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.606s] 2018-10-12 13:00:03,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:03.616 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.417s] 2018-10-12 13:00:03,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:03.684 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.299s] 2018-10-12 13:00:03,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:03.721 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.035s] 2018-10-12 13:00:04,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:04.099 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.171s] 2018-10-12 13:00:04,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:04.151 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.533s] 2018-10-12 13:00:04,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:04.192 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_and_host_name ... success [0.093s] 2018-10-12 13:00:04,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:04.199 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON ... skip: The microversion range[2.10 - latest] of this test is out of the configuration range[None - None]. 2018-10-12 13:00:04,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:04.200 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2018-10-12 13:00:04,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:04.249 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.057s] 2018-10-12 13:00:04,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:04.313 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.064s] 2018-10-12 13:00:04,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:04.810 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.149s] 2018-10-12 13:00:04,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:04.893 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.741s] 2018-10-12 13:00:04,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:04.985 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.175s] 2018-10-12 13:00:05,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:05.017 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.032s] 2018-10-12 13:00:05,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:05.028 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.011s] 2018-10-12 13:00:05,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:05.047 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.018s] 2018-10-12 13:00:05,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:05.058 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.011s] 2018-10-12 13:00:05,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:05.104 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.045s] 2018-10-12 13:00:05,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:05.121 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.016s] 2018-10-12 13:00:05,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:05.148 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.300s] 2018-10-12 13:00:05,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:05.160 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.039s] 2018-10-12 13:00:05,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:05.171 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.010s] 2018-10-12 13:00:05,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:05.181 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.009s] 2018-10-12 13:00:05,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:05.195 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.302s] 2018-10-12 13:00:05,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:05.197 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.047s] 2018-10-12 13:00:05,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:05.198 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.014s] 2018-10-12 13:00:05,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:05.212 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.016s] 2018-10-12 13:00:05,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:05.242 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.030s] 2018-10-12 13:00:05,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:05.252 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.057s] 2018-10-12 13:00:05,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:05.369 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [0.115s] 2018-10-12 13:00:05,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:05.522 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.153s] 2018-10-12 13:00:05,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:05.565 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.369s] 2018-10-12 13:00:06,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:06.679 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_memory_quota_is_full ... success [4.920s] 2018-10-12 13:00:06,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:06.682 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-10-12 13:00:06,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:06.684 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_rules_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-10-12 13:00:06,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:06.692 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_update_quota_normal_user ... success [0.013s] 2018-10-12 13:00:08,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:08.404 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.326s] 2018-10-12 13:00:09,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:09.541 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [14.869s] 2018-10-12 13:00:13,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:13.581 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [0.831s] 2018-10-12 13:00:13,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:13.645 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [19.554s] 2018-10-12 13:00:14,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:14.717 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [1.135s] 2018-10-12 13:00:15,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:15.119 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.402s] 2018-10-12 13:00:15,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:15.543 49 INFO opnfv-tempest [-] {3} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.190s] 2018-10-12 13:00:18,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:18.434 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [4.065s] 2018-10-12 13:00:18,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:18.628 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.194s] 2018-10-12 13:00:18,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:18.953 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.103s] 2018-10-12 13:00:18,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:18.966 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.014s] 2018-10-12 13:00:18,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:18.982 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.015s] 2018-10-12 13:00:19,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:19.174 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.190s] 2018-10-12 13:00:19,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:19.189 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.015s] 2018-10-12 13:00:19,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:19.237 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_hypervisor_with_non_admin_user ... success [0.047s] 2018-10-12 13:00:19,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:19.257 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_nonexistent_hypervisor ... success [0.019s] 2018-10-12 13:00:19,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:19.271 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [15.949s] 2018-10-12 13:00:19,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:19.307 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.050s] 2018-10-12 13:00:19,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:19.321 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.014s] 2018-10-12 13:00:19,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:19.374 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_non_admin_user ... success [0.053s] 2018-10-12 13:00:19,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:19.391 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_nonexistent_hypervisor ... success [0.017s] 2018-10-12 13:00:19,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:19.927 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [1.095s] 2018-10-12 13:00:19,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:19.972 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.312s] 2018-10-12 13:00:19,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:19.982 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.009s] 2018-10-12 13:00:20,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:20.192 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [14.578s] 2018-10-12 13:00:20,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:20.341 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.797s] 2018-10-12 13:00:20,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:20.912 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [0.985s] 2018-10-12 13:00:21,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:21.287 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.946s] 2018-10-12 13:00:21,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:21.536 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [1.347s] 2018-10-12 13:00:21,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:21.615 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [1.630s] 2018-10-12 13:00:21,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:21.618 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_duplicate_name ... skip [0.000s]: Neutron allows duplicate names for security groups 2018-10-12 13:00:21,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:21.622 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2018-10-12 13:00:21,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:21.625 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2018-10-12 13:00:21,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:21.870 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.252s] 2018-10-12 13:00:21,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:21.881 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.593s] 2018-10-12 13:00:22,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:22.181 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.310s] 2018-10-12 13:00:22,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:22.183 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des ... skip [0.000s]: Neutron does not check the security group description 2018-10-12 13:00:22,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:22.184 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_id ... skip [0.000s]: Neutron does not check the security group ID 2018-10-12 13:00:22,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:22.185 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_name ... skip [0.000s]: Neutron does not check the security group name 2018-10-12 13:00:22,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:22.590 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [1.678s] 2018-10-12 13:00:24,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:24.855 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [3.316s] 2018-10-12 13:00:25,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:25.025 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [6.394s] 2018-10-12 13:00:25,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:25.821 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [18.475s] 2018-10-12 13:00:25,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:25.848 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.031s] 2018-10-12 13:00:25,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:25.862 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.012s] 2018-10-12 13:00:25,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:25.873 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.012s] 2018-10-12 13:00:25,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:25.882 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_blank_id ... success [0.009s] 2018-10-12 13:00:26,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:26.184 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_negative_image_id ... success [0.300s] 2018-10-12 13:00:26,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:26.357 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [1.502s] 2018-10-12 13:00:26,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:26.375 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [3.782s] 2018-10-12 13:00:26,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:26.511 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.326s] 2018-10-12 13:00:26,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:26.827 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.314s] 2018-10-12 13:00:26,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:26.998 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.170s] 2018-10-12 13:00:27,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:27.312 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_non_existent_image ... success [0.314s] 2018-10-12 13:00:27,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:27.366 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [1.008s] 2018-10-12 13:00:28,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:28.687 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [20.275s] 2018-10-12 13:00:28,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:28.692 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.010s] 2018-10-12 13:00:28,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:28.702 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.010s] 2018-10-12 13:00:28,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:28.715 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.012s] 2018-10-12 13:00:29,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:29.201 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [1.834s] 2018-10-12 13:00:29,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:29.950 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [0.749s] 2018-10-12 13:00:31,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:31.044 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [1.093s] 2018-10-12 13:00:31,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:31.540 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [0.495s] 2018-10-12 13:00:35,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:35.363 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [10.337s] 2018-10-12 13:00:36,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:36.566 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [7.849s] 2018-10-12 13:00:36,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:36.650 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [23.005s] 2018-10-12 13:00:38,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:38.046 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [1.479s] 2018-10-12 13:00:41,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:41.158 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [21.493s] 2018-10-12 13:00:44,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:44.746 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test ... skip: The microversion range[2.25 - latest] of this test is out of the configuration range[None - None]. 2018-10-12 13:00:46,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:46.122 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [4.967s] 2018-10-12 13:00:48,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:48.642 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [0.815s] 2018-10-12 13:00:48,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:48.942 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.300s] 2018-10-12 13:00:49,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:49.661 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.259s] 2018-10-12 13:00:49,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:49.747 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.086s] 2018-10-12 13:00:49,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:49.842 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.094s] 2018-10-12 13:00:49,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:49.993 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.151s] 2018-10-12 13:00:52,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:52.872 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [21.327s] 2018-10-12 13:00:54,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:54.012 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [15.471s] 2018-10-12 13:00:54,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:54.278 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.188s] 2018-10-12 13:00:54,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:54.324 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.045s] 2018-10-12 13:00:54,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:54.340 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.332s] 2018-10-12 13:00:54,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:54.523 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.200s] 2018-10-12 13:00:55,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:55.913 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [1.571s] 2018-10-12 13:00:56,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:56.209 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [25.673s] 2018-10-12 13:00:56,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:56.578 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.664s] 2018-10-12 13:00:56,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:56.615 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.037s] 2018-10-12 13:00:57,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:57.172 49 INFO opnfv-tempest [-] {15} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: Nova cert is not available 2018-10-12 13:00:58,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:58.407 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [3.316s] 2018-10-12 13:00:58,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:58.862 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [0.455s] 2018-10-12 13:00:58,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:58.922 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [2.306s] 2018-10-12 13:00:59,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:59.326 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [3.120s] 2018-10-12 13:00:59,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:59.415 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.493s] 2018-10-12 13:00:59,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:00:59.621 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [0.758s] 2018-10-12 13:01:01,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:01.389 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [1.765s] 2018-10-12 13:01:01,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:01.551 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.161s] 2018-10-12 13:01:01,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:01.611 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.059s] 2018-10-12 13:01:01,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:01.667 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.056s] 2018-10-12 13:01:01,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:01.731 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.064s] 2018-10-12 13:01:01,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:01.760 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.029s] 2018-10-12 13:01:01,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:01.830 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.069s] 2018-10-12 13:01:01,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:01.895 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.065s] 2018-10-12 13:01:01,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:01.962 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.066s] 2018-10-12 13:01:01,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:01.987 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.025s] 2018-10-12 13:01:02,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:02.047 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.059s] 2018-10-12 13:01:02,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:02.102 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.054s] 2018-10-12 13:01:02,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:02.229 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_iscsi_volume ... skip [0.000s]: Block Live migration not available 2018-10-12 13:01:03,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:03.197 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [1.809s] 2018-10-12 13:01:06,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:06.802 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [7.473s] 2018-10-12 13:01:24,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:24.839 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [13.342s] 2018-10-12 13:01:26,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:26.605 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_second_image_when_first_image_is_being_saved ... success [64.706s] 2018-10-12 13:01:31,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:31.066 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [38.188s] 2018-10-12 13:01:31,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:31.600 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_allocate_floating_ip_from_nonexistent_pool ... success [0.176s] 2018-10-12 13:01:31,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:31.802 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.202s] 2018-10-12 13:01:32,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:32.613 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [7.776s] 2018-10-12 13:01:34,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:34.621 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [3.559s] 2018-10-12 13:01:39,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:39.668 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [46.408s] 2018-10-12 13:01:41,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:41.094 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.432s] 2018-10-12 13:01:46,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:46.747 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [19.563s] 2018-10-12 13:01:51,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:51.494 49 INFO opnfv-tempest [-] {15} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.303s] 2018-10-12 13:01:52,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:52.082 49 INFO opnfv-tempest [-] {10} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_image_meta_exceed_limit ... success [2.105s] 2018-10-12 13:01:52,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:52.269 49 INFO opnfv-tempest [-] {14} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON ... skip: The microversion range[2.2 - latest] of this test is out of the configuration range[None - None]. 2018-10-12 13:01:55,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:55.620 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [48.808s] 2018-10-12 13:01:56,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:56.316 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [21.689s] 2018-10-12 13:01:56,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:56.318 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state ... skip [0.000s]: Shelve is not available. 2018-10-12 13:01:56,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:56.576 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.047s] 2018-10-12 13:01:56,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:56.669 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.095s] 2018-10-12 13:01:56,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:01:56.911 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [1.298s] 2018-10-12 13:02:00,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:00.488 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.463s] 2018-10-12 13:02:00,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:00.549 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.062s] 2018-10-12 13:02:03,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:03.501 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [2.951s] 2018-10-12 13:02:03,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:03.571 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.069s] 2018-10-12 13:02:05,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:05.064 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [1.493s] 2018-10-12 13:02:06,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:06.538 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [19.791s] 2018-10-12 13:02:07,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:07.400 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_with_floating_ip ... success [20.145s] 2018-10-12 13:02:07,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:07.412 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_without_passing_floating_ip ... success [0.012s] 2018-10-12 13:02:07,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:07.686 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.274s] 2018-10-12 13:02:07,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:07.850 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.164s] 2018-10-12 13:02:11,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:11.288 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [122.543s] 2018-10-12 13:02:11,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:11.311 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.029s] 2018-10-12 13:02:16,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:16.642 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [74.400s] 2018-10-12 13:02:18,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:18.176 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [51.559s] 2018-10-12 13:02:18,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:18.430 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.131s] 2018-10-12 13:02:19,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:19.078 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [25.838s] 2018-10-12 13:02:19,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:19.089 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [1.393s] 2018-10-12 13:02:21,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:21.017 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [1.927s] 2018-10-12 13:02:26,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:26.013 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [6.940s] 2018-10-12 13:02:29,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:29.733 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password ... skip [0.000s]: Change password not available. 2018-10-12 13:02:33,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:33.329 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [1.520s] 2018-10-12 13:02:33,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:33.606 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON ... fail 2018-10-12 13:02:33,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:33.607 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTest ... skip: The microversion range[2.32 - 2.32] of this test is out of the configuration range[None - None]. 2018-10-12 13:02:34,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:34.286 49 INFO opnfv-tempest [-] {6} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.266s] 2018-10-12 13:02:34,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:34.906 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [16.470s] 2018-10-12 13:02:37,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:37.859 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [4.529s] 2018-10-12 13:02:38,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:38.304 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [3.188s] 2018-10-12 13:02:39,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:39.838 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_from_port ... success [1.532s] 2018-10-12 13:02:39,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:39.854 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_id ... success [0.016s] 2018-10-12 13:02:40,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:40.197 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_tokens ... success [2.337s] 2018-10-12 13:02:41,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:41.370 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_ip_protocol ... success [1.514s] 2018-10-12 13:02:43,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:43.264 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_port_range ... success [1.894s] 2018-10-12 13:02:44,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:44.570 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_to_port ... success [1.306s] 2018-10-12 13:02:44,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:44.761 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_non_existent_id ... success [0.190s] 2018-10-12 13:02:44,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:44.950 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_delete_security_group_rule_with_non_existent_id ... success [0.189s] 2018-10-12 13:02:45,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:45.785 49 INFO opnfv-tempest [-] {15} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: Identity api v2 is not enabled 2018-10-12 13:02:46,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:46.531 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [29.884s] 2018-10-12 13:02:46,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:46.533 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_volume_backed_live_migration ... skip [0.001s]: Skipped until Bug: 1524898 is resolved. 2018-10-12 13:02:46,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:46.779 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTestV2_42 ... skip: The microversion range[2.42 - latest] of this test is out of the configuration range[None - None]. 2018-10-12 13:02:50,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:50.016 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_add_image_member ... fail [0.011s] 2018-10-12 13:02:50,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:50.025 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_get_shared_images ... fail [0.010s] 2018-10-12 13:02:50,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:50.041 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_remove_member ... fail [0.015s] 2018-10-12 13:02:50,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:50.434 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [110.994s] 2018-10-12 13:02:52,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:52.512 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [17.598s] 2018-10-12 13:02:56,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:02:56.342 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... fail [26.591s] 2018-10-12 13:03:02,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:02.483 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_http_image ... fail [0.009s] 2018-10-12 13:03:02,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:02.490 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_image_with_min_ram ... fail [0.005s] 2018-10-12 13:03:02,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:02.496 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_remote_image ... fail [0.006s] 2018-10-12 13:03:02,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:02.503 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_then_upload ... fail [0.006s] 2018-10-12 13:03:05,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:05.544 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.371s] 2018-10-12 13:03:05,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:05.951 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.406s] 2018-10-12 13:03:06,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:06.363 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.412s] 2018-10-12 13:03:06,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:06.653 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.288s] 2018-10-12 13:03:07,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:07.032 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.056s] 2018-10-12 13:03:07,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:07.034 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [70.700s] 2018-10-12 13:03:07,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:07.283 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.632s] 2018-10-12 13:03:07,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:07.350 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.067s] 2018-10-12 13:03:07,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:07.424 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [11.089s] 2018-10-12 13:03:07,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:07.491 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.140s] 2018-10-12 13:03:07,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:07.564 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.072s] 2018-10-12 13:03:07,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:07.640 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.075s] 2018-10-12 13:03:07,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:07.708 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.067s] 2018-10-12 13:03:07,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:07.780 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.071s] 2018-10-12 13:03:09,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:09.179 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [18.740s] 2018-10-12 13:03:11,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:11.543 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [2.368s] 2018-10-12 13:03:14,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:14.045 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [19.197s] 2018-10-12 13:03:14,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:14.161 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [7.130s] 2018-10-12 13:03:18,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:18.109 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [4.994s] 2018-10-12 13:03:21,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:21.180 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [82.941s] 2018-10-12 13:03:25,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:25.565 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [7.455s] 2018-10-12 13:03:31,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:31.878 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [24.846s] 2018-10-12 13:03:35,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:35.070 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [83.735s] 2018-10-12 13:03:35,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:35.996 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [134.052s] 2018-10-12 13:03:36,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:36.056 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.069s] 2018-10-12 13:03:36,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:36.292 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.236s] 2018-10-12 13:03:38,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:38.245 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [19.115s] 2018-10-12 13:03:40,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:40.540 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [14.974s] 2018-10-12 13:03:41,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:41.217 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... fail [133.753s] 2018-10-12 13:03:41,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:41.290 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.080s] 2018-10-12 13:03:41,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:41.540 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.249s] 2018-10-12 13:03:42,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:42.961 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [50.442s] 2018-10-12 13:03:47,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:47.941 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.383s] 2018-10-12 13:03:48,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:48.051 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [7.509s] 2018-10-12 13:03:48,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:48.188 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.246s] 2018-10-12 13:03:49,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:49.043 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [0.854s] 2018-10-12 13:03:49,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:49.775 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.731s] 2018-10-12 13:03:51,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:51.277 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [1.502s] 2018-10-12 13:03:51,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:51.662 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.384s] 2018-10-12 13:03:52,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:52.043 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... fail [0.125s] 2018-10-12 13:03:53,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:53.014 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [4.962s] 2018-10-12 13:03:54,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:54.597 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: Nova personality feature disabled 2018-10-12 13:03:55,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:55.434 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [12.471s] 2018-10-12 13:03:58,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:58.092 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.511s] 2018-10-12 13:03:58,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:58.321 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.227s] 2018-10-12 13:03:58,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:58.705 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.385s] 2018-10-12 13:03:59,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:03:59.557 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [6.543s] 2018-10-12 13:04:00,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:00.390 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces ... success [46.335s] 2018-10-12 13:04:00,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:00.536 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: Identity api v2 is not enabled 2018-10-12 13:04:04,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:04.604 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [5.046s] 2018-10-12 13:04:05,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:05.813 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.501s] 2018-10-12 13:04:11,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:11.048 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [6.443s] 2018-10-12 13:04:13,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:13.253 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [14.405s] 2018-10-12 13:04:13,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:13.255 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts ... skip [0.000s]: DifferentHostFilter is not available. 2018-10-12 13:04:13,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:13.256 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts_with_list_of_servers ... skip [0.000s]: DifferentHostFilter is not available. 2018-10-12 13:04:13,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:13.257 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_same_host ... skip [0.000s]: SameHostFilter is not available. 2018-10-12 13:04:15,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:15.439 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... fail [227.541s] 2018-10-12 13:04:17,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:17.272 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_by_unauthorized_user ... success [0.082s] 2018-10-12 13:04:17,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:17.722 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_with_empty_name ... success [0.449s] 2018-10-12 13:04:17,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:17.818 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_projects_name_length_over_64 ... success [0.095s] 2018-10-12 13:04:17,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:17.885 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_delete_non_existent_project ... success [0.067s] 2018-10-12 13:04:17,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:17.959 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_list_projects_by_unauthorized_user ... success [0.073s] 2018-10-12 13:04:19,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:19.026 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_create_duplicate ... success [1.066s] 2018-10-12 13:04:19,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:19.750 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [71.951s] 2018-10-12 13:04:19,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:19.763 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.019s] 2018-10-12 13:04:20,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:20.731 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [0.964s] 2018-10-12 13:04:20,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:20.735 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex ... skip [0.001s]: Skipped until Bug: 1540645 is resolved. 2018-10-12 13:04:20,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:20.938 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.206s] 2018-10-12 13:04:21,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:21.086 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.150s] 2018-10-12 13:04:21,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:21.089 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [2.063s] 2018-10-12 13:04:25,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:25.653 49 INFO opnfv-tempest [-] {12} tempest.api.identity.v2.test_tokens.TokensTest ... skip: Identity api v2 is not enabled 2018-10-12 13:04:32,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:32.005 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [1.497s] 2018-10-12 13:04:33,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:33.841 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [9.641s] 2018-10-12 13:04:33,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:33.938 49 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [29.535s] 2018-10-12 13:04:34,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:34.726 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON ... fail 2018-10-12 13:04:35,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:35.239 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [3.232s] 2018-10-12 13:04:36,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:36.552 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [89.105s] 2018-10-12 13:04:41,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:41.417 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [7.575s] 2018-10-12 13:04:43,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:43.160 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [81.964s] 2018-10-12 13:04:46,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:46.049 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.149s] 2018-10-12 13:04:46,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:46.166 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [45.770s] 2018-10-12 13:04:46,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:46.201 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.151s] 2018-10-12 13:04:46,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:46.375 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.174s] 2018-10-12 13:04:46,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:46.550 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.174s] 2018-10-12 13:04:46,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:46.728 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.178s] 2018-10-12 13:04:47,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:47.004 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.275s] 2018-10-12 13:04:47,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:47.179 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.174s] 2018-10-12 13:04:47,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:47.229 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [2.455s] 2018-10-12 13:04:47,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:47.345 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.165s] 2018-10-12 13:04:47,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:47.491 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.146s] 2018-10-12 13:04:47,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:47.501 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.009s] 2018-10-12 13:04:48,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:48.830 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON.test_create_list_delete_floating_ips_bulk ... success [0.815s] 2018-10-12 13:04:51,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:51.592 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [4.361s] 2018-10-12 13:04:52,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:52.087 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [10.670s] 2018-10-12 13:04:52,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:52.255 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [1.000s] 2018-10-12 13:04:53,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:53.299 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_update_with_few_fields ... success [1.044s] 2018-10-12 13:04:54,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:54.683 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.153s] 2018-10-12 13:04:54,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:54.808 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [18.253s] 2018-10-12 13:04:54,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:54.840 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.157s] 2018-10-12 13:04:57,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:57.250 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [2.446s] 2018-10-12 13:04:58,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:58.433 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_group_id ... success [6.839s] 2018-10-12 13:04:58,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:58.459 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [3.618s] 2018-10-12 13:04:58,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:04:58.864 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [86.967s] 2018-10-12 13:05:00,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:00.585 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [2.125s] 2018-10-12 13:05:00,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:00.593 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.008s] 2018-10-12 13:05:00,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:00.758 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.165s] 2018-10-12 13:05:00,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:00.778 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.019s] 2018-10-12 13:05:00,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:00.925 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.148s] 2018-10-12 13:05:03,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:03.476 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [11.388s] 2018-10-12 13:05:04,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:04.928 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_get_instance_usage_audit_logs_with_invalid_time ... success [0.164s] 2018-10-12 13:05:05,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:05.107 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_instance_usage_audit_logs_with_nonadmin_user ... success [0.178s] 2018-10-12 13:05:05,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:05.121 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_delete_when_peer_group_deleted ... success [6.689s] 2018-10-12 13:05:06,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:06.097 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [70.647s] 2018-10-12 13:05:08,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:08.099 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [14.797s] 2018-10-12 13:05:10,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:10.051 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [94.956s] 2018-10-12 13:05:11,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:11.062 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [2.964s] 2018-10-12 13:05:12,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:12.769 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [7.643s] 2018-10-12 13:05:12,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:12.795 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [84.858s] 2018-10-12 13:05:13,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:13.966 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [10.489s] 2018-10-12 13:05:16,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:16.069 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.562s] 2018-10-12 13:05:16,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:16.077 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [5.013s] 2018-10-12 13:05:16,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:16.458 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.388s] 2018-10-12 13:05:16,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:16.871 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.412s] 2018-10-12 13:05:17,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:17.291 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.419s] 2018-10-12 13:05:17,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:17.668 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.377s] 2018-10-12 13:05:17,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:17.828 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_add_remove_security_group ... success [5.038s] 2018-10-12 13:05:19,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:19.656 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.104s] 2018-10-12 13:05:19,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:19.667 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-10-12 13:05:19,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:19.811 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.143s] 2018-10-12 13:05:19,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:19.825 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.013s] 2018-10-12 13:05:19,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:19.835 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.010s] 2018-10-12 13:05:19,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:19.872 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.036s] 2018-10-12 13:05:19,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:19.933 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.061s] 2018-10-12 13:05:20,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:20.018 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.084s] 2018-10-12 13:05:20,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:20.350 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.331s] 2018-10-12 13:05:20,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:20.365 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2018-10-12 13:05:20,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:20.447 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.082s] 2018-10-12 13:05:20,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:20.801 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.834s] 2018-10-12 13:05:20,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:20.977 49 INFO opnfv-tempest [-] {12} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [5.623s] 2018-10-12 13:05:23,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:23.311 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON.test_list_virtual_interfaces_invalid_server_id ... success [0.193s] 2018-10-12 13:05:27,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:27.721 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [6.919s] 2018-10-12 13:05:28,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:28.135 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.511s] 2018-10-12 13:05:28,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:28.365 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_associate_dissociate_floating_ip ... success [10.535s] 2018-10-12 13:05:28,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:28.440 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.305s] 2018-10-12 13:05:28,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:28.767 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden ... success [0.177s] 2018-10-12 13:05:30,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:30.933 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [2.812s] 2018-10-12 13:05:31,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:31.033 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.101s] 2018-10-12 13:05:31,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:31.570 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: AccountQuotasNegativeTest skipped as swift is not available 2018-10-12 13:05:31,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:31.572 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: ObjectExpiryTest skipped as swift is not available 2018-10-12 13:05:31,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:31.573 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: PublicObjectTest skipped as swift is not available 2018-10-12 13:05:33,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:33.704 49 INFO opnfv-tempest [-] {8} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [5.057s] 2018-10-12 13:05:35,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:35.699 49 INFO opnfv-tempest [-] {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [5.860s] 2018-10-12 13:05:36,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:36.498 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.925s] 2018-10-12 13:05:37,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:37.133 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.634s] 2018-10-12 13:05:37,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:37.596 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.463s] 2018-10-12 13:05:38,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:38.109 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.511s] 2018-10-12 13:05:39,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:39.524 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [1.415s] 2018-10-12 13:05:39,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:39.959 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-12 13:05:40,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:40.244 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [12.522s] 2018-10-12 13:05:40,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:40.617 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [1.093s] 2018-10-12 13:05:41,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:41.015 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-10-12 13:05:41,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:41.843 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [1.224s] 2018-10-12 13:05:42,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:42.698 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [2.452s] 2018-10-12 13:05:44,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:44.047 49 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: metering extension not enabled. 2018-10-12 13:05:45,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:45.232 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.060s] 2018-10-12 13:05:45,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:45.304 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.072s] 2018-10-12 13:05:46,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:46.083 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-10-12 13:05:46,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:46.106 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [0.801s] 2018-10-12 13:05:46,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:46.163 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [4.913s] 2018-10-12 13:05:47,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:47.523 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [1.416s] 2018-10-12 13:05:48,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:48.718 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.096s] 2018-10-12 13:05:49,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:49.911 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [7.213s] 2018-10-12 13:05:50,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:50.229 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [15.137s] 2018-10-12 13:05:50,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:50.371 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_servers.ServerShowV247Test ... skip: The microversion range[2.47 - latest] of this test is out of the configuration range[None - None]. 2018-10-12 13:05:50,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:50.373 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: Identity api v2 is not enabled 2018-10-12 13:05:50,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:50.489 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.578s] 2018-10-12 13:05:50,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:50.798 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.308s] 2018-10-12 13:05:50,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:50.950 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.152s] 2018-10-12 13:05:51,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:51.016 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.065s] 2018-10-12 13:05:51,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:51.244 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.226s] 2018-10-12 13:05:51,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:51.489 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.245s] 2018-10-12 13:05:51,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:51.618 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.129s] 2018-10-12 13:05:51,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:51.685 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.066s] 2018-10-12 13:05:51,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:51.741 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.056s] 2018-10-12 13:05:54,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:54.911 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [3.082s] 2018-10-12 13:05:56,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:56.155 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.245s] 2018-10-12 13:05:56,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:56.225 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_images.UpdateImageMetaTest ... fail 2018-10-12 13:05:56,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:56.401 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [38.920s] 2018-10-12 13:05:57,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:57.125 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [1.115s] 2018-10-12 13:05:59,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:59.169 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects ... success [0.339s] 2018-10-12 13:05:59,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:59.248 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_domains ... success [0.079s] 2018-10-12 13:05:59,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:59.326 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.077s] 2018-10-12 13:05:59,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:59.398 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_name ... success [0.071s] 2018-10-12 13:05:59,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:59.461 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.063s] 2018-10-12 13:05:59,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:05:59.555 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [2.429s] 2018-10-12 13:06:00,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:00.495 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [8.751s] 2018-10-12 13:06:00,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:00.741 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group ... success [1.185s] 2018-10-12 13:06:01,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:01.692 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [5.001s] 2018-10-12 13:06:02,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:02.046 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user ... success [1.304s] 2018-10-12 13:06:05,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:05.160 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [3.112s] 2018-10-12 13:06:06,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:06.760 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [5.067s] 2018-10-12 13:06:08,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:08.909 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.260s] 2018-10-12 13:06:09,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:09.064 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [3.904s] 2018-10-12 13:06:10,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:10.589 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [3.829s] 2018-10-12 13:06:11,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:11.415 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [21.182s] 2018-10-12 13:06:11,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:11.596 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [74.324s] 2018-10-12 13:06:11,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:11.787 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [88.607s] 2018-10-12 13:06:13,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:13.407 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.160s] 2018-10-12 13:06:13,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:13.523 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [4.614s] 2018-10-12 13:06:13,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:13.603 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.196s] 2018-10-12 13:06:13,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:13.818 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.215s] 2018-10-12 13:06:14,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:14.029 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.210s] 2018-10-12 13:06:14,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:14.204 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.174s] 2018-10-12 13:06:14,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:14.220 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [3.631s] 2018-10-12 13:06:14,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:14.377 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.173s] 2018-10-12 13:06:14,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:14.546 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.169s] 2018-10-12 13:06:14,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:14.791 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.244s] 2018-10-12 13:06:14,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:14.988 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.196s] 2018-10-12 13:06:15,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:15.180 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.192s] 2018-10-12 13:06:17,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:17.240 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [5.647s] 2018-10-12 13:06:17,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:17.359 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON ... skip: L3 Agent Scheduler Extension not enabled. 2018-10-12 13:06:17,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:17.365 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: StaticWebTest skipped as swift is not available 2018-10-12 13:06:17,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:17.367 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-10-12 13:06:17,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:17.370 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_version.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-12 13:06:17,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:17.371 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_groups.GroupsV319Test ... skip: The microversion range[3.19 - latest] of this test is out of the configuration range[None - None]. 2018-10-12 13:06:17,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:17.371 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: Cinder multi-backend feature disabled 2018-10-12 13:06:17,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:17.836 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [4.310s] 2018-10-12 13:06:18,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:18.952 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.115s] 2018-10-12 13:06:19,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:19.987 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.034s] 2018-10-12 13:06:21,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:21.124 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.136s] 2018-10-12 13:06:21,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:21.278 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [7.550s] 2018-10-12 13:06:22,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:22.273 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.148s] 2018-10-12 13:06:23,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:23.339 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.065s] 2018-10-12 13:06:24,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:24.512 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-10-12 13:06:24,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:24.724 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.211s] 2018-10-12 13:06:24,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:24.945 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.221s] 2018-10-12 13:06:25,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:25.133 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.187s] 2018-10-12 13:06:25,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:25.323 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.190s] 2018-10-12 13:06:25,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:25.352 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_delete_quota ... success [1.893s] 2018-10-12 13:06:25,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:25.478 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [9.427s] 2018-10-12 13:06:25,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:25.491 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.168s] 2018-10-12 13:06:25,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:25.526 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.049s] 2018-10-12 13:06:25,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:25.530 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.178s] 2018-10-12 13:06:25,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:25.699 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.206s] 2018-10-12 13:06:25,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:25.722 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_quotas ... success [0.192s] 2018-10-12 13:06:25,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:25.755 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [2.413s] 2018-10-12 13:06:25,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:25.757 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [4.479s] 2018-10-12 13:06:25,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:25.891 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.193s] 2018-10-12 13:06:25,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:25.938 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.046s] 2018-10-12 13:06:26,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:26.136 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.196s] 2018-10-12 13:06:26,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:26.179 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.043s] 2018-10-12 13:06:26,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:26.207 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [4.094s] 2018-10-12 13:06:26,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:26.318 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [0.792s] 2018-10-12 13:06:26,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:26.391 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.212s] 2018-10-12 13:06:26,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:26.424 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.032s] 2018-10-12 13:06:26,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:26.602 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.176s] 2018-10-12 13:06:26,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:26.805 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.202s] 2018-10-12 13:06:27,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:27.647 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [1.894s] 2018-10-12 13:06:28,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:28.044 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.398s] 2018-10-12 13:06:28,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:28.551 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.506s] 2018-10-12 13:06:29,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:29.074 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.521s] 2018-10-12 13:06:29,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:29.304 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.229s] 2018-10-12 13:06:29,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:29.410 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [5.892s] 2018-10-12 13:06:30,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:30.038 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.733s] 2018-10-12 13:06:30,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:30.147 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [3.826s] 2018-10-12 13:06:30,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:30.410 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.372s] 2018-10-12 13:06:31,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:31.310 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [0.899s] 2018-10-12 13:06:31,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:31.984 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.673s] 2018-10-12 13:06:32,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:32.413 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.429s] 2018-10-12 13:06:32,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:32.464 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [176.161s] 2018-10-12 13:06:32,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:32.465 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-10-12 13:06:32,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:32.915 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [2.769s] 2018-10-12 13:06:32,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:32.959 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.043s] 2018-10-12 13:06:33,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:33.010 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.051s] 2018-10-12 13:06:33,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:33.884 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [8.125s] 2018-10-12 13:06:36,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:36.666 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [25.245s] 2018-10-12 13:06:37,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:37.124 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [10.914s] 2018-10-12 13:06:37,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:37.643 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage ... success [11.917s] 2018-10-12 13:06:37,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:37.967 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... fail [176.412s] 2018-10-12 13:06:37,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:37.968 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2018-10-12 13:06:38,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:38.280 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [5.864s] 2018-10-12 13:06:38,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:38.281 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_personality_file_contents_not_encoded ... skip [0.000s]: Nova personality feature disabled 2018-10-12 13:06:38,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:38.530 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.250s] 2018-10-12 13:06:38,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:38.948 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.418s] 2018-10-12 13:06:39,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:39.347 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [89.278s] 2018-10-12 13:06:39,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:39.474 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [10.063s] 2018-10-12 13:06:39,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:39.627 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.678s] 2018-10-12 13:06:40,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:40.066 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.439s] 2018-10-12 13:06:40,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:40.471 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.404s] 2018-10-12 13:06:40,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:40.912 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.439s] 2018-10-12 13:06:41,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:41.040 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [7.157s] 2018-10-12 13:06:41,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:41.308 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.395s] 2018-10-12 13:06:41,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:41.561 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.252s] 2018-10-12 13:06:42,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:42.604 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [1.041s] 2018-10-12 13:06:43,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:43.018 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.414s] 2018-10-12 13:06:43,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:43.540 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.521s] 2018-10-12 13:06:44,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:44.200 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.657s] 2018-10-12 13:06:44,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:44.202 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-10-12 13:06:44,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:44.203 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server ... skip [0.000s]: Shelve is not available. 2018-10-12 13:06:44,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:44.638 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.439s] 2018-10-12 13:06:45,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:45.119 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.479s] 2018-10-12 13:06:46,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:46.825 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [187.278s] 2018-10-12 13:06:46,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:46.925 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.108s] 2018-10-12 13:06:47,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:47.093 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.020s] 2018-10-12 13:06:47,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:47.469 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.543s] 2018-10-12 13:06:48,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:48.380 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [7.337s] 2018-10-12 13:06:49,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:49.215 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [11.569s] 2018-10-12 13:06:49,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:49.250 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.038s] 2018-10-12 13:06:50,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:50.674 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [1.424s] 2018-10-12 13:06:50,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:50.964 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [5.843s] 2018-10-12 13:06:51,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:51.447 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.483s] 2018-10-12 13:06:51,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:51.745 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.296s] 2018-10-12 13:06:51,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:51.747 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-10-12 13:06:51,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:51.748 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_server_invalid_state ... skip [0.000s]: Shelve is not available. 2018-10-12 13:06:52,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:52.120 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [12.643s] 2018-10-12 13:06:52,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:52.185 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.439s] 2018-10-12 13:06:52,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:52.617 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.432s] 2018-10-12 13:06:52,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:52.775 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [15.651s] 2018-10-12 13:06:52,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:52.862 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.245s] 2018-10-12 13:06:53,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:53.038 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [5.942s] 2018-10-12 13:06:55,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:55.258 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [6.874s] 2018-10-12 13:06:59,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:06:59.579 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [7.458s] 2018-10-12 13:07:00,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:00.657 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: HealthcheckTest skipped as swift is not available 2018-10-12 13:07:00,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:00.658 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: ObjectFormPostTest skipped as swift is not available 2018-10-12 13:07:00,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:00.659 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: ObjectTempUrlTest skipped as swift is not available 2018-10-12 13:07:01,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:01.652 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: Identity api v2 is not enabled 2018-10-12 13:07:01,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:01.777 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationTest ... skip: Cinder multi-backend feature disabled. 2018-10-12 13:07:02,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:02.036 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_security_group_default_rules.SecurityGroupDefaultRulesTest ... skip: Skip as this functionality is not yet implemented in Neutron. Related Bug#1311500 2018-10-12 13:07:02,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:02.108 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.529s] 2018-10-12 13:07:03,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:03.090 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.176s] 2018-10-12 13:07:04,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:04.813 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.069s] 2018-10-12 13:07:04,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:04.906 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.093s] 2018-10-12 13:07:04,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:04.989 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.083s] 2018-10-12 13:07:04,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:04.997 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.008s] 2018-10-12 13:07:06,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:06.407 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.342s] 2018-10-12 13:07:06,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:06.603 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.195s] 2018-10-12 13:07:08,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:08.604 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [5.513s] 2018-10-12 13:07:12,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:12.766 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [4.161s] 2018-10-12 13:07:13,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:13.550 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.176s] 2018-10-12 13:07:16,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:16.069 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [3.301s] 2018-10-12 13:07:16,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:16.840 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.663s] 2018-10-12 13:07:16,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:16.850 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-10-12 13:07:19,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:19.476 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [21.202s] 2018-10-12 13:07:21,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:21.071 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [5.000s] 2018-10-12 13:07:24,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:24.257 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: Identity api v2 is not enabled 2018-10-12 13:07:25,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:25.716 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [26.837s] 2018-10-12 13:07:26,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:26.700 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.640s] 2018-10-12 13:07:27,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:27.102 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete ... success [1.140s] 2018-10-12 13:07:28,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:28.276 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [1.173s] 2018-10-12 13:07:30,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:30.107 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [9.035s] 2018-10-12 13:07:30,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:30.119 49 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest ... skip: ObjectTempUrlNegativeTest skipped as swift is not available 2018-10-12 13:07:30,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:30.190 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.060s] 2018-10-12 13:07:30,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:30.205 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.016s] 2018-10-12 13:07:30,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:30.615 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [2.339s] 2018-10-12 13:07:32,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:32.570 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [30.460s] 2018-10-12 13:07:32,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:32.629 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.060s] 2018-10-12 13:07:32,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:32.943 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.314s] 2018-10-12 13:07:34,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:34.281 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [4.174s] 2018-10-12 13:07:35,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:35.104 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.823s] 2018-10-12 13:07:35,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:35.629 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [30.979s] 2018-10-12 13:07:35,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:35.688 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_domain_config_and_show_config_groups_and_options ... success [3.977s] 2018-10-12 13:07:37,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:37.007 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [85.200s] 2018-10-12 13:07:40,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:40.840 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [5.150s] 2018-10-12 13:07:41,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:41.340 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [15.623s] 2018-10-12 13:07:42,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:42.166 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [105.745s] 2018-10-12 13:07:42,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:42.504 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group ... success [7.397s] 2018-10-12 13:07:42,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:42.526 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [23.052s] 2018-10-12 13:07:42,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:42.854 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.192s] 2018-10-12 13:07:44,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:44.575 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [2.072s] 2018-10-12 13:07:44,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:44.609 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.034s] 2018-10-12 13:07:44,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:44.788 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.178s] 2018-10-12 13:07:44,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:44.804 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config_groups_and_opts ... success [3.964s] 2018-10-12 13:07:44,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:44.808 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.019s] 2018-10-12 13:07:45,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:45.771 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [7.851s] 2018-10-12 13:07:46,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:46.138 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.366s] 2018-10-12 13:07:46,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:46.736 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [0.597s] 2018-10-12 13:07:46,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:46.798 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [1.553s] 2018-10-12 13:07:47,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:47.139 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-10-12 13:07:47,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:47.141 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: CrossdomainTest skipped as swift is not available 2018-10-12 13:07:47,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:47.142 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_groups.GroupsTest ... skip: The microversion range[3.14 - latest] of this test is out of the configuration range[None - None]. 2018-10-12 13:07:47,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:47.744 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [14.799s] 2018-10-12 13:07:49,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:49.370 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [4.560s] 2018-10-12 13:07:50,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:50.712 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [13.707s] 2018-10-12 13:07:51,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:51.003 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [9.661s] 2018-10-12 13:07:51,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:51.005 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2018-10-12 13:07:56,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:56.092 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [5.085s] 2018-10-12 13:07:56,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:56.991 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [10.189s] 2018-10-12 13:07:57,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:57.062 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.386s] 2018-10-12 13:07:57,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:57.080 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.018s] 2018-10-12 13:07:57,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:57.099 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.019s] 2018-10-12 13:07:57,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:57.404 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.302s] 2018-10-12 13:07:58,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:58.253 49 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON ... skip: The microversion range[2.20 - latest] of this test is out of the configuration range[None - None]. 2018-10-12 13:07:59,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:59.017 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [1.607s] 2018-10-12 13:07:59,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:59.034 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.021s] 2018-10-12 13:07:59,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:59.056 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.021s] 2018-10-12 13:07:59,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:59.070 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.014s] 2018-10-12 13:07:59,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:59.084 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.013s] 2018-10-12 13:07:59,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:59.105 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.021s] 2018-10-12 13:07:59,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:59.116 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.011s] 2018-10-12 13:07:59,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:07:59.129 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.013s] 2018-10-12 13:08:00,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:00.741 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [1.496s] 2018-10-12 13:08:01,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:01.774 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [1.032s] 2018-10-12 13:08:03,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:03.339 49 INFO opnfv-tempest [-] {10} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.827s] 2018-10-12 13:08:04,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:04.124 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [16.379s] 2018-10-12 13:08:04,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:04.313 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.189s] 2018-10-12 13:08:04,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:04.367 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.053s] 2018-10-12 13:08:04,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:04.591 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [2.816s] 2018-10-12 13:08:05,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:05.645 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [1.053s] 2018-10-12 13:08:07,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:07.606 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [1.670s] 2018-10-12 13:08:07,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:07.662 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.056s] 2018-10-12 13:08:09,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:09.489 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [13.398s] 2018-10-12 13:08:09,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:09.952 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [12.961s] 2018-10-12 13:08:10,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:10.050 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.159s] 2018-10-12 13:08:10,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:10.101 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.050s] 2018-10-12 13:08:10,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:10.673 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [8.565s] 2018-10-12 13:08:11,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:11.096 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [0.993s] 2018-10-12 13:08:11,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:11.106 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.011s] 2018-10-12 13:08:11,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:11.161 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.054s] 2018-10-12 13:08:11,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:11.173 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.011s] 2018-10-12 13:08:11,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:11.229 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.055s] 2018-10-12 13:08:11,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:11.259 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.031s] 2018-10-12 13:08:12,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:12.886 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [21.068s] 2018-10-12 13:08:15,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:15.826 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-10-12 13:08:16,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:16.075 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [83.012s] 2018-10-12 13:08:17,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:17.873 49 INFO opnfv-tempest [-] {10} tempest.api.image.v1.test_images.ListImagesTest ... fail 2018-10-12 13:08:18,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:18.354 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [5.472s] 2018-10-12 13:08:18,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:18.751 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [8.797s] 2018-10-12 13:08:19,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:19.419 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [37.249s] 2018-10-12 13:08:20,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:20.252 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [2.929s] 2018-10-12 13:08:20,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:20.260 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.009s] 2018-10-12 13:08:20,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:20.535 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.274s] 2018-10-12 13:08:20,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:20.626 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [16.256s] 2018-10-12 13:08:23,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:23.003 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [1.003s] 2018-10-12 13:08:23,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:23.012 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [4.658s] 2018-10-12 13:08:23,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:23.024 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.013s] 2018-10-12 13:08:23,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:23.144 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [2.606s] 2018-10-12 13:08:23,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:23.228 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.203s] 2018-10-12 13:08:23,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:23.454 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.225s] 2018-10-12 13:08:23,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:23.488 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.484s] 2018-10-12 13:08:23,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:23.648 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.193s] 2018-10-12 13:08:23,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:23.838 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.190s] 2018-10-12 13:08:24,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:24.133 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.294s] 2018-10-12 13:08:24,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:24.343 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.209s] 2018-10-12 13:08:24,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:24.619 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.275s] 2018-10-12 13:08:25,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:25.348 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.729s] 2018-10-12 13:08:25,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:25.410 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [6.660s] 2018-10-12 13:08:25,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:25.460 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.111s] 2018-10-12 13:08:25,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:25.639 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.178s] 2018-10-12 13:08:25,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:25.651 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.012s] 2018-10-12 13:08:25,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:25.711 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.055s] 2018-10-12 13:08:25,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:25.712 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [2.221s] 2018-10-12 13:08:25,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:25.755 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.046s] 2018-10-12 13:08:25,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:25.793 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.037s] 2018-10-12 13:08:25,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:25.832 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.039s] 2018-10-12 13:08:25,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:25.940 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [2.796s] 2018-10-12 13:08:26,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:26.483 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [1.073s] 2018-10-12 13:08:26,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:26.881 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.047s] 2018-10-12 13:08:26,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:26.899 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.018s] 2018-10-12 13:08:27,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:27.163 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [1.330s] 2018-10-12 13:08:27,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:27.198 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.035s] 2018-10-12 13:08:27,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:27.408 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.208s] 2018-10-12 13:08:27,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:27.414 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation ... success [2.975s] 2018-10-12 13:08:27,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:27.414 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_update_to_dvr ... skip [0.000s]: HA routers are not available. 2018-10-12 13:08:27,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:27.570 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.161s] 2018-10-12 13:08:27,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:27.814 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.244s] 2018-10-12 13:08:27,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:27.853 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.038s] 2018-10-12 13:08:27,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:27.895 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.041s] 2018-10-12 13:08:28,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:28.024 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [2.083s] 2018-10-12 13:08:28,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:28.199 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.303s] 2018-10-12 13:08:28,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:28.423 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.223s] 2018-10-12 13:08:28,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:28.462 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.039s] 2018-10-12 13:08:28,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:28.503 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.041s] 2018-10-12 13:08:28,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:28.557 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation ... success [1.144s] 2018-10-12 13:08:28,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:28.679 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.175s] 2018-10-12 13:08:28,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:28.862 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.182s] 2018-10-12 13:08:31,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:31.824 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [12.405s] 2018-10-12 13:08:32,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:32.115 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON.test_list_virtual_interfaces ... success [0.051s] 2018-10-12 13:08:35,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:35.791 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [15.164s] 2018-10-12 13:08:37,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:37.537 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [2.118s] 2018-10-12 13:08:37,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:37.622 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.104s] 2018-10-12 13:08:37,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:37.636 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.014s] 2018-10-12 13:08:37,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:37.647 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.011s] 2018-10-12 13:08:37,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:37.692 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.155s] 2018-10-12 13:08:38,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:38.031 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.383s] 2018-10-12 13:08:38,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:38.048 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.016s] 2018-10-12 13:08:38,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:38.058 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.010s] 2018-10-12 13:08:38,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:38.078 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_add_member_with_non_existing_image ... fail [0.011s] 2018-10-12 13:08:38,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:38.086 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_delete_member_with_non_existing_image ... fail [0.006s] 2018-10-12 13:08:38,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:38.092 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_delete_member_with_non_existing_tenant ... fail [0.010s] 2018-10-12 13:08:38,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:38.100 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_get_image_without_membership ... fail [0.009s] 2018-10-12 13:08:38,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:38.586 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.528s] 2018-10-12 13:08:38,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:38.805 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.218s] 2018-10-12 13:08:42,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:42.859 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-12 13:08:43,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:43.398 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.429s] 2018-10-12 13:08:43,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:43.488 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [33.995s] 2018-10-12 13:08:45,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:45.647 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [2.161s] 2018-10-12 13:08:47,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:47.326 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... fail [0.012s] 2018-10-12 13:08:48,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:48.491 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.876s] 2018-10-12 13:08:49,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:49.029 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [3.459s] 2018-10-12 13:08:50,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:50.151 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.121s] 2018-10-12 13:08:50,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:50.637 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [2.759s] 2018-10-12 13:08:51,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:51.069 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [3.802s] 2018-10-12 13:08:51,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:51.778 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.626s] 2018-10-12 13:08:52,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:52.080 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.443s] 2018-10-12 13:08:52,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:52.917 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [1.451s] 2018-10-12 13:08:53,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:53.677 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest ... skip: Manage volume tests are disabled 2018-10-12 13:08:54,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:54.502 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.724s] 2018-10-12 13:08:54,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:54.709 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [16.819s] 2018-10-12 13:08:55,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:55.532 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.194s] 2018-10-12 13:08:55,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:55.727 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.196s] 2018-10-12 13:08:55,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:55.750 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.023s] 2018-10-12 13:08:56,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:56.433 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [0.681s] 2018-10-12 13:08:56,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:08:56.620 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.188s] 2018-10-12 13:09:01,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:01.181 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.509s] 2018-10-12 13:09:01,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:01.974 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [0.792s] 2018-10-12 13:09:02,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:02.089 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.116s] 2018-10-12 13:09:02,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:02.731 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.641s] 2018-10-12 13:09:04,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:04.689 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [4.813s] 2018-10-12 13:09:05,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:05.724 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [11.015s] 2018-10-12 13:09:06,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:06.215 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [1.526s] 2018-10-12 13:09:06,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:06.363 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.688s] 2018-10-12 13:09:07,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:07.572 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [2.258s] 2018-10-12 13:09:09,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:09.357 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [2.992s] 2018-10-12 13:09:12,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:12.496 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [3.606s] 2018-10-12 13:09:15,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:15.145 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [2.349s] 2018-10-12 13:09:15,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:15.182 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [9.456s] 2018-10-12 13:09:15,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:15.184 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2018-10-12 13:09:15,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:15.426 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [5.291s] 2018-10-12 13:09:15,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:15.965 49 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [2.466s] 2018-10-12 13:09:16,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:16.663 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [4.166s] 2018-10-12 13:09:17,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:17.847 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: metering extension not enabled. 2018-10-12 13:09:18,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:18.488 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [1.825s] 2018-10-12 13:09:20,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:20.367 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [5.183s] 2018-10-12 13:09:20,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:20.459 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [5.032s] 2018-10-12 13:09:21,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:21.303 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [2.485s] 2018-10-12 13:09:21,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:21.533 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [3.045s] 2018-10-12 13:09:23,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:23.309 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [2.848s] 2018-10-12 13:09:26,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:26.919 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesSummaryTest ... skip: The microversion range[3.12 - latest] of this test is out of the configuration range[None - None]. 2018-10-12 13:09:27,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:27.374 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [5.793s] 2018-10-12 13:09:29,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:29.252 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [8.883s] 2018-10-12 13:09:29,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:29.323 49 INFO opnfv-tempest [-] {7} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-12 13:09:29,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:29.531 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [6.222s] 2018-10-12 13:09:31,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:31.357 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [2.905s] 2018-10-12 13:09:32,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:32.537 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [3.004s] 2018-10-12 13:09:34,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:34.760 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.199s] 2018-10-12 13:09:35,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:35.249 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.488s] 2018-10-12 13:09:35,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:35.638 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [3.862s] 2018-10-12 13:09:38,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:38.850 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [82.755s] 2018-10-12 13:09:38,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:38.900 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.055s] 2018-10-12 13:09:38,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:38.961 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.061s] 2018-10-12 13:09:39,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:39.803 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [44.424s] 2018-10-12 13:09:39,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:39.939 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [7.402s] 2018-10-12 13:09:40,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:40.961 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [5.140s] 2018-10-12 13:09:41,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:41.447 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [10.087s] 2018-10-12 13:09:41,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:41.824 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [6.186s] 2018-10-12 13:09:43,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:43.918 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume ... fail [25.039s] 2018-10-12 13:09:44,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:44.227 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [2.780s] 2018-10-12 13:09:47,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:47.011 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [7.070s] 2018-10-12 13:09:47,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:47.953 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [3.723s] 2018-10-12 13:09:49,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:49.501 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... fail [3.541s] 2018-10-12 13:09:49,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:49.878 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [8.915s] 2018-10-12 13:09:50,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:50.132 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.634s] 2018-10-12 13:09:50,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:50.853 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [2.902s] 2018-10-12 13:09:52,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:52.427 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [2.292s] 2018-10-12 13:09:52,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:52.627 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.200s] 2018-10-12 13:09:53,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:53.040 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [11.215s] 2018-10-12 13:09:53,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:53.103 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [0.476s] 2018-10-12 13:09:53,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:53.644 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [6.632s] 2018-10-12 13:09:54,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:54.865 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.380s] 2018-10-12 13:09:54,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:54.866 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-10-12 13:09:55,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:55.203 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_bootable_volume_backup_and_restore ... fail [11.279s] 2018-10-12 13:09:59,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:09:59.153 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [5.508s] 2018-10-12 13:10:00,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:00.063 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete ... fail [4.861s] 2018-10-12 13:10:01,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:01.216 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [8.174s] 2018-10-12 13:10:02,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:02.791 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON ... skip: The microversion range[2.26 - latest] of this test is out of the configuration range[None - None]. 2018-10-12 13:10:02,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:02.793 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: Identity api v2 is not enabled 2018-10-12 13:10:04,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:04.510 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [14.631s] 2018-10-12 13:10:05,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:05.415 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [36.160s] 2018-10-12 13:10:08,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:08.105 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [2.693s] 2018-10-12 13:10:09,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:09.072 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [0.872s] 2018-10-12 13:10:09,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:09.073 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [7.854s] 2018-10-12 13:10:09,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:09.249 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [5.954s] 2018-10-12 13:10:10,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:10.188 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [1.121s] 2018-10-12 13:10:10,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:10.341 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [11.188s] 2018-10-12 13:10:11,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:11.017 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.197s] 2018-10-12 13:10:12,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:12.575 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [2.233s] 2018-10-12 13:10:14,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:14.860 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [5.789s] 2018-10-12 13:10:16,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:16.452 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON ... skip: The microversion range[2.21 - latest] of this test is out of the configuration range[None - None]. 2018-10-12 13:10:17,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:17.906 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.193s] 2018-10-12 13:10:17,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:17.948 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.042s] 2018-10-12 13:10:17,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:17.996 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.047s] 2018-10-12 13:10:18,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:18.771 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.774s] 2018-10-12 13:10:19,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:19.085 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.314s] 2018-10-12 13:10:19,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:19.875 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [5.014s] 2018-10-12 13:10:19,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:19.933 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.847s] 2018-10-12 13:10:20,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:20.033 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [40.231s] 2018-10-12 13:10:20,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:20.147 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.214s] 2018-10-12 13:10:20,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:20.195 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.047s] 2018-10-12 13:10:20,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:20.610 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.414s] 2018-10-12 13:10:20,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:20.671 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.061s] 2018-10-12 13:10:20,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:20.721 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.049s] 2018-10-12 13:10:20,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:20.909 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.188s] 2018-10-12 13:10:20,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:20.947 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [8.371s] 2018-10-12 13:10:21,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:21.021 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.110s] 2018-10-12 13:10:21,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:21.288 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.266s] 2018-10-12 13:10:21,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:21.572 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.283s] 2018-10-12 13:10:21,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:21.613 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.666s] 2018-10-12 13:10:21,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:21.628 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.057s] 2018-10-12 13:10:21,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:21.869 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.239s] 2018-10-12 13:10:21,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:21.886 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.272s] 2018-10-12 13:10:22,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:22.029 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.142s] 2018-10-12 13:10:22,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:22.117 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.088s] 2018-10-12 13:10:22,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:22.127 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.258s] 2018-10-12 13:10:22,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:22.184 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.089s] 2018-10-12 13:10:22,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:22.324 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.139s] 2018-10-12 13:10:22,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:22.451 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.334s] 2018-10-12 13:10:22,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:22.458 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.133s] 2018-10-12 13:10:22,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:22.543 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.085s] 2018-10-12 13:10:22,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:22.571 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.119s] 2018-10-12 13:10:22,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:22.633 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.089s] 2018-10-12 13:10:22,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:22.684 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.112s] 2018-10-12 13:10:22,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:22.748 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.064s] 2018-10-12 13:10:22,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:22.951 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.202s] 2018-10-12 13:10:23,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:23.121 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.834s] 2018-10-12 13:10:23,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:23.136 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [2.522s] 2018-10-12 13:10:24,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:24.137 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [4.262s] 2018-10-12 13:10:26,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:26.667 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [3.530s] 2018-10-12 13:10:29,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:29.612 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [2.944s] 2018-10-12 13:10:30,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:30.127 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [7.175s] 2018-10-12 13:10:30,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:30.997 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.874s] 2018-10-12 13:10:32,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:32.075 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_multiple_server_groups_with_same_name_policy ... success [0.540s] 2018-10-12 13:10:32,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:32.447 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.372s] 2018-10-12 13:10:32,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:32.935 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.488s] 2018-10-12 13:10:34,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:34.447 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [2.445s] 2018-10-12 13:10:34,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:34.662 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [5.049s] 2018-10-12 13:10:37,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:37.335 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [2.720s] 2018-10-12 13:10:38,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:38.915 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [4.465s] 2018-10-12 13:10:38,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:38.917 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_password_history_not_enforced_in_admin_reset ... skip [0.000s]: Security compliance not available. 2018-10-12 13:10:40,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:40.993 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [9.995s] 2018-10-12 13:10:41,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:41.225 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [3.889s] 2018-10-12 13:10:41,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:41.334 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [264.081s] 2018-10-12 13:10:42,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:42.037 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [3.122s] 2018-10-12 13:10:42,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:42.379 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [1.048s]: Skipped until Bug: 1014647 is resolved. 2018-10-12 13:10:44,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:44.613 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [3.387s] 2018-10-12 13:10:44,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:44.795 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [2.758s] 2018-10-12 13:10:44,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:44.849 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [3.855s] 2018-10-12 13:10:45,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:45.603 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [12.664s] 2018-10-12 13:10:45,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:45.642 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.041s] 2018-10-12 13:10:45,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:45.710 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.067s] 2018-10-12 13:10:47,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:47.460 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.610s] 2018-10-12 13:10:48,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:48.492 49 INFO opnfv-tempest [-] {11} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: nova-network is not available. 2018-10-12 13:10:48,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:48.493 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-12 13:10:48,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:48.791 49 INFO opnfv-tempest [-] {10} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: BulkTest skipped as swift is not available 2018-10-12 13:10:48,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:48.799 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.963s] 2018-10-12 13:10:49,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:49.775 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [5.161s] 2018-10-12 13:10:51,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:51.070 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_password_history_check_self_service_api ... skip [0.000s]: Security compliance not available. 2018-10-12 13:10:51,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:51.071 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... skip [0.000s]: Security compliance not available. 2018-10-12 13:10:51,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:51.266 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.467s] 2018-10-12 13:10:52,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:52.833 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.214s] 2018-10-12 13:10:52,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:52.972 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [0.608s] 2018-10-12 13:10:53,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:53.041 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.208s] 2018-10-12 13:10:53,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:53.233 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.192s] 2018-10-12 13:10:53,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:53.751 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.777s] 2018-10-12 13:10:53,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:53.815 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-10-12 13:10:53,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:53.816 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: ObjectFormPostNegativeTest skipped as swift is not available 2018-10-12 13:10:54,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:54.888 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [1.135s] 2018-10-12 13:10:55,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:55.448 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [2.212s] 2018-10-12 13:10:55,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:55.612 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.165s] 2018-10-12 13:10:57,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:57.200 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [5.930s] 2018-10-12 13:10:57,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:57.970 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [6.897s] 2018-10-12 13:10:58,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:58.579 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.381s] 2018-10-12 13:10:58,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:10:58.772 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: Identity api v2 is not enabled 2018-10-12 13:11:01,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:01.372 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.309s] 2018-10-12 13:11:01,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:01.412 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.830s] 2018-10-12 13:11:01,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:01.774 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [14.313s] 2018-10-12 13:11:01,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:01.957 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_blank_id ... fail [0.011s] 2018-10-12 13:11:01,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:01.966 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_id_over_character_limit ... fail [0.007s] 2018-10-12 13:11:01,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:01.976 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_negative_image_id ... fail [0.006s] 2018-10-12 13:11:01,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:01.984 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_non_hex_string_id ... fail [0.010s] 2018-10-12 13:11:01,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:01.993 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_non_existent_image ... fail [0.006s] 2018-10-12 13:11:02,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:02.001 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_register_with_invalid_container_format ... fail [0.005s] 2018-10-12 13:11:02,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:02.008 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_register_with_invalid_disk_format ... fail [0.006s] 2018-10-12 13:11:02,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:02.014 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.241s] 2018-10-12 13:11:02,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:02.163 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.791s] 2018-10-12 13:11:02,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:02.200 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.185s] 2018-10-12 13:11:03,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:03.147 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.736s] 2018-10-12 13:11:06,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:06.290 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.227s] 2018-10-12 13:11:06,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:06.364 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.213s] 2018-10-12 13:11:06,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:06.415 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.054s] 2018-10-12 13:11:06,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:06.652 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.362s] 2018-10-12 13:11:06,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:06.674 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.022s] 2018-10-12 13:11:06,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:06.883 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.208s] 2018-10-12 13:11:06,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:06.906 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.022s] 2018-10-12 13:11:07,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:07.132 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.226s] 2018-10-12 13:11:07,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:07.290 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.157s] 2018-10-12 13:11:07,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:07.452 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.161s] 2018-10-12 13:11:07,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:07.481 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.029s] 2018-10-12 13:11:07,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:07.668 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.186s] 2018-10-12 13:11:07,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:07.748 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.080s] 2018-10-12 13:11:07,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:07.931 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_group_types.GroupTypesTest ... skip: The microversion range[3.11 - latest] of this test is out of the configuration range[None - None]. 2018-10-12 13:11:08,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:08.154 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.405s] 2018-10-12 13:11:08,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:08.979 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [2.148s] 2018-10-12 13:11:10,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:10.067 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [1.088s] 2018-10-12 13:11:11,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:11.186 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [1.118s] 2018-10-12 13:11:11,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:11.753 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [9.551s] 2018-10-12 13:11:11,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:11.816 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.155s] 2018-10-12 13:11:11,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:11.845 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [0.866s] 2018-10-12 13:11:11,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:11.920 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.198s] 2018-10-12 13:11:12,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:12.109 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.264s] 2018-10-12 13:11:12,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:12.164 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.243s] 2018-10-12 13:11:17,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:17.404 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.586s] 2018-10-12 13:11:17,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:17.755 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [1.842s] 2018-10-12 13:11:19,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:19.221 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [1.464s] 2018-10-12 13:11:20,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:20.792 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-10-12 13:11:20,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:20.792 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: ObjectTestACLs skipped as swift is not available 2018-10-12 13:11:22,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:22.610 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import ... fail [2.215s] 2018-10-12 13:11:23,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:23.386 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [5.981s] 2018-10-12 13:11:24,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:24.075 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_list_show_floating_ip_with_tenant_id_by_admin ... success [3.575s] 2018-10-12 13:11:24,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:24.236 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [12.481s] 2018-10-12 13:11:24,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:24.438 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.203s] 2018-10-12 13:11:24,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:24.651 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.212s] 2018-10-12 13:11:24,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:24.955 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status ... fail [2.346s] 2018-10-12 13:11:28,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:28.131 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [3.311s] 2018-10-12 13:11:28,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:28.844 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [0.712s] 2018-10-12 13:11:29,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:29.444 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [0.600s] 2018-10-12 13:11:29,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:29.531 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [6.145s] 2018-10-12 13:11:30,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:30.498 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [1.053s] 2018-10-12 13:11:30,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:30.659 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.161s] 2018-10-12 13:11:30,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:30.679 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.020s] 2018-10-12 13:11:30,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:30.706 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin ... success [6.630s] 2018-10-12 13:11:31,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:31.501 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [0.821s] 2018-10-12 13:11:37,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:37.347 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [12.694s] 2018-10-12 13:11:40,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:40.127 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [16.618s] 2018-10-12 13:11:42,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:42.101 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [12.567s] 2018-10-12 13:11:43,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:43.230 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [60.834s] 2018-10-12 13:11:48,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:48.645 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [1.537s] 2018-10-12 13:11:48,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:48.891 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.245s] 2018-10-12 13:11:49,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:49.330 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... skip [0.000s]: Encrypted volume attach is not supported 2018-10-12 13:11:51,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:51.061 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... fail [169.958s] 2018-10-12 13:11:51,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:51.484 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [14.135s] 2018-10-12 13:11:53,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:53.548 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [13.420s] 2018-10-12 13:11:54,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:54.584 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.039s] 2018-10-12 13:11:55,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:55.483 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.898s] 2018-10-12 13:11:55,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:11:55.859 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.375s] 2018-10-12 13:12:05,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:05.630 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [3.337s] 2018-10-12 13:12:09,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:09.724 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [4.094s] 2018-10-12 13:12:19,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:19.465 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [27.038s] 2018-10-12 13:12:23,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:23.573 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [23.682s] 2018-10-12 13:12:23,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:23.686 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [13.957s] 2018-10-12 13:12:25,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:25.220 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [1.538s] 2018-10-12 13:12:26,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:26.166 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [6.933s] 2018-10-12 13:12:28,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:28.282 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [4.711s] 2018-10-12 13:12:29,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:29.524 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [4.300s] 2018-10-12 13:12:30,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:30.797 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... fail [179.453s] 2018-10-12 13:12:30,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:30.845 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [4.678s] 2018-10-12 13:12:31,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:31.114 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [1.593s] 2018-10-12 13:12:32,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:32.447 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [4.164s] 2018-10-12 13:12:35,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:35.199 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [4.081s] 2018-10-12 13:12:35,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:35.250 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.054s] 2018-10-12 13:12:36,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:36.865 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [4.417s] 2018-10-12 13:12:38,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:38.751 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [42.884s] 2018-10-12 13:12:40,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:40.812 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: ObjectSloTest skipped as swift is not available 2018-10-12 13:12:40,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:40.813 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_groups.GroupsV320Test ... skip: The microversion range[3.20 - latest] of this test is out of the configuration range[None - None]. 2018-10-12 13:12:40,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:40.813 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest ... skip: Manage snapshot tests are disabled 2018-10-12 13:12:42,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:42.539 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [5.673s] 2018-10-12 13:12:42,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:42.625 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.227s] 2018-10-12 13:12:43,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:43.017 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.391s] 2018-10-12 13:12:43,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:43.036 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [23.572s] 2018-10-12 13:12:43,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:43.120 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.223s] 2018-10-12 13:12:43,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:43.221 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.204s] 2018-10-12 13:12:43,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:43.323 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.202s] 2018-10-12 13:12:43,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:43.387 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.165s] 2018-10-12 13:12:43,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:43.529 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.205s] 2018-10-12 13:12:43,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:43.591 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.204s] 2018-10-12 13:12:43,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:43.706 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.176s] 2018-10-12 13:12:43,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:43.765 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.174s] 2018-10-12 13:12:43,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:43.899 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.192s] 2018-10-12 13:12:43,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:43.941 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.175s] 2018-10-12 13:12:44,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:44.161 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.219s] 2018-10-12 13:12:44,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:44.364 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.202s] 2018-10-12 13:12:44,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:44.406 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.043s] 2018-10-12 13:12:44,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:44.594 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.187s] 2018-10-12 13:12:45,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:45.351 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [2.810s] 2018-10-12 13:12:48,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:48.253 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... fail [312.548s] 2018-10-12 13:12:50,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:50.365 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [6.464s] 2018-10-12 13:12:51,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:51.038 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [8.003s] 2018-10-12 13:12:51,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:51.163 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [34.557s] 2018-10-12 13:12:54,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:54.615 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [3.576s] 2018-10-12 13:12:54,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:54.977 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.750s] 2018-10-12 13:12:55,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:55.775 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.798s] 2018-10-12 13:12:59,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:12:59.446 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [14.698s] 2018-10-12 13:13:05,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:13:05.241 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [5.796s] 2018-10-12 13:13:11,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:13:11.661 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [17.042s] 2018-10-12 13:13:16,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:13:16.784 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [9.974s] 2018-10-12 13:13:21,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:13:21.188 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [4.404s] 2018-10-12 13:13:25,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:13:25.521 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [102.271s] 2018-10-12 13:13:28,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:13:28.187 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test ... skip: The microversion range[3.9 - latest] of this test is out of the configuration range[None - None]. 2018-10-12 13:13:28,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:13:28.188 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest ... skip: The microversion range[3.42 - latest] of this test is out of the configuration range[None - None]. 2018-10-12 13:13:51,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:13:51.523 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [39.855s] 2018-10-12 13:13:53,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:13:53.513 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [1.995s] 2018-10-12 13:13:55,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:13:55.929 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [210.400s] 2018-10-12 13:14:04,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:14:04.143 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [10.627s] 2018-10-12 13:14:15,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:14:15.629 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [11.486s] 2018-10-12 13:14:21,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:14:21.214 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [5.585s] 2018-10-12 13:14:31,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:14:31.377 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [35.440s] 2018-10-12 13:14:47,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:14:47.962 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [1.629s] 2018-10-12 13:14:48,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:14:48.459 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [0.496s] 2018-10-12 13:14:48,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:14:48.949 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [0.490s] 2018-10-12 13:14:49,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:14:49.267 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.317s] 2018-10-12 13:14:49,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:14:49.925 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [0.658s] 2018-10-12 13:14:51,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:14:51.158 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [1.232s] 2018-10-12 13:14:52,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:14:52.398 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [1.238s] 2018-10-12 13:14:52,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:14:52.867 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [0.469s] 2018-10-12 13:14:53,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:14:53.404 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [0.536s] 2018-10-12 13:14:53,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:14:53.895 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [0.490s] 2018-10-12 13:14:56,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:14:56.869 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: Identity api v2 is not enabled 2018-10-12 13:14:58,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:14:58.868 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [37.646s] 2018-10-12 13:15:02,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:15:02.165 49 INFO opnfv-tempest [-] {5} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [1.699s] 2018-10-12 13:15:09,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:15:09.806 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [158.992s] 2018-10-12 13:15:11,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:15:11.351 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.791s] 2018-10-12 13:15:14,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:15:14.310 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [7.701s] 2018-10-12 13:15:14,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:15:14.661 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.350s] 2018-10-12 13:15:14,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:15:14.932 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.271s] 2018-10-12 13:15:17,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:15:17.019 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.086s] 2018-10-12 13:15:18,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:15:18.796 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [1.776s] 2018-10-12 13:15:18,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:15:18.996 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.200s] 2018-10-12 13:15:19,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:15:19.218 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.221s] 2018-10-12 13:15:22,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:15:22.944 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [2.575s] 2018-10-12 13:15:23,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:15:23.250 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.305s] 2018-10-12 13:15:24,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:15:24.705 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [1.454s] 2018-10-12 13:15:37,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:15:37.354 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.009s] 2018-10-12 13:15:39,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:15:39.067 49 INFO opnfv-tempest [-] {6} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: ObjectACLsNegativeTest skipped as swift is not available 2018-10-12 13:15:41,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:15:41.033 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-10-12 13:15:47,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:15:47.183 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [7.524s] 2018-10-12 13:15:49,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:15:49.793 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... fail [2.156s] 2018-10-12 13:15:53,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:15:53.277 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [6.093s] 2018-10-12 13:15:57,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:15:57.827 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [4.550s] 2018-10-12 13:16:01,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:16:01.845 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [4.017s] 2018-10-12 13:16:03,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:16:03.606 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [158.064s] 2018-10-12 13:16:06,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:16:06.619 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [4.774s] 2018-10-12 13:16:14,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:16:14.619 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [11.013s] 2018-10-12 13:16:17,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:16:17.723 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.158s] 2018-10-12 13:16:19,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:16:19.836 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [30.037s] 2018-10-12 13:16:19,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:16:19.898 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [2.174s] 2018-10-12 13:16:21,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:16:21.047 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [1.148s] 2018-10-12 13:16:22,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:16:22.152 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [1.105s] 2018-10-12 13:16:23,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:16:23.449 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.295s] 2018-10-12 13:16:24,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:16:24.654 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.822s] 2018-10-12 13:16:25,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:16:25.963 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [2.512s] 2018-10-12 13:16:27,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:16:27.329 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.366s] 2018-10-12 13:16:27,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:16:27.609 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_security_group ... success [0.280s] 2018-10-12 13:16:29,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:16:29.959 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group ... success [2.347s] 2018-10-12 13:16:31,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:16:31.224 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [1.265s] 2018-10-12 13:16:31,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:16:31.952 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [0.727s] 2018-10-12 13:16:31,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:16:31.974 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.022s] 2018-10-12 13:16:31,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:16:31.993 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.019s] 2018-10-12 13:16:32,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:16:32.013 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.020s] 2018-10-12 13:16:33,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:16:33.380 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: AccountNegativeTest skipped as swift is not available 2018-10-12 13:16:33,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:16:33.382 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: ContainerNegativeTest skipped as swift is not available 2018-10-12 13:16:33,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:16:33.383 49 INFO opnfv-tempest [-] {5} tempest.api.volume.admin.test_user_messages.UserMessagesTest ... skip: The microversion range[3.3 - latest] of this test is out of the configuration range[None - None]. 2018-10-12 13:16:33,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:16:33.385 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: TestObjectStorageBasicOps skipped as swift is not available 2018-10-12 13:16:53,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:16:53.488 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [28.824s] 2018-10-12 13:17:00,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:17:00.175 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.690s] 2018-10-12 13:17:17,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:17:17.568 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... fail [239.710s] 2018-10-12 13:17:28,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:17:28.284 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [73.649s] 2018-10-12 13:17:28,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:17:28.414 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_ebs_image_and_check_boot ... fail [338.970s] 2018-10-12 13:17:56,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:17:56.217 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [4.008s] 2018-10-12 13:17:56,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:17:56.219 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot ... skip [0.001s]: Skipped until Bug: 1687044 is resolved. 2018-10-12 13:18:54,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:18:54.564 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [86.255s] 2018-10-12 13:19:19,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:19:19.960 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [158.280s] 2018-10-12 13:20:25,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:20:25.490 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [90.907s] 2018-10-12 13:20:25,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:20:25.491 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_unshelve_server ... skip [0.000s]: Shelve is not available. 2018-10-12 13:21:01,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:21:01.273 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... fail [216.220s] 2018-10-12 13:21:10,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:21:10.588 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... fail [222.167s] 2018-10-12 13:21:36,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:21:36.907 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [71.395s] 2018-10-12 13:21:42,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:21:42.019 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [5.115s] 2018-10-12 13:22:03,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:22:03.831 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.172s] 2018-10-12 13:22:03,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:22:03.870 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.039s] 2018-10-12 13:22:09,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:22:09.388 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [0.826s] 2018-10-12 13:22:19,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:22:19.897 49 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [6.688s] 2018-10-12 13:22:22,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:22:22.177 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: Identity api v2 is not enabled 2018-10-12 13:22:22,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:22:22.178 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-10-12 13:22:26,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:22:26.593 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.393s] 2018-10-12 13:22:26,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:22:26.946 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.352s] 2018-10-12 13:22:34,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:22:34.709 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.264s] 2018-10-12 13:22:35,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:22:35.163 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.454s] 2018-10-12 13:22:36,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:22:36.200 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [1.036s] 2018-10-12 13:22:36,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:22:36.287 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.087s] 2018-10-12 13:22:36,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:22:36.353 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.065s] 2018-10-12 13:22:36,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:22:36.425 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.072s] 2018-10-12 13:22:45,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:22:45.290 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.450s] 2018-10-12 13:22:45,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:22:45.993 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.702s] 2018-10-12 13:22:46,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:22:46.391 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.398s] 2018-10-12 13:22:46,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:22:46.776 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.384s] 2018-10-12 13:22:47,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:22:47.907 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [1.129s] 2018-10-12 13:22:48,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:22:48.395 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.488s] 2018-10-12 13:22:48,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:22:48.824 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.429s] 2018-10-12 13:22:49,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:22:49.638 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [108.356s] 2018-10-12 13:22:50,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:22:50.489 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [1.661s] 2018-10-12 13:22:50,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:22:50.734 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... fail [0.243s] 2018-10-12 13:22:51,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:22:51.420 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.687s] 2018-10-12 13:22:51,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:22:51.508 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.089s] 2018-10-12 13:22:51,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:22:51.894 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.384s] 2018-10-12 13:22:52,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:22:52.653 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [0.758s] 2018-10-12 13:23:04,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:23:04.226 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [2.396s] 2018-10-12 13:23:04,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:23:04.371 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.147s] 2018-10-12 13:23:04,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:23:04.624 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.252s] 2018-10-12 13:23:16,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:23:16.577 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags ... success [2.445s] 2018-10-12 13:23:21,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:23:21.720 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.181s] 2018-10-12 13:23:23,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:23:23.609 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [1.887s] 2018-10-12 13:23:30,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:23:30.332 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.373s] 2018-10-12 13:23:30,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:23:30.495 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.162s] 2018-10-12 13:23:30,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:23:30.668 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.172s] 2018-10-12 13:23:30,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:23:30.830 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.163s] 2018-10-12 13:23:35,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-12 13:23:35.905 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.164s] 2018-10-12 13:23:40,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 8b8113f8-71b8-4698-be8c-d6bd76f0a1ac 2018-10-12 13:23:40,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '8b8113f8-71b8-4698-be8c-d6bd76f0a1ac']'. 2018-10-12 13:23:41,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-12 13:23:41,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-12 13:23:41,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-12 13:23:41,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 8b8113f8-71b8-4698-be8c-d6bd76f0a1ac | 2018-10-12 13:23:41,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-12 13:23:41,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-12 12:59:46 | 2018-10-12 13:23:41,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-12 13:23:39 | 2018-10-12 13:23:41,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:23:53 | 2018-10-12 13:23:41,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-12 13:23:41,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-12 13:23:41,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 517fa7e5-ceaf-424a-baba-b24fae4d1cbd) | 2018-10-12 13:23:41,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-12 13:23:41,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2a99b358-459a-465f-b260-24c74f531590) | 2018-10-12 13:23:41,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 1468 | 2018-10-12 13:23:41,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1425.11 | 2018-10-12 13:23:41,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 1038 | 2018-10-12 13:23:41,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 356 | 2018-10-12 13:23:41,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-12 13:23:41,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-12 13:23:41,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 74 | 2018-10-12 13:23:41,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-12 13:23:41,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-12 13:23:41,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-12 13:23:41,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_full_parallel success_rate is 93.345323741% 2018-10-12 13:23:41,943 - xtesting.ci.run_tests - INFO - Test result: +-------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------------------+------------------+------------------+----------------+ | tempest_full_parallel | functest | 24:09 | PASS | +-------------------------------+------------------+------------------+----------------+ 2018-10-12 13:23:41,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-12 13:23:41,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/6d95c7c4-fc22-4b9a-a122-b980e6ba230f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d047fae0f528b24847f20f3564e5ab580987e92" 2018-10-12 13:23:43,752 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1860c749-f5f1-4e07-8d05-d71b73eb7d22 Date: Fri, 12 Oct 2018 13:23:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 13:23:43,752 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/6d95c7c4-fc22-4b9a-a122-b980e6ba230f used request id req-1860c749-f5f1-4e07-8d05-d71b73eb7d22 2018-10-12 13:23:43,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.80602192879s 2018-10-12 13:23:43,752 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/6d95c7c4-fc22-4b9a-a122-b980e6ba230f used request id req-1860c749-f5f1-4e07-8d05-d71b73eb7d22 2018-10-12 13:23:43,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-12 13:23:43,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 13:23:43,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 13:23: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-87b6bf6a-07bc-4466-b9f1-d50b4e4ecc91 x-compute-request-id: req-87b6bf6a-07bc-4466-b9f1-d50b4e4ecc91 Content-Encoding: gzip Content-Length: 418 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/c3c6fba5-8f32-450b-9e35-d386cbc5d828", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/c3c6fba5-8f32-450b-9e35-d386cbc5d828", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c3c6fba5-8f32-450b-9e35-d386cbc5d828", "name": "tempest_full_parallel-flavor_76ebcc9e-6d3d-4003-8048-882f8eaa2c24", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/dcec5573-735f-464e-bbdd-6ea7f587b853", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/dcec5573-735f-464e-bbdd-6ea7f587b853", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "dcec5573-735f-464e-bbdd-6ea7f587b853", "name": "tempest_full_parallel-flavor_alt_76ebcc9e-6d3d-4003-8048-882f8eaa2c24", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-12 13:23:43,943 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-87b6bf6a-07bc-4466-b9f1-d50b4e4ecc91 2018-10-12 13:23:43,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.190608978271s 2018-10-12 13:23:43,944 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-87b6bf6a-07bc-4466-b9f1-d50b4e4ecc91 2018-10-12 13:23:43,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-12 13:23:43,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/dcec5573-735f-464e-bbdd-6ea7f587b853 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 13:23:43,989 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 13:23: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-7c983a12-0e0d-4ac8-957f-828ab40e20e8 x-compute-request-id: req-7c983a12-0e0d-4ac8-957f-828ab40e20e8 Content-Length: 0 Content-Type: application/json 2018-10-12 13:23:43,989 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/dcec5573-735f-464e-bbdd-6ea7f587b853 used request id req-7c983a12-0e0d-4ac8-957f-828ab40e20e8 2018-10-12 13:23:43,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0428459644318s 2018-10-12 13:23:43,990 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/dcec5573-735f-464e-bbdd-6ea7f587b853 used request id req-7c983a12-0e0d-4ac8-957f-828ab40e20e8 2018-10-12 13:23:43,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-12 13:23:43,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}8d047fae0f528b24847f20f3564e5ab580987e92" 2018-10-12 13:23:44,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 4556 Content-Type: application/json X-Openstack-Request-Id: req-0b46f5e6-b342-439e-8578-9d9dcb5e92ff Date: Fri, 12 Oct 2018 13:23:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/b358d070-6ab6-4877-a65d-fa54976ae40d/snap", "metadata": {}}], "boot_roles": "Member", "file": "/v2/images/b358d070-6ab6-4877-a65d-fa54976ae40d/file", "owner": "60b16130e0e743268652758bd5dab682", "id": "b358d070-6ab6-4877-a65d-fa54976ae40d", "size": 0, "self": "/v2/images/b358d070-6ab6-4877-a65d-fa54976ae40d", "block_device_mapping": "[{\"guest_format\": null, \"boot_index\": 0, \"delete_on_termination\": true, \"no_device\": null, \"snapshot_id\": \"517de268-532d-4364-a5eb-42aecf83d61f\", \"device_name\": \"/dev/vda\", \"disk_bus\": \"virtio\", \"image_id\": null, \"source_type\": \"snapshot\", \"tag\": null, \"device_type\": \"disk\", \"volume_id\": null, \"destination_type\": \"volume\", \"volume_size\": 1}]", "disk_format": "qcow2", "base_image_ref": "", "bdm_v2": "True", "owner_project_name": "tempest-TestVolumeBootPattern-1727654615", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/b358d070-6ab6-4877-a65d-fa54976ae40d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T13:12:21Z", "owner_user_name": "tempest-TestVolumeBootPattern-1727654615", "visibility": "private", "owner_specified.shade.object": "images/tempest_full_parallel-img_76ebcc9e-6d3d-4003-8048-882f8eaa2c24", "min_disk": 1, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest-TestVolumeBootPatternsnapshot-1151805176", "checksum": "d41d8cd98f00b204e9800998ecf8427e", "created_at": "2018-10-12T13:12:19Z", "protected": false, "root_device_name": "/dev/vda"}, {"image_state": "available", "container_format": "bare", "min_ram": 0, "updated_at": "2018-10-12T13:02:53Z", "boot_roles": "Member", "file": "/v2/images/d4b04d59-06be-4c83-a289-696f02e2451e/file", "owner": "d400ba1abfee48988467fff729ea290c", "id": "d4b04d59-06be-4c83-a289-696f02e2451e", "size": 1073741824, "user_id": "5e77cac4a8114e0aa1d3bdedaeb9ae5c", "image_type": "backup", "self": "/v2/images/d4b04d59-06be-4c83-a289-696f02e2451e", "disk_format": "raw", "base_image_ref": "e83ee885-4c98-42b3-be66-6c81d93afb08", "owner_project_name": "tempest-ServerActionsTestJSON-1146346166", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/d4b04d59-06be-4c83-a289-696f02e2451e/snap", "owner_id": "d400ba1abfee48988467fff729ea290c", "status": "active", "image_location": "snapshot", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/d4b04d59-06be-4c83-a289-696f02e2451e/snap", "metadata": {}}], "owner_user_name": "tempest-ServerActionsTestJSON-1146346166", "visibility": "private", "owner_specified.shade.object": "images/tempest_full_parallel-img_76ebcc9e-6d3d-4003-8048-882f8eaa2c24", "min_disk": 1, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "instance_uuid": "3c67f572-4755-45fc-bc8c-4ecf11a761d3", "name": "tempest-backup-1-1226859228", "checksum": null, "created_at": "2018-10-12T13:02:31Z", "backup_type": "daily", "protected": false, "schema": "/v2/schemas/image"}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/e83ee885-4c98-42b3-be66-6c81d93afb08/snap", "metadata": {}}], "file": "/v2/images/e83ee885-4c98-42b3-be66-6c81d93afb08/file", "owner": "da75a6c9764e4090bcc0342efba8e1d8", "id": "e83ee885-4c98-42b3-be66-6c81d93afb08", "size": 12716032, "self": "/v2/images/e83ee885-4c98-42b3-be66-6c81d93afb08", "disk_format": "qcow2", "direct_url": "rbd://c6fe24c2-1dc5-451a-85a3-2cef0290ea61/images/e83ee885-4c98-42b3-be66-6c81d93afb08/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-12T12:59:35Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_76ebcc9e-6d3d-4003-8048-882f8eaa2c24", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_76ebcc9e-6d3d-4003-8048-882f8eaa2c24", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-12T12:59:34Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-12 13:23:44,171 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-0b46f5e6-b342-439e-8578-9d9dcb5e92ff 2018-10-12 13:23:44,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.180931806564s 2018-10-12 13:23:44,172 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-0b46f5e6-b342-439e-8578-9d9dcb5e92ff 2018-10-12 13:23:44,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-12 13:23:44,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/e83ee885-4c98-42b3-be66-6c81d93afb08 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d047fae0f528b24847f20f3564e5ab580987e92" 2018-10-12 13:23:44,896 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8862f714-aaf1-4d0b-b1c1-be96ff3ecf12 Date: Fri, 12 Oct 2018 13:23:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-12 13:23:44,896 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/e83ee885-4c98-42b3-be66-6c81d93afb08 used request id req-8862f714-aaf1-4d0b-b1c1-be96ff3ecf12 2018-10-12 13:23:44,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.721663951874s 2018-10-12 13:23:44,897 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/e83ee885-4c98-42b3-be66-6c81d93afb08 used request id req-8862f714-aaf1-4d0b-b1c1-be96ff3ecf12 2018-10-12 13:23:44,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-12 13:23:44,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 13:23:44,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 13:23: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-793e368f-a035-4e11-a058-a853dcaac3f0 x-compute-request-id: req-793e368f-a035-4e11-a058-a853dcaac3f0 Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/c3c6fba5-8f32-450b-9e35-d386cbc5d828", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/c3c6fba5-8f32-450b-9e35-d386cbc5d828", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c3c6fba5-8f32-450b-9e35-d386cbc5d828", "name": "tempest_full_parallel-flavor_76ebcc9e-6d3d-4003-8048-882f8eaa2c24", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.26:8774/v2.1/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "self"}, {"href": "http://172.30.9.26:8774/flavors/da26bcae-e1ba-4983-b952-ae51fda523b7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da26bcae-e1ba-4983-b952-ae51fda523b7", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-12 13:23:44,931 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-793e368f-a035-4e11-a058-a853dcaac3f0 2018-10-12 13:23:44,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0342898368835s 2018-10-12 13:23:44,932 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/flavors/detail?is_public=None used request id req-793e368f-a035-4e11-a058-a853dcaac3f0 2018-10-12 13:23:44,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-12 13:23:44,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:8774/v2.1/flavors/c3c6fba5-8f32-450b-9e35-d386cbc5d828 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 13:23:44,973 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 12 Oct 2018 13:23: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-9824c2d7-1c04-4d1f-94a8-dadc86fea9f6 x-compute-request-id: req-9824c2d7-1c04-4d1f-94a8-dadc86fea9f6 Content-Length: 0 Content-Type: application/json 2018-10-12 13:23:44,974 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/c3c6fba5-8f32-450b-9e35-d386cbc5d828 used request id req-9824c2d7-1c04-4d1f-94a8-dadc86fea9f6 2018-10-12 13:23:44,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0395610332489s 2018-10-12 13:23:44,974 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.26:8774/v2.1/flavors/c3c6fba5-8f32-450b-9e35-d386cbc5d828 used request id req-9824c2d7-1c04-4d1f-94a8-dadc86fea9f6 2018-10-12 13:23:44,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 13:23:44,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 13:23:45,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 13:23:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3331565d-ab02-4243-bb48-69e4fc718a06 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/03882585dc314a5290d1e09c8ff3573b"}, "domain_id": "4c63915287d940839daec75dc8b59ff1", "enabled": true, "options": {}, "id": "03882585dc314a5290d1e09c8ff3573b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.26:5000/v3/users/12b9c98ec5214d7f9856ffcb6189960a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "12b9c98ec5214d7f9856ffcb6189960a", "email": "barbican@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/15eeb30da6e24635a17103b0f1be8953"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15eeb30da6e24635a17103b0f1be8953", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_76ebcc9e-6d3d-4003-8048-882f8eaa2c24", "links": {"self": "http://172.30.9.26:5000/v3/users/354cb8a0d5b1424ea456434388242f5c"}, "domain_id": "default", "enabled": true, "id": "354cb8a0d5b1424ea456434388242f5c", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/47d683160bac4cd691aea369dd2cd437"}, "domain_id": "default", "enabled": true, "options": {}, "id": "47d683160bac4cd691aea369dd2cd437", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/71b3e2d724e6436e97a91d4f131ff7c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71b3e2d724e6436e97a91d4f131ff7c3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/7588cfc08fa74681a3f7d07060cb4bd0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7588cfc08fa74681a3f7d07060cb4bd0", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/7cf9ab6f47644a4ba79c3b0be6ad3f7d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cf9ab6f47644a4ba79c3b0be6ad3f7d", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/8771ca6b791a4c74be4e76030e77cc9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8771ca6b791a4c74be4e76030e77cc9a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/87e7968fcc69416d9a13c4e1ba7469f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87e7968fcc69416d9a13c4e1ba7469f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.26:5000/v3/users/9f39fca380c64338b23441b0f60bf737"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9f39fca380c64338b23441b0f60bf737", "email": "congress@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/a1e1ea0db9d84f3b8f13ea0922f44948"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a1e1ea0db9d84f3b8f13ea0922f44948", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/c8469eeb6ab340419b9c526ad743ff21"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c8469eeb6ab340419b9c526ad743ff21", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/c96ca39908724b3f84b8fc5fae703459"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c96ca39908724b3f84b8fc5fae703459", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/faf44336f6f44b9db2899a8790a69930"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf44336f6f44b9db2899a8790a69930", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-10-12 13:23:45,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-3331565d-ab02-4243-bb48-69e4fc718a06 2018-10-12 13:23:45,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103360176086s 2018-10-12 13:23:45,078 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-3331565d-ab02-4243-bb48-69e4fc718a06 2018-10-12 13:23:45,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-12 13:23:45,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/354cb8a0d5b1424ea456434388242f5c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 13:23:45,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 13:23:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc0eee95-2f1e-4fe9-8c68-dfb37a9d39c1 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.26:5000/v3/users/354cb8a0d5b1424ea456434388242f5c"}, "enabled": true, "id": "354cb8a0d5b1424ea456434388242f5c", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_76ebcc9e-6d3d-4003-8048-882f8eaa2c24"}} 2018-10-12 13:23:45,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/354cb8a0d5b1424ea456434388242f5c used request id req-fc0eee95-2f1e-4fe9-8c68-dfb37a9d39c1 2018-10-12 13:23:45,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0898189544678s 2018-10-12 13:23:45,174 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/354cb8a0d5b1424ea456434388242f5c used request id req-fc0eee95-2f1e-4fe9-8c68-dfb37a9d39c1 2018-10-12 13:23:45,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-12 13:23:45,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/354cb8a0d5b1424ea456434388242f5c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 13:23:45,367 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 13:23:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a245388-ca80-4952-b70d-058b63e367bc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 13:23:45,367 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/354cb8a0d5b1424ea456434388242f5c used request id req-8a245388-ca80-4952-b70d-058b63e367bc 2018-10-12 13:23:45,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.192225933075s 2018-10-12 13:23:45,367 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/354cb8a0d5b1424ea456434388242f5c used request id req-8a245388-ca80-4952-b70d-058b63e367bc 2018-10-12 13:23:45,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-12 13:23:45,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 13:23:45,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 13:23:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ff850c3-6a54-446f-9469-ff7449dc5426 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/a326b90e4e0b4021a92eb982e1729d5e"}, "enabled": true, "id": "a326b90e4e0b4021a92eb982e1729d5e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/d6e005d8411b4b378ddb320b792455b0"}, "enabled": true, "id": "d6e005d8411b4b378ddb320b792455b0", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.26:5000/v3/projects/da75a6c9764e4090bcc0342efba8e1d8"}, "enabled": true, "id": "da75a6c9764e4090bcc0342efba8e1d8", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_76ebcc9e-6d3d-4003-8048-882f8eaa2c24"}]} 2018-10-12 13:23:45,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-4ff850c3-6a54-446f-9469-ff7449dc5426 2018-10-12 13:23:45,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0813970565796s 2018-10-12 13:23:45,450 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-4ff850c3-6a54-446f-9469-ff7449dc5426 2018-10-12 13:23:45,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-12 13:23:45,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/da75a6c9764e4090bcc0342efba8e1d8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 13:23:45,605 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 13:23:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-573a3286-d49d-4d4c-a56f-fc52e20e0d88 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 13:23:45,605 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/da75a6c9764e4090bcc0342efba8e1d8 used request id req-573a3286-d49d-4d4c-a56f-fc52e20e0d88 2018-10-12 13:23:45,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.152776956558s 2018-10-12 13:23:45,605 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/da75a6c9764e4090bcc0342efba8e1d8 used request id req-573a3286-d49d-4d4c-a56f-fc52e20e0d88 2018-10-12 13:23:45,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-12 13:23:45,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 13:23:45,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 12 Oct 2018 13:23:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e0c97b0-4e09-4686-b0ca-a643a87dab21 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "112190b0dab44ef9a2f2f86430c0c451", "links": {"self": "http://172.30.9.26:5000/v3/roles/112190b0dab44ef9a2f2f86430c0c451"}, "name": "admin"}, {"domain_id": null, "id": "712f4b5b24ca47b59c20a8cfdee215dc", "links": {"self": "http://172.30.9.26:5000/v3/roles/712f4b5b24ca47b59c20a8cfdee215dc"}, "name": "Member"}, {"domain_id": null, "id": "7bff34ead24b4c889fe45d58908ee6a4", "links": {"self": "http://172.30.9.26:5000/v3/roles/7bff34ead24b4c889fe45d58908ee6a4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c2115c064f2f49e0b8ece2e4a9b0ca42", "links": {"self": "http://172.30.9.26:5000/v3/roles/c2115c064f2f49e0b8ece2e4a9b0ca42"}, "name": "heat_stack_user"}]} 2018-10-12 13:23:45,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-5e0c97b0-4e09-4686-b0ca-a643a87dab21 2018-10-12 13:23:45,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0943601131439s 2018-10-12 13:23:45,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-12 13:23:45,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/712f4b5b24ca47b59c20a8cfdee215dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 13:23:45,811 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 12 Oct 2018 13:23:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-478b233b-082e-4088-9488-958639460870 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-12 13:23:45,811 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/712f4b5b24ca47b59c20a8cfdee215dc used request id req-478b233b-082e-4088-9488-958639460870 2018-10-12 13:23:45,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.109548091888s 2018-10-12 13:23:45,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-12 13:23:45,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/security-groups.json?project_id=da75a6c9764e4090bcc0342efba8e1d8&name=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}602f056edc639b8062004ffa492c730d3d16d92e" 2018-10-12 13:23:46,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-eee0d0c1-09b0-4722-8075-0f4b65735844 Date: Fri, 12 Oct 2018 13:23:46 GMT RESP BODY: {"security_groups": []} 2018-10-12 13:23:46,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=da75a6c9764e4090bcc0342efba8e1d8&name=default used request id req-eee0d0c1-09b0-4722-8075-0f4b65735844 2018-10-12 13:23:46,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.191726922989s 2018-10-12 13:23:46,006 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/security-groups.json?project_id=da75a6c9764e4090bcc0342efba8e1d8&name=default used request id req-eee0d0c1-09b0-4722-8075-0f4b65735844 2018-10-12 13:23:46,007 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK